From c950122519242ed4c86e5a180d96e46573af715b Mon Sep 17 00:00:00 2001 From: 1letter <1letter@gmx.de> Date: Sat, 9 Nov 2024 21:53:43 +0100 Subject: [PATCH] [fc] Repository: plone.staticresources Branch: refs/heads/master Date: 2024-11-08T11:50:24+01:00 Author: Peter Mathis (petschki) Commit: https://github.com/plone/plone.staticresources/commit/3383fa5ca40996ee662521e5c9692b24fd7937e7 Fix `pat-contentbrowser` for `CatalogSource` vocabulary lookups. See https://github.com/plone/mockup/releases/tag/5.2.0-beta.1 Files changed: A src/plone/staticresources/static/bundle-plone/chunks/58440.e065135fdf2cd311a7ba.min.js A src/plone/staticresources/static/bundle-plone/chunks/58440.e065135fdf2cd311a7ba.min.js.map A src/plone/staticresources/static/bundle-plone/chunks/94174.edb83c3feed33d0845af.min.js A src/plone/staticresources/static/bundle-plone/chunks/94174.edb83c3feed33d0845af.min.js.map M package.json M src/plone/staticresources/static/bundle-plone/bundle.min.js M src/plone/staticresources/static/bundle-plone/bundle.min.js.map M src/plone/staticresources/static/bundle-plone/remote.min.js M src/plone/staticresources/static/bundle-plone/remote.min.js.map M yarn.lock D src/plone/staticresources/static/bundle-plone/chunks/34221.4ab116de6222208c3626.min.js D src/plone/staticresources/static/bundle-plone/chunks/34221.4ab116de6222208c3626.min.js.map D src/plone/staticresources/static/bundle-plone/chunks/94174.d5db86cd0d919431fc2f.min.js D src/plone/staticresources/static/bundle-plone/chunks/94174.d5db86cd0d919431fc2f.min.js.map Repository: plone.staticresources Branch: refs/heads/master Date: 2024-11-08T11:52:51+01:00 Author: Peter Mathis (petschki) Commit: https://github.com/plone/plone.staticresources/commit/a58f3917370ec560a5d3d1f92ef90f83afcc6910 changenote Files changed: A news/359.bugfix Repository: plone.staticresources Branch: refs/heads/master Date: 2024-11-09T21:53:43+01:00 Author: 1letter (1letter) <1letter@gmx.de> Commit: https://github.com/plone/plone.staticresources/commit/41be8cd81994919a43a3f812c45a2943857bebcb Merge pull request #359 from plone/contentbrowser-bugfix Fix `pat-contentbrowser` for `CatalogSource` vocabulary lookups. Files changed: A news/359.bugfix A src/plone/staticresources/static/bundle-plone/chunks/58440.e065135fdf2cd311a7ba.min.js A src/plone/staticresources/static/bundle-plone/chunks/58440.e065135fdf2cd311a7ba.min.js.map A src/plone/staticresources/static/bundle-plone/chunks/94174.edb83c3feed33d0845af.min.js A src/plone/staticresources/static/bundle-plone/chunks/94174.edb83c3feed33d0845af.min.js.map M package.json M src/plone/staticresources/static/bundle-plone/bundle.min.js M src/plone/staticresources/static/bundle-plone/bundle.min.js.map M src/plone/staticresources/static/bundle-plone/remote.min.js M src/plone/staticresources/static/bundle-plone/remote.min.js.map M yarn.lock D src/plone/staticresources/static/bundle-plone/chunks/34221.4ab116de6222208c3626.min.js D src/plone/staticresources/static/bundle-plone/chunks/34221.4ab116de6222208c3626.min.js.map D src/plone/staticresources/static/bundle-plone/chunks/94174.d5db86cd0d919431fc2f.min.js D src/plone/staticresources/static/bundle-plone/chunks/94174.d5db86cd0d919431fc2f.min.js.map --- last_commit.txt | 87 ++++++++++++++++++++++++++++--------------------- 1 file changed, 50 insertions(+), 37 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 6837c8ff35..fe8d132a2f 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,63 +1,76 @@ -Repository: plone.app.z3cform +Repository: plone.staticresources Branch: refs/heads/master -Date: 2024-11-08T11:23:56+01:00 +Date: 2024-11-08T11:50:24+01:00 Author: Peter Mathis (petschki) -Commit: https://github.com/plone/plone.app.z3cform/commit/9f3ac9794ba942c54ffbf465b463425bd320bb4c +Commit: https://github.com/plone/plone.staticresources/commit/3383fa5ca40996ee662521e5c9692b24fd7937e7 -fix pattern options for `LinkWidget` +Fix `pat-contentbrowser` for `CatalogSource` vocabulary lookups. -Files changed: -M plone/app/z3cform/widgets/link.py - -b'diff --git a/plone/app/z3cform/widgets/link.py b/plone/app/z3cform/widgets/link.py\nindex 7af27b5f..10a97c50 100644\n--- a/plone/app/z3cform/widgets/link.py\n+++ b/plone/app/z3cform/widgets/link.py\n@@ -26,6 +26,8 @@ def pattern_data(self):\n "vocabularyUrl": "{}/@@getVocabulary?name=plone.app.vocabularies.Catalog".format( # noqa\n getSite().absolute_url(0),\n ),\n+ "rootPath": "/".join(getSite().getPhysicalPath()),\n+ "basePath": "/".join(self.context.getPhysicalPath()),\n "maximumSelectionSize": 1,\n }\n return json.dumps(pattern_data)\n' - -Repository: plone.app.z3cform - - -Branch: refs/heads/master -Date: 2024-11-08T11:27:27+01:00 -Author: Peter Mathis (petschki) -Commit: https://github.com/plone/plone.app.z3cform/commit/d5e67ce12ca8842b51f815ab3ab55b636f3fe39c - -changenote +See https://github.com/plone/mockup/releases/tag/5.2.0-beta.1 Files changed: -A news/213.bugfix - -b'diff --git a/news/213.bugfix b/news/213.bugfix\nnew file mode 100644\nindex 00000000..84e44c93\n--- /dev/null\n+++ b/news/213.bugfix\n@@ -0,0 +1,2 @@\n+Fix pattern options for `LinkWidget`.\n+[petschki]\n' - -Repository: plone.app.z3cform +A src/plone/staticresources/static/bundle-plone/chunks/58440.e065135fdf2cd311a7ba.min.js +A src/plone/staticresources/static/bundle-plone/chunks/58440.e065135fdf2cd311a7ba.min.js.map +A src/plone/staticresources/static/bundle-plone/chunks/94174.edb83c3feed33d0845af.min.js +A src/plone/staticresources/static/bundle-plone/chunks/94174.edb83c3feed33d0845af.min.js.map +M package.json +M src/plone/staticresources/static/bundle-plone/bundle.min.js +M src/plone/staticresources/static/bundle-plone/bundle.min.js.map +M src/plone/staticresources/static/bundle-plone/remote.min.js +M src/plone/staticresources/static/bundle-plone/remote.min.js.map +M yarn.lock +D src/plone/staticresources/static/bundle-plone/chunks/34221.4ab116de6222208c3626.min.js +D src/plone/staticresources/static/bundle-plone/chunks/34221.4ab116de6222208c3626.min.js.map +D src/plone/staticresources/static/bundle-plone/chunks/94174.d5db86cd0d919431fc2f.min.js +D src/plone/staticresources/static/bundle-plone/chunks/94174.d5db86cd0d919431fc2f.min.js.map + +b'diff --git a/package.json b/package.json\nindex 8d5e70700..2daea6205 100644\n--- a/package.json\n+++ b/package.json\n@@ -9,7 +9,7 @@\n "stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json"\n },\n "dependencies": {\n- "@plone/mockup": "5.2.0-beta.0",\n+ "@plone/mockup": "5.2.0-beta.1",\n "bootstrap-icons": "1.11.3",\n "svg-country-flags": "git+https://github.com/hampusborgos/country-flags.git"\n },\ndiff --git a/src/plone/staticresources/static/bundle-plone/bundle.min.js b/src/plone/staticresources/static/bundle-plone/bundle.min.js\nindex e53109862..a77cea060 100644\n--- a/src/plone/staticresources/static/bundle-plone/bundle.min.js\n+++ b/src/plone/staticresources/static/bundle-plone/bundle.min.js\n@@ -1,4 +1,4 @@\n-/*! @plone/mockup 5.2.0-beta.0 */!function(){var e,t,n,a,c,r,i,f,o,d,s,b,u,l,h,p,g,m,v,y,_,w={90711:function(e,t,n){"use strict";n.d(t,{n4:function(){return w},UD:function(){return _}});var a=n(86354),c=n(30222),r=n(58979),i=n(5581);var f=n(67604),o=n(50793),d=n(19760),s=n(10134),b=n(36906);function u(e,t,n){void 0===n&&(n=!1);var u,l,h=(0,i.sb)(t),p=(0,i.sb)(t)&&function(e){var t=e.getBoundingClientRect(),n=(0,b.LI)(t.width)/e.offsetWidth||1,a=(0,b.LI)(t.height)/e.offsetHeight||1;return 1!==n||1!==a}(t),g=(0,d.A)(t),m=(0,a.A)(e,p,n),v={scrollLeft:0,scrollTop:0},y={x:0,y:0};return(h||!h&&!n)&&(("body"!==(0,f.A)(t)||(0,s.A)(g))&&(v=(u=t)!==(0,r.A)(u)&&(0,i.sb)(u)?{scrollLeft:(l=u).scrollLeft,scrollTop:l.scrollTop}:(0,c.A)(u)),(0,i.sb)(t)?((y=(0,a.A)(t,!0)).x+=t.clientLeft,y.y+=t.clientTop):g&&(y.x=(0,o.A)(g))),{x:m.left+v.scrollLeft-y.x,y:m.top+v.scrollTop-y.y,width:m.width,height:m.height}}var l=n(6979),h=n(75867),p=n(88579),g=n(14278);function m(e){var t=new Map,n=new Set,a=[];function c(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var a=t.get(e);a&&c(a)}})),a.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||c(e)})),a}var v={placement:"bottom",modifiers:[],strategy:"absolute"};function y(){for(var e=arguments.length,t=new Array(e),n=0;n0&&(0,c.LI)(f.width)/e.offsetWidth||1,d=e.offsetHeight>0&&(0,c.LI)(f.height)/e.offsetHeight||1);var s=((0,a.vq)(e)?(0,r.A)(e):window).visualViewport,b=!(0,i.A)()&&n,u=(f.left+(b&&s?s.offsetLeft:0))/o,l=(f.top+(b&&s?s.offsetTop:0))/d,h=f.width/o,p=f.height/d;return{width:h,height:p,top:l,right:u+h,bottom:l+p,left:u,x:u,y:l}}},40271:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(58979);function c(e){return(0,a.A)(e).getComputedStyle(e)}},19760:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(5581);function c(e){return(((0,a.vq)(e)?e.ownerDocument:e.document)||window.document).documentElement}},6979:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(86354);function c(e){var t=(0,a.A)(e),n=e.offsetWidth,c=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-c)<=1&&(c=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:c}}},67604:function(e,t,n){"use strict";function a(e){return e?(e.nodeName||"").toLowerCase():null}n.d(t,{A:function(){return a}})},88579:function(e,t,n){"use strict";n.d(t,{A:function(){return b}});var a=n(58979),c=n(67604),r=n(40271),i=n(5581);function f(e){return["table","td","th"].indexOf((0,c.A)(e))>=0}var o=n(52083),d=n(72398);function s(e){return(0,i.sb)(e)&&"fixed"!==(0,r.A)(e).position?e.offsetParent:null}function b(e){for(var t=(0,a.A)(e),n=s(e);n&&f(n)&&"static"===(0,r.A)(n).position;)n=s(n);return n&&("html"===(0,c.A)(n)||"body"===(0,c.A)(n)&&"static"===(0,r.A)(n).position)?t:n||function(e){var t=/firefox/i.test((0,d.A)());if(/Trident/i.test((0,d.A)())&&(0,i.sb)(e)&&"fixed"===(0,r.A)(e).position)return null;var n=(0,o.A)(e);for((0,i.Ng)(n)&&(n=n.host);(0,i.sb)(n)&&["html","body"].indexOf((0,c.A)(n))<0;){var a=(0,r.A)(n);if("none"!==a.transform||"none"!==a.perspective||"paint"===a.contain||-1!==["transform","perspective"].indexOf(a.willChange)||t&&"filter"===a.willChange||t&&a.filter&&"none"!==a.filter)return n;n=n.parentNode}return null}(e)||t}},52083:function(e,t,n){"use strict";n.d(t,{A:function(){return i}});var a=n(67604),c=n(19760),r=n(5581);function i(e){return"html"===(0,a.A)(e)?e:e.assignedSlot||e.parentNode||((0,r.Ng)(e)?e.host:null)||(0,c.A)(e)}},58979:function(e,t,n){"use strict";function a(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}n.d(t,{A:function(){return a}})},30222:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(58979);function c(e){var t=(0,a.A)(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}},50793:function(e,t,n){"use strict";n.d(t,{A:function(){return i}});var a=n(86354),c=n(19760),r=n(30222);function i(e){return(0,a.A)((0,c.A)(e)).left+(0,r.A)(e).scrollLeft}},5581:function(e,t,n){"use strict";n.d(t,{Ng:function(){return i},sb:function(){return r},vq:function(){return c}});var a=n(58979);function c(e){return e instanceof(0,a.A)(e).Element||e instanceof Element}function r(e){return e instanceof(0,a.A)(e).HTMLElement||e instanceof HTMLElement}function i(e){return"undefined"!=typeof ShadowRoot&&(e instanceof(0,a.A)(e).ShadowRoot||e instanceof ShadowRoot)}},22283:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(72398);function c(){return!/^((?!chrome|android).)*safari/i.test((0,a.A)())}},10134:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(40271);function c(e){var t=(0,a.A)(e),n=t.overflow,c=t.overflowX,r=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+r+c)}},75867:function(e,t,n){"use strict";n.d(t,{A:function(){return d}});var a=n(52083),c=n(10134),r=n(67604),i=n(5581);function f(e){return["html","body","#document"].indexOf((0,r.A)(e))>=0?e.ownerDocument.body:(0,i.sb)(e)&&(0,c.A)(e)?e:f((0,a.A)(e))}var o=n(58979);function d(e,t){var n;void 0===t&&(t=[]);var r=f(e),i=r===(null==(n=e.ownerDocument)?void 0:n.body),s=(0,o.A)(r),b=i?[s].concat(s.visualViewport||[],(0,c.A)(r)?r:[]):r,u=t.concat(b);return i?u:u.concat(d((0,a.A)(b)))}},14278:function(e,t,n){"use strict";n.d(t,{DD:function(){return g},EP:function(){return x},GM:function(){return C},LF:function(){return v},LG:function(){return _},M9:function(){return T},Mn:function(){return a},OM:function(){return o},Ol:function(){return p},R9:function(){return u},SE:function(){return E},WY:function(){return b},_N:function(){return s},ci:function(){return m},iW:function(){return w},ir:function(){return h},kb:function(){return i},ni:function(){return d},pA:function(){return A},pG:function(){return r},qZ:function(){return f},sQ:function(){return c},v5:function(){return y},xf:function(){return l}});var a="top",c="bottom",r="right",i="left",f="auto",o=[a,c,r,i],d="start",s="end",b="clippingParents",u="viewport",l="popper",h="reference",p=o.reduce((function(e,t){return e.concat([t+"-"+d,t+"-"+s])}),[]),g=[].concat(o,[f]).reduce((function(e,t){return e.concat([t,t+"-"+d,t+"-"+s])}),[]),m="beforeRead",v="read",y="afterRead",_="beforeMain",w="main",x="afterMain",A="beforeWrite",T="write",E="afterWrite",C=[m,v,y,_,w,x,A,T,E]},16607:function(e,t,n){"use strict";var a=n(67604),c=n(5581);t.A={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},i=t.elements[e];(0,c.sb)(i)&&(0,a.A)(i)&&(Object.assign(i.style,n),Object.keys(r).forEach((function(e){var t=r[e];!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var r=t.elements[e],i=t.attributes[e]||{},f=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});(0,c.sb)(r)&&(0,a.A)(r)&&(Object.assign(r.style,f),Object.keys(i).forEach((function(e){r.removeAttribute(e)})))}))}},requires:["computeStyles"]}},78256:function(e,t,n){"use strict";var a=n(32632),c=n(6979),r=n(85446),i=n(88579),f=n(39703),o=n(86523),d=n(54318),s=n(71007),b=n(14278);t.A={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,u=e.options,l=n.elements.arrow,h=n.modifiersData.popperOffsets,p=(0,a.A)(n.placement),g=(0,f.A)(p),m=[b.kb,b.pG].indexOf(p)>=0?"height":"width";if(l&&h){var v=function(e,t){return e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e,(0,d.A)("number"!=typeof e?e:(0,s.A)(e,b.OM))}(u.padding,n),y=(0,c.A)(l),_="y"===g?b.Mn:b.kb,w="y"===g?b.sQ:b.pG,x=n.rects.reference[m]+n.rects.reference[g]-h[g]-n.rects.popper[m],A=h[g]-n.rects.reference[g],T=(0,i.A)(l),E=T?"y"===g?T.clientHeight||0:T.clientWidth||0:0,C=x/2-A/2,k=v[_],S=E-y[m]-v[w],O=E/2-y[m]/2+C,D=(0,o.u)(k,O,S),j=g;n.modifiersData[r]=((t={})[j]=D,t.centerOffset=D-O,t)}},effect:function(e){var t=e.state,n=e.options.element,a=void 0===n?"[data-popper-arrow]":n;null!=a&&("string"!=typeof a||(a=t.elements.popper.querySelector(a)))&&(0,r.A)(t.elements.popper,a)&&(t.elements.arrow=a)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}},1262:function(e,t,n){"use strict";var a=n(14278),c=n(88579),r=n(58979),i=n(19760),f=n(40271),o=n(32632),d=n(98101),s=n(36906),b={top:"auto",right:"auto",bottom:"auto",left:"auto"};function u(e){var t,n=e.popper,o=e.popperRect,d=e.placement,u=e.variation,l=e.offsets,h=e.position,p=e.gpuAcceleration,g=e.adaptive,m=e.roundOffsets,v=e.isFixed,y=l.x,_=void 0===y?0:y,w=l.y,x=void 0===w?0:w,A="function"==typeof m?m({x:_,y:x}):{x:_,y:x};_=A.x,x=A.y;var T=l.hasOwnProperty("x"),E=l.hasOwnProperty("y"),C=a.kb,k=a.Mn,S=window;if(g){var O=(0,c.A)(n),D="clientHeight",j="clientWidth";if(O===(0,r.A)(n)&&(O=(0,i.A)(n),"static"!==(0,f.A)(O).position&&"absolute"===h&&(D="scrollHeight",j="scrollWidth")),d===a.Mn||(d===a.kb||d===a.pG)&&u===a._N)k=a.sQ,x-=(v&&O===S&&S.visualViewport?S.visualViewport.height:O[D])-o.height,x*=p?1:-1;if(d===a.kb||(d===a.Mn||d===a.sQ)&&u===a._N)C=a.pG,_-=(v&&O===S&&S.visualViewport?S.visualViewport.width:O[j])-o.width,_*=p?1:-1}var L,N=Object.assign({position:h},g&&b),P=!0===m?function(e,t){var n=e.x,a=e.y,c=t.devicePixelRatio||1;return{x:(0,s.LI)(n*c)/c||0,y:(0,s.LI)(a*c)/c||0}}({x:_,y:x},(0,r.A)(n)):{x:_,y:x};return _=P.x,x=P.y,p?Object.assign({},N,((L={})[k]=E?"0":"",L[C]=T?"0":"",L.transform=(S.devicePixelRatio||1)<=1?"translate("+_+"px, "+x+"px)":"translate3d("+_+"px, "+x+"px, 0)",L)):Object.assign({},N,((t={})[k]=E?x+"px":"",t[C]=T?_+"px":"",t.transform="",t))}t.A={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,a=n.gpuAcceleration,c=void 0===a||a,r=n.adaptive,i=void 0===r||r,f=n.roundOffsets,s=void 0===f||f,b={placement:(0,o.A)(t.placement),variation:(0,d.A)(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:c,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,u(Object.assign({},b,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:s})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,u(Object.assign({},b,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}}},59068:function(e,t,n){"use strict";var a=n(58979),c={passive:!0};t.A={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,r=e.options,i=r.scroll,f=void 0===i||i,o=r.resize,d=void 0===o||o,s=(0,a.A)(t.elements.popper),b=[].concat(t.scrollParents.reference,t.scrollParents.popper);return f&&b.forEach((function(e){e.addEventListener("scroll",n.update,c)})),d&&s.addEventListener("resize",n.update,c),function(){f&&b.forEach((function(e){e.removeEventListener("scroll",n.update,c)})),d&&s.removeEventListener("resize",n.update,c)}},data:{}}},80644:function(e,t,n){"use strict";n.d(t,{A:function(){return b}});var a={left:"right",right:"left",bottom:"top",top:"bottom"};function c(e){return e.replace(/left|right|bottom|top/g,(function(e){return a[e]}))}var r=n(32632),i={start:"end",end:"start"};function f(e){return e.replace(/start|end/g,(function(e){return i[e]}))}var o=n(46397),d=n(98101),s=n(14278);var b={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,a=e.name;if(!t.modifiersData[a]._skip){for(var i=n.mainAxis,b=void 0===i||i,u=n.altAxis,l=void 0===u||u,h=n.fallbackPlacements,p=n.padding,g=n.boundary,m=n.rootBoundary,v=n.altBoundary,y=n.flipVariations,_=void 0===y||y,w=n.allowedAutoPlacements,x=t.options.placement,A=(0,r.A)(x),T=h||(A===x||!_?[c(x)]:function(e){if((0,r.A)(e)===s.qZ)return[];var t=c(e);return[f(e),t,f(t)]}(x)),E=[x].concat(T).reduce((function(e,n){return e.concat((0,r.A)(n)===s.qZ?function(e,t){void 0===t&&(t={});var n=t,a=n.placement,c=n.boundary,i=n.rootBoundary,f=n.padding,b=n.flipVariations,u=n.allowedAutoPlacements,l=void 0===u?s.DD:u,h=(0,d.A)(a),p=h?b?s.Ol:s.Ol.filter((function(e){return(0,d.A)(e)===h})):s.OM,g=p.filter((function(e){return l.indexOf(e)>=0}));0===g.length&&(g=p);var m=g.reduce((function(t,n){return t[n]=(0,o.A)(e,{placement:n,boundary:c,rootBoundary:i,padding:f})[(0,r.A)(n)],t}),{});return Object.keys(m).sort((function(e,t){return m[e]-m[t]}))}(t,{placement:n,boundary:g,rootBoundary:m,padding:p,flipVariations:_,allowedAutoPlacements:w}):n)}),[]),C=t.rects.reference,k=t.rects.popper,S=new Map,O=!0,D=E[0],j=0;j=0,$=M?"width":"height",I=(0,o.A)(t,{placement:L,boundary:g,rootBoundary:m,altBoundary:v,padding:p}),q=M?P?s.pG:s.kb:P?s.sQ:s.Mn;C[$]>k[$]&&(q=c(q));var H=c(q),R=[];if(b&&R.push(I[N]<=0),l&&R.push(I[q]<=0,I[H]<=0),R.every((function(e){return e}))){D=L,O=!1;break}S.set(L,R)}if(O)for(var F=function(e){var t=E.find((function(t){var n=S.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return D=t,"break"},W=_?3:1;W>0;W--){if("break"===F(W))break}t.placement!==D&&(t.modifiersData[a]._skip=!0,t.placement=D,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}}},89081:function(e,t,n){"use strict";var a=n(14278),c=n(46397);function r(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function i(e){return[a.Mn,a.pG,a.sQ,a.kb].some((function(t){return e[t]>=0}))}t.A={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,a=t.rects.reference,f=t.rects.popper,o=t.modifiersData.preventOverflow,d=(0,c.A)(t,{elementContext:"reference"}),s=(0,c.A)(t,{altBoundary:!0}),b=r(d,a),u=r(s,f,o),l=i(b),h=i(u);t.modifiersData[n]={referenceClippingOffsets:b,popperEscapeOffsets:u,isReferenceHidden:l,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":l,"data-popper-escaped":h})}}},18490:function(e,t,n){"use strict";var a=n(32632),c=n(14278);t.A={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,i=n.offset,f=void 0===i?[0,0]:i,o=c.DD.reduce((function(e,n){return e[n]=function(e,t,n){var r=(0,a.A)(e),i=[c.kb,c.Mn].indexOf(r)>=0?-1:1,f="function"==typeof n?n(Object.assign({},t,{placement:e})):n,o=f[0],d=f[1];return o=o||0,d=(d||0)*i,[c.kb,c.pG].indexOf(r)>=0?{x:d,y:o}:{x:o,y:d}}(n,t.rects,f),e}),{}),d=o[t.placement],s=d.x,b=d.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=s,t.modifiersData.popperOffsets.y+=b),t.modifiersData[r]=o}}},85059:function(e,t,n){"use strict";var a=n(1815);t.A={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=(0,a.A)({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}}},10192:function(e,t,n){"use strict";n.d(t,{A:function(){return l}});var a=n(14278),c=n(32632),r=n(39703);var i=n(86523),f=n(6979),o=n(88579),d=n(46397),s=n(98101),b=n(67364),u=n(36906);var l={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,l=e.name,h=n.mainAxis,p=void 0===h||h,g=n.altAxis,m=void 0!==g&&g,v=n.boundary,y=n.rootBoundary,_=n.altBoundary,w=n.padding,x=n.tether,A=void 0===x||x,T=n.tetherOffset,E=void 0===T?0:T,C=(0,d.A)(t,{boundary:v,rootBoundary:y,padding:w,altBoundary:_}),k=(0,c.A)(t.placement),S=(0,s.A)(t.placement),O=!S,D=(0,r.A)(k),j="x"===D?"y":"x",L=t.modifiersData.popperOffsets,N=t.rects.reference,P=t.rects.popper,M="function"==typeof E?E(Object.assign({},t.rects,{placement:t.placement})):E,$="number"==typeof M?{mainAxis:M,altAxis:M}:Object.assign({mainAxis:0,altAxis:0},M),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,q={x:0,y:0};if(L){if(p){var H,R="y"===D?a.Mn:a.kb,F="y"===D?a.sQ:a.pG,W="y"===D?"height":"width",B=L[D],z=B+C[R],U=B-C[F],V=A?-P[W]/2:0,X=S===a.ni?N[W]:P[W],Q=S===a.ni?-P[W]:-N[W],G=t.elements.arrow,Y=A&&G?(0,f.A)(G):{width:0,height:0},K=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:(0,b.A)(),J=K[R],Z=K[F],ee=(0,i.u)(0,N[W],Y[W]),te=O?N[W]/2-V-ee-J-$.mainAxis:X-ee-J-$.mainAxis,ne=O?-N[W]/2+V+ee+Z+$.mainAxis:Q+ee+Z+$.mainAxis,ae=t.elements.arrow&&(0,o.A)(t.elements.arrow),ce=ae?"y"===D?ae.clientTop||0:ae.clientLeft||0:0,re=null!=(H=null==I?void 0:I[D])?H:0,ie=B+te-re-ce,fe=B+ne-re,oe=(0,i.u)(A?(0,u.jk)(z,ie):z,B,A?(0,u.T9)(U,fe):U);L[D]=oe,q[D]=oe-B}if(m){var de,se="x"===D?a.Mn:a.kb,be="x"===D?a.sQ:a.pG,ue=L[j],le="y"===j?"height":"width",he=ue+C[se],pe=ue-C[be],ge=-1!==[a.Mn,a.kb].indexOf(k),me=null!=(de=null==I?void 0:I[j])?de:0,ve=ge?he:ue-N[le]-P[le]-me+$.altAxis,ye=ge?ue+N[le]+P[le]-me-$.altAxis:pe,_e=A&&ge?(0,i.P)(ve,ue,ye):(0,i.u)(A?ve:he,ue,A?ye:pe);L[j]=_e,q[j]=_e-ue}t.modifiersData[l]=q}},requiresIfExists:["offset"]}},71576:function(e,t,n){"use strict";n.d(t,{n4:function(){return h}});var a=n(90711),c=n(59068),r=n(85059),i=n(1262),f=n(16607),o=n(18490),d=n(80644),s=n(10192),b=n(78256),u=n(89081),l=[c.A,r.A,i.A,f.A,o.A,d.A,s.A,b.A,u.A],h=(0,a.UD)({defaultModifiers:l})},1815:function(e,t,n){"use strict";n.d(t,{A:function(){return f}});var a=n(32632),c=n(98101),r=n(39703),i=n(14278);function f(e){var t,n=e.reference,f=e.element,o=e.placement,d=o?(0,a.A)(o):null,s=o?(0,c.A)(o):null,b=n.x+n.width/2-f.width/2,u=n.y+n.height/2-f.height/2;switch(d){case i.Mn:t={x:b,y:n.y-f.height};break;case i.sQ:t={x:b,y:n.y+n.height};break;case i.pG:t={x:n.x+n.width,y:u};break;case i.kb:t={x:n.x-f.width,y:u};break;default:t={x:n.x,y:n.y}}var l=d?(0,r.A)(d):null;if(null!=l){var h="y"===l?"height":"width";switch(s){case i.ni:t[l]=t[l]-(n[h]/2-f[h]/2);break;case i._N:t[l]=t[l]+(n[h]/2-f[h]/2)}}return t}},46397:function(e,t,n){"use strict";n.d(t,{A:function(){return T}});var a=n(14278),c=n(58979),r=n(19760),i=n(50793),f=n(22283);var o=n(40271),d=n(30222),s=n(36906);var b=n(75867),u=n(88579),l=n(5581),h=n(86354),p=n(52083),g=n(85446),m=n(67604);function v(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function y(e,t,n){return t===a.R9?v(function(e,t){var n=(0,c.A)(e),a=(0,r.A)(e),o=n.visualViewport,d=a.clientWidth,s=a.clientHeight,b=0,u=0;if(o){d=o.width,s=o.height;var l=(0,f.A)();(l||!l&&"fixed"===t)&&(b=o.offsetLeft,u=o.offsetTop)}return{width:d,height:s,x:b+(0,i.A)(e),y:u}}(e,n)):(0,l.vq)(t)?function(e,t){var n=(0,h.A)(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}(t,n):v(function(e){var t,n=(0,r.A)(e),a=(0,d.A)(e),c=null==(t=e.ownerDocument)?void 0:t.body,f=(0,s.T9)(n.scrollWidth,n.clientWidth,c?c.scrollWidth:0,c?c.clientWidth:0),b=(0,s.T9)(n.scrollHeight,n.clientHeight,c?c.scrollHeight:0,c?c.clientHeight:0),u=-a.scrollLeft+(0,i.A)(e),l=-a.scrollTop;return"rtl"===(0,o.A)(c||n).direction&&(u+=(0,s.T9)(n.clientWidth,c?c.clientWidth:0)-f),{width:f,height:b,x:u,y:l}}((0,r.A)(e)))}function _(e,t,n,a){var c="clippingParents"===t?function(e){var t=(0,b.A)((0,p.A)(e)),n=["absolute","fixed"].indexOf((0,o.A)(e).position)>=0&&(0,l.sb)(e)?(0,u.A)(e):e;return(0,l.vq)(n)?t.filter((function(e){return(0,l.vq)(e)&&(0,g.A)(e,n)&&"body"!==(0,m.A)(e)})):[]}(e):[].concat(t),r=[].concat(c,[n]),i=r[0],f=r.reduce((function(t,n){var c=y(e,n,a);return t.top=(0,s.T9)(c.top,t.top),t.right=(0,s.jk)(c.right,t.right),t.bottom=(0,s.jk)(c.bottom,t.bottom),t.left=(0,s.T9)(c.left,t.left),t}),y(e,i,a));return f.width=f.right-f.left,f.height=f.bottom-f.top,f.x=f.left,f.y=f.top,f}var w=n(1815),x=n(54318),A=n(71007);function T(e,t){void 0===t&&(t={});var n=t,c=n.placement,i=void 0===c?e.placement:c,f=n.strategy,o=void 0===f?e.strategy:f,d=n.boundary,s=void 0===d?a.WY:d,b=n.rootBoundary,u=void 0===b?a.R9:b,p=n.elementContext,g=void 0===p?a.xf:p,m=n.altBoundary,y=void 0!==m&&m,T=n.padding,E=void 0===T?0:T,C=(0,x.A)("number"!=typeof E?E:(0,A.A)(E,a.OM)),k=g===a.xf?a.ir:a.xf,S=e.rects.popper,O=e.elements[y?k:g],D=_((0,l.vq)(O)?O:O.contextElement||(0,r.A)(e.elements.popper),s,u,o),j=(0,h.A)(e.elements.reference),L=(0,w.A)({reference:j,element:S,strategy:"absolute",placement:i}),N=v(Object.assign({},S,L)),P=g===a.xf?N:j,M={top:D.top-P.top+C.top,bottom:P.bottom-D.bottom+C.bottom,left:D.left-P.left+C.left,right:P.right-D.right+C.right},$=e.modifiersData.offset;if(g===a.xf&&$){var I=$[i];Object.keys(M).forEach((function(e){var t=[a.pG,a.sQ].indexOf(e)>=0?1:-1,n=[a.Mn,a.sQ].indexOf(e)>=0?"y":"x";M[e]+=I[n]*t}))}return M}},71007:function(e,t,n){"use strict";function a(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}n.d(t,{A:function(){return a}})},32632:function(e,t,n){"use strict";function a(e){return e.split("-")[0]}n.d(t,{A:function(){return a}})},67364:function(e,t,n){"use strict";function a(){return{top:0,right:0,bottom:0,left:0}}n.d(t,{A:function(){return a}})},39703:function(e,t,n){"use strict";function a(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}n.d(t,{A:function(){return a}})},98101:function(e,t,n){"use strict";function a(e){return e.split("-")[1]}n.d(t,{A:function(){return a}})},36906:function(e,t,n){"use strict";n.d(t,{LI:function(){return r},T9:function(){return a},jk:function(){return c}});var a=Math.max,c=Math.min,r=Math.round},54318:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(67364);function c(e){return Object.assign({},(0,a.A)(),e)}},72398:function(e,t,n){"use strict";function a(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}n.d(t,{A:function(){return a}})},86523:function(e,t,n){"use strict";n.d(t,{P:function(){return r},u:function(){return c}});var a=n(36906);function c(e,t,n){return(0,a.T9)(e,(0,a.jk)(t,n))}function r(e,t,n){var a=c(e,t,n);return a>n?n:a}},21855:function(e,t,n){"use strict";const a={};let c=!1;void 0===window.__patternslib_container_map&&(window.__patternslib_container_map={});const r=window.__patternslib_container_map;async function i(e){let{remote_name:t,exposed_module:i="./main"}=e;if(r[`${t}-${i}`])return;const f=await async function(e){const t=window[e];return a[e]||(c||(await n.I("default"),c=!0),await t.init(n.S.default),a[e]=!0),t}(t),o=(await f.get(i))();return r[`${t}-${i}`]=!0,console.debug(`Patternslib Module Federation: Loaded and initialized bundle "${t}".`),o}var f;f=function(){const e=Object.keys(window).filter((e=>0===e.indexOf("__patternslib_mf__")));for(const t of e)i({remote_name:t});document.dispatchEvent(new Event("patternslib__mf--loaded",{bubbles:!0,cancelable:!1}))},"complete"===document.readyState||"interactive"===document.readyState?setTimeout(f,1):document.addEventListener("DOMContentLoaded",f),Promise.all([n.e(94174),n.e(35686),n.e(40705),n.e(2175)]).then(n.bind(n,94174)),async function(){const e=await n.e(78978).then(n.t.bind(n,78978,23));window.bootstrap=e;const t=(await n.e(35686).then(n.t.bind(n,35686,23))).default;window.jQuery=t,window.$=t}()},32603:function(e,t,n){"use strict";n.r(t),n.d(t,{Alert:function(){return ue},Button:function(){return he},Carousel:function(){return Qe},Collapse:function(){return ot},Dropdown:function(){return Nt},Modal:function(){return pn},Offcanvas:function(){return Nn},Popover:function(){return ca},ScrollSpy:function(){return pa},Tab:function(){return qa},Toast:function(){return Za},Tooltip:function(){return Zn}});var a={};n.r(a),n.d(a,{afterMain:function(){return c.EP},afterRead:function(){return c.v5},afterWrite:function(){return c.SE},applyStyles:function(){return r.A},arrow:function(){return i.A},auto:function(){return c.qZ},basePlacements:function(){return c.OM},beforeMain:function(){return c.LG},beforeRead:function(){return c.ci},beforeWrite:function(){return c.pA},bottom:function(){return c.sQ},clippingParents:function(){return c.WY},computeStyles:function(){return f.A},createPopper:function(){return g.n4},createPopperBase:function(){return h.n4},createPopperLite:function(){return v},detectOverflow:function(){return p.A},end:function(){return c._N},eventListeners:function(){return o.A},flip:function(){return d.A},hide:function(){return s.A},left:function(){return c.kb},main:function(){return c.iW},modifierPhases:function(){return c.GM},offset:function(){return b.A},placements:function(){return c.DD},popper:function(){return c.xf},popperGenerator:function(){return h.UD},popperOffsets:function(){return u.A},preventOverflow:function(){return l.A},read:function(){return c.LF},reference:function(){return c.ir},right:function(){return c.pG},start:function(){return c.ni},top:function(){return c.Mn},variationPlacements:function(){return c.Ol},viewport:function(){return c.R9},write:function(){return c.M9}});var c=n(14278),r=n(16607),i=n(78256),f=n(1262),o=n(59068),d=n(80644),s=n(89081),b=n(18490),u=n(85059),l=n(10192),h=n(90711),p=n(46397),g=n(71576),m=[o.A,u.A,f.A,r.A],v=(0,h.UD)({defaultModifiers:m});\n+/*! @plone/mockup 5.2.0-beta.1 */!function(){var e,t,n,a,c,r,i,f,o,d,s,b,u,l,h,p,g,m,v,y,_,w={90711:function(e,t,n){"use strict";n.d(t,{n4:function(){return w},UD:function(){return _}});var a=n(86354),c=n(30222),r=n(58979),i=n(5581);var f=n(67604),o=n(50793),d=n(19760),s=n(10134),b=n(36906);function u(e,t,n){void 0===n&&(n=!1);var u,l,h=(0,i.sb)(t),p=(0,i.sb)(t)&&function(e){var t=e.getBoundingClientRect(),n=(0,b.LI)(t.width)/e.offsetWidth||1,a=(0,b.LI)(t.height)/e.offsetHeight||1;return 1!==n||1!==a}(t),g=(0,d.A)(t),m=(0,a.A)(e,p,n),v={scrollLeft:0,scrollTop:0},y={x:0,y:0};return(h||!h&&!n)&&(("body"!==(0,f.A)(t)||(0,s.A)(g))&&(v=(u=t)!==(0,r.A)(u)&&(0,i.sb)(u)?{scrollLeft:(l=u).scrollLeft,scrollTop:l.scrollTop}:(0,c.A)(u)),(0,i.sb)(t)?((y=(0,a.A)(t,!0)).x+=t.clientLeft,y.y+=t.clientTop):g&&(y.x=(0,o.A)(g))),{x:m.left+v.scrollLeft-y.x,y:m.top+v.scrollTop-y.y,width:m.width,height:m.height}}var l=n(6979),h=n(75867),p=n(88579),g=n(14278);function m(e){var t=new Map,n=new Set,a=[];function c(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var a=t.get(e);a&&c(a)}})),a.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||c(e)})),a}var v={placement:"bottom",modifiers:[],strategy:"absolute"};function y(){for(var e=arguments.length,t=new Array(e),n=0;n0&&(0,c.LI)(f.width)/e.offsetWidth||1,d=e.offsetHeight>0&&(0,c.LI)(f.height)/e.offsetHeight||1);var s=((0,a.vq)(e)?(0,r.A)(e):window).visualViewport,b=!(0,i.A)()&&n,u=(f.left+(b&&s?s.offsetLeft:0))/o,l=(f.top+(b&&s?s.offsetTop:0))/d,h=f.width/o,p=f.height/d;return{width:h,height:p,top:l,right:u+h,bottom:l+p,left:u,x:u,y:l}}},40271:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(58979);function c(e){return(0,a.A)(e).getComputedStyle(e)}},19760:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(5581);function c(e){return(((0,a.vq)(e)?e.ownerDocument:e.document)||window.document).documentElement}},6979:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(86354);function c(e){var t=(0,a.A)(e),n=e.offsetWidth,c=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-c)<=1&&(c=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:c}}},67604:function(e,t,n){"use strict";function a(e){return e?(e.nodeName||"").toLowerCase():null}n.d(t,{A:function(){return a}})},88579:function(e,t,n){"use strict";n.d(t,{A:function(){return b}});var a=n(58979),c=n(67604),r=n(40271),i=n(5581);function f(e){return["table","td","th"].indexOf((0,c.A)(e))>=0}var o=n(52083),d=n(72398);function s(e){return(0,i.sb)(e)&&"fixed"!==(0,r.A)(e).position?e.offsetParent:null}function b(e){for(var t=(0,a.A)(e),n=s(e);n&&f(n)&&"static"===(0,r.A)(n).position;)n=s(n);return n&&("html"===(0,c.A)(n)||"body"===(0,c.A)(n)&&"static"===(0,r.A)(n).position)?t:n||function(e){var t=/firefox/i.test((0,d.A)());if(/Trident/i.test((0,d.A)())&&(0,i.sb)(e)&&"fixed"===(0,r.A)(e).position)return null;var n=(0,o.A)(e);for((0,i.Ng)(n)&&(n=n.host);(0,i.sb)(n)&&["html","body"].indexOf((0,c.A)(n))<0;){var a=(0,r.A)(n);if("none"!==a.transform||"none"!==a.perspective||"paint"===a.contain||-1!==["transform","perspective"].indexOf(a.willChange)||t&&"filter"===a.willChange||t&&a.filter&&"none"!==a.filter)return n;n=n.parentNode}return null}(e)||t}},52083:function(e,t,n){"use strict";n.d(t,{A:function(){return i}});var a=n(67604),c=n(19760),r=n(5581);function i(e){return"html"===(0,a.A)(e)?e:e.assignedSlot||e.parentNode||((0,r.Ng)(e)?e.host:null)||(0,c.A)(e)}},58979:function(e,t,n){"use strict";function a(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}n.d(t,{A:function(){return a}})},30222:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(58979);function c(e){var t=(0,a.A)(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}},50793:function(e,t,n){"use strict";n.d(t,{A:function(){return i}});var a=n(86354),c=n(19760),r=n(30222);function i(e){return(0,a.A)((0,c.A)(e)).left+(0,r.A)(e).scrollLeft}},5581:function(e,t,n){"use strict";n.d(t,{Ng:function(){return i},sb:function(){return r},vq:function(){return c}});var a=n(58979);function c(e){return e instanceof(0,a.A)(e).Element||e instanceof Element}function r(e){return e instanceof(0,a.A)(e).HTMLElement||e instanceof HTMLElement}function i(e){return"undefined"!=typeof ShadowRoot&&(e instanceof(0,a.A)(e).ShadowRoot||e instanceof ShadowRoot)}},22283:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(72398);function c(){return!/^((?!chrome|android).)*safari/i.test((0,a.A)())}},10134:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(40271);function c(e){var t=(0,a.A)(e),n=t.overflow,c=t.overflowX,r=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+r+c)}},75867:function(e,t,n){"use strict";n.d(t,{A:function(){return d}});var a=n(52083),c=n(10134),r=n(67604),i=n(5581);function f(e){return["html","body","#document"].indexOf((0,r.A)(e))>=0?e.ownerDocument.body:(0,i.sb)(e)&&(0,c.A)(e)?e:f((0,a.A)(e))}var o=n(58979);function d(e,t){var n;void 0===t&&(t=[]);var r=f(e),i=r===(null==(n=e.ownerDocument)?void 0:n.body),s=(0,o.A)(r),b=i?[s].concat(s.visualViewport||[],(0,c.A)(r)?r:[]):r,u=t.concat(b);return i?u:u.concat(d((0,a.A)(b)))}},14278:function(e,t,n){"use strict";n.d(t,{DD:function(){return g},EP:function(){return x},GM:function(){return C},LF:function(){return v},LG:function(){return _},M9:function(){return T},Mn:function(){return a},OM:function(){return o},Ol:function(){return p},R9:function(){return u},SE:function(){return E},WY:function(){return b},_N:function(){return s},ci:function(){return m},iW:function(){return w},ir:function(){return h},kb:function(){return i},ni:function(){return d},pA:function(){return A},pG:function(){return r},qZ:function(){return f},sQ:function(){return c},v5:function(){return y},xf:function(){return l}});var a="top",c="bottom",r="right",i="left",f="auto",o=[a,c,r,i],d="start",s="end",b="clippingParents",u="viewport",l="popper",h="reference",p=o.reduce((function(e,t){return e.concat([t+"-"+d,t+"-"+s])}),[]),g=[].concat(o,[f]).reduce((function(e,t){return e.concat([t,t+"-"+d,t+"-"+s])}),[]),m="beforeRead",v="read",y="afterRead",_="beforeMain",w="main",x="afterMain",A="beforeWrite",T="write",E="afterWrite",C=[m,v,y,_,w,x,A,T,E]},16607:function(e,t,n){"use strict";var a=n(67604),c=n(5581);t.A={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},i=t.elements[e];(0,c.sb)(i)&&(0,a.A)(i)&&(Object.assign(i.style,n),Object.keys(r).forEach((function(e){var t=r[e];!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var r=t.elements[e],i=t.attributes[e]||{},f=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});(0,c.sb)(r)&&(0,a.A)(r)&&(Object.assign(r.style,f),Object.keys(i).forEach((function(e){r.removeAttribute(e)})))}))}},requires:["computeStyles"]}},78256:function(e,t,n){"use strict";var a=n(32632),c=n(6979),r=n(85446),i=n(88579),f=n(39703),o=n(86523),d=n(54318),s=n(71007),b=n(14278);t.A={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,u=e.options,l=n.elements.arrow,h=n.modifiersData.popperOffsets,p=(0,a.A)(n.placement),g=(0,f.A)(p),m=[b.kb,b.pG].indexOf(p)>=0?"height":"width";if(l&&h){var v=function(e,t){return e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e,(0,d.A)("number"!=typeof e?e:(0,s.A)(e,b.OM))}(u.padding,n),y=(0,c.A)(l),_="y"===g?b.Mn:b.kb,w="y"===g?b.sQ:b.pG,x=n.rects.reference[m]+n.rects.reference[g]-h[g]-n.rects.popper[m],A=h[g]-n.rects.reference[g],T=(0,i.A)(l),E=T?"y"===g?T.clientHeight||0:T.clientWidth||0:0,C=x/2-A/2,k=v[_],S=E-y[m]-v[w],O=E/2-y[m]/2+C,D=(0,o.u)(k,O,S),j=g;n.modifiersData[r]=((t={})[j]=D,t.centerOffset=D-O,t)}},effect:function(e){var t=e.state,n=e.options.element,a=void 0===n?"[data-popper-arrow]":n;null!=a&&("string"!=typeof a||(a=t.elements.popper.querySelector(a)))&&(0,r.A)(t.elements.popper,a)&&(t.elements.arrow=a)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}},1262:function(e,t,n){"use strict";var a=n(14278),c=n(88579),r=n(58979),i=n(19760),f=n(40271),o=n(32632),d=n(98101),s=n(36906),b={top:"auto",right:"auto",bottom:"auto",left:"auto"};function u(e){var t,n=e.popper,o=e.popperRect,d=e.placement,u=e.variation,l=e.offsets,h=e.position,p=e.gpuAcceleration,g=e.adaptive,m=e.roundOffsets,v=e.isFixed,y=l.x,_=void 0===y?0:y,w=l.y,x=void 0===w?0:w,A="function"==typeof m?m({x:_,y:x}):{x:_,y:x};_=A.x,x=A.y;var T=l.hasOwnProperty("x"),E=l.hasOwnProperty("y"),C=a.kb,k=a.Mn,S=window;if(g){var O=(0,c.A)(n),D="clientHeight",j="clientWidth";if(O===(0,r.A)(n)&&(O=(0,i.A)(n),"static"!==(0,f.A)(O).position&&"absolute"===h&&(D="scrollHeight",j="scrollWidth")),d===a.Mn||(d===a.kb||d===a.pG)&&u===a._N)k=a.sQ,x-=(v&&O===S&&S.visualViewport?S.visualViewport.height:O[D])-o.height,x*=p?1:-1;if(d===a.kb||(d===a.Mn||d===a.sQ)&&u===a._N)C=a.pG,_-=(v&&O===S&&S.visualViewport?S.visualViewport.width:O[j])-o.width,_*=p?1:-1}var L,N=Object.assign({position:h},g&&b),P=!0===m?function(e,t){var n=e.x,a=e.y,c=t.devicePixelRatio||1;return{x:(0,s.LI)(n*c)/c||0,y:(0,s.LI)(a*c)/c||0}}({x:_,y:x},(0,r.A)(n)):{x:_,y:x};return _=P.x,x=P.y,p?Object.assign({},N,((L={})[k]=E?"0":"",L[C]=T?"0":"",L.transform=(S.devicePixelRatio||1)<=1?"translate("+_+"px, "+x+"px)":"translate3d("+_+"px, "+x+"px, 0)",L)):Object.assign({},N,((t={})[k]=E?x+"px":"",t[C]=T?_+"px":"",t.transform="",t))}t.A={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,a=n.gpuAcceleration,c=void 0===a||a,r=n.adaptive,i=void 0===r||r,f=n.roundOffsets,s=void 0===f||f,b={placement:(0,o.A)(t.placement),variation:(0,d.A)(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:c,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,u(Object.assign({},b,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:s})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,u(Object.assign({},b,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}}},59068:function(e,t,n){"use strict";var a=n(58979),c={passive:!0};t.A={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,r=e.options,i=r.scroll,f=void 0===i||i,o=r.resize,d=void 0===o||o,s=(0,a.A)(t.elements.popper),b=[].concat(t.scrollParents.reference,t.scrollParents.popper);return f&&b.forEach((function(e){e.addEventListener("scroll",n.update,c)})),d&&s.addEventListener("resize",n.update,c),function(){f&&b.forEach((function(e){e.removeEventListener("scroll",n.update,c)})),d&&s.removeEventListener("resize",n.update,c)}},data:{}}},80644:function(e,t,n){"use strict";n.d(t,{A:function(){return b}});var a={left:"right",right:"left",bottom:"top",top:"bottom"};function c(e){return e.replace(/left|right|bottom|top/g,(function(e){return a[e]}))}var r=n(32632),i={start:"end",end:"start"};function f(e){return e.replace(/start|end/g,(function(e){return i[e]}))}var o=n(46397),d=n(98101),s=n(14278);var b={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,a=e.name;if(!t.modifiersData[a]._skip){for(var i=n.mainAxis,b=void 0===i||i,u=n.altAxis,l=void 0===u||u,h=n.fallbackPlacements,p=n.padding,g=n.boundary,m=n.rootBoundary,v=n.altBoundary,y=n.flipVariations,_=void 0===y||y,w=n.allowedAutoPlacements,x=t.options.placement,A=(0,r.A)(x),T=h||(A===x||!_?[c(x)]:function(e){if((0,r.A)(e)===s.qZ)return[];var t=c(e);return[f(e),t,f(t)]}(x)),E=[x].concat(T).reduce((function(e,n){return e.concat((0,r.A)(n)===s.qZ?function(e,t){void 0===t&&(t={});var n=t,a=n.placement,c=n.boundary,i=n.rootBoundary,f=n.padding,b=n.flipVariations,u=n.allowedAutoPlacements,l=void 0===u?s.DD:u,h=(0,d.A)(a),p=h?b?s.Ol:s.Ol.filter((function(e){return(0,d.A)(e)===h})):s.OM,g=p.filter((function(e){return l.indexOf(e)>=0}));0===g.length&&(g=p);var m=g.reduce((function(t,n){return t[n]=(0,o.A)(e,{placement:n,boundary:c,rootBoundary:i,padding:f})[(0,r.A)(n)],t}),{});return Object.keys(m).sort((function(e,t){return m[e]-m[t]}))}(t,{placement:n,boundary:g,rootBoundary:m,padding:p,flipVariations:_,allowedAutoPlacements:w}):n)}),[]),C=t.rects.reference,k=t.rects.popper,S=new Map,O=!0,D=E[0],j=0;j=0,$=M?"width":"height",I=(0,o.A)(t,{placement:L,boundary:g,rootBoundary:m,altBoundary:v,padding:p}),q=M?P?s.pG:s.kb:P?s.sQ:s.Mn;C[$]>k[$]&&(q=c(q));var H=c(q),R=[];if(b&&R.push(I[N]<=0),l&&R.push(I[q]<=0,I[H]<=0),R.every((function(e){return e}))){D=L,O=!1;break}S.set(L,R)}if(O)for(var F=function(e){var t=E.find((function(t){var n=S.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return D=t,"break"},W=_?3:1;W>0;W--){if("break"===F(W))break}t.placement!==D&&(t.modifiersData[a]._skip=!0,t.placement=D,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}}},89081:function(e,t,n){"use strict";var a=n(14278),c=n(46397);function r(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function i(e){return[a.Mn,a.pG,a.sQ,a.kb].some((function(t){return e[t]>=0}))}t.A={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,a=t.rects.reference,f=t.rects.popper,o=t.modifiersData.preventOverflow,d=(0,c.A)(t,{elementContext:"reference"}),s=(0,c.A)(t,{altBoundary:!0}),b=r(d,a),u=r(s,f,o),l=i(b),h=i(u);t.modifiersData[n]={referenceClippingOffsets:b,popperEscapeOffsets:u,isReferenceHidden:l,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":l,"data-popper-escaped":h})}}},18490:function(e,t,n){"use strict";var a=n(32632),c=n(14278);t.A={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,i=n.offset,f=void 0===i?[0,0]:i,o=c.DD.reduce((function(e,n){return e[n]=function(e,t,n){var r=(0,a.A)(e),i=[c.kb,c.Mn].indexOf(r)>=0?-1:1,f="function"==typeof n?n(Object.assign({},t,{placement:e})):n,o=f[0],d=f[1];return o=o||0,d=(d||0)*i,[c.kb,c.pG].indexOf(r)>=0?{x:d,y:o}:{x:o,y:d}}(n,t.rects,f),e}),{}),d=o[t.placement],s=d.x,b=d.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=s,t.modifiersData.popperOffsets.y+=b),t.modifiersData[r]=o}}},85059:function(e,t,n){"use strict";var a=n(1815);t.A={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=(0,a.A)({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}}},10192:function(e,t,n){"use strict";n.d(t,{A:function(){return l}});var a=n(14278),c=n(32632),r=n(39703);var i=n(86523),f=n(6979),o=n(88579),d=n(46397),s=n(98101),b=n(67364),u=n(36906);var l={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,l=e.name,h=n.mainAxis,p=void 0===h||h,g=n.altAxis,m=void 0!==g&&g,v=n.boundary,y=n.rootBoundary,_=n.altBoundary,w=n.padding,x=n.tether,A=void 0===x||x,T=n.tetherOffset,E=void 0===T?0:T,C=(0,d.A)(t,{boundary:v,rootBoundary:y,padding:w,altBoundary:_}),k=(0,c.A)(t.placement),S=(0,s.A)(t.placement),O=!S,D=(0,r.A)(k),j="x"===D?"y":"x",L=t.modifiersData.popperOffsets,N=t.rects.reference,P=t.rects.popper,M="function"==typeof E?E(Object.assign({},t.rects,{placement:t.placement})):E,$="number"==typeof M?{mainAxis:M,altAxis:M}:Object.assign({mainAxis:0,altAxis:0},M),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,q={x:0,y:0};if(L){if(p){var H,R="y"===D?a.Mn:a.kb,F="y"===D?a.sQ:a.pG,W="y"===D?"height":"width",B=L[D],z=B+C[R],U=B-C[F],V=A?-P[W]/2:0,X=S===a.ni?N[W]:P[W],Q=S===a.ni?-P[W]:-N[W],G=t.elements.arrow,Y=A&&G?(0,f.A)(G):{width:0,height:0},K=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:(0,b.A)(),J=K[R],Z=K[F],ee=(0,i.u)(0,N[W],Y[W]),te=O?N[W]/2-V-ee-J-$.mainAxis:X-ee-J-$.mainAxis,ne=O?-N[W]/2+V+ee+Z+$.mainAxis:Q+ee+Z+$.mainAxis,ae=t.elements.arrow&&(0,o.A)(t.elements.arrow),ce=ae?"y"===D?ae.clientTop||0:ae.clientLeft||0:0,re=null!=(H=null==I?void 0:I[D])?H:0,ie=B+te-re-ce,fe=B+ne-re,oe=(0,i.u)(A?(0,u.jk)(z,ie):z,B,A?(0,u.T9)(U,fe):U);L[D]=oe,q[D]=oe-B}if(m){var de,se="x"===D?a.Mn:a.kb,be="x"===D?a.sQ:a.pG,ue=L[j],le="y"===j?"height":"width",he=ue+C[se],pe=ue-C[be],ge=-1!==[a.Mn,a.kb].indexOf(k),me=null!=(de=null==I?void 0:I[j])?de:0,ve=ge?he:ue-N[le]-P[le]-me+$.altAxis,ye=ge?ue+N[le]+P[le]-me-$.altAxis:pe,_e=A&&ge?(0,i.P)(ve,ue,ye):(0,i.u)(A?ve:he,ue,A?ye:pe);L[j]=_e,q[j]=_e-ue}t.modifiersData[l]=q}},requiresIfExists:["offset"]}},71576:function(e,t,n){"use strict";n.d(t,{n4:function(){return h}});var a=n(90711),c=n(59068),r=n(85059),i=n(1262),f=n(16607),o=n(18490),d=n(80644),s=n(10192),b=n(78256),u=n(89081),l=[c.A,r.A,i.A,f.A,o.A,d.A,s.A,b.A,u.A],h=(0,a.UD)({defaultModifiers:l})},1815:function(e,t,n){"use strict";n.d(t,{A:function(){return f}});var a=n(32632),c=n(98101),r=n(39703),i=n(14278);function f(e){var t,n=e.reference,f=e.element,o=e.placement,d=o?(0,a.A)(o):null,s=o?(0,c.A)(o):null,b=n.x+n.width/2-f.width/2,u=n.y+n.height/2-f.height/2;switch(d){case i.Mn:t={x:b,y:n.y-f.height};break;case i.sQ:t={x:b,y:n.y+n.height};break;case i.pG:t={x:n.x+n.width,y:u};break;case i.kb:t={x:n.x-f.width,y:u};break;default:t={x:n.x,y:n.y}}var l=d?(0,r.A)(d):null;if(null!=l){var h="y"===l?"height":"width";switch(s){case i.ni:t[l]=t[l]-(n[h]/2-f[h]/2);break;case i._N:t[l]=t[l]+(n[h]/2-f[h]/2)}}return t}},46397:function(e,t,n){"use strict";n.d(t,{A:function(){return T}});var a=n(14278),c=n(58979),r=n(19760),i=n(50793),f=n(22283);var o=n(40271),d=n(30222),s=n(36906);var b=n(75867),u=n(88579),l=n(5581),h=n(86354),p=n(52083),g=n(85446),m=n(67604);function v(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function y(e,t,n){return t===a.R9?v(function(e,t){var n=(0,c.A)(e),a=(0,r.A)(e),o=n.visualViewport,d=a.clientWidth,s=a.clientHeight,b=0,u=0;if(o){d=o.width,s=o.height;var l=(0,f.A)();(l||!l&&"fixed"===t)&&(b=o.offsetLeft,u=o.offsetTop)}return{width:d,height:s,x:b+(0,i.A)(e),y:u}}(e,n)):(0,l.vq)(t)?function(e,t){var n=(0,h.A)(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}(t,n):v(function(e){var t,n=(0,r.A)(e),a=(0,d.A)(e),c=null==(t=e.ownerDocument)?void 0:t.body,f=(0,s.T9)(n.scrollWidth,n.clientWidth,c?c.scrollWidth:0,c?c.clientWidth:0),b=(0,s.T9)(n.scrollHeight,n.clientHeight,c?c.scrollHeight:0,c?c.clientHeight:0),u=-a.scrollLeft+(0,i.A)(e),l=-a.scrollTop;return"rtl"===(0,o.A)(c||n).direction&&(u+=(0,s.T9)(n.clientWidth,c?c.clientWidth:0)-f),{width:f,height:b,x:u,y:l}}((0,r.A)(e)))}function _(e,t,n,a){var c="clippingParents"===t?function(e){var t=(0,b.A)((0,p.A)(e)),n=["absolute","fixed"].indexOf((0,o.A)(e).position)>=0&&(0,l.sb)(e)?(0,u.A)(e):e;return(0,l.vq)(n)?t.filter((function(e){return(0,l.vq)(e)&&(0,g.A)(e,n)&&"body"!==(0,m.A)(e)})):[]}(e):[].concat(t),r=[].concat(c,[n]),i=r[0],f=r.reduce((function(t,n){var c=y(e,n,a);return t.top=(0,s.T9)(c.top,t.top),t.right=(0,s.jk)(c.right,t.right),t.bottom=(0,s.jk)(c.bottom,t.bottom),t.left=(0,s.T9)(c.left,t.left),t}),y(e,i,a));return f.width=f.right-f.left,f.height=f.bottom-f.top,f.x=f.left,f.y=f.top,f}var w=n(1815),x=n(54318),A=n(71007);function T(e,t){void 0===t&&(t={});var n=t,c=n.placement,i=void 0===c?e.placement:c,f=n.strategy,o=void 0===f?e.strategy:f,d=n.boundary,s=void 0===d?a.WY:d,b=n.rootBoundary,u=void 0===b?a.R9:b,p=n.elementContext,g=void 0===p?a.xf:p,m=n.altBoundary,y=void 0!==m&&m,T=n.padding,E=void 0===T?0:T,C=(0,x.A)("number"!=typeof E?E:(0,A.A)(E,a.OM)),k=g===a.xf?a.ir:a.xf,S=e.rects.popper,O=e.elements[y?k:g],D=_((0,l.vq)(O)?O:O.contextElement||(0,r.A)(e.elements.popper),s,u,o),j=(0,h.A)(e.elements.reference),L=(0,w.A)({reference:j,element:S,strategy:"absolute",placement:i}),N=v(Object.assign({},S,L)),P=g===a.xf?N:j,M={top:D.top-P.top+C.top,bottom:P.bottom-D.bottom+C.bottom,left:D.left-P.left+C.left,right:P.right-D.right+C.right},$=e.modifiersData.offset;if(g===a.xf&&$){var I=$[i];Object.keys(M).forEach((function(e){var t=[a.pG,a.sQ].indexOf(e)>=0?1:-1,n=[a.Mn,a.sQ].indexOf(e)>=0?"y":"x";M[e]+=I[n]*t}))}return M}},71007:function(e,t,n){"use strict";function a(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}n.d(t,{A:function(){return a}})},32632:function(e,t,n){"use strict";function a(e){return e.split("-")[0]}n.d(t,{A:function(){return a}})},67364:function(e,t,n){"use strict";function a(){return{top:0,right:0,bottom:0,left:0}}n.d(t,{A:function(){return a}})},39703:function(e,t,n){"use strict";function a(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}n.d(t,{A:function(){return a}})},98101:function(e,t,n){"use strict";function a(e){return e.split("-")[1]}n.d(t,{A:function(){return a}})},36906:function(e,t,n){"use strict";n.d(t,{LI:function(){return r},T9:function(){return a},jk:function(){return c}});var a=Math.max,c=Math.min,r=Math.round},54318:function(e,t,n){"use strict";n.d(t,{A:function(){return c}});var a=n(67364);function c(e){return Object.assign({},(0,a.A)(),e)}},72398:function(e,t,n){"use strict";function a(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}n.d(t,{A:function(){return a}})},86523:function(e,t,n){"use strict";n.d(t,{P:function(){return r},u:function(){return c}});var a=n(36906);function c(e,t,n){return(0,a.T9)(e,(0,a.jk)(t,n))}function r(e,t,n){var a=c(e,t,n);return a>n?n:a}},21855:function(e,t,n){"use strict";const a={};let c=!1;void 0===window.__patternslib_container_map&&(window.__patternslib_container_map={});const r=window.__patternslib_container_map;async function i(e){let{remote_name:t,exposed_module:i="./main"}=e;if(r[`${t}-${i}`])return;const f=await async function(e){const t=window[e];return a[e]||(c||(await n.I("default"),c=!0),await t.init(n.S.default),a[e]=!0),t}(t),o=(await f.get(i))();return r[`${t}-${i}`]=!0,console.debug(`Patternslib Module Federation: Loaded and initialized bundle "${t}".`),o}var f;f=function(){const e=Object.keys(window).filter((e=>0===e.indexOf("__patternslib_mf__")));for(const t of e)i({remote_name:t});document.dispatchEvent(new Event("patternslib__mf--loaded",{bubbles:!0,cancelable:!1}))},"complete"===document.readyState||"interactive"===document.readyState?setTimeout(f,1):document.addEventListener("DOMContentLoaded",f),Promise.all([n.e(94174),n.e(35686),n.e(40705),n.e(2175)]).then(n.bind(n,94174)),async function(){const e=await n.e(78978).then(n.t.bind(n,78978,23));window.bootstrap=e;const t=(await n.e(35686).then(n.t.bind(n,35686,23))).default;window.jQuery=t,window.$=t}()},32603:function(e,t,n){"use strict";n.r(t),n.d(t,{Alert:function(){return ue},Button:function(){return he},Carousel:function(){return Qe},Collapse:function(){return ot},Dropdown:function(){return Nt},Modal:function(){return pn},Offcanvas:function(){return Nn},Popover:function(){return ca},ScrollSpy:function(){return pa},Tab:function(){return qa},Toast:function(){return Za},Tooltip:function(){return Zn}});var a={};n.r(a),n.d(a,{afterMain:function(){return c.EP},afterRead:function(){return c.v5},afterWrite:function(){return c.SE},applyStyles:function(){return r.A},arrow:function(){return i.A},auto:function(){return c.qZ},basePlacements:function(){return c.OM},beforeMain:function(){return c.LG},beforeRead:function(){return c.ci},beforeWrite:function(){return c.pA},bottom:function(){return c.sQ},clippingParents:function(){return c.WY},computeStyles:function(){return f.A},createPopper:function(){return g.n4},createPopperBase:function(){return h.n4},createPopperLite:function(){return v},detectOverflow:function(){return p.A},end:function(){return c._N},eventListeners:function(){return o.A},flip:function(){return d.A},hide:function(){return s.A},left:function(){return c.kb},main:function(){return c.iW},modifierPhases:function(){return c.GM},offset:function(){return b.A},placements:function(){return c.DD},popper:function(){return c.xf},popperGenerator:function(){return h.UD},popperOffsets:function(){return u.A},preventOverflow:function(){return l.A},read:function(){return c.LF},reference:function(){return c.ir},right:function(){return c.pG},start:function(){return c.ni},top:function(){return c.Mn},variationPlacements:function(){return c.Ol},viewport:function(){return c.R9},write:function(){return c.M9}});var c=n(14278),r=n(16607),i=n(78256),f=n(1262),o=n(59068),d=n(80644),s=n(89081),b=n(18490),u=n(85059),l=n(10192),h=n(90711),p=n(46397),g=n(71576),m=[o.A,u.A,f.A,r.A],v=(0,h.UD)({defaultModifiers:m});\n /*!\n * Bootstrap v5.3.3 (https://getbootstrap.com/)\n * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)\n@@ -14,5 +14,5 @@ const y=new Map,_={set(e,t,n){y.has(e)||y.set(e,new Map);const a=y.get(e);a.has(\n * https://jquery.org/license\n *\n * Date: 2023-08-28T13:37Z\n- */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(a,c){"use strict";var r=[],i=Object.getPrototypeOf,f=r.slice,o=r.flat?function(e){return r.flat.call(e)}:function(e){return r.concat.apply([],e)},d=r.push,s=r.indexOf,b={},u=b.toString,l=b.hasOwnProperty,h=l.toString,p=h.call(Object),g={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},v=function(e){return null!=e&&e===e.window},y=a.document,_={type:!0,src:!0,nonce:!0,noModule:!0};function w(e,t,n){var a,c,r=(n=n||y).createElement("script");if(r.text=e,t)for(a in _)(c=t[a]||t.getAttribute&&t.getAttribute(a))&&r.setAttribute(a,c);n.head.appendChild(r).parentNode.removeChild(r)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?b[u.call(e)]||"object":typeof e}var A="3.7.1",T=/HTML$/i,E=function(e,t){return new E.fn.init(e,t)};function C(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!m(e)&&!v(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function k(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}E.fn=E.prototype={jquery:A,constructor:E,length:0,toArray:function(){return f.call(this)},get:function(e){return null==e?f.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=E.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return E.each(this,e)},map:function(e){return this.pushStack(E.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(E.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(E.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|"+j+")"+j+"*"),F=new RegExp(j+"|>"),W=new RegExp(I),B=new RegExp("^"+N+"$"),z={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\\\.("+N+")"),TAG:new RegExp("^("+N+"|[*])"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+I),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\("+j+"*(even|odd|(([+-]|)(\\\\d*)n|)"+j+"*(?:([+-]|)"+j+"*(\\\\d+)|))"+j+"*\\\\)|)","i"),bool:new RegExp("^(?:"+C+")$","i"),needsContext:new RegExp("^"+j+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\("+j+"*((?:-\\\\d)?\\\\d*)"+j+"*\\\\)|)(?=[^-]|$)","i")},U=/^(?:input|select|textarea|button)$/i,V=/^h\\d$/i,X=/^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,Q=/[+~]/,G=new RegExp("\\\\\\\\[\\\\da-fA-F]{1,6}"+j+"?|\\\\\\\\([^\\\\r\\\\n\\\\f])","g"),Y=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},K=function(){oe()},J=ue((function(e){return!0===e.disabled&&k(e,"fieldset")}),{dir:"parentNode",next:"legend"});try{p.apply(r=f.call(M.childNodes),M.childNodes),r[M.childNodes.length].nodeType}catch(e){p={apply:function(e,t){$.apply(e,f.call(t))},call:function(e){$.apply(e,f.call(arguments,1))}}}function Z(e,t,n,a){var c,r,i,f,d,s,l,h=t&&t.ownerDocument,v=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==v&&9!==v&&11!==v)return n;if(!a&&(oe(t),t=t||o,b)){if(11!==v&&(d=X.exec(e)))if(c=d[1]){if(9===v){if(!(i=t.getElementById(c)))return n;if(i.id===c)return p.call(n,i),n}else if(h&&(i=h.getElementById(c))&&Z.contains(t,i)&&i.id===c)return p.call(n,i),n}else{if(d[2])return p.apply(n,t.getElementsByTagName(e)),n;if((c=d[3])&&t.getElementsByClassName)return p.apply(n,t.getElementsByClassName(c)),n}if(!(A[e+" "]||u&&u.test(e))){if(l=e,h=t,1===v&&(F.test(e)||R.test(e))){for((h=Q.test(e)&&fe(t.parentNode)||t)==t&&g.scope||((f=t.getAttribute("id"))?f=E.escapeSelector(f):t.setAttribute("id",f=m)),r=(s=se(e)).length;r--;)s[r]=(f?"#"+f:":scope")+" "+be(s[r]);l=s.join(",")}try{return p.apply(n,h.querySelectorAll(l)),n}catch(t){A(e,!0)}finally{f===m&&t.removeAttribute("id")}}}return ve(e.replace(L,"$1"),t,n,a)}function ee(){var e=[];return function n(a,c){return e.push(a+" ")>t.cacheLength&&delete n[e.shift()],n[a+" "]=c}}function te(e){return e[m]=!0,e}function ne(e){var t=o.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ae(e){return function(t){return k(t,"input")&&t.type===e}}function ce(e){return function(t){return(k(t,"input")||k(t,"button"))&&t.type===e}}function re(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&J(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function ie(e){return te((function(t){return t=+t,te((function(n,a){for(var c,r=e([],n.length,t),i=r.length;i--;)n[c=r[i]]&&(n[c]=!(a[c]=n[c]))}))}))}function fe(e){return e&&void 0!==e.getElementsByTagName&&e}function oe(e){var n,a=e?e.ownerDocument||e:M;return a!=o&&9===a.nodeType&&a.documentElement?(d=(o=a).documentElement,b=!E.isXMLDoc(o),h=d.matches||d.webkitMatchesSelector||d.msMatchesSelector,d.msMatchesSelector&&M!=o&&(n=o.defaultView)&&n.top!==n&&n.addEventListener("unload",K),g.getById=ne((function(e){return d.appendChild(e).id=E.expando,!o.getElementsByName||!o.getElementsByName(E.expando).length})),g.disconnectedMatch=ne((function(e){return h.call(e,"*")})),g.scope=ne((function(){return o.querySelectorAll(":scope")})),g.cssHas=ne((function(){try{return o.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}})),g.getById?(t.filter.ID=function(e){var t=e.replace(G,Y);return function(e){return e.getAttribute("id")===t}},t.find.ID=function(e,t){if(void 0!==t.getElementById&&b){var n=t.getElementById(e);return n?[n]:[]}}):(t.filter.ID=function(e){var t=e.replace(G,Y);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},t.find.ID=function(e,t){if(void 0!==t.getElementById&&b){var n,a,c,r=t.getElementById(e);if(r){if((n=r.getAttributeNode("id"))&&n.value===e)return[r];for(c=t.getElementsByName(e),a=0;r=c[a++];)if((n=r.getAttributeNode("id"))&&n.value===e)return[r]}return[]}}),t.find.TAG=function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},t.find.CLASS=function(e,t){if(void 0!==t.getElementsByClassName&&b)return t.getElementsByClassName(e)},u=[],ne((function(e){var t;d.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||u.push("\\\\["+j+"*(?:value|"+C+")"),e.querySelectorAll("[id~="+m+"-]").length||u.push("~="),e.querySelectorAll("a#"+m+"+*").length||u.push(".#.+[+~]"),e.querySelectorAll(":checked").length||u.push(":checked"),(t=o.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),d.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&u.push(":enabled",":disabled"),(t=o.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name=\'\']").length||u.push("\\\\["+j+"*name"+j+"*="+j+"*(?:\'\'|\\"\\")")})),g.cssHas||u.push(":has"),u=u.length&&new RegExp(u.join("|")),T=function(e,t){if(e===t)return i=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!g.sortDetached&&t.compareDocumentPosition(e)===n?e===o||e.ownerDocument==M&&Z.contains(M,e)?-1:t===o||t.ownerDocument==M&&Z.contains(M,t)?1:c?s.call(c,e)-s.call(c,t):0:4&n?-1:1)},o):o}for(e in Z.matches=function(e,t){return Z(e,null,null,t)},Z.matchesSelector=function(e,t){if(oe(e),b&&!A[t+" "]&&(!u||!u.test(t)))try{var n=h.call(e,t);if(n||g.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return Z(t,o,null,[e]).length>0},Z.contains=function(e,t){return(e.ownerDocument||e)!=o&&oe(e),E.contains(e,t)},Z.attr=function(e,n){(e.ownerDocument||e)!=o&&oe(e);var a=t.attrHandle[n.toLowerCase()],c=a&&l.call(t.attrHandle,n.toLowerCase())?a(e,n,!b):void 0;return void 0!==c?c:e.getAttribute(n)},Z.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},E.uniqueSort=function(e){var t,n=[],a=0,r=0;if(i=!g.sortStable,c=!g.sortStable&&f.call(e,0),O.call(e,T),i){for(;t=e[r++];)t===e[r]&&(a=n.push(r));for(;a--;)D.call(e,n[a],1)}return c=null,e},E.fn.uniqueSort=function(){return this.pushStack(E.uniqueSort(f.apply(this)))},t=E.expr={cacheLength:50,createPseudo:te,match:z,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(G,Y),e[3]=(e[3]||e[4]||e[5]||"").replace(G,Y),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||Z.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&Z.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return z.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&W.test(n)&&(t=se(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(G,Y).toLowerCase();return"*"===e?function(){return!0}:function(e){return k(e,t)}},CLASS:function(e){var t=_[e+" "];return t||(t=new RegExp("(^|"+j+")"+e+"("+j+"|$)"))&&_(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(a){var c=Z.attr(a,e);return null==c?"!="===t:!t||(c+="","="===t?c===n:"!="===t?c!==n:"^="===t?n&&0===c.indexOf(n):"*="===t?n&&c.indexOf(n)>-1:"$="===t?n&&c.slice(-n.length)===n:"~="===t?(" "+c.replace(q," ")+" ").indexOf(n)>-1:"|="===t&&(c===n||c.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,a,c){var r="nth"!==e.slice(0,3),i="last"!==e.slice(-4),f="of-type"===t;return 1===a&&0===c?function(e){return!!e.parentNode}:function(t,n,o){var d,s,b,u,l,h=r!==i?"nextSibling":"previousSibling",p=t.parentNode,g=f&&t.nodeName.toLowerCase(),y=!o&&!f,_=!1;if(p){if(r){for(;h;){for(b=t;b=b[h];)if(f?k(b,g):1===b.nodeType)return!1;l=h="only"===e&&!l&&"nextSibling"}return!0}if(l=[i?p.firstChild:p.lastChild],i&&y){for(_=(u=(d=(s=p[m]||(p[m]={}))[e]||[])[0]===v&&d[1])&&d[2],b=u&&p.childNodes[u];b=++u&&b&&b[h]||(_=u=0)||l.pop();)if(1===b.nodeType&&++_&&b===t){s[e]=[v,u,_];break}}else if(y&&(_=u=(d=(s=t[m]||(t[m]={}))[e]||[])[0]===v&&d[1]),!1===_)for(;(b=++u&&b&&b[h]||(_=u=0)||l.pop())&&(!(f?k(b,g):1===b.nodeType)||!++_||(y&&((s=b[m]||(b[m]={}))[e]=[v,_]),b!==t)););return(_-=c)===a||_%a==0&&_/a>=0}}},PSEUDO:function(e,n){var a,c=t.pseudos[e]||t.setFilters[e.toLowerCase()]||Z.error("unsupported pseudo: "+e);return c[m]?c(n):c.length>1?(a=[e,e,"",n],t.setFilters.hasOwnProperty(e.toLowerCase())?te((function(e,t){for(var a,r=c(e,n),i=r.length;i--;)e[a=s.call(e,r[i])]=!(t[a]=r[i])})):function(e){return c(e,0,a)}):c}},pseudos:{not:te((function(e){var t=[],n=[],a=me(e.replace(L,"$1"));return a[m]?te((function(e,t,n,c){for(var r,i=a(e,null,c,[]),f=e.length;f--;)(r=i[f])&&(e[f]=!(t[f]=r))})):function(e,c,r){return t[0]=e,a(t,null,r,n),t[0]=null,!n.pop()}})),has:te((function(e){return function(t){return Z(e,t).length>0}})),contains:te((function(e){return e=e.replace(G,Y),function(t){return(t.textContent||E.text(t)).indexOf(e)>-1}})),lang:te((function(e){return B.test(e||"")||Z.error("unsupported lang: "+e),e=e.replace(G,Y).toLowerCase(),function(t){var n;do{if(n=b?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(e){var t=a.location&&a.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===d},focus:function(e){return e===function(){try{return o.activeElement}catch(e){}}()&&o.hasFocus()&&!!(e.type||e.href||~e.tabIndex)},enabled:re(!1),disabled:re(!0),checked:function(e){return k(e,"input")&&!!e.checked||k(e,"option")&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!t.pseudos.empty(e)},header:function(e){return V.test(e.nodeName)},input:function(e){return U.test(e.nodeName)},button:function(e){return k(e,"input")&&"button"===e.type||k(e,"button")},text:function(e){var t;return k(e,"input")&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ie((function(){return[0]})),last:ie((function(e,t){return[t-1]})),eq:ie((function(e,t,n){return[n<0?n+t:n]})),even:ie((function(e,t){for(var n=0;nt?t:n;--a>=0;)e.push(a);return e})),gt:ie((function(e,t,n){for(var a=n<0?n+t:n;++a1?function(t,n,a){for(var c=e.length;c--;)if(!e[c](t,n,a))return!1;return!0}:e[0]}function he(e,t,n,a,c){for(var r,i=[],f=0,o=e.length,d=null!=t;f-1&&(r[d]=!(i[d]=u))}}else l=he(l===i?l.splice(m,l.length):l),c?c(null,i,l,o):p.apply(i,l)}))}function ge(e){for(var a,c,r,i=e.length,f=t.relative[e[0].type],o=f||t.relative[" "],d=f?1:0,b=ue((function(e){return e===a}),o,!0),u=ue((function(e){return s.call(a,e)>-1}),o,!0),l=[function(e,t,c){var r=!f&&(c||t!=n)||((a=t).nodeType?b(e,t,c):u(e,t,c));return a=null,r}];d1&&le(l),d>1&&be(e.slice(0,d-1).concat({value:" "===e[d-2].type?"*":""})).replace(L,"$1"),c,d0,r=e.length>0,i=function(i,f,d,s,u){var l,h,g,m=0,y="0",_=i&&[],w=[],x=n,A=i||r&&t.find.TAG("*",u),T=v+=null==x?1:Math.random()||.1,C=A.length;for(u&&(n=f==o||f||u);y!==C&&null!=(l=A[y]);y++){if(r&&l){for(h=0,f||l.ownerDocument==o||(oe(l),d=!b);g=e[h++];)if(g(l,f||o,d)){p.call(s,l);break}u&&(v=T)}c&&((l=!g&&l)&&m--,i&&_.push(l))}if(m+=y,c&&y!==m){for(h=0;g=a[h++];)g(_,w,f,d);if(i){if(m>0)for(;y--;)_[y]||w[y]||(w[y]=S.call(s));w=he(w)}p.apply(s,w),u&&!i&&w.length>0&&m+a.length>1&&E.uniqueSort(s)}return u&&(v=T,n=x),_};return c?te(i):i}(i,r)),f.selector=e}return f}function ve(e,n,a,c){var r,i,f,o,d,s="function"==typeof e&&e,u=!c&&se(e=s.selector||e);if(a=a||[],1===u.length){if((i=u[0]=u[0].slice(0)).length>2&&"ID"===(f=i[0]).type&&9===n.nodeType&&b&&t.relative[i[1].type]){if(!(n=(t.find.ID(f.matches[0].replace(G,Y),n)||[])[0]))return a;s&&(n=n.parentNode),e=e.slice(i.shift().value.length)}for(r=z.needsContext.test(e)?0:i.length;r--&&(f=i[r],!t.relative[o=f.type]);)if((d=t.find[o])&&(c=d(f.matches[0].replace(G,Y),Q.test(i[0].type)&&fe(n.parentNode)||n))){if(i.splice(r,1),!(e=c.length&&be(i)))return p.apply(a,c),a;break}}return(s||me(e,u))(c,n,!b,a,!n||Q.test(e)&&fe(n.parentNode)||n),a}de.prototype=t.filters=t.pseudos,t.setFilters=new de,g.sortStable=m.split("").sort(T).join("")===m,oe(),g.sortDetached=ne((function(e){return 1&e.compareDocumentPosition(o.createElement("fieldset"))})),E.find=Z,E.expr[":"]=E.expr.pseudos,E.unique=E.uniqueSort,Z.compile=me,Z.select=ve,Z.setDocument=oe,Z.tokenize=se,Z.escape=E.escapeSelector,Z.getText=E.text,Z.isXML=E.isXMLDoc,Z.selectors=E.expr,Z.support=E.support,Z.uniqueSort=E.uniqueSort}();var I=function(e,t,n){for(var a=[],c=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(c&&E(e).is(n))break;a.push(e)}return a},q=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},H=E.expr.match.needsContext,R=/^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i;function F(e,t,n){return m(t)?E.grep(e,(function(e,a){return!!t.call(e,a,e)!==n})):t.nodeType?E.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?E.grep(e,(function(e){return s.call(t,e)>-1!==n})):E.filter(t,e,n)}E.filter=function(e,t,n){var a=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===a.nodeType?E.find.matchesSelector(a,e)?[a]:[]:E.find.matches(e,E.grep(t,(function(e){return 1===e.nodeType})))},E.fn.extend({find:function(e){var t,n,a=this.length,c=this;if("string"!=typeof e)return this.pushStack(E(e).filter((function(){for(t=0;t1?E.uniqueSort(n):n},filter:function(e){return this.pushStack(F(this,e||[],!1))},not:function(e){return this.pushStack(F(this,e||[],!0))},is:function(e){return!!F(this,"string"==typeof e&&H.test(e)?E(e):e||[],!1).length}});var W,B=/^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/;(E.fn.init=function(e,t,n){var a,c;if(!e)return this;if(n=n||W,"string"==typeof e){if(!(a="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:B.exec(e))||!a[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(a[1]){if(t=t instanceof E?t[0]:t,E.merge(this,E.parseHTML(a[1],t&&t.nodeType?t.ownerDocument||t:y,!0)),R.test(a[1])&&E.isPlainObject(t))for(a in t)m(this[a])?this[a](t[a]):this.attr(a,t[a]);return this}return(c=y.getElementById(a[2]))&&(this[0]=c,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(E):E.makeArray(e,this)}).prototype=E.fn,W=E(y);var z=/^(?:parents|prev(?:Until|All))/,U={children:!0,contents:!0,next:!0,prev:!0};function V(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}E.fn.extend({has:function(e){var t=E(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&E.find.matchesSelector(n,e))){r.push(n);break}return this.pushStack(r.length>1?E.uniqueSort(r):r)},index:function(e){return e?"string"==typeof e?s.call(E(e),this[0]):s.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(E.uniqueSort(E.merge(this.get(),E(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),E.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return I(e,"parentNode")},parentsUntil:function(e,t,n){return I(e,"parentNode",n)},next:function(e){return V(e,"nextSibling")},prev:function(e){return V(e,"previousSibling")},nextAll:function(e){return I(e,"nextSibling")},prevAll:function(e){return I(e,"previousSibling")},nextUntil:function(e,t,n){return I(e,"nextSibling",n)},prevUntil:function(e,t,n){return I(e,"previousSibling",n)},siblings:function(e){return q((e.parentNode||{}).firstChild,e)},children:function(e){return q(e.firstChild)},contents:function(e){return null!=e.contentDocument&&i(e.contentDocument)?e.contentDocument:(k(e,"template")&&(e=e.content||e),E.merge([],e.childNodes))}},(function(e,t){E.fn[e]=function(n,a){var c=E.map(this,t,n);return"Until"!==e.slice(-5)&&(a=n),a&&"string"==typeof a&&(c=E.filter(a,c)),this.length>1&&(U[e]||E.uniqueSort(c),z.test(e)&&c.reverse()),this.pushStack(c)}}));var X=/[^\\x20\\t\\r\\n\\f]+/g;function Q(e){return e}function G(e){throw e}function Y(e,t,n,a){var c;try{e&&m(c=e.promise)?c.call(e).done(t).fail(n):e&&m(c=e.then)?c.call(e,t,n):t.apply(void 0,[e].slice(a))}catch(e){n.apply(void 0,[e])}}E.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return E.each(e.match(X)||[],(function(e,n){t[n]=!0})),t}(e):E.extend({},e);var t,n,a,c,r=[],i=[],f=-1,o=function(){for(c=c||e.once,a=t=!0;i.length;f=-1)for(n=i.shift();++f-1;)r.splice(n,1),n<=f&&f--})),this},has:function(e){return e?E.inArray(e,r)>-1:r.length>0},empty:function(){return r&&(r=[]),this},disable:function(){return c=i=[],r=n="",this},disabled:function(){return!r},lock:function(){return c=i=[],n||t||(r=n=""),this},locked:function(){return!!c},fireWith:function(e,n){return c||(n=[e,(n=n||[]).slice?n.slice():n],i.push(n),t||o()),this},fire:function(){return d.fireWith(this,arguments),this},fired:function(){return!!a}};return d},E.extend({Deferred:function(e){var t=[["notify","progress",E.Callbacks("memory"),E.Callbacks("memory"),2],["resolve","done",E.Callbacks("once memory"),E.Callbacks("once memory"),0,"resolved"],["reject","fail",E.Callbacks("once memory"),E.Callbacks("once memory"),1,"rejected"]],n="pending",c={state:function(){return n},always:function(){return r.done(arguments).fail(arguments),this},catch:function(e){return c.then(null,e)},pipe:function(){var e=arguments;return E.Deferred((function(n){E.each(t,(function(t,a){var c=m(e[a[4]])&&e[a[4]];r[a[1]]((function(){var e=c&&c.apply(this,arguments);e&&m(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[a[0]+"With"](this,c?[e]:arguments)}))})),e=null})).promise()},then:function(e,n,c){var r=0;function i(e,t,n,c){return function(){var f=this,o=arguments,d=function(){var a,d;if(!(e=r&&(n!==G&&(f=void 0,o=[a]),t.rejectWith(f,o))}};e?s():(E.Deferred.getErrorHook?s.error=E.Deferred.getErrorHook():E.Deferred.getStackHook&&(s.error=E.Deferred.getStackHook()),a.setTimeout(s))}}return E.Deferred((function(a){t[0][3].add(i(0,a,m(c)?c:Q,a.notifyWith)),t[1][3].add(i(0,a,m(e)?e:Q)),t[2][3].add(i(0,a,m(n)?n:G))})).promise()},promise:function(e){return null!=e?E.extend(e,c):c}},r={};return E.each(t,(function(e,a){var i=a[2],f=a[5];c[a[1]]=i.add,f&&i.add((function(){n=f}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),i.add(a[3].fire),r[a[0]]=function(){return r[a[0]+"With"](this===r?void 0:this,arguments),this},r[a[0]+"With"]=i.fireWith})),c.promise(r),e&&e.call(r,r),r},when:function(e){var t=arguments.length,n=t,a=Array(n),c=f.call(arguments),r=E.Deferred(),i=function(e){return function(n){a[e]=this,c[e]=arguments.length>1?f.call(arguments):n,--t||r.resolveWith(a,c)}};if(t<=1&&(Y(e,r.done(i(n)).resolve,r.reject,!t),"pending"===r.state()||m(c[n]&&c[n].then)))return r.then();for(;n--;)Y(c[n],i(n),r.reject);return r.promise()}});var K=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;E.Deferred.exceptionHook=function(e,t){a.console&&a.console.warn&&e&&K.test(e.name)&&a.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},E.readyException=function(e){a.setTimeout((function(){throw e}))};var J=E.Deferred();function Z(){y.removeEventListener("DOMContentLoaded",Z),a.removeEventListener("load",Z),E.ready()}E.fn.ready=function(e){return J.then(e).catch((function(e){E.readyException(e)})),this},E.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--E.readyWait:E.isReady)||(E.isReady=!0,!0!==e&&--E.readyWait>0||J.resolveWith(y,[E]))}}),E.ready.then=J.then,"complete"===y.readyState||"loading"!==y.readyState&&!y.documentElement.doScroll?a.setTimeout(E.ready):(y.addEventListener("DOMContentLoaded",Z),a.addEventListener("load",Z));var ee=function(e,t,n,a,c,r,i){var f=0,o=e.length,d=null==n;if("object"===x(n))for(f in c=!0,n)ee(e,t,f,n[f],!0,r,i);else if(void 0!==a&&(c=!0,m(a)||(i=!0),d&&(i?(t.call(e,a),t=null):(d=t,t=function(e,t,n){return d.call(E(e),n)})),t))for(;f1,null,!0)},removeData:function(e){return this.each((function(){oe.remove(this,e)}))}}),E.extend({queue:function(e,t,n){var a;if(e)return t=(t||"fx")+"queue",a=fe.get(e,t),n&&(!a||Array.isArray(n)?a=fe.access(e,t,E.makeArray(n)):a.push(n)),a||[]},dequeue:function(e,t){t=t||"fx";var n=E.queue(e,t),a=n.length,c=n.shift(),r=E._queueHooks(e,t);"inprogress"===c&&(c=n.shift(),a--),c&&("fx"===t&&n.unshift("inprogress"),delete r.stop,c.call(e,(function(){E.dequeue(e,t)}),r)),!a&&r&&r.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return fe.get(e,n)||fe.access(e,n,{empty:E.Callbacks("once memory").add((function(){fe.remove(e,[t+"queue",n])}))})}}),E.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\\x20\\t\\r\\n\\f]*)/i,ke=/^$|^module$|\\/(?:java|ecma)script/i;Ae=y.createDocumentFragment().appendChild(y.createElement("div")),(Te=y.createElement("input")).setAttribute("type","radio"),Te.setAttribute("checked","checked"),Te.setAttribute("name","t"),Ae.appendChild(Te),g.checkClone=Ae.cloneNode(!0).cloneNode(!0).lastChild.checked,Ae.innerHTML="",g.noCloneChecked=!!Ae.cloneNode(!0).lastChild.defaultValue,Ae.innerHTML="",g.option=!!Ae.lastChild;var Se={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function Oe(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&k(e,t)?E.merge([e],n):n}function De(e,t){for(var n=0,a=e.length;n",""]);var je=/<|&#?\\w+;/;function Le(e,t,n,a,c){for(var r,i,f,o,d,s,b=t.createDocumentFragment(),u=[],l=0,h=e.length;l-1)c&&c.push(r);else if(d=ge(r),i=Oe(b.appendChild(r),"script"),d&&De(i),n)for(s=0;r=i[s++];)ke.test(r.type||"")&&n.push(r);return b}var Ne=/^([^.]*)(?:\\.(.+)|)/;function Pe(){return!0}function Me(){return!1}function $e(e,t,n,a,c,r){var i,f;if("object"==typeof t){for(f in"string"!=typeof n&&(a=a||n,n=void 0),t)$e(e,f,n,a,t[f],r);return e}if(null==a&&null==c?(c=n,a=n=void 0):null==c&&("string"==typeof n?(c=a,a=void 0):(c=a,a=n,n=void 0)),!1===c)c=Me;else if(!c)return e;return 1===r&&(i=c,c=function(e){return E().off(e),i.apply(this,arguments)},c.guid=i.guid||(i.guid=E.guid++)),e.each((function(){E.event.add(this,t,c,a,n)}))}function Ie(e,t,n){n?(fe.set(e,t,!1),E.event.add(e,t,{namespace:!1,handler:function(e){var n,a=fe.get(this,t);if(1&e.isTrigger&&this[t]){if(a)(E.event.special[t]||{}).delegateType&&e.stopPropagation();else if(a=f.call(arguments),fe.set(this,t,a),this[t](),n=fe.get(this,t),fe.set(this,t,!1),a!==n)return e.stopImmediatePropagation(),e.preventDefault(),n}else a&&(fe.set(this,t,E.event.trigger(a[0],a.slice(1),this)),e.stopPropagation(),e.isImmediatePropagationStopped=Pe)}})):void 0===fe.get(e,t)&&E.event.add(e,t,Pe)}E.event={global:{},add:function(e,t,n,a,c){var r,i,f,o,d,s,b,u,l,h,p,g=fe.get(e);if(re(e))for(n.handler&&(n=(r=n).handler,c=r.selector),c&&E.find.matchesSelector(pe,c),n.guid||(n.guid=E.guid++),(o=g.events)||(o=g.events=Object.create(null)),(i=g.handle)||(i=g.handle=function(t){return void 0!==E&&E.event.triggered!==t.type?E.event.dispatch.apply(e,arguments):void 0}),d=(t=(t||"").match(X)||[""]).length;d--;)l=p=(f=Ne.exec(t[d])||[])[1],h=(f[2]||"").split(".").sort(),l&&(b=E.event.special[l]||{},l=(c?b.delegateType:b.bindType)||l,b=E.event.special[l]||{},s=E.extend({type:l,origType:p,data:a,handler:n,guid:n.guid,selector:c,needsContext:c&&E.expr.match.needsContext.test(c),namespace:h.join(".")},r),(u=o[l])||((u=o[l]=[]).delegateCount=0,b.setup&&!1!==b.setup.call(e,a,h,i)||e.addEventListener&&e.addEventListener(l,i)),b.add&&(b.add.call(e,s),s.handler.guid||(s.handler.guid=n.guid)),c?u.splice(u.delegateCount++,0,s):u.push(s),E.event.global[l]=!0)},remove:function(e,t,n,a,c){var r,i,f,o,d,s,b,u,l,h,p,g=fe.hasData(e)&&fe.get(e);if(g&&(o=g.events)){for(d=(t=(t||"").match(X)||[""]).length;d--;)if(l=p=(f=Ne.exec(t[d])||[])[1],h=(f[2]||"").split(".").sort(),l){for(b=E.event.special[l]||{},u=o[l=(a?b.delegateType:b.bindType)||l]||[],f=f[2]&&new RegExp("(^|\\\\.)"+h.join("\\\\.(?:.*\\\\.|)")+"(\\\\.|$)"),i=r=u.length;r--;)s=u[r],!c&&p!==s.origType||n&&n.guid!==s.guid||f&&!f.test(s.namespace)||a&&a!==s.selector&&("**"!==a||!s.selector)||(u.splice(r,1),s.selector&&u.delegateCount--,b.remove&&b.remove.call(e,s));i&&!u.length&&(b.teardown&&!1!==b.teardown.call(e,h,g.handle)||E.removeEvent(e,l,g.handle),delete o[l])}else for(l in o)E.event.remove(e,l+t[d],n,a,!0);E.isEmptyObject(o)&&fe.remove(e,"handle events")}},dispatch:function(e){var t,n,a,c,r,i,f=new Array(arguments.length),o=E.event.fix(e),d=(fe.get(this,"events")||Object.create(null))[o.type]||[],s=E.event.special[o.type]||{};for(f[0]=o,t=1;t=1))for(;d!==this;d=d.parentNode||this)if(1===d.nodeType&&("click"!==e.type||!0!==d.disabled)){for(r=[],i={},n=0;n-1:E.find(c,this,null,[d]).length),i[c]&&r.push(a);r.length&&f.push({elem:d,handlers:r})}return d=this,o\\s*$/g;function Fe(e,t){return k(e,"table")&&k(11!==t.nodeType?t:t.firstChild,"tr")&&E(e).children("tbody")[0]||e}function We(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Be(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function ze(e,t){var n,a,c,r,i,f;if(1===t.nodeType){if(fe.hasData(e)&&(f=fe.get(e).events))for(c in fe.remove(t,"handle events"),f)for(n=0,a=f[c].length;n1&&"string"==typeof h&&!g.checkClone&&He.test(h))return e.each((function(c){var r=e.eq(c);p&&(t[0]=h.call(this,c,r.html())),Ve(r,t,n,a)}));if(u&&(r=(c=Le(t,e[0].ownerDocument,!1,e,a)).firstChild,1===c.childNodes.length&&(c=r),r||a)){for(f=(i=E.map(Oe(c,"script"),We)).length;b0&&De(i,!o&&Oe(e,"script")),f},cleanData:function(e){for(var t,n,a,c=E.event.special,r=0;void 0!==(n=e[r]);r++)if(re(n)){if(t=n[fe.expando]){if(t.events)for(a in t.events)c[a]?E.event.remove(n,a):E.removeEvent(n,a,t.handle);n[fe.expando]=void 0}n[oe.expando]&&(n[oe.expando]=void 0)}}}),E.fn.extend({detach:function(e){return Xe(this,e,!0)},remove:function(e){return Xe(this,e)},text:function(e){return ee(this,(function(e){return void 0===e?E.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Ve(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Fe(this,e).appendChild(e)}))},prepend:function(){return Ve(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Fe(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Ve(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Ve(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(E.cleanData(Oe(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return E.clone(this,e,t)}))},html:function(e){return ee(this,(function(e){var t=this[0]||{},n=0,a=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!qe.test(e)&&!Se[(Ce.exec(e)||["",""])[1].toLowerCase()]){e=E.htmlPrefilter(e);try{for(;n=0&&(o+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-r-o-f-.5))||0),o+d}function st(e,t,n){var a=Ye(e),c=(!g.boxSizingReliable()||n)&&"border-box"===E.css(e,"boxSizing",!1,a),r=c,i=Ze(e,t,a),f="offset"+t[0].toUpperCase()+t.slice(1);if(Qe.test(i)){if(!n)return i;i="auto"}return(!g.boxSizingReliable()&&c||!g.reliableTrDimensions()&&k(e,"tr")||"auto"===i||!parseFloat(i)&&"inline"===E.css(e,"display",!1,a))&&e.getClientRects().length&&(c="border-box"===E.css(e,"boxSizing",!1,a),(r=f in e)&&(i=e[f])),(i=parseFloat(i)||0)+dt(e,t,n||(c?"border":"content"),r,a,i)+"px"}function bt(e,t,n,a,c){return new bt.prototype.init(e,t,n,a,c)}E.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Ze(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(e,t,n,a){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var c,r,i,f=ce(t),o=Ge.test(t),d=e.style;if(o||(t=ct(f)),i=E.cssHooks[t]||E.cssHooks[f],void 0===n)return i&&"get"in i&&void 0!==(c=i.get(e,!1,a))?c:d[t];"string"===(r=typeof n)&&(c=le.exec(n))&&c[1]&&(n=ye(e,t,c),r="number"),null!=n&&n==n&&("number"!==r||o||(n+=c&&c[3]||(E.cssNumber[f]?"":"px")),g.clearCloneStyle||""!==n||0!==t.indexOf("background")||(d[t]="inherit"),i&&"set"in i&&void 0===(n=i.set(e,n,a))||(o?d.setProperty(t,n):d[t]=n))}},css:function(e,t,n,a){var c,r,i,f=ce(t);return Ge.test(t)||(t=ct(f)),(i=E.cssHooks[t]||E.cssHooks[f])&&"get"in i&&(c=i.get(e,!0,n)),void 0===c&&(c=Ze(e,t,a)),"normal"===c&&t in ft&&(c=ft[t]),""===n||n?(r=parseFloat(c),!0===n||isFinite(r)?r||0:c):c}}),E.each(["height","width"],(function(e,t){E.cssHooks[t]={get:function(e,n,a){if(n)return!rt.test(E.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?st(e,t,a):Ke(e,it,(function(){return st(e,t,a)}))},set:function(e,n,a){var c,r=Ye(e),i=!g.scrollboxSize()&&"absolute"===r.position,f=(i||a)&&"border-box"===E.css(e,"boxSizing",!1,r),o=a?dt(e,t,a,f,r):0;return f&&i&&(o-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(r[t])-dt(e,t,"border",!1,r)-.5)),o&&(c=le.exec(n))&&"px"!==(c[3]||"px")&&(e.style[t]=n,n=E.css(e,t)),ot(0,n,o)}}})),E.cssHooks.marginLeft=et(g.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Ze(e,"marginLeft"))||e.getBoundingClientRect().left-Ke(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),E.each({margin:"",padding:"",border:"Width"},(function(e,t){E.cssHooks[e+t]={expand:function(n){for(var a=0,c={},r="string"==typeof n?n.split(" "):[n];a<4;a++)c[e+he[a]+t]=r[a]||r[a-2]||r[0];return c}},"margin"!==e&&(E.cssHooks[e+t].set=ot)})),E.fn.extend({css:function(e,t){return ee(this,(function(e,t,n){var a,c,r={},i=0;if(Array.isArray(t)){for(a=Ye(e),c=t.length;i1)}}),E.Tween=bt,bt.prototype={constructor:bt,init:function(e,t,n,a,c,r){this.elem=e,this.prop=n,this.easing=c||E.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=a,this.unit=r||(E.cssNumber[n]?"":"px")},cur:function(){var e=bt.propHooks[this.prop];return e&&e.get?e.get(this):bt.propHooks._default.get(this)},run:function(e){var t,n=bt.propHooks[this.prop];return this.options.duration?this.pos=t=E.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):bt.propHooks._default.set(this),this}},bt.prototype.init.prototype=bt.prototype,bt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=E.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){E.fx.step[e.prop]?E.fx.step[e.prop](e):1!==e.elem.nodeType||!E.cssHooks[e.prop]&&null==e.elem.style[ct(e.prop)]?e.elem[e.prop]=e.now:E.style(e.elem,e.prop,e.now+e.unit)}}},bt.propHooks.scrollTop=bt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},E.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},E.fx=bt.prototype.init,E.fx.step={};var ut,lt,ht=/^(?:toggle|show|hide)$/,pt=/queueHooks$/;function gt(){lt&&(!1===y.hidden&&a.requestAnimationFrame?a.requestAnimationFrame(gt):a.setTimeout(gt,E.fx.interval),E.fx.tick())}function mt(){return a.setTimeout((function(){ut=void 0})),ut=Date.now()}function vt(e,t){var n,a=0,c={height:e};for(t=t?1:0;a<4;a+=2-t)c["margin"+(n=he[a])]=c["padding"+n]=e;return t&&(c.opacity=c.width=e),c}function yt(e,t,n){for(var a,c=(_t.tweeners[t]||[]).concat(_t.tweeners["*"]),r=0,i=c.length;r1)},removeAttr:function(e){return this.each((function(){E.removeAttr(this,e)}))}}),E.extend({attr:function(e,t,n){var a,c,r=e.nodeType;if(3!==r&&8!==r&&2!==r)return void 0===e.getAttribute?E.prop(e,t,n):(1===r&&E.isXMLDoc(e)||(c=E.attrHooks[t.toLowerCase()]||(E.expr.match.bool.test(t)?wt:void 0)),void 0!==n?null===n?void E.removeAttr(e,t):c&&"set"in c&&void 0!==(a=c.set(e,n,t))?a:(e.setAttribute(t,n+""),n):c&&"get"in c&&null!==(a=c.get(e,t))?a:null==(a=E.find.attr(e,t))?void 0:a)},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&"radio"===t&&k(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,a=0,c=t&&t.match(X);if(c&&1===e.nodeType)for(;n=c[a++];)e.removeAttribute(n)}}),wt={set:function(e,t,n){return!1===t?E.removeAttr(e,n):e.setAttribute(n,n),n}},E.each(E.expr.match.bool.source.match(/\\w+/g),(function(e,t){var n=xt[t]||E.find.attr;xt[t]=function(e,t,a){var c,r,i=t.toLowerCase();return a||(r=xt[i],xt[i]=c,c=null!=n(e,t,a)?i:null,xt[i]=r),c}}));var At=/^(?:input|select|textarea|button)$/i,Tt=/^(?:a|area)$/i;function Et(e){return(e.match(X)||[]).join(" ")}function Ct(e){return e.getAttribute&&e.getAttribute("class")||""}function kt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(X)||[]}E.fn.extend({prop:function(e,t){return ee(this,E.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[E.propFix[e]||e]}))}}),E.extend({prop:function(e,t,n){var a,c,r=e.nodeType;if(3!==r&&8!==r&&2!==r)return 1===r&&E.isXMLDoc(e)||(t=E.propFix[t]||t,c=E.propHooks[t]),void 0!==n?c&&"set"in c&&void 0!==(a=c.set(e,n,t))?a:e[t]=n:c&&"get"in c&&null!==(a=c.get(e,t))?a:e[t]},propHooks:{tabIndex:{get:function(e){var t=E.find.attr(e,"tabindex");return t?parseInt(t,10):At.test(e.nodeName)||Tt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(E.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),E.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){E.propFix[this.toLowerCase()]=this})),E.fn.extend({addClass:function(e){var t,n,a,c,r,i;return m(e)?this.each((function(t){E(this).addClass(e.call(this,t,Ct(this)))})):(t=kt(e)).length?this.each((function(){if(a=Ct(this),n=1===this.nodeType&&" "+Et(a)+" "){for(r=0;r-1;)n=n.replace(" "+c+" "," ");i=Et(n),a!==i&&this.setAttribute("class",i)}})):this:this.attr("class","")},toggleClass:function(e,t){var n,a,c,r,i=typeof e,f="string"===i||Array.isArray(e);return m(e)?this.each((function(n){E(this).toggleClass(e.call(this,n,Ct(this),t),t)})):"boolean"==typeof t&&f?t?this.addClass(e):this.removeClass(e):(n=kt(e),this.each((function(){if(f)for(r=E(this),c=0;c-1)return!0;return!1}});var St=/\\r/g;E.fn.extend({val:function(e){var t,n,a,c=this[0];return arguments.length?(a=m(e),this.each((function(n){var c;1===this.nodeType&&(null==(c=a?e.call(this,n,E(this).val()):e)?c="":"number"==typeof c?c+="":Array.isArray(c)&&(c=E.map(c,(function(e){return null==e?"":e+""}))),(t=E.valHooks[this.type]||E.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,c,"value")||(this.value=c))}))):c?(t=E.valHooks[c.type]||E.valHooks[c.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(c,"value"))?n:"string"==typeof(n=c.value)?n.replace(St,""):null==n?"":n:void 0}}),E.extend({valHooks:{option:{get:function(e){var t=E.find.attr(e,"value");return null!=t?t:Et(E.text(e))}},select:{get:function(e){var t,n,a,c=e.options,r=e.selectedIndex,i="select-one"===e.type,f=i?null:[],o=i?r+1:c.length;for(a=r<0?o:i?r:0;a-1)&&(n=!0);return n||(e.selectedIndex=-1),r}}}}),E.each(["radio","checkbox"],(function(){E.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=E.inArray(E(e).val(),t)>-1}},g.checkOn||(E.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}));var Ot=a.location,Dt={guid:Date.now()},jt=/\\?/;E.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new a.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||E.error("Invalid XML: "+(n?E.map(n.childNodes,(function(e){return e.textContent})).join("\\n"):e)),t};var Lt=/^(?:focusinfocus|focusoutblur)$/,Nt=function(e){e.stopPropagation()};E.extend(E.event,{trigger:function(e,t,n,c){var r,i,f,o,d,s,b,u,h=[n||y],p=l.call(e,"type")?e.type:e,g=l.call(e,"namespace")?e.namespace.split("."):[];if(i=u=f=n=n||y,3!==n.nodeType&&8!==n.nodeType&&!Lt.test(p+E.event.triggered)&&(p.indexOf(".")>-1&&(g=p.split("."),p=g.shift(),g.sort()),d=p.indexOf(":")<0&&"on"+p,(e=e[E.expando]?e:new E.Event(p,"object"==typeof e&&e)).isTrigger=c?2:3,e.namespace=g.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\\\.)"+g.join("\\\\.(?:.*\\\\.|)")+"(\\\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:E.makeArray(t,[e]),b=E.event.special[p]||{},c||!b.trigger||!1!==b.trigger.apply(n,t))){if(!c&&!b.noBubble&&!v(n)){for(o=b.delegateType||p,Lt.test(o+p)||(i=i.parentNode);i;i=i.parentNode)h.push(i),f=i;f===(n.ownerDocument||y)&&h.push(f.defaultView||f.parentWindow||a)}for(r=0;(i=h[r++])&&!e.isPropagationStopped();)u=i,e.type=r>1?o:b.bindType||p,(s=(fe.get(i,"events")||Object.create(null))[e.type]&&fe.get(i,"handle"))&&s.apply(i,t),(s=d&&i[d])&&s.apply&&re(i)&&(e.result=s.apply(i,t),!1===e.result&&e.preventDefault());return e.type=p,c||e.isDefaultPrevented()||b._default&&!1!==b._default.apply(h.pop(),t)||!re(n)||d&&m(n[p])&&!v(n)&&((f=n[d])&&(n[d]=null),E.event.triggered=p,e.isPropagationStopped()&&u.addEventListener(p,Nt),n[p](),e.isPropagationStopped()&&u.removeEventListener(p,Nt),E.event.triggered=void 0,f&&(n[d]=f)),e.result}},simulate:function(e,t,n){var a=E.extend(new E.Event,n,{type:e,isSimulated:!0});E.event.trigger(a,null,t)}}),E.fn.extend({trigger:function(e,t){return this.each((function(){E.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return E.event.trigger(e,t,n,!0)}});var Pt=/\\[\\]$/,Mt=/\\r?\\n/g,$t=/^(?:submit|button|image|reset|file)$/i,It=/^(?:input|select|textarea|keygen)/i;function qt(e,t,n,a){var c;if(Array.isArray(t))E.each(t,(function(t,c){n||Pt.test(e)?a(e,c):qt(e+"["+("object"==typeof c&&null!=c?t:"")+"]",c,n,a)}));else if(n||"object"!==x(t))a(e,t);else for(c in t)qt(e+"["+c+"]",t[c],n,a)}E.param=function(e,t){var n,a=[],c=function(e,t){var n=m(t)?t():t;a[a.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!E.isPlainObject(e))E.each(e,(function(){c(this.name,this.value)}));else for(n in e)qt(n,e[n],t,c);return a.join("&")},E.fn.extend({serialize:function(){return E.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=E.prop(this,"elements");return e?E.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!E(this).is(":disabled")&&It.test(this.nodeName)&&!$t.test(e)&&(this.checked||!Ee.test(e))})).map((function(e,t){var n=E(this).val();return null==n?null:Array.isArray(n)?E.map(n,(function(e){return{name:t.name,value:e.replace(Mt,"\\r\\n")}})):{name:t.name,value:n.replace(Mt,"\\r\\n")}})).get()}});var Ht=/%20/g,Rt=/#.*$/,Ft=/([?&])_=[^&]*/,Wt=/^(.*?):[ \\t]*([^\\r\\n]*)$/gm,Bt=/^(?:GET|HEAD)$/,zt=/^\\/\\//,Ut={},Vt={},Xt="*/".concat("*"),Qt=y.createElement("a");function Gt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var a,c=0,r=t.toLowerCase().match(X)||[];if(m(n))for(;a=r[c++];)"+"===a[0]?(a=a.slice(1)||"*",(e[a]=e[a]||[]).unshift(n)):(e[a]=e[a]||[]).push(n)}}function Yt(e,t,n,a){var c={},r=e===Vt;function i(f){var o;return c[f]=!0,E.each(e[f]||[],(function(e,f){var d=f(t,n,a);return"string"!=typeof d||r||c[d]?r?!(o=d):void 0:(t.dataTypes.unshift(d),i(d),!1)})),o}return i(t.dataTypes[0])||!c["*"]&&i("*")}function Kt(e,t){var n,a,c=E.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((c[n]?e:a||(a={}))[n]=t[n]);return a&&E.extend(!0,e,a),e}Qt.href=Ot.href,E.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ot.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Ot.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Xt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\\bxml\\b/,html:/\\bhtml/,json:/\\bjson\\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":E.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Kt(Kt(e,E.ajaxSettings),t):Kt(E.ajaxSettings,e)},ajaxPrefilter:Gt(Ut),ajaxTransport:Gt(Vt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,c,r,i,f,o,d,s,b,u,l=E.ajaxSetup({},t),h=l.context||l,p=l.context&&(h.nodeType||h.jquery)?E(h):E.event,g=E.Deferred(),m=E.Callbacks("once memory"),v=l.statusCode||{},_={},w={},x="canceled",A={readyState:0,getResponseHeader:function(e){var t;if(d){if(!i)for(i={};t=Wt.exec(r);)i[t[1].toLowerCase()+" "]=(i[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=i[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return d?r:null},setRequestHeader:function(e,t){return null==d&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,_[e]=t),this},overrideMimeType:function(e){return null==d&&(l.mimeType=e),this},statusCode:function(e){var t;if(e)if(d)A.always(e[A.status]);else for(t in e)v[t]=[v[t],e[t]];return this},abort:function(e){var t=e||x;return n&&n.abort(t),T(0,t),this}};if(g.promise(A),l.url=((e||l.url||Ot.href)+"").replace(zt,Ot.protocol+"//"),l.type=t.method||t.type||l.method||l.type,l.dataTypes=(l.dataType||"*").toLowerCase().match(X)||[""],null==l.crossDomain){o=y.createElement("a");try{o.href=l.url,o.href=o.href,l.crossDomain=Qt.protocol+"//"+Qt.host!=o.protocol+"//"+o.host}catch(e){l.crossDomain=!0}}if(l.data&&l.processData&&"string"!=typeof l.data&&(l.data=E.param(l.data,l.traditional)),Yt(Ut,l,t,A),d)return A;for(b in(s=E.event&&l.global)&&0==E.active++&&E.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!Bt.test(l.type),c=l.url.replace(Rt,""),l.hasContent?l.data&&l.processData&&0===(l.contentType||"").indexOf("application/x-www-form-urlencoded")&&(l.data=l.data.replace(Ht,"+")):(u=l.url.slice(c.length),l.data&&(l.processData||"string"==typeof l.data)&&(c+=(jt.test(c)?"&":"?")+l.data,delete l.data),!1===l.cache&&(c=c.replace(Ft,"$1"),u=(jt.test(c)?"&":"?")+"_="+Dt.guid+++u),l.url=c+u),l.ifModified&&(E.lastModified[c]&&A.setRequestHeader("If-Modified-Since",E.lastModified[c]),E.etag[c]&&A.setRequestHeader("If-None-Match",E.etag[c])),(l.data&&l.hasContent&&!1!==l.contentType||t.contentType)&&A.setRequestHeader("Content-Type",l.contentType),A.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+Xt+"; q=0.01":""):l.accepts["*"]),l.headers)A.setRequestHeader(b,l.headers[b]);if(l.beforeSend&&(!1===l.beforeSend.call(h,A,l)||d))return A.abort();if(x="abort",m.add(l.complete),A.done(l.success),A.fail(l.error),n=Yt(Vt,l,t,A)){if(A.readyState=1,s&&p.trigger("ajaxSend",[A,l]),d)return A;l.async&&l.timeout>0&&(f=a.setTimeout((function(){A.abort("timeout")}),l.timeout));try{d=!1,n.send(_,T)}catch(e){if(d)throw e;T(-1,e)}}else T(-1,"No Transport");function T(e,t,i,o){var b,u,y,_,w,x=t;d||(d=!0,f&&a.clearTimeout(f),n=void 0,r=o||"",A.readyState=e>0?4:0,b=e>=200&&e<300||304===e,i&&(_=function(e,t,n){for(var a,c,r,i,f=e.contents,o=e.dataTypes;"*"===o[0];)o.shift(),void 0===a&&(a=e.mimeType||t.getResponseHeader("Content-Type"));if(a)for(c in f)if(f[c]&&f[c].test(a)){o.unshift(c);break}if(o[0]in n)r=o[0];else{for(c in n){if(!o[0]||e.converters[c+" "+o[0]]){r=c;break}i||(i=c)}r=r||i}if(r)return r!==o[0]&&o.unshift(r),n[r]}(l,A,i)),!b&&E.inArray("script",l.dataTypes)>-1&&E.inArray("json",l.dataTypes)<0&&(l.converters["text script"]=function(){}),_=function(e,t,n,a){var c,r,i,f,o,d={},s=e.dataTypes.slice();if(s[1])for(i in e.converters)d[i.toLowerCase()]=e.converters[i];for(r=s.shift();r;)if(e.responseFields[r]&&(n[e.responseFields[r]]=t),!o&&a&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),o=r,r=s.shift())if("*"===r)r=o;else if("*"!==o&&o!==r){if(!(i=d[o+" "+r]||d["* "+r]))for(c in d)if((f=c.split(" "))[1]===r&&(i=d[o+" "+f[0]]||d["* "+f[0]])){!0===i?i=d[c]:!0!==d[c]&&(r=f[0],s.unshift(f[1]));break}if(!0!==i)if(i&&e.throws)t=i(t);else try{t=i(t)}catch(e){return{state:"parsererror",error:i?e:"No conversion from "+o+" to "+r}}}return{state:"success",data:t}}(l,_,A,b),b?(l.ifModified&&((w=A.getResponseHeader("Last-Modified"))&&(E.lastModified[c]=w),(w=A.getResponseHeader("etag"))&&(E.etag[c]=w)),204===e||"HEAD"===l.type?x="nocontent":304===e?x="notmodified":(x=_.state,u=_.data,b=!(y=_.error))):(y=x,!e&&x||(x="error",e<0&&(e=0))),A.status=e,A.statusText=(t||x)+"",b?g.resolveWith(h,[u,x,A]):g.rejectWith(h,[A,x,y]),A.statusCode(v),v=void 0,s&&p.trigger(b?"ajaxSuccess":"ajaxError",[A,l,b?u:y]),m.fireWith(h,[A,x]),s&&(p.trigger("ajaxComplete",[A,l]),--E.active||E.event.trigger("ajaxStop")))}return A},getJSON:function(e,t,n){return E.get(e,t,n,"json")},getScript:function(e,t){return E.get(e,void 0,t,"script")}}),E.each(["get","post"],(function(e,t){E[t]=function(e,n,a,c){return m(n)&&(c=c||a,a=n,n=void 0),E.ajax(E.extend({url:e,type:t,dataType:c,data:n,success:a},E.isPlainObject(e)&&e))}})),E.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),E._evalUrl=function(e,t,n){return E.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){E.globalEval(e,t,n)}})},E.fn.extend({wrapAll:function(e){var t;return this[0]&&(m(e)&&(e=e.call(this[0])),t=E(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return m(e)?this.each((function(t){E(this).wrapInner(e.call(this,t))})):this.each((function(){var t=E(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=m(e);return this.each((function(n){E(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){E(this).replaceWith(this.childNodes)})),this}}),E.expr.pseudos.hidden=function(e){return!E.expr.pseudos.visible(e)},E.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},E.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(e){}};var Jt={0:200,1223:204},Zt=E.ajaxSettings.xhr();g.cors=!!Zt&&"withCredentials"in Zt,g.ajax=Zt=!!Zt,E.ajaxTransport((function(e){var t,n;if(g.cors||Zt&&!e.crossDomain)return{send:function(c,r){var i,f=e.xhr();if(f.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(i in e.xhrFields)f[i]=e.xhrFields[i];for(i in e.mimeType&&f.overrideMimeType&&f.overrideMimeType(e.mimeType),e.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest"),c)f.setRequestHeader(i,c[i]);t=function(e){return function(){t&&(t=n=f.onload=f.onerror=f.onabort=f.ontimeout=f.onreadystatechange=null,"abort"===e?f.abort():"error"===e?"number"!=typeof f.status?r(0,"error"):r(f.status,f.statusText):r(Jt[f.status]||f.status,f.statusText,"text"!==(f.responseType||"text")||"string"!=typeof f.responseText?{binary:f.response}:{text:f.responseText},f.getAllResponseHeaders()))}},f.onload=t(),n=f.onerror=f.ontimeout=t("error"),void 0!==f.onabort?f.onabort=n:f.onreadystatechange=function(){4===f.readyState&&a.setTimeout((function(){t&&n()}))},t=t("abort");try{f.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),E.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),E.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\\b(?:java|ecma)script\\b/},converters:{"text script":function(e){return E.globalEval(e),e}}}),E.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),E.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(a,c){t=E("\\";\\n\\t\\tunsubscribe = listen(\\n\\t\\t\\twindow,\\n\\t\\t\\t\'message\',\\n\\t\\t\\t/** @param {MessageEvent} event */ (event) => {\\n\\t\\t\\t\\tif (event.source === iframe.contentWindow) fn();\\n\\t\\t\\t}\\n\\t\\t);\\n\\t} else {\\n\\t\\tiframe.src = \'about:blank\';\\n\\t\\tiframe.onload = () => {\\n\\t\\t\\tunsubscribe = listen(iframe.contentWindow, \'resize\', fn);\\n\\t\\t\\t// make sure an initial resize event is fired _after_ the iframe is loaded (which is asynchronous)\\n\\t\\t\\t// see https://github.com/sveltejs/svelte/issues/4233\\n\\t\\t\\tfn();\\n\\t\\t};\\n\\t}\\n\\tappend(node, iframe);\\n\\treturn () => {\\n\\t\\tif (crossorigin) {\\n\\t\\t\\tunsubscribe();\\n\\t\\t} else if (unsubscribe && iframe.contentWindow) {\\n\\t\\t\\tunsubscribe();\\n\\t\\t}\\n\\t\\tdetach(iframe);\\n\\t};\\n}\\nexport const resize_observer_content_box = /* @__PURE__ */ new ResizeObserverSingleton({\\n\\tbox: \'content-box\'\\n});\\nexport const resize_observer_border_box = /* @__PURE__ */ new ResizeObserverSingleton({\\n\\tbox: \'border-box\'\\n});\\nexport const resize_observer_device_pixel_content_box = /* @__PURE__ */ new ResizeObserverSingleton(\\n\\t{ box: \'device-pixel-content-box\' }\\n);\\nexport { ResizeObserverSingleton };\\n\\n/**\\n * @returns {void} */\\nexport function toggle_class(element, name, toggle) {\\n\\t// The `!!` is required because an `undefined` flag means flipping the current state.\\n\\telement.classList.toggle(name, !!toggle);\\n}\\n\\n/**\\n * @template T\\n * @param {string} type\\n * @param {T} [detail]\\n * @param {{ bubbles?: boolean, cancelable?: boolean }} [options]\\n * @returns {CustomEvent}\\n */\\nexport function custom_event(type, detail, { bubbles = false, cancelable = false } = {}) {\\n\\treturn new CustomEvent(type, { detail, bubbles, cancelable });\\n}\\n\\n/**\\n * @param {string} selector\\n * @param {HTMLElement} parent\\n * @returns {ChildNodeArray}\\n */\\nexport function query_selector_all(selector, parent = document.body) {\\n\\treturn Array.from(parent.querySelectorAll(selector));\\n}\\n\\n/**\\n * @param {string} nodeId\\n * @param {HTMLElement} head\\n * @returns {any[]}\\n */\\nexport function head_selector(nodeId, head) {\\n\\tconst result = [];\\n\\tlet started = 0;\\n\\tfor (const node of head.childNodes) {\\n\\t\\tif (node.nodeType === 8 /* comment node */) {\\n\\t\\t\\tconst comment = node.textContent.trim();\\n\\t\\t\\tif (comment === `HEAD_${nodeId}_END`) {\\n\\t\\t\\t\\tstarted -= 1;\\n\\t\\t\\t\\tresult.push(node);\\n\\t\\t\\t} else if (comment === `HEAD_${nodeId}_START`) {\\n\\t\\t\\t\\tstarted += 1;\\n\\t\\t\\t\\tresult.push(node);\\n\\t\\t\\t}\\n\\t\\t} else if (started > 0) {\\n\\t\\t\\tresult.push(node);\\n\\t\\t}\\n\\t}\\n\\treturn result;\\n}\\n/** */\\nexport class HtmlTag {\\n\\t/**\\n\\t * @private\\n\\t * @default false\\n\\t */\\n\\tis_svg = false;\\n\\t/** parent for creating node */\\n\\te = undefined;\\n\\t/** html tag nodes */\\n\\tn = undefined;\\n\\t/** target */\\n\\tt = undefined;\\n\\t/** anchor */\\n\\ta = undefined;\\n\\tconstructor(is_svg = false) {\\n\\t\\tthis.is_svg = is_svg;\\n\\t\\tthis.e = this.n = null;\\n\\t}\\n\\n\\t/**\\n\\t * @param {string} html\\n\\t * @returns {void}\\n\\t */\\n\\tc(html) {\\n\\t\\tthis.h(html);\\n\\t}\\n\\n\\t/**\\n\\t * @param {string} html\\n\\t * @param {HTMLElement | SVGElement} target\\n\\t * @param {HTMLElement | SVGElement} anchor\\n\\t * @returns {void}\\n\\t */\\n\\tm(html, target, anchor = null) {\\n\\t\\tif (!this.e) {\\n\\t\\t\\tif (this.is_svg)\\n\\t\\t\\t\\tthis.e = svg_element(/** @type {keyof SVGElementTagNameMap} */ (target.nodeName));\\n\\t\\t\\t/** #7364 target for