",{class:"elementor-tags-list__inner"});if(B.append(L),jQuery.each(T,function(T){var B=C[T];if(B){var V=jQuery("
",{class:"elementor-tags-list__group-title"}).text(this.title);L.append(V),B.forEach(function(C){var T=jQuery("
",{class:"elementor-tags-list__item"});T.text(C.title).attr("data-tag-name",C.name),L.append(T)})}}),!elementor.helpers.hasPro()&&Object.keys(C).length){var V=Marionette.Renderer.render("#tmpl-elementor-dynamic-tags-promo",{promotionUrl:elementor.config.dynamicPromotionURL.replace("%s",this.view.model.get("name"))});L.append(V)}L.on("click",".elementor-tags-list__item",this.onTagsListItemClick.bind(this)),elementorCommon.elements.$body.append(B)},getTagsList:function getTagsList(){return this.ui.tagsList||this.createTagsList(),this.ui.tagsList},toggleTagsList:function toggleTagsList(){var C=this.getTagsList();if(C.is(":visible"))C.hide();else{var T=elementorCommon.config.isRTL?"left":"right";C.show().position({my:"".concat(T," top"),at:"".concat(T," bottom+5"),of:this.ui.dynamicSwitcher})}},setTagView:function setTagView(C,T,B){this.tagView&&this.tagView.destroy();var L=this.tagView=new $({id:C,name:T,settings:B,controlName:this.view.model.get("name"),dynamicSettings:this.getOption("dynamicSettings")}),V=this.view.options.container,U=V.controls[L.options.controlName].label;L.options.container=new elementorModules.editor.Container({type:"dynamic",id:C,model:L.model,settings:L.model,view:L,parent:V,label:V.label+" "+U,controls:L.model.options.controls,renderer:V}),L.render(),this.$el.find(".elementor-control-tag-area").after(L.el),this.listenTo(L,"remove",this.onTagViewRemove.bind(this))},setDefaultTagView:function setDefaultTagView(){var C=elementor.dynamicTags.tagTextToTagData(this.getDynamicValue());this.setTagView(C.id,C.name,C.settings)},tagViewToTagText:function tagViewToTagText(){var C=this.tagView;return elementor.dynamicTags.tagDataToTagText(C.getOption("id"),C.getOption("name"),C.model)},getDynamicValue:function getDynamicValue(){return this.view.container.dynamic.get(this.view.model.get("name"))},destroyTagView:function destroyTagView(){this.tagView&&(this.tagView.destroy(),this.tagView=null)},showPromotion:function showPromotion(){var C=elementor.helpers.hasProAndNotConnected(),T={title:L("Dynamic Content","elementor"),content:L("Create more personalized and dynamic sites by populating data from various sources with dozens of dynamic tags to choose from.","elementor"),targetElement:this.ui.dynamicSwitcher,position:{blockStart:"-10"},actionButton:{url:C?elementorProEditorConfig.urls.connect:elementor.config.dynamicPromotionURL.replace("%s",this.view.model.get("name")),text:L(C?"Connect & Activate":"Upgrade","elementor")}};elementor.promotion.showDialog(T)},onRender:function onRender(){this.$el.addClass("elementor-control-dynamic"),this.renderTools(),this.toggleDynamicClass(),this.isDynamicMode()&&this.setDefaultTagView()},onDynamicSwitcherClick:function onDynamicSwitcherClick(C){C.stopPropagation(),this.getOption("tags").length?this.toggleTagsList():this.showPromotion()},onTagsListItemClick:function onTagsListItemClick(C){var T=jQuery(C.currentTarget);this.setTagView(elementorCommon.helpers.getUniqueId(),T.data("tagName"),{}),this.view.getGlobalKey()&&this.view.triggerMethod("unset:global:value"),this.isDynamicMode()?$e.run("document/dynamic/settings",{container:this.view.options.container,settings:(0,V.default)({},this.view.model.get("name"),this.tagViewToTagText())}):$e.run("document/dynamic/enable",{container:this.view.options.container,settings:(0,V.default)({},this.view.model.get("name"),this.tagViewToTagText())}),this.toggleDynamicClass(),this.toggleTagsList(),this.tagView.getTagConfig().settings_required&&this.tagView.showSettingsPopup()},onTagViewRemove:function onTagViewRemove(){$e.run("document/dynamic/disable",{container:this.view.options.container,settings:(0,V.default)({},this.view.model.get("name"),this.tagViewToTagText())}),this.toggleDynamicClass()},onAfterExternalChange:function onAfterExternalChange(){this.destroyTagView(),this.isDynamicMode()&&this.setDefaultTagView(),this.toggleDynamicClass()},onDestroy:function onDestroy(){this.destroyTagView(),this.ui.tagsList&&this.ui.tagsList.remove()}})},8513:(C,T,B)=>{"use strict";var L=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var V=L(B(39805)),$=L(B(40989)),U=L(B(85707)),q=B(38940);T.default=function(){return(0,$.default)(function RevisionsManager(C){(0,V.default)(this,RevisionsManager),(0,U.default)(this,"document",void 0),(0,U.default)(this,"revisions",void 0),this.document=C},[{key:"getItems",value:function getItems(){return this.revisions}},{key:"requestRevisions",value:function requestRevisions(C){var T=this;this.revisions?C(this.revisions):elementorCommon.ajax.addRequest("get_revisions",{success:function success(B){T.revisions=new q(B),T.revisions.on("update",T.onRevisionsUpdate.bind(T)),C(T.revisions)}})}},{key:"setEditorData",value:function setEditorData(C){elementor.getPreviewView().collection.reset(C)}},{key:"getRevisionDataAsync",value:function getRevisionDataAsync(C,T){return _.extend(T,{data:{id:C}}),elementorCommon.ajax.addRequest("get_revision_data",T)}},{key:"addRevisions",value:function addRevisions(C){var T=this;this.requestRevisions(function(){C.forEach(function(C){var B=T.revisions.findWhere({id:C.id});B&&T.revisions.remove(B,{silent:!0}),T.revisions.add(C,{silent:!0})}),T.revisions.trigger("update")})}},{key:"deleteRevision",value:function deleteRevision(C,T){var B={data:{id:C.get("id")},success:function success(){T.success&&T.success(),C.destroy()}};T.error&&(B.error=T.error),elementorCommon.ajax.addRequest("delete_revision",B)}},{key:"onRevisionsUpdate",value:function onRevisionsUpdate(){$e.routes.is("panel/history/revisions")&&$e.routes.refreshContainer("panel")}}])}()},8589:(C,T,B)=>{"use strict";var L=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var V=L(B(39805)),$=L(B(40989)),U=L(B(15118)),q=L(B(29402)),W=L(B(87861));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}T.default=function(C){function BaseElementModel(){return(0,V.default)(this,BaseElementModel),function _callSuper(C,T,B){return T=(0,q.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,q.default)(C).constructor):T.apply(C,B))}(this,BaseElementModel,arguments)}return(0,W.default)(BaseElementModel,C),(0,$.default)(BaseElementModel,[{key:"isValidChild",value:function isValidChild(C){elementorModules.ForceMethodImplementation({attributes:this.attributes})}}])}(Backbone.Model)},8813:(C,T,B)=>{"use strict";var L=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var V=L(B(39805)),$=L(B(40989)),U=L(B(15118)),q=L(B(29402)),W=L(B(41621)),G=L(B(87861)),H=L(B(95480));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}function _superPropGet(C,T,B,L){var V=(0,W.default)((0,q.default)(1&L?C.prototype:C),T,B);return 2&L&&"function"==typeof V?function(C){return V.apply(B,C)}:V}T.default=function(C){function CommandHistoryBase(){return(0,V.default)(this,CommandHistoryBase),function _callSuper(C,T,B){return T=(0,q.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,q.default)(C).constructor):T.apply(C,B))}(this,CommandHistoryBase,arguments)}return(0,G.default)(CommandHistoryBase,C),(0,$.default)(CommandHistoryBase,[{key:"initialize",value:function initialize(){var C=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},T=C.options,B=(void 0===T?{}:T).useHistory;(void 0===B||B)&&(this.history=this.getHistory(C),this.historyId=!1)}},{key:"getHistory",value:function getHistory(){elementorModules.ForceMethodImplementation()}},{key:"isHistoryActive",value:function isHistoryActive(){return elementor.documents.getCurrent().history.getActive()}},{key:"onBeforeRun",value:function onBeforeRun(C){_superPropGet(CommandHistoryBase,"onBeforeRun",this,3)([C]),this.history&&this.isHistoryActive()&&(this.historyId=$e.internal("document/history/start-log",this.history))}},{key:"onAfterRun",value:function onAfterRun(C,T){_superPropGet(CommandHistoryBase,"onAfterRun",this,3)([C,T]),this.history&&this.isHistoryActive()&&$e.internal("document/history/end-log",{id:this.historyId})}},{key:"onAfterApply",value:function onAfterApply(){var C=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},T=arguments.length>1?arguments[1]:void 0;_superPropGet(CommandHistoryBase,"onAfterApply",this,3)([C,T]),this.isDataChanged()&&$e.internal("document/save/set-is-modified",{status:!0})}},{key:"onCatchApply",value:function onCatchApply(C){C instanceof $e.modules.HookBreak&&this.historyId&&$e.internal("document/history/delete-log",{id:this.historyId}),_superPropGet(CommandHistoryBase,"onCatchApply",this,3)([C])}},{key:"isDataChanged",value:function isDataChanged(){return!0}}],[{key:"getInstanceType",value:function getInstanceType(){return"CommandHistoryBase"}}])}(H.default)},9297:(C,T,B)=>{"use strict";var L=B(12470).__,V=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=V(B(39805)),U=V(B(40989)),q=V(B(15118)),W=V(B(29402)),G=V(B(41621)),H=V(B(87861)),K=V(B(40397));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}T.default=function(C){function Component(){return(0,$.default)(this,Component),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,Component,arguments)}return(0,H.default)(Component,C),(0,U.default)(Component,[{key:"getNamespace",value:function getNamespace(){return"panel/elements"}},{key:"defaultTabs",value:function defaultTabs(){return{categories:{title:L("Elements","elementor")},global:{title:L("Global","elementor")}}}},{key:"getTabsWrapperSelector",value:function getTabsWrapperSelector(){return"#elementor-panel-elements-navigation"}},{key:"renderTab",value:function renderTab(C){var T=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.manager.setPage("elements",null,T).showView(C)}},{key:"activateTab",value:function activateTab(C){!function _superPropGet(C,T,B,L){var V=(0,G.default)((0,W.default)(1&L?C.prototype:C),T,B);return 2&L&&"function"==typeof V?function(C){return V.apply(B,C)}:V}(Component,"activateTab",this,3)([C]),elementor.editorEvents.dispatchEvent(elementor.editorEvents.config.names.v1[C],{location:elementor.editorEvents.config.locations.widgetPanel,secondaryLocation:elementor.editorEvents.config.secondaryLocations[C],trigger:elementor.editorEvents.config.triggers.click,element:elementor.editorEvents.config.elements.accordionSection})}}])}(K.default)},9366:(C,T,B)=>{"use strict";var L=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=T.KitUpdateLightboxPreview=void 0;var V=L(B(18821)),$=L(B(39805)),U=L(B(40989)),q=L(B(15118)),W=L(B(29402)),G=L(B(87861));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}var H=T.KitUpdateLightboxPreview=function(C){function KitUpdateLightboxPreview(){return(0,$.default)(this,KitUpdateLightboxPreview),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,KitUpdateLightboxPreview,arguments)}return(0,G.default)(KitUpdateLightboxPreview,C),(0,U.default)(KitUpdateLightboxPreview,[{key:"getCommand",value:function getCommand(){return"document/elements/settings"}},{key:"getId",value:function getId(){return"kit-update-lightbox-preview"}},{key:"getContainerType",value:function getContainerType(){return"document"}},{key:"getConditions",value:function getConditions(){return"kit"===elementor.documents.getCurrent().config.type}},{key:"apply",value:function apply(C){var T=C.settings;Object.entries(T).forEach(function(C){var T=(0,V.default)(C,2),B=T[0],L=T[1];-1!==B.indexOf("lightbox")&&(elementorFrontend.config.kit[B]=L)})}}])}($e.modules.hookUI.After);T.default=H},9535:(C,T,B)=>{var L=B(89736);function _regenerator(){var T,B,V="function"==typeof Symbol?Symbol:{},$=V.iterator||"@@iterator",U=V.toStringTag||"@@toStringTag";function i(C,V,$,U){var W=V&&V.prototype instanceof Generator?V:Generator,G=Object.create(W.prototype);return L(G,"_invoke",function(C,L,V){var $,U,W,G=0,H=V||[],K=!1,Q={p:0,n:0,v:T,a:d,f:d.bind(T,4),d:function d(C,B){return $=C,U=0,W=T,Q.n=B,q}};function d(C,L){for(U=C,W=L,B=0;!K&&G&&!V&&B3?(V=Y===L)&&(W=$[(U=$[4])?5:(U=3,3)],$[4]=$[5]=T):$[0]<=J&&((V=C<2&&J<$[1])?(U=0,Q.v=L,Q.n=$[1]):JL||L>Y)&&($[4]=C,$[5]=L,Q.n=Y,U=0))}if(V||C>1)return q;throw K=!0,L}return function(V,H,J){if(G>1)throw TypeError("Generator is already running");for(K&&1===H&&d(H,J),U=H,W=J;(B=U<2?T:W)||!K;){$||(U?U<3?(U>1&&(Q.n=-1),d(U,W)):Q.n=W:Q.v=W);try{if(G=2,$){if(U||(V="next"),B=$[V]){if(!(B=B.call($,W)))throw TypeError("iterator result is not an object");if(!B.done)return B;W=B.value,U<2&&(U=0)}else 1===U&&(B=$.return)&&B.call($),U<2&&(W=TypeError("The iterator does not provide a '"+V+"' method"),U=1);$=T}else if((B=(K=Q.n<0)?W:C.call(L,Q))!==q)break}catch(C){$=T,U=1,W=C}finally{G=1}}return{value:B,done:K}}}(C,$,U),!0),G}var q={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}B=Object.getPrototypeOf;var W=[][$]?B(B([][$]())):(L(B={},$,function(){return this}),B),G=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(W);function f(C){return Object.setPrototypeOf?Object.setPrototypeOf(C,GeneratorFunctionPrototype):(C.__proto__=GeneratorFunctionPrototype,L(C,U,"GeneratorFunction")),C.prototype=Object.create(G),C}return GeneratorFunction.prototype=GeneratorFunctionPrototype,L(G,"constructor",GeneratorFunctionPrototype),L(GeneratorFunctionPrototype,"constructor",GeneratorFunction),GeneratorFunction.displayName="GeneratorFunction",L(GeneratorFunctionPrototype,U,"GeneratorFunction"),L(G),L(G,U,"Generator"),L(G,$,function(){return this}),L(G,"toString",function(){return"[object Generator]"}),(C.exports=_regenerator=function _regenerator(){return{w:i,m:f}},C.exports.__esModule=!0,C.exports.default=C.exports)()}C.exports=_regenerator,C.exports.__esModule=!0,C.exports.default=C.exports},10281:(C,T,B)=>{"use strict";var L=B(96784),V=B(10564);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=L(B(39805)),U=L(B(40989)),q=L(B(15118)),W=L(B(29402)),G=L(B(87861)),H=function _interopRequireWildcard(C,T){if("function"==typeof WeakMap)var B=new WeakMap,L=new WeakMap;return function _interopRequireWildcard(C,T){if(!T&&C&&C.__esModule)return C;var $,U,q={__proto__:null,default:C};if(null===C||"object"!=V(C)&&"function"!=typeof C)return q;if($=T?L:B){if($.has(C))return $.get(C);$.set(C,q)}for(var W in C)"default"!==W&&{}.hasOwnProperty.call(C,W)&&((U=($=Object.defineProperty)&&Object.getOwnPropertyDescriptor(C,W))&&(U.get||U.set)?$(q,W,U):q[W]=C[W]);return q}(C,T)}(B(53621));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}T.default=function(C){function LinksPageComponent(){return(0,$.default)(this,LinksPageComponent),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,LinksPageComponent,arguments)}return(0,G.default)(LinksPageComponent,C),(0,U.default)(LinksPageComponent,[{key:"getNamespace",value:function getNamespace(){return"document/floating-buttons"}},{key:"defaultHooks",value:function defaultHooks(){return this.importHooks(H)}}])}($e.modules.ComponentBase)},10361:(C,T,B)=>{"use strict";var L=B(96784),V=B(10564);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=L(B(39805)),U=L(B(40989)),q=L(B(15118)),W=L(B(29402)),G=L(B(41621)),H=L(B(87861)),K=L(B(40397)),Q=_interopRequireWildcard(B(68130)),J=_interopRequireWildcard(B(46789)),Y=_interopRequireWildcard(B(21170));function _interopRequireWildcard(C,T){if("function"==typeof WeakMap)var B=new WeakMap,L=new WeakMap;return(_interopRequireWildcard=function _interopRequireWildcard(C,T){if(!T&&C&&C.__esModule)return C;var $,U,q={__proto__:null,default:C};if(null===C||"object"!=V(C)&&"function"!=typeof C)return q;if($=T?L:B){if($.has(C))return $.get(C);$.set(C,q)}for(var W in C)"default"!==W&&{}.hasOwnProperty.call(C,W)&&((U=($=Object.defineProperty)&&Object.getOwnPropertyDescriptor(C,W))&&(U.get||U.set)?$(q,W,U):q[W]=C[W]);return q})(C,T)}function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}T.default=function(C){function Component(){return(0,$.default)(this,Component),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,Component,arguments)}return(0,H.default)(Component,C),(0,U.default)(Component,[{key:"getNamespace",value:function getNamespace(){return"document"}},{key:"registerAPI",value:function registerAPI(){Object.values(Q).forEach(function(C){return $e.components.register(new C)}),function _superPropGet(C,T,B,L){var V=(0,G.default)((0,W.default)(1&L?C.prototype:C),T,B);return 2&L&&"function"==typeof V?function(C){return V.apply(B,C)}:V}(Component,"registerAPI",this,3)([])}},{key:"defaultCommands",value:function defaultCommands(){return{}}},{key:"defaultHooks",value:function defaultHooks(){return this.importHooks(J)}},{key:"defaultUiStates",value:function defaultUiStates(){return this.importUiStates(Y)}},{key:"defaultUtils",value:function defaultUtils(){var C=this;return{findViewRecursive:function findViewRecursive(T,B,L){var V=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],$=[];for(var U in T._views){var q=T._views[U];if(L===q.model.get(B)&&($.push(q),!V))return $;if(q.children){var W=C.utils.findViewRecursive(q.children,B,L,V);if(W.length&&($=$.concat(W),!V))return $}}return $},findViewById:function findViewById(T){var B=C.utils.findViewRecursive(elementor.getPreviewView().children,"id",T,!1);return!!B&&B[0]},findContainerById:function findContainerById(T){var B=C.utils.findViewById(T);return B&&(B=B.getContainer()),B}}}}])}(K.default)},10363:(C,T,B)=>{"use strict";var L=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=T.FooterSaverCatchSave=void 0;var V=L(B(39805)),$=L(B(40989)),U=L(B(15118)),q=L(B(29402)),W=L(B(87861)),G=L(B(66777));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}var H=T.FooterSaverCatchSave=function(C){function FooterSaverCatchSave(){return(0,V.default)(this,FooterSaverCatchSave),function _callSuper(C,T,B){return T=(0,q.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,q.default)(C).constructor):T.apply(C,B))}(this,FooterSaverCatchSave,arguments)}return(0,W.default)(FooterSaverCatchSave,C),(0,$.default)(FooterSaverCatchSave,[{key:"getCommand",value:function getCommand(){return"document/save/save"}},{key:"getId",value:function getId(){return"footer-saver-catch-save"}},{key:"apply",value:function apply(){NProgress.done(),$e.components.get("document/save").footerSaver.ui.buttonPublish.removeClass("elementor-button-state")}}])}(G.default);T.default=H},10564:C=>{function _typeof(T){return C.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(C){return typeof C}:function(C){return C&&"function"==typeof Symbol&&C.constructor===Symbol&&C!==Symbol.prototype?"symbol":typeof C},C.exports.__esModule=!0,C.exports.default=C.exports,_typeof(T)}C.exports=_typeof,C.exports.__esModule=!0,C.exports.default=C.exports},10644:(C,T,B)=>{"use strict";var L=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var V=L(B(61790)),$=L(B(58155)),U=L(B(39805)),q=L(B(40989)),W=L(B(85707));T.default=function(){return(0,q.default)(function FileParserBase(C){(0,U.default)(this,FileParserBase),(0,W.default)(this,"reader",void 0),(0,W.default)(this,"tasks",[]),this.reader=C},[{key:"parse",value:(T=(0,$.default)(V.default.mark(function _callee(){return V.default.wrap(function(C){for(;;)switch(C.prev=C.next){case 0:case"end":return C.stop()}},_callee)})),function parse(){return T.apply(this,arguments)})}],[{key:"getName",value:function getName(){return""}},{key:"getReaders",value:function getReaders(){return[]}},{key:"validate",value:(C=(0,$.default)(V.default.mark(function _callee2(C){return V.default.wrap(function(C){for(;;)switch(C.prev=C.next){case 0:return C.abrupt("return",!1);case 1:case"end":return C.stop()}},_callee2)})),function validate(T){return C.apply(this,arguments)})}]);var C,T}()},10684:(C,T,B)=>{"use strict";var L,V=B(58907);L=V.extend({template:"#tmpl-elementor-template-library-template-remote",ui:function ui(){return jQuery.extend(V.prototype.ui.apply(this,arguments),{favoriteCheckbox:".elementor-template-library-template-favorite-input"})},events:function events(){return jQuery.extend(V.prototype.events.apply(this,arguments),{"change @ui.favoriteCheckbox":"onFavoriteCheckboxChange"})},onPreviewButtonClick:function onPreviewButtonClick(C){C.stopPropagation(),$e.route("library/preview",{model:this.model})},onFavoriteCheckboxChange:function onFavoriteCheckboxChange(){var C=this.ui.favoriteCheckbox[0].checked;this.model.set("favorite",C),elementor.templates.markAsFavorite(this.model,C),!C&&elementor.templates.getFilter("favorite")&&elementor.channels.templates.trigger("filter:change")}}),C.exports=L},10739:C=>{C.exports=function _objectWithoutPropertiesLoose(C,T){if(null==C)return{};var B={};for(var L in C)if({}.hasOwnProperty.call(C,L)){if(-1!==T.indexOf(L))continue;B[L]=C[L]}return B},C.exports.__esModule=!0,C.exports.default=C.exports},10906:(C,T,B)=>{var L=B(91819),V=B(20365),$=B(37744),U=B(78687);C.exports=function _toConsumableArray(C){return L(C)||V(C)||$(C)||U()},C.exports.__esModule=!0,C.exports.default=C.exports},10943:(C,T,B)=>{"use strict";var L=B(96784),V=B(10564);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=L(B(39805)),U=L(B(40989)),q=L(B(15118)),W=L(B(29402)),G=L(B(41621)),H=L(B(87861)),K=L(B(40397)),Q=L(B(5043)),J=L(B(67738)),Y=function _interopRequireWildcard(C,T){if("function"==typeof WeakMap)var B=new WeakMap,L=new WeakMap;return function _interopRequireWildcard(C,T){if(!T&&C&&C.__esModule)return C;var $,U,q={__proto__:null,default:C};if(null===C||"object"!=V(C)&&"function"!=typeof C)return q;if($=T?L:B){if($.has(C))return $.get(C);$.set(C,q)}for(var W in C)"default"!==W&&{}.hasOwnProperty.call(C,W)&&((U=($=Object.defineProperty)&&Object.getOwnPropertyDescriptor(C,W))&&(U.get||U.set)?$(q,W,U):q[W]=C[W]);return q}(C,T)}(B(76468));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}function _superPropGet(C,T,B,L){var V=(0,G.default)((0,W.default)(1&L?C.prototype:C),T,B);return 2&L&&"function"==typeof V?function(C){return V.apply(B,C)}:V}T.default=function(C){function Component(){return(0,$.default)(this,Component),function _callSuper(C,T,B){return T=(0,W.default)(T),(0,q.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,W.default)(C).constructor):T.apply(C,B))}(this,Component,arguments)}return(0,H.default)(Component,C),(0,U.default)(Component,[{key:"__construct",value:function __construct(){var C=this,T=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};_superPropGet(Component,"__construct",this,3)([T]),elementorCommon.elements.$window.on("elementor:loaded",function(){return C.refreshGlobalData()})}},{key:"getNamespace",value:function getNamespace(){return"globals"}},{key:"registerAPI",value:function registerAPI(){$e.components.register(new Q.default({manager:this})),$e.components.register(new J.default({manager:this})),_superPropGet(Component,"registerAPI",this,3)([])}},{key:"defaultData",value:function defaultData(){return this.importCommands(Y)}},{key:"refreshGlobalData",value:function refreshGlobalData(){$e.data.deleteCache($e.components.get("globals"),"globals/index")}}])}(K.default)},11018:C=>{C.exports=function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},C.exports.__esModule=!0,C.exports.default=C.exports},11327:(C,T,B)=>{var L=B(10564).default;C.exports=function toPrimitive(C,T){if("object"!=L(C)||!C)return C;var B=C[Symbol.toPrimitive];if(void 0!==B){var V=B.call(C,T||"default");if("object"!=L(V))return V;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===T?String:Number)(C)},C.exports.__esModule=!0,C.exports.default=C.exports},11698:(C,T,B)=>{"use strict";var L=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=T.UndoAll=void 0;var V=L(B(39805)),$=L(B(40989)),U=L(B(15118)),q=L(B(29402)),W=L(B(87861));function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}var G=T.UndoAll=function(C){function UndoAll(){return(0,V.default)(this,UndoAll),function _callSuper(C,T,B){return T=(0,q.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,q.default)(C).constructor):T.apply(C,B))}(this,UndoAll,arguments)}return(0,W.default)(UndoAll,C),(0,$.default)(UndoAll,[{key:"apply",value:function apply(C){var T=C.document;T.history.doItem(T.history.getItems().length-1)}}])}($e.modules.CommandBase);T.default=G},11859:(C,T,B)=>{"use strict";var L=B(96784);Object.defineProperty(T,"__esModule",{value:!0}),T.default=T.RemoveActiveDocumentQueryParam=void 0;var V=L(B(39805)),$=L(B(40989)),U=L(B(15118)),q=L(B(29402)),W=L(B(87861)),G=B(21299);function _isNativeReflectConstruct(){try{var C=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(C){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!C})()}var H=T.RemoveActiveDocumentQueryParam=function(C){function RemoveActiveDocumentQueryParam(){return(0,V.default)(this,RemoveActiveDocumentQueryParam),function _callSuper(C,T,B){return T=(0,q.default)(T),(0,U.default)(C,_isNativeReflectConstruct()?Reflect.construct(T,B||[],(0,q.default)(C).constructor):T.apply(C,B))}(this,RemoveActiveDocumentQueryParam,arguments)}return(0,W.default)(RemoveActiveDocumentQueryParam,C),(0,$.default)(RemoveActiveDocumentQueryParam,[{key:"getCommand",value:function getCommand(){return"editor/documents/close"}},{key:"getId",value:function getId(){return"remove-active-document-query-param"}},{key:"apply",value:function apply(C){var T=parseInt((0,G.getQueryParam)("active-document"));T===parseInt(C.id)&&(0,G.removeQueryParam)("active-document"),C.previous_active_document_id=T}}])}($e.modules.hookUI.After);T.default=H},12466:(C,T,B)=>{"use strict";var L=B(96784),V=B(10564);Object.defineProperty(T,"__esModule",{value:!0}),T.default=void 0;var $=L(B(10564)),U=_interopRequireWildcard(B(82649)),q=_interopRequireWildcard(B(34169));function _interopRequireWildcard(C,T){if("function"==typeof WeakMap)var B=new WeakMap,L=new WeakMap;return(_interopRequireWildcard=function _interopRequireWildcard(C,T){if(!T&&C&&C.__esModule)return C;var $,U,q={__proto__:null,default:C};if(null===C||"object"!=V(C)&&"function"!=typeof C)return q;if($=T?L:B){if($.has(C))return $.get(C);$.set(C,q)}for(var W in C)"default"!==W&&{}.hasOwnProperty.call(C,W)&&((U=($=Object.defineProperty)&&Object.getOwnPropertyDescriptor(C,W))&&(U.get||U.set)?$(q,W,U):q[W]=C[W]);return q})(C,T)}var W=function recursiveValues(C){return Object.values(C).map(function(C){return"object"===(0,$.default)(C)?Object.values(C):C})};T.default={readers:W(U),parsers:W(q).flat()}},12470:C=>{"use strict";C.exports=wp.i18n},12496:(C,T,B)=>{"use strict";var L,V=B(96784)(B(18821)),$=B(390);L=elementorModules.ViewModule.extend({stylesheet:null,getDefaultSettings:function getDefaultSettings(){return{id:0,context:null,settingsModel:null,dynamicParsing:{}}},getDefaultElements:function getDefaultElements(){var C="elementor-style-".concat(this.getSettings("id")),T=elementor.$previewContents.find("#".concat(C));return T.length||(T=jQuery("