gt-react 10.3.2-alpha.3 → 10.3.2-alpha.4

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.
@@ -15,4 +15,4 @@ e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(e){
15
15
 
16
16
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17
17
  */
18
- function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,S,B,A,E,j=this._hash.words,O=u.words,T=d.words,C=a.words,R=s.words,L=c.words,P=l.words;for(w=i=j[0],k=f=j[1],S=b=j[2],B=m=j[3],A=x=j[4],r=0;r<80;r+=1)E=i+e[t+C[r]]|0,E+=r<16?h(f,b,m)+O[0]:r<32?p(f,b,m)+O[1]:r<48?v(f,b,m)+O[2]:r<64?g(f,b,m)+O[3]:y(f,b,m)+O[4],E=(E=_(E|=0,L[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=E,E=w+e[t+R[r]]|0,E+=r<16?y(k,S,B)+T[0]:r<32?g(k,S,B)+T[1]:r<48?v(k,S,B)+T[2]:r<64?p(k,S,B)+T[3]:h(k,S,B)+T[4],E=(E=_(E|=0,P[r]))+A|0,w=A,A=B,B=_(S,10),S=k,k=E;E=j[1]+b+B|0,j[1]=j[2]+m+A|0,j[2]=j[3]+x+w|0,j[3]=j[4]+i+k|0,j[4]=j[0]+f+S|0,j[0]=E},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),de.exports;var e}(),pe(),function(){return ve||(ve=1,ge.exports=(c=O(),Q(),pe(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ge.exports;var e,t,r,n,o,i,a,s,c}(),be(),we(),Be(),je(),Ce(),Pe(),function(){return Ie?Me.exports:(Ie=1,Me.exports=(t=O(),we(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return De?Fe.exports:(De=1,Fe.exports=(e=O(),we(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return ze?He.exports:(ze=1,He.exports=(e=O(),we(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Ne?$e.exports:(Ne=1,$e.exports=(e=O(),we(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Ue||(Ue=1,Ge.exports=(e=O(),we(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),Ge.exports;var e}(),function(){return Ve?Ke.exports:(Ve=1,Ke.exports=(e=O(),we(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return We?Je.exports:(We=1,Je.exports=(n=O(),we(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return qe||(qe=1,Xe.exports=(e=O(),N(),W(),be(),we(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),Xe.exports;var e}(),Qe(),function(){return et||(et=1,tt.exports=(e=O(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),tt.exports;var e}(),function(){return rt||(rt=1,nt.exports=(e=O(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),nt.exports;var e}(),function(){return ot||(ot=1,it.exports=(e=O(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),it.exports;var e}(),ct())),B.exports),yt=x(gt),_t=function(){return _t=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_t.apply(this,arguments)};function bt(e){return yt.SHA256(e).toString(yt.enc.Hex).slice(0,16)}function mt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=bt);var a={};return a.source="JSX"===i?wt(r):r,a=_t(_t(_t(_t({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(S(a))}"function"==typeof SuppressedError&&SuppressedError;var xt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=wt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],wt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?_t({k:e.k},e.v&&{v:e.v}):t}return e};function wt(e){return Array.isArray(e)?e.map(xt):xt(e)}function kt({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=c(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>mt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function u(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},c)=>{const l=s(e,t);if(!l)return"";const{id:f,context:h,_hash:p,calculateHash:v,renderMessage:g}=l;if(!o)return g(e,[n]);const{translationEntry:y,hash:_}=u(v,f,p);if(null===y)return g(e,[n]);if(y)try{return g(y,[r,n])}catch(t){return console.error(d(e,f),"Error: ",t),g(e,[n])}if("undefined"!==(null==c?void 0:c[_])){if(null==c?void 0:c[_])try{return g(null==c?void 0:c[_],[r,n])}catch(t){return console.error(d(e,f),"Error: ",t),g(e,[n])}return g(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},h&&{context:h}),f&&{id:f}),{hash:_||""})}),g(e,[n])):g(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=c(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:d,hash:f}=u(l,i,a);d||t.push(Object.assign(Object.assign({message:e},n),{$_hash:f}))}return t},_preloadMessages:e=>l(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>l(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,c(e,["message"]));if(!o)return;const{id:i,context:l,_hash:d,calculateHash:f}=o,{translationEntry:h,hash:p}=u(f,i,d);h&&(t[p]=h),t[p]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:p})})}))),t})}}var St="https://cdn.gtx.dev",Bt="https://runtime2.gtx.dev",At="en",Et=["singular","plural","dual","zero","one","two","few","many","other"];var jt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function Ot(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var Tt={variable:"v",number:"n",datetime:"d",currency:"c"};function Ct(e){return Tt[e]}function Rt(r,n,o,i,a,s,c,l,u){return e.useCallback((s,u={})=>{if(!r)return"";let d=!1;const f=function(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}(s);f&&(d=!0,u=f);const h=d?-1===(p=s).lastIndexOf(":")?p:p.slice(0,p.lastIndexOf(":")):function(t,r){let n=t;const o=r.split(".");for(const t of o){if("object"!=typeof n||Array.isArray(n)||e.isValidElement(n))return;n=n[t]}return n}(r,s);var p;if(!h)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(s)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:v,metadata:g}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(h);if(!v||"string"!=typeof v)return"";const y=(e,r)=>t.formatMessage(e,{locales:r,variables:u});if(!a)return y(v,[i]);const _=mt(Object.assign(Object.assign({source:v},(null==g?void 0:g.$context)&&{context:g.$context}),{id:s,dataFormat:"ICU"})),b=null==n?void 0:n[_];return b?y(b,[o,i]):null===b?y(v,[i]):c?(l({source:v,targetLocale:o,metadata:Object.assign(Object.assign({},(null==g?void 0:g.$context)&&{context:g.$context}),{id:s,hash:_})}),y(v,[i])):y(v,[i])},[r,n,o,i,a,c,l,s])}"function"==typeof SuppressedError&&SuppressedError;const Lt="generaltranslation.locale",Pt="generaltranslation.region";function It(e){var{children:t,branch:n}=e,o=c(e,["children","branch"]);const i=(n=null==n?void 0:n.toString())&&void 0!==o[n]?o[n]:t;return r.jsx(r.Fragment,{children:i})}function Mt(t,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return Et.includes(e)}(t)&&(e[t]=Mt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=c(r,["children","branch"]),a=Object.entries(i).reduce((e,[t,r])=>(e[t]=Mt(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(t){return e.isValidElement(t)?function(t){const{props:r}=t,n=o(t),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),t.type===e.Fragment&&(i["data-_gt"].transformation="fragment"),e.cloneElement(t,i)}(t):t}function a(t){return Array.isArray(t)?e.Children.map(t,i):i(t)}return a(t)}It._gtt="branch";const Dt={variable:"value",number:"n",datetime:"date",currency:"cost"};function Ft(e={},t){var r;if(e.name)return e.name;return`_gt_${Dt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var zt={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Ht=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Nt=e=>{const{props:t}=e,r={t:Ht(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=Ft(t,r),o=Ct(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(zt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(zt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=Ut(t.children)),r},$t=t=>{return r=t,e.isValidElement(r)?Nt(t):"number"==typeof t?t.toString():t;var r};function Ut(e){return Array.isArray(e)?e.map($t):$t(e)}function Gt(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=Et),void 0===r&&(r=["en"]);var n=jt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function Vt(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function Kt(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:Ft(e,r),variableType:Ct(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function Wt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function Jt({children:t,defaultLocale:r=At,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=Wt(t);if(Vt(t.props)){const{variableType:e,variableValue:o,variableOptions:i}=Kt(t.props);return n({variableType:e,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const e=o.branches||{};return i(Gt(t.props.n,[r],e)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:r,branch:n,"data-_gt":a}=e,s=c(e,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?e.createElement(e.Fragment,{key:t.props.key,children:i(t.props.children)}):t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:i(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,i=t=>Array.isArray(t)?e.Children.map(t,o):o(t);return i(t)}function qt({sourceElement:t,targetElement:r,locales:n=[At],renderVariable:o}){var i,a;const{props:s}=t,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(zt).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const e=t.props.n;return Xt({source:Gt(e,n,c.branches||{})||t.props.children,target:Gt(e,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return Xt({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?e.createElement(e.Fragment,{key:t.props.key,children:Xt({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?e.cloneElement(t,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:Xt({source:s.children,target:r.c,locales:n,renderVariable:o})})):Jt({children:t,defaultLocale:n[0],renderVariable:o})}function Xt({source:t,target:n,locales:o=[At],renderVariable:i}){if(null==n&&t)return Jt({children:t,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(n)){const a={},s={},c=t.filter(t=>{if(e.isValidElement(t)){if(!Vt(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n}=Kt(t.props);a[e]=r,s[e]=n}}return!1}),l=e=>c.find(t=>{const r=Wt(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||c.shift();return n.map((t,n)=>{if("string"==typeof t)return r.jsx(e.Fragment,{children:t},`string_${n}`);if(Ot(t))return r.jsx(e.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:o})},`var_${n}`);const c=l(t);return c?r.jsx(e.Fragment,{children:qt({sourceElement:c,targetElement:t,locales:o,renderVariable:i})},`element_${n}`):void 0})}if(n&&"object"==typeof n&&!Array.isArray(n)){const r=Ot(n)?"variable":"element";if(e.isValidElement(t)){if("element"===r)return qt({sourceElement:t,targetElement:n,locales:o,renderVariable:i});if(Vt(t.props)){const{variableValue:e,variableOptions:r,variableType:n}=Kt(t.props);return i({variableType:n,variableValue:e,variableOptions:r,locales:o})}}}return Jt({children:t,defaultLocale:o[0],renderVariable:i})}const Yt={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const Zt=e=>"string"==typeof e||Array.isArray(e),Qt=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function er(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>Zt(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>Zt(e)))),n=Object.entries(e).filter(([,e])=>Qt(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>Qt(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=er(e[n]||{},t[n]||{});return r}const tr="function"==typeof i.use;function rr(t){var{children:n,n:o,locales:i}=t,s=c(t,["children","n","locales"]);const l=e.useContext(a);let u;l&&(i||(i=l.locale),u||(u=l.defaultLocale));const d=[...i?[i]:[],u||At];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return r.jsx(r.Fragment,{children:Gt(o,d,s)||n})}var nr;rr._gtt="plural";const or=Number.POSITIVE_INFINITY,ir=null!==(nr=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==nr?nr:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function ar(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>ar(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${ar(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function sr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):ar(e)}function cr(e,t,r){const n=ir,o=Date.now(),i=or,a=sr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function lr(t){var{children:n,id:o,context:i,_hash:a}=t,u=c(t,["children","id","context","_hash"]);if(!n)return;o=null!=o?o:null==u?void 0:u.$id,i=null!=i?i:null==u?void 0:u.$context;const{translations:d,translationRequired:f,developmentApiEnabled:h,dialectTranslationRequired:p,registerJsxForTranslation:v,renderSettings:g,locale:_,defaultLocale:b}=s("<T> used on the client-side outside of <GTProvider>"),m=e.useMemo(()=>Mt(n),[n]);let x;o&&(x=null==d?void 0:d[o]),void 0===x&&a&&(x=null==d?void 0:d[a]);const[w,k]=e.useMemo(()=>{if(!f||x)return[void 0,""];const e=Ut(m);return[e,mt(Object.assign(Object.assign(Object.assign({source:e},i&&{context:i}),o&&{id:o}),{dataFormat:"JSX"}))]},[m,i,o,f,x]);void 0===x&&(x=null==d?void 0:d[k]);const S=()=>Jt({children:m,defaultLocale:b,renderVariable:y}),B=e=>Xt({source:m,target:e,locales:[_,b],renderVariable:y});if(!f||d&&!x&&!h||null===x)return r.jsx(r.Fragment,{children:S()});if(x)return r.jsx(e.Suspense,{fallback:B(x),children:B(x)});const A=()=>l(this,void 0,void 0,function*(){if(!h||!_)return S();if(x)return B(x);try{const e=yield v({source:w,targetLocale:_,metadata:{id:o,hash:k,context:i}});return e?B(e):S()}catch(e){return console.warn(e),S()}});if(tr){const t=e.use(cr(["getTranslationPromise",h,JSON.stringify(w),_,o,k,i],()=>A()));return r.jsx(e.Suspense,{fallback:t,children:t})}let E;return E="skeleton"===g.method?"":"replace"===g.method||p?S():"",r.jsx(e.Suspense,{fallback:E,children:A()})}function ur(t){const{locales:r,locale:n,setLocale:o,gt:i}=s(),a=e.useMemo(()=>{if(!r||0===r.length)return[];const e=r.sort((e,t)=>(new Intl.Collator).compare(i.getLocaleProperties(e).nativeNameWithRegionCode,i.getLocaleProperties(t).nativeNameWithRegionCode));return e},[r]),c=e.useCallback(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:t||a,setLocale:o,getLocaleProperties:c}}function dr(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function fr({regions:r,customMapping:n,prioritizeCurrentLocaleRegion:o=!0,sortRegionsAlphabetically:i=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:a,locale:c,setLocale:l,gt:u,region:d,setRegion:f}=s(),{regionCode:h}=u.getLocaleProperties(c),[p,v]=e.useMemo(()=>{const e=new Map(a.map(e=>{const r=t.getLocaleProperties(e,c,u.customMapping);return[r.regionCode,r]})),s=r?[...r]:Array.from((null==e?void 0:e.keys())||[h]),l=new Map(s.map(t=>{var r;return[t,Object.assign(Object.assign({locale:(null===(r=null==e?void 0:e.get(t))||void 0===r?void 0:r.code)||c},u.getRegionProperties(t)),"string"==typeof(null==n?void 0:n[t])?{name:null==n?void 0:n[t]}:null==n?void 0:n[t])]}));if(i&&s.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),o){const e=s.indexOf(h);e>0&&(s.splice(e,1),s.unshift(h))}return[s,l]},[r,d,c,a,u]);return{region:d,setRegion:f,regions:p,regionData:v,locales:a,locale:c,localeRegion:h,setLocale:l}}function hr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function pr({locale:r="",defaultLocale:n=At,locales:o=[],localeCookieName:i=Lt,ssr:a=!0}){const[s,c]=e.useState(a?r&&t.determineLocale(r,o)||"":vr({_locale:r,locale:r,locales:o,defaultLocale:n,localeCookieName:i})),[l,u]=function({locale:e,locales:r,defaultLocale:n,localeCookieName:o,_setLocale:i}){const a=o=>{const a=t.determineLocale(o,r)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);"undefined"!=typeof document&&(document.cookie=`${o}=${t};path=/`)};return[s,a]}({locale:s,locales:o,defaultLocale:n,localeCookieName:i,_setLocale:c});return e.useEffect(()=>{const e=vr({_locale:r,locale:s,locales:o,defaultLocale:n,localeCookieName:i});u(e)},[r,s,o,n,i]),[s,l]}function vr({_locale:e,locale:r,locales:n,defaultLocale:o,localeCookieName:i}){var a;if(e&&e===r&&t.determineLocale(e,n)===r)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find(e=>e.startsWith(`${i}=`)))||void 0===a?void 0:a.split("=")[1]:void 0,l=t.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}function gr({devApiKey:r,projectId:o,runtimeUrl:i,loadTranslationsType:a,cacheUrl:s,locales:c}){e.useEffect(()=>{if("production"===process.env.NODE_ENV&&r)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===a||!s&&!i||o||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),o&&i&&"custom"!==a&&!r&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),i===Bt||s===St&&"default"===a){const e=c.filter(e=>!n.getSupportedLocale(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:r}=t.getLocaleProperties(e);return`${e} (${r})`}).join(", ")}`)(e))}},[r,a,s,i,o,c])}function yr(e,r){return l(this,void 0,void 0,function*(){const n=Array.from(new Set([e,t.getLocaleProperties(e).languageCode]));for(const e of n)try{const t=yield r(e);if(t)return t}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function _r({_dictionary:t,loadDictionary:r,locale:n,defaultLocale:o}){const[i,a]=e.useState(t);return e.useEffect(()=>{if(!r)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){const t=er((yield yr(o,r))||{},(yield yr(n,r))||{});e&&a(t||{})})})(),()=>{e=!1}},[r,n,o]),i}function br({_translations:t,translationRequired:r,loadTranslationsType:n,loadTranslations:o,locale:i,cacheUrl:a,projectId:s,_versionId:c}){const[u,d]=e.useState(t||r&&"disabled"!==n?null:{});return e.useEffect(()=>{d(r&&"disabled"!==n?null:{})},[i,n]),e.useEffect(()=>{if(u||!r||"disabled"===n)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){let t;switch(n){case"custom":if(o)try{t=yield o(i)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(i),e)}break;case"default":try{t=yield function(e){return l(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:s,locale:i,versionId:c})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,r,n,a,s,i,c]),{translations:u,setTranslations:d}}function mr({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function xr(){return s("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}lr._gtt="translate-client",exports.Branch=It,exports.ClientProvider=function({children:n,dictionary:o,translations:s,locale:c,region:l,_versionId:u,defaultLocale:d,translationRequired:h,dialectTranslationRequired:p,locales:v=[],renderSettings:g,projectId:y,devApiKey:_,runtimeUrl:b,developmentApiEnabled:m,resetLocaleCookieName:x,localeCookieName:w=Lt,regionCookieName:k=Pt,customMapping:S}){const[B,A]=e.useState(s),[E,j]=e.useState(c&&t.determineLocale(c,v)||"");e.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${w}=`)))||void 0===e?void 0:e.split("=")[1];E&&t&&t!==E&&(document.cookie=`${w}=;path=/`)},[E,w]);const[O,T]=e.useState(l);e.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${k}=`)))||void 0===e?void 0:e.split("=")[1];O&&t&&t!==O&&(document.cookie=`${k}=;path=/`)},[O,k]);const C=e.useMemo(()=>new t.GT({devApiKey:_,sourceLocale:d,targetLocale:E,projectId:y,baseUrl:b||void 0,customMapping:S}),[_,d,E,y,b,S]),{registerIcuForTranslation:R,registerJsxForTranslation:L}=f({gt:C,locale:E,versionId:u,runtimeUrl:b,setTranslations:A,defaultLocale:d,renderSettings:g,developmentApiEnabled:m}),{_tFunction:P,_filterMessagesForPreload:I,_preloadMessages:M}=kt({gt:C,translations:B,locale:E,defaultLocale:d,translationRequired:h,developmentApiEnabled:m,registerIcuForTranslation:R}),D=Rt(o,B,E,d,h,p,m,R),F=!(h&&!B)&&E;return r.jsx(a.Provider,{value:{gt:C,registerIcuForTranslation:R,registerJsxForTranslation:L,setLocale:e=>{e=t.determineLocale(e,v)||E||d,document.cookie=`${w}=${e};path=/`,document.cookie=`${x}=true;path=/`,j(e),window.location.reload()},_tFunction:P,_filterMessagesForPreload:I,_preloadMessages:M,_dictionaryFunction:D,locale:E,locales:v,defaultLocale:d,region:O,setRegion:e=>{document.cookie=`${k}=${e||""};path=/`,T(e)},translations:B,translationRequired:h,dialectTranslationRequired:p,renderSettings:g,developmentApiEnabled:m},children:r.jsx(i.Suspense,{fallback:F&&n,children:F&&n})})},exports.Currency=v,exports.DateTime=g,exports.GTContext=a,exports.GTProvider=function(n){var{children:o,config:i,projectId:s=(null==i?void 0:i.projectId)||"",devApiKey:l=(null==i?void 0:i.devApiKey)||"",dictionary:u=(null==i?void 0:i.dictionary)||{},locales:d=(null==i?void 0:i.locales)||[],defaultLocale:h=(null==i?void 0:i.defaultLocale)||At,cacheUrl:p=(null==i?void 0:i.cacheUrl)||St,runtimeUrl:v=(null==i?void 0:i.runtimeUrl)||Bt,renderSettings:g=(null==i?void 0:i.renderSettings)||Yt,ssr:y=(null==i?void 0:i.ssr)||hr(),localeCookieName:_=(null==i?void 0:i.localeCookieName)||Lt,locale:b="",region:m,loadDictionary:x,loadTranslations:w,fallback:k,translations:S=null,_versionId:B,customMapping:A=(null==i?void 0:i.customMapping)}=n,E=c(n,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:j,devApiKey:O}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(s,l),{locale:T,setLocale:C,locales:R,translationRequired:L,dialectTranslationRequired:P}=function({_locale:r,defaultLocale:n,locales:o,ssr:i,localeCookieName:a}){const s=e.useMemo(()=>Array.from(new Set([n,...o])),[n,o]),[c,l]=pr({locale:r,defaultLocale:n,locales:s,ssr:i,localeCookieName:a}),[u,d]=e.useMemo(()=>{const e=t.requiresTranslation(n,c,s);return[e,e&&t.isSameLanguage(n,c)]},[n,c,s]);return{locale:c,setLocale:l,locales:s,translationRequired:u,dialectTranslationRequired:d}}({_locale:b,defaultLocale:h,locales:d,ssr:y,localeCookieName:_}),{region:I,setRegion:M}=function({_region:t,ssr:r,regionCookieName:n}){const[o,i]=e.useState(r?void 0:mr({_region:t,regionCookieName:n}));return e.useEffect(()=>{i(mr({_region:t,regionCookieName:n}))},[t,n]),{region:o,setRegion:e=>{i(e),"undefined"!=typeof document&&(document.cookie=`${n}=${e||""};path=/`)}}}({_region:m,ssr:y,regionCookieName:Pt}),D=e.useMemo(()=>new t.GT({devApiKey:O,sourceLocale:h,targetLocale:T,projectId:j,baseUrl:v,customMapping:A}),[O,h,j,v,A]),F=(w?"custom":p&&j&&"default")||"disabled",z=_r({_dictionary:u,loadDictionary:x,locale:T,defaultLocale:h});gr({devApiKey:O,projectId:j,runtimeUrl:v,loadTranslationsType:F,cacheUrl:p,locales:d});const{translations:H,setTranslations:N}=br({_translations:S,translationRequired:L,loadTranslationsType:F,loadTranslations:w,locale:T,cacheUrl:p,projectId:j,_versionId:B}),{registerIcuForTranslation:$,registerJsxForTranslation:U,developmentApiEnabled:G}=f(Object.assign({gt:D,locale:T,versionId:B,defaultLocale:h,runtimeUrl:v,renderSettings:g,setTranslations:N},E)),{_tFunction:V,_filterMessagesForPreload:K,_preloadMessages:W}=kt({gt:D,translations:H,locale:T,defaultLocale:h,translationRequired:L,developmentApiEnabled:G,registerIcuForTranslation:$}),J=Rt(z,H,T,h,L,P,G,$),q=!(L&&!H||!T);return r.jsx(a.Provider,{value:{gt:D,registerIcuForTranslation:$,registerJsxForTranslation:U,_tFunction:V,_filterMessagesForPreload:K,_preloadMessages:W,_dictionaryFunction:J,developmentApiEnabled:G,locale:T,locales:R,setLocale:C,defaultLocale:h,region:I,setRegion:M,translations:H,translationRequired:L,dialectTranslationRequired:P,projectId:j,renderSettings:g},children:r.jsx(e.Suspense,{fallback:k,children:q?o:k})})},exports.LocaleSelector=function(e){var{locales:t,customNames:n,customMapping:o=dr(n)}=e,i=c(e,["locales","customNames","customMapping"]);const{locale:a,locales:s,setLocale:l,getLocaleProperties:u}=ur(t||void 0),d=e=>{if(o&&o[e]){if("string"==typeof o[e])return o[e];if(o[e].name)return o[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return s&&0!==s.length&&l?r.jsxs("select",Object.assign({},i,{value:a||"",onChange:e=>l(e.target.value),children:[!a&&r.jsx("option",{value:""}),s.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:d(e)},e))]})):null},exports.Num=h,exports.Plural=rr,exports.RegionSelector=function(e){var{regions:t,placeholder:n,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a,asLocaleSelector:s=!1}=e,l=c(e,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:d,regions:f,regionData:h,locale:p,setLocale:v}=fr({regions:t,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a});return r.jsxs("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(d(e),s){const t=h.get(e).locale;p!==t&&v(t)}})(e.target.value),children:[!u&&r.jsx("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:n||""},"placeholder"),f.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:h.get(e).name},e))]}))},exports.T=lr,exports.Var=p,exports.renderVariable=y,exports.useDefaultLocale=function(){return s("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useGT=function(e){const{developmentApiEnabled:t,translationRequired:r,_preloadMessages:n,_filterMessagesForPreload:o,_tFunction:a,locale:c}=s("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let l;if(e&&tr&&t&&r){const t=o(e);t.length>0&&(l=i.use(cr(["_preloadMessages",c,JSON.stringify(t)],()=>n(t))))}return function(e,t={}){return a(e,t,l)}},exports.useGTClass=xr,exports.useLocale=function(){return s("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale},exports.useLocaleDirection=function(e){const{gt:t}=s("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)},exports.useLocaleProperties=function(e){return xr().getLocaleProperties(e)},exports.useLocaleSelector=ur,exports.useLocales=function(){return s("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales},exports.useRegion=function(){return s("useRegion(): Unable to access user's region outside of a <GTProvider>").region},exports.useRegionSelector=fr,exports.useRuntimeTranslation=f,exports.useSetLocale=function(){const{setLocale:e}=s("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e},exports.useTranslations=function(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=s(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}};
18
+ function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,S,B,A,E,j=this._hash.words,O=u.words,T=d.words,C=a.words,R=s.words,L=c.words,P=l.words;for(w=i=j[0],k=f=j[1],S=b=j[2],B=m=j[3],A=x=j[4],r=0;r<80;r+=1)E=i+e[t+C[r]]|0,E+=r<16?h(f,b,m)+O[0]:r<32?p(f,b,m)+O[1]:r<48?v(f,b,m)+O[2]:r<64?g(f,b,m)+O[3]:y(f,b,m)+O[4],E=(E=_(E|=0,L[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=E,E=w+e[t+R[r]]|0,E+=r<16?y(k,S,B)+T[0]:r<32?g(k,S,B)+T[1]:r<48?v(k,S,B)+T[2]:r<64?p(k,S,B)+T[3]:h(k,S,B)+T[4],E=(E=_(E|=0,P[r]))+A|0,w=A,A=B,B=_(S,10),S=k,k=E;E=j[1]+b+B|0,j[1]=j[2]+m+A|0,j[2]=j[3]+x+w|0,j[3]=j[4]+i+k|0,j[4]=j[0]+f+S|0,j[0]=E},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),de.exports;var e}(),pe(),function(){return ve||(ve=1,ge.exports=(c=O(),Q(),pe(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ge.exports;var e,t,r,n,o,i,a,s,c}(),be(),we(),Be(),je(),Ce(),Pe(),function(){return Ie?Me.exports:(Ie=1,Me.exports=(t=O(),we(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return De?Fe.exports:(De=1,Fe.exports=(e=O(),we(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return ze?He.exports:(ze=1,He.exports=(e=O(),we(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Ne?$e.exports:(Ne=1,$e.exports=(e=O(),we(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Ue||(Ue=1,Ge.exports=(e=O(),we(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),Ge.exports;var e}(),function(){return Ve?Ke.exports:(Ve=1,Ke.exports=(e=O(),we(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return We?Je.exports:(We=1,Je.exports=(n=O(),we(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return qe||(qe=1,Xe.exports=(e=O(),N(),W(),be(),we(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),Xe.exports;var e}(),Qe(),function(){return et||(et=1,tt.exports=(e=O(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),tt.exports;var e}(),function(){return rt||(rt=1,nt.exports=(e=O(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),nt.exports;var e}(),function(){return ot||(ot=1,it.exports=(e=O(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),it.exports;var e}(),ct())),B.exports),yt=x(gt),_t=function(){return _t=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_t.apply(this,arguments)};function bt(e){return yt.SHA256(e).toString(yt.enc.Hex).slice(0,16)}function mt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=bt);var a={};return a.source="JSX"===i?wt(r):r,a=_t(_t(_t(_t({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(S(a))}"function"==typeof SuppressedError&&SuppressedError;var xt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=wt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],wt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?_t({k:e.k},e.v&&{v:e.v}):t}return e};function wt(e){return Array.isArray(e)?e.map(xt):xt(e)}function kt({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=c(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>mt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function u(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},c)=>{const l=s(e,t);if(!l)return"";const{id:f,context:h,_hash:p,calculateHash:v,renderMessage:g}=l;if(!o)return g(e,[n]);const{translationEntry:y,hash:_}=u(v,f,p);if(null===y)return g(e,[n]);if(y)try{return g(y,[r,n])}catch(t){return console.error(d(e,f),"Error: ",t),g(e,[n])}if("undefined"!==(null==c?void 0:c[_])){if(null==c?void 0:c[_])try{return g(null==c?void 0:c[_],[r,n])}catch(t){return console.error(d(e,f),"Error: ",t),g(e,[n])}return g(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},h&&{context:h}),f&&{id:f}),{hash:_||""})}),g(e,[n])):g(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=c(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:d,hash:f}=u(l,i,a);d||t.push(Object.assign(Object.assign({message:e},n),{$_hash:f}))}return t},_preloadMessages:e=>l(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>l(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,c(e,["message"]));if(!o)return;const{id:i,context:l,_hash:d,calculateHash:f}=o,{translationEntry:h,hash:p}=u(f,i,d);h&&(t[p]=h),t[p]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:p})})}))),t})}}var St="https://cdn.gtx.dev",Bt="https://runtime2.gtx.dev",At="en",Et=["singular","plural","dual","zero","one","two","few","many","other"];var jt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function Ot(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var Tt={variable:"v",number:"n",datetime:"d",currency:"c"};function Ct(e){return Tt[e]}function Rt(r,n,o,i,a,s,c,l,u){return e.useCallback((s,u={})=>{if(!r)return"";let d=!1;const f=function(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}(s);f&&(d=!0,u=f);const h=d?-1===(p=s).lastIndexOf(":")?p:p.slice(0,p.lastIndexOf(":")):function(t,r){let n=t;const o=r.split(".");for(const t of o){if("object"!=typeof n||Array.isArray(n)||e.isValidElement(n))return;n=n[t]}return n}(r,s);var p;if(!h)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(s)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:v,metadata:g}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(h);if(!v||"string"!=typeof v)return"";const y=(e,r)=>t.formatMessage(e,{locales:r,variables:u});if(!a)return y(v,[i]);const _=d?(null==u?void 0:u.$_hash)||"":mt(Object.assign(Object.assign({source:v},(null==g?void 0:g.$context)&&{context:g.$context}),{id:s,dataFormat:"ICU"})),b=null==n?void 0:n[_];return b?y(b,[o,i]):null===b?y(v,[i]):c?(l({source:v,targetLocale:o,metadata:Object.assign(Object.assign(Object.assign({},(null==g?void 0:g.$context)&&{context:g.$context}),d&&{id:s}),{hash:_})}),y(v,[i])):y(v,[i])},[r,n,o,i,a,c,l,s])}"function"==typeof SuppressedError&&SuppressedError;const Lt="generaltranslation.locale",Pt="generaltranslation.region";function It(e){var{children:t,branch:n}=e,o=c(e,["children","branch"]);const i=(n=null==n?void 0:n.toString())&&void 0!==o[n]?o[n]:t;return r.jsx(r.Fragment,{children:i})}function Mt(t,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return Et.includes(e)}(t)&&(e[t]=Mt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=c(r,["children","branch"]),a=Object.entries(i).reduce((e,[t,r])=>(e[t]=Mt(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(t){return e.isValidElement(t)?function(t){const{props:r}=t,n=o(t),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),t.type===e.Fragment&&(i["data-_gt"].transformation="fragment"),e.cloneElement(t,i)}(t):t}function a(t){return Array.isArray(t)?e.Children.map(t,i):i(t)}return a(t)}It._gtt="branch";const Dt={variable:"value",number:"n",datetime:"date",currency:"cost"};function Ft(e={},t){var r;if(e.name)return e.name;return`_gt_${Dt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var zt={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Ht=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Nt=e=>{const{props:t}=e,r={t:Ht(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=Ft(t,r),o=Ct(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(zt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(zt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=Ut(t.children)),r},$t=t=>{return r=t,e.isValidElement(r)?Nt(t):"number"==typeof t?t.toString():t;var r};function Ut(e){return Array.isArray(e)?e.map($t):$t(e)}function Gt(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=Et),void 0===r&&(r=["en"]);var n=jt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function Vt(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function Kt(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:Ft(e,r),variableType:Ct(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function Wt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function Jt({children:t,defaultLocale:r=At,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=Wt(t);if(Vt(t.props)){const{variableType:e,variableValue:o,variableOptions:i}=Kt(t.props);return n({variableType:e,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const e=o.branches||{};return i(Gt(t.props.n,[r],e)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:r,branch:n,"data-_gt":a}=e,s=c(e,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?e.createElement(e.Fragment,{key:t.props.key,children:i(t.props.children)}):t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:i(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,i=t=>Array.isArray(t)?e.Children.map(t,o):o(t);return i(t)}function qt({sourceElement:t,targetElement:r,locales:n=[At],renderVariable:o}){var i,a;const{props:s}=t,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(zt).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const e=t.props.n;return Xt({source:Gt(e,n,c.branches||{})||t.props.children,target:Gt(e,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return Xt({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?e.createElement(e.Fragment,{key:t.props.key,children:Xt({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?e.cloneElement(t,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:Xt({source:s.children,target:r.c,locales:n,renderVariable:o})})):Jt({children:t,defaultLocale:n[0],renderVariable:o})}function Xt({source:t,target:n,locales:o=[At],renderVariable:i}){if(null==n&&t)return Jt({children:t,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(n)){const a={},s={},c=t.filter(t=>{if(e.isValidElement(t)){if(!Vt(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n}=Kt(t.props);a[e]=r,s[e]=n}}return!1}),l=e=>c.find(t=>{const r=Wt(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||c.shift();return n.map((t,n)=>{if("string"==typeof t)return r.jsx(e.Fragment,{children:t},`string_${n}`);if(Ot(t))return r.jsx(e.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:o})},`var_${n}`);const c=l(t);return c?r.jsx(e.Fragment,{children:qt({sourceElement:c,targetElement:t,locales:o,renderVariable:i})},`element_${n}`):void 0})}if(n&&"object"==typeof n&&!Array.isArray(n)){const r=Ot(n)?"variable":"element";if(e.isValidElement(t)){if("element"===r)return qt({sourceElement:t,targetElement:n,locales:o,renderVariable:i});if(Vt(t.props)){const{variableValue:e,variableOptions:r,variableType:n}=Kt(t.props);return i({variableType:n,variableValue:e,variableOptions:r,locales:o})}}}return Jt({children:t,defaultLocale:o[0],renderVariable:i})}const Yt={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const Zt=e=>"string"==typeof e||Array.isArray(e),Qt=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function er(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>Zt(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>Zt(e)))),n=Object.entries(e).filter(([,e])=>Qt(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>Qt(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=er(e[n]||{},t[n]||{});return r}const tr="function"==typeof i.use;function rr(t){var{children:n,n:o,locales:i}=t,s=c(t,["children","n","locales"]);const l=e.useContext(a);let u;l&&(i||(i=l.locale),u||(u=l.defaultLocale));const d=[...i?[i]:[],u||At];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return r.jsx(r.Fragment,{children:Gt(o,d,s)||n})}var nr;rr._gtt="plural";const or=Number.POSITIVE_INFINITY,ir=null!==(nr=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==nr?nr:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function ar(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>ar(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${ar(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function sr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):ar(e)}function cr(e,t,r){const n=ir,o=Date.now(),i=or,a=sr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function lr(t){var{children:n,id:o,context:i,_hash:a}=t,u=c(t,["children","id","context","_hash"]);if(!n)return;o=null!=o?o:null==u?void 0:u.$id,i=null!=i?i:null==u?void 0:u.$context;const{translations:d,translationRequired:f,developmentApiEnabled:h,dialectTranslationRequired:p,registerJsxForTranslation:v,renderSettings:g,locale:_,defaultLocale:b}=s("<T> used on the client-side outside of <GTProvider>"),m=e.useMemo(()=>Mt(n),[n]);let x;o&&(x=null==d?void 0:d[o]),void 0===x&&a&&(x=null==d?void 0:d[a]);const[w,k]=e.useMemo(()=>{if(!f||x)return[void 0,""];const e=Ut(m);return[e,mt(Object.assign(Object.assign(Object.assign({source:e},i&&{context:i}),o&&{id:o}),{dataFormat:"JSX"}))]},[m,i,o,f,x]);void 0===x&&(x=null==d?void 0:d[k]);const S=()=>Jt({children:m,defaultLocale:b,renderVariable:y}),B=e=>Xt({source:m,target:e,locales:[_,b],renderVariable:y});if(!f||d&&!x&&!h||null===x)return r.jsx(r.Fragment,{children:S()});if(x)return r.jsx(e.Suspense,{fallback:B(x),children:B(x)});const A=()=>l(this,void 0,void 0,function*(){if(!h||!_)return S();if(x)return B(x);try{const e=yield v({source:w,targetLocale:_,metadata:{id:o,hash:k,context:i}});return e?B(e):S()}catch(e){return console.warn(e),S()}});if(tr){const t=e.use(cr(["getTranslationPromise",h,JSON.stringify(w),_,o,k,i],()=>A()));return r.jsx(e.Suspense,{fallback:t,children:t})}let E;return E="skeleton"===g.method?"":"replace"===g.method||p?S():"",r.jsx(e.Suspense,{fallback:E,children:A()})}function ur(t){const{locales:r,locale:n,setLocale:o,gt:i}=s(),a=e.useMemo(()=>{if(!r||0===r.length)return[];const e=r.sort((e,t)=>(new Intl.Collator).compare(i.getLocaleProperties(e).nativeNameWithRegionCode,i.getLocaleProperties(t).nativeNameWithRegionCode));return e},[r]),c=e.useCallback(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:t||a,setLocale:o,getLocaleProperties:c}}function dr(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function fr({regions:r,customMapping:n,prioritizeCurrentLocaleRegion:o=!0,sortRegionsAlphabetically:i=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:a,locale:c,setLocale:l,gt:u,region:d,setRegion:f}=s(),{regionCode:h}=u.getLocaleProperties(c),[p,v]=e.useMemo(()=>{const e=new Map(a.map(e=>{const r=t.getLocaleProperties(e,c,u.customMapping);return[r.regionCode,r]})),s=r?[...r]:Array.from((null==e?void 0:e.keys())||[h]),l=new Map(s.map(t=>{var r;return[t,Object.assign(Object.assign({locale:(null===(r=null==e?void 0:e.get(t))||void 0===r?void 0:r.code)||c},u.getRegionProperties(t)),"string"==typeof(null==n?void 0:n[t])?{name:null==n?void 0:n[t]}:null==n?void 0:n[t])]}));if(i&&s.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),o){const e=s.indexOf(h);e>0&&(s.splice(e,1),s.unshift(h))}return[s,l]},[r,d,c,a,u]);return{region:d,setRegion:f,regions:p,regionData:v,locales:a,locale:c,localeRegion:h,setLocale:l}}function hr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function pr({locale:r="",defaultLocale:n=At,locales:o=[],localeCookieName:i=Lt,ssr:a=!0}){const[s,c]=e.useState(a?r&&t.determineLocale(r,o)||"":vr({_locale:r,locale:r,locales:o,defaultLocale:n,localeCookieName:i})),[l,u]=function({locale:e,locales:r,defaultLocale:n,localeCookieName:o,_setLocale:i}){const a=o=>{const a=t.determineLocale(o,r)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);"undefined"!=typeof document&&(document.cookie=`${o}=${t};path=/`)};return[s,a]}({locale:s,locales:o,defaultLocale:n,localeCookieName:i,_setLocale:c});return e.useEffect(()=>{const e=vr({_locale:r,locale:s,locales:o,defaultLocale:n,localeCookieName:i});u(e)},[r,s,o,n,i]),[s,l]}function vr({_locale:e,locale:r,locales:n,defaultLocale:o,localeCookieName:i}){var a;if(e&&e===r&&t.determineLocale(e,n)===r)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find(e=>e.startsWith(`${i}=`)))||void 0===a?void 0:a.split("=")[1]:void 0,l=t.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}function gr({devApiKey:r,projectId:o,runtimeUrl:i,loadTranslationsType:a,cacheUrl:s,locales:c}){e.useEffect(()=>{if("production"===process.env.NODE_ENV&&r)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===a||!s&&!i||o||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),o&&i&&"custom"!==a&&!r&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),i===Bt||s===St&&"default"===a){const e=c.filter(e=>!n.getSupportedLocale(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:r}=t.getLocaleProperties(e);return`${e} (${r})`}).join(", ")}`)(e))}},[r,a,s,i,o,c])}function yr(e,r){return l(this,void 0,void 0,function*(){const n=Array.from(new Set([e,t.getLocaleProperties(e).languageCode]));for(const e of n)try{const t=yield r(e);if(t)return t}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function _r({_dictionary:t,loadDictionary:r,locale:n,defaultLocale:o}){const[i,a]=e.useState(t);return e.useEffect(()=>{if(!r)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){const t=er((yield yr(o,r))||{},(yield yr(n,r))||{});e&&a(t||{})})})(),()=>{e=!1}},[r,n,o]),i}function br({_translations:t,translationRequired:r,loadTranslationsType:n,loadTranslations:o,locale:i,cacheUrl:a,projectId:s,_versionId:c}){const[u,d]=e.useState(t||r&&"disabled"!==n?null:{});return e.useEffect(()=>{d(r&&"disabled"!==n?null:{})},[i,n]),e.useEffect(()=>{if(u||!r||"disabled"===n)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){let t;switch(n){case"custom":if(o)try{t=yield o(i)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(i),e)}break;case"default":try{t=yield function(e){return l(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:s,locale:i,versionId:c})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,r,n,a,s,i,c]),{translations:u,setTranslations:d}}function mr({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function xr(){return s("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}lr._gtt="translate-client",exports.Branch=It,exports.ClientProvider=function({children:n,dictionary:o,translations:s,locale:c,region:l,_versionId:u,defaultLocale:d,translationRequired:h,dialectTranslationRequired:p,locales:v=[],renderSettings:g,projectId:y,devApiKey:_,runtimeUrl:b,developmentApiEnabled:m,resetLocaleCookieName:x,localeCookieName:w=Lt,regionCookieName:k=Pt,customMapping:S}){const[B,A]=e.useState(s),[E,j]=e.useState(c&&t.determineLocale(c,v)||"");e.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${w}=`)))||void 0===e?void 0:e.split("=")[1];E&&t&&t!==E&&(document.cookie=`${w}=;path=/`)},[E,w]);const[O,T]=e.useState(l);e.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${k}=`)))||void 0===e?void 0:e.split("=")[1];O&&t&&t!==O&&(document.cookie=`${k}=;path=/`)},[O,k]);const C=e.useMemo(()=>new t.GT({devApiKey:_,sourceLocale:d,targetLocale:E,projectId:y,baseUrl:b||void 0,customMapping:S}),[_,d,E,y,b,S]),{registerIcuForTranslation:R,registerJsxForTranslation:L}=f({gt:C,locale:E,versionId:u,runtimeUrl:b,setTranslations:A,defaultLocale:d,renderSettings:g,developmentApiEnabled:m}),{_tFunction:P,_filterMessagesForPreload:I,_preloadMessages:M}=kt({gt:C,translations:B,locale:E,defaultLocale:d,translationRequired:h,developmentApiEnabled:m,registerIcuForTranslation:R}),D=Rt(o,B,E,d,h,p,m,R),F=!(h&&!B)&&E;return r.jsx(a.Provider,{value:{gt:C,registerIcuForTranslation:R,registerJsxForTranslation:L,setLocale:e=>{e=t.determineLocale(e,v)||E||d,document.cookie=`${w}=${e};path=/`,document.cookie=`${x}=true;path=/`,j(e),window.location.reload()},_tFunction:P,_filterMessagesForPreload:I,_preloadMessages:M,_dictionaryFunction:D,locale:E,locales:v,defaultLocale:d,region:O,setRegion:e=>{document.cookie=`${k}=${e||""};path=/`,T(e)},translations:B,translationRequired:h,dialectTranslationRequired:p,renderSettings:g,developmentApiEnabled:m},children:r.jsx(i.Suspense,{fallback:F&&n,children:F&&n})})},exports.Currency=v,exports.DateTime=g,exports.GTContext=a,exports.GTProvider=function(n){var{children:o,config:i,projectId:s=(null==i?void 0:i.projectId)||"",devApiKey:l=(null==i?void 0:i.devApiKey)||"",dictionary:u=(null==i?void 0:i.dictionary)||{},locales:d=(null==i?void 0:i.locales)||[],defaultLocale:h=(null==i?void 0:i.defaultLocale)||At,cacheUrl:p=(null==i?void 0:i.cacheUrl)||St,runtimeUrl:v=(null==i?void 0:i.runtimeUrl)||Bt,renderSettings:g=(null==i?void 0:i.renderSettings)||Yt,ssr:y=(null==i?void 0:i.ssr)||hr(),localeCookieName:_=(null==i?void 0:i.localeCookieName)||Lt,locale:b="",region:m,loadDictionary:x,loadTranslations:w,fallback:k,translations:S=null,_versionId:B,customMapping:A=(null==i?void 0:i.customMapping)}=n,E=c(n,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:j,devApiKey:O}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(s,l),{locale:T,setLocale:C,locales:R,translationRequired:L,dialectTranslationRequired:P}=function({_locale:r,defaultLocale:n,locales:o,ssr:i,localeCookieName:a}){const s=e.useMemo(()=>Array.from(new Set([n,...o])),[n,o]),[c,l]=pr({locale:r,defaultLocale:n,locales:s,ssr:i,localeCookieName:a}),[u,d]=e.useMemo(()=>{const e=t.requiresTranslation(n,c,s);return[e,e&&t.isSameLanguage(n,c)]},[n,c,s]);return{locale:c,setLocale:l,locales:s,translationRequired:u,dialectTranslationRequired:d}}({_locale:b,defaultLocale:h,locales:d,ssr:y,localeCookieName:_}),{region:I,setRegion:M}=function({_region:t,ssr:r,regionCookieName:n}){const[o,i]=e.useState(r?void 0:mr({_region:t,regionCookieName:n}));return e.useEffect(()=>{i(mr({_region:t,regionCookieName:n}))},[t,n]),{region:o,setRegion:e=>{i(e),"undefined"!=typeof document&&(document.cookie=`${n}=${e||""};path=/`)}}}({_region:m,ssr:y,regionCookieName:Pt}),D=e.useMemo(()=>new t.GT({devApiKey:O,sourceLocale:h,targetLocale:T,projectId:j,baseUrl:v,customMapping:A}),[O,h,j,v,A]),F=(w?"custom":p&&j&&"default")||"disabled",z=_r({_dictionary:u,loadDictionary:x,locale:T,defaultLocale:h});gr({devApiKey:O,projectId:j,runtimeUrl:v,loadTranslationsType:F,cacheUrl:p,locales:d});const{translations:H,setTranslations:N}=br({_translations:S,translationRequired:L,loadTranslationsType:F,loadTranslations:w,locale:T,cacheUrl:p,projectId:j,_versionId:B}),{registerIcuForTranslation:$,registerJsxForTranslation:U,developmentApiEnabled:G}=f(Object.assign({gt:D,locale:T,versionId:B,defaultLocale:h,runtimeUrl:v,renderSettings:g,setTranslations:N},E)),{_tFunction:V,_filterMessagesForPreload:K,_preloadMessages:W}=kt({gt:D,translations:H,locale:T,defaultLocale:h,translationRequired:L,developmentApiEnabled:G,registerIcuForTranslation:$}),J=Rt(z,H,T,h,L,P,G,$),q=!(L&&!H||!T);return r.jsx(a.Provider,{value:{gt:D,registerIcuForTranslation:$,registerJsxForTranslation:U,_tFunction:V,_filterMessagesForPreload:K,_preloadMessages:W,_dictionaryFunction:J,developmentApiEnabled:G,locale:T,locales:R,setLocale:C,defaultLocale:h,region:I,setRegion:M,translations:H,translationRequired:L,dialectTranslationRequired:P,projectId:j,renderSettings:g},children:r.jsx(e.Suspense,{fallback:k,children:q?o:k})})},exports.LocaleSelector=function(e){var{locales:t,customNames:n,customMapping:o=dr(n)}=e,i=c(e,["locales","customNames","customMapping"]);const{locale:a,locales:s,setLocale:l,getLocaleProperties:u}=ur(t||void 0),d=e=>{if(o&&o[e]){if("string"==typeof o[e])return o[e];if(o[e].name)return o[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return s&&0!==s.length&&l?r.jsxs("select",Object.assign({},i,{value:a||"",onChange:e=>l(e.target.value),children:[!a&&r.jsx("option",{value:""}),s.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:d(e)},e))]})):null},exports.Num=h,exports.Plural=rr,exports.RegionSelector=function(e){var{regions:t,placeholder:n,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a,asLocaleSelector:s=!1}=e,l=c(e,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:d,regions:f,regionData:h,locale:p,setLocale:v}=fr({regions:t,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a});return r.jsxs("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(d(e),s){const t=h.get(e).locale;p!==t&&v(t)}})(e.target.value),children:[!u&&r.jsx("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:n||""},"placeholder"),f.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:h.get(e).name},e))]}))},exports.T=lr,exports.Var=p,exports.renderVariable=y,exports.useDefaultLocale=function(){return s("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useGT=function(e){const{developmentApiEnabled:t,translationRequired:r,_preloadMessages:n,_filterMessagesForPreload:o,_tFunction:a,locale:c}=s("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let l;if(e&&tr&&t&&r){const t=o(e);t.length>0&&(l=i.use(cr(["_preloadMessages",c,JSON.stringify(t)],()=>n(t))))}return function(e,t={}){return a(e,t,l)}},exports.useGTClass=xr,exports.useLocale=function(){return s("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale},exports.useLocaleDirection=function(e){const{gt:t}=s("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)},exports.useLocaleProperties=function(e){return xr().getLocaleProperties(e)},exports.useLocaleSelector=ur,exports.useLocales=function(){return s("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales},exports.useRegion=function(){return s("useRegion(): Unable to access user's region outside of a <GTProvider>").region},exports.useRegionSelector=fr,exports.useRuntimeTranslation=f,exports.useSetLocale=function(){const{setLocale:e}=s("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e},exports.useTranslations=function(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=s(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}};
@@ -15,4 +15,4 @@ e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(e){
15
15
 
16
16
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17
17
  */
18
- function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,m,b,x,w,k,B,A,O,S,E=this._hash.words,j=u.words,T=d.words,C=a.words,R=s.words,I=c.words,P=l.words;for(w=i=E[0],k=f=E[1],B=m=E[2],A=b=E[3],O=x=E[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,m,b)+j[0]:r<32?p(f,m,b)+j[1]:r<48?v(f,m,b)+j[2]:r<64?g(f,m,b)+j[3]:y(f,m,b)+j[4],S=(S=_(S|=0,I[r]))+x|0,i=x,x=b,b=_(m,10),m=f,f=S,S=w+e[t+R[r]]|0,S+=r<16?y(k,B,A)+T[0]:r<32?g(k,B,A)+T[1]:r<48?v(k,B,A)+T[2]:r<64?p(k,B,A)+T[3]:h(k,B,A)+T[4],S=(S=_(S|=0,P[r]))+O|0,w=O,O=A,A=_(B,10),B=k,k=S;S=E[1]+m+A|0,E[1]=E[2]+b+O|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+B|0,E[0]=S},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Oe.exports;var e}(),je(),function(){return Te||(Te=1,Ce.exports=(c=V(),pe(),je(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),Ce.exports;var e,t,r,n,o,i,a,s,c}(),Pe(),ze(),Fe(),Ue(),Ke(),Xe(),function(){return qe?Ye.exports:(qe=1,Ye.exports=(t=V(),ze(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ze?Qe.exports:(Ze=1,Qe.exports=(e=V(),ze(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return et?tt.exports:(et=1,tt.exports=(e=V(),ze(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return rt?nt.exports:(rt=1,nt.exports=(e=V(),ze(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return ot||(ot=1,it.exports=(e=V(),ze(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),it.exports;var e}(),function(){return at?st.exports:(at=1,st.exports=(e=V(),ze(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return ct?lt.exports:(ct=1,lt.exports=(n=V(),ze(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return ut||(ut=1,dt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),dt.exports;var e}(),pt(),function(){return vt||(vt=1,gt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),gt.exports;var e}(),function(){return yt||(yt=1,_t.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),_t.exports;var e}(),function(){return mt||(mt=1,bt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),bt.exports;var e}(),kt())),F.exports),Rt=H(Ct),It=function(){return It=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},It.apply(this,arguments)};function Pt(e){return Rt.SHA256(e).toString(Rt.enc.Hex).slice(0,16)}function Lt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Pt);var a={};return a.source="JSX"===i?zt(r):r,a=It(It(It(It({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(D(a))}"function"==typeof SuppressedError&&SuppressedError;var Ht=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=zt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],zt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?It({k:e.k},e.v&&{v:e.v}):t}return e};function zt(e){return Array.isArray(e)?e.map(Ht):Ht(e)}function Mt({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=k(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>Lt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function c(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},l)=>{const u=s(e,t);if(!u)return"";const{id:d,context:f,_hash:h,calculateHash:p,renderMessage:v}=u;if(!o)return v(e,[n]);const{translationEntry:g,hash:y}=c(p,d,h);if(null===g)return v(e,[n]);if(g)try{return v(g,[r,n])}catch(t){return console.error(O(e,d),"Error: ",t),v(e,[n])}if("undefined"!==(null==l?void 0:l[y])){if(null==l?void 0:l[y])try{return v(null==l?void 0:l[y],[r,n])}catch(t){return console.error(O(e,d),"Error: ",t),v(e,[n])}return v(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},f&&{context:f}),d&&{id:d}),{hash:y||""})}),v(e,[n])):v(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=k(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:u,hash:d}=c(l,i,a);u||t.push(Object.assign(Object.assign({message:e},n),{$_hash:d}))}return t},_preloadMessages:e=>B(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>B(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,k(e,["message"]));if(!o)return;const{id:i,context:l,_hash:u,calculateHash:d}=o,{translationEntry:f,hash:h}=c(d,i,u);f&&(t[h]=f),t[h]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:h})})}))),t})}}var Dt="https://cdn.gtx.dev",Ft="https://runtime2.gtx.dev",Nt="en",$t=["singular","plural","dual","zero","one","two","few","many","other"];var Ut=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function Vt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var Gt={variable:"v",number:"n",datetime:"d",currency:"c"};function Kt(e){return Gt[e]}function Wt(e,r,n,o,i,s,c,l,u){return a((a,s={})=>{if(!e)return"";let u=!1;const d=function(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}(a);d&&(u=!0,s=d);const f=u?-1===(p=a).lastIndexOf(":")?p:p.slice(0,p.lastIndexOf(":")):function(e,r){let n=e;const o=r.split(".");for(const e of o){if("object"!=typeof n||Array.isArray(n)||t.isValidElement(n))return;n=n[e]}return n}(e,a);var p;if(!f)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(a)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(f))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(a)),"";const{entry:v,metadata:g}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(f);if(!v||"string"!=typeof v)return"";const y=(e,t)=>h(e,{locales:t,variables:s});if(!i)return y(v,[o]);const _=Lt(Object.assign(Object.assign({source:v},(null==g?void 0:g.$context)&&{context:g.$context}),{id:a,dataFormat:"ICU"})),m=null==r?void 0:r[_];return m?y(m,[n,o]):null===m?y(v,[o]):c?(l({source:v,targetLocale:n,metadata:Object.assign(Object.assign({},(null==g?void 0:g.$context)&&{context:g.$context}),{id:a,hash:_})}),y(v,[o])):y(v,[o])},[e,r,n,o,i,c,l,s])}"function"==typeof SuppressedError&&SuppressedError;const Jt="generaltranslation.locale",Xt="generaltranslation.region";function qt({children:t,dictionary:r,translations:n,locale:o,region:a,_versionId:l,defaultLocale:u,translationRequired:d,dialectTranslationRequired:h,locales:v=[],renderSettings:g,projectId:_,devApiKey:m,runtimeUrl:b,developmentApiEnabled:w,resetLocaleCookieName:k,localeCookieName:B=Jt,regionCookieName:A=Xt,customMapping:O}){const[E,j]=i(n),[T,C]=i(o&&p(o,v)||"");s(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${B}=`)))||void 0===e?void 0:e.split("=")[1];T&&t&&t!==T&&(document.cookie=`${B}=;path=/`)},[T,B]);const[R,I]=i(a);s(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${A}=`)))||void 0===e?void 0:e.split("=")[1];R&&t&&t!==R&&(document.cookie=`${A}=;path=/`)},[R,A]);const P=c(()=>new f({devApiKey:m,sourceLocale:u,targetLocale:T,projectId:_,baseUrl:b||void 0,customMapping:O}),[m,u,T,_,b,O]),{registerIcuForTranslation:L,registerJsxForTranslation:H}=S({gt:P,locale:T,versionId:l,runtimeUrl:b,setTranslations:j,defaultLocale:u,renderSettings:g,developmentApiEnabled:w}),{_tFunction:z,_filterMessagesForPreload:M,_preloadMessages:D}=Mt({gt:P,translations:E,locale:T,defaultLocale:u,translationRequired:d,developmentApiEnabled:w,registerIcuForTranslation:L}),F=Wt(r,E,T,u,d,h,w,L),N=!(d&&!E)&&T;return y(x.Provider,{value:{gt:P,registerIcuForTranslation:L,registerJsxForTranslation:H,setLocale:e=>{e=p(e,v)||T||u,document.cookie=`${B}=${e};path=/`,document.cookie=`${k}=true;path=/`,C(e),window.location.reload()},_tFunction:z,_filterMessagesForPreload:M,_preloadMessages:D,_dictionaryFunction:F,locale:T,locales:v,defaultLocale:u,region:R,setRegion:e=>{document.cookie=`${A}=${e||""};path=/`,I(e)},translations:E,translationRequired:d,dialectTranslationRequired:h,renderSettings:g,developmentApiEnabled:w},children:y(e.Suspense,{fallback:N&&t,children:N&&t})})}function Yt(e){var{children:t,branch:r}=e,n=k(e,["children","branch"]);const o=(r=null==r?void 0:r.toString())&&void 0!==n[r]?n[r]:t;return y(_,{children:o})}function Zt(e,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return $t.includes(e)}(t)&&(e[t]=Zt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=k(r,["children","branch"]),a=Object.entries(i).reduce((e,[t,r])=>(e[t]=Zt(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(e){return l(e)?function(e){const{props:r}=e,n=o(e),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),e.type===t.Fragment&&(i["data-_gt"].transformation="fragment"),t.cloneElement(e,i)}(e):e}function a(e){return Array.isArray(e)?t.Children.map(e,i):i(e)}return a(e)}Yt._gtt="branch";const Qt={variable:"value",number:"n",datetime:"date",currency:"cost"};function er(e={},t){var r;if(e.name)return e.name;return`_gt_${Qt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var tr={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const rr=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},nr=e=>{const{props:t}=e,r={t:rr(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=er(t,r),o=Kt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(tr).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=ir(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=ir(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(tr).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=ir(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=ir(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=ir(t.children)),r},or=e=>{return r=e,t.isValidElement(r)?nr(e):"number"==typeof e?e.toString():e;var r};function ir(e){return Array.isArray(e)?e.map(or):or(e)}function ar(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=$t),void 0===r&&(r=["en"]);var n=Ut.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function sr(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function cr(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:er(e,r),variableType:Kt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function lr(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function ur({children:e,defaultLocale:r=Nt,renderVariable:n}){const o=e=>t.isValidElement(e)?(e=>{const o=lr(e);if(sr(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=cr(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const t=o.branches||{};return i(ar(e.props.n,[r],t)||e.props.children)}if("branch"===(null==o?void 0:o.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":a}=t,s=k(t,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?t.createElement(t.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?t.Children.map(e,o):o(e);return i(e)}function dr({sourceElement:e,targetElement:r,locales:n=[Nt],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(tr).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const t=e.props.n;return fr({source:ar(t,n,c.branches||{})||e.props.children,target:ar(t,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return fr({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?t.createElement(t.Fragment,{key:e.props.key,children:fr({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?t.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:fr({source:s.children,target:r.c,locales:n,renderVariable:o})})):ur({children:e,defaultLocale:n[0],renderVariable:o})}function fr({source:e,target:r,locales:n=[Nt],renderVariable:o}){if(null==r&&e)return ur({children:e,defaultLocale:n[0],renderVariable:o});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(e)&&e&&(e=[e]),Array.isArray(e)&&Array.isArray(r)){const i={},a={},s=e.filter(e=>{if(t.isValidElement(e)){if(!sr(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=cr(e.props);i[t]=r,a[t]=n}}return!1}),c=e=>s.find(t=>{const r=lr(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||s.shift();return r.map((e,r)=>{if("string"==typeof e)return y(t.Fragment,{children:e},`string_${r}`);if(Vt(e))return y(t.Fragment,{children:o({variableType:e.v||"v",variableValue:i[e.k],variableOptions:a[e.k],locales:n})},`var_${r}`);const s=c(e);return s?y(t.Fragment,{children:dr({sourceElement:s,targetElement:e,locales:n,renderVariable:o})},`element_${r}`):void 0})}if(r&&"object"==typeof r&&!Array.isArray(r)){const i=Vt(r)?"variable":"element";if(t.isValidElement(e)){if("element"===i)return dr({sourceElement:e,targetElement:r,locales:n,renderVariable:o});if(sr(e.props)){const{variableValue:t,variableOptions:r,variableType:i}=cr(e.props);return o({variableType:i,variableValue:t,variableOptions:r,locales:n})}}}return ur({children:e,defaultLocale:n[0],renderVariable:o})}const hr={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const pr=e=>"string"==typeof e||Array.isArray(e),vr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function gr(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>pr(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>pr(e)))),n=Object.entries(e).filter(([,e])=>vr(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>vr(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=gr(e[n]||{},t[n]||{});return r}const yr="function"==typeof e.use;function _r(e){var{children:t,n:r,locales:o}=e,i=k(e,["children","n","locales"]);const a=n(x);let s;a&&(o||(o=a.locale),s||(s=a.defaultLocale));const c=[...o?[o]:[],s||Nt];if("number"!=typeof r)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(t));return y(_,{children:ar(r,c,i)||t})}var mr;_r._gtt="plural";const br=Number.POSITIVE_INFINITY,xr=null!==(mr=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==mr?mr:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function wr(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>wr(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${wr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function kr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):wr(e)}function Br(e,t,r){const n=xr,o=Date.now(),i=br,a=kr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function Ar(t){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:i,_tFunction:a,locale:s}=w("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let c;if(t&&yr&&r&&n){const r=i(t);r.length>0&&(c=e.use(Br(["_preloadMessages",s,JSON.stringify(r)],()=>o(r))))}return function(e,t={}){return a(e,t,c)}}function Or(){return w("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function Sr(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=w(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}}function Er(){return w("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function jr(e){var{children:r,id:n,context:o,_hash:i}=e,a=k(e,["children","id","context","_hash"]);if(!r)return;n=null!=n?n:null==a?void 0:a.$id,o=null!=o?o:null==a?void 0:a.$context;const{translations:s,translationRequired:l,developmentApiEnabled:d,dialectTranslationRequired:f,registerJsxForTranslation:h,renderSettings:p,locale:v,defaultLocale:g}=w("<T> used on the client-side outside of <GTProvider>"),m=c(()=>Zt(r),[r]);let b;n&&(b=null==s?void 0:s[n]),void 0===b&&i&&(b=null==s?void 0:s[i]);const[x,A]=c(()=>{if(!l||b)return[void 0,""];const e=ir(m);return[e,Lt(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]},[m,o,n,l,b]);void 0===b&&(b=null==s?void 0:s[A]);const O=()=>ur({children:m,defaultLocale:g,renderVariable:R}),S=e=>fr({source:m,target:e,locales:[v,g],renderVariable:R});if(!l||s&&!b&&!d||null===b)return y(_,{children:O()});if(b)return y(u,{fallback:S(b),children:S(b)});const E=()=>B(this,void 0,void 0,function*(){if(!d||!v)return O();if(b)return S(b);try{const e=yield h({source:x,targetLocale:v,metadata:{id:n,hash:A,context:o}});return e?S(e):O()}catch(e){return console.warn(e),O()}});if(yr){const e=t.use(Br(["getTranslationPromise",d,JSON.stringify(x),v,n,A,o],()=>E()));return y(u,{fallback:e,children:e})}let j;return j="skeleton"===p.method?"":"replace"===p.method||f?O():"",y(u,{fallback:j,children:E()})}function Tr(e){const{locales:t,locale:r,setLocale:n,gt:o}=w(),i=c(()=>{if(!t||0===t.length)return[];const e=t.sort((e,t)=>(new Intl.Collator).compare(o.getLocaleProperties(e).nativeNameWithRegionCode,o.getLocaleProperties(t).nativeNameWithRegionCode));return e},[t]),s=a(e=>o.getLocaleProperties(e),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:s}}function Cr(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function Rr(e){var{locales:t,customNames:r,customMapping:n=Cr(r)}=e,o=k(e,["locales","customNames","customMapping"]);const{locale:i,locales:a,setLocale:s,getLocaleProperties:c}=Tr(t||void 0),l=e=>{if(n&&n[e]){if("string"==typeof n[e])return n[e];if(n[e].name)return n[e].name}return(t=c(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return a&&0!==a.length&&s?m("select",Object.assign({},o,{value:i||"",onChange:e=>s(e.target.value),children:[!i&&y("option",{value:""}),a.map(e=>y("option",{value:e,suppressHydrationWarning:!0,children:l(e)},e))]})):null}function Ir({regions:e,customMapping:t,prioritizeCurrentLocaleRegion:r=!0,sortRegionsAlphabetically:n=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:o,locale:i,setLocale:a,gt:s,region:l,setRegion:u}=w(),{regionCode:f}=s.getLocaleProperties(i),[h,p]=c(()=>{const a=new Map(o.map(e=>{const t=d(e,i,s.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from((null==a?void 0:a.keys())||[f]),l=new Map(c.map(e=>{var r;return[e,Object.assign(Object.assign({locale:(null===(r=null==a?void 0:a.get(e))||void 0===r?void 0:r.code)||i},s.getRegionProperties(e)),"string"==typeof(null==t?void 0:t[e])?{name:null==t?void 0:t[e]}:null==t?void 0:t[e])]}));if(n&&c.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),r){const e=c.indexOf(f);e>0&&(c.splice(e,1),c.unshift(f))}return[c,l]},[e,l,i,o,s]);return{region:l,setRegion:u,regions:h,regionData:p,locales:o,locale:i,localeRegion:f,setLocale:a}}function Pr(e){var{regions:t,placeholder:r,customMapping:n,prioritizeCurrentLocaleRegion:o,sortRegionsAlphabetically:i,asLocaleSelector:a=!1}=e,s=k(e,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:c,setRegion:l,regions:u,regionData:d,locale:f,setLocale:h}=Ir({regions:t,customMapping:n,prioritizeCurrentLocaleRegion:o,sortRegionsAlphabetically:i});return m("select",Object.assign({},s,{value:c||"",onChange:e=>(e=>{if(l(e),a){const t=d.get(e).locale;f!==t&&h(t)}})(e.target.value),children:[!c&&y("option",{value:"",disabled:Boolean(c),hidden:Boolean(c),suppressHydrationWarning:!0,children:r||""},"placeholder"),u.map(e=>y("option",{value:e,suppressHydrationWarning:!0,children:d.get(e).name},e))]}))}function Lr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function Hr({locale:e="",defaultLocale:t=Nt,locales:r=[],localeCookieName:n=Jt,ssr:o=!0}){const[a,c]=i(o?e&&p(e,r)||"":zr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:n})),[l,u]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=p(n,t)||e||r;return i!==n&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const t=i(e);"undefined"!=typeof document&&(document.cookie=`${n}=${t};path=/`)};return[a,i]}({locale:a,locales:r,defaultLocale:t,localeCookieName:n,_setLocale:c});return s(()=>{const o=zr({_locale:e,locale:a,locales:r,defaultLocale:t,localeCookieName:n});u(o)},[e,a,r,t,n]),[a,l]}function zr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&p(e,r)===t)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find(e=>e.startsWith(`${o}=`)))||void 0===i?void 0:i.split("=")[1]:void 0,c=p([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function Mr({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:i}){s(()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===n||!o&&!r||t||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),t&&r&&"custom"!==n&&!e&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),r===Ft||o===Dt&&"default"===n){const e=i.filter(e=>!b(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=d(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,n,o,r,t,i])}function Dr(e,t){return B(this,void 0,void 0,function*(){const r=Array.from(new Set([e,d(e).languageCode]));for(const e of r)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function Fr({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:n}){const[o,a]=i(e);return s(()=>{if(!t)return;let e=!0;return(()=>{B(this,void 0,void 0,function*(){const o=gr((yield Dr(n,t))||{},(yield Dr(r,t))||{});e&&a(o||{})})})(),()=>{e=!1}},[t,r,n]),o}function Nr({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:n,locale:o,cacheUrl:a,projectId:c,_versionId:l}){const[u,d]=i(e||t&&"disabled"!==r?null:{});return s(()=>{d(t&&"disabled"!==r?null:{})},[o,r]),s(()=>{if(u||!t||"disabled"===r)return;let e=!0;return(()=>{B(this,void 0,void 0,function*(){let t;switch(r){case"custom":if(n)try{t=yield n(o)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(o),e)}break;case"default":try{t=yield function(e){return B(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:c,locale:o,versionId:l})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,t,r,a,c,o,l]),{translations:u,setTranslations:d}}function $r({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function Ur(e){var{children:t,config:r,projectId:n=(null==r?void 0:r.projectId)||"",devApiKey:o=(null==r?void 0:r.devApiKey)||"",dictionary:a=(null==r?void 0:r.dictionary)||{},locales:l=(null==r?void 0:r.locales)||[],defaultLocale:d=(null==r?void 0:r.defaultLocale)||Nt,cacheUrl:h=(null==r?void 0:r.cacheUrl)||Dt,runtimeUrl:p=(null==r?void 0:r.runtimeUrl)||Ft,renderSettings:_=(null==r?void 0:r.renderSettings)||hr,ssr:m=(null==r?void 0:r.ssr)||Lr(),localeCookieName:b=(null==r?void 0:r.localeCookieName)||Jt,locale:w="",region:B,loadDictionary:A,loadTranslations:O,fallback:E,translations:j=null,_versionId:T,customMapping:C=(null==r?void 0:r.customMapping)}=e,R=k(e,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:I,devApiKey:P}=function(e,t){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(n,o),{locale:L,setLocale:H,locales:z,translationRequired:M,dialectTranslationRequired:D}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=c(()=>Array.from(new Set([t,...r])),[t,r]),[a,s]=Hr({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=c(()=>{const e=v(t,a,i);return[e,e&&g(t,a)]},[t,a,i]);return{locale:a,setLocale:s,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:w,defaultLocale:d,locales:l,ssr:m,localeCookieName:b}),{region:F,setRegion:N}=function({_region:e,ssr:t,regionCookieName:r}){const[n,o]=i(t?void 0:$r({_region:e,regionCookieName:r}));return s(()=>{o($r({_region:e,regionCookieName:r}))},[e,r]),{region:n,setRegion:e=>{o(e),"undefined"!=typeof document&&(document.cookie=`${r}=${e||""};path=/`)}}}({_region:B,ssr:m,regionCookieName:Xt}),$=c(()=>new f({devApiKey:P,sourceLocale:d,targetLocale:L,projectId:I,baseUrl:p,customMapping:C}),[P,d,I,p,C]),U=(O?"custom":h&&I&&"default")||"disabled",V=Fr({_dictionary:a,loadDictionary:A,locale:L,defaultLocale:d});Mr({devApiKey:P,projectId:I,runtimeUrl:p,loadTranslationsType:U,cacheUrl:h,locales:l});const{translations:G,setTranslations:K}=Nr({_translations:j,translationRequired:M,loadTranslationsType:U,loadTranslations:O,locale:L,cacheUrl:h,projectId:I,_versionId:T}),{registerIcuForTranslation:W,registerJsxForTranslation:J,developmentApiEnabled:X}=S(Object.assign({gt:$,locale:L,versionId:T,defaultLocale:d,runtimeUrl:p,renderSettings:_,setTranslations:K},R)),{_tFunction:q,_filterMessagesForPreload:Y,_preloadMessages:Z}=Mt({gt:$,translations:G,locale:L,defaultLocale:d,translationRequired:M,developmentApiEnabled:X,registerIcuForTranslation:W}),Q=Wt(V,G,L,d,M,D,X,W),ee=!(M&&!G||!L);return y(x.Provider,{value:{gt:$,registerIcuForTranslation:W,registerJsxForTranslation:J,_tFunction:q,_filterMessagesForPreload:Y,_preloadMessages:Z,_dictionaryFunction:Q,developmentApiEnabled:X,locale:L,locales:z,setLocale:H,defaultLocale:d,region:F,setRegion:N,translations:G,translationRequired:M,dialectTranslationRequired:D,projectId:I,renderSettings:_},children:y(u,{fallback:E,children:ee?t:E})})}function Vr(){const{setLocale:e}=w("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Gr(){return w("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Kr(){return w("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function Wr(e){return Kr().getLocaleProperties(e)}function Jr(){return w("useRegion(): Unable to access user's region outside of a <GTProvider>").region}function Xr(e){const{gt:t}=w("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)}jr._gtt="translate-client";export{Yt as Branch,qt as ClientProvider,T as Currency,C as DateTime,x as GTContext,Ur as GTProvider,Rr as LocaleSelector,E as Num,_r as Plural,Pr as RegionSelector,jr as T,j as Var,R as renderVariable,Or as useDefaultLocale,Ar as useGT,Kr as useGTClass,Er as useLocale,Xr as useLocaleDirection,Wr as useLocaleProperties,Tr as useLocaleSelector,Gr as useLocales,Jr as useRegion,Ir as useRegionSelector,S as useRuntimeTranslation,Vr as useSetLocale,Sr as useTranslations};
18
+ function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,m,b,x,w,k,B,A,O,S,E=this._hash.words,j=u.words,T=d.words,C=a.words,R=s.words,I=c.words,P=l.words;for(w=i=E[0],k=f=E[1],B=m=E[2],A=b=E[3],O=x=E[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,m,b)+j[0]:r<32?p(f,m,b)+j[1]:r<48?v(f,m,b)+j[2]:r<64?g(f,m,b)+j[3]:y(f,m,b)+j[4],S=(S=_(S|=0,I[r]))+x|0,i=x,x=b,b=_(m,10),m=f,f=S,S=w+e[t+R[r]]|0,S+=r<16?y(k,B,A)+T[0]:r<32?g(k,B,A)+T[1]:r<48?v(k,B,A)+T[2]:r<64?p(k,B,A)+T[3]:h(k,B,A)+T[4],S=(S=_(S|=0,P[r]))+O|0,w=O,O=A,A=_(B,10),B=k,k=S;S=E[1]+m+A|0,E[1]=E[2]+b+O|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+B|0,E[0]=S},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Oe.exports;var e}(),je(),function(){return Te||(Te=1,Ce.exports=(c=V(),pe(),je(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),Ce.exports;var e,t,r,n,o,i,a,s,c}(),Pe(),ze(),Fe(),Ue(),Ke(),Xe(),function(){return qe?Ye.exports:(qe=1,Ye.exports=(t=V(),ze(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ze?Qe.exports:(Ze=1,Qe.exports=(e=V(),ze(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return et?tt.exports:(et=1,tt.exports=(e=V(),ze(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return rt?nt.exports:(rt=1,nt.exports=(e=V(),ze(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return ot||(ot=1,it.exports=(e=V(),ze(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),it.exports;var e}(),function(){return at?st.exports:(at=1,st.exports=(e=V(),ze(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return ct?lt.exports:(ct=1,lt.exports=(n=V(),ze(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return ut||(ut=1,dt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),dt.exports;var e}(),pt(),function(){return vt||(vt=1,gt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),gt.exports;var e}(),function(){return yt||(yt=1,_t.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),_t.exports;var e}(),function(){return mt||(mt=1,bt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),bt.exports;var e}(),kt())),F.exports),Rt=H(Ct),It=function(){return It=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},It.apply(this,arguments)};function Pt(e){return Rt.SHA256(e).toString(Rt.enc.Hex).slice(0,16)}function Lt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Pt);var a={};return a.source="JSX"===i?zt(r):r,a=It(It(It(It({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(D(a))}"function"==typeof SuppressedError&&SuppressedError;var Ht=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=zt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],zt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?It({k:e.k},e.v&&{v:e.v}):t}return e};function zt(e){return Array.isArray(e)?e.map(Ht):Ht(e)}function Mt({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=k(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>Lt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function c(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},l)=>{const u=s(e,t);if(!u)return"";const{id:d,context:f,_hash:h,calculateHash:p,renderMessage:v}=u;if(!o)return v(e,[n]);const{translationEntry:g,hash:y}=c(p,d,h);if(null===g)return v(e,[n]);if(g)try{return v(g,[r,n])}catch(t){return console.error(O(e,d),"Error: ",t),v(e,[n])}if("undefined"!==(null==l?void 0:l[y])){if(null==l?void 0:l[y])try{return v(null==l?void 0:l[y],[r,n])}catch(t){return console.error(O(e,d),"Error: ",t),v(e,[n])}return v(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},f&&{context:f}),d&&{id:d}),{hash:y||""})}),v(e,[n])):v(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=k(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:u,hash:d}=c(l,i,a);u||t.push(Object.assign(Object.assign({message:e},n),{$_hash:d}))}return t},_preloadMessages:e=>B(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>B(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,k(e,["message"]));if(!o)return;const{id:i,context:l,_hash:u,calculateHash:d}=o,{translationEntry:f,hash:h}=c(d,i,u);f&&(t[h]=f),t[h]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:h})})}))),t})}}var Dt="https://cdn.gtx.dev",Ft="https://runtime2.gtx.dev",Nt="en",$t=["singular","plural","dual","zero","one","two","few","many","other"];var Ut=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function Vt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var Gt={variable:"v",number:"n",datetime:"d",currency:"c"};function Kt(e){return Gt[e]}function Wt(e,r,n,o,i,s,c,l,u){return a((a,s={})=>{if(!e)return"";let u=!1;const d=function(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}(a);d&&(u=!0,s=d);const f=u?-1===(p=a).lastIndexOf(":")?p:p.slice(0,p.lastIndexOf(":")):function(e,r){let n=e;const o=r.split(".");for(const e of o){if("object"!=typeof n||Array.isArray(n)||t.isValidElement(n))return;n=n[e]}return n}(e,a);var p;if(!f)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(a)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(f))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(a)),"";const{entry:v,metadata:g}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(f);if(!v||"string"!=typeof v)return"";const y=(e,t)=>h(e,{locales:t,variables:s});if(!i)return y(v,[o]);const _=u?(null==s?void 0:s.$_hash)||"":Lt(Object.assign(Object.assign({source:v},(null==g?void 0:g.$context)&&{context:g.$context}),{id:a,dataFormat:"ICU"})),m=null==r?void 0:r[_];return m?y(m,[n,o]):null===m?y(v,[o]):c?(l({source:v,targetLocale:n,metadata:Object.assign(Object.assign(Object.assign({},(null==g?void 0:g.$context)&&{context:g.$context}),u&&{id:a}),{hash:_})}),y(v,[o])):y(v,[o])},[e,r,n,o,i,c,l,s])}"function"==typeof SuppressedError&&SuppressedError;const Jt="generaltranslation.locale",Xt="generaltranslation.region";function qt({children:t,dictionary:r,translations:n,locale:o,region:a,_versionId:l,defaultLocale:u,translationRequired:d,dialectTranslationRequired:h,locales:v=[],renderSettings:g,projectId:_,devApiKey:m,runtimeUrl:b,developmentApiEnabled:w,resetLocaleCookieName:k,localeCookieName:B=Jt,regionCookieName:A=Xt,customMapping:O}){const[E,j]=i(n),[T,C]=i(o&&p(o,v)||"");s(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${B}=`)))||void 0===e?void 0:e.split("=")[1];T&&t&&t!==T&&(document.cookie=`${B}=;path=/`)},[T,B]);const[R,I]=i(a);s(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${A}=`)))||void 0===e?void 0:e.split("=")[1];R&&t&&t!==R&&(document.cookie=`${A}=;path=/`)},[R,A]);const P=c(()=>new f({devApiKey:m,sourceLocale:u,targetLocale:T,projectId:_,baseUrl:b||void 0,customMapping:O}),[m,u,T,_,b,O]),{registerIcuForTranslation:L,registerJsxForTranslation:H}=S({gt:P,locale:T,versionId:l,runtimeUrl:b,setTranslations:j,defaultLocale:u,renderSettings:g,developmentApiEnabled:w}),{_tFunction:z,_filterMessagesForPreload:M,_preloadMessages:D}=Mt({gt:P,translations:E,locale:T,defaultLocale:u,translationRequired:d,developmentApiEnabled:w,registerIcuForTranslation:L}),F=Wt(r,E,T,u,d,h,w,L),N=!(d&&!E)&&T;return y(x.Provider,{value:{gt:P,registerIcuForTranslation:L,registerJsxForTranslation:H,setLocale:e=>{e=p(e,v)||T||u,document.cookie=`${B}=${e};path=/`,document.cookie=`${k}=true;path=/`,C(e),window.location.reload()},_tFunction:z,_filterMessagesForPreload:M,_preloadMessages:D,_dictionaryFunction:F,locale:T,locales:v,defaultLocale:u,region:R,setRegion:e=>{document.cookie=`${A}=${e||""};path=/`,I(e)},translations:E,translationRequired:d,dialectTranslationRequired:h,renderSettings:g,developmentApiEnabled:w},children:y(e.Suspense,{fallback:N&&t,children:N&&t})})}function Yt(e){var{children:t,branch:r}=e,n=k(e,["children","branch"]);const o=(r=null==r?void 0:r.toString())&&void 0!==n[r]?n[r]:t;return y(_,{children:o})}function Zt(e,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return $t.includes(e)}(t)&&(e[t]=Zt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=k(r,["children","branch"]),a=Object.entries(i).reduce((e,[t,r])=>(e[t]=Zt(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(e){return l(e)?function(e){const{props:r}=e,n=o(e),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),e.type===t.Fragment&&(i["data-_gt"].transformation="fragment"),t.cloneElement(e,i)}(e):e}function a(e){return Array.isArray(e)?t.Children.map(e,i):i(e)}return a(e)}Yt._gtt="branch";const Qt={variable:"value",number:"n",datetime:"date",currency:"cost"};function er(e={},t){var r;if(e.name)return e.name;return`_gt_${Qt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var tr={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const rr=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},nr=e=>{const{props:t}=e,r={t:rr(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=er(t,r),o=Kt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(tr).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=ir(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=ir(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(tr).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=ir(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=ir(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=ir(t.children)),r},or=e=>{return r=e,t.isValidElement(r)?nr(e):"number"==typeof e?e.toString():e;var r};function ir(e){return Array.isArray(e)?e.map(or):or(e)}function ar(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=$t),void 0===r&&(r=["en"]);var n=Ut.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function sr(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function cr(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:er(e,r),variableType:Kt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function lr(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function ur({children:e,defaultLocale:r=Nt,renderVariable:n}){const o=e=>t.isValidElement(e)?(e=>{const o=lr(e);if(sr(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=cr(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const t=o.branches||{};return i(ar(e.props.n,[r],t)||e.props.children)}if("branch"===(null==o?void 0:o.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":a}=t,s=k(t,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?t.createElement(t.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?t.Children.map(e,o):o(e);return i(e)}function dr({sourceElement:e,targetElement:r,locales:n=[Nt],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(tr).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const t=e.props.n;return fr({source:ar(t,n,c.branches||{})||e.props.children,target:ar(t,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return fr({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?t.createElement(t.Fragment,{key:e.props.key,children:fr({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?t.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:fr({source:s.children,target:r.c,locales:n,renderVariable:o})})):ur({children:e,defaultLocale:n[0],renderVariable:o})}function fr({source:e,target:r,locales:n=[Nt],renderVariable:o}){if(null==r&&e)return ur({children:e,defaultLocale:n[0],renderVariable:o});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(e)&&e&&(e=[e]),Array.isArray(e)&&Array.isArray(r)){const i={},a={},s=e.filter(e=>{if(t.isValidElement(e)){if(!sr(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=cr(e.props);i[t]=r,a[t]=n}}return!1}),c=e=>s.find(t=>{const r=lr(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||s.shift();return r.map((e,r)=>{if("string"==typeof e)return y(t.Fragment,{children:e},`string_${r}`);if(Vt(e))return y(t.Fragment,{children:o({variableType:e.v||"v",variableValue:i[e.k],variableOptions:a[e.k],locales:n})},`var_${r}`);const s=c(e);return s?y(t.Fragment,{children:dr({sourceElement:s,targetElement:e,locales:n,renderVariable:o})},`element_${r}`):void 0})}if(r&&"object"==typeof r&&!Array.isArray(r)){const i=Vt(r)?"variable":"element";if(t.isValidElement(e)){if("element"===i)return dr({sourceElement:e,targetElement:r,locales:n,renderVariable:o});if(sr(e.props)){const{variableValue:t,variableOptions:r,variableType:i}=cr(e.props);return o({variableType:i,variableValue:t,variableOptions:r,locales:n})}}}return ur({children:e,defaultLocale:n[0],renderVariable:o})}const hr={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const pr=e=>"string"==typeof e||Array.isArray(e),vr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function gr(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>pr(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>pr(e)))),n=Object.entries(e).filter(([,e])=>vr(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>vr(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=gr(e[n]||{},t[n]||{});return r}const yr="function"==typeof e.use;function _r(e){var{children:t,n:r,locales:o}=e,i=k(e,["children","n","locales"]);const a=n(x);let s;a&&(o||(o=a.locale),s||(s=a.defaultLocale));const c=[...o?[o]:[],s||Nt];if("number"!=typeof r)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(t));return y(_,{children:ar(r,c,i)||t})}var mr;_r._gtt="plural";const br=Number.POSITIVE_INFINITY,xr=null!==(mr=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==mr?mr:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function wr(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>wr(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${wr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function kr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):wr(e)}function Br(e,t,r){const n=xr,o=Date.now(),i=br,a=kr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function Ar(t){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:i,_tFunction:a,locale:s}=w("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let c;if(t&&yr&&r&&n){const r=i(t);r.length>0&&(c=e.use(Br(["_preloadMessages",s,JSON.stringify(r)],()=>o(r))))}return function(e,t={}){return a(e,t,c)}}function Or(){return w("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function Sr(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=w(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}}function Er(){return w("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function jr(e){var{children:r,id:n,context:o,_hash:i}=e,a=k(e,["children","id","context","_hash"]);if(!r)return;n=null!=n?n:null==a?void 0:a.$id,o=null!=o?o:null==a?void 0:a.$context;const{translations:s,translationRequired:l,developmentApiEnabled:d,dialectTranslationRequired:f,registerJsxForTranslation:h,renderSettings:p,locale:v,defaultLocale:g}=w("<T> used on the client-side outside of <GTProvider>"),m=c(()=>Zt(r),[r]);let b;n&&(b=null==s?void 0:s[n]),void 0===b&&i&&(b=null==s?void 0:s[i]);const[x,A]=c(()=>{if(!l||b)return[void 0,""];const e=ir(m);return[e,Lt(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]},[m,o,n,l,b]);void 0===b&&(b=null==s?void 0:s[A]);const O=()=>ur({children:m,defaultLocale:g,renderVariable:R}),S=e=>fr({source:m,target:e,locales:[v,g],renderVariable:R});if(!l||s&&!b&&!d||null===b)return y(_,{children:O()});if(b)return y(u,{fallback:S(b),children:S(b)});const E=()=>B(this,void 0,void 0,function*(){if(!d||!v)return O();if(b)return S(b);try{const e=yield h({source:x,targetLocale:v,metadata:{id:n,hash:A,context:o}});return e?S(e):O()}catch(e){return console.warn(e),O()}});if(yr){const e=t.use(Br(["getTranslationPromise",d,JSON.stringify(x),v,n,A,o],()=>E()));return y(u,{fallback:e,children:e})}let j;return j="skeleton"===p.method?"":"replace"===p.method||f?O():"",y(u,{fallback:j,children:E()})}function Tr(e){const{locales:t,locale:r,setLocale:n,gt:o}=w(),i=c(()=>{if(!t||0===t.length)return[];const e=t.sort((e,t)=>(new Intl.Collator).compare(o.getLocaleProperties(e).nativeNameWithRegionCode,o.getLocaleProperties(t).nativeNameWithRegionCode));return e},[t]),s=a(e=>o.getLocaleProperties(e),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:s}}function Cr(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function Rr(e){var{locales:t,customNames:r,customMapping:n=Cr(r)}=e,o=k(e,["locales","customNames","customMapping"]);const{locale:i,locales:a,setLocale:s,getLocaleProperties:c}=Tr(t||void 0),l=e=>{if(n&&n[e]){if("string"==typeof n[e])return n[e];if(n[e].name)return n[e].name}return(t=c(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return a&&0!==a.length&&s?m("select",Object.assign({},o,{value:i||"",onChange:e=>s(e.target.value),children:[!i&&y("option",{value:""}),a.map(e=>y("option",{value:e,suppressHydrationWarning:!0,children:l(e)},e))]})):null}function Ir({regions:e,customMapping:t,prioritizeCurrentLocaleRegion:r=!0,sortRegionsAlphabetically:n=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:o,locale:i,setLocale:a,gt:s,region:l,setRegion:u}=w(),{regionCode:f}=s.getLocaleProperties(i),[h,p]=c(()=>{const a=new Map(o.map(e=>{const t=d(e,i,s.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from((null==a?void 0:a.keys())||[f]),l=new Map(c.map(e=>{var r;return[e,Object.assign(Object.assign({locale:(null===(r=null==a?void 0:a.get(e))||void 0===r?void 0:r.code)||i},s.getRegionProperties(e)),"string"==typeof(null==t?void 0:t[e])?{name:null==t?void 0:t[e]}:null==t?void 0:t[e])]}));if(n&&c.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),r){const e=c.indexOf(f);e>0&&(c.splice(e,1),c.unshift(f))}return[c,l]},[e,l,i,o,s]);return{region:l,setRegion:u,regions:h,regionData:p,locales:o,locale:i,localeRegion:f,setLocale:a}}function Pr(e){var{regions:t,placeholder:r,customMapping:n,prioritizeCurrentLocaleRegion:o,sortRegionsAlphabetically:i,asLocaleSelector:a=!1}=e,s=k(e,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:c,setRegion:l,regions:u,regionData:d,locale:f,setLocale:h}=Ir({regions:t,customMapping:n,prioritizeCurrentLocaleRegion:o,sortRegionsAlphabetically:i});return m("select",Object.assign({},s,{value:c||"",onChange:e=>(e=>{if(l(e),a){const t=d.get(e).locale;f!==t&&h(t)}})(e.target.value),children:[!c&&y("option",{value:"",disabled:Boolean(c),hidden:Boolean(c),suppressHydrationWarning:!0,children:r||""},"placeholder"),u.map(e=>y("option",{value:e,suppressHydrationWarning:!0,children:d.get(e).name},e))]}))}function Lr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function Hr({locale:e="",defaultLocale:t=Nt,locales:r=[],localeCookieName:n=Jt,ssr:o=!0}){const[a,c]=i(o?e&&p(e,r)||"":zr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:n})),[l,u]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=p(n,t)||e||r;return i!==n&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const t=i(e);"undefined"!=typeof document&&(document.cookie=`${n}=${t};path=/`)};return[a,i]}({locale:a,locales:r,defaultLocale:t,localeCookieName:n,_setLocale:c});return s(()=>{const o=zr({_locale:e,locale:a,locales:r,defaultLocale:t,localeCookieName:n});u(o)},[e,a,r,t,n]),[a,l]}function zr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&p(e,r)===t)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find(e=>e.startsWith(`${o}=`)))||void 0===i?void 0:i.split("=")[1]:void 0,c=p([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function Mr({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:i}){s(()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===n||!o&&!r||t||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),t&&r&&"custom"!==n&&!e&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),r===Ft||o===Dt&&"default"===n){const e=i.filter(e=>!b(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=d(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,n,o,r,t,i])}function Dr(e,t){return B(this,void 0,void 0,function*(){const r=Array.from(new Set([e,d(e).languageCode]));for(const e of r)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function Fr({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:n}){const[o,a]=i(e);return s(()=>{if(!t)return;let e=!0;return(()=>{B(this,void 0,void 0,function*(){const o=gr((yield Dr(n,t))||{},(yield Dr(r,t))||{});e&&a(o||{})})})(),()=>{e=!1}},[t,r,n]),o}function Nr({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:n,locale:o,cacheUrl:a,projectId:c,_versionId:l}){const[u,d]=i(e||t&&"disabled"!==r?null:{});return s(()=>{d(t&&"disabled"!==r?null:{})},[o,r]),s(()=>{if(u||!t||"disabled"===r)return;let e=!0;return(()=>{B(this,void 0,void 0,function*(){let t;switch(r){case"custom":if(n)try{t=yield n(o)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(o),e)}break;case"default":try{t=yield function(e){return B(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:c,locale:o,versionId:l})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,t,r,a,c,o,l]),{translations:u,setTranslations:d}}function $r({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function Ur(e){var{children:t,config:r,projectId:n=(null==r?void 0:r.projectId)||"",devApiKey:o=(null==r?void 0:r.devApiKey)||"",dictionary:a=(null==r?void 0:r.dictionary)||{},locales:l=(null==r?void 0:r.locales)||[],defaultLocale:d=(null==r?void 0:r.defaultLocale)||Nt,cacheUrl:h=(null==r?void 0:r.cacheUrl)||Dt,runtimeUrl:p=(null==r?void 0:r.runtimeUrl)||Ft,renderSettings:_=(null==r?void 0:r.renderSettings)||hr,ssr:m=(null==r?void 0:r.ssr)||Lr(),localeCookieName:b=(null==r?void 0:r.localeCookieName)||Jt,locale:w="",region:B,loadDictionary:A,loadTranslations:O,fallback:E,translations:j=null,_versionId:T,customMapping:C=(null==r?void 0:r.customMapping)}=e,R=k(e,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:I,devApiKey:P}=function(e,t){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(n,o),{locale:L,setLocale:H,locales:z,translationRequired:M,dialectTranslationRequired:D}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=c(()=>Array.from(new Set([t,...r])),[t,r]),[a,s]=Hr({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=c(()=>{const e=v(t,a,i);return[e,e&&g(t,a)]},[t,a,i]);return{locale:a,setLocale:s,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:w,defaultLocale:d,locales:l,ssr:m,localeCookieName:b}),{region:F,setRegion:N}=function({_region:e,ssr:t,regionCookieName:r}){const[n,o]=i(t?void 0:$r({_region:e,regionCookieName:r}));return s(()=>{o($r({_region:e,regionCookieName:r}))},[e,r]),{region:n,setRegion:e=>{o(e),"undefined"!=typeof document&&(document.cookie=`${r}=${e||""};path=/`)}}}({_region:B,ssr:m,regionCookieName:Xt}),$=c(()=>new f({devApiKey:P,sourceLocale:d,targetLocale:L,projectId:I,baseUrl:p,customMapping:C}),[P,d,I,p,C]),U=(O?"custom":h&&I&&"default")||"disabled",V=Fr({_dictionary:a,loadDictionary:A,locale:L,defaultLocale:d});Mr({devApiKey:P,projectId:I,runtimeUrl:p,loadTranslationsType:U,cacheUrl:h,locales:l});const{translations:G,setTranslations:K}=Nr({_translations:j,translationRequired:M,loadTranslationsType:U,loadTranslations:O,locale:L,cacheUrl:h,projectId:I,_versionId:T}),{registerIcuForTranslation:W,registerJsxForTranslation:J,developmentApiEnabled:X}=S(Object.assign({gt:$,locale:L,versionId:T,defaultLocale:d,runtimeUrl:p,renderSettings:_,setTranslations:K},R)),{_tFunction:q,_filterMessagesForPreload:Y,_preloadMessages:Z}=Mt({gt:$,translations:G,locale:L,defaultLocale:d,translationRequired:M,developmentApiEnabled:X,registerIcuForTranslation:W}),Q=Wt(V,G,L,d,M,D,X,W),ee=!(M&&!G||!L);return y(x.Provider,{value:{gt:$,registerIcuForTranslation:W,registerJsxForTranslation:J,_tFunction:q,_filterMessagesForPreload:Y,_preloadMessages:Z,_dictionaryFunction:Q,developmentApiEnabled:X,locale:L,locales:z,setLocale:H,defaultLocale:d,region:F,setRegion:N,translations:G,translationRequired:M,dialectTranslationRequired:D,projectId:I,renderSettings:_},children:y(u,{fallback:E,children:ee?t:E})})}function Vr(){const{setLocale:e}=w("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Gr(){return w("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Kr(){return w("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function Wr(e){return Kr().getLocaleProperties(e)}function Jr(){return w("useRegion(): Unable to access user's region outside of a <GTProvider>").region}function Xr(e){const{gt:t}=w("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)}jr._gtt="translate-client";export{Yt as Branch,qt as ClientProvider,T as Currency,C as DateTime,x as GTContext,Ur as GTProvider,Rr as LocaleSelector,E as Num,_r as Plural,Pr as RegionSelector,jr as T,j as Var,R as renderVariable,Or as useDefaultLocale,Ar as useGT,Kr as useGTClass,Er as useLocale,Xr as useLocaleDirection,Wr as useLocaleProperties,Tr as useLocaleSelector,Gr as useLocales,Jr as useRegion,Ir as useRegionSelector,S as useRuntimeTranslation,Vr as useSetLocale,Sr as useTranslations};
@@ -1 +1 @@
1
- {"version":3,"file":"getDictionaryEntry.d.ts","sourceRoot":"","sources":["../../src/dictionaries/getDictionaryEntry.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE7D,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,eAAe,CAc1B;AAED,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,UAAU,EACrD,UAAU,EAAE,CAAC,EACb,EAAE,EAAE,MAAM,GACT,UAAU,GAAG,eAAe,GAAG,SAAS,CAc1C"}
1
+ {"version":3,"file":"getDictionaryEntry.d.ts","sourceRoot":"","sources":["../../src/dictionaries/getDictionaryEntry.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE7D,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,eAAe,CAgB1B;AAED,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,UAAU,EACrD,UAAU,EAAE,CAAC,EACb,EAAE,EAAE,MAAM,GACT,UAAU,GAAG,eAAe,GAAG,SAAS,CAc1C"}
@@ -15,4 +15,4 @@ e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(e){
15
15
 
16
16
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17
17
  */
18
- function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,B,S,O,A,j=this._hash.words,E=u.words,T=d.words,C=a.words,R=s.words,P=c.words,L=l.words;for(w=i=j[0],k=f=j[1],B=b=j[2],S=m=j[3],O=x=j[4],r=0;r<80;r+=1)A=i+e[t+C[r]]|0,A+=r<16?h(f,b,m)+E[0]:r<32?p(f,b,m)+E[1]:r<48?v(f,b,m)+E[2]:r<64?g(f,b,m)+E[3]:y(f,b,m)+E[4],A=(A=_(A|=0,P[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=A,A=w+e[t+R[r]]|0,A+=r<16?y(k,B,S)+T[0]:r<32?g(k,B,S)+T[1]:r<48?v(k,B,S)+T[2]:r<64?p(k,B,S)+T[3]:h(k,B,S)+T[4],A=(A=_(A|=0,L[r]))+O|0,w=O,O=S,S=_(B,10),B=k,k=A;A=j[1]+b+S|0,j[1]=j[2]+m+O|0,j[2]=j[3]+x+w|0,j[3]=j[4]+i+k|0,j[4]=j[0]+f+B|0,j[0]=A},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),ne.exports;var e}(),ae(),function(){return se||(se=1,ce.exports=(c=x(),V(),ae(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ce.exports;var e,t,r,n,o,i,a,s,c}(),de(),pe(),ye(),me(),ke(),Oe(),function(){return Ae?je.exports:(Ae=1,je.exports=(t=x(),pe(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ee?Te.exports:(Ee=1,Te.exports=(e=x(),pe(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return Ce?Re.exports:(Ce=1,Re.exports=(e=x(),pe(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Pe?Le.exports:(Pe=1,Le.exports=(e=x(),pe(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Ie||(Ie=1,Me.exports=(e=x(),pe(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),Me.exports;var e}(),function(){return De?ze.exports:(De=1,ze.exports=(e=x(),pe(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return He?Fe.exports:(He=1,Fe.exports=(n=x(),pe(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return Ne||(Ne=1,$e.exports=(e=x(),P(),H(),de(),pe(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),$e.exports;var e}(),Ve(),function(){return Ke||(Ke=1,We.exports=(e=x(),P(),H(),de(),pe(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),We.exports;var e}(),function(){return Je||(Je=1,Xe.exports=(e=x(),P(),H(),de(),pe(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),Xe.exports;var e}(),function(){return qe||(qe=1,Ye.exports=(e=x(),P(),H(),de(),pe(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),Ye.exports;var e}(),et())),y.exports),lt=h(ct),ut="https://cdn.gtx.dev",dt="https://runtime2.gtx.dev",ft="en",ht=["singular","plural","dual","zero","one","two","few","many","other"];var pt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function vt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var gt={variable:"v",number:"n",datetime:"d",currency:"c"};function yt(e){return gt[e]}function _t(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function bt(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:l(e,r),variableType:yt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function mt(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=ht),void 0===r&&(r=["en"]);var n=pt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function xt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function wt({children:e,defaultLocale:r=ft,renderVariable:n}){const o=e=>t.isValidElement(e)?(e=>{const o=xt(e);if(_t(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=bt(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const t=o.branches||{};return i(mt(e.props.n,[r],t)||e.props.children)}if("branch"===(null==o?void 0:o.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":s}=t,c=a(t,["children","branch","data-_gt"]);return c=o.branches||{},i(void 0!==c[n]?c[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?t.createElement(t.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?t.Children.map(e,o):o(e);return i(e)}function kt(e,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return ht.includes(e)}(t)&&(e[t]=kt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=a(r,["children","branch"]),s=Object.entries(i).reduce((e,[t,r])=>(e[t]=kt(r,n),e),{});Object.keys(s).length&&(o.branches=s)}o.transformation=e[0]}return o};function i(e){return t.isValidElement(e)?function(e){const{props:r}=e,n=o(e),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=s(r.children)),e.type===t.Fragment&&(i["data-_gt"].transformation="fragment"),t.cloneElement(e,i)}(e):e}function s(e){return Array.isArray(e)?t.Children.map(e,i):i(e)}return s(e)}"function"==typeof SuppressedError&&SuppressedError;var Bt={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const St=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Ot=e=>{const{props:t}=e,r={t:St(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=l(t,r),o=yt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Bt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=jt(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=jt(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(Bt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=jt(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=jt(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=jt(t.children)),r},At=e=>{return r=e,t.isValidElement(r)?Ot(e):"number"==typeof e?e.toString():e;var r};function jt(e){return Array.isArray(e)?e.map(At):At(e)}function Et({sourceElement:e,targetElement:r,locales:n=[ft],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(Bt).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const t=e.props.n;return Tt({source:mt(t,n,c.branches||{})||e.props.children,target:mt(t,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return Tt({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?t.createElement(t.Fragment,{key:e.props.key,children:Tt({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?t.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:Tt({source:s.children,target:r.c,locales:n,renderVariable:o})})):wt({children:e,defaultLocale:n[0],renderVariable:o})}function Tt({source:r,target:n,locales:o=[ft],renderVariable:i}){if(null==n&&r)return wt({children:r,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(r)&&r&&(r=[r]),Array.isArray(r)&&Array.isArray(n)){const a={},s={},c=r.filter(e=>{if(t.isValidElement(e)){if(!_t(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=bt(e.props);a[t]=r,s[t]=n}}return!1}),l=e=>c.find(t=>{const r=xt(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||c.shift();return n.map((r,n)=>{if("string"==typeof r)return e.jsx(t.Fragment,{children:r},`string_${n}`);if(vt(r))return e.jsx(t.Fragment,{children:i({variableType:r.v||"v",variableValue:a[r.k],variableOptions:s[r.k],locales:o})},`var_${n}`);const c=l(r);return c?e.jsx(t.Fragment,{children:Et({sourceElement:c,targetElement:r,locales:o,renderVariable:i})},`element_${n}`):void 0})}if(n&&"object"==typeof n&&!Array.isArray(n)){const e=vt(n)?"variable":"element";if(t.isValidElement(r)){if("element"===e)return Et({sourceElement:r,targetElement:n,locales:o,renderVariable:i});if(_t(r.props)){const{variableValue:e,variableOptions:t,variableType:n}=bt(r.props);return i({variableType:n,variableValue:e,variableOptions:t,locales:o})}}}return wt({children:r,defaultLocale:o[0],renderVariable:i})}const Ct={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};var Rt=function(){return Rt=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Rt.apply(this,arguments)};function Pt(e){return lt.SHA256(e).toString(lt.enc.Hex).slice(0,16)}function Lt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Pt);var a={};return a.source="JSX"===i?Mt(r):r,a=Rt(Rt(Rt(Rt({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(g(a))}"function"==typeof SuppressedError&&SuppressedError;var It=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=Mt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],Mt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?Rt({k:e.k},e.v&&{v:e.v}):t}return e};function Mt(e){return Array.isArray(e)?e.map(It):It(e)}function Dt(e){return-1===e.lastIndexOf(":")?e:e.slice(0,e.lastIndexOf(":"))}function zt(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}const Ht="generaltranslation.locale",Ft=e=>"string"==typeof e||Array.isArray(e),Nt=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function $t(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>Ft(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>Ft(e)))),n=Object.entries(e).filter(([,e])=>Nt(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>Nt(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=$t(e[n]||{},t[n]||{});return r}const Ut="function"==typeof i.use,Gt=t.createContext(void 0);function Vt(e="useGTContext() must be used within a <GTProvider>!"){const r=t.useContext(Gt);if(void 0===r)throw new Error(e);return r}function Kt({children:n,locales:o,options:i={}}){const a=t.useContext(Gt);if(null==n)return null;const s=(null==a?void 0:a.gt)||new r.GT;let c="string"==typeof n?parseFloat(n):n;return"number"==typeof c&&(o||(o||(o=[]),(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale)),c=s.formatNum(c,Object.assign({locales:o},i))),e.jsx(e.Fragment,{children:c})}function Wt({children:t}){return e.jsx(e.Fragment,{children:t})}function Jt({children:n,currency:o="USD",locales:i,options:a={}}){const s=t.useContext(Gt);if(null==n)return null;const c=(null==s?void 0:s.gt)||new r.GT;let l="string"==typeof n?parseFloat(n):n;return"number"==typeof l&&(i||(i||(i=[]),(null==s?void 0:s.locale)&&i.push(s.locale),(null==s?void 0:s.defaultLocale)&&i.push(s.defaultLocale)),l=c.formatCurrency(l,o,Object.assign({locales:i},a))),e.jsx(e.Fragment,{children:l})}function Xt({children:n,locales:o,options:i={}}){const a=t.useContext(Gt);if(null==n)return null;const s=(null==a?void 0:a.gt)||new r.GT;o||(o=[],(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale));const c=s.formatDateTime(n,Object.assign({locales:o},i)).replace(/[\u200F\u202B\u202E]/g,"");return e.jsx(e.Fragment,{children:c})}Kt._gtt="variable-number",Wt._gtt="variable-variable",Jt._gtt="variable-currency",Xt._gtt="variable-datetime";const qt=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e.jsx(Kt,{options:n,children:r}):"d"===t?e.jsx(Xt,{options:n,children:r}):"c"===t?e.jsx(Jt,{options:n,children:r}):e.jsx(Wt,{children:r});var Yt;const Zt=Number.POSITIVE_INFINITY,Qt=null!==(Yt=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==Yt?Yt:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function er(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>er(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${er(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function tr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):er(e)}function rr(e,t,r){const n=Qt,o=Date.now(),i=Zt,a=tr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function nr(r){var{children:n,id:o,context:i,_hash:c}=r,l=a(r,["children","id","context","_hash"]);if(!n)return;o=null!=o?o:null==l?void 0:l.$id,i=null!=i?i:null==l?void 0:l.$context;const{translations:u,translationRequired:d,developmentApiEnabled:f,dialectTranslationRequired:h,registerJsxForTranslation:p,renderSettings:v,locale:g,defaultLocale:y}=Vt("<T> used on the client-side outside of <GTProvider>"),_=t.useMemo(()=>kt(n),[n]);let b;o&&(b=null==u?void 0:u[o]),void 0===b&&c&&(b=null==u?void 0:u[c]);const[m,x]=t.useMemo(()=>{if(!d||b)return[void 0,""];const e=jt(_);return[e,Lt(Object.assign(Object.assign(Object.assign({source:e},i&&{context:i}),o&&{id:o}),{dataFormat:"JSX"}))]},[_,i,o,d,b]);void 0===b&&(b=null==u?void 0:u[x]);const w=()=>wt({children:_,defaultLocale:y,renderVariable:qt}),k=e=>Tt({source:_,target:e,locales:[g,y],renderVariable:qt});if(!d||u&&!b&&!f||null===b)return e.jsx(e.Fragment,{children:w()});if(b)return e.jsx(t.Suspense,{fallback:k(b),children:k(b)});const B=()=>s(this,void 0,void 0,function*(){if(!f||!g)return w();if(b)return k(b);try{const e=yield p({source:m,targetLocale:g,metadata:{id:o,hash:x,context:i}});return e?k(e):w()}catch(e){return console.warn(e),w()}});if(Ut){const r=t.use(rr(["getTranslationPromise",f,JSON.stringify(m),g,o,x,i],()=>B()));return e.jsx(t.Suspense,{fallback:r,children:r})}let S;return S="skeleton"===v.method?"":"replace"===v.method||h?w():"",e.jsx(t.Suspense,{fallback:S,children:B()})}nr._gtt="translate-client";const or=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`,ir=(e,t)=>`gt-react Error: error rendering string ${t?`for id: "${t}"`:""} original message: "${e}"`;function ar(e,n,o,i,a,s,c,l,u){return t.useCallback((s,u={})=>{if(!e)return"";let d=!1;const f=zt(s);f&&(d=!0,u=f);const h=d?Dt(s):function(e,r){let n=e;const o=r.split(".");for(const e of o){if("object"!=typeof n||Array.isArray(n)||t.isValidElement(n))return;n=n[e]}return n}(e,s);if(!h)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(s)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:p,metadata:v}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(h);if(!p||"string"!=typeof p)return"";const g=(e,t)=>r.formatMessage(e,{locales:t,variables:u});if(!a)return g(p,[i]);const y=Lt(Object.assign(Object.assign({source:p},(null==v?void 0:v.$context)&&{context:v.$context}),{id:s,dataFormat:"ICU"})),_=null==n?void 0:n[y];return _?g(_,[o,i]):null===_?g(p,[i]):c?(l({source:p,targetLocale:o,metadata:Object.assign(Object.assign({},(null==v?void 0:v.$context)&&{context:v.$context}),{id:s,hash:y})}),g(p,[i])):g(p,[i])},[e,n,o,i,a,c,l,s])}function sr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function cr({locale:e="",defaultLocale:n=ft,locales:o=[],localeCookieName:i=Ht,ssr:a=!0}){const[s,c]=t.useState(a?e&&r.determineLocale(e,o)||"":lr({_locale:e,locale:e,locales:o,defaultLocale:n,localeCookieName:i})),[l,u]=function({locale:e,locales:t,defaultLocale:n,localeCookieName:o,_setLocale:i}){const a=o=>{const a=r.determineLocale(o,t)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);"undefined"!=typeof document&&(document.cookie=`${o}=${t};path=/`)};return[s,a]}({locale:s,locales:o,defaultLocale:n,localeCookieName:i,_setLocale:c});return t.useEffect(()=>{const t=lr({_locale:e,locale:s,locales:o,defaultLocale:n,localeCookieName:i});u(t)},[e,s,o,n,i]),[s,l]}function lr({_locale:e,locale:t,locales:n,defaultLocale:o,localeCookieName:i}){var a;if(e&&e===t&&r.determineLocale(e,n)===t)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find(e=>e.startsWith(`${i}=`)))||void 0===a?void 0:a.split("=")[1]:void 0,l=r.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}function ur({devApiKey:e,projectId:o,runtimeUrl:i,loadTranslationsType:a,cacheUrl:s,locales:c}){t.useEffect(()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===a||!s&&!i||o||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),o&&i&&"custom"!==a&&!e&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),i===dt||s===ut&&"default"===a){const e=c.filter(e=>!n.getSupportedLocale(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=r.getLocaleProperties(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,a,s,i,o,c])}function dr(e,t){return s(this,void 0,void 0,function*(){const n=Array.from(new Set([e,r.getLocaleProperties(e).languageCode]));for(const e of n)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function fr({_dictionary:e,loadDictionary:r,locale:n,defaultLocale:o}){const[i,a]=t.useState(e);return t.useEffect(()=>{if(!r)return;let e=!0;return(()=>{s(this,void 0,void 0,function*(){const t=$t((yield dr(o,r))||{},(yield dr(n,r))||{});e&&a(t||{})})})(),()=>{e=!1}},[r,n,o]),i}function hr({_translations:e,translationRequired:r,loadTranslationsType:n,loadTranslations:o,locale:i,cacheUrl:a,projectId:c,_versionId:l}){const[u,d]=t.useState(e||r&&"disabled"!==n?null:{});return t.useEffect(()=>{d(r&&"disabled"!==n?null:{})},[i,n]),t.useEffect(()=>{if(u||!r||"disabled"===n)return;let e=!0;return(()=>{s(this,void 0,void 0,function*(){let t;switch(n){case"custom":if(o)try{t=yield o(i)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(i),e)}break;case"default":try{t=yield function(e){return s(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:c,locale:i,versionId:l})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,r,n,a,c,i,l]),{translations:u,setTranslations:d}}function pr({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function vr(r){var{children:n,n:o,locales:i}=r,s=a(r,["children","n","locales"]);const c=t.useContext(Gt);let l;c&&(i||(i=c.locale),l||(l=c.defaultLocale));const u=[...i?[i]:[],l||ft];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return e.jsx(e.Fragment,{children:mt(o,u,s)||n})}function gr(t){var{children:r,branch:n}=t,o=a(t,["children","branch"]);const i=(n=null==n?void 0:n.toString())&&void 0!==o[n]?o[n]:r;return e.jsx(e.Fragment,{children:i})}function yr(e){const{locales:r,locale:n,setLocale:o,gt:i}=Vt(),a=t.useMemo(()=>{if(!r||0===r.length)return[];const e=r.sort((e,t)=>(new Intl.Collator).compare(i.getLocaleProperties(e).nativeNameWithRegionCode,i.getLocaleProperties(t).nativeNameWithRegionCode));return e},[r]),s=t.useCallback(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:e||a,setLocale:o,getLocaleProperties:s}}function _r(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function br({regions:e,customMapping:n,prioritizeCurrentLocaleRegion:o=!0,sortRegionsAlphabetically:i=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:a,locale:s,setLocale:c,gt:l,region:u,setRegion:d}=Vt(),{regionCode:f}=l.getLocaleProperties(s),[h,p]=t.useMemo(()=>{const t=new Map(a.map(e=>{const t=r.getLocaleProperties(e,s,l.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from((null==t?void 0:t.keys())||[f]),u=new Map(c.map(e=>{var r;return[e,Object.assign(Object.assign({locale:(null===(r=null==t?void 0:t.get(e))||void 0===r?void 0:r.code)||s},l.getRegionProperties(e)),"string"==typeof(null==n?void 0:n[e])?{name:null==n?void 0:n[e]}:null==n?void 0:n[e])]}));if(i&&c.sort((e,t)=>(new Intl.Collator).compare(u.get(e).name,u.get(t).name)),o){const e=c.indexOf(f);e>0&&(c.splice(e,1),c.unshift(f))}return[c,u]},[e,u,s,a,l]);return{region:u,setRegion:d,regions:h,regionData:p,locales:a,locale:s,localeRegion:f,setLocale:c}}function mr(){return Vt("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}vr._gtt="plural",gr._gtt="branch",exports.Branch=gr,exports.Currency=Jt,exports.DateTime=Xt,exports.GTProvider=function(n){var{children:o,config:i,projectId:c=(null==i?void 0:i.projectId)||"",devApiKey:l=(null==i?void 0:i.devApiKey)||"",dictionary:u=(null==i?void 0:i.dictionary)||{},locales:d=(null==i?void 0:i.locales)||[],defaultLocale:f=(null==i?void 0:i.defaultLocale)||ft,cacheUrl:h=(null==i?void 0:i.cacheUrl)||ut,runtimeUrl:p=(null==i?void 0:i.runtimeUrl)||dt,renderSettings:v=(null==i?void 0:i.renderSettings)||Ct,ssr:g=(null==i?void 0:i.ssr)||sr(),localeCookieName:y=(null==i?void 0:i.localeCookieName)||Ht,locale:_="",region:b,loadDictionary:m,loadTranslations:x,fallback:w,translations:k=null,_versionId:B,customMapping:S=(null==i?void 0:i.customMapping)}=n,O=a(n,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:A,devApiKey:j}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(c,l),{locale:E,setLocale:T,locales:C,translationRequired:R,dialectTranslationRequired:P}=function({_locale:e,defaultLocale:n,locales:o,ssr:i,localeCookieName:a}){const s=t.useMemo(()=>Array.from(new Set([n,...o])),[n,o]),[c,l]=cr({locale:e,defaultLocale:n,locales:s,ssr:i,localeCookieName:a}),[u,d]=t.useMemo(()=>{const e=r.requiresTranslation(n,c,s);return[e,e&&r.isSameLanguage(n,c)]},[n,c,s]);return{locale:c,setLocale:l,locales:s,translationRequired:u,dialectTranslationRequired:d}}({_locale:_,defaultLocale:f,locales:d,ssr:g,localeCookieName:y}),{region:L,setRegion:I}=function({_region:e,ssr:r,regionCookieName:n}){const[o,i]=t.useState(r?void 0:pr({_region:e,regionCookieName:n}));return t.useEffect(()=>{i(pr({_region:e,regionCookieName:n}))},[e,n]),{region:o,setRegion:e=>{i(e),"undefined"!=typeof document&&(document.cookie=`${n}=${e||""};path=/`)}}}({_region:b,ssr:g,regionCookieName:"generaltranslation.region"}),M=t.useMemo(()=>new r.GT({devApiKey:j,sourceLocale:f,targetLocale:E,projectId:A,baseUrl:p,customMapping:S}),[j,f,A,p,S]),D=(x?"custom":h&&A&&"default")||"disabled",z=fr({_dictionary:u,loadDictionary:m,locale:E,defaultLocale:f});ur({devApiKey:j,projectId:A,runtimeUrl:p,loadTranslationsType:D,cacheUrl:h,locales:d});const{translations:H,setTranslations:F}=hr({_translations:k,translationRequired:R,loadTranslationsType:D,loadTranslations:x,locale:E,cacheUrl:h,projectId:A,_versionId:B}),{registerIcuForTranslation:N,registerJsxForTranslation:$,developmentApiEnabled:U}=function(e){var{gt:r,locale:n,versionId:o,defaultLocale:i,runtimeUrl:c,renderSettings:l,setTranslations:u}=e,d=a(e,["gt","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations"]);const f=!!r.projectId&&!!c&&!!r.devApiKey&&"development"===process.env.NODE_ENV;if(!f){const e=e=>Promise.reject(new Error(`${e}() failed because translation is disabled`));return{developmentApiEnabled:f,registerIcuForTranslation:()=>e("registerIcuForTranslation"),registerJsxForTranslation:()=>e("registerJsxForTranslation")}}const h=t.useRef({gt:r,locale:n,baseMetadata:Object.assign(Object.assign({},d),{projectId:r.projectId,sourceLocale:i}),timeout:l.timeout});h.current.gt=r,h.current.locale=n,h.current.baseMetadata=Object.assign(Object.assign({},d),{projectId:r.projectId,sourceLocale:i}),h.current.timeout=l.timeout;const p=t.useRef(!1),v=t.useRef(null),[g,y]=t.useState(0),_=t.useCallback(e=>{u(t=>{const r=Object.keys(e);if(0===r.length)return t;const n=t?Object.assign({},t):{};let o=!1;for(const i of r){const r=e[i],a=null==t?void 0:t[i];Object.is(a,r)||(n[i]=r,o=!0)}return o?n:t})},[u]),b=t.useCallback(e=>{var t;v.current=Object.assign(Object.assign({},null!==(t=v.current)&&void 0!==t?t:{}),e),p.current&&y(e=>e+1)},[]);t.useEffect(()=>{if(p.current=!0,v.current){const e=v.current;v.current=null,_(e)}return()=>{p.current=!1}},[_]),t.useEffect(()=>{if(!p.current)return;const e=v.current;e&&(v.current=null,_(e))},[g,_]);const m=t.useRef(0),x=t.useRef(new Map),w=t.useRef(new Map),k=t.useCallback(e=>s(this,void 0,void 0,function*(){if(0===e.size)return{};m.current+=1;const{gt:t,locale:r,baseMetadata:n,timeout:o}=h.current,i=Array.from(e.values()),a={},s=new Map;try{(yield t.translateMany(i,Object.assign(Object.assign({},n),{targetLocale:r,timeout:o}))).forEach((e,t)=>{const r=i[t],{hash:n,id:o}=r.metadata;if("translation"in e){const t=e.translation;a[n]=t,s.set(n,t)}else if("error"in e){const t=or(o,n);console.warn(`${t} ${e.error||"An upstream error occurred."}`),a[n]=null,s.set(n,null)}else{const t=or(o,n);console.warn(`${t} Unknown response format.`,e),a[n]=null,s.set(n,null)}})}catch(e){"AbortError"===(null==e?void 0:e.name)?console.warn("gt-react: Runtime translation timed out."):console.warn("Error fetching batched translations:",e),i.forEach(e=>{a[e.metadata.hash]=null,s.set(e.metadata.hash,null)})}finally{m.current-=1,i.forEach(e=>{const t=s.get(e.metadata.hash);void 0===t?(console.warn(`No translation result for ${e.metadata.hash}; resolving as null.`),e.resolve(null)):e.resolve(t)})}return a}),[]),B=t.useRef(null),S=t.useRef(()=>s(this,void 0,void 0,function*(){})),O=t.useCallback(e=>{b(e),x.current.size>0&&(B.current=setTimeout(()=>{B.current=null,S.current()},50))},[b]),A=t.useCallback(()=>{S.current=()=>s(this,void 0,void 0,function*(){if(m.current>=100)return void(B.current=setTimeout(()=>{B.current=null,S.current()},50));const e=x.current;if(0===e.size)return;const t=Array.from(e.entries()).slice(0,Math.min(25,e.size)),r=new Map(t);t.forEach(([t])=>e.delete(t));const n=yield k(r);O(n)})},[k,O]),j=t.useCallback((e=!1)=>{if(A(),e)return B.current&&(clearTimeout(B.current),B.current=null),void S.current();B.current||(B.current=setTimeout(()=>{B.current=null,S.current()},50))},[A]),E=t.useCallback(e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=w.current.get(r);if(n)return n;const o=new Promise(n=>{const o="JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}}:{dataFormat:"ICU",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}};x.current.set(r,o);const i=x.current.size>=25&&m.current<100;j(i)}).finally(()=>{w.current.delete(r)});return w.current.set(r,o),o},[j]),T=t.useMemo(()=>E("ICU"),[E]),C=t.useMemo(()=>E("JSX"),[E]);return t.useEffect(()=>()=>{B.current&&clearTimeout(B.current)},[]),{developmentApiEnabled:f,registerIcuForTranslation:T,registerJsxForTranslation:C}}(Object.assign({gt:M,locale:E,versionId:B,defaultLocale:f,runtimeUrl:p,renderSettings:v,setTranslations:F},O)),{_tFunction:G,_filterMessagesForPreload:V,_preloadMessages:K}=function({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:c}){function l(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,s=a(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:s,calculateHash:()=>Lt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:s})}}function u(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},a)=>{const s=l(e,t);if(!s)return"";const{id:d,context:f,_hash:h,calculateHash:p,renderMessage:v}=s;if(!o)return v(e,[n]);const{translationEntry:g,hash:y}=u(p,d,h);if(null===g)return v(e,[n]);if(g)try{return v(g,[r,n])}catch(t){return console.error(ir(e,d),"Error: ",t),v(e,[n])}if("undefined"!==(null==a?void 0:a[y])){if(null==a?void 0:a[y])try{return v(null==a?void 0:a[y],[r,n])}catch(t){return console.error(ir(e,d),"Error: ",t),v(e,[n])}return v(e,[n])}return i?(c({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},f&&{context:f}),d&&{id:d}),{hash:y||""})}),v(e,[n])):v(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=a(r,["message"]),o=l(e,n);if(!o)continue;const{id:i,_hash:s,calculateHash:c}=o,{translationEntry:d,hash:f}=u(c,i,s);d||t.push(Object.assign(Object.assign({message:e},n),{$_hash:f}))}return t},_preloadMessages:e=>s(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>s(this,void 0,void 0,function*(){var{message:n}=e;const o=l(n,a(e,["message"]));if(!o)return;const{id:i,context:s,_hash:d,calculateHash:f}=o,{translationEntry:h,hash:p}=u(f,i,d);h&&(t[p]=h),t[p]=yield c({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},s&&{context:s}),i&&{id:i}),{hash:p})})}))),t})}}({gt:M,translations:H,locale:E,defaultLocale:f,translationRequired:R,developmentApiEnabled:U,registerIcuForTranslation:N}),W=ar(z,H,E,f,R,P,U,N),J=!(R&&!H||!E);return e.jsx(Gt.Provider,{value:{gt:M,registerIcuForTranslation:N,registerJsxForTranslation:$,_tFunction:G,_filterMessagesForPreload:V,_preloadMessages:K,_dictionaryFunction:W,developmentApiEnabled:U,locale:E,locales:C,setLocale:T,defaultLocale:f,region:L,setRegion:I,translations:H,translationRequired:R,dialectTranslationRequired:P,projectId:A,renderSettings:v},children:e.jsx(t.Suspense,{fallback:w,children:J?o:w})})},exports.LocaleSelector=function(t){var{locales:r,customNames:n,customMapping:o=_r(n)}=t,i=a(t,["locales","customNames","customMapping"]);const{locale:s,locales:c,setLocale:l,getLocaleProperties:u}=yr(r||void 0),d=e=>{if(o&&o[e]){if("string"==typeof o[e])return o[e];if(o[e].name)return o[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return c&&0!==c.length&&l?e.jsxs("select",Object.assign({},i,{value:s||"",onChange:e=>l(e.target.value),children:[!s&&e.jsx("option",{value:""}),c.map(t=>e.jsx("option",{value:t,suppressHydrationWarning:!0,children:d(t)},t))]})):null},exports.Num=Kt,exports.Plural=vr,exports.RegionSelector=function(t){var{regions:r,placeholder:n,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:s,asLocaleSelector:c=!1}=t,l=a(t,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:d,regions:f,regionData:h,locale:p,setLocale:v}=br({regions:r,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:s});return e.jsxs("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(d(e),c){const t=h.get(e).locale;p!==t&&v(t)}})(e.target.value),children:[!u&&e.jsx("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:n||""},"placeholder"),f.map(t=>e.jsx("option",{value:t,suppressHydrationWarning:!0,children:h.get(t).name},t))]}))},exports.T=nr,exports.Var=Wt,exports.decodeMsg=Dt,exports.decodeOptions=zt,exports.msg=function(e,t){const n=(null==t?void 0:t.$_hash)||Lt(Object.assign(Object.assign(Object.assign({source:e},(null==t?void 0:t.$context)&&{context:t.$context}),(null==t?void 0:t.$id)&&{id:t.$id}),{dataFormat:"ICU"}));t?t.$_hash=n:t={$_hash:n};const o=Buffer.from(JSON.stringify(t)).toString("base64");return r.formatMessage(e,{locales:[ft],variables:t})+(o?`:${o}`:"")},exports.useDefaultLocale=function(){return Vt("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useGT=function(e){const{developmentApiEnabled:t,translationRequired:r,_preloadMessages:n,_filterMessagesForPreload:o,_tFunction:a,locale:s}=Vt("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let c;if(e&&Ut&&t&&r){const t=o(e);t.length>0&&(c=i.use(rr(["_preloadMessages",s,JSON.stringify(t)],()=>n(t))))}return function(e,t={}){return a(e,t,c)}},exports.useGTClass=mr,exports.useLocale=function(){return Vt("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale},exports.useLocaleDirection=function(e){const{gt:t}=Vt("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)},exports.useLocaleProperties=function(e){return mr().getLocaleProperties(e)},exports.useLocaleSelector=yr,exports.useLocales=function(){return Vt("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales},exports.useRegion=function(){return Vt("useRegion(): Unable to access user's region outside of a <GTProvider>").region},exports.useRegionSelector=br,exports.useSetLocale=function(){const{setLocale:e}=Vt("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e},exports.useTranslations=function(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=Vt(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}};
18
+ function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,B,S,O,A,j=this._hash.words,E=u.words,T=d.words,C=a.words,R=s.words,P=c.words,L=l.words;for(w=i=j[0],k=f=j[1],B=b=j[2],S=m=j[3],O=x=j[4],r=0;r<80;r+=1)A=i+e[t+C[r]]|0,A+=r<16?h(f,b,m)+E[0]:r<32?p(f,b,m)+E[1]:r<48?v(f,b,m)+E[2]:r<64?g(f,b,m)+E[3]:y(f,b,m)+E[4],A=(A=_(A|=0,P[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=A,A=w+e[t+R[r]]|0,A+=r<16?y(k,B,S)+T[0]:r<32?g(k,B,S)+T[1]:r<48?v(k,B,S)+T[2]:r<64?p(k,B,S)+T[3]:h(k,B,S)+T[4],A=(A=_(A|=0,L[r]))+O|0,w=O,O=S,S=_(B,10),B=k,k=A;A=j[1]+b+S|0,j[1]=j[2]+m+O|0,j[2]=j[3]+x+w|0,j[3]=j[4]+i+k|0,j[4]=j[0]+f+B|0,j[0]=A},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),ne.exports;var e}(),ae(),function(){return se||(se=1,ce.exports=(c=x(),V(),ae(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ce.exports;var e,t,r,n,o,i,a,s,c}(),de(),pe(),ye(),me(),ke(),Oe(),function(){return Ae?je.exports:(Ae=1,je.exports=(t=x(),pe(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ee?Te.exports:(Ee=1,Te.exports=(e=x(),pe(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return Ce?Re.exports:(Ce=1,Re.exports=(e=x(),pe(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Pe?Le.exports:(Pe=1,Le.exports=(e=x(),pe(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Ie||(Ie=1,Me.exports=(e=x(),pe(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),Me.exports;var e}(),function(){return De?ze.exports:(De=1,ze.exports=(e=x(),pe(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return He?Fe.exports:(He=1,Fe.exports=(n=x(),pe(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return Ne||(Ne=1,$e.exports=(e=x(),P(),H(),de(),pe(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),$e.exports;var e}(),Ve(),function(){return Ke||(Ke=1,We.exports=(e=x(),P(),H(),de(),pe(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),We.exports;var e}(),function(){return Je||(Je=1,Xe.exports=(e=x(),P(),H(),de(),pe(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),Xe.exports;var e}(),function(){return qe||(qe=1,Ye.exports=(e=x(),P(),H(),de(),pe(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),Ye.exports;var e}(),et())),y.exports),lt=h(ct),ut="https://cdn.gtx.dev",dt="https://runtime2.gtx.dev",ft="en",ht=["singular","plural","dual","zero","one","two","few","many","other"];var pt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function vt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var gt={variable:"v",number:"n",datetime:"d",currency:"c"};function yt(e){return gt[e]}function _t(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function bt(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:l(e,r),variableType:yt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function mt(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=ht),void 0===r&&(r=["en"]);var n=pt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function xt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function wt({children:e,defaultLocale:r=ft,renderVariable:n}){const o=e=>t.isValidElement(e)?(e=>{const o=xt(e);if(_t(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=bt(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const t=o.branches||{};return i(mt(e.props.n,[r],t)||e.props.children)}if("branch"===(null==o?void 0:o.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":s}=t,c=a(t,["children","branch","data-_gt"]);return c=o.branches||{},i(void 0!==c[n]?c[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?t.createElement(t.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?t.Children.map(e,o):o(e);return i(e)}function kt(e,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return ht.includes(e)}(t)&&(e[t]=kt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=a(r,["children","branch"]),s=Object.entries(i).reduce((e,[t,r])=>(e[t]=kt(r,n),e),{});Object.keys(s).length&&(o.branches=s)}o.transformation=e[0]}return o};function i(e){return t.isValidElement(e)?function(e){const{props:r}=e,n=o(e),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=s(r.children)),e.type===t.Fragment&&(i["data-_gt"].transformation="fragment"),t.cloneElement(e,i)}(e):e}function s(e){return Array.isArray(e)?t.Children.map(e,i):i(e)}return s(e)}"function"==typeof SuppressedError&&SuppressedError;var Bt={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const St=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Ot=e=>{const{props:t}=e,r={t:St(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=l(t,r),o=yt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Bt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=jt(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=jt(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(Bt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=jt(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=jt(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=jt(t.children)),r},At=e=>{return r=e,t.isValidElement(r)?Ot(e):"number"==typeof e?e.toString():e;var r};function jt(e){return Array.isArray(e)?e.map(At):At(e)}function Et({sourceElement:e,targetElement:r,locales:n=[ft],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(Bt).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const t=e.props.n;return Tt({source:mt(t,n,c.branches||{})||e.props.children,target:mt(t,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return Tt({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?t.createElement(t.Fragment,{key:e.props.key,children:Tt({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?t.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:Tt({source:s.children,target:r.c,locales:n,renderVariable:o})})):wt({children:e,defaultLocale:n[0],renderVariable:o})}function Tt({source:r,target:n,locales:o=[ft],renderVariable:i}){if(null==n&&r)return wt({children:r,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(r)&&r&&(r=[r]),Array.isArray(r)&&Array.isArray(n)){const a={},s={},c=r.filter(e=>{if(t.isValidElement(e)){if(!_t(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=bt(e.props);a[t]=r,s[t]=n}}return!1}),l=e=>c.find(t=>{const r=xt(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||c.shift();return n.map((r,n)=>{if("string"==typeof r)return e.jsx(t.Fragment,{children:r},`string_${n}`);if(vt(r))return e.jsx(t.Fragment,{children:i({variableType:r.v||"v",variableValue:a[r.k],variableOptions:s[r.k],locales:o})},`var_${n}`);const c=l(r);return c?e.jsx(t.Fragment,{children:Et({sourceElement:c,targetElement:r,locales:o,renderVariable:i})},`element_${n}`):void 0})}if(n&&"object"==typeof n&&!Array.isArray(n)){const e=vt(n)?"variable":"element";if(t.isValidElement(r)){if("element"===e)return Et({sourceElement:r,targetElement:n,locales:o,renderVariable:i});if(_t(r.props)){const{variableValue:e,variableOptions:t,variableType:n}=bt(r.props);return i({variableType:n,variableValue:e,variableOptions:t,locales:o})}}}return wt({children:r,defaultLocale:o[0],renderVariable:i})}const Ct={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};var Rt=function(){return Rt=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Rt.apply(this,arguments)};function Pt(e){return lt.SHA256(e).toString(lt.enc.Hex).slice(0,16)}function Lt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Pt);var a={};return a.source="JSX"===i?Mt(r):r,a=Rt(Rt(Rt(Rt({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(g(a))}"function"==typeof SuppressedError&&SuppressedError;var It=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=Mt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],Mt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?Rt({k:e.k},e.v&&{v:e.v}):t}return e};function Mt(e){return Array.isArray(e)?e.map(It):It(e)}function Dt(e){return-1===e.lastIndexOf(":")?e:e.slice(0,e.lastIndexOf(":"))}function zt(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}const Ht="generaltranslation.locale",Ft=e=>"string"==typeof e||Array.isArray(e),Nt=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function $t(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>Ft(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>Ft(e)))),n=Object.entries(e).filter(([,e])=>Nt(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>Nt(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=$t(e[n]||{},t[n]||{});return r}const Ut="function"==typeof i.use,Gt=t.createContext(void 0);function Vt(e="useGTContext() must be used within a <GTProvider>!"){const r=t.useContext(Gt);if(void 0===r)throw new Error(e);return r}function Kt({children:n,locales:o,options:i={}}){const a=t.useContext(Gt);if(null==n)return null;const s=(null==a?void 0:a.gt)||new r.GT;let c="string"==typeof n?parseFloat(n):n;return"number"==typeof c&&(o||(o||(o=[]),(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale)),c=s.formatNum(c,Object.assign({locales:o},i))),e.jsx(e.Fragment,{children:c})}function Wt({children:t}){return e.jsx(e.Fragment,{children:t})}function Jt({children:n,currency:o="USD",locales:i,options:a={}}){const s=t.useContext(Gt);if(null==n)return null;const c=(null==s?void 0:s.gt)||new r.GT;let l="string"==typeof n?parseFloat(n):n;return"number"==typeof l&&(i||(i||(i=[]),(null==s?void 0:s.locale)&&i.push(s.locale),(null==s?void 0:s.defaultLocale)&&i.push(s.defaultLocale)),l=c.formatCurrency(l,o,Object.assign({locales:i},a))),e.jsx(e.Fragment,{children:l})}function Xt({children:n,locales:o,options:i={}}){const a=t.useContext(Gt);if(null==n)return null;const s=(null==a?void 0:a.gt)||new r.GT;o||(o=[],(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale));const c=s.formatDateTime(n,Object.assign({locales:o},i)).replace(/[\u200F\u202B\u202E]/g,"");return e.jsx(e.Fragment,{children:c})}Kt._gtt="variable-number",Wt._gtt="variable-variable",Jt._gtt="variable-currency",Xt._gtt="variable-datetime";const qt=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e.jsx(Kt,{options:n,children:r}):"d"===t?e.jsx(Xt,{options:n,children:r}):"c"===t?e.jsx(Jt,{options:n,children:r}):e.jsx(Wt,{children:r});var Yt;const Zt=Number.POSITIVE_INFINITY,Qt=null!==(Yt=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==Yt?Yt:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function er(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>er(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${er(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function tr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):er(e)}function rr(e,t,r){const n=Qt,o=Date.now(),i=Zt,a=tr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function nr(r){var{children:n,id:o,context:i,_hash:c}=r,l=a(r,["children","id","context","_hash"]);if(!n)return;o=null!=o?o:null==l?void 0:l.$id,i=null!=i?i:null==l?void 0:l.$context;const{translations:u,translationRequired:d,developmentApiEnabled:f,dialectTranslationRequired:h,registerJsxForTranslation:p,renderSettings:v,locale:g,defaultLocale:y}=Vt("<T> used on the client-side outside of <GTProvider>"),_=t.useMemo(()=>kt(n),[n]);let b;o&&(b=null==u?void 0:u[o]),void 0===b&&c&&(b=null==u?void 0:u[c]);const[m,x]=t.useMemo(()=>{if(!d||b)return[void 0,""];const e=jt(_);return[e,Lt(Object.assign(Object.assign(Object.assign({source:e},i&&{context:i}),o&&{id:o}),{dataFormat:"JSX"}))]},[_,i,o,d,b]);void 0===b&&(b=null==u?void 0:u[x]);const w=()=>wt({children:_,defaultLocale:y,renderVariable:qt}),k=e=>Tt({source:_,target:e,locales:[g,y],renderVariable:qt});if(!d||u&&!b&&!f||null===b)return e.jsx(e.Fragment,{children:w()});if(b)return e.jsx(t.Suspense,{fallback:k(b),children:k(b)});const B=()=>s(this,void 0,void 0,function*(){if(!f||!g)return w();if(b)return k(b);try{const e=yield p({source:m,targetLocale:g,metadata:{id:o,hash:x,context:i}});return e?k(e):w()}catch(e){return console.warn(e),w()}});if(Ut){const r=t.use(rr(["getTranslationPromise",f,JSON.stringify(m),g,o,x,i],()=>B()));return e.jsx(t.Suspense,{fallback:r,children:r})}let S;return S="skeleton"===v.method?"":"replace"===v.method||h?w():"",e.jsx(t.Suspense,{fallback:S,children:B()})}nr._gtt="translate-client";const or=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`,ir=(e,t)=>`gt-react Error: error rendering string ${t?`for id: "${t}"`:""} original message: "${e}"`;function ar(e,n,o,i,a,s,c,l,u){return t.useCallback((s,u={})=>{if(!e)return"";let d=!1;const f=zt(s);f&&(d=!0,u=f);const h=d?Dt(s):function(e,r){let n=e;const o=r.split(".");for(const e of o){if("object"!=typeof n||Array.isArray(n)||t.isValidElement(n))return;n=n[e]}return n}(e,s);if(!h)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(s)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:p,metadata:v}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(h);if(!p||"string"!=typeof p)return"";const g=(e,t)=>r.formatMessage(e,{locales:t,variables:u});if(!a)return g(p,[i]);const y=d?(null==u?void 0:u.$_hash)||"":Lt(Object.assign(Object.assign({source:p},(null==v?void 0:v.$context)&&{context:v.$context}),{id:s,dataFormat:"ICU"})),_=null==n?void 0:n[y];return _?g(_,[o,i]):null===_?g(p,[i]):c?(l({source:p,targetLocale:o,metadata:Object.assign(Object.assign(Object.assign({},(null==v?void 0:v.$context)&&{context:v.$context}),d&&{id:s}),{hash:y})}),g(p,[i])):g(p,[i])},[e,n,o,i,a,c,l,s])}function sr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function cr({locale:e="",defaultLocale:n=ft,locales:o=[],localeCookieName:i=Ht,ssr:a=!0}){const[s,c]=t.useState(a?e&&r.determineLocale(e,o)||"":lr({_locale:e,locale:e,locales:o,defaultLocale:n,localeCookieName:i})),[l,u]=function({locale:e,locales:t,defaultLocale:n,localeCookieName:o,_setLocale:i}){const a=o=>{const a=r.determineLocale(o,t)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);"undefined"!=typeof document&&(document.cookie=`${o}=${t};path=/`)};return[s,a]}({locale:s,locales:o,defaultLocale:n,localeCookieName:i,_setLocale:c});return t.useEffect(()=>{const t=lr({_locale:e,locale:s,locales:o,defaultLocale:n,localeCookieName:i});u(t)},[e,s,o,n,i]),[s,l]}function lr({_locale:e,locale:t,locales:n,defaultLocale:o,localeCookieName:i}){var a;if(e&&e===t&&r.determineLocale(e,n)===t)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find(e=>e.startsWith(`${i}=`)))||void 0===a?void 0:a.split("=")[1]:void 0,l=r.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}function ur({devApiKey:e,projectId:o,runtimeUrl:i,loadTranslationsType:a,cacheUrl:s,locales:c}){t.useEffect(()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===a||!s&&!i||o||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),o&&i&&"custom"!==a&&!e&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),i===dt||s===ut&&"default"===a){const e=c.filter(e=>!n.getSupportedLocale(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=r.getLocaleProperties(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,a,s,i,o,c])}function dr(e,t){return s(this,void 0,void 0,function*(){const n=Array.from(new Set([e,r.getLocaleProperties(e).languageCode]));for(const e of n)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function fr({_dictionary:e,loadDictionary:r,locale:n,defaultLocale:o}){const[i,a]=t.useState(e);return t.useEffect(()=>{if(!r)return;let e=!0;return(()=>{s(this,void 0,void 0,function*(){const t=$t((yield dr(o,r))||{},(yield dr(n,r))||{});e&&a(t||{})})})(),()=>{e=!1}},[r,n,o]),i}function hr({_translations:e,translationRequired:r,loadTranslationsType:n,loadTranslations:o,locale:i,cacheUrl:a,projectId:c,_versionId:l}){const[u,d]=t.useState(e||r&&"disabled"!==n?null:{});return t.useEffect(()=>{d(r&&"disabled"!==n?null:{})},[i,n]),t.useEffect(()=>{if(u||!r||"disabled"===n)return;let e=!0;return(()=>{s(this,void 0,void 0,function*(){let t;switch(n){case"custom":if(o)try{t=yield o(i)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(i),e)}break;case"default":try{t=yield function(e){return s(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:c,locale:i,versionId:l})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,r,n,a,c,i,l]),{translations:u,setTranslations:d}}function pr({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function vr(r){var{children:n,n:o,locales:i}=r,s=a(r,["children","n","locales"]);const c=t.useContext(Gt);let l;c&&(i||(i=c.locale),l||(l=c.defaultLocale));const u=[...i?[i]:[],l||ft];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return e.jsx(e.Fragment,{children:mt(o,u,s)||n})}function gr(t){var{children:r,branch:n}=t,o=a(t,["children","branch"]);const i=(n=null==n?void 0:n.toString())&&void 0!==o[n]?o[n]:r;return e.jsx(e.Fragment,{children:i})}function yr(e){const{locales:r,locale:n,setLocale:o,gt:i}=Vt(),a=t.useMemo(()=>{if(!r||0===r.length)return[];const e=r.sort((e,t)=>(new Intl.Collator).compare(i.getLocaleProperties(e).nativeNameWithRegionCode,i.getLocaleProperties(t).nativeNameWithRegionCode));return e},[r]),s=t.useCallback(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:e||a,setLocale:o,getLocaleProperties:s}}function _r(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function br({regions:e,customMapping:n,prioritizeCurrentLocaleRegion:o=!0,sortRegionsAlphabetically:i=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:a,locale:s,setLocale:c,gt:l,region:u,setRegion:d}=Vt(),{regionCode:f}=l.getLocaleProperties(s),[h,p]=t.useMemo(()=>{const t=new Map(a.map(e=>{const t=r.getLocaleProperties(e,s,l.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from((null==t?void 0:t.keys())||[f]),u=new Map(c.map(e=>{var r;return[e,Object.assign(Object.assign({locale:(null===(r=null==t?void 0:t.get(e))||void 0===r?void 0:r.code)||s},l.getRegionProperties(e)),"string"==typeof(null==n?void 0:n[e])?{name:null==n?void 0:n[e]}:null==n?void 0:n[e])]}));if(i&&c.sort((e,t)=>(new Intl.Collator).compare(u.get(e).name,u.get(t).name)),o){const e=c.indexOf(f);e>0&&(c.splice(e,1),c.unshift(f))}return[c,u]},[e,u,s,a,l]);return{region:u,setRegion:d,regions:h,regionData:p,locales:a,locale:s,localeRegion:f,setLocale:c}}function mr(){return Vt("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}vr._gtt="plural",gr._gtt="branch",exports.Branch=gr,exports.Currency=Jt,exports.DateTime=Xt,exports.GTProvider=function(n){var{children:o,config:i,projectId:c=(null==i?void 0:i.projectId)||"",devApiKey:l=(null==i?void 0:i.devApiKey)||"",dictionary:u=(null==i?void 0:i.dictionary)||{},locales:d=(null==i?void 0:i.locales)||[],defaultLocale:f=(null==i?void 0:i.defaultLocale)||ft,cacheUrl:h=(null==i?void 0:i.cacheUrl)||ut,runtimeUrl:p=(null==i?void 0:i.runtimeUrl)||dt,renderSettings:v=(null==i?void 0:i.renderSettings)||Ct,ssr:g=(null==i?void 0:i.ssr)||sr(),localeCookieName:y=(null==i?void 0:i.localeCookieName)||Ht,locale:_="",region:b,loadDictionary:m,loadTranslations:x,fallback:w,translations:k=null,_versionId:B,customMapping:S=(null==i?void 0:i.customMapping)}=n,O=a(n,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:A,devApiKey:j}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(c,l),{locale:E,setLocale:T,locales:C,translationRequired:R,dialectTranslationRequired:P}=function({_locale:e,defaultLocale:n,locales:o,ssr:i,localeCookieName:a}){const s=t.useMemo(()=>Array.from(new Set([n,...o])),[n,o]),[c,l]=cr({locale:e,defaultLocale:n,locales:s,ssr:i,localeCookieName:a}),[u,d]=t.useMemo(()=>{const e=r.requiresTranslation(n,c,s);return[e,e&&r.isSameLanguage(n,c)]},[n,c,s]);return{locale:c,setLocale:l,locales:s,translationRequired:u,dialectTranslationRequired:d}}({_locale:_,defaultLocale:f,locales:d,ssr:g,localeCookieName:y}),{region:L,setRegion:I}=function({_region:e,ssr:r,regionCookieName:n}){const[o,i]=t.useState(r?void 0:pr({_region:e,regionCookieName:n}));return t.useEffect(()=>{i(pr({_region:e,regionCookieName:n}))},[e,n]),{region:o,setRegion:e=>{i(e),"undefined"!=typeof document&&(document.cookie=`${n}=${e||""};path=/`)}}}({_region:b,ssr:g,regionCookieName:"generaltranslation.region"}),M=t.useMemo(()=>new r.GT({devApiKey:j,sourceLocale:f,targetLocale:E,projectId:A,baseUrl:p,customMapping:S}),[j,f,A,p,S]),D=(x?"custom":h&&A&&"default")||"disabled",z=fr({_dictionary:u,loadDictionary:m,locale:E,defaultLocale:f});ur({devApiKey:j,projectId:A,runtimeUrl:p,loadTranslationsType:D,cacheUrl:h,locales:d});const{translations:H,setTranslations:F}=hr({_translations:k,translationRequired:R,loadTranslationsType:D,loadTranslations:x,locale:E,cacheUrl:h,projectId:A,_versionId:B}),{registerIcuForTranslation:N,registerJsxForTranslation:$,developmentApiEnabled:U}=function(e){var{gt:r,locale:n,versionId:o,defaultLocale:i,runtimeUrl:c,renderSettings:l,setTranslations:u}=e,d=a(e,["gt","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations"]);const f=!!r.projectId&&!!c&&!!r.devApiKey&&"development"===process.env.NODE_ENV;if(!f){const e=e=>Promise.reject(new Error(`${e}() failed because translation is disabled`));return{developmentApiEnabled:f,registerIcuForTranslation:()=>e("registerIcuForTranslation"),registerJsxForTranslation:()=>e("registerJsxForTranslation")}}const h=t.useRef({gt:r,locale:n,baseMetadata:Object.assign(Object.assign({},d),{projectId:r.projectId,sourceLocale:i}),timeout:l.timeout});h.current.gt=r,h.current.locale=n,h.current.baseMetadata=Object.assign(Object.assign({},d),{projectId:r.projectId,sourceLocale:i}),h.current.timeout=l.timeout;const p=t.useRef(!1),v=t.useRef(null),[g,y]=t.useState(0),_=t.useCallback(e=>{u(t=>{const r=Object.keys(e);if(0===r.length)return t;const n=t?Object.assign({},t):{};let o=!1;for(const i of r){const r=e[i],a=null==t?void 0:t[i];Object.is(a,r)||(n[i]=r,o=!0)}return o?n:t})},[u]),b=t.useCallback(e=>{var t;v.current=Object.assign(Object.assign({},null!==(t=v.current)&&void 0!==t?t:{}),e),p.current&&y(e=>e+1)},[]);t.useEffect(()=>{if(p.current=!0,v.current){const e=v.current;v.current=null,_(e)}return()=>{p.current=!1}},[_]),t.useEffect(()=>{if(!p.current)return;const e=v.current;e&&(v.current=null,_(e))},[g,_]);const m=t.useRef(0),x=t.useRef(new Map),w=t.useRef(new Map),k=t.useCallback(e=>s(this,void 0,void 0,function*(){if(0===e.size)return{};m.current+=1;const{gt:t,locale:r,baseMetadata:n,timeout:o}=h.current,i=Array.from(e.values()),a={},s=new Map;try{(yield t.translateMany(i,Object.assign(Object.assign({},n),{targetLocale:r,timeout:o}))).forEach((e,t)=>{const r=i[t],{hash:n,id:o}=r.metadata;if("translation"in e){const t=e.translation;a[n]=t,s.set(n,t)}else if("error"in e){const t=or(o,n);console.warn(`${t} ${e.error||"An upstream error occurred."}`),a[n]=null,s.set(n,null)}else{const t=or(o,n);console.warn(`${t} Unknown response format.`,e),a[n]=null,s.set(n,null)}})}catch(e){"AbortError"===(null==e?void 0:e.name)?console.warn("gt-react: Runtime translation timed out."):console.warn("Error fetching batched translations:",e),i.forEach(e=>{a[e.metadata.hash]=null,s.set(e.metadata.hash,null)})}finally{m.current-=1,i.forEach(e=>{const t=s.get(e.metadata.hash);void 0===t?(console.warn(`No translation result for ${e.metadata.hash}; resolving as null.`),e.resolve(null)):e.resolve(t)})}return a}),[]),B=t.useRef(null),S=t.useRef(()=>s(this,void 0,void 0,function*(){})),O=t.useCallback(e=>{b(e),x.current.size>0&&(B.current=setTimeout(()=>{B.current=null,S.current()},50))},[b]),A=t.useCallback(()=>{S.current=()=>s(this,void 0,void 0,function*(){if(m.current>=100)return void(B.current=setTimeout(()=>{B.current=null,S.current()},50));const e=x.current;if(0===e.size)return;const t=Array.from(e.entries()).slice(0,Math.min(25,e.size)),r=new Map(t);t.forEach(([t])=>e.delete(t));const n=yield k(r);O(n)})},[k,O]),j=t.useCallback((e=!1)=>{if(A(),e)return B.current&&(clearTimeout(B.current),B.current=null),void S.current();B.current||(B.current=setTimeout(()=>{B.current=null,S.current()},50))},[A]),E=t.useCallback(e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=w.current.get(r);if(n)return n;const o=new Promise(n=>{const o="JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}}:{dataFormat:"ICU",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}};x.current.set(r,o);const i=x.current.size>=25&&m.current<100;j(i)}).finally(()=>{w.current.delete(r)});return w.current.set(r,o),o},[j]),T=t.useMemo(()=>E("ICU"),[E]),C=t.useMemo(()=>E("JSX"),[E]);return t.useEffect(()=>()=>{B.current&&clearTimeout(B.current)},[]),{developmentApiEnabled:f,registerIcuForTranslation:T,registerJsxForTranslation:C}}(Object.assign({gt:M,locale:E,versionId:B,defaultLocale:f,runtimeUrl:p,renderSettings:v,setTranslations:F},O)),{_tFunction:G,_filterMessagesForPreload:V,_preloadMessages:K}=function({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:c}){function l(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,s=a(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:s,calculateHash:()=>Lt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:s})}}function u(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},a)=>{const s=l(e,t);if(!s)return"";const{id:d,context:f,_hash:h,calculateHash:p,renderMessage:v}=s;if(!o)return v(e,[n]);const{translationEntry:g,hash:y}=u(p,d,h);if(null===g)return v(e,[n]);if(g)try{return v(g,[r,n])}catch(t){return console.error(ir(e,d),"Error: ",t),v(e,[n])}if("undefined"!==(null==a?void 0:a[y])){if(null==a?void 0:a[y])try{return v(null==a?void 0:a[y],[r,n])}catch(t){return console.error(ir(e,d),"Error: ",t),v(e,[n])}return v(e,[n])}return i?(c({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},f&&{context:f}),d&&{id:d}),{hash:y||""})}),v(e,[n])):v(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=a(r,["message"]),o=l(e,n);if(!o)continue;const{id:i,_hash:s,calculateHash:c}=o,{translationEntry:d,hash:f}=u(c,i,s);d||t.push(Object.assign(Object.assign({message:e},n),{$_hash:f}))}return t},_preloadMessages:e=>s(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>s(this,void 0,void 0,function*(){var{message:n}=e;const o=l(n,a(e,["message"]));if(!o)return;const{id:i,context:s,_hash:d,calculateHash:f}=o,{translationEntry:h,hash:p}=u(f,i,d);h&&(t[p]=h),t[p]=yield c({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},s&&{context:s}),i&&{id:i}),{hash:p})})}))),t})}}({gt:M,translations:H,locale:E,defaultLocale:f,translationRequired:R,developmentApiEnabled:U,registerIcuForTranslation:N}),W=ar(z,H,E,f,R,P,U,N),J=!(R&&!H||!E);return e.jsx(Gt.Provider,{value:{gt:M,registerIcuForTranslation:N,registerJsxForTranslation:$,_tFunction:G,_filterMessagesForPreload:V,_preloadMessages:K,_dictionaryFunction:W,developmentApiEnabled:U,locale:E,locales:C,setLocale:T,defaultLocale:f,region:L,setRegion:I,translations:H,translationRequired:R,dialectTranslationRequired:P,projectId:A,renderSettings:v},children:e.jsx(t.Suspense,{fallback:w,children:J?o:w})})},exports.LocaleSelector=function(t){var{locales:r,customNames:n,customMapping:o=_r(n)}=t,i=a(t,["locales","customNames","customMapping"]);const{locale:s,locales:c,setLocale:l,getLocaleProperties:u}=yr(r||void 0),d=e=>{if(o&&o[e]){if("string"==typeof o[e])return o[e];if(o[e].name)return o[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return c&&0!==c.length&&l?e.jsxs("select",Object.assign({},i,{value:s||"",onChange:e=>l(e.target.value),children:[!s&&e.jsx("option",{value:""}),c.map(t=>e.jsx("option",{value:t,suppressHydrationWarning:!0,children:d(t)},t))]})):null},exports.Num=Kt,exports.Plural=vr,exports.RegionSelector=function(t){var{regions:r,placeholder:n,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:s,asLocaleSelector:c=!1}=t,l=a(t,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:d,regions:f,regionData:h,locale:p,setLocale:v}=br({regions:r,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:s});return e.jsxs("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(d(e),c){const t=h.get(e).locale;p!==t&&v(t)}})(e.target.value),children:[!u&&e.jsx("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:n||""},"placeholder"),f.map(t=>e.jsx("option",{value:t,suppressHydrationWarning:!0,children:h.get(t).name},t))]}))},exports.T=nr,exports.Var=Wt,exports.decodeMsg=Dt,exports.decodeOptions=zt,exports.msg=function(e,t){const n=(null==t?void 0:t.$_hash)||Lt(Object.assign(Object.assign(Object.assign({source:e},(null==t?void 0:t.$context)&&{context:t.$context}),(null==t?void 0:t.$id)&&{id:t.$id}),{dataFormat:"ICU"}));t?t.$_hash=n:t={$_hash:n};const o=Buffer.from(JSON.stringify(t)).toString("base64");return r.formatMessage(e,{locales:[ft],variables:t})+(o?`:${o}`:"")},exports.useDefaultLocale=function(){return Vt("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useGT=function(e){const{developmentApiEnabled:t,translationRequired:r,_preloadMessages:n,_filterMessagesForPreload:o,_tFunction:a,locale:s}=Vt("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let c;if(e&&Ut&&t&&r){const t=o(e);t.length>0&&(c=i.use(rr(["_preloadMessages",s,JSON.stringify(t)],()=>n(t))))}return function(e,t={}){return a(e,t,c)}},exports.useGTClass=mr,exports.useLocale=function(){return Vt("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale},exports.useLocaleDirection=function(e){const{gt:t}=Vt("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)},exports.useLocaleProperties=function(e){return mr().getLocaleProperties(e)},exports.useLocaleSelector=yr,exports.useLocales=function(){return Vt("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales},exports.useRegion=function(){return Vt("useRegion(): Unable to access user's region outside of a <GTProvider>").region},exports.useRegionSelector=br,exports.useSetLocale=function(){const{setLocale:e}=Vt("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e},exports.useTranslations=function(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=Vt(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}};
@@ -15,4 +15,4 @@ e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(e){
15
15
 
16
16
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17
17
  */
18
- function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,B,A,O,S,E=this._hash.words,j=u.words,T=d.words,C=a.words,R=s.words,P=c.words,I=l.words;for(w=i=E[0],k=f=E[1],B=b=E[2],A=m=E[3],O=x=E[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,b,m)+j[0]:r<32?p(f,b,m)+j[1]:r<48?v(f,b,m)+j[2]:r<64?g(f,b,m)+j[3]:y(f,b,m)+j[4],S=(S=_(S|=0,P[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=S,S=w+e[t+R[r]]|0,S+=r<16?y(k,B,A)+T[0]:r<32?g(k,B,A)+T[1]:r<48?v(k,B,A)+T[2]:r<64?p(k,B,A)+T[3]:h(k,B,A)+T[4],S=(S=_(S|=0,I[r]))+O|0,w=O,O=A,A=_(B,10),B=k,k=S;S=E[1]+b+A|0,E[1]=E[2]+m+O|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+B|0,E[0]=S},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),_e.exports;var e}(),xe(),function(){return we||(we=1,ke.exports=(c=L(),ae(),xe(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ke.exports;var e,t,r,n,o,i,a,s,c}(),Oe(),je(),Re(),He(),De(),Fe(),function(){return $e?Ue.exports:($e=1,Ue.exports=(t=L(),je(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ve?Ge.exports:(Ve=1,Ge.exports=(e=L(),je(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return Ke?We.exports:(Ke=1,We.exports=(e=L(),je(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Je?Xe.exports:(Je=1,Xe.exports=(e=L(),je(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Ye||(Ye=1,qe.exports=(e=L(),je(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),qe.exports;var e}(),function(){return Ze?Qe.exports:(Ze=1,Qe.exports=(e=L(),je(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return et?tt.exports:(et=1,tt.exports=(n=L(),je(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return rt||(rt=1,nt.exports=(e=L(),J(),ee(),Oe(),je(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),nt.exports;var e}(),at(),function(){return st||(st=1,ct.exports=(e=L(),J(),ee(),Oe(),je(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),ct.exports;var e}(),function(){return lt||(lt=1,ut.exports=(e=L(),J(),ee(),Oe(),je(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),ut.exports;var e}(),function(){return dt||(dt=1,ft.exports=(e=L(),J(),ee(),Oe(),je(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),ft.exports;var e}(),vt())),R.exports),Bt=E(kt),At="https://cdn.gtx.dev",Ot="https://runtime2.gtx.dev",St="en",Et=["singular","plural","dual","zero","one","two","few","many","other"];var jt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function Tt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var Ct={variable:"v",number:"n",datetime:"d",currency:"c"};function Rt(e){return Ct[e]}function Pt(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function It(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:B(e,r),variableType:Rt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function Ht(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=Et),void 0===r&&(r=["en"]);var n=jt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function Lt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function zt({children:e,defaultLocale:t=St,renderVariable:r}){const n=e=>o.isValidElement(e)?(e=>{const n=Lt(e);if(Pt(e.props)){const{variableType:n,variableValue:o,variableOptions:i}=It(e.props);return r({variableType:n,variableValue:o,variableOptions:i,locales:[t]})}if("plural"===(null==n?void 0:n.transformation)){const r=n.branches||{};return i(Ht(e.props.n,[t],r)||e.props.children)}if("branch"===(null==n?void 0:n.transformation)){let t=e.props,{children:r,branch:o,"data-_gt":a}=t,s=x(t,["children","branch","data-_gt"]);return s=n.branches||{},i(void 0!==s[o]?s[o]:r)}return"fragment"===(null==n?void 0:n.transformation)?o.createElement(o.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?o.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):o.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?o.Children.map(e,n):n(e);return i(e)}function Dt(e,t=0){let r=t;const n=e=>{const{type:t,props:n}=e;r+=1;const o={id:r};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(n).reduce((e,[t,n])=>(function(e){return Et.includes(e)}(t)&&(e[t]=Dt(n,r)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=n,i=x(n,["children","branch"]),a=Object.entries(i).reduce((e,[t,n])=>(e[t]=Dt(n,r),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function a(e){return i(e)?function(e){const{props:t}=e,r=n(e),i=Object.assign(Object.assign({},t),{"data-_gt":r});return t.children&&!r.variableType&&(i.children=s(t.children)),e.type===o.Fragment&&(i["data-_gt"].transformation="fragment"),o.cloneElement(e,i)}(e):e}function s(e){return Array.isArray(e)?o.Children.map(e,a):a(e)}return s(e)}"function"==typeof SuppressedError&&SuppressedError;var Mt={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Nt=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Ft=e=>{const{props:t}=e,r={t:Nt(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=B(t,r),o=Rt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Mt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(Mt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=Ut(t.children)),r},$t=e=>{return t=e,o.isValidElement(t)?Ft(e):"number"==typeof e?e.toString():e;var t};function Ut(e){return Array.isArray(e)?e.map($t):$t(e)}function Vt({sourceElement:e,targetElement:t,locales:r=[St],renderVariable:n}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=t.d,d={};if(u&&Object.entries(Mt).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const o=e.props.n;return Gt({source:Ht(o,r,c.branches||{})||e.props.children,target:Ht(o,r,(null===(i=t.d)||void 0===i?void 0:i.b)||{})||t.c,locales:r,renderVariable:n})}if("branch"===l){const{branch:e,children:o}=s;return Gt({source:(c.branches||{})[e]||o,target:((null===(a=t.d)||void 0===a?void 0:a.b)||{})[e]||t.c,locales:r,renderVariable:n})}return"fragment"===l&&t.c?o.createElement(o.Fragment,{key:e.props.key,children:Gt({source:s.children,target:t.c,locales:r,renderVariable:n})}):(null==s?void 0:s.children)&&(null==t?void 0:t.c)?o.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:Gt({source:s.children,target:t.c,locales:r,renderVariable:n})})):zt({children:e,defaultLocale:r[0],renderVariable:n})}function Gt({source:t,target:r,locales:n=[St],renderVariable:i}){if(null==r&&t)return zt({children:t,defaultLocale:n[0],renderVariable:i});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const a={},s={},c=t.filter(e=>{if(o.isValidElement(e)){if(!Pt(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=It(e.props);a[t]=r,s[t]=n}}return!1}),l=e=>c.find(t=>{const r=Lt(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||c.shift();return r.map((t,r)=>{if("string"==typeof t)return e(o.Fragment,{children:t},`string_${r}`);if(Tt(t))return e(o.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:n})},`var_${r}`);const c=l(t);return c?e(o.Fragment,{children:Vt({sourceElement:c,targetElement:t,locales:n,renderVariable:i})},`element_${r}`):void 0})}if(r&&"object"==typeof r&&!Array.isArray(r)){const e=Tt(r)?"variable":"element";if(o.isValidElement(t)){if("element"===e)return Vt({sourceElement:t,targetElement:r,locales:n,renderVariable:i});if(Pt(t.props)){const{variableValue:e,variableOptions:r,variableType:o}=It(t.props);return i({variableType:o,variableValue:e,variableOptions:r,locales:n})}}}return zt({children:t,defaultLocale:n[0],renderVariable:i})}const Kt={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};var Wt=function(){return Wt=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Wt.apply(this,arguments)};function Jt(e){return Bt.SHA256(e).toString(Bt.enc.Hex).slice(0,16)}function Xt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Jt);var a={};return a.source="JSX"===i?qt(r):r,a=Wt(Wt(Wt(Wt({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(C(a))}"function"==typeof SuppressedError&&SuppressedError;var Yt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=qt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],qt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?Wt({k:e.k},e.v&&{v:e.v}):t}return e};function qt(e){return Array.isArray(e)?e.map(Yt):Yt(e)}function Zt(e,t){const r=(null==t?void 0:t.$_hash)||Xt(Object.assign(Object.assign(Object.assign({source:e},(null==t?void 0:t.$context)&&{context:t.$context}),(null==t?void 0:t.$id)&&{id:t.$id}),{dataFormat:"ICU"}));t?t.$_hash=r:t={$_hash:r};const n=Buffer.from(JSON.stringify(t)).toString("base64");return p(e,{locales:[St],variables:t})+(n?`:${n}`:"")}function Qt(e){return-1===e.lastIndexOf(":")?e:e.slice(0,e.lastIndexOf(":"))}function er(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}const tr="generaltranslation.locale",rr=e=>"string"==typeof e||Array.isArray(e),nr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function or(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>rr(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>rr(e)))),n=Object.entries(e).filter(([,e])=>nr(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>nr(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=or(e[n]||{},t[n]||{});return r}const ir="function"==typeof n.use,ar=a(void 0);function sr(e="useGTContext() must be used within a <GTProvider>!"){const t=s(ar);if(void 0===t)throw new Error(e);return t}function cr({children:r,locales:n,options:o={}}){const i=s(ar);if(null==r)return null;const a=(null==i?void 0:i.gt)||new v;let c="string"==typeof r?parseFloat(r):r;return"number"==typeof c&&(n||(n||(n=[]),(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale)),c=a.formatNum(c,Object.assign({locales:n},o))),e(t,{children:c})}function lr({children:r}){return e(t,{children:r})}function ur({children:r,currency:n="USD",locales:o,options:i={}}){const a=s(ar);if(null==r)return null;const c=(null==a?void 0:a.gt)||new v;let l="string"==typeof r?parseFloat(r):r;return"number"==typeof l&&(o||(o||(o=[]),(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale)),l=c.formatCurrency(l,n,Object.assign({locales:o},i))),e(t,{children:l})}function dr({children:r,locales:n,options:o={}}){const i=s(ar);if(null==r)return null;const a=(null==i?void 0:i.gt)||new v;n||(n=[],(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale));const c=a.formatDateTime(r,Object.assign({locales:n},o)).replace(/[\u200F\u202B\u202E]/g,"");return e(t,{children:c})}cr._gtt="variable-number",lr._gtt="variable-variable",ur._gtt="variable-currency",dr._gtt="variable-datetime";const fr=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e(cr,{options:n,children:r}):"d"===t?e(dr,{options:n,children:r}):"c"===t?e(ur,{options:n,children:r}):e(lr,{children:r});var hr;const pr=Number.POSITIVE_INFINITY,vr=null!==(hr=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==hr?hr:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function gr(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>gr(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${gr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function yr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):gr(e)}function _r(e,t,r){const n=vr,o=Date.now(),i=pr,a=yr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function br(r){var{children:n,id:i,context:a,_hash:s}=r,u=x(r,["children","id","context","_hash"]);if(!n)return;i=null!=i?i:null==u?void 0:u.$id,a=null!=a?a:null==u?void 0:u.$context;const{translations:d,translationRequired:f,developmentApiEnabled:h,dialectTranslationRequired:p,registerJsxForTranslation:v,renderSettings:g,locale:y,defaultLocale:_}=sr("<T> used on the client-side outside of <GTProvider>"),b=c(()=>Dt(n),[n]);let m;i&&(m=null==d?void 0:d[i]),void 0===m&&s&&(m=null==d?void 0:d[s]);const[k,B]=c(()=>{if(!f||m)return[void 0,""];const e=Ut(b);return[e,Xt(Object.assign(Object.assign(Object.assign({source:e},a&&{context:a}),i&&{id:i}),{dataFormat:"JSX"}))]},[b,a,i,f,m]);void 0===m&&(m=null==d?void 0:d[B]);const A=()=>zt({children:b,defaultLocale:_,renderVariable:fr}),O=e=>Gt({source:b,target:e,locales:[y,_],renderVariable:fr});if(!f||d&&!m&&!h||null===m)return e(t,{children:A()});if(m)return e(l,{fallback:O(m),children:O(m)});const S=()=>w(this,void 0,void 0,function*(){if(!h||!y)return A();if(m)return O(m);try{const e=yield v({source:k,targetLocale:y,metadata:{id:i,hash:B,context:a}});return e?O(e):A()}catch(e){return console.warn(e),A()}});if(ir){const t=o.use(_r(["getTranslationPromise",h,JSON.stringify(k),y,i,B,a],()=>S()));return e(l,{fallback:t,children:t})}let E;return E="skeleton"===g.method?"":"replace"===g.method||p?A():"",e(l,{fallback:E,children:S()})}function mr(e){const{developmentApiEnabled:t,translationRequired:r,_preloadMessages:o,_filterMessagesForPreload:i,_tFunction:a,locale:s}=sr("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let c;if(e&&ir&&t&&r){const t=i(e);t.length>0&&(c=n.use(_r(["_preloadMessages",s,JSON.stringify(t)],()=>o(t))))}return function(e,t={}){return a(e,t,c)}}function xr(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=sr(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}}function wr(){return sr("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function kr(){return sr("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function Br(){return sr("useRegion(): Unable to access user's region outside of a <GTProvider>").region}br._gtt="translate-client";const Ar=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`,Or=(e,t)=>`gt-react Error: error rendering string ${t?`for id: "${t}"`:""} original message: "${e}"`;function Sr(e,t,r,n,i,a,s,c,l){return f((a,l={})=>{if(!e)return"";let u=!1;const d=er(a);d&&(u=!0,l=d);const f=u?Qt(a):function(e,t){let r=e;const n=t.split(".");for(const e of n){if("object"!=typeof r||Array.isArray(r)||o.isValidElement(r))return;r=r[e]}return r}(e,a);if(!f)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(a)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(f))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(a)),"";const{entry:h,metadata:v}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(f);if(!h||"string"!=typeof h)return"";const g=(e,t)=>p(e,{locales:t,variables:l});if(!i)return g(h,[n]);const y=Xt(Object.assign(Object.assign({source:h},(null==v?void 0:v.$context)&&{context:v.$context}),{id:a,dataFormat:"ICU"})),_=null==t?void 0:t[y];return _?g(_,[r,n]):null===_?g(h,[n]):s?(c({source:h,targetLocale:r,metadata:Object.assign(Object.assign({},(null==v?void 0:v.$context)&&{context:v.$context}),{id:a,hash:y})}),g(h,[n])):g(h,[n])},[e,t,r,n,i,s,c,a])}function Er(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function jr({locale:e="",defaultLocale:t=St,locales:r=[],localeCookieName:n=tr,ssr:o=!0}){const[i,a]=d(o?e&&y(e,r)||"":Tr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:n})),[s,c]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=y(n,t)||e||r;return i!==n&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const t=i(e);"undefined"!=typeof document&&(document.cookie=`${n}=${t};path=/`)};return[a,i]}({locale:i,locales:r,defaultLocale:t,localeCookieName:n,_setLocale:a});return h(()=>{const o=Tr({_locale:e,locale:i,locales:r,defaultLocale:t,localeCookieName:n});c(o)},[e,i,r,t,n]),[i,s]}function Tr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&y(e,r)===t)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find(e=>e.startsWith(`${o}=`)))||void 0===i?void 0:i.split("=")[1]:void 0,c=y([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function Cr({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:i}){h(()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===n||!o&&!r||t||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),t&&r&&"custom"!==n&&!e&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),r===Ot||o===At&&"default"===n){const e=i.filter(e=>!m(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=g(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,n,o,r,t,i])}function Rr(e,t){return w(this,void 0,void 0,function*(){const r=Array.from(new Set([e,g(e).languageCode]));for(const e of r)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function Pr({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:n}){const[o,i]=d(e);return h(()=>{if(!t)return;let e=!0;return(()=>{w(this,void 0,void 0,function*(){const o=or((yield Rr(n,t))||{},(yield Rr(r,t))||{});e&&i(o||{})})})(),()=>{e=!1}},[t,r,n]),o}function Ir({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:n,locale:o,cacheUrl:i,projectId:a,_versionId:s}){const[c,l]=d(e||t&&"disabled"!==r?null:{});return h(()=>{l(t&&"disabled"!==r?null:{})},[o,r]),h(()=>{if(c||!t||"disabled"===r)return;let e=!0;return(()=>{w(this,void 0,void 0,function*(){let t;switch(r){case"custom":if(n)try{t=yield n(o)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(o),e)}break;case"default":try{t=yield function(e){return w(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:i,projectId:a,locale:o,versionId:s})}catch(e){console.error(e)}}t||(t={}),e&&l(t)})})(),()=>{e=!1}},[c,t,r,i,a,o,s]),{translations:c,setTranslations:l}}function Hr({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function Lr(t){var{children:r,config:n,projectId:o=(null==n?void 0:n.projectId)||"",devApiKey:i=(null==n?void 0:n.devApiKey)||"",dictionary:a=(null==n?void 0:n.dictionary)||{},locales:s=(null==n?void 0:n.locales)||[],defaultLocale:p=(null==n?void 0:n.defaultLocale)||St,cacheUrl:g=(null==n?void 0:n.cacheUrl)||At,runtimeUrl:y=(null==n?void 0:n.runtimeUrl)||Ot,renderSettings:m=(null==n?void 0:n.renderSettings)||Kt,ssr:k=(null==n?void 0:n.ssr)||Er(),localeCookieName:B=(null==n?void 0:n.localeCookieName)||tr,locale:A="",region:O,loadDictionary:S,loadTranslations:E,fallback:j,translations:T=null,_versionId:C,customMapping:R=(null==n?void 0:n.customMapping)}=t,P=x(t,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:I,devApiKey:H}=function(e,t){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(o,i),{locale:L,setLocale:z,locales:D,translationRequired:M,dialectTranslationRequired:N}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=c(()=>Array.from(new Set([t,...r])),[t,r]),[a,s]=jr({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=c(()=>{const e=_(t,a,i);return[e,e&&b(t,a)]},[t,a,i]);return{locale:a,setLocale:s,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:A,defaultLocale:p,locales:s,ssr:k,localeCookieName:B}),{region:F,setRegion:$}=function({_region:e,ssr:t,regionCookieName:r}){const[n,o]=d(t?void 0:Hr({_region:e,regionCookieName:r}));return h(()=>{o(Hr({_region:e,regionCookieName:r}))},[e,r]),{region:n,setRegion:e=>{o(e),"undefined"!=typeof document&&(document.cookie=`${r}=${e||""};path=/`)}}}({_region:O,ssr:k,regionCookieName:"generaltranslation.region"}),U=c(()=>new v({devApiKey:H,sourceLocale:p,targetLocale:L,projectId:I,baseUrl:y,customMapping:R}),[H,p,I,y,R]),V=(E?"custom":g&&I&&"default")||"disabled",G=Pr({_dictionary:a,loadDictionary:S,locale:L,defaultLocale:p});Cr({devApiKey:H,projectId:I,runtimeUrl:y,loadTranslationsType:V,cacheUrl:g,locales:s});const{translations:K,setTranslations:W}=Ir({_translations:T,translationRequired:M,loadTranslationsType:V,loadTranslations:E,locale:L,cacheUrl:g,projectId:I,_versionId:C}),{registerIcuForTranslation:J,registerJsxForTranslation:X,developmentApiEnabled:Y}=function(e){var{gt:t,locale:r,versionId:n,defaultLocale:o,runtimeUrl:i,renderSettings:a,setTranslations:s}=e,l=x(e,["gt","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations"]);const p=!!t.projectId&&!!i&&!!t.devApiKey&&"development"===process.env.NODE_ENV;if(!p){const e=e=>Promise.reject(new Error(`${e}() failed because translation is disabled`));return{developmentApiEnabled:p,registerIcuForTranslation:()=>e("registerIcuForTranslation"),registerJsxForTranslation:()=>e("registerJsxForTranslation")}}const v=u({gt:t,locale:r,baseMetadata:Object.assign(Object.assign({},l),{projectId:t.projectId,sourceLocale:o}),timeout:a.timeout});v.current.gt=t,v.current.locale=r,v.current.baseMetadata=Object.assign(Object.assign({},l),{projectId:t.projectId,sourceLocale:o}),v.current.timeout=a.timeout;const g=u(!1),y=u(null),[_,b]=d(0),m=f(e=>{s(t=>{const r=Object.keys(e);if(0===r.length)return t;const n=t?Object.assign({},t):{};let o=!1;for(const i of r){const r=e[i],a=null==t?void 0:t[i];Object.is(a,r)||(n[i]=r,o=!0)}return o?n:t})},[s]),k=f(e=>{var t;y.current=Object.assign(Object.assign({},null!==(t=y.current)&&void 0!==t?t:{}),e),g.current&&b(e=>e+1)},[]);h(()=>{if(g.current=!0,y.current){const e=y.current;y.current=null,m(e)}return()=>{g.current=!1}},[m]),h(()=>{if(!g.current)return;const e=y.current;e&&(y.current=null,m(e))},[_,m]);const B=u(0),A=u(new Map),O=u(new Map),S=f(e=>w(this,void 0,void 0,function*(){if(0===e.size)return{};B.current+=1;const{gt:t,locale:r,baseMetadata:n,timeout:o}=v.current,i=Array.from(e.values()),a={},s=new Map;try{(yield t.translateMany(i,Object.assign(Object.assign({},n),{targetLocale:r,timeout:o}))).forEach((e,t)=>{const r=i[t],{hash:n,id:o}=r.metadata;if("translation"in e){const t=e.translation;a[n]=t,s.set(n,t)}else if("error"in e){const t=Ar(o,n);console.warn(`${t} ${e.error||"An upstream error occurred."}`),a[n]=null,s.set(n,null)}else{const t=Ar(o,n);console.warn(`${t} Unknown response format.`,e),a[n]=null,s.set(n,null)}})}catch(e){"AbortError"===(null==e?void 0:e.name)?console.warn("gt-react: Runtime translation timed out."):console.warn("Error fetching batched translations:",e),i.forEach(e=>{a[e.metadata.hash]=null,s.set(e.metadata.hash,null)})}finally{B.current-=1,i.forEach(e=>{const t=s.get(e.metadata.hash);void 0===t?(console.warn(`No translation result for ${e.metadata.hash}; resolving as null.`),e.resolve(null)):e.resolve(t)})}return a}),[]),E=u(null),j=u(()=>w(this,void 0,void 0,function*(){})),T=f(e=>{k(e),A.current.size>0&&(E.current=setTimeout(()=>{E.current=null,j.current()},50))},[k]),C=f(()=>{j.current=()=>w(this,void 0,void 0,function*(){if(B.current>=100)return void(E.current=setTimeout(()=>{E.current=null,j.current()},50));const e=A.current;if(0===e.size)return;const t=Array.from(e.entries()).slice(0,Math.min(25,e.size)),r=new Map(t);t.forEach(([t])=>e.delete(t));const n=yield S(r);T(n)})},[S,T]),R=f((e=!1)=>{if(C(),e)return E.current&&(clearTimeout(E.current),E.current=null),void j.current();E.current||(E.current=setTimeout(()=>{E.current=null,j.current()},50))},[C]),P=f(e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=O.current.get(r);if(n)return n;const o=new Promise(n=>{const o="JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}}:{dataFormat:"ICU",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}};A.current.set(r,o);const i=A.current.size>=25&&B.current<100;R(i)}).finally(()=>{O.current.delete(r)});return O.current.set(r,o),o},[R]),I=c(()=>P("ICU"),[P]),H=c(()=>P("JSX"),[P]);return h(()=>()=>{E.current&&clearTimeout(E.current)},[]),{developmentApiEnabled:p,registerIcuForTranslation:I,registerJsxForTranslation:H}}(Object.assign({gt:U,locale:L,versionId:C,defaultLocale:p,runtimeUrl:y,renderSettings:m,setTranslations:W},P)),{_tFunction:q,_filterMessagesForPreload:Z,_preloadMessages:Q}=function({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=x(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>Xt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function c(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},l)=>{const u=s(e,t);if(!u)return"";const{id:d,context:f,_hash:h,calculateHash:p,renderMessage:v}=u;if(!o)return v(e,[n]);const{translationEntry:g,hash:y}=c(p,d,h);if(null===g)return v(e,[n]);if(g)try{return v(g,[r,n])}catch(t){return console.error(Or(e,d),"Error: ",t),v(e,[n])}if("undefined"!==(null==l?void 0:l[y])){if(null==l?void 0:l[y])try{return v(null==l?void 0:l[y],[r,n])}catch(t){return console.error(Or(e,d),"Error: ",t),v(e,[n])}return v(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},f&&{context:f}),d&&{id:d}),{hash:y||""})}),v(e,[n])):v(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=x(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:u,hash:d}=c(l,i,a);u||t.push(Object.assign(Object.assign({message:e},n),{$_hash:d}))}return t},_preloadMessages:e=>w(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>w(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,x(e,["message"]));if(!o)return;const{id:i,context:l,_hash:u,calculateHash:d}=o,{translationEntry:f,hash:h}=c(d,i,u);f&&(t[h]=f),t[h]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:h})})}))),t})}}({gt:U,translations:K,locale:L,defaultLocale:p,translationRequired:M,developmentApiEnabled:Y,registerIcuForTranslation:J}),ee=Sr(G,K,L,p,M,N,Y,J),te=!(M&&!K||!L);return e(ar.Provider,{value:{gt:U,registerIcuForTranslation:J,registerJsxForTranslation:X,_tFunction:q,_filterMessagesForPreload:Z,_preloadMessages:Q,_dictionaryFunction:ee,developmentApiEnabled:Y,locale:L,locales:D,setLocale:z,defaultLocale:p,region:F,setRegion:$,translations:K,translationRequired:M,dialectTranslationRequired:N,projectId:I,renderSettings:m},children:e(l,{fallback:j,children:te?r:j})})}function zr(r){var{children:n,n:o,locales:i}=r,a=x(r,["children","n","locales"]);const c=s(ar);let l;c&&(i||(i=c.locale),l||(l=c.defaultLocale));const u=[...i?[i]:[],l||St];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return e(t,{children:Ht(o,u,a)||n})}function Dr(r){var{children:n,branch:o}=r,i=x(r,["children","branch"]);const a=(o=null==o?void 0:o.toString())&&void 0!==i[o]?i[o]:n;return e(t,{children:a})}function Mr(){return sr("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Nr(){const{setLocale:e}=sr("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Fr(e){const{locales:t,locale:r,setLocale:n,gt:o}=sr(),i=c(()=>{if(!t||0===t.length)return[];const e=t.sort((e,t)=>(new Intl.Collator).compare(o.getLocaleProperties(e).nativeNameWithRegionCode,o.getLocaleProperties(t).nativeNameWithRegionCode));return e},[t]),a=f(e=>o.getLocaleProperties(e),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:a}}function $r(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function Ur(t){var{locales:n,customNames:o,customMapping:i=$r(o)}=t,a=x(t,["locales","customNames","customMapping"]);const{locale:s,locales:c,setLocale:l,getLocaleProperties:u}=Fr(n||void 0),d=e=>{if(i&&i[e]){if("string"==typeof i[e])return i[e];if(i[e].name)return i[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return c&&0!==c.length&&l?r("select",Object.assign({},a,{value:s||"",onChange:e=>l(e.target.value),children:[!s&&e("option",{value:""}),c.map(t=>e("option",{value:t,suppressHydrationWarning:!0,children:d(t)},t))]})):null}function Vr({regions:e,customMapping:t,prioritizeCurrentLocaleRegion:r=!0,sortRegionsAlphabetically:n=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:o,locale:i,setLocale:a,gt:s,region:l,setRegion:u}=sr(),{regionCode:d}=s.getLocaleProperties(i),[f,h]=c(()=>{const a=new Map(o.map(e=>{const t=g(e,i,s.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from((null==a?void 0:a.keys())||[d]),l=new Map(c.map(e=>{var r;return[e,Object.assign(Object.assign({locale:(null===(r=null==a?void 0:a.get(e))||void 0===r?void 0:r.code)||i},s.getRegionProperties(e)),"string"==typeof(null==t?void 0:t[e])?{name:null==t?void 0:t[e]}:null==t?void 0:t[e])]}));if(n&&c.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),r){const e=c.indexOf(d);e>0&&(c.splice(e,1),c.unshift(d))}return[c,l]},[e,l,i,o,s]);return{region:l,setRegion:u,regions:f,regionData:h,locales:o,locale:i,localeRegion:d,setLocale:a}}function Gr(t){var{regions:n,placeholder:o,customMapping:i,prioritizeCurrentLocaleRegion:a,sortRegionsAlphabetically:s,asLocaleSelector:c=!1}=t,l=x(t,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:d,regions:f,regionData:h,locale:p,setLocale:v}=Vr({regions:n,customMapping:i,prioritizeCurrentLocaleRegion:a,sortRegionsAlphabetically:s});return r("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(d(e),c){const t=h.get(e).locale;p!==t&&v(t)}})(e.target.value),children:[!u&&e("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:o||""},"placeholder"),f.map(t=>e("option",{value:t,suppressHydrationWarning:!0,children:h.get(t).name},t))]}))}function Kr(){return sr("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function Wr(e){return Kr().getLocaleProperties(e)}function Jr(e){const{gt:t}=sr("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)}zr._gtt="plural",Dr._gtt="branch";export{Dr as Branch,ur as Currency,dr as DateTime,Lr as GTProvider,Ur as LocaleSelector,cr as Num,zr as Plural,Gr as RegionSelector,br as T,lr as Var,Qt as decodeMsg,er as decodeOptions,Zt as msg,wr as useDefaultLocale,mr as useGT,Kr as useGTClass,kr as useLocale,Jr as useLocaleDirection,Wr as useLocaleProperties,Fr as useLocaleSelector,Mr as useLocales,Br as useRegion,Vr as useRegionSelector,Nr as useSetLocale,xr as useTranslations};
18
+ function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,B,A,O,S,E=this._hash.words,j=u.words,T=d.words,C=a.words,R=s.words,P=c.words,I=l.words;for(w=i=E[0],k=f=E[1],B=b=E[2],A=m=E[3],O=x=E[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,b,m)+j[0]:r<32?p(f,b,m)+j[1]:r<48?v(f,b,m)+j[2]:r<64?g(f,b,m)+j[3]:y(f,b,m)+j[4],S=(S=_(S|=0,P[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=S,S=w+e[t+R[r]]|0,S+=r<16?y(k,B,A)+T[0]:r<32?g(k,B,A)+T[1]:r<48?v(k,B,A)+T[2]:r<64?p(k,B,A)+T[3]:h(k,B,A)+T[4],S=(S=_(S|=0,I[r]))+O|0,w=O,O=A,A=_(B,10),B=k,k=S;S=E[1]+b+A|0,E[1]=E[2]+m+O|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+B|0,E[0]=S},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),_e.exports;var e}(),xe(),function(){return we||(we=1,ke.exports=(c=L(),ae(),xe(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ke.exports;var e,t,r,n,o,i,a,s,c}(),Oe(),je(),Re(),He(),De(),Fe(),function(){return $e?Ue.exports:($e=1,Ue.exports=(t=L(),je(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ve?Ge.exports:(Ve=1,Ge.exports=(e=L(),je(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return Ke?We.exports:(Ke=1,We.exports=(e=L(),je(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Je?Xe.exports:(Je=1,Xe.exports=(e=L(),je(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Ye||(Ye=1,qe.exports=(e=L(),je(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),qe.exports;var e}(),function(){return Ze?Qe.exports:(Ze=1,Qe.exports=(e=L(),je(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return et?tt.exports:(et=1,tt.exports=(n=L(),je(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return rt||(rt=1,nt.exports=(e=L(),J(),ee(),Oe(),je(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),nt.exports;var e}(),at(),function(){return st||(st=1,ct.exports=(e=L(),J(),ee(),Oe(),je(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),ct.exports;var e}(),function(){return lt||(lt=1,ut.exports=(e=L(),J(),ee(),Oe(),je(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),ut.exports;var e}(),function(){return dt||(dt=1,ft.exports=(e=L(),J(),ee(),Oe(),je(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),ft.exports;var e}(),vt())),R.exports),Bt=E(kt),At="https://cdn.gtx.dev",Ot="https://runtime2.gtx.dev",St="en",Et=["singular","plural","dual","zero","one","two","few","many","other"];var jt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function Tt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var Ct={variable:"v",number:"n",datetime:"d",currency:"c"};function Rt(e){return Ct[e]}function Pt(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function It(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:B(e,r),variableType:Rt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function Ht(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=Et),void 0===r&&(r=["en"]);var n=jt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function Lt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function zt({children:e,defaultLocale:t=St,renderVariable:r}){const n=e=>o.isValidElement(e)?(e=>{const n=Lt(e);if(Pt(e.props)){const{variableType:n,variableValue:o,variableOptions:i}=It(e.props);return r({variableType:n,variableValue:o,variableOptions:i,locales:[t]})}if("plural"===(null==n?void 0:n.transformation)){const r=n.branches||{};return i(Ht(e.props.n,[t],r)||e.props.children)}if("branch"===(null==n?void 0:n.transformation)){let t=e.props,{children:r,branch:o,"data-_gt":a}=t,s=x(t,["children","branch","data-_gt"]);return s=n.branches||{},i(void 0!==s[o]?s[o]:r)}return"fragment"===(null==n?void 0:n.transformation)?o.createElement(o.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?o.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):o.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?o.Children.map(e,n):n(e);return i(e)}function Dt(e,t=0){let r=t;const n=e=>{const{type:t,props:n}=e;r+=1;const o={id:r};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(n).reduce((e,[t,n])=>(function(e){return Et.includes(e)}(t)&&(e[t]=Dt(n,r)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=n,i=x(n,["children","branch"]),a=Object.entries(i).reduce((e,[t,n])=>(e[t]=Dt(n,r),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function a(e){return i(e)?function(e){const{props:t}=e,r=n(e),i=Object.assign(Object.assign({},t),{"data-_gt":r});return t.children&&!r.variableType&&(i.children=s(t.children)),e.type===o.Fragment&&(i["data-_gt"].transformation="fragment"),o.cloneElement(e,i)}(e):e}function s(e){return Array.isArray(e)?o.Children.map(e,a):a(e)}return s(e)}"function"==typeof SuppressedError&&SuppressedError;var Mt={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Nt=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Ft=e=>{const{props:t}=e,r={t:Nt(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=B(t,r),o=Rt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Mt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(Mt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=Ut(t.children)),r},$t=e=>{return t=e,o.isValidElement(t)?Ft(e):"number"==typeof e?e.toString():e;var t};function Ut(e){return Array.isArray(e)?e.map($t):$t(e)}function Vt({sourceElement:e,targetElement:t,locales:r=[St],renderVariable:n}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=t.d,d={};if(u&&Object.entries(Mt).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const o=e.props.n;return Gt({source:Ht(o,r,c.branches||{})||e.props.children,target:Ht(o,r,(null===(i=t.d)||void 0===i?void 0:i.b)||{})||t.c,locales:r,renderVariable:n})}if("branch"===l){const{branch:e,children:o}=s;return Gt({source:(c.branches||{})[e]||o,target:((null===(a=t.d)||void 0===a?void 0:a.b)||{})[e]||t.c,locales:r,renderVariable:n})}return"fragment"===l&&t.c?o.createElement(o.Fragment,{key:e.props.key,children:Gt({source:s.children,target:t.c,locales:r,renderVariable:n})}):(null==s?void 0:s.children)&&(null==t?void 0:t.c)?o.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:Gt({source:s.children,target:t.c,locales:r,renderVariable:n})})):zt({children:e,defaultLocale:r[0],renderVariable:n})}function Gt({source:t,target:r,locales:n=[St],renderVariable:i}){if(null==r&&t)return zt({children:t,defaultLocale:n[0],renderVariable:i});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const a={},s={},c=t.filter(e=>{if(o.isValidElement(e)){if(!Pt(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=It(e.props);a[t]=r,s[t]=n}}return!1}),l=e=>c.find(t=>{const r=Lt(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||c.shift();return r.map((t,r)=>{if("string"==typeof t)return e(o.Fragment,{children:t},`string_${r}`);if(Tt(t))return e(o.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:n})},`var_${r}`);const c=l(t);return c?e(o.Fragment,{children:Vt({sourceElement:c,targetElement:t,locales:n,renderVariable:i})},`element_${r}`):void 0})}if(r&&"object"==typeof r&&!Array.isArray(r)){const e=Tt(r)?"variable":"element";if(o.isValidElement(t)){if("element"===e)return Vt({sourceElement:t,targetElement:r,locales:n,renderVariable:i});if(Pt(t.props)){const{variableValue:e,variableOptions:r,variableType:o}=It(t.props);return i({variableType:o,variableValue:e,variableOptions:r,locales:n})}}}return zt({children:t,defaultLocale:n[0],renderVariable:i})}const Kt={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};var Wt=function(){return Wt=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Wt.apply(this,arguments)};function Jt(e){return Bt.SHA256(e).toString(Bt.enc.Hex).slice(0,16)}function Xt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Jt);var a={};return a.source="JSX"===i?qt(r):r,a=Wt(Wt(Wt(Wt({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(C(a))}"function"==typeof SuppressedError&&SuppressedError;var Yt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=qt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],qt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?Wt({k:e.k},e.v&&{v:e.v}):t}return e};function qt(e){return Array.isArray(e)?e.map(Yt):Yt(e)}function Zt(e,t){const r=(null==t?void 0:t.$_hash)||Xt(Object.assign(Object.assign(Object.assign({source:e},(null==t?void 0:t.$context)&&{context:t.$context}),(null==t?void 0:t.$id)&&{id:t.$id}),{dataFormat:"ICU"}));t?t.$_hash=r:t={$_hash:r};const n=Buffer.from(JSON.stringify(t)).toString("base64");return p(e,{locales:[St],variables:t})+(n?`:${n}`:"")}function Qt(e){return-1===e.lastIndexOf(":")?e:e.slice(0,e.lastIndexOf(":"))}function er(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}const tr="generaltranslation.locale",rr=e=>"string"==typeof e||Array.isArray(e),nr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function or(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>rr(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>rr(e)))),n=Object.entries(e).filter(([,e])=>nr(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>nr(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=or(e[n]||{},t[n]||{});return r}const ir="function"==typeof n.use,ar=a(void 0);function sr(e="useGTContext() must be used within a <GTProvider>!"){const t=s(ar);if(void 0===t)throw new Error(e);return t}function cr({children:r,locales:n,options:o={}}){const i=s(ar);if(null==r)return null;const a=(null==i?void 0:i.gt)||new v;let c="string"==typeof r?parseFloat(r):r;return"number"==typeof c&&(n||(n||(n=[]),(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale)),c=a.formatNum(c,Object.assign({locales:n},o))),e(t,{children:c})}function lr({children:r}){return e(t,{children:r})}function ur({children:r,currency:n="USD",locales:o,options:i={}}){const a=s(ar);if(null==r)return null;const c=(null==a?void 0:a.gt)||new v;let l="string"==typeof r?parseFloat(r):r;return"number"==typeof l&&(o||(o||(o=[]),(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale)),l=c.formatCurrency(l,n,Object.assign({locales:o},i))),e(t,{children:l})}function dr({children:r,locales:n,options:o={}}){const i=s(ar);if(null==r)return null;const a=(null==i?void 0:i.gt)||new v;n||(n=[],(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale));const c=a.formatDateTime(r,Object.assign({locales:n},o)).replace(/[\u200F\u202B\u202E]/g,"");return e(t,{children:c})}cr._gtt="variable-number",lr._gtt="variable-variable",ur._gtt="variable-currency",dr._gtt="variable-datetime";const fr=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e(cr,{options:n,children:r}):"d"===t?e(dr,{options:n,children:r}):"c"===t?e(ur,{options:n,children:r}):e(lr,{children:r});var hr;const pr=Number.POSITIVE_INFINITY,vr=null!==(hr=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==hr?hr:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function gr(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>gr(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${gr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function yr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):gr(e)}function _r(e,t,r){const n=vr,o=Date.now(),i=pr,a=yr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function br(r){var{children:n,id:i,context:a,_hash:s}=r,u=x(r,["children","id","context","_hash"]);if(!n)return;i=null!=i?i:null==u?void 0:u.$id,a=null!=a?a:null==u?void 0:u.$context;const{translations:d,translationRequired:f,developmentApiEnabled:h,dialectTranslationRequired:p,registerJsxForTranslation:v,renderSettings:g,locale:y,defaultLocale:_}=sr("<T> used on the client-side outside of <GTProvider>"),b=c(()=>Dt(n),[n]);let m;i&&(m=null==d?void 0:d[i]),void 0===m&&s&&(m=null==d?void 0:d[s]);const[k,B]=c(()=>{if(!f||m)return[void 0,""];const e=Ut(b);return[e,Xt(Object.assign(Object.assign(Object.assign({source:e},a&&{context:a}),i&&{id:i}),{dataFormat:"JSX"}))]},[b,a,i,f,m]);void 0===m&&(m=null==d?void 0:d[B]);const A=()=>zt({children:b,defaultLocale:_,renderVariable:fr}),O=e=>Gt({source:b,target:e,locales:[y,_],renderVariable:fr});if(!f||d&&!m&&!h||null===m)return e(t,{children:A()});if(m)return e(l,{fallback:O(m),children:O(m)});const S=()=>w(this,void 0,void 0,function*(){if(!h||!y)return A();if(m)return O(m);try{const e=yield v({source:k,targetLocale:y,metadata:{id:i,hash:B,context:a}});return e?O(e):A()}catch(e){return console.warn(e),A()}});if(ir){const t=o.use(_r(["getTranslationPromise",h,JSON.stringify(k),y,i,B,a],()=>S()));return e(l,{fallback:t,children:t})}let E;return E="skeleton"===g.method?"":"replace"===g.method||p?A():"",e(l,{fallback:E,children:S()})}function mr(e){const{developmentApiEnabled:t,translationRequired:r,_preloadMessages:o,_filterMessagesForPreload:i,_tFunction:a,locale:s}=sr("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let c;if(e&&ir&&t&&r){const t=i(e);t.length>0&&(c=n.use(_r(["_preloadMessages",s,JSON.stringify(t)],()=>o(t))))}return function(e,t={}){return a(e,t,c)}}function xr(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=sr(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}}function wr(){return sr("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function kr(){return sr("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function Br(){return sr("useRegion(): Unable to access user's region outside of a <GTProvider>").region}br._gtt="translate-client";const Ar=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`,Or=(e,t)=>`gt-react Error: error rendering string ${t?`for id: "${t}"`:""} original message: "${e}"`;function Sr(e,t,r,n,i,a,s,c,l){return f((a,l={})=>{if(!e)return"";let u=!1;const d=er(a);d&&(u=!0,l=d);const f=u?Qt(a):function(e,t){let r=e;const n=t.split(".");for(const e of n){if("object"!=typeof r||Array.isArray(r)||o.isValidElement(r))return;r=r[e]}return r}(e,a);if(!f)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(a)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(f))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(a)),"";const{entry:h,metadata:v}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(f);if(!h||"string"!=typeof h)return"";const g=(e,t)=>p(e,{locales:t,variables:l});if(!i)return g(h,[n]);const y=u?(null==l?void 0:l.$_hash)||"":Xt(Object.assign(Object.assign({source:h},(null==v?void 0:v.$context)&&{context:v.$context}),{id:a,dataFormat:"ICU"})),_=null==t?void 0:t[y];return _?g(_,[r,n]):null===_?g(h,[n]):s?(c({source:h,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},(null==v?void 0:v.$context)&&{context:v.$context}),u&&{id:a}),{hash:y})}),g(h,[n])):g(h,[n])},[e,t,r,n,i,s,c,a])}function Er(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function jr({locale:e="",defaultLocale:t=St,locales:r=[],localeCookieName:n=tr,ssr:o=!0}){const[i,a]=d(o?e&&y(e,r)||"":Tr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:n})),[s,c]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=y(n,t)||e||r;return i!==n&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const t=i(e);"undefined"!=typeof document&&(document.cookie=`${n}=${t};path=/`)};return[a,i]}({locale:i,locales:r,defaultLocale:t,localeCookieName:n,_setLocale:a});return h(()=>{const o=Tr({_locale:e,locale:i,locales:r,defaultLocale:t,localeCookieName:n});c(o)},[e,i,r,t,n]),[i,s]}function Tr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&y(e,r)===t)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find(e=>e.startsWith(`${o}=`)))||void 0===i?void 0:i.split("=")[1]:void 0,c=y([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function Cr({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:i}){h(()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===n||!o&&!r||t||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),t&&r&&"custom"!==n&&!e&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),r===Ot||o===At&&"default"===n){const e=i.filter(e=>!m(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=g(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,n,o,r,t,i])}function Rr(e,t){return w(this,void 0,void 0,function*(){const r=Array.from(new Set([e,g(e).languageCode]));for(const e of r)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function Pr({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:n}){const[o,i]=d(e);return h(()=>{if(!t)return;let e=!0;return(()=>{w(this,void 0,void 0,function*(){const o=or((yield Rr(n,t))||{},(yield Rr(r,t))||{});e&&i(o||{})})})(),()=>{e=!1}},[t,r,n]),o}function Ir({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:n,locale:o,cacheUrl:i,projectId:a,_versionId:s}){const[c,l]=d(e||t&&"disabled"!==r?null:{});return h(()=>{l(t&&"disabled"!==r?null:{})},[o,r]),h(()=>{if(c||!t||"disabled"===r)return;let e=!0;return(()=>{w(this,void 0,void 0,function*(){let t;switch(r){case"custom":if(n)try{t=yield n(o)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(o),e)}break;case"default":try{t=yield function(e){return w(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:i,projectId:a,locale:o,versionId:s})}catch(e){console.error(e)}}t||(t={}),e&&l(t)})})(),()=>{e=!1}},[c,t,r,i,a,o,s]),{translations:c,setTranslations:l}}function Hr({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function Lr(t){var{children:r,config:n,projectId:o=(null==n?void 0:n.projectId)||"",devApiKey:i=(null==n?void 0:n.devApiKey)||"",dictionary:a=(null==n?void 0:n.dictionary)||{},locales:s=(null==n?void 0:n.locales)||[],defaultLocale:p=(null==n?void 0:n.defaultLocale)||St,cacheUrl:g=(null==n?void 0:n.cacheUrl)||At,runtimeUrl:y=(null==n?void 0:n.runtimeUrl)||Ot,renderSettings:m=(null==n?void 0:n.renderSettings)||Kt,ssr:k=(null==n?void 0:n.ssr)||Er(),localeCookieName:B=(null==n?void 0:n.localeCookieName)||tr,locale:A="",region:O,loadDictionary:S,loadTranslations:E,fallback:j,translations:T=null,_versionId:C,customMapping:R=(null==n?void 0:n.customMapping)}=t,P=x(t,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:I,devApiKey:H}=function(e,t){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(o,i),{locale:L,setLocale:z,locales:D,translationRequired:M,dialectTranslationRequired:N}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=c(()=>Array.from(new Set([t,...r])),[t,r]),[a,s]=jr({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=c(()=>{const e=_(t,a,i);return[e,e&&b(t,a)]},[t,a,i]);return{locale:a,setLocale:s,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:A,defaultLocale:p,locales:s,ssr:k,localeCookieName:B}),{region:F,setRegion:$}=function({_region:e,ssr:t,regionCookieName:r}){const[n,o]=d(t?void 0:Hr({_region:e,regionCookieName:r}));return h(()=>{o(Hr({_region:e,regionCookieName:r}))},[e,r]),{region:n,setRegion:e=>{o(e),"undefined"!=typeof document&&(document.cookie=`${r}=${e||""};path=/`)}}}({_region:O,ssr:k,regionCookieName:"generaltranslation.region"}),U=c(()=>new v({devApiKey:H,sourceLocale:p,targetLocale:L,projectId:I,baseUrl:y,customMapping:R}),[H,p,I,y,R]),V=(E?"custom":g&&I&&"default")||"disabled",G=Pr({_dictionary:a,loadDictionary:S,locale:L,defaultLocale:p});Cr({devApiKey:H,projectId:I,runtimeUrl:y,loadTranslationsType:V,cacheUrl:g,locales:s});const{translations:K,setTranslations:W}=Ir({_translations:T,translationRequired:M,loadTranslationsType:V,loadTranslations:E,locale:L,cacheUrl:g,projectId:I,_versionId:C}),{registerIcuForTranslation:J,registerJsxForTranslation:X,developmentApiEnabled:Y}=function(e){var{gt:t,locale:r,versionId:n,defaultLocale:o,runtimeUrl:i,renderSettings:a,setTranslations:s}=e,l=x(e,["gt","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations"]);const p=!!t.projectId&&!!i&&!!t.devApiKey&&"development"===process.env.NODE_ENV;if(!p){const e=e=>Promise.reject(new Error(`${e}() failed because translation is disabled`));return{developmentApiEnabled:p,registerIcuForTranslation:()=>e("registerIcuForTranslation"),registerJsxForTranslation:()=>e("registerJsxForTranslation")}}const v=u({gt:t,locale:r,baseMetadata:Object.assign(Object.assign({},l),{projectId:t.projectId,sourceLocale:o}),timeout:a.timeout});v.current.gt=t,v.current.locale=r,v.current.baseMetadata=Object.assign(Object.assign({},l),{projectId:t.projectId,sourceLocale:o}),v.current.timeout=a.timeout;const g=u(!1),y=u(null),[_,b]=d(0),m=f(e=>{s(t=>{const r=Object.keys(e);if(0===r.length)return t;const n=t?Object.assign({},t):{};let o=!1;for(const i of r){const r=e[i],a=null==t?void 0:t[i];Object.is(a,r)||(n[i]=r,o=!0)}return o?n:t})},[s]),k=f(e=>{var t;y.current=Object.assign(Object.assign({},null!==(t=y.current)&&void 0!==t?t:{}),e),g.current&&b(e=>e+1)},[]);h(()=>{if(g.current=!0,y.current){const e=y.current;y.current=null,m(e)}return()=>{g.current=!1}},[m]),h(()=>{if(!g.current)return;const e=y.current;e&&(y.current=null,m(e))},[_,m]);const B=u(0),A=u(new Map),O=u(new Map),S=f(e=>w(this,void 0,void 0,function*(){if(0===e.size)return{};B.current+=1;const{gt:t,locale:r,baseMetadata:n,timeout:o}=v.current,i=Array.from(e.values()),a={},s=new Map;try{(yield t.translateMany(i,Object.assign(Object.assign({},n),{targetLocale:r,timeout:o}))).forEach((e,t)=>{const r=i[t],{hash:n,id:o}=r.metadata;if("translation"in e){const t=e.translation;a[n]=t,s.set(n,t)}else if("error"in e){const t=Ar(o,n);console.warn(`${t} ${e.error||"An upstream error occurred."}`),a[n]=null,s.set(n,null)}else{const t=Ar(o,n);console.warn(`${t} Unknown response format.`,e),a[n]=null,s.set(n,null)}})}catch(e){"AbortError"===(null==e?void 0:e.name)?console.warn("gt-react: Runtime translation timed out."):console.warn("Error fetching batched translations:",e),i.forEach(e=>{a[e.metadata.hash]=null,s.set(e.metadata.hash,null)})}finally{B.current-=1,i.forEach(e=>{const t=s.get(e.metadata.hash);void 0===t?(console.warn(`No translation result for ${e.metadata.hash}; resolving as null.`),e.resolve(null)):e.resolve(t)})}return a}),[]),E=u(null),j=u(()=>w(this,void 0,void 0,function*(){})),T=f(e=>{k(e),A.current.size>0&&(E.current=setTimeout(()=>{E.current=null,j.current()},50))},[k]),C=f(()=>{j.current=()=>w(this,void 0,void 0,function*(){if(B.current>=100)return void(E.current=setTimeout(()=>{E.current=null,j.current()},50));const e=A.current;if(0===e.size)return;const t=Array.from(e.entries()).slice(0,Math.min(25,e.size)),r=new Map(t);t.forEach(([t])=>e.delete(t));const n=yield S(r);T(n)})},[S,T]),R=f((e=!1)=>{if(C(),e)return E.current&&(clearTimeout(E.current),E.current=null),void j.current();E.current||(E.current=setTimeout(()=>{E.current=null,j.current()},50))},[C]),P=f(e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=O.current.get(r);if(n)return n;const o=new Promise(n=>{const o="JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}}:{dataFormat:"ICU",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}};A.current.set(r,o);const i=A.current.size>=25&&B.current<100;R(i)}).finally(()=>{O.current.delete(r)});return O.current.set(r,o),o},[R]),I=c(()=>P("ICU"),[P]),H=c(()=>P("JSX"),[P]);return h(()=>()=>{E.current&&clearTimeout(E.current)},[]),{developmentApiEnabled:p,registerIcuForTranslation:I,registerJsxForTranslation:H}}(Object.assign({gt:U,locale:L,versionId:C,defaultLocale:p,runtimeUrl:y,renderSettings:m,setTranslations:W},P)),{_tFunction:q,_filterMessagesForPreload:Z,_preloadMessages:Q}=function({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=x(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>Xt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function c(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},l)=>{const u=s(e,t);if(!u)return"";const{id:d,context:f,_hash:h,calculateHash:p,renderMessage:v}=u;if(!o)return v(e,[n]);const{translationEntry:g,hash:y}=c(p,d,h);if(null===g)return v(e,[n]);if(g)try{return v(g,[r,n])}catch(t){return console.error(Or(e,d),"Error: ",t),v(e,[n])}if("undefined"!==(null==l?void 0:l[y])){if(null==l?void 0:l[y])try{return v(null==l?void 0:l[y],[r,n])}catch(t){return console.error(Or(e,d),"Error: ",t),v(e,[n])}return v(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},f&&{context:f}),d&&{id:d}),{hash:y||""})}),v(e,[n])):v(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=x(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:u,hash:d}=c(l,i,a);u||t.push(Object.assign(Object.assign({message:e},n),{$_hash:d}))}return t},_preloadMessages:e=>w(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>w(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,x(e,["message"]));if(!o)return;const{id:i,context:l,_hash:u,calculateHash:d}=o,{translationEntry:f,hash:h}=c(d,i,u);f&&(t[h]=f),t[h]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:h})})}))),t})}}({gt:U,translations:K,locale:L,defaultLocale:p,translationRequired:M,developmentApiEnabled:Y,registerIcuForTranslation:J}),ee=Sr(G,K,L,p,M,N,Y,J),te=!(M&&!K||!L);return e(ar.Provider,{value:{gt:U,registerIcuForTranslation:J,registerJsxForTranslation:X,_tFunction:q,_filterMessagesForPreload:Z,_preloadMessages:Q,_dictionaryFunction:ee,developmentApiEnabled:Y,locale:L,locales:D,setLocale:z,defaultLocale:p,region:F,setRegion:$,translations:K,translationRequired:M,dialectTranslationRequired:N,projectId:I,renderSettings:m},children:e(l,{fallback:j,children:te?r:j})})}function zr(r){var{children:n,n:o,locales:i}=r,a=x(r,["children","n","locales"]);const c=s(ar);let l;c&&(i||(i=c.locale),l||(l=c.defaultLocale));const u=[...i?[i]:[],l||St];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return e(t,{children:Ht(o,u,a)||n})}function Dr(r){var{children:n,branch:o}=r,i=x(r,["children","branch"]);const a=(o=null==o?void 0:o.toString())&&void 0!==i[o]?i[o]:n;return e(t,{children:a})}function Mr(){return sr("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Nr(){const{setLocale:e}=sr("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Fr(e){const{locales:t,locale:r,setLocale:n,gt:o}=sr(),i=c(()=>{if(!t||0===t.length)return[];const e=t.sort((e,t)=>(new Intl.Collator).compare(o.getLocaleProperties(e).nativeNameWithRegionCode,o.getLocaleProperties(t).nativeNameWithRegionCode));return e},[t]),a=f(e=>o.getLocaleProperties(e),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:a}}function $r(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function Ur(t){var{locales:n,customNames:o,customMapping:i=$r(o)}=t,a=x(t,["locales","customNames","customMapping"]);const{locale:s,locales:c,setLocale:l,getLocaleProperties:u}=Fr(n||void 0),d=e=>{if(i&&i[e]){if("string"==typeof i[e])return i[e];if(i[e].name)return i[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return c&&0!==c.length&&l?r("select",Object.assign({},a,{value:s||"",onChange:e=>l(e.target.value),children:[!s&&e("option",{value:""}),c.map(t=>e("option",{value:t,suppressHydrationWarning:!0,children:d(t)},t))]})):null}function Vr({regions:e,customMapping:t,prioritizeCurrentLocaleRegion:r=!0,sortRegionsAlphabetically:n=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:o,locale:i,setLocale:a,gt:s,region:l,setRegion:u}=sr(),{regionCode:d}=s.getLocaleProperties(i),[f,h]=c(()=>{const a=new Map(o.map(e=>{const t=g(e,i,s.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from((null==a?void 0:a.keys())||[d]),l=new Map(c.map(e=>{var r;return[e,Object.assign(Object.assign({locale:(null===(r=null==a?void 0:a.get(e))||void 0===r?void 0:r.code)||i},s.getRegionProperties(e)),"string"==typeof(null==t?void 0:t[e])?{name:null==t?void 0:t[e]}:null==t?void 0:t[e])]}));if(n&&c.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),r){const e=c.indexOf(d);e>0&&(c.splice(e,1),c.unshift(d))}return[c,l]},[e,l,i,o,s]);return{region:l,setRegion:u,regions:f,regionData:h,locales:o,locale:i,localeRegion:d,setLocale:a}}function Gr(t){var{regions:n,placeholder:o,customMapping:i,prioritizeCurrentLocaleRegion:a,sortRegionsAlphabetically:s,asLocaleSelector:c=!1}=t,l=x(t,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:d,regions:f,regionData:h,locale:p,setLocale:v}=Vr({regions:n,customMapping:i,prioritizeCurrentLocaleRegion:a,sortRegionsAlphabetically:s});return r("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(d(e),c){const t=h.get(e).locale;p!==t&&v(t)}})(e.target.value),children:[!u&&e("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:o||""},"placeholder"),f.map(t=>e("option",{value:t,suppressHydrationWarning:!0,children:h.get(t).name},t))]}))}function Kr(){return sr("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function Wr(e){return Kr().getLocaleProperties(e)}function Jr(e){const{gt:t}=sr("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)}zr._gtt="plural",Dr._gtt="branch";export{Dr as Branch,ur as Currency,dr as DateTime,Lr as GTProvider,Ur as LocaleSelector,cr as Num,zr as Plural,Gr as RegionSelector,br as T,lr as Var,Qt as decodeMsg,er as decodeOptions,Zt as msg,wr as useDefaultLocale,mr as useGT,Kr as useGTClass,kr as useLocale,Jr as useLocaleDirection,Wr as useLocaleProperties,Fr as useLocaleSelector,Mr as useLocales,Br as useRegion,Vr as useRegionSelector,Nr as useSetLocale,xr as useTranslations};
@@ -1 +1 @@
1
- {"version":3,"file":"useCreateInternalUseTranslationsFunction.d.ts","sourceRoot":"","sources":["../../../src/provider/hooks/useCreateInternalUseTranslationsFunction.ts"],"names":[],"mappings":"AACA,OAAO,EACL,UAAU,EACV,4BAA4B,EAC5B,YAAY,EACZ,YAAY,EACb,MAAM,mBAAmB,CAAC;AAY3B,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAG3D,MAAM,CAAC,OAAO,UAAU,wCAAwC,CAC9D,UAAU,EAAE,UAAU,GAAG,SAAS,EAClC,YAAY,EAAE,YAAY,GAAG,IAAI,EACjC,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,MAAM,EACrB,mBAAmB,EAAE,OAAO,EAC5B,0BAA0B,EAAE,OAAO,EACnC,qBAAqB,EAAE,OAAO,EAC9B,yBAAyB,EAAE,oBAAoB,EAC/C,cAAc,EAAE;IAAE,MAAM,EAAE,YAAY,CAAA;CAAE,QAGjC,MAAM,YAAW,4BAA4B,KAAQ,MAAM,CA6GnE"}
1
+ {"version":3,"file":"useCreateInternalUseTranslationsFunction.d.ts","sourceRoot":"","sources":["../../../src/provider/hooks/useCreateInternalUseTranslationsFunction.ts"],"names":[],"mappings":"AACA,OAAO,EACL,UAAU,EACV,4BAA4B,EAC5B,YAAY,EACZ,YAAY,EACb,MAAM,mBAAmB,CAAC;AAY3B,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAG3D,MAAM,CAAC,OAAO,UAAU,wCAAwC,CAC9D,UAAU,EAAE,UAAU,GAAG,SAAS,EAClC,YAAY,EAAE,YAAY,GAAG,IAAI,EACjC,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,MAAM,EACrB,mBAAmB,EAAE,OAAO,EAC5B,0BAA0B,EAAE,OAAO,EACnC,qBAAqB,EAAE,OAAO,EAC9B,yBAAyB,EAAE,oBAAoB,EAC/C,cAAc,EAAE;IAAE,MAAM,EAAE,YAAY,CAAA;CAAE,QAGjC,MAAM,YAAW,4BAA4B,KAAQ,MAAM,CA+GnE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-react",
3
- "version": "10.3.2-alpha.3",
3
+ "version": "10.3.2-alpha.4",
4
4
  "description": "A React library for automatic internationalization.",
5
5
  "main": "./dist/index.cjs.min.cjs",
6
6
  "module": "./dist/index.esm.min.mjs",