@bigbinary/neetoui 4.4.13 → 4.4.15

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.
package/layouts.js CHANGED
@@ -3,7 +3,7 @@ import*as e from"react";import t,{forwardRef as n,cloneElement as r,useState as
3
3
  Copyright (c) 2017 Jed Watson.
4
4
  Licensed under the MIT License (MIT), see
5
5
  http://jedwatson.github.io/classnames
6
- */C=x,function(){var e={}.hasOwnProperty;function t(){for(var n=[],r=0;r<arguments.length;r++){var i=arguments[r];if(i){var o=typeof i;if("string"===o||"number"===o)n.push(i);else if(Array.isArray(i)&&i.length){var a=t.apply(null,i);a&&n.push(a)}else if("object"===o)for(var s in i)e.call(i,s)&&i[s]&&n.push(s)}}return n.join(" ")}C.exports?(t.default=t,C.exports=t):window.classNames=t}();var _=x.exports;function O(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var w={exports:{}},T=w.exports=function(){var e=1e3,t=6e4,n=36e5,r="millisecond",i="second",o="minute",a="hour",s="day",l="week",u="month",c="quarter",f="year",p="date",d="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,y={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")},g=function(e,t,n){var r=String(e);return!r||r.length>=t?e:""+Array(t+1-r.length).join(n)+e},v={s:g,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),i=n%60;return(t<=0?"+":"-")+g(r,2,"0")+":"+g(i,2,"0")},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var r=12*(n.year()-t.year())+(n.month()-t.month()),i=t.clone().add(r,u),o=n-i<0,a=t.clone().add(r+(o?-1:1),u);return+(-(r+(n-i)/(o?i-a:a-i))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:u,y:f,w:l,d:s,D:p,h:a,m:o,s:i,ms:r,Q:c}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},E="en",b={};b[E]=y;var C=function(e){return e instanceof w},x=function e(t,n,r){var i;if(!t)return E;if("string"==typeof t){var o=t.toLowerCase();b[o]&&(i=o),n&&(b[o]=n,i=o);var a=t.split("-");if(!i&&a.length>1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!r&&i&&(E=i),i||!r&&E},_=function(e,t){if(C(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new w(n)},O=v;O.l=x,O.i=C,O.w=function(e,t){return _(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function y(e){this.$L=x(e.locale,null,!0),this.parse(e)}var g=y.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(O.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var r=t.match(m);if(r){var i=r[2]-1||0,o=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return O},g.isValid=function(){return!(this.$d.toString()===d)},g.isSame=function(e,t){var n=_(e);return this.startOf(t)<=n&&n<=this.endOf(t)},g.isAfter=function(e,t){return _(e)<this.startOf(t)},g.isBefore=function(e,t){return this.endOf(t)<_(e)},g.$g=function(e,t,n){return O.u(e)?this[t]:this.set(n,e)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(e,t){var n=this,r=!!O.u(t)||t,c=O.p(e),d=function(e,t){var i=O.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?i:i.endOf(s)},m=function(e,t){return O.w(n.toDate()[e].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),n)},h=this.$W,y=this.$M,g=this.$D,v="set"+(this.$u?"UTC":"");switch(c){case f:return r?d(1,0):d(31,11);case u:return r?d(1,y):d(0,y+1);case l:var E=this.$locale().weekStart||0,b=(h<E?h+7:h)-E;return d(r?g-b:g+(6-b),y);case s:case p:return m(v+"Hours",0);case a:return m(v+"Minutes",1);case o:return m(v+"Seconds",2);case i:return m(v+"Milliseconds",3);default:return this.clone()}},g.endOf=function(e){return this.startOf(e,!1)},g.$set=function(e,t){var n,l=O.p(e),c="set"+(this.$u?"UTC":""),d=(n={},n[s]=c+"Date",n[p]=c+"Date",n[u]=c+"Month",n[f]=c+"FullYear",n[a]=c+"Hours",n[o]=c+"Minutes",n[i]=c+"Seconds",n[r]=c+"Milliseconds",n)[l],m=l===s?this.$D+(t-this.$W):t;if(l===u||l===f){var h=this.clone().set(p,1);h.$d[d](m),h.init(),this.$d=h.set(p,Math.min(this.$D,h.daysInMonth())).$d}else d&&this.$d[d](m);return this.init(),this},g.set=function(e,t){return this.clone().$set(e,t)},g.get=function(e){return this[O.p(e)]()},g.add=function(r,c){var p,d=this;r=Number(r);var m=O.p(c),h=function(e){var t=_(d);return O.w(t.date(t.date()+Math.round(e*r)),d)};if(m===u)return this.set(u,this.$M+r);if(m===f)return this.set(f,this.$y+r);if(m===s)return h(1);if(m===l)return h(7);var y=(p={},p[o]=t,p[a]=n,p[i]=e,p)[m]||1,g=this.$d.getTime()+r*y;return O.w(g,this)},g.subtract=function(e,t){return this.add(-1*e,t)},g.format=function(e){var t=this,n=this.$locale();if(!this.isValid())return n.invalidDate||d;var r=e||"YYYY-MM-DDTHH:mm:ssZ",i=O.z(this),o=this.$H,a=this.$m,s=this.$M,l=n.weekdays,u=n.months,c=function(e,n,i,o){return e&&(e[n]||e(t,r))||i[n].slice(0,o)},f=function(e){return O.s(o%12||12,e,"0")},p=n.meridiem||function(e,t,n){var r=e<12?"AM":"PM";return n?r.toLowerCase():r},m={YY:String(this.$y).slice(-2),YYYY:this.$y,M:s+1,MM:O.s(s+1,2,"0"),MMM:c(n.monthsShort,s,u,3),MMMM:c(u,s),D:this.$D,DD:O.s(this.$D,2,"0"),d:String(this.$W),dd:c(n.weekdaysMin,this.$W,l,2),ddd:c(n.weekdaysShort,this.$W,l,3),dddd:l[this.$W],H:String(o),HH:O.s(o,2,"0"),h:f(1),hh:f(2),a:p(o,a,!0),A:p(o,a,!1),m:String(a),mm:O.s(a,2,"0"),s:String(this.$s),ss:O.s(this.$s,2,"0"),SSS:O.s(this.$ms,3,"0"),Z:i};return r.replace(h,(function(e,t){return t||m[e]||i.replace(":","")}))},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(r,p,d){var m,h=O.p(p),y=_(r),g=(y.utcOffset()-this.utcOffset())*t,v=this-y,E=O.m(this,y);return E=(m={},m[f]=E/12,m[u]=E,m[c]=E/3,m[l]=(v-g)/6048e5,m[s]=(v-g)/864e5,m[a]=v/n,m[o]=v/t,m[i]=v/e,m)[h]||v,d?E:O.a(E)},g.daysInMonth=function(){return this.endOf(u).$D},g.$locale=function(){return b[this.$L]},g.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),r=x(e,t,!0);return r&&(n.$L=r),n},g.clone=function(){return O.w(this.$d,this)},g.toDate=function(){return new Date(this.valueOf())},g.toJSON=function(){return this.isValid()?this.toISOString():null},g.toISOString=function(){return this.$d.toISOString()},g.toString=function(){return this.$d.toUTCString()},y}(),T=w.prototype;return _.prototype=T,[["$ms",r],["$s",i],["$m",o],["$H",a],["$W",s],["$M",u],["$y",f],["$D",p]].forEach((function(e){T[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),_.extend=function(e,t){return e.$i||(e(t,w,_),e.$i=!0),_},_.locale=x,_.isDayjs=C,_.unix=function(e){return _(1e3*e)},_.en=b[E],_.Ls=b,_.p={},_}(),k={exports:{}},S=k.exports=function(){var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,i,o){var a=i.prototype;o.utc=function(e){return new i({date:e,utc:!0,args:arguments})},a.utc=function(t){var n=o(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},a.local=function(){return o(this.toDate(),{locale:this.$L,utc:!1})};var s=a.parse;a.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),s.call(this,e)};var l=a.init;a.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else l.call(this)};var u=a.utcOffset;a.utcOffset=function(r,i){var o=this.$utils().u;if(o(r))return this.$u?0:o(this.$offset)?u.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var i=(""+r[0]).match(n)||["-",0,0],o=i[0],a=60*+i[1]+ +i[2];return 0===a?0:"+"===o?a:-a}(r),null===r))return this;var a=Math.abs(r)<=16?60*r:r,s=this;if(i)return s.$offset=a,s.$u=0===r,s;if(0!==r){var l=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(s=this.local().add(a+l,e)).$offset=a,s.$x.$localOffset=l}else s=this.utc();return s};var c=a.format;a.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return c.call(this,t)},a.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||(new Date).getTimezoneOffset());return this.$d.valueOf()-6e4*e},a.isUTC=function(){return!!this.$u},a.toISOString=function(){return this.toDate().toISOString()},a.toString=function(){return this.toDate().toUTCString()};var f=a.toDate;a.toDate=function(e){return"s"===e&&this.$offset?o(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():f.call(this)};var p=a.diff;a.diff=function(e,t,n){if(e&&this.$u===e.$u)return p.call(this,e,t,n);var r=this.local(),i=o(e).local();return p.call(r,i,t,n)}}}(),M={exports:{}},A=M.exports=function(e,t){t.prototype.weekday=function(e){var t=this.$locale().weekStart||0,n=this.$W,r=(n<t?n+7:n)-t;return this.$utils().u(e)?r:this.subtract(r,"day").add(e,"day")}},L={exports:{}},U=L.exports=function(e,t,n){var r=t.prototype,i=function(e){return e&&(e.indexOf?e:e.s)},o=function(e,t,n,r,o){var a=e.name?e:e.$locale(),s=i(a[t]),l=i(a[n]),u=s||l.map((function(e){return e.slice(0,r)}));if(!o)return u;var c=a.weekStart;return u.map((function(e,t){return u[(t+(c||0))%7]}))},a=function(){return n.Ls[n.locale()]},s=function(e,t){return e.formats[t]||function(e){return e.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,n){return t||n.slice(1)}))}(e.formats[t.toUpperCase()])},l=function(){var e=this;return{months:function(t){return t?t.format("MMMM"):o(e,"months")},monthsShort:function(t){return t?t.format("MMM"):o(e,"monthsShort","months",3)},firstDayOfWeek:function(){return e.$locale().weekStart||0},weekdays:function(t){return t?t.format("dddd"):o(e,"weekdays")},weekdaysMin:function(t){return t?t.format("dd"):o(e,"weekdaysMin","weekdays",2)},weekdaysShort:function(t){return t?t.format("ddd"):o(e,"weekdaysShort","weekdays",3)},longDateFormat:function(t){return s(e.$locale(),t)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return l.bind(this)()},n.localeData=function(){var e=a();return{firstDayOfWeek:function(){return e.weekStart||0},weekdays:function(){return n.weekdays()},weekdaysShort:function(){return n.weekdaysShort()},weekdaysMin:function(){return n.weekdaysMin()},months:function(){return n.months()},monthsShort:function(){return n.monthsShort()},longDateFormat:function(t){return s(e,t)},meridiem:e.meridiem,ordinal:e.ordinal}},n.months=function(){return o(a(),"months")},n.monthsShort=function(){return o(a(),"monthsShort","months",3)},n.weekdays=function(e){return o(a(),"weekdays",null,null,e)},n.weekdaysShort=function(e){return o(a(),"weekdaysShort","weekdays",3,e)},n.weekdaysMin=function(e){return o(a(),"weekdaysMin","weekdays",2,e)}},P={exports:{}},F=P.exports=function(){var e="week",t="year";return function(n,r,i){var o=r.prototype;o.week=function(n){if(void 0===n&&(n=null),null!==n)return this.add(7*(n-this.week()),"day");var r=this.$locale().yearStart||1;if(11===this.month()&&this.date()>25){var o=i(this).startOf(t).add(1,t).date(r),a=i(this).endOf(e);if(o.isBefore(a))return 1}var s=i(this).startOf(t).date(r).startOf(e).subtract(1,"millisecond"),l=this.diff(s,e,!0);return l<0?i(this).startOf("week").week():Math.ceil(l)},o.weeks=function(e){return void 0===e&&(e=null),this.week(e)}}}();function V(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function B(e){return function t(n){return 0===arguments.length||V(n)?t:e.apply(this,arguments)}}function D(e){return function t(n,r){switch(arguments.length){case 0:return t;case 1:return V(n)?t:B((function(t){return e(n,t)}));default:return V(n)&&V(r)?t:V(n)?B((function(t){return e(t,r)})):V(r)?B((function(t){return e(n,t)})):e(n,r)}}}var H=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function j(e,t){return Object.prototype.hasOwnProperty.call(t,e)}var R=Object.prototype.toString,z=function(){return"[object Arguments]"===R.call(arguments)?function(e){return"[object Arguments]"===R.call(e)}:function(e){return j("callee",e)}}(),N=!{toString:null}.propertyIsEnumerable("toString"),I=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],$=function(){return arguments.propertyIsEnumerable("length")}(),G=function(e,t){for(var n=0;n<e.length;){if(e[n]===t)return!0;n+=1}return!1},Z="function"!=typeof Object.keys||$?B((function(e){if(Object(e)!==e)return[];var t,n,r=[],i=$&&z(e);for(t in e)!j(t,e)||i&&"length"===t||(r[r.length]=t);if(N)for(n=I.length-1;n>=0;)j(t=I[n],e)&&!G(r,t)&&(r[r.length]=t),n-=1;return r})):B((function(e){return Object(e)!==e?[]:Object.keys(e)})),W=B((function(e){for(var t=Z(e),n=t.length,r=[],i=0;i<n;)r[i]=e[t[i]],i+=1;return r})),Y=B((function(e){return null==e})),q=B((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function X(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}function K(e,t,n){for(var r=0,i=n.length;r<i;){if(e(t,n[r]))return!0;r+=1}return!1}var J="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};function Q(e,t,n,r){var i=X(e);function o(e,t){return ee(e,t,n.slice(),r.slice())}return!K((function(e,t){return!K(o,t,e)}),X(t),i)}function ee(e,t,n,r){if(J(e,t))return!0;var i=q(e);if(i!==q(t))return!1;if(null==e||null==t)return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(i){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===function(e){var t=String(e).match(/^function (\w*)/);return null==t?"":t[1]}(e.constructor))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!J(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!J(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var o=n.length-1;o>=0;){if(n[o]===e)return r[o]===t;o-=1}switch(i){case"Map":return e.size===t.size&&Q(e.entries(),t.entries(),n.concat([e]),r.concat([t]));case"Set":return e.size===t.size&&Q(e.values(),t.values(),n.concat([e]),r.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var a=Z(e);if(a.length!==Z(t).length)return!1;var s=n.concat([e]),l=r.concat([t]);for(o=a.length-1;o>=0;){var u=a[o];if(!j(u,t)||!ee(t[u],e[u],s,l))return!1;o-=1}return!0}var te=D((function(e,t){return ee(e,t,[],[])}));var ne=B((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():H(e)?[]:function(e){return"[object String]"===Object.prototype.toString.call(e)}(e)?"":function(e){return"[object Object]"===Object.prototype.toString.call(e)}(e)?{}:z(e)?function(){return arguments}():void 0})),re=B((function(e){return null!=e&&te(e,ne(e))}));T.extend(F),T.extend(A),T.extend(U),T.extend(S);var ie=function(){},oe=function(e){return e&&e.replace?e.replace(/[\s_]/g,"-").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/-+/g,"-").toLowerCase():"nui"};function ae(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function se(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==n["return"]||n["return"]()}finally{if(s)throw i}}return o}}(e,t)||function(e,t){if(e){if("string"==typeof e)return ae(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ae(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function le(){return le=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},le.apply(this,arguments)}function ue(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var ce="top",fe="bottom",pe="right",de="left",me="auto",he=[ce,fe,pe,de],ye="start",ge="end",ve="clippingParents",Ee="viewport",be="popper",Ce="reference",xe=he.reduce((function(e,t){return e.concat([t+"-"+ye,t+"-"+ge])}),[]),_e=[].concat(he,[me]).reduce((function(e,t){return e.concat([t,t+"-"+ye,t+"-"+ge])}),[]),Oe=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function we(e){return e?(e.nodeName||"").toLowerCase():null}function Te(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function ke(e){return e instanceof Te(e).Element||e instanceof Element}function Se(e){return e instanceof Te(e).HTMLElement||e instanceof HTMLElement}function Me(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Te(e).ShadowRoot||e instanceof ShadowRoot)}var Ae={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},i=t.elements[e];Se(i)&&we(i)&&(Object.assign(i.style,n),Object.keys(r).forEach((function(e){var t=r[e];!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var r=t.elements[e],i=t.attributes[e]||{},o=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});Se(r)&&we(r)&&(Object.assign(r.style,o),Object.keys(i).forEach((function(e){r.removeAttribute(e)})))}))}},requires:["computeStyles"]};function Le(e){return e.split("-")[0]}var Ue=Math.max,Pe=Math.min,Fe=Math.round;function Ve(){var e=navigator.userAgentData;return null!=e&&e.brands?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}function Be(){return!/^((?!chrome|android).)*safari/i.test(Ve())}function De(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var r=e.getBoundingClientRect(),i=1,o=1;t&&Se(e)&&(i=e.offsetWidth>0&&Fe(r.width)/e.offsetWidth||1,o=e.offsetHeight>0&&Fe(r.height)/e.offsetHeight||1);var a=(ke(e)?Te(e):window).visualViewport,s=!Be()&&n,l=(r.left+(s&&a?a.offsetLeft:0))/i,u=(r.top+(s&&a?a.offsetTop:0))/o,c=r.width/i,f=r.height/o;return{width:c,height:f,top:u,right:l+c,bottom:u+f,left:l,x:l,y:u}}function He(e){var t=De(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function je(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Me(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function Re(e){return Te(e).getComputedStyle(e)}function ze(e){return["table","td","th"].indexOf(we(e))>=0}function Ne(e){return((ke(e)?e.ownerDocument:e.document)||window.document).documentElement}function Ie(e){return"html"===we(e)?e:e.assignedSlot||e.parentNode||(Me(e)?e.host:null)||Ne(e)}function $e(e){return Se(e)&&"fixed"!==Re(e).position?e.offsetParent:null}function Ge(e){for(var t=Te(e),n=$e(e);n&&ze(n)&&"static"===Re(n).position;)n=$e(n);return n&&("html"===we(n)||"body"===we(n)&&"static"===Re(n).position)?t:n||function(e){var t=/firefox/i.test(Ve());if(/Trident/i.test(Ve())&&Se(e)&&"fixed"===Re(e).position)return null;var n=Ie(e);for(Me(n)&&(n=n.host);Se(n)&&["html","body"].indexOf(we(n))<0;){var r=Re(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(e)||t}function Ze(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function We(e,t,n){return Ue(e,Pe(t,n))}function Ye(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function qe(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}var Xe={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,i=e.options,o=n.elements.arrow,a=n.modifiersData.popperOffsets,s=Le(n.placement),l=Ze(s),u=[de,pe].indexOf(s)>=0?"height":"width";if(o&&a){var c=function(e,t){return Ye("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:qe(e,he))}(i.padding,n),f=He(o),p="y"===l?ce:de,d="y"===l?fe:pe,m=n.rects.reference[u]+n.rects.reference[l]-a[l]-n.rects.popper[u],h=a[l]-n.rects.reference[l],y=Ge(o),g=y?"y"===l?y.clientHeight||0:y.clientWidth||0:0,v=m/2-h/2,E=c[p],b=g-f[u]-c[d],C=g/2-f[u]/2+v,x=We(E,C,b),_=l;n.modifiersData[r]=((t={})[_]=x,t.centerOffset=x-C,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&je(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Ke(e){return e.split("-")[1]}var Je={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Qe(e){var t,n=e.popper,r=e.popperRect,i=e.placement,o=e.variation,a=e.offsets,s=e.position,l=e.gpuAcceleration,u=e.adaptive,c=e.roundOffsets,f=e.isFixed,p=a.x,d=void 0===p?0:p,m=a.y,h=void 0===m?0:m,y="function"==typeof c?c({x:d,y:h}):{x:d,y:h};d=y.x,h=y.y;var g=a.hasOwnProperty("x"),v=a.hasOwnProperty("y"),E=de,b=ce,C=window;if(u){var x=Ge(n),_="clientHeight",O="clientWidth";if(x===Te(n)&&"static"!==Re(x=Ne(n)).position&&"absolute"===s&&(_="scrollHeight",O="scrollWidth"),i===ce||(i===de||i===pe)&&o===ge)b=fe,h-=(f&&x===C&&C.visualViewport?C.visualViewport.height:x[_])-r.height,h*=l?1:-1;if(i===de||(i===ce||i===fe)&&o===ge)E=pe,d-=(f&&x===C&&C.visualViewport?C.visualViewport.width:x[O])-r.width,d*=l?1:-1}var w,T=Object.assign({position:s},u&&Je),k=!0===c?function(e){var t=e.x,n=e.y,r=window.devicePixelRatio||1;return{x:Fe(t*r)/r||0,y:Fe(n*r)/r||0}}({x:d,y:h}):{x:d,y:h};return d=k.x,h=k.y,l?Object.assign({},T,((w={})[b]=v?"0":"",w[E]=g?"0":"",w.transform=(C.devicePixelRatio||1)<=1?"translate("+d+"px, "+h+"px)":"translate3d("+d+"px, "+h+"px, 0)",w)):Object.assign({},T,((t={})[b]=v?h+"px":"",t[E]=g?d+"px":"",t.transform="",t))}var et={passive:!0};var tt={left:"right",right:"left",bottom:"top",top:"bottom"};function nt(e){return e.replace(/left|right|bottom|top/g,(function(e){return tt[e]}))}var rt={start:"end",end:"start"};function it(e){return e.replace(/start|end/g,(function(e){return rt[e]}))}function ot(e){var t=Te(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function at(e){return De(Ne(e)).left+ot(e).scrollLeft}function st(e){var t=Re(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+r)}function lt(e){return["html","body","#document"].indexOf(we(e))>=0?e.ownerDocument.body:Se(e)&&st(e)?e:lt(Ie(e))}function ut(e,t){var n;void 0===t&&(t=[]);var r=lt(e),i=r===(null==(n=e.ownerDocument)?void 0:n.body),o=Te(r),a=i?[o].concat(o.visualViewport||[],st(r)?r:[]):r,s=t.concat(a);return i?s:s.concat(ut(Ie(a)))}function ct(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function ft(e,t,n){return t===Ee?ct(function(e,t){var n=Te(e),r=Ne(e),i=n.visualViewport,o=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){o=i.width,a=i.height;var u=Be();(u||!u&&"fixed"===t)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:o,height:a,x:s+at(e),y:l}}(e,n)):ke(t)?function(e,t){var n=De(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}(t,n):ct(function(e){var t,n=Ne(e),r=ot(e),i=null==(t=e.ownerDocument)?void 0:t.body,o=Ue(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=Ue(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),s=-r.scrollLeft+at(e),l=-r.scrollTop;return"rtl"===Re(i||n).direction&&(s+=Ue(n.clientWidth,i?i.clientWidth:0)-o),{width:o,height:a,x:s,y:l}}(Ne(e)))}function pt(e,t,n,r){var i="clippingParents"===t?function(e){var t=ut(Ie(e)),n=["absolute","fixed"].indexOf(Re(e).position)>=0&&Se(e)?Ge(e):e;return ke(n)?t.filter((function(e){return ke(e)&&je(e,n)&&"body"!==we(e)})):[]}(e):[].concat(t),o=[].concat(i,[n]),a=o[0],s=o.reduce((function(t,n){var i=ft(e,n,r);return t.top=Ue(i.top,t.top),t.right=Pe(i.right,t.right),t.bottom=Pe(i.bottom,t.bottom),t.left=Ue(i.left,t.left),t}),ft(e,a,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function dt(e){var t,n=e.reference,r=e.element,i=e.placement,o=i?Le(i):null,a=i?Ke(i):null,s=n.x+n.width/2-r.width/2,l=n.y+n.height/2-r.height/2;switch(o){case ce:t={x:s,y:n.y-r.height};break;case fe:t={x:s,y:n.y+n.height};break;case pe:t={x:n.x+n.width,y:l};break;case de:t={x:n.x-r.width,y:l};break;default:t={x:n.x,y:n.y}}var u=o?Ze(o):null;if(null!=u){var c="y"===u?"height":"width";switch(a){case ye:t[u]=t[u]-(n[c]/2-r[c]/2);break;case ge:t[u]=t[u]+(n[c]/2-r[c]/2)}}return t}function mt(e,t){void 0===t&&(t={});var n=t,r=n.placement,i=void 0===r?e.placement:r,o=n.strategy,a=void 0===o?e.strategy:o,s=n.boundary,l=void 0===s?ve:s,u=n.rootBoundary,c=void 0===u?Ee:u,f=n.elementContext,p=void 0===f?be:f,d=n.altBoundary,m=void 0!==d&&d,h=n.padding,y=void 0===h?0:h,g=Ye("number"!=typeof y?y:qe(y,he)),v=p===be?Ce:be,E=e.rects.popper,b=e.elements[m?v:p],C=pt(ke(b)?b:b.contextElement||Ne(e.elements.popper),l,c,a),x=De(e.elements.reference),_=dt({reference:x,element:E,strategy:"absolute",placement:i}),O=ct(Object.assign({},E,_)),w=p===be?O:x,T={top:C.top-w.top+g.top,bottom:w.bottom-C.bottom+g.bottom,left:C.left-w.left+g.left,right:w.right-C.right+g.right},k=e.modifiersData.offset;if(p===be&&k){var S=k[i];Object.keys(T).forEach((function(e){var t=[pe,fe].indexOf(e)>=0?1:-1,n=[ce,fe].indexOf(e)>=0?"y":"x";T[e]+=S[n]*t}))}return T}function ht(e,t){void 0===t&&(t={});var n=t,r=n.placement,i=n.boundary,o=n.rootBoundary,a=n.padding,s=n.flipVariations,l=n.allowedAutoPlacements,u=void 0===l?_e:l,c=Ke(r),f=c?s?xe:xe.filter((function(e){return Ke(e)===c})):he,p=f.filter((function(e){return u.indexOf(e)>=0}));0===p.length&&(p=f);var d=p.reduce((function(t,n){return t[n]=mt(e,{placement:n,boundary:i,rootBoundary:o,padding:a})[Le(n)],t}),{});return Object.keys(d).sort((function(e,t){return d[e]-d[t]}))}var yt={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var i=n.mainAxis,o=void 0===i||i,a=n.altAxis,s=void 0===a||a,l=n.fallbackPlacements,u=n.padding,c=n.boundary,f=n.rootBoundary,p=n.altBoundary,d=n.flipVariations,m=void 0===d||d,h=n.allowedAutoPlacements,y=t.options.placement,g=Le(y),v=l||(g===y||!m?[nt(y)]:function(e){if(Le(e)===me)return[];var t=nt(e);return[it(e),t,it(t)]}(y)),E=[y].concat(v).reduce((function(e,n){return e.concat(Le(n)===me?ht(t,{placement:n,boundary:c,rootBoundary:f,padding:u,flipVariations:m,allowedAutoPlacements:h}):n)}),[]),b=t.rects.reference,C=t.rects.popper,x=new Map,_=!0,O=E[0],w=0;w<E.length;w++){var T=E[w],k=Le(T),S=Ke(T)===ye,M=[ce,fe].indexOf(k)>=0,A=M?"width":"height",L=mt(t,{placement:T,boundary:c,rootBoundary:f,altBoundary:p,padding:u}),U=M?S?pe:de:S?fe:ce;b[A]>C[A]&&(U=nt(U));var P=nt(U),F=[];if(o&&F.push(L[k]<=0),s&&F.push(L[U]<=0,L[P]<=0),F.every((function(e){return e}))){O=T,_=!1;break}x.set(T,F)}if(_)for(var V=function(e){var t=E.find((function(t){var n=x.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return O=t,"break"},B=m?3:1;B>0;B--){if("break"===V(B))break}t.placement!==O&&(t.modifiersData[r]._skip=!0,t.placement=O,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function gt(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function vt(e){return[ce,pe,fe,de].some((function(t){return e[t]>=0}))}var Et={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,i=n.offset,o=void 0===i?[0,0]:i,a=_e.reduce((function(e,n){return e[n]=function(e,t,n){var r=Le(e),i=[de,ce].indexOf(r)>=0?-1:1,o="function"==typeof n?n(Object.assign({},t,{placement:e})):n,a=o[0],s=o[1];return a=a||0,s=(s||0)*i,[de,pe].indexOf(r)>=0?{x:s,y:a}:{x:a,y:s}}(n,t.rects,o),e}),{}),s=a[t.placement],l=s.x,u=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=u),t.modifiersData[r]=a}};var bt={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,i=n.mainAxis,o=void 0===i||i,a=n.altAxis,s=void 0!==a&&a,l=n.boundary,u=n.rootBoundary,c=n.altBoundary,f=n.padding,p=n.tether,d=void 0===p||p,m=n.tetherOffset,h=void 0===m?0:m,y=mt(t,{boundary:l,rootBoundary:u,padding:f,altBoundary:c}),g=Le(t.placement),v=Ke(t.placement),E=!v,b=Ze(g),C="x"===b?"y":"x",x=t.modifiersData.popperOffsets,_=t.rects.reference,O=t.rects.popper,w="function"==typeof h?h(Object.assign({},t.rects,{placement:t.placement})):h,T="number"==typeof w?{mainAxis:w,altAxis:w}:Object.assign({mainAxis:0,altAxis:0},w),k=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,S={x:0,y:0};if(x){if(o){var M,A="y"===b?ce:de,L="y"===b?fe:pe,U="y"===b?"height":"width",P=x[b],F=P+y[A],V=P-y[L],B=d?-O[U]/2:0,D=v===ye?_[U]:O[U],H=v===ye?-O[U]:-_[U],j=t.elements.arrow,R=d&&j?He(j):{width:0,height:0},z=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},N=z[A],I=z[L],$=We(0,_[U],R[U]),G=E?_[U]/2-B-$-N-T.mainAxis:D-$-N-T.mainAxis,Z=E?-_[U]/2+B+$+I+T.mainAxis:H+$+I+T.mainAxis,W=t.elements.arrow&&Ge(t.elements.arrow),Y=W?"y"===b?W.clientTop||0:W.clientLeft||0:0,q=null!=(M=null==k?void 0:k[b])?M:0,X=P+Z-q,K=We(d?Pe(F,P+G-q-Y):F,P,d?Ue(V,X):V);x[b]=K,S[b]=K-P}if(s){var J,Q="x"===b?ce:de,ee="x"===b?fe:pe,te=x[C],ne="y"===C?"height":"width",re=te+y[Q],ie=te-y[ee],oe=-1!==[ce,de].indexOf(g),ae=null!=(J=null==k?void 0:k[C])?J:0,se=oe?re:te-_[ne]-O[ne]-ae+T.altAxis,le=oe?te+_[ne]+O[ne]-ae-T.altAxis:ie,ue=d&&oe?function(e,t,n){var r=We(e,t,n);return r>n?n:r}(se,te,le):We(d?se:re,te,d?le:ie);x[C]=ue,S[C]=ue-te}t.modifiersData[r]=S}},requiresIfExists:["offset"]};function Ct(e,t,n){void 0===n&&(n=!1);var r,i,o=Se(t),a=Se(t)&&function(e){var t=e.getBoundingClientRect(),n=Fe(t.width)/e.offsetWidth||1,r=Fe(t.height)/e.offsetHeight||1;return 1!==n||1!==r}(t),s=Ne(t),l=De(e,a,n),u={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(o||!o&&!n)&&(("body"!==we(t)||st(s))&&(u=(r=t)!==Te(r)&&Se(r)?{scrollLeft:(i=r).scrollLeft,scrollTop:i.scrollTop}:ot(r)),Se(t)?((c=De(t,!0)).x+=t.clientLeft,c.y+=t.clientTop):s&&(c.x=at(s))),{x:l.left+u.scrollLeft-c.x,y:l.top+u.scrollTop-c.y,width:l.width,height:l.height}}function xt(e){var t=new Map,n=new Set,r=[];function i(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var r=t.get(e);r&&i(r)}})),r.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||i(e)})),r}var _t={placement:"bottom",modifiers:[],strategy:"absolute"};function Ot(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some((function(e){return!(e&&"function"==typeof e.getBoundingClientRect)}))}function wt(e){void 0===e&&(e={});var t=e,n=t.defaultModifiers,r=void 0===n?[]:n,i=t.defaultOptions,o=void 0===i?_t:i;return function(e,t,n){void 0===n&&(n=o);var i,a,s={placement:"bottom",orderedModifiers:[],options:Object.assign({},_t,o),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},l=[],u=!1,c={state:s,setOptions:function(n){var i="function"==typeof n?n(s.options):n;f(),s.options=Object.assign({},o,s.options,i),s.scrollParents={reference:ke(e)?ut(e):e.contextElement?ut(e.contextElement):[],popper:ut(t)};var a,u,p=function(e){var t=xt(e);return Oe.reduce((function(e,n){return e.concat(t.filter((function(e){return e.phase===n})))}),[])}((a=[].concat(r,s.options.modifiers),u=a.reduce((function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e}),{}),Object.keys(u).map((function(e){return u[e]}))));return s.orderedModifiers=p.filter((function(e){return e.enabled})),s.orderedModifiers.forEach((function(e){var t=e.name,n=e.options,r=void 0===n?{}:n,i=e.effect;if("function"==typeof i){var o=i({state:s,name:t,instance:c,options:r}),a=function(){};l.push(o||a)}})),c.update()},forceUpdate:function(){if(!u){var e=s.elements,t=e.reference,n=e.popper;if(Ot(t,n)){s.rects={reference:Ct(t,Ge(n),"fixed"===s.options.strategy),popper:He(n)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach((function(e){return s.modifiersData[e.name]=Object.assign({},e.data)}));for(var r=0;r<s.orderedModifiers.length;r++)if(!0!==s.reset){var i=s.orderedModifiers[r],o=i.fn,a=i.options,l=void 0===a?{}:a,f=i.name;"function"==typeof o&&(s=o({state:s,options:l,name:f,instance:c})||s)}else s.reset=!1,r=-1}}},update:(i=function(){return new Promise((function(e){c.forceUpdate(),e(s)}))},function(){return a||(a=new Promise((function(e){Promise.resolve().then((function(){a=void 0,e(i())}))}))),a}),destroy:function(){f(),u=!0}};if(!Ot(e,t))return c;function f(){l.forEach((function(e){return e()})),l=[]}return c.setOptions(n).then((function(e){!u&&n.onFirstUpdate&&n.onFirstUpdate(e)})),c}}var Tt=wt({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,r=e.options,i=r.scroll,o=void 0===i||i,a=r.resize,s=void 0===a||a,l=Te(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&u.forEach((function(e){e.addEventListener("scroll",n.update,et)})),s&&l.addEventListener("resize",n.update,et),function(){o&&u.forEach((function(e){e.removeEventListener("scroll",n.update,et)})),s&&l.removeEventListener("resize",n.update,et)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=dt({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,i=void 0===r||r,o=n.adaptive,a=void 0===o||o,s=n.roundOffsets,l=void 0===s||s,u={placement:Le(t.placement),variation:Ke(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,Qe(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:l})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,Qe(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},Ae,Et,yt,bt,Xe,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,i=t.rects.popper,o=t.modifiersData.preventOverflow,a=mt(t,{elementContext:"reference"}),s=mt(t,{altBoundary:!0}),l=gt(a,r),u=gt(s,i,o),c=vt(l),f=vt(u);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:u,isReferenceHidden:c,hasPopperEscaped:f},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":f})}}]}),kt="tippy-box",St="tippy-content",Mt="tippy-backdrop",At="tippy-arrow",Lt="tippy-svg-arrow",Ut={passive:!0,capture:!0},Pt=function(){return document.body};function Ft(e,t,n){if(Array.isArray(e)){var r=e[t];return null==r?Array.isArray(n)?n[t]:n:r}return e}function Vt(e,t){var n={}.toString.call(e);return 0===n.indexOf("[object")&&n.indexOf(t+"]")>-1}function Bt(e,t){return"function"==typeof e?e.apply(void 0,t):e}function Dt(e,t){return 0===t?e:function(r){clearTimeout(n),n=setTimeout((function(){e(r)}),t)};var n}function Ht(e){return[].concat(e)}function jt(e,t){-1===e.indexOf(t)&&e.push(t)}function Rt(e){return[].slice.call(e)}function zt(e){return Object.keys(e).reduce((function(t,n){return void 0!==e[n]&&(t[n]=e[n]),t}),{})}function Nt(){return document.createElement("div")}function It(e){return["Element","Fragment"].some((function(t){return Vt(e,t)}))}function $t(e){return Vt(e,"MouseEvent")}function Gt(e){return It(e)?[e]:function(e){return Vt(e,"NodeList")}(e)?Rt(e):Array.isArray(e)?e:Rt(document.querySelectorAll(e))}function Zt(e,t){e.forEach((function(e){e&&(e.style.transitionDuration=t+"ms")}))}function Wt(e,t){e.forEach((function(e){e&&e.setAttribute("data-state",t)}))}function Yt(e){var t,n=Ht(e)[0];return null!=n&&null!=(t=n.ownerDocument)&&t.body?n.ownerDocument:document}function qt(e,t,n){var r=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(t){e[r](t,n)}))}function Xt(e,t){for(var n=t;n;){var r;if(e.contains(n))return!0;n=null==n.getRootNode||null==(r=n.getRootNode())?void 0:r.host}return!1}var Kt={isTouch:!1},Jt=0;function Qt(){Kt.isTouch||(Kt.isTouch=!0,window.performance&&document.addEventListener("mousemove",en))}function en(){var e=performance.now();e-Jt<20&&(Kt.isTouch=!1,document.removeEventListener("mousemove",en)),Jt=e}function tn(){var e,t=document.activeElement;if((e=t)&&e._tippy&&e._tippy.reference===e){var n=t._tippy;t.blur&&!n.state.isVisible&&t.blur()}}var nn=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto,rn=Object.assign({appendTo:Pt,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},{animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),on=Object.keys(rn);function an(e){var t=(e.plugins||[]).reduce((function(t,n){var r,i=n.name,o=n.defaultValue;i&&(t[i]=void 0!==e[i]?e[i]:null!=(r=rn[i])?r:o);return t}),{});return Object.assign({},e,t)}function sn(e,t){var n=Object.assign({},t,{content:Bt(t.content,[e])},t.ignoreAttributes?{}:function(e,t){return(t?Object.keys(an(Object.assign({},rn,{plugins:t}))):on).reduce((function(t,n){var r=(e.getAttribute("data-tippy-"+n)||"").trim();if(!r)return t;if("content"===n)t[n]=r;else try{t[n]=JSON.parse(r)}catch(e){t[n]=r}return t}),{})}(e,t.plugins));return n.aria=Object.assign({},rn.aria,n.aria),n.aria={expanded:"auto"===n.aria.expanded?t.interactive:n.aria.expanded,content:"auto"===n.aria.content?t.interactive?null:"describedby":n.aria.content},n}function ln(e,t){e["innerHTML"]=t}function un(e){var t=Nt();return!0===e?t.className=At:(t.className=Lt,It(e)?t.appendChild(e):ln(t,e)),t}function cn(e,t){It(t.content)?(ln(e,""),e.appendChild(t.content)):"function"!=typeof t.content&&(t.allowHTML?ln(e,t.content):e.textContent=t.content)}function fn(e){var t=e.firstElementChild,n=Rt(t.children);return{box:t,content:n.find((function(e){return e.classList.contains(St)})),arrow:n.find((function(e){return e.classList.contains(At)||e.classList.contains(Lt)})),backdrop:n.find((function(e){return e.classList.contains(Mt)}))}}function pn(e){var t=Nt(),n=Nt();n.className=kt,n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=Nt();function i(n,r){var i=fn(t),o=i.box,a=i.content,s=i.arrow;r.theme?o.setAttribute("data-theme",r.theme):o.removeAttribute("data-theme"),"string"==typeof r.animation?o.setAttribute("data-animation",r.animation):o.removeAttribute("data-animation"),r.inertia?o.setAttribute("data-inertia",""):o.removeAttribute("data-inertia"),o.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?o.setAttribute("role",r.role):o.removeAttribute("role"),n.content===r.content&&n.allowHTML===r.allowHTML||cn(a,e.props),r.arrow?s?n.arrow!==r.arrow&&(o.removeChild(s),o.appendChild(un(r.arrow))):o.appendChild(un(r.arrow)):s&&o.removeChild(s)}return r.className=St,r.setAttribute("data-state","hidden"),cn(r,e.props),t.appendChild(n),n.appendChild(r),i(e.props,e.props),{popper:t,onUpdate:i}}pn.$$tippy=!0;var dn=1,mn=[],hn=[];function yn(e,t){var n,r,i,o,a,s,l,u,c=sn(e,Object.assign({},rn,an(zt(t)))),f=!1,p=!1,d=!1,m=!1,h=[],y=Dt(W,c.interactiveDebounce),g=dn++,v=(u=c.plugins).filter((function(e,t){return u.indexOf(e)===t})),E={id:g,reference:e,popper:Nt(),popperInstance:null,props:c,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:v,clearDelayTimeouts:function(){clearTimeout(n),clearTimeout(r),cancelAnimationFrame(i)},setProps:function(t){if(E.state.isDestroyed)return;P("onBeforeUpdate",[E,t]),G();var n=E.props,r=sn(e,Object.assign({},n,zt(t),{ignoreAttributes:!0}));E.props=r,$(),n.interactiveDebounce!==r.interactiveDebounce&&(B(),y=Dt(W,r.interactiveDebounce));n.triggerTarget&&!r.triggerTarget?Ht(n.triggerTarget).forEach((function(e){e.removeAttribute("aria-expanded")})):r.triggerTarget&&e.removeAttribute("aria-expanded");V(),U(),x&&x(n,r);E.popperInstance&&(K(),Q().forEach((function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})));P("onAfterUpdate",[E,t])},setContent:function(e){E.setProps({content:e})},show:function(){var e=E.state.isVisible,t=E.state.isDestroyed,n=!E.state.isEnabled,r=Kt.isTouch&&!E.props.touch,i=Ft(E.props.duration,0,rn.duration);if(e||t||n||r)return;if(S().hasAttribute("disabled"))return;if(P("onShow",[E],!1),!1===E.props.onShow(E))return;E.state.isVisible=!0,k()&&(C.style.visibility="visible");U(),R(),E.state.isMounted||(C.style.transition="none");if(k()){var o=A(),a=o.box,l=o.content;Zt([a,l],0)}s=function(){var e;if(E.state.isVisible&&!m){if(m=!0,C.offsetHeight,C.style.transition=E.props.moveTransition,k()&&E.props.animation){var t=A(),n=t.box,r=t.content;Zt([n,r],i),Wt([n,r],"visible")}F(),V(),jt(hn,E),null==(e=E.popperInstance)||e.forceUpdate(),P("onMount",[E]),E.props.animation&&k()&&function(e,t){N(e,t)}(i,(function(){E.state.isShown=!0,P("onShown",[E])}))}},function(){var e,t=E.props.appendTo,n=S();e=E.props.interactive&&t===Pt||"parent"===t?n.parentNode:Bt(t,[n]);e.contains(C)||e.appendChild(C);E.state.isMounted=!0,K()}()},hide:function(){var e=!E.state.isVisible,t=E.state.isDestroyed,n=!E.state.isEnabled,r=Ft(E.props.duration,1,rn.duration);if(e||t||n)return;if(P("onHide",[E],!1),!1===E.props.onHide(E))return;E.state.isVisible=!1,E.state.isShown=!1,m=!1,f=!1,k()&&(C.style.visibility="hidden");if(B(),z(),U(!0),k()){var i=A(),o=i.box,a=i.content;E.props.animation&&(Zt([o,a],r),Wt([o,a],"hidden"))}F(),V(),E.props.animation?k()&&function(e,t){N(e,(function(){!E.state.isVisible&&C.parentNode&&C.parentNode.contains(C)&&t()}))}(r,E.unmount):E.unmount()},hideWithInteractivity:function(e){M().addEventListener("mousemove",y),jt(mn,y),y(e)},enable:function(){E.state.isEnabled=!0},disable:function(){E.hide(),E.state.isEnabled=!1},unmount:function(){E.state.isVisible&&E.hide();if(!E.state.isMounted)return;J(),Q().forEach((function(e){e._tippy.unmount()})),C.parentNode&&C.parentNode.removeChild(C);hn=hn.filter((function(e){return e!==E})),E.state.isMounted=!1,P("onHidden",[E])},destroy:function(){if(E.state.isDestroyed)return;E.clearDelayTimeouts(),E.unmount(),G(),delete e._tippy,E.state.isDestroyed=!0,P("onDestroy",[E])}};if(!c.render)return E;var b=c.render(E),C=b.popper,x=b.onUpdate;C.setAttribute("data-tippy-root",""),C.id="tippy-"+E.id,E.popper=C,e._tippy=E,C._tippy=E;var _=v.map((function(e){return e.fn(E)})),O=e.hasAttribute("aria-expanded");return $(),V(),U(),P("onCreate",[E]),c.showOnCreate&&ee(),C.addEventListener("mouseenter",(function(){E.props.interactive&&E.state.isVisible&&E.clearDelayTimeouts()})),C.addEventListener("mouseleave",(function(){E.props.interactive&&E.props.trigger.indexOf("mouseenter")>=0&&M().addEventListener("mousemove",y)})),E;function w(){var e=E.props.touch;return Array.isArray(e)?e:[e,0]}function T(){return"hold"===w()[0]}function k(){var e;return!(null==(e=E.props.render)||!e.$$tippy)}function S(){return l||e}function M(){var e=S().parentNode;return e?Yt(e):document}function A(){return fn(C)}function L(e){return E.state.isMounted&&!E.state.isVisible||Kt.isTouch||o&&"focus"===o.type?0:Ft(E.props.delay,e?0:1,rn.delay)}function U(e){void 0===e&&(e=!1),C.style.pointerEvents=E.props.interactive&&!e?"":"none",C.style.zIndex=""+E.props.zIndex}function P(e,t,n){var r;(void 0===n&&(n=!0),_.forEach((function(n){n[e]&&n[e].apply(n,t)})),n)&&(r=E.props)[e].apply(r,t)}function F(){var t=E.props.aria;if(t.content){var n="aria-"+t.content,r=C.id;Ht(E.props.triggerTarget||e).forEach((function(e){var t=e.getAttribute(n);if(E.state.isVisible)e.setAttribute(n,t?t+" "+r:r);else{var i=t&&t.replace(r,"").trim();i?e.setAttribute(n,i):e.removeAttribute(n)}}))}}function V(){!O&&E.props.aria.expanded&&Ht(E.props.triggerTarget||e).forEach((function(e){E.props.interactive?e.setAttribute("aria-expanded",E.state.isVisible&&e===S()?"true":"false"):e.removeAttribute("aria-expanded")}))}function B(){M().removeEventListener("mousemove",y),mn=mn.filter((function(e){return e!==y}))}function D(t){if(!Kt.isTouch||!d&&"mousedown"!==t.type){var n=t.composedPath&&t.composedPath()[0]||t.target;if(!E.props.interactive||!Xt(C,n)){if(Ht(E.props.triggerTarget||e).some((function(e){return Xt(e,n)}))){if(Kt.isTouch)return;if(E.state.isVisible&&E.props.trigger.indexOf("click")>=0)return}else P("onClickOutside",[E,t]);!0===E.props.hideOnClick&&(E.clearDelayTimeouts(),E.hide(),p=!0,setTimeout((function(){p=!1})),E.state.isMounted||z())}}}function H(){d=!0}function j(){d=!1}function R(){var e=M();e.addEventListener("mousedown",D,!0),e.addEventListener("touchend",D,Ut),e.addEventListener("touchstart",j,Ut),e.addEventListener("touchmove",H,Ut)}function z(){var e=M();e.removeEventListener("mousedown",D,!0),e.removeEventListener("touchend",D,Ut),e.removeEventListener("touchstart",j,Ut),e.removeEventListener("touchmove",H,Ut)}function N(e,t){var n=A().box;function r(e){e.target===n&&(qt(n,"remove",r),t())}if(0===e)return t();qt(n,"remove",a),qt(n,"add",r),a=r}function I(t,n,r){void 0===r&&(r=!1),Ht(E.props.triggerTarget||e).forEach((function(e){e.addEventListener(t,n,r),h.push({node:e,eventType:t,handler:n,options:r})}))}function $(){var e;T()&&(I("touchstart",Z,{passive:!0}),I("touchend",Y,{passive:!0})),(e=E.props.trigger,e.split(/\s+/).filter(Boolean)).forEach((function(e){if("manual"!==e)switch(I(e,Z),e){case"mouseenter":I("mouseleave",Y);break;case"focus":I(nn?"focusout":"blur",q);break;case"focusin":I("focusout",q)}}))}function G(){h.forEach((function(e){var t=e.node,n=e.eventType,r=e.handler,i=e.options;t.removeEventListener(n,r,i)})),h=[]}function Z(e){var t,n=!1;if(E.state.isEnabled&&!X(e)&&!p){var r="focus"===(null==(t=o)?void 0:t.type);o=e,l=e.currentTarget,V(),!E.state.isVisible&&$t(e)&&mn.forEach((function(t){return t(e)})),"click"===e.type&&(E.props.trigger.indexOf("mouseenter")<0||f)&&!1!==E.props.hideOnClick&&E.state.isVisible?n=!0:ee(e),"click"===e.type&&(f=!n),n&&!r&&te(e)}}function W(e){var t=e.target,n=S().contains(t)||C.contains(t);if("mousemove"!==e.type||!n){var r=Q().concat(C).map((function(e){var t,n=null==(t=e._tippy.popperInstance)?void 0:t.state;return n?{popperRect:e.getBoundingClientRect(),popperState:n,props:c}:null})).filter(Boolean);(function(e,t){var n=t.clientX,r=t.clientY;return e.every((function(e){var t=e.popperRect,i=e.popperState,o=e.props.interactiveBorder,a=i.placement.split("-")[0],s=i.modifiersData.offset;if(!s)return!0;var l="bottom"===a?s.top.y:0,u="top"===a?s.bottom.y:0,c="right"===a?s.left.x:0,f="left"===a?s.right.x:0,p=t.top-r+l>o,d=r-t.bottom-u>o,m=t.left-n+c>o,h=n-t.right-f>o;return p||d||m||h}))})(r,e)&&(B(),te(e))}}function Y(e){X(e)||E.props.trigger.indexOf("click")>=0&&f||(E.props.interactive?E.hideWithInteractivity(e):te(e))}function q(e){E.props.trigger.indexOf("focusin")<0&&e.target!==S()||E.props.interactive&&e.relatedTarget&&C.contains(e.relatedTarget)||te(e)}function X(e){return!!Kt.isTouch&&T()!==e.type.indexOf("touch")>=0}function K(){J();var t=E.props,n=t.popperOptions,r=t.placement,i=t.offset,o=t.getReferenceClientRect,a=t.moveTransition,l=k()?fn(C).arrow:null,u=o?{getBoundingClientRect:o,contextElement:o.contextElement||S()}:e,c={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t=e.state;if(k()){var n=A().box;["placement","reference-hidden","escaped"].forEach((function(e){"placement"===e?n.setAttribute("data-placement",t.placement):t.attributes.popper["data-popper-"+e]?n.setAttribute("data-"+e,""):n.removeAttribute("data-"+e)})),t.attributes.popper={}}}},f=[{name:"offset",options:{offset:i}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!a}},c];k()&&l&&f.push({name:"arrow",options:{element:l,padding:3}}),f.push.apply(f,(null==n?void 0:n.modifiers)||[]),E.popperInstance=Tt(u,C,Object.assign({},n,{placement:r,onFirstUpdate:s,modifiers:f}))}function J(){E.popperInstance&&(E.popperInstance.destroy(),E.popperInstance=null)}function Q(){return Rt(C.querySelectorAll("[data-tippy-root]"))}function ee(e){E.clearDelayTimeouts(),e&&P("onTrigger",[E,e]),R();var t=L(!0),r=w(),i=r[0],o=r[1];Kt.isTouch&&"hold"===i&&o&&(t=o),t?n=setTimeout((function(){E.show()}),t):E.show()}function te(e){if(E.clearDelayTimeouts(),P("onUntrigger",[E,e]),E.state.isVisible){if(!(E.props.trigger.indexOf("mouseenter")>=0&&E.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(e.type)>=0&&f)){var t=L(!1);t?r=setTimeout((function(){E.state.isVisible&&E.hide()}),t):i=requestAnimationFrame((function(){E.hide()}))}}else z()}}function gn(e,t){void 0===t&&(t={});var n=rn.plugins.concat(t.plugins||[]);document.addEventListener("touchstart",Qt,Ut),window.addEventListener("blur",tn);var r=Object.assign({},t,{plugins:n}),i=Gt(e).reduce((function(e,t){var n=t&&yn(t,r);return n&&e.push(n),e}),[]);return It(e)?i[0]:i}gn.defaultProps=rn,gn.setDefaultProps=function(e){Object.keys(e).forEach((function(t){rn[t]=e[t]}))},gn.currentInput=Kt,Object.assign({},Ae,{effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow)}});var vn={clientX:0,clientY:0},En=[];function bn(e){var t=e.clientX,n=e.clientY;vn={clientX:t,clientY:n}}var Cn={name:"followCursor",defaultValue:!1,fn:function(e){var t=e.reference,n=Yt(e.props.triggerTarget||t),r=!1,i=!1,o=!0,a=e.props;function s(){return"initial"===e.props.followCursor&&e.state.isVisible}function l(){n.addEventListener("mousemove",f)}function u(){n.removeEventListener("mousemove",f)}function c(){r=!0,e.setProps({getReferenceClientRect:null}),r=!1}function f(n){var r=!n.target||t.contains(n.target),i=e.props.followCursor,o=n.clientX,a=n.clientY,s=t.getBoundingClientRect(),l=o-s.left,u=a-s.top;!r&&e.props.interactive||e.setProps({getReferenceClientRect:function(){var e=t.getBoundingClientRect(),n=o,r=a;"initial"===i&&(n=e.left+l,r=e.top+u);var s="horizontal"===i?e.top:r,c="vertical"===i?e.right:n,f="horizontal"===i?e.bottom:r,p="vertical"===i?e.left:n;return{width:c-p,height:f-s,top:s,right:c,bottom:f,left:p}}})}function p(){e.props.followCursor&&(En.push({instance:e,doc:n}),function(e){e.addEventListener("mousemove",bn)}(n))}function d(){0===(En=En.filter((function(t){return t.instance!==e}))).filter((function(e){return e.doc===n})).length&&function(e){e.removeEventListener("mousemove",bn)}(n)}return{onCreate:p,onDestroy:d,onBeforeUpdate:function(){a=e.props},onAfterUpdate:function(t,n){var o=n.followCursor;r||void 0!==o&&a.followCursor!==o&&(d(),o?(p(),!e.state.isMounted||i||s()||l()):(u(),c()))},onMount:function(){e.props.followCursor&&!i&&(o&&(f(vn),o=!1),s()||l())},onTrigger:function(e,t){$t(t)&&(vn={clientX:t.clientX,clientY:t.clientY}),i="focus"===t.type},onHidden:function(){e.props.followCursor&&(c(),u(),o=!0)}}}};function xn(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}gn.setDefaultProps({render:pn});var _n="undefined"!=typeof window&&"undefined"!=typeof document;function On(e,t){e&&("function"==typeof e&&e(t),{}.hasOwnProperty.call(e,"current")&&(e.current=t))}function wn(){return _n&&document.createElement("div")}function Tn(e,t){if(e===t)return!0;if("object"==typeof e&&null!=e&&"object"==typeof t&&null!=t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e){if(!t.hasOwnProperty(n))return!1;if(!Tn(e[n],t[n]))return!1}return!0}return!1}function kn(e){var t=[];return e.forEach((function(e){t.find((function(t){return Tn(e,t)}))||t.push(e)})),t}var Sn=_n?o:a;function Mn(e,t,n){n.split(/\s+/).forEach((function(n){n&&e.classList[t](n)}))}var An={name:"className",defaultValue:"",fn:function(e){var t=e.popper.firstElementChild,n=function(){var t;return!!(null==(t=e.props.render)?void 0:t.$$tippy)};function r(){e.props.className&&!n()||Mn(t,"add",e.props.className)}return{onCreate:r,onBeforeUpdate:function(){n()&&Mn(t,"remove",e.props.className)},onAfterUpdate:r}}};function Ln(e){return function(n){var o=n.children,a=n.content,l=n.visible,u=n.singleton,c=n.render,f=n.reference,p=n.disabled,d=void 0!==p&&p,m=n.ignoreAttributes,h=void 0===m||m;n.__source,n.__self;var g,v,E=xn(n,["children","content","visible","singleton","render","reference","disabled","ignoreAttributes","__source","__self"]),b=void 0!==l,C=void 0!==u,x=i(!1),_=x[0],O=x[1],w=i({}),T=w[0],k=w[1],S=i(),M=S[0],A=S[1],L=(g=function(){return{container:wn(),renders:1}},(v=s()).current||(v.current="function"==typeof g?g():g),v.current),U=Object.assign({ignoreAttributes:h},E,{content:L.container});b&&(U.trigger="manual",U.hideOnClick=!1),C&&(d=!0);var P=U,F=U.plugins||[];c&&(P=Object.assign({},U,{plugins:C?[].concat(F,[{fn:function(){return{onTrigger:function(e,t){var n=u.data.children.find((function(e){return e.instance.reference===t.currentTarget})).content;A(n)}}}}]):F,render:function(){return{popper:L.container}}}));var V=[f].concat(o?[o.type]:[]);return Sn((function(){var t=f;f&&f.hasOwnProperty("current")&&(t=f.current);var n=e(t||L.ref||wn(),Object.assign({},P,{plugins:[An].concat(U.plugins||[])}));return L.instance=n,d&&n.disable(),l&&n.show(),C&&u.hook({instance:n,content:a,props:P}),O(!0),function(){n.destroy(),null==u||u.cleanup(n)}}),V),Sn((function(){var e;if(1!==L.renders){var t,n,r,i,o=L.instance;o.setProps((t=o.props,n=P,Object.assign({},n,{popperOptions:Object.assign({},t.popperOptions,n.popperOptions,{modifiers:kn([].concat((null==(r=t.popperOptions)?void 0:r.modifiers)||[],(null==(i=n.popperOptions)?void 0:i.modifiers)||[]))})}))),null==(e=o.popperInstance)||e.forceUpdate(),d?o.disable():o.enable(),b&&(l?o.show():o.hide()),C&&u.hook({instance:o,content:a,props:P})}else L.renders++})),Sn((function(){var e;if(c){var t=L.instance;t.setProps({popperOptions:Object.assign({},t.props.popperOptions,{modifiers:[].concat(((null==(e=t.props.popperOptions)?void 0:e.modifiers)||[]).filter((function(e){return"$$tippyReact"!==e.name})),[{name:"$$tippyReact",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t,n=e.state,r=null==(t=n.modifiersData)?void 0:t.hide;T.placement===n.placement&&T.referenceHidden===(null==r?void 0:r.isReferenceHidden)&&T.escaped===(null==r?void 0:r.hasPopperEscaped)||k({placement:n.placement,referenceHidden:null==r?void 0:r.isReferenceHidden,escaped:null==r?void 0:r.hasPopperEscaped}),n.attributes.popper={}}}])})})}}),[T.placement,T.referenceHidden,T.escaped].concat(V)),t.createElement(t.Fragment,null,o?r(o,{ref:function(e){L.ref=e,On(o.ref,e)}}):null,_&&y(c?c(function(e){var t={"data-placement":e.placement};return e.referenceHidden&&(t["data-reference-hidden"]=""),e.escaped&&(t["data-escaped"]=""),t}(T),M,L.instance):a,L.container))}}var Un=function(e,i){return n((function(n,o){var a=n.children,s=xn(n,["children"]);return t.createElement(e,Object.assign({},i,s),a?r(a,{ref:function(e){On(o,e),On(a.ref,e)}}):null)}))},Pn=Un(Ln(gn)),Fn="<svg width='12' height='6' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 5H0.926697L3.95208 1.63847C4.74227 0.760478 6.11722 0.754951 6.91445 1.62656L10 5Z' /></svg>",Vn=["content","children","theme","disabled","position","interactive","hideAfter","hideOnTargetExit"],Bn=function(e){var n=e.content,r=e.children,o=e.theme,s=void 0===o?"dark":o,l=e.disabled,u=void 0!==l&&l,c=e.position,f=void 0===c?"auto":c,p=e.interactive,d=void 0!==p&&p,m=e.hideAfter,h=void 0===m?-1:m,y=e.hideOnTargetExit,g=void 0!==y&&y,v=ue(e,Vn),E=se(i(null),2),b=E[0],C=E[1],x={};return h>0&&(x["onShow"]=function(e){return setTimeout((function(){return e.hide()}),h)}),a((function(){if(g){var e=new IntersectionObserver((function(e){e.forEach((function(e){return!e.isIntersecting&&(null==b?void 0:b.hide())}))}));return(null==b?void 0:b.reference)&&e.observe(null==b?void 0:b.reference),function(){return e.disconnect()}}}),[b,g]),t.createElement(Pn,le({role:"tooltip",theme:s,content:n,arrow:Fn,disabled:u,animation:"scale-subtle",placement:f,plugins:[Cn],interactive:d,duration:[100,200],zIndex:100001,onCreate:function(e){return C(e)}},x,v),r)};function Dn(){return Dn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Dn.apply(this,arguments)}function Hn(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var jn={exports:{}},Rn={},zn=Object.getOwnPropertySymbols,Nn=Object.prototype.hasOwnProperty,In=Object.prototype.propertyIsEnumerable;function $n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var Gn=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map((function(e){return t[e]}));if("0123456789"!==r.join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach((function(e){i[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,r,i=$n(e),o=1;o<arguments.length;o++){for(var a in n=Object(arguments[o]))Nn.call(n,a)&&(i[a]=n[a]);if(zn){r=zn(n);for(var s=0;s<r.length;s++)In.call(n,r[s])&&(i[r[s]]=n[r[s]])}}return i},Zn=Gn,Wn=60103,Yn=60106;
6
+ */C=x,function(){var e={}.hasOwnProperty;function t(){for(var n=[],r=0;r<arguments.length;r++){var i=arguments[r];if(i){var o=typeof i;if("string"===o||"number"===o)n.push(i);else if(Array.isArray(i)&&i.length){var a=t.apply(null,i);a&&n.push(a)}else if("object"===o)for(var s in i)e.call(i,s)&&i[s]&&n.push(s)}}return n.join(" ")}C.exports?(t.default=t,C.exports=t):window.classNames=t}();var _=x.exports;function O(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var w={exports:{}};w.exports=function(){var e=1e3,t=6e4,n=36e5,r="millisecond",i="second",o="minute",a="hour",s="day",l="week",u="month",c="quarter",f="year",p="date",d="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,y={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")},g=function(e,t,n){var r=String(e);return!r||r.length>=t?e:""+Array(t+1-r.length).join(n)+e},v={s:g,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),i=n%60;return(t<=0?"+":"-")+g(r,2,"0")+":"+g(i,2,"0")},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var r=12*(n.year()-t.year())+(n.month()-t.month()),i=t.clone().add(r,u),o=n-i<0,a=t.clone().add(r+(o?-1:1),u);return+(-(r+(n-i)/(o?i-a:a-i))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:u,y:f,w:l,d:s,D:p,h:a,m:o,s:i,ms:r,Q:c}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},E="en",b={};b[E]=y;var C=function(e){return e instanceof w},x=function e(t,n,r){var i;if(!t)return E;if("string"==typeof t){var o=t.toLowerCase();b[o]&&(i=o),n&&(b[o]=n,i=o);var a=t.split("-");if(!i&&a.length>1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!r&&i&&(E=i),i||!r&&E},_=function(e,t){if(C(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new w(n)},O=v;O.l=x,O.i=C,O.w=function(e,t){return _(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function y(e){this.$L=x(e.locale,null,!0),this.parse(e)}var g=y.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(O.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var r=t.match(m);if(r){var i=r[2]-1||0,o=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return O},g.isValid=function(){return!(this.$d.toString()===d)},g.isSame=function(e,t){var n=_(e);return this.startOf(t)<=n&&n<=this.endOf(t)},g.isAfter=function(e,t){return _(e)<this.startOf(t)},g.isBefore=function(e,t){return this.endOf(t)<_(e)},g.$g=function(e,t,n){return O.u(e)?this[t]:this.set(n,e)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(e,t){var n=this,r=!!O.u(t)||t,c=O.p(e),d=function(e,t){var i=O.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?i:i.endOf(s)},m=function(e,t){return O.w(n.toDate()[e].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),n)},h=this.$W,y=this.$M,g=this.$D,v="set"+(this.$u?"UTC":"");switch(c){case f:return r?d(1,0):d(31,11);case u:return r?d(1,y):d(0,y+1);case l:var E=this.$locale().weekStart||0,b=(h<E?h+7:h)-E;return d(r?g-b:g+(6-b),y);case s:case p:return m(v+"Hours",0);case a:return m(v+"Minutes",1);case o:return m(v+"Seconds",2);case i:return m(v+"Milliseconds",3);default:return this.clone()}},g.endOf=function(e){return this.startOf(e,!1)},g.$set=function(e,t){var n,l=O.p(e),c="set"+(this.$u?"UTC":""),d=(n={},n[s]=c+"Date",n[p]=c+"Date",n[u]=c+"Month",n[f]=c+"FullYear",n[a]=c+"Hours",n[o]=c+"Minutes",n[i]=c+"Seconds",n[r]=c+"Milliseconds",n)[l],m=l===s?this.$D+(t-this.$W):t;if(l===u||l===f){var h=this.clone().set(p,1);h.$d[d](m),h.init(),this.$d=h.set(p,Math.min(this.$D,h.daysInMonth())).$d}else d&&this.$d[d](m);return this.init(),this},g.set=function(e,t){return this.clone().$set(e,t)},g.get=function(e){return this[O.p(e)]()},g.add=function(r,c){var p,d=this;r=Number(r);var m=O.p(c),h=function(e){var t=_(d);return O.w(t.date(t.date()+Math.round(e*r)),d)};if(m===u)return this.set(u,this.$M+r);if(m===f)return this.set(f,this.$y+r);if(m===s)return h(1);if(m===l)return h(7);var y=(p={},p[o]=t,p[a]=n,p[i]=e,p)[m]||1,g=this.$d.getTime()+r*y;return O.w(g,this)},g.subtract=function(e,t){return this.add(-1*e,t)},g.format=function(e){var t=this,n=this.$locale();if(!this.isValid())return n.invalidDate||d;var r=e||"YYYY-MM-DDTHH:mm:ssZ",i=O.z(this),o=this.$H,a=this.$m,s=this.$M,l=n.weekdays,u=n.months,c=function(e,n,i,o){return e&&(e[n]||e(t,r))||i[n].slice(0,o)},f=function(e){return O.s(o%12||12,e,"0")},p=n.meridiem||function(e,t,n){var r=e<12?"AM":"PM";return n?r.toLowerCase():r},m={YY:String(this.$y).slice(-2),YYYY:this.$y,M:s+1,MM:O.s(s+1,2,"0"),MMM:c(n.monthsShort,s,u,3),MMMM:c(u,s),D:this.$D,DD:O.s(this.$D,2,"0"),d:String(this.$W),dd:c(n.weekdaysMin,this.$W,l,2),ddd:c(n.weekdaysShort,this.$W,l,3),dddd:l[this.$W],H:String(o),HH:O.s(o,2,"0"),h:f(1),hh:f(2),a:p(o,a,!0),A:p(o,a,!1),m:String(a),mm:O.s(a,2,"0"),s:String(this.$s),ss:O.s(this.$s,2,"0"),SSS:O.s(this.$ms,3,"0"),Z:i};return r.replace(h,(function(e,t){return t||m[e]||i.replace(":","")}))},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(r,p,d){var m,h=O.p(p),y=_(r),g=(y.utcOffset()-this.utcOffset())*t,v=this-y,E=O.m(this,y);return E=(m={},m[f]=E/12,m[u]=E,m[c]=E/3,m[l]=(v-g)/6048e5,m[s]=(v-g)/864e5,m[a]=v/n,m[o]=v/t,m[i]=v/e,m)[h]||v,d?E:O.a(E)},g.daysInMonth=function(){return this.endOf(u).$D},g.$locale=function(){return b[this.$L]},g.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),r=x(e,t,!0);return r&&(n.$L=r),n},g.clone=function(){return O.w(this.$d,this)},g.toDate=function(){return new Date(this.valueOf())},g.toJSON=function(){return this.isValid()?this.toISOString():null},g.toISOString=function(){return this.$d.toISOString()},g.toString=function(){return this.$d.toUTCString()},y}(),T=w.prototype;return _.prototype=T,[["$ms",r],["$s",i],["$m",o],["$H",a],["$W",s],["$M",u],["$y",f],["$D",p]].forEach((function(e){T[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),_.extend=function(e,t){return e.$i||(e(t,w,_),e.$i=!0),_},_.locale=x,_.isDayjs=C,_.unix=function(e){return _(1e3*e)},_.en=b[E],_.Ls=b,_.p={},_}();var T=w.exports,k={exports:{}};k.exports=function(){var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,i,o){var a=i.prototype;o.utc=function(e){return new i({date:e,utc:!0,args:arguments})},a.utc=function(t){var n=o(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},a.local=function(){return o(this.toDate(),{locale:this.$L,utc:!1})};var s=a.parse;a.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),s.call(this,e)};var l=a.init;a.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else l.call(this)};var u=a.utcOffset;a.utcOffset=function(r,i){var o=this.$utils().u;if(o(r))return this.$u?0:o(this.$offset)?u.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var i=(""+r[0]).match(n)||["-",0,0],o=i[0],a=60*+i[1]+ +i[2];return 0===a?0:"+"===o?a:-a}(r),null===r))return this;var a=Math.abs(r)<=16?60*r:r,s=this;if(i)return s.$offset=a,s.$u=0===r,s;if(0!==r){var l=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(s=this.local().add(a+l,e)).$offset=a,s.$x.$localOffset=l}else s=this.utc();return s};var c=a.format;a.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return c.call(this,t)},a.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||(new Date).getTimezoneOffset());return this.$d.valueOf()-6e4*e},a.isUTC=function(){return!!this.$u},a.toISOString=function(){return this.toDate().toISOString()},a.toString=function(){return this.toDate().toUTCString()};var f=a.toDate;a.toDate=function(e){return"s"===e&&this.$offset?o(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():f.call(this)};var p=a.diff;a.diff=function(e,t,n){if(e&&this.$u===e.$u)return p.call(this,e,t,n);var r=this.local(),i=o(e).local();return p.call(r,i,t,n)}}}();var S=k.exports,M={exports:{}};M.exports=function(e,t){t.prototype.weekday=function(e){var t=this.$locale().weekStart||0,n=this.$W,r=(n<t?n+7:n)-t;return this.$utils().u(e)?r:this.subtract(r,"day").add(e,"day")}};var A=M.exports,L={exports:{}};L.exports=function(e,t,n){var r=t.prototype,i=function(e){return e&&(e.indexOf?e:e.s)},o=function(e,t,n,r,o){var a=e.name?e:e.$locale(),s=i(a[t]),l=i(a[n]),u=s||l.map((function(e){return e.slice(0,r)}));if(!o)return u;var c=a.weekStart;return u.map((function(e,t){return u[(t+(c||0))%7]}))},a=function(){return n.Ls[n.locale()]},s=function(e,t){return e.formats[t]||function(e){return e.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,n){return t||n.slice(1)}))}(e.formats[t.toUpperCase()])},l=function(){var e=this;return{months:function(t){return t?t.format("MMMM"):o(e,"months")},monthsShort:function(t){return t?t.format("MMM"):o(e,"monthsShort","months",3)},firstDayOfWeek:function(){return e.$locale().weekStart||0},weekdays:function(t){return t?t.format("dddd"):o(e,"weekdays")},weekdaysMin:function(t){return t?t.format("dd"):o(e,"weekdaysMin","weekdays",2)},weekdaysShort:function(t){return t?t.format("ddd"):o(e,"weekdaysShort","weekdays",3)},longDateFormat:function(t){return s(e.$locale(),t)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return l.bind(this)()},n.localeData=function(){var e=a();return{firstDayOfWeek:function(){return e.weekStart||0},weekdays:function(){return n.weekdays()},weekdaysShort:function(){return n.weekdaysShort()},weekdaysMin:function(){return n.weekdaysMin()},months:function(){return n.months()},monthsShort:function(){return n.monthsShort()},longDateFormat:function(t){return s(e,t)},meridiem:e.meridiem,ordinal:e.ordinal}},n.months=function(){return o(a(),"months")},n.monthsShort=function(){return o(a(),"monthsShort","months",3)},n.weekdays=function(e){return o(a(),"weekdays",null,null,e)},n.weekdaysShort=function(e){return o(a(),"weekdaysShort","weekdays",3,e)},n.weekdaysMin=function(e){return o(a(),"weekdaysMin","weekdays",2,e)}};var U=L.exports,P={exports:{}};P.exports=function(){var e="week",t="year";return function(n,r,i){var o=r.prototype;o.week=function(n){if(void 0===n&&(n=null),null!==n)return this.add(7*(n-this.week()),"day");var r=this.$locale().yearStart||1;if(11===this.month()&&this.date()>25){var o=i(this).startOf(t).add(1,t).date(r),a=i(this).endOf(e);if(o.isBefore(a))return 1}var s=i(this).startOf(t).date(r).startOf(e).subtract(1,"millisecond"),l=this.diff(s,e,!0);return l<0?i(this).startOf("week").week():Math.ceil(l)},o.weeks=function(e){return void 0===e&&(e=null),this.week(e)}}}();var F=P.exports;function V(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function B(e){return function t(n){return 0===arguments.length||V(n)?t:e.apply(this,arguments)}}function D(e){return function t(n,r){switch(arguments.length){case 0:return t;case 1:return V(n)?t:B((function(t){return e(n,t)}));default:return V(n)&&V(r)?t:V(n)?B((function(t){return e(t,r)})):V(r)?B((function(t){return e(n,t)})):e(n,r)}}}var H=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function j(e,t){return Object.prototype.hasOwnProperty.call(t,e)}var R=Object.prototype.toString,z=function(){return"[object Arguments]"===R.call(arguments)?function(e){return"[object Arguments]"===R.call(e)}:function(e){return j("callee",e)}}(),N=!{toString:null}.propertyIsEnumerable("toString"),I=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],$=function(){return arguments.propertyIsEnumerable("length")}(),G=function(e,t){for(var n=0;n<e.length;){if(e[n]===t)return!0;n+=1}return!1},Z="function"!=typeof Object.keys||$?B((function(e){if(Object(e)!==e)return[];var t,n,r=[],i=$&&z(e);for(t in e)!j(t,e)||i&&"length"===t||(r[r.length]=t);if(N)for(n=I.length-1;n>=0;)j(t=I[n],e)&&!G(r,t)&&(r[r.length]=t),n-=1;return r})):B((function(e){return Object(e)!==e?[]:Object.keys(e)})),W=B((function(e){for(var t=Z(e),n=t.length,r=[],i=0;i<n;)r[i]=e[t[i]],i+=1;return r})),Y=B((function(e){return null==e})),q=B((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function X(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}function K(e,t,n){for(var r=0,i=n.length;r<i;){if(e(t,n[r]))return!0;r+=1}return!1}var J="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};function Q(e,t,n,r){var i=X(e);function o(e,t){return ee(e,t,n.slice(),r.slice())}return!K((function(e,t){return!K(o,t,e)}),X(t),i)}function ee(e,t,n,r){if(J(e,t))return!0;var i=q(e);if(i!==q(t))return!1;if(null==e||null==t)return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(i){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===function(e){var t=String(e).match(/^function (\w*)/);return null==t?"":t[1]}(e.constructor))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!J(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!J(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var o=n.length-1;o>=0;){if(n[o]===e)return r[o]===t;o-=1}switch(i){case"Map":return e.size===t.size&&Q(e.entries(),t.entries(),n.concat([e]),r.concat([t]));case"Set":return e.size===t.size&&Q(e.values(),t.values(),n.concat([e]),r.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var a=Z(e);if(a.length!==Z(t).length)return!1;var s=n.concat([e]),l=r.concat([t]);for(o=a.length-1;o>=0;){var u=a[o];if(!j(u,t)||!ee(t[u],e[u],s,l))return!1;o-=1}return!0}var te=D((function(e,t){return ee(e,t,[],[])}));var ne=B((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():H(e)?[]:function(e){return"[object String]"===Object.prototype.toString.call(e)}(e)?"":function(e){return"[object Object]"===Object.prototype.toString.call(e)}(e)?{}:z(e)?function(){return arguments}():void 0})),re=B((function(e){return null!=e&&te(e,ne(e))}));T.extend(F),T.extend(A),T.extend(U),T.extend(S);var ie=function(){},oe=function(e){return e&&e.replace?e.replace(/[\s_]/g,"-").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/-+/g,"-").toLowerCase():"nui"};function ae(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function se(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==n["return"]||n["return"]()}finally{if(s)throw i}}return o}}(e,t)||function(e,t){if(e){if("string"==typeof e)return ae(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ae(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function le(){return le=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},le.apply(this,arguments)}function ue(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var ce="top",fe="bottom",pe="right",de="left",me="auto",he=[ce,fe,pe,de],ye="start",ge="end",ve="clippingParents",Ee="viewport",be="popper",Ce="reference",xe=he.reduce((function(e,t){return e.concat([t+"-"+ye,t+"-"+ge])}),[]),_e=[].concat(he,[me]).reduce((function(e,t){return e.concat([t,t+"-"+ye,t+"-"+ge])}),[]),Oe=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function we(e){return e?(e.nodeName||"").toLowerCase():null}function Te(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function ke(e){return e instanceof Te(e).Element||e instanceof Element}function Se(e){return e instanceof Te(e).HTMLElement||e instanceof HTMLElement}function Me(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Te(e).ShadowRoot||e instanceof ShadowRoot)}var Ae={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},i=t.elements[e];Se(i)&&we(i)&&(Object.assign(i.style,n),Object.keys(r).forEach((function(e){var t=r[e];!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var r=t.elements[e],i=t.attributes[e]||{},o=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});Se(r)&&we(r)&&(Object.assign(r.style,o),Object.keys(i).forEach((function(e){r.removeAttribute(e)})))}))}},requires:["computeStyles"]};function Le(e){return e.split("-")[0]}var Ue=Math.max,Pe=Math.min,Fe=Math.round;function Ve(){var e=navigator.userAgentData;return null!=e&&e.brands?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}function Be(){return!/^((?!chrome|android).)*safari/i.test(Ve())}function De(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var r=e.getBoundingClientRect(),i=1,o=1;t&&Se(e)&&(i=e.offsetWidth>0&&Fe(r.width)/e.offsetWidth||1,o=e.offsetHeight>0&&Fe(r.height)/e.offsetHeight||1);var a=(ke(e)?Te(e):window).visualViewport,s=!Be()&&n,l=(r.left+(s&&a?a.offsetLeft:0))/i,u=(r.top+(s&&a?a.offsetTop:0))/o,c=r.width/i,f=r.height/o;return{width:c,height:f,top:u,right:l+c,bottom:u+f,left:l,x:l,y:u}}function He(e){var t=De(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function je(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Me(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function Re(e){return Te(e).getComputedStyle(e)}function ze(e){return["table","td","th"].indexOf(we(e))>=0}function Ne(e){return((ke(e)?e.ownerDocument:e.document)||window.document).documentElement}function Ie(e){return"html"===we(e)?e:e.assignedSlot||e.parentNode||(Me(e)?e.host:null)||Ne(e)}function $e(e){return Se(e)&&"fixed"!==Re(e).position?e.offsetParent:null}function Ge(e){for(var t=Te(e),n=$e(e);n&&ze(n)&&"static"===Re(n).position;)n=$e(n);return n&&("html"===we(n)||"body"===we(n)&&"static"===Re(n).position)?t:n||function(e){var t=/firefox/i.test(Ve());if(/Trident/i.test(Ve())&&Se(e)&&"fixed"===Re(e).position)return null;var n=Ie(e);for(Me(n)&&(n=n.host);Se(n)&&["html","body"].indexOf(we(n))<0;){var r=Re(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(e)||t}function Ze(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function We(e,t,n){return Ue(e,Pe(t,n))}function Ye(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function qe(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}var Xe=function(e,t){return Ye("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:qe(e,he))};var Ke={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,i=e.options,o=n.elements.arrow,a=n.modifiersData.popperOffsets,s=Le(n.placement),l=Ze(s),u=[de,pe].indexOf(s)>=0?"height":"width";if(o&&a){var c=Xe(i.padding,n),f=He(o),p="y"===l?ce:de,d="y"===l?fe:pe,m=n.rects.reference[u]+n.rects.reference[l]-a[l]-n.rects.popper[u],h=a[l]-n.rects.reference[l],y=Ge(o),g=y?"y"===l?y.clientHeight||0:y.clientWidth||0:0,v=m/2-h/2,E=c[p],b=g-f[u]-c[d],C=g/2-f[u]/2+v,x=We(E,C,b),_=l;n.modifiersData[r]=((t={})[_]=x,t.centerOffset=x-C,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&je(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Je(e){return e.split("-")[1]}var Qe={top:"auto",right:"auto",bottom:"auto",left:"auto"};function et(e){var t,n=e.popper,r=e.popperRect,i=e.placement,o=e.variation,a=e.offsets,s=e.position,l=e.gpuAcceleration,u=e.adaptive,c=e.roundOffsets,f=e.isFixed,p=a.x,d=void 0===p?0:p,m=a.y,h=void 0===m?0:m,y="function"==typeof c?c({x:d,y:h}):{x:d,y:h};d=y.x,h=y.y;var g=a.hasOwnProperty("x"),v=a.hasOwnProperty("y"),E=de,b=ce,C=window;if(u){var x=Ge(n),_="clientHeight",O="clientWidth";if(x===Te(n)&&"static"!==Re(x=Ne(n)).position&&"absolute"===s&&(_="scrollHeight",O="scrollWidth"),i===ce||(i===de||i===pe)&&o===ge)b=fe,h-=(f&&x===C&&C.visualViewport?C.visualViewport.height:x[_])-r.height,h*=l?1:-1;if(i===de||(i===ce||i===fe)&&o===ge)E=pe,d-=(f&&x===C&&C.visualViewport?C.visualViewport.width:x[O])-r.width,d*=l?1:-1}var w,T=Object.assign({position:s},u&&Qe),k=!0===c?function(e){var t=e.x,n=e.y,r=window.devicePixelRatio||1;return{x:Fe(t*r)/r||0,y:Fe(n*r)/r||0}}({x:d,y:h}):{x:d,y:h};return d=k.x,h=k.y,l?Object.assign({},T,((w={})[b]=v?"0":"",w[E]=g?"0":"",w.transform=(C.devicePixelRatio||1)<=1?"translate("+d+"px, "+h+"px)":"translate3d("+d+"px, "+h+"px, 0)",w)):Object.assign({},T,((t={})[b]=v?h+"px":"",t[E]=g?d+"px":"",t.transform="",t))}var tt={passive:!0};var nt={left:"right",right:"left",bottom:"top",top:"bottom"};function rt(e){return e.replace(/left|right|bottom|top/g,(function(e){return nt[e]}))}var it={start:"end",end:"start"};function ot(e){return e.replace(/start|end/g,(function(e){return it[e]}))}function at(e){var t=Te(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function st(e){return De(Ne(e)).left+at(e).scrollLeft}function lt(e){var t=Re(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+r)}function ut(e){return["html","body","#document"].indexOf(we(e))>=0?e.ownerDocument.body:Se(e)&&lt(e)?e:ut(Ie(e))}function ct(e,t){var n;void 0===t&&(t=[]);var r=ut(e),i=r===(null==(n=e.ownerDocument)?void 0:n.body),o=Te(r),a=i?[o].concat(o.visualViewport||[],lt(r)?r:[]):r,s=t.concat(a);return i?s:s.concat(ct(Ie(a)))}function ft(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function pt(e,t,n){return t===Ee?ft(function(e,t){var n=Te(e),r=Ne(e),i=n.visualViewport,o=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){o=i.width,a=i.height;var u=Be();(u||!u&&"fixed"===t)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:o,height:a,x:s+st(e),y:l}}(e,n)):ke(t)?function(e,t){var n=De(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}(t,n):ft(function(e){var t,n=Ne(e),r=at(e),i=null==(t=e.ownerDocument)?void 0:t.body,o=Ue(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=Ue(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),s=-r.scrollLeft+st(e),l=-r.scrollTop;return"rtl"===Re(i||n).direction&&(s+=Ue(n.clientWidth,i?i.clientWidth:0)-o),{width:o,height:a,x:s,y:l}}(Ne(e)))}function dt(e,t,n,r){var i="clippingParents"===t?function(e){var t=ct(Ie(e)),n=["absolute","fixed"].indexOf(Re(e).position)>=0&&Se(e)?Ge(e):e;return ke(n)?t.filter((function(e){return ke(e)&&je(e,n)&&"body"!==we(e)})):[]}(e):[].concat(t),o=[].concat(i,[n]),a=o[0],s=o.reduce((function(t,n){var i=pt(e,n,r);return t.top=Ue(i.top,t.top),t.right=Pe(i.right,t.right),t.bottom=Pe(i.bottom,t.bottom),t.left=Ue(i.left,t.left),t}),pt(e,a,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function mt(e){var t,n=e.reference,r=e.element,i=e.placement,o=i?Le(i):null,a=i?Je(i):null,s=n.x+n.width/2-r.width/2,l=n.y+n.height/2-r.height/2;switch(o){case ce:t={x:s,y:n.y-r.height};break;case fe:t={x:s,y:n.y+n.height};break;case pe:t={x:n.x+n.width,y:l};break;case de:t={x:n.x-r.width,y:l};break;default:t={x:n.x,y:n.y}}var u=o?Ze(o):null;if(null!=u){var c="y"===u?"height":"width";switch(a){case ye:t[u]=t[u]-(n[c]/2-r[c]/2);break;case ge:t[u]=t[u]+(n[c]/2-r[c]/2)}}return t}function ht(e,t){void 0===t&&(t={});var n=t,r=n.placement,i=void 0===r?e.placement:r,o=n.strategy,a=void 0===o?e.strategy:o,s=n.boundary,l=void 0===s?ve:s,u=n.rootBoundary,c=void 0===u?Ee:u,f=n.elementContext,p=void 0===f?be:f,d=n.altBoundary,m=void 0!==d&&d,h=n.padding,y=void 0===h?0:h,g=Ye("number"!=typeof y?y:qe(y,he)),v=p===be?Ce:be,E=e.rects.popper,b=e.elements[m?v:p],C=dt(ke(b)?b:b.contextElement||Ne(e.elements.popper),l,c,a),x=De(e.elements.reference),_=mt({reference:x,element:E,strategy:"absolute",placement:i}),O=ft(Object.assign({},E,_)),w=p===be?O:x,T={top:C.top-w.top+g.top,bottom:w.bottom-C.bottom+g.bottom,left:C.left-w.left+g.left,right:w.right-C.right+g.right},k=e.modifiersData.offset;if(p===be&&k){var S=k[i];Object.keys(T).forEach((function(e){var t=[pe,fe].indexOf(e)>=0?1:-1,n=[ce,fe].indexOf(e)>=0?"y":"x";T[e]+=S[n]*t}))}return T}function yt(e,t){void 0===t&&(t={});var n=t,r=n.placement,i=n.boundary,o=n.rootBoundary,a=n.padding,s=n.flipVariations,l=n.allowedAutoPlacements,u=void 0===l?_e:l,c=Je(r),f=c?s?xe:xe.filter((function(e){return Je(e)===c})):he,p=f.filter((function(e){return u.indexOf(e)>=0}));0===p.length&&(p=f);var d=p.reduce((function(t,n){return t[n]=ht(e,{placement:n,boundary:i,rootBoundary:o,padding:a})[Le(n)],t}),{});return Object.keys(d).sort((function(e,t){return d[e]-d[t]}))}var gt={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var i=n.mainAxis,o=void 0===i||i,a=n.altAxis,s=void 0===a||a,l=n.fallbackPlacements,u=n.padding,c=n.boundary,f=n.rootBoundary,p=n.altBoundary,d=n.flipVariations,m=void 0===d||d,h=n.allowedAutoPlacements,y=t.options.placement,g=Le(y),v=l||(g===y||!m?[rt(y)]:function(e){if(Le(e)===me)return[];var t=rt(e);return[ot(e),t,ot(t)]}(y)),E=[y].concat(v).reduce((function(e,n){return e.concat(Le(n)===me?yt(t,{placement:n,boundary:c,rootBoundary:f,padding:u,flipVariations:m,allowedAutoPlacements:h}):n)}),[]),b=t.rects.reference,C=t.rects.popper,x=new Map,_=!0,O=E[0],w=0;w<E.length;w++){var T=E[w],k=Le(T),S=Je(T)===ye,M=[ce,fe].indexOf(k)>=0,A=M?"width":"height",L=ht(t,{placement:T,boundary:c,rootBoundary:f,altBoundary:p,padding:u}),U=M?S?pe:de:S?fe:ce;b[A]>C[A]&&(U=rt(U));var P=rt(U),F=[];if(o&&F.push(L[k]<=0),s&&F.push(L[U]<=0,L[P]<=0),F.every((function(e){return e}))){O=T,_=!1;break}x.set(T,F)}if(_)for(var V=function(e){var t=E.find((function(t){var n=x.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return O=t,"break"},B=m?3:1;B>0;B--){if("break"===V(B))break}t.placement!==O&&(t.modifiersData[r]._skip=!0,t.placement=O,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function vt(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function Et(e){return[ce,pe,fe,de].some((function(t){return e[t]>=0}))}var bt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,i=n.offset,o=void 0===i?[0,0]:i,a=_e.reduce((function(e,n){return e[n]=function(e,t,n){var r=Le(e),i=[de,ce].indexOf(r)>=0?-1:1,o="function"==typeof n?n(Object.assign({},t,{placement:e})):n,a=o[0],s=o[1];return a=a||0,s=(s||0)*i,[de,pe].indexOf(r)>=0?{x:s,y:a}:{x:a,y:s}}(n,t.rects,o),e}),{}),s=a[t.placement],l=s.x,u=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=u),t.modifiersData[r]=a}};var Ct={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,i=n.mainAxis,o=void 0===i||i,a=n.altAxis,s=void 0!==a&&a,l=n.boundary,u=n.rootBoundary,c=n.altBoundary,f=n.padding,p=n.tether,d=void 0===p||p,m=n.tetherOffset,h=void 0===m?0:m,y=ht(t,{boundary:l,rootBoundary:u,padding:f,altBoundary:c}),g=Le(t.placement),v=Je(t.placement),E=!v,b=Ze(g),C="x"===b?"y":"x",x=t.modifiersData.popperOffsets,_=t.rects.reference,O=t.rects.popper,w="function"==typeof h?h(Object.assign({},t.rects,{placement:t.placement})):h,T="number"==typeof w?{mainAxis:w,altAxis:w}:Object.assign({mainAxis:0,altAxis:0},w),k=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,S={x:0,y:0};if(x){if(o){var M,A="y"===b?ce:de,L="y"===b?fe:pe,U="y"===b?"height":"width",P=x[b],F=P+y[A],V=P-y[L],B=d?-O[U]/2:0,D=v===ye?_[U]:O[U],H=v===ye?-O[U]:-_[U],j=t.elements.arrow,R=d&&j?He(j):{width:0,height:0},z=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},N=z[A],I=z[L],$=We(0,_[U],R[U]),G=E?_[U]/2-B-$-N-T.mainAxis:D-$-N-T.mainAxis,Z=E?-_[U]/2+B+$+I+T.mainAxis:H+$+I+T.mainAxis,W=t.elements.arrow&&Ge(t.elements.arrow),Y=W?"y"===b?W.clientTop||0:W.clientLeft||0:0,q=null!=(M=null==k?void 0:k[b])?M:0,X=P+Z-q,K=We(d?Pe(F,P+G-q-Y):F,P,d?Ue(V,X):V);x[b]=K,S[b]=K-P}if(s){var J,Q="x"===b?ce:de,ee="x"===b?fe:pe,te=x[C],ne="y"===C?"height":"width",re=te+y[Q],ie=te-y[ee],oe=-1!==[ce,de].indexOf(g),ae=null!=(J=null==k?void 0:k[C])?J:0,se=oe?re:te-_[ne]-O[ne]-ae+T.altAxis,le=oe?te+_[ne]+O[ne]-ae-T.altAxis:ie,ue=d&&oe?function(e,t,n){var r=We(e,t,n);return r>n?n:r}(se,te,le):We(d?se:re,te,d?le:ie);x[C]=ue,S[C]=ue-te}t.modifiersData[r]=S}},requiresIfExists:["offset"]};function xt(e,t,n){void 0===n&&(n=!1);var r,i,o=Se(t),a=Se(t)&&function(e){var t=e.getBoundingClientRect(),n=Fe(t.width)/e.offsetWidth||1,r=Fe(t.height)/e.offsetHeight||1;return 1!==n||1!==r}(t),s=Ne(t),l=De(e,a,n),u={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(o||!o&&!n)&&(("body"!==we(t)||lt(s))&&(u=(r=t)!==Te(r)&&Se(r)?{scrollLeft:(i=r).scrollLeft,scrollTop:i.scrollTop}:at(r)),Se(t)?((c=De(t,!0)).x+=t.clientLeft,c.y+=t.clientTop):s&&(c.x=st(s))),{x:l.left+u.scrollLeft-c.x,y:l.top+u.scrollTop-c.y,width:l.width,height:l.height}}function _t(e){var t=new Map,n=new Set,r=[];function i(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var r=t.get(e);r&&i(r)}})),r.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||i(e)})),r}var Ot={placement:"bottom",modifiers:[],strategy:"absolute"};function wt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some((function(e){return!(e&&"function"==typeof e.getBoundingClientRect)}))}function Tt(e){void 0===e&&(e={});var t=e,n=t.defaultModifiers,r=void 0===n?[]:n,i=t.defaultOptions,o=void 0===i?Ot:i;return function(e,t,n){void 0===n&&(n=o);var i,a,s={placement:"bottom",orderedModifiers:[],options:Object.assign({},Ot,o),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},l=[],u=!1,c={state:s,setOptions:function(n){var i="function"==typeof n?n(s.options):n;f(),s.options=Object.assign({},o,s.options,i),s.scrollParents={reference:ke(e)?ct(e):e.contextElement?ct(e.contextElement):[],popper:ct(t)};var a,u,p=function(e){var t=_t(e);return Oe.reduce((function(e,n){return e.concat(t.filter((function(e){return e.phase===n})))}),[])}((a=[].concat(r,s.options.modifiers),u=a.reduce((function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e}),{}),Object.keys(u).map((function(e){return u[e]}))));return s.orderedModifiers=p.filter((function(e){return e.enabled})),s.orderedModifiers.forEach((function(e){var t=e.name,n=e.options,r=void 0===n?{}:n,i=e.effect;if("function"==typeof i){var o=i({state:s,name:t,instance:c,options:r}),a=function(){};l.push(o||a)}})),c.update()},forceUpdate:function(){if(!u){var e=s.elements,t=e.reference,n=e.popper;if(wt(t,n)){s.rects={reference:xt(t,Ge(n),"fixed"===s.options.strategy),popper:He(n)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach((function(e){return s.modifiersData[e.name]=Object.assign({},e.data)}));for(var r=0;r<s.orderedModifiers.length;r++)if(!0!==s.reset){var i=s.orderedModifiers[r],o=i.fn,a=i.options,l=void 0===a?{}:a,f=i.name;"function"==typeof o&&(s=o({state:s,options:l,name:f,instance:c})||s)}else s.reset=!1,r=-1}}},update:(i=function(){return new Promise((function(e){c.forceUpdate(),e(s)}))},function(){return a||(a=new Promise((function(e){Promise.resolve().then((function(){a=void 0,e(i())}))}))),a}),destroy:function(){f(),u=!0}};if(!wt(e,t))return c;function f(){l.forEach((function(e){return e()})),l=[]}return c.setOptions(n).then((function(e){!u&&n.onFirstUpdate&&n.onFirstUpdate(e)})),c}}var kt=Tt({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,r=e.options,i=r.scroll,o=void 0===i||i,a=r.resize,s=void 0===a||a,l=Te(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&u.forEach((function(e){e.addEventListener("scroll",n.update,tt)})),s&&l.addEventListener("resize",n.update,tt),function(){o&&u.forEach((function(e){e.removeEventListener("scroll",n.update,tt)})),s&&l.removeEventListener("resize",n.update,tt)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=mt({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,i=void 0===r||r,o=n.adaptive,a=void 0===o||o,s=n.roundOffsets,l=void 0===s||s,u={placement:Le(t.placement),variation:Je(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,et(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:l})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,et(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},Ae,bt,gt,Ct,Ke,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,i=t.rects.popper,o=t.modifiersData.preventOverflow,a=ht(t,{elementContext:"reference"}),s=ht(t,{altBoundary:!0}),l=vt(a,r),u=vt(s,i,o),c=Et(l),f=Et(u);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:u,isReferenceHidden:c,hasPopperEscaped:f},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":f})}}]}),St="tippy-box",Mt="tippy-content",At="tippy-backdrop",Lt="tippy-arrow",Ut="tippy-svg-arrow",Pt={passive:!0,capture:!0},Ft=function(){return document.body};function Vt(e,t,n){if(Array.isArray(e)){var r=e[t];return null==r?Array.isArray(n)?n[t]:n:r}return e}function Bt(e,t){var n={}.toString.call(e);return 0===n.indexOf("[object")&&n.indexOf(t+"]")>-1}function Dt(e,t){return"function"==typeof e?e.apply(void 0,t):e}function Ht(e,t){return 0===t?e:function(r){clearTimeout(n),n=setTimeout((function(){e(r)}),t)};var n}function jt(e){return[].concat(e)}function Rt(e,t){-1===e.indexOf(t)&&e.push(t)}function zt(e){return[].slice.call(e)}function Nt(e){return Object.keys(e).reduce((function(t,n){return void 0!==e[n]&&(t[n]=e[n]),t}),{})}function It(){return document.createElement("div")}function $t(e){return["Element","Fragment"].some((function(t){return Bt(e,t)}))}function Gt(e){return Bt(e,"MouseEvent")}function Zt(e){return $t(e)?[e]:function(e){return Bt(e,"NodeList")}(e)?zt(e):Array.isArray(e)?e:zt(document.querySelectorAll(e))}function Wt(e,t){e.forEach((function(e){e&&(e.style.transitionDuration=t+"ms")}))}function Yt(e,t){e.forEach((function(e){e&&e.setAttribute("data-state",t)}))}function qt(e){var t,n=jt(e)[0];return null!=n&&null!=(t=n.ownerDocument)&&t.body?n.ownerDocument:document}function Xt(e,t,n){var r=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(t){e[r](t,n)}))}function Kt(e,t){for(var n=t;n;){var r;if(e.contains(n))return!0;n=null==n.getRootNode||null==(r=n.getRootNode())?void 0:r.host}return!1}var Jt={isTouch:!1},Qt=0;function en(){Jt.isTouch||(Jt.isTouch=!0,window.performance&&document.addEventListener("mousemove",tn))}function tn(){var e=performance.now();e-Qt<20&&(Jt.isTouch=!1,document.removeEventListener("mousemove",tn)),Qt=e}function nn(){var e,t=document.activeElement;if((e=t)&&e._tippy&&e._tippy.reference===e){var n=t._tippy;t.blur&&!n.state.isVisible&&t.blur()}}var rn=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto,on=Object.assign({appendTo:Ft,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},{animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),an=Object.keys(on);function sn(e){var t=(e.plugins||[]).reduce((function(t,n){var r,i=n.name,o=n.defaultValue;i&&(t[i]=void 0!==e[i]?e[i]:null!=(r=on[i])?r:o);return t}),{});return Object.assign({},e,t)}function ln(e,t){var n=Object.assign({},t,{content:Dt(t.content,[e])},t.ignoreAttributes?{}:function(e,t){return(t?Object.keys(sn(Object.assign({},on,{plugins:t}))):an).reduce((function(t,n){var r=(e.getAttribute("data-tippy-"+n)||"").trim();if(!r)return t;if("content"===n)t[n]=r;else try{t[n]=JSON.parse(r)}catch(e){t[n]=r}return t}),{})}(e,t.plugins));return n.aria=Object.assign({},on.aria,n.aria),n.aria={expanded:"auto"===n.aria.expanded?t.interactive:n.aria.expanded,content:"auto"===n.aria.content?t.interactive?null:"describedby":n.aria.content},n}var un=function(){return"innerHTML"};function cn(e,t){e[un()]=t}function fn(e){var t=It();return!0===e?t.className=Lt:(t.className=Ut,$t(e)?t.appendChild(e):cn(t,e)),t}function pn(e,t){$t(t.content)?(cn(e,""),e.appendChild(t.content)):"function"!=typeof t.content&&(t.allowHTML?cn(e,t.content):e.textContent=t.content)}function dn(e){var t=e.firstElementChild,n=zt(t.children);return{box:t,content:n.find((function(e){return e.classList.contains(Mt)})),arrow:n.find((function(e){return e.classList.contains(Lt)||e.classList.contains(Ut)})),backdrop:n.find((function(e){return e.classList.contains(At)}))}}function mn(e){var t=It(),n=It();n.className=St,n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=It();function i(n,r){var i=dn(t),o=i.box,a=i.content,s=i.arrow;r.theme?o.setAttribute("data-theme",r.theme):o.removeAttribute("data-theme"),"string"==typeof r.animation?o.setAttribute("data-animation",r.animation):o.removeAttribute("data-animation"),r.inertia?o.setAttribute("data-inertia",""):o.removeAttribute("data-inertia"),o.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?o.setAttribute("role",r.role):o.removeAttribute("role"),n.content===r.content&&n.allowHTML===r.allowHTML||pn(a,e.props),r.arrow?s?n.arrow!==r.arrow&&(o.removeChild(s),o.appendChild(fn(r.arrow))):o.appendChild(fn(r.arrow)):s&&o.removeChild(s)}return r.className=Mt,r.setAttribute("data-state","hidden"),pn(r,e.props),t.appendChild(n),n.appendChild(r),i(e.props,e.props),{popper:t,onUpdate:i}}mn.$$tippy=!0;var hn=1,yn=[],gn=[];function vn(e,t){var n,r,i,o,a,s,l,u,c=ln(e,Object.assign({},on,sn(Nt(t)))),f=!1,p=!1,d=!1,m=!1,h=[],y=Ht(W,c.interactiveDebounce),g=hn++,v=(u=c.plugins).filter((function(e,t){return u.indexOf(e)===t})),E={id:g,reference:e,popper:It(),popperInstance:null,props:c,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:v,clearDelayTimeouts:function(){clearTimeout(n),clearTimeout(r),cancelAnimationFrame(i)},setProps:function(t){if(E.state.isDestroyed)return;P("onBeforeUpdate",[E,t]),G();var n=E.props,r=ln(e,Object.assign({},n,Nt(t),{ignoreAttributes:!0}));E.props=r,$(),n.interactiveDebounce!==r.interactiveDebounce&&(B(),y=Ht(W,r.interactiveDebounce));n.triggerTarget&&!r.triggerTarget?jt(n.triggerTarget).forEach((function(e){e.removeAttribute("aria-expanded")})):r.triggerTarget&&e.removeAttribute("aria-expanded");V(),U(),x&&x(n,r);E.popperInstance&&(K(),Q().forEach((function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})));P("onAfterUpdate",[E,t])},setContent:function(e){E.setProps({content:e})},show:function(){var e=E.state.isVisible,t=E.state.isDestroyed,n=!E.state.isEnabled,r=Jt.isTouch&&!E.props.touch,i=Vt(E.props.duration,0,on.duration);if(e||t||n||r)return;if(S().hasAttribute("disabled"))return;if(P("onShow",[E],!1),!1===E.props.onShow(E))return;E.state.isVisible=!0,k()&&(C.style.visibility="visible");U(),R(),E.state.isMounted||(C.style.transition="none");if(k()){var o=A();Wt([o.box,o.content],0)}s=function(){var e;if(E.state.isVisible&&!m){if(m=!0,C.offsetHeight,C.style.transition=E.props.moveTransition,k()&&E.props.animation){var t=A(),n=t.box,r=t.content;Wt([n,r],i),Yt([n,r],"visible")}F(),V(),Rt(gn,E),null==(e=E.popperInstance)||e.forceUpdate(),P("onMount",[E]),E.props.animation&&k()&&function(e,t){N(e,t)}(i,(function(){E.state.isShown=!0,P("onShown",[E])}))}},function(){var e,t=E.props.appendTo,n=S();e=E.props.interactive&&t===Ft||"parent"===t?n.parentNode:Dt(t,[n]);e.contains(C)||e.appendChild(C);E.state.isMounted=!0,K()}()},hide:function(){var e=!E.state.isVisible,t=E.state.isDestroyed,n=!E.state.isEnabled,r=Vt(E.props.duration,1,on.duration);if(e||t||n)return;if(P("onHide",[E],!1),!1===E.props.onHide(E))return;E.state.isVisible=!1,E.state.isShown=!1,m=!1,f=!1,k()&&(C.style.visibility="hidden");if(B(),z(),U(!0),k()){var i=A(),o=i.box,a=i.content;E.props.animation&&(Wt([o,a],r),Yt([o,a],"hidden"))}F(),V(),E.props.animation?k()&&function(e,t){N(e,(function(){!E.state.isVisible&&C.parentNode&&C.parentNode.contains(C)&&t()}))}(r,E.unmount):E.unmount()},hideWithInteractivity:function(e){M().addEventListener("mousemove",y),Rt(yn,y),y(e)},enable:function(){E.state.isEnabled=!0},disable:function(){E.hide(),E.state.isEnabled=!1},unmount:function(){E.state.isVisible&&E.hide();if(!E.state.isMounted)return;J(),Q().forEach((function(e){e._tippy.unmount()})),C.parentNode&&C.parentNode.removeChild(C);gn=gn.filter((function(e){return e!==E})),E.state.isMounted=!1,P("onHidden",[E])},destroy:function(){if(E.state.isDestroyed)return;E.clearDelayTimeouts(),E.unmount(),G(),delete e._tippy,E.state.isDestroyed=!0,P("onDestroy",[E])}};if(!c.render)return E;var b=c.render(E),C=b.popper,x=b.onUpdate;C.setAttribute("data-tippy-root",""),C.id="tippy-"+E.id,E.popper=C,e._tippy=E,C._tippy=E;var _=v.map((function(e){return e.fn(E)})),O=e.hasAttribute("aria-expanded");return $(),V(),U(),P("onCreate",[E]),c.showOnCreate&&ee(),C.addEventListener("mouseenter",(function(){E.props.interactive&&E.state.isVisible&&E.clearDelayTimeouts()})),C.addEventListener("mouseleave",(function(){E.props.interactive&&E.props.trigger.indexOf("mouseenter")>=0&&M().addEventListener("mousemove",y)})),E;function w(){var e=E.props.touch;return Array.isArray(e)?e:[e,0]}function T(){return"hold"===w()[0]}function k(){var e;return!(null==(e=E.props.render)||!e.$$tippy)}function S(){return l||e}function M(){var e=S().parentNode;return e?qt(e):document}function A(){return dn(C)}function L(e){return E.state.isMounted&&!E.state.isVisible||Jt.isTouch||o&&"focus"===o.type?0:Vt(E.props.delay,e?0:1,on.delay)}function U(e){void 0===e&&(e=!1),C.style.pointerEvents=E.props.interactive&&!e?"":"none",C.style.zIndex=""+E.props.zIndex}function P(e,t,n){var r;(void 0===n&&(n=!0),_.forEach((function(n){n[e]&&n[e].apply(n,t)})),n)&&(r=E.props)[e].apply(r,t)}function F(){var t=E.props.aria;if(t.content){var n="aria-"+t.content,r=C.id;jt(E.props.triggerTarget||e).forEach((function(e){var t=e.getAttribute(n);if(E.state.isVisible)e.setAttribute(n,t?t+" "+r:r);else{var i=t&&t.replace(r,"").trim();i?e.setAttribute(n,i):e.removeAttribute(n)}}))}}function V(){!O&&E.props.aria.expanded&&jt(E.props.triggerTarget||e).forEach((function(e){E.props.interactive?e.setAttribute("aria-expanded",E.state.isVisible&&e===S()?"true":"false"):e.removeAttribute("aria-expanded")}))}function B(){M().removeEventListener("mousemove",y),yn=yn.filter((function(e){return e!==y}))}function D(t){if(!Jt.isTouch||!d&&"mousedown"!==t.type){var n=t.composedPath&&t.composedPath()[0]||t.target;if(!E.props.interactive||!Kt(C,n)){if(jt(E.props.triggerTarget||e).some((function(e){return Kt(e,n)}))){if(Jt.isTouch)return;if(E.state.isVisible&&E.props.trigger.indexOf("click")>=0)return}else P("onClickOutside",[E,t]);!0===E.props.hideOnClick&&(E.clearDelayTimeouts(),E.hide(),p=!0,setTimeout((function(){p=!1})),E.state.isMounted||z())}}}function H(){d=!0}function j(){d=!1}function R(){var e=M();e.addEventListener("mousedown",D,!0),e.addEventListener("touchend",D,Pt),e.addEventListener("touchstart",j,Pt),e.addEventListener("touchmove",H,Pt)}function z(){var e=M();e.removeEventListener("mousedown",D,!0),e.removeEventListener("touchend",D,Pt),e.removeEventListener("touchstart",j,Pt),e.removeEventListener("touchmove",H,Pt)}function N(e,t){var n=A().box;function r(e){e.target===n&&(Xt(n,"remove",r),t())}if(0===e)return t();Xt(n,"remove",a),Xt(n,"add",r),a=r}function I(t,n,r){void 0===r&&(r=!1),jt(E.props.triggerTarget||e).forEach((function(e){e.addEventListener(t,n,r),h.push({node:e,eventType:t,handler:n,options:r})}))}function $(){var e;T()&&(I("touchstart",Z,{passive:!0}),I("touchend",Y,{passive:!0})),(e=E.props.trigger,e.split(/\s+/).filter(Boolean)).forEach((function(e){if("manual"!==e)switch(I(e,Z),e){case"mouseenter":I("mouseleave",Y);break;case"focus":I(rn?"focusout":"blur",q);break;case"focusin":I("focusout",q)}}))}function G(){h.forEach((function(e){var t=e.node,n=e.eventType,r=e.handler,i=e.options;t.removeEventListener(n,r,i)})),h=[]}function Z(e){var t,n=!1;if(E.state.isEnabled&&!X(e)&&!p){var r="focus"===(null==(t=o)?void 0:t.type);o=e,l=e.currentTarget,V(),!E.state.isVisible&&Gt(e)&&yn.forEach((function(t){return t(e)})),"click"===e.type&&(E.props.trigger.indexOf("mouseenter")<0||f)&&!1!==E.props.hideOnClick&&E.state.isVisible?n=!0:ee(e),"click"===e.type&&(f=!n),n&&!r&&te(e)}}function W(e){var t=e.target,n=S().contains(t)||C.contains(t);if("mousemove"!==e.type||!n){var r=Q().concat(C).map((function(e){var t,n=null==(t=e._tippy.popperInstance)?void 0:t.state;return n?{popperRect:e.getBoundingClientRect(),popperState:n,props:c}:null})).filter(Boolean);(function(e,t){var n=t.clientX,r=t.clientY;return e.every((function(e){var t=e.popperRect,i=e.popperState,o=e.props.interactiveBorder,a=i.placement.split("-")[0],s=i.modifiersData.offset;if(!s)return!0;var l="bottom"===a?s.top.y:0,u="top"===a?s.bottom.y:0,c="right"===a?s.left.x:0,f="left"===a?s.right.x:0,p=t.top-r+l>o,d=r-t.bottom-u>o,m=t.left-n+c>o,h=n-t.right-f>o;return p||d||m||h}))})(r,e)&&(B(),te(e))}}function Y(e){X(e)||E.props.trigger.indexOf("click")>=0&&f||(E.props.interactive?E.hideWithInteractivity(e):te(e))}function q(e){E.props.trigger.indexOf("focusin")<0&&e.target!==S()||E.props.interactive&&e.relatedTarget&&C.contains(e.relatedTarget)||te(e)}function X(e){return!!Jt.isTouch&&T()!==e.type.indexOf("touch")>=0}function K(){J();var t=E.props,n=t.popperOptions,r=t.placement,i=t.offset,o=t.getReferenceClientRect,a=t.moveTransition,l=k()?dn(C).arrow:null,u=o?{getBoundingClientRect:o,contextElement:o.contextElement||S()}:e,c={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t=e.state;if(k()){var n=A().box;["placement","reference-hidden","escaped"].forEach((function(e){"placement"===e?n.setAttribute("data-placement",t.placement):t.attributes.popper["data-popper-"+e]?n.setAttribute("data-"+e,""):n.removeAttribute("data-"+e)})),t.attributes.popper={}}}},f=[{name:"offset",options:{offset:i}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!a}},c];k()&&l&&f.push({name:"arrow",options:{element:l,padding:3}}),f.push.apply(f,(null==n?void 0:n.modifiers)||[]),E.popperInstance=kt(u,C,Object.assign({},n,{placement:r,onFirstUpdate:s,modifiers:f}))}function J(){E.popperInstance&&(E.popperInstance.destroy(),E.popperInstance=null)}function Q(){return zt(C.querySelectorAll("[data-tippy-root]"))}function ee(e){E.clearDelayTimeouts(),e&&P("onTrigger",[E,e]),R();var t=L(!0),r=w(),i=r[0],o=r[1];Jt.isTouch&&"hold"===i&&o&&(t=o),t?n=setTimeout((function(){E.show()}),t):E.show()}function te(e){if(E.clearDelayTimeouts(),P("onUntrigger",[E,e]),E.state.isVisible){if(!(E.props.trigger.indexOf("mouseenter")>=0&&E.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(e.type)>=0&&f)){var t=L(!1);t?r=setTimeout((function(){E.state.isVisible&&E.hide()}),t):i=requestAnimationFrame((function(){E.hide()}))}}else z()}}function En(e,t){void 0===t&&(t={});var n=on.plugins.concat(t.plugins||[]);document.addEventListener("touchstart",en,Pt),window.addEventListener("blur",nn);var r=Object.assign({},t,{plugins:n}),i=Zt(e).reduce((function(e,t){var n=t&&vn(t,r);return n&&e.push(n),e}),[]);return $t(e)?i[0]:i}En.defaultProps=on,En.setDefaultProps=function(e){Object.keys(e).forEach((function(t){on[t]=e[t]}))},En.currentInput=Jt,Object.assign({},Ae,{effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow)}});var bn={clientX:0,clientY:0},Cn=[];function xn(e){var t=e.clientX,n=e.clientY;bn={clientX:t,clientY:n}}var _n={name:"followCursor",defaultValue:!1,fn:function(e){var t=e.reference,n=qt(e.props.triggerTarget||t),r=!1,i=!1,o=!0,a=e.props;function s(){return"initial"===e.props.followCursor&&e.state.isVisible}function l(){n.addEventListener("mousemove",f)}function u(){n.removeEventListener("mousemove",f)}function c(){r=!0,e.setProps({getReferenceClientRect:null}),r=!1}function f(n){var r=!n.target||t.contains(n.target),i=e.props.followCursor,o=n.clientX,a=n.clientY,s=t.getBoundingClientRect(),l=o-s.left,u=a-s.top;!r&&e.props.interactive||e.setProps({getReferenceClientRect:function(){var e=t.getBoundingClientRect(),n=o,r=a;"initial"===i&&(n=e.left+l,r=e.top+u);var s="horizontal"===i?e.top:r,c="vertical"===i?e.right:n,f="horizontal"===i?e.bottom:r,p="vertical"===i?e.left:n;return{width:c-p,height:f-s,top:s,right:c,bottom:f,left:p}}})}function p(){e.props.followCursor&&(Cn.push({instance:e,doc:n}),function(e){e.addEventListener("mousemove",xn)}(n))}function d(){0===(Cn=Cn.filter((function(t){return t.instance!==e}))).filter((function(e){return e.doc===n})).length&&function(e){e.removeEventListener("mousemove",xn)}(n)}return{onCreate:p,onDestroy:d,onBeforeUpdate:function(){a=e.props},onAfterUpdate:function(t,n){var o=n.followCursor;r||void 0!==o&&a.followCursor!==o&&(d(),o?(p(),!e.state.isMounted||i||s()||l()):(u(),c()))},onMount:function(){e.props.followCursor&&!i&&(o&&(f(bn),o=!1),s()||l())},onTrigger:function(e,t){Gt(t)&&(bn={clientX:t.clientX,clientY:t.clientY}),i="focus"===t.type},onHidden:function(){e.props.followCursor&&(c(),u(),o=!0)}}}};function On(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}En.setDefaultProps({render:mn});var wn="undefined"!=typeof window&&"undefined"!=typeof document;function Tn(e,t){e&&("function"==typeof e&&e(t),{}.hasOwnProperty.call(e,"current")&&(e.current=t))}function kn(){return wn&&document.createElement("div")}function Sn(e,t){if(e===t)return!0;if("object"==typeof e&&null!=e&&"object"==typeof t&&null!=t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e){if(!t.hasOwnProperty(n))return!1;if(!Sn(e[n],t[n]))return!1}return!0}return!1}function Mn(e){var t=[];return e.forEach((function(e){t.find((function(t){return Sn(e,t)}))||t.push(e)})),t}var An=wn?o:a;function Ln(e,t,n){n.split(/\s+/).forEach((function(n){n&&e.classList[t](n)}))}var Un={name:"className",defaultValue:"",fn:function(e){var t=e.popper.firstElementChild,n=function(){var t;return!!(null==(t=e.props.render)?void 0:t.$$tippy)};function r(){e.props.className&&!n()||Ln(t,"add",e.props.className)}return{onCreate:r,onBeforeUpdate:function(){n()&&Ln(t,"remove",e.props.className)},onAfterUpdate:r}}};function Pn(e){return function(n){var o=n.children,a=n.content,l=n.visible,u=n.singleton,c=n.render,f=n.reference,p=n.disabled,d=void 0!==p&&p,m=n.ignoreAttributes,h=void 0===m||m;n.__source,n.__self;var g,v,E=On(n,["children","content","visible","singleton","render","reference","disabled","ignoreAttributes","__source","__self"]),b=void 0!==l,C=void 0!==u,x=i(!1),_=x[0],O=x[1],w=i({}),T=w[0],k=w[1],S=i(),M=S[0],A=S[1],L=(g=function(){return{container:kn(),renders:1}},(v=s()).current||(v.current="function"==typeof g?g():g),v.current),U=Object.assign({ignoreAttributes:h},E,{content:L.container});b&&(U.trigger="manual",U.hideOnClick=!1),C&&(d=!0);var P=U,F=U.plugins||[];c&&(P=Object.assign({},U,{plugins:C?[].concat(F,[{fn:function(){return{onTrigger:function(e,t){var n=u.data.children.find((function(e){return e.instance.reference===t.currentTarget})).content;A(n)}}}}]):F,render:function(){return{popper:L.container}}}));var V=[f].concat(o?[o.type]:[]);return An((function(){var t=f;f&&f.hasOwnProperty("current")&&(t=f.current);var n=e(t||L.ref||kn(),Object.assign({},P,{plugins:[Un].concat(U.plugins||[])}));return L.instance=n,d&&n.disable(),l&&n.show(),C&&u.hook({instance:n,content:a,props:P}),O(!0),function(){n.destroy(),null==u||u.cleanup(n)}}),V),An((function(){var e;if(1!==L.renders){var t,n,r,i,o=L.instance;o.setProps((t=o.props,n=P,Object.assign({},n,{popperOptions:Object.assign({},t.popperOptions,n.popperOptions,{modifiers:Mn([].concat((null==(r=t.popperOptions)?void 0:r.modifiers)||[],(null==(i=n.popperOptions)?void 0:i.modifiers)||[]))})}))),null==(e=o.popperInstance)||e.forceUpdate(),d?o.disable():o.enable(),b&&(l?o.show():o.hide()),C&&u.hook({instance:o,content:a,props:P})}else L.renders++})),An((function(){var e;if(c){var t=L.instance;t.setProps({popperOptions:Object.assign({},t.props.popperOptions,{modifiers:[].concat(((null==(e=t.props.popperOptions)?void 0:e.modifiers)||[]).filter((function(e){return"$$tippyReact"!==e.name})),[{name:"$$tippyReact",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t,n=e.state,r=null==(t=n.modifiersData)?void 0:t.hide;T.placement===n.placement&&T.referenceHidden===(null==r?void 0:r.isReferenceHidden)&&T.escaped===(null==r?void 0:r.hasPopperEscaped)||k({placement:n.placement,referenceHidden:null==r?void 0:r.isReferenceHidden,escaped:null==r?void 0:r.hasPopperEscaped}),n.attributes.popper={}}}])})})}}),[T.placement,T.referenceHidden,T.escaped].concat(V)),t.createElement(t.Fragment,null,o?r(o,{ref:function(e){L.ref=e,Tn(o.ref,e)}}):null,_&&y(c?c(function(e){var t={"data-placement":e.placement};return e.referenceHidden&&(t["data-reference-hidden"]=""),e.escaped&&(t["data-escaped"]=""),t}(T),M,L.instance):a,L.container))}}var Fn=function(e,i){return n((function(n,o){var a=n.children,s=On(n,["children"]);return t.createElement(e,Object.assign({},i,s),a?r(a,{ref:function(e){Tn(o,e),Tn(a.ref,e)}}):null)}))},Vn=Fn(Pn(En)),Bn="<svg width='12' height='6' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 5H0.926697L3.95208 1.63847C4.74227 0.760478 6.11722 0.754951 6.91445 1.62656L10 5Z' /></svg>",Dn=["content","children","theme","disabled","position","interactive","hideAfter","hideOnTargetExit"],Hn=function(e){var n=e.content,r=e.children,o=e.theme,s=void 0===o?"dark":o,l=e.disabled,u=void 0!==l&&l,c=e.position,f=void 0===c?"auto":c,p=e.interactive,d=void 0!==p&&p,m=e.hideAfter,h=void 0===m?-1:m,y=e.hideOnTargetExit,g=void 0!==y&&y,v=ue(e,Dn),E=se(i(null),2),b=E[0],C=E[1],x={};return h>0&&(x["onShow"]=function(e){return setTimeout((function(){return e.hide()}),h)}),a((function(){if(g){var e=new IntersectionObserver((function(e){e.forEach((function(e){return!e.isIntersecting&&(null==b?void 0:b.hide())}))}));return(null==b?void 0:b.reference)&&e.observe(null==b?void 0:b.reference),function(){return e.disconnect()}}}),[b,g]),t.createElement(Vn,le({role:"tooltip",theme:s,content:n,arrow:Bn,disabled:u,animation:"scale-subtle",placement:f,plugins:[_n],interactive:d,duration:[100,200],zIndex:100001,onCreate:function(e){return C(e)}},x,v),r)};function jn(){return jn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},jn.apply(this,arguments)}function Rn(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var zn={exports:{}},Nn={},In=Object.getOwnPropertySymbols,$n=Object.prototype.hasOwnProperty,Gn=Object.prototype.propertyIsEnumerable;var Zn=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map((function(e){return t[e]}));if("0123456789"!==r.join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach((function(e){i[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,r,i=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),o=1;o<arguments.length;o++){for(var a in n=Object(arguments[o]))$n.call(n,a)&&(i[a]=n[a]);if(In){r=In(n);for(var s=0;s<r.length;s++)Gn.call(n,r[s])&&(i[r[s]]=n[r[s]])}}return i},Wn=Zn,Yn=60103,qn=60106;
7
7
  /** @license React v17.0.2
8
8
  * react.production.min.js
9
9
  *
@@ -11,7 +11,7 @@ import*as e from"react";import t,{forwardRef as n,cloneElement as r,useState as
11
11
  *
12
12
  * This source code is licensed under the MIT license found in the
13
13
  * LICENSE file in the root directory of this source tree.
14
- */Rn.Fragment=60107,Rn.StrictMode=60108,Rn.Profiler=60114;var qn=60109,Xn=60110,Kn=60112;Rn.Suspense=60113;var Jn=60115,Qn=60116;if("function"==typeof Symbol&&Symbol.for){var er=Symbol.for;Wn=er("react.element"),Yn=er("react.portal"),Rn.Fragment=er("react.fragment"),Rn.StrictMode=er("react.strict_mode"),Rn.Profiler=er("react.profiler"),qn=er("react.provider"),Xn=er("react.context"),Kn=er("react.forward_ref"),Rn.Suspense=er("react.suspense"),Jn=er("react.memo"),Qn=er("react.lazy")}var tr="function"==typeof Symbol&&Symbol.iterator;function nr(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var rr={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},ir={};function or(e,t,n){this.props=e,this.context=t,this.refs=ir,this.updater=n||rr}function ar(){}function sr(e,t,n){this.props=e,this.context=t,this.refs=ir,this.updater=n||rr}or.prototype.isReactComponent={},or.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(nr(85));this.updater.enqueueSetState(this,e,t,"setState")},or.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},ar.prototype=or.prototype;var lr=sr.prototype=new ar;lr.constructor=sr,Zn(lr,or.prototype),lr.isPureReactComponent=!0;var ur={current:null},cr=Object.prototype.hasOwnProperty,fr={key:!0,ref:!0,__self:!0,__source:!0};function pr(e,t,n){var r,i={},o=null,a=null;if(null!=t)for(r in void 0!==t.ref&&(a=t.ref),void 0!==t.key&&(o=""+t.key),t)cr.call(t,r)&&!fr.hasOwnProperty(r)&&(i[r]=t[r]);var s=arguments.length-2;if(1===s)i.children=n;else if(1<s){for(var l=Array(s),u=0;u<s;u++)l[u]=arguments[u+2];i.children=l}if(e&&e.defaultProps)for(r in s=e.defaultProps)void 0===i[r]&&(i[r]=s[r]);return{$$typeof:Wn,type:e,key:o,ref:a,props:i,_owner:ur.current}}function dr(e){return"object"==typeof e&&null!==e&&e.$$typeof===Wn}var mr=/\/+/g;function hr(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function yr(e,t,n,r,i){var o=typeof e;"undefined"!==o&&"boolean"!==o||(e=null);var a=!1;if(null===e)a=!0;else switch(o){case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case Wn:case Yn:a=!0}}if(a)return i=i(a=e),e=""===r?"."+hr(a,0):r,Array.isArray(i)?(n="",null!=e&&(n=e.replace(mr,"$&/")+"/"),yr(i,t,n,"",(function(e){return e}))):null!=i&&(dr(i)&&(i=function(e,t){return{$$typeof:Wn,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(i,n+(!i.key||a&&a.key===i.key?"":(""+i.key).replace(mr,"$&/")+"/")+e)),t.push(i)),1;if(a=0,r=""===r?".":r+":",Array.isArray(e))for(var s=0;s<e.length;s++){var l=r+hr(o=e[s],s);a+=yr(o,t,n,l,i)}else if(l=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=tr&&e[tr]||e["@@iterator"])?e:null}(e),"function"==typeof l)for(e=l.call(e),s=0;!(o=e.next()).done;)a+=yr(o=o.value,t,n,l=r+hr(o,s++),i);else if("object"===o)throw t=""+e,Error(nr(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t));return a}function gr(e,t,n){if(null==e)return e;var r=[],i=0;return yr(e,r,"","",(function(e){return t.call(n,e,i++)})),r}function vr(e){if(-1===e._status){var t=e._result;t=t(),e._status=0,e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}if(1===e._status)return e._result;throw e._result}var Er={current:null};function br(){var e=Er.current;if(null===e)throw Error(nr(321));return e}var Cr={ReactCurrentDispatcher:Er,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:ur,IsSomeRendererActing:{current:!1},assign:Zn};Rn.Children={map:gr,forEach:function(e,t,n){gr(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return gr(e,(function(){t++})),t},toArray:function(e){return gr(e,(function(e){return e}))||[]},only:function(e){if(!dr(e))throw Error(nr(143));return e}},Rn.Component=or,Rn.PureComponent=sr,Rn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Cr,Rn.cloneElement=function(e,t,n){if(null==e)throw Error(nr(267,e));var r=Zn({},e.props),i=e.key,o=e.ref,a=e._owner;if(null!=t){if(void 0!==t.ref&&(o=t.ref,a=ur.current),void 0!==t.key&&(i=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(l in t)cr.call(t,l)&&!fr.hasOwnProperty(l)&&(r[l]=void 0===t[l]&&void 0!==s?s[l]:t[l])}var l=arguments.length-2;if(1===l)r.children=n;else if(1<l){s=Array(l);for(var u=0;u<l;u++)s[u]=arguments[u+2];r.children=s}return{$$typeof:Wn,type:e.type,key:i,ref:o,props:r,_owner:a}},Rn.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:Xn,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:qn,_context:e},e.Consumer=e},Rn.createElement=pr,Rn.createFactory=function(e){var t=pr.bind(null,e);return t.type=e,t},Rn.createRef=function(){return{current:null}},Rn.forwardRef=function(e){return{$$typeof:Kn,render:e}},Rn.isValidElement=dr,Rn.lazy=function(e){return{$$typeof:Qn,_payload:{_status:-1,_result:e},_init:vr}},Rn.memo=function(e,t){return{$$typeof:Jn,type:e,compare:void 0===t?null:t}},Rn.useCallback=function(e,t){return br().useCallback(e,t)},Rn.useContext=function(e,t){return br().useContext(e,t)},Rn.useDebugValue=function(){},Rn.useEffect=function(e,t){return br().useEffect(e,t)},Rn.useImperativeHandle=function(e,t,n){return br().useImperativeHandle(e,t,n)},Rn.useLayoutEffect=function(e,t){return br().useLayoutEffect(e,t)},Rn.useMemo=function(e,t){return br().useMemo(e,t)},Rn.useReducer=function(e,t,n){return br().useReducer(e,t,n)},Rn.useRef=function(e){return br().useRef(e)},Rn.useState=function(e){return br().useState(e)},Rn.version="17.0.2",
14
+ */Nn.Fragment=60107,Nn.StrictMode=60108,Nn.Profiler=60114;var Xn=60109,Kn=60110,Jn=60112;Nn.Suspense=60113;var Qn=60115,er=60116;if("function"==typeof Symbol&&Symbol.for){var tr=Symbol.for;Yn=tr("react.element"),qn=tr("react.portal"),Nn.Fragment=tr("react.fragment"),Nn.StrictMode=tr("react.strict_mode"),Nn.Profiler=tr("react.profiler"),Xn=tr("react.provider"),Kn=tr("react.context"),Jn=tr("react.forward_ref"),Nn.Suspense=tr("react.suspense"),Qn=tr("react.memo"),er=tr("react.lazy")}var nr="function"==typeof Symbol&&Symbol.iterator;function rr(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var ir={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},or={};function ar(e,t,n){this.props=e,this.context=t,this.refs=or,this.updater=n||ir}function sr(){}function lr(e,t,n){this.props=e,this.context=t,this.refs=or,this.updater=n||ir}ar.prototype.isReactComponent={},ar.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(rr(85));this.updater.enqueueSetState(this,e,t,"setState")},ar.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},sr.prototype=ar.prototype;var ur=lr.prototype=new sr;ur.constructor=lr,Wn(ur,ar.prototype),ur.isPureReactComponent=!0;var cr={current:null},fr=Object.prototype.hasOwnProperty,pr={key:!0,ref:!0,__self:!0,__source:!0};function dr(e,t,n){var r,i={},o=null,a=null;if(null!=t)for(r in void 0!==t.ref&&(a=t.ref),void 0!==t.key&&(o=""+t.key),t)fr.call(t,r)&&!pr.hasOwnProperty(r)&&(i[r]=t[r]);var s=arguments.length-2;if(1===s)i.children=n;else if(1<s){for(var l=Array(s),u=0;u<s;u++)l[u]=arguments[u+2];i.children=l}if(e&&e.defaultProps)for(r in s=e.defaultProps)void 0===i[r]&&(i[r]=s[r]);return{$$typeof:Yn,type:e,key:o,ref:a,props:i,_owner:cr.current}}function mr(e){return"object"==typeof e&&null!==e&&e.$$typeof===Yn}var hr=/\/+/g;function yr(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function gr(e,t,n,r,i){var o=typeof e;"undefined"!==o&&"boolean"!==o||(e=null);var a=!1;if(null===e)a=!0;else switch(o){case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case Yn:case qn:a=!0}}if(a)return i=i(a=e),e=""===r?"."+yr(a,0):r,Array.isArray(i)?(n="",null!=e&&(n=e.replace(hr,"$&/")+"/"),gr(i,t,n,"",(function(e){return e}))):null!=i&&(mr(i)&&(i=function(e,t){return{$$typeof:Yn,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(i,n+(!i.key||a&&a.key===i.key?"":(""+i.key).replace(hr,"$&/")+"/")+e)),t.push(i)),1;if(a=0,r=""===r?".":r+":",Array.isArray(e))for(var s=0;s<e.length;s++){var l=r+yr(o=e[s],s);a+=gr(o,t,n,l,i)}else if(l=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=nr&&e[nr]||e["@@iterator"])?e:null}(e),"function"==typeof l)for(e=l.call(e),s=0;!(o=e.next()).done;)a+=gr(o=o.value,t,n,l=r+yr(o,s++),i);else if("object"===o)throw t=""+e,Error(rr(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t));return a}function vr(e,t,n){if(null==e)return e;var r=[],i=0;return gr(e,r,"","",(function(e){return t.call(n,e,i++)})),r}function Er(e){if(-1===e._status){var t=e._result;t=t(),e._status=0,e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}if(1===e._status)return e._result;throw e._result}var br={current:null};function Cr(){var e=br.current;if(null===e)throw Error(rr(321));return e}var xr={ReactCurrentDispatcher:br,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:cr,IsSomeRendererActing:{current:!1},assign:Wn};Nn.Children={map:vr,forEach:function(e,t,n){vr(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return vr(e,(function(){t++})),t},toArray:function(e){return vr(e,(function(e){return e}))||[]},only:function(e){if(!mr(e))throw Error(rr(143));return e}},Nn.Component=ar,Nn.PureComponent=lr,Nn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=xr,Nn.cloneElement=function(e,t,n){if(null==e)throw Error(rr(267,e));var r=Wn({},e.props),i=e.key,o=e.ref,a=e._owner;if(null!=t){if(void 0!==t.ref&&(o=t.ref,a=cr.current),void 0!==t.key&&(i=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(l in t)fr.call(t,l)&&!pr.hasOwnProperty(l)&&(r[l]=void 0===t[l]&&void 0!==s?s[l]:t[l])}var l=arguments.length-2;if(1===l)r.children=n;else if(1<l){s=Array(l);for(var u=0;u<l;u++)s[u]=arguments[u+2];r.children=s}return{$$typeof:Yn,type:e.type,key:i,ref:o,props:r,_owner:a}},Nn.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:Kn,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:Xn,_context:e},e.Consumer=e},Nn.createElement=dr,Nn.createFactory=function(e){var t=dr.bind(null,e);return t.type=e,t},Nn.createRef=function(){return{current:null}},Nn.forwardRef=function(e){return{$$typeof:Jn,render:e}},Nn.isValidElement=mr,Nn.lazy=function(e){return{$$typeof:er,_payload:{_status:-1,_result:e},_init:Er}},Nn.memo=function(e,t){return{$$typeof:Qn,type:e,compare:void 0===t?null:t}},Nn.useCallback=function(e,t){return Cr().useCallback(e,t)},Nn.useContext=function(e,t){return Cr().useContext(e,t)},Nn.useDebugValue=function(){},Nn.useEffect=function(e,t){return Cr().useEffect(e,t)},Nn.useImperativeHandle=function(e,t,n){return Cr().useImperativeHandle(e,t,n)},Nn.useLayoutEffect=function(e,t){return Cr().useLayoutEffect(e,t)},Nn.useMemo=function(e,t){return Cr().useMemo(e,t)},Nn.useReducer=function(e,t,n){return Cr().useReducer(e,t,n)},Nn.useRef=function(e){return Cr().useRef(e)},Nn.useState=function(e){return Cr().useState(e)},Nn.version="17.0.2",
15
15
  /** @license React v17.0.2
16
16
  * react.development.js
17
17
  *
@@ -20,4 +20,4 @@ import*as e from"react";import t,{forwardRef as n,cloneElement as r,useState as
20
20
  * This source code is licensed under the MIT license found in the
21
21
  * LICENSE file in the root directory of this source tree.
22
22
  */
23
- jn.exports=Rn;var xr=jn.exports,_r={exports:{}},Or={},wr="function"==typeof Symbol&&Symbol.for,Tr=wr?Symbol.for("react.element"):60103,kr=wr?Symbol.for("react.portal"):60106,Sr=wr?Symbol.for("react.fragment"):60107,Mr=wr?Symbol.for("react.strict_mode"):60108,Ar=wr?Symbol.for("react.profiler"):60114,Lr=wr?Symbol.for("react.provider"):60109,Ur=wr?Symbol.for("react.context"):60110,Pr=wr?Symbol.for("react.async_mode"):60111,Fr=wr?Symbol.for("react.concurrent_mode"):60111,Vr=wr?Symbol.for("react.forward_ref"):60112,Br=wr?Symbol.for("react.suspense"):60113,Dr=wr?Symbol.for("react.suspense_list"):60120,Hr=wr?Symbol.for("react.memo"):60115,jr=wr?Symbol.for("react.lazy"):60116,Rr=wr?Symbol.for("react.block"):60121,zr=wr?Symbol.for("react.fundamental"):60117,Nr=wr?Symbol.for("react.responder"):60118,Ir=wr?Symbol.for("react.scope"):60119;function $r(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case Tr:switch(e=e.type){case Pr:case Fr:case Sr:case Ar:case Mr:case Br:return e;default:switch(e=e&&e.$$typeof){case Ur:case Vr:case jr:case Hr:case Lr:return e;default:return t}}case kr:return t}}}function Gr(e){return $r(e)===Fr}function Zr(){}function Wr(){}Or.AsyncMode=Pr,Or.ConcurrentMode=Fr,Or.ContextConsumer=Ur,Or.ContextProvider=Lr,Or.Element=Tr,Or.ForwardRef=Vr,Or.Fragment=Sr,Or.Lazy=jr,Or.Memo=Hr,Or.Portal=kr,Or.Profiler=Ar,Or.StrictMode=Mr,Or.Suspense=Br,Or.isAsyncMode=function(e){return Gr(e)||$r(e)===Pr},Or.isConcurrentMode=Gr,Or.isContextConsumer=function(e){return $r(e)===Ur},Or.isContextProvider=function(e){return $r(e)===Lr},Or.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===Tr},Or.isForwardRef=function(e){return $r(e)===Vr},Or.isFragment=function(e){return $r(e)===Sr},Or.isLazy=function(e){return $r(e)===jr},Or.isMemo=function(e){return $r(e)===Hr},Or.isPortal=function(e){return $r(e)===kr},Or.isProfiler=function(e){return $r(e)===Ar},Or.isStrictMode=function(e){return $r(e)===Mr},Or.isSuspense=function(e){return $r(e)===Br},Or.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===Sr||e===Fr||e===Ar||e===Mr||e===Br||e===Dr||"object"==typeof e&&null!==e&&(e.$$typeof===jr||e.$$typeof===Hr||e.$$typeof===Lr||e.$$typeof===Ur||e.$$typeof===Vr||e.$$typeof===zr||e.$$typeof===Nr||e.$$typeof===Ir||e.$$typeof===Rr)},Or.typeOf=$r,Function.call.bind(Object.prototype.hasOwnProperty),Wr.resetWarningCache=Zr,_r.exports=function(){function e(e,t,n,r,i,o){if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==o){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:Wr,resetWarningCache:Zr};return n.PropTypes=n,n}();var Yr=_r.exports;Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var qr=["size","color","strokeWidth"],Xr=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,qr);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 20 20",fill:"none"},i),xr.createElement("path",{d:"M8 4.5C8 2.567 6.433 1 4.5 1H1V8H8V4.5Z",stroke:n,strokeWidth:r}),xr.createElement("path",{d:"M8 15.5C8 13.567 6.433 12 4.5 12H1V19H8V15.5Z",stroke:n,strokeWidth:r}),xr.createElement("path",{d:"M19 4.5C19 2.567 17.433 1 15.5 1H12V8H19V4.5Z",stroke:n,strokeWidth:r}),xr.createElement("path",{d:"M19 15.5C19 13.567 17.433 12 15.5 12H12V19H19V15.5Z",stroke:n,strokeWidth:r}))};Xr.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},Xr.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var Kr=["size","color","strokeWidth"],Jr=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,Kr);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M5 18C5 18.5304 5.21071 19.0391 5.58579 19.4142C5.96086 19.7893 6.46957 20 7 20H19V4H7C6.46957 4 5.96086 4.21071 5.58579 4.58579C5.21071 4.96086 5 5.46957 5 6V18ZM5 18C5 17.4696 5.21071 16.9609 5.58579 16.5858C5.96086 16.2107 6.46957 16 7 16H19M9 8H15",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};Jr.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},Jr.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var Qr=["size","color","strokeWidth"],ei=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,Qr);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M3 20.0001L4.3 16.1001C3.17644 14.4384 2.76999 12.4705 3.15622 10.5624C3.54244 8.65427 4.69506 6.93575 6.39977 5.72635C8.10447 4.51696 10.2453 3.89898 12.4241 3.98732C14.6029 4.07566 16.6715 4.86431 18.2453 6.20664C19.819 7.54896 20.7909 9.35362 20.9801 11.2851C21.1693 13.2165 20.563 15.1433 19.2739 16.7072C17.9848 18.2711 16.1007 19.3657 13.9718 19.7874C11.8429 20.2092 9.6142 19.9294 7.7 19.0001L3 20.0001Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};ei.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},ei.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var ti=["size","color","strokeWidth"],ni=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,ti);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M6 6L18 18",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M18 6L6 18",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};ni.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},ni.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var ri=["size","color","strokeWidth"],ii=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,ri);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M12 8V21M12 8C11.6383 6.5094 11.0154 5.23506 10.2127 4.34316C9.41003 3.45126 8.46469 2.98319 7.5 3C6.83696 3 6.20107 3.26339 5.73223 3.73223C5.26339 4.20107 5 4.83696 5 5.5C5 6.16304 5.26339 6.79893 5.73223 7.26777C6.20107 7.73661 6.83696 8 7.5 8M12 8C12.3617 6.5094 12.9846 5.23506 13.7873 4.34316C14.59 3.45126 15.5353 2.98319 16.5 3C17.163 3 17.7989 3.26339 18.2678 3.73223C18.7366 4.20107 19 4.83696 19 5.5C19 6.16304 18.7366 6.79893 18.2678 7.26777C17.7989 7.73661 17.163 8 16.5 8M19 12V19C19 19.5304 18.7893 20.0391 18.4142 20.4142C18.0391 20.7893 17.5304 21 17 21H7C6.46957 21 5.96086 20.7893 5.58579 20.4142C5.21071 20.0391 5 19.5304 5 19V12M4 8H20C20.5523 8 21 8.44772 21 9V11C21 11.5523 20.5523 12 20 12H4C3.44772 12 3 11.5523 3 11V9C3 8.44772 3.44772 8 4 8Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};ii.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},ii.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var oi=["size","color","strokeWidth"],ai=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,oi);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("line",{x1:"3",y1:"7.25",x2:"21",y2:"7.25",stroke:n,strokeWidth:r}),xr.createElement("line",{x1:"3",y1:"11.25",x2:"15",y2:"11.25",stroke:n,strokeWidth:r}),xr.createElement("line",{x1:"3",y1:"15.25",x2:"11",y2:"15.25",stroke:n,strokeWidth:r}))};ai.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},ai.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var si=["size","color","strokeWidth"],li=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,si);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M9.09009 9.00008C9.32519 8.33175 9.78924 7.76819 10.4 7.40921C11.0108 7.05024 11.729 6.91902 12.4273 7.03879C13.1255 7.15857 13.7589 7.52161 14.2152 8.06361C14.6714 8.60561 14.9211 9.2916 14.9201 10.0001C14.9201 12.0001 11.9201 13.0001 11.9201 13.0001",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M12 17H12.01",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};li.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},li.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var ui=["size","color","strokeWidth"],ci=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,ui);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M11.009 11.249H12.159V15.499",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M11 15.4986H13.3093",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M12.1 8.24587C12.1 8.29532 12.0853 8.34365 12.0579 8.38477C12.0304 8.42588 11.9914 8.45792 11.9457 8.47684C11.9 8.49576 11.8497 8.50071 11.8012 8.49107C11.7527 8.48142 11.7082 8.45761 11.6732 8.42265C11.6383 8.38769 11.6145 8.34314 11.6048 8.29464C11.5952 8.24615 11.6001 8.19588 11.619 8.1502C11.638 8.10452 11.67 8.06548 11.7111 8.03801C11.7522 8.01053 11.8006 7.99587 11.85 7.99587",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M11.85 7.99587C11.9163 7.99587 11.9799 8.02221 12.0268 8.0691C12.0737 8.11598 12.1 8.17957 12.1 8.24587",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M16 2.99862H8C5.23858 2.99862 3 5.2372 3 7.99862V15.9986C3 18.76 5.23858 20.9986 8 20.9986H16C18.7614 20.9986 21 18.76 21 15.9986V7.99862C21 5.2372 18.7614 2.99862 16 2.99862Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};ci.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},ci.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var fi=["size","color","strokeWidth"],pi=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,fi);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M9 9H6C4.343 9 3 7.657 3 6C3 4.343 4.343 3 6 3C7.657 3 9 4.343 9 6V9Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M9 9H15V15H9V9Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M6 21C4.343 21 3 19.657 3 18C3 16.343 4.343 15 6 15H9V18C9 19.657 7.657 21 6 21Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M15 15H18C19.657 15 21 16.343 21 18C21 19.657 19.657 21 18 21C16.343 21 15 19.657 15 18V15Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M18 3C19.657 3 21 4.343 21 6C21 7.657 19.657 9 18 9H15V6C15 4.343 16.343 3 18 3Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};pi.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},pi.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var di=["size","color","strokeWidth"],mi=function(e){var t=e.size,n=e.color;e.strokeWidth;var r=Hn(e,di);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},r),xr.createElement("path",{d:"M19.1863 9.2727C19.1863 9.99647 19.1863 10.7171 19.1863 11.444C19.1863 12.171 19.1863 12.8916 19.2049 13.6153C19.2386 14.218 19.1257 14.8198 18.8765 15.367C18.6184 15.8937 18.1759 16.3019 17.637 16.5104C17.0343 16.7591 16.4873 16.8557 15.9435 16.7401C15.3997 16.6245 14.859 16.2982 14.2625 15.7027C13.2068 14.6416 12.1543 13.5747 11.1049 12.502C10.0555 11.4292 9.00757 10.3592 7.96124 9.29171C7.79717 9.10072 7.61268 8.92913 7.41122 8.78016C7.30188 8.7087 7.17715 8.66559 7.04782 8.65455C6.9185 8.64351 6.7885 8.66488 6.66908 8.71681C6.53476 8.75956 6.41264 8.83511 6.3133 8.93694C6.21396 9.03876 6.14037 9.16379 6.09892 9.30121C6.03142 9.57268 6.00375 9.85289 6.0168 10.1327C6.0168 11.3152 6.02042 12.4993 6.02765 13.685C6.02765 14.8697 6.02765 16.0606 6.0075 17.2389C5.99528 17.5357 6.04547 17.8316 6.15469 18.1068C6.25958 18.3623 6.44947 18.5715 6.69077 18.6976C6.81331 18.7641 6.94926 18.8007 7.08796 18.8046C7.22666 18.8084 7.36435 18.7794 7.49024 18.7198C7.75031 18.5975 7.98613 18.4273 8.1859 18.2177C8.6662 17.7405 9.14392 17.2601 9.61905 16.7765C10.0942 16.2929 10.5616 15.8041 11.0212 15.3099C11.1103 15.2033 11.2191 15.1156 11.3414 15.052C11.4637 14.9884 11.5971 14.9501 11.7339 14.9393C11.9921 14.9406 12.2434 15.0242 12.4528 15.1785C12.6511 15.3115 12.7426 15.5982 12.7364 15.9007C12.7377 16.2033 12.6301 16.4958 12.4342 16.7226C11.8641 17.3118 11.2986 17.9089 10.7299 18.498C10.1613 19.0872 9.57877 19.67 8.98072 20.2291C8.54153 20.6553 7.97762 20.9223 7.37559 20.9893C6.77021 21.0371 6.16299 20.9247 5.61242 20.663C5.10855 20.4603 4.67981 20.1007 4.38688 19.6352C4.11249 19.1508 3.97918 18.5964 4.00264 18.0372C4.01658 16.5769 4.01503 15.1167 4.01348 13.6549C4.01193 12.1931 4.01348 10.7345 4.01348 9.2727C4.00128 8.69191 4.11948 8.11599 4.35899 7.58918C4.61201 7.07012 5.05006 6.66996 5.58298 6.47105C6.13553 6.23868 6.74262 6.17701 7.32911 6.29367C7.9335 6.43863 8.48137 6.76582 8.9017 7.23284C9.96456 8.34146 11.0367 9.44269 12.1182 10.5365C13.1996 11.6304 14.278 12.7263 15.3532 13.8244C15.4998 13.9882 15.6683 14.13 15.8537 14.2457C15.9468 14.3006 16.0506 14.3338 16.1577 14.3431C16.2648 14.3524 16.3726 14.3375 16.4734 14.2995C16.6678 14.2401 16.8443 14.1311 16.9862 13.9828C17.1305 13.8059 17.2026 13.579 17.1877 13.3493C17.1722 12.0142 17.1722 10.6854 17.1722 9.35664C17.1722 8.02788 17.1722 6.69753 17.1722 5.36877C17.1819 5.16803 17.1508 4.9674 17.0808 4.77961C17.0365 4.68434 16.9744 4.59893 16.8978 4.52827C16.8212 4.45761 16.7318 4.40309 16.6345 4.36784C16.4456 4.27647 16.2393 4.22888 16.0303 4.22847C15.8152 4.24378 15.6102 4.32802 15.4446 4.4692C14.8593 4.93907 14.3084 5.45198 13.7961 6.00385C13.2771 6.54549 12.7704 7.10138 12.2282 7.62085C12.0264 7.84331 11.7585 7.99141 11.4659 8.04213C11.3372 8.04946 11.2086 8.02659 11.0899 7.97525C10.9712 7.92392 10.8655 7.84549 10.7811 7.74597C10.6812 7.64671 10.603 7.52692 10.5518 7.39452C10.5005 7.26212 10.4772 7.1201 10.4836 6.97785C10.5039 6.67123 10.6361 6.38357 10.8539 6.17173C11.4024 5.61214 11.9498 5.05254 12.4962 4.49295C13.0426 3.93336 13.5926 3.378 14.1463 2.82685C14.4931 2.4971 14.911 2.25534 15.3661 2.12109C15.8212 1.98683 16.3008 1.96385 16.7662 2.05398C17.2334 2.12126 17.6785 2.29959 18.066 2.57464C18.4535 2.8497 18.7725 3.21381 18.9973 3.63773C19.0662 3.77419 19.1183 3.9189 19.1522 4.06851C19.1853 4.21976 19.2009 4.37443 19.1987 4.52938C19.1925 5.31809 19.1925 6.10996 19.1987 6.905C19.2049 7.70004 19.2008 8.48927 19.1863 9.2727Z",fill:n}))};mi.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},mi.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var hi=["size","color","strokeWidth"],yi=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,hi);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M12 6L12 18",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M18 12H6",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};yi.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},yi.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var gi=["size","color","strokeWidth"],vi=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,gi);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M9 18L15 12L9 6",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};vi.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},vi.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var Ei=["size","color","strokeWidth"],bi=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Hn(e,Ei);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),xr.createElement("path",{d:"M14.1931 5.58187C16.525 7.91369 16.525 11.6943 14.1931 14.0261C11.8613 16.358 8.08069 16.358 5.74887 14.0261C3.41704 11.6943 3.41704 7.91369 5.74887 5.58187C8.08069 3.25005 11.8613 3.25005 14.1931 5.58187",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),xr.createElement("path",{d:"M14.1499 14.06L18.5899 18.5",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};function Ci(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}bi.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},bi.propTypes={color:Yr.string,size:Yr.oneOfType([Yr.string,Yr.number]),strokeWidth:Yr.oneOfType([Yr.string,Yr.number])},Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.string,Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var xi=["style","weight","lineHeight","component","children","textTransform","className"],_i="thin",Oi="extralight",wi="light",Ti="normal",ki="medium",Si="semibold",Mi="bold",Ai="extrabold",Li="black",Ui="h1",Pi="h2",Fi="h3",Vi="h4",Bi="h5",Di="h6",Hi="body1",ji="body2",Ri="body3",zi="nano",Ni="none",Ii="tight",$i="snug",Gi="normal",Zi="relaxed",Wi="loose",Yi="none",qi="capitalize",Xi="uppercase",Ki="lowercase",Ji="fullwidth",Qi="inherit",eo="initial",to="revert",no="unset",ro={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",body1:"p",body2:"p",body3:"p",nano:"span"},io={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",p:"p",span:"span",b:"b",strong:"strong",i:"i",em:"em",mark:"mark",del:"del",s:"s",ins:"ins",sub:"sub",sup:"sup",u:"u",code:"code",blockquote:"blockquote"},oo=t.forwardRef((function(e,n){var r=e.style,i=void 0===r?"body1":r,o=e.weight,a=e.lineHeight,s=e.component,l=e.children,u=e.textTransform,c=e.className,f=void 0===c?"":c,p=ue(e,xi),d=s?io[s]:i?ro[i]:"p";return t.createElement(d,le({ref:n,className:_(Ci({"neeto-ui-typography":!0,"neeto-ui-text-h1":i===Ui,"neeto-ui-text-h2":i===Pi,"neeto-ui-text-h3":i===Fi,"neeto-ui-text-h4":i===Vi,"neeto-ui-text-h5":i===Bi,"neeto-ui-text-h6":i===Di,"neeto-ui-text-body1":i===Hi,"neeto-ui-text-body2":i===ji,"neeto-ui-text-body3":i===Ri,"neeto-ui-text-nano":i===zi,"neeto-ui-text-transform-none":u===Yi,"neeto-ui-text-transform-capitalize":u===qi,"neeto-ui-text-transform-uppercase":u===Xi,"neeto-ui-text-transform-lowercase":u===Ki,"neeto-ui-text-transform-fullwidth":u===Ji,"neeto-ui-text-transform-inherit":u===Qi,"neeto-ui-text-transform-initial":u===eo,"neeto-ui-text-transform-revert":u===to,"neeto-ui-text-transform-unset":u===no,"neeto-ui-font-thin":o===_i,"neeto-ui-font-extralight":o===Oi,"neeto-ui-font-light":o===wi,"neeto-ui-font-normal":o===Ti,"neeto-ui-font-medium":o===ki,"neeto-ui-font-semibold":o===Si,"neeto-ui-font-bold":o===Mi,"neeto-ui-font-extrabold":o===Ai,"neeto-ui-font-black":o===Li,"neeto-ui-leading-none":a===Ni,"neeto-ui-leading-tight":a===Ii,"neeto-ui-leading-snug":a===$i,"neeto-ui-leading-normal":a===Gi,"neeto-ui-leading-relaxed":a===Zi,"neeto-ui-leading-loose":a===Wi},f,f))},p),l)})),ao=function(e){var n=e.label,r=e.description;return t.createElement("div",{className:"neeto-ui-flex neeto-ui-flex-col sidebar-featured-tooltip"},t.createElement(oo,{lineHeight:"tight",style:"h5",weight:"semibold",className:"neeto-ui-text-center sidebar-featured-tooltip__title"},n),r&&t.createElement(oo,{lineHeight:"normal",style:"body3",className:"neeto-ui-text-center neeto-ui-text-gray-400 sidebar-featured-tooltip__description"},r))},so=function(e){var n=e.tooltipStyle,r=e.description,i=e.icon,o=e.label,a=e.children,s=n===Po.featured?t.createElement(ao,{description:r,icon:i,label:o}):o;return t.createElement(Bn,{position:"right",distance:"20rem",content:s,className:_({"sidebar-featured-tooltip__content":n===Po.featured}),delay:[400,40],duration:[200,200]},a)},lo=function(e){var n=e.tooltipStyle,r=e.onAppSwitcherToggle;return t.createElement(so,{label:"Product switcher",tooltipStyle:n,icon:t.createElement(Xr,null)},t.createElement("button",{onClick:r,"data-cy":"app-switcher-button",className:"shadow-none neeto-ui-flex neeto-ui-items-center neeto-ui-justify-start neeto-ui-w-full neeto-ui-select-none neeto-ui-sidebar__link neeto-ui-sidebar__link--app-switcher neeto-ui-sidebar__link--button"},t.createElement("span",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center neeto-ui-sidebar__link-icon"},t.createElement(Xr,{size:24}))))},uo=["#ffb5a7","#fcd5ce","#f8edeb","#f9dcc4","#fec89a"],co="beam",fo={exports:{}},po=b(fo.exports=function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=1)}([function(t,n){t.exports=e},function(e,t,n){e.exports=n(2)},function(e,t,n){function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}n.r(t);var a=n(0),s=n.n(a),l=function(e){for(var t=0,n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t&=t;return Math.abs(t)},u=function(e,t){return Math.floor(e/Math.pow(10,t)%10)},c=function(e,t){return!(u(e,t)%2)},f=function(e,t,n){var r=e%t;return n&&u(e,n)%2==0?-r:r},p=function(e,t,n){return t[e%n]},d=function(e){var t=function(e,t){var n=l(e),r=t&&t.length;return Array.from({length:4},(function(e,i){return{color:p(n+i,t,r),translateX:f(n*(i+1),40-(i+17),1),translateY:f(n*(i+1),40-(i+17),2),rotate:f(n*(i+1),360),isSquare:c(n,2)}}))}(e.name,e.colors);return a.createElement("svg",{viewBox:"0 0 80 80",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__bauhaus",maskUnits:"userSpaceOnUse",x:0,y:0,width:80,height:80},a.createElement("rect",{width:80,height:80,rx:e.square?void 0:160,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__bauhaus)"},a.createElement("rect",{width:80,height:80,fill:t[0].color}),a.createElement("rect",{x:10,y:30,width:80,height:t[1].isSquare?80:10,fill:t[1].color,transform:"translate("+t[1].translateX+" "+t[1].translateY+") rotate("+t[1].rotate+" 40 40)"}),a.createElement("circle",{cx:40,cy:40,fill:t[2].color,r:16,transform:"translate("+t[2].translateX+" "+t[2].translateY+")"}),a.createElement("line",{x1:0,y1:40,x2:80,y2:40,strokeWidth:2,stroke:t[3].color,transform:"translate("+t[3].translateX+" "+t[3].translateY+") rotate("+t[3].rotate+" 40 40)"})))},m=function(e){var t=function(e,t){var n=l(t),r=e&&e.length,i=Array.from({length:5},(function(t,i){return p(n+i,e,r)})),o=[];return o[0]=i[0],o[1]=i[1],o[2]=i[1],o[3]=i[2],o[4]=i[2],o[5]=i[3],o[6]=i[3],o[7]=i[0],o[8]=i[4],o}(e.colors,e.name);return s.a.createElement("svg",{viewBox:"0 0 90 90",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&s.a.createElement("title",null,e.name),s.a.createElement("mask",{id:"mask__ring",maskUnits:"userSpaceOnUse",x:0,y:0,width:90,height:90},s.a.createElement("rect",{width:90,height:90,rx:e.square?void 0:180,fill:"#FFFFFF"})),s.a.createElement("g",{mask:"url(#mask__ring)"},s.a.createElement("path",{d:"M0 0h90v45H0z",fill:t[0]}),s.a.createElement("path",{d:"M0 45h90v45H0z",fill:t[1]}),s.a.createElement("path",{d:"M83 45a38 38 0 00-76 0h76z",fill:t[2]}),s.a.createElement("path",{d:"M83 45a38 38 0 01-76 0h76z",fill:t[3]}),s.a.createElement("path",{d:"M77 45a32 32 0 10-64 0h64z",fill:t[4]}),s.a.createElement("path",{d:"M77 45a32 32 0 11-64 0h64z",fill:t[5]}),s.a.createElement("path",{d:"M71 45a26 26 0 00-52 0h52z",fill:t[6]}),s.a.createElement("path",{d:"M71 45a26 26 0 01-52 0h52z",fill:t[7]}),s.a.createElement("circle",{cx:45,cy:45,r:23,fill:t[8]})))},h=function(e){var t=function(e,t){var n=l(e),r=t&&t.length;return Array.from({length:64},(function(e,i){return p(n%i,t,r)}))}(e.name,e.colors);return a.createElement("svg",{viewBox:"0 0 80 80",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__pixel","mask-type":"alpha",maskUnits:"userSpaceOnUse",x:0,y:0,width:80,height:80},a.createElement("rect",{width:80,height:80,rx:e.square?void 0:160,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__pixel)"},a.createElement("rect",{width:10,height:10,fill:t[0]}),a.createElement("rect",{x:20,width:10,height:10,fill:t[1]}),a.createElement("rect",{x:40,width:10,height:10,fill:t[2]}),a.createElement("rect",{x:60,width:10,height:10,fill:t[3]}),a.createElement("rect",{x:10,width:10,height:10,fill:t[4]}),a.createElement("rect",{x:30,width:10,height:10,fill:t[5]}),a.createElement("rect",{x:50,width:10,height:10,fill:t[6]}),a.createElement("rect",{x:70,width:10,height:10,fill:t[7]}),a.createElement("rect",{y:10,width:10,height:10,fill:t[8]}),a.createElement("rect",{y:20,width:10,height:10,fill:t[9]}),a.createElement("rect",{y:30,width:10,height:10,fill:t[10]}),a.createElement("rect",{y:40,width:10,height:10,fill:t[11]}),a.createElement("rect",{y:50,width:10,height:10,fill:t[12]}),a.createElement("rect",{y:60,width:10,height:10,fill:t[13]}),a.createElement("rect",{y:70,width:10,height:10,fill:t[14]}),a.createElement("rect",{x:20,y:10,width:10,height:10,fill:t[15]}),a.createElement("rect",{x:20,y:20,width:10,height:10,fill:t[16]}),a.createElement("rect",{x:20,y:30,width:10,height:10,fill:t[17]}),a.createElement("rect",{x:20,y:40,width:10,height:10,fill:t[18]}),a.createElement("rect",{x:20,y:50,width:10,height:10,fill:t[19]}),a.createElement("rect",{x:20,y:60,width:10,height:10,fill:t[20]}),a.createElement("rect",{x:20,y:70,width:10,height:10,fill:t[21]}),a.createElement("rect",{x:40,y:10,width:10,height:10,fill:t[22]}),a.createElement("rect",{x:40,y:20,width:10,height:10,fill:t[23]}),a.createElement("rect",{x:40,y:30,width:10,height:10,fill:t[24]}),a.createElement("rect",{x:40,y:40,width:10,height:10,fill:t[25]}),a.createElement("rect",{x:40,y:50,width:10,height:10,fill:t[26]}),a.createElement("rect",{x:40,y:60,width:10,height:10,fill:t[27]}),a.createElement("rect",{x:40,y:70,width:10,height:10,fill:t[28]}),a.createElement("rect",{x:60,y:10,width:10,height:10,fill:t[29]}),a.createElement("rect",{x:60,y:20,width:10,height:10,fill:t[30]}),a.createElement("rect",{x:60,y:30,width:10,height:10,fill:t[31]}),a.createElement("rect",{x:60,y:40,width:10,height:10,fill:t[32]}),a.createElement("rect",{x:60,y:50,width:10,height:10,fill:t[33]}),a.createElement("rect",{x:60,y:60,width:10,height:10,fill:t[34]}),a.createElement("rect",{x:60,y:70,width:10,height:10,fill:t[35]}),a.createElement("rect",{x:10,y:10,width:10,height:10,fill:t[36]}),a.createElement("rect",{x:10,y:20,width:10,height:10,fill:t[37]}),a.createElement("rect",{x:10,y:30,width:10,height:10,fill:t[38]}),a.createElement("rect",{x:10,y:40,width:10,height:10,fill:t[39]}),a.createElement("rect",{x:10,y:50,width:10,height:10,fill:t[40]}),a.createElement("rect",{x:10,y:60,width:10,height:10,fill:t[41]}),a.createElement("rect",{x:10,y:70,width:10,height:10,fill:t[42]}),a.createElement("rect",{x:30,y:10,width:10,height:10,fill:t[43]}),a.createElement("rect",{x:30,y:20,width:10,height:10,fill:t[44]}),a.createElement("rect",{x:30,y:30,width:10,height:10,fill:t[45]}),a.createElement("rect",{x:30,y:40,width:10,height:10,fill:t[46]}),a.createElement("rect",{x:30,y:50,width:10,height:10,fill:t[47]}),a.createElement("rect",{x:30,y:60,width:10,height:10,fill:t[48]}),a.createElement("rect",{x:30,y:70,width:10,height:10,fill:t[49]}),a.createElement("rect",{x:50,y:10,width:10,height:10,fill:t[50]}),a.createElement("rect",{x:50,y:20,width:10,height:10,fill:t[51]}),a.createElement("rect",{x:50,y:30,width:10,height:10,fill:t[52]}),a.createElement("rect",{x:50,y:40,width:10,height:10,fill:t[53]}),a.createElement("rect",{x:50,y:50,width:10,height:10,fill:t[54]}),a.createElement("rect",{x:50,y:60,width:10,height:10,fill:t[55]}),a.createElement("rect",{x:50,y:70,width:10,height:10,fill:t[56]}),a.createElement("rect",{x:70,y:10,width:10,height:10,fill:t[57]}),a.createElement("rect",{x:70,y:20,width:10,height:10,fill:t[58]}),a.createElement("rect",{x:70,y:30,width:10,height:10,fill:t[59]}),a.createElement("rect",{x:70,y:40,width:10,height:10,fill:t[60]}),a.createElement("rect",{x:70,y:50,width:10,height:10,fill:t[61]}),a.createElement("rect",{x:70,y:60,width:10,height:10,fill:t[62]}),a.createElement("rect",{x:70,y:70,width:10,height:10,fill:t[63]})))},y=function(e){var t=function(e,t){var n,r=l(e),i=t&&t.length,o=p(r,t,i),a=f(r,10,1),s=a<5?a+4:a,u=f(r,10,2),d=u<5?u+4:u;return{wrapperColor:o,faceColor:(n=o,"#"===n.slice(0,1)&&(n=n.slice(1)),(299*parseInt(n.substr(0,2),16)+587*parseInt(n.substr(2,2),16)+114*parseInt(n.substr(4,2),16))/1e3>=128?"#000000":"#FFFFFF"),backgroundColor:p(r+13,t,i),wrapperTranslateX:s,wrapperTranslateY:d,wrapperRotate:f(r,360),wrapperScale:1+f(r,3)/10,isMouthOpen:c(r,2),isCircle:c(r,1),eyeSpread:f(r,5),mouthSpread:f(r,3),faceRotate:f(r,10,3),faceTranslateX:s>6?s/2:f(r,8,1),faceTranslateY:d>6?d/2:f(r,7,2)}}(e.name,e.colors);return a.createElement("svg",{viewBox:"0 0 36 36",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__beam",maskUnits:"userSpaceOnUse",x:0,y:0,width:36,height:36},a.createElement("rect",{width:36,height:36,rx:e.square?void 0:72,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__beam)"},a.createElement("rect",{width:36,height:36,fill:t.backgroundColor}),a.createElement("rect",{x:"0",y:"0",width:36,height:36,transform:"translate("+t.wrapperTranslateX+" "+t.wrapperTranslateY+") rotate("+t.wrapperRotate+" 18 18) scale("+t.wrapperScale+")",fill:t.wrapperColor,rx:t.isCircle?36:6}),a.createElement("g",{transform:"translate("+t.faceTranslateX+" "+t.faceTranslateY+") rotate("+t.faceRotate+" 18 18)"},t.isMouthOpen?a.createElement("path",{d:"M15 "+(19+t.mouthSpread)+"c2 1 4 1 6 0",stroke:t.faceColor,fill:"none",strokeLinecap:"round"}):a.createElement("path",{d:"M13,"+(19+t.mouthSpread)+" a1,0.75 0 0,0 10,0",fill:t.faceColor}),a.createElement("rect",{x:14-t.eyeSpread,y:14,width:1.5,height:2,rx:1,stroke:"none",fill:t.faceColor}),a.createElement("rect",{x:20+t.eyeSpread,y:14,width:1.5,height:2,rx:1,stroke:"none",fill:t.faceColor}))))},g=function(e){var t=function(e,t){var n=l(e),r=t&&t.length;return Array.from({length:4},(function(e,i){return p(n+i,t,r)}))}(e.name,e.colors),n=e.name.replace(/\s/g,"");return a.createElement("svg",{viewBox:"0 0 80 80",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__sunset",maskUnits:"userSpaceOnUse",x:0,y:0,width:80,height:80},a.createElement("rect",{width:80,height:80,rx:e.square?void 0:160,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__sunset)"},a.createElement("path",{fill:"url(#gradient_paint0_linear_"+n+")",d:"M0 0h80v40H0z"}),a.createElement("path",{fill:"url(#gradient_paint1_linear_"+n+")",d:"M0 40h80v40H0z"})),a.createElement("defs",null,a.createElement("linearGradient",{id:"gradient_paint0_linear_"+n,x1:40,y1:0,x2:40,y2:40,gradientUnits:"userSpaceOnUse"},a.createElement("stop",{stopColor:t[0]}),a.createElement("stop",{offset:1,stopColor:t[1]})),a.createElement("linearGradient",{id:"gradient_paint1_linear_"+n,x1:40,y1:40,x2:40,y2:80,gradientUnits:"userSpaceOnUse"},a.createElement("stop",{stopColor:t[2]}),a.createElement("stop",{offset:1,stopColor:t[3]}))))},v=function(e){var t=function(e,t){var n=l(e),r=t&&t.length;return Array.from({length:3},(function(e,i){return{color:p(n+i,t,r),translateX:f(n*(i+1),8,1),translateY:f(n*(i+1),8,2),scale:1.2+f(n*(i+1),4)/10,rotate:f(n*(i+1),360,1)}}))}(e.name,e.colors);return a.createElement("svg",{viewBox:"0 0 80 80",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__marble",maskUnits:"userSpaceOnUse",x:0,y:0,width:80,height:80},a.createElement("rect",{width:80,height:80,rx:e.square?void 0:160,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__marble)"},a.createElement("rect",{width:80,height:80,fill:t[0].color}),a.createElement("path",{filter:"url(#prefix__filter0_f)",d:"M32.414 59.35L50.376 70.5H72.5v-71H33.728L26.5 13.381l19.057 27.08L32.414 59.35z",fill:t[1].color,transform:"translate("+t[1].translateX+" "+t[1].translateY+") rotate("+t[1].rotate+" 40 40) scale("+t[2].scale+")"}),a.createElement("path",{filter:"url(#prefix__filter0_f)",style:{mixBlendMode:"overlay"},d:"M22.216 24L0 46.75l14.108 38.129L78 86l-3.081-59.276-22.378 4.005 12.972 20.186-23.35 27.395L22.215 24z",fill:t[2].color,transform:"translate("+t[2].translateX+" "+t[2].translateY+") rotate("+t[2].rotate+" 40 40) scale("+t[2].scale+")"})),a.createElement("defs",null,a.createElement("filter",{id:"prefix__filter0_f",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.createElement("feGaussianBlur",{stdDeviation:7,result:"effect1_foregroundBlur"}))))},E=["pixel","bauhaus","ring","beam","sunset","marble"],b={geometric:"beam",abstract:"bauhaus"},C=function(e){var t=e.variant,n=void 0===t?"marble":t,a=e.colors,l=void 0===a?["#92A1C6","#146A7C","#F0AB3D","#C271B4","#C20D90"]:a,u=e.name,c=void 0===u?"Clara Barton":u,f=e.square,p=void 0!==f&&f,C=e.title,x=void 0!==C&&C,_=e.size,O=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?i(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({colors:l,name:c,title:x,size:void 0===_?40:_,square:p},o(e,["variant","colors","name","square","title","size"]));return{pixel:s.a.createElement(h,O),bauhaus:s.a.createElement(d,O),ring:s.a.createElement(m,O),beam:s.a.createElement(y,O),sunset:s.a.createElement(g,O),marble:s.a.createElement(v,O)}[Object.keys(b).includes(n)?b[n]:E.includes(n)?n:"marble"]};t.default=C}])}(t)),mo=["size","user","status","onClick","className","showTooltip","tooltipProps"],ho={small:24,medium:32,large:40,extraLarge:64},yo=function(e){var n=e.size,r=void 0===n?"medium":n,o=e.user,a=void 0===o?{}:o,s=e.status,l=void 0===s?null:s,u=e.onClick,c=void 0===u?function(){}:u,f=e.className,p=void 0===f?"":f,d=e.showTooltip,m=void 0!==d&&d,h=e.tooltipProps,y=void 0===h?{}:h,g=ue(e,mo),v=se(i(!1),2),E=v[0],b=v[1],C=a.name,x=void 0===C?"":C,O=a.imageUrl,w="medium"===r,T="large"===r,k="extraLarge"===r,S={height:ho[r],width:ho[r]},M=_("neeto-ui-avatar ",{"neeto-ui-avatar--medium":w,"neeto-ui-avatar--large":T,"neeto-ui-avatar--xlarge":k,hidden:E}),A=_("neeto-ui-avatar__status","".concat(l),{"neeto-ui-avatar__status-medium":w,"neeto-ui-avatar__status-large":T,"neeto-ui-avatar__status-xlarge":k}),L=function(){return Y(l)?t.Fragment:t.createElement("span",{className:A,"data-testid":"indicator"})},U=x.replace("","-"),P=!(O&&!E);return t.createElement(Bn,le({disabled:!m,content:x,position:"bottom"},y),t.createElement("span",le({onClick:c,style:S,"data-testid":"avatar",className:_("neeto-ui-avatar--container neeto-ui-select-none",p)},g),t.createElement(L,null),P?t.createElement(po,{size:ho[r],name:x,variant:co,colors:uo,className:"neeto-ui-avatar__svg"}):t.createElement("img",{className:M,onError:function(){return b(!0)},src:O,alt:"avatar-".concat(U),"data-chromatic":"ignore"})))},go=n((function(e,n){var r=e.profileInfo,i=e.onClick,o=r["data-cy"]||"profile-section";return t.createElement("button",{ref:n,className:"neeto-ui-w-full neeto-ui-text-left neeto-ui-sidebar__profile-wrapper",onClick:i,"data-cy":o},t.createElement("span",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-flex-shrink-0 neeto-ui-w-full neeto-ui-sidebar__profile"},t.createElement(yo,{user:r,size:"large",className:"neeto-ui-flex-shrink-0"})))})),vo=["onClick","label","icon"],Eo=function(e){var n=e.links;return t.createElement("ul",{className:"neeto-ui-profile-sublist"},null==n?void 0:n.map((function(e,n){var r=e.onClick,i=e.label,o=e.icon,a=void 0===o?null:o,s=ue(e,vo),l=a;return t.createElement("li",{key:n,className:"neeto-ui-profile-sublist__item"},t.createElement("button",le({onClick:r},s,{className:"neeto-ui-profile-sublist__item-btn"}),a&&t.createElement("span",{className:"neeto-ui-profile-sublist__item-btn-icon"},t.createElement(l,null)),t.createElement(oo,{style:"body2",weight:"normal",component:"span",className:"neeto-ui-profile-sublist__item-btn-label"},i)))})))},bo=function(e){var n,r,i=e.profileInfo,o=i.name,a=i.email,s=i.topLinks,l=i.bottomLinks,u=i.customContent;return t.createElement("div",{className:"neeto-ui-flex neeto-ui-flex-col neeto-ui-profile-popup"},t.createElement("div",{className:_("neeto-ui-relative neeto-ui-flex neeto-ui-items-center neeto-ui-p-3")},t.createElement("div",{className:"top-0 left-0"},t.createElement(yo,{user:i,size:"large"})),t.createElement("div",{className:"neeto-ui-flex neeto-ui-flex-col neeto-ui-flex-grow neeto-ui-min-w-0 neeto-ui-pl-3"},t.createElement(oo,{component:"h2",style:"h5",weight:"semibold",lineHeight:"tight",className:"neeto-ui-m-0",title:o},(r=18,(n=o)&&n.length>r?n.substring(0,r-3)+"...":n)),a&&t.createElement(oo,{style:"body3",className:"neeto-ui-w-full neeto-ui-truncate neeto-ui-text-gray-600",lineHeight:"tight"},a))),t.createElement("div",{className:"neeto-ui-sidebar__profile-wrapper-custom-content"},u),s&&t.createElement(Eo,{links:s}),l&&t.createElement(Eo,{links:l}))},Co=n((function(e,n){return t.createElement("button",{className:"shadow-none neeto-ui-sidebar__link neeto-ui-sidebar__link--button","data-cy":"help-button",ref:n},t.createElement("span",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center neeto-ui-sidebar__link-icon"},t.createElement(li,{size:24})))})),xo=["onClick","label","icon"],_o=function(e){var n=e.links;return t.createElement("ul",null,null==n?void 0:n.map((function(e,n){var r=e.onClick,i=void 0===r?ie:r,o=e.label,a=void 0===o?"":o,s=e.icon,l=void 0===s?null:s,u=ue(e,xo),c=l;return t.createElement("li",{className:"neeto-ui-help-sublist__item",key:n},t.createElement("button",le({className:"neeto-ui-help-sublist__item-btn",onClick:i},u),l&&t.createElement("span",{className:"neeto-ui-help-sublist__item-btn-icon"},t.createElement(c,null)),t.createElement(oo,{className:"neeto-ui-help-sublist__item-btn-label",component:"span",style:"body2",weight:"normal"},a)))})))};function Oo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function wo(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Oo(Object(n),!0).forEach((function(t){Ci(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Oo(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var To=function(e){var n=e.helpSectionProps,r=n.documentationProps,i=n.keyboardShortcutProps,o=n.liveChatProps,a=n.changelogProps,s=[r&&wo(wo({},r),{},{label:"Documentation",icon:Jr,"data-cy":"help-link-documentation-button"}),i&&wo(wo({},i),{},{label:"Keyboard shortcuts",icon:pi,"data-cy":"help-link-keyboard-shortcut-button"}),o&&wo(wo({},o),{},{label:"Chat with us",icon:ei,"data-cy":"help-link-live-chat-button"}),a&&wo(wo({},a),{},{label:"What's new?",icon:ii,"data-cy":"help-link-changelog-button"})].filter(Boolean);return t.createElement(_o,{links:W(s)})},ko=function(e){var n=e.profileInfo,r=e.tooltipStyle,o=e.showAppSwitcher,a=void 0!==o&&o,s=e.onAppSwitcherToggle,l=e.helpLinks,u=se(i(!1),2),c=u[0],f=u[1];return t.createElement("div",{className:"neeto-ui-sidebar__footer"},l&&t.createElement(Bn,{hideOnClick:!1,interactive:!0,className:"neeto-ui-help-popup-wrapper",content:t.createElement(To,{helpSectionProps:l}),theme:"light",position:"right"},t.createElement(Co,null)),a&&t.createElement(lo,{onAppSwitcherToggle:s,tooltipStyle:r}),n&&t.createElement(Bn,{position:"right",className:"neeto-ui-profile-popup-wrapper",theme:"light",content:t.createElement(bo,{profileInfo:n}),interactive:!0,hideOnClick:!1},t.createElement(go,{profileInfo:n,onClick:function(){f(!c)}})))};Yr.oneOfType([Yr.string,Yr.number]);var So=["size"],Mo=function(e){var t=e.size,n=Hn(e,So);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 500 500",fill:"none"},n),xr.createElement("path",{d:"M500 250C500 111.929 388.07 0 250 0H0V500H500V250Z",fill:"url(#paint0_linear_3457_4148)"}),xr.createElement("path",{d:"M375.001 33.5C450.552 76.5087 499.938 156.762 499.938 249.915V456.915C495.688 424.415 470.188 397.415 383.188 302.665C313.588 226.865 349.251 91.9717 375.001 33.5Z",fill:"url(#paint1_linear_3457_4148)"}),xr.createElement("path",{d:"M375.001 33.5C450.552 76.5087 499.938 156.762 499.938 249.915V456.915C495.688 424.415 470.188 397.415 383.188 302.665C313.588 226.865 349.251 91.9717 375.001 33.5Z",fill:"url(#paint2_linear_3457_4148)"}),xr.createElement("path",{d:"M0 0H250C294.713 0 338.501 12 375.001 33.5C391.667 61.5663 407.2 139.5 344 231.5C265 346.5 256.25 368 220.25 500H0V0Z",fill:"url(#paint3_linear_3457_4148)"}),xr.createElement("path",{d:"M0 0H250C294.713 0 335.001 11.25 375.001 33.5C391.667 61.5663 407.2 139.5 344 231.5C265 346.5 256.25 368 220.25 500H0V0Z",fill:"url(#paint4_linear_3457_4148)"}),xr.createElement("path",{d:"M249 500C207.75 347 74.9167 311.704 0 278.5V500H249Z",fill:"url(#paint5_linear_3457_4148)",fillOpacity:"0.4"}),xr.createElement("defs",null,xr.createElement("linearGradient",{id:"paint0_linear_3457_4148",x1:"-1.38342e-06",y1:"21.75",x2:"459.75",y2:"533.75",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8BBEFF"}),xr.createElement("stop",{offset:"0.612688",stopColor:"#8C9CF5"}),xr.createElement("stop",{offset:"0.779469",stopColor:"#8FA1F2"}),xr.createElement("stop",{offset:"1",stopColor:"#98ACF4"})),xr.createElement("linearGradient",{id:"paint1_linear_3457_4148",x1:"78.241",y1:"-1.18087",x2:"73.7429",y2:"644.658",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#6565E3"}),xr.createElement("stop",{offset:"0.489583",stopColor:"#8A99EE"})),xr.createElement("linearGradient",{id:"paint2_linear_3457_4148",x1:"278.722",y1:"262.734",x2:"321.826",y2:"535.18",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#6C6CDE",stopOpacity:"0"}),xr.createElement("stop",{offset:"1",stopColor:"#8C96EB"})),xr.createElement("linearGradient",{id:"paint3_linear_3457_4148",x1:"454.149",y1:"43.25",x2:"324.11",y2:"520.395",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8684ED"}),xr.createElement("stop",{offset:"0.510809",stopColor:"#8C9DF6"}),xr.createElement("stop",{offset:"0.767213",stopColor:"#8B94F2",stopOpacity:"0"})),xr.createElement("linearGradient",{id:"paint4_linear_3457_4148",x1:"-39.7701",y1:"-70.5",x2:"92.9717",y2:"214.905",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.197917",stopColor:"#AF84FF"}),xr.createElement("stop",{offset:"0.9375",stopColor:"#8B94F2",stopOpacity:"0"})),xr.createElement("linearGradient",{id:"paint5_linear_3457_4148",x1:"110",y1:"294",x2:"110.5",y2:"441.75",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8CA7F8"}),xr.createElement("stop",{offset:"0.287723",stopColor:"#8CA4F8"}),xr.createElement("stop",{offset:"0.614583",stopColor:"#8BBFFE"}),xr.createElement("stop",{offset:"1",stopColor:"#84CAFF"}))))};Mo.defaultProps={size:24},Mo.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])},Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]),Yr.oneOfType([Yr.string,Yr.number]);var Ao=function(e){var n=e.organizationInfo,r=null==n?void 0:n.logo;return t.createElement("div",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-sidebar__header","data-cy":"sidebar-info"},t.createElement("div",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center neeto-ui-flex-shrink-0 neeto-ui-sidebar__logo"},r||t.createElement(Mo,null)))},Lo=["label","to","icon","description"],Uo=function(e){var n=e.navLinks,r=void 0===n?[]:n,i=e.tooltipStyle,o=g();return t.createElement("div",{className:"neeto-ui-sidebar__links"},r.map((function(e,n){var r=e.label,a=e.to,s=e.icon,l=e.description,u=ue(e,Lo),c=s,f=new URL(a,window.location.href),p=o.pathname.startsWith(f.pathname);return t.createElement(so,{key:n,tooltipStyle:i,icon:t.createElement(c,{color:"#68737D"}),description:l,label:r},t.createElement(v,le({to:a,className:"neeto-ui-flex neeto-ui-items-center neeto-ui-no-underline neeto-ui-select-none neeto-ui-sidebar__link",activeClassName:"active",isActive:function(){return p}},u),s&&t.createElement("div",{"data-testid":r,className:"neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center neeto-ui-sidebar__link-icon"},t.createElement(c,null))))})))},Po={default:"default",featured:"featured"},Fo=function(e){var n=e.organizationInfo,r=e.navLinks,i=void 0===r?[]:r,o=e.tooltipStyle,a=void 0===o?Po.featured:o,s=e.profileInfo,l=e.helpLinks,u=e.showAppSwitcher,c=void 0!==u&&u,f=e.onAppSwitcherToggle,p=void 0===f?ie:f;return t.createElement("div",{"data-cy":"sidebar-wrapper",className:_("neeto-ui-sidebar neeto-ui-flex neeto-ui-flex-col neeto-ui-flex-shrink-0 neeto-ui-overflow-y-auto neeto-ui-overflow-x-hidden","neeto-ui-sidebar--collapsed"),"data-testid":"sidebar"},t.createElement(Ao,{organizationInfo:n}),t.createElement(Uo,{navLinks:i,tooltipStyle:a}),t.createElement(ko,{profileInfo:s,tooltipStyle:a,showAppSwitcher:c,onAppSwitcherToggle:p,helpLinks:l}))},Vo=function(e,t){return Vo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},Vo(e,t)};function Bo(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}Vo(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var Do=function(){return Do=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Do.apply(this,arguments)};function Ho(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}function jo(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o["return"])&&n.call(o)}finally{if(i)throw i.error}}return a}function Ro(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}var zo=function(e){return{isEnabled:function(t){return e.some((function(e){return!!t[e]}))}}},No={measureLayout:zo(["layout","layoutId","drag","_layoutResetTransform"]),animation:zo(["animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag"]),exit:zo(["exit"]),drag:zo(["drag","dragControls"]),focus:zo(["whileFocus"]),hover:zo(["whileHover","onHoverStart","onHoverEnd"]),tap:zo(["whileTap","onTap","onTapStart","onTapCancel"]),pan:zo(["onPan","onPanStart","onPanSessionStart","onPanEnd"]),layoutAnimation:zo(["layout","layoutId"])};var Io=l({strict:!1}),$o=Object.keys(No),Go=$o.length;var Zo=l({transformPagePoint:function(e){return e},isStatic:!1}),Wo=l({});var Yo=l(null);function qo(e){var t=s(null);return null===t.current&&(t.current=e()),t.current}function Xo(){var e=u(Yo);if(null===e)return[!0,null];var t=e.isPresent,n=e.onExitComplete,r=e.register,i=Qo();a((function(){return r(i)}),[]);return!t&&n?[!1,function(){return null==n?void 0:n(i)}]:[!0]}var Ko=0,Jo=function(){return Ko++},Qo=function(){return qo(Jo)},ea=l(null),ta="undefined"!=typeof window,na=ta?o:a;function ra(e,t,n,r){var i=u(Zo),o=u(Io),l=u(Wo).visualElement,c=u(Yo),f=function(e){var t=e.layoutId,n=u(ea);return n&&void 0!==t?n+"-"+t:t}(n),p=s(void 0);r||(r=o.renderer),!p.current&&r&&(p.current=r(e,{visualState:t,parent:l,props:Do(Do({},n),{layoutId:f}),presenceId:null==c?void 0:c.id,blockInitialAnimation:!1===(null==c?void 0:c.initial)}));var d=p.current;return na((function(){var e;d&&(d.setProps(Do(Do(Do({},i),n),{layoutId:f})),d.isPresent=null===(e=c)||e.isPresent,d.isPresenceRoot=!l||l.presenceId!==(null==c?void 0:c.id),d.syncRender())})),a((function(){var e;d&&(null===(e=d.animationState)||void 0===e||e.animateChanges())})),na((function(){return function(){return null==d?void 0:d.notifyUnmount()}}),[]),d}function ia(e){return"object"==typeof e&&Object.prototype.hasOwnProperty.call(e,"current")}function oa(e){return Array.isArray(e)}function aa(e){return"string"==typeof e||oa(e)}function sa(e,t,n,r,i){var o;return void 0===r&&(r={}),void 0===i&&(i={}),"string"==typeof t&&(t=null===(o=e.variants)||void 0===o?void 0:o[t]),"function"==typeof t?t(null!=n?n:e.custom,r,i):t}function la(e,t,n){var r=e.getProps();return sa(r,t,null!=n?n:r.custom,function(e){var t={};return e.forEachValue((function(e,n){return t[n]=e.get()})),t}(e),function(e){var t={};return e.forEachValue((function(e,n){return t[n]=e.getVelocity()})),t}(e))}function ua(e){var t;return"function"==typeof(null===(t=e.animate)||void 0===t?void 0:t.start)||aa(e.initial)||aa(e.animate)||aa(e.whileHover)||aa(e.whileDrag)||aa(e.whileTap)||aa(e.whileFocus)||aa(e.exit)}function ca(e){return Boolean(ua(e)||e.variants)}function fa(e,t){var n=function(e,t){if(ua(e)){var n=e.initial,r=e.animate;return{initial:!1===n||aa(n)?n:void 0,animate:aa(r)?r:void 0}}return!1!==e.inherit?t:{}}(e,u(Wo)),r=n.initial,i=n.animate;return f((function(){return{initial:r,animate:i}}),t?[pa(r),pa(i)]:[])}function pa(e){return Array.isArray(e)?e.join(" "):e}function da(t){var r=t.preloadedFeatures,i=t.createVisualElement,o=t.useRender,a=t.useVisualState,s=t.Component;return r&&function(e){for(var t in e){var n=e[t];null!==n&&(No[t].Component=n)}}(r),n((function(t,n){var r=u(Zo).isStatic,l=null,f=fa(t,r),p=a(t,r);return!r&&ta&&(f.visualElement=ra(s,p,t,i),l=function(t,n,r){var i=[];if(u(Io),!n)return null;for(var o=0;o<Go;o++){var a=$o[o],s=No[a],l=s.isEnabled,c=s.Component;l(t)&&c&&i.push(e.createElement(c,Do({key:a},t,{visualElement:n})))}return i}(t,f.visualElement)),e.createElement(e.Fragment,null,e.createElement(Wo.Provider,{value:f},o(s,t,function(e,t,n){return c((function(r){var i;r&&(null===(i=e.mount)||void 0===i||i.call(e,r)),t&&(r?t.mount(r):t.unmount()),n&&("function"==typeof n?n(r):ia(n)&&(n.current=r))}),[t])}(p,f.visualElement,n),p,r)),l)}))}function ma(e){function t(t,n){return void 0===n&&(n={}),da(e(t,n))}var n=new Map;return new Proxy(t,{get:function(e,r){return n.has(r)||n.set(r,t(r)),n.get(r)}})}var ha=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","svg","switch","symbol","text","tspan","use","view"];function ya(e){return"string"==typeof e&&!e.includes("-")&&!!(ha.indexOf(e)>-1||/[A-Z]/.test(e))}var ga={};var va=["","X","Y","Z"],Ea=["transformPerspective","x","y","z"];function ba(e,t){return Ea.indexOf(e)-Ea.indexOf(t)}["translate","scale","rotate","skew"].forEach((function(e){return va.forEach((function(t){return Ea.push(e+t)}))}));var Ca=new Set(Ea);function xa(e){return Ca.has(e)}var _a=new Set(["originX","originY","originZ"]);function Oa(e){return _a.has(e)}function wa(e,t){var n=t.layout,r=t.layoutId;return xa(e)||Oa(e)||(n||void 0!==r)&&(!!ga[e]||"opacity"===e)}var Ta=function(e){return null!==e&&"object"==typeof e&&e.getVelocity},ka={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"};function Sa(e){return e.startsWith("--")}var Ma=function(e,t){return t&&"number"==typeof e?t.transform(e):e},Aa=function(e,t){return function(n){return Math.max(Math.min(n,t),e)}},La=function(e){return e%1?Number(e.toFixed(5)):e},Ua=/(-)?([\d]*\.?[\d])+/g,Pa=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))/gi,Fa=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))$/i;function Va(e){return"string"==typeof e}var Ba={test:function(e){return"number"==typeof e},parse:parseFloat,transform:function(e){return e}},Da=Do(Do({},Ba),{transform:Aa(0,1)}),Ha=Do(Do({},Ba),{default:1}),ja=function(e){return{test:function(t){return Va(t)&&t.endsWith(e)&&1===t.split(" ").length},parse:parseFloat,transform:function(t){return""+t+e}}},Ra=ja("deg"),za=ja("%"),Na=ja("px"),Ia=ja("vh"),$a=ja("vw"),Ga=Do(Do({},za),{parse:function(e){return za.parse(e)/100},transform:function(e){return za.transform(100*e)}}),Za=function(e,t){return function(n){return Boolean(Va(n)&&Fa.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t))}},Wa=function(e,t,n){return function(r){var i;if(!Va(r))return r;var o=r.match(Ua),a=o[0],s=o[1],l=o[2],u=o[3];return(i={})[e]=parseFloat(a),i[t]=parseFloat(s),i[n]=parseFloat(l),i.alpha=void 0!==u?parseFloat(u):1,i}},Ya={test:Za("hsl","hue"),parse:Wa("hue","saturation","lightness"),transform:function(e){var t=e.hue,n=e.saturation,r=e.lightness,i=e.alpha,o=void 0===i?1:i;return"hsla("+Math.round(t)+", "+za.transform(La(n))+", "+za.transform(La(r))+", "+La(Da.transform(o))+")"}},qa=Aa(0,255),Xa=Do(Do({},Ba),{transform:function(e){return Math.round(qa(e))}}),Ka={test:Za("rgb","red"),parse:Wa("red","green","blue"),transform:function(e){var t=e.red,n=e.green,r=e.blue,i=e.alpha,o=void 0===i?1:i;return"rgba("+Xa.transform(t)+", "+Xa.transform(n)+", "+Xa.transform(r)+", "+La(Da.transform(o))+")"}};var Ja={test:Za("#"),parse:function(e){var t="",n="",r="",i="";return e.length>5?(t=e.substr(1,2),n=e.substr(3,2),r=e.substr(5,2),i=e.substr(7,2)):(t=e.substr(1,1),n=e.substr(2,1),r=e.substr(3,1),i=e.substr(4,1),t+=t,n+=n,r+=r,i+=i),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}},transform:Ka.transform},Qa={test:function(e){return Ka.test(e)||Ja.test(e)||Ya.test(e)},parse:function(e){return Ka.test(e)?Ka.parse(e):Ya.test(e)?Ya.parse(e):Ja.parse(e)},transform:function(e){return Va(e)?e:e.hasOwnProperty("red")?Ka.transform(e):Ya.transform(e)}},es="${c}",ts="${n}";function ns(e){var t=[],n=0,r=e.match(Pa);r&&(n=r.length,e=e.replace(Pa,es),t.push.apply(t,r.map(Qa.parse)));var i=e.match(Ua);return i&&(e=e.replace(Ua,ts),t.push.apply(t,i.map(Ba.parse))),{values:t,numColors:n,tokenised:e}}function rs(e){return ns(e).values}function is(e){var t=ns(e),n=t.values,r=t.numColors,i=t.tokenised,o=n.length;return function(e){for(var t=i,n=0;n<o;n++)t=t.replace(n<r?es:ts,n<r?Qa.transform(e[n]):La(e[n]));return t}}var os=function(e){return"number"==typeof e?0:e};var as={test:function(e){var t,n,r,i;return isNaN(e)&&Va(e)&&(null!==(n=null===(t=e.match(Ua))||void 0===t?void 0:t.length)&&void 0!==n?n:0)+(null!==(i=null===(r=e.match(Pa))||void 0===r?void 0:r.length)&&void 0!==i?i:0)>0},parse:rs,createTransformer:is,getAnimatableNone:function(e){var t=rs(e);return is(e)(t.map(os))}},ss=new Set(["brightness","contrast","saturate","opacity"]);function ls(e){var t=e.slice(0,-1).split("("),n=t[0],r=t[1];if("drop-shadow"===n)return e;var i=(r.match(Ua)||[])[0];if(!i)return e;var o=r.replace(i,""),a=ss.has(n)?1:0;return i!==r&&(a*=100),n+"("+a+o+")"}var us=/([a-z-]*)\(.*?\)/g,cs=Do(Do({},as),{getAnimatableNone:function(e){var t=e.match(us);return t?t.map(ls).join(" "):e}}),fs=Do(Do({},Ba),{transform:Math.round}),ps={borderWidth:Na,borderTopWidth:Na,borderRightWidth:Na,borderBottomWidth:Na,borderLeftWidth:Na,borderRadius:Na,radius:Na,borderTopLeftRadius:Na,borderTopRightRadius:Na,borderBottomRightRadius:Na,borderBottomLeftRadius:Na,width:Na,maxWidth:Na,height:Na,maxHeight:Na,size:Na,top:Na,right:Na,bottom:Na,left:Na,padding:Na,paddingTop:Na,paddingRight:Na,paddingBottom:Na,paddingLeft:Na,margin:Na,marginTop:Na,marginRight:Na,marginBottom:Na,marginLeft:Na,rotate:Ra,rotateX:Ra,rotateY:Ra,rotateZ:Ra,scale:Ha,scaleX:Ha,scaleY:Ha,scaleZ:Ha,skew:Ra,skewX:Ra,skewY:Ra,distance:Na,translateX:Na,translateY:Na,translateZ:Na,x:Na,y:Na,z:Na,perspective:Na,transformPerspective:Na,opacity:Da,originX:Ga,originY:Ga,originZ:Na,zIndex:fs,fillOpacity:Da,strokeOpacity:Da,numOctaves:fs};function ds(e,t,n,r,i,o,a,s){var l,u=e.style,c=e.vars,f=e.transform,p=e.transformKeys,d=e.transformOrigin;p.length=0;var m=!1,h=!1,y=!0;for(var g in t){var v=t[g];if(Sa(g))c[g]=v;else{var E=ps[g],b=Ma(v,E);if(xa(g)){if(m=!0,f[g]=b,p.push(g),!y)continue;v!==(null!==(l=E.default)&&void 0!==l?l:0)&&(y=!1)}else if(Oa(g))d[g]=b,h=!0;else if((null==n?void 0:n.isHydrated)&&(null==r?void 0:r.isHydrated)&&ga[g]){var C=ga[g].process(v,r,n),x=ga[g].applyTo;if(x)for(var _=x.length,O=0;O<_;O++)u[x[O]]=C;else u[g]=C}else u[g]=b}}r&&n&&a&&s?(u.transform=a(r.deltaFinal,r.treeScale,m?f:void 0),o&&(u.transform=o(f,u.transform)),u.transformOrigin=s(r)):(m&&(u.transform=function(e,t,n,r){var i=e.transform,o=e.transformKeys,a=t.enableHardwareAcceleration,s=void 0===a||a,l=t.allowTransformNone,u=void 0===l||l,c="";o.sort(ba);for(var f=!1,p=o.length,d=0;d<p;d++){var m=o[d];c+=(ka[m]||m)+"("+i[m]+") ","z"===m&&(f=!0)}return!f&&s?c+="translateZ(0)":c=c.trim(),r?c=r(i,n?"":c):u&&n&&(c="none"),c}(e,i,y,o)),h&&(u.transformOrigin=function(e){var t=e.originX,n=void 0===t?"50%":t,r=e.originY,i=void 0===r?"50%":r,o=e.originZ;return n+" "+i+" "+(void 0===o?0:o)}(d)))}var ms=function(){return{style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}}};function hs(e,t,n){for(var r in t)Ta(t[r])||wa(r,n)||(e[r]=t[r])}function ys(e,t,n){var r={};return hs(r,e.style||{},e),Object.assign(r,function(e,t,n){var r=e.transformTemplate;return f((function(){var e={style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}};ds(e,t,void 0,void 0,{enableHardwareAcceleration:!n},r);var i=e.style;return Do(Do({},e.vars),i)}),[t])}(e,t,n)),e.transformValues&&(r=e.transformValues(r)),r}function gs(e,t,n){var r={},i=ys(e,t,n);return Boolean(e.drag)&&(r.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=!0===e.drag?"none":"pan-"+("x"===e.drag?"y":"x")),r.style=i,r}var vs=new Set(["initial","animate","exit","style","variants","transition","transformTemplate","transformValues","custom","inherit","layout","layoutId","_layoutResetTransform","onLayoutAnimationComplete","onViewportBoxUpdate","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","drag","dragControls","dragListener","dragConstraints","dragDirectionLock","_dragX","_dragY","dragElastic","dragMomentum","dragPropagation","dragTransition","whileDrag","onPan","onPanStart","onPanEnd","onPanSessionStart","onTap","onTapStart","onTapCancel","onHoverStart","onHoverEnd","whileFocus","whileTap","whileHover"]);function Es(e){return vs.has(e)}var bs=function(e){return!Es(e)};try{var Cs=require("@emotion/is-prop-valid").default;bs=function(e){return e.startsWith("on")?!Es(e):Cs(e)}}catch(e){}function xs(e,t,n){return"string"==typeof e?e:Na.transform(t+n*e)}var _s=function(e,t){return Na.transform(e*t)},Os={offset:"stroke-dashoffset",array:"stroke-dasharray"},ws={offset:"strokeDashoffset",array:"strokeDasharray"};function Ts(e,t,n,r,i,o,a,s){var l=t.attrX,u=t.attrY,c=t.originX,f=t.originY,p=t.pathLength,d=t.pathSpacing,m=void 0===d?1:d,h=t.pathOffset,y=void 0===h?0:h;ds(e,Ho(t,["attrX","attrY","originX","originY","pathLength","pathSpacing","pathOffset"]),n,r,i,o,a,s),e.attrs=e.style,e.style={};var g=e.attrs,v=e.style,E=e.dimensions,b=e.totalPathLength;g.transform&&(E&&(v.transform=g.transform),delete g.transform),E&&(void 0!==c||void 0!==f||v.transform)&&(v.transformOrigin=function(e,t,n){return xs(t,e.x,e.width)+" "+xs(n,e.y,e.height)}(E,void 0!==c?c:.5,void 0!==f?f:.5)),void 0!==l&&(g.x=l),void 0!==u&&(g.y=u),void 0!==b&&void 0!==p&&function(e,t,n,r,i,o){void 0===r&&(r=1),void 0===i&&(i=0),void 0===o&&(o=!0);var a=o?Os:ws;e[a.offset]=_s(-i,t);var s=_s(n,t),l=_s(r,t);e[a.array]=s+" "+l}(g,b,p,m,y,!1)}var ks=function(){return Do(Do({},{style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}}),{attrs:{}})};function Ss(e,t){var n=f((function(){var n=ks();return Ts(n,t,void 0,void 0,{enableHardwareAcceleration:!1},e.transformTemplate),Do(Do({},n.attrs),{style:Do({},n.style)})}),[t]);if(e.style){var r={};hs(r,e.style,e),n.style=Do(Do({},r),n.style)}return n}function Ms(e){void 0===e&&(e=!1);return function(t,n,r,i,o){var a=i.latestValues,s=(ya(t)?Ss:gs)(n,a,o),l=function(e,t,n){var r={};for(var i in e)(bs(i)||!0===n&&Es(i)||!t&&!Es(i))&&(r[i]=e[i]);return r}(n,"string"==typeof t,e),u=Do(Do(Do({},l),s),{ref:r});return p(t,u)}}var As=/([a-z])([A-Z])/g,Ls="$1-$2",Us=function(e){return e.replace(As,Ls).toLowerCase()};function Ps(e,t){var n=t.style,r=t.vars;for(var i in Object.assign(e.style,n),r)e.style.setProperty(i,r[i])}var Fs=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform"]);function Vs(e,t){for(var n in Ps(e,t),t.attrs)e.setAttribute(Fs.has(n)?n:Us(n),t.attrs[n])}function Bs(e){var t=e.style,n={};for(var r in t)(Ta(t[r])||wa(r,e))&&(n[r]=t[r]);return n}function Ds(e){var t=Bs(e);for(var n in e){if(Ta(e[n]))t["x"===n||"y"===n?"attr"+n.toUpperCase():n]=e[n]}return t}function Hs(e){return"object"==typeof e&&"function"==typeof e.start}var js=function(e){return Array.isArray(e)},Rs=function(e){return js(e)?e[e.length-1]||0:e};function zs(e){var t=Ta(e)?e.get():e;return function(e){return Boolean(e&&"object"==typeof e&&e.mix&&e.toValue)}(t)?t.toValue():t}function Ns(e,t,n,r){var i=e.scrapeMotionValuesFromProps,o=e.createRenderState,a=e.onMount,s={latestValues:$s(t,n,r,i),renderState:o()};return a&&(s.mount=function(e){return a(t,e,s)}),s}var Is=function(e){return function(t,n){var r=u(Wo),i=u(Yo);return n?Ns(e,t,r,i):qo((function(){return Ns(e,t,r,i)}))}};function $s(e,t,n,r){var i={},o=!1===(null==n?void 0:n.initial),a=r(e);for(var s in a)i[s]=zs(a[s]);var l=e.initial,u=e.animate,c=ua(e),f=ca(e);t&&f&&!c&&!1!==e.inherit&&(null!=l||(l=t.initial),null!=u||(u=t.animate));var p=o||!1===l?u:l;p&&"boolean"!=typeof p&&!Hs(p)&&(Array.isArray(p)?p:[p]).forEach((function(t){var n=sa(e,t);if(n){var r=n.transitionEnd;n.transition;var o=Ho(n,["transitionEnd","transition"]);for(var a in o)i[a]=o[a];for(var a in r)i[a]=r[a]}}));return i}var Gs={useVisualState:Is({scrapeMotionValuesFromProps:Ds,createRenderState:ks,onMount:function(e,t,n){var r=n.renderState,i=n.latestValues;try{r.dimensions="function"==typeof t.getBBox?t.getBBox():t.getBoundingClientRect()}catch(e){r.dimensions={x:0,y:0,width:0,height:0}}"path"===t.tagName&&(r.totalPathLength=t.getTotalLength()),Ts(r,i,void 0,void 0,{enableHardwareAcceleration:!1},e.transformTemplate),Vs(t,r)}})};var Zs,Ws={useVisualState:Is({scrapeMotionValuesFromProps:Bs,createRenderState:ms})};function Ys(e,t,n,r){var i=t.forwardMotionProps,o=void 0!==i&&i,a=ya(e)?Gs:Ws;return Do(Do({},a),{preloadedFeatures:n,useRender:Ms(o),createVisualElement:r,Component:e})}function qs(e,t,n,r){return e.addEventListener(t,n,r),function(){return e.removeEventListener(t,n,r)}}function Xs(e,t,n,r){a((function(){var i=e.current;if(n&&i)return qs(i,t,n,r)}),[e,t,n,r])}function Ks(e){return"undefined"!=typeof PointerEvent&&e instanceof PointerEvent?!("mouse"!==e.pointerType):e instanceof MouseEvent}function Js(e){return!!e.touches}!function(e){e["Animate"]="animate",e["Hover"]="whileHover",e["Tap"]="whileTap",e["Drag"]="whileDrag",e["Focus"]="whileFocus",e["Exit"]="exit"}(Zs||(Zs={}));var Qs={pageX:0,pageY:0};function el(e,t){void 0===t&&(t="page");var n=e.touches[0]||e.changedTouches[0]||Qs;return{x:n[t+"X"],y:n[t+"Y"]}}function tl(e,t){return void 0===t&&(t="page"),{x:e[t+"X"],y:e[t+"Y"]}}function nl(e,t){return void 0===t&&(t="page"),{point:Js(e)?el(e,t):tl(e,t)}}var rl=function(e,t){void 0===t&&(t=!1);var n=function(t){return e(t,nl(t))};return t?function(e){return function(t){var n=t instanceof MouseEvent;(!n||n&&0===t.button)&&e(t)}}(n):n},il={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},ol={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"};function al(e){return ta&&null===window.onpointerdown?e:ta&&null===window.ontouchstart?ol[e]:ta&&null===window.onmousedown?il[e]:e}function sl(e,t,n,r){return qs(e,al(t),rl(n,"pointerdown"===t),r)}function ll(e,t,n,r){return Xs(e,al(t),n&&rl(n,"pointerdown"===t),r)}function ul(e){var t=null;return function(){return null===t&&(t=e,function(){t=null})}}var cl=ul("dragHorizontal"),fl=ul("dragVertical");function pl(e){var t=!1;if("y"===e)t=fl();else if("x"===e)t=cl();else{var n=cl(),r=fl();n&&r?t=function(){n(),r()}:(n&&n(),r&&r())}return t}function dl(){var e=pl(!0);return!e||(e(),!1)}function ml(e,t,n){return function(r,i){var o;Ks(r)&&!dl()&&(null==n||n(r,i),null===(o=e.animationState)||void 0===o||o.setActive(Zs.Hover,t))}}var hl=function(e,t){return!!t&&(e===t||hl(e,t.parentElement))};function yl(e){return a((function(){return function(){return e()}}),[])}var gl=function(e,t,n){return Math.min(Math.max(n,e),t)},vl=.001,El=.01,bl=10,Cl=.05,xl=1;function _l(e){var t,n,r=e.duration,i=void 0===r?800:r,o=e.bounce,a=void 0===o?.25:o,s=e.velocity,l=void 0===s?0:s,u=e.mass,c=void 0===u?1:u,f=1-a;f=gl(Cl,xl,f),i=gl(El,bl,i/1e3),f<1?(t=function(e){var t=e*f,n=t*i,r=t-l,o=wl(e,f),a=Math.exp(-n);return vl-r/o*a},n=function(e){var n=e*f*i,r=n*l+l,o=Math.pow(f,2)*Math.pow(e,2)*i,a=Math.exp(-n),s=wl(Math.pow(e,2),f);return(-t(e)+vl>0?-1:1)*((r-o)*a)/s}):(t=function(e){var t=Math.exp(-e*i);return-vl+t*((e-l)*i+1)},n=function(e){return Math.exp(-e*i)*((l-e)*(i*i))});var p=function(e,t,n){for(var r=n,i=1;i<Ol;i++)r-=e(r)/t(r);return r}(t,n,5/i);if(i*=1e3,isNaN(p))return{stiffness:100,damping:10,duration:i};var d=Math.pow(p,2)*c;return{stiffness:d,damping:2*f*Math.sqrt(c*d),duration:i}}var Ol=12;function wl(e,t){return e*Math.sqrt(1-t*t)}var Tl=["duration","bounce"],kl=["stiffness","damping","mass"];function Sl(e,t){return t.some((function(t){return void 0!==e[t]}))}function Ml(e){var t=e.from,n=void 0===t?0:t,r=e.to,i=void 0===r?1:r,o=e.restSpeed,a=void 0===o?2:o,s=e.restDelta,l=Ho(e,["from","to","restSpeed","restDelta"]),u={done:!1,value:n},c=function(e){var t=Do({velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1},e);if(!Sl(e,kl)&&Sl(e,Tl)){var n=_l(e);(t=Do(Do(Do({},t),n),{velocity:0,mass:1})).isResolvedFromDuration=!0}return t}(l),f=c.stiffness,p=c.damping,d=c.mass,m=c.velocity,h=c.duration,y=c.isResolvedFromDuration,g=Al,v=Al;function E(){var e=m?-m/1e3:0,t=i-n,r=p/(2*Math.sqrt(f*d)),o=Math.sqrt(f/d)/1e3;if(null!=s||(s=Math.abs(i-n)<=1?.01:.4),r<1){var a=wl(o,r);g=function(n){var s=Math.exp(-r*o*n);return i-s*((e+r*o*t)/a*Math.sin(a*n)+t*Math.cos(a*n))},v=function(n){var i=Math.exp(-r*o*n);return r*o*i*(Math.sin(a*n)*(e+r*o*t)/a+t*Math.cos(a*n))-i*(Math.cos(a*n)*(e+r*o*t)-a*t*Math.sin(a*n))}}else if(1===r)g=function(n){return i-Math.exp(-o*n)*(t+(e+o*t)*n)};else{var l=o*Math.sqrt(r*r-1);g=function(n){var a=Math.exp(-r*o*n),s=Math.min(l*n,300);return i-a*((e+r*o*t)*Math.sinh(s)+l*t*Math.cosh(s))/l}}}return E(),{next:function(e){var t=g(e);if(y)u.done=e>=h;else{var n=1e3*v(e),r=Math.abs(n)<=a,o=Math.abs(i-t)<=s;u.done=r&&o}return u.value=u.done?i:t,u},flipTarget:function(){var e;m=-m,n=(e=[i,n])[0],i=e[1],E()}}}Ml.needsInterpolation=function(e,t){return"string"==typeof e||"string"==typeof t};var Al=function(e){return 0},Ll=function(e,t,n){var r=t-e;return 0===r?1:(n-e)/r},Ul=function(e,t,n){return-n*e+n*t+e},Pl=function(e,t,n){var r=e*e,i=t*t;return Math.sqrt(Math.max(0,n*(i-r)+r))},Fl=[Ja,Ka,Ya],Vl=function(e){return Fl.find((function(t){return t.test(e)}))},Bl=function(e,t){var n=Vl(e),r=Vl(t);n.transform,r.transform;var i=n.parse(e),o=r.parse(t),a=Do({},i),s=n===Ya?Ul:Pl;return function(e){for(var t in a)"alpha"!==t&&(a[t]=s(i[t],o[t],e));return a.alpha=Ul(i.alpha,o.alpha,e),n.transform(a)}},Dl=function(e){return"number"==typeof e},Hl=function(e,t){return function(n){return t(e(n))}},jl=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.reduce(Hl)};function Rl(e,t){return Dl(e)?function(n){return Ul(e,t,n)}:Qa.test(e)?Bl(e,t):$l(e,t)}var zl=function(e,t){var n=Ro([],e),r=n.length,i=e.map((function(e,n){return Rl(e,t[n])}));return function(e){for(var t=0;t<r;t++)n[t]=i[t](e);return n}},Nl=function(e,t){var n=Do(Do({},e),t),r={};for(var i in n)void 0!==e[i]&&void 0!==t[i]&&(r[i]=Rl(e[i],t[i]));return function(e){for(var t in r)n[t]=r[t](e);return n}};function Il(e){for(var t=as.parse(e),n=t.length,r=0,i=0,o=0,a=0;a<n;a++)r||"number"==typeof t[a]?r++:void 0!==t[a].hue?o++:i++;return{parsed:t,numNumbers:r,numRGB:i,numHSL:o}}var $l=function(e,t){var n=as.createTransformer(t),r=Il(e),i=Il(t);return jl(zl(r.parsed,i.parsed),n)},Gl=function(e,t){return function(n){return Ul(e,t,n)}};function Zl(e,t,n){for(var r=[],i=n||function(e){return"number"==typeof e?Gl:"string"==typeof e?Qa.test(e)?Bl:$l:Array.isArray(e)?zl:"object"==typeof e?Nl:void 0}(e[0]),o=e.length-1,a=0;a<o;a++){var s=i(e[a],e[a+1]);if(t){var l=Array.isArray(t)?t[a]:t;s=jl(l,s)}r.push(s)}return r}function Wl(e,t,n){var r=void 0===n?{}:n,i=r.clamp,o=void 0===i||i,a=r.ease,s=r.mixer,l=e.length;t.length,!a||!Array.isArray(a)||a.length,e[0]>e[l-1]&&(e=[].concat(e),t=[].concat(t),e.reverse(),t.reverse());var u=Zl(t,a,s),c=2===l?function(e,t){var n=e[0],r=e[1],i=t[0];return function(e){return i(Ll(n,r,e))}}(e,u):function(e,t){var n=e.length,r=n-1;return function(i){var o=0,a=!1;if(i<=e[0]?a=!0:i>=e[r]&&(o=r-1,a=!0),!a){for(var s=1;s<n&&!(e[s]>i||s===r);s++);o=s-1}var l=Ll(e[o],e[o+1],i);return t[o](l)}}(e,u);return o?function(t){return c(gl(e[0],e[l-1],t))}:c}var Yl,ql=function(e){return function(t){return 1-e(1-t)}},Xl=function(e){return function(t){return t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2}},Kl=function(e){return function(t){return t*t*((e+1)*t-e)}},Jl=1.525,Ql=4/11,eu=8/11,tu=9/10,nu=function(e){return e},ru=(Yl=2,function(e){return Math.pow(e,Yl)}),iu=ql(ru),ou=Xl(ru),au=function(e){return 1-Math.sin(Math.acos(e))},su=ql(au),lu=Xl(su),uu=Kl(Jl),cu=ql(uu),fu=Xl(uu),pu=function(e){var t=Kl(e);return function(e){return(e*=2)<1?.5*t(e):.5*(2-Math.pow(2,-10*(e-1)))}}(Jl),du=4356/361,mu=35442/1805,hu=16061/1805,yu=function(e){if(1===e||0===e)return e;var t=e*e;return e<Ql?7.5625*t:e<eu?9.075*t-9.9*e+3.4:e<tu?du*t-mu*e+hu:10.8*e*e-20.52*e+10.72},gu=ql(yu);function vu(e,t){return e.map((function(){return t||ou})).splice(0,e.length-1)}function Eu(e){var t=e.from,n=void 0===t?0:t,r=e.to,i=void 0===r?1:r,o=e.ease,a=e.offset,s=e.duration,l=void 0===s?300:s,u={done:!1,value:n},c=Array.isArray(i)?i:[n,i],f=function(e,t){return e.map((function(e){return e*t}))}(a&&a.length===c.length?a:function(e){var t=e.length;return e.map((function(e,n){return 0!==n?n/(t-1):0}))}(c),l);function p(){return Wl(f,c,{ease:Array.isArray(o)?o:vu(c,o)})}var d=p();return{next:function(e){return u.value=d(e),u.done=e>=l,u},flipTarget:function(){c.reverse(),d=p()}}}var bu={keyframes:Eu,spring:Ml,decay:function(e){var t=e.velocity,n=void 0===t?0:t,r=e.from,i=void 0===r?0:r,o=e.power,a=void 0===o?.8:o,s=e.timeConstant,l=void 0===s?350:s,u=e.restDelta,c=void 0===u?.5:u,f=e.modifyTarget,p={done:!1,value:i},d=a*n,m=i+d,h=void 0===f?m:f(m);return h!==m&&(d=h-i),{next:function(e){var t=-d*Math.exp(-e/l);return p.done=!(t>c||t<-c),p.value=p.done?h:h+t,p},flipTarget:function(){}}}};var Cu=1/60*1e3,xu="undefined"!=typeof performance?function(){return performance.now()}:function(){return Date.now()},_u="undefined"!=typeof window?function(e){return window.requestAnimationFrame(e)}:function(e){return setTimeout((function(){return e(xu())}),Cu)};var Ou=40,wu=!0,Tu=!1,ku=!1,Su={delta:0,timestamp:0},Mu=["read","update","preRender","render","postRender"],Au=Mu.reduce((function(e,t){return e[t]=function(e){var t=[],n=[],r=0,i=!1,o=new WeakSet,a={schedule:function(e,a,s){void 0===a&&(a=!1),void 0===s&&(s=!1);var l=s&&i,u=l?t:n;return a&&o.add(e),-1===u.indexOf(e)&&(u.push(e),l&&i&&(r=t.length)),e},cancel:function(e){var t=n.indexOf(e);-1!==t&&n.splice(t,1),o.delete(e)},process:function(s){var l;if(i=!0,t=(l=[n,t])[0],(n=l[1]).length=0,r=t.length)for(var u=0;u<r;u++){var c=t[u];c(s),o.has(c)&&(a.schedule(c),e())}i=!1}};return a}((function(){return Tu=!0})),e}),{}),Lu=Mu.reduce((function(e,t){var n=Au[t];return e[t]=function(e,t,r){return void 0===t&&(t=!1),void 0===r&&(r=!1),Tu||Bu(),n.schedule(e,t,r)},e}),{}),Uu=Mu.reduce((function(e,t){return e[t]=Au[t].cancel,e}),{}),Pu=Mu.reduce((function(e,t){return e[t]=function(){return Au[t].process(Su)},e}),{}),Fu=function(e){return Au[e].process(Su)},Vu=function(e){Tu=!1,Su.delta=wu?Cu:Math.max(Math.min(e-Su.timestamp,Ou),1),Su.timestamp=e,ku=!0,Mu.forEach(Fu),ku=!1,Tu&&(wu=!1,_u(Vu))},Bu=function(){Tu=!0,wu=!0,ku||_u(Vu)},Du=function(){return Su};function Hu(e,t,n){return void 0===n&&(n=0),e-t-n}var ju=function(e){var t=function(t){var n=t.delta;return e(n)};return{start:function(){return Lu.update(t,!0)},stop:function(){return Uu.update(t)}}};function Ru(e){var t,n,r,i,o,a=e.from,s=e.autoplay,l=void 0===s||s,u=e.driver,c=void 0===u?ju:u,f=e.elapsed,p=void 0===f?0:f,d=e.repeat,m=void 0===d?0:d,h=e.repeatType,y=void 0===h?"loop":h,g=e.repeatDelay,v=void 0===g?0:g,E=e.onPlay,b=e.onStop,C=e.onComplete,x=e.onRepeat,_=e.onUpdate,O=Ho(e,["from","autoplay","driver","elapsed","repeat","repeatType","repeatDelay","onPlay","onStop","onComplete","onRepeat","onUpdate"]),w=O.to,T=0,k=O.duration,S=!1,M=!0,A=function(e){if(Array.isArray(e.to))return Eu;if(bu[e.type])return bu[e.type];var t=new Set(Object.keys(e));return t.has("ease")||t.has("duration")&&!t.has("dampingRatio")?Eu:t.has("dampingRatio")||t.has("stiffness")||t.has("mass")||t.has("damping")||t.has("restSpeed")||t.has("restDelta")?Ml:Eu}(O);(null===(n=(t=A).needsInterpolation)||void 0===n?void 0:n.call(t,a,w))&&(o=Wl([0,100],[a,w],{clamp:!1}),a=0,w=100);var L=A(Do(Do({},O),{from:a,to:w}));function U(){T++,"reverse"===y?p=function(e,t,n,r){return void 0===n&&(n=0),void 0===r&&(r=!0),r?Hu(t+-e,t,n):t-(e-t)+n}(p,k,v,M=T%2==0):(p=Hu(p,k,v),"mirror"===y&&L.flipTarget()),S=!1,x&&x()}function P(e){if(M||(e=-e),p+=e,!S){var t=L.next(Math.max(0,p));i=t.value,o&&(i=o(i)),S=M?t.done:p<=0}null==_||_(i),S&&(0===T&&(null!=k||(k=p)),T<m?function(e,t,n,r){return r?e>=t+n:e<=-n}(p,k,v,M)&&U():(r.stop(),C&&C()))}return l&&(null==E||E(),(r=c(P)).start()),{stop:function(){null==b||b(),r.stop()}}}function zu(e,t){return t?e*(1e3/t):0}var Nu=function(e){return e.hasOwnProperty("x")&&e.hasOwnProperty("y")},Iu=function(e){return Nu(e)&&e.hasOwnProperty("z")},$u=function(e,t){return Math.abs(e-t)};function Gu(e,t){if(Dl(e)&&Dl(t))return $u(e,t);if(Nu(e)&&Nu(t)){var n=$u(e.x,t.x),r=$u(e.y,t.y),i=Iu(e)&&Iu(t)?$u(e.z,t.z):0;return Math.sqrt(Math.pow(n,2)+Math.pow(r,2)+Math.pow(i,2))}}var Zu=function(e,t){return 1-3*t+3*e},Wu=function(e,t){return 3*t-6*e},Yu=function(e){return 3*e},qu=function(e,t,n){return((Zu(t,n)*e+Wu(t,n))*e+Yu(t))*e},Xu=function(e,t,n){return 3*Zu(t,n)*e*e+2*Wu(t,n)*e+Yu(t)},Ku=1e-7,Ju=10;var Qu=8,ec=.001;var tc=11,nc=1/(tc-1);function rc(e,t,n,r){if(e===t&&n===r)return nu;for(var i=new Float32Array(tc),o=0;o<tc;++o)i[o]=qu(o*nc,e,n);function a(t){for(var r=0,o=1,a=tc-1;o!==a&&i[o]<=t;++o)r+=nc;--o;var s=r+(t-i[o])/(i[o+1]-i[o])*nc,l=Xu(s,e,n);return l>=ec?function(e,t,n,r){for(var i=0;i<Qu;++i){var o=Xu(t,n,r);if(0===o)return t;t-=(qu(t,n,r)-e)/o}return t}(t,s,e,n):0===l?s:function(e,t,n,r,i){var o,a,s=0;do{(o=qu(a=t+(n-t)/2,r,i)-e)>0?n=a:t=a}while(Math.abs(o)>Ku&&++s<Ju);return a}(t,r,r+nc,e,n)}return function(e){return 0===e||1===e?e:qu(a(e),t,r)}}var ic=function(e){return function(t){return e(t),null}},oc={tap:ic((function(e){var t=e.onTap,n=e.onTapStart,r=e.onTapCancel,i=e.whileTap,o=e.visualElement,a=t||n||r||i,l=s(!1),u=s(null);function c(){var e;null===(e=u.current)||void 0===e||e.call(u),u.current=null}function f(){var e;return c(),l.current=!1,null===(e=o.animationState)||void 0===e||e.setActive(Zs.Tap,!1),!dl()}function p(e,n){f()&&(hl(o.getInstance(),e.target)?null==t||t(e,n):null==r||r(e,n))}function d(e,t){f()&&(null==r||r(e,t))}ll(o,"pointerdown",a?function(e,t){var r;c(),l.current||(l.current=!0,u.current=jl(sl(window,"pointerup",p),sl(window,"pointercancel",d)),null==n||n(e,t),null===(r=o.animationState)||void 0===r||r.setActive(Zs.Tap,!0))}:void 0),yl(c)})),focus:ic((function(e){var t=e.whileFocus,n=e.visualElement;Xs(n,"focus",t?function(){var e;null===(e=n.animationState)||void 0===e||e.setActive(Zs.Focus,!0)}:void 0),Xs(n,"blur",t?function(){var e;null===(e=n.animationState)||void 0===e||e.setActive(Zs.Focus,!1)}:void 0)})),hover:ic((function(e){var t=e.onHoverStart,n=e.onHoverEnd,r=e.whileHover,i=e.visualElement;ll(i,"pointerenter",t||r?ml(i,!0,t):void 0),ll(i,"pointerleave",n||r?ml(i,!1,n):void 0)}))};function ac(e,t){if(!Array.isArray(t))return!1;var n=t.length;if(n!==e.length)return!1;for(var r=0;r<n;r++)if(t[r]!==e[r])return!1;return!0}var sc=function(e){return 1e3*e},lc={linear:nu,easeIn:ru,easeInOut:ou,easeOut:iu,circIn:au,circInOut:lu,circOut:su,backIn:uu,backInOut:fu,backOut:cu,anticipate:pu,bounceIn:gu,bounceInOut:function(e){return e<.5?.5*(1-yu(1-2*e)):.5*yu(2*e-1)+.5},bounceOut:yu},uc=function(e){if(Array.isArray(e)){e.length;var t=jo(e,4);return rc(t[0],t[1],t[2],t[3])}return"string"==typeof e?lc[e]:e},cc=function(e,t){return"zIndex"!==e&&(!("number"!=typeof t&&!Array.isArray(t))||!("string"!=typeof t||!as.test(t)||t.startsWith("url(")))},fc=function(){return{type:"spring",stiffness:500,damping:25,restDelta:.5,restSpeed:10}},pc=function(e){return{type:"spring",stiffness:550,damping:0===e?2*Math.sqrt(550):30,restDelta:.01,restSpeed:10}},dc=function(){return{type:"keyframes",ease:"linear",duration:.3}},mc=function(e){return{type:"keyframes",duration:.8,values:e}},hc={x:fc,y:fc,z:fc,rotate:fc,rotateX:fc,rotateY:fc,rotateZ:fc,scaleX:pc,scaleY:pc,scale:pc,opacity:dc,backgroundColor:dc,color:dc,default:pc},yc=Do(Do({},ps),{color:Qa,backgroundColor:Qa,outlineColor:Qa,fill:Qa,stroke:Qa,borderColor:Qa,borderTopColor:Qa,borderRightColor:Qa,borderBottomColor:Qa,borderLeftColor:Qa,filter:cs,WebkitFilter:cs}),gc=function(e){return yc[e]};function vc(e,t){var n,r=gc(e);return r!==cs&&(r=as),null===(n=r.getAnimatableNone)||void 0===n?void 0:n.call(r,t)}function Ec(e){var t=e.ease,n=e.times,r=e.yoyo,i=e.flip,o=e.loop,a=Ho(e,["ease","times","yoyo","flip","loop"]),s=Do({},a);return n&&(s["offset"]=n),a.duration&&(s["duration"]=sc(a.duration)),a.repeatDelay&&(s.repeatDelay=sc(a.repeatDelay)),t&&(s["ease"]=function(e){return Array.isArray(e)&&"number"!=typeof e[0]}(t)?t.map(uc):uc(t)),"tween"===a.type&&(s.type="keyframes"),(r||o||i)&&(r?s.repeatType="reverse":o?s.repeatType="loop":i&&(s.repeatType="mirror"),s.repeat=o||r||i||a.repeat),"spring"!==a.type&&(s.type="keyframes"),s}function bc(e,t,n){var r,i,o,a;return Array.isArray(t.to)&&(null!==(r=e.duration)&&void 0!==r||(e.duration=.8)),function(e){Array.isArray(e.to)&&null===e.to[0]&&(e.to=Ro([],jo(e.to)),e.to[0]=e.from)}(t),function(e){e.when,e.delay,e.delayChildren,e.staggerChildren,e.staggerDirection,e.repeat,e.repeatType,e.repeatDelay,e.from;var t=Ho(e,["when","delay","delayChildren","staggerChildren","staggerDirection","repeat","repeatType","repeatDelay","from"]);return!!Object.keys(t).length}(e)||(e=Do(Do({},e),(i=n,o=t.to,a=js(o)?mc:hc[i]||hc.default,Do({to:o},a(o))))),Do(Do({},t),Ec(e))}function Cc(e,t,n,r,i){var o,a=Oc(r,e),s=null!==(o=a.from)&&void 0!==o?o:t.get(),l=cc(e,n);return"none"===s&&l&&"string"==typeof n?s=vc(e,n):xc(s)&&"string"==typeof n?s=_c(n):!Array.isArray(n)&&xc(n)&&"string"==typeof s&&(n=_c(s)),cc(e,s)&&l&&!1!==a.type?function(){var r={from:s,to:n,velocity:t.getVelocity(),onComplete:i,onUpdate:function(e){return t.set(e)}};return"inertia"===a.type||"decay"===a.type?function(e){var t,n=e.from,r=void 0===n?0:n,i=e.velocity,o=void 0===i?0:i,a=e.min,s=e.max,l=e.power,u=void 0===l?.8:l,c=e.timeConstant,f=void 0===c?750:c,p=e.bounceStiffness,d=void 0===p?500:p,m=e.bounceDamping,h=void 0===m?10:m,y=e.restDelta,g=void 0===y?1:y,v=e.modifyTarget,E=e.driver,b=e.onUpdate,C=e.onComplete;function x(e){return void 0!==a&&e<a||void 0!==s&&e>s}function _(e){return void 0===a?s:void 0===s||Math.abs(a-e)<Math.abs(s-e)?a:s}function O(e){null==t||t.stop(),t=Ru(Do(Do({},e),{driver:E,onUpdate:function(t){var n;null==b||b(t),null===(n=e.onUpdate)||void 0===n||n.call(e,t)},onComplete:C}))}function w(e){O(Do({type:"spring",stiffness:d,damping:h,restDelta:g},e))}if(x(r))w({from:r,velocity:o,to:_(r)});else{var T=u*o+r;void 0!==v&&(T=v(T));var k,S,M=_(T),A=M===a?-1:1;O({type:"decay",from:r,velocity:o,timeConstant:f,power:u,restDelta:g,modifyTarget:v,onUpdate:x(T)?function(e){k=S,S=e,o=zu(e-k,Du().delta),(1===A&&e>M||-1===A&&e<M)&&w({from:e,to:M,velocity:o})}:void 0})}return{stop:function(){return null==t?void 0:t.stop()}}}(Do(Do({},r),a)):Ru(Do(Do({},bc(a,r,e)),{onUpdate:function(e){var t;r.onUpdate(e),null===(t=a.onUpdate)||void 0===t||t.call(a,e)},onComplete:function(){var e;r.onComplete(),null===(e=a.onComplete)||void 0===e||e.call(a)}}))}:function(){var e;return t.set(n),i(),null===(e=null==a?void 0:a.onComplete)||void 0===e||e.call(a),{stop:function(){}}}}function xc(e){return 0===e||"string"==typeof e&&0===parseFloat(e)&&-1===e.indexOf(" ")}function _c(e){return"number"==typeof e?0:vc("",e)}function Oc(e,t){return e[t]||e["default"]||e}function wc(e,t,n,r){return void 0===r&&(r={}),t.start((function(i){var o,a,s=Cc(e,t,n,r,i),l=function(e,t){var n;return null!==(n=(Oc(e,t)||{}).delay)&&void 0!==n?n:0}(r,e),u=function(){return a=s()};return l?o=setTimeout(u,sc(l)):u(),function(){clearTimeout(o),null==a||a.stop()}}))}var Tc=function(e){return/^\-?\d*\.?\d+$/.test(e)};function kc(e,t){-1===e.indexOf(t)&&e.push(t)}function Sc(e,t){var n=e.indexOf(t);n>-1&&e.splice(n,1)}var Mc=function(){function e(){this.subscriptions=[]}return e.prototype.add=function(e){var t=this;return kc(this.subscriptions,e),function(){return Sc(t.subscriptions,e)}},e.prototype.notify=function(e,t,n){var r=this.subscriptions.length;if(r)if(1===r)this.subscriptions[0](e,t,n);else for(var i=0;i<r;i++){var o=this.subscriptions[i];o&&o(e,t,n)}},e.prototype.getSize=function(){return this.subscriptions.length},e.prototype.clear=function(){this.subscriptions.length=0},e}(),Ac=function(){function e(e){var t,n=this;this.timeDelta=0,this.lastUpdated=0,this.updateSubscribers=new Mc,this.velocityUpdateSubscribers=new Mc,this.renderSubscribers=new Mc,this.canTrackVelocity=!1,this.updateAndNotify=function(e,t){void 0===t&&(t=!0),n.prev=n.current,n.current=e;var r=Du(),i=r.delta,o=r.timestamp;n.lastUpdated!==o&&(n.timeDelta=i,n.lastUpdated=o,Lu.postRender(n.scheduleVelocityCheck)),n.prev!==n.current&&n.updateSubscribers.notify(n.current),n.velocityUpdateSubscribers.getSize()&&n.velocityUpdateSubscribers.notify(n.getVelocity()),t&&n.renderSubscribers.notify(n.current)},this.scheduleVelocityCheck=function(){return Lu.postRender(n.velocityCheck)},this.velocityCheck=function(e){e.timestamp!==n.lastUpdated&&(n.prev=n.current,n.velocityUpdateSubscribers.notify(n.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=(t=this.current,!isNaN(parseFloat(t)))}return e.prototype.onChange=function(e){return this.updateSubscribers.add(e)},e.prototype.clearListeners=function(){this.updateSubscribers.clear()},e.prototype.onRenderRequest=function(e){return e(this.get()),this.renderSubscribers.add(e)},e.prototype.attach=function(e){this.passiveEffect=e},e.prototype.set=function(e,t){void 0===t&&(t=!0),t&&this.passiveEffect?this.passiveEffect(e,this.updateAndNotify):this.updateAndNotify(e,t)},e.prototype.get=function(){return this.current},e.prototype.getPrevious=function(){return this.prev},e.prototype.getVelocity=function(){return this.canTrackVelocity?zu(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0},e.prototype.start=function(e){var t=this;return this.stop(),new Promise((function(n){t.hasAnimated=!0,t.stopAnimation=e(n)})).then((function(){return t.clearAnimation()}))},e.prototype.stop=function(){this.stopAnimation&&this.stopAnimation(),this.clearAnimation()},e.prototype.isAnimating=function(){return!!this.stopAnimation},e.prototype.clearAnimation=function(){this.stopAnimation=null},e.prototype.destroy=function(){this.updateSubscribers.clear(),this.renderSubscribers.clear(),this.stop()},e}();function Lc(e){return new Ac(e)}var Uc=function(e){return function(t){return t.test(e)}},Pc=[Ba,Na,za,Ra,$a,Ia,{test:function(e){return"auto"===e},parse:function(e){return e}}],Fc=function(e){return Pc.find(Uc(e))},Vc=Ro(Ro([],jo(Pc)),[Qa,as]),Bc=function(e){return Vc.find(Uc(e))};function Dc(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,Lc(n))}function Hc(e,t,n){var r,i,o,a,s=Object.keys(t).filter((function(t){return!e.hasValue(t)})),l=s.length;if(l)for(var u=0;u<l;u++){var c=s[u],f=t[c],p=null;Array.isArray(f)&&(p=f[0]),null===p&&(p=null!==(i=null!==(r=n[c])&&void 0!==r?r:e.readValue(c))&&void 0!==i?i:t[c]),null!=p&&("string"==typeof p&&Tc(p)?p=parseFloat(p):!Bc(p)&&as.test(f)&&(p=vc(c,f)),e.addValue(c,Lc(p)),null!==(o=(a=n)[c])&&void 0!==o||(a[c]=p),e.setBaseTarget(c,p))}}function jc(e,t){if(t)return(t[e]||t["default"]||t).from}function Rc(e,t,n){var r,i,o={};for(var a in e)o[a]=null!==(r=jc(a,t))&&void 0!==r?r:null===(i=n.getValue(a))||void 0===i?void 0:i.get();return o}function zc(e,t,n){var r;void 0===n&&(n={});var i=la(e,t,n.custom),o=(i||{}).transition,a=void 0===o?e.getDefaultTransition()||{}:o;n.transitionOverride&&(a=n.transitionOverride);var s=i?function(){return Nc(e,i,n)}:function(){return Promise.resolve()},l=(null===(r=e.variantChildren)||void 0===r?void 0:r.size)?function(r){void 0===r&&(r=0);var i=a.delayChildren,o=void 0===i?0:i,s=a.staggerChildren,l=a.staggerDirection;return function(e,t,n,r,i,o){void 0===n&&(n=0);void 0===r&&(r=0);void 0===i&&(i=1);var a=[],s=(e.variantChildren.size-1)*r,l=1===i?function(e){return void 0===e&&(e=0),e*r}:function(e){return void 0===e&&(e=0),s-e*r};return Array.from(e.variantChildren).sort(Ic).forEach((function(e,r){a.push(zc(e,t,Do(Do({},o),{delay:n+l(r)})).then((function(){return e.notifyAnimationComplete(t)})))})),Promise.all(a)}(e,t,o+r,s,l,n)}:function(){return Promise.resolve()},u=a.when;if(u){var c=jo("beforeChildren"===u?[s,l]:[l,s],2),f=c[0],p=c[1];return f().then(p)}return Promise.all([s(),l(n.delay)])}function Nc(e,t,n){var r,i=void 0===n?{}:n,o=i.delay,a=void 0===o?0:o,s=i.transitionOverride,l=i.type,u=e.makeTargetAnimatable(t),c=u.transition,f=void 0===c?e.getDefaultTransition():c,p=u.transitionEnd,d=Ho(u,["transition","transitionEnd"]);s&&(f=s);var m=[],h=l&&(null===(r=e.animationState)||void 0===r?void 0:r.getState()[l]);for(var y in d){var g=e.getValue(y),v=d[y];if(!(!g||void 0===v||h&&$c(h,y))){var E=wc(y,g,v,Do({delay:a},f));m.push(E)}}return Promise.all(m).then((function(){p&&function(e,t){var n=la(e,t),r=n?e.makeTargetAnimatable(n,!1):{},i=r.transitionEnd,o=void 0===i?{}:i;r.transition;var a=Ho(r,["transitionEnd","transition"]);for(var s in a=Do(Do({},a),o))Dc(e,s,Rs(a[s]))}(e,p)}))}function Ic(e,t){return e.sortNodePosition(t)}function $c(e,t){var n=e.protectedKeys,r=e.needsAnimating,i=n.hasOwnProperty(t)&&!0!==r[t];return r[t]=!1,i}var Gc=[Zs.Animate,Zs.Hover,Zs.Tap,Zs.Drag,Zs.Focus,Zs.Exit],Zc=Ro([],jo(Gc)).reverse(),Wc=Gc.length;function Yc(e){return function(t){return Promise.all(t.map((function(t){var n=t.animation,r=t.options;return function(e,t,n){var r;if(void 0===n&&(n={}),e.notifyAnimationStart(),Array.isArray(t)){var i=t.map((function(t){return zc(e,t,n)}));r=Promise.all(i)}else if("string"==typeof t)r=zc(e,t,n);else{var o="function"==typeof t?la(e,t,n.custom):t;r=Nc(e,o,n)}return r.then((function(){return e.notifyAnimationComplete(t)}))}(e,n,r)})))}}function qc(e){var t,n=Yc(e),r=((t={})[Zs.Animate]=Xc(!0),t[Zs.Hover]=Xc(),t[Zs.Tap]=Xc(),t[Zs.Drag]=Xc(),t[Zs.Focus]=Xc(),t[Zs.Exit]=Xc(),t),i={},o=!0,a=function(t,n){var r=la(e,n);if(r){r.transition;var i=r.transitionEnd,o=Ho(r,["transition","transitionEnd"]);t=Do(Do(Do({},t),o),i)}return t};function s(t,s){for(var l,u=e.getProps(),c=e.getVariantContext(!0)||{},f=[],p=new Set,d={},m=1/0,h=function(n){var i=Zc[n],h=r[i],y=null!==(l=u[i])&&void 0!==l?l:c[i],g=aa(y),v=i===s?h.isActive:null;!1===v&&(m=n);var E=y===c[i]&&y!==u[i]&&g;if(E&&o&&e.manuallyAnimateOnMount&&(E=!1),h.protectedKeys=Do({},d),!h.isActive&&null===v||!y&&!h.prevProp||Hs(y)||"boolean"==typeof y)return"continue";var b=function(e,t){if("string"==typeof t)return t!==e;if(oa(t))return!ac(t,e);return!1}(h.prevProp,y)||i===s&&h.isActive&&!E&&g||n>m&&g,C=Array.isArray(y)?y:[y],x=C.reduce(a,{});!1===v&&(x={});var _=h.prevResolvedValues,O=void 0===_?{}:_,w=Do(Do({},O),x),T=function(e){b=!0,p.delete(e),h.needsAnimating[e]=!0};for(var k in w){var S=x[k],M=O[k];d.hasOwnProperty(k)||(S!==M?js(S)&&js(M)?ac(S,M)?h.protectedKeys[k]=!0:T(k):void 0!==S?T(k):p.add(k):void 0!==S&&p.has(k)?T(k):h.protectedKeys[k]=!0)}h.prevProp=y,h.prevResolvedValues=x,h.isActive&&(d=Do(Do({},d),x)),o&&e.blockInitialAnimation&&(b=!1),b&&!E&&f.push.apply(f,Ro([],jo(C.map((function(e){return{animation:e,options:Do({type:i},t)}})))))},y=0;y<Wc;y++)h(y);if(i=Do({},d),p.size){var g={};p.forEach((function(t){var n=e.getBaseTarget(t);void 0!==n&&(g[t]=n)})),f.push({animation:g})}var v=Boolean(f.length);return o&&!1===u.initial&&!e.manuallyAnimateOnMount&&(v=!1),o=!1,v?n(f):Promise.resolve()}return{isAnimated:function(e){return void 0!==i[e]},animateChanges:s,setActive:function(t,n,i){var o;return r[t].isActive===n?Promise.resolve():(null===(o=e.variantChildren)||void 0===o||o.forEach((function(e){var r;return null===(r=e.animationState)||void 0===r?void 0:r.setActive(t,n)})),r[t].isActive=n,s(i,t))},setAnimateFunction:function(t){n=t(e)},getState:function(){return r}}}function Xc(e){return void 0===e&&(e=!1),{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}var Kc={animation:ic((function(e){var t=e.visualElement,n=e.animate;t.animationState||(t.animationState=qc(t)),Hs(n)&&a((function(){return n.subscribe(t)}),[n])})),exit:ic((function(e){var t=e.custom,n=e.visualElement,r=jo(Xo(),2),i=r[0],o=r[1],s=u(Yo);a((function(){var e,r,a=null===(e=n.animationState)||void 0===e?void 0:e.setActive(Zs.Exit,!i,{custom:null!==(r=null==s?void 0:s.custom)&&void 0!==r?r:t});!i&&(null==a||a.then(o))}),[i])}))},Jc=function(){function e(e,t,n){var r=this,i=(void 0===n?{}:n).transformPagePoint;if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=function(){if(r.lastMoveEvent&&r.lastMoveEventInfo){var e=tf(r.lastMoveEventInfo,r.history),t=null!==r.startEvent,n=Gu(e.offset,{x:0,y:0})>=3;if(t||n){var i=e.point,o=Du().timestamp;r.history.push(Do(Do({},i),{timestamp:o}));var a=r.handlers,s=a.onStart,l=a.onMove;t||(s&&s(r.lastMoveEvent,e),r.startEvent=r.lastMoveEvent),l&&l(r.lastMoveEvent,e)}}},this.handlePointerMove=function(e,t){r.lastMoveEvent=e,r.lastMoveEventInfo=Qc(t,r.transformPagePoint),Ks(e)&&0===e.buttons?r.handlePointerUp(e,t):Lu.update(r.updatePoint,!0)},this.handlePointerUp=function(e,t){r.end();var n=r.handlers,i=n.onEnd,o=n.onSessionEnd,a=tf(Qc(t,r.transformPagePoint),r.history);r.startEvent&&i&&i(e,a),o&&o(e,a)},!(Js(e)&&e.touches.length>1)){this.handlers=t,this.transformPagePoint=i;var o=Qc(nl(e),this.transformPagePoint),a=o.point,s=Du().timestamp;this.history=[Do(Do({},a),{timestamp:s})];var l=t.onSessionStart;l&&l(e,tf(o,this.history)),this.removeListeners=jl(sl(window,"pointermove",this.handlePointerMove),sl(window,"pointerup",this.handlePointerUp),sl(window,"pointercancel",this.handlePointerUp))}}return e.prototype.updateHandlers=function(e){this.handlers=e},e.prototype.end=function(){this.removeListeners&&this.removeListeners(),Uu.update(this.updatePoint)},e}();function Qc(e,t){return t?{point:t(e.point)}:e}function ef(e,t){return{x:e.x-t.x,y:e.y-t.y}}function tf(e,t){var n=e.point;return{point:n,delta:ef(n,rf(t)),offset:ef(n,nf(t)),velocity:of(t,.1)}}function nf(e){return e[0]}function rf(e){return e[e.length-1]}function of(e,t){if(e.length<2)return{x:0,y:0};for(var n=e.length-1,r=null,i=rf(e);n>=0&&(r=e[n],!(i.timestamp-r.timestamp>sc(t)));)n--;if(!r)return{x:0,y:0};var o=(i.timestamp-r.timestamp)/1e3;if(0===o)return{x:0,y:0};var a={x:(i.x-r.x)/o,y:(i.y-r.y)/o};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}function af(e){return e}function sf(e){var t=e.top;return{x:{min:e.left,max:e.right},y:{min:t,max:e.bottom}}}function lf(){return{x:{min:0,max:1},y:{min:0,max:1}}}var uf={translate:0,scale:1,origin:0,originPoint:0};function cf(){return{x:Do({},uf),y:Do({},uf)}}function ff(e){return[e("x"),e("y")]}function pf(e,t,n){var r=t.min,i=t.max;return void 0!==r&&e<r?e=n?Ul(r,e,n.min):Math.max(e,r):void 0!==i&&e>i&&(e=n?Ul(i,e,n.max):Math.min(e,i)),e}function df(e,t,n){return{min:void 0!==t?e.min+t:void 0,max:void 0!==n?e.max+n-(e.max-e.min):void 0}}function mf(e,t){var n,r=t.min-e.min,i=t.max-e.max;return t.max-t.min<e.max-e.min&&(r=(n=jo([i,r],2))[0],i=n[1]),{min:e.min+r,max:e.min+i}}var hf=.35;function yf(e,t,n){return{min:gf(e,t),max:gf(e,n)}}function gf(e,t){var n;return"number"==typeof e?e:null!==(n=e[t])&&void 0!==n?n:0}function vf(e,t){return sf(function(e,t){var n=e.top,r=e.left,i=e.bottom,o=e.right;void 0===t&&(t=af);var a=t({x:r,y:n}),s=t({x:o,y:i});return{top:a.y,left:a.x,bottom:s.y,right:s.x}}(e.getBoundingClientRect(),t))}function Ef(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=.01),Gu(e,t)<n}function bf(e){return e.max-e.min}function Cf(e,t){var n=.5,r=bf(e),i=bf(t);return i>r?n=Ll(t.min,t.max-r,e.min):r>i&&(n=Ll(e.min,e.max-i,t.min)),function(e){return gl(0,1,e)}(n)}function xf(e,t,n,r){void 0===r&&(r=.5),e.origin=r,e.originPoint=Ul(t.min,t.max,e.origin),e.scale=bf(n)/bf(t),Ef(e.scale,1,1e-4)&&(e.scale=1),e.translate=Ul(n.min,n.max,e.origin)-e.originPoint,Ef(e.translate)&&(e.translate=0)}function _f(e,t,n,r){xf(e.x,t.x,n.x,Of(r.originX)),xf(e.y,t.y,n.y,Of(r.originY))}function Of(e){return"number"==typeof e?e:.5}function wf(e,t,n){e.min=n.min+t.min,e.max=e.min+bf(t)}var Tf=function(e,t){return e.depth-t.depth};function kf(e){return e.projection.isEnabled||e.shouldResetTransform()}function Sf(e,t){void 0===t&&(t=[]);var n=e.parent;return n&&Sf(n,t),kf(e)&&t.push(e),t}function Mf(e){if(!e.shouldResetTransform()){var t,n=e.getLayoutState();e.notifyBeforeLayoutMeasure(n.layout),n.isHydrated=!0,n.layout=e.measureViewportBox(),n.layoutCorrected=(t=n.layout,{x:Do({},t.x),y:Do({},t.y)}),e.notifyLayoutMeasure(n.layout,e.prevViewportBox||n.layout),Lu.update((function(){return e.rebaseProjectionTarget()}))}}function Af(e){e.shouldResetTransform()||(e.prevViewportBox=e.measureViewportBox(!1),e.rebaseProjectionTarget(!1,e.prevViewportBox))}function Lf(e,t){return{min:t.min-e.min,max:t.max-e.min}}function Uf(e,t){return{x:Lf(e.x,t.x),y:Lf(e.y,t.y)}}function Pf(e,t){var n=e.getLayoutId(),r=t.getLayoutId();return n!==r||void 0===r&&e!==t}function Ff(e){var t=e.getProps(),n=t.drag,r=t._dragX;return n&&!r}function Vf(e,t){e.min=t.min,e.max=t.max}function Bf(e,t,n){return n+t*(e-n)}function Df(e,t,n,r,i){return void 0!==i&&(e=Bf(e,i,r)),Bf(e,n,r)+t}function Hf(e,t,n,r,i){void 0===t&&(t=0),void 0===n&&(n=1),e.min=Df(e.min,t,n,r,i),e.max=Df(e.max,t,n,r,i)}function jf(e,t){var n=t.x,r=t.y;Hf(e.x,n.translate,n.scale,n.originPoint),Hf(e.y,r.translate,r.scale,r.originPoint)}function Rf(e,t,n,r){var i=jo(r,3),o=i[0],a=i[1],s=i[2];e.min=t.min,e.max=t.max;var l=void 0!==n[s]?n[s]:.5,u=Ul(t.min,t.max,l);Hf(e,n[o],n[a],u,n.scale)}var zf=["x","scaleX","originX"],Nf=["y","scaleY","originY"];function If(e,t,n){Rf(e.x,t.x,n,zf),Rf(e.y,t.y,n,Nf)}function $f(e,t,n,r,i){return e=Bf(e-=t,1/n,r),void 0!==i&&(e=Bf(e,1/i,r)),e}function Gf(e,t,n){var r=jo(n,3),i=r[0],o=r[1],a=r[2];!function(e,t,n,r,i){void 0===t&&(t=0),void 0===n&&(n=1),void 0===r&&(r=.5);var o=Ul(e.min,e.max,r)-t;e.min=$f(e.min,t,n,o,i),e.max=$f(e.max,t,n,o,i)}(e,t[i],t[o],t[a],t.scale)}function Zf(e,t){Gf(e.x,t,zf),Gf(e.y,t,Nf)}var Wf=new Set;function Yf(e,t,n){e[n]||(e[n]=[]),e[n].push(t)}function qf(e){return Wf.add(e),function(){return Wf.delete(e)}}function Xf(){if(Wf.size){var e=0,t=[[]],n=[],r=function(n){return Yf(t,n,e)},i=function(t){Yf(n,t,e),e++};Wf.forEach((function(t){t(r,i),e=0})),Wf.clear();for(var o=n.length,a=0;a<=o;a++)t[a]&&t[a].forEach(Jf),n[a]&&n[a].forEach(Jf)}}var Kf,Jf=function(e){return e()},Qf=new WeakMap,ep=function(){function e(e){var t=e.visualElement;this.isDragging=!1,this.currentDirection=null,this.constraints=!1,this.elastic={x:{min:0,max:1},y:{min:0,max:1}},this.props={},this.hasMutatedConstraints=!1,this.cursorProgress={x:.5,y:.5},this.originPoint={},this.openGlobalLock=null,this.panSession=null,this.visualElement=t,this.visualElement.enableLayoutProjection(),Qf.set(t,this)}return e.prototype.start=function(e,t){var n=this,r=void 0===t?{}:t,i=r.snapToCursor,o=void 0!==i&&i,a=r.cursorProgress,s=this.props.transformPagePoint;this.panSession=new Jc(e,{onSessionStart:function(e){var t;n.stopMotion();var r=function(e){return nl(e,"client")}(e).point;null===(t=n.cancelLayout)||void 0===t||t.call(n),n.cancelLayout=qf((function(e,t){var i=Sf(n.visualElement),s=function(e){var t=[],n=function(e){kf(e)&&t.push(e),e.children.forEach(n)};return e.children.forEach(n),t.sort(Tf)}(n.visualElement),l=Ro(Ro([],jo(i)),jo(s)),u=!1;n.isLayoutDrag()&&n.visualElement.lockProjectionTarget(),t((function(){l.forEach((function(e){return e.resetTransform()}))})),e((function(){Mf(n.visualElement),s.forEach(Mf)})),t((function(){l.forEach((function(e){return e.restoreTransform()})),o&&(u=n.snapToCursor(r))})),e((function(){Boolean(n.getAxisMotionValue("x")&&!n.isExternalDrag())||n.visualElement.rebaseProjectionTarget(!0,n.visualElement.measureViewportBox(!1)),n.visualElement.scheduleUpdateLayoutProjection();var e=n.visualElement.projection;ff((function(t){if(!u){var i=e.target[t],o=i.min,s=i.max;n.cursorProgress[t]=a?a[t]:Ll(o,s,r[t])}var l=n.getAxisMotionValue(t);l&&(n.originPoint[t]=l.get())}))})),t((function(){Pu.update(),Pu.preRender(),Pu.render(),Pu.postRender()})),e((function(){return n.resolveDragConstraints()}))}))},onStart:function(e,t){var r,i,o,a=n.props,s=a.drag,l=a.dragPropagation;(!s||l||(n.openGlobalLock&&n.openGlobalLock(),n.openGlobalLock=pl(s),n.openGlobalLock))&&(Xf(),n.isDragging=!0,n.currentDirection=null,null===(i=(r=n.props).onDragStart)||void 0===i||i.call(r,e,t),null===(o=n.visualElement.animationState)||void 0===o||o.setActive(Zs.Drag,!0))},onMove:function(e,t){var r,i,o,a,s=n.props,l=s.dragPropagation,u=s.dragDirectionLock;if(l||n.openGlobalLock){var c=t.offset;if(u&&null===n.currentDirection)return n.currentDirection=function(e,t){void 0===t&&(t=10);var n=null;Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x");return n}(c),void(null!==n.currentDirection&&(null===(i=(r=n.props).onDirectionLock)||void 0===i||i.call(r,n.currentDirection)));n.updateAxis("x",t.point,c),n.updateAxis("y",t.point,c),null===(a=(o=n.props).onDrag)||void 0===a||a.call(o,e,t),Kf=e}},onSessionEnd:function(e,t){return n.stop(e,t)}},{transformPagePoint:s})},e.prototype.resolveDragConstraints=function(){var e=this,t=this.props,n=t.dragConstraints,r=t.dragElastic,i=this.visualElement.getLayoutState().layoutCorrected;this.constraints=!!n&&(ia(n)?this.resolveRefConstraints(i,n):function(e,t){var n=t.top,r=t.left,i=t.bottom,o=t.right;return{x:df(e.x,r,o),y:df(e.y,n,i)}}(i,n)),this.elastic=function(e){return!1===e?e=0:!0===e&&(e=hf),{x:yf(e,"left","right"),y:yf(e,"top","bottom")}}(r),this.constraints&&!this.hasMutatedConstraints&&ff((function(t){e.getAxisMotionValue(t)&&(e.constraints[t]=function(e,t){var n={};return void 0!==t.min&&(n.min=t.min-e.min),void 0!==t.max&&(n.max=t.max-e.min),n}(i[t],e.constraints[t]))}))},e.prototype.resolveRefConstraints=function(e,t){var n=this.props,r=n.onMeasureDragConstraints,i=n.transformPagePoint,o=t.current;this.constraintsBox=vf(o,i);var a=function(e,t){return{x:mf(e.x,t.x),y:mf(e.y,t.y)}}(e,this.constraintsBox);if(r){var s=r(function(e){var t=e.x,n=e.y;return{top:n.min,bottom:n.max,left:t.min,right:t.max}}(a));this.hasMutatedConstraints=!!s,s&&(a=sf(s))}return a},e.prototype.cancelDrag=function(){var e,t;this.visualElement.unlockProjectionTarget(),null===(e=this.cancelLayout)||void 0===e||e.call(this),this.isDragging=!1,this.panSession&&this.panSession.end(),this.panSession=null,!this.props.dragPropagation&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),null===(t=this.visualElement.animationState)||void 0===t||t.setActive(Zs.Drag,!1)},e.prototype.stop=function(e,t){var n,r,i;null===(n=this.panSession)||void 0===n||n.end(),this.panSession=null;var o=this.isDragging;if(this.cancelDrag(),o){var a=t.velocity;this.animateDragEnd(a),null===(i=(r=this.props).onDragEnd)||void 0===i||i.call(r,e,t)}},e.prototype.snapToCursor=function(e){var t=this;return ff((function(n){if(tp(n,t.props.drag,t.currentDirection)){var r=t.getAxisMotionValue(n);if(!r)return t.cursorProgress[n]=.5,!0;var i=t.visualElement.getLayoutState().layout,o=i[n].max-i[n].min,a=i[n].min+o/2,s=e[n]-a;t.originPoint[n]=e[n],r.set(s)}})).includes(!0)},e.prototype.updateAxis=function(e,t,n){if(tp(e,this.props.drag,this.currentDirection))return this.getAxisMotionValue(e)?this.updateAxisMotionValue(e,n):this.updateVisualElementAxis(e,t)},e.prototype.updateAxisMotionValue=function(e,t){var n=this.getAxisMotionValue(e);if(t&&n){var r=this.originPoint[e]+t[e],i=this.constraints?pf(r,this.constraints[e],this.elastic[e]):r;n.set(i)}},e.prototype.updateVisualElementAxis=function(e,t){var n,r=this.visualElement.getLayoutState().layout[e],i=r.max-r.min,o=this.cursorProgress[e],a=function(e,t,n,r,i){var o=e-t*n;return r?pf(o,r,i):o}(t[e],i,o,null===(n=this.constraints)||void 0===n?void 0:n[e],this.elastic[e]);this.visualElement.setProjectionTargetAxis(e,a,a+i)},e.prototype.setProps=function(e){var t=e.drag,n=void 0!==t&&t,r=e.dragDirectionLock,i=void 0!==r&&r,o=e.dragPropagation,a=void 0!==o&&o,s=e.dragConstraints,l=void 0!==s&&s,u=e.dragElastic,c=void 0===u?hf:u,f=e.dragMomentum,p=void 0===f||f,d=Ho(e,["drag","dragDirectionLock","dragPropagation","dragConstraints","dragElastic","dragMomentum"]);this.props=Do({drag:n,dragDirectionLock:i,dragPropagation:a,dragConstraints:l,dragElastic:c,dragMomentum:p},d)},e.prototype.getAxisMotionValue=function(e){var t=this.props,n=t.layout,r=t.layoutId,i="_drag"+e.toUpperCase();return this.props[i]?this.props[i]:n||void 0!==r?void 0:this.visualElement.getValue(e,0)},e.prototype.isLayoutDrag=function(){return!this.getAxisMotionValue("x")},e.prototype.isExternalDrag=function(){var e=this.props,t=e._dragX,n=e._dragY;return t||n},e.prototype.animateDragEnd=function(e){var t=this,n=this.props,r=n.drag,i=n.dragMomentum,o=n.dragElastic,a=n.dragTransition,s=function(e,t){void 0===t&&(t=!0);var n,r=e.getProjectionParent();return!!r&&(t?Zf(n=Uf(r.projection.target,e.projection.target),r.getLatestValues()):n=Uf(r.getLayoutState().layout,e.getLayoutState().layout),ff((function(t){return e.setProjectionTargetAxis(t,n[t].min,n[t].max,!0)})),!0)}(this.visualElement,this.isLayoutDrag()&&!this.isExternalDrag()),l=this.constraints||{};if(s&&Object.keys(l).length&&this.isLayoutDrag()){var u=this.visualElement.getProjectionParent();if(u){var c=Uf(u.projection.targetFinal,l);ff((function(e){var t=c[e],n=t.min,r=t.max;l[e]={min:isNaN(n)?void 0:n,max:isNaN(r)?void 0:r}}))}}var f=ff((function(n){var u;if(tp(n,r,t.currentDirection)){var c=null!==(u=null==l?void 0:l[n])&&void 0!==u?u:{},f=o?200:1e6,p=o?40:1e7,d=Do(Do({type:"inertia",velocity:i?e[n]:0,bounceStiffness:f,bounceDamping:p,timeConstant:750,restDelta:1,restSpeed:10},a),c);return t.getAxisMotionValue(n)?t.startAxisValueAnimation(n,d):t.visualElement.startLayoutAnimation(n,d,s)}}));return Promise.all(f).then((function(){var e,n;null===(n=(e=t.props).onDragTransitionEnd)||void 0===n||n.call(e)}))},e.prototype.stopMotion=function(){var e=this;ff((function(t){var n=e.getAxisMotionValue(t);n?n.stop():e.visualElement.stopLayoutAnimation()}))},e.prototype.startAxisValueAnimation=function(e,t){var n=this.getAxisMotionValue(e);if(n){var r=n.get();return n.set(r),n.set(r),wc(e,n,0,t)}},e.prototype.scalePoint=function(){var e=this,t=this.props,n=t.drag;if(ia(t.dragConstraints)&&this.constraintsBox){this.stopMotion();var r={x:0,y:0};ff((function(t){r[t]=Cf(e.visualElement.projection.target[t],e.constraintsBox[t])})),this.updateConstraints((function(){ff((function(t){if(tp(t,n,null)){var i=function(e,t,n){var r=e.max-e.min,i=Ul(t.min,t.max-r,n);return{min:i,max:i+r}}(e.visualElement.projection.target[t],e.constraintsBox[t],r[t]),o=i.min,a=i.max;e.visualElement.setProjectionTargetAxis(t,o,a)}}))})),setTimeout(Xf,1)}},e.prototype.updateConstraints=function(e){var t=this;this.cancelLayout=qf((function(n,r){var i=Sf(t.visualElement);r((function(){return i.forEach((function(e){return e.resetTransform()}))})),n((function(){return Mf(t.visualElement)})),r((function(){return i.forEach((function(e){return e.restoreTransform()}))})),n((function(){t.resolveDragConstraints()})),e&&r(e)}))},e.prototype.mount=function(e){var t=this,n=sl(e.getInstance(),"pointerdown",(function(e){var n=t.props,r=n.drag,i=n.dragListener;r&&(void 0===i||i)&&t.start(e)})),r=qs(window,"resize",(function(){t.scalePoint()})),i=e.onLayoutUpdate((function(){t.isDragging&&t.resolveDragConstraints()})),o=e.prevDragCursor;return o&&this.start(Kf,{cursorProgress:o}),function(){null==n||n(),null==r||r(),null==i||i(),t.cancelDrag()}},e}();function tp(e,t,n){return!(!0!==t&&t!==e||null!==n&&n!==e)}var np,rp,ip={pan:ic((function(e){var t=e.onPan,n=e.onPanStart,r=e.onPanEnd,i=e.onPanSessionStart,o=e.visualElement,l=t||n||r||i,c=s(null),f=u(Zo).transformPagePoint,p={onSessionStart:i,onStart:n,onMove:t,onEnd:function(e,t){c.current=null,r&&r(e,t)}};a((function(){null!==c.current&&c.current.updateHandlers(p)})),ll(o,"pointerdown",l&&function(e){c.current=new Jc(e,p,{transformPagePoint:f})}),yl((function(){return c.current&&c.current.end()}))})),drag:ic((function(e){var t=e.dragControls,n=e.visualElement,r=u(Zo).transformPagePoint,i=qo((function(){return new ep({visualElement:n})}));i.setProps(Do(Do({},e),{transformPagePoint:r})),a((function(){return t&&t.subscribe(i)}),[i]),a((function(){return i.mount(n)}),[])}))};function op(e){return"string"==typeof e&&e.startsWith("var(--")}!function(e){e[e["Entering"]=0]="Entering",e[e["Present"]=1]="Present",e[e["Exiting"]=2]="Exiting"}(np||(np={})),function(e){e[e["Hide"]=0]="Hide",e[e["Show"]=1]="Show"}(rp||(rp={}));var ap=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function sp(e,t,n){var r=jo(function(e){var t=ap.exec(e);if(!t)return[,];var n=jo(t,3);return[n[1],n[2]]}(e),2),i=r[0],o=r[1];if(i){var a=window.getComputedStyle(t).getPropertyValue(i);return a?a.trim():op(o)?sp(o,t):o}}function lp(e,t){return e/(t.max-t.min)*100}var up="_$css";var cp={process:function(e,t,n){var r=n.target;if("string"==typeof e){if(!Na.test(e))return e;e=parseFloat(e)}return lp(e,r.x)+"% "+lp(e,r.y)+"%"}},fp={borderRadius:Do(Do({},cp),{applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]}),borderTopLeftRadius:cp,borderTopRightRadius:cp,borderBottomLeftRadius:cp,borderBottomRightRadius:cp,boxShadow:{process:function(e,t){var n=t.delta,r=t.treeScale,i=e,o=e.includes("var("),a=[];o&&(e=e.replace(ap,(function(e){return a.push(e),up})));var s=as.parse(e);if(s.length>5)return i;var l=as.createTransformer(e),u="number"!=typeof s[0]?1:0,c=n.x.scale*r.x,f=n.y.scale*r.y;s[0+u]/=c,s[1+u]/=f;var p=Ul(c,f,.5);"number"==typeof s[2+u]&&(s[2+u]/=p),"number"==typeof s[3+u]&&(s[3+u]/=p);var d=l(s);if(o){var m=0;d=d.replace(up,(function(){var e=a[m];return m++,e}))}return d}}},pp=1e3,dp=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.frameTarget={x:{min:0,max:1},y:{min:0,max:1}},t.currentAnimationTarget={x:{min:0,max:1},y:{min:0,max:1}},t.isAnimating={x:!1,y:!1},t.stopAxisAnimation={x:void 0,y:void 0},t.isAnimatingTree=!1,t.animate=function(e,n,r){void 0===r&&(r={});var i=r.originBox,o=r.targetBox,a=r.visibilityAction,s=r.shouldStackAnimate,l=r.onComplete,u=r.prevParent,c=Ho(r,["originBox","targetBox","visibilityAction","shouldStackAnimate","onComplete","prevParent"]),f=t.props,p=f.visualElement,d=f.layout;if(!1===s)return t.isAnimatingTree=!1,t.safeToRemove();if(!t.isAnimatingTree||!0===s){s&&(t.isAnimatingTree=!0),n=i||n,e=o||e;var m=!1,h=p.getProjectionParent();if(h){var y=h.prevViewportBox,g=h.getLayoutState().layout;u&&(o&&(g=u.getLayoutState().layout),i&&!Pf(u,h)&&u.prevViewportBox&&(y=u.prevViewportBox)),y&&Ep(u,i,o)&&(m=!0,n=Uf(y,n),e=Uf(g,e))}var v=mp(n,e),E=ff((function(r){var i,o;if("position"===d){var s=e[r].max-e[r].min;n[r].max=n[r].min+s}if(!p.projection.isTargetLocked)return void 0===a?v?t.animateAxis(r,e[r],n[r],Do(Do({},c),{isRelative:m})):(null===(o=(i=t.stopAxisAnimation)[r])||void 0===o||o.call(i),p.setProjectionTargetAxis(r,e[r].min,e[r].max,m)):void p.setVisibility(a===rp.Show)}));return p.syncRender(),Promise.all(E).then((function(){t.isAnimatingTree=!1,l&&l(),p.notifyLayoutAnimationComplete()}))}},t}return Bo(t,e),t.prototype.componentDidMount=function(){var e=this,t=this.props.visualElement;t.animateMotionValue=wc,t.enableLayoutProjection(),this.unsubLayoutReady=t.onLayoutUpdate(this.animate),t.layoutSafeToRemove=function(){return e.safeToRemove()},function(e){for(var t in e)ga[t]=e[t]}(fp)},t.prototype.componentWillUnmount=function(){var e=this;this.unsubLayoutReady(),ff((function(t){var n,r;return null===(r=(n=e.stopAxisAnimation)[t])||void 0===r?void 0:r.call(n)}))},t.prototype.animateAxis=function(e,t,n,r){var i,o,a=this,s=void 0===r?{}:r,l=s.transition,u=s.isRelative;if(!this.isAnimating[e]||!gp(t,this.currentAnimationTarget[e])){null===(o=(i=this.stopAxisAnimation)[e])||void 0===o||o.call(i),this.isAnimating[e]=!0;var c=this.props.visualElement,f=this.frameTarget[e],p=c.getProjectionAnimationProgress()[e];p.clearListeners(),p.set(0),p.set(0);var d=function(){var r=p.get()/pp;!function(e,t,n,r){e.min=Ul(t.min,n.min,r),e.max=Ul(t.max,n.max,r)}(f,n,t,r),c.setProjectionTargetAxis(e,f.min,f.max,u)};d();var m=p.onChange(d);this.stopAxisAnimation[e]=function(){a.isAnimating[e]=!1,p.stop(),m()},this.currentAnimationTarget[e]=t;var h=l||c.getDefaultTransition()||vp;return wc("x"===e?"layoutX":"layoutY",p,pp,h&&Oc(h,"layout")).then(this.stopAxisAnimation[e])}},t.prototype.safeToRemove=function(){var e,t;null===(t=(e=this.props).safeToRemove)||void 0===t||t.call(e)},t.prototype.render=function(){return null},t}(e.Component);function mp(e,t){return!(yp(e)||yp(t)||gp(e.x,t.x)&&gp(e.y,t.y))}var hp={min:0,max:0};function yp(e){return gp(e.x,hp)&&gp(e.y,hp)}function gp(e,t){return e.min===t.min&&e.max===t.max}var vp={duration:.45,ease:[.4,0,.1,1]};function Ep(e,t,n){return e||!e&&!(t||n)}var bp={layoutReady:function(e){return e.notifyLayoutReady()}};function Cp(){var e=new Set;return{add:function(t){return e.add(t)},flush:function(t){var n=void 0===t?bp:t,r=n.layoutReady,i=n.parent;qf((function(t,n){var o=Array.from(e).sort(Tf),a=i?Sf(i):[];n((function(){Ro(Ro([],jo(a)),jo(o)).forEach((function(e){return e.resetTransform()}))})),t((function(){o.forEach(Mf)})),n((function(){a.forEach((function(e){return e.restoreTransform()})),o.forEach(r)})),t((function(){o.forEach((function(e){e.isPresent&&(e.presence=np.Present)}))})),n((function(){Pu.preRender(),Pu.render()})),t((function(){Lu.postRender((function(){return o.forEach(xp)})),e.clear()}))})),Xf()}}}function xp(e){e.prevViewportBox=e.projection.target}var _p=l(Cp()),Op=l(Cp());function wp(e){return!!e.forceUpdate}var Tp=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Bo(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.syncLayout,n=e.framerSyncLayout,r=e.visualElement;wp(t)&&t.register(r),wp(n)&&n.register(r),r.onUnmount((function(){wp(t)&&t.remove(r),wp(n)&&n.remove(r)}))},t.prototype.getSnapshotBeforeUpdate=function(){var e=this.props,t=e.syncLayout,n=e.visualElement;return wp(t)?t.syncUpdate():(Af(n),t.add(n)),null},t.prototype.componentDidUpdate=function(){var e=this.props.syncLayout;wp(e)||e.flush()},t.prototype.render=function(){return null},t}(t.Component);var kp={measureLayout:function(e){var n=u(_p),r=u(Op);return t.createElement(Tp,Do({},e,{syncLayout:n,framerSyncLayout:r}))},layoutAnimation:function(t){var n=jo(Xo(),2)[1];return e.createElement(dp,Do({},t,{safeToRemove:n}))}};function Sp(){return{isHydrated:!1,layout:{x:{min:0,max:1},y:{min:0,max:1}},layoutCorrected:{x:{min:0,max:1},y:{min:0,max:1}},treeScale:{x:1,y:1},delta:cf(),deltaFinal:cf(),deltaTransform:""}}var Mp=Sp();function Ap(e,t,n){var r=e.x,i=e.y,o="translate3d("+r.translate/t.x+"px, "+i.translate/t.y+"px, 0) ";if(n){var a=n.rotate,s=n.rotateX,l=n.rotateY;a&&(o+="rotate("+a+") "),s&&(o+="rotateX("+s+") "),l&&(o+="rotateY("+l+") ")}return o+="scale("+r.scale+", "+i.scale+")",n||o!==Up?o:""}function Lp(e){var t=e.deltaFinal;return 100*t.x.origin+"% "+100*t.y.origin+"% 0"}var Up=Ap(Mp.delta,Mp.treeScale,{x:1,y:1}),Pp=["LayoutMeasure","BeforeLayoutMeasure","LayoutUpdate","ViewportBoxUpdate","Update","Render","AnimationComplete","LayoutAnimationComplete","AnimationStart","SetAxisTarget","Unmount"];function Fp(e,t,n,r){var i,o,a=e.delta,s=e.layout,l=e.layoutCorrected,u=e.treeScale,c=t.target;o=s,Vf((i=l).x,o.x),Vf(i.y,o.y),function(e,t,n){var r=n.length;if(r){var i,o;t.x=t.y=1;for(var a=0;a<r;a++)o=(i=n[a]).getLayoutState().delta,t.x*=o.x.scale,t.y*=o.y.scale,jf(e,o),Ff(i)&&If(e,e,i.getLatestValues())}}(l,u,n),_f(a,l,c,r)}var Vp=function(){function e(){this.children=[],this.isDirty=!1}return e.prototype.add=function(e){kc(this.children,e),this.isDirty=!0},e.prototype.remove=function(e){Sc(this.children,e),this.isDirty=!0},e.prototype.forEach=function(e){this.isDirty&&this.children.sort(Tf),this.isDirty=!1,this.children.forEach(e)},e}();var Bp=function(e){var t=e.treeType,n=void 0===t?"":t,r=e.build,i=e.getBaseTarget,o=e.makeTargetAnimatable,a=e.measureViewportBox,s=e.render,l=e.readValueFromInstance,u=e.resetTransform,c=e.restoreTransform,f=e.removeValueFromRenderState,p=e.sortNodePosition,d=e.scrapeMotionValuesFromProps;return function(e,t){var m=e.parent,h=e.props,y=e.presenceId,g=e.blockInitialAnimation,v=e.visualState;void 0===t&&(t={});var E,b,C,x,_,O,w=v.latestValues,T=v.renderState,k=function(){var e=Pp.map((function(){return new Mc})),t={},n={clearAllListeners:function(){return e.forEach((function(e){return e.clear()}))},updatePropListeners:function(e){return Pp.forEach((function(r){var i;null===(i=t[r])||void 0===i||i.call(t);var o="on"+r,a=e[o];a&&(t[r]=n[o](a))}))}};return e.forEach((function(e,t){n["on"+Pp[t]]=function(t){return e.add(t)},n["notify"+Pp[t]]=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.notify.apply(e,Ro([],jo(t)))}})),n}(),S={isEnabled:!1,isHydrated:!1,isTargetLocked:!1,target:{x:{min:0,max:1},y:{min:0,max:1}},targetFinal:{x:{min:0,max:1},y:{min:0,max:1}}},M=S,A=w,L=Sp(),U=!1,P=new Map,F=new Map,V={},B=Do({},w);function D(){E&&(Z.isProjectionReady()&&(If(M.targetFinal,M.target,A),_f(L.deltaFinal,L.layoutCorrected,M.targetFinal,w)),H(),s(E,T))}function H(){var e=w;if(x&&x.isActive()){var n=x.getCrossfadeState(Z);n&&(e=n)}r(Z,T,e,M,L,t,h)}function j(){k.notifyUpdate(w)}function R(){Z.layoutTree.forEach(Hp)}var z=d(h);for(var N in z){var I=z[N];void 0!==w[N]&&Ta(I)&&I.set(w[N],!1)}var $=ua(h),G=ca(h),Z=Do(Do({treeType:n,current:null,depth:m?m.depth+1:0,parent:m,children:new Set,path:m?Ro(Ro([],jo(m.path)),[m]):[],layoutTree:m?m.layoutTree:new Vp,presenceId:y,projection:S,variantChildren:G?new Set:void 0,isVisible:void 0,manuallyAnimateOnMount:Boolean(null==m?void 0:m.isMounted()),blockInitialAnimation:g,isMounted:function(){return Boolean(E)},mount:function(e){E=Z.current=e,Z.pointTo(Z),G&&m&&!$&&(O=null==m?void 0:m.addVariantChild(Z)),null==m||m.children.add(Z)},unmount:function(){Uu.update(j),Uu.render(D),Uu.preRender(Z.updateLayoutProjection),F.forEach((function(e){return e()})),Z.stopLayoutAnimation(),Z.layoutTree.remove(Z),null==O||O(),null==m||m.children.delete(Z),null==C||C(),k.clearAllListeners()},addVariantChild:function(e){var t,n=Z.getClosestVariantNode();if(n)return null===(t=n.variantChildren)||void 0===t||t.add(e),function(){return n.variantChildren.delete(e)}},sortNodePosition:function(e){return p&&n===e.treeType?p(Z.getInstance(),e.getInstance()):0},getClosestVariantNode:function(){return G?Z:null==m?void 0:m.getClosestVariantNode()},scheduleUpdateLayoutProjection:m?m.scheduleUpdateLayoutProjection:function(){return Lu.preRender(Z.updateTreeLayoutProjection,!1,!0)},getLayoutId:function(){return h.layoutId},getInstance:function(){return E},getStaticValue:function(e){return w[e]},setStaticValue:function(e,t){return w[e]=t},getLatestValues:function(){return w},setVisibility:function(e){Z.isVisible!==e&&(Z.isVisible=e,Z.scheduleRender())},makeTargetAnimatable:function(e,t){return void 0===t&&(t=!0),o(Z,e,h,t)},addValue:function(e,t){Z.hasValue(e)&&Z.removeValue(e),P.set(e,t),w[e]=t.get(),function(e,t){var n=t.onChange((function(t){w[e]=t,h.onUpdate&&Lu.update(j,!1,!0)})),r=t.onRenderRequest(Z.scheduleRender);F.set(e,(function(){n(),r()}))}(e,t)},removeValue:function(e){var t;P.delete(e),null===(t=F.get(e))||void 0===t||t(),F.delete(e),delete w[e],f(e,T)},hasValue:function(e){return P.has(e)},getValue:function(e,t){var n=P.get(e);return void 0===n&&void 0!==t&&(n=Lc(t),Z.addValue(e,n)),n},forEachValue:function(e){return P.forEach(e)},readValue:function(e){var n;return null!==(n=w[e])&&void 0!==n?n:l(E,e,t)},setBaseTarget:function(e,t){B[e]=t},getBaseTarget:function(e){if(i){var t=i(h,e);if(void 0!==t&&!Ta(t))return t}return B[e]}},k),{build:function(){return H(),T},scheduleRender:function(){Lu.render(D,!1,!0)},syncRender:D,setProps:function(e){h=e,k.updatePropListeners(e),V=function(e,t,n){var r;for(var i in t){var o=t[i],a=n[i];if(Ta(o))e.addValue(i,o);else if(Ta(a))e.addValue(i,Lc(o));else if(a!==o)if(e.hasValue(i)){var s=e.getValue(i);!s.hasAnimated&&s.set(o)}else e.addValue(i,Lc(null!==(r=e.getStaticValue(i))&&void 0!==r?r:o))}for(var i in n)void 0===t[i]&&e.removeValue(i);return t}(Z,d(h),V)},getProps:function(){return h},getVariant:function(e){var t;return null===(t=h.variants)||void 0===t?void 0:t[e]},getDefaultTransition:function(){return h.transition},getVariantContext:function(e){if(void 0===e&&(e=!1),e)return null==m?void 0:m.getVariantContext();if(!$){var t=(null==m?void 0:m.getVariantContext())||{};return void 0!==h.initial&&(t.initial=h.initial),t}for(var n={},r=0;r<zp;r++){var i=Rp[r],o=h[i];(aa(o)||!1===o)&&(n[i]=o)}return n},enableLayoutProjection:function(){S.isEnabled=!0,Z.layoutTree.add(Z)},lockProjectionTarget:function(){S.isTargetLocked=!0},unlockProjectionTarget:function(){Z.stopLayoutAnimation(),S.isTargetLocked=!1},getLayoutState:function(){return L},setCrossfader:function(e){x=e},isProjectionReady:function(){return S.isEnabled&&S.isHydrated&&L.isHydrated},startLayoutAnimation:function(e,t,n){void 0===n&&(n=!1);var r=Z.getProjectionAnimationProgress()[e],i=n?S.relativeTarget[e]:S.target[e],o=i.min,a=i.max-o;return r.clearListeners(),r.set(o),r.set(o),r.onChange((function(t){Z.setProjectionTargetAxis(e,t,t+a,n)})),Z.animateMotionValue(e,r,0,t)},stopLayoutAnimation:function(){ff((function(e){return Z.getProjectionAnimationProgress()[e].stop()}))},measureViewportBox:function(e){void 0===e&&(e=!0);var n=a(E,t);return e||Zf(n,w),n},getProjectionAnimationProgress:function(){return _||(_={x:Lc(0),y:Lc(0)}),_},setProjectionTargetAxis:function(e,t,n,r){var i;void 0===r&&(r=!1),r?(S.relativeTarget||(S.relativeTarget={x:{min:0,max:1},y:{min:0,max:1}}),i=S.relativeTarget[e]):(S.relativeTarget=void 0,i=S.target[e]),S.isHydrated=!0,i.min=t,i.max=n,U=!0,k.notifySetAxisTarget()},rebaseProjectionTarget:function(e,t){void 0===t&&(t=L.layout);var n=Z.getProjectionAnimationProgress(),r=n.x,i=n.y,o=!(S.relativeTarget||S.isTargetLocked||r.isAnimating()||i.isAnimating());(e||o)&&ff((function(e){var n=t[e],r=n.min,i=n.max;Z.setProjectionTargetAxis(e,r,i)}))},notifyLayoutReady:function(e){!function(e){var t=e.getProjectionParent();if(t){var n=Uf(t.getLayoutState().layout,e.getLayoutState().layout);ff((function(t){e.setProjectionTargetAxis(t,n[t].min,n[t].max,!0)}))}else e.rebaseProjectionTarget()}(Z),Z.notifyLayoutUpdate(L.layout,Z.prevViewportBox||L.layout,e)},resetTransform:function(){return u(Z,E,h)},restoreTransform:function(){return c(E,T)},updateLayoutProjection:function(){if(Z.isProjectionReady()){var e=L.delta,t=L.treeScale,n=t.x,r=t.y,i=L.deltaTransform;Fp(L,M,Z.path,w),U&&Z.notifyViewportBoxUpdate(M.target,e),U=!1;var o=Ap(e,t);o===i&&n===t.x&&r===t.y||Z.scheduleRender(),L.deltaTransform=o}},updateTreeLayoutProjection:function(){Z.layoutTree.forEach(Dp),Lu.preRender(R,!1,!0)},getProjectionParent:function(){if(void 0===b){for(var e=!1,t=Z.path.length-1;t>=0;t--){var n=Z.path[t];if(n.projection.isEnabled){e=n;break}}b=e}return b},resolveRelativeTargetBox:function(){var e=Z.getProjectionParent();if(S.relativeTarget&&e&&(function(e,t){wf(e.target.x,e.relativeTarget.x,t.target.x),wf(e.target.y,e.relativeTarget.y,t.target.y)}(S,e.projection),Ff(e))){var t=S.target;If(t,t,e.getLatestValues())}},shouldResetTransform:function(){return Boolean(h._layoutResetTransform)},pointTo:function(e){M=e.projection,A=e.getLatestValues(),null==C||C(),C=jl(e.onSetAxisTarget(Z.scheduleUpdateLayoutProjection),e.onLayoutAnimationComplete((function(){var e;Z.isPresent?Z.presence=np.Present:null===(e=Z.layoutSafeToRemove)||void 0===e||e.call(Z)})))},isPresent:!0,presence:np.Entering});return Z}};function Dp(e){e.resolveRelativeTargetBox()}function Hp(e){e.updateLayoutProjection()}var jp,Rp=Ro(["initial"],jo(Gc)),zp=Rp.length,Np=new Set(["width","height","top","left","right","bottom","x","y"]),Ip=function(e){return Np.has(e)},$p=function(e,t){e.set(t,!1),e.set(t)},Gp=function(e){return e===Ba||e===Na};!function(e){e["width"]="width",e["height"]="height",e["left"]="left",e["right"]="right",e["top"]="top",e["bottom"]="bottom"}(jp||(jp={}));var Zp=function(e,t){return parseFloat(e.split(", ")[t])},Wp=function(e,t){return function(n,r){var i=r.transform;if("none"===i||!i)return 0;var o=i.match(/^matrix3d\((.+)\)$/);if(o)return Zp(o[1],t);var a=i.match(/^matrix\((.+)\)$/);return a?Zp(a[1],e):0}},Yp=new Set(["x","y","z"]),qp=Ea.filter((function(e){return!Yp.has(e)}));var Xp={width:function(e){var t=e.x;return t.max-t.min},height:function(e){var t=e.y;return t.max-t.min},top:function(e,t){var n=t.top;return parseFloat(n)},left:function(e,t){var n=t.left;return parseFloat(n)},bottom:function(e,t){var n=e.y,r=t.top;return parseFloat(r)+(n.max-n.min)},right:function(e,t){var n=e.x,r=t.left;return parseFloat(r)+(n.max-n.min)},x:Wp(4,13),y:Wp(5,14)},Kp=function(e,t,n,r){void 0===n&&(n={}),void 0===r&&(r={}),t=Do({},t),r=Do({},r);var i=Object.keys(t).filter(Ip),o=[],a=!1,s=[];if(i.forEach((function(i){var l=e.getValue(i);if(e.hasValue(i)){var u,c=n[i],f=t[i],p=Fc(c);if(js(f))for(var d=f.length,m=null===f[0]?1:0;m<d;m++)u?Fc(f[m]):u=Fc(f[m]);else u=Fc(f);if(p!==u)if(Gp(p)&&Gp(u)){var h=l.get();"string"==typeof h&&l.set(parseFloat(h)),"string"==typeof f?t[i]=parseFloat(f):Array.isArray(f)&&u===Na&&(t[i]=f.map(parseFloat))}else(null==p?void 0:p.transform)&&(null==u?void 0:u.transform)&&(0===c||0===f)?0===c?l.set(u.transform(c)):t[i]=p.transform(f):(a||(o=function(e){var t=[];return qp.forEach((function(n){var r=e.getValue(n);void 0!==r&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))})),t.length&&e.syncRender(),t}(e),a=!0),s.push(i),r[i]=void 0!==r[i]?r[i]:t[i],$p(l,f))}})),s.length){var l=function(e,t,n){var r=t.measureViewportBox(),i=t.getInstance(),o=getComputedStyle(i),a=o.display,s={top:o.top,left:o.left,bottom:o.bottom,right:o.right,transform:o.transform};"none"===a&&t.setStaticValue("display",e.display||"block"),t.syncRender();var l=t.measureViewportBox();return n.forEach((function(n){var i=t.getValue(n);$p(i,Xp[n](r,s)),e[n]=Xp[n](l,o)})),e}(t,e,s);return o.length&&o.forEach((function(t){var n=jo(t,2),r=n[0],i=n[1];e.getValue(r).set(i)})),e.syncRender(),{target:l,transitionEnd:r}}return{target:t,transitionEnd:r}};function Jp(e,t,n,r){return function(e){return Object.keys(e).some(Ip)}(t)?Kp(e,t,n,r):{target:t,transitionEnd:r}}var Qp=function(e,t,n,r){var i=function(e,t,n){var r,i=Ho(t,[]),o=e.getInstance();if(!(o instanceof HTMLElement))return{target:i,transitionEnd:n};for(var a in n&&(n=Do({},n)),e.forEachValue((function(e){var t=e.get();if(op(t)){var n=sp(t,o);n&&e.set(n)}})),i){var s=i[a];if(op(s)){var l=sp(s,o);l&&(i[a]=l,n&&(null!==(r=n[a])&&void 0!==r||(n[a]=s)))}}return{target:i,transitionEnd:n}}(e,t,r);return Jp(e,t=i.target,n,r=i.transitionEnd)};var ed={treeType:"dom",readValueFromInstance:function(e,t){if(xa(t)){var n=gc(t);return n&&n.default||0}var r,i=(r=e,window.getComputedStyle(r));return(Sa(t)?i.getPropertyValue(t):i[t])||0},sortNodePosition:function(e,t){return 2&e.compareDocumentPosition(t)?1:-1},getBaseTarget:function(e,t){var n;return null===(n=e.style)||void 0===n?void 0:n[t]},measureViewportBox:function(e,t){return vf(e,t.transformPagePoint)},resetTransform:function(e,t,n){var r=n.transformTemplate;t.style.transform=r?r({},""):"none",e.scheduleRender()},restoreTransform:function(e,t){e.style.transform=t.style.transform},removeValueFromRenderState:function(e,t){var n=t.vars,r=t.style;delete n[e],delete r[e]},makeTargetAnimatable:function(e,t,n,r){var i=n.transformValues;void 0===r&&(r=!0);var o=t.transition,a=t.transitionEnd,s=Ho(t,["transition","transitionEnd"]),l=Rc(s,o||{},e);if(i&&(a&&(a=i(a)),s&&(s=i(s)),l&&(l=i(l))),r){Hc(e,s,l);var u=Qp(e,s,l,a);a=u.transitionEnd,s=u.target}return Do({transition:o,transitionEnd:a},s)},scrapeMotionValuesFromProps:Bs,build:function(e,t,n,r,i,o,a){void 0!==e.isVisible&&(t.style.visibility=e.isVisible?"visible":"hidden");var s=r.isEnabled&&i.isHydrated;ds(t,n,r,i,o,a.transformTemplate,s?Ap:void 0,s?Lp:void 0)},render:Ps},td=Bp(ed),nd=Bp(Do(Do({},ed),{getBaseTarget:function(e,t){return e[t]},readValueFromInstance:function(e,t){var n;return xa(t)?(null===(n=gc(t))||void 0===n?void 0:n.default)||0:(t=Fs.has(t)?t:Us(t),e.getAttribute(t))},scrapeMotionValuesFromProps:Ds,build:function(e,t,n,r,i,o,a){var s=r.isEnabled&&i.isHydrated;Ts(t,n,r,i,o,a.transformTemplate,s?Ap:void 0,s?Lp:void 0)},render:Vs})),rd=function(e,t){return ya(e)?nd(t,{enableHardwareAcceleration:!1}):td(t,{enableHardwareAcceleration:!0})},id=Do(Do(Do(Do({},Kc),oc),ip),kp),od=ma((function(e,t){return Ys(e,t,id,rd)}));ma(Ys);var ad=0;function sd(){var e=ad;return ad++,e}var ld=function(t){var n=t.children,r=t.initial,i=t.isPresent,o=t.onExitComplete,a=t.custom,s=t.presenceAffectsLayout,l=qo(ud),u=qo(sd),c=f((function(){return{id:u,initial:r,isPresent:i,custom:a,onExitComplete:function(e){l.set(e,!0);var t=!0;l.forEach((function(e){e||(t=!1)})),t&&(null==o||o())},register:function(e){return l.set(e,!1),function(){return l.delete(e)}}}}),s?void 0:[i]);return f((function(){l.forEach((function(e,t){return l.set(t,!1)}))}),[i]),e.useEffect((function(){!i&&!l.size&&(null==o||o())}),[i]),e.createElement(Yo.Provider,{value:c},n)};function ud(){return new Map}function cd(e){return e.key||""}var fd=function(t){var n=t.children,o=t.custom,a=t.initial,l=void 0===a||a,f=t.onExitComplete,p=t.exitBeforeEnter,h=t.presenceAffectsLayout,y=void 0===h||h,g=function(){var e=s(!1),t=jo(i(0),2),n=t[0],r=t[1];return yl((function(){return e.current=!0})),c((function(){!e.current&&r(n+1)}),[n])}(),v=u(_p);wp(v)&&(g=v.forceUpdate);var E=s(!0),b=function(e){var t=[];return d.forEach(e,(function(e){m(e)&&t.push(e)})),t}(n),C=s(b),x=s(new Map).current,_=s(new Set).current;if(function(e,t){e.forEach((function(e){var n=cd(e);t.set(n,e)}))}(b,x),E.current)return E.current=!1,e.createElement(e.Fragment,null,b.map((function(t){return e.createElement(ld,{key:cd(t),isPresent:!0,initial:!!l&&void 0,presenceAffectsLayout:y},t)})));for(var O=Ro([],jo(b)),w=C.current.map(cd),T=b.map(cd),k=w.length,S=0;S<k;S++){var M=w[S];-1===T.indexOf(M)?_.add(M):_.delete(M)}return p&&_.size&&(O=[]),_.forEach((function(t){if(-1===T.indexOf(t)){var n=x.get(t);if(n){var r=w.indexOf(t);O.splice(r,0,e.createElement(ld,{key:cd(n),isPresent:!1,onExitComplete:function(){x.delete(t),_.delete(t);var e=C.current.findIndex((function(e){return e.key===t}));C.current.splice(e,1),_.size||(C.current=b,g(),f&&f())},custom:o,presenceAffectsLayout:y},n))}}})),O=O.map((function(t){var n=t.key;return _.has(n)?t:e.createElement(ld,{key:cd(t),isPresent:!0,presenceAffectsLayout:y},t)})),C.current=O,e.createElement(e.Fragment,null,_.size?O:O.map((function(e){return r(e)})))};function pd(){var e=Lc(1),t={lead:void 0,follow:void 0,crossfadeOpacity:!1,preserveFollowOpacity:!1},n=Do({},t),r={},i={},o=!1,a=null,s=0;function l(n,r){var i=t.lead,s=t.follow;o=!0,a=null;var l=!1,u=function(){l=!0,i&&i.scheduleRender(),s&&s.scheduleRender()},c=function(){o=!1,a=Du().timestamp};return r=r&&Oc(r,"crossfade"),function(e,t,n){void 0===n&&(n={});var r=Ta(e)?e:Lc(e);return wc("",r,t,n),{stop:function(){return r.stop()}}}(e,n,Do(Do({},r),{onUpdate:u,onComplete:function(){l?c():(e.set(n),Lu.read(c)),u()}}))}function u(){var n,o,a=Du().timestamp,l=t.lead,u=t.follow;if(a!==s&&l){s=a;var c=l.getLatestValues();Object.assign(r,c);var f=u?u.getLatestValues():t.prevValues;Object.assign(i,f);var p=e.get(),d=null!==(n=c.opacity)&&void 0!==n?n:1,m=null!==(o=null==f?void 0:f.opacity)&&void 0!==o?o:1;t.crossfadeOpacity&&u?(r.opacity=Ul(!1!==u.isVisible?0:m,d,dd(p)),i.opacity=t.preserveFollowOpacity?m:Ul(m,0,md(p))):u||(r.opacity=Ul(m,d,p)),function(e,t,n,r,i,o){for(var a=0;a<gd;a++){var s="border"+yd[a]+"Radius",l=vd(r,s),u=vd(n,s);if((void 0!==l||void 0!==u)&&(l||(l=0),u||(u=0),"number"==typeof l&&"number"==typeof u)){var c=Math.max(Ul(l,u,o),0);e[s]=t[s]=c}}if(r.rotate||n.rotate){var f=Ul(r.rotate||0,n.rotate||0,o);e.rotate=t.rotate=f}!i&&n.backgroundColor&&r.backgroundColor&&(e.backgroundColor=t.backgroundColor=Bl(r.backgroundColor,n.backgroundColor)(o))}(r,i,c,f||{},Boolean(u),p)}}return{isActive:function(){return r&&(o||Du().timestamp===a)},fromLead:function(e){return l(0,e)},toLead:function(r){var i=0;return t.prevValues||t.follow?n.lead===t.follow&&n.follow===t.lead&&(i=1-e.get()):i=1,e.set(i),l(1,r)},reset:function(){return e.set(1)},stop:function(){return e.stop()},getCrossfadeState:function(e){return u(),e===t.lead?r:e===t.follow?i:void 0},setOptions:function(e){n=t,t=e,r={},i={}},getLatestValues:function(){return r}}}var dd=hd(0,.5,su),md=hd(.5,.95,nu);function hd(e,t,n){return function(r){return r<e?0:r>t?1:n(Ll(e,t,r))}}var yd=["TopLeft","TopRight","BottomLeft","BottomRight"],gd=yd.length;function vd(e,t){var n;return null!==(n=e[t])&&void 0!==n?n:e.borderRadius}function Ed(){var e,t,n,r=new Set,i={leadIsExiting:!1},o=Do({},i),a=pd(),s=!1;return{add:function(e){e.setCrossfader(a),r.add(e),n&&(e.prevDragCursor=n),i.lead||(i.lead=e)},remove:function(e){r.delete(e)},getLead:function(){return i.lead},updateSnapshot:function(){if(i.lead){e=a.isActive()?a.getLatestValues():i.lead.getLatestValues(),t=i.lead.prevViewportBox;var r=Qf.get(i.lead);r&&r.isDragging&&(n=r.cursorProgress)}},clearSnapshot:function(){n=t=void 0},updateLeadAndFollow:function(){var t,n,l;o=Do({},i);for(var u=Array.from(r),c=u.length;c--;c>=0){var f=u[c];if(n&&(null!=l||(l=f)),null!=n||(n=f),n&&l)break}i.lead=n,i.follow=l,i.leadIsExiting=(null===(t=i.lead)||void 0===t?void 0:t.presence)===np.Exiting,a.setOptions({lead:n,follow:l,prevValues:e,crossfadeOpacity:(null==l?void 0:l.isPresenceRoot)||(null==n?void 0:n.isPresenceRoot)}),i.lead===o.follow||o.lead===i.lead&&o.leadIsExiting===i.leadIsExiting||(s=!0)},animate:function(e,n){var r;if(void 0===n&&(n=!1),e===i.lead){n?e.pointTo(i.lead):e.setVisibility(!0);var o={},l=null===(r=i.follow)||void 0===r?void 0:r.getProjectionParent();if(l&&(o.prevParent=l),e.presence===np.Entering?o.originBox=i.follow?i.follow.prevViewportBox:t:e.presence===np.Exiting&&(o.targetBox=function(){var e;return null===(e=i.follow)||void 0===e?void 0:e.getLayoutState().layout}()),s){s=!1;var u=e.getDefaultTransition();e.presence===np.Entering?a.toLead(u):a.fromLead(u)}e.notifyLayoutReady(o)}else n?i.lead&&e.pointTo(i.lead):e.setVisibility(!1)}}}!function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.children=new Set,e.stacks=new Map,e.hasMounted=!1,e.updateScheduled=!1,e.renderScheduled=!1,e.syncContext=Do(Do({},Cp()),{syncUpdate:function(t){return e.scheduleUpdate(t)},forceUpdate:function(){e.syncContext=Do({},e.syncContext),e.scheduleUpdate(!0)},register:function(t){return e.addChild(t)},remove:function(t){return e.removeChild(t)}}),e}Bo(n,t),n.prototype.componentDidMount=function(){this.hasMounted=!0},n.prototype.componentDidUpdate=function(){this.startLayoutAnimation()},n.prototype.shouldComponentUpdate=function(){return this.renderScheduled=!0,!0},n.prototype.startLayoutAnimation=function(){var e=this;this.renderScheduled=this.updateScheduled=!1;var t=this.props.type;this.children.forEach((function(e){e.isPresent?e.presence!==np.Entering&&(e.presence=e.presence===np.Exiting?np.Entering:np.Present):e.presence=np.Exiting})),this.updateStacks();var n={layoutReady:function(n){void 0!==n.getLayoutId()?e.getStack(n).animate(n,"crossfade"===t):n.notifyLayoutReady()},parent:this.context.visualElement};this.children.forEach((function(t){return e.syncContext.add(t)})),this.syncContext.flush(n),this.stacks.forEach((function(e){return e.clearSnapshot()}))},n.prototype.updateStacks=function(){this.stacks.forEach((function(e){return e.updateLeadAndFollow()}))},n.prototype.scheduleUpdate=function(e){void 0===e&&(e=!1),!e&&this.updateScheduled||(this.updateScheduled=!0,this.children.forEach((function(e){!function(e){for(var t=!1,n={},r=0;r<va.length;r++){var i="rotate"+va[r];e.hasValue(i)&&0!==e.getStaticValue(i)&&(t=!0,n[i]=e.getStaticValue(i),e.setStaticValue(i,0))}if(t){for(var i in e.syncRender(),n)e.setStaticValue(i,n[i]);e.scheduleRender()}}(e),e.shouldResetTransform()&&e.resetTransform()})),this.children.forEach(Af),this.stacks.forEach((function(e){return e.updateSnapshot()})),!e&&this.renderScheduled||(this.renderScheduled=!0,this.forceUpdate()))},n.prototype.addChild=function(e){this.children.add(e),this.addToStack(e),e.presence=this.hasMounted?np.Entering:np.Present},n.prototype.removeChild=function(e){this.scheduleUpdate(),this.children.delete(e),this.removeFromStack(e)},n.prototype.addToStack=function(e){var t=this.getStack(e);null==t||t.add(e)},n.prototype.removeFromStack=function(e){var t=this.getStack(e);null==t||t.remove(e)},n.prototype.getStack=function(e){var t=e.getLayoutId();if(void 0!==t)return!this.stacks.has(t)&&this.stacks.set(t,Ed()),this.stacks.get(t)},n.prototype.render=function(){return e.createElement(_p.Provider,{value:this.syncContext},this.props.children)},n.contextType=Wo}(e.Component);var bd=Do(Do({renderer:rd},Kc),oc);Do(Do(Do({},bd),ip),kp);Bp({build:function(){},measureViewportBox:lf,resetTransform:function(){},restoreTransform:function(){},removeValueFromRenderState:function(){},render:function(){},scrapeMotionValuesFromProps:function(){return{}},readValueFromInstance:function(e,t,n){return n.initialState[t]||0},makeTargetAnimatable:function(e,t){var n=t.transition,r=t.transitionEnd,i=Ho(t,["transition","transitionEnd"]);return Hc(e,i,Rc(i,n||{},e)),Do({transition:n,transitionEnd:r},i)}});var Cd=["children"],xd=n((function(e,n){var r=e.children,i=ue(e,Cd);return t.createElement("div",le({ref:n,"data-testid":"neeto-backdrop"},i),r)})),_d=function(e){var t=e.children,n=e.rootId,r=void 0===n?"root-portal":n,i=e.el,o=void 0===i?"div":i,l=s(null);return a((function(){var e=document.getElementById(r);return e||((e=document.createElement(o)).setAttribute("id",r),document.body.appendChild(e)),e.appendChild(l.current),function(){l.current.remove(),0===e.childNodes.length&&e.remove()}}),[r]),l.current||(l.current=document.createElement(o)),y(t,l.current)},Od=function(e){var n=e.color,r=e.className,i=e.size;return t.createElement(od.div,{initial:{opacity:0},className:r,animate:{opacity:1,transition:{bounce:0}},exit:{opacity:0},"data-chromatic":"ignore"},t.createElement(od.div,{animate:{rotate:[0,360],transition:{repeat:1/0}},exit:{opacity:0}},t.createElement(od.svg,{style:{color:n,height:i,width:i},xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},t.createElement("circle",{style:{opacity:.5},cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),t.createElement("path",{style:{opacity:1},fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))};Od.defaultProps={color:"#ffffff",className:null,size:14};var wd=["icon","iconPosition","iconSize","label","loading","onClick","to","type","style","fullWidth","className","disabled","size","href","tooltipProps"],Td="primary",kd="secondary",Sd="danger",Md="danger-text",Ad="text",Ld="link",Ud="medium",Pd="large",Fd="left",Vd="right",Bd="button",Dd=t.forwardRef((function(e,n){var r,i,o=e.icon,a=void 0===o?null:o,s=e.iconPosition,l=void 0===s?Vd:s,u=e.iconSize,c=void 0===u?16:u,f=e.label,p=void 0===f?"":f,d=e.loading,m=void 0!==d&&d,h=e.onClick,y=void 0===h?function(){}:h,g=e.to,v=void 0===g?"":g,b=e.type,C=void 0===b?Bd:b,x=e.style,O=void 0===x?Td:x,w=e.fullWidth,T=void 0!==w&&w,k=e.className,S=void 0===k?"":k,M=e.disabled,A=void 0!==M&&M,L=e.size,U=void 0===L?Ud:L,P=e.href,F=void 0===P?"":P,V=e.tooltipProps,B=void 0===V?null:V,D=ue(e,wd);v?(r=E,i={to:v}):F?(r=od.a,i={href:F}):(r=od.button,i={type:C});var H="string"==typeof a?function(){return t.createElement("i",{"data-testid":"class-icon",className:_("neeto-ui-btn__icon",[a])})}:a||t.Fragment;return t.createElement(Bn,le({disabled:!B},B),t.createElement(r,le({ref:n,onClick:function(e){m||A||y(e)},className:_("neeto-ui-btn",[S],{"neeto-ui-btn--style-primary":O===Td,"neeto-ui-btn--style-secondary":O===kd,"neeto-ui-btn--style-danger":O===Sd,"neeto-ui-btn--style-danger-text":O===Md,"neeto-ui-btn--style-text":O===Ad,"neeto-ui-btn--style-link":O===Ld,"neeto-ui-btn--size-medium":U===Ud,"neeto-ui-btn--size-large":U===Pd,"neeto-ui-btn--width-full":T,"neeto-ui-btn--icon-left":l==Fd,"neeto-ui-btn--icon-only":!p,disabled:A}),disabled:A},i,D),p&&t.createElement("span",null,p),t.createElement(fd,{exitBeforeEnter:!0},a?m?t.createElement(Od,{"aria-hidden":"true",key:"1",size:16,className:"neeto-ui-btn__spinner"}):t.createElement(H,{"aria-hidden":"true",key:"2",size:c,className:"neeto-ui-btn__icon"}):m&&t.createElement(od.div,{className:"neeto-ui-btn__spinner-wrapper",initial:{width:0,scale:0},animate:{width:"auto",scale:1},exit:{width:0,scale:0},transition:{bounce:!1}},t.createElement(Od,{"aria-hidden":"true",key:"3",size:16,className:"neeto-ui-btn__spinner"})))))}));function Hd(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}var jd=Hd()?o:a,Rd=!1,zd=0,Nd=function(){return++zd};var Id=["children","className","required","helpIconProps"],$d=["onClick","icon","tooltipProps","className"],Gd=function(e){var n=e.children,r=e.className,i=void 0===r?"":r,o=e.required,a=void 0!==o&&o,s=e.helpIconProps,l=void 0===s?null:s,u=ue(e,Id),c=l||{},f=c.onClick,p=c.icon,d=c.tooltipProps,m=c.className,h=ue(c,$d),y=p||ci;return t.createElement("label",le({className:_("neeto-ui-label neeto-ui-flex neeto-ui-items-center",i)},u),n,a&&t.createElement("span",{"aria-hidden":!0},"*"),l&&t.createElement(Bn,le({},d,{disabled:!d}),t.createElement("span",{className:_("neeto-ui-label__help-icon-wrap",Ci({},m,m)),onClick:f},t.createElement(y,le({size:16},h)))))},Zd=["size","type","label","error","suffix","prefix","disabled","helpText","className","nakedInput","contentSize","required","maxLength","labelProps"],Wd="medium",Yd=n((function(e,n){var r,o,s,l=e.size,u=void 0===l?Wd:l,c=e.type,f=void 0===c?"text":c,p=e.label,d=void 0===p?"":p,m=e.error,h=void 0===m?"":m,y=e.suffix,g=void 0===y?null:y,v=e.prefix,E=void 0===v?null:v,b=e.disabled,C=void 0!==b&&b,x=e.helpText,O=void 0===x?"":x,w=e.className,T=void 0===w?"":w,k=e.nakedInput,S=void 0!==k&&k,M=e.contentSize,A=void 0===M?null:M,L=e.required,U=void 0!==L&&L,P=e.maxLength,F=e.labelProps,V=ue(e,Zd),B=se(i(V.value),2),D=B[0],H=B[1],j=function(e){var t=e||(Rd?Nd():null),n=i(t),r=n[0],o=n[1];return jd((function(){null===r&&o(Nd())}),[]),a((function(){!1===Rd&&(Rd=!0)}),[]),null!=r?String(r):void 0}(V.id),R="error_".concat(j),z="helpText_".concat(j),N=null!==(r=null!==(o=V.value)&&void 0!==o?o:D)&&void 0!==r?r:"",I=(null==N?void 0:N.toString().length)||0,$=I>=.9*P,G=!!P&&I>P,Z=V.onChange||function(e){return H(e.target.value)};return t.createElement("div",{className:_(["neeto-ui-input__wrapper",T])},t.createElement("div",{className:"neeto-ui-input__label-wrapper"},d&&t.createElement(Gd,le({required:U,"data-cy":"".concat(oe(d),"-input-label"),htmlFor:j},F),d),$&&t.createElement(oo,{className:_("neeto-ui-input__max-length",{"neeto-ui-input__max-length--error":G}),style:"body2"},I,"/",P)),t.createElement("div",{className:_("neeto-ui-input",{"neeto-ui-input--naked":!!S,"neeto-ui-input--error":!!h,"neeto-ui-input--disabled":!!C,"neeto-ui-input--small":"small"===u,"neeto-ui-input--medium":"medium"===u,"neeto-ui-input--large":"large"===u})},E&&t.createElement("div",{className:"neeto-ui-input__prefix"},E),t.createElement("input",le({ref:n,id:j,type:f,disabled:C,size:A,required:U,"aria-invalid":!!h,"aria-describedby":_((s={},Ci(s,R,!!h),Ci(s,z,O),s)),"data-cy":"input-field"},V,{value:N,onChange:Z})),g&&t.createElement("div",{className:"neeto-ui-input__suffix"},g)),!!h&&t.createElement(oo,{style:"body3","data-cy":"".concat(oe(d),"-input-error"),className:"neeto-ui-input__error",id:R},h),O&&t.createElement(oo,{style:"body3",className:"neeto-ui-input__help-text",id:z,"data-cy":"".concat(oe(d),"-input-help")},O))})),qd=function(e){var n=e.title,r=e.menuBarToggle,i=e.searchProps,o=e.className,a=void 0===o?"":o,l=e.actionBlock,u=e.breadcrumbs,c=void 0===u?[]:u,f=s(null);return t.createElement("div",{className:_(["neeto-ui-header",{"neeto-ui-header--has-breadcrumbs":!re(c)},a])},t.createElement("div",{className:"neeto-ui-header__left"},r&&t.createElement(Dd,{onClick:r,style:"text",className:"neeto-ui-header__toggle-menubar-btn",icon:ai,"data-cy":"menubar-toggle-button","aria-label":"Toggle Menubar"}),t.createElement("div",{className:"neeto-ui-header__left-data-wrap"},c&&t.createElement("div",{className:"neeto-ui-header__breadcrumbs-wrap"},c.map((function(e,n){var r=e.text,i=e.link;return t.createElement("div",{className:"neeto-ui-header__breadcrumb",key:n},t.createElement(E,{to:i},t.createElement(oo,{style:"body2",weight:"normal",component:"span",className:"neeto-ui-text-gray-700 hover:neeto-ui-text-gray-800 neeto-ui-header__breadcrumb-link","data-test-id":r,"data-cy":r},r)),t.createElement(vi,{size:16,className:"neeto-ui-header__breadcrumb-separator neeto-ui-text-gray-400"}))}))),t.createElement(oo,{lineHeight:"tight",style:"h2",weight:"semibold","data-test-id":"main-header","data-cy":"main-header",className:"neeto-ui-header__page-title"},n))),t.createElement("div",{className:"neeto-ui-gap-3 neeto-ui-header__right"},i&&t.createElement(Yd,le({ref:f,type:"search",placeholder:"Search",className:_(["neeto-ui-header__search-input",i.className]),prefix:t.createElement(bi,null)},i)),l))},Xd=function(e){var n=e.className,r=void 0===n?"":n,i=e.leftActionBlock,o=e.rightActionBlock;return t.createElement("div",{className:_(["neeto-ui-subheader",r]),"data-testid":"subheader"},t.createElement("div",{className:"neeto-ui-subheader__left-wrapper"},i&&t.createElement("div",{className:"neeto-ui-subheader__left"},i)),o&&t.createElement("div",{className:"neeto-ui-subheader__right"},o))},Kd={exports:{}},Jd="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";function Qd(){}function em(){}em.resetWarningCache=Qd;Kd.exports=function(){function e(e,t,n,r,i,o){if(o!==Jd){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. "+"Use PropTypes.checkPropTypes() to call them. "+"Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:em,resetWarningCache:Qd};return n.PropTypes=n,n}();var tm=t.forwardRef((function(e,n){var r=e.isHeaderFixed,i=void 0!==r&&r,o=e.children;return t.createElement("div",{ref:n,className:_("neeto-ui-container",{"neeto-ui-container--header-fixed":i})},o)}));tm.propTypes={isHeaderFixed:Kd.exports.bool};var nm=["children","className","size"],rm="small",im="large",om="viewport",am=function(e){var n=e.children,r=e.className,i=void 0===r?"":r,o=e.size,a=void 0===o?"small":o,s=ue(e,nm);return t.createElement("div",le({className:_(["neeto-ui-scrollable",Ci({"neeto-ui-scrollable--small":a===rm,"neeto-ui-scrollable--large":a===im,"neeto-ui-scrollable--viewport":a===om},i,i)])},s),n)},sm="undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>0;function lm(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent&&e.attachEvent("on".concat(t),(function(){n(window.event)}))}function um(e,t){for(var n=t.slice(0,t.length-1),r=0;r<n.length;r++)n[r]=e[n[r].toLowerCase()];return n}function cm(e){"string"!=typeof e&&(e="");for(var t=(e=e.replace(/\s/g,"")).split(","),n=t.lastIndexOf("");n>=0;)t[n-1]+=",",t.splice(n,1),n=t.lastIndexOf("");return t}for(var fm={backspace:8,tab:9,clear:12,enter:13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":sm?173:189,"=":sm?61:187,";":sm?59:186,"'":222,"[":219,"]":221,"\\":220},pm={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,command:91},dm={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},mm={16:!1,18:!1,17:!1,91:!1},hm={},ym=1;ym<20;ym++)fm["f".concat(ym)]=111+ym;var gm=[],vm="all",Em=[],bm=function(e){return fm[e.toLowerCase()]||pm[e.toLowerCase()]||e.toUpperCase().charCodeAt(0)};function Cm(e){vm=e||"all"}function xm(){return vm||"all"}var _m=function(e){var t=e.key,n=e.scope,r=e.method,i=e.splitKey,o=void 0===i?"+":i;cm(t).forEach((function(e){var t=e.split(o),i=t.length,a=t[i-1],s="*"===a?"*":bm(a);if(hm[s]){n||(n=xm());var l=i>1?um(pm,t):[];hm[s]=hm[s].map((function(e){return(!r||e.method===r)&&e.scope===n&&function(e,t){for(var n=e.length>=t.length?e:t,r=e.length>=t.length?t:e,i=!0,o=0;o<n.length;o++)-1===r.indexOf(n[o])&&(i=!1);return i}(e.mods,l)?{}:e}))}}))};function Om(e,t,n){var r;if(t.scope===n||"all"===t.scope){for(var i in r=t.mods.length>0,mm)Object.prototype.hasOwnProperty.call(mm,i)&&(!mm[i]&&t.mods.indexOf(+i)>-1||mm[i]&&-1===t.mods.indexOf(+i))&&(r=!1);(0!==t.mods.length||mm[16]||mm[18]||mm[17]||mm[91])&&!r&&"*"!==t.shortcut||!1===t.method(e,t)&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0))}}function wm(e){var t=hm["*"],n=e.keyCode||e.which||e.charCode;if(Tm.filter.call(this,e)){if(93!==n&&224!==n||(n=91),-1===gm.indexOf(n)&&229!==n&&gm.push(n),["ctrlKey","altKey","shiftKey","metaKey"].forEach((function(t){var n=dm[t];e[t]&&-1===gm.indexOf(n)?gm.push(n):!e[t]&&gm.indexOf(n)>-1?gm.splice(gm.indexOf(n),1):"metaKey"===t&&e[t]&&3===gm.length&&(e.ctrlKey||e.shiftKey||e.altKey||(gm=gm.slice(gm.indexOf(n))))})),n in mm){for(var r in mm[n]=!0,pm)pm[r]===n&&(Tm[r]=!0);if(!t)return}for(var i in mm)Object.prototype.hasOwnProperty.call(mm,i)&&(mm[i]=e[dm[i]]);e.getModifierState&&(!e.altKey||e.ctrlKey)&&e.getModifierState("AltGraph")&&(-1===gm.indexOf(17)&&gm.push(17),-1===gm.indexOf(18)&&gm.push(18),mm[17]=!0,mm[18]=!0);var o=xm();if(t)for(var a=0;a<t.length;a++)t[a].scope===o&&("keydown"===e.type&&t[a].keydown||"keyup"===e.type&&t[a].keyup)&&Om(e,t[a],o);if(n in hm)for(var s=0;s<hm[n].length;s++)if(("keydown"===e.type&&hm[n][s].keydown||"keyup"===e.type&&hm[n][s].keyup)&&hm[n][s].key){for(var l=hm[n][s],u=l.splitKey,c=l.key.split(u),f=[],p=0;p<c.length;p++)f.push(bm(c[p]));f.sort().join("")===gm.sort().join("")&&Om(e,l,o)}}}function Tm(e,t,n){gm=[];var r=cm(e),i=[],o="all",a=document,s=0,l=!1,u=!0,c="+";for(void 0===n&&"function"==typeof t&&(n=t),"[object Object]"===Object.prototype.toString.call(t)&&(t.scope&&(o=t.scope),t.element&&(a=t.element),t.keyup&&(l=t.keyup),void 0!==t.keydown&&(u=t.keydown),"string"==typeof t.splitKey&&(c=t.splitKey)),"string"==typeof t&&(o=t);s<r.length;s++)i=[],(e=r[s].split(c)).length>1&&(i=um(pm,e)),(e="*"===(e=e[e.length-1])?"*":bm(e))in hm||(hm[e]=[]),hm[e].push({keyup:l,keydown:u,scope:o,mods:i,shortcut:r[s],method:n,key:r[s],splitKey:c});void 0!==a&&!function(e){return Em.indexOf(e)>-1}(a)&&window&&(Em.push(a),lm(a,"keydown",(function(e){wm(e)})),lm(window,"focus",(function(){gm=[]})),lm(a,"keyup",(function(e){wm(e),function(e){var t=e.keyCode||e.which||e.charCode,n=gm.indexOf(t);if(n>=0&&gm.splice(n,1),e.key&&"meta"===e.key.toLowerCase()&&gm.splice(0,gm.length),93!==t&&224!==t||(t=91),t in mm)for(var r in mm[t]=!1,pm)pm[r]===t&&(Tm[r]=!1)}(e)})))}var km={setScope:Cm,getScope:xm,deleteScope:function(e,t){var n,r;for(var i in e||(e=xm()),hm)if(Object.prototype.hasOwnProperty.call(hm,i))for(n=hm[i],r=0;r<n.length;)n[r].scope===e?n.splice(r,1):r++;xm()===e&&Cm(t||"all")},getPressedKeyCodes:function(){return gm.slice(0)},isPressed:function(e){return"string"==typeof e&&(e=bm(e)),-1!==gm.indexOf(e)},filter:function(e){var t=e.target||e.srcElement,n=t.tagName,r=!0;return!t.isContentEditable&&("INPUT"!==n&&"TEXTAREA"!==n&&"SELECT"!==n||t.readOnly)||(r=!1),r},unbind:function(e){if(e){if(Array.isArray(e))e.forEach((function(e){e.key&&_m(e)}));else if("object"==typeof e)e.key&&_m(e);else if("string"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i=n[0],o=n[1];"function"==typeof i&&(o=i,i=""),_m({key:e,scope:i,method:o,splitKey:"+"})}}else Object.keys(hm).forEach((function(e){return delete hm[e]}))}};for(var Sm in km)Object.prototype.hasOwnProperty.call(km,Sm)&&(Tm[Sm]=km[Sm]);if("undefined"!=typeof window){var Mm=window.hotkeys;Tm.noConflict=function(e){return e&&window.hotkeys===Tm&&(window.hotkeys=Mm),Tm},window.hotkeys=Tm}Tm.filter=function(){return!0};var Am=function(e,t){var n=e.target,r=n&&n.tagName;return Boolean(r&&t&&t.includes(r))};function Lm(e,t,n,r){n instanceof Array&&(r=n,n=void 0);var i=n||{},o=i.enableOnTags,l=i.filter,u=i.keyup,f=i.keydown,p=i.filterPreventDefault,d=void 0===p||p,m=i.enabled,h=void 0===m||m,y=i.enableOnContentEditable,g=void 0!==y&&y,v=s(null),E=c((function(e,n){var r;return l&&!l(e)?!d:!!(Am(e,["INPUT","TEXTAREA","SELECT"])&&!Am(e,o)||null!=(r=e.target)&&r.isContentEditable&&!g)||(null===v.current||document.activeElement===v.current)&&(t(e,n),!0)}),r?[v,o,l].concat(r):[v,o,l]);return a((function(){if(h)return u&&!0!==f&&(n.keydown=!1),Tm(e,n||{},E),function(){Tm.unbind(e,E)}}),[E,e,h]),v}function Um(){return Um=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Um.apply(this,arguments)}function Pm(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function Fm(e,t){return Fm=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},Fm(e,t)}function Vm(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Fm(e,t)}function Bm(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var Dm=!1,Hm=t.createContext(null),jm=function(e){return e.scrollTop},Rm="unmounted",zm="exited",Nm="entering",Im="entered",$m="exiting",Gm=function(e){function n(t,n){var r;r=e.call(this,t,n)||this;var i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=zm,r.appearStatus=Nm):i=Im:i=t.unmountOnExit||t.mountOnEnter?Rm:zm,r.state={status:i},r.nextCallback=null,r}Vm(n,e),n.getDerivedStateFromProps=function(e,t){return e.in&&t.status===Rm?{status:zm}:null};var r=n.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==Nm&&n!==Im&&(t=Nm):n!==Nm&&n!==Im||(t=$m)}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},r.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===Nm){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:h.findDOMNode(this);n&&jm(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===zm&&this.setState({status:Rm})},r.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[h.findDOMNode(this),r],o=i[0],a=i[1],s=this.getTimeouts(),l=r?s.appear:s.enter;!e&&!n||Dm?this.safeSetState({status:Im},(function(){t.props.onEntered(o)})):(this.props.onEnter(o,a),this.safeSetState({status:Nm},(function(){t.props.onEntering(o,a),t.onTransitionEnd(l,(function(){t.safeSetState({status:Im},(function(){t.props.onEntered(o,a)}))}))})))},r.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:h.findDOMNode(this);t&&!Dm?(this.props.onExit(r),this.safeSetState({status:$m},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:zm},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:zm},(function(){e.props.onExited(r)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:h.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],a=i[1];this.props.addEndListener(o,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if(e===Rm)return null;var n=this.props,r=n.children;n.in,n.mountOnEnter,n.unmountOnExit,n.appear,n.enter,n.exit,n.timeout,n.addEndListener,n.onEnter,n.onEntering,n.onEntered,n.onExit,n.onExiting,n.onExited,n.nodeRef;var i=Pm(n,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return t.createElement(Hm.Provider,{value:null},"function"==typeof r?r(e,i):t.cloneElement(t.Children.only(r),i))},n}(t.Component);function Zm(){}Gm.contextType=Hm,Gm.propTypes={},Gm.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Zm,onEntering:Zm,onEntered:Zm,onExit:Zm,onExiting:Zm,onExited:Zm},Gm.UNMOUNTED=Rm,Gm.EXITED=zm,Gm.ENTERING=Nm,Gm.ENTERED=Im,Gm.EXITING=$m;var Wm=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return r=t,void((n=e).classList?n.classList.add(r):function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")}(n,r)||("string"==typeof n.className?n.className=n.className+" "+r:n.setAttribute("class",(n.className&&n.className.baseVal||"")+" "+r)));var n,r}))},Ym=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return r=t,void((n=e).classList?n.classList.remove(r):"string"==typeof n.className?n.className=Bm(n.className,r):n.setAttribute("class",Bm(n.className&&n.className.baseVal||"",r)));var n,r}))},qm=function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).appliedClasses={appear:{},enter:{},exit:{}},t.onEnter=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1];t.removeClasses(i,"exit"),t.addClass(i,o?"appear":"enter","base"),t.props.onEnter&&t.props.onEnter(e,n)},t.onEntering=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1]?"appear":"enter";t.addClass(i,o,"active"),t.props.onEntering&&t.props.onEntering(e,n)},t.onEntered=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1]?"appear":"enter";t.removeClasses(i,o),t.addClass(i,o,"done"),t.props.onEntered&&t.props.onEntered(e,n)},t.onExit=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"appear"),t.removeClasses(n,"enter"),t.addClass(n,"exit","base"),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var n=t.resolveArguments(e)[0];t.addClass(n,"exit","active"),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"exit"),t.addClass(n,"exit","done"),t.props.onExited&&t.props.onExited(e)},t.resolveArguments=function(e,n){return t.props.nodeRef?[t.props.nodeRef.current,e]:[e,n]},t.getClassNames=function(e){var n=t.props.classNames,r="string"==typeof n,i=r?""+(r&&n?n+"-":"")+e:n[e];return{baseClassName:i,activeClassName:r?i+"-active":n[e+"Active"],doneClassName:r?i+"-done":n[e+"Done"]}},t}Vm(n,e);var r=n.prototype;return r.addClass=function(e,t,n){var r=this.getClassNames(t)[n+"ClassName"],i=this.getClassNames("enter").doneClassName;"appear"===t&&"done"===n&&i&&(r+=" "+i),"active"===n&&e&&jm(e),r&&(this.appliedClasses[t][n]=r,Wm(e,r))},r.removeClasses=function(e,t){var n=this.appliedClasses[t],r=n.base,i=n.active,o=n.done;this.appliedClasses[t]={},r&&Ym(e,r),i&&Ym(e,i),o&&Ym(e,o)},r.render=function(){var e=this.props;e.classNames;var n=Pm(e,["classNames"]);return t.createElement(Gm,Um({},n,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},n}(t.Component);function Xm(e,t){var n=Object.create(null);return e&&d.map(e,(function(e){return e})).forEach((function(e){n[e.key]=function(e){return t&&m(e)?t(e):e}(e)})),n}function Km(e,t,n){return null!=n[t]?n[t]:e.props[t]}function Jm(e,t,n){var i=Xm(e.children),o=function(e,t){function n(n){return n in t?t[n]:e[n]}e=e||{},t=t||{};var r,i=Object.create(null),o=[];for(var a in e)a in t?o.length&&(i[a]=o,o=[]):o.push(a);var s={};for(var l in t){if(i[l])for(r=0;r<i[l].length;r++){var u=i[l][r];s[i[l][r]]=n(u)}s[l]=n(l)}for(r=0;r<o.length;r++)s[o[r]]=n(o[r]);return s}(t,i);return Object.keys(o).forEach((function(a){var s=o[a];if(m(s)){var l=a in t,u=a in i,c=t[a],f=m(c)&&!c.props.in;!u||l&&!f?u||!l||f?u&&l&&m(c)&&(o[a]=r(s,{onExited:n.bind(null,s),in:c.props.in,exit:Km(s,"exit",e),enter:Km(s,"enter",e)})):o[a]=r(s,{in:!1}):o[a]=r(s,{onExited:n.bind(null,s),in:!0,exit:Km(s,"exit",e),enter:Km(s,"enter",e)})}})),o}qm.defaultProps={classNames:""},qm.propTypes={};var Qm,eh,th=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},nh=function(e){function n(t,n){var r,i=(r=e.call(this,t,n)||this).handleExited.bind(function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(r));return r.state={contextValue:{isMounting:!0},handleExited:i,firstRender:!0},r}Vm(n,e);var i=n.prototype;return i.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},i.componentWillUnmount=function(){this.mounted=!1},n.getDerivedStateFromProps=function(e,t){var n,i,o=t.children,a=t.handleExited;return{children:t.firstRender?(n=e,i=a,Xm(n.children,(function(e){return r(e,{onExited:i.bind(null,e),in:!0,appear:Km(e,"appear",n),enter:Km(e,"enter",n),exit:Km(e,"exit",n)})}))):Jm(e,o,a),firstRender:!1}},i.handleExited=function(e,t){var n=Xm(this.props.children);e.key in n||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var n=Um({},t.children);return delete n[e.key],{children:n}})))},i.render=function(){var e=this.props,n=e.component,r=e.childFactory,i=Pm(e,["component","childFactory"]),o=this.state.contextValue,a=th(this.state.children).map(r);return delete i.appear,delete i.enter,delete i.exit,null===n?t.createElement(Hm.Provider,{value:o},a):t.createElement(Hm.Provider,{value:o},t.createElement(n,i,a))},n}(t.Component);nh.propTypes={},nh.defaultProps={component:"div",childFactory:function(e){return e}},(function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).handleEnter=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEnter",0,n)},t.handleEntering=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntering",0,n)},t.handleEntered=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntered",0,n)},t.handleExit=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExit",1,n)},t.handleExiting=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExiting",1,n)},t.handleExited=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExited",1,n)},t}Vm(n,e);var r=n.prototype;return r.handleLifecycle=function(e,n,r){var i,o=this.props.children,a=t.Children.toArray(o)[n];if(a.props[e]&&(i=a.props)[e].apply(i,r),this.props[e]){var s=a.props.nodeRef?void 0:h.findDOMNode(this);this.props[e](s)}},r.render=function(){var e=this.props,n=e.children,r=e.in,i=Pm(e,["children","in"]),o=t.Children.toArray(n),a=o[0],s=o[1];return delete i.onEnter,delete i.onEntering,delete i.onEntered,delete i.onExit,delete i.onExiting,delete i.onExited,t.createElement(nh,i,r?t.cloneElement(a,{key:"first",onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered}):t.cloneElement(s,{key:"second",onEnter:this.handleExit,onEntering:this.handleExiting,onEntered:this.handleExited}))},n}(t.Component)).propTypes={};var rh="out-in",ih="in-out",oh=function(e,t,n){return function(){var r;e.props[t]&&(r=e.props)[t].apply(r,arguments),n()}},ah=((Qm={})[rh]=function(e){var n=e.current,r=e.changeState;return t.cloneElement(n,{in:!1,onExited:oh(n,"onExited",(function(){r(Nm,null)}))})},Qm[ih]=function(e){var n=e.current,r=e.changeState,i=e.children;return[n,t.cloneElement(i,{in:!0,onEntered:oh(i,"onEntered",(function(){r(Nm)}))})]},Qm),sh=((eh={})[rh]=function(e){var n=e.children,r=e.changeState;return t.cloneElement(n,{in:!0,onEntered:oh(n,"onEntered",(function(){r(Im,t.cloneElement(n,{in:!0}))}))})},eh[ih]=function(e){var n=e.current,r=e.children,i=e.changeState;return[t.cloneElement(n,{in:!1,onExited:oh(n,"onExited",(function(){i(Im,t.cloneElement(r,{in:!0}))}))}),t.cloneElement(r,{in:!0})]},eh),lh=function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).state={status:Im,current:null},t.appeared=!1,t.changeState=function(e,n){void 0===n&&(n=t.state.current),t.setState({status:e,current:n})},t}Vm(n,e);var r=n.prototype;return r.componentDidMount=function(){this.appeared=!0},n.getDerivedStateFromProps=function(e,n){return null==e.children?{current:null}:n.status===Nm&&e.mode===ih?{status:Nm}:!n.current||(r=n.current,i=e.children,r===i||t.isValidElement(r)&&t.isValidElement(i)&&null!=r.key&&r.key===i.key)?{current:t.cloneElement(e.children,{in:!0})}:{status:$m};var r,i},r.render=function(){var e,n=this.props,r=n.children,i=n.mode,o=this.state,a=o.status,s=o.current,l={children:r,current:s,changeState:this.changeState,status:a};switch(a){case Nm:e=sh[i](l);break;case $m:e=ah[i](l);break;case Im:e=s}return t.createElement(Hm.Provider,{value:{isMounting:!this.appeared}},e)},n}(t.Component);lh.propTypes={},lh.defaultProps={mode:rh};new(function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.overlays=[],this.previouslyFocusedElements=[],this.add=this.add.bind(this),this.remove=this.remove.bind(this),this.isTopOverlay=this.isTopOverlay.bind(this),this.hasOverlays=this.hasOverlays.bind(this),this.getFinalFocusInOverlay=this.getFinalFocusInOverlay.bind(this),this.getTopMostOverlay=this.getTopMostOverlay.bind(this)}var t,n,r;return t=e,(n=[{key:"add",value:function(e,t){this.overlays.push(e),this.previouslyFocusedElements.push(t)}},{key:"remove",value:function(e){this.overlays=this.overlays.filter((function(t){return t!==e}))}},{key:"isTopOverlay",value:function(e){return this.overlays[this.overlays.length-1]===e}},{key:"hasOverlays",value:function(){return this.overlays.length>0}},{key:"getFinalFocusInOverlay",value:function(){return this.previouslyFocusedElements.pop()}},{key:"getTopMostOverlay",value:function(){return this.overlays[this.overlays.length-1]}}])&&O(t.prototype,n),r&&O(t,r),Object.defineProperty(t,"prototype",{writable:!1}),e}());var uh=["size"],ch=function(e){var t=e.size,n=Hn(e,uh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_428)"}),xr.createElement("mask",{id:"mask0_3502_428",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"20",fill:"url(#paint1_linear_3502_428)"})),xr.createElement("g",{mask:"url(#mask0_3502_428)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430172V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_428)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_428)"},xr.createElement("rect",{x:"9.47374",y:"17.6344",width:"2.49143",height:"4.36",fill:"white"}),xr.createElement("rect",{x:"12.9618",y:"14.5201",width:"2.49143",height:"7.47429",fill:"white"}),xr.createElement("path",{d:"M16.4497 10.4092H18.9412V21.9943H16.4497V10.4092Z",fill:"white"}),xr.createElement("path",{d:"M23.9156 24.2394C24.4934 23.7672 25.3445 23.8528 25.8167 24.4305L30.2214 29.8198C30.6936 30.3976 30.608 31.2487 30.0303 31.7209C29.4525 32.1931 28.6014 32.1075 28.1292 31.5298L23.7245 26.1405C23.2523 25.5627 23.3379 24.7116 23.9156 24.2394Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M26.3213 19.1189C26.3213 15.8239 23.6685 13.1485 20.3821 13.1119V10.4098C25.1608 10.4464 29.0233 14.3316 29.0233 19.1189C29.0233 22.0022 27.6208 24.5582 25.4667 26.1411C24.0237 27.2016 22.24 27.8284 20.3139 27.8284C17.4857 27.8284 14.9722 26.479 13.3834 24.3944C13.1593 24.1004 12.9534 23.7915 12.7674 23.4695H16.171C17.25 24.4975 18.7083 25.1264 20.3139 25.1264C21.6452 25.1264 22.8718 24.6949 23.8667 23.9638C25.3578 22.868 26.3213 21.1061 26.3213 19.1189Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_428",x:"9.47374",y:"10.4092",width:"27.0526",height:"28.6167",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"3",dy:"4"}),xr.createElement("feGaussianBlur",{stdDeviation:"1.5"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_428"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_428",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_428",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#63D9FE"}),xr.createElement("stop",{offset:"0.798939",stopColor:"#8588FF"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_428",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_428",x1:"32.2489",y1:"9.63823",x2:"0.430171",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};ch.defaultProps={size:24},ch.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var fh=["size"],ph=function(e){var t=e.size,n=Hn(e,fh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_449)"}),xr.createElement("mask",{id:"mask0_3502_449",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_449)"})),xr.createElement("g",{mask:"url(#mask0_3502_449)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430168V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_449)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_449)"},xr.createElement("path",{d:"M30.4576 28.1426L27.6617 25.3801C27.38 25.8328 27.0447 26.2572 26.6572 26.6433C26.2665 27.0344 25.8379 27.3732 25.3801 27.6569L28.1922 30.4352C28.8225 31.0587 29.8363 31.0532 30.4631 30.4274C30.4657 30.4248 30.4679 30.4226 30.4702 30.4206C31.0992 29.7913 31.0908 28.7683 30.4576 28.1426Z",fill:"white"}),xr.createElement("path",{d:"M19.0643 26.7836C23.3405 26.7836 26.7836 23.3409 26.7836 19.1228C26.7836 14.9047 23.3405 11.462 19.0643 11.462C14.7882 11.462 11.345 14.9047 11.345 19.1228C11.345 23.3409 14.7882 26.7836 19.0643 26.7836ZM19.0643 29.1228C24.6195 29.1228 29.1228 24.6457 29.1228 19.1228C29.1228 13.6 24.6195 9.1228 19.0643 9.1228C13.5092 9.1228 9.00587 13.6 9.00587 19.1228C9.00587 24.6457 13.5092 29.1228 19.0643 29.1228Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M15.6287 21.0299C15.6058 20.8673 15.5944 20.7033 15.5946 20.539V20.0482H14.6199V19.0664H15.5946V18.5756C15.5946 18.4087 15.6063 18.2452 15.6287 18.0847H14.6199V17.103H15.923C16.2217 16.4705 16.7045 15.9445 17.307 15.595L16.7953 15.0796L17.4854 14.386L18.3056 15.2126C18.7678 15.1153 19.2449 15.1153 19.7071 15.2126L20.5273 14.386L21.2169 15.0806L20.7052 15.596C21.3074 15.9453 21.79 16.4709 22.0887 17.103H23.3918V18.0847H22.3831C22.4055 18.2452 22.4172 18.4087 22.4172 18.5756V19.0664H23.3918V20.0482H22.4172V20.539C22.4172 20.7059 22.4055 20.8694 22.3831 21.0299H23.3918V22.0117H22.0887C21.8122 22.5995 21.3757 23.0963 20.83 23.4441C20.2843 23.792 19.6517 23.9766 19.0059 23.9766C18.3601 23.9766 17.7275 23.792 17.1818 23.4441C16.636 23.0963 16.1995 22.5995 15.923 22.0117H14.6199V21.0299H15.6287ZM17.5439 18.0847V19.0664H20.4679V18.0847H17.5439ZM17.5439 20.0482V21.0299H20.4679V20.0482H17.5439Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_449",x:"9.00587",y:"9.1228",width:"22.6331",height:"22.5957",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_449"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_449",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_449",x1:"-27.5439",y1:"-30.1754",x2:"76.7251",y2:"79.2982",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.176638",stopColor:"#8BBAFF"}),xr.createElement("stop",{offset:"1",stopColor:"#753BF1"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_449",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_449",x1:"32.2489",y1:"9.63823",x2:"0.430167",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};ph.defaultProps={size:24},ph.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var dh=["size"],mh=function(e){var t=e.size,n=Hn(e,dh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_432)"}),xr.createElement("mask",{id:"mask0_3502_432",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",fill:"url(#paint1_linear_3502_432)"})),xr.createElement("g",{mask:"url(#mask0_3502_432)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430145V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_432)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_432)"},xr.createElement("rect",{x:"14.3397",y:"20.6887",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"14.3397",y:"23.6921",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"17.3431",y:"17.6854",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"17.3431",y:"20.6887",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"17.3431",y:"23.6921",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"20.3465",y:"17.6854",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"23.3499",y:"17.6854",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"20.3465",y:"20.6887",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"20.3465",y:"23.6921",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"23.3499",y:"20.6887",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),xr.createElement("rect",{x:"15.1483",y:"10.2924",width:"1.73273",height:"3.23442",rx:"0.866363",fill:"white"}),xr.createElement("rect",{x:"23.1189",y:"10.2924",width:"1.73273",height:"3.23442",rx:"0.866363",fill:"white"}),xr.createElement("path",{d:"M22.7723 11.6786H17.2276V12.6605C17.2276 13.3303 16.6845 13.8734 16.0147 13.8734C15.3448 13.8734 14.8018 13.3303 14.8018 12.6605V11.6786H13.6842C12.0047 11.6786 10.6432 13.0401 10.6432 14.7195V26.658C10.6432 28.3375 12.0047 29.6989 13.6842 29.6989H26.3158C27.9952 29.6989 29.3567 28.3375 29.3567 26.658V14.7195C29.3567 13.0401 27.9952 11.6786 26.3158 11.6786H25.1981V12.6605C25.1981 13.3303 24.6551 13.8734 23.9852 13.8734C23.3153 13.8734 22.7723 13.3303 22.7723 12.6605V11.6786ZM13.4214 16.2992C13.163 16.2992 12.9535 16.5086 12.9535 16.767V26.9208C12.9535 27.1792 13.163 27.3886 13.4214 27.3886H26.5785C26.8369 27.3886 27.0464 27.1792 27.0464 26.9208V16.767C27.0464 16.5086 26.8369 16.2992 26.5785 16.2992H13.4214Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_432",x:"10.6432",y:"10.2924",width:"19.4152",height:"20.2253",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_432"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_432",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_432",x1:"7.7595",y1:"-17.3282",x2:"43.8414",y2:"69.1045",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.155668",stopColor:"#FFCDA5"}),xr.createElement("stop",{offset:"0.795222",stopColor:"#EE4D5F"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_432",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_432",x1:"32.2488",y1:"9.63823",x2:"0.430144",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};mh.defaultProps={size:24},mh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var hh=["size"],yh=function(e){var t=e.size,n=Hn(e,hh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_436)"}),xr.createElement("mask",{id:"mask0_3502_436",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_436)"})),xr.createElement("g",{mask:"url(#mask0_3502_436)"},xr.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430176V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3502_436)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_436)"},xr.createElement("rect",{x:"24.5224",y:"13.3334",width:"2.02728",height:"13.1383",rx:"1.01364",fill:"white"}),xr.createElement("path",{d:"M27.6024 21.7469C27.7461 21.8021 27.9022 21.8323 28.0653 21.8323C28.7785 21.8323 29.3567 21.2541 29.3567 20.5409V19.6539C29.3567 18.9407 28.7785 18.3625 28.0653 18.3625C27.9022 18.3625 27.7461 18.3928 27.6024 18.448V21.7469Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M13.6121 21.7973C13.5828 21.555 13.6241 21.3093 13.7309 21.0898V21.0898C14.3201 19.8796 16.1404 20.2991 16.1404 21.6452V27.2562C16.1404 27.7704 15.7235 28.1872 15.2094 28.1872V28.1872C14.7384 28.1872 14.3416 27.8354 14.2851 27.3679L13.6121 21.7973Z",fill:"white"}),xr.createElement("path",{d:"M11.2612 17.1983C10.901 17.2747 10.6433 17.5927 10.6433 17.961V22.1425C10.6433 22.5167 10.9091 22.8382 11.2767 22.9084L16.1404 23.8374V16.1635L11.2612 17.1983ZM17.193 15.9403V24.0385L24.5223 25.4384V14.3859L17.193 15.9403Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_436",x:"10.6433",y:"13.3334",width:"19.4152",height:"15.6725",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_436"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_436",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_436",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.159672",stopColor:"#FF8787"}),xr.createElement("stop",{offset:"0.78967",stopColor:"#FFA768"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_436",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_436",x1:"32.2489",y1:"9.63811",x2:"0.430175",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};yh.defaultProps={size:24},yh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var gh=["size"],vh=function(e){var t=e.size,n=Hn(e,gh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("g",{clipPath:"url(#clip0_3083_412)"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint0_linear_3083_412)"}),xr.createElement("mask",{id:"mask0_3083_412",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint1_linear_3083_412)"})),xr.createElement("g",{mask:"url(#mask0_3083_412)"},xr.createElement("path",{d:"M37.4195 22.3656C37.4195 12.1513 29.1392 3.87097 18.9249 3.87097H0.430237V40.8602H37.4195V22.3656Z",fill:"url(#paint2_linear_3083_412)"}),xr.createElement("g",{filter:"url(#filter0_d_3083_412)"},xr.createElement("path",{d:"M17.8925 10.7527H22.1075C24.3433 10.7527 26.4876 11.6264 28.0685 13.1818C29.6495 14.7371 30.5376 16.8465 30.5376 19.046C30.5376 21.2456 29.6495 23.355 28.0685 24.9103C26.4876 26.4656 24.3433 27.3394 22.1075 27.3394V30.9677C16.8387 28.8944 9.46237 25.7844 9.46237 19.046C9.46237 17.9569 9.68042 16.8785 10.1041 15.8723C10.5277 14.8661 11.1487 13.9519 11.9315 13.1818C12.7143 12.4116 13.6436 11.8008 14.6664 11.384C15.6892 10.9672 16.7854 10.7527 17.8925 10.7527V10.7527Z",fill:"white"})))),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3083_412",x:"5.15304",y:"8.16709",width:"29.6939",height:"28.8337",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dy:"1.72373"}),xr.createElement("feGaussianBlur",{stdDeviation:"2.15466"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3083_412"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3083_412",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3083_412",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8886FF"}),xr.createElement("stop",{offset:"1",stopColor:"#9B72E7"})),xr.createElement("linearGradient",{id:"paint1_linear_3083_412",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8886FF"}),xr.createElement("stop",{offset:"1",stopColor:"#9B72E7"})),xr.createElement("linearGradient",{id:"paint2_linear_3083_412",x1:"32.2489",y1:"9.63811",x2:"0.430236",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.1"}),xr.createElement("stop",{offset:"0.963542",stopOpacity:"0"})),xr.createElement("clipPath",{id:"clip0_3083_412"},xr.createElement("rect",{width:"40",height:"40",fill:"white"}))))};vh.defaultProps={size:24},vh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Eh=["size"],bh=function(e){var t=e.size,n=Hn(e,Eh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_447)"}),xr.createElement("mask",{id:"mask0_3502_447",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_447)"})),xr.createElement("g",{mask:"url(#mask0_3502_447)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430172V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_447)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_447)"},xr.createElement("path",{d:"M29.5766 9.5907H10.4234C9.96278 9.5907 9.59064 9.96283 9.59064 10.4234V29.5767C9.59064 30.0373 9.96278 30.4094 10.4234 30.4094H29.5766C30.0372 30.4094 30.4094 30.0373 30.4094 29.5767V10.4234C30.4094 9.96283 30.0372 9.5907 29.5766 9.5907ZM20.0286 20.1588L15.0321 24.3486C14.8968 24.4631 14.6912 24.3668 14.6912 24.1898V22.5582C14.6912 22.4983 14.7199 22.4384 14.7667 22.3994L17.6241 20.0001L14.7667 17.6007C14.7428 17.5818 14.7235 17.5577 14.7104 17.5301C14.6974 17.5026 14.6908 17.4724 14.6912 17.442V15.8103C14.6912 15.6333 14.8968 15.537 15.0321 15.6515L20.0286 19.8387C20.1301 19.922 20.1301 20.0755 20.0286 20.1588V20.1588ZM25.3088 24.1898C25.3088 24.3043 25.2203 24.398 25.1136 24.398H20.2993C20.1926 24.398 20.1041 24.3043 20.1041 24.1898V22.9407C20.1041 22.8262 20.1926 22.7325 20.2993 22.7325H25.1136C25.2203 22.7325 25.3088 22.8262 25.3088 22.9407V24.1898Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_447",x:"9.59064",y:"9.5907",width:"21.5205",height:"21.6374",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_447"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_447",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_447",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#EF8F59"}),xr.createElement("stop",{offset:"0.760417",stopColor:"#FF85B8"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_447",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_447",x1:"32.2489",y1:"9.63823",x2:"0.430171",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};bh.defaultProps={size:24},bh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Ch=["size"],xh=function(e){var t=e.size,n=Hn(e,Ch);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_439)"}),xr.createElement("mask",{id:"mask0_3502_439",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_439)"})),xr.createElement("g",{mask:"url(#mask0_3502_439)"},xr.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.139 3.87097 18.9248 3.87097H0.43013V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3502_439)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_439)"},xr.createElement("path",{d:"M20.0307 10.0583C24.5047 10.0583 28.1315 13.6852 28.1315 18.1592V26.2601H11.9298V10.0583H20.0307ZM23.6491 13.6227C23.2017 13.6227 22.839 13.9854 22.839 14.4328V23.6138C22.839 24.0612 23.2017 24.4239 23.6491 24.4239C24.0965 24.4239 24.4591 24.0612 24.4591 23.6138V14.4328C24.4591 13.9854 24.0965 13.6227 23.6491 13.6227Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M16.4015 25.6121C16.4015 25.2541 16.6917 24.964 17.0496 24.964H25.7013C27.0435 24.964 28.1315 26.0521 28.1315 27.3942C28.1315 28.7364 27.0435 29.8245 25.7013 29.8245H11.9298V28.0159H13.226V28.5284H25.7013C26.3276 28.5284 26.8354 28.0206 26.8354 27.3942C26.8354 26.7679 26.3276 26.2601 25.7013 26.2601H17.0496C16.6917 26.2601 16.4015 25.97 16.4015 25.6121Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M27.0515 25.2881H28.1316V27.4483H27.0515V25.2881Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_439",x:"11.9298",y:"10.0583",width:"16.9035",height:"20.5848",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_439"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_439",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_439",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8CD672"}),xr.createElement("stop",{offset:"1",stopColor:"#59CBEF"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_439",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_439",x1:"32.2488",y1:"9.63811",x2:"0.430129",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};xh.defaultProps={size:24},xh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var _h=["size"],Oh=function(e){var t=e.size,n=Hn(e,_h);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_431)"}),xr.createElement("mask",{id:"mask0_3502_431",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_431)"})),xr.createElement("g",{mask:"url(#mask0_3502_431)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_431)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_431)"},xr.createElement("path",{d:"M15.6893 18.7462C14.9969 18.0538 13.8743 18.0538 13.1819 18.7462C12.4896 19.4386 12.4896 20.5612 13.1819 21.2535C13.8743 21.9459 14.9969 21.9459 15.6893 21.2535C16.3816 20.5612 16.3816 19.4386 15.6893 18.7462ZM17.1172 17.3183C15.6362 15.8373 13.235 15.8373 11.754 17.3183C10.273 18.7993 10.273 21.2005 11.754 22.6815C13.235 24.1625 15.6362 24.1625 17.1172 22.6815C18.5982 21.2005 18.5982 18.7993 17.1172 17.3183Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M26.818 13.182C26.1256 12.4896 25.003 12.4896 24.3107 13.182C23.6183 13.8744 23.6183 14.997 24.3107 15.6893C25.003 16.3817 26.1256 16.3817 26.818 15.6893C27.5104 14.997 27.5104 13.8744 26.818 13.182ZM28.2459 11.7541C26.7649 10.2731 24.3637 10.2731 22.8827 11.7541C21.4017 13.2351 21.4017 15.6363 22.8827 17.1173C24.3637 18.5983 26.7649 18.5983 28.2459 17.1173C29.7269 15.6363 29.7269 13.2351 28.2459 11.7541Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M26.818 24.3104C26.1256 23.618 25.003 23.618 24.3107 24.3104C23.6183 25.0028 23.6183 26.1254 24.3107 26.8177C25.003 27.5101 26.1256 27.5101 26.818 26.8177C27.5104 26.1254 27.5104 25.0028 26.818 24.3104ZM28.2459 22.8825C26.7649 21.4015 24.3637 21.4015 22.8827 22.8825C21.4017 24.3635 21.4017 26.7647 22.8827 28.2457C24.3637 29.7267 26.7649 29.7267 28.2459 28.2457C29.7269 26.7647 29.7269 24.3635 28.2459 22.8825Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M23.9914 15.2183C24.2408 15.7171 24.0386 16.3236 23.5398 16.5729L17.3631 19.6613C16.8644 19.9107 16.2578 19.7085 16.0085 19.2097C15.7591 18.711 15.9612 18.1045 16.46 17.8551L22.6367 14.7667C23.1355 14.5173 23.742 14.7195 23.9914 15.2183Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M16.0085 20.7899C16.2578 20.2912 16.8644 20.089 17.3631 20.3384L23.5398 23.4267C24.0386 23.6761 24.2408 24.2826 23.9914 24.7814C23.742 25.2802 23.1355 25.4823 22.6367 25.233L16.46 22.1446C15.9612 21.8952 15.7591 21.2887 16.0085 20.7899Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_431",x:"10.6432",y:"10.6433",width:"19.4152",height:"19.5318",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_431"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_431",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_431",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.305309",stopColor:"#75DCFD"}),xr.createElement("stop",{offset:"0.930745",stopColor:"#597DEF"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_431",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_431",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Oh.defaultProps={size:24},Oh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var wh=["size"],Th=function(e){var t=e.size,n=Hn(e,wh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_443)"}),xr.createElement("mask",{id:"mask0_3502_443",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_443)"})),xr.createElement("g",{mask:"url(#mask0_3502_443)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_443)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_443)"},xr.createElement("path",{d:"M11.6996 21.274C13.2684 19.0157 14.1912 17.5609 14.8641 16.4857C12.2784 16.7144 9.80005 19.9317 9.80005 19.9317L11.5067 21.6383C11.5562 21.5121 11.6195 21.3896 11.6996 21.274Z",fill:"white"}),xr.createElement("path",{d:"M18.3635 28.4948L20.069 30.2002C20.069 30.2002 23.2862 27.722 23.5149 25.1365C22.4401 25.809 20.9857 26.7315 18.7267 28.3007C18.6125 28.38 18.4907 28.4448 18.3635 28.4948Z",fill:"white"}),xr.createElement("path",{d:"M15.7697 27.613C15.4769 27.7313 15.1892 27.857 14.8892 27.9573C14.0879 28.2251 13.2627 28.406 12.426 28.5215C12.0753 28.5699 11.7214 28.6109 11.3668 28.6378C11.3702 28.594 11.3735 28.5502 11.3772 28.5065C11.4503 27.654 11.58 26.806 11.7896 25.9758C11.8905 25.5752 12.0194 25.1858 12.1577 24.7969C12.2437 24.5551 12.351 24.3237 12.4593 24.0923L12.2716 23.9048C11.8543 24.1851 11.4914 24.5393 11.1834 24.9401C10.7274 25.5335 10.3856 26.2058 10.1467 26.9142C9.88999 27.6749 9.73692 28.4805 9.71309 29.2836C9.70971 29.3964 9.70196 29.5117 9.71944 29.6237C9.74195 29.7683 9.80545 29.9051 9.90085 30.016C9.99527 30.1257 10.1195 30.2085 10.2573 30.253C10.3729 30.2902 10.4891 30.2909 10.609 30.29C11.3381 30.2839 12.0785 30.1572 12.7764 29.9499C14.0528 29.5706 15.3414 28.8572 16.0968 27.7298L15.9141 27.5473C15.8663 27.5698 15.8183 27.5919 15.7697 27.613Z",fill:"white"}),xr.createElement("path",{d:"M29.9683 10.0327C29.9683 10.0327 29.9681 10.0327 29.968 10.0325C29.8352 9.89979 29.6552 9.82544 29.4678 9.82544C29.4632 9.82544 29.4585 9.82551 29.4538 9.82557C27.1756 9.87026 21.5547 10.2964 18.5697 13.2816C17.2146 14.6367 16.7742 15.342 15.8089 16.8879C15.1137 18.0008 14.1619 19.5253 12.4225 22.0289C12.2271 22.3103 12.2611 22.6912 12.5033 22.9333L17.0669 27.4969C17.2039 27.6339 17.3852 27.7044 17.5677 27.7044C17.708 27.7044 17.849 27.6628 17.9713 27.5779C20.4759 25.838 21.9997 24.8865 23.1123 24.1916C24.658 23.2263 25.3635 22.7858 26.7188 21.4305C29.7092 18.4401 30.1323 12.8229 30.1752 10.5466C30.179 10.3544 30.1042 10.1689 29.9683 10.0327ZM24.6837 18.6436C23.765 19.5623 22.2755 19.5623 21.3568 18.6436C20.4379 17.7248 20.438 16.2355 21.3569 15.3167C22.2755 14.398 23.765 14.3978 24.6837 15.3166C25.6022 16.2353 25.6024 17.7249 24.6837 18.6436Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_443",x:"9.70844",y:"9.82544",width:"21.1687",height:"21.2834",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_443"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_443",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_443",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.244792",stopColor:"#14D1A4"}),xr.createElement("stop",{offset:"1",stopColor:"#67BDE2"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_443",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_443",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Th.defaultProps={size:24},Th.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var kh=["size"],Sh=function(e){var t=e.size,n=Hn(e,kh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint0_linear_3083_414)"}),xr.createElement("mask",{id:"mask0_3083_414",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint1_linear_3083_414)"})),xr.createElement("g",{mask:"url(#mask0_3083_414)"},xr.createElement("path",{d:"M37.4195 22.3656C37.4195 12.1513 29.1392 3.87097 18.9249 3.87097H0.430237V40.8602H37.4195V22.3656Z",fill:"url(#paint2_linear_3083_414)"})),xr.createElement("g",{filter:"url(#filter0_d_3083_414)"},xr.createElement("path",{d:"M9.33279 20.1427H13.5737C14.7447 20.1427 15.6941 21.0832 15.6941 22.2434V25.3945C15.6941 27.1348 14.2701 28.5456 12.5134 28.5456C10.7568 28.5456 9.33279 27.1348 9.33279 25.3945V20.1427Z",fill:"white"}),xr.createElement("path",{d:"M24.1758 22.2434C24.1758 21.0832 25.1252 20.1427 26.2963 20.1427H30.5372V25.3945C30.5372 27.1348 29.1131 28.5456 27.3565 28.5456C25.5999 28.5456 24.1758 27.1348 24.1758 25.3945V22.2434Z",fill:"white"}),xr.createElement("path",{d:"M9.38514 20.1427C9.91708 14.8348 14.4374 10.6893 19.935 10.6893C25.4326 10.6893 29.9529 14.8348 30.4848 20.1427H28.3511C27.8294 15.9976 24.2603 12.7901 19.935 12.7901C15.6097 12.7901 12.0406 15.9976 11.5189 20.1427H9.38514Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3083_414",x:"9.33279",y:"10.6893",width:"22.0682",height:"18.7202",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.431935",dy:"0.431935"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.215967"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3083_414"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3083_414",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3083_414",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#FFD55C"}),xr.createElement("stop",{offset:"1",stopColor:"#FD9437"})),xr.createElement("linearGradient",{id:"paint1_linear_3083_414",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8886FF"}),xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3083_414",x1:"32.2489",y1:"9.63811",x2:"0.430236",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Sh.defaultProps={size:24},Sh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Mh=["size"],Ah=function(e){var t=e.size,n=Hn(e,Mh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_442)"}),xr.createElement("mask",{id:"mask0_3502_442",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_442)"})),xr.createElement("g",{mask:"url(#mask0_3502_442)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_442)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_442)"},xr.createElement("path",{d:"M23.3031 11.0521C21.5898 10.3425 19.7045 10.1568 17.8856 10.5186C16.0668 10.8804 14.396 11.7734 13.0847 13.0847C11.7734 14.396 10.8804 16.0668 10.5186 17.8856C10.1568 19.7045 10.3425 21.5898 11.0521 23.3031C11.7618 25.0165 12.9636 26.4809 14.5056 27.5112C16.0476 28.5415 17.8604 29.0914 19.7149 29.0914C20.0506 29.0914 20.3227 29.3635 20.3227 29.6992C20.3227 30.0349 20.0506 30.307 19.7149 30.307C17.62 30.307 15.5721 29.6858 13.8302 28.5219C12.0884 27.358 10.7308 25.7038 9.92908 23.7683C9.12739 21.8329 8.91763 19.7031 9.32633 17.6485C9.73503 15.5938 10.7438 13.7065 12.2252 12.2252C13.7065 10.7438 15.5938 9.73503 17.6485 9.32633C19.7031 8.91763 21.8329 9.12739 23.7683 9.92908C25.7038 10.7308 27.358 12.0884 28.5219 13.8302C29.6858 15.5721 30.307 17.62 30.307 19.7149C30.307 20.0506 30.0349 20.3227 29.6992 20.3227C29.3635 20.3227 29.0914 20.0506 29.0914 19.7149C29.0914 17.8604 28.5415 16.0476 27.5112 14.5056C26.4809 12.9636 25.0165 11.7618 23.3031 11.0521Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M9.69156 16.3868C9.69156 16.0512 9.96368 15.7791 10.2994 15.7791H29.0121C29.3478 15.7791 29.6199 16.0512 29.6199 16.3868C29.6199 16.7225 29.3478 16.9946 29.0121 16.9946H10.2994C9.96368 16.9946 9.69156 16.7225 9.69156 16.3868Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M9.69275 23.043C9.69275 22.7073 9.96487 22.4352 10.3005 22.4352H19.7146C20.0503 22.4352 20.3224 22.7073 20.3224 23.043C20.3224 23.3787 20.0503 23.6508 19.7146 23.6508H10.3005C9.96487 23.6508 9.69275 23.3787 9.69275 23.043Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M18.2375 9.52013C18.6869 9.26025 19.1969 9.12341 19.716 9.12341C20.2351 9.12341 20.7451 9.26025 21.1944 9.52013C21.6426 9.7793 22.0147 10.1517 22.2735 10.6C23.9099 13.3589 24.7694 16.5092 24.7607 19.7169C24.7598 20.0525 24.4869 20.3239 24.1512 20.323C23.8156 20.3221 23.5442 20.0493 23.5451 19.7136C23.5532 16.724 22.7519 13.788 21.2262 11.217C21.2248 11.2147 21.2234 11.2124 21.2221 11.21C21.0697 10.9453 20.8503 10.7253 20.5859 10.5724C20.3215 10.4195 20.0214 10.339 19.716 10.339C19.4105 10.339 19.1105 10.4195 18.8461 10.5724C18.5816 10.7253 18.3622 10.9453 18.2099 11.21L18.2066 11.2157C16.6875 13.7908 15.8863 16.726 15.8863 19.7158C15.8863 22.7056 16.6875 25.6407 18.2066 28.2159L18.209 28.2201C18.3623 28.4848 18.5824 28.7047 18.8472 28.8578C19.112 29.011 19.4123 29.092 19.7182 29.0928C20.0539 29.0938 20.3253 29.3666 20.3243 29.7023C20.3234 30.038 20.0505 30.3093 19.7149 30.3084C19.1964 30.307 18.6874 30.1697 18.2386 29.9101C17.7906 29.651 17.4182 29.2792 17.1584 28.8316C15.5297 26.0698 14.6707 22.9221 14.6707 19.7158C14.6707 16.5098 15.5296 13.3623 17.158 10.6007C17.4168 10.1521 17.7891 9.77945 18.2375 9.52013Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M26.3228 30.7604C28.7736 30.7604 30.7603 28.7737 30.7603 26.323C30.7603 23.8722 28.7736 21.8855 26.3228 21.8855C23.8721 21.8855 21.8853 23.8722 21.8853 26.323C21.8853 28.7737 23.8721 30.7604 26.3228 30.7604ZM24.3847 27.3271C24.6472 27.0646 25.0031 26.9172 25.3743 26.9172H27.4322C27.8034 26.9172 28.1593 27.0646 28.4218 27.3271C28.6842 27.5895 28.8316 27.9455 28.8316 28.3166V28.8311C28.8316 29.0357 28.6658 29.2015 28.4612 29.2015C28.2566 29.2015 28.0908 29.0357 28.0908 28.8311V28.3166C28.0908 28.1419 28.0214 27.9744 27.8979 27.8509C27.7744 27.7274 27.6069 27.6581 27.4322 27.6581H25.3743C25.1996 27.6581 25.0321 27.7274 24.9086 27.8509C24.7851 27.9744 24.7157 28.1419 24.7157 28.3166V28.8311C24.7157 29.0357 24.5499 29.2015 24.3453 29.2015C24.1407 29.2015 23.9749 29.0357 23.9749 28.8311V28.3166C23.9749 27.9455 24.1223 27.5895 24.3847 27.3271ZM25.7446 25.085C25.7446 24.7213 26.0394 24.4265 26.4031 24.4265C26.7668 24.4265 27.0617 24.7213 27.0617 25.085C27.0617 25.4487 26.7668 25.7436 26.4031 25.7436C26.0394 25.7436 25.7446 25.4487 25.7446 25.085ZM26.4031 23.6856C25.6303 23.6856 25.0037 24.3121 25.0037 25.085C25.0037 25.8579 25.6303 26.4844 26.4031 26.4844C27.176 26.4844 27.8025 25.8579 27.8025 25.085C27.8025 24.3121 27.176 23.6856 26.4031 23.6856Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_442",x:"9.1228",y:"9.1228",width:"22.3392",height:"22.4563",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_442"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_442",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_442",x1:"-11.5972",y1:"-22.0066",x2:"28.5782",y2:"61.5022",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#10AADB"}),xr.createElement("stop",{offset:"1",stopColor:"#96BAFF"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_442",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_442",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Ah.defaultProps={size:24},Ah.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Lh=["size"],Uh=function(e){var t=e.size,n=Hn(e,Lh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("g",{clipPath:"url(#clip0_3083_415)"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint0_linear_3083_415)"}),xr.createElement("mask",{id:"mask0_3083_415",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"#E5E5E5"})),xr.createElement("g",{mask:"url(#mask0_3083_415)"}),xr.createElement("mask",{id:"mask1_3083_415",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint1_linear_3083_415)"})),xr.createElement("g",{mask:"url(#mask1_3083_415)"},xr.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430145V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3083_415)"})),xr.createElement("rect",{x:"15.8585",y:"18.1824",width:"13.4982",height:"3.68133",rx:"1.84067",fill:"white"}),xr.createElement("rect",{x:"15.8585",y:"24.3179",width:"10.4304",height:"3.68133",rx:"1.84067",fill:"white"}),xr.createElement("rect",{x:"15.8585",y:"12.0468",width:"9.81689",height:"3.68133",rx:"1.84067",fill:"white"}),xr.createElement("circle",{cx:"12.4839",cy:"13.8874",r:"1.84067",fill:"white"}),xr.createElement("circle",{cx:"12.4839",cy:"20.023",r:"1.84067",fill:"white"}),xr.createElement("circle",{cx:"12.4839",cy:"26.1585",r:"1.84067",fill:"white"})),xr.createElement("defs",null,xr.createElement("linearGradient",{id:"paint0_linear_3083_415",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#FE8072"}),xr.createElement("stop",{offset:"1",stopColor:"#F97290"})),xr.createElement("linearGradient",{id:"paint1_linear_3083_415",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8886FF"}),xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3083_415",x1:"32.2488",y1:"9.63811",x2:"0.430144",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.375",stopColor:"white",stopOpacity:"0"})),xr.createElement("clipPath",{id:"clip0_3083_415"},xr.createElement("rect",{width:"40",height:"40",fill:"white"}))))};Uh.defaultProps={size:24},Uh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Ph=["size"],Fh=function(e){var t=e.size,n=Hn(e,Ph);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 342 342",fill:"none"},n),xr.createElement("rect",{width:"342",height:"342",rx:"92.11",fill:"url(#paint0_linear_3478_4236)"}),xr.createElement("mask",{id:"mask0_3478_4236",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"342",height:"342"},xr.createElement("rect",{width:"342",height:"342",rx:"92.11",fill:"url(#paint1_linear_3478_4236)"})),xr.createElement("g",{mask:"url(#mask0_3478_4236)"},xr.createElement("path",{d:"M319.936 191.227C319.936 103.894 249.139 33.0977 161.807 33.0977H3.67773V349.356H319.936V191.227Z",fill:"url(#paint2_linear_3478_4236)"})),xr.createElement("g",{filter:"url(#filter0_d_3478_4236)"},xr.createElement("path",{d:"M96 96H145V133.852C138.618 135.969 134.023 141.993 134.041 149.083C134.06 156.144 138.649 162.124 145 164.231V193.183C138.612 195.282 134 201.295 134 208.386C134 217.222 141.163 224.386 150 224.386C158.837 224.386 166 217.222 166 208.386C166 201.295 161.388 195.282 155 193.183V164.258C157.09 163.578 158.99 162.479 160.602 161.061L177.718 170.943C177.513 171.971 177.408 173.034 177.41 174.122C177.433 182.959 184.615 190.104 193.452 190.081C202.289 190.058 209.433 182.875 209.41 174.039C209.387 165.202 202.205 158.058 193.369 158.081C189.239 158.091 185.479 159.666 182.647 162.242L165.679 152.445C165.919 151.335 166.044 150.182 166.041 149C166.023 141.909 161.394 135.907 155 133.825V96H171C212.421 96 246 129.579 246 171V246H96V96Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3478_4236",x:"96",y:"96",width:"156",height:"157",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"3",dy:"4"}),xr.createElement("feGaussianBlur",{stdDeviation:"1.5"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3478_4236"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3478_4236",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3478_4236",x1:"-235.5",y1:"-258",x2:"656",y2:"678",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.176638",stopColor:"#FF8B8B"}),xr.createElement("stop",{offset:"1",stopColor:"#FF4E6E"})),xr.createElement("linearGradient",{id:"paint1_linear_3478_4236",x1:"-23.954",y1:"-19.4627",x2:"318.389",y2:"522.498",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3478_4236",x1:"275.728",y1:"82.4067",x2:"3.67773",y2:"349.356",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Fh.defaultProps={size:24},Fh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Vh=["size"],Bh=function(e){var t=e.size,n=Hn(e,Vh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_437)"}),xr.createElement("mask",{id:"mask0_3502_437",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_437)"})),xr.createElement("g",{mask:"url(#mask0_3502_437)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430172V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_437)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_437)"},xr.createElement("path",{d:"M16.6436 10.3117C13.0174 10.3117 10.0778 13.2513 10.0778 16.8774C10.0778 20.5036 13.0174 23.4432 16.6436 23.4432V24.3982C12.49 24.3982 9.12281 21.031 9.12281 16.8774C9.12281 12.7238 12.49 9.35669 16.6436 9.35669C20.7972 9.35669 24.1643 12.7238 24.1643 16.8774H23.2093C23.2093 13.2513 20.2697 10.3117 16.6436 10.3117Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M16.6436 13.4156C14.7316 13.4156 13.1816 14.9655 13.1816 16.8775C13.1816 18.7895 14.7316 20.3395 16.6436 20.3395V21.2945C14.2041 21.2945 12.2266 19.3169 12.2266 16.8775C12.2266 14.4381 14.2041 12.4606 16.6436 12.4606C19.083 12.4606 21.0605 14.4381 21.0605 16.8775H20.1055C20.1055 14.9655 18.5555 13.4156 16.6436 13.4156Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M16.5117 17.366C16.4253 17.1283 16.6557 16.8979 16.8934 16.9844L32.4258 22.6331C32.6881 22.7285 32.6868 23.0999 32.4239 23.1935L25.3256 25.721C25.2405 25.7513 25.1738 25.8185 25.1442 25.9038L22.7182 32.8849C22.6262 33.1497 22.2528 33.1524 22.157 32.889L16.5117 17.366Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_437",x:"9.12281",y:"9.35669",width:"24.245",height:"24.5986",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.37301",dy:"0.497346"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.186505"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_437"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_437",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_437",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#799DFA"}),xr.createElement("stop",{offset:"1",stopColor:"#28CCF0"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_437",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_437",x1:"32.2489",y1:"9.63823",x2:"0.430171",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Bh.defaultProps={size:24},Bh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Dh=["size"],Hh=function(e){var t=e.size,n=Hn(e,Dh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint0_linear_3083_413)"}),xr.createElement("mask",{id:"mask0_3083_413",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"#E5E5E5"})),xr.createElement("g",{mask:"url(#mask0_3083_413)"}),xr.createElement("mask",{id:"mask1_3083_413",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint1_linear_3083_413)"})),xr.createElement("g",{mask:"url(#mask1_3083_413)"},xr.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430145V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3083_413)"})),xr.createElement("g",{filter:"url(#filter0_d_3083_413)"},xr.createElement("path",{d:"M28.1775 26.7733V11.4295C28.1775 11.3182 28.0873 11.228 27.976 11.228H12.0144C11.9031 11.228 11.8129 11.3182 11.8129 11.4295V26.7733C11.8129 26.8318 11.8382 26.8873 11.8824 26.9256L14.4083 29.1147C14.4841 29.1804 14.5965 29.1804 14.6723 29.1147L17.1358 26.9797C17.2115 26.9141 17.324 26.9141 17.3997 26.9797L19.8632 29.1147C19.9389 29.1804 20.0514 29.1804 20.1272 29.1147L22.5906 26.9797C22.6664 26.9141 22.7789 26.9141 22.8546 26.9797L25.3181 29.1147C25.3938 29.1804 25.5063 29.1804 25.582 29.1147L28.108 26.9256C28.1521 26.8873 28.1775 26.8318 28.1775 26.7733ZM13.4494 15.0464C13.4494 14.4439 13.9378 13.9555 14.5404 13.9555H21.6317C22.2342 13.9555 22.7227 14.4439 22.7227 15.0464C22.7227 15.649 22.2342 16.1374 21.6317 16.1374H14.5404C13.9378 16.1374 13.4494 15.649 13.4494 15.0464ZM14.5404 17.7739C13.9378 17.7739 13.4494 18.2623 13.4494 18.8649C13.4494 19.4674 13.9378 19.9558 14.5404 19.9558H25.4501C26.0527 19.9558 26.5411 19.4674 26.5411 18.8649C26.5411 18.2623 26.0527 17.7739 25.4501 17.7739H14.5404Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3083_413",x:"11.6959",y:"11.1111",width:"17.3003",height:"18.8716",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.350877"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.233918"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3083_413"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3083_413",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3083_413",x1:"20",y1:"5.40276e-08",x2:"18.1871",y2:"72.3977",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#72DAE0"}),xr.createElement("stop",{offset:"1",stopColor:"#46A0D3"})),xr.createElement("linearGradient",{id:"paint1_linear_3083_413",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8886FF"}),xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3083_413",x1:"32.2488",y1:"9.63811",x2:"0.430144",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.375",stopColor:"white",stopOpacity:"0"}))))};Hh.defaultProps={size:24},Hh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var jh=["size"],Rh=function(e){var t=e.size,n=Hn(e,jh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint0_linear_3083_416)"}),xr.createElement("mask",{id:"mask0_3083_416",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"#E5E5E5"})),xr.createElement("g",{mask:"url(#mask0_3083_416)"}),xr.createElement("mask",{id:"mask1_3083_416",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint1_linear_3083_416)"})),xr.createElement("g",{mask:"url(#mask1_3083_416)"},xr.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430149V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3083_416)"})),xr.createElement("g",{filter:"url(#filter0_d_3083_416)"},xr.createElement("path",{d:"M14.5101 9.98017C14.0225 10.0822 13.442 10.5017 13.043 11.0368C12.8661 11.2727 12.6575 11.7058 12.5758 11.996L12.5146 12.2205V19.3973V26.574L12.5781 26.7736C12.8479 27.6375 13.662 28.4425 14.5962 28.769L14.8048 28.8416L17.7345 28.8484L20.6642 28.8529L21.748 27.7259C22.3467 27.1046 23.2083 26.209 23.6641 25.735C24.1199 25.2611 24.4895 24.8711 24.4872 24.8666C24.4827 24.862 24.4396 24.8802 24.392 24.9029C24.3444 24.9278 24.2446 24.9663 24.1698 24.9913C24.0405 25.0298 23.8569 25.0321 20.0655 25.0321C15.7345 25.0321 15.993 25.0389 15.7005 24.8983C15.4919 24.7985 15.2561 24.5605 15.1495 24.3405C14.9772 23.989 14.9817 23.5718 15.1608 23.2067C15.3037 22.9119 15.662 22.6217 15.9726 22.5514C16.0406 22.5355 17.4012 22.5265 20.0429 22.5265C24.4079 22.5265 24.1199 22.5174 24.4147 22.6648C24.5983 22.7578 24.8546 23.014 24.9475 23.1977C25.0587 23.4176 25.0949 23.5922 25.0813 23.8416C25.0723 24.0457 25.0587 24.1001 24.9407 24.3972C24.9294 24.4267 24.9294 24.4357 24.9453 24.4199C24.9566 24.4063 25.2627 24.0911 25.6233 23.7169C25.9838 23.3428 26.5824 22.7215 26.9543 22.3383L27.6278 21.6399V18.3088V14.9778L25.9906 14.9688C24.4192 14.962 24.3444 14.9597 24.1902 14.9143C23.4011 14.6876 22.8637 14.0323 22.6347 13.0209C22.5893 12.8214 22.5848 12.733 22.578 11.3747L22.5689 9.94162L18.6188 9.94389C15.213 9.94616 14.6461 9.95069 14.5101 9.98017ZM24.1471 17.5265C24.4782 17.6127 24.807 17.8848 24.9589 18.1955C25.1879 18.6626 25.1176 19.2023 24.7775 19.5764C24.6233 19.7465 24.46 19.8553 24.2355 19.9347L24.0564 19.9982H20.0429H16.0293L15.8683 19.9392C15.2039 19.6966 14.8774 19.0277 15.0905 18.3451C15.2062 17.971 15.5803 17.615 15.9567 17.5243C16.0497 17.5016 16.9477 17.4971 20.0429 17.4948C23.5394 17.4925 24.0292 17.4971 24.1471 17.5265Z",fill:"white"}),xr.createElement("path",{d:"M23.8454 11.284C23.8545 12.5833 23.8545 12.6355 23.9043 12.8056C24.0245 13.2341 24.283 13.5924 24.5234 13.6604C24.5687 13.674 25.2014 13.6831 26.1175 13.6831H27.6322L27.6231 13.3906C27.614 13.1094 27.6118 13.0935 27.5324 12.9325C27.3374 12.5403 26.7161 11.8986 25.6073 10.9485C24.6708 10.1457 24.3374 9.94166 23.9588 9.94166H23.8386L23.8454 11.284Z",fill:"white"}),xr.createElement("path",{d:"M29.0446 22.1773C28.9403 22.2136 28.7475 22.3609 28.4641 22.6217L28.2736 22.7963L29.1126 23.6376C29.5729 24.0979 29.9629 24.4766 29.9765 24.4766C29.9924 24.4766 30.1149 24.3655 30.2486 24.2271C30.5276 23.9482 30.6432 23.7646 30.6432 23.6081C30.6409 23.2294 30.4255 22.8145 30.0627 22.4857C29.8745 22.3156 29.743 22.243 29.5185 22.1863C29.3167 22.1342 29.1738 22.1319 29.0446 22.1773Z",fill:"white"}),xr.createElement("path",{d:"M26.6726 24.3791C26.1715 24.8756 25.2101 25.8416 24.5343 26.5287C23.1149 27.9708 23.2146 27.8371 22.9788 28.5808C22.7838 29.1953 22.7067 29.5128 22.6908 29.7373C22.6795 29.9232 22.6818 29.9345 22.7362 29.998C22.7883 30.0615 22.8065 30.066 22.938 30.0638C23.1239 30.0615 23.6409 29.9345 24.1647 29.7577C24.6681 29.5921 24.8926 29.4856 25.099 29.3268C25.1874 29.2588 26.1647 28.2928 27.2758 27.1795L29.2939 25.1568L28.4549 24.3178C27.9946 23.8553 27.6091 23.4788 27.6001 23.4788C27.591 23.4788 27.1738 23.8847 26.6726 24.3791Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3083_416",x:"11.6959",y:"9.12294",width:"20.4678",height:"22.4617",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.350877"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.584795"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3083_416"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3083_416",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3083_416",x1:"20",y1:"5.40276e-08",x2:"18.1871",y2:"72.3977",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#65CDA1"}),xr.createElement("stop",{offset:"1",stopColor:"#18C0D3"})),xr.createElement("linearGradient",{id:"paint1_linear_3083_416",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8886FF"}),xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3083_416",x1:"32.2489",y1:"9.63811",x2:"0.430148",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.12"}),xr.createElement("stop",{offset:"0.375",stopColor:"white",stopOpacity:"0"}))))};Rh.defaultProps={size:24},Rh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var zh=["size"],Nh=function(e){var t=e.size,n=Hn(e,zh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_450)"}),xr.createElement("mask",{id:"mask0_3502_450",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_450)"})),xr.createElement("g",{mask:"url(#mask0_3502_450)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_450)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_450)"},xr.createElement("path",{d:"M28.5511 18.0353C28.6956 18.6669 28.7719 19.3245 28.7719 20V28.7719H11.3817L18.9474 21.2063L21.4194 23.6783C21.8305 24.0894 22.497 24.0894 22.908 23.6783L28.5511 18.0353ZM27.8734 16.1281C27.7902 16.1713 27.7122 16.2277 27.6425 16.2974L22.1637 21.7762L19.6917 19.3041C19.2806 18.8931 18.6141 18.893 18.203 19.3041L11.2281 26.2791V11.228H20C23.4548 11.228 26.4432 13.2253 27.8734 16.1281Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_450",x:"11.2281",y:"11.228",width:"18.2456",height:"18.3625",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_450"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_450",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_450",x1:"-27.5439",y1:"-30.1754",x2:"68.9474",y2:"82.3977",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.161458",stopColor:"#17FFD5"}),xr.createElement("stop",{offset:"0.567708",stopColor:"#46B5C5"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_450",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_450",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Nh.defaultProps={size:24},Nh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Ih=["size"],$h=function(e){var t=e.size,n=Hn(e,Ih);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7733C0 4.82338 4.82338 0 10.7733 0H29.2267C35.1766 0 40 4.82338 40 10.7733V29.2267C40 35.1766 35.1766 40 29.2267 40H10.7733C4.82338 40 0 35.1766 0 29.2267V10.7733Z",fill:"url(#paint0_linear_3502_429)"}),xr.createElement("mask",{id:"mask0_3502_429",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"#E5E5E5"})),xr.createElement("g",{mask:"url(#mask0_3502_429)"}),xr.createElement("mask",{id:"mask1_3502_429",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint1_linear_3502_429)"})),xr.createElement("g",{mask:"url(#mask1_3502_429)"},xr.createElement("path",{d:"M37.4195 22.3656C37.4195 12.1513 29.1391 3.87097 18.9248 3.87097H0.430222V40.8602H37.4195V22.3656Z",fill:"url(#paint2_linear_3502_429)"})),xr.createElement("rect",{x:"10.7526",y:"10.7526",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("rect",{x:"15.5174",y:"10.7524",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("rect",{x:"20.2823",y:"10.7524",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("rect",{x:"25.0472",y:"10.7524",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("rect",{x:"10.7525",y:"15.5175",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("rect",{x:"15.5174",y:"15.5175",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("rect",{x:"20.2823",y:"15.5175",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("rect",{x:"10.7525",y:"20.2822",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("rect",{x:"15.5174",y:"20.2821",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("rect",{x:"10.7525",y:"25.0472",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),xr.createElement("defs",null,xr.createElement("linearGradient",{id:"paint0_linear_3502_429",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#4DC8C3"}),xr.createElement("stop",{offset:"1",stopColor:"#52A9C6"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_429",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8886FF"}),xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_429",x1:"32.2489",y1:"9.63811",x2:"0.430221",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.12"}),xr.createElement("stop",{offset:"0.345284",stopColor:"white",stopOpacity:"0"}))))};$h.defaultProps={size:24},$h.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Gh=["size"],Zh=function(e){var t=e.size,n=Hn(e,Gh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_440)"}),xr.createElement("mask",{id:"mask0_3502_440",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_440)"})),xr.createElement("g",{mask:"url(#mask0_3502_440)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_440)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_440)"},xr.createElement("path",{d:"M19.9415 30.6432L17.7778 28.538H22.1053L19.9415 30.6432Z",fill:"white"}),xr.createElement("path",{d:"M19.9415 11.228C24.7538 11.228 28.655 15.1292 28.655 19.9415V28.6549H11.2281V11.228H19.9415ZM16.0234 17.3099C15.765 17.3099 15.5556 17.5194 15.5556 17.7777C15.5556 18.0361 15.765 18.2456 16.0234 18.2456H23.7427C24.0011 18.2456 24.2105 18.0361 24.2105 17.7777C24.2105 17.5194 24.0011 17.3099 23.7427 17.3099H16.0234ZM15.5556 20C15.5556 19.7416 15.765 19.5321 16.0234 19.5321H23.7427C24.0011 19.5321 24.2105 19.7416 24.2105 20C24.2105 20.2583 24.0011 20.4678 23.7427 20.4678H16.0234C15.765 20.4678 15.5556 20.2583 15.5556 20ZM16.0234 21.8713C15.765 21.8713 15.5556 22.0808 15.5556 22.3391C15.5556 22.5975 15.765 22.807 16.0234 22.807H19.7661C20.0245 22.807 20.2339 22.5975 20.2339 22.3391C20.2339 22.0808 20.0245 21.8713 19.7661 21.8713H16.0234Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_440",x:"11.2281",y:"11.228",width:"18.1286",height:"20.2339",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_440"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_440",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_440",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#3EA8CA"}),xr.createElement("stop",{offset:"1",stopColor:"#59B9EF"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_440",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_440",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Zh.defaultProps={size:24},Zh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Wh=["size"],Yh=function(e){var t=e.size,n=Hn(e,Wh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7733C0 4.82338 4.82338 0 10.7733 0H29.2267C35.1766 0 40 4.82338 40 10.7733V29.2267C40 35.1766 35.1766 40 29.2267 40H10.7733C4.82338 40 0 35.1766 0 29.2267V10.7733Z",fill:"url(#paint0_linear_3502_430)"}),xr.createElement("mask",{id:"mask0_3502_430",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint1_linear_3502_430)"})),xr.createElement("g",{mask:"url(#mask0_3502_430)"},xr.createElement("path",{d:"M37.4195 22.3656C37.4195 12.1513 29.1391 3.87097 18.9248 3.87097H0.430222V40.8602H37.4195V22.3656Z",fill:"url(#paint2_linear_3502_430)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_430)"},xr.createElement("path",{d:"M14.0802 10.6433H17.1436C17.9482 10.6433 18.7449 10.7995 19.4883 11.1029C20.2317 11.4063 20.9071 11.851 21.476 12.4117C22.045 12.9723 22.4963 13.6379 22.8042 14.3704C22.9661 14.7558 23.0868 15.1557 23.1647 15.5636C22.5061 15.6085 21.8582 15.7575 21.2465 16.0055C20.5031 16.3068 19.8277 16.7485 19.2587 17.3054C18.6898 17.8622 18.2385 18.5233 17.9306 19.2508C17.6227 19.9783 17.4642 20.7581 17.4642 21.5456C17.4642 22.3277 17.6023 23.0422 17.8501 23.6969C16.5823 24.3594 15.2587 24.8954 14.0802 25.36V22.7185C12.4552 22.7185 10.8968 22.0824 9.74776 20.9502C8.59873 19.8179 7.95322 18.2822 7.95322 16.6809C7.95322 15.0796 8.59873 13.544 9.74776 12.4117C10.8968 11.2794 12.4552 10.6433 14.0802 10.6433ZM23.094 18.1705C22.675 19.877 21.5482 21.2099 20.1267 22.2824C20.0766 22.044 20.0519 21.7989 20.0519 21.5456C20.0519 21.1057 20.1403 20.6688 20.3136 20.2594C20.487 19.8497 20.7426 19.4739 21.0687 19.1547C21.3949 18.8355 21.7852 18.5793 22.2187 18.4036C22.4991 18.2899 22.7933 18.2116 23.094 18.1705Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M26.5483 16.1749H23.7707C23.0412 16.1749 22.3189 16.3148 21.6449 16.5866C20.9709 16.8584 20.3585 17.2567 19.8426 17.7589C19.3268 18.261 18.9176 18.8572 18.6384 19.5133C18.3593 20.1694 18.2156 20.8727 18.2156 21.5828C18.2156 25.9767 23.0763 28.0047 26.5483 29.3567V26.9907C28.0216 26.9907 29.4346 26.421 30.4764 25.4068C31.5182 24.3926 32.1035 23.0171 32.1035 21.5828C32.1035 20.1486 31.5182 18.773 30.4764 17.7589C29.4346 16.7447 28.0216 16.1749 26.5483 16.1749ZM23.5034 20.0769C23.352 20.3177 23.2763 20.556 23.2763 20.7919C23.2763 20.9061 23.3235 21.0128 23.4178 21.1121C23.5146 21.2089 23.6325 21.2574 23.7716 21.2574C24.0074 21.2574 24.1675 21.1171 24.252 20.8366C24.3413 20.5684 24.4506 20.3661 24.5797 20.2296C24.7088 20.0905 24.9098 20.021 25.1829 20.021C25.4163 20.021 25.6062 20.0893 25.7527 20.2258C25.9017 20.3624 25.9761 20.5299 25.9761 20.7286C25.9761 20.8303 25.9513 20.9247 25.9017 21.0116C25.8545 21.0985 25.7949 21.1779 25.7229 21.2499C25.6534 21.3194 25.5392 21.4237 25.3803 21.5627C25.1991 21.7216 25.0551 21.8594 24.9483 21.9761C24.8416 22.0903 24.7559 22.2243 24.6914 22.3783C24.6268 22.5297 24.5946 22.7097 24.5946 22.9182C24.5946 23.0846 24.638 23.2099 24.7249 23.2943C24.8143 23.3787 24.9235 23.421 25.0526 23.421C25.3009 23.421 25.4486 23.2919 25.4957 23.0337C25.5231 22.912 25.5429 22.8276 25.5553 22.7804C25.5702 22.7308 25.5901 22.6824 25.6149 22.6352C25.6397 22.5856 25.677 22.5322 25.7266 22.4751C25.7788 22.4155 25.847 22.3472 25.9314 22.2703C26.2368 21.9972 26.4478 21.8035 26.5645 21.6893C26.6837 21.5726 26.7855 21.4349 26.8699 21.276C26.9568 21.1171 27.0002 20.9321 27.0002 20.7211C27.0002 20.453 26.9245 20.2047 26.773 19.9763C26.6241 19.7479 26.4118 19.5679 26.1363 19.4364C25.8607 19.3023 25.5429 19.2353 25.1829 19.2353C24.7956 19.2353 24.4568 19.3147 24.1663 19.4736C23.8758 19.6325 23.6549 19.8336 23.5034 20.0769ZM24.6951 24.728C24.8093 24.8249 24.9421 24.8733 25.0936 24.8733C25.24 24.8733 25.3691 24.8236 25.4808 24.7243C25.5926 24.625 25.6484 24.4885 25.6484 24.3147C25.6484 24.1583 25.595 24.0267 25.4883 23.92C25.3815 23.8132 25.25 23.7598 25.0936 23.7598C24.9347 23.7598 24.8006 23.8132 24.6914 23.92C24.5821 24.0267 24.5275 24.1583 24.5275 24.3147C24.5275 24.491 24.5834 24.6287 24.6951 24.728Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_430",x:"7.95323",y:"10.6433",width:"24.852",height:"19.5321",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_430"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_430",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_430",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.204369",stopColor:"#FE6363"}),xr.createElement("stop",{offset:"0.839812",stopColor:"#FA9E9E"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_430",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.204369",stopColor:"#FE6363"}),xr.createElement("stop",{offset:"0.839812",stopColor:"#8588FF"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_430",x1:"32.2489",y1:"9.63811",x2:"0.430221",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Yh.defaultProps={size:24},Yh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var qh=["size"],Xh=function(e){var t=e.size,n=Hn(e,qh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_434)"}),xr.createElement("mask",{id:"mask0_3502_434",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_434)"})),xr.createElement("g",{mask:"url(#mask0_3502_434)"},xr.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430176V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3502_434)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_434)"},xr.createElement("path",{d:"M23.7674 19.9308C24.0689 20.1048 24.0689 20.5399 23.7674 20.7139L18.2906 23.876C17.9892 24.05 17.6124 23.8325 17.6124 23.4844L17.6124 17.1603C17.6124 16.8123 17.9892 16.5947 18.2906 16.7687L23.7674 19.9308Z",fill:"white"}),xr.createElement("path",{d:"M28.3346 14.9472C28.3759 15.2133 28.1465 15.4426 27.8805 15.4014L24.7555 14.9164C24.4337 14.8664 24.305 14.4722 24.5352 14.2419L27.1752 11.602C27.4054 11.3717 27.7997 11.5005 27.8496 11.8222L28.3346 14.9472Z",fill:"white"}),xr.createElement("path",{d:"M20.273 12.0365C15.8005 12.0365 12.1749 15.6233 12.1749 20.0477C12.1749 24.4721 15.8005 28.0588 20.273 28.0588C23.5019 28.0588 26.2914 26.1894 27.5922 23.4805C27.8291 22.9871 28.4255 22.7772 28.9242 23.0116C29.423 23.2459 29.6352 23.8359 29.3983 24.3293C27.7788 27.7019 24.3025 30.0369 20.273 30.0369C14.6962 30.0369 10.1754 25.5646 10.1754 20.0477C10.1754 14.5308 14.6962 10.0585 20.273 10.0585C23.0982 10.0585 25.6539 11.2076 27.4854 13.0566C27.8719 13.4468 27.8655 14.073 27.4711 14.4553C27.0767 14.8376 26.4438 14.8312 26.0573 14.4411C24.5863 12.9561 22.5391 12.0365 20.273 12.0365Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_434",x:"10.1754",y:"10.0585",width:"20.0216",height:"20.7971",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_434"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_434",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_434",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.159672",stopColor:"#83D6AE"}),xr.createElement("stop",{offset:"1",stopColor:"#20C7BD"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_434",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_434",x1:"32.2489",y1:"9.63811",x2:"0.430175",y2:"40.8602",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Xh.defaultProps={size:24},Xh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Kh=["size"],Jh=function(e){var t=e.size,n=Hn(e,Kh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_441)"}),xr.createElement("mask",{id:"mask0_3502_441",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_441)"})),xr.createElement("g",{mask:"url(#mask0_3502_441)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_441)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_441)"},xr.createElement("path",{d:"M28.3113 20.7727C27.0047 19.4662 24.8864 19.4662 23.5799 20.7727C22.2734 22.0792 22.2734 24.1975 23.5799 25.5041C24.8612 26.7854 26.9233 26.8101 28.2348 25.5782C28.2494 25.5609 28.2649 25.544 28.2813 25.5276C28.3012 25.5077 28.3218 25.4891 28.3432 25.4717C29.6177 24.1628 29.6071 22.0685 28.3113 20.7727ZM29.9561 26.06C31.3734 24.1195 31.2059 21.3826 29.4536 19.6303C27.5162 17.6929 24.375 17.6929 22.4375 19.6303C20.5001 21.5678 20.5001 24.709 22.4375 26.6464C24.1711 28.38 26.8685 28.5624 28.8049 27.1936L31.3697 29.7584C31.6852 30.0738 32.1966 30.0738 32.5121 29.7584C32.8275 29.4429 32.8275 28.9315 32.5121 28.616L29.9561 26.06Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),xr.createElement("path",{d:"M14.1767 25.2989L17.8406 28.9628L21.0497 25.7537C19.8549 23.6509 20.154 20.9296 21.9471 19.1366C23.479 17.6046 25.6885 17.1632 27.611 17.8122V14.3072C27.611 13.3355 27.225 12.4036 26.5379 11.7164C25.8507 11.0293 24.9188 10.6433 23.9471 10.6433H11.7341C10.7623 10.6433 9.83042 11.0293 9.14331 11.7164C8.45619 12.4036 8.07018 13.3355 8.07018 14.3072V21.635C8.07018 22.6067 8.45619 23.5387 9.14331 24.2258C9.83042 24.9129 10.7623 25.2989 11.7341 25.2989H14.1767ZM12.0481 15.4288C12.0481 14.9828 12.4097 14.6213 12.8557 14.6213H21.2303C21.6763 14.6213 22.0378 14.9828 22.0378 15.4288C22.0378 15.8748 21.6763 16.2364 21.2303 16.2364H12.8557C12.4097 16.2364 12.0481 15.8748 12.0481 15.4288ZM12.8557 17.6122C12.4097 17.6122 12.0481 17.9738 12.0481 18.4198C12.0481 18.8658 12.4097 19.2273 12.8557 19.2273H16.4448C16.8908 19.2273 17.2523 18.8658 17.2523 18.4198C17.2523 17.9738 16.8908 17.6122 16.4448 17.6122H12.8557Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_441",x:"8.07018",y:"10.6433",width:"25.3802",height:"20.1704",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_441"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_441",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_441",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#54CCAF"}),xr.createElement("stop",{offset:"1",stopColor:"#59CBEF"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_441",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_441",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Jh.defaultProps={size:24},Jh.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var Qh=["size"],ey=function(e){var t=e.size,n=Hn(e,Qh);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_435)"}),xr.createElement("mask",{id:"mask0_3502_435",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_435)"})),xr.createElement("g",{mask:"url(#mask0_3502_435)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_435)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_435)"},xr.createElement("path",{d:"M19.1452 9.70779L17.7336 11.1194L11.1552 17.6978L8.88889 19.9641L11.1552 22.2305L17.7336 28.8089L19.1452 30.2205V25.6878L13.4216 19.9641L19.1452 14.2405V9.70779ZM20.8546 25.6879L26.5784 19.9641L20.8546 14.2403V9.70764L22.2663 11.1194L28.8448 17.6978L31.1111 19.9641L28.8448 22.2305L22.2663 28.8089L20.8546 30.2206V25.6879Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_435",x:"8.88889",y:"9.70764",width:"22.924",height:"21.3317",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_435"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_435",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_435",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.159672",stopColor:"#79B3F7"}),xr.createElement("stop",{offset:"1",stopColor:"#4B47FF"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_435",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_435",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};ey.defaultProps={size:24},ey.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var ty=["size"],ny=function(e){var t=e.size,n=Hn(e,ty);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_448)"}),xr.createElement("mask",{id:"mask0_3502_448",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_448)"})),xr.createElement("g",{mask:"url(#mask0_3502_448)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430201V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_448)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_448)"},xr.createElement("path",{d:"M22.169 25.3499L22.3992 25.3483C23.4395 25.3483 23.9859 25.7795 24.6601 26.8011L24.9958 27.3196C25.2575 27.7071 25.4208 27.8694 25.6266 27.9542C25.9954 28.1062 26.3012 28.0314 27.4239 27.4908L27.7676 27.3235C28.4698 26.9788 28.9489 26.7814 29.4903 26.6461C29.8329 26.5605 30.18 26.7687 30.2657 27.1113C30.3513 27.4539 30.143 27.801 29.8005 27.8866C29.4639 27.9708 29.1415 28.0915 28.7197 28.2859L27.732 28.761C26.3954 29.3922 25.9421 29.4673 25.1393 29.1364C24.6064 28.9168 24.3034 28.5991 23.86 27.9211L23.6941 27.662C23.181 26.8535 22.9227 26.627 22.3992 26.627L22.2639 26.6302C21.8947 26.6526 21.6556 26.8218 20.0628 28.0038C18.5776 29.106 17.4449 29.6325 16.0044 29.6325C14.2484 29.6325 12.5937 29.3098 11.0453 28.6649L13.5025 28.0968C14.3071 28.2681 15.1409 28.3537 16.0044 28.3537C17.1047 28.3537 18.0167 27.9298 19.3008 26.9769L20.2897 26.2473C21.3735 25.4595 21.6146 25.3619 22.169 25.3499ZM27.5373 10.1928C28.964 11.6196 28.964 13.9327 27.5373 15.3595L26.6546 16.2424C27.6366 17.4372 27.6012 18.7034 26.6882 19.6192L24.1298 22.1775C23.88 22.4271 23.4752 22.4269 23.2256 22.1771C22.9761 21.9273 22.9763 21.5224 23.2261 21.2729L25.7827 18.7163C26.1962 18.3016 26.244 17.7867 25.7486 17.1489L16.717 26.1804C16.4628 26.4346 16.1423 26.6123 15.792 26.6931L10.6082 27.8894C10.1478 27.9956 9.73516 27.583 9.8414 27.1226L11.0377 21.9388C11.1185 21.5885 11.2961 21.268 11.5503 21.0138L22.3707 10.1929C23.7973 8.76614 26.1105 8.7661 27.5373 10.1928Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_448",x:"9.82454",y:"9.1228",width:"21.1621",height:"21.3284",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_448"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_448",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_448",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#59CBEF"}),xr.createElement("stop",{offset:"0.609375",stopColor:"#698EEF"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_448",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_448",x1:"32.2489",y1:"9.63823",x2:"0.4302",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};ny.defaultProps={size:24},ny.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var ry=["size"],iy=function(e){var t=e.size,n=Hn(e,ry);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_444)"}),xr.createElement("mask",{id:"mask0_3502_444",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_444)"})),xr.createElement("g",{mask:"url(#mask0_3502_444)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430206V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_444)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_444)"},xr.createElement("path",{d:"M27.625 11.9563L27.6505 11.9298H10.6432C10.0619 11.9298 9.59061 12.4011 9.59061 12.9824V14.152H24.0936V14.386H9.59061V26.9006C9.59061 27.4819 10.0619 27.9532 10.6432 27.9532H29.2397C29.8211 27.9532 30.2924 27.4819 30.2924 26.9006V14.5251L27.625 11.9563ZM27.0539 12.5495L21.9123 17.8884L24.6807 20.5544L29.8222 15.2155L27.0539 12.5495ZM21.3552 18.4954L20.44 22.1875L24.0951 21.134L21.3552 18.4954ZM11.345 13.0994C11.345 13.2931 11.1879 13.4502 10.9941 13.4502C10.8003 13.4502 10.6432 13.2931 10.6432 13.0994C10.6432 12.9056 10.8003 12.7485 10.9941 12.7485C11.1879 12.7485 11.345 12.9056 11.345 13.0994ZM12.0467 13.4502C12.2405 13.4502 12.3976 13.2931 12.3976 13.0994C12.3976 12.9056 12.2405 12.7485 12.0467 12.7485C11.853 12.7485 11.6959 12.9056 11.6959 13.0994C11.6959 13.2931 11.853 13.4502 12.0467 13.4502ZM13.4502 13.0994C13.4502 13.2931 13.2932 13.4502 13.0994 13.4502C12.9056 13.4502 12.7485 13.2931 12.7485 13.0994C12.7485 12.9056 12.9056 12.7485 13.0994 12.7485C13.2932 12.7485 13.4502 12.9056 13.4502 13.0994Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_444",x:"9.59061",y:"11.9298",width:"21.4035",height:"16.8422",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_444"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_444",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_444",x1:"15.9649",y1:"15.7895",x2:"64.6784",y2:"88.7134",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#8176FF"}),xr.createElement("stop",{offset:"1",stopColor:"#41BBFF"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_444",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_444",x1:"32.2489",y1:"9.63823",x2:"0.430205",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};iy.defaultProps={size:24},iy.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var oy=["size"],ay=function(e){var t=e.size,n=Hn(e,oy);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_446)"}),xr.createElement("mask",{id:"mask0_3502_446",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_446)"})),xr.createElement("g",{mask:"url(#mask0_3502_446)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430168V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_446)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_446)"},xr.createElement("path",{d:"M30.0344 13.6142C30.0278 11.5809 28.3782 9.94153 26.3449 9.94153H13.5141C12.5336 9.94153 11.5934 10.3266 10.9013 11.0213C10.2087 11.7156 9.82148 12.6545 9.82458 13.6351L9.85604 23.4551C9.86224 25.4879 11.5123 27.1265 13.5456 27.1265H17.1824L18.9131 29.6082C19.1457 29.9418 19.5263 30.1403 19.9326 30.1412C20.3389 30.1425 20.7204 29.9454 20.9548 29.6122L22.7045 27.1273H26.3759C27.3564 27.1273 28.2967 26.7423 28.9883 26.0476C29.6809 25.3528 30.0686 24.4161 30.0655 23.4356L30.0344 13.6142ZM19.9446 12.1304C21.8454 12.1304 23.3864 13.6714 23.3864 15.5713C23.3864 17.4726 21.845 19.0127 19.9446 19.0127C18.0442 19.0127 16.5036 17.4726 16.5036 15.5713C16.504 13.6714 18.0446 12.1304 19.9446 12.1304ZM25.4255 24.1583C25.4255 24.5827 25.0817 24.9266 24.6572 24.9266H15.2306C14.8057 24.9266 14.4614 24.5827 14.4614 24.1578C14.4614 22.2308 16.0153 20.665 17.9423 20.665H21.9482C22.8738 20.665 23.7555 21.035 24.41 21.6894C25.0644 22.3438 25.4255 23.2335 25.4255 24.1583Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_446",x:"9.82456",y:"9.94153",width:"20.9427",height:"21.0184",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_446"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_446",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_446",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#4A9CE9"}),xr.createElement("stop",{offset:"1",stopColor:"#81D2F4"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_446",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_446",x1:"32.2489",y1:"9.63823",x2:"0.430167",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};ay.defaultProps={size:24},ay.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var sy=["size"],ly=function(e){var t=e.size,n=Hn(e,sy);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_438)"}),xr.createElement("mask",{id:"mask0_3502_438",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_438)"})),xr.createElement("g",{mask:"url(#mask0_3502_438)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430189V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_438)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_438)"},xr.createElement("path",{d:"M20.7018 11.2281C25.5464 11.2281 29.4737 15.1555 29.4737 20.0001V28.772H11.9298V11.2281H20.7018ZM16.9591 15.5555C16.9591 15.1679 16.6449 14.8538 16.2574 14.8538C15.8698 14.8538 15.5556 15.1679 15.5556 15.5555C15.5556 18.3977 17.8596 20.7017 20.7018 20.7017C23.544 20.7017 25.848 18.3977 25.848 15.5555C25.848 15.1679 25.5338 14.8538 25.1462 14.8538C24.7587 14.8538 24.4445 15.1679 24.4445 15.5555C24.4445 17.6225 22.7688 19.2982 20.7018 19.2982C18.6348 19.2982 16.9591 17.6225 16.9591 15.5555Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_438",x:"11.9298",y:"11.2281",width:"18.2456",height:"18.3625",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_438"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_438",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_438",x1:"-8.07017",y1:"-31.2866",x2:"42.5146",y2:"49.4737",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#3C5BFF"}),xr.createElement("stop",{offset:"0.732617",stopColor:"#55ABE9"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_438",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_438",x1:"32.2489",y1:"9.63823",x2:"0.430188",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};ly.defaultProps={size:24},ly.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var uy=["size"],cy=function(e){var t=e.size,n=Hn(e,uy);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_445)"}),xr.createElement("mask",{id:"mask0_3502_445",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_445)"})),xr.createElement("g",{mask:"url(#mask0_3502_445)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_445)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_445)"},xr.createElement("path",{d:"M30.4576 28.1426L27.6617 25.3801C27.38 25.8328 27.0447 26.2572 26.6572 26.6433C26.2665 27.0344 25.8379 27.3732 25.3801 27.6569L28.1922 30.4352C28.8225 31.0587 29.8363 31.0532 30.4631 30.4274C30.4657 30.4248 30.4679 30.4226 30.4702 30.4206C31.0992 29.7913 31.0908 28.7683 30.4576 28.1426Z",fill:"white"}),xr.createElement("path",{d:"M27.9532 19.1228C27.9532 23.9933 23.98 27.9532 19.0643 27.9532C14.1487 27.9532 10.1754 23.9933 10.1754 19.1228C10.1754 14.2523 14.1487 10.2924 19.0643 10.2924C23.98 10.2924 27.9532 14.2523 27.9532 19.1228Z",stroke:"white",strokeWidth:"2.33918"}),xr.createElement("path",{d:"M22.3202 15.6518L21.2851 16.6786L23.2017 19.0643L21.2851 21.453L22.3202 22.4798L25.0292 19.0643L22.3202 15.6518ZM17.0775 16.6757L16.0424 15.6496L13.3333 19.0643L16.0424 22.4769L17.0775 21.4501L15.1608 19.0643L17.0775 16.6757ZM17.7193 22.6901H19.1813L20.6433 15.4386H19.1813L17.7193 22.6901Z",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_445",x:"9.00584",y:"9.1228",width:"22.6332",height:"22.5957",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_445"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_445",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_445",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"#FFF27A"}),xr.createElement("stop",{offset:"0.822917",stopColor:"#FF9E45"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_445",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_445",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};cy.defaultProps={size:24},cy.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var fy=["size"],py=function(e){var t=e.size,n=Hn(e,fy);return xr.createElement("svg",Dn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),xr.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_433)"}),xr.createElement("mask",{id:"mask0_3502_433",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},xr.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_433)"})),xr.createElement("g",{mask:"url(#mask0_3502_433)"},xr.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_433)"})),xr.createElement("g",{filter:"url(#filter0_d_3502_433)"},xr.createElement("rect",{x:"17.4165",y:"11.345",width:"11.2385",height:"4.52123",rx:"0.209479",fill:"white"}),xr.createElement("rect",{x:"11.345",y:"17.4165",width:"11.2385",height:"11.2385",rx:"0.209479",fill:"white"}),xr.createElement("circle",{cx:"13.6056",cy:"13.6056",r:"2.26061",fill:"white"}),xr.createElement("rect",{x:"24.1335",y:"28.6549",width:"11.2385",height:"4.52123",rx:"0.209479",transform:"rotate(-90 24.1335 28.6549)",fill:"white"})),xr.createElement("defs",null,xr.createElement("filter",{id:"filter0_d_3502_433",x:"11.345",y:"11.345",width:"18.0117",height:"18.1288",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},xr.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),xr.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),xr.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),xr.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),xr.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),xr.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),xr.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_433"}),xr.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_433",result:"shape"})),xr.createElement("linearGradient",{id:"paint0_linear_3502_433",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"0.159672",stopColor:"#B49AFC"}),xr.createElement("stop",{offset:"1",stopColor:"#6A67E8"})),xr.createElement("linearGradient",{id:"paint1_linear_3502_433",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),xr.createElement("linearGradient",{id:"paint2_linear_3502_433",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},xr.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),xr.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};py.defaultProps={size:24},py.propTypes={size:Yr.oneOfType([Yr.string,Yr.number])};var dy=Object.freeze({__proto__:null,NeetoAnalytics:ch,NeetoBugtrap:ph,NeetoCal:mh,NeetoChangelog:yh,NeetoChat:vh,NeetoCi:bh,NeetoCourse:xh,NeetoCrm:Oh,NeetoDeploy:Th,NeetoDesk:Sh,NeetoEngage:Ah,NeetoForm:Uh,NeetoGit:Fh,NeetoInvisible:Bh,NeetoInvoice:Hh,NeetoKb:Rh,NeetoMonitor:Nh,NeetoPlanner:$h,NeetoPopups:Zh,NeetoQuiz:Yh,NeetoReplay:Xh,NeetoReview:Jh,NeetoRunner:ey,NeetoSign:ny,NeetoSite:iy,NeetoSocial:ay,NeetoStore:ly,NeetoTestify:cy,NeetoWireframe:py}),my=function(e){var n=e.name,r=e.description,i=e.url,o=e.activeApp,a="Neeto"+n.charAt(0)+n.slice(1).toLowerCase(),s=dy[a];return t.createElement("a",{href:i,target:"_blank",className:_("neeto-ui-app-switcher-link",{"neeto-ui-app-switcher-link--active":o===n}),rel:"noreferrer","data-test-id":"neetoapp-link-".concat(n),"data-cy":"".concat(n,"-app-link")},t.createElement("div",{className:_("neeto-ui-app-switcher-link__icon-holder",{"neeto-ui-bg-primary-500":!s})},s?t.createElement(s,{size:42}):t.createElement(mi,{color:"white",size:42})),t.createElement("div",{className:"neeto-ui-app-switcher-link__content"},t.createElement(oo,{style:"h4",weight:"medium",component:"span",lineHeight:"relaxed"},n),t.createElement(oo,{style:"body3",weight:"normal",component:"span"},r)))},hy=function(e){var n=e.activeApp,r=e.neetoApps,o=e.recentApps,a=e.onClose,s=se(i(""),2),l=s[0],u=s[1],c=(null==r?void 0:r.filter((function(e){var t=e.name;return null==o?void 0:o.includes(t)})))||{},f=(null==r?void 0:r.filter((function(e){var t=e.name;return null==t?void 0:t.toLowerCase().includes(l.replace(/ /g,"").toLowerCase())})))||{},p=c.length>0,d=l.length>0;return t.createElement(t.Fragment,null,t.createElement(Dd,{className:"neeto-ui-app-switcher__close-btn",icon:ni,size:"small",style:"text",iconPosition:"left",onClick:a,"data-cy":"app-switcher-back-button","data-testid":"app-switcher-back-button"}),t.createElement("div",{className:"neeto-ui-app-switcher__header","data-cy":"app-switcher-body-wrapper"},t.createElement(oo,{style:"h2"},"Choose your neeto product"),t.createElement("div",{className:"neeto-ui-app-switcher__search-wrapper"},t.createElement(Yd,{placeholder:"Search products",type:"search",prefix:t.createElement(bi,null),onChange:function(e){return u(e.target.value)},value:l,"data-cy":"app-switcher-search-input"}))),!d&&p&&t.createElement("div",{className:"neeto-ui-app-switcher__body"},t.createElement(oo,{style:"h5",weight:"bold",textTransform:"uppercase",className:"neeto-ui-text-gray-500"},"Recent"),t.createElement("div",{className:"neeto-ui-app-switcher__grid"},c.map((function(e){var r=e.name,i=e.description,o=e.url;return t.createElement(my,{key:r,name:r,description:i,url:o,activeApp:n})})))),t.createElement("div",{className:"neeto-ui-app-switcher__body"},!d&&p&&t.createElement(oo,{style:"h5",weight:"bold",textTransform:"uppercase",className:"neeto-ui-text-gray-500"},"All"),f.length?t.createElement("div",{className:"neeto-ui-app-switcher__grid"},f.map((function(e){var r=e.name,i=e.description,o=e.url;return t.createElement(my,{key:r,name:r,description:i,url:o,activeApp:n})}))):t.createElement(oo,{style:"body1",className:"neeto-ui-text-center"},"No apps found")))},yy=["isOpen","className","closeOnEsc","closeOnOutsideClick","activeApp","neetoApps","recentApps","onClose"],gy=function(e){var n,r,i,o=e.isOpen,l=e.className,u=void 0===l?"":l,c=e.closeOnEsc,f=void 0===c||c,p=e.closeOnOutsideClick,d=void 0===p||p,m=e.activeApp,h=e.neetoApps,y=void 0===h?[]:h,g=e.recentApps,v=void 0===g?[]:g,E=e.onClose,b=void 0===E?ie:E,C=ue(e,yy),x=s(null),O=s(null);return a((function(){var e=function(e){n.current&&!n.current.contains(e.target)&&(r.current?r.current.contains(e.target)&&i(e):i(e))};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),function(){document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e)}}),[n=x,r=O,i=d?b:ie]),Lm("esc",f?b:ie),a((function(){!function(e){if(!e||"string"!=typeof(t=e)||!/^[A-Z]\S*$/.test(t))throw new Error("Value of activeApp prop of AppSwitcher component is ".concat(e,", it is not matching the expected format. Please refer docs for more info"));var t}(m)}),[m]),a((function(){!function(e){if(!Array.isArray(e))throw new Error("Value of neetoApps prop of AppSwitcher component is ".concat(e,", it should be an array instead"))}(y)}),[y]),t.createElement(_d,{rootId:"neeto-ui-portal"},t.createElement(qm,{in:o,appear:!0,timeout:300,classNames:"neeto-ui-app-switcher",unmountOnExit:!0},t.createElement(xd,{ref:O,key:"switcher-backdrop",className:"neeto-ui-app-switcher__backdrop"},t.createElement("div",le({ref:x,key:"switcher-wrapper","data-cy":"switcher-wrapper",className:_("neeto-ui-app-switcher__wrapper",Ci({},u,u))},C),t.createElement(hy,{onClose:b,activeApp:m,neetoApps:y,recentApps:v})))))},vy=["url","icon","label","count","active","onEdit","onClick","className"],Ey=["label","description","active","className"],by=["children","iconProps"],Cy=["collapse","onCollapse"],xy=["label","onClick"],_y=["title","children","showMenu","className"],Oy=function(e){var n=e.title,r=void 0===n?"":n,i=e.children,o=e.showMenu,a=void 0!==o&&o,s=e.className,l=void 0===s?"":s,u=ue(e,_y);return t.createElement(qm,{in:a,timeout:300,classNames:"neeto-ui-menubar",unmountOnExit:!0},t.createElement("div",{className:_("neeto-ui-menubar__wrapper",Ci({},l,l))},t.createElement("div",{className:"neeto-ui-menubar__container"},r&&t.createElement(oo,{lineHeight:"tight",style:"h2",weight:"semibold","data-cy":u["data-cy"]||"menubar-heading",className:"neeto-ui-menubar__title"},r),i)))};Oy.Block=function(e){var n=e.url,r=e.icon,i=e.label,o=e.count,a=e.active,s=void 0!==a&&a,l=e.onEdit,u=e.onClick,c=void 0===u?function(){}:u,f=e.className,p=ue(e,vy),d=n?E:function(e){return t.createElement("button",e)};return t.createElement(d,{to:n,className:_("neeto-ui-menubar__block",Ci({"neeto-ui-menubar__block--editable":l,"neeto-ui-menubar__block--active":s},f,f)),onClick:c,"data-cy":p["data-cy"]||oe(i)},t.createElement("div",{className:"neeto-ui-menubar__block-label"},r&&t.createElement("i",{className:"neeto-ui-menubar__block-icon"},r),t.createElement(oo,{title:i,component:"span",style:"h5",weight:"medium"},i)),Number.isInteger(o)&&t.createElement("div",{onClick:function(e){e.stopPropagation(),l&&l()}},t.createElement(oo,{component:"span",style:"h5",weight:"medium"},o)))},Oy.Item=function(e){var n=e.label,r=void 0===n?"":n,i=e.description,o=void 0===i?"":i,a=e.active,s=void 0!==a&&a,l=e.className,u=void 0===l?"":l,c=ue(e,Ey);return t.createElement("button",le({className:_("neeto-ui-menubar__item",Ci({"neeto-ui-menubar__item--active":s},u,u))},c),t.createElement(oo,{component:"h5",style:"h4",className:"neeto-ui-menubar__item-header"},r),t.createElement(oo,{style:"body3",className:"neeto-ui-menubar__item-desc"},o))},Oy.SubTitle=function(e){var n=e.children,r=e.iconProps,i=ue(e,by);return t.createElement("div",{"data-cy":i["data-cy"]||"menubar-subtitle-heading",className:"neeto-ui-menubar__subtitle"},n,t.createElement("div",{className:"neeto-ui-menubar__subtitle-actions"},r&&r.map((function(e,n){return t.createElement(Dd,le({style:"text",key:n},e))}))))},Oy.Search=function(e){var n=e.collapse,r=void 0===n||n,i=e.onCollapse,o=ue(e,Cy);return!r&&t.createElement("div",{className:"neeto-ui-menubar__search"},t.createElement(Yd,le({type:"search",placeholder:"Search",prefix:t.createElement(bi,null)},o)),t.createElement(Dd,{style:"text",icon:ni,onClick:i}))},Oy.AddNew=function(e){var n=e.label,r=void 0===n?"":n,i=e.onClick,o=ue(e,xy);return t.createElement("div",le({className:"neeto-ui-menubar__add-new-wrap"},o),t.createElement(Dd,{label:r,style:"link",icon:yi,iconPosition:"left",iconSize:16,onClick:i,size:"small"}))};export{gy as AppSwitcher,tm as Container,qd as Header,Oy as MenuBar,am as Scrollable,Fo as Sidebar,Xd as SubHeader};
23
+ zn.exports=Nn;var _r=zn.exports,Or={exports:{}},wr={},Tr="function"==typeof Symbol&&Symbol.for,kr=Tr?Symbol.for("react.element"):60103,Sr=Tr?Symbol.for("react.portal"):60106,Mr=Tr?Symbol.for("react.fragment"):60107,Ar=Tr?Symbol.for("react.strict_mode"):60108,Lr=Tr?Symbol.for("react.profiler"):60114,Ur=Tr?Symbol.for("react.provider"):60109,Pr=Tr?Symbol.for("react.context"):60110,Fr=Tr?Symbol.for("react.async_mode"):60111,Vr=Tr?Symbol.for("react.concurrent_mode"):60111,Br=Tr?Symbol.for("react.forward_ref"):60112,Dr=Tr?Symbol.for("react.suspense"):60113,Hr=Tr?Symbol.for("react.suspense_list"):60120,jr=Tr?Symbol.for("react.memo"):60115,Rr=Tr?Symbol.for("react.lazy"):60116,zr=Tr?Symbol.for("react.block"):60121,Nr=Tr?Symbol.for("react.fundamental"):60117,Ir=Tr?Symbol.for("react.responder"):60118,$r=Tr?Symbol.for("react.scope"):60119;function Gr(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case kr:switch(e=e.type){case Fr:case Vr:case Mr:case Lr:case Ar:case Dr:return e;default:switch(e=e&&e.$$typeof){case Pr:case Br:case Rr:case jr:case Ur:return e;default:return t}}case Sr:return t}}}function Zr(e){return Gr(e)===Vr}function Wr(){}function Yr(){}wr.AsyncMode=Fr,wr.ConcurrentMode=Vr,wr.ContextConsumer=Pr,wr.ContextProvider=Ur,wr.Element=kr,wr.ForwardRef=Br,wr.Fragment=Mr,wr.Lazy=Rr,wr.Memo=jr,wr.Portal=Sr,wr.Profiler=Lr,wr.StrictMode=Ar,wr.Suspense=Dr,wr.isAsyncMode=function(e){return Zr(e)||Gr(e)===Fr},wr.isConcurrentMode=Zr,wr.isContextConsumer=function(e){return Gr(e)===Pr},wr.isContextProvider=function(e){return Gr(e)===Ur},wr.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===kr},wr.isForwardRef=function(e){return Gr(e)===Br},wr.isFragment=function(e){return Gr(e)===Mr},wr.isLazy=function(e){return Gr(e)===Rr},wr.isMemo=function(e){return Gr(e)===jr},wr.isPortal=function(e){return Gr(e)===Sr},wr.isProfiler=function(e){return Gr(e)===Lr},wr.isStrictMode=function(e){return Gr(e)===Ar},wr.isSuspense=function(e){return Gr(e)===Dr},wr.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===Mr||e===Vr||e===Lr||e===Ar||e===Dr||e===Hr||"object"==typeof e&&null!==e&&(e.$$typeof===Rr||e.$$typeof===jr||e.$$typeof===Ur||e.$$typeof===Pr||e.$$typeof===Br||e.$$typeof===Nr||e.$$typeof===Ir||e.$$typeof===$r||e.$$typeof===zr)},wr.typeOf=Gr,Function.call.bind(Object.prototype.hasOwnProperty),Yr.resetWarningCache=Wr,Or.exports=function(){function e(e,t,n,r,i,o){if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==o){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:Yr,resetWarningCache:Wr};return n.PropTypes=n,n}();var qr=Or.exports;qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var Xr=["size","color","strokeWidth"],Kr=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,Xr);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 20 20",fill:"none"},i),_r.createElement("path",{d:"M8 4.5C8 2.567 6.433 1 4.5 1H1V8H8V4.5Z",stroke:n,strokeWidth:r}),_r.createElement("path",{d:"M8 15.5C8 13.567 6.433 12 4.5 12H1V19H8V15.5Z",stroke:n,strokeWidth:r}),_r.createElement("path",{d:"M19 4.5C19 2.567 17.433 1 15.5 1H12V8H19V4.5Z",stroke:n,strokeWidth:r}),_r.createElement("path",{d:"M19 15.5C19 13.567 17.433 12 15.5 12H12V19H19V15.5Z",stroke:n,strokeWidth:r}))};Kr.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},Kr.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var Jr=["size","color","strokeWidth"],Qr=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,Jr);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M5 18C5 18.5304 5.21071 19.0391 5.58579 19.4142C5.96086 19.7893 6.46957 20 7 20H19V4H7C6.46957 4 5.96086 4.21071 5.58579 4.58579C5.21071 4.96086 5 5.46957 5 6V18ZM5 18C5 17.4696 5.21071 16.9609 5.58579 16.5858C5.96086 16.2107 6.46957 16 7 16H19M9 8H15",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};Qr.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},Qr.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var ei=["size","color","strokeWidth"],ti=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,ei);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M3 20.0001L4.3 16.1001C3.17644 14.4384 2.76999 12.4705 3.15622 10.5624C3.54244 8.65427 4.69506 6.93575 6.39977 5.72635C8.10447 4.51696 10.2453 3.89898 12.4241 3.98732C14.6029 4.07566 16.6715 4.86431 18.2453 6.20664C19.819 7.54896 20.7909 9.35362 20.9801 11.2851C21.1693 13.2165 20.563 15.1433 19.2739 16.7072C17.9848 18.2711 16.1007 19.3657 13.9718 19.7874C11.8429 20.2092 9.6142 19.9294 7.7 19.0001L3 20.0001Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};ti.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},ti.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var ni=["size","color","strokeWidth"],ri=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,ni);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M6 6L18 18",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M18 6L6 18",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};ri.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},ri.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var ii=["size","color","strokeWidth"],oi=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,ii);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M12 8V21M12 8C11.6383 6.5094 11.0154 5.23506 10.2127 4.34316C9.41003 3.45126 8.46469 2.98319 7.5 3C6.83696 3 6.20107 3.26339 5.73223 3.73223C5.26339 4.20107 5 4.83696 5 5.5C5 6.16304 5.26339 6.79893 5.73223 7.26777C6.20107 7.73661 6.83696 8 7.5 8M12 8C12.3617 6.5094 12.9846 5.23506 13.7873 4.34316C14.59 3.45126 15.5353 2.98319 16.5 3C17.163 3 17.7989 3.26339 18.2678 3.73223C18.7366 4.20107 19 4.83696 19 5.5C19 6.16304 18.7366 6.79893 18.2678 7.26777C17.7989 7.73661 17.163 8 16.5 8M19 12V19C19 19.5304 18.7893 20.0391 18.4142 20.4142C18.0391 20.7893 17.5304 21 17 21H7C6.46957 21 5.96086 20.7893 5.58579 20.4142C5.21071 20.0391 5 19.5304 5 19V12M4 8H20C20.5523 8 21 8.44772 21 9V11C21 11.5523 20.5523 12 20 12H4C3.44772 12 3 11.5523 3 11V9C3 8.44772 3.44772 8 4 8Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};oi.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},oi.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var ai=["size","color","strokeWidth"],si=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,ai);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("line",{x1:"3",y1:"7.25",x2:"21",y2:"7.25",stroke:n,strokeWidth:r}),_r.createElement("line",{x1:"3",y1:"11.25",x2:"15",y2:"11.25",stroke:n,strokeWidth:r}),_r.createElement("line",{x1:"3",y1:"15.25",x2:"11",y2:"15.25",stroke:n,strokeWidth:r}))};si.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},si.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var li=["size","color","strokeWidth"],ui=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,li);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M9.09009 9.00008C9.32519 8.33175 9.78924 7.76819 10.4 7.40921C11.0108 7.05024 11.729 6.91902 12.4273 7.03879C13.1255 7.15857 13.7589 7.52161 14.2152 8.06361C14.6714 8.60561 14.9211 9.2916 14.9201 10.0001C14.9201 12.0001 11.9201 13.0001 11.9201 13.0001",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M12 17H12.01",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};ui.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},ui.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var ci=["size","color","strokeWidth"],fi=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,ci);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M11.009 11.249H12.159V15.499",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M11 15.4986H13.3093",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M12.1 8.24587C12.1 8.29532 12.0853 8.34365 12.0579 8.38477C12.0304 8.42588 11.9914 8.45792 11.9457 8.47684C11.9 8.49576 11.8497 8.50071 11.8012 8.49107C11.7527 8.48142 11.7082 8.45761 11.6732 8.42265C11.6383 8.38769 11.6145 8.34314 11.6048 8.29464C11.5952 8.24615 11.6001 8.19588 11.619 8.1502C11.638 8.10452 11.67 8.06548 11.7111 8.03801C11.7522 8.01053 11.8006 7.99587 11.85 7.99587",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M11.85 7.99587C11.9163 7.99587 11.9799 8.02221 12.0268 8.0691C12.0737 8.11598 12.1 8.17957 12.1 8.24587",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M16 2.99862H8C5.23858 2.99862 3 5.2372 3 7.99862V15.9986C3 18.76 5.23858 20.9986 8 20.9986H16C18.7614 20.9986 21 18.76 21 15.9986V7.99862C21 5.2372 18.7614 2.99862 16 2.99862Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};fi.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},fi.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var pi=["size","color","strokeWidth"],di=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,pi);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M9 9H6C4.343 9 3 7.657 3 6C3 4.343 4.343 3 6 3C7.657 3 9 4.343 9 6V9Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M9 9H15V15H9V9Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M6 21C4.343 21 3 19.657 3 18C3 16.343 4.343 15 6 15H9V18C9 19.657 7.657 21 6 21Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M15 15H18C19.657 15 21 16.343 21 18C21 19.657 19.657 21 18 21C16.343 21 15 19.657 15 18V15Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M18 3C19.657 3 21 4.343 21 6C21 7.657 19.657 9 18 9H15V6C15 4.343 16.343 3 18 3Z",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};di.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},di.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var mi=["size","color","strokeWidth"],hi=function(e){var t=e.size,n=e.color;e.strokeWidth;var r=Rn(e,mi);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},r),_r.createElement("path",{d:"M19.1863 9.2727C19.1863 9.99647 19.1863 10.7171 19.1863 11.444C19.1863 12.171 19.1863 12.8916 19.2049 13.6153C19.2386 14.218 19.1257 14.8198 18.8765 15.367C18.6184 15.8937 18.1759 16.3019 17.637 16.5104C17.0343 16.7591 16.4873 16.8557 15.9435 16.7401C15.3997 16.6245 14.859 16.2982 14.2625 15.7027C13.2068 14.6416 12.1543 13.5747 11.1049 12.502C10.0555 11.4292 9.00757 10.3592 7.96124 9.29171C7.79717 9.10072 7.61268 8.92913 7.41122 8.78016C7.30188 8.7087 7.17715 8.66559 7.04782 8.65455C6.9185 8.64351 6.7885 8.66488 6.66908 8.71681C6.53476 8.75956 6.41264 8.83511 6.3133 8.93694C6.21396 9.03876 6.14037 9.16379 6.09892 9.30121C6.03142 9.57268 6.00375 9.85289 6.0168 10.1327C6.0168 11.3152 6.02042 12.4993 6.02765 13.685C6.02765 14.8697 6.02765 16.0606 6.0075 17.2389C5.99528 17.5357 6.04547 17.8316 6.15469 18.1068C6.25958 18.3623 6.44947 18.5715 6.69077 18.6976C6.81331 18.7641 6.94926 18.8007 7.08796 18.8046C7.22666 18.8084 7.36435 18.7794 7.49024 18.7198C7.75031 18.5975 7.98613 18.4273 8.1859 18.2177C8.6662 17.7405 9.14392 17.2601 9.61905 16.7765C10.0942 16.2929 10.5616 15.8041 11.0212 15.3099C11.1103 15.2033 11.2191 15.1156 11.3414 15.052C11.4637 14.9884 11.5971 14.9501 11.7339 14.9393C11.9921 14.9406 12.2434 15.0242 12.4528 15.1785C12.6511 15.3115 12.7426 15.5982 12.7364 15.9007C12.7377 16.2033 12.6301 16.4958 12.4342 16.7226C11.8641 17.3118 11.2986 17.9089 10.7299 18.498C10.1613 19.0872 9.57877 19.67 8.98072 20.2291C8.54153 20.6553 7.97762 20.9223 7.37559 20.9893C6.77021 21.0371 6.16299 20.9247 5.61242 20.663C5.10855 20.4603 4.67981 20.1007 4.38688 19.6352C4.11249 19.1508 3.97918 18.5964 4.00264 18.0372C4.01658 16.5769 4.01503 15.1167 4.01348 13.6549C4.01193 12.1931 4.01348 10.7345 4.01348 9.2727C4.00128 8.69191 4.11948 8.11599 4.35899 7.58918C4.61201 7.07012 5.05006 6.66996 5.58298 6.47105C6.13553 6.23868 6.74262 6.17701 7.32911 6.29367C7.9335 6.43863 8.48137 6.76582 8.9017 7.23284C9.96456 8.34146 11.0367 9.44269 12.1182 10.5365C13.1996 11.6304 14.278 12.7263 15.3532 13.8244C15.4998 13.9882 15.6683 14.13 15.8537 14.2457C15.9468 14.3006 16.0506 14.3338 16.1577 14.3431C16.2648 14.3524 16.3726 14.3375 16.4734 14.2995C16.6678 14.2401 16.8443 14.1311 16.9862 13.9828C17.1305 13.8059 17.2026 13.579 17.1877 13.3493C17.1722 12.0142 17.1722 10.6854 17.1722 9.35664C17.1722 8.02788 17.1722 6.69753 17.1722 5.36877C17.1819 5.16803 17.1508 4.9674 17.0808 4.77961C17.0365 4.68434 16.9744 4.59893 16.8978 4.52827C16.8212 4.45761 16.7318 4.40309 16.6345 4.36784C16.4456 4.27647 16.2393 4.22888 16.0303 4.22847C15.8152 4.24378 15.6102 4.32802 15.4446 4.4692C14.8593 4.93907 14.3084 5.45198 13.7961 6.00385C13.2771 6.54549 12.7704 7.10138 12.2282 7.62085C12.0264 7.84331 11.7585 7.99141 11.4659 8.04213C11.3372 8.04946 11.2086 8.02659 11.0899 7.97525C10.9712 7.92392 10.8655 7.84549 10.7811 7.74597C10.6812 7.64671 10.603 7.52692 10.5518 7.39452C10.5005 7.26212 10.4772 7.1201 10.4836 6.97785C10.5039 6.67123 10.6361 6.38357 10.8539 6.17173C11.4024 5.61214 11.9498 5.05254 12.4962 4.49295C13.0426 3.93336 13.5926 3.378 14.1463 2.82685C14.4931 2.4971 14.911 2.25534 15.3661 2.12109C15.8212 1.98683 16.3008 1.96385 16.7662 2.05398C17.2334 2.12126 17.6785 2.29959 18.066 2.57464C18.4535 2.8497 18.7725 3.21381 18.9973 3.63773C19.0662 3.77419 19.1183 3.9189 19.1522 4.06851C19.1853 4.21976 19.2009 4.37443 19.1987 4.52938C19.1925 5.31809 19.1925 6.10996 19.1987 6.905C19.2049 7.70004 19.2008 8.48927 19.1863 9.2727Z",fill:n}))};hi.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},hi.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var yi=["size","color","strokeWidth"],gi=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,yi);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M12 6L12 18",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M18 12H6",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};gi.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},gi.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var vi=["size","color","strokeWidth"],Ei=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,vi);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M9 18L15 12L9 6",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};Ei.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},Ei.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var bi=["size","color","strokeWidth"],Ci=function(e){var t=e.size,n=e.color,r=e.strokeWidth,i=Rn(e,bi);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},i),_r.createElement("path",{d:"M14.1931 5.58187C16.525 7.91369 16.525 11.6943 14.1931 14.0261C11.8613 16.358 8.08069 16.358 5.74887 14.0261C3.41704 11.6943 3.41704 7.91369 5.74887 5.58187C8.08069 3.25005 11.8613 3.25005 14.1931 5.58187",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}),_r.createElement("path",{d:"M14.1499 14.06L18.5899 18.5",stroke:n,strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round"}))};function xi(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Ci.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},Ci.propTypes={color:qr.string,size:qr.oneOfType([qr.string,qr.number]),strokeWidth:qr.oneOfType([qr.string,qr.number])},qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.string,qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var _i=["style","weight","lineHeight","component","children","textTransform","className"],Oi="thin",wi="extralight",Ti="light",ki="normal",Si="medium",Mi="semibold",Ai="bold",Li="extrabold",Ui="black",Pi="h1",Fi="h2",Vi="h3",Bi="h4",Di="h5",Hi="h6",ji="body1",Ri="body2",zi="body3",Ni="nano",Ii="none",$i="tight",Gi="snug",Zi="normal",Wi="relaxed",Yi="loose",qi="none",Xi="capitalize",Ki="uppercase",Ji="lowercase",Qi="fullwidth",eo="inherit",to="initial",no="revert",ro="unset",io={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",body1:"p",body2:"p",body3:"p",nano:"span"},oo={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",p:"p",span:"span",b:"b",strong:"strong",i:"i",em:"em",mark:"mark",del:"del",s:"s",ins:"ins",sub:"sub",sup:"sup",u:"u",code:"code",blockquote:"blockquote"},ao=t.forwardRef((function(e,n){var r=e.style,i=void 0===r?"body1":r,o=e.weight,a=e.lineHeight,s=e.component,l=e.children,u=e.textTransform,c=e.className,f=void 0===c?"":c,p=ue(e,_i),d=s?oo[s]:i?io[i]:"p";return t.createElement(d,le({ref:n,className:_(xi({"neeto-ui-typography":!0,"neeto-ui-text-h1":i===Pi,"neeto-ui-text-h2":i===Fi,"neeto-ui-text-h3":i===Vi,"neeto-ui-text-h4":i===Bi,"neeto-ui-text-h5":i===Di,"neeto-ui-text-h6":i===Hi,"neeto-ui-text-body1":i===ji,"neeto-ui-text-body2":i===Ri,"neeto-ui-text-body3":i===zi,"neeto-ui-text-nano":i===Ni,"neeto-ui-text-transform-none":u===qi,"neeto-ui-text-transform-capitalize":u===Xi,"neeto-ui-text-transform-uppercase":u===Ki,"neeto-ui-text-transform-lowercase":u===Ji,"neeto-ui-text-transform-fullwidth":u===Qi,"neeto-ui-text-transform-inherit":u===eo,"neeto-ui-text-transform-initial":u===to,"neeto-ui-text-transform-revert":u===no,"neeto-ui-text-transform-unset":u===ro,"neeto-ui-font-thin":o===Oi,"neeto-ui-font-extralight":o===wi,"neeto-ui-font-light":o===Ti,"neeto-ui-font-normal":o===ki,"neeto-ui-font-medium":o===Si,"neeto-ui-font-semibold":o===Mi,"neeto-ui-font-bold":o===Ai,"neeto-ui-font-extrabold":o===Li,"neeto-ui-font-black":o===Ui,"neeto-ui-leading-none":a===Ii,"neeto-ui-leading-tight":a===$i,"neeto-ui-leading-snug":a===Gi,"neeto-ui-leading-normal":a===Zi,"neeto-ui-leading-relaxed":a===Wi,"neeto-ui-leading-loose":a===Yi},f,f))},p),l)})),so=function(e){var n=e.label,r=e.description;return t.createElement("div",{className:"neeto-ui-flex neeto-ui-flex-col sidebar-featured-tooltip"},t.createElement(ao,{lineHeight:"tight",style:"h5",weight:"semibold",className:"neeto-ui-text-center sidebar-featured-tooltip__title"},n),r&&t.createElement(ao,{lineHeight:"normal",style:"body3",className:"neeto-ui-text-center neeto-ui-text-gray-400 sidebar-featured-tooltip__description"},r))},lo=function(e){var n=e.tooltipStyle,r=e.description,i=e.icon,o=e.label,a=e.children,s=n===Fo.featured?t.createElement(so,{description:r,icon:i,label:o}):o;return t.createElement(Hn,{position:"right",distance:"20rem",content:s,className:_({"sidebar-featured-tooltip__content":n===Fo.featured}),delay:[400,40],duration:[200,200]},a)},uo=function(e){var n=e.tooltipStyle,r=e.onAppSwitcherToggle;return t.createElement(lo,{label:"Product switcher",tooltipStyle:n,icon:t.createElement(Kr,null)},t.createElement("button",{onClick:r,"data-cy":"app-switcher-button",className:"shadow-none neeto-ui-flex neeto-ui-items-center neeto-ui-justify-start neeto-ui-w-full neeto-ui-select-none neeto-ui-sidebar__link neeto-ui-sidebar__link--app-switcher neeto-ui-sidebar__link--button"},t.createElement("span",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center neeto-ui-sidebar__link-icon"},t.createElement(Kr,{size:24}))))},co=["#ffb5a7","#fcd5ce","#f8edeb","#f9dcc4","#fec89a"],fo="beam",po={exports:{}};po.exports=function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=1)}([function(t,n){t.exports=e},function(e,t,n){e.exports=n(2)},function(e,t,n){function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}n.r(t);var a=n(0),s=n.n(a),l=function(e){for(var t=0,n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t&=t;return Math.abs(t)},u=function(e,t){return Math.floor(e/Math.pow(10,t)%10)},c=function(e,t){return!(u(e,t)%2)},f=function(e,t,n){var r=e%t;return n&&u(e,n)%2==0?-r:r},p=function(e,t,n){return t[e%n]},d=function(e){var t=function(e,t){var n=l(e),r=t&&t.length;return Array.from({length:4},(function(e,i){return{color:p(n+i,t,r),translateX:f(n*(i+1),40-(i+17),1),translateY:f(n*(i+1),40-(i+17),2),rotate:f(n*(i+1),360),isSquare:c(n,2)}}))}(e.name,e.colors);return a.createElement("svg",{viewBox:"0 0 80 80",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__bauhaus",maskUnits:"userSpaceOnUse",x:0,y:0,width:80,height:80},a.createElement("rect",{width:80,height:80,rx:e.square?void 0:160,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__bauhaus)"},a.createElement("rect",{width:80,height:80,fill:t[0].color}),a.createElement("rect",{x:10,y:30,width:80,height:t[1].isSquare?80:10,fill:t[1].color,transform:"translate("+t[1].translateX+" "+t[1].translateY+") rotate("+t[1].rotate+" 40 40)"}),a.createElement("circle",{cx:40,cy:40,fill:t[2].color,r:16,transform:"translate("+t[2].translateX+" "+t[2].translateY+")"}),a.createElement("line",{x1:0,y1:40,x2:80,y2:40,strokeWidth:2,stroke:t[3].color,transform:"translate("+t[3].translateX+" "+t[3].translateY+") rotate("+t[3].rotate+" 40 40)"})))},m=function(e){var t=function(e,t){var n=l(t),r=e&&e.length,i=Array.from({length:5},(function(t,i){return p(n+i,e,r)})),o=[];return o[0]=i[0],o[1]=i[1],o[2]=i[1],o[3]=i[2],o[4]=i[2],o[5]=i[3],o[6]=i[3],o[7]=i[0],o[8]=i[4],o}(e.colors,e.name);return s.a.createElement("svg",{viewBox:"0 0 90 90",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&s.a.createElement("title",null,e.name),s.a.createElement("mask",{id:"mask__ring",maskUnits:"userSpaceOnUse",x:0,y:0,width:90,height:90},s.a.createElement("rect",{width:90,height:90,rx:e.square?void 0:180,fill:"#FFFFFF"})),s.a.createElement("g",{mask:"url(#mask__ring)"},s.a.createElement("path",{d:"M0 0h90v45H0z",fill:t[0]}),s.a.createElement("path",{d:"M0 45h90v45H0z",fill:t[1]}),s.a.createElement("path",{d:"M83 45a38 38 0 00-76 0h76z",fill:t[2]}),s.a.createElement("path",{d:"M83 45a38 38 0 01-76 0h76z",fill:t[3]}),s.a.createElement("path",{d:"M77 45a32 32 0 10-64 0h64z",fill:t[4]}),s.a.createElement("path",{d:"M77 45a32 32 0 11-64 0h64z",fill:t[5]}),s.a.createElement("path",{d:"M71 45a26 26 0 00-52 0h52z",fill:t[6]}),s.a.createElement("path",{d:"M71 45a26 26 0 01-52 0h52z",fill:t[7]}),s.a.createElement("circle",{cx:45,cy:45,r:23,fill:t[8]})))},h=function(e){var t=function(e,t){var n=l(e),r=t&&t.length;return Array.from({length:64},(function(e,i){return p(n%i,t,r)}))}(e.name,e.colors);return a.createElement("svg",{viewBox:"0 0 80 80",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__pixel","mask-type":"alpha",maskUnits:"userSpaceOnUse",x:0,y:0,width:80,height:80},a.createElement("rect",{width:80,height:80,rx:e.square?void 0:160,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__pixel)"},a.createElement("rect",{width:10,height:10,fill:t[0]}),a.createElement("rect",{x:20,width:10,height:10,fill:t[1]}),a.createElement("rect",{x:40,width:10,height:10,fill:t[2]}),a.createElement("rect",{x:60,width:10,height:10,fill:t[3]}),a.createElement("rect",{x:10,width:10,height:10,fill:t[4]}),a.createElement("rect",{x:30,width:10,height:10,fill:t[5]}),a.createElement("rect",{x:50,width:10,height:10,fill:t[6]}),a.createElement("rect",{x:70,width:10,height:10,fill:t[7]}),a.createElement("rect",{y:10,width:10,height:10,fill:t[8]}),a.createElement("rect",{y:20,width:10,height:10,fill:t[9]}),a.createElement("rect",{y:30,width:10,height:10,fill:t[10]}),a.createElement("rect",{y:40,width:10,height:10,fill:t[11]}),a.createElement("rect",{y:50,width:10,height:10,fill:t[12]}),a.createElement("rect",{y:60,width:10,height:10,fill:t[13]}),a.createElement("rect",{y:70,width:10,height:10,fill:t[14]}),a.createElement("rect",{x:20,y:10,width:10,height:10,fill:t[15]}),a.createElement("rect",{x:20,y:20,width:10,height:10,fill:t[16]}),a.createElement("rect",{x:20,y:30,width:10,height:10,fill:t[17]}),a.createElement("rect",{x:20,y:40,width:10,height:10,fill:t[18]}),a.createElement("rect",{x:20,y:50,width:10,height:10,fill:t[19]}),a.createElement("rect",{x:20,y:60,width:10,height:10,fill:t[20]}),a.createElement("rect",{x:20,y:70,width:10,height:10,fill:t[21]}),a.createElement("rect",{x:40,y:10,width:10,height:10,fill:t[22]}),a.createElement("rect",{x:40,y:20,width:10,height:10,fill:t[23]}),a.createElement("rect",{x:40,y:30,width:10,height:10,fill:t[24]}),a.createElement("rect",{x:40,y:40,width:10,height:10,fill:t[25]}),a.createElement("rect",{x:40,y:50,width:10,height:10,fill:t[26]}),a.createElement("rect",{x:40,y:60,width:10,height:10,fill:t[27]}),a.createElement("rect",{x:40,y:70,width:10,height:10,fill:t[28]}),a.createElement("rect",{x:60,y:10,width:10,height:10,fill:t[29]}),a.createElement("rect",{x:60,y:20,width:10,height:10,fill:t[30]}),a.createElement("rect",{x:60,y:30,width:10,height:10,fill:t[31]}),a.createElement("rect",{x:60,y:40,width:10,height:10,fill:t[32]}),a.createElement("rect",{x:60,y:50,width:10,height:10,fill:t[33]}),a.createElement("rect",{x:60,y:60,width:10,height:10,fill:t[34]}),a.createElement("rect",{x:60,y:70,width:10,height:10,fill:t[35]}),a.createElement("rect",{x:10,y:10,width:10,height:10,fill:t[36]}),a.createElement("rect",{x:10,y:20,width:10,height:10,fill:t[37]}),a.createElement("rect",{x:10,y:30,width:10,height:10,fill:t[38]}),a.createElement("rect",{x:10,y:40,width:10,height:10,fill:t[39]}),a.createElement("rect",{x:10,y:50,width:10,height:10,fill:t[40]}),a.createElement("rect",{x:10,y:60,width:10,height:10,fill:t[41]}),a.createElement("rect",{x:10,y:70,width:10,height:10,fill:t[42]}),a.createElement("rect",{x:30,y:10,width:10,height:10,fill:t[43]}),a.createElement("rect",{x:30,y:20,width:10,height:10,fill:t[44]}),a.createElement("rect",{x:30,y:30,width:10,height:10,fill:t[45]}),a.createElement("rect",{x:30,y:40,width:10,height:10,fill:t[46]}),a.createElement("rect",{x:30,y:50,width:10,height:10,fill:t[47]}),a.createElement("rect",{x:30,y:60,width:10,height:10,fill:t[48]}),a.createElement("rect",{x:30,y:70,width:10,height:10,fill:t[49]}),a.createElement("rect",{x:50,y:10,width:10,height:10,fill:t[50]}),a.createElement("rect",{x:50,y:20,width:10,height:10,fill:t[51]}),a.createElement("rect",{x:50,y:30,width:10,height:10,fill:t[52]}),a.createElement("rect",{x:50,y:40,width:10,height:10,fill:t[53]}),a.createElement("rect",{x:50,y:50,width:10,height:10,fill:t[54]}),a.createElement("rect",{x:50,y:60,width:10,height:10,fill:t[55]}),a.createElement("rect",{x:50,y:70,width:10,height:10,fill:t[56]}),a.createElement("rect",{x:70,y:10,width:10,height:10,fill:t[57]}),a.createElement("rect",{x:70,y:20,width:10,height:10,fill:t[58]}),a.createElement("rect",{x:70,y:30,width:10,height:10,fill:t[59]}),a.createElement("rect",{x:70,y:40,width:10,height:10,fill:t[60]}),a.createElement("rect",{x:70,y:50,width:10,height:10,fill:t[61]}),a.createElement("rect",{x:70,y:60,width:10,height:10,fill:t[62]}),a.createElement("rect",{x:70,y:70,width:10,height:10,fill:t[63]})))},y=function(e){var t=function(e,t){var n,r=l(e),i=t&&t.length,o=p(r,t,i),a=f(r,10,1),s=a<5?a+4:a,u=f(r,10,2),d=u<5?u+4:u;return{wrapperColor:o,faceColor:(n=o,"#"===n.slice(0,1)&&(n=n.slice(1)),(299*parseInt(n.substr(0,2),16)+587*parseInt(n.substr(2,2),16)+114*parseInt(n.substr(4,2),16))/1e3>=128?"#000000":"#FFFFFF"),backgroundColor:p(r+13,t,i),wrapperTranslateX:s,wrapperTranslateY:d,wrapperRotate:f(r,360),wrapperScale:1+f(r,3)/10,isMouthOpen:c(r,2),isCircle:c(r,1),eyeSpread:f(r,5),mouthSpread:f(r,3),faceRotate:f(r,10,3),faceTranslateX:s>6?s/2:f(r,8,1),faceTranslateY:d>6?d/2:f(r,7,2)}}(e.name,e.colors);return a.createElement("svg",{viewBox:"0 0 36 36",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__beam",maskUnits:"userSpaceOnUse",x:0,y:0,width:36,height:36},a.createElement("rect",{width:36,height:36,rx:e.square?void 0:72,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__beam)"},a.createElement("rect",{width:36,height:36,fill:t.backgroundColor}),a.createElement("rect",{x:"0",y:"0",width:36,height:36,transform:"translate("+t.wrapperTranslateX+" "+t.wrapperTranslateY+") rotate("+t.wrapperRotate+" 18 18) scale("+t.wrapperScale+")",fill:t.wrapperColor,rx:t.isCircle?36:6}),a.createElement("g",{transform:"translate("+t.faceTranslateX+" "+t.faceTranslateY+") rotate("+t.faceRotate+" 18 18)"},t.isMouthOpen?a.createElement("path",{d:"M15 "+(19+t.mouthSpread)+"c2 1 4 1 6 0",stroke:t.faceColor,fill:"none",strokeLinecap:"round"}):a.createElement("path",{d:"M13,"+(19+t.mouthSpread)+" a1,0.75 0 0,0 10,0",fill:t.faceColor}),a.createElement("rect",{x:14-t.eyeSpread,y:14,width:1.5,height:2,rx:1,stroke:"none",fill:t.faceColor}),a.createElement("rect",{x:20+t.eyeSpread,y:14,width:1.5,height:2,rx:1,stroke:"none",fill:t.faceColor}))))},g=function(e){var t=function(e,t){var n=l(e),r=t&&t.length;return Array.from({length:4},(function(e,i){return p(n+i,t,r)}))}(e.name,e.colors),n=e.name.replace(/\s/g,"");return a.createElement("svg",{viewBox:"0 0 80 80",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__sunset",maskUnits:"userSpaceOnUse",x:0,y:0,width:80,height:80},a.createElement("rect",{width:80,height:80,rx:e.square?void 0:160,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__sunset)"},a.createElement("path",{fill:"url(#gradient_paint0_linear_"+n+")",d:"M0 0h80v40H0z"}),a.createElement("path",{fill:"url(#gradient_paint1_linear_"+n+")",d:"M0 40h80v40H0z"})),a.createElement("defs",null,a.createElement("linearGradient",{id:"gradient_paint0_linear_"+n,x1:40,y1:0,x2:40,y2:40,gradientUnits:"userSpaceOnUse"},a.createElement("stop",{stopColor:t[0]}),a.createElement("stop",{offset:1,stopColor:t[1]})),a.createElement("linearGradient",{id:"gradient_paint1_linear_"+n,x1:40,y1:40,x2:40,y2:80,gradientUnits:"userSpaceOnUse"},a.createElement("stop",{stopColor:t[2]}),a.createElement("stop",{offset:1,stopColor:t[3]}))))},v=function(e){var t=function(e,t){var n=l(e),r=t&&t.length;return Array.from({length:3},(function(e,i){return{color:p(n+i,t,r),translateX:f(n*(i+1),8,1),translateY:f(n*(i+1),8,2),scale:1.2+f(n*(i+1),4)/10,rotate:f(n*(i+1),360,1)}}))}(e.name,e.colors);return a.createElement("svg",{viewBox:"0 0 80 80",fill:"none",role:"img",xmlns:"http://www.w3.org/2000/svg",width:e.size,height:e.size},e.title&&a.createElement("title",null,e.name),a.createElement("mask",{id:"mask__marble",maskUnits:"userSpaceOnUse",x:0,y:0,width:80,height:80},a.createElement("rect",{width:80,height:80,rx:e.square?void 0:160,fill:"#FFFFFF"})),a.createElement("g",{mask:"url(#mask__marble)"},a.createElement("rect",{width:80,height:80,fill:t[0].color}),a.createElement("path",{filter:"url(#prefix__filter0_f)",d:"M32.414 59.35L50.376 70.5H72.5v-71H33.728L26.5 13.381l19.057 27.08L32.414 59.35z",fill:t[1].color,transform:"translate("+t[1].translateX+" "+t[1].translateY+") rotate("+t[1].rotate+" 40 40) scale("+t[2].scale+")"}),a.createElement("path",{filter:"url(#prefix__filter0_f)",style:{mixBlendMode:"overlay"},d:"M22.216 24L0 46.75l14.108 38.129L78 86l-3.081-59.276-22.378 4.005 12.972 20.186-23.35 27.395L22.215 24z",fill:t[2].color,transform:"translate("+t[2].translateX+" "+t[2].translateY+") rotate("+t[2].rotate+" 40 40) scale("+t[2].scale+")"})),a.createElement("defs",null,a.createElement("filter",{id:"prefix__filter0_f",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.createElement("feGaussianBlur",{stdDeviation:7,result:"effect1_foregroundBlur"}))))},E=["pixel","bauhaus","ring","beam","sunset","marble"],b={geometric:"beam",abstract:"bauhaus"},C=function(e){var t=e.variant,n=void 0===t?"marble":t,a=e.colors,l=void 0===a?["#92A1C6","#146A7C","#F0AB3D","#C271B4","#C20D90"]:a,u=e.name,c=void 0===u?"Clara Barton":u,f=e.square,p=void 0!==f&&f,C=e.title,x=void 0!==C&&C,_=e.size,O=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?i(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({colors:l,name:c,title:x,size:void 0===_?40:_,square:p},o(e,["variant","colors","name","square","title","size"]));return{pixel:s.a.createElement(h,O),bauhaus:s.a.createElement(d,O),ring:s.a.createElement(m,O),beam:s.a.createElement(y,O),sunset:s.a.createElement(g,O),marble:s.a.createElement(v,O)}[Object.keys(b).includes(n)?b[n]:E.includes(n)?n:"marble"]};t.default=C}])}(t);var mo=b(po.exports),ho=["size","user","status","onClick","className","showTooltip","tooltipProps"],yo={small:24,medium:32,large:40,extraLarge:64},go=function(e){var n=e.size,r=void 0===n?"medium":n,o=e.user,a=void 0===o?{}:o,s=e.status,l=void 0===s?null:s,u=e.onClick,c=void 0===u?function(){}:u,f=e.className,p=void 0===f?"":f,d=e.showTooltip,m=void 0!==d&&d,h=e.tooltipProps,y=void 0===h?{}:h,g=ue(e,ho),v=se(i(!1),2),E=v[0],b=v[1],C=a.name,x=void 0===C?"":C,O=a.imageUrl,w="medium"===r,T="large"===r,k="extraLarge"===r,S={height:yo[r],width:yo[r]},M=_("neeto-ui-avatar ",{"neeto-ui-avatar--medium":w,"neeto-ui-avatar--large":T,"neeto-ui-avatar--xlarge":k,hidden:E}),A=_("neeto-ui-avatar__status","".concat(l),{"neeto-ui-avatar__status-medium":w,"neeto-ui-avatar__status-large":T,"neeto-ui-avatar__status-xlarge":k}),L=function(){return Y(l)?t.Fragment:t.createElement("span",{className:A,"data-testid":"indicator"})},U=x.replace("","-"),P=!(O&&!E);return t.createElement(Hn,le({disabled:!m,content:x,position:"bottom"},y),t.createElement("span",le({onClick:c,style:S,"data-testid":"avatar",className:_("neeto-ui-avatar--container neeto-ui-select-none",p)},g),t.createElement(L,null),P?t.createElement(mo,{size:yo[r],name:x,variant:fo,colors:co,className:"neeto-ui-avatar__svg"}):t.createElement("img",{className:M,onError:function(){return b(!0)},src:O,alt:"avatar-".concat(U),"data-chromatic":"ignore"})))},vo=n((function(e,n){var r=e.profileInfo,i=e.onClick,o=r["data-cy"]||"profile-section";return t.createElement("button",{ref:n,className:"neeto-ui-w-full neeto-ui-text-left neeto-ui-sidebar__profile-wrapper",onClick:i,"data-cy":o},t.createElement("span",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-flex-shrink-0 neeto-ui-w-full neeto-ui-sidebar__profile"},t.createElement(go,{user:r,size:"large",className:"neeto-ui-flex-shrink-0"})))})),Eo=["onClick","label","icon"],bo=function(e){var n=e.links;return t.createElement("ul",{className:"neeto-ui-profile-sublist"},null==n?void 0:n.map((function(e,n){var r=e.onClick,i=e.label,o=e.icon,a=void 0===o?null:o,s=ue(e,Eo),l=a;return t.createElement("li",{key:n,className:"neeto-ui-profile-sublist__item"},t.createElement("button",le({onClick:r},s,{className:"neeto-ui-profile-sublist__item-btn"}),a&&t.createElement("span",{className:"neeto-ui-profile-sublist__item-btn-icon"},t.createElement(l,null)),t.createElement(ao,{style:"body2",weight:"normal",component:"span",className:"neeto-ui-profile-sublist__item-btn-label"},i)))})))},Co=function(e){var n,r,i=e.profileInfo,o=i.name,a=i.email,s=i.topLinks,l=i.bottomLinks,u=i.customContent;return t.createElement("div",{className:"neeto-ui-flex neeto-ui-flex-col neeto-ui-profile-popup"},t.createElement("div",{className:_("neeto-ui-relative neeto-ui-flex neeto-ui-items-center neeto-ui-p-3")},t.createElement("div",{className:"top-0 left-0"},t.createElement(go,{user:i,size:"large"})),t.createElement("div",{className:"neeto-ui-flex neeto-ui-flex-col neeto-ui-flex-grow neeto-ui-min-w-0 neeto-ui-pl-3"},t.createElement(ao,{component:"h2",style:"h5",weight:"semibold",lineHeight:"tight",className:"neeto-ui-m-0",title:o},(r=18,(n=o)&&n.length>r?n.substring(0,r-3)+"...":n)),a&&t.createElement(ao,{style:"body3",className:"neeto-ui-w-full neeto-ui-truncate neeto-ui-text-gray-600",lineHeight:"tight"},a))),t.createElement("div",{className:"neeto-ui-sidebar__profile-wrapper-custom-content"},u),s&&t.createElement(bo,{links:s}),l&&t.createElement(bo,{links:l}))},xo=n((function(e,n){return t.createElement("button",{className:"shadow-none neeto-ui-sidebar__link neeto-ui-sidebar__link--button","data-cy":"help-button",ref:n},t.createElement("span",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center neeto-ui-sidebar__link-icon"},t.createElement(ui,{size:24})))})),_o=["onClick","label","icon"],Oo=function(e){var n=e.links;return t.createElement("ul",null,null==n?void 0:n.map((function(e,n){var r=e.onClick,i=void 0===r?ie:r,o=e.label,a=void 0===o?"":o,s=e.icon,l=void 0===s?null:s,u=ue(e,_o),c=l;return t.createElement("li",{className:"neeto-ui-help-sublist__item",key:n},t.createElement("button",le({className:"neeto-ui-help-sublist__item-btn",onClick:i},u),l&&t.createElement("span",{className:"neeto-ui-help-sublist__item-btn-icon"},t.createElement(c,null)),t.createElement(ao,{className:"neeto-ui-help-sublist__item-btn-label",component:"span",style:"body2",weight:"normal"},a)))})))};function wo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function To(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?wo(Object(n),!0).forEach((function(t){xi(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):wo(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ko=function(e){var n=e.helpSectionProps,r=n.documentationProps,i=n.keyboardShortcutProps,o=n.liveChatProps,a=n.changelogProps,s=[r&&To(To({},r),{},{label:"Documentation",icon:Qr,"data-cy":"help-link-documentation-button"}),i&&To(To({},i),{},{label:"Keyboard shortcuts",icon:di,"data-cy":"help-link-keyboard-shortcut-button"}),o&&To(To({},o),{},{label:"Chat with us",icon:ti,"data-cy":"help-link-live-chat-button"}),a&&To(To({},a),{},{label:"What's new?",icon:oi,"data-cy":"help-link-changelog-button"})].filter(Boolean);return t.createElement(Oo,{links:W(s)})},So=function(e){var n=e.profileInfo,r=e.tooltipStyle,o=e.showAppSwitcher,a=void 0!==o&&o,s=e.onAppSwitcherToggle,l=e.helpLinks,u=se(i(!1),2),c=u[0],f=u[1];return t.createElement("div",{className:"neeto-ui-sidebar__footer"},l&&t.createElement(Hn,{hideOnClick:!1,interactive:!0,className:"neeto-ui-help-popup-wrapper",content:t.createElement(ko,{helpSectionProps:l}),theme:"light",position:"right"},t.createElement(xo,null)),a&&t.createElement(uo,{onAppSwitcherToggle:s,tooltipStyle:r}),n&&t.createElement(Hn,{position:"right",className:"neeto-ui-profile-popup-wrapper",theme:"light",content:t.createElement(Co,{profileInfo:n}),interactive:!0,hideOnClick:!1},t.createElement(vo,{profileInfo:n,onClick:function(){f(!c)}})))};qr.oneOfType([qr.string,qr.number]);var Mo=["size"],Ao=function(e){var t=e.size,n=Rn(e,Mo);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 500 500",fill:"none"},n),_r.createElement("path",{d:"M500 250C500 111.929 388.07 0 250 0H0V500H500V250Z",fill:"url(#paint0_linear_3457_4148)"}),_r.createElement("path",{d:"M375.001 33.5C450.552 76.5087 499.938 156.762 499.938 249.915V456.915C495.688 424.415 470.188 397.415 383.188 302.665C313.588 226.865 349.251 91.9717 375.001 33.5Z",fill:"url(#paint1_linear_3457_4148)"}),_r.createElement("path",{d:"M375.001 33.5C450.552 76.5087 499.938 156.762 499.938 249.915V456.915C495.688 424.415 470.188 397.415 383.188 302.665C313.588 226.865 349.251 91.9717 375.001 33.5Z",fill:"url(#paint2_linear_3457_4148)"}),_r.createElement("path",{d:"M0 0H250C294.713 0 338.501 12 375.001 33.5C391.667 61.5663 407.2 139.5 344 231.5C265 346.5 256.25 368 220.25 500H0V0Z",fill:"url(#paint3_linear_3457_4148)"}),_r.createElement("path",{d:"M0 0H250C294.713 0 335.001 11.25 375.001 33.5C391.667 61.5663 407.2 139.5 344 231.5C265 346.5 256.25 368 220.25 500H0V0Z",fill:"url(#paint4_linear_3457_4148)"}),_r.createElement("path",{d:"M249 500C207.75 347 74.9167 311.704 0 278.5V500H249Z",fill:"url(#paint5_linear_3457_4148)",fillOpacity:"0.4"}),_r.createElement("defs",null,_r.createElement("linearGradient",{id:"paint0_linear_3457_4148",x1:"-1.38342e-06",y1:"21.75",x2:"459.75",y2:"533.75",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8BBEFF"}),_r.createElement("stop",{offset:"0.612688",stopColor:"#8C9CF5"}),_r.createElement("stop",{offset:"0.779469",stopColor:"#8FA1F2"}),_r.createElement("stop",{offset:"1",stopColor:"#98ACF4"})),_r.createElement("linearGradient",{id:"paint1_linear_3457_4148",x1:"78.241",y1:"-1.18087",x2:"73.7429",y2:"644.658",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#6565E3"}),_r.createElement("stop",{offset:"0.489583",stopColor:"#8A99EE"})),_r.createElement("linearGradient",{id:"paint2_linear_3457_4148",x1:"278.722",y1:"262.734",x2:"321.826",y2:"535.18",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#6C6CDE",stopOpacity:"0"}),_r.createElement("stop",{offset:"1",stopColor:"#8C96EB"})),_r.createElement("linearGradient",{id:"paint3_linear_3457_4148",x1:"454.149",y1:"43.25",x2:"324.11",y2:"520.395",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8684ED"}),_r.createElement("stop",{offset:"0.510809",stopColor:"#8C9DF6"}),_r.createElement("stop",{offset:"0.767213",stopColor:"#8B94F2",stopOpacity:"0"})),_r.createElement("linearGradient",{id:"paint4_linear_3457_4148",x1:"-39.7701",y1:"-70.5",x2:"92.9717",y2:"214.905",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.197917",stopColor:"#AF84FF"}),_r.createElement("stop",{offset:"0.9375",stopColor:"#8B94F2",stopOpacity:"0"})),_r.createElement("linearGradient",{id:"paint5_linear_3457_4148",x1:"110",y1:"294",x2:"110.5",y2:"441.75",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8CA7F8"}),_r.createElement("stop",{offset:"0.287723",stopColor:"#8CA4F8"}),_r.createElement("stop",{offset:"0.614583",stopColor:"#8BBFFE"}),_r.createElement("stop",{offset:"1",stopColor:"#84CAFF"}))))};Ao.defaultProps={size:24},Ao.propTypes={size:qr.oneOfType([qr.string,qr.number])},qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]),qr.oneOfType([qr.string,qr.number]);var Lo=function(e){var n=e.organizationInfo,r=null==n?void 0:n.logo;return t.createElement("div",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-sidebar__header","data-cy":"sidebar-info"},t.createElement("div",{className:"neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center neeto-ui-flex-shrink-0 neeto-ui-sidebar__logo"},r||t.createElement(Ao,null)))},Uo=["label","to","icon","description"],Po=function(e){var n=e.navLinks,r=void 0===n?[]:n,i=e.tooltipStyle,o=g();return t.createElement("div",{className:"neeto-ui-sidebar__links"},r.map((function(e,n){var r=e.label,a=e.to,s=e.icon,l=e.description,u=ue(e,Uo),c=s,f=new URL(a,window.location.href),p=o.pathname.startsWith(f.pathname);return t.createElement(lo,{key:n,tooltipStyle:i,icon:t.createElement(c,{color:"#68737D"}),description:l,label:r},t.createElement(v,le({to:a,className:"neeto-ui-flex neeto-ui-items-center neeto-ui-no-underline neeto-ui-select-none neeto-ui-sidebar__link",activeClassName:"active",isActive:function(){return p}},u),s&&t.createElement("div",{"data-testid":r,className:"neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center neeto-ui-sidebar__link-icon"},t.createElement(c,null))))})))},Fo={default:"default",featured:"featured"},Vo=function(e){var n=e.organizationInfo,r=e.navLinks,i=void 0===r?[]:r,o=e.tooltipStyle,a=void 0===o?Fo.featured:o,s=e.profileInfo,l=e.helpLinks,u=e.showAppSwitcher,c=void 0!==u&&u,f=e.onAppSwitcherToggle,p=void 0===f?ie:f;return t.createElement("div",{"data-cy":"sidebar-wrapper",className:_("neeto-ui-sidebar neeto-ui-flex neeto-ui-flex-col neeto-ui-flex-shrink-0 neeto-ui-overflow-y-auto neeto-ui-overflow-x-hidden","neeto-ui-sidebar--collapsed"),"data-testid":"sidebar"},t.createElement(Lo,{organizationInfo:n}),t.createElement(Po,{navLinks:i,tooltipStyle:a}),t.createElement(So,{profileInfo:s,tooltipStyle:a,showAppSwitcher:c,onAppSwitcherToggle:p,helpLinks:l}))},Bo=function(e,t){return Bo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},Bo(e,t)};function Do(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}Bo(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var Ho=function(){return Ho=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Ho.apply(this,arguments)};function jo(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}function Ro(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o["return"])&&n.call(o)}finally{if(i)throw i.error}}return a}function zo(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}var No=function(e){return{isEnabled:function(t){return e.some((function(e){return!!t[e]}))}}},Io={measureLayout:No(["layout","layoutId","drag","_layoutResetTransform"]),animation:No(["animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag"]),exit:No(["exit"]),drag:No(["drag","dragControls"]),focus:No(["whileFocus"]),hover:No(["whileHover","onHoverStart","onHoverEnd"]),tap:No(["whileTap","onTap","onTapStart","onTapCancel"]),pan:No(["onPan","onPanStart","onPanSessionStart","onPanEnd"]),layoutAnimation:No(["layout","layoutId"])};var $o=function(){},Go=l({strict:!1}),Zo=Object.keys(Io),Wo=Zo.length;var Yo=l({transformPagePoint:function(e){return e},isStatic:!1}),qo=l({});var Xo=l(null);function Ko(e){var t=s(null);return null===t.current&&(t.current=e()),t.current}function Jo(){var e=u(Xo);if(null===e)return[!0,null];var t=e.isPresent,n=e.onExitComplete,r=e.register,i=ta();a((function(){return r(i)}),[]);return!t&&n?[!1,function(){return null==n?void 0:n(i)}]:[!0]}var Qo=0,ea=function(){return Qo++},ta=function(){return Ko(ea)},na=l(null),ra="undefined"!=typeof window,ia=ra?o:a;function oa(e,t,n,r){var i=u(Yo),o=u(Go),l=u(qo).visualElement,c=u(Xo),f=function(e){var t=e.layoutId,n=u(na);return n&&void 0!==t?n+"-"+t:t}(n),p=s(void 0);r||(r=o.renderer),!p.current&&r&&(p.current=r(e,{visualState:t,parent:l,props:Ho(Ho({},n),{layoutId:f}),presenceId:null==c?void 0:c.id,blockInitialAnimation:!1===(null==c?void 0:c.initial)}));var d=p.current;return ia((function(){var e;d&&(d.setProps(Ho(Ho(Ho({},i),n),{layoutId:f})),d.isPresent=null===(e=c)||e.isPresent,d.isPresenceRoot=!l||l.presenceId!==(null==c?void 0:c.id),d.syncRender())})),a((function(){var e;d&&(null===(e=d.animationState)||void 0===e||e.animateChanges())})),ia((function(){return function(){return null==d?void 0:d.notifyUnmount()}}),[]),d}function aa(e){return"object"==typeof e&&Object.prototype.hasOwnProperty.call(e,"current")}function sa(e){return Array.isArray(e)}function la(e){return"string"==typeof e||sa(e)}function ua(e,t,n,r,i){var o;return void 0===r&&(r={}),void 0===i&&(i={}),"string"==typeof t&&(t=null===(o=e.variants)||void 0===o?void 0:o[t]),"function"==typeof t?t(null!=n?n:e.custom,r,i):t}function ca(e,t,n){var r=e.getProps();return ua(r,t,null!=n?n:r.custom,function(e){var t={};return e.forEachValue((function(e,n){return t[n]=e.get()})),t}(e),function(e){var t={};return e.forEachValue((function(e,n){return t[n]=e.getVelocity()})),t}(e))}function fa(e){var t;return"function"==typeof(null===(t=e.animate)||void 0===t?void 0:t.start)||la(e.initial)||la(e.animate)||la(e.whileHover)||la(e.whileDrag)||la(e.whileTap)||la(e.whileFocus)||la(e.exit)}function pa(e){return Boolean(fa(e)||e.variants)}function da(e,t){var n=function(e,t){if(fa(e)){var n=e.initial,r=e.animate;return{initial:!1===n||la(n)?n:void 0,animate:la(r)?r:void 0}}return!1!==e.inherit?t:{}}(e,u(qo)),r=n.initial,i=n.animate;return f((function(){return{initial:r,animate:i}}),t?[ma(r),ma(i)]:[])}function ma(e){return Array.isArray(e)?e.join(" "):e}function ha(t){var r=t.preloadedFeatures,i=t.createVisualElement,o=t.useRender,a=t.useVisualState,s=t.Component;return r&&function(e){for(var t in e){var n=e[t];null!==n&&(Io[t].Component=n)}}(r),n((function(t,n){var r=u(Yo).isStatic,l=null,f=da(t,r),p=a(t,r);return!r&&ra&&(f.visualElement=oa(s,p,t,i),l=function(t,n,r){var i=[];if(u(Go),!n)return null;for(var o=0;o<Wo;o++){var a=Zo[o],s=Io[a],l=s.isEnabled,c=s.Component;l(t)&&c&&i.push(e.createElement(c,Ho({key:a},t,{visualElement:n})))}return i}(t,f.visualElement)),e.createElement(e.Fragment,null,e.createElement(qo.Provider,{value:f},o(s,t,function(e,t,n){return c((function(r){var i;r&&(null===(i=e.mount)||void 0===i||i.call(e,r)),t&&(r?t.mount(r):t.unmount()),n&&("function"==typeof n?n(r):aa(n)&&(n.current=r))}),[t])}(p,f.visualElement,n),p,r)),l)}))}function ya(e){function t(t,n){return void 0===n&&(n={}),ha(e(t,n))}var n=new Map;return new Proxy(t,{get:function(e,r){return n.has(r)||n.set(r,t(r)),n.get(r)}})}var ga=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","svg","switch","symbol","text","tspan","use","view"];function va(e){return"string"==typeof e&&!e.includes("-")&&!!(ga.indexOf(e)>-1||/[A-Z]/.test(e))}var Ea={};var ba=["","X","Y","Z"],Ca=["transformPerspective","x","y","z"];function xa(e,t){return Ca.indexOf(e)-Ca.indexOf(t)}["translate","scale","rotate","skew"].forEach((function(e){return ba.forEach((function(t){return Ca.push(e+t)}))}));var _a=new Set(Ca);function Oa(e){return _a.has(e)}var wa=new Set(["originX","originY","originZ"]);function Ta(e){return wa.has(e)}function ka(e,t){var n=t.layout,r=t.layoutId;return Oa(e)||Ta(e)||(n||void 0!==r)&&(!!Ea[e]||"opacity"===e)}var Sa=function(e){return null!==e&&"object"==typeof e&&e.getVelocity},Ma={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"};function Aa(e){return e.startsWith("--")}var La=function(e,t){return t&&"number"==typeof e?t.transform(e):e},Ua=function(e,t){return function(n){return Math.max(Math.min(n,t),e)}},Pa=function(e){return e%1?Number(e.toFixed(5)):e},Fa=/(-)?([\d]*\.?[\d])+/g,Va=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))/gi,Ba=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))$/i;function Da(e){return"string"==typeof e}var Ha={test:function(e){return"number"==typeof e},parse:parseFloat,transform:function(e){return e}},ja=Ho(Ho({},Ha),{transform:Ua(0,1)}),Ra=Ho(Ho({},Ha),{default:1}),za=function(e){return{test:function(t){return Da(t)&&t.endsWith(e)&&1===t.split(" ").length},parse:parseFloat,transform:function(t){return""+t+e}}},Na=za("deg"),Ia=za("%"),$a=za("px"),Ga=za("vh"),Za=za("vw"),Wa=Ho(Ho({},Ia),{parse:function(e){return Ia.parse(e)/100},transform:function(e){return Ia.transform(100*e)}}),Ya=function(e,t){return function(n){return Boolean(Da(n)&&Ba.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t))}},qa=function(e,t,n){return function(r){var i;if(!Da(r))return r;var o=r.match(Fa),a=o[0],s=o[1],l=o[2],u=o[3];return(i={})[e]=parseFloat(a),i[t]=parseFloat(s),i[n]=parseFloat(l),i.alpha=void 0!==u?parseFloat(u):1,i}},Xa={test:Ya("hsl","hue"),parse:qa("hue","saturation","lightness"),transform:function(e){var t=e.hue,n=e.saturation,r=e.lightness,i=e.alpha,o=void 0===i?1:i;return"hsla("+Math.round(t)+", "+Ia.transform(Pa(n))+", "+Ia.transform(Pa(r))+", "+Pa(ja.transform(o))+")"}},Ka=Ua(0,255),Ja=Ho(Ho({},Ha),{transform:function(e){return Math.round(Ka(e))}}),Qa={test:Ya("rgb","red"),parse:qa("red","green","blue"),transform:function(e){var t=e.red,n=e.green,r=e.blue,i=e.alpha,o=void 0===i?1:i;return"rgba("+Ja.transform(t)+", "+Ja.transform(n)+", "+Ja.transform(r)+", "+Pa(ja.transform(o))+")"}};var es={test:Ya("#"),parse:function(e){var t="",n="",r="",i="";return e.length>5?(t=e.substr(1,2),n=e.substr(3,2),r=e.substr(5,2),i=e.substr(7,2)):(t=e.substr(1,1),n=e.substr(2,1),r=e.substr(3,1),i=e.substr(4,1),t+=t,n+=n,r+=r,i+=i),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}},transform:Qa.transform},ts={test:function(e){return Qa.test(e)||es.test(e)||Xa.test(e)},parse:function(e){return Qa.test(e)?Qa.parse(e):Xa.test(e)?Xa.parse(e):es.parse(e)},transform:function(e){return Da(e)?e:e.hasOwnProperty("red")?Qa.transform(e):Xa.transform(e)}},ns="${c}",rs="${n}";function is(e){var t=[],n=0,r=e.match(Va);r&&(n=r.length,e=e.replace(Va,ns),t.push.apply(t,r.map(ts.parse)));var i=e.match(Fa);return i&&(e=e.replace(Fa,rs),t.push.apply(t,i.map(Ha.parse))),{values:t,numColors:n,tokenised:e}}function os(e){return is(e).values}function as(e){var t=is(e),n=t.values,r=t.numColors,i=t.tokenised,o=n.length;return function(e){for(var t=i,n=0;n<o;n++)t=t.replace(n<r?ns:rs,n<r?ts.transform(e[n]):Pa(e[n]));return t}}var ss=function(e){return"number"==typeof e?0:e};var ls={test:function(e){var t,n,r,i;return isNaN(e)&&Da(e)&&(null!==(n=null===(t=e.match(Fa))||void 0===t?void 0:t.length)&&void 0!==n?n:0)+(null!==(i=null===(r=e.match(Va))||void 0===r?void 0:r.length)&&void 0!==i?i:0)>0},parse:os,createTransformer:as,getAnimatableNone:function(e){var t=os(e);return as(e)(t.map(ss))}},us=new Set(["brightness","contrast","saturate","opacity"]);function cs(e){var t=e.slice(0,-1).split("("),n=t[0],r=t[1];if("drop-shadow"===n)return e;var i=(r.match(Fa)||[])[0];if(!i)return e;var o=r.replace(i,""),a=us.has(n)?1:0;return i!==r&&(a*=100),n+"("+a+o+")"}var fs=/([a-z-]*)\(.*?\)/g,ps=Ho(Ho({},ls),{getAnimatableNone:function(e){var t=e.match(fs);return t?t.map(cs).join(" "):e}}),ds=Ho(Ho({},Ha),{transform:Math.round}),ms={borderWidth:$a,borderTopWidth:$a,borderRightWidth:$a,borderBottomWidth:$a,borderLeftWidth:$a,borderRadius:$a,radius:$a,borderTopLeftRadius:$a,borderTopRightRadius:$a,borderBottomRightRadius:$a,borderBottomLeftRadius:$a,width:$a,maxWidth:$a,height:$a,maxHeight:$a,size:$a,top:$a,right:$a,bottom:$a,left:$a,padding:$a,paddingTop:$a,paddingRight:$a,paddingBottom:$a,paddingLeft:$a,margin:$a,marginTop:$a,marginRight:$a,marginBottom:$a,marginLeft:$a,rotate:Na,rotateX:Na,rotateY:Na,rotateZ:Na,scale:Ra,scaleX:Ra,scaleY:Ra,scaleZ:Ra,skew:Na,skewX:Na,skewY:Na,distance:$a,translateX:$a,translateY:$a,translateZ:$a,x:$a,y:$a,z:$a,perspective:$a,transformPerspective:$a,opacity:ja,originX:Wa,originY:Wa,originZ:$a,zIndex:ds,fillOpacity:ja,strokeOpacity:ja,numOctaves:ds};function hs(e,t,n,r,i,o,a,s){var l,u=e.style,c=e.vars,f=e.transform,p=e.transformKeys,d=e.transformOrigin;p.length=0;var m=!1,h=!1,y=!0;for(var g in t){var v=t[g];if(Aa(g))c[g]=v;else{var E=ms[g],b=La(v,E);if(Oa(g)){if(m=!0,f[g]=b,p.push(g),!y)continue;v!==(null!==(l=E.default)&&void 0!==l?l:0)&&(y=!1)}else if(Ta(g))d[g]=b,h=!0;else if((null==n?void 0:n.isHydrated)&&(null==r?void 0:r.isHydrated)&&Ea[g]){var C=Ea[g].process(v,r,n),x=Ea[g].applyTo;if(x)for(var _=x.length,O=0;O<_;O++)u[x[O]]=C;else u[g]=C}else u[g]=b}}r&&n&&a&&s?(u.transform=a(r.deltaFinal,r.treeScale,m?f:void 0),o&&(u.transform=o(f,u.transform)),u.transformOrigin=s(r)):(m&&(u.transform=function(e,t,n,r){var i=e.transform,o=e.transformKeys,a=t.enableHardwareAcceleration,s=void 0===a||a,l=t.allowTransformNone,u=void 0===l||l,c="";o.sort(xa);for(var f=!1,p=o.length,d=0;d<p;d++){var m=o[d];c+=(Ma[m]||m)+"("+i[m]+") ","z"===m&&(f=!0)}return!f&&s?c+="translateZ(0)":c=c.trim(),r?c=r(i,n?"":c):u&&n&&(c="none"),c}(e,i,y,o)),h&&(u.transformOrigin=function(e){var t=e.originX,n=void 0===t?"50%":t,r=e.originY,i=void 0===r?"50%":r,o=e.originZ;return n+" "+i+" "+(void 0===o?0:o)}(d)))}var ys=function(){return{style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}}};function gs(e,t,n){for(var r in t)Sa(t[r])||ka(r,n)||(e[r]=t[r])}function vs(e,t,n){var r={};return gs(r,e.style||{},e),Object.assign(r,function(e,t,n){var r=e.transformTemplate;return f((function(){var e=ys();hs(e,t,void 0,void 0,{enableHardwareAcceleration:!n},r);var i=e.vars,o=e.style;return Ho(Ho({},i),o)}),[t])}(e,t,n)),e.transformValues&&(r=e.transformValues(r)),r}function Es(e,t,n){var r={},i=vs(e,t,n);return Boolean(e.drag)&&(r.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=!0===e.drag?"none":"pan-"+("x"===e.drag?"y":"x")),r.style=i,r}var bs=new Set(["initial","animate","exit","style","variants","transition","transformTemplate","transformValues","custom","inherit","layout","layoutId","_layoutResetTransform","onLayoutAnimationComplete","onViewportBoxUpdate","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","drag","dragControls","dragListener","dragConstraints","dragDirectionLock","_dragX","_dragY","dragElastic","dragMomentum","dragPropagation","dragTransition","whileDrag","onPan","onPanStart","onPanEnd","onPanSessionStart","onTap","onTapStart","onTapCancel","onHoverStart","onHoverEnd","whileFocus","whileTap","whileHover"]);function Cs(e){return bs.has(e)}var xs=function(e){return!Cs(e)};try{var _s=require("@emotion/is-prop-valid").default;xs=function(e){return e.startsWith("on")?!Cs(e):_s(e)}}catch(e){}function Os(e,t,n){return"string"==typeof e?e:$a.transform(t+n*e)}var ws=function(e,t){return $a.transform(e*t)},Ts={offset:"stroke-dashoffset",array:"stroke-dasharray"},ks={offset:"strokeDashoffset",array:"strokeDasharray"};function Ss(e,t,n,r,i,o,a,s){var l=t.attrX,u=t.attrY,c=t.originX,f=t.originY,p=t.pathLength,d=t.pathSpacing,m=void 0===d?1:d,h=t.pathOffset,y=void 0===h?0:h;hs(e,jo(t,["attrX","attrY","originX","originY","pathLength","pathSpacing","pathOffset"]),n,r,i,o,a,s),e.attrs=e.style,e.style={};var g=e.attrs,v=e.style,E=e.dimensions,b=e.totalPathLength;g.transform&&(E&&(v.transform=g.transform),delete g.transform),E&&(void 0!==c||void 0!==f||v.transform)&&(v.transformOrigin=function(e,t,n){return Os(t,e.x,e.width)+" "+Os(n,e.y,e.height)}(E,void 0!==c?c:.5,void 0!==f?f:.5)),void 0!==l&&(g.x=l),void 0!==u&&(g.y=u),void 0!==b&&void 0!==p&&function(e,t,n,r,i,o){void 0===r&&(r=1),void 0===i&&(i=0),void 0===o&&(o=!0);var a=o?Ts:ks;e[a.offset]=ws(-i,t);var s=ws(n,t),l=ws(r,t);e[a.array]=s+" "+l}(g,b,p,m,y,!1)}var Ms=function(){return Ho(Ho({},ys()),{attrs:{}})};function As(e,t){var n=f((function(){var n=Ms();return Ss(n,t,void 0,void 0,{enableHardwareAcceleration:!1},e.transformTemplate),Ho(Ho({},n.attrs),{style:Ho({},n.style)})}),[t]);if(e.style){var r={};gs(r,e.style,e),n.style=Ho(Ho({},r),n.style)}return n}function Ls(e){void 0===e&&(e=!1);return function(t,n,r,i,o){var a=i.latestValues,s=(va(t)?As:Es)(n,a,o),l=function(e,t,n){var r={};for(var i in e)(xs(i)||!0===n&&Cs(i)||!t&&!Cs(i))&&(r[i]=e[i]);return r}(n,"string"==typeof t,e),u=Ho(Ho(Ho({},l),s),{ref:r});return p(t,u)}}var Us=/([a-z])([A-Z])/g,Ps="$1-$2",Fs=function(e){return e.replace(Us,Ps).toLowerCase()};function Vs(e,t){var n=t.style,r=t.vars;for(var i in Object.assign(e.style,n),r)e.style.setProperty(i,r[i])}var Bs=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform"]);function Ds(e,t){for(var n in Vs(e,t),t.attrs)e.setAttribute(Bs.has(n)?n:Fs(n),t.attrs[n])}function Hs(e){var t=e.style,n={};for(var r in t)(Sa(t[r])||ka(r,e))&&(n[r]=t[r]);return n}function js(e){var t=Hs(e);for(var n in e){if(Sa(e[n]))t["x"===n||"y"===n?"attr"+n.toUpperCase():n]=e[n]}return t}function Rs(e){return"object"==typeof e&&"function"==typeof e.start}var zs=function(e){return Array.isArray(e)},Ns=function(e){return Boolean(e&&"object"==typeof e&&e.mix&&e.toValue)},Is=function(e){return zs(e)?e[e.length-1]||0:e};function $s(e,t,n,r){var i=e.scrapeMotionValuesFromProps,o=e.createRenderState,a=e.onMount,s={latestValues:Zs(t,n,r,i),renderState:o()};return a&&(s.mount=function(e){return a(t,e,s)}),s}var Gs=function(e){return function(t,n){var r=u(qo),i=u(Xo);return n?$s(e,t,r,i):Ko((function(){return $s(e,t,r,i)}))}};function Zs(e,t,n,r){var i,o,a={},s=!1===(null==n?void 0:n.initial),l=r(e);for(var u in l)a[u]=(i=l[u],o=void 0,o=Sa(i)?i.get():i,Ns(o)?o.toValue():o);var c=e.initial,f=e.animate,p=fa(e),d=pa(e);t&&d&&!p&&!1!==e.inherit&&(null!=c||(c=t.initial),null!=f||(f=t.animate));var m=s||!1===c?f:c;m&&"boolean"!=typeof m&&!Rs(m)&&(Array.isArray(m)?m:[m]).forEach((function(t){var n=ua(e,t);if(n){var r=n.transitionEnd;n.transition;var i=jo(n,["transitionEnd","transition"]);for(var o in i)a[o]=i[o];for(var o in r)a[o]=r[o]}}));return a}var Ws={useVisualState:Gs({scrapeMotionValuesFromProps:js,createRenderState:Ms,onMount:function(e,t,n){var r=n.renderState,i=n.latestValues;try{r.dimensions="function"==typeof t.getBBox?t.getBBox():t.getBoundingClientRect()}catch(e){r.dimensions={x:0,y:0,width:0,height:0}}"path"===t.tagName&&(r.totalPathLength=t.getTotalLength()),Ss(r,i,void 0,void 0,{enableHardwareAcceleration:!1},e.transformTemplate),Ds(t,r)}})};var Ys,qs={useVisualState:Gs({scrapeMotionValuesFromProps:Hs,createRenderState:ys})};function Xs(e,t,n,r){var i=t.forwardMotionProps,o=void 0!==i&&i,a=va(e)?Ws:qs;return Ho(Ho({},a),{preloadedFeatures:n,useRender:Ls(o),createVisualElement:r,Component:e})}function Ks(e,t,n,r){return e.addEventListener(t,n,r),function(){return e.removeEventListener(t,n,r)}}function Js(e,t,n,r){a((function(){var i=e.current;if(n&&i)return Ks(i,t,n,r)}),[e,t,n,r])}function Qs(e){return"undefined"!=typeof PointerEvent&&e instanceof PointerEvent?!("mouse"!==e.pointerType):e instanceof MouseEvent}function el(e){return!!e.touches}!function(e){e["Animate"]="animate",e["Hover"]="whileHover",e["Tap"]="whileTap",e["Drag"]="whileDrag",e["Focus"]="whileFocus",e["Exit"]="exit"}(Ys||(Ys={}));var tl={pageX:0,pageY:0};function nl(e,t){void 0===t&&(t="page");var n=e.touches[0]||e.changedTouches[0]||tl;return{x:n[t+"X"],y:n[t+"Y"]}}function rl(e,t){return void 0===t&&(t="page"),{x:e[t+"X"],y:e[t+"Y"]}}function il(e,t){return void 0===t&&(t="page"),{point:el(e)?nl(e,t):rl(e,t)}}var ol=function(e,t){void 0===t&&(t=!1);var n=function(t){return e(t,il(t))};return t?function(e){return function(t){var n=t instanceof MouseEvent;(!n||n&&0===t.button)&&e(t)}}(n):n},al=function(){return ra&&null===window.onpointerdown},sl=function(){return ra&&null===window.ontouchstart},ll=function(){return ra&&null===window.onmousedown},ul={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},cl={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"};function fl(e){return al()?e:sl()?cl[e]:ll()?ul[e]:e}function pl(e,t,n,r){return Ks(e,fl(t),ol(n,"pointerdown"===t),r)}function dl(e,t,n,r){return Js(e,fl(t),n&&ol(n,"pointerdown"===t),r)}function ml(e){var t=null;return function(){return null===t&&(t=e,function(){t=null})}}var hl=ml("dragHorizontal"),yl=ml("dragVertical");function gl(e){var t=!1;if("y"===e)t=yl();else if("x"===e)t=hl();else{var n=hl(),r=yl();n&&r?t=function(){n(),r()}:(n&&n(),r&&r())}return t}function vl(){var e=gl(!0);return!e||(e(),!1)}function El(e,t,n){return function(r,i){var o;Qs(r)&&!vl()&&(null==n||n(r,i),null===(o=e.animationState)||void 0===o||o.setActive(Ys.Hover,t))}}var bl=function(e,t){return!!t&&(e===t||bl(e,t.parentElement))};function Cl(e){return a((function(){return function(){return e()}}),[])}var xl=function(e,t,n){return Math.min(Math.max(n,e),t)},_l=.001,Ol=.01,wl=10,Tl=.05,kl=1;function Sl(e){var t,n,r=e.duration,i=void 0===r?800:r,o=e.bounce,a=void 0===o?.25:o,s=e.velocity,l=void 0===s?0:s,u=e.mass,c=void 0===u?1:u,f=1-a;f=xl(Tl,kl,f),i=xl(Ol,wl,i/1e3),f<1?(t=function(e){var t=e*f,n=t*i,r=t-l,o=Al(e,f),a=Math.exp(-n);return _l-r/o*a},n=function(e){var n=e*f*i,r=n*l+l,o=Math.pow(f,2)*Math.pow(e,2)*i,a=Math.exp(-n),s=Al(Math.pow(e,2),f);return(-t(e)+_l>0?-1:1)*((r-o)*a)/s}):(t=function(e){var t=Math.exp(-e*i);return-_l+t*((e-l)*i+1)},n=function(e){return Math.exp(-e*i)*((l-e)*(i*i))});var p=function(e,t,n){for(var r=n,i=1;i<Ml;i++)r-=e(r)/t(r);return r}(t,n,5/i);if(i*=1e3,isNaN(p))return{stiffness:100,damping:10,duration:i};var d=Math.pow(p,2)*c;return{stiffness:d,damping:2*f*Math.sqrt(c*d),duration:i}}var Ml=12;function Al(e,t){return e*Math.sqrt(1-t*t)}var Ll=["duration","bounce"],Ul=["stiffness","damping","mass"];function Pl(e,t){return t.some((function(t){return void 0!==e[t]}))}function Fl(e){var t=e.from,n=void 0===t?0:t,r=e.to,i=void 0===r?1:r,o=e.restSpeed,a=void 0===o?2:o,s=e.restDelta,l=jo(e,["from","to","restSpeed","restDelta"]),u={done:!1,value:n},c=function(e){var t=Ho({velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1},e);if(!Pl(e,Ul)&&Pl(e,Ll)){var n=Sl(e);(t=Ho(Ho(Ho({},t),n),{velocity:0,mass:1})).isResolvedFromDuration=!0}return t}(l),f=c.stiffness,p=c.damping,d=c.mass,m=c.velocity,h=c.duration,y=c.isResolvedFromDuration,g=Vl,v=Vl;function E(){var e=m?-m/1e3:0,t=i-n,r=p/(2*Math.sqrt(f*d)),o=Math.sqrt(f/d)/1e3;if(null!=s||(s=Math.abs(i-n)<=1?.01:.4),r<1){var a=Al(o,r);g=function(n){var s=Math.exp(-r*o*n);return i-s*((e+r*o*t)/a*Math.sin(a*n)+t*Math.cos(a*n))},v=function(n){var i=Math.exp(-r*o*n);return r*o*i*(Math.sin(a*n)*(e+r*o*t)/a+t*Math.cos(a*n))-i*(Math.cos(a*n)*(e+r*o*t)-a*t*Math.sin(a*n))}}else if(1===r)g=function(n){return i-Math.exp(-o*n)*(t+(e+o*t)*n)};else{var l=o*Math.sqrt(r*r-1);g=function(n){var a=Math.exp(-r*o*n),s=Math.min(l*n,300);return i-a*((e+r*o*t)*Math.sinh(s)+l*t*Math.cosh(s))/l}}}return E(),{next:function(e){var t=g(e);if(y)u.done=e>=h;else{var n=1e3*v(e),r=Math.abs(n)<=a,o=Math.abs(i-t)<=s;u.done=r&&o}return u.value=u.done?i:t,u},flipTarget:function(){var e;m=-m,n=(e=[i,n])[0],i=e[1],E()}}}Fl.needsInterpolation=function(e,t){return"string"==typeof e||"string"==typeof t};var Vl=function(e){return 0},Bl=function(e,t,n){var r=t-e;return 0===r?1:(n-e)/r},Dl=function(e,t,n){return-n*e+n*t+e},Hl=function(e,t,n){var r=e*e,i=t*t;return Math.sqrt(Math.max(0,n*(i-r)+r))},jl=[es,Qa,Xa],Rl=function(e){return jl.find((function(t){return t.test(e)}))},zl=function(e,t){var n=Rl(e),r=Rl(t);$o(n.transform===r.transform);var i=n.parse(e),o=r.parse(t),a=Ho({},i),s=n===Xa?Dl:Hl;return function(e){for(var t in a)"alpha"!==t&&(a[t]=s(i[t],o[t],e));return a.alpha=Dl(i.alpha,o.alpha,e),n.transform(a)}},Nl=function(e){return"number"==typeof e},Il=function(e,t){return function(n){return t(e(n))}},$l=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.reduce(Il)};function Gl(e,t){return Nl(e)?function(n){return Dl(e,t,n)}:ts.test(e)?zl(e,t):ql(e,t)}var Zl=function(e,t){var n=zo([],e),r=n.length,i=e.map((function(e,n){return Gl(e,t[n])}));return function(e){for(var t=0;t<r;t++)n[t]=i[t](e);return n}},Wl=function(e,t){var n=Ho(Ho({},e),t),r={};for(var i in n)void 0!==e[i]&&void 0!==t[i]&&(r[i]=Gl(e[i],t[i]));return function(e){for(var t in r)n[t]=r[t](e);return n}};function Yl(e){for(var t=ls.parse(e),n=t.length,r=0,i=0,o=0,a=0;a<n;a++)r||"number"==typeof t[a]?r++:void 0!==t[a].hue?o++:i++;return{parsed:t,numNumbers:r,numRGB:i,numHSL:o}}var ql=function(e,t){var n=ls.createTransformer(t),r=Yl(e),i=Yl(t);return $l(Zl(r.parsed,i.parsed),n)},Xl=function(e,t){return function(n){return Dl(e,t,n)}};function Kl(e,t,n){for(var r=[],i=n||function(e){return"number"==typeof e?Xl:"string"==typeof e?ts.test(e)?zl:ql:Array.isArray(e)?Zl:"object"==typeof e?Wl:void 0}(e[0]),o=e.length-1,a=0;a<o;a++){var s=i(e[a],e[a+1]);if(t){var l=Array.isArray(t)?t[a]:t;s=$l(l,s)}r.push(s)}return r}function Jl(e,t,n){var r=void 0===n?{}:n,i=r.clamp,o=void 0===i||i,a=r.ease,s=r.mixer,l=e.length;$o(l===t.length),$o(!a||!Array.isArray(a)||a.length===l-1),e[0]>e[l-1]&&(e=[].concat(e),t=[].concat(t),e.reverse(),t.reverse());var u=Kl(t,a,s),c=2===l?function(e,t){var n=e[0],r=e[1],i=t[0];return function(e){return i(Bl(n,r,e))}}(e,u):function(e,t){var n=e.length,r=n-1;return function(i){var o=0,a=!1;if(i<=e[0]?a=!0:i>=e[r]&&(o=r-1,a=!0),!a){for(var s=1;s<n&&!(e[s]>i||s===r);s++);o=s-1}var l=Bl(e[o],e[o+1],i);return t[o](l)}}(e,u);return o?function(t){return c(xl(e[0],e[l-1],t))}:c}var Ql,eu=function(e){return function(t){return 1-e(1-t)}},tu=function(e){return function(t){return t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2}},nu=function(e){return function(t){return t*t*((e+1)*t-e)}},ru=1.525,iu=4/11,ou=8/11,au=9/10,su=function(e){return e},lu=(Ql=2,function(e){return Math.pow(e,Ql)}),uu=eu(lu),cu=tu(lu),fu=function(e){return 1-Math.sin(Math.acos(e))},pu=eu(fu),du=tu(pu),mu=nu(ru),hu=eu(mu),yu=tu(mu),gu=function(e){var t=nu(e);return function(e){return(e*=2)<1?.5*t(e):.5*(2-Math.pow(2,-10*(e-1)))}}(ru),vu=4356/361,Eu=35442/1805,bu=16061/1805,Cu=function(e){if(1===e||0===e)return e;var t=e*e;return e<iu?7.5625*t:e<ou?9.075*t-9.9*e+3.4:e<au?vu*t-Eu*e+bu:10.8*e*e-20.52*e+10.72},xu=eu(Cu);function _u(e,t){return e.map((function(){return t||cu})).splice(0,e.length-1)}function Ou(e){var t=e.from,n=void 0===t?0:t,r=e.to,i=void 0===r?1:r,o=e.ease,a=e.offset,s=e.duration,l=void 0===s?300:s,u={done:!1,value:n},c=Array.isArray(i)?i:[n,i],f=function(e,t){return e.map((function(e){return e*t}))}(a&&a.length===c.length?a:function(e){var t=e.length;return e.map((function(e,n){return 0!==n?n/(t-1):0}))}(c),l);function p(){return Jl(f,c,{ease:Array.isArray(o)?o:_u(c,o)})}var d=p();return{next:function(e){return u.value=d(e),u.done=e>=l,u},flipTarget:function(){c.reverse(),d=p()}}}var wu={keyframes:Ou,spring:Fl,decay:function(e){var t=e.velocity,n=void 0===t?0:t,r=e.from,i=void 0===r?0:r,o=e.power,a=void 0===o?.8:o,s=e.timeConstant,l=void 0===s?350:s,u=e.restDelta,c=void 0===u?.5:u,f=e.modifyTarget,p={done:!1,value:i},d=a*n,m=i+d,h=void 0===f?m:f(m);return h!==m&&(d=h-i),{next:function(e){var t=-d*Math.exp(-e/l);return p.done=!(t>c||t<-c),p.value=p.done?h:h+t,p},flipTarget:function(){}}}};var Tu=1/60*1e3,ku="undefined"!=typeof performance?function(){return performance.now()}:function(){return Date.now()},Su="undefined"!=typeof window?function(e){return window.requestAnimationFrame(e)}:function(e){return setTimeout((function(){return e(ku())}),Tu)};var Mu=40,Au=!0,Lu=!1,Uu=!1,Pu={delta:0,timestamp:0},Fu=["read","update","preRender","render","postRender"],Vu=Fu.reduce((function(e,t){return e[t]=function(e){var t=[],n=[],r=0,i=!1,o=new WeakSet,a={schedule:function(e,a,s){void 0===a&&(a=!1),void 0===s&&(s=!1);var l=s&&i,u=l?t:n;return a&&o.add(e),-1===u.indexOf(e)&&(u.push(e),l&&i&&(r=t.length)),e},cancel:function(e){var t=n.indexOf(e);-1!==t&&n.splice(t,1),o.delete(e)},process:function(s){var l;if(i=!0,t=(l=[n,t])[0],(n=l[1]).length=0,r=t.length)for(var u=0;u<r;u++){var c=t[u];c(s),o.has(c)&&(a.schedule(c),e())}i=!1}};return a}((function(){return Lu=!0})),e}),{}),Bu=Fu.reduce((function(e,t){var n=Vu[t];return e[t]=function(e,t,r){return void 0===t&&(t=!1),void 0===r&&(r=!1),Lu||zu(),n.schedule(e,t,r)},e}),{}),Du=Fu.reduce((function(e,t){return e[t]=Vu[t].cancel,e}),{}),Hu=Fu.reduce((function(e,t){return e[t]=function(){return Vu[t].process(Pu)},e}),{}),ju=function(e){return Vu[e].process(Pu)},Ru=function(e){Lu=!1,Pu.delta=Au?Tu:Math.max(Math.min(e-Pu.timestamp,Mu),1),Pu.timestamp=e,Uu=!0,Fu.forEach(ju),Uu=!1,Lu&&(Au=!1,Su(Ru))},zu=function(){Lu=!0,Au=!0,Uu||Su(Ru)},Nu=function(){return Pu};function Iu(e,t,n){return void 0===n&&(n=0),e-t-n}var $u=function(e){var t=function(t){var n=t.delta;return e(n)};return{start:function(){return Bu.update(t,!0)},stop:function(){return Du.update(t)}}};function Gu(e){var t,n,r,i,o,a=e.from,s=e.autoplay,l=void 0===s||s,u=e.driver,c=void 0===u?$u:u,f=e.elapsed,p=void 0===f?0:f,d=e.repeat,m=void 0===d?0:d,h=e.repeatType,y=void 0===h?"loop":h,g=e.repeatDelay,v=void 0===g?0:g,E=e.onPlay,b=e.onStop,C=e.onComplete,x=e.onRepeat,_=e.onUpdate,O=jo(e,["from","autoplay","driver","elapsed","repeat","repeatType","repeatDelay","onPlay","onStop","onComplete","onRepeat","onUpdate"]),w=O.to,T=0,k=O.duration,S=!1,M=!0,A=function(e){if(Array.isArray(e.to))return Ou;if(wu[e.type])return wu[e.type];var t=new Set(Object.keys(e));return t.has("ease")||t.has("duration")&&!t.has("dampingRatio")?Ou:t.has("dampingRatio")||t.has("stiffness")||t.has("mass")||t.has("damping")||t.has("restSpeed")||t.has("restDelta")?Fl:Ou}(O);(null===(n=(t=A).needsInterpolation)||void 0===n?void 0:n.call(t,a,w))&&(o=Jl([0,100],[a,w],{clamp:!1}),a=0,w=100);var L=A(Ho(Ho({},O),{from:a,to:w}));function U(){T++,"reverse"===y?p=function(e,t,n,r){return void 0===n&&(n=0),void 0===r&&(r=!0),r?Iu(t+-e,t,n):t-(e-t)+n}(p,k,v,M=T%2==0):(p=Iu(p,k,v),"mirror"===y&&L.flipTarget()),S=!1,x&&x()}function P(e){if(M||(e=-e),p+=e,!S){var t=L.next(Math.max(0,p));i=t.value,o&&(i=o(i)),S=M?t.done:p<=0}null==_||_(i),S&&(0===T&&(null!=k||(k=p)),T<m?function(e,t,n,r){return r?e>=t+n:e<=-n}(p,k,v,M)&&U():(r.stop(),C&&C()))}return l&&(null==E||E(),(r=c(P)).start()),{stop:function(){null==b||b(),r.stop()}}}function Zu(e,t){return t?e*(1e3/t):0}var Wu=function(e){return e.hasOwnProperty("x")&&e.hasOwnProperty("y")},Yu=function(e){return Wu(e)&&e.hasOwnProperty("z")},qu=function(e,t){return Math.abs(e-t)};function Xu(e,t){if(Nl(e)&&Nl(t))return qu(e,t);if(Wu(e)&&Wu(t)){var n=qu(e.x,t.x),r=qu(e.y,t.y),i=Yu(e)&&Yu(t)?qu(e.z,t.z):0;return Math.sqrt(Math.pow(n,2)+Math.pow(r,2)+Math.pow(i,2))}}var Ku=function(e,t){return 1-3*t+3*e},Ju=function(e,t){return 3*t-6*e},Qu=function(e){return 3*e},ec=function(e,t,n){return((Ku(t,n)*e+Ju(t,n))*e+Qu(t))*e},tc=function(e,t,n){return 3*Ku(t,n)*e*e+2*Ju(t,n)*e+Qu(t)},nc=1e-7,rc=10;var ic=8,oc=.001;var ac=11,sc=1/(ac-1);function lc(e,t,n,r){if(e===t&&n===r)return su;for(var i=new Float32Array(ac),o=0;o<ac;++o)i[o]=ec(o*sc,e,n);function a(t){for(var r=0,o=1,a=ac-1;o!==a&&i[o]<=t;++o)r+=sc;--o;var s=r+(t-i[o])/(i[o+1]-i[o])*sc,l=tc(s,e,n);return l>=oc?function(e,t,n,r){for(var i=0;i<ic;++i){var o=tc(t,n,r);if(0===o)return t;t-=(ec(t,n,r)-e)/o}return t}(t,s,e,n):0===l?s:function(e,t,n,r,i){var o,a,s=0;do{(o=ec(a=t+(n-t)/2,r,i)-e)>0?n=a:t=a}while(Math.abs(o)>nc&&++s<rc);return a}(t,r,r+sc,e,n)}return function(e){return 0===e||1===e?e:ec(a(e),t,r)}}var uc=function(e){return function(t){return e(t),null}},cc={tap:uc((function(e){var t=e.onTap,n=e.onTapStart,r=e.onTapCancel,i=e.whileTap,o=e.visualElement,a=t||n||r||i,l=s(!1),u=s(null);function c(){var e;null===(e=u.current)||void 0===e||e.call(u),u.current=null}function f(){var e;return c(),l.current=!1,null===(e=o.animationState)||void 0===e||e.setActive(Ys.Tap,!1),!vl()}function p(e,n){f()&&(bl(o.getInstance(),e.target)?null==t||t(e,n):null==r||r(e,n))}function d(e,t){f()&&(null==r||r(e,t))}dl(o,"pointerdown",a?function(e,t){var r;c(),l.current||(l.current=!0,u.current=$l(pl(window,"pointerup",p),pl(window,"pointercancel",d)),null==n||n(e,t),null===(r=o.animationState)||void 0===r||r.setActive(Ys.Tap,!0))}:void 0),Cl(c)})),focus:uc((function(e){var t=e.whileFocus,n=e.visualElement;Js(n,"focus",t?function(){var e;null===(e=n.animationState)||void 0===e||e.setActive(Ys.Focus,!0)}:void 0),Js(n,"blur",t?function(){var e;null===(e=n.animationState)||void 0===e||e.setActive(Ys.Focus,!1)}:void 0)})),hover:uc((function(e){var t=e.onHoverStart,n=e.onHoverEnd,r=e.whileHover,i=e.visualElement;dl(i,"pointerenter",t||r?El(i,!0,t):void 0),dl(i,"pointerleave",n||r?El(i,!1,n):void 0)}))};function fc(e,t){if(!Array.isArray(t))return!1;var n=t.length;if(n!==e.length)return!1;for(var r=0;r<n;r++)if(t[r]!==e[r])return!1;return!0}var pc=function(e){return 1e3*e},dc={linear:su,easeIn:lu,easeInOut:cu,easeOut:uu,circIn:fu,circInOut:du,circOut:pu,backIn:mu,backInOut:yu,backOut:hu,anticipate:gu,bounceIn:xu,bounceInOut:function(e){return e<.5?.5*(1-Cu(1-2*e)):.5*Cu(2*e-1)+.5},bounceOut:Cu},mc=function(e){if(Array.isArray(e)){$o(4===e.length);var t=Ro(e,4);return lc(t[0],t[1],t[2],t[3])}return"string"==typeof e?dc[e]:e},hc=function(e){return Array.isArray(e)&&"number"!=typeof e[0]},yc=function(e,t){return"zIndex"!==e&&(!("number"!=typeof t&&!Array.isArray(t))||!("string"!=typeof t||!ls.test(t)||t.startsWith("url(")))},gc=function(){return{type:"spring",stiffness:500,damping:25,restDelta:.5,restSpeed:10}},vc=function(e){return{type:"spring",stiffness:550,damping:0===e?2*Math.sqrt(550):30,restDelta:.01,restSpeed:10}},Ec=function(){return{type:"keyframes",ease:"linear",duration:.3}},bc=function(e){return{type:"keyframes",duration:.8,values:e}},Cc={x:gc,y:gc,z:gc,rotate:gc,rotateX:gc,rotateY:gc,rotateZ:gc,scaleX:vc,scaleY:vc,scale:vc,opacity:Ec,backgroundColor:Ec,color:Ec,default:vc},xc=function(e,t){var n;return n=zs(t)?bc:Cc[e]||Cc.default,Ho({to:t},n(t))},_c=Ho(Ho({},ms),{color:ts,backgroundColor:ts,outlineColor:ts,fill:ts,stroke:ts,borderColor:ts,borderTopColor:ts,borderRightColor:ts,borderBottomColor:ts,borderLeftColor:ts,filter:ps,WebkitFilter:ps}),Oc=function(e){return _c[e]};function wc(e,t){var n,r=Oc(e);return r!==ps&&(r=ls),null===(n=r.getAnimatableNone)||void 0===n?void 0:n.call(r,t)}function Tc(e,t,n){var r;return Array.isArray(t.to)&&(null!==(r=e.duration)&&void 0!==r||(e.duration=.8)),function(e){Array.isArray(e.to)&&null===e.to[0]&&(e.to=zo([],Ro(e.to)),e.to[0]=e.from)}(t),function(e){e.when,e.delay,e.delayChildren,e.staggerChildren,e.staggerDirection,e.repeat,e.repeatType,e.repeatDelay,e.from;var t=jo(e,["when","delay","delayChildren","staggerChildren","staggerDirection","repeat","repeatType","repeatDelay","from"]);return!!Object.keys(t).length}(e)||(e=Ho(Ho({},e),xc(n,t.to))),Ho(Ho({},t),function(e){var t=e.ease,n=e.times,r=e.yoyo,i=e.flip,o=e.loop,a=jo(e,["ease","times","yoyo","flip","loop"]),s=Ho({},a);return n&&(s["offset"]=n),a.duration&&(s["duration"]=pc(a.duration)),a.repeatDelay&&(s.repeatDelay=pc(a.repeatDelay)),t&&(s["ease"]=hc(t)?t.map(mc):mc(t)),"tween"===a.type&&(s.type="keyframes"),(r||o||i)&&(r?s.repeatType="reverse":o?s.repeatType="loop":i&&(s.repeatType="mirror"),s.repeat=o||r||i||a.repeat),"spring"!==a.type&&(s.type="keyframes"),s}(e))}function kc(e,t,n,r,i){var o,a=Ac(r,e),s=null!==(o=a.from)&&void 0!==o?o:t.get(),l=yc(e,n);return"none"===s&&l&&"string"==typeof n?s=wc(e,n):Sc(s)&&"string"==typeof n?s=Mc(n):!Array.isArray(n)&&Sc(n)&&"string"==typeof s&&(n=Mc(s)),yc(e,s)&&l&&!1!==a.type?function(){var r={from:s,to:n,velocity:t.getVelocity(),onComplete:i,onUpdate:function(e){return t.set(e)}};return"inertia"===a.type||"decay"===a.type?function(e){var t,n=e.from,r=void 0===n?0:n,i=e.velocity,o=void 0===i?0:i,a=e.min,s=e.max,l=e.power,u=void 0===l?.8:l,c=e.timeConstant,f=void 0===c?750:c,p=e.bounceStiffness,d=void 0===p?500:p,m=e.bounceDamping,h=void 0===m?10:m,y=e.restDelta,g=void 0===y?1:y,v=e.modifyTarget,E=e.driver,b=e.onUpdate,C=e.onComplete;function x(e){return void 0!==a&&e<a||void 0!==s&&e>s}function _(e){return void 0===a?s:void 0===s||Math.abs(a-e)<Math.abs(s-e)?a:s}function O(e){null==t||t.stop(),t=Gu(Ho(Ho({},e),{driver:E,onUpdate:function(t){var n;null==b||b(t),null===(n=e.onUpdate)||void 0===n||n.call(e,t)},onComplete:C}))}function w(e){O(Ho({type:"spring",stiffness:d,damping:h,restDelta:g},e))}if(x(r))w({from:r,velocity:o,to:_(r)});else{var T=u*o+r;void 0!==v&&(T=v(T));var k,S,M=_(T),A=M===a?-1:1;O({type:"decay",from:r,velocity:o,timeConstant:f,power:u,restDelta:g,modifyTarget:v,onUpdate:x(T)?function(e){k=S,S=e,o=Zu(e-k,Nu().delta),(1===A&&e>M||-1===A&&e<M)&&w({from:e,to:M,velocity:o})}:void 0})}return{stop:function(){return null==t?void 0:t.stop()}}}(Ho(Ho({},r),a)):Gu(Ho(Ho({},Tc(a,r,e)),{onUpdate:function(e){var t;r.onUpdate(e),null===(t=a.onUpdate)||void 0===t||t.call(a,e)},onComplete:function(){var e;r.onComplete(),null===(e=a.onComplete)||void 0===e||e.call(a)}}))}:function(){var e;return t.set(n),i(),null===(e=null==a?void 0:a.onComplete)||void 0===e||e.call(a),{stop:function(){}}}}function Sc(e){return 0===e||"string"==typeof e&&0===parseFloat(e)&&-1===e.indexOf(" ")}function Mc(e){return"number"==typeof e?0:wc("",e)}function Ac(e,t){return e[t]||e["default"]||e}function Lc(e,t,n,r){return void 0===r&&(r={}),t.start((function(i){var o,a,s=kc(e,t,n,r,i),l=function(e,t){var n;return null!==(n=(Ac(e,t)||{}).delay)&&void 0!==n?n:0}(r,e),u=function(){return a=s()};return l?o=setTimeout(u,pc(l)):u(),function(){clearTimeout(o),null==a||a.stop()}}))}var Uc=function(e){return/^\-?\d*\.?\d+$/.test(e)};function Pc(e,t){-1===e.indexOf(t)&&e.push(t)}function Fc(e,t){var n=e.indexOf(t);n>-1&&e.splice(n,1)}var Vc=function(){function e(){this.subscriptions=[]}return e.prototype.add=function(e){var t=this;return Pc(this.subscriptions,e),function(){return Fc(t.subscriptions,e)}},e.prototype.notify=function(e,t,n){var r=this.subscriptions.length;if(r)if(1===r)this.subscriptions[0](e,t,n);else for(var i=0;i<r;i++){var o=this.subscriptions[i];o&&o(e,t,n)}},e.prototype.getSize=function(){return this.subscriptions.length},e.prototype.clear=function(){this.subscriptions.length=0},e}(),Bc=function(){function e(e){var t,n=this;this.timeDelta=0,this.lastUpdated=0,this.updateSubscribers=new Vc,this.velocityUpdateSubscribers=new Vc,this.renderSubscribers=new Vc,this.canTrackVelocity=!1,this.updateAndNotify=function(e,t){void 0===t&&(t=!0),n.prev=n.current,n.current=e;var r=Nu(),i=r.delta,o=r.timestamp;n.lastUpdated!==o&&(n.timeDelta=i,n.lastUpdated=o,Bu.postRender(n.scheduleVelocityCheck)),n.prev!==n.current&&n.updateSubscribers.notify(n.current),n.velocityUpdateSubscribers.getSize()&&n.velocityUpdateSubscribers.notify(n.getVelocity()),t&&n.renderSubscribers.notify(n.current)},this.scheduleVelocityCheck=function(){return Bu.postRender(n.velocityCheck)},this.velocityCheck=function(e){e.timestamp!==n.lastUpdated&&(n.prev=n.current,n.velocityUpdateSubscribers.notify(n.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=(t=this.current,!isNaN(parseFloat(t)))}return e.prototype.onChange=function(e){return this.updateSubscribers.add(e)},e.prototype.clearListeners=function(){this.updateSubscribers.clear()},e.prototype.onRenderRequest=function(e){return e(this.get()),this.renderSubscribers.add(e)},e.prototype.attach=function(e){this.passiveEffect=e},e.prototype.set=function(e,t){void 0===t&&(t=!0),t&&this.passiveEffect?this.passiveEffect(e,this.updateAndNotify):this.updateAndNotify(e,t)},e.prototype.get=function(){return this.current},e.prototype.getPrevious=function(){return this.prev},e.prototype.getVelocity=function(){return this.canTrackVelocity?Zu(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0},e.prototype.start=function(e){var t=this;return this.stop(),new Promise((function(n){t.hasAnimated=!0,t.stopAnimation=e(n)})).then((function(){return t.clearAnimation()}))},e.prototype.stop=function(){this.stopAnimation&&this.stopAnimation(),this.clearAnimation()},e.prototype.isAnimating=function(){return!!this.stopAnimation},e.prototype.clearAnimation=function(){this.stopAnimation=null},e.prototype.destroy=function(){this.updateSubscribers.clear(),this.renderSubscribers.clear(),this.stop()},e}();function Dc(e){return new Bc(e)}var Hc=function(e){return function(t){return t.test(e)}},jc=[Ha,$a,Ia,Na,Za,Ga,{test:function(e){return"auto"===e},parse:function(e){return e}}],Rc=function(e){return jc.find(Hc(e))},zc=zo(zo([],Ro(jc)),[ts,ls]),Nc=function(e){return zc.find(Hc(e))};function Ic(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,Dc(n))}function $c(e,t,n){var r,i,o,a,s=Object.keys(t).filter((function(t){return!e.hasValue(t)})),l=s.length;if(l)for(var u=0;u<l;u++){var c=s[u],f=t[c],p=null;Array.isArray(f)&&(p=f[0]),null===p&&(p=null!==(i=null!==(r=n[c])&&void 0!==r?r:e.readValue(c))&&void 0!==i?i:t[c]),null!=p&&("string"==typeof p&&Uc(p)?p=parseFloat(p):!Nc(p)&&ls.test(f)&&(p=wc(c,f)),e.addValue(c,Dc(p)),null!==(o=(a=n)[c])&&void 0!==o||(a[c]=p),e.setBaseTarget(c,p))}}function Gc(e,t){if(t)return(t[e]||t["default"]||t).from}function Zc(e,t,n){var r,i,o={};for(var a in e)o[a]=null!==(r=Gc(a,t))&&void 0!==r?r:null===(i=n.getValue(a))||void 0===i?void 0:i.get();return o}function Wc(e,t,n){var r;void 0===n&&(n={});var i=ca(e,t,n.custom),o=(i||{}).transition,a=void 0===o?e.getDefaultTransition()||{}:o;n.transitionOverride&&(a=n.transitionOverride);var s=i?function(){return Yc(e,i,n)}:function(){return Promise.resolve()},l=(null===(r=e.variantChildren)||void 0===r?void 0:r.size)?function(r){void 0===r&&(r=0);var i=a.delayChildren,o=void 0===i?0:i,s=a.staggerChildren,l=a.staggerDirection;return function(e,t,n,r,i,o){void 0===n&&(n=0);void 0===r&&(r=0);void 0===i&&(i=1);var a=[],s=(e.variantChildren.size-1)*r,l=1===i?function(e){return void 0===e&&(e=0),e*r}:function(e){return void 0===e&&(e=0),s-e*r};return Array.from(e.variantChildren).sort(qc).forEach((function(e,r){a.push(Wc(e,t,Ho(Ho({},o),{delay:n+l(r)})).then((function(){return e.notifyAnimationComplete(t)})))})),Promise.all(a)}(e,t,o+r,s,l,n)}:function(){return Promise.resolve()},u=a.when;if(u){var c=Ro("beforeChildren"===u?[s,l]:[l,s],2),f=c[0],p=c[1];return f().then(p)}return Promise.all([s(),l(n.delay)])}function Yc(e,t,n){var r,i=void 0===n?{}:n,o=i.delay,a=void 0===o?0:o,s=i.transitionOverride,l=i.type,u=e.makeTargetAnimatable(t),c=u.transition,f=void 0===c?e.getDefaultTransition():c,p=u.transitionEnd,d=jo(u,["transition","transitionEnd"]);s&&(f=s);var m=[],h=l&&(null===(r=e.animationState)||void 0===r?void 0:r.getState()[l]);for(var y in d){var g=e.getValue(y),v=d[y];if(!(!g||void 0===v||h&&Xc(h,y))){var E=Lc(y,g,v,Ho({delay:a},f));m.push(E)}}return Promise.all(m).then((function(){p&&function(e,t){var n=ca(e,t),r=n?e.makeTargetAnimatable(n,!1):{},i=r.transitionEnd,o=void 0===i?{}:i;r.transition;var a=jo(r,["transitionEnd","transition"]);for(var s in a=Ho(Ho({},a),o))Ic(e,s,Is(a[s]))}(e,p)}))}function qc(e,t){return e.sortNodePosition(t)}function Xc(e,t){var n=e.protectedKeys,r=e.needsAnimating,i=n.hasOwnProperty(t)&&!0!==r[t];return r[t]=!1,i}var Kc=[Ys.Animate,Ys.Hover,Ys.Tap,Ys.Drag,Ys.Focus,Ys.Exit],Jc=zo([],Ro(Kc)).reverse(),Qc=Kc.length;function ef(e){return function(t){return Promise.all(t.map((function(t){var n=t.animation,r=t.options;return function(e,t,n){var r;if(void 0===n&&(n={}),e.notifyAnimationStart(),Array.isArray(t)){var i=t.map((function(t){return Wc(e,t,n)}));r=Promise.all(i)}else if("string"==typeof t)r=Wc(e,t,n);else{var o="function"==typeof t?ca(e,t,n.custom):t;r=Yc(e,o,n)}return r.then((function(){return e.notifyAnimationComplete(t)}))}(e,n,r)})))}}function tf(e){var t,n=ef(e),r=((t={})[Ys.Animate]=nf(!0),t[Ys.Hover]=nf(),t[Ys.Tap]=nf(),t[Ys.Drag]=nf(),t[Ys.Focus]=nf(),t[Ys.Exit]=nf(),t),i={},o=!0,a=function(t,n){var r=ca(e,n);if(r){r.transition;var i=r.transitionEnd,o=jo(r,["transition","transitionEnd"]);t=Ho(Ho(Ho({},t),o),i)}return t};function s(t,s){for(var l,u=e.getProps(),c=e.getVariantContext(!0)||{},f=[],p=new Set,d={},m=1/0,h=function(n){var i=Jc[n],h=r[i],y=null!==(l=u[i])&&void 0!==l?l:c[i],g=la(y),v=i===s?h.isActive:null;!1===v&&(m=n);var E=y===c[i]&&y!==u[i]&&g;if(E&&o&&e.manuallyAnimateOnMount&&(E=!1),h.protectedKeys=Ho({},d),!h.isActive&&null===v||!y&&!h.prevProp||Rs(y)||"boolean"==typeof y)return"continue";var b=function(e,t){if("string"==typeof t)return t!==e;if(sa(t))return!fc(t,e);return!1}(h.prevProp,y)||i===s&&h.isActive&&!E&&g||n>m&&g,C=Array.isArray(y)?y:[y],x=C.reduce(a,{});!1===v&&(x={});var _=h.prevResolvedValues,O=void 0===_?{}:_,w=Ho(Ho({},O),x),T=function(e){b=!0,p.delete(e),h.needsAnimating[e]=!0};for(var k in w){var S=x[k],M=O[k];d.hasOwnProperty(k)||(S!==M?zs(S)&&zs(M)?fc(S,M)?h.protectedKeys[k]=!0:T(k):void 0!==S?T(k):p.add(k):void 0!==S&&p.has(k)?T(k):h.protectedKeys[k]=!0)}h.prevProp=y,h.prevResolvedValues=x,h.isActive&&(d=Ho(Ho({},d),x)),o&&e.blockInitialAnimation&&(b=!1),b&&!E&&f.push.apply(f,zo([],Ro(C.map((function(e){return{animation:e,options:Ho({type:i},t)}})))))},y=0;y<Qc;y++)h(y);if(i=Ho({},d),p.size){var g={};p.forEach((function(t){var n=e.getBaseTarget(t);void 0!==n&&(g[t]=n)})),f.push({animation:g})}var v=Boolean(f.length);return o&&!1===u.initial&&!e.manuallyAnimateOnMount&&(v=!1),o=!1,v?n(f):Promise.resolve()}return{isAnimated:function(e){return void 0!==i[e]},animateChanges:s,setActive:function(t,n,i){var o;return r[t].isActive===n?Promise.resolve():(null===(o=e.variantChildren)||void 0===o||o.forEach((function(e){var r;return null===(r=e.animationState)||void 0===r?void 0:r.setActive(t,n)})),r[t].isActive=n,s(i,t))},setAnimateFunction:function(t){n=t(e)},getState:function(){return r}}}function nf(e){return void 0===e&&(e=!1),{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}var rf={animation:uc((function(e){var t=e.visualElement,n=e.animate;t.animationState||(t.animationState=tf(t)),Rs(n)&&a((function(){return n.subscribe(t)}),[n])})),exit:uc((function(e){var t=e.custom,n=e.visualElement,r=Ro(Jo(),2),i=r[0],o=r[1],s=u(Xo);a((function(){var e,r,a=null===(e=n.animationState)||void 0===e?void 0:e.setActive(Ys.Exit,!i,{custom:null!==(r=null==s?void 0:s.custom)&&void 0!==r?r:t});!i&&(null==a||a.then(o))}),[i])}))},of=function(){function e(e,t,n){var r=this,i=(void 0===n?{}:n).transformPagePoint;if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=function(){if(r.lastMoveEvent&&r.lastMoveEventInfo){var e=lf(r.lastMoveEventInfo,r.history),t=null!==r.startEvent,n=Xu(e.offset,{x:0,y:0})>=3;if(t||n){var i=e.point,o=Nu().timestamp;r.history.push(Ho(Ho({},i),{timestamp:o}));var a=r.handlers,s=a.onStart,l=a.onMove;t||(s&&s(r.lastMoveEvent,e),r.startEvent=r.lastMoveEvent),l&&l(r.lastMoveEvent,e)}}},this.handlePointerMove=function(e,t){r.lastMoveEvent=e,r.lastMoveEventInfo=af(t,r.transformPagePoint),Qs(e)&&0===e.buttons?r.handlePointerUp(e,t):Bu.update(r.updatePoint,!0)},this.handlePointerUp=function(e,t){r.end();var n=r.handlers,i=n.onEnd,o=n.onSessionEnd,a=lf(af(t,r.transformPagePoint),r.history);r.startEvent&&i&&i(e,a),o&&o(e,a)},!(el(e)&&e.touches.length>1)){this.handlers=t,this.transformPagePoint=i;var o=af(il(e),this.transformPagePoint),a=o.point,s=Nu().timestamp;this.history=[Ho(Ho({},a),{timestamp:s})];var l=t.onSessionStart;l&&l(e,lf(o,this.history)),this.removeListeners=$l(pl(window,"pointermove",this.handlePointerMove),pl(window,"pointerup",this.handlePointerUp),pl(window,"pointercancel",this.handlePointerUp))}}return e.prototype.updateHandlers=function(e){this.handlers=e},e.prototype.end=function(){this.removeListeners&&this.removeListeners(),Du.update(this.updatePoint)},e}();function af(e,t){return t?{point:t(e.point)}:e}function sf(e,t){return{x:e.x-t.x,y:e.y-t.y}}function lf(e,t){var n=e.point;return{point:n,delta:sf(n,cf(t)),offset:sf(n,uf(t)),velocity:ff(t,.1)}}function uf(e){return e[0]}function cf(e){return e[e.length-1]}function ff(e,t){if(e.length<2)return{x:0,y:0};for(var n=e.length-1,r=null,i=cf(e);n>=0&&(r=e[n],!(i.timestamp-r.timestamp>pc(t)));)n--;if(!r)return{x:0,y:0};var o=(i.timestamp-r.timestamp)/1e3;if(0===o)return{x:0,y:0};var a={x:(i.x-r.x)/o,y:(i.y-r.y)/o};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}function pf(e){return e}function df(e){var t=e.top;return{x:{min:e.left,max:e.right},y:{min:t,max:e.bottom}}}function mf(){return{x:{min:0,max:1},y:{min:0,max:1}}}var hf={translate:0,scale:1,origin:0,originPoint:0};function yf(){return{x:Ho({},hf),y:Ho({},hf)}}function gf(e){return[e("x"),e("y")]}function vf(e,t,n){var r=t.min,i=t.max;return void 0!==r&&e<r?e=n?Dl(r,e,n.min):Math.max(e,r):void 0!==i&&e>i&&(e=n?Dl(i,e,n.max):Math.min(e,i)),e}function Ef(e,t,n){return{min:void 0!==t?e.min+t:void 0,max:void 0!==n?e.max+n-(e.max-e.min):void 0}}function bf(e,t){var n,r=t.min-e.min,i=t.max-e.max;return t.max-t.min<e.max-e.min&&(r=(n=Ro([i,r],2))[0],i=n[1]),{min:e.min+r,max:e.min+i}}var Cf=.35;function xf(e,t,n){return{min:_f(e,t),max:_f(e,n)}}function _f(e,t){var n;return"number"==typeof e?e:null!==(n=e[t])&&void 0!==n?n:0}function Of(e,t){return df(function(e,t){var n=e.top,r=e.left,i=e.bottom,o=e.right;void 0===t&&(t=pf);var a=t({x:r,y:n}),s=t({x:o,y:i});return{top:a.y,left:a.x,bottom:s.y,right:s.x}}(e.getBoundingClientRect(),t))}var wf=function(e){return xl(0,1,e)};function Tf(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=.01),Xu(e,t)<n}function kf(e){return e.max-e.min}function Sf(e,t,n,r){void 0===r&&(r=.5),e.origin=r,e.originPoint=Dl(t.min,t.max,e.origin),e.scale=kf(n)/kf(t),Tf(e.scale,1,1e-4)&&(e.scale=1),e.translate=Dl(n.min,n.max,e.origin)-e.originPoint,Tf(e.translate)&&(e.translate=0)}function Mf(e,t,n,r){Sf(e.x,t.x,n.x,Af(r.originX)),Sf(e.y,t.y,n.y,Af(r.originY))}function Af(e){return"number"==typeof e?e:.5}function Lf(e,t,n){e.min=n.min+t.min,e.max=e.min+kf(t)}var Uf=function(e,t){return e.depth-t.depth};function Pf(e){return e.projection.isEnabled||e.shouldResetTransform()}function Ff(e,t){void 0===t&&(t=[]);var n=e.parent;return n&&Ff(n,t),Pf(e)&&t.push(e),t}function Vf(e){if(!e.shouldResetTransform()){var t,n=e.getLayoutState();e.notifyBeforeLayoutMeasure(n.layout),n.isHydrated=!0,n.layout=e.measureViewportBox(),n.layoutCorrected=(t=n.layout,{x:Ho({},t.x),y:Ho({},t.y)}),e.notifyLayoutMeasure(n.layout,e.prevViewportBox||n.layout),Bu.update((function(){return e.rebaseProjectionTarget()}))}}function Bf(e){e.shouldResetTransform()||(e.prevViewportBox=e.measureViewportBox(!1),e.rebaseProjectionTarget(!1,e.prevViewportBox))}function Df(e,t){return{min:t.min-e.min,max:t.max-e.min}}function Hf(e,t){return{x:Df(e.x,t.x),y:Df(e.y,t.y)}}function jf(e){var t=e.getProps(),n=t.drag,r=t._dragX;return n&&!r}function Rf(e,t){e.min=t.min,e.max=t.max}function zf(e,t,n){return n+t*(e-n)}function Nf(e,t,n,r,i){return void 0!==i&&(e=zf(e,i,r)),zf(e,n,r)+t}function If(e,t,n,r,i){void 0===t&&(t=0),void 0===n&&(n=1),e.min=Nf(e.min,t,n,r,i),e.max=Nf(e.max,t,n,r,i)}function $f(e,t){var n=t.x,r=t.y;If(e.x,n.translate,n.scale,n.originPoint),If(e.y,r.translate,r.scale,r.originPoint)}function Gf(e,t,n,r){var i=Ro(r,3),o=i[0],a=i[1],s=i[2];e.min=t.min,e.max=t.max;var l=void 0!==n[s]?n[s]:.5,u=Dl(t.min,t.max,l);If(e,n[o],n[a],u,n.scale)}var Zf=["x","scaleX","originX"],Wf=["y","scaleY","originY"];function Yf(e,t,n){Gf(e.x,t.x,n,Zf),Gf(e.y,t.y,n,Wf)}function qf(e,t,n,r,i){return e=zf(e-=t,1/n,r),void 0!==i&&(e=zf(e,1/i,r)),e}function Xf(e,t,n){var r=Ro(n,3),i=r[0],o=r[1],a=r[2];!function(e,t,n,r,i){void 0===t&&(t=0),void 0===n&&(n=1),void 0===r&&(r=.5);var o=Dl(e.min,e.max,r)-t;e.min=qf(e.min,t,n,o,i),e.max=qf(e.max,t,n,o,i)}(e,t[i],t[o],t[a],t.scale)}function Kf(e,t){Xf(e.x,t,Zf),Xf(e.y,t,Wf)}var Jf=new Set;function Qf(e,t,n){e[n]||(e[n]=[]),e[n].push(t)}function ep(e){return Jf.add(e),function(){return Jf.delete(e)}}function tp(){if(Jf.size){var e=0,t=[[]],n=[],r=function(n){return Qf(t,n,e)},i=function(t){Qf(n,t,e),e++};Jf.forEach((function(t){t(r,i),e=0})),Jf.clear();for(var o=n.length,a=0;a<=o;a++)t[a]&&t[a].forEach(rp),n[a]&&n[a].forEach(rp)}}var np,rp=function(e){return e()},ip=new WeakMap,op=function(){function e(e){var t=e.visualElement;this.isDragging=!1,this.currentDirection=null,this.constraints=!1,this.elastic={x:{min:0,max:1},y:{min:0,max:1}},this.props={},this.hasMutatedConstraints=!1,this.cursorProgress={x:.5,y:.5},this.originPoint={},this.openGlobalLock=null,this.panSession=null,this.visualElement=t,this.visualElement.enableLayoutProjection(),ip.set(t,this)}return e.prototype.start=function(e,t){var n=this,r=void 0===t?{}:t,i=r.snapToCursor,o=void 0!==i&&i,a=r.cursorProgress,s=this.props.transformPagePoint;this.panSession=new of(e,{onSessionStart:function(e){var t;n.stopMotion();var r=function(e){return il(e,"client")}(e).point;null===(t=n.cancelLayout)||void 0===t||t.call(n),n.cancelLayout=ep((function(e,t){var i=Ff(n.visualElement),s=function(e){var t=[],n=function(e){Pf(e)&&t.push(e),e.children.forEach(n)};return e.children.forEach(n),t.sort(Uf)}(n.visualElement),l=zo(zo([],Ro(i)),Ro(s)),u=!1;n.isLayoutDrag()&&n.visualElement.lockProjectionTarget(),t((function(){l.forEach((function(e){return e.resetTransform()}))})),e((function(){Vf(n.visualElement),s.forEach(Vf)})),t((function(){l.forEach((function(e){return e.restoreTransform()})),o&&(u=n.snapToCursor(r))})),e((function(){Boolean(n.getAxisMotionValue("x")&&!n.isExternalDrag())||n.visualElement.rebaseProjectionTarget(!0,n.visualElement.measureViewportBox(!1)),n.visualElement.scheduleUpdateLayoutProjection();var e=n.visualElement.projection;gf((function(t){if(!u){var i=e.target[t],o=i.min,s=i.max;n.cursorProgress[t]=a?a[t]:Bl(o,s,r[t])}var l=n.getAxisMotionValue(t);l&&(n.originPoint[t]=l.get())}))})),t((function(){Hu.update(),Hu.preRender(),Hu.render(),Hu.postRender()})),e((function(){return n.resolveDragConstraints()}))}))},onStart:function(e,t){var r,i,o,a=n.props,s=a.drag,l=a.dragPropagation;(!s||l||(n.openGlobalLock&&n.openGlobalLock(),n.openGlobalLock=gl(s),n.openGlobalLock))&&(tp(),n.isDragging=!0,n.currentDirection=null,null===(i=(r=n.props).onDragStart)||void 0===i||i.call(r,e,t),null===(o=n.visualElement.animationState)||void 0===o||o.setActive(Ys.Drag,!0))},onMove:function(e,t){var r,i,o,a,s=n.props,l=s.dragPropagation,u=s.dragDirectionLock;if(l||n.openGlobalLock){var c=t.offset;if(u&&null===n.currentDirection)return n.currentDirection=function(e,t){void 0===t&&(t=10);var n=null;Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x");return n}(c),void(null!==n.currentDirection&&(null===(i=(r=n.props).onDirectionLock)||void 0===i||i.call(r,n.currentDirection)));n.updateAxis("x",t.point,c),n.updateAxis("y",t.point,c),null===(a=(o=n.props).onDrag)||void 0===a||a.call(o,e,t),np=e}},onSessionEnd:function(e,t){return n.stop(e,t)}},{transformPagePoint:s})},e.prototype.resolveDragConstraints=function(){var e=this,t=this.props,n=t.dragConstraints,r=t.dragElastic,i=this.visualElement.getLayoutState().layoutCorrected;this.constraints=!!n&&(aa(n)?this.resolveRefConstraints(i,n):function(e,t){var n=t.top,r=t.left,i=t.bottom,o=t.right;return{x:Ef(e.x,r,o),y:Ef(e.y,n,i)}}(i,n)),this.elastic=function(e){return!1===e?e=0:!0===e&&(e=Cf),{x:xf(e,"left","right"),y:xf(e,"top","bottom")}}(r),this.constraints&&!this.hasMutatedConstraints&&gf((function(t){e.getAxisMotionValue(t)&&(e.constraints[t]=function(e,t){var n={};return void 0!==t.min&&(n.min=t.min-e.min),void 0!==t.max&&(n.max=t.max-e.min),n}(i[t],e.constraints[t]))}))},e.prototype.resolveRefConstraints=function(e,t){var n=this.props,r=n.onMeasureDragConstraints,i=n.transformPagePoint,o=t.current;this.constraintsBox=Of(o,i);var a=function(e,t){return{x:bf(e.x,t.x),y:bf(e.y,t.y)}}(e,this.constraintsBox);if(r){var s=r(function(e){var t=e.x,n=e.y;return{top:n.min,bottom:n.max,left:t.min,right:t.max}}(a));this.hasMutatedConstraints=!!s,s&&(a=df(s))}return a},e.prototype.cancelDrag=function(){var e,t;this.visualElement.unlockProjectionTarget(),null===(e=this.cancelLayout)||void 0===e||e.call(this),this.isDragging=!1,this.panSession&&this.panSession.end(),this.panSession=null,!this.props.dragPropagation&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),null===(t=this.visualElement.animationState)||void 0===t||t.setActive(Ys.Drag,!1)},e.prototype.stop=function(e,t){var n,r,i;null===(n=this.panSession)||void 0===n||n.end(),this.panSession=null;var o=this.isDragging;if(this.cancelDrag(),o){var a=t.velocity;this.animateDragEnd(a),null===(i=(r=this.props).onDragEnd)||void 0===i||i.call(r,e,t)}},e.prototype.snapToCursor=function(e){var t=this;return gf((function(n){if(ap(n,t.props.drag,t.currentDirection)){var r=t.getAxisMotionValue(n);if(!r)return t.cursorProgress[n]=.5,!0;var i=t.visualElement.getLayoutState().layout,o=i[n].max-i[n].min,a=i[n].min+o/2,s=e[n]-a;t.originPoint[n]=e[n],r.set(s)}})).includes(!0)},e.prototype.updateAxis=function(e,t,n){if(ap(e,this.props.drag,this.currentDirection))return this.getAxisMotionValue(e)?this.updateAxisMotionValue(e,n):this.updateVisualElementAxis(e,t)},e.prototype.updateAxisMotionValue=function(e,t){var n=this.getAxisMotionValue(e);if(t&&n){var r=this.originPoint[e]+t[e],i=this.constraints?vf(r,this.constraints[e],this.elastic[e]):r;n.set(i)}},e.prototype.updateVisualElementAxis=function(e,t){var n,r=this.visualElement.getLayoutState().layout[e],i=r.max-r.min,o=this.cursorProgress[e],a=function(e,t,n,r,i){var o=e-t*n;return r?vf(o,r,i):o}(t[e],i,o,null===(n=this.constraints)||void 0===n?void 0:n[e],this.elastic[e]);this.visualElement.setProjectionTargetAxis(e,a,a+i)},e.prototype.setProps=function(e){var t=e.drag,n=void 0!==t&&t,r=e.dragDirectionLock,i=void 0!==r&&r,o=e.dragPropagation,a=void 0!==o&&o,s=e.dragConstraints,l=void 0!==s&&s,u=e.dragElastic,c=void 0===u?Cf:u,f=e.dragMomentum,p=void 0===f||f,d=jo(e,["drag","dragDirectionLock","dragPropagation","dragConstraints","dragElastic","dragMomentum"]);this.props=Ho({drag:n,dragDirectionLock:i,dragPropagation:a,dragConstraints:l,dragElastic:c,dragMomentum:p},d)},e.prototype.getAxisMotionValue=function(e){var t=this.props,n=t.layout,r=t.layoutId,i="_drag"+e.toUpperCase();return this.props[i]?this.props[i]:n||void 0!==r?void 0:this.visualElement.getValue(e,0)},e.prototype.isLayoutDrag=function(){return!this.getAxisMotionValue("x")},e.prototype.isExternalDrag=function(){var e=this.props,t=e._dragX,n=e._dragY;return t||n},e.prototype.animateDragEnd=function(e){var t=this,n=this.props,r=n.drag,i=n.dragMomentum,o=n.dragElastic,a=n.dragTransition,s=function(e,t){void 0===t&&(t=!0);var n,r=e.getProjectionParent();return!!r&&(t?Kf(n=Hf(r.projection.target,e.projection.target),r.getLatestValues()):n=Hf(r.getLayoutState().layout,e.getLayoutState().layout),gf((function(t){return e.setProjectionTargetAxis(t,n[t].min,n[t].max,!0)})),!0)}(this.visualElement,this.isLayoutDrag()&&!this.isExternalDrag()),l=this.constraints||{};if(s&&Object.keys(l).length&&this.isLayoutDrag()){var u=this.visualElement.getProjectionParent();if(u){var c=Hf(u.projection.targetFinal,l);gf((function(e){var t=c[e],n=t.min,r=t.max;l[e]={min:isNaN(n)?void 0:n,max:isNaN(r)?void 0:r}}))}}var f=gf((function(n){var u;if(ap(n,r,t.currentDirection)){var c=null!==(u=null==l?void 0:l[n])&&void 0!==u?u:{},f=o?200:1e6,p=o?40:1e7,d=Ho(Ho({type:"inertia",velocity:i?e[n]:0,bounceStiffness:f,bounceDamping:p,timeConstant:750,restDelta:1,restSpeed:10},a),c);return t.getAxisMotionValue(n)?t.startAxisValueAnimation(n,d):t.visualElement.startLayoutAnimation(n,d,s)}}));return Promise.all(f).then((function(){var e,n;null===(n=(e=t.props).onDragTransitionEnd)||void 0===n||n.call(e)}))},e.prototype.stopMotion=function(){var e=this;gf((function(t){var n=e.getAxisMotionValue(t);n?n.stop():e.visualElement.stopLayoutAnimation()}))},e.prototype.startAxisValueAnimation=function(e,t){var n=this.getAxisMotionValue(e);if(n){var r=n.get();return n.set(r),n.set(r),Lc(e,n,0,t)}},e.prototype.scalePoint=function(){var e=this,t=this.props,n=t.drag;if(aa(t.dragConstraints)&&this.constraintsBox){this.stopMotion();var r={x:0,y:0};gf((function(t){var n,i,o,a,s;r[t]=(n=e.visualElement.projection.target[t],i=e.constraintsBox[t],o=.5,a=kf(n),(s=kf(i))>a?o=Bl(i.min,i.max-a,n.min):a>s&&(o=Bl(n.min,n.max-s,i.min)),wf(o))})),this.updateConstraints((function(){gf((function(t){if(ap(t,n,null)){var i=function(e,t,n){var r=e.max-e.min,i=Dl(t.min,t.max-r,n);return{min:i,max:i+r}}(e.visualElement.projection.target[t],e.constraintsBox[t],r[t]),o=i.min,a=i.max;e.visualElement.setProjectionTargetAxis(t,o,a)}}))})),setTimeout(tp,1)}},e.prototype.updateConstraints=function(e){var t=this;this.cancelLayout=ep((function(n,r){var i=Ff(t.visualElement);r((function(){return i.forEach((function(e){return e.resetTransform()}))})),n((function(){return Vf(t.visualElement)})),r((function(){return i.forEach((function(e){return e.restoreTransform()}))})),n((function(){t.resolveDragConstraints()})),e&&r(e)}))},e.prototype.mount=function(e){var t=this,n=pl(e.getInstance(),"pointerdown",(function(e){var n=t.props,r=n.drag,i=n.dragListener;r&&(void 0===i||i)&&t.start(e)})),r=Ks(window,"resize",(function(){t.scalePoint()})),i=e.onLayoutUpdate((function(){t.isDragging&&t.resolveDragConstraints()})),o=e.prevDragCursor;return o&&this.start(np,{cursorProgress:o}),function(){null==n||n(),null==r||r(),null==i||i(),t.cancelDrag()}},e}();function ap(e,t,n){return!(!0!==t&&t!==e||null!==n&&n!==e)}var sp,lp,up={pan:uc((function(e){var t=e.onPan,n=e.onPanStart,r=e.onPanEnd,i=e.onPanSessionStart,o=e.visualElement,l=t||n||r||i,c=s(null),f=u(Yo).transformPagePoint,p={onSessionStart:i,onStart:n,onMove:t,onEnd:function(e,t){c.current=null,r&&r(e,t)}};a((function(){null!==c.current&&c.current.updateHandlers(p)})),dl(o,"pointerdown",l&&function(e){c.current=new of(e,p,{transformPagePoint:f})}),Cl((function(){return c.current&&c.current.end()}))})),drag:uc((function(e){var t=e.dragControls,n=e.visualElement,r=u(Yo).transformPagePoint,i=Ko((function(){return new op({visualElement:n})}));i.setProps(Ho(Ho({},e),{transformPagePoint:r})),a((function(){return t&&t.subscribe(i)}),[i]),a((function(){return i.mount(n)}),[])}))};function cp(e){return"string"==typeof e&&e.startsWith("var(--")}!function(e){e[e["Entering"]=0]="Entering",e[e["Present"]=1]="Present",e[e["Exiting"]=2]="Exiting"}(sp||(sp={})),function(e){e[e["Hide"]=0]="Hide",e[e["Show"]=1]="Show"}(lp||(lp={}));var fp=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function pp(e,t,n){var r=Ro(function(e){var t=fp.exec(e);if(!t)return[,];var n=Ro(t,3);return[n[1],n[2]]}(e),2),i=r[0],o=r[1];if(i){var a=window.getComputedStyle(t).getPropertyValue(i);return a?a.trim():cp(o)?pp(o,t):o}}function dp(e,t){return e/(t.max-t.min)*100}var mp="_$css";var hp={process:function(e,t,n){var r=n.target;if("string"==typeof e){if(!$a.test(e))return e;e=parseFloat(e)}return dp(e,r.x)+"% "+dp(e,r.y)+"%"}},yp={borderRadius:Ho(Ho({},hp),{applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]}),borderTopLeftRadius:hp,borderTopRightRadius:hp,borderBottomLeftRadius:hp,borderBottomRightRadius:hp,boxShadow:{process:function(e,t){var n=t.delta,r=t.treeScale,i=e,o=e.includes("var("),a=[];o&&(e=e.replace(fp,(function(e){return a.push(e),mp})));var s=ls.parse(e);if(s.length>5)return i;var l=ls.createTransformer(e),u="number"!=typeof s[0]?1:0,c=n.x.scale*r.x,f=n.y.scale*r.y;s[0+u]/=c,s[1+u]/=f;var p=Dl(c,f,.5);"number"==typeof s[2+u]&&(s[2+u]/=p),"number"==typeof s[3+u]&&(s[3+u]/=p);var d=l(s);if(o){var m=0;d=d.replace(mp,(function(){var e=a[m];return m++,e}))}return d}}},gp=1e3,vp=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.frameTarget={x:{min:0,max:1},y:{min:0,max:1}},t.currentAnimationTarget={x:{min:0,max:1},y:{min:0,max:1}},t.isAnimating={x:!1,y:!1},t.stopAxisAnimation={x:void 0,y:void 0},t.isAnimatingTree=!1,t.animate=function(e,n,r){void 0===r&&(r={});var i=r.originBox,o=r.targetBox,a=r.visibilityAction,s=r.shouldStackAnimate,l=r.onComplete,u=r.prevParent,c=jo(r,["originBox","targetBox","visibilityAction","shouldStackAnimate","onComplete","prevParent"]),f=t.props,p=f.visualElement,d=f.layout;if(!1===s)return t.isAnimatingTree=!1,t.safeToRemove();if(!t.isAnimatingTree||!0===s){s&&(t.isAnimatingTree=!0),n=i||n,e=o||e;var m,h,y,g,v=!1,E=p.getProjectionParent();if(E){var b=E.prevViewportBox,C=E.getLayoutState().layout;u&&(o&&(C=u.getLayoutState().layout),i&&(h=E,y=(m=u).getLayoutId(),g=h.getLayoutId(),y===g&&(void 0!==g||m===h))&&u.prevViewportBox&&(b=u.prevViewportBox)),b&&function(e,t,n){return e||!e&&!(t||n)}(u,i,o)&&(v=!0,n=Hf(b,n),e=Hf(C,e))}var x=function(e,t){return!(bp(e)||bp(t)||Cp(e.x,t.x)&&Cp(e.y,t.y))}(n,e),_=gf((function(r){var i,o;if("position"===d){var s=e[r].max-e[r].min;n[r].max=n[r].min+s}if(!p.projection.isTargetLocked)return void 0===a?x?t.animateAxis(r,e[r],n[r],Ho(Ho({},c),{isRelative:v})):(null===(o=(i=t.stopAxisAnimation)[r])||void 0===o||o.call(i),p.setProjectionTargetAxis(r,e[r].min,e[r].max,v)):void p.setVisibility(a===lp.Show)}));return p.syncRender(),Promise.all(_).then((function(){t.isAnimatingTree=!1,l&&l(),p.notifyLayoutAnimationComplete()}))}},t}return Do(t,e),t.prototype.componentDidMount=function(){var e=this,t=this.props.visualElement;t.animateMotionValue=Lc,t.enableLayoutProjection(),this.unsubLayoutReady=t.onLayoutUpdate(this.animate),t.layoutSafeToRemove=function(){return e.safeToRemove()},function(e){for(var t in e)Ea[t]=e[t]}(yp)},t.prototype.componentWillUnmount=function(){var e=this;this.unsubLayoutReady(),gf((function(t){var n,r;return null===(r=(n=e.stopAxisAnimation)[t])||void 0===r?void 0:r.call(n)}))},t.prototype.animateAxis=function(e,t,n,r){var i,o,a=this,s=void 0===r?{}:r,l=s.transition,u=s.isRelative;if(!this.isAnimating[e]||!Cp(t,this.currentAnimationTarget[e])){null===(o=(i=this.stopAxisAnimation)[e])||void 0===o||o.call(i),this.isAnimating[e]=!0;var c=this.props.visualElement,f=this.frameTarget[e],p=c.getProjectionAnimationProgress()[e];p.clearListeners(),p.set(0),p.set(0);var d=function(){var r=p.get()/gp;!function(e,t,n,r){e.min=Dl(t.min,n.min,r),e.max=Dl(t.max,n.max,r)}(f,n,t,r),c.setProjectionTargetAxis(e,f.min,f.max,u)};d();var m=p.onChange(d);this.stopAxisAnimation[e]=function(){a.isAnimating[e]=!1,p.stop(),m()},this.currentAnimationTarget[e]=t;var h=l||c.getDefaultTransition()||xp;return Lc("x"===e?"layoutX":"layoutY",p,gp,h&&Ac(h,"layout")).then(this.stopAxisAnimation[e])}},t.prototype.safeToRemove=function(){var e,t;null===(t=(e=this.props).safeToRemove)||void 0===t||t.call(e)},t.prototype.render=function(){return null},t}(e.Component);var Ep={min:0,max:0};function bp(e){return Cp(e.x,Ep)&&Cp(e.y,Ep)}function Cp(e,t){return e.min===t.min&&e.max===t.max}var xp={duration:.45,ease:[.4,0,.1,1]};var _p={layoutReady:function(e){return e.notifyLayoutReady()}};function Op(){var e=new Set;return{add:function(t){return e.add(t)},flush:function(t){var n=void 0===t?_p:t,r=n.layoutReady,i=n.parent;ep((function(t,n){var o=Array.from(e).sort(Uf),a=i?Ff(i):[];n((function(){zo(zo([],Ro(a)),Ro(o)).forEach((function(e){return e.resetTransform()}))})),t((function(){o.forEach(Vf)})),n((function(){a.forEach((function(e){return e.restoreTransform()})),o.forEach(r)})),t((function(){o.forEach((function(e){e.isPresent&&(e.presence=sp.Present)}))})),n((function(){Hu.preRender(),Hu.render()})),t((function(){Bu.postRender((function(){return o.forEach(wp)})),e.clear()}))})),tp()}}}function wp(e){e.prevViewportBox=e.projection.target}var Tp=l(Op()),kp=l(Op());function Sp(e){return!!e.forceUpdate}var Mp=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Do(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.syncLayout,n=e.framerSyncLayout,r=e.visualElement;Sp(t)&&t.register(r),Sp(n)&&n.register(r),r.onUnmount((function(){Sp(t)&&t.remove(r),Sp(n)&&n.remove(r)}))},t.prototype.getSnapshotBeforeUpdate=function(){var e=this.props,t=e.syncLayout,n=e.visualElement;return Sp(t)?t.syncUpdate():(Bf(n),t.add(n)),null},t.prototype.componentDidUpdate=function(){var e=this.props.syncLayout;Sp(e)||e.flush()},t.prototype.render=function(){return null},t}(t.Component);var Ap={measureLayout:function(e){var n=u(Tp),r=u(kp);return t.createElement(Mp,Ho({},e,{syncLayout:n,framerSyncLayout:r}))},layoutAnimation:function(t){var n=Ro(Jo(),2)[1];return e.createElement(vp,Ho({},t,{safeToRemove:n}))}};function Lp(){return{isHydrated:!1,layout:{x:{min:0,max:1},y:{min:0,max:1}},layoutCorrected:{x:{min:0,max:1},y:{min:0,max:1}},treeScale:{x:1,y:1},delta:yf(),deltaFinal:yf(),deltaTransform:""}}var Up=Lp();function Pp(e,t,n){var r=e.x,i=e.y,o="translate3d("+r.translate/t.x+"px, "+i.translate/t.y+"px, 0) ";if(n){var a=n.rotate,s=n.rotateX,l=n.rotateY;a&&(o+="rotate("+a+") "),s&&(o+="rotateX("+s+") "),l&&(o+="rotateY("+l+") ")}return o+="scale("+r.scale+", "+i.scale+")",n||o!==Vp?o:""}function Fp(e){var t=e.deltaFinal;return 100*t.x.origin+"% "+100*t.y.origin+"% 0"}var Vp=Pp(Up.delta,Up.treeScale,{x:1,y:1}),Bp=["LayoutMeasure","BeforeLayoutMeasure","LayoutUpdate","ViewportBoxUpdate","Update","Render","AnimationComplete","LayoutAnimationComplete","AnimationStart","SetAxisTarget","Unmount"];function Dp(e,t,n,r){var i,o,a=e.delta,s=e.layout,l=e.layoutCorrected,u=e.treeScale,c=t.target;o=s,Rf((i=l).x,o.x),Rf(i.y,o.y),function(e,t,n){var r=n.length;if(r){var i,o;t.x=t.y=1;for(var a=0;a<r;a++)o=(i=n[a]).getLayoutState().delta,t.x*=o.x.scale,t.y*=o.y.scale,$f(e,o),jf(i)&&Yf(e,e,i.getLatestValues())}}(l,u,n),Mf(a,l,c,r)}var Hp=function(){function e(){this.children=[],this.isDirty=!1}return e.prototype.add=function(e){Pc(this.children,e),this.isDirty=!0},e.prototype.remove=function(e){Fc(this.children,e),this.isDirty=!0},e.prototype.forEach=function(e){this.isDirty&&this.children.sort(Uf),this.isDirty=!1,this.children.forEach(e)},e}();var jp=function(e){var t=e.treeType,n=void 0===t?"":t,r=e.build,i=e.getBaseTarget,o=e.makeTargetAnimatable,a=e.measureViewportBox,s=e.render,l=e.readValueFromInstance,u=e.resetTransform,c=e.restoreTransform,f=e.removeValueFromRenderState,p=e.sortNodePosition,d=e.scrapeMotionValuesFromProps;return function(e,t){var m=e.parent,h=e.props,y=e.presenceId,g=e.blockInitialAnimation,v=e.visualState;void 0===t&&(t={});var E,b,C,x,_,O,w=v.latestValues,T=v.renderState,k=function(){var e=Bp.map((function(){return new Vc})),t={},n={clearAllListeners:function(){return e.forEach((function(e){return e.clear()}))},updatePropListeners:function(e){return Bp.forEach((function(r){var i;null===(i=t[r])||void 0===i||i.call(t);var o="on"+r,a=e[o];a&&(t[r]=n[o](a))}))}};return e.forEach((function(e,t){n["on"+Bp[t]]=function(t){return e.add(t)},n["notify"+Bp[t]]=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.notify.apply(e,zo([],Ro(t)))}})),n}(),S={isEnabled:!1,isHydrated:!1,isTargetLocked:!1,target:{x:{min:0,max:1},y:{min:0,max:1}},targetFinal:{x:{min:0,max:1},y:{min:0,max:1}}},M=S,A=w,L=Lp(),U=!1,P=new Map,F=new Map,V={},B=Ho({},w);function D(){E&&(Z.isProjectionReady()&&(Yf(M.targetFinal,M.target,A),Mf(L.deltaFinal,L.layoutCorrected,M.targetFinal,w)),H(),s(E,T))}function H(){var e=w;if(x&&x.isActive()){var n=x.getCrossfadeState(Z);n&&(e=n)}r(Z,T,e,M,L,t,h)}function j(){k.notifyUpdate(w)}function R(){Z.layoutTree.forEach(zp)}var z=d(h);for(var N in z){var I=z[N];void 0!==w[N]&&Sa(I)&&I.set(w[N],!1)}var $=fa(h),G=pa(h),Z=Ho(Ho({treeType:n,current:null,depth:m?m.depth+1:0,parent:m,children:new Set,path:m?zo(zo([],Ro(m.path)),[m]):[],layoutTree:m?m.layoutTree:new Hp,presenceId:y,projection:S,variantChildren:G?new Set:void 0,isVisible:void 0,manuallyAnimateOnMount:Boolean(null==m?void 0:m.isMounted()),blockInitialAnimation:g,isMounted:function(){return Boolean(E)},mount:function(e){E=Z.current=e,Z.pointTo(Z),G&&m&&!$&&(O=null==m?void 0:m.addVariantChild(Z)),null==m||m.children.add(Z)},unmount:function(){Du.update(j),Du.render(D),Du.preRender(Z.updateLayoutProjection),F.forEach((function(e){return e()})),Z.stopLayoutAnimation(),Z.layoutTree.remove(Z),null==O||O(),null==m||m.children.delete(Z),null==C||C(),k.clearAllListeners()},addVariantChild:function(e){var t,n=Z.getClosestVariantNode();if(n)return null===(t=n.variantChildren)||void 0===t||t.add(e),function(){return n.variantChildren.delete(e)}},sortNodePosition:function(e){return p&&n===e.treeType?p(Z.getInstance(),e.getInstance()):0},getClosestVariantNode:function(){return G?Z:null==m?void 0:m.getClosestVariantNode()},scheduleUpdateLayoutProjection:m?m.scheduleUpdateLayoutProjection:function(){return Bu.preRender(Z.updateTreeLayoutProjection,!1,!0)},getLayoutId:function(){return h.layoutId},getInstance:function(){return E},getStaticValue:function(e){return w[e]},setStaticValue:function(e,t){return w[e]=t},getLatestValues:function(){return w},setVisibility:function(e){Z.isVisible!==e&&(Z.isVisible=e,Z.scheduleRender())},makeTargetAnimatable:function(e,t){return void 0===t&&(t=!0),o(Z,e,h,t)},addValue:function(e,t){Z.hasValue(e)&&Z.removeValue(e),P.set(e,t),w[e]=t.get(),function(e,t){var n=t.onChange((function(t){w[e]=t,h.onUpdate&&Bu.update(j,!1,!0)})),r=t.onRenderRequest(Z.scheduleRender);F.set(e,(function(){n(),r()}))}(e,t)},removeValue:function(e){var t;P.delete(e),null===(t=F.get(e))||void 0===t||t(),F.delete(e),delete w[e],f(e,T)},hasValue:function(e){return P.has(e)},getValue:function(e,t){var n=P.get(e);return void 0===n&&void 0!==t&&(n=Dc(t),Z.addValue(e,n)),n},forEachValue:function(e){return P.forEach(e)},readValue:function(e){var n;return null!==(n=w[e])&&void 0!==n?n:l(E,e,t)},setBaseTarget:function(e,t){B[e]=t},getBaseTarget:function(e){if(i){var t=i(h,e);if(void 0!==t&&!Sa(t))return t}return B[e]}},k),{build:function(){return H(),T},scheduleRender:function(){Bu.render(D,!1,!0)},syncRender:D,setProps:function(e){h=e,k.updatePropListeners(e),V=function(e,t,n){var r;for(var i in t){var o=t[i],a=n[i];if(Sa(o))e.addValue(i,o);else if(Sa(a))e.addValue(i,Dc(o));else if(a!==o)if(e.hasValue(i)){var s=e.getValue(i);!s.hasAnimated&&s.set(o)}else e.addValue(i,Dc(null!==(r=e.getStaticValue(i))&&void 0!==r?r:o))}for(var i in n)void 0===t[i]&&e.removeValue(i);return t}(Z,d(h),V)},getProps:function(){return h},getVariant:function(e){var t;return null===(t=h.variants)||void 0===t?void 0:t[e]},getDefaultTransition:function(){return h.transition},getVariantContext:function(e){if(void 0===e&&(e=!1),e)return null==m?void 0:m.getVariantContext();if(!$){var t=(null==m?void 0:m.getVariantContext())||{};return void 0!==h.initial&&(t.initial=h.initial),t}for(var n={},r=0;r<$p;r++){var i=Ip[r],o=h[i];(la(o)||!1===o)&&(n[i]=o)}return n},enableLayoutProjection:function(){S.isEnabled=!0,Z.layoutTree.add(Z)},lockProjectionTarget:function(){S.isTargetLocked=!0},unlockProjectionTarget:function(){Z.stopLayoutAnimation(),S.isTargetLocked=!1},getLayoutState:function(){return L},setCrossfader:function(e){x=e},isProjectionReady:function(){return S.isEnabled&&S.isHydrated&&L.isHydrated},startLayoutAnimation:function(e,t,n){void 0===n&&(n=!1);var r=Z.getProjectionAnimationProgress()[e],i=n?S.relativeTarget[e]:S.target[e],o=i.min,a=i.max-o;return r.clearListeners(),r.set(o),r.set(o),r.onChange((function(t){Z.setProjectionTargetAxis(e,t,t+a,n)})),Z.animateMotionValue(e,r,0,t)},stopLayoutAnimation:function(){gf((function(e){return Z.getProjectionAnimationProgress()[e].stop()}))},measureViewportBox:function(e){void 0===e&&(e=!0);var n=a(E,t);return e||Kf(n,w),n},getProjectionAnimationProgress:function(){return _||(_={x:Dc(0),y:Dc(0)}),_},setProjectionTargetAxis:function(e,t,n,r){var i;void 0===r&&(r=!1),r?(S.relativeTarget||(S.relativeTarget={x:{min:0,max:1},y:{min:0,max:1}}),i=S.relativeTarget[e]):(S.relativeTarget=void 0,i=S.target[e]),S.isHydrated=!0,i.min=t,i.max=n,U=!0,k.notifySetAxisTarget()},rebaseProjectionTarget:function(e,t){void 0===t&&(t=L.layout);var n=Z.getProjectionAnimationProgress(),r=n.x,i=n.y,o=!(S.relativeTarget||S.isTargetLocked||r.isAnimating()||i.isAnimating());(e||o)&&gf((function(e){var n=t[e],r=n.min,i=n.max;Z.setProjectionTargetAxis(e,r,i)}))},notifyLayoutReady:function(e){!function(e){var t=e.getProjectionParent();if(t){var n=Hf(t.getLayoutState().layout,e.getLayoutState().layout);gf((function(t){e.setProjectionTargetAxis(t,n[t].min,n[t].max,!0)}))}else e.rebaseProjectionTarget()}(Z),Z.notifyLayoutUpdate(L.layout,Z.prevViewportBox||L.layout,e)},resetTransform:function(){return u(Z,E,h)},restoreTransform:function(){return c(E,T)},updateLayoutProjection:function(){if(Z.isProjectionReady()){var e=L.delta,t=L.treeScale,n=t.x,r=t.y,i=L.deltaTransform;Dp(L,M,Z.path,w),U&&Z.notifyViewportBoxUpdate(M.target,e),U=!1;var o=Pp(e,t);o===i&&n===t.x&&r===t.y||Z.scheduleRender(),L.deltaTransform=o}},updateTreeLayoutProjection:function(){Z.layoutTree.forEach(Rp),Bu.preRender(R,!1,!0)},getProjectionParent:function(){if(void 0===b){for(var e=!1,t=Z.path.length-1;t>=0;t--){var n=Z.path[t];if(n.projection.isEnabled){e=n;break}}b=e}return b},resolveRelativeTargetBox:function(){var e=Z.getProjectionParent();if(S.relativeTarget&&e&&(function(e,t){Lf(e.target.x,e.relativeTarget.x,t.target.x),Lf(e.target.y,e.relativeTarget.y,t.target.y)}(S,e.projection),jf(e))){var t=S.target;Yf(t,t,e.getLatestValues())}},shouldResetTransform:function(){return Boolean(h._layoutResetTransform)},pointTo:function(e){M=e.projection,A=e.getLatestValues(),null==C||C(),C=$l(e.onSetAxisTarget(Z.scheduleUpdateLayoutProjection),e.onLayoutAnimationComplete((function(){var e;Z.isPresent?Z.presence=sp.Present:null===(e=Z.layoutSafeToRemove)||void 0===e||e.call(Z)})))},isPresent:!0,presence:sp.Entering});return Z}};function Rp(e){e.resolveRelativeTargetBox()}function zp(e){e.updateLayoutProjection()}var Np,Ip=zo(["initial"],Ro(Kc)),$p=Ip.length,Gp=new Set(["width","height","top","left","right","bottom","x","y"]),Zp=function(e){return Gp.has(e)},Wp=function(e){return Object.keys(e).some(Zp)},Yp=function(e,t){e.set(t,!1),e.set(t)},qp=function(e){return e===Ha||e===$a};!function(e){e["width"]="width",e["height"]="height",e["left"]="left",e["right"]="right",e["top"]="top",e["bottom"]="bottom"}(Np||(Np={}));var Xp=function(e,t){return parseFloat(e.split(", ")[t])},Kp=function(e,t){return function(n,r){var i=r.transform;if("none"===i||!i)return 0;var o=i.match(/^matrix3d\((.+)\)$/);if(o)return Xp(o[1],t);var a=i.match(/^matrix\((.+)\)$/);return a?Xp(a[1],e):0}},Jp=new Set(["x","y","z"]),Qp=Ca.filter((function(e){return!Jp.has(e)}));var ed={width:function(e){var t=e.x;return t.max-t.min},height:function(e){var t=e.y;return t.max-t.min},top:function(e,t){var n=t.top;return parseFloat(n)},left:function(e,t){var n=t.left;return parseFloat(n)},bottom:function(e,t){var n=e.y,r=t.top;return parseFloat(r)+(n.max-n.min)},right:function(e,t){var n=e.x,r=t.left;return parseFloat(r)+(n.max-n.min)},x:Kp(4,13),y:Kp(5,14)},td=function(e,t,n,r){void 0===n&&(n={}),void 0===r&&(r={}),t=Ho({},t),r=Ho({},r);var i=Object.keys(t).filter(Zp),o=[],a=!1,s=[];if(i.forEach((function(i){var l=e.getValue(i);if(e.hasValue(i)){var u,c=n[i],f=t[i],p=Rc(c);if(zs(f))for(var d=f.length,m=null===f[0]?1:0;m<d;m++)u?$o(Rc(f[m])===u):u=Rc(f[m]);else u=Rc(f);if(p!==u)if(qp(p)&&qp(u)){var h=l.get();"string"==typeof h&&l.set(parseFloat(h)),"string"==typeof f?t[i]=parseFloat(f):Array.isArray(f)&&u===$a&&(t[i]=f.map(parseFloat))}else(null==p?void 0:p.transform)&&(null==u?void 0:u.transform)&&(0===c||0===f)?0===c?l.set(u.transform(c)):t[i]=p.transform(f):(a||(o=function(e){var t=[];return Qp.forEach((function(n){var r=e.getValue(n);void 0!==r&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))})),t.length&&e.syncRender(),t}(e),a=!0),s.push(i),r[i]=void 0!==r[i]?r[i]:t[i],Yp(l,f))}})),s.length){var l=function(e,t,n){var r=t.measureViewportBox(),i=t.getInstance(),o=getComputedStyle(i),a=o.display,s={top:o.top,left:o.left,bottom:o.bottom,right:o.right,transform:o.transform};"none"===a&&t.setStaticValue("display",e.display||"block"),t.syncRender();var l=t.measureViewportBox();return n.forEach((function(n){var i=t.getValue(n);Yp(i,ed[n](r,s)),e[n]=ed[n](l,o)})),e}(t,e,s);return o.length&&o.forEach((function(t){var n=Ro(t,2),r=n[0],i=n[1];e.getValue(r).set(i)})),e.syncRender(),{target:l,transitionEnd:r}}return{target:t,transitionEnd:r}};var nd=function(e,t,n,r){var i=function(e,t,n){var r,i=jo(t,[]),o=e.getInstance();if(!(o instanceof HTMLElement))return{target:i,transitionEnd:n};for(var a in n&&(n=Ho({},n)),e.forEachValue((function(e){var t=e.get();if(cp(t)){var n=pp(t,o);n&&e.set(n)}})),i){var s=i[a];if(cp(s)){var l=pp(s,o);l&&(i[a]=l,n&&(null!==(r=n[a])&&void 0!==r||(n[a]=s)))}}return{target:i,transitionEnd:n}}(e,t,r);return function(e,t,n,r){return Wp(t)?td(e,t,n,r):{target:t,transitionEnd:r}}(e,t=i.target,n,r=i.transitionEnd)};var rd={treeType:"dom",readValueFromInstance:function(e,t){if(Oa(t)){var n=Oc(t);return n&&n.default||0}var r,i=(r=e,window.getComputedStyle(r));return(Aa(t)?i.getPropertyValue(t):i[t])||0},sortNodePosition:function(e,t){return 2&e.compareDocumentPosition(t)?1:-1},getBaseTarget:function(e,t){var n;return null===(n=e.style)||void 0===n?void 0:n[t]},measureViewportBox:function(e,t){return Of(e,t.transformPagePoint)},resetTransform:function(e,t,n){var r=n.transformTemplate;t.style.transform=r?r({},""):"none",e.scheduleRender()},restoreTransform:function(e,t){e.style.transform=t.style.transform},removeValueFromRenderState:function(e,t){var n=t.vars,r=t.style;delete n[e],delete r[e]},makeTargetAnimatable:function(e,t,n,r){var i=n.transformValues;void 0===r&&(r=!0);var o=t.transition,a=t.transitionEnd,s=jo(t,["transition","transitionEnd"]),l=Zc(s,o||{},e);if(i&&(a&&(a=i(a)),s&&(s=i(s)),l&&(l=i(l))),r){$c(e,s,l);var u=nd(e,s,l,a);a=u.transitionEnd,s=u.target}return Ho({transition:o,transitionEnd:a},s)},scrapeMotionValuesFromProps:Hs,build:function(e,t,n,r,i,o,a){void 0!==e.isVisible&&(t.style.visibility=e.isVisible?"visible":"hidden");var s=r.isEnabled&&i.isHydrated;hs(t,n,r,i,o,a.transformTemplate,s?Pp:void 0,s?Fp:void 0)},render:Vs},id=jp(rd),od=jp(Ho(Ho({},rd),{getBaseTarget:function(e,t){return e[t]},readValueFromInstance:function(e,t){var n;return Oa(t)?(null===(n=Oc(t))||void 0===n?void 0:n.default)||0:(t=Bs.has(t)?t:Fs(t),e.getAttribute(t))},scrapeMotionValuesFromProps:js,build:function(e,t,n,r,i,o,a){var s=r.isEnabled&&i.isHydrated;Ss(t,n,r,i,o,a.transformTemplate,s?Pp:void 0,s?Fp:void 0)},render:Ds})),ad=function(e,t){return va(e)?od(t,{enableHardwareAcceleration:!1}):id(t,{enableHardwareAcceleration:!0})},sd=Ho(Ho(Ho(Ho({},rf),cc),up),Ap),ld=ya((function(e,t){return Xs(e,t,sd,ad)}));ya(Xs);var ud=0;function cd(){var e=ud;return ud++,e}var fd=function(t){var n=t.children,r=t.initial,i=t.isPresent,o=t.onExitComplete,a=t.custom,s=t.presenceAffectsLayout,l=Ko(pd),u=Ko(cd),c=f((function(){return{id:u,initial:r,isPresent:i,custom:a,onExitComplete:function(e){l.set(e,!0);var t=!0;l.forEach((function(e){e||(t=!1)})),t&&(null==o||o())},register:function(e){return l.set(e,!1),function(){return l.delete(e)}}}}),s?void 0:[i]);return f((function(){l.forEach((function(e,t){return l.set(t,!1)}))}),[i]),e.useEffect((function(){!i&&!l.size&&(null==o||o())}),[i]),e.createElement(Xo.Provider,{value:c},n)};function pd(){return new Map}function dd(e){return e.key||""}var md=function(t){var n=t.children,o=t.custom,a=t.initial,l=void 0===a||a,f=t.onExitComplete,p=t.exitBeforeEnter,h=t.presenceAffectsLayout,y=void 0===h||h,g=function(){var e=s(!1),t=Ro(i(0),2),n=t[0],r=t[1];return Cl((function(){return e.current=!0})),c((function(){!e.current&&r(n+1)}),[n])}(),v=u(Tp);Sp(v)&&(g=v.forceUpdate);var E=s(!0),b=function(e){var t=[];return d.forEach(e,(function(e){m(e)&&t.push(e)})),t}(n),C=s(b),x=s(new Map).current,_=s(new Set).current;if(function(e,t){e.forEach((function(e){var n=dd(e);t.set(n,e)}))}(b,x),E.current)return E.current=!1,e.createElement(e.Fragment,null,b.map((function(t){return e.createElement(fd,{key:dd(t),isPresent:!0,initial:!!l&&void 0,presenceAffectsLayout:y},t)})));for(var O=zo([],Ro(b)),w=C.current.map(dd),T=b.map(dd),k=w.length,S=0;S<k;S++){var M=w[S];-1===T.indexOf(M)?_.add(M):_.delete(M)}return p&&_.size&&(O=[]),_.forEach((function(t){if(-1===T.indexOf(t)){var n=x.get(t);if(n){var r=w.indexOf(t);O.splice(r,0,e.createElement(fd,{key:dd(n),isPresent:!1,onExitComplete:function(){x.delete(t),_.delete(t);var e=C.current.findIndex((function(e){return e.key===t}));C.current.splice(e,1),_.size||(C.current=b,g(),f&&f())},custom:o,presenceAffectsLayout:y},n))}}})),O=O.map((function(t){var n=t.key;return _.has(n)?t:e.createElement(fd,{key:dd(t),isPresent:!0,presenceAffectsLayout:y},t)})),C.current=O,e.createElement(e.Fragment,null,_.size?O:O.map((function(e){return r(e)})))};function hd(){var e=Dc(1),t={lead:void 0,follow:void 0,crossfadeOpacity:!1,preserveFollowOpacity:!1},n=Ho({},t),r={},i={},o=!1,a=null,s=0;function l(n,r){var i=t.lead,s=t.follow;o=!0,a=null;var l=!1,u=function(){l=!0,i&&i.scheduleRender(),s&&s.scheduleRender()},c=function(){o=!1,a=Nu().timestamp};return r=r&&Ac(r,"crossfade"),function(e,t,n){void 0===n&&(n={});var r=Sa(e)?e:Dc(e);return Lc("",r,t,n),{stop:function(){return r.stop()}}}(e,n,Ho(Ho({},r),{onUpdate:u,onComplete:function(){l?c():(e.set(n),Bu.read(c)),u()}}))}function u(){var n,o,a=Nu().timestamp,l=t.lead,u=t.follow;if(a!==s&&l){s=a;var c=l.getLatestValues();Object.assign(r,c);var f=u?u.getLatestValues():t.prevValues;Object.assign(i,f);var p=e.get(),d=null!==(n=c.opacity)&&void 0!==n?n:1,m=null!==(o=null==f?void 0:f.opacity)&&void 0!==o?o:1;t.crossfadeOpacity&&u?(r.opacity=Dl(!1!==u.isVisible?0:m,d,yd(p)),i.opacity=t.preserveFollowOpacity?m:Dl(m,0,gd(p))):u||(r.opacity=Dl(m,d,p)),function(e,t,n,r,i,o){for(var a=0;a<bd;a++){var s="border"+Ed[a]+"Radius",l=Cd(r,s),u=Cd(n,s);if((void 0!==l||void 0!==u)&&(l||(l=0),u||(u=0),"number"==typeof l&&"number"==typeof u)){var c=Math.max(Dl(l,u,o),0);e[s]=t[s]=c}}if(r.rotate||n.rotate){var f=Dl(r.rotate||0,n.rotate||0,o);e.rotate=t.rotate=f}!i&&n.backgroundColor&&r.backgroundColor&&(e.backgroundColor=t.backgroundColor=zl(r.backgroundColor,n.backgroundColor)(o))}(r,i,c,f||{},Boolean(u),p)}}return{isActive:function(){return r&&(o||Nu().timestamp===a)},fromLead:function(e){return l(0,e)},toLead:function(r){var i=0;return t.prevValues||t.follow?n.lead===t.follow&&n.follow===t.lead&&(i=1-e.get()):i=1,e.set(i),l(1,r)},reset:function(){return e.set(1)},stop:function(){return e.stop()},getCrossfadeState:function(e){return u(),e===t.lead?r:e===t.follow?i:void 0},setOptions:function(e){n=t,t=e,r={},i={}},getLatestValues:function(){return r}}}var yd=vd(0,.5,pu),gd=vd(.5,.95,su);function vd(e,t,n){return function(r){return r<e?0:r>t?1:n(Bl(e,t,r))}}var Ed=["TopLeft","TopRight","BottomLeft","BottomRight"],bd=Ed.length;function Cd(e,t){var n;return null!==(n=e[t])&&void 0!==n?n:e.borderRadius}function xd(){var e,t,n,r=new Set,i={leadIsExiting:!1},o=Ho({},i),a=hd(),s=!1;return{add:function(e){e.setCrossfader(a),r.add(e),n&&(e.prevDragCursor=n),i.lead||(i.lead=e)},remove:function(e){r.delete(e)},getLead:function(){return i.lead},updateSnapshot:function(){if(i.lead){e=a.isActive()?a.getLatestValues():i.lead.getLatestValues(),t=i.lead.prevViewportBox;var r=ip.get(i.lead);r&&r.isDragging&&(n=r.cursorProgress)}},clearSnapshot:function(){n=t=void 0},updateLeadAndFollow:function(){var t,n,l;o=Ho({},i);for(var u=Array.from(r),c=u.length;c--;c>=0){var f=u[c];if(n&&(null!=l||(l=f)),null!=n||(n=f),n&&l)break}i.lead=n,i.follow=l,i.leadIsExiting=(null===(t=i.lead)||void 0===t?void 0:t.presence)===sp.Exiting,a.setOptions({lead:n,follow:l,prevValues:e,crossfadeOpacity:(null==l?void 0:l.isPresenceRoot)||(null==n?void 0:n.isPresenceRoot)}),i.lead===o.follow||o.lead===i.lead&&o.leadIsExiting===i.leadIsExiting||(s=!0)},animate:function(e,n){var r;if(void 0===n&&(n=!1),e===i.lead){n?e.pointTo(i.lead):e.setVisibility(!0);var o={},l=null===(r=i.follow)||void 0===r?void 0:r.getProjectionParent();if(l&&(o.prevParent=l),e.presence===sp.Entering?o.originBox=i.follow?i.follow.prevViewportBox:t:e.presence===sp.Exiting&&(o.targetBox=function(){var e;return null===(e=i.follow)||void 0===e?void 0:e.getLayoutState().layout}()),s){s=!1;var u=e.getDefaultTransition();e.presence===sp.Entering?a.toLead(u):a.fromLead(u)}e.notifyLayoutReady(o)}else n?i.lead&&e.pointTo(i.lead):e.setVisibility(!1)}}}!function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.children=new Set,e.stacks=new Map,e.hasMounted=!1,e.updateScheduled=!1,e.renderScheduled=!1,e.syncContext=Ho(Ho({},Op()),{syncUpdate:function(t){return e.scheduleUpdate(t)},forceUpdate:function(){e.syncContext=Ho({},e.syncContext),e.scheduleUpdate(!0)},register:function(t){return e.addChild(t)},remove:function(t){return e.removeChild(t)}}),e}Do(n,t),n.prototype.componentDidMount=function(){this.hasMounted=!0},n.prototype.componentDidUpdate=function(){this.startLayoutAnimation()},n.prototype.shouldComponentUpdate=function(){return this.renderScheduled=!0,!0},n.prototype.startLayoutAnimation=function(){var e=this;this.renderScheduled=this.updateScheduled=!1;var t=this.props.type;this.children.forEach((function(e){e.isPresent?e.presence!==sp.Entering&&(e.presence=e.presence===sp.Exiting?sp.Entering:sp.Present):e.presence=sp.Exiting})),this.updateStacks();var n={layoutReady:function(n){void 0!==n.getLayoutId()?e.getStack(n).animate(n,"crossfade"===t):n.notifyLayoutReady()},parent:this.context.visualElement};this.children.forEach((function(t){return e.syncContext.add(t)})),this.syncContext.flush(n),this.stacks.forEach((function(e){return e.clearSnapshot()}))},n.prototype.updateStacks=function(){this.stacks.forEach((function(e){return e.updateLeadAndFollow()}))},n.prototype.scheduleUpdate=function(e){void 0===e&&(e=!1),!e&&this.updateScheduled||(this.updateScheduled=!0,this.children.forEach((function(e){!function(e){for(var t=!1,n={},r=0;r<ba.length;r++){var i="rotate"+ba[r];e.hasValue(i)&&0!==e.getStaticValue(i)&&(t=!0,n[i]=e.getStaticValue(i),e.setStaticValue(i,0))}if(t){for(var i in e.syncRender(),n)e.setStaticValue(i,n[i]);e.scheduleRender()}}(e),e.shouldResetTransform()&&e.resetTransform()})),this.children.forEach(Bf),this.stacks.forEach((function(e){return e.updateSnapshot()})),!e&&this.renderScheduled||(this.renderScheduled=!0,this.forceUpdate()))},n.prototype.addChild=function(e){this.children.add(e),this.addToStack(e),e.presence=this.hasMounted?sp.Entering:sp.Present},n.prototype.removeChild=function(e){this.scheduleUpdate(),this.children.delete(e),this.removeFromStack(e)},n.prototype.addToStack=function(e){var t=this.getStack(e);null==t||t.add(e)},n.prototype.removeFromStack=function(e){var t=this.getStack(e);null==t||t.remove(e)},n.prototype.getStack=function(e){var t=e.getLayoutId();if(void 0!==t)return!this.stacks.has(t)&&this.stacks.set(t,xd()),this.stacks.get(t)},n.prototype.render=function(){return e.createElement(Tp.Provider,{value:this.syncContext},this.props.children)},n.contextType=qo}(e.Component);var _d=Ho(Ho({renderer:ad},rf),cc);Ho(Ho(Ho({},_d),up),Ap);jp({build:function(){},measureViewportBox:mf,resetTransform:function(){},restoreTransform:function(){},removeValueFromRenderState:function(){},render:function(){},scrapeMotionValuesFromProps:function(){return{}},readValueFromInstance:function(e,t,n){return n.initialState[t]||0},makeTargetAnimatable:function(e,t){var n=t.transition,r=t.transitionEnd,i=jo(t,["transition","transitionEnd"]);return $c(e,i,Zc(i,n||{},e)),Ho({transition:n,transitionEnd:r},i)}});var Od=["children"],wd=n((function(e,n){var r=e.children,i=ue(e,Od);return t.createElement("div",le({ref:n,"data-testid":"neeto-backdrop"},i),r)})),Td=function(e){var t=e.children,n=e.rootId,r=void 0===n?"root-portal":n,i=e.el,o=void 0===i?"div":i,l=s(null);return a((function(){var e=document.getElementById(r);return e||((e=document.createElement(o)).setAttribute("id",r),document.body.appendChild(e)),e.appendChild(l.current),function(){l.current.remove(),0===e.childNodes.length&&e.remove()}}),[r]),l.current||(l.current=document.createElement(o)),y(t,l.current)},kd=function(e){var n=e.color,r=e.className,i=e.size;return t.createElement(ld.div,{initial:{opacity:0},className:r,animate:{opacity:1,transition:{bounce:0}},exit:{opacity:0},"data-chromatic":"ignore"},t.createElement(ld.div,{animate:{rotate:[0,360],transition:{repeat:1/0}},exit:{opacity:0}},t.createElement(ld.svg,{style:{color:n,height:i,width:i},xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},t.createElement("circle",{style:{opacity:.5},cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),t.createElement("path",{style:{opacity:1},fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))};kd.defaultProps={color:"#ffffff",className:null,size:14};var Sd=["icon","iconPosition","iconSize","label","loading","onClick","to","type","style","fullWidth","className","disabled","size","href","tooltipProps"],Md="primary",Ad="secondary",Ld="danger",Ud="danger-text",Pd="text",Fd="link",Vd="medium",Bd="large",Dd="left",Hd="right",jd="button",Rd=t.forwardRef((function(e,n){var r,i,o=e.icon,a=void 0===o?null:o,s=e.iconPosition,l=void 0===s?Hd:s,u=e.iconSize,c=void 0===u?16:u,f=e.label,p=void 0===f?"":f,d=e.loading,m=void 0!==d&&d,h=e.onClick,y=void 0===h?function(){}:h,g=e.to,v=void 0===g?"":g,b=e.type,C=void 0===b?jd:b,x=e.style,O=void 0===x?Md:x,w=e.fullWidth,T=void 0!==w&&w,k=e.className,S=void 0===k?"":k,M=e.disabled,A=void 0!==M&&M,L=e.size,U=void 0===L?Vd:L,P=e.href,F=void 0===P?"":P,V=e.tooltipProps,B=void 0===V?null:V,D=ue(e,Sd);v?(r=E,i={to:v}):F?(r=ld.a,i={href:F}):(r=ld.button,i={type:C});var H="string"==typeof a?function(){return t.createElement("i",{"data-testid":"class-icon",className:_("neeto-ui-btn__icon",[a])})}:a||t.Fragment;return t.createElement(Hn,le({disabled:!B},B),t.createElement(r,le({ref:n,onClick:function(e){m||A||y(e)},className:_("neeto-ui-btn",[S],{"neeto-ui-btn--style-primary":O===Md,"neeto-ui-btn--style-secondary":O===Ad,"neeto-ui-btn--style-danger":O===Ld,"neeto-ui-btn--style-danger-text":O===Ud,"neeto-ui-btn--style-text":O===Pd,"neeto-ui-btn--style-link":O===Fd,"neeto-ui-btn--size-medium":U===Vd,"neeto-ui-btn--size-large":U===Bd,"neeto-ui-btn--width-full":T,"neeto-ui-btn--icon-left":l==Dd,"neeto-ui-btn--icon-only":!p,disabled:A}),disabled:A},i,D),p&&t.createElement("span",null,p),t.createElement(md,{exitBeforeEnter:!0},a?m?t.createElement(kd,{"aria-hidden":"true",key:"1",size:16,className:"neeto-ui-btn__spinner"}):t.createElement(H,{"aria-hidden":"true",key:"2",size:c,className:"neeto-ui-btn__icon"}):m&&t.createElement(ld.div,{className:"neeto-ui-btn__spinner-wrapper",initial:{width:0,scale:0},animate:{width:"auto",scale:1},exit:{width:0,scale:0},transition:{bounce:!1}},t.createElement(kd,{"aria-hidden":"true",key:"3",size:16,className:"neeto-ui-btn__spinner"})))))}));function zd(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}var Nd=zd()?o:a,Id=!1,$d=0,Gd=function(){return++$d};var Zd=["children","className","required","helpIconProps"],Wd=["onClick","icon","tooltipProps","className"],Yd=function(e){var n=e.children,r=e.className,i=void 0===r?"":r,o=e.required,a=void 0!==o&&o,s=e.helpIconProps,l=void 0===s?null:s,u=ue(e,Zd),c=l||{},f=c.onClick,p=c.icon,d=c.tooltipProps,m=c.className,h=ue(c,Wd),y=p||fi;return t.createElement("label",le({className:_("neeto-ui-label neeto-ui-flex neeto-ui-items-center",i)},u),n,a&&t.createElement("span",{"aria-hidden":!0},"*"),l&&t.createElement(Hn,le({},d,{disabled:!d}),t.createElement("span",{className:_("neeto-ui-label__help-icon-wrap",xi({},m,m)),onClick:f},t.createElement(y,le({size:16},h)))))},qd=["size","type","label","error","suffix","prefix","disabled","helpText","className","nakedInput","contentSize","required","maxLength","labelProps"],Xd="medium",Kd=n((function(e,n){var r,o,s,l=e.size,u=void 0===l?Xd:l,c=e.type,f=void 0===c?"text":c,p=e.label,d=void 0===p?"":p,m=e.error,h=void 0===m?"":m,y=e.suffix,g=void 0===y?null:y,v=e.prefix,E=void 0===v?null:v,b=e.disabled,C=void 0!==b&&b,x=e.helpText,O=void 0===x?"":x,w=e.className,T=void 0===w?"":w,k=e.nakedInput,S=void 0!==k&&k,M=e.contentSize,A=void 0===M?null:M,L=e.required,U=void 0!==L&&L,P=e.maxLength,F=e.labelProps,V=ue(e,qd),B=se(i(V.value),2),D=B[0],H=B[1],j=function(e){var t=e||(Id?Gd():null),n=i(t),r=n[0],o=n[1];return Nd((function(){null===r&&o(Gd())}),[]),a((function(){!1===Id&&(Id=!0)}),[]),null!=r?String(r):void 0}(V.id),R="error_".concat(j),z="helpText_".concat(j),N=null!==(r=null!==(o=V.value)&&void 0!==o?o:D)&&void 0!==r?r:"",I=(null==N?void 0:N.toString().length)||0,$=I>=.9*P,G=!!P&&I>P,Z=V.onChange||function(e){return H(e.target.value)};return t.createElement("div",{className:_(["neeto-ui-input__wrapper",T])},t.createElement("div",{className:"neeto-ui-input__label-wrapper"},d&&t.createElement(Yd,le({required:U,"data-cy":"".concat(oe(d),"-input-label"),htmlFor:j},F),d),$&&t.createElement(ao,{className:_("neeto-ui-input__max-length",{"neeto-ui-input__max-length--error":G}),style:"body2"},I,"/",P)),t.createElement("div",{className:_("neeto-ui-input",{"neeto-ui-input--naked":!!S,"neeto-ui-input--error":!!h,"neeto-ui-input--disabled":!!C,"neeto-ui-input--small":"small"===u,"neeto-ui-input--medium":"medium"===u,"neeto-ui-input--large":"large"===u})},E&&t.createElement("div",{className:"neeto-ui-input__prefix"},E),t.createElement("input",le({ref:n,id:j,type:f,disabled:C,size:A,required:U,"aria-invalid":!!h,"aria-describedby":_((s={},xi(s,R,!!h),xi(s,z,O),s)),"data-cy":"input-field"},V,{value:N,onChange:Z})),g&&t.createElement("div",{className:"neeto-ui-input__suffix"},g)),!!h&&t.createElement(ao,{style:"body3","data-cy":"".concat(oe(d),"-input-error"),className:"neeto-ui-input__error",id:R},h),O&&t.createElement(ao,{style:"body3",className:"neeto-ui-input__help-text",id:z,"data-cy":"".concat(oe(d),"-input-help")},O))})),Jd=function(e){var n=e.title,r=e.menuBarToggle,i=e.searchProps,o=e.className,a=void 0===o?"":o,l=e.actionBlock,u=e.breadcrumbs,c=void 0===u?[]:u,f=s(null);return t.createElement("div",{className:_(["neeto-ui-header",{"neeto-ui-header--has-breadcrumbs":!re(c)},a])},t.createElement("div",{className:"neeto-ui-header__left"},r&&t.createElement(Rd,{onClick:r,style:"text",className:"neeto-ui-header__toggle-menubar-btn",icon:si,"data-cy":"menubar-toggle-button","aria-label":"Toggle Menubar"}),t.createElement("div",{className:"neeto-ui-header__left-data-wrap"},c&&t.createElement("div",{className:"neeto-ui-header__breadcrumbs-wrap"},c.map((function(e,n){var r=e.text,i=e.link;return t.createElement("div",{className:"neeto-ui-header__breadcrumb",key:n},t.createElement(E,{to:i},t.createElement(ao,{style:"body2",weight:"normal",component:"span",className:"neeto-ui-text-gray-700 hover:neeto-ui-text-gray-800 neeto-ui-header__breadcrumb-link","data-test-id":r,"data-cy":r},r)),t.createElement(Ei,{size:16,className:"neeto-ui-header__breadcrumb-separator neeto-ui-text-gray-400"}))}))),t.createElement(ao,{lineHeight:"tight",style:"h2",weight:"semibold","data-test-id":"main-header","data-cy":"main-header",className:"neeto-ui-header__page-title"},n))),t.createElement("div",{className:"neeto-ui-gap-3 neeto-ui-header__right"},i&&t.createElement(Kd,le({ref:f,type:"search",placeholder:"Search",className:_(["neeto-ui-header__search-input",i.className]),prefix:t.createElement(Ci,null)},i)),l))},Qd=function(e){var n=e.className,r=void 0===n?"":n,i=e.leftActionBlock,o=e.rightActionBlock;return t.createElement("div",{className:_(["neeto-ui-subheader",r]),"data-testid":"subheader"},t.createElement("div",{className:"neeto-ui-subheader__left-wrapper"},i&&t.createElement("div",{className:"neeto-ui-subheader__left"},i)),o&&t.createElement("div",{className:"neeto-ui-subheader__right"},o))},em={exports:{}},tm="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";function nm(){}function rm(){}rm.resetWarningCache=nm;em.exports=function(){function e(e,t,n,r,i,o){if(o!==tm){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. "+"Use PropTypes.checkPropTypes() to call them. "+"Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:rm,resetWarningCache:nm};return n.PropTypes=n,n}();var im=t.forwardRef((function(e,n){var r=e.isHeaderFixed,i=void 0!==r&&r,o=e.children;return t.createElement("div",{ref:n,className:_("neeto-ui-container",{"neeto-ui-container--header-fixed":i})},o)}));im.propTypes={isHeaderFixed:em.exports.bool};var om=["children","className","size"],am="small",sm="large",lm="viewport",um=function(e){var n=e.children,r=e.className,i=void 0===r?"":r,o=e.size,a=void 0===o?"small":o,s=ue(e,om);return t.createElement("div",le({className:_(["neeto-ui-scrollable",xi({"neeto-ui-scrollable--small":a===am,"neeto-ui-scrollable--large":a===sm,"neeto-ui-scrollable--viewport":a===lm},i,i)])},s),n)},cm="undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>0;function fm(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent&&e.attachEvent("on".concat(t),(function(){n(window.event)}))}function pm(e,t){for(var n=t.slice(0,t.length-1),r=0;r<n.length;r++)n[r]=e[n[r].toLowerCase()];return n}function dm(e){"string"!=typeof e&&(e="");for(var t=(e=e.replace(/\s/g,"")).split(","),n=t.lastIndexOf("");n>=0;)t[n-1]+=",",t.splice(n,1),n=t.lastIndexOf("");return t}for(var mm={backspace:8,tab:9,clear:12,enter:13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":cm?173:189,"=":cm?61:187,";":cm?59:186,"'":222,"[":219,"]":221,"\\":220},hm={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,command:91},ym={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},gm={16:!1,18:!1,17:!1,91:!1},vm={},Em=1;Em<20;Em++)mm["f".concat(Em)]=111+Em;var bm=[],Cm="all",xm=[],_m=function(e){return mm[e.toLowerCase()]||hm[e.toLowerCase()]||e.toUpperCase().charCodeAt(0)};function Om(e){Cm=e||"all"}function wm(){return Cm||"all"}var Tm=function(e){var t=e.key,n=e.scope,r=e.method,i=e.splitKey,o=void 0===i?"+":i;dm(t).forEach((function(e){var t=e.split(o),i=t.length,a=t[i-1],s="*"===a?"*":_m(a);if(vm[s]){n||(n=wm());var l=i>1?pm(hm,t):[];vm[s]=vm[s].map((function(e){return(!r||e.method===r)&&e.scope===n&&function(e,t){for(var n=e.length>=t.length?e:t,r=e.length>=t.length?t:e,i=!0,o=0;o<n.length;o++)-1===r.indexOf(n[o])&&(i=!1);return i}(e.mods,l)?{}:e}))}}))};function km(e,t,n){var r;if(t.scope===n||"all"===t.scope){for(var i in r=t.mods.length>0,gm)Object.prototype.hasOwnProperty.call(gm,i)&&(!gm[i]&&t.mods.indexOf(+i)>-1||gm[i]&&-1===t.mods.indexOf(+i))&&(r=!1);(0!==t.mods.length||gm[16]||gm[18]||gm[17]||gm[91])&&!r&&"*"!==t.shortcut||!1===t.method(e,t)&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0))}}function Sm(e){var t=vm["*"],n=e.keyCode||e.which||e.charCode;if(Mm.filter.call(this,e)){if(93!==n&&224!==n||(n=91),-1===bm.indexOf(n)&&229!==n&&bm.push(n),["ctrlKey","altKey","shiftKey","metaKey"].forEach((function(t){var n=ym[t];e[t]&&-1===bm.indexOf(n)?bm.push(n):!e[t]&&bm.indexOf(n)>-1?bm.splice(bm.indexOf(n),1):"metaKey"===t&&e[t]&&3===bm.length&&(e.ctrlKey||e.shiftKey||e.altKey||(bm=bm.slice(bm.indexOf(n))))})),n in gm){for(var r in gm[n]=!0,hm)hm[r]===n&&(Mm[r]=!0);if(!t)return}for(var i in gm)Object.prototype.hasOwnProperty.call(gm,i)&&(gm[i]=e[ym[i]]);e.getModifierState&&(!e.altKey||e.ctrlKey)&&e.getModifierState("AltGraph")&&(-1===bm.indexOf(17)&&bm.push(17),-1===bm.indexOf(18)&&bm.push(18),gm[17]=!0,gm[18]=!0);var o=wm();if(t)for(var a=0;a<t.length;a++)t[a].scope===o&&("keydown"===e.type&&t[a].keydown||"keyup"===e.type&&t[a].keyup)&&km(e,t[a],o);if(n in vm)for(var s=0;s<vm[n].length;s++)if(("keydown"===e.type&&vm[n][s].keydown||"keyup"===e.type&&vm[n][s].keyup)&&vm[n][s].key){for(var l=vm[n][s],u=l.splitKey,c=l.key.split(u),f=[],p=0;p<c.length;p++)f.push(_m(c[p]));f.sort().join("")===bm.sort().join("")&&km(e,l,o)}}}function Mm(e,t,n){bm=[];var r=dm(e),i=[],o="all",a=document,s=0,l=!1,u=!0,c="+";for(void 0===n&&"function"==typeof t&&(n=t),"[object Object]"===Object.prototype.toString.call(t)&&(t.scope&&(o=t.scope),t.element&&(a=t.element),t.keyup&&(l=t.keyup),void 0!==t.keydown&&(u=t.keydown),"string"==typeof t.splitKey&&(c=t.splitKey)),"string"==typeof t&&(o=t);s<r.length;s++)i=[],(e=r[s].split(c)).length>1&&(i=pm(hm,e)),(e="*"===(e=e[e.length-1])?"*":_m(e))in vm||(vm[e]=[]),vm[e].push({keyup:l,keydown:u,scope:o,mods:i,shortcut:r[s],method:n,key:r[s],splitKey:c});void 0!==a&&!function(e){return xm.indexOf(e)>-1}(a)&&window&&(xm.push(a),fm(a,"keydown",(function(e){Sm(e)})),fm(window,"focus",(function(){bm=[]})),fm(a,"keyup",(function(e){Sm(e),function(e){var t=e.keyCode||e.which||e.charCode,n=bm.indexOf(t);if(n>=0&&bm.splice(n,1),e.key&&"meta"===e.key.toLowerCase()&&bm.splice(0,bm.length),93!==t&&224!==t||(t=91),t in gm)for(var r in gm[t]=!1,hm)hm[r]===t&&(Mm[r]=!1)}(e)})))}var Am={setScope:Om,getScope:wm,deleteScope:function(e,t){var n,r;for(var i in e||(e=wm()),vm)if(Object.prototype.hasOwnProperty.call(vm,i))for(n=vm[i],r=0;r<n.length;)n[r].scope===e?n.splice(r,1):r++;wm()===e&&Om(t||"all")},getPressedKeyCodes:function(){return bm.slice(0)},isPressed:function(e){return"string"==typeof e&&(e=_m(e)),-1!==bm.indexOf(e)},filter:function(e){var t=e.target||e.srcElement,n=t.tagName,r=!0;return!t.isContentEditable&&("INPUT"!==n&&"TEXTAREA"!==n&&"SELECT"!==n||t.readOnly)||(r=!1),r},unbind:function(e){if(e){if(Array.isArray(e))e.forEach((function(e){e.key&&Tm(e)}));else if("object"==typeof e)e.key&&Tm(e);else if("string"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i=n[0],o=n[1];"function"==typeof i&&(o=i,i=""),Tm({key:e,scope:i,method:o,splitKey:"+"})}}else Object.keys(vm).forEach((function(e){return delete vm[e]}))}};for(var Lm in Am)Object.prototype.hasOwnProperty.call(Am,Lm)&&(Mm[Lm]=Am[Lm]);if("undefined"!=typeof window){var Um=window.hotkeys;Mm.noConflict=function(e){return e&&window.hotkeys===Mm&&(window.hotkeys=Um),Mm},window.hotkeys=Mm}Mm.filter=function(){return!0};var Pm=function(e,t){var n=e.target,r=n&&n.tagName;return Boolean(r&&t&&t.includes(r))},Fm=function(e){return Pm(e,["INPUT","TEXTAREA","SELECT"])};function Vm(){return Vm=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Vm.apply(this,arguments)}function Bm(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function Dm(e,t){return Dm=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},Dm(e,t)}function Hm(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Dm(e,t)}function jm(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var Rm=!1,zm=t.createContext(null),Nm=function(e){return e.scrollTop},Im="unmounted",$m="exited",Gm="entering",Zm="entered",Wm="exiting",Ym=function(e){function n(t,n){var r;r=e.call(this,t,n)||this;var i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=$m,r.appearStatus=Gm):i=Zm:i=t.unmountOnExit||t.mountOnEnter?Im:$m,r.state={status:i},r.nextCallback=null,r}Hm(n,e),n.getDerivedStateFromProps=function(e,t){return e.in&&t.status===Im?{status:$m}:null};var r=n.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==Gm&&n!==Zm&&(t=Gm):n!==Gm&&n!==Zm||(t=Wm)}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},r.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===Gm){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:h.findDOMNode(this);n&&Nm(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===$m&&this.setState({status:Im})},r.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[h.findDOMNode(this),r],o=i[0],a=i[1],s=this.getTimeouts(),l=r?s.appear:s.enter;!e&&!n||Rm?this.safeSetState({status:Zm},(function(){t.props.onEntered(o)})):(this.props.onEnter(o,a),this.safeSetState({status:Gm},(function(){t.props.onEntering(o,a),t.onTransitionEnd(l,(function(){t.safeSetState({status:Zm},(function(){t.props.onEntered(o,a)}))}))})))},r.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:h.findDOMNode(this);t&&!Rm?(this.props.onExit(r),this.safeSetState({status:Wm},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:$m},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:$m},(function(){e.props.onExited(r)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:h.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],a=i[1];this.props.addEndListener(o,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if(e===Im)return null;var n=this.props,r=n.children;n.in,n.mountOnEnter,n.unmountOnExit,n.appear,n.enter,n.exit,n.timeout,n.addEndListener,n.onEnter,n.onEntering,n.onEntered,n.onExit,n.onExiting,n.onExited,n.nodeRef;var i=Bm(n,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return t.createElement(zm.Provider,{value:null},"function"==typeof r?r(e,i):t.cloneElement(t.Children.only(r),i))},n}(t.Component);function qm(){}Ym.contextType=zm,Ym.propTypes={},Ym.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:qm,onEntering:qm,onEntered:qm,onExit:qm,onExiting:qm,onExited:qm},Ym.UNMOUNTED=Im,Ym.EXITED=$m,Ym.ENTERING=Gm,Ym.ENTERED=Zm,Ym.EXITING=Wm;var Xm=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return r=t,void((n=e).classList?n.classList.add(r):function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")}(n,r)||("string"==typeof n.className?n.className=n.className+" "+r:n.setAttribute("class",(n.className&&n.className.baseVal||"")+" "+r)));var n,r}))},Km=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return r=t,void((n=e).classList?n.classList.remove(r):"string"==typeof n.className?n.className=jm(n.className,r):n.setAttribute("class",jm(n.className&&n.className.baseVal||"",r)));var n,r}))},Jm=function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).appliedClasses={appear:{},enter:{},exit:{}},t.onEnter=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1];t.removeClasses(i,"exit"),t.addClass(i,o?"appear":"enter","base"),t.props.onEnter&&t.props.onEnter(e,n)},t.onEntering=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1]?"appear":"enter";t.addClass(i,o,"active"),t.props.onEntering&&t.props.onEntering(e,n)},t.onEntered=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1]?"appear":"enter";t.removeClasses(i,o),t.addClass(i,o,"done"),t.props.onEntered&&t.props.onEntered(e,n)},t.onExit=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"appear"),t.removeClasses(n,"enter"),t.addClass(n,"exit","base"),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var n=t.resolveArguments(e)[0];t.addClass(n,"exit","active"),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"exit"),t.addClass(n,"exit","done"),t.props.onExited&&t.props.onExited(e)},t.resolveArguments=function(e,n){return t.props.nodeRef?[t.props.nodeRef.current,e]:[e,n]},t.getClassNames=function(e){var n=t.props.classNames,r="string"==typeof n,i=r?""+(r&&n?n+"-":"")+e:n[e];return{baseClassName:i,activeClassName:r?i+"-active":n[e+"Active"],doneClassName:r?i+"-done":n[e+"Done"]}},t}Hm(n,e);var r=n.prototype;return r.addClass=function(e,t,n){var r=this.getClassNames(t)[n+"ClassName"],i=this.getClassNames("enter").doneClassName;"appear"===t&&"done"===n&&i&&(r+=" "+i),"active"===n&&e&&Nm(e),r&&(this.appliedClasses[t][n]=r,Xm(e,r))},r.removeClasses=function(e,t){var n=this.appliedClasses[t],r=n.base,i=n.active,o=n.done;this.appliedClasses[t]={},r&&Km(e,r),i&&Km(e,i),o&&Km(e,o)},r.render=function(){var e=this.props;e.classNames;var n=Bm(e,["classNames"]);return t.createElement(Ym,Vm({},n,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},n}(t.Component);function Qm(e,t){var n=Object.create(null);return e&&d.map(e,(function(e){return e})).forEach((function(e){n[e.key]=function(e){return t&&m(e)?t(e):e}(e)})),n}function eh(e,t,n){return null!=n[t]?n[t]:e.props[t]}function th(e,t,n){var i=Qm(e.children),o=function(e,t){function n(n){return n in t?t[n]:e[n]}e=e||{},t=t||{};var r,i=Object.create(null),o=[];for(var a in e)a in t?o.length&&(i[a]=o,o=[]):o.push(a);var s={};for(var l in t){if(i[l])for(r=0;r<i[l].length;r++){var u=i[l][r];s[i[l][r]]=n(u)}s[l]=n(l)}for(r=0;r<o.length;r++)s[o[r]]=n(o[r]);return s}(t,i);return Object.keys(o).forEach((function(a){var s=o[a];if(m(s)){var l=a in t,u=a in i,c=t[a],f=m(c)&&!c.props.in;!u||l&&!f?u||!l||f?u&&l&&m(c)&&(o[a]=r(s,{onExited:n.bind(null,s),in:c.props.in,exit:eh(s,"exit",e),enter:eh(s,"enter",e)})):o[a]=r(s,{in:!1}):o[a]=r(s,{onExited:n.bind(null,s),in:!0,exit:eh(s,"exit",e),enter:eh(s,"enter",e)})}})),o}Jm.defaultProps={classNames:""},Jm.propTypes={};var nh,rh,ih=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},oh=function(e){function n(t,n){var r,i=(r=e.call(this,t,n)||this).handleExited.bind(function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(r));return r.state={contextValue:{isMounting:!0},handleExited:i,firstRender:!0},r}Hm(n,e);var i=n.prototype;return i.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},i.componentWillUnmount=function(){this.mounted=!1},n.getDerivedStateFromProps=function(e,t){var n,i,o=t.children,a=t.handleExited;return{children:t.firstRender?(n=e,i=a,Qm(n.children,(function(e){return r(e,{onExited:i.bind(null,e),in:!0,appear:eh(e,"appear",n),enter:eh(e,"enter",n),exit:eh(e,"exit",n)})}))):th(e,o,a),firstRender:!1}},i.handleExited=function(e,t){var n=Qm(this.props.children);e.key in n||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var n=Vm({},t.children);return delete n[e.key],{children:n}})))},i.render=function(){var e=this.props,n=e.component,r=e.childFactory,i=Bm(e,["component","childFactory"]),o=this.state.contextValue,a=ih(this.state.children).map(r);return delete i.appear,delete i.enter,delete i.exit,null===n?t.createElement(zm.Provider,{value:o},a):t.createElement(zm.Provider,{value:o},t.createElement(n,i,a))},n}(t.Component);oh.propTypes={},oh.defaultProps={component:"div",childFactory:function(e){return e}},(function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).handleEnter=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEnter",0,n)},t.handleEntering=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntering",0,n)},t.handleEntered=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntered",0,n)},t.handleExit=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExit",1,n)},t.handleExiting=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExiting",1,n)},t.handleExited=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExited",1,n)},t}Hm(n,e);var r=n.prototype;return r.handleLifecycle=function(e,n,r){var i,o=this.props.children,a=t.Children.toArray(o)[n];if(a.props[e]&&(i=a.props)[e].apply(i,r),this.props[e]){var s=a.props.nodeRef?void 0:h.findDOMNode(this);this.props[e](s)}},r.render=function(){var e=this.props,n=e.children,r=e.in,i=Bm(e,["children","in"]),o=t.Children.toArray(n),a=o[0],s=o[1];return delete i.onEnter,delete i.onEntering,delete i.onEntered,delete i.onExit,delete i.onExiting,delete i.onExited,t.createElement(oh,i,r?t.cloneElement(a,{key:"first",onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered}):t.cloneElement(s,{key:"second",onEnter:this.handleExit,onEntering:this.handleExiting,onEntered:this.handleExited}))},n}(t.Component)).propTypes={};var ah="out-in",sh="in-out",lh=function(e,t,n){return function(){var r;e.props[t]&&(r=e.props)[t].apply(r,arguments),n()}},uh=((nh={})[ah]=function(e){var n=e.current,r=e.changeState;return t.cloneElement(n,{in:!1,onExited:lh(n,"onExited",(function(){r(Gm,null)}))})},nh[sh]=function(e){var n=e.current,r=e.changeState,i=e.children;return[n,t.cloneElement(i,{in:!0,onEntered:lh(i,"onEntered",(function(){r(Gm)}))})]},nh),ch=((rh={})[ah]=function(e){var n=e.children,r=e.changeState;return t.cloneElement(n,{in:!0,onEntered:lh(n,"onEntered",(function(){r(Zm,t.cloneElement(n,{in:!0}))}))})},rh[sh]=function(e){var n=e.current,r=e.children,i=e.changeState;return[t.cloneElement(n,{in:!1,onExited:lh(n,"onExited",(function(){i(Zm,t.cloneElement(r,{in:!0}))}))}),t.cloneElement(r,{in:!0})]},rh),fh=function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).state={status:Zm,current:null},t.appeared=!1,t.changeState=function(e,n){void 0===n&&(n=t.state.current),t.setState({status:e,current:n})},t}Hm(n,e);var r=n.prototype;return r.componentDidMount=function(){this.appeared=!0},n.getDerivedStateFromProps=function(e,n){return null==e.children?{current:null}:n.status===Gm&&e.mode===sh?{status:Gm}:!n.current||(r=n.current,i=e.children,r===i||t.isValidElement(r)&&t.isValidElement(i)&&null!=r.key&&r.key===i.key)?{current:t.cloneElement(e.children,{in:!0})}:{status:Wm};var r,i},r.render=function(){var e,n=this.props,r=n.children,i=n.mode,o=this.state,a=o.status,s=o.current,l={children:r,current:s,changeState:this.changeState,status:a};switch(a){case Gm:e=ch[i](l);break;case Wm:e=uh[i](l);break;case Zm:e=s}return t.createElement(zm.Provider,{value:{isMounting:!this.appeared}},e)},n}(t.Component);fh.propTypes={},fh.defaultProps={mode:ah};new(function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.overlays=[],this.previouslyFocusedElements=[],this.add=this.add.bind(this),this.remove=this.remove.bind(this),this.isTopOverlay=this.isTopOverlay.bind(this),this.hasOverlays=this.hasOverlays.bind(this),this.getFinalFocusInOverlay=this.getFinalFocusInOverlay.bind(this),this.getTopMostOverlay=this.getTopMostOverlay.bind(this)}var t,n,r;return t=e,(n=[{key:"add",value:function(e,t){this.overlays.push(e),this.previouslyFocusedElements.push(t)}},{key:"remove",value:function(e){this.overlays=this.overlays.filter((function(t){return t!==e}))}},{key:"isTopOverlay",value:function(e){return this.overlays[this.overlays.length-1]===e}},{key:"hasOverlays",value:function(){return this.overlays.length>0}},{key:"getFinalFocusInOverlay",value:function(){return this.previouslyFocusedElements.pop()}},{key:"getTopMostOverlay",value:function(){return this.overlays[this.overlays.length-1]}}])&&O(t.prototype,n),r&&O(t,r),Object.defineProperty(t,"prototype",{writable:!1}),e}());var ph=["size"],dh=function(e){var t=e.size,n=Rn(e,ph);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_428)"}),_r.createElement("mask",{id:"mask0_3502_428",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"20",fill:"url(#paint1_linear_3502_428)"})),_r.createElement("g",{mask:"url(#mask0_3502_428)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430172V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_428)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_428)"},_r.createElement("rect",{x:"9.47374",y:"17.6344",width:"2.49143",height:"4.36",fill:"white"}),_r.createElement("rect",{x:"12.9618",y:"14.5201",width:"2.49143",height:"7.47429",fill:"white"}),_r.createElement("path",{d:"M16.4497 10.4092H18.9412V21.9943H16.4497V10.4092Z",fill:"white"}),_r.createElement("path",{d:"M23.9156 24.2394C24.4934 23.7672 25.3445 23.8528 25.8167 24.4305L30.2214 29.8198C30.6936 30.3976 30.608 31.2487 30.0303 31.7209C29.4525 32.1931 28.6014 32.1075 28.1292 31.5298L23.7245 26.1405C23.2523 25.5627 23.3379 24.7116 23.9156 24.2394Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M26.3213 19.1189C26.3213 15.8239 23.6685 13.1485 20.3821 13.1119V10.4098C25.1608 10.4464 29.0233 14.3316 29.0233 19.1189C29.0233 22.0022 27.6208 24.5582 25.4667 26.1411C24.0237 27.2016 22.24 27.8284 20.3139 27.8284C17.4857 27.8284 14.9722 26.479 13.3834 24.3944C13.1593 24.1004 12.9534 23.7915 12.7674 23.4695H16.171C17.25 24.4975 18.7083 25.1264 20.3139 25.1264C21.6452 25.1264 22.8718 24.6949 23.8667 23.9638C25.3578 22.868 26.3213 21.1061 26.3213 19.1189Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_428",x:"9.47374",y:"10.4092",width:"27.0526",height:"28.6167",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"3",dy:"4"}),_r.createElement("feGaussianBlur",{stdDeviation:"1.5"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_428"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_428",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_428",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#63D9FE"}),_r.createElement("stop",{offset:"0.798939",stopColor:"#8588FF"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_428",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_428",x1:"32.2489",y1:"9.63823",x2:"0.430171",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};dh.defaultProps={size:24},dh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var mh=["size"],hh=function(e){var t=e.size,n=Rn(e,mh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_449)"}),_r.createElement("mask",{id:"mask0_3502_449",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_449)"})),_r.createElement("g",{mask:"url(#mask0_3502_449)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430168V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_449)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_449)"},_r.createElement("path",{d:"M30.4576 28.1426L27.6617 25.3801C27.38 25.8328 27.0447 26.2572 26.6572 26.6433C26.2665 27.0344 25.8379 27.3732 25.3801 27.6569L28.1922 30.4352C28.8225 31.0587 29.8363 31.0532 30.4631 30.4274C30.4657 30.4248 30.4679 30.4226 30.4702 30.4206C31.0992 29.7913 31.0908 28.7683 30.4576 28.1426Z",fill:"white"}),_r.createElement("path",{d:"M19.0643 26.7836C23.3405 26.7836 26.7836 23.3409 26.7836 19.1228C26.7836 14.9047 23.3405 11.462 19.0643 11.462C14.7882 11.462 11.345 14.9047 11.345 19.1228C11.345 23.3409 14.7882 26.7836 19.0643 26.7836ZM19.0643 29.1228C24.6195 29.1228 29.1228 24.6457 29.1228 19.1228C29.1228 13.6 24.6195 9.1228 19.0643 9.1228C13.5092 9.1228 9.00587 13.6 9.00587 19.1228C9.00587 24.6457 13.5092 29.1228 19.0643 29.1228Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M15.6287 21.0299C15.6058 20.8673 15.5944 20.7033 15.5946 20.539V20.0482H14.6199V19.0664H15.5946V18.5756C15.5946 18.4087 15.6063 18.2452 15.6287 18.0847H14.6199V17.103H15.923C16.2217 16.4705 16.7045 15.9445 17.307 15.595L16.7953 15.0796L17.4854 14.386L18.3056 15.2126C18.7678 15.1153 19.2449 15.1153 19.7071 15.2126L20.5273 14.386L21.2169 15.0806L20.7052 15.596C21.3074 15.9453 21.79 16.4709 22.0887 17.103H23.3918V18.0847H22.3831C22.4055 18.2452 22.4172 18.4087 22.4172 18.5756V19.0664H23.3918V20.0482H22.4172V20.539C22.4172 20.7059 22.4055 20.8694 22.3831 21.0299H23.3918V22.0117H22.0887C21.8122 22.5995 21.3757 23.0963 20.83 23.4441C20.2843 23.792 19.6517 23.9766 19.0059 23.9766C18.3601 23.9766 17.7275 23.792 17.1818 23.4441C16.636 23.0963 16.1995 22.5995 15.923 22.0117H14.6199V21.0299H15.6287ZM17.5439 18.0847V19.0664H20.4679V18.0847H17.5439ZM17.5439 20.0482V21.0299H20.4679V20.0482H17.5439Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_449",x:"9.00587",y:"9.1228",width:"22.6331",height:"22.5957",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_449"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_449",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_449",x1:"-27.5439",y1:"-30.1754",x2:"76.7251",y2:"79.2982",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.176638",stopColor:"#8BBAFF"}),_r.createElement("stop",{offset:"1",stopColor:"#753BF1"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_449",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_449",x1:"32.2489",y1:"9.63823",x2:"0.430167",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};hh.defaultProps={size:24},hh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var yh=["size"],gh=function(e){var t=e.size,n=Rn(e,yh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_432)"}),_r.createElement("mask",{id:"mask0_3502_432",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",fill:"url(#paint1_linear_3502_432)"})),_r.createElement("g",{mask:"url(#mask0_3502_432)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430145V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_432)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_432)"},_r.createElement("rect",{x:"14.3397",y:"20.6887",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"14.3397",y:"23.6921",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"17.3431",y:"17.6854",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"17.3431",y:"20.6887",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"17.3431",y:"23.6921",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"20.3465",y:"17.6854",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"23.3499",y:"17.6854",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"20.3465",y:"20.6887",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"20.3465",y:"23.6921",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"23.3499",y:"20.6887",width:"2.3103",height:"2.3103",rx:"0.233918",fill:"white"}),_r.createElement("rect",{x:"15.1483",y:"10.2924",width:"1.73273",height:"3.23442",rx:"0.866363",fill:"white"}),_r.createElement("rect",{x:"23.1189",y:"10.2924",width:"1.73273",height:"3.23442",rx:"0.866363",fill:"white"}),_r.createElement("path",{d:"M22.7723 11.6786H17.2276V12.6605C17.2276 13.3303 16.6845 13.8734 16.0147 13.8734C15.3448 13.8734 14.8018 13.3303 14.8018 12.6605V11.6786H13.6842C12.0047 11.6786 10.6432 13.0401 10.6432 14.7195V26.658C10.6432 28.3375 12.0047 29.6989 13.6842 29.6989H26.3158C27.9952 29.6989 29.3567 28.3375 29.3567 26.658V14.7195C29.3567 13.0401 27.9952 11.6786 26.3158 11.6786H25.1981V12.6605C25.1981 13.3303 24.6551 13.8734 23.9852 13.8734C23.3153 13.8734 22.7723 13.3303 22.7723 12.6605V11.6786ZM13.4214 16.2992C13.163 16.2992 12.9535 16.5086 12.9535 16.767V26.9208C12.9535 27.1792 13.163 27.3886 13.4214 27.3886H26.5785C26.8369 27.3886 27.0464 27.1792 27.0464 26.9208V16.767C27.0464 16.5086 26.8369 16.2992 26.5785 16.2992H13.4214Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_432",x:"10.6432",y:"10.2924",width:"19.4152",height:"20.2253",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_432"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_432",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_432",x1:"7.7595",y1:"-17.3282",x2:"43.8414",y2:"69.1045",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.155668",stopColor:"#FFCDA5"}),_r.createElement("stop",{offset:"0.795222",stopColor:"#EE4D5F"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_432",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_432",x1:"32.2488",y1:"9.63823",x2:"0.430144",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};gh.defaultProps={size:24},gh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var vh=["size"],Eh=function(e){var t=e.size,n=Rn(e,vh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_436)"}),_r.createElement("mask",{id:"mask0_3502_436",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_436)"})),_r.createElement("g",{mask:"url(#mask0_3502_436)"},_r.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430176V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3502_436)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_436)"},_r.createElement("rect",{x:"24.5224",y:"13.3334",width:"2.02728",height:"13.1383",rx:"1.01364",fill:"white"}),_r.createElement("path",{d:"M27.6024 21.7469C27.7461 21.8021 27.9022 21.8323 28.0653 21.8323C28.7785 21.8323 29.3567 21.2541 29.3567 20.5409V19.6539C29.3567 18.9407 28.7785 18.3625 28.0653 18.3625C27.9022 18.3625 27.7461 18.3928 27.6024 18.448V21.7469Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M13.6121 21.7973C13.5828 21.555 13.6241 21.3093 13.7309 21.0898V21.0898C14.3201 19.8796 16.1404 20.2991 16.1404 21.6452V27.2562C16.1404 27.7704 15.7235 28.1872 15.2094 28.1872V28.1872C14.7384 28.1872 14.3416 27.8354 14.2851 27.3679L13.6121 21.7973Z",fill:"white"}),_r.createElement("path",{d:"M11.2612 17.1983C10.901 17.2747 10.6433 17.5927 10.6433 17.961V22.1425C10.6433 22.5167 10.9091 22.8382 11.2767 22.9084L16.1404 23.8374V16.1635L11.2612 17.1983ZM17.193 15.9403V24.0385L24.5223 25.4384V14.3859L17.193 15.9403Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_436",x:"10.6433",y:"13.3334",width:"19.4152",height:"15.6725",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_436"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_436",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_436",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.159672",stopColor:"#FF8787"}),_r.createElement("stop",{offset:"0.78967",stopColor:"#FFA768"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_436",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_436",x1:"32.2489",y1:"9.63811",x2:"0.430175",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Eh.defaultProps={size:24},Eh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var bh=["size"],Ch=function(e){var t=e.size,n=Rn(e,bh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("g",{clipPath:"url(#clip0_3083_412)"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint0_linear_3083_412)"}),_r.createElement("mask",{id:"mask0_3083_412",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint1_linear_3083_412)"})),_r.createElement("g",{mask:"url(#mask0_3083_412)"},_r.createElement("path",{d:"M37.4195 22.3656C37.4195 12.1513 29.1392 3.87097 18.9249 3.87097H0.430237V40.8602H37.4195V22.3656Z",fill:"url(#paint2_linear_3083_412)"}),_r.createElement("g",{filter:"url(#filter0_d_3083_412)"},_r.createElement("path",{d:"M17.8925 10.7527H22.1075C24.3433 10.7527 26.4876 11.6264 28.0685 13.1818C29.6495 14.7371 30.5376 16.8465 30.5376 19.046C30.5376 21.2456 29.6495 23.355 28.0685 24.9103C26.4876 26.4656 24.3433 27.3394 22.1075 27.3394V30.9677C16.8387 28.8944 9.46237 25.7844 9.46237 19.046C9.46237 17.9569 9.68042 16.8785 10.1041 15.8723C10.5277 14.8661 11.1487 13.9519 11.9315 13.1818C12.7143 12.4116 13.6436 11.8008 14.6664 11.384C15.6892 10.9672 16.7854 10.7527 17.8925 10.7527V10.7527Z",fill:"white"})))),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3083_412",x:"5.15304",y:"8.16709",width:"29.6939",height:"28.8337",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dy:"1.72373"}),_r.createElement("feGaussianBlur",{stdDeviation:"2.15466"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3083_412"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3083_412",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3083_412",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8886FF"}),_r.createElement("stop",{offset:"1",stopColor:"#9B72E7"})),_r.createElement("linearGradient",{id:"paint1_linear_3083_412",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8886FF"}),_r.createElement("stop",{offset:"1",stopColor:"#9B72E7"})),_r.createElement("linearGradient",{id:"paint2_linear_3083_412",x1:"32.2489",y1:"9.63811",x2:"0.430236",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.1"}),_r.createElement("stop",{offset:"0.963542",stopOpacity:"0"})),_r.createElement("clipPath",{id:"clip0_3083_412"},_r.createElement("rect",{width:"40",height:"40",fill:"white"}))))};Ch.defaultProps={size:24},Ch.propTypes={size:qr.oneOfType([qr.string,qr.number])};var xh=["size"],_h=function(e){var t=e.size,n=Rn(e,xh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_447)"}),_r.createElement("mask",{id:"mask0_3502_447",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_447)"})),_r.createElement("g",{mask:"url(#mask0_3502_447)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430172V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_447)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_447)"},_r.createElement("path",{d:"M29.5766 9.5907H10.4234C9.96278 9.5907 9.59064 9.96283 9.59064 10.4234V29.5767C9.59064 30.0373 9.96278 30.4094 10.4234 30.4094H29.5766C30.0372 30.4094 30.4094 30.0373 30.4094 29.5767V10.4234C30.4094 9.96283 30.0372 9.5907 29.5766 9.5907ZM20.0286 20.1588L15.0321 24.3486C14.8968 24.4631 14.6912 24.3668 14.6912 24.1898V22.5582C14.6912 22.4983 14.7199 22.4384 14.7667 22.3994L17.6241 20.0001L14.7667 17.6007C14.7428 17.5818 14.7235 17.5577 14.7104 17.5301C14.6974 17.5026 14.6908 17.4724 14.6912 17.442V15.8103C14.6912 15.6333 14.8968 15.537 15.0321 15.6515L20.0286 19.8387C20.1301 19.922 20.1301 20.0755 20.0286 20.1588V20.1588ZM25.3088 24.1898C25.3088 24.3043 25.2203 24.398 25.1136 24.398H20.2993C20.1926 24.398 20.1041 24.3043 20.1041 24.1898V22.9407C20.1041 22.8262 20.1926 22.7325 20.2993 22.7325H25.1136C25.2203 22.7325 25.3088 22.8262 25.3088 22.9407V24.1898Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_447",x:"9.59064",y:"9.5907",width:"21.5205",height:"21.6374",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_447"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_447",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_447",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#EF8F59"}),_r.createElement("stop",{offset:"0.760417",stopColor:"#FF85B8"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_447",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_447",x1:"32.2489",y1:"9.63823",x2:"0.430171",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};_h.defaultProps={size:24},_h.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Oh=["size"],wh=function(e){var t=e.size,n=Rn(e,Oh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_439)"}),_r.createElement("mask",{id:"mask0_3502_439",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_439)"})),_r.createElement("g",{mask:"url(#mask0_3502_439)"},_r.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.139 3.87097 18.9248 3.87097H0.43013V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3502_439)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_439)"},_r.createElement("path",{d:"M20.0307 10.0583C24.5047 10.0583 28.1315 13.6852 28.1315 18.1592V26.2601H11.9298V10.0583H20.0307ZM23.6491 13.6227C23.2017 13.6227 22.839 13.9854 22.839 14.4328V23.6138C22.839 24.0612 23.2017 24.4239 23.6491 24.4239C24.0965 24.4239 24.4591 24.0612 24.4591 23.6138V14.4328C24.4591 13.9854 24.0965 13.6227 23.6491 13.6227Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M16.4015 25.6121C16.4015 25.2541 16.6917 24.964 17.0496 24.964H25.7013C27.0435 24.964 28.1315 26.0521 28.1315 27.3942C28.1315 28.7364 27.0435 29.8245 25.7013 29.8245H11.9298V28.0159H13.226V28.5284H25.7013C26.3276 28.5284 26.8354 28.0206 26.8354 27.3942C26.8354 26.7679 26.3276 26.2601 25.7013 26.2601H17.0496C16.6917 26.2601 16.4015 25.97 16.4015 25.6121Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M27.0515 25.2881H28.1316V27.4483H27.0515V25.2881Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_439",x:"11.9298",y:"10.0583",width:"16.9035",height:"20.5848",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_439"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_439",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_439",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8CD672"}),_r.createElement("stop",{offset:"1",stopColor:"#59CBEF"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_439",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_439",x1:"32.2488",y1:"9.63811",x2:"0.430129",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};wh.defaultProps={size:24},wh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Th=["size"],kh=function(e){var t=e.size,n=Rn(e,Th);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_431)"}),_r.createElement("mask",{id:"mask0_3502_431",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_431)"})),_r.createElement("g",{mask:"url(#mask0_3502_431)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_431)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_431)"},_r.createElement("path",{d:"M15.6893 18.7462C14.9969 18.0538 13.8743 18.0538 13.1819 18.7462C12.4896 19.4386 12.4896 20.5612 13.1819 21.2535C13.8743 21.9459 14.9969 21.9459 15.6893 21.2535C16.3816 20.5612 16.3816 19.4386 15.6893 18.7462ZM17.1172 17.3183C15.6362 15.8373 13.235 15.8373 11.754 17.3183C10.273 18.7993 10.273 21.2005 11.754 22.6815C13.235 24.1625 15.6362 24.1625 17.1172 22.6815C18.5982 21.2005 18.5982 18.7993 17.1172 17.3183Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M26.818 13.182C26.1256 12.4896 25.003 12.4896 24.3107 13.182C23.6183 13.8744 23.6183 14.997 24.3107 15.6893C25.003 16.3817 26.1256 16.3817 26.818 15.6893C27.5104 14.997 27.5104 13.8744 26.818 13.182ZM28.2459 11.7541C26.7649 10.2731 24.3637 10.2731 22.8827 11.7541C21.4017 13.2351 21.4017 15.6363 22.8827 17.1173C24.3637 18.5983 26.7649 18.5983 28.2459 17.1173C29.7269 15.6363 29.7269 13.2351 28.2459 11.7541Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M26.818 24.3104C26.1256 23.618 25.003 23.618 24.3107 24.3104C23.6183 25.0028 23.6183 26.1254 24.3107 26.8177C25.003 27.5101 26.1256 27.5101 26.818 26.8177C27.5104 26.1254 27.5104 25.0028 26.818 24.3104ZM28.2459 22.8825C26.7649 21.4015 24.3637 21.4015 22.8827 22.8825C21.4017 24.3635 21.4017 26.7647 22.8827 28.2457C24.3637 29.7267 26.7649 29.7267 28.2459 28.2457C29.7269 26.7647 29.7269 24.3635 28.2459 22.8825Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M23.9914 15.2183C24.2408 15.7171 24.0386 16.3236 23.5398 16.5729L17.3631 19.6613C16.8644 19.9107 16.2578 19.7085 16.0085 19.2097C15.7591 18.711 15.9612 18.1045 16.46 17.8551L22.6367 14.7667C23.1355 14.5173 23.742 14.7195 23.9914 15.2183Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M16.0085 20.7899C16.2578 20.2912 16.8644 20.089 17.3631 20.3384L23.5398 23.4267C24.0386 23.6761 24.2408 24.2826 23.9914 24.7814C23.742 25.2802 23.1355 25.4823 22.6367 25.233L16.46 22.1446C15.9612 21.8952 15.7591 21.2887 16.0085 20.7899Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_431",x:"10.6432",y:"10.6433",width:"19.4152",height:"19.5318",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_431"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_431",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_431",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.305309",stopColor:"#75DCFD"}),_r.createElement("stop",{offset:"0.930745",stopColor:"#597DEF"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_431",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_431",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};kh.defaultProps={size:24},kh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Sh=["size"],Mh=function(e){var t=e.size,n=Rn(e,Sh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_443)"}),_r.createElement("mask",{id:"mask0_3502_443",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_443)"})),_r.createElement("g",{mask:"url(#mask0_3502_443)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_443)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_443)"},_r.createElement("path",{d:"M11.6996 21.274C13.2684 19.0157 14.1912 17.5609 14.8641 16.4857C12.2784 16.7144 9.80005 19.9317 9.80005 19.9317L11.5067 21.6383C11.5562 21.5121 11.6195 21.3896 11.6996 21.274Z",fill:"white"}),_r.createElement("path",{d:"M18.3635 28.4948L20.069 30.2002C20.069 30.2002 23.2862 27.722 23.5149 25.1365C22.4401 25.809 20.9857 26.7315 18.7267 28.3007C18.6125 28.38 18.4907 28.4448 18.3635 28.4948Z",fill:"white"}),_r.createElement("path",{d:"M15.7697 27.613C15.4769 27.7313 15.1892 27.857 14.8892 27.9573C14.0879 28.2251 13.2627 28.406 12.426 28.5215C12.0753 28.5699 11.7214 28.6109 11.3668 28.6378C11.3702 28.594 11.3735 28.5502 11.3772 28.5065C11.4503 27.654 11.58 26.806 11.7896 25.9758C11.8905 25.5752 12.0194 25.1858 12.1577 24.7969C12.2437 24.5551 12.351 24.3237 12.4593 24.0923L12.2716 23.9048C11.8543 24.1851 11.4914 24.5393 11.1834 24.9401C10.7274 25.5335 10.3856 26.2058 10.1467 26.9142C9.88999 27.6749 9.73692 28.4805 9.71309 29.2836C9.70971 29.3964 9.70196 29.5117 9.71944 29.6237C9.74195 29.7683 9.80545 29.9051 9.90085 30.016C9.99527 30.1257 10.1195 30.2085 10.2573 30.253C10.3729 30.2902 10.4891 30.2909 10.609 30.29C11.3381 30.2839 12.0785 30.1572 12.7764 29.9499C14.0528 29.5706 15.3414 28.8572 16.0968 27.7298L15.9141 27.5473C15.8663 27.5698 15.8183 27.5919 15.7697 27.613Z",fill:"white"}),_r.createElement("path",{d:"M29.9683 10.0327C29.9683 10.0327 29.9681 10.0327 29.968 10.0325C29.8352 9.89979 29.6552 9.82544 29.4678 9.82544C29.4632 9.82544 29.4585 9.82551 29.4538 9.82557C27.1756 9.87026 21.5547 10.2964 18.5697 13.2816C17.2146 14.6367 16.7742 15.342 15.8089 16.8879C15.1137 18.0008 14.1619 19.5253 12.4225 22.0289C12.2271 22.3103 12.2611 22.6912 12.5033 22.9333L17.0669 27.4969C17.2039 27.6339 17.3852 27.7044 17.5677 27.7044C17.708 27.7044 17.849 27.6628 17.9713 27.5779C20.4759 25.838 21.9997 24.8865 23.1123 24.1916C24.658 23.2263 25.3635 22.7858 26.7188 21.4305C29.7092 18.4401 30.1323 12.8229 30.1752 10.5466C30.179 10.3544 30.1042 10.1689 29.9683 10.0327ZM24.6837 18.6436C23.765 19.5623 22.2755 19.5623 21.3568 18.6436C20.4379 17.7248 20.438 16.2355 21.3569 15.3167C22.2755 14.398 23.765 14.3978 24.6837 15.3166C25.6022 16.2353 25.6024 17.7249 24.6837 18.6436Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_443",x:"9.70844",y:"9.82544",width:"21.1687",height:"21.2834",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_443"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_443",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_443",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.244792",stopColor:"#14D1A4"}),_r.createElement("stop",{offset:"1",stopColor:"#67BDE2"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_443",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_443",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Mh.defaultProps={size:24},Mh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Ah=["size"],Lh=function(e){var t=e.size,n=Rn(e,Ah);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint0_linear_3083_414)"}),_r.createElement("mask",{id:"mask0_3083_414",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint1_linear_3083_414)"})),_r.createElement("g",{mask:"url(#mask0_3083_414)"},_r.createElement("path",{d:"M37.4195 22.3656C37.4195 12.1513 29.1392 3.87097 18.9249 3.87097H0.430237V40.8602H37.4195V22.3656Z",fill:"url(#paint2_linear_3083_414)"})),_r.createElement("g",{filter:"url(#filter0_d_3083_414)"},_r.createElement("path",{d:"M9.33279 20.1427H13.5737C14.7447 20.1427 15.6941 21.0832 15.6941 22.2434V25.3945C15.6941 27.1348 14.2701 28.5456 12.5134 28.5456C10.7568 28.5456 9.33279 27.1348 9.33279 25.3945V20.1427Z",fill:"white"}),_r.createElement("path",{d:"M24.1758 22.2434C24.1758 21.0832 25.1252 20.1427 26.2963 20.1427H30.5372V25.3945C30.5372 27.1348 29.1131 28.5456 27.3565 28.5456C25.5999 28.5456 24.1758 27.1348 24.1758 25.3945V22.2434Z",fill:"white"}),_r.createElement("path",{d:"M9.38514 20.1427C9.91708 14.8348 14.4374 10.6893 19.935 10.6893C25.4326 10.6893 29.9529 14.8348 30.4848 20.1427H28.3511C27.8294 15.9976 24.2603 12.7901 19.935 12.7901C15.6097 12.7901 12.0406 15.9976 11.5189 20.1427H9.38514Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3083_414",x:"9.33279",y:"10.6893",width:"22.0682",height:"18.7202",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.431935",dy:"0.431935"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.215967"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3083_414"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3083_414",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3083_414",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#FFD55C"}),_r.createElement("stop",{offset:"1",stopColor:"#FD9437"})),_r.createElement("linearGradient",{id:"paint1_linear_3083_414",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8886FF"}),_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3083_414",x1:"32.2489",y1:"9.63811",x2:"0.430236",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Lh.defaultProps={size:24},Lh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Uh=["size"],Ph=function(e){var t=e.size,n=Rn(e,Uh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_442)"}),_r.createElement("mask",{id:"mask0_3502_442",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_442)"})),_r.createElement("g",{mask:"url(#mask0_3502_442)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_442)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_442)"},_r.createElement("path",{d:"M23.3031 11.0521C21.5898 10.3425 19.7045 10.1568 17.8856 10.5186C16.0668 10.8804 14.396 11.7734 13.0847 13.0847C11.7734 14.396 10.8804 16.0668 10.5186 17.8856C10.1568 19.7045 10.3425 21.5898 11.0521 23.3031C11.7618 25.0165 12.9636 26.4809 14.5056 27.5112C16.0476 28.5415 17.8604 29.0914 19.7149 29.0914C20.0506 29.0914 20.3227 29.3635 20.3227 29.6992C20.3227 30.0349 20.0506 30.307 19.7149 30.307C17.62 30.307 15.5721 29.6858 13.8302 28.5219C12.0884 27.358 10.7308 25.7038 9.92908 23.7683C9.12739 21.8329 8.91763 19.7031 9.32633 17.6485C9.73503 15.5938 10.7438 13.7065 12.2252 12.2252C13.7065 10.7438 15.5938 9.73503 17.6485 9.32633C19.7031 8.91763 21.8329 9.12739 23.7683 9.92908C25.7038 10.7308 27.358 12.0884 28.5219 13.8302C29.6858 15.5721 30.307 17.62 30.307 19.7149C30.307 20.0506 30.0349 20.3227 29.6992 20.3227C29.3635 20.3227 29.0914 20.0506 29.0914 19.7149C29.0914 17.8604 28.5415 16.0476 27.5112 14.5056C26.4809 12.9636 25.0165 11.7618 23.3031 11.0521Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M9.69156 16.3868C9.69156 16.0512 9.96368 15.7791 10.2994 15.7791H29.0121C29.3478 15.7791 29.6199 16.0512 29.6199 16.3868C29.6199 16.7225 29.3478 16.9946 29.0121 16.9946H10.2994C9.96368 16.9946 9.69156 16.7225 9.69156 16.3868Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M9.69275 23.043C9.69275 22.7073 9.96487 22.4352 10.3005 22.4352H19.7146C20.0503 22.4352 20.3224 22.7073 20.3224 23.043C20.3224 23.3787 20.0503 23.6508 19.7146 23.6508H10.3005C9.96487 23.6508 9.69275 23.3787 9.69275 23.043Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M18.2375 9.52013C18.6869 9.26025 19.1969 9.12341 19.716 9.12341C20.2351 9.12341 20.7451 9.26025 21.1944 9.52013C21.6426 9.7793 22.0147 10.1517 22.2735 10.6C23.9099 13.3589 24.7694 16.5092 24.7607 19.7169C24.7598 20.0525 24.4869 20.3239 24.1512 20.323C23.8156 20.3221 23.5442 20.0493 23.5451 19.7136C23.5532 16.724 22.7519 13.788 21.2262 11.217C21.2248 11.2147 21.2234 11.2124 21.2221 11.21C21.0697 10.9453 20.8503 10.7253 20.5859 10.5724C20.3215 10.4195 20.0214 10.339 19.716 10.339C19.4105 10.339 19.1105 10.4195 18.8461 10.5724C18.5816 10.7253 18.3622 10.9453 18.2099 11.21L18.2066 11.2157C16.6875 13.7908 15.8863 16.726 15.8863 19.7158C15.8863 22.7056 16.6875 25.6407 18.2066 28.2159L18.209 28.2201C18.3623 28.4848 18.5824 28.7047 18.8472 28.8578C19.112 29.011 19.4123 29.092 19.7182 29.0928C20.0539 29.0938 20.3253 29.3666 20.3243 29.7023C20.3234 30.038 20.0505 30.3093 19.7149 30.3084C19.1964 30.307 18.6874 30.1697 18.2386 29.9101C17.7906 29.651 17.4182 29.2792 17.1584 28.8316C15.5297 26.0698 14.6707 22.9221 14.6707 19.7158C14.6707 16.5098 15.5296 13.3623 17.158 10.6007C17.4168 10.1521 17.7891 9.77945 18.2375 9.52013Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M26.3228 30.7604C28.7736 30.7604 30.7603 28.7737 30.7603 26.323C30.7603 23.8722 28.7736 21.8855 26.3228 21.8855C23.8721 21.8855 21.8853 23.8722 21.8853 26.323C21.8853 28.7737 23.8721 30.7604 26.3228 30.7604ZM24.3847 27.3271C24.6472 27.0646 25.0031 26.9172 25.3743 26.9172H27.4322C27.8034 26.9172 28.1593 27.0646 28.4218 27.3271C28.6842 27.5895 28.8316 27.9455 28.8316 28.3166V28.8311C28.8316 29.0357 28.6658 29.2015 28.4612 29.2015C28.2566 29.2015 28.0908 29.0357 28.0908 28.8311V28.3166C28.0908 28.1419 28.0214 27.9744 27.8979 27.8509C27.7744 27.7274 27.6069 27.6581 27.4322 27.6581H25.3743C25.1996 27.6581 25.0321 27.7274 24.9086 27.8509C24.7851 27.9744 24.7157 28.1419 24.7157 28.3166V28.8311C24.7157 29.0357 24.5499 29.2015 24.3453 29.2015C24.1407 29.2015 23.9749 29.0357 23.9749 28.8311V28.3166C23.9749 27.9455 24.1223 27.5895 24.3847 27.3271ZM25.7446 25.085C25.7446 24.7213 26.0394 24.4265 26.4031 24.4265C26.7668 24.4265 27.0617 24.7213 27.0617 25.085C27.0617 25.4487 26.7668 25.7436 26.4031 25.7436C26.0394 25.7436 25.7446 25.4487 25.7446 25.085ZM26.4031 23.6856C25.6303 23.6856 25.0037 24.3121 25.0037 25.085C25.0037 25.8579 25.6303 26.4844 26.4031 26.4844C27.176 26.4844 27.8025 25.8579 27.8025 25.085C27.8025 24.3121 27.176 23.6856 26.4031 23.6856Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_442",x:"9.1228",y:"9.1228",width:"22.3392",height:"22.4563",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_442"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_442",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_442",x1:"-11.5972",y1:"-22.0066",x2:"28.5782",y2:"61.5022",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#10AADB"}),_r.createElement("stop",{offset:"1",stopColor:"#96BAFF"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_442",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_442",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Ph.defaultProps={size:24},Ph.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Fh=["size"],Vh=function(e){var t=e.size,n=Rn(e,Fh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("g",{clipPath:"url(#clip0_3083_415)"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint0_linear_3083_415)"}),_r.createElement("mask",{id:"mask0_3083_415",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"#E5E5E5"})),_r.createElement("g",{mask:"url(#mask0_3083_415)"}),_r.createElement("mask",{id:"mask1_3083_415",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint1_linear_3083_415)"})),_r.createElement("g",{mask:"url(#mask1_3083_415)"},_r.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430145V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3083_415)"})),_r.createElement("rect",{x:"15.8585",y:"18.1824",width:"13.4982",height:"3.68133",rx:"1.84067",fill:"white"}),_r.createElement("rect",{x:"15.8585",y:"24.3179",width:"10.4304",height:"3.68133",rx:"1.84067",fill:"white"}),_r.createElement("rect",{x:"15.8585",y:"12.0468",width:"9.81689",height:"3.68133",rx:"1.84067",fill:"white"}),_r.createElement("circle",{cx:"12.4839",cy:"13.8874",r:"1.84067",fill:"white"}),_r.createElement("circle",{cx:"12.4839",cy:"20.023",r:"1.84067",fill:"white"}),_r.createElement("circle",{cx:"12.4839",cy:"26.1585",r:"1.84067",fill:"white"})),_r.createElement("defs",null,_r.createElement("linearGradient",{id:"paint0_linear_3083_415",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#FE8072"}),_r.createElement("stop",{offset:"1",stopColor:"#F97290"})),_r.createElement("linearGradient",{id:"paint1_linear_3083_415",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8886FF"}),_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3083_415",x1:"32.2488",y1:"9.63811",x2:"0.430144",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.375",stopColor:"white",stopOpacity:"0"})),_r.createElement("clipPath",{id:"clip0_3083_415"},_r.createElement("rect",{width:"40",height:"40",fill:"white"}))))};Vh.defaultProps={size:24},Vh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Bh=["size"],Dh=function(e){var t=e.size,n=Rn(e,Bh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 342 342",fill:"none"},n),_r.createElement("rect",{width:"342",height:"342",rx:"92.11",fill:"url(#paint0_linear_3478_4236)"}),_r.createElement("mask",{id:"mask0_3478_4236",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"342",height:"342"},_r.createElement("rect",{width:"342",height:"342",rx:"92.11",fill:"url(#paint1_linear_3478_4236)"})),_r.createElement("g",{mask:"url(#mask0_3478_4236)"},_r.createElement("path",{d:"M319.936 191.227C319.936 103.894 249.139 33.0977 161.807 33.0977H3.67773V349.356H319.936V191.227Z",fill:"url(#paint2_linear_3478_4236)"})),_r.createElement("g",{filter:"url(#filter0_d_3478_4236)"},_r.createElement("path",{d:"M96 96H145V133.852C138.618 135.969 134.023 141.993 134.041 149.083C134.06 156.144 138.649 162.124 145 164.231V193.183C138.612 195.282 134 201.295 134 208.386C134 217.222 141.163 224.386 150 224.386C158.837 224.386 166 217.222 166 208.386C166 201.295 161.388 195.282 155 193.183V164.258C157.09 163.578 158.99 162.479 160.602 161.061L177.718 170.943C177.513 171.971 177.408 173.034 177.41 174.122C177.433 182.959 184.615 190.104 193.452 190.081C202.289 190.058 209.433 182.875 209.41 174.039C209.387 165.202 202.205 158.058 193.369 158.081C189.239 158.091 185.479 159.666 182.647 162.242L165.679 152.445C165.919 151.335 166.044 150.182 166.041 149C166.023 141.909 161.394 135.907 155 133.825V96H171C212.421 96 246 129.579 246 171V246H96V96Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3478_4236",x:"96",y:"96",width:"156",height:"157",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"3",dy:"4"}),_r.createElement("feGaussianBlur",{stdDeviation:"1.5"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3478_4236"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3478_4236",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3478_4236",x1:"-235.5",y1:"-258",x2:"656",y2:"678",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.176638",stopColor:"#FF8B8B"}),_r.createElement("stop",{offset:"1",stopColor:"#FF4E6E"})),_r.createElement("linearGradient",{id:"paint1_linear_3478_4236",x1:"-23.954",y1:"-19.4627",x2:"318.389",y2:"522.498",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3478_4236",x1:"275.728",y1:"82.4067",x2:"3.67773",y2:"349.356",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Dh.defaultProps={size:24},Dh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Hh=["size"],jh=function(e){var t=e.size,n=Rn(e,Hh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_437)"}),_r.createElement("mask",{id:"mask0_3502_437",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_437)"})),_r.createElement("g",{mask:"url(#mask0_3502_437)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430172V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_437)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_437)"},_r.createElement("path",{d:"M16.6436 10.3117C13.0174 10.3117 10.0778 13.2513 10.0778 16.8774C10.0778 20.5036 13.0174 23.4432 16.6436 23.4432V24.3982C12.49 24.3982 9.12281 21.031 9.12281 16.8774C9.12281 12.7238 12.49 9.35669 16.6436 9.35669C20.7972 9.35669 24.1643 12.7238 24.1643 16.8774H23.2093C23.2093 13.2513 20.2697 10.3117 16.6436 10.3117Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M16.6436 13.4156C14.7316 13.4156 13.1816 14.9655 13.1816 16.8775C13.1816 18.7895 14.7316 20.3395 16.6436 20.3395V21.2945C14.2041 21.2945 12.2266 19.3169 12.2266 16.8775C12.2266 14.4381 14.2041 12.4606 16.6436 12.4606C19.083 12.4606 21.0605 14.4381 21.0605 16.8775H20.1055C20.1055 14.9655 18.5555 13.4156 16.6436 13.4156Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M16.5117 17.366C16.4253 17.1283 16.6557 16.8979 16.8934 16.9844L32.4258 22.6331C32.6881 22.7285 32.6868 23.0999 32.4239 23.1935L25.3256 25.721C25.2405 25.7513 25.1738 25.8185 25.1442 25.9038L22.7182 32.8849C22.6262 33.1497 22.2528 33.1524 22.157 32.889L16.5117 17.366Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_437",x:"9.12281",y:"9.35669",width:"24.245",height:"24.5986",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.37301",dy:"0.497346"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.186505"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_437"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_437",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_437",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#799DFA"}),_r.createElement("stop",{offset:"1",stopColor:"#28CCF0"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_437",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_437",x1:"32.2489",y1:"9.63823",x2:"0.430171",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};jh.defaultProps={size:24},jh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Rh=["size"],zh=function(e){var t=e.size,n=Rn(e,Rh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint0_linear_3083_413)"}),_r.createElement("mask",{id:"mask0_3083_413",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"#E5E5E5"})),_r.createElement("g",{mask:"url(#mask0_3083_413)"}),_r.createElement("mask",{id:"mask1_3083_413",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint1_linear_3083_413)"})),_r.createElement("g",{mask:"url(#mask1_3083_413)"},_r.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430145V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3083_413)"})),_r.createElement("g",{filter:"url(#filter0_d_3083_413)"},_r.createElement("path",{d:"M28.1775 26.7733V11.4295C28.1775 11.3182 28.0873 11.228 27.976 11.228H12.0144C11.9031 11.228 11.8129 11.3182 11.8129 11.4295V26.7733C11.8129 26.8318 11.8382 26.8873 11.8824 26.9256L14.4083 29.1147C14.4841 29.1804 14.5965 29.1804 14.6723 29.1147L17.1358 26.9797C17.2115 26.9141 17.324 26.9141 17.3997 26.9797L19.8632 29.1147C19.9389 29.1804 20.0514 29.1804 20.1272 29.1147L22.5906 26.9797C22.6664 26.9141 22.7789 26.9141 22.8546 26.9797L25.3181 29.1147C25.3938 29.1804 25.5063 29.1804 25.582 29.1147L28.108 26.9256C28.1521 26.8873 28.1775 26.8318 28.1775 26.7733ZM13.4494 15.0464C13.4494 14.4439 13.9378 13.9555 14.5404 13.9555H21.6317C22.2342 13.9555 22.7227 14.4439 22.7227 15.0464C22.7227 15.649 22.2342 16.1374 21.6317 16.1374H14.5404C13.9378 16.1374 13.4494 15.649 13.4494 15.0464ZM14.5404 17.7739C13.9378 17.7739 13.4494 18.2623 13.4494 18.8649C13.4494 19.4674 13.9378 19.9558 14.5404 19.9558H25.4501C26.0527 19.9558 26.5411 19.4674 26.5411 18.8649C26.5411 18.2623 26.0527 17.7739 25.4501 17.7739H14.5404Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3083_413",x:"11.6959",y:"11.1111",width:"17.3003",height:"18.8716",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.350877"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.233918"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3083_413"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3083_413",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3083_413",x1:"20",y1:"5.40276e-08",x2:"18.1871",y2:"72.3977",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#72DAE0"}),_r.createElement("stop",{offset:"1",stopColor:"#46A0D3"})),_r.createElement("linearGradient",{id:"paint1_linear_3083_413",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8886FF"}),_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3083_413",x1:"32.2488",y1:"9.63811",x2:"0.430144",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.375",stopColor:"white",stopOpacity:"0"}))))};zh.defaultProps={size:24},zh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Nh=["size"],Ih=function(e){var t=e.size,n=Rn(e,Nh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint0_linear_3083_416)"}),_r.createElement("mask",{id:"mask0_3083_416",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"#E5E5E5"})),_r.createElement("g",{mask:"url(#mask0_3083_416)"}),_r.createElement("mask",{id:"mask1_3083_416",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7527",fill:"url(#paint1_linear_3083_416)"})),_r.createElement("g",{mask:"url(#mask1_3083_416)"},_r.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430149V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3083_416)"})),_r.createElement("g",{filter:"url(#filter0_d_3083_416)"},_r.createElement("path",{d:"M14.5101 9.98017C14.0225 10.0822 13.442 10.5017 13.043 11.0368C12.8661 11.2727 12.6575 11.7058 12.5758 11.996L12.5146 12.2205V19.3973V26.574L12.5781 26.7736C12.8479 27.6375 13.662 28.4425 14.5962 28.769L14.8048 28.8416L17.7345 28.8484L20.6642 28.8529L21.748 27.7259C22.3467 27.1046 23.2083 26.209 23.6641 25.735C24.1199 25.2611 24.4895 24.8711 24.4872 24.8666C24.4827 24.862 24.4396 24.8802 24.392 24.9029C24.3444 24.9278 24.2446 24.9663 24.1698 24.9913C24.0405 25.0298 23.8569 25.0321 20.0655 25.0321C15.7345 25.0321 15.993 25.0389 15.7005 24.8983C15.4919 24.7985 15.2561 24.5605 15.1495 24.3405C14.9772 23.989 14.9817 23.5718 15.1608 23.2067C15.3037 22.9119 15.662 22.6217 15.9726 22.5514C16.0406 22.5355 17.4012 22.5265 20.0429 22.5265C24.4079 22.5265 24.1199 22.5174 24.4147 22.6648C24.5983 22.7578 24.8546 23.014 24.9475 23.1977C25.0587 23.4176 25.0949 23.5922 25.0813 23.8416C25.0723 24.0457 25.0587 24.1001 24.9407 24.3972C24.9294 24.4267 24.9294 24.4357 24.9453 24.4199C24.9566 24.4063 25.2627 24.0911 25.6233 23.7169C25.9838 23.3428 26.5824 22.7215 26.9543 22.3383L27.6278 21.6399V18.3088V14.9778L25.9906 14.9688C24.4192 14.962 24.3444 14.9597 24.1902 14.9143C23.4011 14.6876 22.8637 14.0323 22.6347 13.0209C22.5893 12.8214 22.5848 12.733 22.578 11.3747L22.5689 9.94162L18.6188 9.94389C15.213 9.94616 14.6461 9.95069 14.5101 9.98017ZM24.1471 17.5265C24.4782 17.6127 24.807 17.8848 24.9589 18.1955C25.1879 18.6626 25.1176 19.2023 24.7775 19.5764C24.6233 19.7465 24.46 19.8553 24.2355 19.9347L24.0564 19.9982H20.0429H16.0293L15.8683 19.9392C15.2039 19.6966 14.8774 19.0277 15.0905 18.3451C15.2062 17.971 15.5803 17.615 15.9567 17.5243C16.0497 17.5016 16.9477 17.4971 20.0429 17.4948C23.5394 17.4925 24.0292 17.4971 24.1471 17.5265Z",fill:"white"}),_r.createElement("path",{d:"M23.8454 11.284C23.8545 12.5833 23.8545 12.6355 23.9043 12.8056C24.0245 13.2341 24.283 13.5924 24.5234 13.6604C24.5687 13.674 25.2014 13.6831 26.1175 13.6831H27.6322L27.6231 13.3906C27.614 13.1094 27.6118 13.0935 27.5324 12.9325C27.3374 12.5403 26.7161 11.8986 25.6073 10.9485C24.6708 10.1457 24.3374 9.94166 23.9588 9.94166H23.8386L23.8454 11.284Z",fill:"white"}),_r.createElement("path",{d:"M29.0446 22.1773C28.9403 22.2136 28.7475 22.3609 28.4641 22.6217L28.2736 22.7963L29.1126 23.6376C29.5729 24.0979 29.9629 24.4766 29.9765 24.4766C29.9924 24.4766 30.1149 24.3655 30.2486 24.2271C30.5276 23.9482 30.6432 23.7646 30.6432 23.6081C30.6409 23.2294 30.4255 22.8145 30.0627 22.4857C29.8745 22.3156 29.743 22.243 29.5185 22.1863C29.3167 22.1342 29.1738 22.1319 29.0446 22.1773Z",fill:"white"}),_r.createElement("path",{d:"M26.6726 24.3791C26.1715 24.8756 25.2101 25.8416 24.5343 26.5287C23.1149 27.9708 23.2146 27.8371 22.9788 28.5808C22.7838 29.1953 22.7067 29.5128 22.6908 29.7373C22.6795 29.9232 22.6818 29.9345 22.7362 29.998C22.7883 30.0615 22.8065 30.066 22.938 30.0638C23.1239 30.0615 23.6409 29.9345 24.1647 29.7577C24.6681 29.5921 24.8926 29.4856 25.099 29.3268C25.1874 29.2588 26.1647 28.2928 27.2758 27.1795L29.2939 25.1568L28.4549 24.3178C27.9946 23.8553 27.6091 23.4788 27.6001 23.4788C27.591 23.4788 27.1738 23.8847 26.6726 24.3791Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3083_416",x:"11.6959",y:"9.12294",width:"20.4678",height:"22.4617",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.350877"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.584795"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3083_416"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3083_416",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3083_416",x1:"20",y1:"5.40276e-08",x2:"18.1871",y2:"72.3977",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#65CDA1"}),_r.createElement("stop",{offset:"1",stopColor:"#18C0D3"})),_r.createElement("linearGradient",{id:"paint1_linear_3083_416",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8886FF"}),_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3083_416",x1:"32.2489",y1:"9.63811",x2:"0.430148",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.12"}),_r.createElement("stop",{offset:"0.375",stopColor:"white",stopOpacity:"0"}))))};Ih.defaultProps={size:24},Ih.propTypes={size:qr.oneOfType([qr.string,qr.number])};var $h=["size"],Gh=function(e){var t=e.size,n=Rn(e,$h);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_450)"}),_r.createElement("mask",{id:"mask0_3502_450",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_450)"})),_r.createElement("g",{mask:"url(#mask0_3502_450)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_450)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_450)"},_r.createElement("path",{d:"M28.5511 18.0353C28.6956 18.6669 28.7719 19.3245 28.7719 20V28.7719H11.3817L18.9474 21.2063L21.4194 23.6783C21.8305 24.0894 22.497 24.0894 22.908 23.6783L28.5511 18.0353ZM27.8734 16.1281C27.7902 16.1713 27.7122 16.2277 27.6425 16.2974L22.1637 21.7762L19.6917 19.3041C19.2806 18.8931 18.6141 18.893 18.203 19.3041L11.2281 26.2791V11.228H20C23.4548 11.228 26.4432 13.2253 27.8734 16.1281Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_450",x:"11.2281",y:"11.228",width:"18.2456",height:"18.3625",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_450"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_450",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_450",x1:"-27.5439",y1:"-30.1754",x2:"68.9474",y2:"82.3977",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.161458",stopColor:"#17FFD5"}),_r.createElement("stop",{offset:"0.567708",stopColor:"#46B5C5"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_450",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_450",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Gh.defaultProps={size:24},Gh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Zh=["size"],Wh=function(e){var t=e.size,n=Rn(e,Zh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7733C0 4.82338 4.82338 0 10.7733 0H29.2267C35.1766 0 40 4.82338 40 10.7733V29.2267C40 35.1766 35.1766 40 29.2267 40H10.7733C4.82338 40 0 35.1766 0 29.2267V10.7733Z",fill:"url(#paint0_linear_3502_429)"}),_r.createElement("mask",{id:"mask0_3502_429",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"#E5E5E5"})),_r.createElement("g",{mask:"url(#mask0_3502_429)"}),_r.createElement("mask",{id:"mask1_3502_429",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint1_linear_3502_429)"})),_r.createElement("g",{mask:"url(#mask1_3502_429)"},_r.createElement("path",{d:"M37.4195 22.3656C37.4195 12.1513 29.1391 3.87097 18.9248 3.87097H0.430222V40.8602H37.4195V22.3656Z",fill:"url(#paint2_linear_3502_429)"})),_r.createElement("rect",{x:"10.7526",y:"10.7526",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("rect",{x:"15.5174",y:"10.7524",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("rect",{x:"20.2823",y:"10.7524",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("rect",{x:"25.0472",y:"10.7524",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("rect",{x:"10.7525",y:"15.5175",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("rect",{x:"15.5174",y:"15.5175",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("rect",{x:"20.2823",y:"15.5175",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("rect",{x:"10.7525",y:"20.2822",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("rect",{x:"15.5174",y:"20.2821",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("rect",{x:"10.7525",y:"25.0472",width:"4.23545",height:"4.23545",rx:"1.05886",fill:"white"}),_r.createElement("defs",null,_r.createElement("linearGradient",{id:"paint0_linear_3502_429",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#4DC8C3"}),_r.createElement("stop",{offset:"1",stopColor:"#52A9C6"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_429",x1:"20",y1:"0",x2:"20",y2:"40",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8886FF"}),_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_429",x1:"32.2489",y1:"9.63811",x2:"0.430221",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.12"}),_r.createElement("stop",{offset:"0.345284",stopColor:"white",stopOpacity:"0"}))))};Wh.defaultProps={size:24},Wh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Yh=["size"],qh=function(e){var t=e.size,n=Rn(e,Yh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_440)"}),_r.createElement("mask",{id:"mask0_3502_440",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_440)"})),_r.createElement("g",{mask:"url(#mask0_3502_440)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_440)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_440)"},_r.createElement("path",{d:"M19.9415 30.6432L17.7778 28.538H22.1053L19.9415 30.6432Z",fill:"white"}),_r.createElement("path",{d:"M19.9415 11.228C24.7538 11.228 28.655 15.1292 28.655 19.9415V28.6549H11.2281V11.228H19.9415ZM16.0234 17.3099C15.765 17.3099 15.5556 17.5194 15.5556 17.7777C15.5556 18.0361 15.765 18.2456 16.0234 18.2456H23.7427C24.0011 18.2456 24.2105 18.0361 24.2105 17.7777C24.2105 17.5194 24.0011 17.3099 23.7427 17.3099H16.0234ZM15.5556 20C15.5556 19.7416 15.765 19.5321 16.0234 19.5321H23.7427C24.0011 19.5321 24.2105 19.7416 24.2105 20C24.2105 20.2583 24.0011 20.4678 23.7427 20.4678H16.0234C15.765 20.4678 15.5556 20.2583 15.5556 20ZM16.0234 21.8713C15.765 21.8713 15.5556 22.0808 15.5556 22.3391C15.5556 22.5975 15.765 22.807 16.0234 22.807H19.7661C20.0245 22.807 20.2339 22.5975 20.2339 22.3391C20.2339 22.0808 20.0245 21.8713 19.7661 21.8713H16.0234Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_440",x:"11.2281",y:"11.228",width:"18.1286",height:"20.2339",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_440"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_440",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_440",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#3EA8CA"}),_r.createElement("stop",{offset:"1",stopColor:"#59B9EF"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_440",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_440",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};qh.defaultProps={size:24},qh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Xh=["size"],Kh=function(e){var t=e.size,n=Rn(e,Xh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7733C0 4.82338 4.82338 0 10.7733 0H29.2267C35.1766 0 40 4.82338 40 10.7733V29.2267C40 35.1766 35.1766 40 29.2267 40H10.7733C4.82338 40 0 35.1766 0 29.2267V10.7733Z",fill:"url(#paint0_linear_3502_430)"}),_r.createElement("mask",{id:"mask0_3502_430",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7733",fill:"url(#paint1_linear_3502_430)"})),_r.createElement("g",{mask:"url(#mask0_3502_430)"},_r.createElement("path",{d:"M37.4195 22.3656C37.4195 12.1513 29.1391 3.87097 18.9248 3.87097H0.430222V40.8602H37.4195V22.3656Z",fill:"url(#paint2_linear_3502_430)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_430)"},_r.createElement("path",{d:"M14.0802 10.6433H17.1436C17.9482 10.6433 18.7449 10.7995 19.4883 11.1029C20.2317 11.4063 20.9071 11.851 21.476 12.4117C22.045 12.9723 22.4963 13.6379 22.8042 14.3704C22.9661 14.7558 23.0868 15.1557 23.1647 15.5636C22.5061 15.6085 21.8582 15.7575 21.2465 16.0055C20.5031 16.3068 19.8277 16.7485 19.2587 17.3054C18.6898 17.8622 18.2385 18.5233 17.9306 19.2508C17.6227 19.9783 17.4642 20.7581 17.4642 21.5456C17.4642 22.3277 17.6023 23.0422 17.8501 23.6969C16.5823 24.3594 15.2587 24.8954 14.0802 25.36V22.7185C12.4552 22.7185 10.8968 22.0824 9.74776 20.9502C8.59873 19.8179 7.95322 18.2822 7.95322 16.6809C7.95322 15.0796 8.59873 13.544 9.74776 12.4117C10.8968 11.2794 12.4552 10.6433 14.0802 10.6433ZM23.094 18.1705C22.675 19.877 21.5482 21.2099 20.1267 22.2824C20.0766 22.044 20.0519 21.7989 20.0519 21.5456C20.0519 21.1057 20.1403 20.6688 20.3136 20.2594C20.487 19.8497 20.7426 19.4739 21.0687 19.1547C21.3949 18.8355 21.7852 18.5793 22.2187 18.4036C22.4991 18.2899 22.7933 18.2116 23.094 18.1705Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M26.5483 16.1749H23.7707C23.0412 16.1749 22.3189 16.3148 21.6449 16.5866C20.9709 16.8584 20.3585 17.2567 19.8426 17.7589C19.3268 18.261 18.9176 18.8572 18.6384 19.5133C18.3593 20.1694 18.2156 20.8727 18.2156 21.5828C18.2156 25.9767 23.0763 28.0047 26.5483 29.3567V26.9907C28.0216 26.9907 29.4346 26.421 30.4764 25.4068C31.5182 24.3926 32.1035 23.0171 32.1035 21.5828C32.1035 20.1486 31.5182 18.773 30.4764 17.7589C29.4346 16.7447 28.0216 16.1749 26.5483 16.1749ZM23.5034 20.0769C23.352 20.3177 23.2763 20.556 23.2763 20.7919C23.2763 20.9061 23.3235 21.0128 23.4178 21.1121C23.5146 21.2089 23.6325 21.2574 23.7716 21.2574C24.0074 21.2574 24.1675 21.1171 24.252 20.8366C24.3413 20.5684 24.4506 20.3661 24.5797 20.2296C24.7088 20.0905 24.9098 20.021 25.1829 20.021C25.4163 20.021 25.6062 20.0893 25.7527 20.2258C25.9017 20.3624 25.9761 20.5299 25.9761 20.7286C25.9761 20.8303 25.9513 20.9247 25.9017 21.0116C25.8545 21.0985 25.7949 21.1779 25.7229 21.2499C25.6534 21.3194 25.5392 21.4237 25.3803 21.5627C25.1991 21.7216 25.0551 21.8594 24.9483 21.9761C24.8416 22.0903 24.7559 22.2243 24.6914 22.3783C24.6268 22.5297 24.5946 22.7097 24.5946 22.9182C24.5946 23.0846 24.638 23.2099 24.7249 23.2943C24.8143 23.3787 24.9235 23.421 25.0526 23.421C25.3009 23.421 25.4486 23.2919 25.4957 23.0337C25.5231 22.912 25.5429 22.8276 25.5553 22.7804C25.5702 22.7308 25.5901 22.6824 25.6149 22.6352C25.6397 22.5856 25.677 22.5322 25.7266 22.4751C25.7788 22.4155 25.847 22.3472 25.9314 22.2703C26.2368 21.9972 26.4478 21.8035 26.5645 21.6893C26.6837 21.5726 26.7855 21.4349 26.8699 21.276C26.9568 21.1171 27.0002 20.9321 27.0002 20.7211C27.0002 20.453 26.9245 20.2047 26.773 19.9763C26.6241 19.7479 26.4118 19.5679 26.1363 19.4364C25.8607 19.3023 25.5429 19.2353 25.1829 19.2353C24.7956 19.2353 24.4568 19.3147 24.1663 19.4736C23.8758 19.6325 23.6549 19.8336 23.5034 20.0769ZM24.6951 24.728C24.8093 24.8249 24.9421 24.8733 25.0936 24.8733C25.24 24.8733 25.3691 24.8236 25.4808 24.7243C25.5926 24.625 25.6484 24.4885 25.6484 24.3147C25.6484 24.1583 25.595 24.0267 25.4883 23.92C25.3815 23.8132 25.25 23.7598 25.0936 23.7598C24.9347 23.7598 24.8006 23.8132 24.6914 23.92C24.5821 24.0267 24.5275 24.1583 24.5275 24.3147C24.5275 24.491 24.5834 24.6287 24.6951 24.728Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_430",x:"7.95323",y:"10.6433",width:"24.852",height:"19.5321",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_430"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_430",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_430",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.204369",stopColor:"#FE6363"}),_r.createElement("stop",{offset:"0.839812",stopColor:"#FA9E9E"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_430",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.204369",stopColor:"#FE6363"}),_r.createElement("stop",{offset:"0.839812",stopColor:"#8588FF"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_430",x1:"32.2489",y1:"9.63811",x2:"0.430221",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Kh.defaultProps={size:24},Kh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var Jh=["size"],Qh=function(e){var t=e.size,n=Rn(e,Jh);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_434)"}),_r.createElement("mask",{id:"mask0_3502_434",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_434)"})),_r.createElement("g",{mask:"url(#mask0_3502_434)"},_r.createElement("path",{d:"M37.4194 22.3656C37.4194 12.1513 29.1391 3.87097 18.9248 3.87097H0.430176V40.8602H37.4194V22.3656Z",fill:"url(#paint2_linear_3502_434)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_434)"},_r.createElement("path",{d:"M23.7674 19.9308C24.0689 20.1048 24.0689 20.5399 23.7674 20.7139L18.2906 23.876C17.9892 24.05 17.6124 23.8325 17.6124 23.4844L17.6124 17.1603C17.6124 16.8123 17.9892 16.5947 18.2906 16.7687L23.7674 19.9308Z",fill:"white"}),_r.createElement("path",{d:"M28.3346 14.9472C28.3759 15.2133 28.1465 15.4426 27.8805 15.4014L24.7555 14.9164C24.4337 14.8664 24.305 14.4722 24.5352 14.2419L27.1752 11.602C27.4054 11.3717 27.7997 11.5005 27.8496 11.8222L28.3346 14.9472Z",fill:"white"}),_r.createElement("path",{d:"M20.273 12.0365C15.8005 12.0365 12.1749 15.6233 12.1749 20.0477C12.1749 24.4721 15.8005 28.0588 20.273 28.0588C23.5019 28.0588 26.2914 26.1894 27.5922 23.4805C27.8291 22.9871 28.4255 22.7772 28.9242 23.0116C29.423 23.2459 29.6352 23.8359 29.3983 24.3293C27.7788 27.7019 24.3025 30.0369 20.273 30.0369C14.6962 30.0369 10.1754 25.5646 10.1754 20.0477C10.1754 14.5308 14.6962 10.0585 20.273 10.0585C23.0982 10.0585 25.6539 11.2076 27.4854 13.0566C27.8719 13.4468 27.8655 14.073 27.4711 14.4553C27.0767 14.8376 26.4438 14.8312 26.0573 14.4411C24.5863 12.9561 22.5391 12.0365 20.273 12.0365Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_434",x:"10.1754",y:"10.0585",width:"20.0216",height:"20.7971",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_434"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_434",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_434",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.159672",stopColor:"#83D6AE"}),_r.createElement("stop",{offset:"1",stopColor:"#20C7BD"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_434",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_434",x1:"32.2489",y1:"9.63811",x2:"0.430175",y2:"40.8602",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};Qh.defaultProps={size:24},Qh.propTypes={size:qr.oneOfType([qr.string,qr.number])};var ey=["size"],ty=function(e){var t=e.size,n=Rn(e,ey);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_441)"}),_r.createElement("mask",{id:"mask0_3502_441",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_441)"})),_r.createElement("g",{mask:"url(#mask0_3502_441)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_441)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_441)"},_r.createElement("path",{d:"M28.3113 20.7727C27.0047 19.4662 24.8864 19.4662 23.5799 20.7727C22.2734 22.0792 22.2734 24.1975 23.5799 25.5041C24.8612 26.7854 26.9233 26.8101 28.2348 25.5782C28.2494 25.5609 28.2649 25.544 28.2813 25.5276C28.3012 25.5077 28.3218 25.4891 28.3432 25.4717C29.6177 24.1628 29.6071 22.0685 28.3113 20.7727ZM29.9561 26.06C31.3734 24.1195 31.2059 21.3826 29.4536 19.6303C27.5162 17.6929 24.375 17.6929 22.4375 19.6303C20.5001 21.5678 20.5001 24.709 22.4375 26.6464C24.1711 28.38 26.8685 28.5624 28.8049 27.1936L31.3697 29.7584C31.6852 30.0738 32.1966 30.0738 32.5121 29.7584C32.8275 29.4429 32.8275 28.9315 32.5121 28.616L29.9561 26.06Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"}),_r.createElement("path",{d:"M14.1767 25.2989L17.8406 28.9628L21.0497 25.7537C19.8549 23.6509 20.154 20.9296 21.9471 19.1366C23.479 17.6046 25.6885 17.1632 27.611 17.8122V14.3072C27.611 13.3355 27.225 12.4036 26.5379 11.7164C25.8507 11.0293 24.9188 10.6433 23.9471 10.6433H11.7341C10.7623 10.6433 9.83042 11.0293 9.14331 11.7164C8.45619 12.4036 8.07018 13.3355 8.07018 14.3072V21.635C8.07018 22.6067 8.45619 23.5387 9.14331 24.2258C9.83042 24.9129 10.7623 25.2989 11.7341 25.2989H14.1767ZM12.0481 15.4288C12.0481 14.9828 12.4097 14.6213 12.8557 14.6213H21.2303C21.6763 14.6213 22.0378 14.9828 22.0378 15.4288C22.0378 15.8748 21.6763 16.2364 21.2303 16.2364H12.8557C12.4097 16.2364 12.0481 15.8748 12.0481 15.4288ZM12.8557 17.6122C12.4097 17.6122 12.0481 17.9738 12.0481 18.4198C12.0481 18.8658 12.4097 19.2273 12.8557 19.2273H16.4448C16.8908 19.2273 17.2523 18.8658 17.2523 18.4198C17.2523 17.9738 16.8908 17.6122 16.4448 17.6122H12.8557Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_441",x:"8.07018",y:"10.6433",width:"25.3802",height:"20.1704",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_441"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_441",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_441",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#54CCAF"}),_r.createElement("stop",{offset:"1",stopColor:"#59CBEF"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_441",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_441",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};ty.defaultProps={size:24},ty.propTypes={size:qr.oneOfType([qr.string,qr.number])};var ny=["size"],ry=function(e){var t=e.size,n=Rn(e,ny);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_435)"}),_r.createElement("mask",{id:"mask0_3502_435",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_435)"})),_r.createElement("g",{mask:"url(#mask0_3502_435)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_435)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_435)"},_r.createElement("path",{d:"M19.1452 9.70779L17.7336 11.1194L11.1552 17.6978L8.88889 19.9641L11.1552 22.2305L17.7336 28.8089L19.1452 30.2205V25.6878L13.4216 19.9641L19.1452 14.2405V9.70779ZM20.8546 25.6879L26.5784 19.9641L20.8546 14.2403V9.70764L22.2663 11.1194L28.8448 17.6978L31.1111 19.9641L28.8448 22.2305L22.2663 28.8089L20.8546 30.2206V25.6879Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_435",x:"8.88889",y:"9.70764",width:"22.924",height:"21.3317",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_435"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_435",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_435",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.159672",stopColor:"#79B3F7"}),_r.createElement("stop",{offset:"1",stopColor:"#4B47FF"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_435",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_435",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};ry.defaultProps={size:24},ry.propTypes={size:qr.oneOfType([qr.string,qr.number])};var iy=["size"],oy=function(e){var t=e.size,n=Rn(e,iy);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_448)"}),_r.createElement("mask",{id:"mask0_3502_448",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_448)"})),_r.createElement("g",{mask:"url(#mask0_3502_448)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430201V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_448)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_448)"},_r.createElement("path",{d:"M22.169 25.3499L22.3992 25.3483C23.4395 25.3483 23.9859 25.7795 24.6601 26.8011L24.9958 27.3196C25.2575 27.7071 25.4208 27.8694 25.6266 27.9542C25.9954 28.1062 26.3012 28.0314 27.4239 27.4908L27.7676 27.3235C28.4698 26.9788 28.9489 26.7814 29.4903 26.6461C29.8329 26.5605 30.18 26.7687 30.2657 27.1113C30.3513 27.4539 30.143 27.801 29.8005 27.8866C29.4639 27.9708 29.1415 28.0915 28.7197 28.2859L27.732 28.761C26.3954 29.3922 25.9421 29.4673 25.1393 29.1364C24.6064 28.9168 24.3034 28.5991 23.86 27.9211L23.6941 27.662C23.181 26.8535 22.9227 26.627 22.3992 26.627L22.2639 26.6302C21.8947 26.6526 21.6556 26.8218 20.0628 28.0038C18.5776 29.106 17.4449 29.6325 16.0044 29.6325C14.2484 29.6325 12.5937 29.3098 11.0453 28.6649L13.5025 28.0968C14.3071 28.2681 15.1409 28.3537 16.0044 28.3537C17.1047 28.3537 18.0167 27.9298 19.3008 26.9769L20.2897 26.2473C21.3735 25.4595 21.6146 25.3619 22.169 25.3499ZM27.5373 10.1928C28.964 11.6196 28.964 13.9327 27.5373 15.3595L26.6546 16.2424C27.6366 17.4372 27.6012 18.7034 26.6882 19.6192L24.1298 22.1775C23.88 22.4271 23.4752 22.4269 23.2256 22.1771C22.9761 21.9273 22.9763 21.5224 23.2261 21.2729L25.7827 18.7163C26.1962 18.3016 26.244 17.7867 25.7486 17.1489L16.717 26.1804C16.4628 26.4346 16.1423 26.6123 15.792 26.6931L10.6082 27.8894C10.1478 27.9956 9.73516 27.583 9.8414 27.1226L11.0377 21.9388C11.1185 21.5885 11.2961 21.268 11.5503 21.0138L22.3707 10.1929C23.7973 8.76614 26.1105 8.7661 27.5373 10.1928Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_448",x:"9.82454",y:"9.1228",width:"21.1621",height:"21.3284",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_448"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_448",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_448",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#59CBEF"}),_r.createElement("stop",{offset:"0.609375",stopColor:"#698EEF"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_448",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_448",x1:"32.2489",y1:"9.63823",x2:"0.4302",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};oy.defaultProps={size:24},oy.propTypes={size:qr.oneOfType([qr.string,qr.number])};var ay=["size"],sy=function(e){var t=e.size,n=Rn(e,ay);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_444)"}),_r.createElement("mask",{id:"mask0_3502_444",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_444)"})),_r.createElement("g",{mask:"url(#mask0_3502_444)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430206V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_444)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_444)"},_r.createElement("path",{d:"M27.625 11.9563L27.6505 11.9298H10.6432C10.0619 11.9298 9.59061 12.4011 9.59061 12.9824V14.152H24.0936V14.386H9.59061V26.9006C9.59061 27.4819 10.0619 27.9532 10.6432 27.9532H29.2397C29.8211 27.9532 30.2924 27.4819 30.2924 26.9006V14.5251L27.625 11.9563ZM27.0539 12.5495L21.9123 17.8884L24.6807 20.5544L29.8222 15.2155L27.0539 12.5495ZM21.3552 18.4954L20.44 22.1875L24.0951 21.134L21.3552 18.4954ZM11.345 13.0994C11.345 13.2931 11.1879 13.4502 10.9941 13.4502C10.8003 13.4502 10.6432 13.2931 10.6432 13.0994C10.6432 12.9056 10.8003 12.7485 10.9941 12.7485C11.1879 12.7485 11.345 12.9056 11.345 13.0994ZM12.0467 13.4502C12.2405 13.4502 12.3976 13.2931 12.3976 13.0994C12.3976 12.9056 12.2405 12.7485 12.0467 12.7485C11.853 12.7485 11.6959 12.9056 11.6959 13.0994C11.6959 13.2931 11.853 13.4502 12.0467 13.4502ZM13.4502 13.0994C13.4502 13.2931 13.2932 13.4502 13.0994 13.4502C12.9056 13.4502 12.7485 13.2931 12.7485 13.0994C12.7485 12.9056 12.9056 12.7485 13.0994 12.7485C13.2932 12.7485 13.4502 12.9056 13.4502 13.0994Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_444",x:"9.59061",y:"11.9298",width:"21.4035",height:"16.8422",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_444"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_444",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_444",x1:"15.9649",y1:"15.7895",x2:"64.6784",y2:"88.7134",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#8176FF"}),_r.createElement("stop",{offset:"1",stopColor:"#41BBFF"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_444",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_444",x1:"32.2489",y1:"9.63823",x2:"0.430205",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};sy.defaultProps={size:24},sy.propTypes={size:qr.oneOfType([qr.string,qr.number])};var ly=["size"],uy=function(e){var t=e.size,n=Rn(e,ly);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_446)"}),_r.createElement("mask",{id:"mask0_3502_446",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_446)"})),_r.createElement("g",{mask:"url(#mask0_3502_446)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430168V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_446)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_446)"},_r.createElement("path",{d:"M30.0344 13.6142C30.0278 11.5809 28.3782 9.94153 26.3449 9.94153H13.5141C12.5336 9.94153 11.5934 10.3266 10.9013 11.0213C10.2087 11.7156 9.82148 12.6545 9.82458 13.6351L9.85604 23.4551C9.86224 25.4879 11.5123 27.1265 13.5456 27.1265H17.1824L18.9131 29.6082C19.1457 29.9418 19.5263 30.1403 19.9326 30.1412C20.3389 30.1425 20.7204 29.9454 20.9548 29.6122L22.7045 27.1273H26.3759C27.3564 27.1273 28.2967 26.7423 28.9883 26.0476C29.6809 25.3528 30.0686 24.4161 30.0655 23.4356L30.0344 13.6142ZM19.9446 12.1304C21.8454 12.1304 23.3864 13.6714 23.3864 15.5713C23.3864 17.4726 21.845 19.0127 19.9446 19.0127C18.0442 19.0127 16.5036 17.4726 16.5036 15.5713C16.504 13.6714 18.0446 12.1304 19.9446 12.1304ZM25.4255 24.1583C25.4255 24.5827 25.0817 24.9266 24.6572 24.9266H15.2306C14.8057 24.9266 14.4614 24.5827 14.4614 24.1578C14.4614 22.2308 16.0153 20.665 17.9423 20.665H21.9482C22.8738 20.665 23.7555 21.035 24.41 21.6894C25.0644 22.3438 25.4255 23.2335 25.4255 24.1583Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_446",x:"9.82456",y:"9.94153",width:"20.9427",height:"21.0184",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_446"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_446",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_446",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#4A9CE9"}),_r.createElement("stop",{offset:"1",stopColor:"#81D2F4"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_446",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_446",x1:"32.2489",y1:"9.63823",x2:"0.430167",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};uy.defaultProps={size:24},uy.propTypes={size:qr.oneOfType([qr.string,qr.number])};var cy=["size"],fy=function(e){var t=e.size,n=Rn(e,cy);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_438)"}),_r.createElement("mask",{id:"mask0_3502_438",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_438)"})),_r.createElement("g",{mask:"url(#mask0_3502_438)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430189V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_438)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_438)"},_r.createElement("path",{d:"M20.7018 11.2281C25.5464 11.2281 29.4737 15.1555 29.4737 20.0001V28.772H11.9298V11.2281H20.7018ZM16.9591 15.5555C16.9591 15.1679 16.6449 14.8538 16.2574 14.8538C15.8698 14.8538 15.5556 15.1679 15.5556 15.5555C15.5556 18.3977 17.8596 20.7017 20.7018 20.7017C23.544 20.7017 25.848 18.3977 25.848 15.5555C25.848 15.1679 25.5338 14.8538 25.1462 14.8538C24.7587 14.8538 24.4445 15.1679 24.4445 15.5555C24.4445 17.6225 22.7688 19.2982 20.7018 19.2982C18.6348 19.2982 16.9591 17.6225 16.9591 15.5555Z",fill:"white",fillRule:"evenodd",clipRule:"evenodd"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_438",x:"11.9298",y:"11.2281",width:"18.2456",height:"18.3625",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_438"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_438",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_438",x1:"-8.07017",y1:"-31.2866",x2:"42.5146",y2:"49.4737",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#3C5BFF"}),_r.createElement("stop",{offset:"0.732617",stopColor:"#55ABE9"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_438",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_438",x1:"32.2489",y1:"9.63823",x2:"0.430188",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};fy.defaultProps={size:24},fy.propTypes={size:qr.oneOfType([qr.string,qr.number])};var py=["size"],dy=function(e){var t=e.size,n=Rn(e,py);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint0_linear_3502_445)"}),_r.createElement("mask",{id:"mask0_3502_445",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_445)"})),_r.createElement("g",{mask:"url(#mask0_3502_445)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_445)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_445)"},_r.createElement("path",{d:"M30.4576 28.1426L27.6617 25.3801C27.38 25.8328 27.0447 26.2572 26.6572 26.6433C26.2665 27.0344 25.8379 27.3732 25.3801 27.6569L28.1922 30.4352C28.8225 31.0587 29.8363 31.0532 30.4631 30.4274C30.4657 30.4248 30.4679 30.4226 30.4702 30.4206C31.0992 29.7913 31.0908 28.7683 30.4576 28.1426Z",fill:"white"}),_r.createElement("path",{d:"M27.9532 19.1228C27.9532 23.9933 23.98 27.9532 19.0643 27.9532C14.1487 27.9532 10.1754 23.9933 10.1754 19.1228C10.1754 14.2523 14.1487 10.2924 19.0643 10.2924C23.98 10.2924 27.9532 14.2523 27.9532 19.1228Z",stroke:"white",strokeWidth:"2.33918"}),_r.createElement("path",{d:"M22.3202 15.6518L21.2851 16.6786L23.2017 19.0643L21.2851 21.453L22.3202 22.4798L25.0292 19.0643L22.3202 15.6518ZM17.0775 16.6757L16.0424 15.6496L13.3333 19.0643L16.0424 22.4769L17.0775 21.4501L15.1608 19.0643L17.0775 16.6757ZM17.7193 22.6901H19.1813L20.6433 15.4386H19.1813L17.7193 22.6901Z",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_445",x:"9.00584",y:"9.1228",width:"22.6332",height:"22.5957",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_445"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_445",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_445",x1:"-15.876",y1:"-21.8295",x2:"54.2818",y2:"58.3092",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"#FFF27A"}),_r.createElement("stop",{offset:"0.822917",stopColor:"#FF9E45"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_445",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_445",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};dy.defaultProps={size:24},dy.propTypes={size:qr.oneOfType([qr.string,qr.number])};var my=["size"],hy=function(e){var t=e.size,n=Rn(e,my);return _r.createElement("svg",jn({width:t,height:t,viewBox:"0 0 40 40",fill:"none"},n),_r.createElement("path",{d:"M0 10.7731C0 4.82328 4.82328 0 10.7731 0H29.2269C35.1767 0 40 4.82328 40 10.7731V29.2269C40 35.1767 35.1767 40 29.2269 40H10.7731C4.82328 40 0 35.1767 0 29.2269V10.7731Z",fill:"url(#paint0_linear_3502_433)"}),_r.createElement("mask",{id:"mask0_3502_433",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"40",height:"40"},_r.createElement("rect",{width:"40",height:"40",rx:"10.7731",fill:"url(#paint1_linear_3502_433)"})),_r.createElement("g",{mask:"url(#mask0_3502_433)"},_r.createElement("path",{d:"M37.4194 22.3657C37.4194 12.1514 29.1391 3.87109 18.9248 3.87109H0.430176V40.8603H37.4194V22.3657Z",fill:"url(#paint2_linear_3502_433)"})),_r.createElement("g",{filter:"url(#filter0_d_3502_433)"},_r.createElement("rect",{x:"17.4165",y:"11.345",width:"11.2385",height:"4.52123",rx:"0.209479",fill:"white"}),_r.createElement("rect",{x:"11.345",y:"17.4165",width:"11.2385",height:"11.2385",rx:"0.209479",fill:"white"}),_r.createElement("circle",{cx:"13.6056",cy:"13.6056",r:"2.26061",fill:"white"}),_r.createElement("rect",{x:"24.1335",y:"28.6549",width:"11.2385",height:"4.52123",rx:"0.209479",transform:"rotate(-90 24.1335 28.6549)",fill:"white"})),_r.createElement("defs",null,_r.createElement("filter",{id:"filter0_d_3502_433",x:"11.345",y:"11.345",width:"18.0117",height:"18.1288",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},_r.createElement("feFlood",{result:"BackgroundImageFix",floodOpacity:"0"}),_r.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),_r.createElement("feOffset",{dx:"0.350877",dy:"0.467836"}),_r.createElement("feGaussianBlur",{stdDeviation:"0.175439"}),_r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),_r.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),_r.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3502_433"}),_r.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3502_433",result:"shape"})),_r.createElement("linearGradient",{id:"paint0_linear_3502_433",x1:"-2.82529",y1:"-3.81944",x2:"44.0936",y2:"45.2632",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"0.159672",stopColor:"#B49AFC"}),_r.createElement("stop",{offset:"1",stopColor:"#6A67E8"})),_r.createElement("linearGradient",{id:"paint1_linear_3502_433",x1:"-2.80164",y1:"-2.27633",x2:"37.2385",y2:"61.1108",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{offset:"1",stopColor:"#FFD55C"})),_r.createElement("linearGradient",{id:"paint2_linear_3502_433",x1:"32.2489",y1:"9.63823",x2:"0.430175",y2:"40.8603",gradientUnits:"userSpaceOnUse"},_r.createElement("stop",{stopColor:"white",stopOpacity:"0.16"}),_r.createElement("stop",{offset:"0.53125",stopColor:"white",stopOpacity:"0"}))))};hy.defaultProps={size:24},hy.propTypes={size:qr.oneOfType([qr.string,qr.number])};var yy=Object.freeze({__proto__:null,NeetoAnalytics:dh,NeetoBugtrap:hh,NeetoCal:gh,NeetoChangelog:Eh,NeetoChat:Ch,NeetoCi:_h,NeetoCourse:wh,NeetoCrm:kh,NeetoDeploy:Mh,NeetoDesk:Lh,NeetoEngage:Ph,NeetoForm:Vh,NeetoGit:Dh,NeetoInvisible:jh,NeetoInvoice:zh,NeetoKb:Ih,NeetoMonitor:Gh,NeetoPlanner:Wh,NeetoPopups:qh,NeetoQuiz:Kh,NeetoReplay:Qh,NeetoReview:ty,NeetoRunner:ry,NeetoSign:oy,NeetoSite:sy,NeetoSocial:uy,NeetoStore:fy,NeetoTestify:dy,NeetoWireframe:hy}),gy=function(e){var n=e.name,r=e.description,i=e.url,o=e.activeApp,a="Neeto"+n.charAt(0)+n.slice(1).toLowerCase(),s=yy[a];return t.createElement("a",{href:i,target:"_blank",className:_("neeto-ui-app-switcher-link",{"neeto-ui-app-switcher-link--active":o===n}),rel:"noreferrer","data-test-id":"neetoapp-link-".concat(n),"data-cy":"".concat(n,"-app-link")},t.createElement("div",{className:_("neeto-ui-app-switcher-link__icon-holder",{"neeto-ui-bg-primary-500":!s})},s?t.createElement(s,{size:42}):t.createElement(hi,{color:"white",size:42})),t.createElement("div",{className:"neeto-ui-app-switcher-link__content"},t.createElement(ao,{style:"h4",weight:"medium",component:"span",lineHeight:"relaxed"},n),t.createElement(ao,{style:"body3",weight:"normal",component:"span"},r)))},vy=function(e){var n=e.activeApp,r=e.neetoApps,o=e.recentApps,a=e.onClose,s=se(i(""),2),l=s[0],u=s[1],c=(null==r?void 0:r.filter((function(e){var t=e.name;return null==o?void 0:o.includes(t)})))||{},f=(null==r?void 0:r.filter((function(e){var t=e.name;return null==t?void 0:t.toLowerCase().includes(l.replace(/ /g,"").toLowerCase())})))||{},p=c.length>0,d=l.length>0;return t.createElement(t.Fragment,null,t.createElement(Rd,{className:"neeto-ui-app-switcher__close-btn",icon:ri,size:"small",style:"text",iconPosition:"left",onClick:a,"data-cy":"app-switcher-back-button","data-testid":"app-switcher-back-button"}),t.createElement("div",{className:"neeto-ui-app-switcher__header","data-cy":"app-switcher-body-wrapper"},t.createElement(ao,{style:"h2"},"Choose your neeto product"),t.createElement("div",{className:"neeto-ui-app-switcher__search-wrapper"},t.createElement(Kd,{placeholder:"Search products",type:"search",prefix:t.createElement(Ci,null),onChange:function(e){return u(e.target.value)},value:l,"data-cy":"app-switcher-search-input"}))),!d&&p&&t.createElement("div",{className:"neeto-ui-app-switcher__body"},t.createElement(ao,{style:"h5",weight:"bold",textTransform:"uppercase",className:"neeto-ui-text-gray-500"},"Recent"),t.createElement("div",{className:"neeto-ui-app-switcher__grid"},c.map((function(e){var r=e.name,i=e.description,o=e.url;return t.createElement(gy,{key:r,name:r,description:i,url:o,activeApp:n})})))),t.createElement("div",{className:"neeto-ui-app-switcher__body"},!d&&p&&t.createElement(ao,{style:"h5",weight:"bold",textTransform:"uppercase",className:"neeto-ui-text-gray-500"},"All"),f.length?t.createElement("div",{className:"neeto-ui-app-switcher__grid"},f.map((function(e){var r=e.name,i=e.description,o=e.url;return t.createElement(gy,{key:r,name:r,description:i,url:o,activeApp:n})}))):t.createElement(ao,{style:"body1",className:"neeto-ui-text-center"},"No apps found")))},Ey=["isOpen","className","closeOnEsc","closeOnOutsideClick","activeApp","neetoApps","recentApps","onClose"],by=function(e){var n,r,i,o=e.isOpen,l=e.className,u=void 0===l?"":l,f=e.closeOnEsc,p=void 0===f||f,d=e.closeOnOutsideClick,m=void 0===d||d,h=e.activeApp,y=e.neetoApps,g=void 0===y?[]:y,v=e.recentApps,E=void 0===v?[]:v,b=e.onClose,C=void 0===b?ie:b,x=ue(e,Ey),O=s(null),w=s(null);return a((function(){var e=function(e){n.current&&!n.current.contains(e.target)&&(r.current?r.current.contains(e.target)&&i(e):i(e))};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),function(){document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e)}}),[n=O,r=w,i=m?C:ie]),function(e,t,n,r){n instanceof Array&&(r=n,n=void 0);var i=n||{},o=i.enableOnTags,l=i.filter,u=i.keyup,f=i.keydown,p=i.filterPreventDefault,d=void 0===p||p,m=i.enabled,h=void 0===m||m,y=i.enableOnContentEditable,g=void 0!==y&&y,v=s(null),E=c((function(e,n){var r;return l&&!l(e)?!d:!!(Fm(e)&&!Pm(e,o)||null!=(r=e.target)&&r.isContentEditable&&!g)||(null===v.current||document.activeElement===v.current)&&(t(e,n),!0)}),r?[v,o,l].concat(r):[v,o,l]);a((function(){if(h)return u&&!0!==f&&(n.keydown=!1),Mm(e,n||{},E),function(){Mm.unbind(e,E)}}),[E,e,h])}("esc",p?C:ie),a((function(){!function(e){if(!e||"string"!=typeof(t=e)||!/^[A-Z]\S*$/.test(t))throw new Error("Value of activeApp prop of AppSwitcher component is ".concat(e,", it is not matching the expected format. Please refer docs for more info"));var t}(h)}),[h]),a((function(){!function(e){if(!Array.isArray(e))throw new Error("Value of neetoApps prop of AppSwitcher component is ".concat(e,", it should be an array instead"))}(g)}),[g]),t.createElement(Td,{rootId:"neeto-ui-portal"},t.createElement(Jm,{in:o,appear:!0,timeout:300,classNames:"neeto-ui-app-switcher",unmountOnExit:!0},t.createElement(wd,{ref:w,key:"switcher-backdrop",className:"neeto-ui-app-switcher__backdrop"},t.createElement("div",le({ref:O,key:"switcher-wrapper","data-cy":"switcher-wrapper",className:_("neeto-ui-app-switcher__wrapper",xi({},u,u))},x),t.createElement(vy,{onClose:C,activeApp:h,neetoApps:g,recentApps:E})))))},Cy=["url","icon","label","count","active","onEdit","onClick","className"],xy=["label","description","active","className"],_y=["children","iconProps"],Oy=["collapse","onCollapse"],wy=["label","onClick"],Ty=["title","children","showMenu","className"],ky=function(e){var n=e.title,r=void 0===n?"":n,i=e.children,o=e.showMenu,a=void 0!==o&&o,s=e.className,l=void 0===s?"":s,u=ue(e,Ty);return t.createElement(Jm,{in:a,timeout:300,classNames:"neeto-ui-menubar",unmountOnExit:!0},t.createElement("div",{className:_("neeto-ui-menubar__wrapper",xi({},l,l))},t.createElement("div",{className:"neeto-ui-menubar__container"},r&&t.createElement(ao,{lineHeight:"tight",style:"h2",weight:"semibold","data-cy":u["data-cy"]||"menubar-heading",className:"neeto-ui-menubar__title"},r),i)))};ky.Block=function(e){var n=e.url,r=e.icon,i=e.label,o=e.count,a=e.active,s=void 0!==a&&a,l=e.onEdit,u=e.onClick,c=void 0===u?function(){}:u,f=e.className,p=ue(e,Cy),d=n?E:function(e){return t.createElement("button",e)};return t.createElement(d,{to:n,className:_("neeto-ui-menubar__block",xi({"neeto-ui-menubar__block--editable":l,"neeto-ui-menubar__block--active":s},f,f)),onClick:c,"data-cy":p["data-cy"]||oe(i)},t.createElement("div",{className:"neeto-ui-menubar__block-label"},r&&t.createElement("i",{className:"neeto-ui-menubar__block-icon"},r),t.createElement(ao,{title:i,component:"span",style:"h5",weight:"medium"},i)),Number.isInteger(o)&&t.createElement("div",{onClick:function(e){e.stopPropagation(),l&&l()}},t.createElement(ao,{component:"span",style:"h5",weight:"medium"},o)))},ky.Item=function(e){var n=e.label,r=void 0===n?"":n,i=e.description,o=void 0===i?"":i,a=e.active,s=void 0!==a&&a,l=e.className,u=void 0===l?"":l,c=ue(e,xy);return t.createElement("button",le({className:_("neeto-ui-menubar__item",xi({"neeto-ui-menubar__item--active":s},u,u))},c),t.createElement(ao,{component:"h5",style:"h4",className:"neeto-ui-menubar__item-header"},r),t.createElement(ao,{style:"body3",className:"neeto-ui-menubar__item-desc"},o))},ky.SubTitle=function(e){var n=e.children,r=e.iconProps,i=ue(e,_y);return t.createElement("div",{"data-cy":i["data-cy"]||"menubar-subtitle-heading",className:"neeto-ui-menubar__subtitle"},n,t.createElement("div",{className:"neeto-ui-menubar__subtitle-actions"},r&&r.map((function(e,n){return t.createElement(Rd,le({style:"text",key:n},e))}))))},ky.Search=function(e){var n=e.collapse,r=void 0===n||n,i=e.onCollapse,o=ue(e,Oy);return!r&&t.createElement("div",{className:"neeto-ui-menubar__search"},t.createElement(Kd,le({type:"search",placeholder:"Search",prefix:t.createElement(Ci,null)},o)),t.createElement(Rd,{style:"text",icon:ri,onClick:i}))},ky.AddNew=function(e){var n=e.label,r=void 0===n?"":n,i=e.onClick,o=ue(e,wy);return t.createElement("div",le({className:"neeto-ui-menubar__add-new-wrap"},o),t.createElement(Rd,{label:r,style:"link",icon:gi,iconPosition:"left",iconSize:16,onClick:i,size:"small"}))};export{by as AppSwitcher,im as Container,Jd as Header,ky as MenuBar,um as Scrollable,Vo as Sidebar,Qd as SubHeader};