JezK
Edit File: admin-dashboard.js
(()=>{var e={1647:()=>{!function(e){"use strict";var t=Object.defineProperty,r=Object.defineProperties,n=Object.getOwnPropertyDescriptors,l=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable,i=(e,r,n)=>r in e?t(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,c=(e,t)=>{for(var r in t||(t={}))o.call(t,r)&&i(e,r,t[r]);if(l)for(var r of l(t))a.call(t,r)&&i(e,r,t[r]);return e},s=(e,t,r)=>i(e,"symbol"!=typeof t?t+"":t,r);const m={Log(...e){console&&console.log&&console.log(...e)},Error(...e){console&&console.error&&console.error(...e)},Warn(...e){console&&console.warn&&console.warn(...e)},Debug(...e){console&&console.debug&&console.debug(...e)}};function h(e,t){const r=e.contentWindow,n=e.src,l={};if(!r||!n)return null;const o=function(e){if(!(e&&e.origin&&e.origin.indexOf("js.stripe.com")>0||e.origin.indexOf("www.paypal.com")>0)&&e.origin===t&&e&&e.data&&"string"==typeof e.data&&"{"===e.data.charAt(0))try{const t=JSON.parse(e.data);"object"==typeof t&&t.type&&l[t.type]&&l[t.type].forEach((e=>{e(t.data)}))}catch(e){m.Error(e)}};return window.addEventListener("message",o),{on(e,t){l[e]||(l[e]=[]),l[e].push(t)},one(e,t,r=!1){r&&delete l[e],!l[e]&&this.on(e,t)},destroy(){window.removeEventListener("message",o)},post(e,t){r.postMessage(JSON.stringify({type:e,data:t}),n.replace(/([^:]+:\/\/[^/]+).*/,"$1"))}}}const d=2147483647;function p(e){return void 0===e||"function"==typeof e||"object"==typeof e&&null!==e}function u(e){const t=[];return Object.keys(e).forEach((r=>{const n=function(e){return p(e)?null:null===e?"null":!0===e?"1":!1===e?"0":encodeURIComponent(e).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A").replace(/%20/g,"+")}(e[r]);null!==n&&t.push(`${r}=${n}`)})),t.join("&")}function g(){return"undefined"==typeof window}function w(e,t){if(null==e)throw new Error(t)}class v{constructor(e){s(this,"styleElement"),s(this,"bodyScrollDisableClassName"),s(this,"isFlashingBrowser"),s(this,"overflow",{x:0,y:0}),s(this,"metaColorSchemeValue",null),s(this,"metaColorSchemeElement",null),this.guid=e,this.bodyScrollDisableClassName=`is-fs-checkout-open-${this.guid}`,this.styleElement=document.createElement("style"),this.styleElement.textContent+=this.getBasicStyle(),this.isFlashingBrowser=function(){let e=!1;try{const t=navigator.userAgent.toLowerCase();/edge\/|trident\/|msie /.test(t)?e=!0:-1!==t.indexOf("safari")&&(t.indexOf("chrome")>-1||(e=!0))}catch(e){}return e}()||!g()&&!!document.querySelector("#___gatsby"),this.metaColorSchemeElement=document.head.querySelector('meta[name="color-scheme"]')}addStyle(e){this.styleElement.textContent+=e}attach(){return document.head.appendChild(this.styleElement),this}remove(){return document.head.removeChild(this.styleElement),this}disableBodyScroll(){this.backupScrollPosition(),document.body.classList.add(this.bodyScrollDisableClassName)}enableBodyScroll(){document.body.classList.remove(this.bodyScrollDisableClassName),this.restoreScrollPosition()}disableMetaColorScheme(){this.metaColorSchemeElement&&(this.metaColorSchemeValue=this.metaColorSchemeElement.getAttribute("content"),this.metaColorSchemeElement.setAttribute("content","light"))}enableMetaColorScheme(){this.metaColorSchemeElement&&this.metaColorSchemeValue&&(this.metaColorSchemeElement.setAttribute("content",this.metaColorSchemeValue),this.metaColorSchemeValue=null)}getBasicStyle(){return`body.${this.bodyScrollDisableClassName} { overflow: hidden !important; }`}backupScrollPosition(){this.overflow={x:document.documentElement.scrollTop,y:document.documentElement.scrollLeft}}restoreScrollPosition(){document.documentElement.scrollTop=this.overflow.x,document.documentElement.scrollLeft=this.overflow.y}}class E{constructor(e,t,r="Loading Freemius Checkout"){s(this,"loaderElement"),s(this,"isOpen",!1),s(this,"loaderElementId"),this.style=e,this.loaderElementId=`fs-loader-${this.style.guid}`,this.loaderElement=document.createElement("div"),this.loaderElement.id=this.loaderElementId,this.loaderElement.innerHTML=`<img src="${t}" alt="${r}" />`,this.style.addStyle(this.getStyle())}show(){return this.isOpen||(this.loaderElement.classList.add("show"),document.body.appendChild(this.loaderElement),this.isOpen=!0),this}hide(){return this.isOpen?(this.loaderElement.classList.remove("show"),document.body.removeChild(this.loaderElement),this.isOpen=!1,this):this}getStyle(){return`#${this.loaderElementId} { display: none; position: fixed; z-index: ${d-1}; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; text-align: left; background: rgba(0, 0, 0, 0.6); transition: opacity 200ms ease-out; will-change: opacity; opacity: 0; } #${this.loaderElementId}.show { opacity: 1; display: block; } #${this.loaderElementId} img { position: absolute; top: 40%; left: 50%; width: auto; height: auto; margin-left: -25px; background: #fff; padding: 10px; border-radius: 50%; box-shadow: 2px 2px 2px rgba(0,0,0,0.1); }`}}class f{constructor(e,t,r,n,l){s(this,"postman",null),s(this,"iFrame"),s(this,"loadedEventListeners",new Set),s(this,"closedEventListeners",new Set),this.baseUrl=e,this.visibleClass=n,this.checkoutEvents=l,this.iFrame=this.attachIFrame(e,t,r),this.addEventListeners()}close(){var e;null==(e=this.postman)||e.post("close",null)}onClosed(e){this.closedEventListeners.add(e)}onLoaded(e){this.loadedEventListeners.add(e)}addToExitIntent(e){e.addListener((()=>{var e,t,r;null==(e=this.postman)||e.post("exit_intent",null),null==(r=(t=this.checkoutEvents).onExitIntent)||r.call(t)}))}attachIFrame(e,t,r){const n=`${e}/?${u(t)}#${encodeURIComponent(document.location.href)}`,l=document.createElement("iframe");return l.id=r,l.src=n,l.setAttribute("allowTransparency","true"),l.setAttribute("width","100%"),l.setAttribute("height","100%"),l.setAttribute("style","background: rgba(0,0,0,0.003); border: 0 none transparent;"),l.setAttribute("frameborder","0"),l.setAttribute("data-testid",l.id),document.body.appendChild(l),l}addEventListeners(){var e,t,r,n,l;const{success:o,purchaseCompleted:a,cancel:i,track:c,afterOpen:s,afterClose:d}=this.checkoutEvents;this.postman=h(this.iFrame,this.baseUrl),null==(e=this.postman)||e.one("upgraded",(e=>{try{null==o||o(e)}catch(e){m.Error(e)}this.dispatchOnClosed(),this.removeIFrameAndPostman(),null==d||d()}),!0),null==(t=this.postman)||t.one("purchaseCompleted",(e=>{try{null==a||a(e)}catch(e){m.Error(e)}}),!0),null==(r=this.postman)||r.one("canceled",(()=>{try{null==i||i()}catch(e){m.Error(e)}this.dispatchOnClosed(),this.removeIFrameAndPostman(),null==d||d()}),!0),null==(n=this.postman)||n.on("track",(e=>{try{null==c||c(e.event,e)}catch(e){m.Error(e)}})),null==(l=this.postman)||l.one("loaded",(()=>{var e;this.dispatchOnLoaded(),null==(e=this.iFrame)||e.classList.add(this.visibleClass);try{null==s||s()}catch(e){m.Error(e)}}),!0)}removeIFrameAndPostman(){var e;null==(e=this.postman)||e.destroy(),this.postman=null,this.iFrame.remove(),this.closedEventListeners.clear(),this.loadedEventListeners.clear()}dispatchOnLoaded(){this.loadedEventListeners.forEach((e=>e()))}dispatchOnClosed(){this.closedEventListeners.forEach((e=>e()))}}const y=class e{constructor(e,t,r){s(this,"iFrameID"),this.style=e,this.options=t,this.baseUrl=r,this.iFrameID=`fs-checkout-page-${this.style.guid}`}create(t){const r=c(c({},this.options),t);return new f(this.baseUrl,this.getQueryParams(r),this.iFrameID,e.VISIBLE_CLASS,r)}addStyle(){this.style.addStyle(this.getStyle())}getQueryParams(e){const t={mode:"dialog",guid:this.style.guid,_fs_checkout:!0};Object.entries(e).forEach((([e,r])=>{p(r)||(t[e]=r)}));const{sandbox:r}=e;return r&&r.ctx&&r.token&&(t.s_ctx_ts=r.ctx,t.sandbox=r.token),t}getStyle(){return`#${this.iFrameID} { z-index: ${d-1}; background: rgba(0,0,0,0.003); border: 0 none transparent; visibility: ${this.style.isFlashingBrowser?"hidden":"visible"}; margin: 0; padding: 0; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; -webkit-tap-highlight-color: transparent; overflow: hidden; } #${this.iFrameID}.${e.VISIBLE_CLASS} { visibility: visible; }`}};s(y,"VISIBLE_CLASS","show");let x=y;class k{constructor(e,t,r,n,l){s(this,"checkoutIFrameBuilder"),s(this,"checkoutIFrame",null),this.style=e,this.exitIntent=t,this.loader=r,this.checkoutIFrameBuilder=new x(this.style,l,n),this.checkoutIFrameBuilder.addStyle()}isOpen(){return null!==this.checkoutIFrame}open(e){return this.isOpen()||(this.style.disableBodyScroll(),this.style.disableMetaColorScheme(),this.loader.show(),this.exitIntent.attach(),this.checkoutIFrame=this.checkoutIFrameBuilder.create(e),this.checkoutIFrame.onLoaded(this.onLoaded.bind(this)),this.checkoutIFrame.onClosed(this.onClosed.bind(this)),this.checkoutIFrame.addToExitIntent(this.exitIntent)),this}close(){var e;return null==(e=this.checkoutIFrame)||e.close(),this}onLoaded(){this.loader.hide()}onClosed(){this.checkoutIFrame=null,this.loader.hide(),this.style.enableBodyScroll(),this.style.enableMetaColorScheme(),this.exitIntent.detach()}}class b{constructor(e){s(this,"exitIntentId"),s(this,"exitIntentDiv",null),s(this,"clearExitIntentListener",null),s(this,"listeners",[]),this.style=e,this.exitIntentId=`fs-exit-intent-${this.style.guid}`,this.style.addStyle(this.getStyle())}isAttached(){return null!==this.exitIntentDiv}addListener(...e){this.listeners.push(...e)}attach(...e){if(e&&this.addListener(...e),this.isAttached())return this;this.exitIntentDiv=document.createElement("div"),this.exitIntentDiv.id=this.exitIntentId,document.body.appendChild(this.exitIntentDiv);const t=document.documentElement;let r=null;const n=e=>{e.pageY<=20&&(r=window.setTimeout((()=>{try{this.fireListeners()}catch(e){m.Error(e)}}),300))},l=()=>{r&&(clearTimeout(r),r=null)};return t.addEventListener("mouseleave",n),t.addEventListener("mouseenter",l),this.clearExitIntentListener=()=>{r&&(clearTimeout(r),r=null),t.removeEventListener("mouseleave",n),t.removeEventListener("mouseenter",l)},this}detach(){var e,t;return this.isAttached()?(null==(e=this.exitIntentDiv)||e.remove(),this.exitIntentDiv=null,null==(t=this.clearExitIntentListener)||t.call(this),this):this}fireListeners(){this.listeners.forEach((e=>{e()}))}getStyle(){return`#${this.exitIntentId} { z-index: ${d}; border: 0; background: transparent; position: fixed; padding: 0; margin: 0; height: 10px; left: 0; right: 0; width: 100%; top: 0; }`}}const C=class e{constructor(e){s(this,"queryParams",null),this.url=e,this.queryParams=this.parseQueryStringForCart()}hasCart(){return null!==this.queryParams}getPluginID(){return w(this.queryParams,e.NO_CART_FOUND_MESSAGE),this.queryParams.__fs_plugin_id}getPluginPublicKey(){return w(this.queryParams,e.NO_CART_FOUND_MESSAGE),this.queryParams.__fs_plugin_public_key}matchesPluginID(e){const t=Number.parseInt(this.getPluginID(),10),r=Number.parseInt(e.toString(),10);return Number.isFinite(t)&&Number.isFinite(r)&&t===r}getCheckoutOptions(){w(this.queryParams,e.NO_CART_FOUND_MESSAGE);const t={plugin_id:"",public_key:""};return Object.entries(this.queryParams).forEach((([e,r])=>{"__fs_plugin_id"===e?t.plugin_id=r:"__fs_plugin_public_key"===e?t.public_key=r:t[e]=r})),t}parseQueryStringForCart(){const e=new URLSearchParams(this.url.search);if(!e.has("__fs_authorization"))return null;const t={};return e.forEach(((e,r)=>{r.startsWith("__fs_")&&(t[r]=e)})),t}};s(C,"NO_CART_FOUND_MESSAGE","No cart was found");let L=C;class M{constructor(e,t=!0,i="https://checkout.freemius.com"){var m;s(this,"options",{plugin_id:0,public_key:""}),s(this,"guid"),s(this,"style"),s(this,"loader"),s(this,"checkoutPopup"),s(this,"exitIntent"),s(this,"cart"),this.baseUrl=i;const h=e,{plugin_id:d,product_id:p,public_key:u}=h,w=((e,t)=>{var r={};for(var n in e)o.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&l)for(var n of l(e))t.indexOf(n)<0&&a.call(e,n)&&(r[n]=e[n]);return r})(h,["plugin_id","product_id","public_key"]);if(!d&&!p)throw new Error("Must provide a product_id to options.");if(!u)throw new Error("Must provide the public_key to options.");this.options=((e,t)=>r(e,n(t)))(c({},w),{public_key:u,plugin_id:null!=p?p:d}),this.guid=function(){const e=function(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)};return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}(),!g()&&(this.style=new v(this.guid),this.loader=new E(this.style,null!=(m=e.loadingImageUrl)?m:`${this.baseUrl}/assets/img/spinner.svg`,e.loadingImageAlt),this.exitIntent=new b(this.style),this.checkoutPopup=new k(this.style,this.exitIntent,this.loader,this.baseUrl,this.options),this.style.attach(),this.cart=new L(new URL(window.location.href)),t&&this.recoverCart())}open(e){var t,r;if(!g()){if(null!=(t=this.checkoutPopup)&&t.isOpen())return void m.Warn("Checkout popup already open. Please close it first before opening it again.");null==(r=this.checkoutPopup)||r.open(e)}}close(){var e;g()||null==(e=this.checkoutPopup)||e.close()}destroy(){var e;g()||(this.close(),null==(e=this.style)||e.remove())}getGuid(){return this.guid}recoverCart(){var e,t;if(null!=(e=this.cart)&&e.hasCart()&&null!=(t=this.cart)&&t.matchesPluginID(this.options.plugin_id)){const e=this.cart.getCheckoutOptions();this.open(e)}}}window.FS=window.FS||{},window.FS.Checkout=M,window.FS.postman=h,window.FS.Logger=m,e.Checkout=M,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}({})},5338:(e,t,r)=>{"use strict";var n=r(5795);t.H=n.createRoot,n.hydrateRoot},5795:e=>{"use strict";e.exports=window.ReactDOM},6069:(e,t)=>{"use strict";const r=/^[\u0021-\u003A\u003C\u003E-\u007E]+$/,n=/^[\u0021-\u003A\u003C-\u007E]*$/,l=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,o=/^[\u0020-\u003A\u003D-\u007E]*$/,a=Object.prototype.toString,i=(()=>{const e=function(){};return e.prototype=Object.create(null),e})();function c(e,t,r){do{const r=e.charCodeAt(t);if(32!==r&&9!==r)return t}while(++t<r);return r}function s(e,t,r){for(;t>r;){const r=e.charCodeAt(--t);if(32!==r&&9!==r)return t+1}return r}function m(e){if(-1===e.indexOf("%"))return e;try{return decodeURIComponent(e)}catch(t){return e}}}},t={};function r(n){var l=t[n];if(void 0!==l)return l.exports;var o=t[n]={exports:{}};return e[n](o,o.exports,r),o.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e;r.g.importScripts&&(e=r.g.location+"");var t=r.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var l=n.length-1;l>-1&&(!e||!/^http(s?):/.test(e));)e=n[l--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=e})(),(()=>{"use strict";const e=window.React;var t=r(5338),n=(r(6069),"popstate");function l(e={}){return h((function(e,t){let{pathname:r="/",search:n="",hash:l=""}=m(e.location.hash.substring(1));return r.startsWith("/")||r.startsWith(".")||(r="/"+r),c("",{pathname:r,search:n,hash:l},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){let r=e.document.querySelector("base"),n="";if(r&&r.getAttribute("href")){let t=e.location.href,r=t.indexOf("#");n=-1===r?t:t.slice(0,r)}return n+"#"+("string"==typeof t?t:s(t))}),(function(e,t){a("/"===e.pathname.charAt(0),`relative pathnames are not supported in hash history.push(${JSON.stringify(t)})`)}),e)}function o(e,t){if(!1===e||null==e)throw new Error(t)}function a(e,t){if(!e){"undefined"!=typeof console&&console.warn(t);try{throw new Error(t)}catch(e){}}}function i(e,t){return{usr:e.state,key:e.key,idx:t}}function c(e,t,r=null,n){return{pathname:"string"==typeof e?e:e.pathname,search:"",hash:"",..."string"==typeof t?m(t):t,state:r,key:t&&t.key||n||Math.random().toString(36).substring(2,10)}}function s({pathname:e="/",search:t="",hash:r=""}){return t&&"?"!==t&&(e+="?"===t.charAt(0)?t:"?"+t),r&&"#"!==r&&(e+="#"===r.charAt(0)?r:"#"+r),e}function m(e){let t={};if(e){let r=e.indexOf("#");r>=0&&(t.hash=e.substring(r),e=e.substring(0,r));let n=e.indexOf("?");n>=0&&(t.search=e.substring(n),e=e.substring(0,n)),e&&(t.pathname=e)}return t}function h(e,t,r,l={}){let{window:a=document.defaultView,v5Compat:m=!1}=l,h=a.history,d="POP",p=null,u=g();function g(){return(h.state||{idx:null}).idx}function w(){d="POP";let e=g(),t=null==e?null:e-u;u=e,p&&p({action:d,location:E.location,delta:t})}function v(e){let t="null"!==a.location.origin?a.location.origin:a.location.href,r="string"==typeof e?e:s(e);return r=r.replace(/ $/,"%20"),o(t,`No window.location.(origin|href) available to create URL for href: ${r}`),new URL(r,t)}null==u&&(u=0,h.replaceState({...h.state,idx:u},""));let E={get action(){return d},get location(){return e(a,h)},listen(e){if(p)throw new Error("A history only accepts one active listener");return a.addEventListener(n,w),p=e,()=>{a.removeEventListener(n,w),p=null}},createHref:e=>t(a,e),createURL:v,encodeLocation(e){let t=v(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){d="PUSH";let n=c(E.location,e,t);r&&r(n,e),u=g()+1;let l=i(n,u),o=E.createHref(n);try{h.pushState(l,"",o)}catch(e){if(e instanceof DOMException&&"DataCloneError"===e.name)throw e;a.location.assign(o)}m&&p&&p({action:d,location:E.location,delta:1})},replace:function(e,t){d="REPLACE";let n=c(E.location,e,t);r&&r(n,e),u=g();let l=i(n,u),o=E.createHref(n);h.replaceState(l,"",o),m&&p&&p({action:d,location:E.location,delta:0})},go:e=>h.go(e)};return E}new WeakMap;function d(e,t,r="/"){return p(e,t,r,!1)}function p(e,t,r,n){let l=z(("string"==typeof t?m(t):t).pathname||"/",r);if(null==l)return null;let o=u(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){let r=e.length===t.length&&e.slice(0,-1).every(((e,r)=>e===t[r]));return r?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(o);let a=null;for(let e=0;null==a&&e<o.length;++e){let t=M(l);a=C(o[e],t,n)}return a}function u(e,t=[],r=[],n=""){let l=(e,l,a)=>{let i={relativePath:void 0===a?e.path||"":a,caseSensitive:!0===e.caseSensitive,childrenIndex:l,route:e};i.relativePath.startsWith("/")&&(o(i.relativePath.startsWith(n),`Absolute route path "${i.relativePath}" nested under path "${n}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),i.relativePath=i.relativePath.slice(n.length));let c=P([n,i.relativePath]),s=r.concat(i);e.children&&e.children.length>0&&(o(!0!==e.index,`Index routes must not have child routes. Please remove all child routes from route path "${c}".`),u(e.children,t,s,c)),(null!=e.path||e.index)&&t.push({path:c,score:b(c,e.index),routesMeta:s})};return e.forEach(((e,t)=>{if(""!==e.path&&e.path?.includes("?"))for(let r of g(e.path))l(e,t,r);else l(e,t)})),t}function g(e){let t=e.split("/");if(0===t.length)return[];let[r,...n]=t,l=r.endsWith("?"),o=r.replace(/\?$/,"");if(0===n.length)return l?[o,""]:[o];let a=g(n.join("/")),i=[];return i.push(...a.map((e=>""===e?o:[o,e].join("/")))),l&&i.push(...a),i.map((t=>e.startsWith("/")&&""===t?"/":t))}var w=/^:[\w-]+$/,v=3,E=2,f=1,y=10,x=-2,k=e=>"*"===e;function b(e,t){let r=e.split("/"),n=r.length;return r.some(k)&&(n+=x),t&&(n+=E),r.filter((e=>!k(e))).reduce(((e,t)=>e+(w.test(t)?v:""===t?f:y)),n)}function C(e,t,r=!1){let{routesMeta:n}=e,l={},o="/",a=[];for(let e=0;e<n.length;++e){let i=n[e],c=e===n.length-1,s="/"===o?t:t.slice(o.length)||"/",m=L({path:i.relativePath,caseSensitive:i.caseSensitive,end:c},s),h=i.route;if(!m&&c&&r&&!n[n.length-1].route.index&&(m=L({path:i.relativePath,caseSensitive:i.caseSensitive,end:!1},s)),!m)return null;Object.assign(l,m.params),a.push({params:l,pathname:P([o,m.pathname]),pathnameBase:H(P([o,m.pathnameBase])),route:h}),"/"!==m.pathnameBase&&(o=P([o,m.pathnameBase]))}return a}function L(e,t){"string"==typeof e&&(e={path:e,caseSensitive:!1,end:!0});let[r,n]=function(e,t=!1,r=!0){a("*"===e||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let n=[],l="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,((e,t,r)=>(n.push({paramName:t,isOptional:null!=r}),r?"/?([^\\/]+)?":"/([^\\/]+)")));e.endsWith("*")?(n.push({paramName:"*"}),l+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):r?l+="\\/*$":""!==e&&"/"!==e&&(l+="(?:(?=\\/|$))");let o=new RegExp(l,t?void 0:"i");return[o,n]}(e.path,e.caseSensitive,e.end),l=t.match(r);if(!l)return null;let o=l[0],i=o.replace(/(.)\/+$/,"$1"),c=l.slice(1);return{params:n.reduce(((e,{paramName:t,isOptional:r},n)=>{if("*"===t){let e=c[n]||"";i=o.slice(0,o.length-e.length).replace(/(.)\/+$/,"$1")}const l=c[n];return e[t]=r&&!l?void 0:(l||"").replace(/%2F/g,"/"),e}),{}),pathname:o,pathnameBase:i,pattern:e}}function M(e){try{return e.split("/").map((e=>decodeURIComponent(e).replace(/\//g,"%2F"))).join("/")}catch(t){return a(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function z(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let r=t.endsWith("/")?t.length-1:t.length,n=e.charAt(r);return n&&"/"!==n?null:e.slice(r)||"/"}function B(e,t,r,n){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(n)}]. Please separate it out to the \`to.${r}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function _(e){return e.filter(((e,t)=>0===t||e.route.path&&e.route.path.length>0))}function S(e){let t=_(e);return t.map(((e,r)=>r===t.length-1?e.pathname:e.pathnameBase))}function N(e,t,r,n=!1){let l;"string"==typeof e?l=m(e):(l={...e},o(!l.pathname||!l.pathname.includes("?"),B("?","pathname","search",l)),o(!l.pathname||!l.pathname.includes("#"),B("#","pathname","hash",l)),o(!l.search||!l.search.includes("#"),B("#","search","hash",l)));let a,i=""===e||""===l.pathname,c=i?"/":l.pathname;if(null==c)a=r;else{let e=t.length-1;if(!n&&c.startsWith("..")){let t=c.split("/");for(;".."===t[0];)t.shift(),e-=1;l.pathname=t.join("/")}a=e>=0?t[e]:"/"}let s=function(e,t="/"){let{pathname:r,search:n="",hash:l=""}="string"==typeof e?m(e):e,o=r?r.startsWith("/")?r:function(e,t){let r=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?r.length>1&&r.pop():"."!==e&&r.push(e)})),r.length>1?r.join("/"):"/"}(r,t):t;return{pathname:o,search:V(n),hash:W(l)}}(l,a),h=c&&"/"!==c&&c.endsWith("/"),d=(i||"."===c)&&r.endsWith("/");return s.pathname.endsWith("/")||!h&&!d||(s.pathname+="/"),s}var P=e=>e.join("/").replace(/\/\/+/g,"/"),H=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),V=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",W=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"";function A(e){return null!=e&&"number"==typeof e.status&&"string"==typeof e.statusText&&"boolean"==typeof e.internal&&"data"in e}var F=["POST","PUT","PATCH","DELETE"],j=(new Set(F),["GET",...F]);new Set(j),Symbol("ResetLoaderData");var $=e.createContext(null);$.displayName="DataRouter";var I=e.createContext(null);I.displayName="DataRouterState";var R=e.createContext({isTransitioning:!1});R.displayName="ViewTransition";var T=e.createContext(new Map);T.displayName="Fetchers";var O=e.createContext(null);O.displayName="Await";var D=e.createContext(null);D.displayName="Navigation";var q=e.createContext(null);q.displayName="Location";var U=e.createContext({outlet:null,matches:[],isDataRoute:!1});U.displayName="Route";var G=e.createContext(null);G.displayName="RouteError";function Z(){return null!=e.useContext(q)}function J(){return o(Z(),"useLocation() may be used only in the context of a <Router> component."),e.useContext(q).location}var Y="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function Q(t){e.useContext(D).static||e.useLayoutEffect(t)}function K(){let{isDataRoute:t}=e.useContext(U);return t?function(){let{router:t}=ce("useNavigate"),r=me("useNavigate"),n=e.useRef(!1);return Q((()=>{n.current=!0})),e.useCallback((async(e,l={})=>{a(n.current,Y),n.current&&("number"==typeof e?t.navigate(e):await t.navigate(e,{fromRouteId:r,...l}))}),[t,r])}():function(){o(Z(),"useNavigate() may be used only in the context of a <Router> component.");let t=e.useContext($),{basename:r,navigator:n}=e.useContext(D),{matches:l}=e.useContext(U),{pathname:i}=J(),c=JSON.stringify(S(l)),s=e.useRef(!1);return Q((()=>{s.current=!0})),e.useCallback(((e,l={})=>{if(a(s.current,Y),!s.current)return;if("number"==typeof e)return void n.go(e);let o=N(e,JSON.parse(c),i,"path"===l.relative);null==t&&"/"!==r&&(o.pathname="/"===o.pathname?r:P([r,o.pathname])),(l.replace?n.replace:n.push)(o,l.state,l)}),[r,n,c,i,t])}()}var X=e.createContext(null);function ee(t,{relative:r}={}){let{matches:n}=e.useContext(U),{pathname:l}=J(),o=JSON.stringify(S(n));return e.useMemo((()=>N(t,JSON.parse(o),l,"path"===r)),[t,o,l,r])}function te(t,r,n,l){o(Z(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:i,static:c}=e.useContext(D),{matches:s}=e.useContext(U),h=s[s.length-1],p=h?h.params:{},u=h?h.pathname:"/",g=h?h.pathnameBase:"/",w=h&&h.route;{let e=w&&w.path||"";pe(u,!w||e.endsWith("*")||e.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${u}" (under <Route path="${e}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.\n\nPlease change the parent <Route path="${e}"> to <Route path="${"/"===e?"*":`${e}/*`}">.`)}let v,E=J();if(r){let e="string"==typeof r?m(r):r;o("/"===g||e.pathname?.startsWith(g),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${g}" but pathname "${e.pathname}" was given in the \`location\` prop.`),v=e}else v=E;let f=v.pathname||"/",y=f;if("/"!==g){let e=g.replace(/^\//,"").split("/");y="/"+f.replace(/^\//,"").split("/").slice(e.length).join("/")}let x=!c&&n&&n.matches&&n.matches.length>0?n.matches:d(t,{pathname:y});a(w||null!=x,`No routes matched location "${v.pathname}${v.search}${v.hash}" `),a(null==x||void 0!==x[x.length-1].route.element||void 0!==x[x.length-1].route.Component||void 0!==x[x.length-1].route.lazy,`Matched leaf route at location "${v.pathname}${v.search}${v.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let k=ae(x&&x.map((e=>Object.assign({},e,{params:Object.assign({},p,e.params),pathname:P([g,i.encodeLocation?i.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?g:P([g,i.encodeLocation?i.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])}))),s,n,l);return r&&k?e.createElement(q.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",...v},navigationType:"POP"}},k):k}function re(){let t=he(),r=A(t)?`${t.status} ${t.statusText}`:t instanceof Error?t.message:JSON.stringify(t),n=t instanceof Error?t.stack:null,l="rgba(200,200,200, 0.5)",o={padding:"0.5rem",backgroundColor:l},a={padding:"2px 4px",backgroundColor:l},i=null;return console.error("Error handled by React Router default ErrorBoundary:",t),i=e.createElement(e.Fragment,null,e.createElement("p",null,"💿 Hey developer 👋"),e.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",e.createElement("code",{style:a},"ErrorBoundary")," or"," ",e.createElement("code",{style:a},"errorElement")," prop on your route.")),e.createElement(e.Fragment,null,e.createElement("h2",null,"Unexpected Application Error!"),e.createElement("h3",{style:{fontStyle:"italic"}},r),n?e.createElement("pre",{style:o},n):null,i)}var ne=e.createElement(re,null),le=class extends e.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||"idle"!==t.revalidation&&"idle"===e.revalidation?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:void 0!==e.error?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return void 0!==this.state.error?e.createElement(U.Provider,{value:this.props.routeContext},e.createElement(G.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function oe({routeContext:t,match:r,children:n}){let l=e.useContext($);return l&&l.static&&l.staticContext&&(r.route.errorElement||r.route.ErrorBoundary)&&(l.staticContext._deepestRenderedBoundaryId=r.route.id),e.createElement(U.Provider,{value:t},n)}function ae(t,r=[],n=null,l=null){if(null==t){if(!n)return null;if(n.errors)t=n.matches;else{if(0!==r.length||n.initialized||!(n.matches.length>0))return null;t=n.matches}}let a=t,i=n?.errors;if(null!=i){let e=a.findIndex((e=>e.route.id&&void 0!==i?.[e.route.id]));o(e>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(i).join(",")}`),a=a.slice(0,Math.min(a.length,e+1))}let c=!1,s=-1;if(n)for(let e=0;e<a.length;e++){let t=a[e];if((t.route.HydrateFallback||t.route.hydrateFallbackElement)&&(s=e),t.route.id){let{loaderData:e,errors:r}=n,l=t.route.loader&&!e.hasOwnProperty(t.route.id)&&(!r||void 0===r[t.route.id]);if(t.route.lazy||l){c=!0,a=s>=0?a.slice(0,s+1):[a[0]];break}}}return a.reduceRight(((t,l,o)=>{let m,h=!1,d=null,p=null;n&&(m=i&&l.route.id?i[l.route.id]:void 0,d=l.route.errorElement||ne,c&&(s<0&&0===o?(pe("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),h=!0,p=null):s===o&&(h=!0,p=l.route.hydrateFallbackElement||null)));let u=r.concat(a.slice(0,o+1)),g=()=>{let r;return r=m?d:h?p:l.route.Component?e.createElement(l.route.Component,null):l.route.element?l.route.element:t,e.createElement(oe,{match:l,routeContext:{outlet:t,matches:u,isDataRoute:null!=n},children:r})};return n&&(l.route.ErrorBoundary||l.route.errorElement||0===o)?e.createElement(le,{location:n.location,revalidation:n.revalidation,component:d,error:m,children:g(),routeContext:{outlet:null,matches:u,isDataRoute:!0}}):g()}),null)}function ie(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function ce(t){let r=e.useContext($);return o(r,ie(t)),r}function se(t){let r=e.useContext(I);return o(r,ie(t)),r}function me(t){let r=function(t){let r=e.useContext(U);return o(r,ie(t)),r}(t),n=r.matches[r.matches.length-1];return o(n.route.id,`${t} can only be used on routes that contain a unique "id"`),n.route.id}function he(){let t=e.useContext(G),r=se("useRouteError"),n=me("useRouteError");return void 0!==t?t:r.errors?.[n]}var de={};function pe(e,t,r){t||de[e]||(de[e]=!0,a(!1,r))}e.memo((function({routes:e,future:t,state:r}){return te(e,void 0,r,t)}));function ue({to:t,replace:r,state:n,relative:l}){o(Z(),"<Navigate> may be used only in the context of a <Router> component.");let{static:i}=e.useContext(D);a(!i,"<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.");let{matches:c}=e.useContext(U),{pathname:s}=J(),m=K(),h=N(t,S(c),s,"path"===l),d=JSON.stringify(h);return e.useEffect((()=>{m(JSON.parse(d),{replace:r,state:n,relative:l})}),[m,d,l,r,n]),null}function ge(t){return function(t){let r=e.useContext(U).outlet;return r?e.createElement(X.Provider,{value:t},r):r}(t.context)}function we(e){o(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function ve({basename:t="/",children:r=null,location:n,navigationType:l="POP",navigator:i,static:c=!1}){o(!Z(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let s=t.replace(/^\/*/,"/"),h=e.useMemo((()=>({basename:s,navigator:i,static:c,future:{}})),[s,i,c]);"string"==typeof n&&(n=m(n));let{pathname:d="/",search:p="",hash:u="",state:g=null,key:w="default"}=n,v=e.useMemo((()=>{let e=z(d,s);return null==e?null:{location:{pathname:e,search:p,hash:u,state:g,key:w},navigationType:l}}),[s,d,p,u,g,w,l]);return a(null!=v,`<Router basename="${s}"> is not able to match the URL "${d}${p}${u}" because it does not start with the basename, so the <Router> won't render anything.`),null==v?null:e.createElement(D.Provider,{value:h},e.createElement(q.Provider,{children:r,value:v}))}function Ee({children:e,location:t}){return te(fe(e),t)}e.Component;function fe(t,r=[]){let n=[];return e.Children.forEach(t,((t,l)=>{if(!e.isValidElement(t))return;let a=[...r,l];if(t.type===e.Fragment)return void n.push.apply(n,fe(t.props.children,a));o(t.type===we,`[${"string"==typeof t.type?t.type:t.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),o(!t.props.index||!t.props.children,"An index route cannot have child routes.");let i={id:t.props.id||a.join("-"),caseSensitive:t.props.caseSensitive,element:t.props.element,Component:t.props.Component,index:t.props.index,path:t.props.path,loader:t.props.loader,action:t.props.action,hydrateFallbackElement:t.props.hydrateFallbackElement,HydrateFallback:t.props.HydrateFallback,errorElement:t.props.errorElement,ErrorBoundary:t.props.ErrorBoundary,hasErrorBoundary:!0===t.props.hasErrorBoundary||null!=t.props.ErrorBoundary||null!=t.props.errorElement,shouldRevalidate:t.props.shouldRevalidate,handle:t.props.handle,lazy:t.props.lazy};t.props.children&&(i.children=fe(t.props.children,a)),n.push(i)})),n}var ye="get",xe="application/x-www-form-urlencoded";function ke(e){return null!=e&&"string"==typeof e.tagName}var be=null;var Ce=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function Le(e){return null==e||Ce.has(e)?e:(a(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${xe}"`),null)}function Me(e,t){let r,n,l,o,a;if(ke(i=e)&&"form"===i.tagName.toLowerCase()){let a=e.getAttribute("action");n=a?z(a,t):null,r=e.getAttribute("method")||ye,l=Le(e.getAttribute("enctype"))||xe,o=new FormData(e)}else if(function(e){return ke(e)&&"button"===e.tagName.toLowerCase()}(e)||function(e){return ke(e)&&"input"===e.tagName.toLowerCase()}(e)&&("submit"===e.type||"image"===e.type)){let a=e.form;if(null==a)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let i=e.getAttribute("formaction")||a.getAttribute("action");if(n=i?z(i,t):null,r=e.getAttribute("formmethod")||a.getAttribute("method")||ye,l=Le(e.getAttribute("formenctype"))||Le(a.getAttribute("enctype"))||xe,o=new FormData(a,e),!function(){if(null===be)try{new FormData(document.createElement("form"),0),be=!1}catch(e){be=!0}return be}()){let{name:t,type:r,value:n}=e;if("image"===r){let e=t?`${t}.`:"";o.append(`${e}x`,"0"),o.append(`${e}y`,"0")}else t&&o.append(t,n)}}else{if(ke(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');r=ye,n=null,l=xe,a=e}var i;return o&&"text/plain"===l&&(a=o,o=void 0),{action:n,method:r.toLowerCase(),encType:l,formData:o,body:a}}function ze(e,t){if(!1===e||null==e)throw new Error(t)}async function Be(e,t){if(e.id in t)return t[e.id];try{let r=await import(e.module);return t[e.id]=r,r}catch(t){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(t),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise((()=>{}))}}function _e(e){return null!=e&&"string"==typeof e.page}function Se(e){return null!=e&&(null==e.href?"preload"===e.rel&&"string"==typeof e.imageSrcSet&&"string"==typeof e.imageSizes:"string"==typeof e.rel&&"string"==typeof e.href)}function Ne(e,t,r,n,l,o){let a=(e,t)=>!r[t]||e.route.id!==r[t].route.id,i=(e,t)=>r[t].pathname!==e.pathname||r[t].route.path?.endsWith("*")&&r[t].params["*"]!==e.params["*"];return"assets"===o?t.filter(((e,t)=>a(e,t)||i(e,t))):"data"===o?t.filter(((t,o)=>{let c=n.routes[t.route.id];if(!c||!c.hasLoader)return!1;if(a(t,o)||i(t,o))return!0;if(t.route.shouldRevalidate){let n=t.route.shouldRevalidate({currentUrl:new URL(l.pathname+l.search+l.hash,window.origin),currentParams:r[0]?.params||{},nextUrl:new URL(e,window.origin),nextParams:t.params,defaultShouldRevalidate:!0});if("boolean"==typeof n)return n}return!0})):[]}function Pe(e,t,{includeHydrateFallback:r}={}){return n=e.map((e=>{let n=t.routes[e.route.id];if(!n)return[];let l=[n.module];return n.clientActionModule&&(l=l.concat(n.clientActionModule)),n.clientLoaderModule&&(l=l.concat(n.clientLoaderModule)),r&&n.hydrateFallbackModule&&(l=l.concat(n.hydrateFallbackModule)),n.imports&&(l=l.concat(n.imports)),l})).flat(1),[...new Set(n)];var n}function He(e,t){let r=new Set,n=new Set(t);return e.reduce(((e,l)=>{if(t&&!_e(l)&&"script"===l.as&&l.href&&n.has(l.href))return e;let o=JSON.stringify(function(e){let t={},r=Object.keys(e).sort();for(let n of r)t[n]=e[n];return t}(l));return r.has(o)||(r.add(o),e.push({key:o,link:l})),e}),[])}function Ve(e){return{__html:e}}Symbol("SingleFetchRedirect");function We(e,t){let r="string"==typeof e?new URL(e,"undefined"==typeof window?"server://singlefetch/":window.location.origin):e;return"/"===r.pathname?r.pathname="_root.data":t&&"/"===z(r.pathname,t)?r.pathname=`${t.replace(/\/$/,"")}/_root.data`:r.pathname=`${r.pathname.replace(/\/$/,"")}.data`,r}e.Component;function Ae({error:t,isOutsideRemixApp:r}){console.error(t);let n,l=e.createElement("script",{dangerouslySetInnerHTML:{__html:'\n console.log(\n "💿 Hey developer 👋. You can provide a way better UX than this when your app throws errors. Check out https://remix.run/guides/errors for more information."\n );\n '}});if(A(t))return e.createElement(Fe,{title:"Unhandled Thrown Response!"},e.createElement("h1",{style:{fontSize:"24px"}},t.status," ",t.statusText),l);if(t instanceof Error)0;else{let e=null==t?"Unknown Error":"object"==typeof t&&"toString"in t?t.toString():JSON.stringify(t);new Error(e)}return e.createElement(Fe,{title:"Application Error!",isOutsideRemixApp:r},e.createElement("h1",{style:{fontSize:"24px"}},"Application Error"),e.createElement("pre",{style:{padding:"2rem",background:"hsla(10, 50%, 50%, 0.1)",color:"red",overflow:"auto"}},n.stack),l)}function Fe({title:t,renderScripts:r,isOutsideRemixApp:n,children:l}){let{routeModules:o}=Te();return o.root?.Layout&&!n?l:e.createElement("html",{lang:"en"},e.createElement("head",null,e.createElement("meta",{charSet:"utf-8"}),e.createElement("meta",{name:"viewport",content:"width=device-width,initial-scale=1,viewport-fit=cover"}),e.createElement("title",null,t)),e.createElement("body",null,e.createElement("main",{style:{fontFamily:"system-ui, sans-serif",padding:"2rem"}},l,r?e.createElement(Je,null):null)))}function je(e){return!0===e}function $e(){let t=e.useContext($);return ze(t,"You must render this element inside a <DataRouterContext.Provider> element"),t}function Ie(){let t=e.useContext(I);return ze(t,"You must render this element inside a <DataRouterStateContext.Provider> element"),t}var Re=e.createContext(void 0);function Te(){let t=e.useContext(Re);return ze(t,"You must render this element inside a <HydratedRouter> element"),t}function Oe(e,t){return r=>{e&&e(r),r.defaultPrevented||t(r)}}function De(e,t,r){if(r&&!Ze)return[e[0]];if(t){let r=e.findIndex((e=>void 0!==t[e.route.id]));return e.slice(0,r+1)}return e}function qe({page:t,...r}){let{router:n}=$e(),l=e.useMemo((()=>d(n.routes,t,n.basename)),[n.routes,t,n.basename]);return l?e.createElement(Ge,{page:t,matches:l,...r}):null}function Ue(t){let{manifest:r,routeModules:n}=Te(),[l,o]=e.useState([]);return e.useEffect((()=>{let e=!1;return async function(e,t,r){return He((await Promise.all(e.map((async e=>{let n=t.routes[e.route.id];if(n){let e=await Be(n,r);return e.links?e.links():[]}return[]})))).flat(1).filter(Se).filter((e=>"stylesheet"===e.rel||"preload"===e.rel)).map((e=>"stylesheet"===e.rel?{...e,rel:"prefetch",as:"style"}:{...e,rel:"prefetch"})))}(t,r,n).then((t=>{e||o(t)})),()=>{e=!0}}),[t,r,n]),l}function Ge({page:t,matches:r,...n}){let l=J(),{manifest:o,routeModules:a}=Te(),{basename:i}=$e(),{loaderData:c,matches:s}=Ie(),m=e.useMemo((()=>Ne(t,r,s,o,l,"data")),[t,r,s,o,l]),h=e.useMemo((()=>Ne(t,r,s,o,l,"assets")),[t,r,s,o,l]),d=e.useMemo((()=>{if(t===l.pathname+l.search+l.hash)return[];let e=new Set,n=!1;if(r.forEach((t=>{let r=o.routes[t.route.id];r&&r.hasLoader&&(!m.some((e=>e.route.id===t.route.id))&&t.route.id in c&&a[t.route.id]?.shouldRevalidate||r.hasClientLoader?n=!0:e.add(t.route.id))})),0===e.size)return[];let s=We(t,i);return n&&e.size>0&&s.searchParams.set("_routes",r.filter((t=>e.has(t.route.id))).map((e=>e.route.id)).join(",")),[s.pathname+s.search]}),[i,c,l,o,m,r,t,a]),p=e.useMemo((()=>Pe(h,o)),[h,o]),u=Ue(h);return e.createElement(e.Fragment,null,d.map((t=>e.createElement("link",{key:t,rel:"prefetch",as:"fetch",href:t,...n}))),p.map((t=>e.createElement("link",{key:t,rel:"modulepreload",href:t,...n}))),u.map((({key:t,link:r})=>e.createElement("link",{key:t,...r}))))}Re.displayName="FrameworkContext";var Ze=!1;function Je(t){let{manifest:r,serverHandoffString:n,isSpaMode:l,ssr:o,renderMeta:a}=Te(),{router:i,static:c,staticContext:s}=$e(),{matches:m}=Ie(),h=je(o);a&&(a.didRenderScripts=!0);let p=De(m,null,l);e.useEffect((()=>{0}),[]);let u=e.useMemo((()=>{let l=s?`window.__reactRouterContext = ${n};window.__reactRouterContext.stream = new ReadableStream({start(controller){window.__reactRouterContext.streamController = controller;}}).pipeThrough(new TextEncoderStream());`:" ",o=c?`${r.hmr?.runtime?`import ${JSON.stringify(r.hmr.runtime)};`:""}${h?"":`import ${JSON.stringify(r.url)}`};\n${p.map(((e,t)=>{let n=`route${t}`,l=r.routes[e.route.id];ze(l,`Route ${e.route.id} not found in manifest`);let{clientActionModule:o,clientLoaderModule:a,clientMiddlewareModule:i,hydrateFallbackModule:c,module:s}=l,m=[...o?[{module:o,varName:`${n}_clientAction`}]:[],...a?[{module:a,varName:`${n}_clientLoader`}]:[],...i?[{module:i,varName:`${n}_clientMiddleware`}]:[],...c?[{module:c,varName:`${n}_HydrateFallback`}]:[],{module:s,varName:`${n}_main`}];return 1===m.length?`import * as ${n} from ${JSON.stringify(s)};`:[m.map((e=>`import * as ${e.varName} from "${e.module}";`)).join("\n"),`const ${n} = {${m.map((e=>`...${e.varName}`)).join(",")}};`].join("\n")})).join("\n")}\n ${h?`window.__reactRouterManifest = ${JSON.stringify(function({sri:e,...t},r){let n=new Set(r.state.matches.map((e=>e.route.id))),l=r.state.location.pathname.split("/").filter(Boolean),o=["/"];for(l.pop();l.length>0;)o.push(`/${l.join("/")}`),l.pop();o.forEach((e=>{let t=d(r.routes,e,r.basename);t&&t.forEach((e=>n.add(e.route.id)))}));let a=[...n].reduce(((e,r)=>Object.assign(e,{[r]:t.routes[r]})),{});return{...t,routes:a,sri:!!e||void 0}}(r,i),null,2)};`:""}\n window.__reactRouterRouteModules = {${p.map(((e,t)=>`${JSON.stringify(e.route.id)}:route${t}`)).join(",")}};\n\nimport(${JSON.stringify(r.entry.module)});`:" ";return e.createElement(e.Fragment,null,e.createElement("script",{...t,suppressHydrationWarning:!0,dangerouslySetInnerHTML:Ve(l),type:void 0}),e.createElement("script",{...t,suppressHydrationWarning:!0,dangerouslySetInnerHTML:Ve(o),type:"module",async:!0}))}),[]),g=Ze?[]:(r.entry.imports.concat(Pe(p,r,{includeHydrateFallback:!0})),[...new Set(w)]);var w;let v="object"==typeof r.sri?r.sri:{};return Ze?null:e.createElement(e.Fragment,null,"object"==typeof r.sri?e.createElement("script",{"rr-importmap":"",type:"importmap",suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:JSON.stringify({integrity:v})}}):null,h?null:e.createElement("link",{rel:"modulepreload",href:r.url,crossOrigin:t.crossOrigin,integrity:v[r.url],suppressHydrationWarning:!0}),e.createElement("link",{rel:"modulepreload",href:r.entry.module,crossOrigin:t.crossOrigin,integrity:v[r.entry.module],suppressHydrationWarning:!0}),g.map((r=>e.createElement("link",{key:r,rel:"modulepreload",href:r,crossOrigin:t.crossOrigin,integrity:v[r],suppressHydrationWarning:!0}))),u)}function Ye(...e){return t=>{e.forEach((e=>{"function"==typeof e?e(t):null!=e&&(e.current=t)}))}}var Qe="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement;try{Qe&&(window.__reactRouterVersion="7.5.0")}catch(it){}function Ke({basename:t,children:r,window:n}){let o=e.useRef();null==o.current&&(o.current=l({window:n,v5Compat:!0}));let a=o.current,[i,c]=e.useState({action:a.action,location:a.location}),s=e.useCallback((t=>{e.startTransition((()=>c(t)))}),[c]);return e.useLayoutEffect((()=>a.listen(s)),[a,s]),e.createElement(ve,{basename:t,children:r,location:i.location,navigationType:i.action,navigator:a})}var Xe=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,et=e.forwardRef((function({onClick:t,discover:r="render",prefetch:n="none",relative:l,reloadDocument:i,replace:c,state:m,target:h,to:d,preventScrollReset:p,viewTransition:u,...g},w){let v,{basename:E}=e.useContext(D),f="string"==typeof d&&Xe.test(d),y=!1;if("string"==typeof d&&f&&(v=d,Qe))try{let e=new URL(window.location.href),t=d.startsWith("//")?new URL(e.protocol+d):new URL(d),r=z(t.pathname,E);t.origin===e.origin&&null!=r?d=r+t.search+t.hash:y=!0}catch(e){a(!1,`<Link to="${d}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let x=function(t,{relative:r}={}){o(Z(),"useHref() may be used only in the context of a <Router> component.");let{basename:n,navigator:l}=e.useContext(D),{hash:a,pathname:i,search:c}=ee(t,{relative:r}),s=i;return"/"!==n&&(s="/"===i?n:P([n,i])),l.createHref({pathname:s,search:c,hash:a})}(d,{relative:l}),[k,b,C]=function(t,r){let n=e.useContext(Re),[l,o]=e.useState(!1),[a,i]=e.useState(!1),{onFocus:c,onBlur:s,onMouseEnter:m,onMouseLeave:h,onTouchStart:d}=r,p=e.useRef(null);e.useEffect((()=>{if("render"===t&&i(!0),"viewport"===t){let e=new IntersectionObserver((e=>{e.forEach((e=>{i(e.isIntersecting)}))}),{threshold:.5});return p.current&&e.observe(p.current),()=>{e.disconnect()}}}),[t]),e.useEffect((()=>{if(l){let e=setTimeout((()=>{i(!0)}),100);return()=>{clearTimeout(e)}}}),[l]);let u=()=>{o(!0)},g=()=>{o(!1),i(!1)};return n?"intent"!==t?[a,p,{}]:[a,p,{onFocus:Oe(c,u),onBlur:Oe(s,g),onMouseEnter:Oe(m,u),onMouseLeave:Oe(h,g),onTouchStart:Oe(d,u)}]:[!1,p,{}]}(n,g),L=function(t,{target:r,replace:n,state:l,preventScrollReset:o,relative:a,viewTransition:i}={}){let c=K(),m=J(),h=ee(t,{relative:a});return e.useCallback((e=>{if(function(e,t){return!(0!==e.button||t&&"_self"!==t||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e))}(e,r)){e.preventDefault();let r=void 0!==n?n:s(m)===s(h);c(t,{replace:r,state:l,preventScrollReset:o,relative:a,viewTransition:i})}}),[m,c,h,n,l,r,t,o,a,i])}(d,{replace:c,state:m,target:h,preventScrollReset:p,relative:l,viewTransition:u});let M=e.createElement("a",{...g,...C,href:v||x,onClick:y||i?t:function(e){t&&t(e),e.defaultPrevented||L(e)},ref:Ye(w,b),target:h,"data-discover":f||"render"!==r?void 0:"true"});return k&&!f?e.createElement(e.Fragment,null,M,e.createElement(qe,{page:x})):M}));et.displayName="Link",e.forwardRef((function({"aria-current":t="page",caseSensitive:r=!1,className:n="",end:l=!1,style:a,to:i,viewTransition:c,children:s,...m},h){let d=ee(i,{relative:m.relative}),p=J(),u=e.useContext(I),{navigator:g,basename:w}=e.useContext(D),v=null!=u&&function(t,r={}){let n=e.useContext(R);o(null!=n,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:l}=nt("useViewTransitionState"),a=ee(t,{relative:r.relative});if(!n.isTransitioning)return!1;let i=z(n.currentLocation.pathname,l)||n.currentLocation.pathname,c=z(n.nextLocation.pathname,l)||n.nextLocation.pathname;return null!=L(a.pathname,c)||null!=L(a.pathname,i)}(d)&&!0===c,E=g.encodeLocation?g.encodeLocation(d).pathname:d.pathname,f=p.pathname,y=u&&u.navigation&&u.navigation.location?u.navigation.location.pathname:null;r||(f=f.toLowerCase(),y=y?y.toLowerCase():null,E=E.toLowerCase()),y&&w&&(y=z(y,w)||y);const x="/"!==E&&E.endsWith("/")?E.length-1:E.length;let k,b=f===E||!l&&f.startsWith(E)&&"/"===f.charAt(x),C=null!=y&&(y===E||!l&&y.startsWith(E)&&"/"===y.charAt(E.length)),M={isActive:b,isPending:C,isTransitioning:v},B=b?t:void 0;k="function"==typeof n?n(M):[n,b?"active":null,C?"pending":null,v?"transitioning":null].filter(Boolean).join(" ");let _="function"==typeof a?a(M):a;return e.createElement(et,{...m,"aria-current":B,className:k,ref:h,style:_,to:i,viewTransition:c},"function"==typeof s?s(M):s)})).displayName="NavLink";var tt=e.forwardRef((({discover:t="render",fetcherKey:r,navigate:n,reloadDocument:l,replace:a,state:i,method:c=ye,action:m,onSubmit:h,relative:d,preventScrollReset:p,viewTransition:u,...g},w)=>{let v=at(),E=function(t,{relative:r}={}){let{basename:n}=e.useContext(D),l=e.useContext(U);o(l,"useFormAction must be used inside a RouteContext");let[a]=l.matches.slice(-1),i={...ee(t||".",{relative:r})},c=J();if(null==t){i.search=c.search;let e=new URLSearchParams(i.search),t=e.getAll("index");if(t.some((e=>""===e))){e.delete("index"),t.filter((e=>e)).forEach((t=>e.append("index",t)));let r=e.toString();i.search=r?`?${r}`:""}}t&&"."!==t||!a.route.index||(i.search=i.search?i.search.replace(/^\?/,"?index&"):"?index");"/"!==n&&(i.pathname="/"===i.pathname?n:P([n,i.pathname]));return s(i)}(m,{relative:d}),f="get"===c.toLowerCase()?"get":"post",y="string"==typeof m&&Xe.test(m);return e.createElement("form",{ref:w,method:f,action:E,onSubmit:l?h:e=>{if(h&&h(e),e.defaultPrevented)return;e.preventDefault();let t=e.nativeEvent.submitter,l=t?.getAttribute("formmethod")||c;v(t||e.currentTarget,{fetcherKey:r,method:l,navigate:n,replace:a,state:i,relative:d,preventScrollReset:p,viewTransition:u})},...g,"data-discover":y||"render"!==t?void 0:"true"})}));function rt(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function nt(t){let r=e.useContext($);return o(r,rt(t)),r}tt.displayName="Form";var lt=0,ot=()=>`__${String(++lt)}__`;function at(){let{router:t}=nt("useSubmit"),{basename:r}=e.useContext(D),n=me("useRouteId");return e.useCallback((async(e,l={})=>{let{action:o,method:a,encType:i,formData:c,body:s}=Me(e,r);if(!1===l.navigate){let e=l.fetcherKey||ot();await t.fetch(e,n,l.action||o,{preventScrollReset:l.preventScrollReset,formData:c,body:s,formMethod:l.method||a,formEncType:l.encType||i,flushSync:l.flushSync})}else await t.navigate(l.action||o,{preventScrollReset:l.preventScrollReset,formData:c,body:s,formMethod:l.method||a,formEncType:l.encType||i,replace:l.replace,state:l.state,fromRouteId:n,flushSync:l.flushSync,viewTransition:l.viewTransition})}),[t,r,n])}new TextEncoder;let it={data:""},ct=e=>"object"==typeof window?((e?e.querySelector("#_goober"):window._goober)||Object.assign((e||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:e||it,st=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,mt=/\/\*[^]*?\*\/| +/g,ht=/\n+/g,dt=(e,t)=>{let r="",n="",l="";for(let o in e){let a=e[o];"@"==o[0]?"i"==o[1]?r=o+" "+a+";":n+="f"==o[1]?dt(a,o):o+"{"+dt(a,"k"==o[1]?"":t)+"}":"object"==typeof a?n+=dt(a,t?t.replace(/([^,])+/g,(e=>o.replace(/([^,]*:\S+\([^)]*\))|([^,])+/g,(t=>/&/.test(t)?t.replace(/&/g,e):e?e+" "+t:t)))):o):null!=a&&(o=/^--/.test(o)?o:o.replace(/[A-Z]/g,"-$&").toLowerCase(),l+=dt.p?dt.p(o,a):o+":"+a+";")}return r+(t&&l?t+"{"+l+"}":l)+n},pt={},ut=e=>{if("object"==typeof e){let t="";for(let r in e)t+=r+ut(e[r]);return t}return e},gt=(e,t,r,n,l)=>{let o=ut(e),a=pt[o]||(pt[o]=(e=>{let t=0,r=11;for(;t<e.length;)r=101*r+e.charCodeAt(t++)>>>0;return"go"+r})(o));if(!pt[a]){let t=o!==e?e:(e=>{let t,r,n=[{}];for(;t=st.exec(e.replace(mt,""));)t[4]?n.shift():t[3]?(r=t[3].replace(ht," ").trim(),n.unshift(n[0][r]=n[0][r]||{})):n[0][t[1]]=t[2].replace(ht," ").trim();return n[0]})(e);pt[a]=dt(l?{["@keyframes "+a]:t}:t,r?"":"."+a)}let i=r&&pt.g?pt.g:null;return r&&(pt.g=pt[a]),((e,t,r,n)=>{n?t.data=t.data.replace(n,e):-1===t.data.indexOf(e)&&(t.data=r?e+t.data:t.data+e)})(pt[a],t,n,i),a};function wt(e){let t=this||{},r=e.call?e(t.p):e;return gt(r.unshift?r.raw?((e,t,r)=>e.reduce(((e,n,l)=>{let o=t[l];if(o&&o.call){let e=o(r),t=e&&e.props&&e.props.className||/^go/.test(e)&&e;o=t?"."+t:e&&"object"==typeof e?e.props?"":dt(e,""):!1===e?"":e}return e+n+(null==o?"":o)}),""))(r,[].slice.call(arguments,1),t.p):r.reduce(((e,r)=>Object.assign(e,r&&r.call?r(t.p):r)),{}):r,ct(t.target),t.g,t.o,t.k)}wt.bind({g:1});let vt,Et,ft,yt=wt.bind({k:1});function xt(e,t){let r=this||{};return function(){let n=arguments;function l(o,a){let i=Object.assign({},o),c=i.className||l.className;r.p=Object.assign({theme:Et&&Et()},i),r.o=/ *go\d+/.test(c),i.className=wt.apply(r,n)+(c?" "+c:""),t&&(i.ref=a);let s=e;return e[0]&&(s=i.as||e,delete i.as),ft&&s[0]&&ft(i),vt(s,i)}return t?t(l):l}}var kt=(e,t)=>(e=>"function"==typeof e)(e)?e(t):e,bt=(()=>{let e=0;return()=>(++e).toString()})(),Ct=(()=>{let e;return()=>{if(void 0===e&&typeof window<"u"){let t=matchMedia("(prefers-reduced-motion: reduce)");e=!t||t.matches}return e}})(),Lt=(e,t)=>{switch(t.type){case 0:return{...e,toasts:[t.toast,...e.toasts].slice(0,20)};case 1:return{...e,toasts:e.toasts.map((e=>e.id===t.toast.id?{...e,...t.toast}:e))};case 2:let{toast:r}=t;return Lt(e,{type:e.toasts.find((e=>e.id===r.id))?1:0,toast:r});case 3:let{toastId:n}=t;return{...e,toasts:e.toasts.map((e=>e.id===n||void 0===n?{...e,dismissed:!0,visible:!1}:e))};case 4:return void 0===t.toastId?{...e,toasts:[]}:{...e,toasts:e.toasts.filter((e=>e.id!==t.toastId))};case 5:return{...e,pausedAt:t.time};case 6:let l=t.time-(e.pausedAt||0);return{...e,pausedAt:void 0,toasts:e.toasts.map((e=>({...e,pauseDuration:e.pauseDuration+l})))}}},Mt=[],zt={toasts:[],pausedAt:void 0},Bt=e=>{zt=Lt(zt,e),Mt.forEach((e=>{e(zt)}))},_t={blank:4e3,error:4e3,success:2e3,loading:1/0,custom:4e3},St=e=>(t,r)=>{let n=((e,t="blank",r)=>({createdAt:Date.now(),visible:!0,dismissed:!1,type:t,ariaProps:{role:"status","aria-live":"polite"},message:e,pauseDuration:0,...r,id:(null==r?void 0:r.id)||bt()}))(t,e,r);return Bt({type:2,toast:n}),n.id},Nt=(e,t)=>St("blank")(e,t);Nt.error=St("error"),Nt.success=St("success"),Nt.loading=St("loading"),Nt.custom=St("custom"),Nt.dismiss=e=>{Bt({type:3,toastId:e})},Nt.remove=e=>Bt({type:4,toastId:e}),Nt.promise=(e,t,r)=>{let n=Nt.loading(t.loading,{...r,...null==r?void 0:r.loading});return"function"==typeof e&&(e=e()),e.then((e=>{let l=t.success?kt(t.success,e):void 0;return l?Nt.success(l,{id:n,...r,...null==r?void 0:r.success}):Nt.dismiss(n),e})).catch((e=>{let l=t.error?kt(t.error,e):void 0;l?Nt.error(l,{id:n,...r,...null==r?void 0:r.error}):Nt.dismiss(n)})),e};var Pt=(e,t)=>{Bt({type:1,toast:{id:e,height:t}})},Ht=()=>{Bt({type:5,time:Date.now()})},Vt=new Map,Wt=t=>{let{toasts:r,pausedAt:n}=((t={})=>{let[r,n]=(0,e.useState)(zt),l=(0,e.useRef)(zt);(0,e.useEffect)((()=>(l.current!==zt&&n(zt),Mt.push(n),()=>{let e=Mt.indexOf(n);e>-1&&Mt.splice(e,1)})),[]);let o=r.toasts.map((e=>{var r,n,l;return{...t,...t[e.type],...e,removeDelay:e.removeDelay||(null==(r=t[e.type])?void 0:r.removeDelay)||(null==t?void 0:t.removeDelay),duration:e.duration||(null==(n=t[e.type])?void 0:n.duration)||(null==t?void 0:t.duration)||_t[e.type],style:{...t.style,...null==(l=t[e.type])?void 0:l.style,...e.style}}}));return{...r,toasts:o}})(t);(0,e.useEffect)((()=>{if(n)return;let e=Date.now(),t=r.map((t=>{if(t.duration===1/0)return;let r=(t.duration||0)+t.pauseDuration-(e-t.createdAt);if(!(r<0))return setTimeout((()=>Nt.dismiss(t.id)),r);t.visible&&Nt.dismiss(t.id)}));return()=>{t.forEach((e=>e&&clearTimeout(e)))}}),[r,n]);let l=(0,e.useCallback)((()=>{n&&Bt({type:6,time:Date.now()})}),[n]),o=(0,e.useCallback)(((e,t)=>{let{reverseOrder:n=!1,gutter:l=8,defaultPosition:o}=t||{},a=r.filter((t=>(t.position||o)===(e.position||o)&&t.height)),i=a.findIndex((t=>t.id===e.id)),c=a.filter(((e,t)=>t<i&&e.visible)).length;return a.filter((e=>e.visible)).slice(...n?[c+1]:[0,c]).reduce(((e,t)=>e+(t.height||0)+l),0)}),[r]);return(0,e.useEffect)((()=>{r.forEach((e=>{if(e.dismissed)((e,t=1e3)=>{if(Vt.has(e))return;let r=setTimeout((()=>{Vt.delete(e),Bt({type:4,toastId:e})}),t);Vt.set(e,r)})(e.id,e.removeDelay);else{let t=Vt.get(e.id);t&&(clearTimeout(t),Vt.delete(e.id))}}))}),[r]),{toasts:r,handlers:{updateHeight:Pt,startPause:Ht,endPause:l,calculateOffset:o}}},At=yt` from { transform: scale(0) rotate(45deg); opacity: 0; } to { transform: scale(1) rotate(45deg); opacity: 1; }`,Ft=yt` from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; }`,jt=yt` from { transform: scale(0) rotate(90deg); opacity: 0; } to { transform: scale(1) rotate(90deg); opacity: 1; }`,$t=xt("div")` width: 20px; opacity: 0; height: 20px; border-radius: 10px; background: ${e=>e.primary||"#ff4b4b"}; position: relative; transform: rotate(45deg); animation: ${At} 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; animation-delay: 100ms; &:after, &:before { content: ''; animation: ${Ft} 0.15s ease-out forwards; animation-delay: 150ms; position: absolute; border-radius: 3px; opacity: 0; background: ${e=>e.secondary||"#fff"}; bottom: 9px; left: 4px; height: 2px; width: 12px; } &:before { animation: ${jt} 0.15s ease-out forwards; animation-delay: 180ms; transform: rotate(90deg); } `,It=yt` from { transform: rotate(0deg); } to { transform: rotate(360deg); } `,Rt=xt("div")` width: 12px; height: 12px; box-sizing: border-box; border: 2px solid; border-radius: 100%; border-color: ${e=>e.secondary||"#e0e0e0"}; border-right-color: ${e=>e.primary||"#616161"}; animation: ${It} 1s linear infinite; `,Tt=yt` from { transform: scale(0) rotate(45deg); opacity: 0; } to { transform: scale(1) rotate(45deg); opacity: 1; }`,Ot=yt` 0% { height: 0; width: 0; opacity: 0; } 40% { height: 0; width: 6px; opacity: 1; } 100% { opacity: 1; height: 10px; }`,Dt=xt("div")` width: 20px; opacity: 0; height: 20px; border-radius: 10px; background: ${e=>e.primary||"#61d345"}; position: relative; transform: rotate(45deg); animation: ${Tt} 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; animation-delay: 100ms; &:after { content: ''; box-sizing: border-box; animation: ${Ot} 0.2s ease-out forwards; opacity: 0; animation-delay: 200ms; position: absolute; border-right: 2px solid; border-bottom: 2px solid; border-color: ${e=>e.secondary||"#fff"}; bottom: 6px; left: 6px; height: 10px; width: 6px; } `,qt=xt("div")` position: absolute; `,Ut=xt("div")` position: relative; display: flex; justify-content: center; align-items: center; min-width: 20px; min-height: 20px; `,Gt=yt` from { transform: scale(0.6); opacity: 0.4; } to { transform: scale(1); opacity: 1; }`,Zt=xt("div")` position: relative; transform: scale(0.6); opacity: 0.4; min-width: 20px; animation: ${Gt} 0.3s 0.12s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; `,Jt=({toast:t})=>{let{icon:r,type:n,iconTheme:l}=t;return void 0!==r?"string"==typeof r?e.createElement(Zt,null,r):r:"blank"===n?null:e.createElement(Ut,null,e.createElement(Rt,{...l}),"loading"!==n&&e.createElement(qt,null,"error"===n?e.createElement($t,{...l}):e.createElement(Dt,{...l})))},Yt=e=>`\n0% {transform: translate3d(0,${-200*e}%,0) scale(.6); opacity:.5;}\n100% {transform: translate3d(0,0,0) scale(1); opacity:1;}\n`,Qt=e=>`\n0% {transform: translate3d(0,0,-1px) scale(1); opacity:1;}\n100% {transform: translate3d(0,${-150*e}%,-1px) scale(.6); opacity:0;}\n`,Kt=xt("div")` display: flex; align-items: center; background: #fff; color: #363636; line-height: 1.3; will-change: transform; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05); max-width: 350px; pointer-events: auto; padding: 8px 10px; border-radius: 8px; `,Xt=xt("div")` display: flex; justify-content: center; margin: 4px 10px; color: inherit; flex: 1 1 auto; white-space: pre-line; `,er=e.memo((({toast:t,position:r,style:n,children:l})=>{let o=t.height?((e,t)=>{let r=e.includes("top")?1:-1,[n,l]=Ct()?["0%{opacity:0;} 100%{opacity:1;}","0%{opacity:1;} 100%{opacity:0;}"]:[Yt(r),Qt(r)];return{animation:t?`${yt(n)} 0.35s cubic-bezier(.21,1.02,.73,1) forwards`:`${yt(l)} 0.4s forwards cubic-bezier(.06,.71,.55,1)`}})(t.position||r||"top-center",t.visible):{opacity:0},a=e.createElement(Jt,{toast:t}),i=e.createElement(Xt,{...t.ariaProps},kt(t.message,t));return e.createElement(Kt,{className:t.className,style:{...o,...n,...t.style}},"function"==typeof l?l({icon:a,message:i}):e.createElement(e.Fragment,null,a,i))}));!function(e,t,r,n){dt.p=t,vt=e,Et=r,ft=n}(e.createElement);var tr=({id:t,className:r,style:n,onHeightUpdate:l,children:o})=>{let a=e.useCallback((e=>{if(e){let r=()=>{let r=e.getBoundingClientRect().height;l(t,r)};r(),new MutationObserver(r).observe(e,{subtree:!0,childList:!0,characterData:!0})}}),[t,l]);return e.createElement("div",{ref:a,className:r,style:n},o)},rr=wt` z-index: 9999; > * { pointer-events: auto; } `,nr=({reverseOrder:t,position:r="top-center",toastOptions:n,gutter:l,children:o,containerStyle:a,containerClassName:i})=>{let{toasts:c,handlers:s}=Wt(n);return e.createElement("div",{id:"_rht_toaster",style:{position:"fixed",zIndex:9999,top:16,left:16,right:16,bottom:16,pointerEvents:"none",...a},className:i,onMouseEnter:s.startPause,onMouseLeave:s.endPause},c.map((n=>{let a=n.position||r,i=((e,t)=>{let r=e.includes("top"),n=r?{top:0}:{bottom:0},l=e.includes("center")?{justifyContent:"center"}:e.includes("right")?{justifyContent:"flex-end"}:{};return{left:0,right:0,display:"flex",position:"absolute",transition:Ct()?void 0:"all 230ms cubic-bezier(.21,1.02,.73,1)",transform:`translateY(${t*(r?1:-1)}px)`,...n,...l}})(a,s.calculateOffset(n,{reverseOrder:t,gutter:l,defaultPosition:r}));return e.createElement(tr,{id:n.id,key:n.id,onHeightUpdate:s.updateHeight,className:n.visible?rr:"",style:i},"custom"===n.type?kt(n.message,n):o?o(n):e.createElement(er,{toast:n,position:a}))})))};const lr=({type:t="button",href:r="",target:n="",onClick:l=null,className:o,variant:a="primary",size:i="",children:c,disabled:s=!1,...m})=>{const h=`bPlButton ${a?`variant-${a}`:""} ${i?`size-${i}`:""} ${o||""} ${s?"bPlButton-disabled":""}`;return"function"!=typeof l&&r?(0,e.createElement)("a",{href:r,target:n,className:h,...m},c):(0,e.createElement)("button",{type:t,className:h,...m,onClick:l},c)},or=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"3 6 5 6 21 6"}),(0,e.createElement)("path",{d:"M19 6l-2 14a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2L5 6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}),(0,e.createElement)("line",{x1:"10",y1:"11",x2:"10",y2:"17"}),(0,e.createElement)("line",{x1:"14",y1:"11",x2:"14",y2:"17"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),(0,e.createElement)("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),(0,e.createElement)("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}),(0,e.createElement)("polyline",{points:"9 12 11 14 15 10"}))),ar=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2.5,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"20 6 9 17 4 12"})),ir=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,e.createElement)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),cr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"11",cy:"11",r:"7"}),(0,e.createElement)("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})),sr=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M480 272C480 317.9 465.1 360.3 440 394.7L566.6 521.4C579.1 533.9 579.1 554.2 566.6 566.7C554.1 579.2 533.8 579.2 521.3 566.7L394.7 440C360.3 465.1 317.9 480 272 480C157.1 480 64 386.9 64 272C64 157.1 157.1 64 272 64C386.9 64 480 157.1 480 272zM272 416C351.5 416 416 351.5 416 272C416 192.5 351.5 128 272 128C192.5 128 128 192.5 128 272C128 351.5 192.5 416 272 416z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,e.createElement)("polyline",{points:"15 3 21 3 21 9"}),(0,e.createElement)("line",{x1:"10",y1:"14",x2:"21",y2:"3"}))),mr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2.5,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),hr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"15 18 9 12 15 6"})),dr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"9 18 15 12 9 6"})),pr=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"14",y:"3",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"14",y:"14",width:"7",height:"7",rx:"1"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"14",y:"3",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"14",y:"14",width:"7",height:"7",rx:"1"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:1.8,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M3 17l3-9 4 5 2-7 2 7 4-5 3 9"}),(0,e.createElement)("line",{x1:"3",y1:"21",x2:"21",y2:"21"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2.4,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M224 32C241.7 32 256 46.3 256 64L256 160L384 160L384 64C384 46.3 398.3 32 416 32C433.7 32 448 46.3 448 64L448 160L512 160C529.7 160 544 174.3 544 192C544 209.7 529.7 224 512 224L512 288C512 383.1 442.8 462.1 352 477.3L352 544C352 561.7 337.7 576 320 576C302.3 576 288 561.7 288 544L288 477.3C197.2 462.1 128 383.1 128 288L128 224C110.3 224 96 209.7 96 192C96 174.3 110.3 160 128 160L192 160L192 64C192 46.3 206.3 32 224 32z"}))),ur=(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 11 13",stroke:"currentColor",strokeLinecap:"round"},(0,e.createElement)("path",{d:"M2.5 5.16931V3.16931C2.49936 2.5198 2.73579 1.89239 3.16492 1.40483C3.59404 0.917267 4.18636 0.603088 4.8307 0.521257C5.47503 0.439426 6.12708 0.595571 6.66446 0.960383C7.20184 1.3252 7.5876 1.87359 7.74933 2.50264M5.16667 8.50264C5.34348 8.50264 5.51305 8.43241 5.63807 8.30738C5.76309 8.18236 5.83333 8.01279 5.83333 7.83598C5.83333 7.65917 5.76309 7.4896 5.63807 7.36457C5.51305 7.23955 5.34348 7.16931 5.16667 7.16931C4.98986 7.16931 4.82029 7.23955 4.69526 7.36457C4.57024 7.4896 4.5 7.65917 4.5 7.83598C4.5 8.01279 4.57024 8.18236 4.69526 8.30738C4.82029 8.43241 4.98986 8.50264 5.16667 8.50264ZM5.16667 8.50264V10.5026M1.56667 5.16931H8.76667C9.35333 5.16931 9.83333 5.64931 9.83333 6.23598V10.9026C9.83333 11.7826 9.11333 12.5026 8.23333 12.5026H2.1C1.22 12.5026 0.5 11.7826 0.5 10.9026V6.23598C0.5 5.64931 0.98 5.16931 1.56667 5.16931Z"})),gr=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M305 151.1L320 171.8L335 151.1C360 116.5 400.2 96 442.9 96C516.4 96 576 155.6 576 229.1L576 231.7C576 343.9 436.1 474.2 363.1 529.9C350.7 539.3 335.5 544 320 544C304.5 544 289.2 539.4 276.9 529.9C203.9 474.2 64 343.9 64 231.7L64 229.1C64 155.6 123.6 96 197.1 96C239.8 96 280 116.5 305 151.1z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 292 512",fill:"#1877F2"},(0,e.createElement)("path",{d:"m66 299.3v212.7h116v-212.7h86.5l18-97.8h-104.5v-34.6c0-51.7 20.3-71.5 72.7-71.5 16.3 0 29.4 0.4 37 1.2v-88.7c-14.3-3.9-49.3-7.9-69.5-7.9-106.9 0-156.2 50.5-156.2 159.4v42.1h-66v97.8z"})),(0,e.createElement)("svg",{className:"angelDown",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 384C302.3 384 288 398.3 288 416C288 433.7 302.3 448 320 448C337.7 448 352 433.7 352 416C352 398.3 337.7 384 320 384zM320 192C301.8 192 287.3 207.5 288.6 225.7L296 329.7C296.9 342.3 307.4 352 319.9 352C332.5 352 342.9 342.3 343.8 329.7L351.2 225.7C352.5 207.5 338.1 192 319.8 192z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24"},(0,e.createElement)("path",{d:"M8 5v14l11-7z"})),(0,e.createElement)("svg",{className:"video-player-pause-icon",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"},(0,e.createElement)("path",{d:"M48 64C21.5 64 0 85.5 0 112L0 400c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48L48 64zm192 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-32 0z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24"},(0,e.createElement)("path",{d:"M6 19h4V5H6v14zm8-14v14h4V5h-4z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24"},(0,e.createElement)("path",{d:"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24"},(0,e.createElement)("path",{d:"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24"},(0,e.createElement)("path",{d:"M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M187.2 100.9C174.8 94.1 159.8 94.4 147.6 101.6C135.4 108.8 128 121.9 128 136L128 504C128 518.1 135.5 531.2 147.6 538.4C159.7 545.6 174.8 545.9 187.2 539.1L523.2 355.1C536 348.1 544 334.6 544 320C544 305.4 536 291.9 523.2 284.9L187.2 100.9z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 3L21 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M10.5 10.677a2 2 0 002.823 2.823",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7.362 7.561C5.68 8.74 4.279 10.42 3 12c1.889 2.991 5.282 6 9 6 1.55 0 3.043-.523 4.395-1.35M12 6c4.008 0 6.701 3.158 9 6a15.66 15.66 0 01-1.078 1.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}))),wr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M12 5C7.52 5 3.73 7.61 1 12c2.73 4.39 6.52 7 11 7s8.27-2.61 11-7c-2.73-4.39-6.52-7-11-7z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("circle",{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2"})),vr=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M8 12a4 4 0 100-8 4 4 0 000 8zm8 8a4 4 0 100-8 4 4 0 000 8zm-8 0a4 4 0 100-8 4 4 0 000 8z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M10 13a5 5 0 007.54.54l3-3a5 5 0 00-7.07-7.07l-1.72 1.71"}),(0,e.createElement)("path",{d:"M14 11a5 5 0 00-7.54-.54l-3 3a5 5 0 007.07 7.07l1.71-1.71"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"10"}),(0,e.createElement)("path",{d:"M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"}),(0,e.createElement)("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M22 11.08V12a10 10 0 11-5.93-9.14"}),(0,e.createElement)("polyline",{points:"22 4 12 14.01 9 11.01"}))),Er=(0,e.createElement)("svg",{className:"check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 -960 960 960"},(0,e.createElement)("path",{d:"m382-354 339-339q12-12 28-12t28 12q12 12 12 28.5T777-636L410-268q-12 12-28 12t-28-12L182-440q-12-12-11.5-28.5T183-497q12-12 28.5-12t28.5 12l142 143Z"})),fr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"6 9 12 15 18 9"})),yr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M12 2L4 6v6c0 5 3.5 9.6 8 10 4.5-.4 8-5 8-10V6l-8-4z"}),(0,e.createElement)("polyline",{points:"9 12 11 14 15 10"})),xr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"23 4 23 10 17 10"}),(0,e.createElement)("polyline",{points:"1 20 1 14 7 14"}),(0,e.createElement)("path",{d:"M3.51 9a9 9 0 0114.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0020.49 15"})),kr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"})),br=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2"}),(0,e.createElement)("path",{d:"M7 11V7a5 5 0 0110 0v4"})),Cr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"})),Lr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2"}),(0,e.createElement)("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})),Mr=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"10"}),(0,e.createElement)("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),(0,e.createElement)("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"})),zr=t=>{const{name:r,media:n,version:l,isPremium:o,displayOurPlugins:a,children:i}=t,{logo:c}=n||{},[s,m]=(0,e.useState)(!1),h=e.Children.map(i,(t=>{if(!(0,e.isValidElement)(t))return t;const r=t.props.className||"";return r.includes("bPlDashboardNav")?(0,e.cloneElement)(t,{className:`${r}${s?" open":""}`,onClick:e=>{t.props.onClick?.(e),m(!1)}}):t}));return(0,e.createElement)("div",{className:"bPlDashboardHeader"},(0,e.createElement)("div",{className:"pluginInfo",wrap:!0},c&&(0,e.createElement)("img",{src:c,alt:r||"Plugin from bPlugins"}),r&&(0,e.createElement)("h1",null,r),l&&(0,e.createElement)("div",{className:"pluginVersion"},"v",l)),(0,e.createElement)("button",{className:"bplHamburger"+(s?" open":""),onClick:()=>m((e=>!e)),"aria-label":"Toggle navigation","aria-expanded":s},(0,e.createElement)("span",null),(0,e.createElement)("span",null),(0,e.createElement)("span",null)),h,(0,e.createElement)("div",{className:"navButtons"},a&&(o?(0,e.createElement)(lr,{href:"#our-plugins"},pr,"Our Plugins"):(0,e.createElement)("a",{className:"linkButton",href:"#our-plugins"},"Our Plugins")),!o&&(0,e.createElement)(lr,{className:"upgrade",href:"#pricing"},ur,"Upgrade Pro")))},Br=[{name:"Welcome",href:"/welcome"},{name:"Sections",href:"/blocks"},{name:"Pro Sections",href:"/pro-blocks"},{name:"Demos",href:"/demos"},{name:"Pricing",href:"/pricing"},{name:"Feature Comparison",href:"/feature-comparison"},{name:"Activation",href:"/activation"}],_r=t=>{const{isPremium:r,hasPro:n}=t,l=J();return(0,e.createElement)("div",{className:"bPlDashboard bPlDashboardV4"},(0,e.createElement)(zr,{...t},(0,e.createElement)("nav",{className:"bPlDashboardNav"},Br?.filter((e=>"/activation"!==e.href||n))?.filter((e=>!r||!["/purchase","/pricing","/feature-comparison"].includes(e.href)))?.map(((t,r)=>(0,e.createElement)(et,{key:r,to:t.href,className:"navLink "+(l.pathname===t.href?"active":"")},t.name))))),(0,e.createElement)("main",{className:"bPlDashboardMain"},(0,e.createElement)(ge,null)))},Sr=window.wp.i18n;r(1647);const Nr={monthly:{suffix:"/mo"},annual:{suffix:"/yr"},lifetime:{suffix:""}},Pr=e=>{const t="string"==typeof e?parseFloat(e):e;return isNaN(t)?"—":Number.isInteger(t)?String(t):t.toFixed(2)},Hr=({pricingInfo:t,options:r})=>{var n,l,o,a,i,c;const{pluginId:s,planId:m,licenses:h,button:d,featured:p,logo:u,hero:g,included:w,trustBadges:v,faqs:E}=t,[f,y]=(0,e.useState)({}),[x,k]=(0,e.useState)(!1),[b,C]=(0,e.useState)([]),[L,M]=(0,e.useState)(""),[z,B]=(0,e.useState)(0);if((0,e.useEffect)((()=>{if(!s)return;let e=!0;return k(!0),fetch(`https://api.bplugins.com/wp-json/bpl/v1/products/${s}`).then((e=>e.ok?e.json():Promise.reject(`${e.status} ${e.statusText}`))).then((t=>{e&&y(t)})).catch((()=>{e&&y({})})).finally((()=>{e&&k(!1)})),()=>{e=!1}}),[s]),(0,e.useEffect)((()=>{if(!f?.id||!m)return;const{plans:e}=f,t=e?.find((e=>parseInt(e.id)===parseInt(m)))||e?.[0]||{},r=t?.pricing?.[0];if(r&&"object"==typeof r){const e=[];void 0!==r.monthly&&e.push({name:"monthly",label:(0,Sr.__)("Monthly")}),void 0!==r.annual&&e.push({name:"annual",label:(0,Sr.__)("Yearly"),isDefault:!0}),void 0!==r.lifetime&&e.push({name:"lifetime",label:(0,Sr.__)("Lifetime")}),C(e),M(e.find((e=>e.isDefault))?.name||e[0]?.name||"")}else C([]),M("")}),[f,m]),x)return(0,e.createElement)("div",{className:"bPlDashboardPricing bPlDashboardPricingLoading"},(0,e.createElement)("div",{className:"pricingLoadingSpinner"}),(0,e.createElement)("p",null,(0,Sr.__)("Loading the latest pricing…")));if(!f?.id)return null;const{plans:_}=f,S=_?.find((e=>parseInt(e.id)===parseInt(m)))||_?.[0]||{},N=(S?.pricing||[]).filter((e=>{var t;return h.includes(null!==(t=e?.licenses)&&void 0!==t?t:null)})),P=N[0];let H=0;if(P?.monthly&&P?.annual){const e=12*parseFloat(P.monthly),t=parseFloat(P.annual);e>0&&(H=Math.round((e-t)/e*100))}const V=((e,t)=>{const r=e.find((e=>"free"===e.name))?.features?.map((e=>e.title)),n=e.find((e=>"pro"===e.name))?.features?.filter((e=>!r.includes(e.title))).map((e=>e.title)),l={free:r,pro:n},o=e.find((e=>parseInt(e.id)===parseInt(t)))?.name,a=l[o]||e.find((e=>parseInt(e.id)===parseInt(t)))?.features?.map((e=>e.title));return a||[]})(_,m),W=H>0?`Save ${H}%`:"",A=1===b.length&&"lifetime"===b[0]?.name,F={eyebrow:null!==(n=g?.eyebrow)&&void 0!==n?n:(0,Sr.__)("Pricing"),title:null!==(l=g?.title)&&void 0!==l?l:(0,Sr.__)("Pick the plan that fits your project"),description:null!==(o=g?.description)&&void 0!==o?o:(0,Sr.__)("Same powerful features on every plan — just choose how many sites you need. Upgrade or downgrade any time.")},j={tag:null!==(a=w?.tag)&&void 0!==a?a:(0,Sr.__)("Same on every plan"),title:null!==(i=w?.title)&&void 0!==i?i:(0,Sr.__)("Everything you get, on every license"),description:null!==(c=w?.description)&&void 0!==c?c:(0,Sr.__)("Every feature is available on every license tier. The only difference is how many sites you can activate the plugin on.")},$=v||[{title:(0,Sr.__)("14 days money back"),body:(0,Sr.__)("Risk-free purchase"),icon:yr},{title:A?(0,Sr.__)("Lifetime updates"):(0,Sr.__)("Plugins updates"),body:(0,Sr.__)("On every plan"),icon:xr},{title:(0,Sr.__)("Priority support"),body:(0,Sr.__)("Get help when you need it"),icon:kr},{title:(0,Sr.__)("Secure checkout"),body:(0,Sr.__)("Powered by Freemius"),icon:br}],I=E||[{q:(0,Sr.__)("Can I upgrade my plan later?"),a:(0,Sr.__)("Yes — you can upgrade any time from your account. We prorate the difference automatically.")},A?{q:(0,Sr.__)("Will I receive updates if I purchase a lifetime license?"),a:(0,Sr.__)("Yes, a lifetime license holds lifetime updates and never expires, ensuring you always have access to the latest features and bug fixes without recurring fees.")}:{q:(0,Sr.__)("What happens after my license expires?"),a:(0,Sr.__)("The plugin keeps working forever. You only lose access to premium features, updates and premium support unless you renew.")},{q:(0,Sr.__)("Do you offer refunds?"),a:(0,Sr.__)("Absolutely. Every plan is backed by a 14 days no-questions-asked money-back guarantee.")}];return(0,e.createElement)("div",{className:"bPlDashboardPricing"},(0,e.createElement)("header",{className:"pricingHero"},(0,e.createElement)("span",{className:"pricingEyebrow"},F.eyebrow),(0,e.createElement)("h1",null,F.title),(0,e.createElement)("p",null,F.description)),b.length>1&&(0,e.createElement)("div",{className:"pricingCycleWrap"},(0,e.createElement)("div",{className:"pricingCycle",role:"tablist"},b.map((t=>(0,e.createElement)("button",{key:t.name,type:"button",role:"tab","aria-selected":t.name===L,className:t.name===L?"isActive":"",onClick:()=>M(t.name)},t.label,"annual"===t.name&&W&&(0,e.createElement)("span",{className:"pricingSave"},W)))))),(0,e.createElement)("div",{className:"pricingPlans"},N.length?N.map(((t,n)=>{const l=t?.licenses,o=p?.selected===(l||"null"),a=t?.[L],i=Nr[L]||{suffix:""},c=parseFloat(a),s="annual"===L&&t?.annual?parseFloat(t.annual)/12:null,h=l&&!isNaN(c)?c/l:null,g=l?1===l?(0,Sr.__)("Single Site"):`${l} ${(0,Sr.__)("Sites")}`:(0,Sr.__)("Unlimited Sites"),w=l?1===l?(0,Sr.__)("For solo creators"):(0,Sr.__)("For freelancers"):(0,Sr.__)("For agencies & enterprise");return(0,e.createElement)("div",{key:n,className:"pricingPlan "+(o?"isFeatured":"")},o&&(0,e.createElement)("div",{className:"pricingBadge"},p?.text||(0,Sr.__)("Most Popular")),(0,e.createElement)("div",{className:"pricingPlanHead"},(0,e.createElement)("h3",null,g),(0,e.createElement)("p",null,w)),(0,e.createElement)("div",{className:"pricingPriceWrap"},(0,e.createElement)("div",{className:"pricingPrice"},(0,e.createElement)("span",{className:"pricingCurrency"},"$"),(0,e.createElement)("span",{className:"pricingAmount"},Pr(a)),i.suffix&&(0,e.createElement)("span",{className:"pricingSuffix"},i.suffix)),null!==h&&(0,e.createElement)("p",{className:"pricingEquiv"},"≈ $",Pr(h)," ",(0,Sr.__)("per site")),!l&&(0,e.createElement)("p",{className:"pricingEquiv"},(0,Sr.__)("Use on every site you build.")),null!==s&&"annual"===L&&(0,e.createElement)("p",{className:"pricingEquiv"},(0,Sr.__)("Billed yearly")," · $",Pr(s),"/mo"),"lifetime"===L&&(0,e.createElement)("p",{className:"pricingEquiv"},(0,Sr.__)("One-time payment, pay once forever.")),"monthly"===L&&(0,e.createElement)("p",{className:"pricingEquiv"},(0,Sr.__)("Billed monthly, cancel anytime."))),(0,e.createElement)(lr,{className:"pricingCta",onClick:e=>{e.preventDefault(),new FS.Checkout({plugin_id:f.id,plan_id:m,public_key:f.public_key}).open({image:u||f.icon,title:f.title,licenses:l,billing_cycle:L,...r})}},d.label))})):(0,e.createElement)("p",{className:"pricingEmpty"},(0,Sr.__)("No plans available right now."))),V.length>0&&(0,e.createElement)("section",{className:"pricingIncluded"},(0,e.createElement)("header",{className:"pricingIncludedHead"},(0,e.createElement)("span",{className:"pricingIncludedTag"},j.tag),(0,e.createElement)("h2",null,j.title),(0,e.createElement)("p",null,j.description)),(0,e.createElement)("ul",{className:"pricingIncludedGrid"},V.map(((t,r)=>(0,e.createElement)("li",{key:r},(0,e.createElement)("span",{className:"pricingIncludedCheck"},ar),(0,e.createElement)("span",{dangerouslySetInnerHTML:{__html:t}})))))),(0,e.createElement)("section",{className:"pricingTrust"},$.map(((t,r)=>(0,e.createElement)("div",{key:r,className:"pricingTrustItem"},(0,e.createElement)("span",{className:"pricingTrustIcon"},t.icon),(0,e.createElement)("div",null,(0,e.createElement)("strong",null,t.title),(0,e.createElement)("span",null,t.body)))))),(0,e.createElement)("section",{className:"pricingFaq"},(0,e.createElement)("h2",null,(0,Sr.__)("Frequently asked questions")),(0,e.createElement)("div",{className:"pricingFaqList"},I.map(((t,r)=>(0,e.createElement)("div",{key:r,className:"pricingFaqItem "+(z===r?"isOpen":"")},(0,e.createElement)("button",{type:"button",className:"pricingFaqQ","aria-expanded":z===r,onClick:()=>B(z===r?null:r)},(0,e.createElement)("span",null,t.q),fr),z===r&&(0,e.createElement)("div",{className:"pricingFaqA"},t.a)))))))},Vr=({plans:t=["free","pro"],freemius:r,hero:n,ctaBanner:l,planDescriptions:o})=>{var a,i,c,s,m;const{product_id:h,public_key:d}=r||{},[p,u]=(0,e.useState)({}),[g,w]=(0,e.useState)(!1),[v,E]=(0,e.useState)([]),[f,y]=(0,e.useState)(""),[x,k]=(0,e.useState)("");if((0,e.useEffect)((()=>{if(!h)return;let e=!0;return w(!0),fetch(`https://api.bplugins.com/wp-json/bpl/v1/products/${h}`).then((e=>e.ok?e.json():Promise.reject(`${e.status} ${e.statusText}`))).then((t=>{e&&u(t)})).catch((()=>{e&&u({})})).finally((()=>{e&&w(!1)})),()=>{e=!1}}),[h]),(0,e.useEffect)((()=>{if(!p?.id)return;const e=p?.plans?.filter((e=>t.includes(e.name)))||[],r=e.find((e=>"free"!==e.name))||e[0]||{},n=r?.pricing?.[0];if(n&&"object"==typeof n){const e=[];void 0!==n.monthly&&e.push({name:"monthly",label:(0,Sr.__)("Monthly"),short:"/mo"}),void 0!==n.annual&&e.push({name:"annual",label:(0,Sr.__)("Yearly"),short:"/yr",isDefault:!0}),void 0!==n.lifetime&&e.push({name:"lifetime",label:(0,Sr.__)("Lifetime"),short:(0,Sr.__)("one-time")}),E(e),y(e.find((e=>e.isDefault))?.name||e[0]?.name||"")}else E([]),y("")}),[p]),g)return(0,e.createElement)("div",{className:"bPlDashboardFeatureCompare bPlDashboardFeatureCompareLoading"},(0,e.createElement)("div",{className:"fcSpinner"}),(0,e.createElement)("p",null,(0,Sr.__)("Loading feature comparison…")));if(!p?.id)return null;const b=p?.plans?.filter((e=>t.includes(e.name)))||[],C=b.find((e=>"free"!==e.name)),L=(b[b.length-1]?.features||[]).map((e=>{const t=b.filter((t=>t.features.some((t=>t.title===e.title)))).map((e=>e.id));return{...e,plans:t}}));b.forEach((e=>{e.features.forEach((t=>{L.some((e=>e.title===t.title))||L.push({...t,plans:[e.id]})}))}));const M=b.find((e=>"free"===e.name));L.sort(((e,t)=>{const r=!!M&&e.plans?.includes(M.id);return r===(!!M&&t.plans?.includes(M.id))?0:r?-1:1}));let z=0;const B=C?.pricing?.find((e=>1===parseInt(e.licenses)));if(B?.monthly&&B?.annual){const e=12*parseFloat(B.monthly),t=parseFloat(B.annual);e>0&&(z=Math.round((e-t)/e*100))}const _=L.filter((e=>1===e.plans.length&&C&&e.plans[0]===C.id)).length,S=x.trim().toLowerCase(),N=S?L.filter((e=>e.title.replace(/<[^>]+>/g,"").toLowerCase().includes(S))):L,P={eyebrow:null!==(a=n?.eyebrow)&&void 0!==a?a:(0,Sr.__)("Compare"),title:null!==(i=n?.title)&&void 0!==i?i:(0,Sr.__)("Free vs Pro at a glance")},H={title:null!==(c=l?.title)&&void 0!==c?c:(0,Sr.__)("Ready to unlock everything?"),description:null!==(s=l?.description)&&void 0!==s?s:(0,Sr.__)("Upgrade to Pro and get every feature, future updates, and priority support — backed by a 14 days money-back guarantee."),ctaLabel:null!==(m=l?.ctaLabel)&&void 0!==m?m:(0,Sr.__)("Get Pro now →")},V=v.find((e=>e.name===f));return(0,e.createElement)("div",{className:"bPlDashboardFeatureCompare"},(0,e.createElement)("header",{className:"fcHero"},(0,e.createElement)("span",{className:"fcEyebrow"},P.eyebrow),(0,e.createElement)("h1",null,P.title),(0,e.createElement)("p",null,n?.description?n.description:(0,e.createElement)(e.Fragment,null,(0,Sr.__)("See exactly what unlocks when you upgrade.")," ",(0,e.createElement)("strong",null,_)," ",1===_?(0,Sr.__)("feature is"):(0,Sr.__)("features are")," ",(0,Sr.__)("exclusive to Pro.")))),v.length>1&&(0,e.createElement)("div",{className:"fcCycleWrap"},(0,e.createElement)("div",{className:"fcCycle",role:"tablist"},v.map((t=>(0,e.createElement)("button",{key:t.name,type:"button",role:"tab","aria-selected":t.name===f,className:t.name===f?"isActive":"",onClick:()=>y(t.name)},t.label,"annual"===t.name&&z>0&&(0,e.createElement)("span",{className:"fcSave"},`Save ${z}%`)))))),(0,e.createElement)("div",{className:"fcPlans"},b.map((t=>{var r,n;const l="free"===t.name,a=Array.isArray(t.pricing)?t.pricing.find((e=>1===parseInt(e.licenses)))?.[f]:"0",i=V?.short||"",c=V?.label||"",s=null!==(r=o?.free)&&void 0!==r?r:(0,Sr.__)("Free forever — all the essentials to get started."),m=null!==(n=o?.pro)&&void 0!==n?n:(0,Sr.__)("Everything in Free, plus advanced features and priority support.");return(0,e.createElement)("div",{key:t.id,className:"fcPlan "+(l?"isFree":"isPro")},(0,e.createElement)("div",{className:"fcPlanHead"},(0,e.createElement)("div",{className:"fcPlanTag"},l?(0,Sr.__)("Free"):(0,Sr.__)("Pro")),(0,e.createElement)("h3",null,t.title),(0,e.createElement)("p",null,l?s:m)),(0,e.createElement)("div",{className:"fcPlanPrice"},(0,e.createElement)("span",{className:"fcCurr"},"$"),(0,e.createElement)("span",{className:"fcAmt"},l?"0":a||"—"),(0,e.createElement)("span",{className:"fcCyc"},l?(0,Sr.__)("forever"):i===(0,Sr.__)("one-time")?(0,Sr.__)("one-time"):`${i} · ${(0,Sr.__)("billed")} ${c.toLowerCase()}`)),l?(0,e.createElement)("div",{className:"fcPlanCtaHave","aria-disabled":"true"},ar,(0,Sr.__)("You Already Have It")):(0,e.createElement)(lr,{className:"fcPlanCta",onClick:e=>{e.preventDefault(),new FS.Checkout({plugin_id:h,plan_id:t.id,public_key:d}).open({licenses:1,billing_cycle:f})}},(0,Sr.__)("Get Pro →")))}))),(0,e.createElement)("div",{className:"fcTableWrap"},(0,e.createElement)("div",{className:"fcTableHead"},(0,e.createElement)("h2",null,(0,Sr.__)("Feature breakdown")),(0,e.createElement)("div",{className:"fcSearchBox"},cr,(0,e.createElement)("input",{type:"text",placeholder:(0,Sr.__)("Filter features…"),value:x,onChange:e=>k(e.target.value)}),x&&(0,e.createElement)("button",{type:"button",onClick:()=>k(""),"aria-label":(0,Sr.__)("Clear filter")},"×"))),(0,e.createElement)("div",{className:"fcTableScroll"},(0,e.createElement)("table",{className:"fcTable"},(0,e.createElement)("thead",null,(0,e.createElement)("tr",null,(0,e.createElement)("th",null,(0,Sr.__)("Feature")),b.map((t=>(0,e.createElement)("th",{key:t.id,className:"free"===t.name?"isFreeCol":"isProCol"},"free"===t.name?(0,Sr.__)("Free"):(0,Sr.__)("Pro")))))),(0,e.createElement)("tbody",null,0===N.length?(0,e.createElement)("tr",null,(0,e.createElement)("td",{colSpan:b.length+1,className:"fcEmpty"},(0,Sr.__)("No features match your search."))):N.map(((t,r)=>{const n=C&&1===t.plans.length&&t.plans[0]===C.id;return(0,e.createElement)("tr",{key:r,className:n?"isProOnly":""},(0,e.createElement)("td",null,(0,e.createElement)("span",{dangerouslySetInnerHTML:{__html:t.title}}),n&&(0,e.createElement)("span",{className:"fcRowTag"},(0,Sr.__)("Pro only"))),b.map((r=>{const n=t.plans?.includes(r.id);return(0,e.createElement)("td",{key:r.id,className:"free"===r.name?"isFreeCol":"isProCol"},(0,e.createElement)("span",{className:"fcCell "+(n?"isCheck":"isCross"),"aria-label":n?(0,Sr.__)("Included"):(0,Sr.__)("Not included")},n?ar:ir))})))})))))),C&&(0,e.createElement)("section",{className:"fcCtaBanner"},(0,e.createElement)("div",null,(0,e.createElement)("h2",null,H.title),(0,e.createElement)("p",null,H.description)),(0,e.createElement)(lr,{className:"fcPlanCta",onClick:e=>{e.preventDefault(),new FS.Checkout({plugin_id:h,plan_id:C.id,public_key:d}).open({licenses:1,billing_cycle:f})}},H.ctaLabel)))},Wr=(t,r={},n=!0)=>{const[l,o]=(0,e.useState)(!1),[a,i]=(0,e.useState)(!1),[c,s]=(0,e.useState)(null),[m,h]=(0,e.useState)(null);if(!wp.ajax)return void console.error("Please use wp-util as a dependency");const d=(e={})=>{o(!0),i(!1),s(null),wp.ajax.post(t,{...r,...e}).done((e=>{o(!1),h(e)})).fail((e=>{o(!1),i(!0),s(e)}))},p=(e={})=>{d(e)};return(0,e.useEffect)((()=>{n&&d(r)}),[]),{data:m,saveData:p,refetch:p,isLoading:l,isError:a,error:c}},Ar=({product_id:t,licenseActiveNonce:r})=>{const[n,l]=(0,e.useState)(!1),[o,a]=(0,e.useState)(""),{data:i,isLoading:c,refetch:s,error:m}=Wr(`bpl_${t}_get_license_status`,{nonce:r});return(0,e.useEffect)((()=>{i&&(l(i.is_activated||!1),i.license_key&&a(i.license_key))}),[i]),{isActivated:n,activatedLicense:o,isLoading:c,error:m,refetch:s,setIsActivated:l,setActivatedLicense:a}},Fr=({product_id:t,public_key:r,licenseActiveNonce:n}={})=>{const[l,o]=(0,e.useState)(!1),[a,i]=(0,e.useState)(null);return{activateLicense:e=>e.trim()?(o(!0),i(null),new Promise(((l,a)=>{wp.ajax.post(`bpl_${t}_activate_license`,{license_key:e,product_id:t||"",public_key:r||"",nonce:n}).done((e=>{o(!1),l(e)})).fail((e=>{o(!1);i(e?.message||"Activation failed"),a(e)}))}))):Promise.reject(new Error("Please enter a license key")),isLoading:l,error:a}},jr=({product_id:t,licenseActiveNonce:r})=>{const[n,l]=(0,e.useState)(!1),[o,a]=(0,e.useState)(null);return{deactivateLicense:()=>(l(!0),a(null),new Promise(((e,n)=>{wp.ajax.post(`bpl_${t}_deactivate_license`,{nonce:r}).done((t=>{l(!1),e(t)})).fail((e=>{l(!1);a(e?.message||"Deactivation failed"),n(e)}))}))),isLoading:n,error:o}},$r=(t={})=>{const{isActivated:r,activatedLicense:n,isLoading:l,error:o,refetch:a,setIsActivated:i,setActivatedLicense:c}=Ar(t),{activateLicense:s,isLoading:m,error:h}=Fr(t),{deactivateLicense:d,isLoading:p,error:u}=jr(t),[g,w]=(0,e.useState)(!0),[v,E]=(0,e.useState)("");(0,e.useEffect)((()=>{w(l||m||p)}),[l,m,p]),(0,e.useEffect)((()=>{const e=o||h||u;if(e){E(e?.message||("string"==typeof e?e:"An error occurred"))}else E("")}),[o,h,u]);return{isActivated:r,isLoading:g,error:v,activatedLicense:n,activateLicense:async e=>{try{return await s(e),i(!0),c(e),!0}catch(e){return!1}},deactivateLicense:async()=>{try{return await d(),i(!1),c(""),!0}catch(e){return!1}},setError:E,refetch:a}},Ir=t=>{const{name:r,slug:n,version:l,media:o,freemius:a,licenseActiveNonce:i}=t,{product_id:c,public_key:s}=a||{},{logo:m}=o||{},{isActivated:h,isLoading:d,error:p,activatedLicense:u,activateLicense:g,deactivateLicense:w}=$r({product_id:c,public_key:s,licenseActiveNonce:i}),[v,E]=(0,e.useState)(""),[f,y]=(0,e.useState)(!1),[x,k]=(0,e.useState)(!1),[b,C]=(0,e.useState)(!1),[L,M]=(0,e.useState)(!1),z=async()=>{await g(v)&&(E(""),k(!1),window.location.reload())},B=x&&h,_=h&&!x;return(0,e.createElement)("div",{className:"bPlDashboardActivation"},(0,e.createElement)("header",{className:"actHero"},(0,e.createElement)("span",{className:"actEyebrow"},(0,Sr.__)("License")),(0,e.createElement)("h1",null,_?(0,Sr.__)("Your license is active"):B?(0,Sr.__)("Change your license key"):(0,Sr.__)("Activate your license")),(0,e.createElement)("p",null,_?(0,e.createElement)(e.Fragment,null,(0,Sr.__)("You're receiving security updates, new features and priority support for")," ",(0,e.createElement)("strong",null,r),"."):(0,e.createElement)(e.Fragment,null,(0,Sr.__)("Enter the license key you received with your purchase to unlock premium features and updates for")," ",(0,e.createElement)("strong",null,r),"."))),(0,e.createElement)("section",{className:"actCard "+(_?"isActive":"isInactive")},(0,e.createElement)("header",{className:"actCardHead"},(0,e.createElement)("div",{className:"actPluginInfo"},m&&(0,e.createElement)("img",{src:m,alt:r||(0,Sr.__)("Plugin")}),(0,e.createElement)("div",null,(0,e.createElement)("h2",null,r||(0,Sr.__)("Plugin")),l&&(0,e.createElement)("span",{className:"actVer"},"v",l))),(0,e.createElement)("span",{className:"actStatus "+(h?"isOk":"isOff")},(0,e.createElement)("span",{className:"actStatusDot"}),h?(0,Sr.__)("Activated"):(0,Sr.__)("Not activated"))),d&&(0,e.createElement)("div",{className:"actLoading"},(0,e.createElement)("div",{className:"actSpinner"}),(0,e.createElement)("p",null,(0,Sr.__)("Talking to the license server…"))),!d&&_&&(0,e.createElement)("div",{className:"actBody"},(0,e.createElement)("div",{className:"actSuccessTop"},(0,e.createElement)("div",{className:"actSuccessIcon"},vr),(0,e.createElement)("div",null,(0,e.createElement)("h3",null,(0,Sr.__)("License verified")),(0,e.createElement)("p",null,(0,Sr.__)("Your purchase code is bound to this site and is in good standing.")))),(0,e.createElement)("div",{className:"actLicenseRow"},(0,e.createElement)("span",{className:"actFieldLabel"},(0,Sr.__)("License key")),(0,e.createElement)("div",{className:"actLicenseDisplay"},(0,e.createElement)("input",{type:"text",value:(e=>{if(!e)return"";if(f)return e;const t=e.substring(0,4),r=e.substring(e.length-4);return`${t}${"•".repeat(Math.max(0,e.length-8))}${r}`})(u),readOnly:!0}),(0,e.createElement)("button",{type:"button",className:"actIconBtn",onClick:()=>y((e=>!e)),"aria-label":f?(0,Sr.__)("Hide license"):(0,Sr.__)("Show license")},f?gr:wr),(0,e.createElement)("button",{type:"button",className:"actIconBtn "+(L?"isCopied":""),onClick:async()=>{if(u)try{await navigator.clipboard.writeText(u),M(!0),setTimeout((()=>M(!1)),1600)}catch(e){console.error(e.message)}},"aria-label":(0,Sr.__)("Copy license to clipboard")},Lr,L&&(0,e.createElement)("span",{className:"actCopiedTip"},(0,Sr.__)("Copied"))))),(0,e.createElement)("footer",{className:"actFoot"},(0,e.createElement)("button",{type:"button",className:"actLinkBtn",onClick:()=>k(!0)},xr,(0,Sr.__)("Change license")),(0,e.createElement)("button",{type:"button",className:"actLinkBtn isDanger",onClick:()=>C(!0)},(0,Sr.__)("Deactivate license")))),!d&&!_&&(0,e.createElement)("div",{className:"actBody"},(0,e.createElement)("label",{className:"actField"},(0,e.createElement)("span",{className:"actFieldLabel"},Cr,(0,Sr.__)("License key")),(0,e.createElement)("input",{type:"text",value:v,placeholder:"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx",onChange:e=>E(e.target.value),onKeyDown:e=>"Enter"===e.key&&v.trim()&&z(),disabled:d,autoFocus:!0,spellCheck:!1,autoCapitalize:"none",autoCorrect:"off"})),p&&(0,e.createElement)("div",{className:"actError"},Mr,(0,e.createElement)("span",null,p)),(0,e.createElement)("button",{type:"button",className:"actPrimaryBtn",onClick:z,disabled:d||!v.trim()},d?(0,Sr.__)("Activating…"):B?(0,Sr.__)("Update License"):(0,Sr.__)("Activate License")),!B&&(0,e.createElement)("p",{className:"actHelp"},(0,Sr.__)("Can't find your key?")," ",(0,e.createElement)("a",{href:`https://dashboard.freemius.com/license-recovery/${c}/${n}/`,target:"_blank",rel:"noopener noreferrer"},(0,Sr.__)("Recover license"),sr)," ",(0,Sr.__)("or")," ",(0,e.createElement)("a",{href:"https://freemius.com/help/documentation/wordpress-sdk/license-activation-issues/",target:"_blank",rel:"noopener noreferrer"},(0,Sr.__)("activation help"),sr)),!B&&(0,e.createElement)("div",{className:"actPermsBlock"},(0,e.createElement)("h4",null,r," ",(0,Sr.__)("needs the following to deliver updates & security patches")),(0,e.createElement)("ul",{className:"actPerms"},(0,e.createElement)("li",null,(0,e.createElement)("span",{className:"actPermIcon"},or),(0,e.createElement)("div",null,(0,e.createElement)("strong",null,(0,Sr.__)("License essentials")),(0,e.createElement)("span",null,(0,Sr.__)("Homepage URL · Plugin version · SDK version")))),(0,e.createElement)("li",null,(0,e.createElement)("span",{className:"actPermIcon"},xr),(0,e.createElement)("div",null,(0,e.createElement)("strong",null,(0,Sr.__)("Plugin state")),(0,e.createElement)("span",null,(0,Sr.__)("Whether the plugin is active, deactivated or uninstalled")))))),!B&&(0,e.createElement)("footer",{className:"actLegalRow"},(0,e.createElement)("a",{href:`https://freemius.com/product/license-activation/${c}/${n}/`,target:"_blank",rel:"noopener noreferrer"},(0,Sr.__)("Powered by Freemius")),(0,e.createElement)("span",null,"·"),(0,e.createElement)("a",{href:"https://freemius.com/privacy/",target:"_blank",rel:"noopener noreferrer"},(0,Sr.__)("Privacy Policy")),(0,e.createElement)("span",null,"·"),(0,e.createElement)("a",{href:`https://freemius.com/product/${c}/${n}/legal/eula/`,target:"_blank",rel:"noopener noreferrer"},(0,Sr.__)("License Agreement"))),B&&(0,e.createElement)("button",{type:"button",className:"actLinkBtn isCenter",onClick:()=>k(!1)},(0,Sr.__)("Cancel and keep current license")))),b&&(0,e.createElement)("div",{className:"actModal",role:"dialog","aria-modal":"true"},(0,e.createElement)("div",{className:"actModalBackdrop",onClick:()=>C(!1)}),(0,e.createElement)("div",{className:"actModalContent"},(0,e.createElement)("header",null,(0,e.createElement)("div",{className:"actModalIcon"},Mr),(0,e.createElement)("div",null,(0,e.createElement)("h3",null,(0,Sr.__)("Deactivate this license?")),(0,e.createElement)("p",null,(0,Sr.__)("You can re-activate it later on this site or move it to a different one.")))),(0,e.createElement)("div",{className:"actModalNote"},(0,Sr.__)("Premium features and automatic updates will stop on this site until you re-activate.")),(0,e.createElement)("footer",null,(0,e.createElement)("button",{type:"button",className:"actModalCancel",onClick:()=>C(!1)},(0,Sr.__)("Keep license active")),(0,e.createElement)("button",{type:"button",className:"actModalAction",onClick:async()=>{C(!1);await w()&&(k(!0),E(""),window.location.reload())}},(0,Sr.__)("Yes, deactivate"))))))},Rr=window.wp.data,Tr=window.wp.apiFetch;var Or=r.n(Tr);const Dr=["3d-viewer","html5-video-player","html5-audio-player","pdf-poster","document-emberdder","advanced-post-block","advance-custom-html","b-carousel-block","b-blocks","embed-lottie-player","b-slider"],qr=e=>{if(!e)return"";return e.replace(/–/g,"–").replace(/—/g,"—").replace(/–/g,"–").replace(/—/g,"—").replace(/-/g,"-").split(/\s*[–\-—]\s*/)[0].trim()},Ur=e=>(e||"").replace(/<[^>]+>/g,""),Gr=({rating:t=0})=>{const r=Math.round(t/20);return(0,e.createElement)("span",{className:"ourPlugStars","aria-label":`${(t/20).toFixed(1)} out of 5`},[1,2,3,4,5].map((t=>(0,e.createElement)("svg",{key:t,viewBox:"0 0 24 24",width:13,height:13,fill:t<=r?"#fbbf24":"#e5e7eb"},(0,e.createElement)("path",{d:"M12 2l2.39 6.95L22 9.27l-5.45 4.73L18.18 22 12 17.77 5.82 22l1.63-7.99L2 9.27l7.61-.32L12 2z"})))))},Zr=({plugin:t,path:r,initStatus:n})=>{const{name:l,slug:o,icons:a,short_description:i,version:c}=t,[s,m]=(0,e.useState)(n),h=(()=>{switch(s){case"activated":case"success":return(0,Sr.__)("Activated");case"installed":return(0,Sr.__)("Activate");case"activating":return(0,Sr.__)("Activating…");case"installing":return(0,Sr.__)("Installing…");case"error":return(0,Sr.__)("Failed");default:return(0,Sr.__)("Install & Activate")}})(),d="activated"===s||"success"===s,p="installing"===s||"activating"===s;return(0,e.createElement)("article",{className:"ourPlugCard"},(0,e.createElement)("div",{className:"ourPlugCardTop"},(0,e.createElement)("img",{className:"ourPlugIcon",src:a?.["1x"]||a?.["2x"]||"",alt:l}),(0,e.createElement)("div",{className:"ourPlugCardId"},(0,e.createElement)("h3",{dangerouslySetInnerHTML:{__html:qr(l)}}),c&&(0,e.createElement)("span",{className:"ourPlugVer"},"v",c)),d&&(0,e.createElement)("span",{className:"ourPlugActive"},(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:12,height:12,fill:"none",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"20 6 9 17 4 12"})),(0,Sr.__)("Active"))),(0,e.createElement)("p",{className:"ourPlugDesc",dangerouslySetInnerHTML:{__html:Ur(i)}}),(0,e.createElement)("div",{className:"ourPlugStats"},(0,e.createElement)("span",{className:"ourPlugStat"},(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:14,height:14,fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),(0,e.createElement)("polyline",{points:"7 10 12 15 17 10"}),(0,e.createElement)("line",{x1:"12",y1:"15",x2:"12",y2:"3"})),(e=>{if(null==e)return"0";const t=Math.abs(e);return t>=1e9?(e/1e9).toFixed(1).replace(/\.0$/,"")+"B":t>=1e6?(e/1e6).toFixed(1).replace(/\.0$/,"")+"M":t>=1e3?(e/1e3).toFixed(1).replace(/\.0$/,"")+"k":String(e)})(t.downloaded)),(0,e.createElement)("span",{className:"ourPlugStat"},(0,e.createElement)(Gr,{rating:t.rating}),(0,e.createElement)("strong",null,((t.rating||0)/20).toFixed(1)))),(0,e.createElement)(lr,{className:`ourPlugCta status-${s}`,disabled:d||p,onClick:async()=>{m("installed"===s?"activating":"installing");try{if("installed"===s&&r)return await Or()({path:`/wp/v2/plugins/${r}`,method:"POST",data:{status:"active"}}),m("success"),void setTimeout((()=>m("activated")),1e3);await Or()({path:"/wp/v2/plugins",method:"POST",data:{slug:o,status:"active"}}),m("success"),setTimeout((()=>m("activated")),1e3)}catch{m("error"),setTimeout((()=>m("installed"===s?"installed":"notfound")),1400)}}},p&&(0,e.createElement)("span",{className:"ourPlugCtaSpinner"}),h))},Jr=(0,Rr.withSelect)((e=>{const{getPlugins:t}=e("core");return{installedPlugins:t?.({per_page:-1})}}))((({slug:t,slugs:r=Dr,installedPlugins:n})=>{const[l,o]=(0,e.useState)([]),[a,i]=(0,e.useState)(!1),[c,s]=(0,e.useState)(""),[m,h]=(0,e.useState)("popular"),d=(0,e.useMemo)((()=>(r||[]).filter((e=>e!==t))),[r,t]);(0,e.useEffect)((()=>{if(!d.length)return;let e=!1;return i(!0),fetch("https://api.wordpress.org/plugins/info/1.2/?action=query_plugins&request[author]=bplugins&request[per_page]=100&request[fields]=title,name,slug,icons,short_description,version,active_installs,rating,ratings,downloaded",{credentials:"omit",mode:"cors"}).then((e=>e.json())).then((t=>{e||o((t?.plugins||[]).filter((e=>d.includes(e.slug))))})).catch((()=>{e||o([])})).finally((()=>{e||i(!1)})),()=>{e=!0}}),[JSON.stringify(d)]);const p=(0,e.useMemo)((()=>{const e=c.trim().toLowerCase();let t=l.filter((t=>!e||t.name.toLowerCase().includes(e)||(t.short_description||"").toLowerCase().includes(e)));return"popular"===m&&t.sort(((e,t)=>(t.active_installs||0)-(e.active_installs||0))),"rating"===m&&t.sort(((e,t)=>(t.rating||0)-(e.rating||0))),"name"===m&&t.sort(((e,t)=>qr(e.name).localeCompare(qr(t.name)))),t}),[l,c,m]);return a?(0,e.createElement)("div",{className:"bPlDashboardOurPlugins bPlDashboardOurPluginsLoading"},(0,e.createElement)("div",{className:"ourPlugSpinner"}),(0,e.createElement)("p",null,(0,Sr.__)("Fetching plugins from the WordPress directory…"))):(0,e.createElement)("div",{className:"bPlDashboardOurPlugins"},(0,e.createElement)("header",{className:"ourPlugHero"},(0,e.createElement)("span",{className:"ourPlugEyebrow"},(0,Sr.__)("Made by bPlugins")),(0,e.createElement)("h1",null,(0,Sr.__)("Discover more plugins from our team")),(0,e.createElement)("p",null,(0,Sr.__)("Hand-crafted WordPress plugins built with the same care and quality. Install any of them with a single click."))),(0,e.createElement)("div",{className:"ourPlugToolbar"},(0,e.createElement)("div",{className:"ourPlugSearch"},(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:18,height:18,fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"11",cy:"11",r:"7"}),(0,e.createElement)("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})),(0,e.createElement)("input",{type:"text",placeholder:(0,Sr.__)("Search plugins…"),value:c,onChange:e=>s(e.target.value)}),c&&(0,e.createElement)("button",{onClick:()=>s(""),"aria-label":(0,Sr.__)("Clear search")},"×")),(0,e.createElement)("div",{className:"ourPlugSortLabel"},(0,Sr.__)("Sort by")),(0,e.createElement)("div",{className:"ourPlugSort",role:"tablist"},[{key:"popular",label:(0,Sr.__)("Popular")},{key:"rating",label:(0,Sr.__)("Top Rated")},{key:"name",label:(0,Sr.__)("A–Z")}].map((t=>(0,e.createElement)("button",{key:t.key,type:"button",role:"tab","aria-selected":m===t.key,className:m===t.key?"isActive":"",onClick:()=>h(t.key)},t.label))))),(0,e.createElement)("p",{className:"ourPlugCount"},(0,e.createElement)("strong",null,p.length)," ",1===p.length?(0,Sr.__)("plugin"):(0,Sr.__)("plugins"),c&&` ${(0,Sr.__)("matching")} "${c}"`),0===p.length?(0,e.createElement)("div",{className:"ourPlugEmpty"},(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:36,height:36,fill:"none",stroke:"currentColor",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"11",cy:"11",r:"7"}),(0,e.createElement)("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})),(0,e.createElement)("h3",null,(0,Sr.__)("No plugins match")),(0,e.createElement)("p",null,(0,Sr.__)("Try a different keyword."))):(0,e.createElement)("div",{className:"ourPlugGrid"},p.map((t=>{var r;const l=null!==(r=n?.find((e=>e?.plugin?.includes(t.slug))))&&void 0!==r?r:null,o=!!l&&"active"===l.status?"activated":l?"installed":"notfound";return(0,e.createElement)(Zr,{key:t.slug,plugin:t,path:l?.plugin,initStatus:o})}))))})),Yr="#146EF5",Qr=((0,e.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",width:15,height:15,viewBox:"0 0 548.172 548.172"},(0,e.createElement)("path",{fill:Yr,d:"M534.75 49.965c-8.945-8.945-19.694-13.422-32.261-13.422H45.681c-12.562 0-23.313 4.477-32.264 13.422C4.471 58.913 0 69.663 0 82.226v310.633c0 12.566 4.471 23.315 13.417 32.265 8.951 8.945 19.702 13.414 32.264 13.414h155.318c0 7.231-1.524 14.661-4.57 22.269-3.044 7.614-6.09 14.273-9.136 19.981-3.042 5.715-4.565 9.897-4.565 12.56 0 4.948 1.807 9.24 5.424 12.847 3.615 3.621 7.898 5.435 12.847 5.435h146.179c4.949 0 9.233-1.813 12.848-5.435 3.62-3.606 5.427-7.898 5.427-12.847 0-2.468-1.526-6.611-4.571-12.415-3.046-5.801-6.092-12.566-9.134-20.267-3.046-7.71-4.569-15.085-4.569-22.128h155.318c12.56 0 23.309-4.469 32.254-13.414 8.949-8.949 13.422-19.698 13.422-32.265V82.226c.003-12.563-4.474-23.313-13.423-32.261zm-23.123 269.803c0 2.475-.903 4.613-2.711 6.424-1.81 1.804-3.952 2.707-6.427 2.707H45.681c-2.473 0-4.615-.903-6.423-2.707-1.807-1.817-2.712-3.949-2.712-6.424V82.226c0-2.475.902-4.615 2.712-6.423 1.809-1.805 3.951-2.712 6.423-2.712h456.815c2.471 0 4.617.904 6.42 2.712 1.808 1.809 2.711 3.949 2.711 6.423v237.542z"})),(0,e.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",width:15,height:15,viewBox:"0 0 512 512"},(0,e.createElement)("path",{fill:Yr,d:"M394.667 0H117.333C87.936 0 64 23.936 64 53.333v405.333C64 488.064 87.936 512 117.333 512h277.333C424.064 512 448 488.064 448 458.667V53.333C448 23.936 424.064 0 394.667 0zM256 480c-11.755 0-21.333-9.579-21.333-21.333s9.579-21.333 21.333-21.333 21.333 9.579 21.333 21.333S267.755 480 256 480zm149.333-64c0 5.888-4.779 10.667-10.667 10.667H117.333c-5.888 0-10.667-4.779-10.667-10.667V53.333c0-5.888 4.779-10.667 10.667-10.667h277.333c5.888 0 10.667 4.779 10.667 10.667V416z"})),(0,e.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",width:15,height:15,viewBox:"0 0 503.604 503.604"},(0,e.createElement)("path",{fill:Yr,d:"M337.324 0H167.192c-28.924 0-53.5 23.584-53.5 52.5v398.664c0 28.916 24.056 52.44 52.98 52.44l170.412-.184c28.92 0 52.58-23.528 52.58-52.448l.248-398.5C389.908 23.452 366.364 0 337.324 0zM227.68 31.476h49.36c4.336 0 7.868 3.52 7.868 7.868 0 4.348-3.532 7.868-7.868 7.868h-49.36a7.865 7.865 0 01-7.868-7.868 7.865 7.865 0 017.868-7.868zm-29.66 2.504c2.916-2.912 8.224-2.952 11.136 0a7.973 7.973 0 012.324 5.588c0 2.048-.864 4.088-2.324 5.548-1.452 1.46-3.504 2.32-5.548 2.32-2.084 0-4.088-.86-5.588-2.32-1.452-1.456-2.28-3.5-2.28-5.548-.004-2.088.828-4.132 2.28-5.588zm52.752 454.028c-12.984 0-23.544-10.568-23.544-23.548 0-12.984 10.56-23.548 23.544-23.548s23.544 10.564 23.544 23.548c0 12.98-10.564 23.548-23.544 23.548zm114.716-63.1H141.232V74.756h224.256v350.152z"})),(0,e.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",width:14,height:14,viewBox:"0 0 330 330"},(0,e.createElement)("path",{d:"M100.606 229.393c-5.857-5.857-15.355-5.857-21.213 0-5.858 5.857-5.858 15.355 0 21.213l75 75A14.954 14.954 0 00165 330a14.95 14.95 0 0010.606-4.394l75-75c5.858-5.857 5.858-15.355 0-21.213-5.857-5.857-15.355-5.857-21.213 0L180 278.787V51.212l49.394 49.394A14.95 14.95 0 00240 105a14.95 14.95 0 0010.606-4.394c5.858-5.857 5.858-15.355 0-21.213l-75-75c-5.857-5.858-15.355-5.858-21.213 0l-75 75c-5.858 5.857-5.858 15.355 0 21.213 5.857 5.857 15.355 5.857 21.213 0L150 51.212v227.574l-49.394-49.393z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 430.848 430.848"},(0,e.createElement)("path",{d:"M286.244,249.537l10.992-45.639c0.035-0.143,0.071-0.285,0.109-0.428c2.909-10.867,11.469-19.426,22.339-22.338 l33.347-8.936c-5.472-6.525-13.678-10.682-22.839-10.682h-9.837c-2.511-7.895-5.7-15.59-9.515-22.957l6.96-6.959 c11.622-11.623,11.622-30.535,0-42.156L296.76,68.4c-5.631-5.629-13.117-8.73-21.079-8.73c-7.961,0-15.447,3.102-21.078,8.732 l-6.96,6.959c-7.369-3.814-15.064-7.004-22.956-9.516V56.01c0-16.436-13.372-29.807-29.808-29.807h-29.758 c-16.436,0-29.808,13.371-29.808,29.807v9.836c-7.893,2.512-15.588,5.701-22.957,9.516l-6.96-6.961 c-5.631-5.629-13.117-8.73-21.078-8.73c-7.961,0-15.447,3.102-21.079,8.732L42.2,89.443c-11.622,11.621-11.622,30.533,0,42.156 l6.959,6.959c-3.815,7.367-7.004,15.063-9.515,22.957h-9.837C13.372,161.516,0,174.887,0,191.324v29.758 c0,16.436,13.372,29.807,29.808,29.807h9.837c2.511,7.895,5.7,15.588,9.515,22.957l-6.96,6.959 c-11.623,11.623-11.623,30.533,0,42.158l21.041,21.039c5.632,5.631,13.118,8.732,21.079,8.732s15.447-3.102,21.077-8.732 l6.96-6.959c7.366,3.815,15.061,7.002,22.957,9.514v9.838c0,16.436,13.372,29.809,29.808,29.809h25.809 c-2.388-5.691-3.644-11.852-3.645-18.209c-0.002-12.572,4.892-24.391,13.781-33.279L286.244,249.537z M180,286.201 c-44.112,0-80-35.887-80-79.998c0-44.113,35.888-80.002,80-80.002s80,35.889,80,80.002C260,250.314,224.112,286.201,180,286.201z"}),(0,e.createElement)("path",{d:"M425.267,218.734l-0.319-0.32c-0.939-0.941-2.189-1.428-3.541-1.469c-1.326,0-2.598,0.525-3.536,1.465l-21.596,21.596 c-3.304,3.305-7.699,5.125-12.375,5.125c-4.676,0-9.072-1.82-12.379-5.129c-3.307-3.305-5.128-7.701-5.128-12.377 c0.001-4.676,1.821-9.072,5.126-12.377l21.596-21.596c0.939-0.939,1.465-2.213,1.464-3.539c-0.001-1.328-0.53-2.6-1.47-3.537 l-0.314-0.313c-3.605-3.605-8.399-5.592-13.499-5.592c-1.665,0-3.325,0.219-4.936,0.65l-44.348,11.885 c-6.568,1.76-11.741,6.932-13.498,13.496c-0.011,0.041-0.021,0.08-0.031,0.121l-11.817,49.063l-87.667,87.666 c-6.528,6.527-10.122,15.207-10.121,24.44c0.002,9.232,3.598,17.91,10.126,24.439l2.088,2.088 c6.528,6.529,15.209,10.125,24.443,10.125h0c9.231,0,17.909-3.594,24.437-10.121l87.667-87.666l49.061-11.816 c0.041-0.01,0.082-0.022,0.122-0.031c6.563-1.758,11.735-6.928,13.497-13.496l11.883-44.352 C431.959,230.598,430.066,223.535,425.267,218.734z M257.26,368.406c-1.888,1.889-4.399,2.93-7.071,2.93 c-2.671,0-5.183-1.041-7.072-2.932c-1.887-1.885-2.928-4.397-2.928-7.068c-0.001-2.672,1.041-5.185,2.931-7.072 c1.886-1.887,4.398-2.928,7.069-2.928c2.672,0,5.184,1.041,7.072,2.93c1.887,1.885,2.928,4.396,2.928,7.068 C260.189,364.006,259.148,366.518,257.26,368.406z M316.194,305.935L274.82,347.31c-1.416,1.416-3.3,2.197-5.303,2.197 c-2.003,0-3.887-0.781-5.303-2.197c-1.417-1.416-2.197-3.299-2.197-5.303s0.78-3.887,2.197-5.303l41.374-41.375 c1.417-1.418,3.3-2.197,5.303-2.197s3.887,0.779,5.303,2.197c1.417,1.416,2.197,3.299,2.197,5.303S317.611,304.519,316.194,305.935 z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:30,viewBox:"0 0 448 512"},(0,e.createElement)("path",{d:"M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:30,viewBox:"0 0 512 512"},(0,e.createElement)("path",{d:"M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V256C0 114.6 114.6 0 256 0S512 114.6 512 256V400.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24H240c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208zM144 208h16c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V272c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h16z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:30,viewBox:"0 0 576 512"},(0,e.createElement)("path",{d:"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:30,viewBox:"0 0 448 512"},(0,e.createElement)("path",{d:"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,viewBox:"0 0 448 512"},(0,e.createElement)("path",{d:"M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 -960 960 960"},(0,e.createElement)("path",{d:"M480-424 284-228q-11 11-28 11t-28-11q-11-11-11-28t11-28l196-196-196-196q-11-11-11-28t11-28q11-11 28-11t28 11l196 196 196-196q11-11 28-11t28 11q11 11 11 28t-11 28L536-480l196 196q11 11 11 28t-11 28q-11 11-28 11t-28-11L480-424Z"}))),Kr=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 320 512",width:16,height:16},(0,e.createElement)("path",{d:"M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 512 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M96 320C96 302.3 110.3 288 128 288L512 288C529.7 288 544 302.3 544 320C544 337.7 529.7 352 512 352L128 352C110.3 352 96 337.7 96 320z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M352 128C352 110.3 337.7 96 320 96C302.3 96 288 110.3 288 128L288 288L128 288C110.3 288 96 302.3 96 320C96 337.7 110.3 352 128 352L288 352L288 512C288 529.7 302.3 544 320 544C337.7 544 352 529.7 352 512L352 352L512 352C529.7 352 544 337.7 544 320C544 302.3 529.7 288 512 288L352 288L352 128z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"},(0,e.createElement)("path",{d:"M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"},(0,e.createElement)("path",{d:"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"})),(0,e.createElement)("svg",{className:"check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 -960 960 960"},(0,e.createElement)("path",{d:"m382-354 339-339q12-12 28-12t28 12q12 12 12 28.5T777-636L410-268q-12 12-28 12t-28-12L182-440q-12-12-11.5-28.5T183-497q12-12 28.5-12t28.5 12l142 143Z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18px",height:"18px"},(0,e.createElement)("path",{d:"M10 2a8 8 0 105.29 13.71l5 5a1 1 0 001.42-1.42l-5-5A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"}))),Xr=(0,e.createElement)("svg",{width:25,height:25,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M4.66667 12.25H11.9C11.9928 12.25 12.0818 12.2131 12.1475 12.1475C12.2131 12.0818 12.25 11.9928 12.25 11.9V2.1C12.25 2.00717 12.2131 1.91815 12.1475 1.85251C12.0818 1.78687 11.9928 1.75 11.9 1.75H2.1C2.00717 1.75 1.91815 1.78687 1.85251 1.85251C1.78687 1.91815 1.75 2.00717 1.75 2.1V9.33333M5.83333 3.5H10.5M3.5 3.5H4.08333M2.04167 11.9583L7 7M7 7V9.33333M7 7H4.66667",stroke:"#6A72A5",strokeLinecap:"round",strokeLinejoin:"round"})),en=(0,e.createElement)("svg",{width:25,height:25,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M11.6667 6.99999V3.35357C11.6667 3.30753 11.6577 3.26193 11.6401 3.21939C11.6225 3.17684 11.5966 3.1382 11.564 3.10566L9.72771 1.26932C9.66213 1.20367 9.57317 1.16674 9.48037 1.16666H2.68337C2.59055 1.16666 2.50152 1.20353 2.43589 1.26917C2.37025 1.33481 2.33337 1.42383 2.33337 1.51666V12.4833C2.33337 12.5761 2.37025 12.6652 2.43589 12.7308C2.50152 12.7964 2.59055 12.8333 2.68337 12.8333H6.41671M4.66671 5.83332H9.33337M4.66671 3.49999H7.00004M4.66671 8.16666H6.41671",stroke:"#6A72A5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M9.33337 3.14999V1.37315C9.33345 1.33237 9.3456 1.29251 9.36829 1.25862C9.39099 1.22473 9.42321 1.19832 9.4609 1.18272C9.49859 1.16712 9.54005 1.16303 9.58006 1.17097C9.62007 1.17891 9.65683 1.19852 9.68571 1.22732L11.606 3.14765C11.6351 3.17642 11.655 3.21321 11.6631 3.25331C11.6712 3.29341 11.6672 3.33502 11.6515 3.37283C11.6359 3.41063 11.6093 3.44291 11.5752 3.46556C11.5412 3.48821 11.5011 3.5002 11.4602 3.49999H9.68337C9.59055 3.49999 9.50152 3.46311 9.43589 3.39748C9.37025 3.33184 9.33337 3.24281 9.33337 3.14999V3.14999Z",fill:"#6A72A5",stroke:"#6A72A5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M10.4731 9.88165L11.0565 9.29832C11.1172 9.23754 11.1893 9.18932 11.2687 9.15643C11.3481 9.12353 11.4331 9.1066 11.5191 9.1066C11.605 9.1066 11.6901 9.12353 11.7694 9.15643C11.8488 9.18932 11.9209 9.23754 11.9816 9.29832C12.1042 9.42095 12.1731 9.58723 12.1731 9.76061C12.1731 9.93399 12.1042 10.1003 11.9816 10.2229L11.3983 10.8062M10.4731 9.88107L8.7284 11.6258C8.64116 11.7133 8.58397 11.8263 8.56506 11.9484L8.42273 12.8567L9.33098 12.7149C9.45309 12.696 9.56605 12.6388 9.65356 12.5516L11.3977 10.8062M10.4731 9.88107L11.3983 10.8062",stroke:"#6A72A5",strokeLinecap:"round",strokeLinejoin:"round"})),tn=(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M187.2 100.9C174.8 94.1 159.8 94.4 147.6 101.6C135.4 108.8 128 121.9 128 136L128 504C128 518.1 135.5 531.2 147.6 538.4C159.7 545.6 174.8 545.9 187.2 539.1L523.2 355.1C536 348.1 544 334.6 544 320C544 305.4 536 291.9 523.2 284.9L187.2 100.9z"})),rn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM320 240C302.3 240 288 254.3 288 272C288 285.3 277.3 296 264 296C250.7 296 240 285.3 240 272C240 227.8 275.8 192 320 192C364.2 192 400 227.8 400 272C400 319.2 364 339.2 344 346.5L344 350.3C344 363.6 333.3 374.3 320 374.3C306.7 374.3 296 363.6 296 350.3L296 342.2C296 321.7 310.8 307 326.1 302C332.5 299.9 339.3 296.5 344.3 291.7C348.6 287.5 352 281.7 352 272.1C352 254.4 337.7 240.1 320 240.1zM288 432C288 414.3 302.3 400 320 400C337.7 400 352 414.3 352 432C352 449.7 337.7 464 320 464C302.3 464 288 449.7 288 432z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M224 32C241.7 32 256 46.3 256 64L256 160L384 160L384 64C384 46.3 398.3 32 416 32C433.7 32 448 46.3 448 64L448 160L512 160C529.7 160 544 174.3 544 192C544 209.7 529.7 224 512 224L512 288C512 383.1 442.8 462.1 352 477.3L352 544C352 561.7 337.7 576 320 576C302.3 576 288 561.7 288 544L288 477.3C197.2 462.1 128 383.1 128 288L128 224C110.3 224 96 209.7 96 192C96 174.3 110.3 160 128 160L192 160L192 64C192 46.3 206.3 32 224 32z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640"},(0,e.createElement)("path",{d:"M451.5 160C434.9 160 418.8 164.5 404.7 172.7C388.9 156.7 370.5 143.3 350.2 133.2C378.4 109.2 414.3 96 451.5 96C537.9 96 608 166 608 252.5C608 294 591.5 333.8 562.2 363.1L491.1 434.2C461.8 463.5 422 480 380.5 480C294.1 480 224 410 224 323.5C224 322 224 320.5 224.1 319C224.6 301.3 239.3 287.4 257 287.9C274.7 288.4 288.6 303.1 288.1 320.8C288.1 321.7 288.1 322.6 288.1 323.4C288.1 374.5 329.5 415.9 380.6 415.9C405.1 415.9 428.6 406.2 446 388.8L517.1 317.7C534.4 300.4 544.2 276.8 544.2 252.3C544.2 201.2 502.8 159.8 451.7 159.8zM307.2 237.3C305.3 236.5 303.4 235.4 301.7 234.2C289.1 227.7 274.7 224 259.6 224C235.1 224 211.6 233.7 194.2 251.1L123.1 322.2C105.8 339.5 96 363.1 96 387.6C96 438.7 137.4 480.1 188.5 480.1C205 480.1 221.1 475.7 235.2 467.5C251 483.5 269.4 496.9 289.8 507C261.6 530.9 225.8 544.2 188.5 544.2C102.1 544.2 32 474.2 32 387.7C32 346.2 48.5 306.4 77.8 277.1L148.9 206C178.2 176.7 218 160.2 259.5 160.2C346.1 160.2 416 230.8 416 317.1C416 318.4 416 319.7 416 321C415.6 338.7 400.9 352.6 383.2 352.2C365.5 351.8 351.6 337.1 352 319.4C352 318.6 352 317.9 352 317.1C352 283.4 334 253.8 307.2 237.5z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 544 432"},(0,e.createElement)("path",{d:"m297 71.2c9.2-7.3 15-18.6 15-31.2 0-22.1-17.9-40-40-40-22.1 0-40 17.9-40 40 0 12.6 5.9 23.9 15 31.2l-68.4 107.6c-10 15.7-31.3 19.6-46.2 8.4l-59.5-44.5c4.5-6.4 7.1-14.3 7.1-22.7 0-22.1-17.9-40-40-40-22.1 0-40 17.9-40 40 0 21.8 17.5 39.6 39.2 40l32.6 217.5c4.7 31.3 31.6 54.5 63.3 54.5h273.8c31.7 0 58.6-23.2 63.3-54.5l32.6-217.5c21.7-0.4 39.2-18.2 39.2-40 0-22.1-17.9-40-40-40-22.1 0-40 17.9-40 40 0 8.4 2.6 16.3 7.1 22.7l-59.4 44.6c-14.9 11.2-36.2 7.3-46.2-8.4z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},(0,e.createElement)("path",{d:"m290.4 19.8c5-12 16.7-19.8 29.6-19.8h160c17.7 0 32 14.3 32 32v160c0 12.9-7.8 24.6-19.8 29.6-12 5-25.7 2.2-34.9-6.9l-57.3-57.4-153.4 153.3c-12.5 12.5-32.8 12.5-45.3 0-12.5-12.5-12.5-32.8 0-45.3l153.4-153.3-57.3-57.4c-9.2-9.2-11.9-22.9-6.9-34.9zm-290.4 156.2c0-44.2 35.8-80 80-80h80c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32h-80c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16h256c8.8 0 16-7.2 16-16v-80c0-17.7 14.3-32 32-32 17.7 0 32 14.3 32 32v80c0 44.2-35.8 80-80 80h-256c-44.2 0-80-35.8-80-80z"})),({block:t,isPremium:r,disableBlockName:n,handleCheckboxChange:l,isSaving:o,isLinks:a=!0})=>{const{name:i,title:c,icon:s,demo:m,docs:h,badge:d="",required:p=!1}=t,u=!r&&t.isPremium,g=!u&&!n.includes(i),w=!0===p;return(0,e.createElement)("div",{className:"block "+(g?"":"disabled")},(0,e.createElement)("div",{className:"icon"},s),(0,e.createElement)("div",{className:"name"},(0,e.createElement)("p",{className:"blockTitle"},c),u&&(0,e.createElement)("a",{href:"#pricing"},"Get Pro")),a&&(0,e.createElement)(e.Fragment,null,m&&(0,e.createElement)("a",{className:"actionBtn",href:m,target:"_blank",rel:"noopener noreferrer"},Xr),h&&(0,e.createElement)("a",{className:"actionBtn",href:h,target:"_blank",rel:"noopener noreferrer"},en)),d&&(0,e.createElement)("p",{className:"blockBadge"},d),u&&(0,e.createElement)("p",{className:"blockBadge blockProBadge"},"Pro"),w&&(0,e.createElement)("p",{className:"blockBadge blockRequiredBadge"},"Required"),(0,e.createElement)("label",{className:"toggleSwitch",...u||w?{htmlFor:"b-blocks-admin-pro-modal-toggle"}:{}},(0,e.createElement)("input",{type:"checkbox",checked:g,...u||w?{}:{onChange:e=>l(i,e.target.checked)},disabled:o||u||w}),(0,e.createElement)("span",{className:"slider"})))}),nn=window.wp.components,ln=({message:t,type:r})=>(0,e.createElement)("div",{className:`bPlDashboardBlocksToast ${r}`},"loading"===r&&(0,e.createElement)(nn.Spinner,null),"success"===r&&(0,e.createElement)("span",{className:"checkmark"},"✓"),"error"===r&&(0,e.createElement)("span",{className:"error-icon"},"✕"),(0,e.createElement)("span",{className:"message"},t)),on=t=>{const{isPremium:r,disabledBlocks:n,onChange:l,allBlocks:o,status:a,ProModal:i=null,pageTitle:c="All Blocks"}=t,s=o.filter((e=>"published"===e.status||!e.status)),[m,h]=(0,e.useState)(!1),[d,p]=(0,e.useState)(n||[]),[u,g]=(0,e.useState)(""),[w,v]=(0,e.useState)(null);(0,e.useEffect)((()=>{n&&p(n)}),[JSON.stringify(n)]),(0,e.useEffect)((()=>{"loading"===a?(v({message:"Loading...",type:"loading"}),h(!0)):"success"===a?(v({message:"Saved successfully!",type:"success"}),h(!1),setTimeout((()=>v(null)),3e3)):"error"===a&&(v({message:"Failed to save",type:"error"}),h(!1),setTimeout((()=>v(null)),3e3))}),[a]);const E=(e,t)=>{const r=t?d.filter((t=>t!==e)):[...d,e];p(r),l?.(r),v({message:"Saving changes...",type:"loading"}),h(!0)},f=[],y=[];s.forEach((e=>{e.children&&Array.isArray(e.children)?f.push(e):y.push(e)}));const x=e=>e.filter((e=>{if(e.children){const t=e.title?.toLowerCase().includes(u.toLowerCase()),r=e.children.some((e=>e.title?.toLowerCase().includes(u.toLowerCase())));return t||r}return e.title?.toLowerCase().includes(u.toLowerCase())})),k=x(f),b=x(y),C=k.length>0||b.length>0;return(0,e.createElement)("div",{className:"bPlDashboardBlocks"},!r&&i&&(0,e.createElement)(i,null),w&&(0,e.createElement)(ln,{message:w.message,type:w.type}),(0,e.createElement)("div",{className:"blocksTop"},(0,e.createElement)("h2",null,c),(0,e.createElement)("div",{className:"blocksSearch"},Kr,(0,e.createElement)("input",{type:"text",placeholder:"Search...",value:u,onChange:e=>g(e.target.value),className:"search-input"}),u&&(0,e.createElement)("span",{onClick:()=>g("")},Qr)),(0,e.createElement)(lr,{className:"bBlocksDashboardBtn actionBtn activeAllBtn",onClick:()=>{p([]),l?.([]),v({message:"Saving changes...",type:"loading"}),h(!0)}},"Activate All"),(0,e.createElement)(lr,{className:"bBlocksDashboardBtn actionBtn deActiveAllBtn",onClick:()=>{const e=s.flatMap((e=>e.children&&Array.isArray(e.children)?e.children.filter((e=>!e.required)).map((e=>e.name)):e.required?[]:e.name));p(e),l?.(e),v({message:"Saving changes...",type:"loading"}),h(!0)}},"Deactivate All")),C?(0,e.createElement)("div",{className:"blocksContent"},k.map((t=>(0,e.createElement)("div",{key:t.title,className:"blocksGroup"},(0,e.createElement)("h3",{className:"groupTitle"},t.title),(0,e.createElement)("div",{className:"dashboardBlocks"},t.children.filter((e=>"published"===e.status||!e.status)).map((t=>(0,e.createElement)(rn,{key:t.name,block:t,isPremium:r,disableBlockName:d,handleCheckboxChange:E,isSaving:m}))))))),b.length>0&&(0,e.createElement)("div",{className:"dashboardBlocks"},b.map((t=>(0,e.createElement)(rn,{key:t.name,block:t,isPremium:r,disableBlockName:d,handleCheckboxChange:E,isSaving:m}))))):(0,e.createElement)("h3",{className:"noBlocksFound"},"No blocks found matching your search..."))},an=["#3b82f6","#10b981","#8b5cf6","#f59e0b","#ec4899","#06b6d4","#f43f5e","#14b8a6"],cn=({name:t,isPremium:r,demoInfo:n})=>{const{demos:l}=n,[o,a]=(0,e.useState)("All"),[i,c]=(0,e.useState)(""),[s,m]=(0,e.useState)(null),[h,d]=(0,e.useState)(!1),p=(0,e.useMemo)((()=>["All",...l.filter((e=>e.children?.length>0||e.url&&"#"!==e.url)).map((e=>e.title))]),[l]),u=(0,e.useMemo)((()=>{const e={};return p.filter((e=>"All"!==e)).forEach(((t,r)=>{e[t]=an[r%an.length]})),e}),[p]),g=(0,e.useMemo)((()=>{const e=[];return l.forEach((t=>{const r=u[t.title],n=e=>({...e,category:t.title,categoryIcon:t.icon,accent:r,_searchTarget:`${e.title.toLowerCase()} ${t.title.toLowerCase()}`});t.children?.length?t.children.forEach((t=>e.push(n(t)))):t.url&&"#"!==t.url&&e.push(n(t))})),e}),[l,u]),w=(0,e.useMemo)((()=>{const e=i.trim().toLowerCase();return g.filter((t=>("All"===o||t.category===o)&&!(e&&!t._searchTarget.includes(e))))}),[g,o,i]),v=null!==s?w[s]:null;(0,e.useEffect)((()=>{v&&d(!0)}),[v?.url]);const E=null!==s;return(0,e.useEffect)((()=>{if(!E)return;const e=e=>{"Escape"===e.key&&m(null),"ArrowRight"===e.key&&m((e=>Math.min(e+1,w.length-1))),"ArrowLeft"===e.key&&m((e=>Math.max(e-1,0)))};return document.addEventListener("keydown",e),document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",e),document.body.style.overflow=""}}),[E,w.length]),(0,e.createElement)("div",{className:"bPlDashboardDemos"},(0,e.createElement)("header",{className:"hero"},(0,e.createElement)("span",{className:"eyebrow"},(0,Sr.__)("Live Demos")),(0,e.createElement)("h1",null,(0,Sr.sprintf)((0,Sr.__)("See the %s in action"),t)),(0,e.createElement)("p",null,(0,Sr.__)("Browse ready-made demos - click any card to open a live, interactive preview."))),(0,e.createElement)("div",{className:"toolbar"},(0,e.createElement)("div",{className:"search"},cr,(0,e.createElement)("input",{type:"text",value:i,placeholder:"Search demos…",onChange:e=>c(e.target.value)}),i&&(0,e.createElement)("button",{className:"searchClear",onClick:()=>c(""),"aria-label":"Clear search"},"×")),(0,e.createElement)("div",{className:"chips",role:"tablist"},p.map((t=>(0,e.createElement)("button",{key:t,type:"button",role:"tab","aria-selected":o===t,className:"chip "+(o===t?"isActive":""),style:"All"!==t?{"--accent":u[t]}:void 0,onClick:()=>a(t)},(0,e.createElement)("span",{className:"chipDot"}),t))))),(0,e.createElement)("p",{className:"count"},(0,e.createElement)("strong",null,w.length)," ",1===w.length?"demo":"demos","All"!==o&&` in ${o}`,i.trim()&&` matching "${i}"`),0===w.length?(0,e.createElement)("div",{className:"empty"},cr,(0,e.createElement)("h3",null,"No demos found"),(0,e.createElement)("p",null,"Try a different search or category.")):(0,e.createElement)("div",{className:"grid"},w.map(((t,r)=>(0,e.createElement)("button",{key:`${t.title}-${r}`,type:"button",className:"card",style:t.accent?{"--accent":t.accent}:void 0,onClick:()=>m(r)},t.categoryIcon&&(0,e.createElement)("div",{className:"cardIcon"},"string"==typeof t.categoryIcon?(0,e.createElement)("span",{dangerouslySetInnerHTML:{__html:t.categoryIcon}}):t.categoryIcon),(0,e.createElement)("span",{className:"cardCat"},t.category),(0,e.createElement)("h3",{className:"cardTitle"},t.title),(0,e.createElement)("span",{className:"cardAction"},"Preview",mr))))),v&&(0,e.createElement)("div",{className:"modal",role:"dialog","aria-modal":"true"},(0,e.createElement)("div",{className:"modalBackdrop",onClick:()=>m(null)}),(0,e.createElement)("div",{className:"modalContent"},(0,e.createElement)("header",{className:"modalHead"},(0,e.createElement)("div",{className:"modalTitleWrap"},v.accent&&(0,e.createElement)("span",{className:"modalCat",style:{background:v.accent}},v.category),(0,e.createElement)("h2",null,v.title),(0,e.createElement)("span",{className:"modalProgress"},s+1," of ",w.length)),(0,e.createElement)("div",{className:"modalActions"},(0,e.createElement)("a",{className:"modalOpen",href:v.url,target:"_blank",rel:"noopener noreferrer"},"Open in new tab",sr),(0,e.createElement)("button",{className:"modalClose",onClick:()=>m(null),"aria-label":"Close demo"},ir))),(0,e.createElement)("div",{className:"modalStage"},s>0&&(0,e.createElement)("button",{className:"modalNav modalNavPrev",onClick:()=>m(s-1),"aria-label":"Previous demo"},hr),h&&(0,e.createElement)("div",{className:"iframeLoader"},(0,e.createElement)("div",{className:"spinner"}),(0,e.createElement)("span",null,"Loading demo…")),"iframe"===v.type?(0,e.createElement)("iframe",{src:v.url,title:`${v.title} demo`,sandbox:"allow-scripts allow-same-origin allow-popups allow-forms",onLoad:()=>d(!1)}):(0,e.createElement)("div",{className:"imgScroll"},(0,e.createElement)("img",{src:v.url,alt:v.title,onLoad:()=>d(!1)})),s<w.length-1&&(0,e.createElement)("button",{className:"modalNav modalNavNext",onClick:()=>m(s+1),"aria-label":"Next demo"},dr)))))},sn={new:"new",add:"new",update:"update",improve:"improvement",improvement:"improvement",fix:"fix",fixing:"fix",fixed:"fix",remove:"fix"},mn=t=>{const{slug:r,changelogs:n,limit:l=5,loadMoreLabel:o}=t;return n?.length&&(0,e.createElement)("div",{className:"bPlDashboardChangelog bPlDashboardCard"},(0,e.createElement)("h3",null,"Release Notes(Changelog)..."),(0,e.createElement)("div",{className:"allChangelogs"},n?.slice(0,l)?.map(((t,r)=>{const{type:n,version:l,list:o}=t;return(0,e.createElement)("div",{key:r,className:`changelog ${n}`},(0,e.createElement)("ul",{className:"list"},o?.map(((t,r)=>{return(0,e.createElement)("li",{key:r,dangerouslySetInnerHTML:{__html:(n=t,n.replace(/^<strong>([^<]+)<\/strong>/i,((e,t)=>{const r=t.replace(":","").trim();return`<strong class="changelogBadge ${sn[r.toLowerCase()]||"default"}">${r}</strong>`})))}});var n}))),(0,e.createElement)("p",{className:"time"},l))}))),o&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)("br",null),(0,e.createElement)(lr,{className:"mt20",target:"_blank",rel:"noopener noreferrer",href:`https://wordpress.org/plugins/${r}/#developers`},o)))},hn=t=>{const{name:r,media:n,proFeatures:l}=t,{proThumbnail:o}=n||{};return(0,e.createElement)("div",{className:"bPlDashboardWelcomeProAds bPlDashboardCard"},(0,e.createElement)("div",{className:"content"},(0,e.createElement)("h3",null,"Go ",r," Pro & Unlock More!"),l?.length>0&&(0,e.createElement)("ul",null,l.map(((t,r)=>(0,e.createElement)("li",{key:r},(0,e.createElement)("span",null,Er),t)))),(0,e.createElement)(lr,{href:"#pricing"},"View Pricing Plan")),o&&(0,e.createElement)("figure",null,(0,e.createElement)("img",{src:o,alt:`${r} Pro features`})))},dn=t=>{const{isPremium:r,disabledBlocks:n,onChange:l,allBlocks:o,status:a,ProModal:i=null,cardTitle:c="Blocks",seeAllLink:s="#blocks"}=t,m=o.filter((e=>"published"===e.status||!e.status)),[h,d]=(0,e.useState)(!1),[p,u]=(0,e.useState)(n||[]),[g,w]=(0,e.useState)(null);(0,e.useEffect)((()=>{n&&u(n)}),[JSON.stringify(n)]),(0,e.useEffect)((()=>{"loading"===a?(w({message:"Loading...",type:"loading"}),d(!0)):"success"===a?(w({message:"Saved successfully!",type:"success"}),d(!1),setTimeout((()=>w(null)),3e3)):"error"===a&&(w({message:"Failed to save",type:"error"}),d(!1),setTimeout((()=>w(null)),3e3))}),[a]);const v=(e,t)=>{const r=t?p.filter((t=>t!==e)):[...p,e];u(r),l?.(r),w({message:"Saving changes...",type:"loading"}),d(!0)};return m?.length&&(0,e.createElement)("div",{className:"bPlDashboardBlocksCard bPlDashboardCard"},!r&&i&&(0,e.createElement)(i,null),g&&(0,e.createElement)(ln,{message:g.message,type:g.type}),(0,e.createElement)("div",{className:"blocksCardHeader"},(0,e.createElement)("h3",null,c),(0,e.createElement)("a",{href:s},"View All")),m.length>0&&(0,e.createElement)("div",{className:"dashboardBlocks"},m?.slice(0,9)?.map((t=>(0,e.createElement)(rn,{key:t.name,block:t,isPremium:r,disableBlockName:p,handleCheckboxChange:v,isSaving:h,isLinks:!1})))))},pn=["http","https","mailto","tel","sms","ftp","ftps"],un=(e,t="#")=>{if(!e)return t;const r=String(e).split("").filter((e=>{const t=e.charCodeAt(0);return!(t<32||127===t||t>=8203&&t<=8205||65279===t)})).join("").trim();if(""===r)return t;if(/^(\/|\.|#|\?)/.test(r))return r;const n=r.match(/^([a-zA-Z][a-zA-Z0-9+.-]*):/);return n?pn.includes(n[1].toLowerCase())?r:t:r},gn=(new Set(["svg","g","defs","symbol","use","title","desc","path","rect","circle","ellipse","line","polyline","polygon","text","tspan","textpath","lineargradient","radialgradient","stop","clippath","mask","pattern","filter","fegaussianblur","feoffset","feblend","femerge","femergenode","fecolormatrix","fecomposite","feflood","i","span","b","strong","em","small","br","div","p","img"]),new Set(["viewbox","xmlns","xmlns:xlink","version","width","height","class","id","fill","fill-rule","fill-opacity","clip-rule","clip-path","stroke","stroke-width","stroke-linecap","stroke-linejoin","stroke-opacity","stroke-dasharray","stroke-dashoffset","stroke-miterlimit","d","points","x","y","x1","y1","x2","y2","cx","cy","r","rx","ry","transform","transform-origin","opacity","offset","stop-color","stop-opacity","gradientunits","gradienttransform","patternunits","maskunits","clippathunits","preserveaspectratio","aria-hidden","aria-label","role","focusable","style","font-size","font-family","font-weight","text-anchor","dominant-baseline","mix-blend-mode","vector-effect","paint-order","shape-rendering","alt","src","title","data-name","xml:space"]),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:16,height:16,fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"16 18 22 12 16 6"}),(0,e.createElement)("polyline",{points:"8 6 2 12 8 18"}))),wn=(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:16,height:16,fill:"currentColor"},(0,e.createElement)("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm-1 14H7v-2h4v2zm0-4H7v-2h4v2zm0-4H7V6h4v2zm6 8h-4v-2h4v2zm0-4h-4v-2h4v2zm0-4h-4V6h4v2z"})),vn=(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:16,height:16,fill:"currentColor"},(0,e.createElement)("path",{d:"M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 17H6V7h2v10zm5 0h-2V7h2v10zm5 0h-2V7h2v10z"})),En=(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:16,height:16,fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"4 17 10 11 4 5"}),(0,e.createElement)("line",{x1:"12",y1:"19",x2:"20",y2:"19"})),fn=[{key:"shortcode",label:"ShortCode",icon:gn,steps:[{num:1,title:"Add a New Item",body:"Create your saved entry from your plugin's admin list — set the source, options, and design."},{num:2,title:"Copy the Shortcode",body:"Each saved entry exposes a shortcode you can copy from the list table."},{num:3,title:"Paste It Anywhere",body:"Drop the shortcode into any post, page, widget area, or theme template to render it."}]},{key:"gutenberg",label:"Gutenberg",icon:wn,steps:[{num:1,title:"Open the Block Editor",body:"Edit any post or page where you want this plugin's output to appear."},{num:2,title:"Insert the Block",body:"Click + (Add block), search for the plugin's block, and insert it."},{num:3,title:"Configure Inline",body:"Tune options from the sidebar — every change previews live."}]}],yn={shortcode:gn,gutenberg:wn,elementor:vn,theme:En},xn=({pages:t,docsUrl:r,title:n="Getting Started",subtitle:l="Pick how you'd like to embed your output — the steps below adapt to your editor.",tabs:o=fn})=>{const[a,i]=(0,e.useState)(0),c=t?.docs||r||"https://bplugins.com/";return o?.length?(0,e.createElement)("div",{className:"bp3dGettingStarted bp3dGsTabbed bPlDashboardCard"},(0,e.createElement)("div",{className:"bp3dGsHeader"},(0,e.createElement)("h2",null,n),(0,e.createElement)("p",null,l)),(0,e.createElement)("div",{className:"bp3dGsTabsNav",role:"tablist"},o.map(((t,r)=>(0,e.createElement)("button",{key:t.key||r,type:"button",role:"tab","aria-selected":a===r,className:"bp3dGsTab "+(a===r?"isActive":""),onClick:()=>i(r)},(0,e.createElement)("span",{className:"bp3dGsTabIcon"},t.icon),(0,e.createElement)("span",null,t.label))))),(0,e.createElement)("div",{className:"bp3dGsTabsViewport"},(0,e.createElement)("div",{className:"bp3dGsTabsTrack",style:{transform:`translateX(-${100*a}%)`}},o.map(((t,r)=>(0,e.createElement)("div",{key:t.key||r,className:"bp3dGsTabPanel",role:"tabpanel","aria-hidden":a!==r},(0,e.createElement)("div",{className:"bp3dGsSteps"},t.steps?.map(((t,r)=>(0,e.createElement)("div",{key:t.num||r,className:"bp3dGsStep"},(0,e.createElement)("span",{className:"bp3dGsStepNum"},t.num||r+1),(0,e.createElement)("div",{className:"bp3dGsStepBody"},(0,e.createElement)("h3",null,t.title),(0,e.createElement)("p",{dangerouslySetInnerHTML:{__html:t.body}}),t.link&&(0,e.createElement)("a",{className:"bp3dGsLink",href:un(t.link.url)},t.link.label," →"))))))))))),(0,e.createElement)("div",{className:"bp3dGsDocs"},(0,e.createElement)("div",null,(0,e.createElement)("h3",null,"Read the Full Documentation"),(0,e.createElement)("p",null,"Browse guides, settings reference, and examples for every feature.")),(0,e.createElement)("a",{className:"bp3dGsDocsBtn",href:un(c),target:"_blank",rel:"noopener noreferrer"},"Open Documentation →"))):null},kn=r.p+"images/support.d3257a73.png",bn=JSON.parse('[{"name":"bpsc/image-hotspots-section","addonId":"","title":"Image Hotspots","description":"An interactive image with clickable hotspot markers that reveal tooltips — perfect for product tours and feature callouts. Unlocks in the Pro version after license activation.","priceLabel":"$9","demo":"https://sectionswp.com/demo/image-hotspots/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/video-showcase-wall-section","addonId":"","title":"Video Showcase Wall","description":"A streaming-service-style wall of video cards that autoplay a muted preview on hover and expand into a spotlight — as a grid or scrolling category rows. Unlocks in the Pro version after license activation.","priceLabel":"$12","demo":"https://sectionswp.com/demo/video-showcase-wall/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/video-slider-section","addonId":"","title":"Video Slider","description":"A polished, touch-friendly video carousel with autoplay previews and lightbox playback. Unlocks in the Pro version after license activation.","priceLabel":"$12","demo":"https://sectionswp.com/demo/video-slider/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/video-scrollytelling-showcase-section","addonId":"","title":"Video Scrollytelling Showcase","description":"A scroll-driven cinematic showcase where videos pin and play as the visitor scrolls, with synced captions and chapters. Unlocks in the Pro version after license activation.","priceLabel":"$15","demo":"https://sectionswp.com/demo/video-scrollytelling-showcase/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/video-timeline-gallery-section","addonId":"","title":"Video Timeline Gallery","description":"A vertical timeline of video milestones with date markers and rich descriptions — ideal for stories, roadmaps and case studies. Unlocks in the Pro version after license activation.","priceLabel":"$15","demo":"https://sectionswp.com/demo/video-timeline-gallery/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/sticky-feature-steps-section","addonId":"","title":"Sticky Feature Steps","description":"A scroll-driven showcase that pins your product visual while feature steps animate into view one by one as visitors scroll — the SaaS landing page pattern that converts. Unlocks in the Pro version after license activation.","priceLabel":"$12","demo":"https://sectionswp.com/demo/sticky-feature-steps/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/spotlight-feature-cards-section","addonId":"","title":"Interactive Spotlight Feature Cards","description":"Feature cards that 3D-tilt toward the cursor and emit a radial spotlight glow on hover — five distinct style presets from dark glass to holographic borders. Unlocks in the Pro version after license activation.","priceLabel":"$12","demo":"https://sectionswp.com/demo/spotlight-feature-cards/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/morphing-persona-showcase-section","addonId":"","title":"Morphing Persona Showcase","description":"A click-driven section where visitors choose their role and the headline, features, visual, and CTA all morph in place with GSAP animations — the SaaS conversion pattern that lifts sign-ups. Unlocks in the Pro version after license activation.","priceLabel":"$12","demo":"https://sectionswp.com/demo/morphing-persona-showcase/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/spin-to-win-wheel-section","addonId":"","title":"Spin-to-Win Reward Wheel","description":"A gamified spinning reward wheel with weighted prizes, drag-or-click spin physics, confetti win reveal, and an optional email gate — four style presets from neon casino to festive gift-box. Unlocks in the Pro version after license activation.","priceLabel":"$14","demo":"https://sectionswp.com/demo/spin-to-win-reward-wheel/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/drag-sort-challenge-section","addonId":"","title":"Drag-to-Sort Gamified Challenge","description":"A drag-and-drop sorting mini-game with labeled bins, live scoring, confetti payoff, and an optional email-gated reward code — five style presets from a clean sorting tray to a mobile-first card stack. Unlocks in the Pro version after license activation.","priceLabel":"$15","demo":"https://sectionswp.com/demo/drag-to-sort-gamified-challenge/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/horizontal-scroll-story-section","addonId":"","title":"Horizontal Scroll Story Gallery","description":"A pinned section where vertical scroll drives a strip of story panels sideways — the award-site \\"product page\\" pattern, with a clickable progress rail, five style presets, and a native swipe fallback on touch. Unlocks in the Pro version after license activation.","priceLabel":"$14","demo":"https://sectionswp.com/demo/horizontal-scroll-story-gallery/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/journey-roadmap-path-section","addonId":"","title":"Journey Roadmap Path","description":"A winding SVG path connects your milestones and draws itself in as visitors scroll, with a glowing marker that travels the curve and pops each step open — the gamified journey-map pattern from onboarding flows and product roadmaps, in five style presets. Unlocks in the Pro version after license activation.","priceLabel":"$15","demo":"https://sectionswp.com/demo/journey-roadmap-path/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/expanding-panels-showcase-section","addonId":"","title":"Cinematic Expanding Panels","description":"A full-bleed row of panels that expand and squeeze on hover or tap, five distinct editorial style presets, built-in autoplay. Unlocks in the Pro version after license activation.","priceLabel":"$14","demo":"https://sectionswp.com/demo/cinematic-expanding-panels/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/split-flap-board-section","addonId":"","title":"Split-Flap Reveal Board","description":"A mechanical split-flap board that clatters through characters to reveal headlines, stats or feature callouts, in five style presets. Unlocks in the Pro version after license activation.","priceLabel":"$14","demo":"https://sectionswp.com/demo/split-flap-reveal-board/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/page-flip-lookbook-section","addonId":"","title":"Interactive Page-Flip Lookbook","description":"A realistic 3D page-turn book for catalogs, lookbooks and portfolios — drag the corner, click the edge, or browse the thumbnail rail, in five style presets from a hardcover book to a dark cinematic case. Unlocks in the Pro version after license activation.","priceLabel":"$14","demo":"https://sectionswp.com/demo/page-flip-lookbook/","freemius":{"product_id":"","plan_id":"","public_key":""}},{"name":"bpsc/zoom-explorer-section","addonId":"","title":"Zoom Explorer","description":"A collection grid that zooms a clicked tile into a full detail view with a GSAP shared-element transition, while every other tile compresses into a jump-between filmstrip, in five style presets from a modern bento grid to a radial category wheel. Unlocks in the Pro version after license activation.","priceLabel":"$15","demo":"https://sectionswp.com/demo/zoom-explorer/","freemius":{"product_id":"","plan_id":"","public_key":""}}]'),Cn=(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"4",width:"18",height:"16",rx:"2"}),(0,e.createElement)("circle",{cx:"8.5",cy:"10",r:"2.2"}),(0,e.createElement)("path",{d:"M5 17c.7-1.6 2-2.4 3.5-2.4S11.3 15.4 12 17"}),(0,e.createElement)("path",{d:"M15 9.5h4M15 13h4"})),Ln=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",fill:"#000000",height:"800px",width:"800px",version:"1.1",id:"Capa_1",viewBox:"0 0 502.643 502.643",xmlSpace:"preserve"},(0,e.createElement)("g",null,(0,e.createElement)("g",null,(0,e.createElement)("path",{d:"M251.256,237.591c37.166,0,67.042-30.048,67.042-66.977c0.043-37.037-29.876-66.999-67.042-66.999 c-36.908,0-66.869,29.962-66.869,66.999C184.387,207.587,214.349,237.591,251.256,237.591z"}),(0,e.createElement)("path",{d:"M305.032,248.506H197.653c-19.198,0-34.923,17.602-34.923,39.194v107.854c0,1.186,0.604,2.243,0.669,3.473h175.823 c0.129-1.229,0.626-2.286,0.626-3.473V287.7C339.912,266.108,324.187,248.506,305.032,248.506z"}),(0,e.createElement)("path",{d:"M431.588,269.559c29.832,0,53.754-24.008,53.754-53.668s-23.922-53.711-53.754-53.711 c-29.617,0-53.582,24.051-53.582,53.711C377.942,245.53,401.972,269.559,431.588,269.559z"}),(0,e.createElement)("path",{d:"M474.708,278.317h-86.046c-15.445,0-28.064,14.107-28.064,31.472v86.413c0,0.928,0.453,1.812,0.518,2.826h141.03 c0.065-1.014,0.496-1.898,0.496-2.826v-86.413C502.707,292.424,490.11,278.317,474.708,278.317z"}),(0,e.createElement)("path",{d:"M71.011,269.559c29.789,0,53.733-24.008,53.733-53.668S100.8,162.18,71.011,162.18c-29.638,0-53.603,24.051-53.603,53.711 S41.373,269.559,71.011,269.559L71.011,269.559z"}),(0,e.createElement)("path",{d:"M114.109,278.317H27.977C12.576,278.317,0,292.424,0,309.789v86.413c0,0.928,0.453,1.812,0.539,2.826h141.03 c0.065-1.014,0.475-1.898,0.475-2.826v-86.413C142.087,292.424,129.489,278.317,114.109,278.317z"})),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null),(0,e.createElement)("g",null))),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",id:"Layer_1","data-name":"Layer 1",viewBox:"0 0 24 24",width:"300",height:"300",xmlnsXlink:"http://www.w3.org/1999/xlink"},(0,e.createElement)("g",{width:"100%",height:"100%",transform:"matrix(1,0,0,1,0,0)"},(0,e.createElement)("path",{d:"M14.999,18c-.506,0-.937-.381-.993-.89-.18-1.615-.85-3.11-4.506-3.11H4c-2.206,0-4-1.794-4-4v-1c0-2.206,1.794-4,4-4h5.5c3.656,0,4.326-1.495,4.506-3.11,.059-.527,.492-.918,1.05-.888,.529,.029,.944,.468,.944,.999v15c0,.531-.415,.969-.944,.999-.02,0-.038,.001-.057,.001Zm6.658-2.843c1.511-1.511,2.343-3.52,2.343-5.657s-.832-4.146-2.343-5.657c-.391-.391-1.023-.391-1.414,0-.391,.39-.391,1.023,0,1.414,1.133,1.133,1.757,2.64,1.757,4.243s-.624,3.109-1.757,4.243c-.391,.391-.391,1.024,0,1.414,.391,.391,1.023,.391,1.414,0Zm-2.94-2.536c1.721-1.721,1.721-4.521,0-6.242-.391-.391-1.023-.391-1.414,0s-.391,1.023,0,1.414c.941,.941,.941,2.473,0,3.414-.391,.391-.391,1.023,0,1.414s1.023,.391,1.414,0Zm-9.928,3.379H4c-.303,0-.599-.03-.89-.073l2.017,4.545c.412,.929,1.334,1.529,2.351,1.529,1.853,0,3.098-1.9,2.358-3.599l-1.046-2.401Z",fill:"currentColor",fillOpacity:"1",stroke:"none",strokeOpacity:"1"})))),Mn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 384 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z"}))),zn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"5",cy:"7",r:"1.6",fill:"currentColor",stroke:"none"}),(0,e.createElement)("circle",{cx:"5",cy:"12",r:"1.6",fill:"currentColor",stroke:"none"}),(0,e.createElement)("circle",{cx:"5",cy:"17",r:"1.6",fill:"currentColor",stroke:"none"}),(0,e.createElement)("path",{d:"M10 7h10M10 12h10M10 17h6"}))),Bn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#22d38f",stroke:"#000"},(0,e.createElement)("g",{id:"SVGRepo_bgCarrier",strokeWidth:"0"}),(0,e.createElement)("g",{id:"SVGRepo_tracerCarrier",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("g",{id:"SVGRepo_iconCarrier"},(0,e.createElement)("path",{d:"M2 3h7v1H2zm7 4H6v1h3zm0 4H3v1h6zm12-8H11v1h10zM11 7v1h5V7zm0 5h8v-1h-8zM1 19h22v3H1zm1 2h20v-1H2zm7-5v-1H5v1zm2 0h10v-1H11z"}),(0,e.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}))),(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:24,height:24,fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"9",cy:"8",r:"3"}),(0,e.createElement)("path",{d:"M3.5 19c.6-3 2.8-4.6 5.5-4.6s4.9 1.6 5.5 4.6"}),(0,e.createElement)("path",{d:"M16.5 6.4a3 3 0 0 1 0 5.6"}),(0,e.createElement)("path",{d:"M17.5 14.7c1.7.6 2.8 2 3.2 4.3"}))),_n=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 16 16",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fillRule:"evenodd",d:"M2.678 11.894a1 1 0 01.287.801 10.97 10.97 0 01-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 01.71-.074A8.06 8.06 0 008 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 01-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 00.244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 01-2.347-.306c-.52.263-1.639.742-3.468 1.105z",clipRule:"evenodd"}),(0,e.createElement)("path",{d:"M7.468 7.667c0 .92-.776 1.666-1.734 1.666S4 8.587 4 7.667C4 6.747 4.776 6 5.734 6s1.734.746 1.734 1.667z"}),(0,e.createElement)("path",{fillRule:"evenodd",d:"M6.157 6.936a.438.438 0 01-.56.293.413.413 0 01-.274-.527c.08-.23.23-.44.477-.546a.891.891 0 01.698.014c.387.16.72.545.923.997.428.948.393 2.377-.942 3.706a.446.446 0 01-.612.01.405.405 0 01-.011-.59c1.093-1.087 1.058-2.158.77-2.794-.152-.336-.354-.514-.47-.563zm-.035-.012h-.001.001z",clipRule:"evenodd"}),(0,e.createElement)("path",{d:"M11.803 7.667c0 .92-.776 1.666-1.734 1.666-.957 0-1.734-.746-1.734-1.666 0-.92.777-1.667 1.734-1.667.958 0 1.734.746 1.734 1.667z"}),(0,e.createElement)("path",{fillRule:"evenodd",d:"M10.492 6.936a.438.438 0 01-.56.293.413.413 0 01-.274-.527c.08-.23.23-.44.477-.546a.891.891 0 01.698.014c.387.16.72.545.924.997.428.948.392 2.377-.942 3.706a.446.446 0 01-.613.01.405.405 0 01-.011-.59c1.093-1.087 1.058-2.158.77-2.794-.152-.336-.354-.514-.469-.563zm-.034-.012h-.002.002z",clipRule:"evenodd"}))),Sn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 1024 1024",height:"1.2em",width:"1.2em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 16 16",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fillRule:"evenodd",d:"M13 9H3V8h10v1zm0 3H3v-1h10v1z",clipRule:"evenodd"}),(0,e.createElement)("path",{fillRule:"evenodd",d:"M5 14V9h1v5H5zm4 0V9h1v5H9z",clipRule:"evenodd"}),(0,e.createElement)("path",{d:"M4 1h5v1H4a1 1 0 00-1 1v10a1 1 0 001 1h8a1 1 0 001-1V6h1v7a2 2 0 01-2 2H4a2 2 0 01-2-2V3a2 2 0 012-2z"}),(0,e.createElement)("path",{d:"M9 4.5V1l5 5h-3.5A1.5 1.5 0 019 4.5z"}))),Nn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fill:"none",stroke:"currentColor",strokeWidth:"2",d:"M4.99787498,6.99999999 L4.99787498,0.999999992 L19.4999998,0.999999992 L22.9999998,4.50000005 L23,23 L17,23 M18,1 L18,6 L23,6 M10,23 C13.8659932,23 17,19.8659932 17,16 C17,12.1340068 13.8659932,9 10,9 C6.13400675,9 3,12.1340068 3,16 C3,19.8659932 6.13400675,23 10,23 Z M10,12 L10,16 L13,19"}))),Pn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 1024 1024",height:"1.5em",width:"1.5em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1.5em",width:"1.5em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 34.898 34.898",xmlSpace:"preserve"},(0,e.createElement)("g",{strokeWidth:"0"}),(0,e.createElement)("g",{strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M32.281 2.617 19.893 0 0 19.895l15.005 15.004 19.893-19.893zm-5.802 5.802a1.872 1.872 0 1 1 2.647-2.645 1.872 1.872 0 0 1-2.647 2.645m-4.053 13.737a6.847 6.847 0 1 1-9.682-9.684 6.846 6.846 0 0 1 9.682 0 6.85 6.85 0 0 1 0 9.684m-2.949-6.145-1.316 1.317.189.206q.938 1.047.994 1.688.057.636-.72 1.412c-.559.559-1.074.819-1.551.795q-.716-.043-1.661-.988l-.188-.18-.59.59-.601-.601.591-.592-.165-.172c-.627-.627-.961-1.179-1.002-1.646q-.06-.707.738-1.503l.184-.176.89.891-.091.092q-.488.487-.473.783.012.299.553.834l.128.136 1.428-1.429c-.701-.701-1.077-1.277-1.132-1.737q-.08-.69.755-1.524.808-.807 1.494-.719t1.73 1.135l.515-.514.602.601-.514.514q.999 1.001 1.082 1.654.084.651-.693 1.428l-.121.121-.859-.86.092-.101q.588-.587-.146-1.316zm-.594-.605-.133-.125q-.791-.79-1.417-.164-.657.656.132 1.443.008.007.125.139zM15.988 19.5l.129.129c.571.568 1.103.611 1.592.121.271-.27.383-.508.342-.723q-.062-.32-.667-.922z"}))),Hn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02z"}))),Vn=(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,e.createElement)("path",{d:"M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"})),Wn=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M7 2v11h3v9l7-12h-4l4-8z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M5 9.2h3V19H5zM10.6 5h2.8v14h-2.8zm5.6 8H19v6h-2.8z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M19.14,12.94c0.04-0.3,0.06-0.61,0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14,0.23-0.41,0.12-0.61 l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39,0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4,2.81c-0.04-0.24-0.24-0.41-0.48-0.41 h-3.84c-0.24,0-0.43,0.17-0.47,0.41L9.25,5.35C8.66,5.59,8.12,5.92,7.63,6.29L5.24,5.33c-0.22-0.08-0.47,0-0.59,0.22L2.74,8.87 C2.62,9.08,2.66,9.34,2.86,9.48l2.03,1.58C4.84,11.36,4.8,11.69,4.8,12s0.02,0.64,0.07,0.94l-2.03,1.58 c-0.18,0.14-0.23,0.41-0.12,0.61l1.92,3.32c0.12,0.22,0.37,0.29,0.59,0.22l2.39-0.96c0.5,0.38,1.03,0.7,1.62,0.94l0.36,2.54 c0.05,0.24,0.24,0.41,0.48,0.41h3.84c0.24,0,0.44-0.17,0.47-0.41l0.36-2.54c0.59-0.24,1.13-0.56,1.62-0.94l2.39,0.96 c0.22,0.08,0.47,0,0.59-0.22l1.92-3.32c0.12-0.22,0.07-0.47-0.12-0.61L19.14,12.94z M12,15.6c-1.98,0-3.6-1.62-3.6-3.6 s1.62-3.6,3.6-3.6s3.6,1.62,3.6,3.6S13.98,15.6,12,15.6z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("circle",{cx:"12",cy:"8",r:"5"}),(0,e.createElement)("path",{d:"M8 13l-3 8 7-3 7 3-3-8"}),(0,e.createElement)("line",{x1:"12",y1:"3",x2:"12",y2:"5"}))),An=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M8 21h8M12 17v4M7 4H5a2 2 0 00-2 2v1a4 4 0 004 4h.5M17 4h2a2 2 0 012 2v1a4 4 0 01-4 4h-.5"}),(0,e.createElement)("path",{d:"M8 4h8v7a4 4 0 01-8 0V4z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"12",cy:"14",r:"6"}),(0,e.createElement)("path",{d:"M9 2l3 6 3-6"}),(0,e.createElement)("line",{x1:"12",y1:"8",x2:"12",y2:"10"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"}),(0,e.createElement)("polyline",{points:"15 3 21 3 21 9"}),(0,e.createElement)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M3 3h8v8H3V3zm0 10h8v8H3v-8zm10-10h8v8h-8V3zm0 10h4v4h-4v-4zm4 4h4v4h-4v-4zm-4 4h4v4h-4v-4z"}))),Fn=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z"}))),jn=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),(0,e.createElement)("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),(0,e.createElement)("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),(0,e.createElement)("line",{x1:"3",y1:"10",x2:"21",y2:"10"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"10"}),(0,e.createElement)("polyline",{points:"12 6 12 12 16 14"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),(0,e.createElement)("circle",{cx:"12",cy:"7",r:"4"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",role:"img",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("title",null),(0,e.createElement)("path",{d:"M23.59 3.47A5.1 5.1 0 0 0 20.54.42C19.23 0 18.04 0 15.62 0H8.36c-2.4 0-3.61 0-4.9.4A5.1 5.1 0 0 0 .41 3.46C0 4.76 0 5.96 0 8.36v7.27c0 2.41 0 3.6.4 4.9a5.1 5.1 0 0 0 3.05 3.05c1.3.41 2.5.41 4.9.41h7.28c2.41 0 3.61 0 4.9-.4a5.1 5.1 0 0 0 3.06-3.06c.41-1.3.41-2.5.41-4.9V8.38c0-2.41 0-3.61-.41-4.91zM17.42 8.1l-.93.93a.5.5 0 0 1-.67.01 5 5 0 0 0-3.22-1.18c-.97 0-1.94.32-1.94 1.21 0 .9 1.04 1.2 2.24 1.65 2.1.7 3.84 1.58 3.84 3.64 0 2.24-1.74 3.78-4.58 3.95l-.26 1.2a.49.49 0 0 1-.48.39H9.63l-.09-.01a.5.5 0 0 1-.38-.59l.28-1.27a6.54 6.54 0 0 1-2.88-1.57v-.01a.48.48 0 0 1 0-.68l1-.97a.49.49 0 0 1 .67 0c.91.86 2.13 1.34 3.39 1.32 1.3 0 2.17-.55 2.17-1.42 0-.87-.88-1.1-2.54-1.72-1.76-.63-3.43-1.52-3.43-3.6 0-2.42 2.01-3.6 4.39-3.71l.25-1.23a.48.48 0 0 1 .48-.38h1.78l.1.01c.26.06.43.31.37.57l-.27 1.37c.9.3 1.75.77 2.48 1.39l.02.02c.19.2.19.5 0 .68z"}))),$n=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0, e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}),(0,e.createElement)("path",{d:"M8 8.5c-1 0-1.6.7-1.6 1.6S7 11.7 8 11.7c0 .9-.6 1.3-1.2 1.4"}),(0,e.createElement)("path",{d:"M13 8.5c-1 0-1.6.7-1.6 1.6s.6 1.6 1.6 1.6c0 .9-.6 1.3-1.2 1.4"}),(0,e.createElement)("circle",{cx:"8",cy:"20",r:"1",fill:"currentColor",stroke:"none"}),(0,e.createElement)("circle",{cx:"12",cy:"20",r:"1",fill:"currentColor",stroke:"none"}),(0,e.createElement)("circle",{cx:"16",cy:"20",r:"1",fill:"currentColor",stroke:"none"}))),In=(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,e.createElement)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z"})),Rn=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 1024 1024",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-600-80h56c4.4 0 8-3.6 8-8V560c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V384c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v320c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V462c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v242c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v400c0 4.4 3.6 8 8 8z"}))),Tn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,e.createElement)("path",{d:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"}))),On=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.746l7.73-8.835L1.254 2.25H8.08l4.259 5.632 5.905-5.632zm-1.161 17.52h1.833L7.084 4.126H5.117L17.083 19.77z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 0C5.373 0 0 5.372 0 12c0 5.084 3.163 9.426 7.627 11.174-.105-.949-.2-2.405.042-3.441.218-.937 1.407-5.965 1.407-5.965s-.359-.719-.359-1.782c0-1.668.967-2.914 2.171-2.914 1.023 0 1.518.769 1.518 1.69 0 1.029-.655 2.568-.994 3.995-.283 1.194.599 2.169 1.777 2.169 2.133 0 3.772-2.249 3.772-5.495 0-2.873-2.064-4.882-5.012-4.882-3.414 0-5.418 2.561-5.418 5.207 0 1.031.397 2.138.893 2.738a.36.36 0 0 1 .083.345l-.333 1.36c-.053.22-.174.267-.402.161-1.499-.698-2.436-2.889-2.436-4.649 0-3.785 2.75-7.262 7.929-7.262 4.163 0 7.398 2.967 7.398 6.931 0 4.136-2.607 7.464-6.227 7.464-1.216 0-2.359-.632-2.75-1.378l-.748 2.853c-.271 1.043-1.002 2.35-1.492 3.146C9.57 23.812 10.763 24 12 24c6.627 0 12-5.373 12-12 0-6.628-5.373-12-12-12z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 1024 1024",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}),(0,e.createElement)("path",{d:"M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z"}))),Dn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"3",width:"8",height:"10",rx:"1.5",opacity:"0.6"}),(0,e.createElement)("path",{d:"M13 8l4 4-4 4"}),(0,e.createElement)("path",{d:"M21 4v16",opacity:"0.35"})));const qn=(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,e.createElement)("path",{d:"M15 1H9v2h6V1zm-4 13h2V8h-2v6zm8.03-6.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42A7.933 7.933 0 0 0 12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8c0-2.05-.78-3.92-2.06-5.35zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})),Un=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"2",y:"4",width:"4",height:"16",rx:"1",opacity:"0.6"}),(0,e.createElement)("rect",{x:"8",y:"3",width:"10",height:"18",rx:"1.2"}),(0,e.createElement)("rect",{x:"20",y:"4",width:"2",height:"16",rx:"1",opacity:"0.6"}))),Gn=(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 16 16",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fillRule:"evenodd",d:"M12.002 4h-10a1 1 0 00-1 1v8a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 00-1-1zm-10-1a2 2 0 00-2 2v8a2 2 0 002 2h10a2 2 0 002-2V5a2 2 0 00-2-2h-10z",clipRule:"evenodd"}),(0,e.createElement)("path",{d:"M10.648 8.646a.5.5 0 01.577-.093l1.777 1.947V14h-12v-1l2.646-2.354a.5.5 0 01.63-.062l2.66 1.773 3.71-3.71z"}),(0,e.createElement)("path",{fillRule:"evenodd",d:"M4.502 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM4 2h10a1 1 0 011 1v8a1 1 0 01-1 1v1a2 2 0 002-2V3a2 2 0 00-2-2H4a2 2 0 00-2 2h1a1 1 0 011-1z",clipRule:"evenodd"})),Zn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,e.createElement)("path",{d:"M20 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2v3H5V5h15zm-9 5h4v3h-4v-3zm0 5h4v3h-4v-3zM5 10h4v3H5v-3zm0 5h4v3H5v-3zm11 3v-3h4v3h-4zm0-5v-3h4v3h-4z"}))),Jn=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("polyline",{points:"20 6 9 17 4 12"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,e.createElement)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"none",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M20 4V16H22V2H8V4H20Z",fill:"currentColor"}),(0,e.createElement)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 8V22H16V8H2ZM14 10H4V20H14V10Z",fill:"currentColor"}),(0,e.createElement)("path",{d:"M17 7H5V5H19V19H17V7Z",fill:"currentColor"}))),Yn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("g",null,(0,e.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,e.createElement)("path",{d:"M2 4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4zm6.085 15a1.5 1.5 0 0 1 2.83 0H20v-2.968a4.5 4.5 0 0 1 0-8.064V5h-9.085a1.5 1.5 0 0 1-2.83 0H4v14h4.085zM9.5 11a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"})))),Qn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 512 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M262.3 199.2c-1.6-2.8-5.6-3.2-7.7-.7l-91.9 122.2c-2.5 2.9-.6 7.4 3.2 7.7l161.1 14c3.8.3 6.4-3.8 4.5-7.1l-69.2-136.1zM367.2 264.1c-1.6-2.8-5.6-3.2-7.7-.7l-24.8 25.1a4.68 4.68 0 0 0-.5 5.4l25.4 49.5c.8 1.3 2.1 2.2 3.7 2.3l44.9 3.9c3.8.3 6.4-3.8 4.5-7.1l-45.5-78.4zM378.1 224.4c11.2-.1 20.9-8.3 23-19.2 2.8-14.8-8.6-28.3-23.7-28.1-11.2.1-20.9 8.3-23 19.2-2.8 14.8 8.6 28.3 23.7 28.1z"}),(0,e.createElement)("path",{d:"M455.2 129.3l-65.8-5.7-6.1-67c-1.3-14.9-14.5-25.9-29.5-24.5L56.7 58.9c-14.9 1.3-25.9 14.5-24.6 29.4l26.8 296.5c1.3 14.9 14.5 25.9 29.5 24.5l15.7-1.4-1.5 16.7c-1.3 14.9 9.7 28 24.7 29.3l297.3 25.9c14.9 1.3 28.1-9.7 29.4-24.6l26-296.6c1.2-14.8-9.8-28-24.8-29.3zM87.6 300.7c-3.7.3-7-2.4-7.4-6.1l-18-200c-.3-3.7 2.4-7 6.1-7.3l279.2-25.1c3.7-.3 7 2.4 7.4 6.1l4.8 52.8L158 103.4c-14.9-1.3-28.1 9.7-29.4 24.6l-14.9 170.3-26.1 2.4zm362.2-135.6l-17.5 200c-.3 3.7-3.6 6.5-7.3 6.2l-18.6-1.6L145.7 347c-3.7-.3-6.5-3.6-6.2-7.3l3.8-43.9L157 139.7c.3-3.7 3.6-6.5 7.3-6.2l198 17.3 29.7 2.6 51.6 4.5c3.8.2 6.6 3.5 6.2 7.2z"}))),Kn=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M3 6h18M3 12h18M3 18h18"}),(0,e.createElement)("circle",{cx:"6",cy:"6",r:"1.5",fill:"currentColor",stroke:"none"}),(0,e.createElement)("circle",{cx:"6",cy:"12",r:"1.5",fill:"currentColor",stroke:"none"}),(0,e.createElement)("circle",{cx:"6",cy:"18",r:"1.5",fill:"currentColor",stroke:"none"}))),Xn=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,e.createElement)("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),(0,e.createElement)("polyline",{points:"21 15 16 10 5 21"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"14px",height:"14px"}},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"10"}),(0,e.createElement)("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"14px",height:"14px"}},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"2",y:"5",width:"7",height:"14",rx:"1.5",opacity:"0.45"}),(0,e.createElement)("rect",{x:"9.5",y:"4",width:"7",height:"16",rx:"1.5"}),(0,e.createElement)("rect",{x:"17",y:"5",width:"5",height:"14",rx:"1.5",opacity:"0.45"}),(0,e.createElement)("line",{x1:"9.5",y1:"12",x2:"2",y2:"12",opacity:"0"})));const el=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("rect",{x:"1",y:"9",width:"6",height:"6",rx:"1"}),(0,e.createElement)("rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}),(0,e.createElement)("rect",{x:"17",y:"9",width:"6",height:"6",rx:"1"}),(0,e.createElement)("line",{x1:"7",y1:"12",x2:"9",y2:"12",stroke:"currentColor",strokeWidth:"1.5"}),(0,e.createElement)("line",{x1:"15",y1:"12",x2:"17",y2:"12",stroke:"currentColor",strokeWidth:"1.5"})),tl=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 512 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M457.6 140.2l-82.5-4-4.8-53.8c-1-11.3-11.1-19.2-22.9-18.3L51.5 88.4c-11.8 1-20.3 10.5-19.4 21.7l21.2 235.8c1 11.3 11.2 19.2 22.9 18.3l15-1.2-2.4 45.8c-.6 12.6 9.2 22.8 22.4 23.5L441.3 448c13.2.6 24.1-8.6 24.8-21.2L480 163.5c.6-12.5-9.3-22.7-22.4-23.3zm-354.9 5.3l-7.1 134.8L78.1 305 62 127v-.5-.5c1-5 4.4-9 9.6-9.4l261-21.4c5.2-.4 9.7 3 10.5 7.9 0 .2.3.2.3.4 0 .1.3.2.3.4l2.7 30.8-219-10.5c-13.2-.4-24.1 8.8-24.7 21.3zm334 236.9l-84.8-99.5-37.4 34.3-69.2-80.8-122.7 130.7L133 168v-.4c1-5.4 6.2-9.3 11.9-9l291.2 14c5.8.3 10.3 4.7 10.4 10.2 0 .2.3.3.3.5l-10.1 199.1z"}),(0,e.createElement)("path",{d:"M384 256c17.6 0 32-14.4 32-32s-14.3-32-32-32c-17.6 0-32 14.3-32 32s14.3 32 32 32z"}))),rl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"}))),nl=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("polyline",{points:"3 6 5 6 21 6"}),(0,e.createElement)("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6m5 0V4a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2v2"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"}))),ll=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("polyline",{points:"6 9 12 15 18 9"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("polyline",{points:"18 15 12 9 6 15"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,e.createElement)("polyline",{points:"15 3 21 3 21 9"}),(0,e.createElement)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"3.5",cy:"18.5",r:"2"}),(0,e.createElement)("circle",{cx:"12",cy:"6",r:"2"}),(0,e.createElement)("circle",{cx:"20.5",cy:"18.5",r:"2"}),(0,e.createElement)("path",{d:"M5.2 17.3C8 13 9 10 12 8",opacity:"0.6"}),(0,e.createElement)("path",{d:"M12 8c3 2 4 5 6.8 9.3",opacity:"0.6"})));const ol=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"})),al=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"19",y1:"12",x2:"5",y2:"12"}),(0,e.createElement)("polyline",{points:"12 19 5 12 12 5"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),(0,e.createElement)("polyline",{points:"22 4 12 14.01 9 11.01"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("polyline",{points:"1 4 1 10 7 10"}),(0,e.createElement)("path",{d:"M3.51 15a9 9 0 1 0 .49-3.51"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor"},(0,e.createElement)("path",{d:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"}))),il=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"3",width:"8",height:"11",rx:"1.5"}),(0,e.createElement)("rect",{x:"13",y:"3",width:"8",height:"6",rx:"1.5"}),(0,e.createElement)("rect",{x:"13",y:"11",width:"8",height:"10",rx:"1.5"}),(0,e.createElement)("rect",{x:"3",y:"16",width:"8",height:"5",rx:"1.5"})),cl=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"})),sl=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("polyline",{points:"15 18 9 12 15 6"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("polyline",{points:"9 18 15 12 9 6"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,e.createElement)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("polyline",{points:"15 3 21 3 21 9"}),(0,e.createElement)("polyline",{points:"9 21 3 21 3 15"}),(0,e.createElement)("line",{x1:"21",y1:"3",x2:"14",y2:"10"}),(0,e.createElement)("line",{x1:"3",y1:"21",x2:"10",y2:"14"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 512 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M461.8 53.6c-.4-1.7-1.6-3-3.3-3.4-54.4-13.3-180.1 34.1-248.2 102.2-13.3 13.3-24.2 26.4-33.1 39.1-21-1.9-42-.3-59.9 7.5-50.5 22.2-65.2 80.2-69.3 105.1-1 5.9 3.9 11 9.8 10.4l81.1-8.9c.1 7.8.6 14 1.1 18.3.4 4.2 2.3 8.1 5.3 11.1l31.4 31.4c3 3 6.9 4.9 11.1 5.3 4.3.5 10.5 1 18.2 1.1l-8.9 81c-.6 5.9 4.5 10.8 10.4 9.8 24.9-4 83-18.7 105.1-69.2 7.8-17.9 9.4-38.8 7.6-59.7 12.7-8.9 25.9-19.8 39.2-33.1 68.4-68 115.5-190.9 102.4-248zM298.6 213.5c-16.7-16.7-16.7-43.7 0-60.4 16.7-16.7 43.7-16.7 60.4 0 16.7 16.7 16.7 43.7 0 60.4-16.7 16.7-43.7 16.7-60.4 0z"}),(0,e.createElement)("path",{d:"M174.5 380.5c-4.2 4.2-11.7 6.6-19.8 8-18.2 3.1-34.1-12.8-31-31 1.4-8.1 3.7-15.6 7.9-19.7l.1-.1c2.3-2.3.4-6.1-2.8-5.7-9.8 1.2-19.4 5.6-26.9 13.1-18 18-19.7 84.8-19.7 84.8s66.9-1.7 84.9-19.7c7.6-7.6 11.9-17.1 13.1-26.9.3-3.2-3.6-5.1-5.8-2.8z"}))),ml=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"2",y:"10",width:"20",height:"11",rx:"2"}),(0,e.createElement)("circle",{cx:"7",cy:"6",r:"2"}),(0,e.createElement)("circle",{cx:"12",cy:"5",r:"2.5",opacity:"0.7"}),(0,e.createElement)("circle",{cx:"17",cy:"6",r:"2",opacity:"0.4"}),(0,e.createElement)("line",{x1:"7",y1:"10",x2:"7",y2:"21",strokeDasharray:"2 3",strokeWidth:"1"}),(0,e.createElement)("line",{x1:"17",y1:"10",x2:"17",y2:"21",strokeDasharray:"2 3",strokeWidth:"1"})));(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("polyline",{points:"3 6 5 6 21 6"}),(0,e.createElement)("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6m5 0V4a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2v2"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("polyline",{points:"6 9 12 15 18 9"}));const hl=(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("g",null,(0,e.createElement)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,e.createElement)("path",{d:"M17.618 5.968l1.453-1.453 1.414 1.414-1.453 1.453a9 9 0 1 1-1.414-1.414zM12 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14zM11 8h2v6h-2V8zM8 1h8v2H8V1z"}))),dl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("rect",{x:"2",y:"7",width:"20",height:"14",rx:"2",ry:"2"}),(0,e.createElement)("path",{d:"M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"}),(0,e.createElement)("line",{x1:"12",y1:"12",x2:"12",y2:"12"}),(0,e.createElement)("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))),pl=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,e.createElement)("polyline",{points:"15 3 21 3 21 9"}),(0,e.createElement)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),(0,e.createElement)("circle",{cx:"12",cy:"10",r:"3"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"2",y:"7",width:"20",height:"14",rx:"2",ry:"2"}),(0,e.createElement)("path",{d:"M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"1"}),(0,e.createElement)("path",{d:"M9 3v18"}),(0,e.createElement)("path",{d:"M3 9h6"}),(0,e.createElement)("path",{d:"M3 15h6"}),(0,e.createElement)("path",{d:"M13 7h4"}),(0,e.createElement)("path",{d:"M13 11h4"}),(0,e.createElement)("path",{d:"M13 15h4"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 512 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M256.25 20.656c-32.78 0-64.03 6.79-92.438 19-8.182-10.618-20.994-17.468-35.437-17.468-24.716 0-44.78 20.033-44.78 44.75 0 8.356 2.324 16.18 6.31 22.874-42.638 42.655-69.093 101.49-69.093 166.282 0 129.617 105.823 234.72 235.438 234.72 129.615-.002 234.72-105.103 234.72-234.72 0-129.618-105.105-235.438-234.72-235.438zm0 19.313c119.515 0 216.094 96.607 216.094 216.124s-96.58 216.094-216.094 216.094c-119.515 0-216.813-96.577-216.813-216.094 0-59.568 24.176-113.438 63.22-152.5 7.273 5.113 16.15 8.094 25.718 8.094 24.716 0 44.75-20.034 44.75-44.75 0-3.453-.385-6.804-1.125-10.032C197.91 46 226.396 39.97 256.25 39.97zm-.125 51.81c-91.3 0-165.875 74.575-165.875 165.876 0 91.3 74.576 165.406 165.875 165.406 35.12 0 67.708-10.965 94.5-29.656 7.13 4.23 15.45 6.656 24.344 6.656 26.396 0 47.81-21.384 47.81-47.78 0-12.763-5.005-24.366-13.155-32.938 7.677-19.067 11.906-39.884 11.906-61.688 0-91.3-74.106-165.875-165.405-165.875zm0 19.126c81.2 0 146.78 65.55 146.78 146.75 0 17.833-3.172 34.924-8.967 50.72-5.81-2.513-12.237-3.907-18.97-3.907-26.396 0-47.78 21.414-47.78 47.81 0 10.59 3.454 20.362 9.28 28.283-23.065 15.084-50.66 23.843-80.343 23.843-81.2 0-147.22-65.55-147.22-146.75s66.02-146.75 147.22-146.75zm-1.063 19.625c-7.462 31.99-21.767 62.112-42.906 83.25-21.14 21.14-48.73 32.913-80.72 40.376 31.99 7.462 62.112 21.736 83.25 42.875 21.14 21.14 32.914 48.764 40.376 80.75 7.463-31.986 19.204-59.61 40.344-80.75 21.14-21.138 51.262-35.412 83.25-42.874-32.236-7.428-59.455-19.11-80.72-40.375-21.262-21.263-35.446-51.013-42.873-83.25zm.094 86.564c20.498 0 37.125 16.627 37.125 37.125 0 20.496-16.626 37.124-37.124 37.124-20.497 0-37.125-16.628-37.125-37.125 0-20.5 16.63-37.126 37.126-37.126z"}))),ul=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M12 6.5c-1.8-1.4-4-2-6.5-2A2.5 2.5 0 0 0 3 7v10.5c2.7 0 5 .6 7 2 2-1.4 4.3-2 7-2V7a2.5 2.5 0 0 0-2.5-2.5c-2.5 0-4.7.6-6.5 2Z"}),(0,e.createElement)("path",{d:"M12 6.5v13",opacity:"0.6"}),(0,e.createElement)("path",{d:"M17.5 8.5c-1 .3-1.8 1-2 2",opacity:"0.5"})));const gl=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M18 11v2h4v-2h-4zm-2 6.61c.96.71 2.21 1.65 3.2 2.39.4-.53.8-1.07 1.2-1.6-.99-.74-2.24-1.68-3.2-2.4-.4.54-.8 1.08-1.2 1.61zM20.4 5.6c-.4-.53-.8-1.07-1.2-1.6-.99.74-2.24 1.68-3.2 2.4.4.53.8 1.07 1.2 1.6.96-.72 2.21-1.65 3.2-2.4zM4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9H4zm11.5 3c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z"})),wl=((0,e.createElement)("svg",{viewBox:"0 0 40 32",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("path",{d:"M0 32V19.2C0 10.133 4.267 4.267 12.8 0l2.4 3.2C10.667 5.333 8 9.067 8 14.4H16V32H0zm24 0V19.2C24 10.133 28.267 4.267 36.8 0l2.4 3.2C34.667 5.333 32 9.067 32 14.4H40V32H24z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"14px",height:"14px",display:"inline-block",verticalAlign:"middle"}},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 80 32",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("rect",{x:"0.5",y:"0.5",width:"79",height:"31",rx:"3.5",stroke:"currentColor",strokeDasharray:"4 3"}),(0,e.createElement)("text",{x:"50%",y:"50%",textAnchor:"middle",dominantBaseline:"middle",fontSize:"10",fill:"currentColor",fontFamily:"system-ui, sans-serif"},"LOGO")),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"}))),vl=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"10"}),(0,e.createElement)("polyline",{points:"9 12 11.5 14.5 15 10"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"10"}),(0,e.createElement)("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),(0,e.createElement)("line",{x1:"9",y1:"9",x2:"15",y2:"15"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"6 9 12 15 18 9"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 14l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"}))),El=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("polyline",{points:"6 9 12 15 18 9"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("polyline",{points:"18 15 12 9 6 15"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("path",{d:"M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M5,22h14c1.103,0,2-0.897,2-2V5c0-1.103-0.897-2-2-2h-2c0-0.553-0.447-1-1-1H8C7.447,2,7,2.447,7,3H5C3.897,3,3,3.897,3,5 v15C3,21.103,3.897,22,5,22z M5,5h2v2h10V5h2v15H5V5z"}),(0,e.createElement)("path",{d:"M11 13.586L9.207 11.793 7.793 13.207 11 16.414 16.207 11.207 14.793 9.793z"}))),fl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("rect",{x:"2",y:"3",width:"9",height:"10",rx:"1.5"}),(0,e.createElement)("rect",{x:"13",y:"3",width:"9",height:"6",rx:"1.5"}),(0,e.createElement)("rect",{x:"13",y:"11",width:"9",height:"10",rx:"1.5"}),(0,e.createElement)("rect",{x:"2",y:"15",width:"9",height:"6",rx:"1.5"}))),yl=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"13px",height:"13px",display:"inline-block",verticalAlign:"middle",flexShrink:0}},(0,e.createElement)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,e.createElement)("polyline",{points:"15 3 21 3 21 9"}),(0,e.createElement)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"14px",height:"14px",display:"inline-block",verticalAlign:"middle",flexShrink:0}},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 320 240",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},(0,e.createElement)("rect",{width:"320",height:"240",rx:"8",fill:"#f3f4f6"}),(0,e.createElement)("rect",{x:"120",y:"80",width:"80",height:"80",rx:"4",fill:"#d1d5db"}),(0,e.createElement)("circle",{cx:"145",cy:"105",r:"12",fill:"#9ca3af"}),(0,e.createElement)("path",{d:"M120 145 l40-40 l30 30 l20-20 l30 30",stroke:"#9ca3af",strokeWidth:"2",fill:"none"})),(0,e.createElement)("svg",{viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",style:{width:"12px",height:"12px",display:"inline-block",verticalAlign:"middle"}},(0,e.createElement)("path",{d:"M8 1l1.85 3.75L14 5.5l-3 2.92.71 4.13L8 10.5l-3.71 1.95.71-4.13L2 5.5l4.15-.75L8 1z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 512 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M209.955 488.202l-121.242-46.62c-11.308-4.34-11.643-12.087-.79-17.288L204.8 469.236c15.024 5.777 37.23 4.92 51.774-1.96l161.522-76.6c10.014 4.436 9.864 11.818-.67 16.798L250.43 486.668c-10.983 5.195-29.128 5.902-40.477 1.534zm0-32.37L88.713 409.21C79.09 405.52 77.41 399.36 83.81 394.4l120.99 46.517c15.024 5.776 37.23 4.92 51.774-1.96l165.393-78.433c5.855 4.417 4.38 10.36-4.542 14.58l-166.993 79.193c-10.983 5.196-29.128 5.903-40.477 1.534zm0-28.314L88.713 380.892c-9.624-3.69-11.302-9.85-4.902-14.813l120.99 46.523c15.024 5.77 37.23 4.914 51.774-1.96l165.393-78.438c5.855 4.416 4.38 10.36-4.542 14.58l-166.993 79.2c-10.983 5.194-29.128 5.895-40.477 1.533zm0-28.32L88.713 352.572c-9.624-3.69-11.302-9.85-4.902-14.812l120.99 46.524c15.024 5.776 37.23 4.92 51.774-1.96l165.393-78.44c5.855 4.424 4.38 10.368-4.542 14.586l-166.993 79.194c-10.983 5.196-29.128 5.897-40.477 1.534zm0-28.32L88.713 324.26c-11.35-4.355-11.643-12.15-.66-17.353l87.236-41.376 34.826 18.323c15.365 8.09 37.937 7.06 52.5-2.39l65.74-42.672 88.404 34.007c11.344 4.357 11.65 12.16.665 17.354l-166.993 79.195c-10.983 5.195-29.128 5.902-40.477 1.534zm6.85-99.73L93.44 206.22c-10.767-5.67-11.217-15.647-1.018-22.268l105.11-68.228h25.845l.015 64.962h58.664v-64.962H332.2l-27.487-41.39 118.91 62.584c10.763 5.67 11.212 15.646 1.013 22.268L254.803 269.418c-10.2 6.62-27.23 7.4-37.997 1.73zm21.637-105.523V100.67h-34.845l49.13-79.74 49.12 79.74H267v64.955h-28.558z"}))),xl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",id:"file-earmark-arrow-down-fill"},(0,e.createElement)("path",{d:"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1m-1 4v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 11.293V7.5a.5.5 0 0 1 1 0"}))),kl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6.25 7.72c0-.41.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75H7c-.41 0-.75-.34-.75-.75zm6.96 9.21c-.29.29-.77.29-1.06 0l-1.41-1.41-1.41 1.41c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l1.41-1.41-1.41-1.41a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.41 1.41 1.41-1.41c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-1.41 1.41 1.41 1.41c.29.29.29.76 0 1.06zM17 17.28h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75zm0-2.5h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.76-.75.75zm0-4.06h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75z"}))),bl=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"16px",height:"16px"}},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"16px",height:"16px"}},(0,e.createElement)("line",{x1:"19",y1:"12",x2:"5",y2:"12"}),(0,e.createElement)("polyline",{points:"12 19 5 12 12 5"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"16px",height:"16px"}},(0,e.createElement)("polyline",{points:"20 6 9 17 4 12"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor"},(0,e.createElement)("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6a2 2 0 0 0-2-2zm0 16H5V10h14v10zM7 12h5v5H7z"}))),Cl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"200px",height:"20px",viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M8 8c-2.248 0-4 1.752-4 4s1.752 4 4 4h2a1 1 0 1 1 0 2H8c-3.352 0-6-2.648-6-6s2.648-6 6-6h2a1 1 0 1 1 0 2H8zm5-1a1 1 0 0 1 1-1h2c3.352 0 6 2.648 6 6s-2.648 6-6 6h-2a1 1 0 1 1 0-2h2c2.248 0 4-1.752 4-4s-1.752-4-4-4h-2a1 1 0 0 1-1-1zm-6 5a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1z",fill:"#0D0D0D"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"#000000",width:"20px",height:"20px",viewBox:"0 0 512 512"},(0,e.createElement)("path",{d:"M232 280L64 280 64 232 232 232 232 64 280 64 280 232 448 232 448 280 280 280 280 448 232 448 232 280Z"})),(0,e.createElement)("svg",{width:"20px",height:"20px",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 1.5C2 1.77614 1.77614 2 1.5 2C1.22386 2 1 1.77614 1 1.5C1 1.22386 1.22386 1 1.5 1C1.77614 1 2 1.22386 2 1.5ZM2 5L2 10H13V5H2ZM2 4C1.44772 4 1 4.44772 1 5V10C1 10.5523 1.44772 11 2 11H13C13.5523 11 14 10.5523 14 10V5C14 4.44772 13.5523 4 13 4H2ZM1.5 14C1.77614 14 2 13.7761 2 13.5C2 13.2239 1.77614 13 1.5 13C1.22386 13 1 13.2239 1 13.5C1 13.7761 1.22386 14 1.5 14ZM4 1.5C4 1.77614 3.77614 2 3.5 2C3.22386 2 3 1.77614 3 1.5C3 1.22386 3.22386 1 3.5 1C3.77614 1 4 1.22386 4 1.5ZM3.5 14C3.77614 14 4 13.7761 4 13.5C4 13.2239 3.77614 13 3.5 13C3.22386 13 3 13.2239 3 13.5C3 13.7761 3.22386 14 3.5 14ZM6 1.5C6 1.77614 5.77614 2 5.5 2C5.22386 2 5 1.77614 5 1.5C5 1.22386 5.22386 1 5.5 1C5.77614 1 6 1.22386 6 1.5ZM5.5 14C5.77614 14 6 13.7761 6 13.5C6 13.2239 5.77614 13 5.5 13C5.22386 13 5 13.2239 5 13.5C5 13.7761 5.22386 14 5.5 14ZM8 1.5C8 1.77614 7.77614 2 7.5 2C7.22386 2 7 1.77614 7 1.5C7 1.22386 7.22386 1 7.5 1C7.77614 1 8 1.22386 8 1.5ZM7.5 14C7.77614 14 8 13.7761 8 13.5C8 13.2239 7.77614 13 7.5 13C7.22386 13 7 13.2239 7 13.5C7 13.7761 7.22386 14 7.5 14ZM10 1.5C10 1.77614 9.77614 2 9.5 2C9.22386 2 9 1.77614 9 1.5C9 1.22386 9.22386 1 9.5 1C9.77614 1 10 1.22386 10 1.5ZM9.5 14C9.77614 14 10 13.7761 10 13.5C10 13.2239 9.77614 13 9.5 13C9.22386 13 9 13.2239 9 13.5C9 13.7761 9.22386 14 9.5 14ZM12 1.5C12 1.77614 11.7761 2 11.5 2C11.2239 2 11 1.77614 11 1.5C11 1.22386 11.2239 1 11.5 1C11.7761 1 12 1.22386 12 1.5ZM11.5 14C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13C11.2239 13 11 13.2239 11 13.5C11 13.7761 11.2239 14 11.5 14ZM14 1.5C14 1.77614 13.7761 2 13.5 2C13.2239 2 13 1.77614 13 1.5C13 1.22386 13.2239 1 13.5 1C13.7761 1 14 1.22386 14 1.5ZM13.5 14C13.7761 14 14 13.7761 14 13.5C14 13.2239 13.7761 13 13.5 13C13.2239 13 13 13.2239 13 13.5C13 13.7761 13.2239 14 13.5 14Z",fill:"currentColor"}))),Ll=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 16 16",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{fillRule:"evenodd",d:"M14.5 3h-13a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5zm-13-1A1.5 1.5 0 000 3.5v9A1.5 1.5 0 001.5 14h13a1.5 1.5 0 001.5-1.5v-9A1.5 1.5 0 0014.5 2h-13z",clipRule:"evenodd"}),(0,e.createElement)("path",{fillRule:"evenodd",d:"M3 5.5a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9a.5.5 0 01-.5-.5zM3 8a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9A.5.5 0 013 8zm0 2.5a.5.5 0 01.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5z",clipRule:"evenodd"}))),Ml=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"none",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M18 7C18.5523 7 19 7.44772 19 8V16C19 16.5523 18.5523 17 18 17H15V19H18C19.6569 19 21 17.6569 21 16V8C21 6.34315 19.6569 5 18 5H15V7H18Z",fill:"currentColor",fillOpacity:"0.5"}),(0,e.createElement)("path",{d:"M13 3H11V21H13V3Z",fill:"currentColor"}),(0,e.createElement)("path",{d:"M5 8C5 7.44772 5.44772 7 6 7H9V5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19H9V17H6C5.44772 17 5 16.5523 5 16V8Z",fill:"currentColor"}))),zl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"8",y:"3",width:"13",height:"14",rx:"2"}),(0,e.createElement)("path",{d:"M16 21H5a2 2 0 0 1-2-2V8"}),(0,e.createElement)("path",{d:"m13 7.5-2 2.5 2 2.5"}),(0,e.createElement)("path",{d:"m16.5 7.5 2 2.5-2 2.5"}))),Bl=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("rect",{x:"1",y:"1",width:"10",height:"7",rx:"1.5"}),(0,e.createElement)("rect",{x:"13",y:"1",width:"10",height:"7",rx:"1.5"}),(0,e.createElement)("rect",{x:"1",y:"11",width:"10",height:"7",rx:"1.5"}),(0,e.createElement)("rect",{x:"13",y:"11",width:"10",height:"7",rx:"1.5"}),(0,e.createElement)("line",{x1:"3",y1:"21",x2:"9",y2:"21"}),(0,e.createElement)("line",{x1:"15",y1:"21",x2:"21",y2:"21"})),_l=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"12",cy:"13",r:"9"}),(0,e.createElement)("path",{d:"M12 4v9l6 4"}),(0,e.createElement)("path",{d:"M10 1l2 3 2-3",fill:"currentColor",stroke:"none"})));const Sl=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"2",y:"5",width:"5",height:"14",rx:"1"}),(0,e.createElement)("line",{x1:"2",y1:"12",x2:"7",y2:"12"}),(0,e.createElement)("rect",{x:"9.5",y:"5",width:"5",height:"14",rx:"1"}),(0,e.createElement)("line",{x1:"9.5",y1:"12",x2:"14.5",y2:"12"}),(0,e.createElement)("rect",{x:"17",y:"5",width:"5",height:"14",rx:"1"}),(0,e.createElement)("line",{x1:"17",y1:"12",x2:"22",y2:"12"})),Nl=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"2",y:"5",width:"8",height:"10",rx:"2",opacity:"0.4"}),(0,e.createElement)("rect",{x:"8",y:"3",width:"14",height:"14",rx:"2"}),(0,e.createElement)("circle",{cx:"22",cy:"2",r:"4",fill:"currentColor",stroke:"none",opacity:"0.45"}),(0,e.createElement)("path",{d:"M15 9h0",strokeWidth:"2.5"}));(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("polyline",{points:"3 6 5 6 21 6"}),(0,e.createElement)("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6m5 0V4a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2v2"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}));const Pl=(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("rect",{x:"2",y:"3",width:"8",height:"18",rx:"2",fill:"currentColor",fillOpacity:"0.15"}),(0,e.createElement)("line",{x1:"14",y1:"7",x2:"22",y2:"7"}),(0,e.createElement)("line",{x1:"14",y1:"12",x2:"22",y2:"12"}),(0,e.createElement)("line",{x1:"14",y1:"17",x2:"20",y2:"17"})),Hl=((0,e.createElement)("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"}),(0,e.createElement)(e.Fragment,null,(0,e.createElement)("polygon",{points:"12 2 2 7 12 12 22 7 12 2"}),(0,e.createElement)("polyline",{points:"2 17 12 22 22 17"}),(0,e.createElement)("polyline",{points:"2 12 12 17 22 12"})),(0,e.createElement)(e.Fragment,null,(0,e.createElement)("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),(0,e.createElement)("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),(0,e.createElement)("line",{x1:"6",y1:"20",x2:"6",y2:"14"})),(0,e.createElement)("polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"}),(0,e.createElement)("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}),(0,e.createElement)(e.Fragment,null,(0,e.createElement)("circle",{cx:"12",cy:"12",r:"10"}),(0,e.createElement)("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),(0,e.createElement)("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"})),(0,e.createElement)(e.Fragment,null,(0,e.createElement)("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),(0,e.createElement)("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"})),(0,e.createElement)(e.Fragment,null,(0,e.createElement)("path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z"}),(0,e.createElement)("path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z"}),(0,e.createElement)("path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}),(0,e.createElement)("path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"})),(0,e.createElement)(e.Fragment,null,(0,e.createElement)("circle",{cx:"12",cy:"12",r:"3"}),(0,e.createElement)("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z"})),(0,e.createElement)(e.Fragment,null,(0,e.createElement)("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),(0,e.createElement)("circle",{cx:"9",cy:"7",r:"4"}),(0,e.createElement)("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),(0,e.createElement)("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})),(0,e.createElement)("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"}),(0,e.createElement)(e.Fragment,null,(0,e.createElement)("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),(0,e.createElement)("polyline",{points:"22 4 12 14.01 9 11.01"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"3",y:"13.5",width:"7",height:"7",rx:"1",opacity:"0.55"}),(0,e.createElement)("rect",{x:"13.5",y:"3",width:"7",height:"7",rx:"1",opacity:"0.55"}),(0,e.createElement)("circle",{cx:"17",cy:"17",r:"3.4"}),(0,e.createElement)("line",{x1:"19.4",y1:"19.4",x2:"21.5",y2:"21.5"})));const Vl=(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 640 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z"})),Wl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h10v4h8v10z"}))),Al=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"10"}),(0,e.createElement)("path",{d:"M9 12l2 2 4-4"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M20 6L9 17l-5-5"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor"},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"4"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor"},(0,e.createElement)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"16px",height:"16px",display:"inline-block",verticalAlign:"middle"}},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"14",y:"3",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"14",y:"14",width:"7",height:"7",rx:"1"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"22 12 18 12 15 21 9 3 6 12 2 12"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"3"}),(0,e.createElement)("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),(0,e.createElement)("circle",{cx:"9",cy:"7",r:"4"}),(0,e.createElement)("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),(0,e.createElement)("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),(0,e.createElement)("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M12 2L7 7H3l-1 4 4 4v4l4-1 5-5c3-3 4-7 1-10z"}),(0,e.createElement)("circle",{cx:"17",cy:"7",r:"1"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),(0,e.createElement)("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),(0,e.createElement)("line",{x1:"6",y1:"20",x2:"6",y2:"14"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polygon",{points:"12 2 2 7 12 12 22 7 12 2"}),(0,e.createElement)("polyline",{points:"2 17 12 22 22 17"}),(0,e.createElement)("polyline",{points:"2 12 12 17 22 12"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("circle",{cx:"12",cy:"12",r:"10"}),(0,e.createElement)("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),(0,e.createElement)("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 1024 1024",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M442.3 677.6l199.4-156.7a11.3 11.3 0 0 0 0-17.7L442.3 346.4c-7.4-5.8-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.7 18.3 8.9z"}),(0,e.createElement)("path",{d:"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"}))),Fl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"}))),jl=((0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M7 2v11h3v9l7-12h-4l4-8z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 1C7.03 1 3 5.03 3 10v3c0 1.1.9 2 2 2h1c1.1 0 2-.9 2-2v-3c0-2.76 2.24-5 5-5s5 2.24 5 5v3c0 1.1.9 2 2 2h1c1.1 0 2-.9 2-2v-3c0-4.97-4.03-9-9-9zm-1 14h2v2h-2v-2zm0-4h2v2h-2v-2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M5 9.2h3V19H5zM10.6 5h2.8v14h-2.8zm5.6 8H19v6h-2.8z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),(0,e.createElement)("svg",{fill:"currentColor",width:"800px",height:"800px",viewBox:"0 0 30 30",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M13.5 19h3c.277 0 .5.223.5.5s-.223.5-.5.5h-3c-.277 0-.5-.223-.5-.5s.223-.5.5-.5zm8 0h3c.277 0 .5.223.5.5s-.223.5-.5.5h-3c-.277 0-.5-.223-.5-.5s.223-.5.5-.5zm-16 0h3c.277 0 .5.223.5.5s-.223.5-.5.5h-3c-.277 0-.5-.223-.5-.5s.223-.5.5-.5zm8-6h3c.277 0 .5.223.5.5s-.223.5-.5.5h-3c-.277 0-.5-.223-.5-.5s.223-.5.5-.5zm8 0h3c.277 0 .5.223.5.5s-.223.5-.5.5h-3c-.277 0-.5-.223-.5-.5s.223-.5.5-.5zm-16 0h3c.277 0 .5.223.5.5s-.223.5-.5.5h-3c-.277 0-.5-.223-.5-.5s.223-.5.5-.5zm18-10c.277 0 .5.223.5.5v4c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-4c0-.277.223-.5.5-.5zm-17 0c.277 0 .5.223.5.5v4c0 .277-.223.5-.5.5S6 7.777 6 7.5v-4c0-.277.223-.5.5-.5zm-5 2C.678 5 0 5.678 0 6.5v19c0 .822.678 1.5 1.5 1.5h27c.822 0 1.5-.678 1.5-1.5v-19c0-.822-.678-1.5-1.5-1.5h-3c-.656 0-.664 1 0 1h3c.286 0 .5.214.5.5v19c0 .286-.214.5-.5.5h-27c-.286 0-.5-.214-.5-.5v-19c0-.286.214-.5.5-.5h3c.672 0 .66-1 0-1zm7 0c-.65 0-.66 1 0 1h13c.656 0 .668-1 0-1z"}))),$l=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 8H3V9h9v2zm0-4H3V5h9v2z"}))),Il=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",width:"100%",viewBox:"0 0 512 512",enableBackground:"new 0 0 512 512",xmlSpace:"preserve"},(0,e.createElement)("path",{opacity:"1.0",stroke:"none",d:"M513.000000,49.000000 \r C513.000000,187.356659 513.000000,325.713318 512.615234,464.670410 \r C510.065918,481.272644 502.192993,494.066162 488.888855,502.788940 \r C481.992249,507.310669 473.675293,509.665955 466.000000,513.000000 \r C326.976685,513.000000 187.953354,513.000000 48.332973,512.617981 \r C31.426174,509.496979 18.404806,501.464569 9.903798,487.236511 \r C6.152969,480.958771 3.921341,473.773346 1.000004,467.000000 \r C1.000000,327.309998 1.000000,187.620026 1.376403,47.339844 \r C2.174492,44.868977 2.459894,42.945171 3.039099,41.114315 \r C8.396976,24.178173 19.055374,11.963516 35.566578,5.150101 \r C39.595798,3.487427 43.849506,2.368781 48.000000,1.000000 \r C187.023331,1.000000 326.046661,1.000000 465.666992,1.381971 \r C483.817719,4.854844 497.132812,14.254887 505.757538,29.669525 \r C509.078796,35.605484 510.637970,42.527348 513.000000,49.000000 \r M276.500000,323.000000 \r C290.596466,323.000000 304.692932,323.000000 318.712463,323.000000 \r C318.712463,278.688477 318.712463,234.952682 318.712463,191.287537 \r C274.688538,191.287537 230.952713,191.287537 187.287521,191.287537 \r C187.287521,235.311462 187.287521,279.047272 187.287521,323.000000 \r C216.883011,323.000000 246.191498,323.000000 276.500000,323.000000 \r M482.000000,265.500000 \r C482.000000,240.738724 482.000000,215.977432 482.000000,191.286453 \r C437.690674,191.286453 393.954895,191.286453 350.286438,191.286453 \r C350.286438,235.309311 350.286438,279.045105 350.286438,322.713562 \r C394.309296,322.713562 438.045105,322.713562 482.000000,322.713562 \r C482.000000,303.785309 482.000000,285.142670 482.000000,265.500000 \r M187.000000,136.499969 \r C187.000000,144.265549 187.000000,152.031113 187.000000,159.711945 \r C231.312653,159.711945 275.048431,159.711945 318.711853,159.711945 \r C318.711853,117.020714 318.711853,74.618172 318.711853,32.288071 \r C274.687378,32.288071 230.951584,32.288071 187.000000,32.288071 \r C187.000000,66.883797 187.000000,101.191895 187.000000,136.499969 \r M319.000000,416.500000 \r C319.000000,395.738190 319.000000,374.976349 319.000000,354.286774 \r C274.689941,354.286774 230.954193,354.286774 187.286819,354.286774 \r C187.286819,396.976685 187.286819,439.379181 187.286819,481.713257 \r C231.309982,481.713257 275.045746,481.713257 319.000000,481.713257 \r C319.000000,460.118164 319.000000,438.809082 319.000000,416.500000 \r M482.000000,109.500000 \r C482.000000,91.838287 482.097961,74.175850 481.966980,56.515106 \r C481.873199,43.869137 470.124359,32.064388 457.420349,32.030941 \r C423.096924,31.940569 388.773102,31.997145 354.449432,32.010025 \r C353.018127,32.010563 351.586853,32.157936 350.298126,32.229038 \r C350.298126,75.010483 350.298126,117.407570 350.298126,159.710556 \r C394.326904,159.710556 438.056976,159.710556 482.000000,159.710556 \r C482.000000,143.114670 482.000000,126.807335 482.000000,109.500000 \r M368.500549,354.000000 \r C362.403442,354.000000 356.306335,354.000000 350.278656,354.000000 \r C350.278656,396.971375 350.278656,439.368317 350.278656,482.000000 \r C351.859375,482.000000 353.170776,482.000000 354.482178,482.000000 \r C388.805847,482.000000 423.129730,482.064636 457.453125,481.966339 \r C470.127502,481.930023 481.928070,470.127563 481.966431,457.452240 \r C482.066315,424.461823 482.002899,391.470886 481.990051,358.480164 \r C481.989502,357.046265 481.843994,355.612427 481.756287,354.000000 \r C444.106323,354.000000 406.803375,354.000000 368.500549,354.000000 \r M101.500000,191.000000 \r C78.071938,191.000000 54.643875,191.000000 31.286398,191.000000 \r C31.286398,235.309372 31.286398,279.045105 31.286398,322.713501 \r C72.975983,322.713501 114.378532,322.713501 155.713608,322.713501 \r C155.713608,278.690643 155.713608,234.954926 155.713608,191.000000 \r C137.785400,191.000000 120.142700,191.000000 101.500000,191.000000 \r M156.000000,139.499802 \r C156.000000,103.747490 156.000000,67.995171 156.000000,32.000435 \r C121.825203,32.000435 88.196274,31.857672 54.572170,32.195560 \r C50.716084,32.234310 46.559738,34.423725 43.107841,36.538555 \r C33.465355,42.446102 31.141146,52.251961 31.073334,62.571796 \r C30.869722,93.558136 30.996862,124.546661 31.010004,155.534332 \r C31.010612,156.966888 31.157164,158.399384 31.229200,159.712616 \r C72.995369,159.712616 114.389175,159.712616 156.000000,159.712616 \r C156.000000,153.117706 156.000000,146.808640 156.000000,139.499802 \r M45.574585,479.084839 \r C49.259960,480.056549 52.939556,481.845551 56.631622,481.871643 \r C88.266586,482.095367 119.903801,482.003082 151.540344,481.989990 \r C152.971771,481.989410 154.403152,481.842651 155.736755,481.769379 \r C155.736755,439.019257 155.736755,396.642456 155.736755,354.225769 \r C114.095833,354.225769 72.718559,354.225769 31.262922,354.225769 \r C31.153612,354.902374 31.012899,355.367340 31.012735,355.832336 \r C31.001329,388.134918 30.948460,420.437683 31.075806,452.739746 \r C31.089621,456.243866 31.994955,459.778320 32.759106,463.238556 \r C34.322140,470.316223 39.142506,474.994568 45.574585,479.084839 \r z"}))),Rl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M3 13h2v-2H3v2zm0 4h2v-2H3v2zm2 4v-2H3c0 1.1.89 2 2 2zM3 9h2V7H3v2zm12 12h2v-2h-2v2zm4-18H9c-1.11 0-2 .9-2 2v10c0 1.1.89 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12H9V5h10v10zm-8 6h2v-2h-2v2zm-4 0h2v-2H7v2z"}))),Tl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M15,40h23l6,6V25c0-2.2-1.8-4-4-4H15c-2.2,0-4,1.8-4,4v11C11,38.2,12.8,40,15,40z"}),(0,e.createElement)("path",{fill:"currentColor",d:"M28.8,32.8h-3.6l-0.7,2.1h-2.2l3.7-10h1.9l3.7,10h-2.2L28.8,32.8z M25.7,31.2h2.5L27,27.4L25.7,31.2z"}),(0,e.createElement)("path",{d:"M33,25H10l-6,6V8c0-2.2,1.8-4,4-4h25c2.2,0,4,1.8,4,4v13C37,23.2,35.2,25,33,25z"}),(0,e.createElement)("path",{fill:"currentColor",d:"M25.4,14.2c0,1-0.2,1.8-0.5,2.5c-0.3,0.7-0.7,1.3-1.3,1.7l1.7,1.3L24,20.9l-2.2-1.7c-0.2,0-0.5,0.1-0.8,0.1 c-0.6,0-1.2-0.1-1.8-0.3c-0.5-0.2-1-0.6-1.4-1c-0.4-0.4-0.7-1-0.9-1.6c-0.2-0.6-0.3-1.3-0.3-2.1v-0.4c0-0.8,0.1-1.5,0.3-2.1 c0.2-0.6,0.5-1.2,0.9-1.6c0.4-0.4,0.8-0.8,1.4-1c0.5-0.2,1.1-0.3,1.8-0.3c0.6,0,1.2,0.1,1.8,0.3c0.5,0.2,1,0.6,1.4,1 c0.4,0.4,0.7,1,0.9,1.6c0.2,0.6,0.3,1.3,0.3,2.1V14.2z M23.2,13.7c0-1.1-0.2-1.9-0.6-2.4c-0.4-0.6-0.9-0.8-1.6-0.8 c-0.7,0-1.3,0.3-1.6,0.8c-0.4,0.6-0.6,1.4-0.6,2.4v0.5c0,0.5,0.1,1,0.2,1.4c0.1,0.4,0.2,0.8,0.4,1c0.2,0.3,0.4,0.5,0.7,0.6 c0.3,0.1,0.6,0.2,0.9,0.2c0.7,0,1.3-0.3,1.6-0.8c0.4-0.6,0.6-1.4,0.6-2.5V13.7z"}))),Ol=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707"},(0,e.createElement)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357"},(0,e.createElement)("path",{d:"M357,204H0v-51h357V204z"})),(0,e.createElement)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M12 2.5 4.5 5.6v5.6c0 4.6 3.2 8.9 7.5 10.3 4.3-1.4 7.5-5.7 7.5-10.3V5.6L12 2.5Z"}),(0,e.createElement)("path",{d:"m8.6 11.8 2.4 2.4 4.4-4.4"}))),Dl="#136EF5",ql=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",className:"bPlBlockIcon",viewBox:"0 0 1000 1000",width:24,height:24},(0,e.createElement)("path",{d:"M889.5,73.5H285.6c-63.9,0-100.5,36.6-100.5,100.5v25.1h50.3v-25.1c0-36.2,14.1-50.3,50.3-50.3h603.9c36.6,0,50.3,13.6,50.3,50.3v425.7c0,36.6-13.6,50.3-50.3,50.3h-25.1v50.3h25.1c64.8,0,100.5-35.7,100.5-100.5V174.1C990,109.2,954.3,73.5,889.5,73.5z"}),(0,e.createElement)("path",{d:"M713.6,248h-598C47.5,248,10,283.7,10,348.5v477.4c0,60.1,40.4,100.5,100.5,100.5h603.1c63.9,0,100.5-36.6,100.5-100.5V348.5C814.1,284.6,777.5,248,713.6,248z M763.8,782.1v43.9c0,36.2-14.1,50.3-50.3,50.3h-45.4h-37.3H110.5c-45.4,0-50.3-35.1-50.3-50.3v-133v-35.5V348.5c0-31.8,9-50.3,55.4-50.3h598c36.2,0,50.3,14.1,50.3,50.3v399.3V782.1z"}),(0,e.createElement)("path",{d:"M324.1,449v301.5l213.6-150.8L324.1,449z"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.0",viewBox:"0 0 256.000000 256.000000",preserveAspectRatio:"xMidYMid meet",style:{fill:Dl},width:24,height:24,className:"lbvg-video-gallery"},(0,e.createElement)("g",{transform:"translate(0.000000,256.000000) scale(0.100000,-0.100000)"},(0,e.createElement)("path",{d:"M2205 2465 c-37 -36 -33 -76 11 -125 l36 -40 -36 -42 c-100 -117 28 -217 133 -104 l25 26 38 -37 c99 -96 207 12 114 115 l-34 37 34 38 c45 48 48 105 8 136 -42 33 -80 26 -136 -27 l-27 -25 -41 36 c-49 45 -89 49 -125 12z"}),(0,e.createElement)("path",{d:"M26 1869 l-26 -20 0 -869 0 -869 26 -20 c27 -21 28 -21 1254 -21 1226 0 1227 0 1254 21 l26 20 0 869 0 869 -26 20 c-27 21 -28 21 -1254 21 -1226 0 -1227 0 -1254 -21z m2374 -791 l0 -653 -383 383 c-374 374 -383 382 -422 382 -38 0 -47 -8 -310 -270 l-270 -269 -122 119 c-173 171 -132 184 -465 -147 l-268 -267 0 687 0 687 1120 0 1120 0 0 -652z m-502 -846 l-463 -2 -152 152 -153 153 232 232 233 233 382 -382 383 -383 -462 -3z m-933 228 l230 -230 -460 0 -460 0 230 230 c126 127 230 230 230 230 0 0 104 -103 230 -230z"}),(0,e.createElement)("path",{d:"M671 1580 c-90 -19 -175 -93 -208 -183 -17 -46 -16 -146 3 -199 20 -61 75 -123 134 -153 141 -71 307 -21 384 115 28 50 31 63 31 140 0 69 -5 93 -23 127 -62 118 -191 179 -321 153z m150 -196 c51 -49 50 -122 -2 -174 -104 -103 -266 31 -188 156 11 19 21 34 22 34 1 0 20 6 41 14 48 17 88 7 127 -30z"}))),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.0",viewBox:"0 0 512.000000 512.000000",preserveAspectRatio:"xMidYMid meet",className:"mvg-icon",style:{fill:Dl},width:24,height:24},(0,e.createElement)("g",{transform:"translate(0.000000,512.000000) scale(0.100000,-0.100000)"},(0,e.createElement)("path",{d:"M615 4591 c-48 -22 -69 -44 -90 -94 -13 -32 -15 -163 -15 -1079 0 -654 4 -1056 10 -1078 11 -41 61 -94 103 -109 18 -7 180 -11 461 -11 433 0 433 0 476 23 30 16 51 37 67 67 l23 44 -2 1071 -3 1072 -29 37 c-57 76 -57 76 -536 76 -391 0 -428 -2 -465 -19z"}),(0,e.createElement)("path",{d:"M2095 4591 c-48 -22 -69 -44 -90 -94 -13 -31 -15 -112 -15 -574 0 -501 2 -541 19 -578 22 -49 48 -73 98 -91 55 -19 851 -19 906 0 50 18 76 42 98 91 17 37 19 77 19 578 0 462 -2 543 -15 574 -21 50 -42 72 -90 94 -37 17 -74 19 -465 19 -391 0 -428 -2 -465 -19z"}),(0,e.createElement)("path",{d:"M3575 4591 c-46 -21 -79 -54 -94 -94 -8 -19 -11 -361 -11 -1086 l0 -1058 23 -43 c16 -30 37 -51 67 -67 43 -23 43 -23 476 -23 281 0 443 4 461 11 42 15 92 68 103 109 6 22 10 424 10 1078 0 916 -2 1047 -15 1079 -21 50 -42 72 -90 94 -37 17 -74 19 -465 19 -392 0 -428 -2 -465 -19z"}),(0,e.createElement)("path",{d:"M2095 2886 c-37 -17 -80 -62 -94 -99 -8 -19 -11 -361 -11 -1080 0 -999 1 -1054 19 -1092 22 -48 44 -69 94 -90 54 -23 860 -23 914 0 50 21 72 42 94 90 18 38 19 93 19 1093 0 872 -2 1058 -14 1085 -16 39 -61 82 -99 96 -45 17 -883 14 -922 -3z"}),(0,e.createElement)("path",{d:"M627 1866 c-50 -18 -76 -42 -98 -91 -17 -37 -19 -77 -19 -580 0 -503 2 -543 19 -580 22 -48 44 -69 94 -90 31 -13 101 -15 459 -15 476 0 477 1 534 76 l29 37 0 572 0 572 -29 37 c-57 75 -58 76 -531 75 -328 0 -428 -3 -458 -13z"}),(0,e.createElement)("path",{d:"M3574 1861 c-23 -10 -54 -36 -70 -57 l-29 -37 -3 -546 c-2 -300 0 -560 3 -578 8 -43 50 -92 100 -114 37 -17 74 -19 465 -19 391 0 428 2 465 19 48 22 69 44 90 94 13 31 15 112 15 574 0 501 -2 541 -19 578 -10 22 -28 48 -39 58 -49 44 -76 46 -517 46 -389 1 -423 -1 -461 -18z"}))),(0,e.createElement)("svg",{id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 512 512",style:{fill:Dl,enableBackground:"new 0 0 512 512"},width:24,height:24,className:"pr_video-gallery",xmlSpace:"preserve"},(0,e.createElement)("g",null,(0,e.createElement)("g",null,(0,e.createElement)("path",{d:"M0,149.854v212.293h512V149.854H0z M158.179,324.683H37.463V187.317h120.716V324.683z M316.357,324.683H195.643V187.317 h120.715V324.683z M474.537,324.683H353.821V187.317h120.716V324.683z"})))),(0,e.createElement)("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",style:{fill:Dl},width:24,height:24,className:"sav-gallery"},(0,e.createElement)("g",{id:"SVGRepo_bgCarrier",strokeWidth:"0"}),(0,e.createElement)("g",{id:"SVGRepo_tracerCarrier",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("g",{id:"SVGRepo_iconCarrier"},(0,e.createElement)("path",{fillRule:"evenodd",d:"M5.23331,0.493645 C6.8801,-0.113331 8.6808,-0.161915 10.3579,0.355379 C11.4019,0.6773972 12.361984,1.20757325 13.1838415,1.90671757 L13.4526,2.14597 L14.2929,1.30564 C14.8955087,0.703065739 15.9071843,1.0850774 15.994017,1.89911843 L16,2.01275 L16,6.00002 L12.0127,6.00002 C11.1605348,6.00002 10.7153321,5.01450817 11.2294893,4.37749065 L11.3056,4.29291 L12.0372,3.56137 C11.389,2.97184 10.6156,2.52782 9.76845,2.26653 C8.5106,1.87856 7.16008,1.915 5.92498,2.37023 C4.68989,2.82547 3.63877,3.67423 2.93361,4.78573 C2.22844,5.89723 1.90836,7.20978 2.02268,8.52112 C2.13701,9.83246 2.6794,11.0698 3.56627,12.0425 C4.45315,13.0152 5.63528,13.6693 6.93052,13.9039 C8.22576,14.1385 9.56221,13.9407 10.7339,13.3409 C11.9057,12.7412 12.8476,11.7727 13.4147,10.5848 C13.6526,10.0864 14.2495,9.8752 14.748,10.1131 C15.2464,10.351 15.4575,10.948 15.2196,11.4464 C14.4635,13.0302 13.2076,14.3215 11.6453,15.1213 C10.0829,15.921 8.30101,16.1847 6.57402,15.8719 C4.84704,15.559 3.27086,14.687 2.08836,13.39 C0.905861,12.0931 0.182675,10.4433 0.0302394,8.69483 C-0.122195,6.94637 0.304581,5.1963 1.2448,3.7143 C2.18503,2.2323 3.58652,1.10062 5.23331,0.493645 Z M6,5.46077 C6,5.09472714 6.37499031,4.86235811 6.69509872,5.0000726 L6.7678,5.03853 L10.7714,7.57776 C11.0528545,7.75626909 11.0784413,8.14585256 10.8481603,8.36273881 L10.7714,8.42224 L6.7678,10.9615 C6.45867857,11.1575214 6.06160816,10.965274 6.00646097,10.6211914 L6,10.5392 L6,5.46077 Z"}))),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.0",width:24,height:24,viewBox:"0 0 512.000000 512.000000",preserveAspectRatio:"xMidYMid meet"},(0,e.createElement)("g",{transform:"translate(0.000000,512.000000) scale(0.100000,-0.100000)",className:"vcg-video-carousel-icon",fill:Dl,stroke:"none"},(0,e.createElement)("path",{d:"M1422 4944 c-29 -7 -73 -26 -97 -40 -65 -38 -149 -134 -177 -201 l-23 -58 -3 -2055 c-2 -1443 1 -2071 9 -2107 21 -103 101 -213 196 -269 96 -56 64 -55 1259 -52 l1099 3 58 23 c67 27 163 112 201 177 59 100 56 -26 56 2195 0 2216 3 2095 -55 2193 -31 54 -99 122 -150 152 -95 56 -67 55 -1240 54 -904 0 -1089 -3 -1133 -15z m2290 -177 c26 -15 59 -42 72 -60 60 -78 56 65 56 -2146 0 -2276 7 -2085 -75 -2166 -79 -80 -5 -76 -1221 -73 l-1080 3 -49 26 c-57 29 -110 92 -125 148 -7 26 -9 695 -8 2082 l3 2044 28 47 c31 53 79 94 134 114 31 11 235 13 1128 11 l1090 -2 47 -28z"}),(0,e.createElement)("path",{d:"M1945 3285 l-25 -24 0 -701 0 -701 26 -24 c15 -14 38 -25 51 -25 30 0 1321 674 1346 702 9 11 17 33 17 48 0 15 -8 37 -17 48 -26 30 -1316 702 -1348 702 -14 0 -37 -11 -50 -25z m773 -520 c210 -110 382 -202 382 -205 0 -4 -245 -134 -892 -472 l-128 -67 0 539 0 539 128 -67 c70 -37 300 -157 510 -267z"}),(0,e.createElement)("path",{d:"M586 4384 c-34 -11 -64 -31 -102 -68 -91 -92 -84 59 -84 -1756 0 -1815 -7 -1664 84 -1756 71 -71 118 -84 293 -84 129 0 135 1 158 25 33 32 33 78 0 110 -23 24 -29 25 -157 25 -144 0 -176 10 -204 62 -19 34 -19 3202 0 3236 28 52 60 62 204 62 128 0 134 1 157 25 16 15 25 36 25 55 0 19 -9 40 -25 55 -23 24 -28 25 -162 24 -92 0 -154 -5 -187 -15z"}),(0,e.createElement)("path",{d:"M4185 4375 c-16 -15 -25 -36 -25 -55 0 -19 9 -40 25 -55 23 -24 29 -25 155 -25 98 0 138 -4 160 -15 64 -33 60 83 60 -1665 0 -1748 4 -1632 -60 -1665 -22 -11 -62 -15 -160 -15 -126 0 -132 -1 -155 -25 -33 -32 -33 -78 0 -110 23 -24 29 -25 158 -25 175 0 222 13 293 84 91 92 84 -59 84 1756 0 1815 7 1664 -84 1756 -71 71 -118 84 -293 84 -129 0 -135 -1 -158 -25z"}),(0,e.createElement)("path",{d:"M100 3901 c-19 -10 -48 -35 -65 -55 l-30 -38 -3 -1234 c-2 -1197 -2 -1235 17 -1272 23 -46 46 -67 94 -87 51 -21 81 -19 113 8 37 33 37 81 0 114 -15 12 -36 23 -47 23 -19 0 -19 18 -19 1200 0 1182 0 1200 19 1200 35 0 74 43 74 80 0 69 -80 101 -153 61z"}),(0,e.createElement)("path",{d:"M4894 3897 c-20 -17 -27 -33 -27 -57 0 -37 39 -80 74 -80 19 0 19 -18 19 -1200 0 -1182 0 -1200 -19 -1200 -35 0 -74 -43 -74 -80 0 -40 40 -80 81 -80 34 0 102 31 124 56 50 56 48 6 48 1304 0 1067 -2 1215 -15 1247 -20 48 -41 71 -87 94 -50 26 -91 24 -124 -4z"}))),(0,e.createElement)("svg",{width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"video-playlist-gallery-icon",style:{fill:Dl,stroke:Dl}},(0,e.createElement)("g",{clipPath:"url(#clip0_429_11182)"},(0,e.createElement)("path",{d:"M6 6L3 7.73205L3 4.26795L6 6Z",strokeOpacity:1,strokeWidth:2.5,strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M3 12L21 12",strokeWidth:2.5,strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M10 6L21 6",strokeWidth:2.5,strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M3 18L21 18",strokeWidth:2.5,strokeLinecap:"round",strokeLinejoin:"round"})),(0,e.createElement)("defs",null,(0,e.createElement)("clipPath",{id:"clip0_429_11182"},(0,e.createElement)("rect",{width:24,height:24,fill:"white"})))),(0,e.createElement)("svg",{id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:24,height:24,viewBox:"0 0 46 32",enableBackground:"new 0 0 46 32",xmlSpace:"preserve",className:"vs-gallery",style:{fill:"currentColor",stroke:"currentColor"}},(0,e.createElement)("g",null,(0,e.createElement)("path",{fill:"currentColor",d:"M20.502,19.929c0.26,0,0.519-0.07,0.748-0.203l4.203-2.427c0.47-0.271,0.75-0.756,0.75-1.299 s-0.28-1.028-0.75-1.299l-4.203-2.427c-0.229-0.133-0.488-0.203-0.748-0.203c-0.828,0-1.502,0.674-1.502,1.502v4.854 C19,19.255,19.674,19.929,20.502,19.929z M20,13.573c0-0.31,0.261-0.502,0.502-0.502c0.086,0,0.17,0.023,0.248,0.068l4.203,2.427 c0.226,0.131,0.25,0.347,0.25,0.434s-0.024,0.303-0.25,0.434L20.75,18.86C20.453,19.033,20,18.847,20,18.427V13.573z"}),(0,e.createElement)("path",{fill:"currentColor",d:"M7,1.5v29C7,31.327,7.673,32,8.5,32h29c0.827,0,1.5-0.673,1.5-1.5v-29C39,0.673,38.327,0,37.5,0h-29 C7.673,0,7,0.673,7,1.5z M38,1.5v29c0,0.275-0.225,0.5-0.5,0.5h-29C8.225,31,8,30.775,8,30.5v-29C8,1.225,8.225,1,8.5,1h29 C37.775,1,38,1.225,38,1.5z"}),(0,e.createElement)("path",{fill:"currentColor",d:"M5.374,26.168c-0.184-0.208-0.501-0.225-0.706-0.042l-2.836,2.521c-0.225,0.201-0.467,0.114-0.537,0.083 C1.226,28.698,1,28.573,1,28.273V3.727c0-0.3,0.226-0.425,0.295-0.456c0.07-0.031,0.312-0.118,0.537,0.083l2.836,2.521 C4.873,6.056,5.19,6.038,5.374,5.832S5.538,5.31,5.332,5.126L2.496,2.605c-0.447-0.398-1.065-0.49-1.61-0.247 C0.34,2.604,0,3.128,0,3.727v24.547c0,0.599,0.34,1.123,0.886,1.368c0.201,0.09,0.411,0.135,0.62,0.135 c0.357,0,0.708-0.131,0.99-0.382l2.836-2.521C5.538,26.69,5.558,26.374,5.374,26.168z"}),(0,e.createElement)("path",{fill:"currentColor",d:"M45.114,2.358c-0.546-0.244-1.163-0.151-1.61,0.247l-2.836,2.521c-0.206,0.184-0.226,0.5-0.042,0.706 s0.501,0.224,0.706,0.042l2.836-2.521c0.225-0.201,0.468-0.114,0.537-0.083S45,3.427,45,3.727v24.547 c0,0.3-0.226,0.425-0.295,0.456s-0.312,0.118-0.537-0.083l-2.836-2.521c-0.205-0.183-0.522-0.166-0.706,0.042 c-0.184,0.206-0.164,0.522,0.042,0.706l2.836,2.521c0.282,0.251,0.633,0.382,0.99,0.382c0.209,0,0.419-0.045,0.62-0.135 C45.66,29.396,46,28.872,46,28.273V3.727C46,3.128,45.66,2.604,45.114,2.358z"})))),Ul=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vsr-icon"},(0,e.createElement)("rect",{x:"7",y:"2",width:"10",height:"20",rx:"2.5"}),(0,e.createElement)("polygon",{points:"11,9 11,15 16,12",fill:Dl,stroke:"none"}),(0,e.createElement)("line",{x1:"3",y1:"6",x2:"3",y2:"18"}),(0,e.createElement)("line",{x1:"21",y1:"6",x2:"21",y2:"18"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"currentColor",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vsw-icon"},(0,e.createElement)("rect",{x:"2.5",y:"4",width:"8",height:"6",rx:"1.2"}),(0,e.createElement)("rect",{x:"13.5",y:"4",width:"8",height:"6",rx:"1.2"}),(0,e.createElement)("rect",{x:"2.5",y:"14",width:"8",height:"6",rx:"1.2"}),(0,e.createElement)("rect",{x:"13.5",y:"14",width:"8",height:"6",rx:"1.2"}),(0,e.createElement)("polygon",{points:"5.6,5.9 5.6,8.1 7.4,7 5.6,5.9",fill:"currentColor",stroke:"none"}))),Gl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vca-icon"},(0,e.createElement)("rect",{x:"3",y:"3.5",width:"18",height:"5",rx:"1.4"}),(0,e.createElement)("polygon",{points:"6.3,5 6.3,7 8,6 6.3,5",fill:Dl,stroke:"none"}),(0,e.createElement)("polyline",{points:"16.5,5 18.2,6.6 16.5,8.2"}),(0,e.createElement)("rect",{x:"3",y:"11",width:"18",height:"5",rx:"1.4"}),(0,e.createElement)("line",{x1:"6",y1:"13.5",x2:"14",y2:"13.5"}),(0,e.createElement)("rect",{x:"3",y:"18.5",width:"18",height:"2.2",rx:"1.1"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.0",width:24,height:24,viewBox:"0 0 512.000000 512.000000",preserveAspectRatio:"xMidYMid meet",className:"video-testimonial-section",style:{fill:Dl,stroke:Dl}},(0,e.createElement)("g",{transform:"translate(0.000000,512.000000) scale(0.100000,-0.100000)"},(0,e.createElement)("path",{d:"M1168 4465 c-57 -21 -121 -69 -151 -112 -58 -84 -58 -76 -55 -713 3 -567 4 -586 23 -612 25 -35 91 -68 135 -68 44 0 110 33 135 68 19 26 20 45 23 580 l2 552 1440 0 1440 0 0 -960 0 -960 -266 0 c-174 0 -273 -4 -287 -11 -12 -6 -109 -97 -214 -202 l-193 -192 0 151 c0 140 -2 153 -23 184 -12 19 -38 43 -57 54 -33 20 -51 21 -280 21 -229 0 -247 -1 -280 -21 -55 -32 -80 -77 -80 -144 0 -67 26 -113 80 -141 29 -16 58 -19 177 -19 l143 0 0 -269 c0 -262 1 -269 23 -301 41 -61 130 -87 204 -60 15 6 168 150 338 320 l310 309 250 3 c238 3 252 4 297 26 63 31 126 96 157 162 l26 55 0 1035 0 1035 -33 67 c-33 68 -80 116 -152 154 -34 18 -90 19 -1565 21 -1279 1 -1536 -1 -1567 -12z"}),(0,e.createElement)("path",{d:"M2361 3840 c-48 -11 -83 -40 -108 -90 -23 -44 -23 -45 -23 -550 0 -505 0 -506 23 -550 31 -63 76 -90 146 -90 55 0 60 3 486 258 478 287 475 284 475 382 0 97 -3 99 -405 342 -533 321 -519 314 -594 298z m509 -640 c0 -3 -70 -46 -155 -97 l-155 -92 0 189 0 189 155 -92 c85 -51 155 -94 155 -97z"}),(0,e.createElement)("path",{d:"M1345 2702 c-224 -67 -392 -239 -449 -459 -21 -79 -21 -240 -1 -318 21 -78 63 -169 107 -226 l35 -46 -45 -28 c-110 -70 -223 -200 -282 -326 -55 -117 -70 -203 -70 -388 0 -148 2 -170 20 -199 59 -97 220 -98 279 -2 14 24 19 59 24 178 8 214 44 311 155 414 110 103 198 132 402 132 204 0 292 -29 402 -132 111 -103 147 -200 155 -414 7 -164 16 -192 75 -228 45 -27 131 -27 176 0 64 39 72 65 72 251 0 185 -15 271 -70 388 -59 124 -170 254 -282 327 l-44 29 34 45 c81 104 122 235 122 383 0 120 -18 196 -71 298 -74 142 -201 253 -352 307 -96 35 -298 42 -392 14z m313 -341 c54 -28 115 -88 144 -143 19 -36 23 -58 23 -138 0 -109 -17 -152 -85 -220 -68 -68 -111 -85 -220 -85 -80 0 -102 4 -138 23 -55 30 -115 90 -143 144 -27 52 -36 164 -20 225 24 87 119 186 205 213 54 17 186 6 234 -19z"}))),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vhs-icon"},(0,e.createElement)("rect",{x:"2.5",y:"4",width:"19",height:"13",rx:"2"}),(0,e.createElement)("circle",{cx:"9",cy:"10.5",r:"2.4",fill:Dl,stroke:"none"}),(0,e.createElement)("circle",{cx:"9",cy:"10.5",r:"4.2",opacity:"0.5"}),(0,e.createElement)("line",{x1:"6",y1:"20.5",x2:"18",y2:"20.5"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vtg-icon"},(0,e.createElement)("path",{d:"M3 7.5h5l1.5-2H21"}),(0,e.createElement)("rect",{x:"3",y:"7.5",width:"18",height:"12.5",rx:"2"}),(0,e.createElement)("polygon",{points:"10.5 11.5 15 14.5 10.5 17.5 10.5 11.5",fill:Dl,stroke:"none"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"currentColor",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vss-icon"},(0,e.createElement)("line",{x1:"3",y1:"5",x2:"9",y2:"5"}),(0,e.createElement)("line",{x1:"3",y1:"9",x2:"8",y2:"9"}),(0,e.createElement)("line",{x1:"3",y1:"13",x2:"9",y2:"13"}),(0,e.createElement)("line",{x1:"3",y1:"17",x2:"8",y2:"17"}),(0,e.createElement)("rect",{x:"12.5",y:"4.5",width:"9",height:"11",rx:"1.6"}),(0,e.createElement)("polygon",{points:"15.5 7.5 19 9.75 15.5 12 15.5 7.5",fill:"currentColor",stroke:"none"}),(0,e.createElement)("path",{d:"M17 18v2.5"}),(0,e.createElement)("path",{d:"M15 20.5h4"}))),Zl=(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"currentColor",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vtl-icon"},(0,e.createElement)("line",{x1:"12",y1:"3",x2:"12",y2:"21"}),(0,e.createElement)("circle",{cx:"12",cy:"6.5",r:"2",fill:"currentColor",stroke:"none"}),(0,e.createElement)("circle",{cx:"12",cy:"17.5",r:"2",fill:"currentColor",stroke:"none"}),(0,e.createElement)("rect",{x:"3",y:"4.5",width:"6",height:"4",rx:"1"}),(0,e.createElement)("rect",{x:"15",y:"15.5",width:"6",height:"4",rx:"1"})),Jl=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vbg-icon"},(0,e.createElement)("rect",{x:"3",y:"3",width:"10",height:"10",rx:"1.5"}),(0,e.createElement)("rect",{x:"15",y:"3",width:"6",height:"6",rx:"1.5"}),(0,e.createElement)("rect",{x:"15",y:"11",width:"6",height:"10",rx:"1.5"}),(0,e.createElement)("rect",{x:"3",y:"15",width:"10",height:"6",rx:"1.5"}),(0,e.createElement)("polygon",{points:"6.5 6 10 8 6.5 10 6.5 6",fill:Dl,stroke:"none"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vcg-icon"},(0,e.createElement)("rect",{x:"3",y:"5",width:"18",height:"14",rx:"2"}),(0,e.createElement)("line",{x1:"12",y1:"3",x2:"12",y2:"21"}),(0,e.createElement)("circle",{cx:"12",cy:"12",r:"2.4",fill:Dl,stroke:"none"}),(0,e.createElement)("polyline",{points:"7.5 10 5.5 12 7.5 14"}),(0,e.createElement)("polyline",{points:"16.5 10 18.5 12 16.5 14"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vjg-icon"},(0,e.createElement)("rect",{x:"3",y:"4",width:"8",height:"6",rx:"1"}),(0,e.createElement)("rect",{x:"13",y:"4",width:"8",height:"6",rx:"1"}),(0,e.createElement)("rect",{x:"3",y:"12",width:"5",height:"8",rx:"1"}),(0,e.createElement)("rect",{x:"10",y:"12",width:"11",height:"8",rx:"1"}),(0,e.createElement)("polygon",{points:"6 6 8.5 7 6 8 6 6",fill:Dl,stroke:"none"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vep-icon"},(0,e.createElement)("rect",{x:"3",y:"4",width:"3.5",height:"16",rx:"1"}),(0,e.createElement)("rect",{x:"7.5",y:"4",width:"9",height:"16",rx:"1"}),(0,e.createElement)("rect",{x:"17.5",y:"4",width:"3.5",height:"16",rx:"1"}),(0,e.createElement)("polygon",{points:"10.5 9.5 14 12 10.5 14.5 10.5 9.5",fill:Dl,stroke:"none"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vpw-icon"},(0,e.createElement)("rect",{x:"3",y:"4",width:"8",height:"6",rx:"1"}),(0,e.createElement)("rect",{x:"13",y:"4",width:"8",height:"6",rx:"1"}),(0,e.createElement)("rect",{x:"3",y:"12",width:"8",height:"6",rx:"1"}),(0,e.createElement)("rect",{x:"12",y:"12",width:"9",height:"7",rx:"1.5",fill:Dl,fillOpacity:"0.12"}),(0,e.createElement)("polygon",{points:"15 14 18.5 15.5 15 17 15 14",fill:Dl,stroke:"none"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vsd-icon"},(0,e.createElement)("rect",{x:"6",y:"5",width:"11",height:"15",rx:"2",transform:"rotate(-8 6 5)",opacity:"0.5"}),(0,e.createElement)("rect",{x:"8",y:"4",width:"11",height:"15",rx:"2",transform:"rotate(6 8 4)",opacity:"0.75"}),(0,e.createElement)("rect",{x:"7",y:"4",width:"11",height:"15",rx:"2",fill:Dl,fillOpacity:"0.12"}),(0,e.createElement)("polygon",{points:"11 8 15 11 11 14 11 8",fill:Dl,stroke:"none"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:Dl,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vmw-icon"},(0,e.createElement)("rect",{x:"1.5",y:"4",width:"6",height:"6",rx:"1",fill:Dl,fillOpacity:"0.12"}),(0,e.createElement)("rect",{x:"9",y:"4",width:"6",height:"6",rx:"1",fill:Dl,fillOpacity:"0.25"}),(0,e.createElement)("rect",{x:"16.5",y:"4",width:"6",height:"6",rx:"1",fill:Dl,fillOpacity:"0.12"}),(0,e.createElement)("rect",{x:"1.5",y:"14",width:"6",height:"6",rx:"1",fill:Dl,fillOpacity:"0.25"}),(0,e.createElement)("rect",{x:"9",y:"14",width:"6",height:"6",rx:"1",fill:Dl,fillOpacity:"0.12"}),(0,e.createElement)("rect",{x:"16.5",y:"14",width:"6",height:"6",rx:"1",fill:Dl,fillOpacity:"0.25"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"#136EF5",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vfc-icon"},(0,e.createElement)("rect",{x:"3",y:"5",width:"7",height:"14",rx:"1.5",fill:"#136EF5",fillOpacity:"0.12"}),(0,e.createElement)("rect",{x:"14",y:"5",width:"7",height:"14",rx:"1.5",fill:"#136EF5",fillOpacity:"0.25"}),(0,e.createElement)("path",{d:"M10.5 12h3",strokeDasharray:"1.4 1.6"}),(0,e.createElement)("path",{d:"M12 4.2c1.7 1.3 1.7 14.3 0 15.6",opacity:"0.5"}),(0,e.createElement)("polygon",{points:"16 9.5 19 12 16 14.5",fill:"#136EF5",stroke:"none"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"#136EF5",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vst-icon"},(0,e.createElement)("circle",{cx:"7",cy:"9",r:"5",fill:"#136EF5",fillOpacity:"0.1"}),(0,e.createElement)("circle",{cx:"7",cy:"9",r:"2.4",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("circle",{cx:"17",cy:"9",r:"5"}),(0,e.createElement)("path",{d:"M15.4 9l3.4-2v4l-3.4-2z",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("path",{d:"M3 18h18",opacity:"0.6"}),(0,e.createElement)("path",{d:"M5 21h14",opacity:"0.35"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"#136EF5",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vmg-icon"},(0,e.createElement)("path",{d:"M1 6l7-3 8 3 7-3v15l-7 3-8-3-7 3V6z",fill:"#136EF5",fillOpacity:"0.1"}),(0,e.createElement)("path",{d:"M8 3v15M16 6v15",opacity:"0.6"}),(0,e.createElement)("path",{d:"M13 9.5a3 3 0 1 0-6 0c0 2.2 3 4.5 3 4.5s3-2.3 3-4.5z",fill:"#136EF5",fillOpacity:"0.25"}),(0,e.createElement)("circle",{cx:"10",cy:"9.4",r:"1",fill:"#136EF5",stroke:"none"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"#136EF5",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vpe-icon"},(0,e.createElement)("rect",{x:"2",y:"4",width:"20",height:"12",rx:"2",fill:"#136EF5",fillOpacity:"0.1"}),(0,e.createElement)("path",{d:"M10.5 8l4 2-4 2V8z",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("circle",{cx:"9",cy:"20",r:"1.4",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("path",{d:"M11.2 18.6a3 3 0 0 1 4.2 0",opacity:"0.7"}),(0,e.createElement)("path",{d:"M13 16.8a5.4 5.4 0 0 1 6 0",opacity:"0.45"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"#136EF5",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vptg-icon"},(0,e.createElement)("rect",{x:"1.5",y:"6",width:"12",height:"12",rx:"1.5",fill:"#136EF5",fillOpacity:"0.1"}),(0,e.createElement)("path",{d:"M6 12.5l3 1.7-3 1.7v-3.4z",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("path",{d:"M16 8.5l3.2-2.6L22.5 8.5v9.5h-6.5V8.5z",fill:"#136EF5",fillOpacity:"0.18"}),(0,e.createElement)("path",{d:"M18 18v-3.5h2.5V18"}),(0,e.createElement)("path",{d:"M14.5 9.5h7",opacity:"0.5"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"#136EF5",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vwp-icon"},(0,e.createElement)("rect",{x:"2.5",y:"4",width:"19",height:"5",rx:"1.4",fill:"#136EF5",fillOpacity:"0.1"}),(0,e.createElement)("path",{d:"M6 5.6l2.4 1.4L6 8.4V5.6z",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("line",{x1:"11",y1:"6.5",x2:"18.5",y2:"6.5",opacity:"0.55"}),(0,e.createElement)("path",{d:"M3 14.5h2M19 14.5h2"}),(0,e.createElement)("rect",{x:"5",y:"13",width:"2.2",height:"3",rx:"0.5",fill:"#136EF5",fillOpacity:"0.2"}),(0,e.createElement)("rect",{x:"16.8",y:"13",width:"2.2",height:"3",rx:"0.5",fill:"#136EF5",fillOpacity:"0.2"}),(0,e.createElement)("line",{x1:"7.2",y1:"14.5",x2:"16.8",y2:"14.5"}),(0,e.createElement)("rect",{x:"2.5",y:"19",width:"13",height:"2.2",rx:"1.1",fill:"#136EF5",fillOpacity:"0.15"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"#136EF5",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vwsg-icon"},(0,e.createElement)("rect",{x:"2.5",y:"3.5",width:"19",height:"11",rx:"1.6",fill:"#136EF5",fillOpacity:"0.1"}),(0,e.createElement)("path",{d:"M10 6.6l4 2.4-4 2.4V6.6z",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("rect",{x:"2.5",y:"16.8",width:"4",height:"4",rx:"0.8",fill:"#136EF5",fillOpacity:"0.18"}),(0,e.createElement)("rect",{x:"7.5",y:"16.8",width:"4",height:"4",rx:"0.8",fill:"#136EF5",fillOpacity:"0.18"}),(0,e.createElement)("rect",{x:"12.5",y:"16.8",width:"4",height:"4",rx:"0.8",fill:"#136EF5",fillOpacity:"0.18"}),(0,e.createElement)("rect",{x:"17.5",y:"16.8",width:"4",height:"4",rx:"0.8",fill:"#136EF5",fillOpacity:"0.18"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"#136EF5",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vms-icon"},(0,e.createElement)("rect",{x:"3",y:"3.5",width:"8",height:"8",rx:"1.4",fill:"#136EF5",fillOpacity:"0.1"}),(0,e.createElement)("path",{d:"M6 5.8l2.4 1.4L6 8.6V5.8z",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("rect",{x:"13",y:"3.5",width:"8",height:"8",rx:"1.4",fill:"#136EF5",fillOpacity:"0.1"}),(0,e.createElement)("path",{d:"M16 5.8l2.4 1.4L16 8.6V5.8z",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("line",{x1:"3",y1:"15",x2:"14",y2:"15",opacity:"0.6"}),(0,e.createElement)("line",{x1:"3",y1:"18.4",x2:"11",y2:"18.4",opacity:"0.45"}),(0,e.createElement)("circle",{cx:"18.5",cy:"17",r:"2.4",fill:"#136EF5",fillOpacity:"0.18"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:24,height:24,fill:"none",stroke:"#136EF5",strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round",className:"vft-icon"},(0,e.createElement)("circle",{cx:"4.5",cy:"5.5",r:"1.4",fill:"#136EF5",stroke:"none"}),(0,e.createElement)("circle",{cx:"4.5",cy:"12",r:"1.4",fill:"#136EF5",fillOpacity:"0.35",stroke:"none"}),(0,e.createElement)("circle",{cx:"4.5",cy:"18.5",r:"1.4",fill:"#136EF5",fillOpacity:"0.35",stroke:"none"}),(0,e.createElement)("line",{x1:"4.5",y1:"6.9",x2:"4.5",y2:"17.1",opacity:"0.4"}),(0,e.createElement)("rect",{x:"9.5",y:"4.5",width:"11",height:"15",rx:"1.6",fill:"#136EF5",fillOpacity:"0.08"}),(0,e.createElement)("polygon",{points:"13 9 17.5 12 13 15 13 9",fill:"#136EF5",stroke:"none"})),{"b-blocks/about-us":Cn,"b-blocks/call-to-actions":Ln,"b-blocks/faq-blocks":Mn,"b-blocks/info-list":zn,"b-blocks/team-section":Bn,"b-blocks/testimonials-pro":_n,"b-blocks/ticker-plugins":Sn,"b-blocks/timeline-wpblock":Nn,"bpptst/pricing-table-section":Pn,"bpsc/announcement-bar-section":Hn,"bpsc/app-showcase-section":Vn,"bpsc/awards-recognition-section":Wn,"bpsc/bento-feature-grid-section":An,"bpsc/blog-posts-section":Fn,"bpsc/brand-sponsor-section":jn,"bpsc/carousel-testimonial-section":$n,"bpsc/case-study-section":In,"bpsc/chart-section":Rn,"bpsc/contact-info-section":Tn,"bpsc/counter-section":On,"bpsc/drag-sort-challenge-section":Dn,"bpsc/event-countdown-section":qn,"bpsc/expanding-panels-showcase-section":Un,"bpsc/fancy-image-box-section":Gn,"bpsc/feature-comparison-section":Zn,"bpsc/filterable-showcase-section":Jn,"bpsc/floating-cta-section":Yn,"bpsc/floating-image-section":Qn,"bpsc/food-menu-section":Kn,"bpsc/horizontal-scroll-story-section":Xn,"bpsc/how-it-works-section":el,"bpsc/image-comparison-section":tl,"bpsc/image-hotspots-section":rl,"bpsc/integrations-showcase-section":nl,"bpsc/journey-roadmap-path-section":ll,"bpsc/lead-quiz-section":ol,"bpsc/map-section":al,"bpsc/masonry-image-carousel":il,"bpsc/media-gallery-section":cl,"bpsc/mission-and-vision-section":sl,"bpsc/morphing-persona-showcase-section":ml,"bpsc/multi-tab-timeline-section":hl,"bpsc/open-positions-section":dl,"bpsc/orbiting-team-section":pl,"bpsc/page-flip-lookbook-section":ul,"bpsc/press-mentions-section":gl,"bpsc/pricing-toggle-section":wl,"bpsc/product-changelog-section":vl,"bpsc/progress-section":El,"bpsc/project-portfolio-section":fl,"bpsc/recommendation-section":yl,"bpsc/resource-download-section":xl,"bpsc/roi-calculator-section":kl,"bpsc/schedule-section":bl,"bpsc/section-collection":Cl,"bpsc/service-section":Ll,"bpsc/slider-section":Ml,"bpsc/snippet-copy-section":zl,"bpsc/social-proof-wall-section":Bl,"bpsc/spin-to-win-wheel-section":_l,"bpsc/split-flap-board-section":Sl,"bpsc/spotlight-feature-cards-section":Nl,"bpsc/sticky-feature-steps-section":Pl,"bpsc/storytelling-section":Vl,"bpsc/tabbed-feature-showcase-section":Wl,"bpsc/video-showcase-section":Al,"bpsc/why-choose-us-section":Fl,"bpsc/zoom-explorer-section":Hl,"feature-details/feature-details":jl,"feature-overview/feature-overview-section":$l,"info-grid/info-grid":Il,"scfbs/flip-box-section":Rl,"scmfaqs/modern-faq-section":Tl,"scmfaqs/money-back-guarantee-card":Ol,"bpsc/video-slider-section":ql,"bpsc/video-showcase-wall-section":Ul,"bpsc/video-scrollytelling-showcase-section":Gl,"bpsc/video-timeline-gallery-section":Zl}),Yl=(0,e.createElement)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("rect",{x:"3",y:"3",width:"18",height:"5",rx:"1.5",fill:"currentColor",opacity:"0.9"}),(0,e.createElement)("rect",{x:"3",y:"10",width:"11",height:"11",rx:"1.5",fill:"currentColor",opacity:"0.5"}),(0,e.createElement)("rect",{x:"16",y:"10",width:"5",height:"5",rx:"1.5",fill:"currentColor",opacity:"0.7"}),(0, e.createElement)("rect",{x:"16",y:"17",width:"5",height:"4",rx:"1.5",fill:"currentColor",opacity:"0.7"})),Ql={title:"Pro Blocks",children:bn.map((e=>({name:e.name,title:e.title,icon:Jl[e.name]||Yl,demo:e.demo||"",docs:"",status:"published"})))},Kl=[{title:"Hero & Call To Action",children:[{name:"bpsc/section-collection",title:"Hero Section",icon:Jl["bpsc/section-collection"]||Yl,demo:"",docs:"",status:"published"},{name:"b-blocks/call-to-actions",title:"Call To Actions",icon:Jl["b-blocks/call-to-actions"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/floating-cta-section",title:"Floating CTA Section",icon:Jl["bpsc/floating-cta-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/announcement-bar-section",title:"Announcement Bar Section",icon:Jl["bpsc/announcement-bar-section"]||Yl,demo:"",docs:"",status:"published"}]},{title:"Features & Services",children:[{name:"feature-details/feature-details",title:"Feature Details",icon:Jl["feature-details/feature-details"]||Yl,demo:"",docs:"",status:"published"},{name:"scfbs/flip-box-section",title:"Flip Box Section",icon:Jl["scfbs/flip-box-section"]||Yl,demo:"",docs:"",status:"published"},{name:"feature-overview/feature-overview-section",title:"Feature Overview Section",icon:Jl["feature-overview/feature-overview-section"]||Yl,demo:"",docs:"",status:"published"},{name:"info-grid/info-grid",title:"Info Grid",icon:Jl["info-grid/info-grid"]||Yl,demo:"",docs:"",status:"published"},{name:"b-blocks/info-list",title:"Info List Section",icon:Jl["b-blocks/info-list"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/service-section",title:"Service Section",icon:Jl["bpsc/service-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/tabbed-feature-showcase-section",title:"Tabbed Feature Showcase Section",icon:Jl["bpsc/tabbed-feature-showcase-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/how-it-works-section",title:"How It Works Section",icon:Jl["bpsc/how-it-works-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/mission-and-vision-section",title:"Mission And Vision section",icon:Jl["bpsc/mission-and-vision-section"]||Yl,demo:"",docs:"",status:"published"}]},{title:"Social Proof",children:[{name:"b-blocks/testimonials-pro",title:"Testimonials Section",icon:Jl["b-blocks/testimonials-pro"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/carousel-testimonial-section",title:"Carousel Testimonial Section",icon:Jl["bpsc/carousel-testimonial-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/social-proof-wall-section",title:"Social Proof Wall Section",icon:Jl["bpsc/social-proof-wall-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/awards-recognition-section",title:"Awards & Recognition Section",icon:Jl["bpsc/awards-recognition-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/press-mentions-section",title:"Press / Media Mentions Section",icon:Jl["bpsc/press-mentions-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/brand-sponsor-section",title:"Brand Sponsor Section",icon:Jl["bpsc/brand-sponsor-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/recommendation-section",title:"Recommendation Section",icon:Jl["bpsc/recommendation-section"]||Yl,demo:"",docs:"",status:"published"}]},{title:"Team & Careers",children:[{name:"b-blocks/team-section",title:"Team Section",icon:Jl["b-blocks/team-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/orbiting-team-section",title:"Orbiting Team Section",icon:Jl["bpsc/orbiting-team-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/open-positions-section",title:"Open Positions Section",icon:Jl["bpsc/open-positions-section"]||Yl,demo:"",docs:"",status:"published"}]},{title:"Pricing",children:[{name:"bpptst/pricing-table-section",title:"Pricing Table Section",icon:Jl["bpptst/pricing-table-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/pricing-toggle-section",title:"Pricing Toggle Section",icon:Jl["bpsc/pricing-toggle-section"]||Yl,demo:"",docs:"",status:"published"},{name:"scmfaqs/money-back-guarantee-card",title:"Money Back Guarantee Card",icon:Jl["scmfaqs/money-back-guarantee-card"]||Yl,demo:"",docs:"",status:"published"}]},{title:"Content & Media",children:[{name:"b-blocks/about-us",title:"About Us Section",icon:Jl["b-blocks/about-us"]||Yl,demo:"",docs:"",status:"published"},{name:"b-blocks/ticker-plugins",title:"Ticker Section",icon:Jl["b-blocks/ticker-plugins"]||Yl,demo:"",docs:"",status:"published"},{name:"b-blocks/timeline-wpblock",title:"Timeline Section",icon:Jl["b-blocks/timeline-wpblock"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/multi-tab-timeline-section",title:"Multi Tab Timeline Section",icon:Jl["bpsc/multi-tab-timeline-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/slider-section",title:"Slider Section",icon:Jl["bpsc/slider-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/masonry-image-carousel",title:"Masonry Image Carousel",icon:Jl["bpsc/masonry-image-carousel"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/image-comparison-section",title:"Image Comparison Section",icon:Jl["bpsc/image-comparison-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/video-showcase-section",title:"Video Showcase Section",icon:Jl["bpsc/video-showcase-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/storytelling-section",title:"Story Telling Section",icon:Jl["bpsc/storytelling-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/fancy-image-box-section",title:"Fancy Image Box Section",icon:Jl["bpsc/fancy-image-box-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/floating-image-section",title:"Floating Image Section",icon:Jl["bpsc/floating-image-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/filterable-showcase-section",title:"Filterable Showcase Section",icon:Jl["bpsc/filterable-showcase-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/project-portfolio-section",title:"Project Portfolio Section",icon:Jl["bpsc/project-portfolio-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/food-menu-section",title:"Food & Restaurant Menu Section",icon:Jl["bpsc/food-menu-section"]||Yl,demo:"",docs:"",status:"published"}]},{title:"FAQ & Resources",children:[{name:"b-blocks/faq-blocks",title:"FAQ Section",icon:Jl["b-blocks/faq-blocks"]||Yl,demo:"",docs:"",status:"published"},{name:"scmfaqs/modern-faq-section",title:"FAQ with search & filter",icon:Jl["scmfaqs/modern-faq-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/resource-download-section",title:"Resource Download Section",icon:Jl["bpsc/resource-download-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/snippet-copy-section",title:"Snippet Copy section",icon:Jl["bpsc/snippet-copy-section"]||Yl,demo:"",docs:"",status:"published"}]},{title:"Interactive & Data",children:[{name:"bpsc/counter-section",title:"Counter Sectoin",icon:Jl["bpsc/counter-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/chart-section",title:"Chart Section",icon:Jl["bpsc/chart-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/progress-section",title:"Progress Section",icon:Jl["bpsc/progress-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/roi-calculator-section",title:"ROI / Savings Calculator Section",icon:Jl["bpsc/roi-calculator-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/lead-quiz-section",title:"Lead Quiz Section",icon:Jl["bpsc/lead-quiz-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/map-section",title:"Map Section",icon:Jl["bpsc/map-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/schedule-section",title:"Schedule Section",icon:Jl["bpsc/schedule-section"]||Yl,demo:"",docs:"",status:"published"}]}],Xl=[{name:"bpsc/section-collection",title:"Hero Section",icon:Jl["bpsc/section-collection"]||Yl,demo:"",docs:"",status:"published"},{name:"b-blocks/call-to-actions",title:"Call To Actions",icon:Jl["b-blocks/call-to-actions"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/floating-cta-section",title:"Floating CTA Section",icon:Jl["bpsc/floating-cta-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/announcement-bar-section",title:"Announcement Bar Section",icon:Jl["bpsc/announcement-bar-section"]||Yl,demo:"",docs:"",status:"published"},{name:"feature-details/feature-details",title:"Feature Details",icon:Jl["feature-details/feature-details"]||Yl,demo:"",docs:"",status:"published"},{name:"feature-overview/feature-overview-section",title:"Feature Overview Section",icon:Jl["feature-overview/feature-overview-section"]||Yl,demo:"",docs:"",status:"published"},{name:"info-grid/info-grid",title:"Info Grid",icon:Jl["info-grid/info-grid"]||Yl,demo:"",docs:"",status:"published"},{name:"b-blocks/info-list",title:"Info List Section",icon:Jl["b-blocks/info-list"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/service-section",title:"Service Section",icon:Jl["bpsc/service-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/tabbed-feature-showcase-section",title:"Tabbed Feature Showcase Section",icon:Jl["bpsc/tabbed-feature-showcase-section"]||Yl,demo:"",docs:"",status:"published"},{name:"bpsc/how-it-works-section",title:"How It Works Section",icon:Jl["bpsc/how-it-works-section"]||Yl,demo:"",docs:"",status:"published"}],eo=e=>{const t=/youtu\.be\/([^#&?]+)/;let r="";const n=e.match(/^.*(youtu\.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/);if(n&&11===n[2]?.length)r=n[2];else{const n=e.match(t);n&&11===n[1]?.length&&(r=n[1])}return r?`https://www.youtube.com/embed/${r}?autoplay=1&rel=0&modestbranding=1`:e},to=()=>(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:15,height:15,fill:"none",stroke:"currentColor",strokeWidth:2.4,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})),ro=()=>(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:14,height:15,fill:"none",stroke:"currentColor",strokeWidth:1.8,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M3 17l3-9 4 5 2-7 2 7 4-5 3 9"}),(0,e.createElement)("line",{x1:"3",y1:"21",x2:"21",y2:"21"})),no=()=>(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:13,height:13,fill:"none",stroke:"currentColor",strokeWidth:2.5,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),(0,e.createElement)("polyline",{points:"12 5 19 12 12 19"})),lo=()=>(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:14,height:14,fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"14",y:"3",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}),(0,e.createElement)("rect",{x:"14",y:"14",width:"7",height:"7",rx:"1"})),oo=(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 292 512",fill:"#1877F2",width:18,height:18},(0,e.createElement)("path",{d:"m66 299.3v212.7h116v-212.7h86.5l18-97.8h-104.5v-34.6c0-51.7 20.3-71.5 72.7-71.5 16.3 0 29.4 0.4 37 1.2v-88.7c-14.3-3.9-49.3-7.9-69.5-7.9-106.9 0-156.2 50.5-156.2 159.4v42.1h-66v97.8z"})),ao=(0,Rr.withSelect)((e=>{const t=e("core");return{site:t.getSite?.(),currentUser:t.getCurrentUser?.()}}))((t=>{const{name:r,version:n,slug:l,isPremium:o,media:a,pages:i,startButton:c,primaryCtaLabel:s="Get Started",tagline:m,layouts:h,layoutsLabel:d="Layouts",gettingStartedTabs:p,helpItems:u,children:g,site:w,currentUser:v}=t,{thumbnail:E,video:f,isYoutube:y}=a||{},[x,k]=(0,e.useState)(!1),b=v?.name?v.name.split(/\s+/)[0]:"",C=(m||`Build faster in WordPress with ${r||"this plugin"} — no code required.`).replace("{firstName}",b),L=u||(({slug:e,name:t="this plugin"})=>[{title:"Need any Assistance?",description:"Our Expert Support Team is always ready to help you out promptly.",link:"https://bplugins.com/support",linkText:"Contact Support",image:kn},{titleIcon:oo,title:"Join Our Community",description:"Get tutorials, plugin updates, feature announcements, and support from other WordPress users.",link:"https://facebook.com/groups/1828495198556137",linkText:"Join Now →"},{title:"Request A Feature",description:`Have an idea that would make ${t} even better? Let us know — we love hearing from you.`,link:"https://bplugins.com/support/",linkText:"Submit Request →"},{title:`Loving ${t}? ⭐`,description:"We're a small team pouring our heart into this plugin — your honest review keeps us going and helps other WordPress creators discover it. It only takes 30 seconds, and it means the world to us. 🙏",link:e?`https://wordpress.org/support/plugin/${e}/reviews/#new-post`:"",linkText:"Leave a Review"}])({slug:l,name:r});return(0,e.createElement)("div",{className:"bp3dWelcomeLayout bp3dWelcomeLayoutV3"},(0,e.createElement)("div",{className:"bp3dHeroRow"},(0,e.createElement)(xn,{pages:i,tabs:p}),(0,e.createElement)("div",{className:"bp3dWelcomeCard bPlDashboardCard"},(0,e.createElement)("div",{className:"bp3dWelcomeCardBody"},(0,e.createElement)("div",{className:"bp3dWelcomeStatusRow"},(0,e.createElement)("span",{className:"bp3dWelcomeStatus"},(0,e.createElement)("span",{className:"bp3dWelcomeStatusDot","aria-hidden":"true"}),"Plugin active"),(0,e.createElement)("span",{className:"bp3dWelcomePlan "+(o?"isPro":"isFree")},o&&(0,e.createElement)(ro,null),o?"Pro Plan":"Free Plan"),n&&(0,e.createElement)("span",{className:"bp3dWelcomeVer"},"v",n)),r&&(0,e.createElement)("h2",null,"Welcome to ",r),(0,e.createElement)("p",{className:"bp3dWelcomeTagline"},b?(0,e.createElement)(e.Fragment,null,"Hi ",(0,e.createElement)("strong",null,b),", ",C):C),E&&(0,e.createElement)("div",{className:"bp3dWelcomeBanner"},(0,e.createElement)("img",{src:E,alt:r}),f&&(0,e.createElement)("button",{className:"playButton",onClick:()=>k(!0),"aria-label":"Play product walkthrough"},tn),f&&(0,e.createElement)("span",{className:"bp3dWelcomeBannerCaption"},"Watch quick start · 2 min")),h?.length>0&&(0,e.createElement)("div",{className:"bp3dWelcomeFormats"},(0,e.createElement)("span",{className:"bp3dWelcomeFormatsLabel"},d),h.map((t=>(0,e.createElement)("span",{key:t,className:"bp3dWelcomeFormat"},t)))),(0,e.createElement)("div",{className:"bp3dWelcomeButtons"},c?.url&&c?.label&&(0,e.createElement)(lr,{className:"bp3dWelcomeBtn bp3dWelcomeBtnPrimary",href:un(w?.url?`${w.url}/${c.url}`:c.url),target:"_blank",rel:"noopener noreferrer"},(0,e.createElement)(to,null),s),(0,e.createElement)(lr,{className:"bp3dWelcomeBtn bp3dWelcomeBtnSecondary",href:"#/demos"},(0,e.createElement)(lo,null),"View Demos"),!o&&(0,e.createElement)("a",{className:"bp3dWelcomeBtnGhost",href:"#pricing"},(0,e.createElement)(ro,null),"Upgrade to Pro",(0,e.createElement)(no,null)))))),(0,e.createElement)("div",{className:"bp3dExtraRow"},(0,e.createElement)(dn,{...t,allBlocks:Xl,seeAllLink:"#/blocks",visibleCount:9,cardTitle:"Sections"}),g),(0,e.createElement)("div",{className:"bp3dContentRow"},(0,e.createElement)(mn,{...t}),!o&&(0,e.createElement)(hn,{...t})),(0,e.createElement)("div",{className:"bp3dHelpRow"},L.map(((t,r)=>t.link&&(0,e.createElement)("div",{key:r,className:"bp3dHelpCard bPlDashboardCard"},t.image&&(0,e.createElement)("figure",null,(0,e.createElement)("img",{src:t.image,alt:t.title})),(0,e.createElement)("h4",null,t.title," ",t.titleIcon),(0,e.createElement)("p",null,t.description),(0,e.createElement)(lr,{href:un(t.link),target:"_blank",rel:"noopener noreferrer"},t.linkText))))),x&&f&&(0,e.createElement)("div",{className:"bPlVideoModal"},(0,e.createElement)("div",{className:"bPlVideoModalContent"},(0,e.createElement)("button",{className:"closeModal",onClick:()=>k(!1),"aria-label":"Close video"},Qr),y?(0,e.createElement)("iframe",{key:f,src:eo(f),title:"Product walkthrough",frameBorder:0,allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",allowFullScreen:!0}):(0,e.createElement)("video",{key:f,src:f,autoPlay:!0,controls:!0,playsInline:!0})),(0,e.createElement)("div",{className:"bPlVideoModalOverlay",onClick:()=>k(!1)})))})),io=[{version:"2.0.6 - 16 September, 2026",type:"new",list:["<strong>New:</strong> Interactive Page-Flip Lookbook — a realistic 3D page-turn book for catalogs, lookbooks and portfolios. Drag a page corner, click an edge or use the thumbnail rail, with a zoom-and-pan overlay and five style presets.","<strong>Fixed:</strong> Section Collection blocks now sit in their own block-inserter category instead of sharing one with another plugin. Existing pages are unaffected."]},{version:"2.0.5 - 12 September, 2026",type:"update",list:["<strong>New:</strong> Cinematic Expanding Panels — a full-bleed panel row that expands on hover or tap while the others compress, with idle autoplay, keyboard navigation and five style presets.","<strong>New:</strong> Split-Flap Reveal Board — mechanical departure-board tiles that clatter through a glyph sequence to reveal headlines and stats, with category tabs, arrows and auto-rotate.","<strong>Remove:</strong> Retired three premium sections that are no longer maintained — Swipeable 3D Card Deck, Ripple Cascade Reveal Grid and Interactive Product Configurator."]},{version:"2.0.4 - 25 July, 2026",type:"new",list:["<strong>New:</strong> Interactive Product Configurator — a swatch-driven “build your own” configurator with live image crossfade and a running price total in a sticky summary panel."]}],co="section-collection",so=e=>{const{version:t,isPremium:r,canUsePro:n,hasPro:l,licenseActiveNonce:o}=e,a=r?" Pro":"";return{name:`Section Collection${a}`,displayName:`Section Collection${a} - 50+ Ready-Made Gutenberg Section Blocks`,description:"Section Collection is a versatile library of essential, ready-made section blocks for the WordPress block editor — heroes, pricing, testimonials, FAQs, teams and more — to craft impactful, engaging, user-centric pages without code.",slug:co,version:t,isPremium:r,canUsePro:null!=n?n:r,hasPro:l,info:e,displayOurPlugins:!0,tagline:"Build beautiful pages faster with 50+ pre-designed, fully responsive Gutenberg sections — no code required.",layoutsLabel:"Popular Sections",layouts:["Hero","Pricing","Testimonials","FAQ","Team","Counter","Timeline"],gettingStartedTabs:[{key:"gutenberg",label:"Gutenberg",icon:yn.gutenberg,steps:[{num:1,title:"Open the Block Editor",body:"Edit any post or page where you want to add a section."},{num:2,title:"Insert a Section",body:"Click <strong>+</strong> (Add block), search for the section name (e.g. <code>Hero</code>, <code>Pricing</code>), and insert it."},{num:3,title:"Customize Inline",body:"Tune content and styling from the sidebar — every change previews live in the editor."}]},{key:"template-library",label:"Template Library",icon:yn.shortcode,steps:[{num:1,title:"Open the Template Library",body:"In the editor toolbar, click the <strong>Template Library</strong> button to browse ready-made templates."},{num:2,title:"Preview & Import",body:"Preview any full-page or section template, then click <strong>Import</strong> to drop it into your page."},{num:3,title:"Make It Yours",body:"Swap the placeholder text and images for your own content — every section stays fully editable."}]},{key:"patterns",label:"Patterns",icon:yn.theme,steps:[{num:1,title:"Open the Inserter",body:"In the editor, click <strong>+</strong> and switch to the <strong>Patterns</strong> tab."},{num:2,title:"Pick a Section Pattern",body:"Browse the Section Collection pattern category and choose a ready-made layout."},{num:3,title:"Insert & Edit",body:"Click to insert the pattern, then replace the placeholder content with your own."}]}],media:{logo:`${e?.dirUrl||""}assets/logo.svg`,banner:`${e?.dirUrl||""}assets/welcome-banner.svg`,thumbnail:`${e?.dirUrl||""}assets/welcome-banner.svg`},pages:{org:`https://wordpress.org/plugins/${co}/`,landing:`https://bplugins.com/products/${co}/`,docs:`https://bplugins.com/docs/${co}/`,pricing:`https://bplugins.com/products/${co}/#pricing`},freemius:{product_id:"32173",plan_id:"52795",public_key:"pk_face61a1423f9128eaeb000f0b809"},licenseActiveNonce:o,changelogs:io,proFeatures:["Premium section blocks added regularly.","Advanced layout, animation and styling controls.","Pro patterns and full-page templates.","Priority email support.","Regular updates and new sections."],startButton:{label:"Start Now",url:"wp-admin/post-new.php?post_type=page"}}},mo={allInOneLabel:"See All Demos",allInOneLink:"https://sectionswp.com",demos:[{title:"Hero & Call To Action",children:[{icon:"",title:"Hero Section",type:"iframe",url:"https://sectionswp.com/demo/hero-section"},{icon:"",title:"Call to Action",type:"iframe",url:"https://sectionswp.com/demo/call-to-actions-theme-1"},{icon:"",title:"Floating CTA Section",type:"iframe",url:"https://sectionswp.com/demo/floating-cta-section"},{icon:"",title:"Announcement Bar Section",type:"iframe",url:"https://sectionswp.com/demo/announcement-bar-section"}]},{title:"Features & Services",children:[{icon:"",title:"Feature Details Section",type:"iframe",url:"https://sectionswp.com/demo/feature-details"},{icon:"",title:"Flip Box Section",type:"iframe",url:"https://sectionswp.com/demo/flip-box-section"},{icon:"",title:"Feature Overview Section",type:"iframe",url:"https://sectionswp.com/demo/feature-overview-section"},{icon:"",title:"Info Grid Section",type:"iframe",url:"https://sectionswp.com/demo/info-grid-section"},{icon:"",title:"Info List Section",type:"iframe",url:"https://sectionswp.com/demo/info-list-section-theme-1"},{icon:"",title:"Service Section",type:"iframe",url:"https://sectionswp.com/demo/service-section"},{icon:"",title:"Tabbed Feature Showcase Section",type:"iframe",url:"https://sectionswp.com/demo/tabbed-feature-showcase-section"},{icon:"",title:"How It Works Section",type:"iframe",url:"https://sectionswp.com/demo/how-it-works-section"},{icon:"",title:"Mission And Vision",type:"iframe",url:"https://sectionswp.com/demo/mission-and-vision-section"}]},{title:"Social Proof",children:[{icon:"",title:"Testimonials Section",type:"iframe",url:"https://sectionswp.com/demo/testimonials-section-theme-1"},{icon:"",title:"Carousel Testimonial Section",type:"iframe",url:"https://sectionswp.com/demo/carousel-testimonial-section"},{icon:"",title:"Social Proof Wall Section",type:"iframe",url:"https://sectionswp.com/demo/social-proof-wall-section"},{icon:"",title:"Awards & Recognition Section",type:"iframe",url:"https://sectionswp.com/demo/awards-recognition-section"},{icon:"",title:"Press / Media Mentions Section",type:"iframe",url:"https://sectionswp.com/demo/press-media-mentions-section/"},{icon:"",title:"Brand Sponsor Section",type:"iframe",url:"https://sectionswp.com/demo/brand-sponsor-section"},{icon:"",title:"Recommendation Section",type:"iframe",url:"https://sectionswp.com/demo/recommendation-section"}]},{title:"Team & Careers",children:[{icon:"",title:"Team Section",type:"iframe",url:"https://sectionswp.com/demo/team-section-theme-1"},{icon:"",title:"Orbiting Team Section",type:"iframe",url:"https://sectionswp.com/demo/orbiting-team-section"},{icon:"",title:"Open Positions Section",type:"iframe",url:"https://sectionswp.com/demo/open-positions-section"}]},{title:"Pricing",children:[{icon:"",title:"Pricing Table Section",type:"iframe",url:"https://sectionswp.com/demo/pricing-table-section-theme-1"},{icon:"",title:"Pricing Toggle Section",type:"iframe",url:"https://sectionswp.com/demo/pricing-toggle-section"},{icon:"",title:"Money Back Guarantee Card Section",type:"iframe",url:"https://sectionswp.com/demo/money-back-guarantee-card-theme-1"}]},{title:"Content & Media",children:[{icon:"",title:"About Us Section",type:"iframe",url:"https://sectionswp.com/demo/about-us-section-theme-1"},{icon:"",title:"Ticker Section",type:"iframe",url:"https://sectionswp.com/demo/ticker-section-theme-1"},{icon:"",title:"Timeline Section",type:"iframe",url:"https://sectionswp.com/demo/timeline-section"},{icon:"",title:"Multi Tab Timeline Section",type:"iframe",url:"https://sectionswp.com/demo/132/"},{icon:"",title:"Slider Section",type:"iframe",url:"https://sectionswp.com/demo/102"},{icon:"",title:"Masonry Image Carousel",type:"iframe",url:"https://sectionswp.com/demo/masonry-image-carousel"},{icon:"",title:"Image Comparison Section",type:"iframe",url:"https://sectionswp.com/demo/image-comparison-section"},{icon:"",title:"Video Showcase Section",type:"iframe",url:"https://sectionswp.com/demo/video-showcase-section"},{icon:"",title:"Storytelling Section",type:"iframe",url:"https://sectionswp.com/demo/storytelling-section"},{icon:"",title:"Fancy Image Box Section",type:"iframe",url:"https://sectionswp.com/demo/fancy-image-box-section"},{icon:"",title:"Floating Image Section",type:"iframe",url:"https://sectionswp.com/demo/floating-image-section"},{icon:"",title:"Filterable Showcase Section",type:"iframe",url:"https://sectionswp.com/demo/filterable-showcase-section"},{icon:"",title:"Project Portfolio Section",type:"iframe",url:"https://sectionswp.com/demo/project-portfolio-section"},{icon:"",title:"Food & Restaurant Menu Section",type:"iframe",url:"https://sectionswp.com/demo/food-restaurant-menu-section"}]},{title:"FAQ & Resources",children:[{icon:"",title:"FAQ Section",type:"iframe",url:"https://sectionswp.com/demo/faq-section-theme-1"},{icon:"",title:"FAQ Section (including search & filter)",type:"iframe",url:"https://sectionswp.com/demo/faq-with-search-filter"},{icon:"",title:"Resource Download Section",type:"iframe",url:"https://sectionswp.com/demo/resource-download-section"},{icon:"",title:"Snippet Copy Section",type:"iframe",url:"https://sectionswp.com/demo/snippet-copy-section"}]},{title:"Interactive & Data",children:[{icon:"",title:"Counter Section",type:"iframe",url:"https://sectionswp.com/demo/counter-sectoin"},{icon:"",title:"Chart Section",type:"iframe",url:"https://sectionswp.com/demo/chart-section"},{icon:"",title:"Progress Section",type:"iframe",url:"https://sectionswp.com/demo/progress-section"},{icon:"",title:"ROI / Savings Calculator Section",type:"iframe",url:"https://sectionswp.com/demo/roi-savings-calculator-section"},{icon:"",title:"Lead Quiz Section",type:"iframe",url:"https://sectionswp.com/demo/lead-quiz-section"},{icon:"",title:"Map Section",type:"iframe",url:"https://sectionswp.com/demo/map-section"},{icon:"",title:"Schedule Section",type:"iframe",url:"https://sectionswp.com/demo/schedule-section"}]}]},ho={logo:`https://ps.w.org/${co}/assets/icon-128x128.png`,pluginId:32173,planId:52795,licenses:[1,3,null],button:{label:"Buy Now ➜"},featured:{selected:3}},po=t=>{const[r,n]=(0,e.useState)(!0),[l,o]=(0,e.useState)(!1),[a,i]=(0,e.useState)(null),[c,s]=(0,e.useState)(null);(0,e.useEffect)((()=>{o(!1),i(null),wp.api.loadPromise.then((()=>{(new wp.api.models.Settings).fetch().then((e=>{s(m(e[t])),n(!1)}))}))}),[]);const m=e=>{let t=e;try{t=JSON.parse(e)}catch(e){o(!0),i(e.message)}return t};return{data:c,isLoading:r,isError:l,error:a}},uo=((0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"24px",height:"30px",viewBox:"0 0 24 30",style:{enableBackground:"new 0 0 50 50"}},(0,e.createElement)("rect",{x:"0",y:"0",width:"4",height:"10",fill:"#333"},(0,e.createElement)("animateTransform",{attributeType:"xml",attributeName:"transform",type:"translate",values:"0 0; 0 20; 0 0",begin:"0",dur:"0.6s",repeatCount:"indefinite"})),(0,e.createElement)("rect",{x:"10",y:"0",width:"4",height:"10",fill:"#333"},(0,e.createElement)("animateTransform",{attributeType:"xml",attributeName:"transform",type:"translate",values:"0 0; 0 20; 0 0",begin:"0.2s",dur:"0.6s",repeatCount:"indefinite"})),(0,e.createElement)("rect",{x:"20",y:"0",width:"4",height:"10",fill:"#333"},(0,e.createElement)("animateTransform",{attributeType:"xml",attributeName:"transform",type:"translate",values:"0 0; 0 20; 0 0",begin:"0.4s",dur:"0.6s",repeatCount:"indefinite"}))),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18px",height:"18px",viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M5.293 5.293a1 1 0 0 1 1.414 0L12 10.586l5.293-5.293a1 1 0 1 1 1.414 1.414L13.414 12l5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L10.586 12 5.293 6.707a1 1 0 0 1 0-1.414z",fill:"#146ef5"})),(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18px",height:"18px"},(0,e.createElement)("path",{d:"M10 2a8 8 0 105.29 13.71l5 5a1 1 0 001.42-1.42l-5-5A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z",fill:"#146ef5"})),(0,e.createElement)("svg",{width:25,height:25,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M4.66667 12.25H11.9C11.9928 12.25 12.0818 12.2131 12.1475 12.1475C12.2131 12.0818 12.25 11.9928 12.25 11.9V2.1C12.25 2.00717 12.2131 1.91815 12.1475 1.85251C12.0818 1.78687 11.9928 1.75 11.9 1.75H2.1C2.00717 1.75 1.91815 1.78687 1.85251 1.85251C1.78687 1.91815 1.75 2.00717 1.75 2.1V9.33333M5.83333 3.5H10.5M3.5 3.5H4.08333M2.04167 11.9583L7 7M7 7V9.33333M7 7H4.66667",stroke:"#6A72A5",strokeLinecap:"round",strokeLinejoin:"round"})),(0,e.createElement)("svg",{width:25,height:25,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M11.6667 6.99999V3.35357C11.6667 3.30753 11.6577 3.26193 11.6401 3.21939C11.6225 3.17684 11.5966 3.1382 11.564 3.10566L9.72771 1.26932C9.66213 1.20367 9.57317 1.16674 9.48037 1.16666H2.68337C2.59055 1.16666 2.50152 1.20353 2.43589 1.26917C2.37025 1.33481 2.33337 1.42383 2.33337 1.51666V12.4833C2.33337 12.5761 2.37025 12.6652 2.43589 12.7308C2.50152 12.7964 2.59055 12.8333 2.68337 12.8333H6.41671M4.66671 5.83332H9.33337M4.66671 3.49999H7.00004M4.66671 8.16666H6.41671",stroke:"#6A72A5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M9.33337 3.14999V1.37315C9.33345 1.33237 9.3456 1.29251 9.36829 1.25862C9.39099 1.22473 9.42321 1.19832 9.4609 1.18272C9.49859 1.16712 9.54005 1.16303 9.58006 1.17097C9.62007 1.17891 9.65683 1.19852 9.68571 1.22732L11.606 3.14765C11.6351 3.17642 11.655 3.21321 11.6631 3.25331C11.6712 3.29341 11.6672 3.33502 11.6515 3.37283C11.6359 3.41063 11.6093 3.44291 11.5752 3.46556C11.5412 3.48821 11.5011 3.5002 11.4602 3.49999H9.68337C9.59055 3.49999 9.50152 3.46311 9.43589 3.39748C9.37025 3.33184 9.33337 3.24281 9.33337 3.14999V3.14999Z",fill:"#6A72A5",stroke:"#6A72A5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M10.4731 9.88165L11.0565 9.29832C11.1172 9.23754 11.1893 9.18932 11.2687 9.15643C11.3481 9.12353 11.4331 9.1066 11.5191 9.1066C11.605 9.1066 11.6901 9.12353 11.7694 9.15643C11.8488 9.18932 11.9209 9.23754 11.9816 9.29832C12.1042 9.42095 12.1731 9.58723 12.1731 9.76061C12.1731 9.93399 12.1042 10.1003 11.9816 10.2229L11.3983 10.8062M10.4731 9.88107L8.7284 11.6258C8.64116 11.7133 8.58397 11.8263 8.56506 11.9484L8.42273 12.8567L9.33098 12.7149C9.45309 12.696 9.56605 12.6388 9.65356 12.5516L11.3977 10.8062M10.4731 9.88107L11.3983 10.8062",stroke:"#6A72A5",strokeLinecap:"round",strokeLinejoin:"round"})),(0,e.createElement)("svg",{fill:"#000000",width:25,height:25,viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M232 280L64 280 64 232 232 232 232 64 280 64 280 232 448 232 448 280 280 280 280 448 232 448 232 280Z"})),(0,e.createElement)("svg",{fill:"#000000",width:25,height:25,viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M64 232L448 232 448 280 64 280 64 232Z"})),t=>(0,e.createElement)("svg",{id:"Capa_1",enableBackground:"new 0 0 512.06 512.06",height:"25",viewBox:"0 0 512.06 512.06",width:"25",xmlns:"http://www.w3.org/2000/svg",...t},(0,e.createElement)("g",null,(0,e.createElement)("g",null,(0,e.createElement)("g",null,(0,e.createElement)("path",{d:"m69.146 243.953 22.174-110.87c2.537-12.687 18.943-16.413 26.709-6.058l65.676 87.568c10.425 13.9-2.469 17.142-45.676 70.432-57.238-28.073-72.583-22.565-68.883-41.072z",fill:"#ffc34d"}))),(0,e.createElement)("g",null,(0,e.createElement)("g",null,(0,e.createElement)("path",{d:"m375.029 285.025c-43.45-52.144-57.372-56.171-46.676-70.432l65.676-87.568c7.765-10.352 24.171-6.633 26.709 6.058l22.174 110.87c3.857 19.292-14.686 14.416-67.883 41.072z",fill:"#f93"}))),(0,e.createElement)("g",null,(0,e.createElement)("g",null,(0,e.createElement)("path",{d:"m488.079 183.985-107.42 79.9-111.61-195.3c-2.87-5.03-7.93-7.55-13.01-7.55-5.07 0-10.15 2.52-13.03 7.55l-111.61 195.3-107.42-79.9c-11.31-8.41-26.95 2.1-23.49 15.74l41 161.3 27.14 16.33-19.52 13.67 12.38 48.7c1.69 6.64 7.68 11.3 14.54 11.3h360c6.86 0 12.85-4.66 14.54-11.3l12.38-48.7-11.92-15 19.54-15 41-161.3c3.47-13.67-12.2-24.13-23.49-15.74z",fill:"#ffea80"}))),(0,e.createElement)("path",{d:"m511.569 199.725-41 161.3-19.54 15 11.92 15-12.38 48.7c-1.69 6.64-7.68 11.3-14.54 11.3h-179.99v-389.99c5.08 0 10.14 2.52 13.01 7.55l111.61 195.3 107.42-79.9c11.29-8.39 26.96 2.07 23.49 15.74z",fill:"#ffc34d"}),(0,e.createElement)("g",null,(0,e.createElement)("g",null,(0,e.createElement)("path",{d:"m313.889 293.305-45-75c-2.92-4.86-7.88-7.28-12.85-7.28-4.98 0-9.97 2.44-12.87 7.28l-45 75c-2.85 4.75-2.85 10.69 0 15.44l45 75c2.92 4.86 7.9 7.28 12.87 7.28 4.97-.01 9.95-2.45 12.85-7.28l45-75c2.85-4.75 2.85-10.69 0-15.44z",fill:"#ff6a4d"}))),(0,e.createElement)("path",{d:"m313.889 308.745-45 75c-2.9 4.83-7.88 7.27-12.85 7.28v-180c4.97 0 9.93 2.42 12.85 7.28l45 75c2.85 4.75 2.85 10.69 0 15.44z",fill:"#f03800"}),(0,e.createElement)("g",null,(0,e.createElement)("path",{d:"m151.029 376.025c0 8.28-6.72 15-15 15h-86.92l-7.62-30h94.54c8.28 0 15 6.72 15 15z",fill:"#ffc34d"})),(0,e.createElement)("g",null,(0,e.createElement)("path",{d:"m470.569 361.025-7.62 30h-86.92c-8.28 0-15-6.72-15-15s6.72-15 15-15z",fill:"#f93"})))));const go=`${location.origin}/wp-admin/admin.php?page=section-collection#/pricing`,wo=()=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("input",{type:"checkbox",id:"b-blocks-admin-pro-modal-toggle"}),(0,e.createElement)("div",{className:"b-blocks-admin-proModal-wrapper"},(0,e.createElement)("div",{className:"b-blocks-promodal-content-wrapper"},(0,e.createElement)("div",{className:"b-blocks-promodal-content"},(0,e.createElement)(uo,{className:"b-blocks-promodal-crounIcon"}),(0,e.createElement)("h2",{className:"b-blocks-promodal-title"},"Unlock Premium Blocks!"),(0,e.createElement)("p",{className:"b-blocks-promodal-description"},"Get access to exclusive blocks to enhance your website's design."),(0,e.createElement)(lr,{href:un(go)},"Upgrade Now")),(0,e.createElement)("label",{htmlFor:"b-blocks-admin-pro-modal-toggle",className:"b-blocks-promodal-close"},"×")))),vo=({freemius:t,options:r,buttonProps:n,children:l})=>(0,e.createElement)(lr,{onClick:e=>{e.preventDefault();new FS.Checkout(t).open(r)},...n},l),Eo=(0,e.createElement)("svg",{width:"22",height:"22",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("rect",{x:"3",y:"3",width:"18",height:"5",rx:"1.5",fill:"currentColor",opacity:"0.9"}),(0,e.createElement)("rect",{x:"3",y:"10",width:"11",height:"11",rx:"1.5",fill:"currentColor",opacity:"0.45"}),(0,e.createElement)("rect",{x:"16",y:"10",width:"5",height:"5",rx:"1.5",fill:"currentColor",opacity:"0.7"}),(0,e.createElement)("rect",{x:"16",y:"17",width:"5",height:"4",rx:"1.5",fill:"currentColor",opacity:"0.7"})),fo={priceLabel:"From $59/yr",freemius:{product_id:"32173",plan_id:"52795",public_key:"pk_face61a1423f9128eaeb000f0b809"}},yo=(Array.isArray(bn)?bn:[]).map((e=>({...e,icon:Jl[e.name]||Eo}))),xo=()=>(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:"15",height:"15",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M3 17l3-9 4 5 2-7 2 7 4-5 3 9"}),(0,e.createElement)("line",{x1:"3",y1:"21",x2:"21",y2:"21"})),ko=()=>(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:"14",height:"14",fill:"none",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("polyline",{points:"20 6 9 17 4 12"})),bo=()=>(0,e.createElement)("svg",{viewBox:"0 0 24 24",width:"13",height:"13",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},(0,e.createElement)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,e.createElement)("polyline",{points:"15 3 21 3 21 9"}),(0,e.createElement)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})),Co=t=>{const r=t?.info?.proAccess||{isPremiumMember:!1,owned:[]},n=Boolean(r.isPremiumMember),l=Array.isArray(r.owned)?r.owned:[],o=(e=>Boolean(e&&e.product_id))(fo?.freemius);return(0,e.createElement)("div",{className:"bpscProBlocks"},(0,e.createElement)("header",{className:"bpscProHead"},(0,e.createElement)("h2",{className:"bpscProTitle"},(0,Sr.__)("Pro Sections","section-collection")),(0,e.createElement)("p",{className:"bpscProSub"},(0,Sr.__)("Unlock advanced, interactive sections. Buy any single section you need, or get the whole library — including everything we add later — with Premium.","section-collection"))),!n&&(0,e.createElement)("div",{className:"bpscProBanner"},(0,e.createElement)("div",{className:"bpscProBannerText"},(0,e.createElement)("span",{className:"bpscProBannerBadge"},(0,e.createElement)(xo,null)," ",(0,Sr.__)("Premium · All Access","section-collection")),(0,e.createElement)("h3",null,(0,Sr.__)("Get every Pro section — and all future ones","section-collection")),(0,e.createElement)("p",null,(0,Sr.__)("One subscription unlocks the entire pro library, with no per-section purchases.","section-collection"))),(0,e.createElement)("div",{className:"bpscProBannerCta"},fo?.priceLabel&&(0,e.createElement)("span",{className:"bpscProBannerPrice"},fo.priceLabel),o?(0,e.createElement)(vo,{freemius:fo.freemius,options:{},buttonProps:{className:"bpscProBtn bpscProBtnLight"}},(0,Sr.__)("Upgrade to Premium","section-collection")):(0,e.createElement)("button",{type:"button",className:"bpscProBtn bpscProBtnLight",disabled:!0,title:(0,Sr.__)("Checkout activates once Freemius is configured.","section-collection")},(0,Sr.__)("Upgrade to Premium","section-collection")))),(0,e.createElement)("div",{className:"bpscProGrid"},yo.map((t=>{const r=(e=>n||e.addonId&&l.includes(e.addonId))(t);return(0,e.createElement)("div",{key:t.addonId||t.name,className:"bpscProCard "+(r?"isUnlocked":"")},(0,e.createElement)("div",{className:"bpscProCardTop"},(0,e.createElement)("span",{className:"bpscProIcon"},t.icon),!r&&(0,e.createElement)("span",{className:"bpscProTag"},(0,Sr.__)("PRO","section-collection"))),(0,e.createElement)("h4",{className:"bpscProName"},t.title),t.description&&(0,e.createElement)("p",{className:"bpscProDesc"},t.description),(0,e.createElement)("div",{className:"bpscProCardFoot"},r?(0,e.createElement)("span",{className:"bpscProActive"},(0,e.createElement)(ko,null)," ",n?(0,Sr.__)("Included in Premium","section-collection"):(0,Sr.__)("Active","section-collection")):(0,e.createElement)("span",{className:"bpscProMuted"},(0,Sr.__)("Premium","section-collection")),(0,e.createElement)("div",{className:"bpscProActions"},(0,e.createElement)("a",{className:"bpscProDemo",href:un(t.demo||"https://bplugins.com/products/section-collection/"),target:"_blank",rel:"noopener noreferrer"},(0,Sr.__)("Live Demo","section-collection")," ",(0,e.createElement)(bo,null)))))}))))},Lo=new CustomEvent("dataFetched"),Mo=t=>{const{freemius:r,hasPro:n,isPremium:l,canUsePro:o}=t,[a,i]=(0,e.useState)([]),[c,s]=(0,e.useState)(""),m=(0,e.useRef)(null),h=(0,e.useRef)(null),{data:d}=po("bpscUtils"),{data:p=null,refetch:u,saveData:g,isLoading:w,error:v}=Wr("bpscDisabledBlocks",{_wpnonce:d?.nonce},!1);(0,e.useEffect)((()=>{const e=d?.nonce;e&&h.current!==e&&(h.current=e,u())}),[d?.nonce]),(0,e.useEffect)((()=>{if(w)return;if(v)return m.current=null,s("error"),void(p&&i(p));if(!p)return;const e=m.current;if(e){if(!((e,t)=>{if(!Array.isArray(e)||!Array.isArray(t)||e.length!==t.length)return!1;const r=[...e].sort(),n=[...t].sort();return r.every(((e,t)=>e===n[t]))})(e,p))return;m.current=null,s("success")}i(p||[]),window.dispatchEvent(Lo)}),[p,w,v]);const E=o?[...Kl,Ql]:Kl,f=E.reduce(((e,t)=>e+(Array.isArray(t.children)?t.children.filter((e=>"published"===e.status||!e.status)).length:"published"!==t.status&&t.status?0:1)),0),y=e=>{const t=Array.isArray(e)?e:[];m.current=t,s("loading"),i(t);try{g({data:JSON.stringify(t)})}catch(e){m.current=null,s("error")}};return(0,e.createElement)(Ke,null,(0,e.createElement)(nr,{position:"bottom-center"}),(0,e.createElement)(Ee,null,(0,e.createElement)(we,{path:"/",element:(0,e.createElement)(_r,{...t})},(0,e.createElement)(we,{index:!0,element:(0,e.createElement)(ue,{to:"welcome",replace:!0})}),(0,e.createElement)(we,{path:"welcome",element:(0,e.createElement)(ao,{...t,allBlocks:E,disabledBlocks:a,status:c,onChange:y})}),(0,e.createElement)(we,{path:"blocks",element:(0,e.createElement)(e.Fragment,null,(0,e.createElement)(on,{...t,pageTitle:`All Sections (${f})`,allBlocks:E,disabledBlocks:a,status:c,onChange:y}),!l&&(0,e.createElement)(wo,null))}),(0,e.createElement)(we,{path:"demos",element:(0,e.createElement)(cn,{...t,demoInfo:mo})}),(0,e.createElement)(we,{path:"pro-blocks",element:(0,e.createElement)(Co,{...t})}),!l&&(0,e.createElement)(we,{path:"feature-comparison",element:(0,e.createElement)(Vr,{plans:["free","pro"],...t})}),!l&&(0,e.createElement)(we,{path:"pricing",element:(0,e.createElement)(Hr,{...t,pricingInfo:ho,freemius:r,options:{}})}),n&&(0,e.createElement)(we,{path:"activation",element:(0,e.createElement)(Ir,{...t})}),(0,e.createElement)(we,{path:"our-plugins",element:(0,e.createElement)(Jr,{...t})})),(0,e.createElement)(we,{path:"*",element:(0,e.createElement)(ue,{to:"/welcome",replace:!0})})))};document.addEventListener("DOMContentLoaded",(()=>{const r=document.querySelector("#sectionCollectionDashboard");if(!r)return;let n;try{n=JSON.parse(r.dataset.info)}catch(e){console.error(e)}(0,t.H)(r).render((0,e.createElement)(Mo,{...so(n)})),r.removeAttribute("data-info")}))})()})();