var PopConvertScript=function(exports){"use strict";const main="";function makeMap(e,t){const n=Object.create(null),r=e.split(",");for(let o=0;o!!n[o.toLowerCase()]:o=>!!n[o]}const EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,onRE=/^on[^a-z]/,isOn=e=>onRE.test(e),isModelListener=e=>e.startsWith("onUpdate:"),extend=Object.assign,remove$1=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},hasOwnProperty$2=Object.prototype.hasOwnProperty,hasOwn=(e,t)=>hasOwnProperty$2.call(e,t),isArray=Array.isArray,isMap=e=>toTypeString(e)==="[object Map]",isSet=e=>toTypeString(e)==="[object Set]",isDate=e=>toTypeString(e)==="[object Date]",isFunction=e=>typeof e=="function",isString=e=>typeof e=="string",isSymbol$1=e=>typeof e=="symbol",isObject$5=e=>e!==null&&typeof e=="object",isPromise=e=>isObject$5(e)&&isFunction(e.then)&&isFunction(e.catch),objectToString$1=Object.prototype.toString,toTypeString=e=>objectToString$1.call(e),toRawType=e=>toTypeString(e).slice(8,-1),isPlainObject$1=e=>toTypeString(e)==="[object Object]",isIntegerKey=e=>isString(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},camelizeRE=/-(\w)/g,camelize=cacheStringFunction(e=>e.replace(camelizeRE,(t,n)=>n?n.toUpperCase():"")),hyphenateRE=/\B([A-Z])/g,hyphenate=cacheStringFunction(e=>e.replace(hyphenateRE,"-$1").toLowerCase()),capitalize=cacheStringFunction(e=>e.charAt(0).toUpperCase()+e.slice(1)),toHandlerKey=cacheStringFunction(e=>e?`on${capitalize(e)}`:""),hasChanged=(e,t)=>!Object.is(e,t),invokeArrayFns=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},looseToNumber=e=>{const t=parseFloat(e);return isNaN(t)?e:t},toNumber$1=e=>{const t=isString(e)?Number(e):NaN;return isNaN(t)?e:t};let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function normalizeStyle(e){if(isArray(e)){const t={};for(let n=0;n{if(n){const r=n.split(propertyDelimiterRE);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function normalizeClass(e){let t="";if(isString(e))t=e;else if(isArray(e))for(let n=0;nlooseEqual(n,t))}const toDisplayString=e=>isString(e)?e:e==null?"":isArray(e)||isObject$5(e)&&(e.toString===objectToString$1||!isFunction(e.toString))?JSON.stringify(e,replacer,2):String(e),replacer=(e,t)=>t&&t.__v_isRef?replacer(e,t.value):isMap(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o])=>(n[`${r} =>`]=o,n),{})}:isSet(t)?{[`Set(${t.size})`]:[...t.values()]}:isObject$5(t)&&!isArray(t)&&!isPlainObject$1(t)?String(t):t;let activeEffectScope;class EffectScope{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=activeEffectScope,!t&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=activeEffectScope;try{return activeEffectScope=this,t()}finally{activeEffectScope=n}}}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n{const t=new Set(e);return t.w=0,t.n=0,t},wasTracked=e=>(e.w&trackOpBit)>0,newTracked=e=>(e.n&trackOpBit)>0,initDepMarkers=({deps:e})=>{if(e.length)for(let t=0;t{const{deps:t}=e;if(t.length){let n=0;for(let r=0;r{(d==="length"||d>=c)&&s.push(l)})}else switch(n!==void 0&&s.push(a.get(n)),t){case"add":isArray(e)?isIntegerKey(n)&&s.push(a.get("length")):(s.push(a.get(ITERATE_KEY)),isMap(e)&&s.push(a.get(MAP_KEY_ITERATE_KEY)));break;case"delete":isArray(e)||(s.push(a.get(ITERATE_KEY)),isMap(e)&&s.push(a.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap(e)&&s.push(a.get(ITERATE_KEY));break}if(s.length===1)s[0]&&triggerEffects(s[0]);else{const c=[];for(const l of s)l&&c.push(...l);triggerEffects(createDep(c))}}function triggerEffects(e,t){const n=isArray(e)?e:[...e];for(const r of n)r.computed&&triggerEffect(r);for(const r of n)r.computed||triggerEffect(r)}function triggerEffect(e,t){(e!==activeEffect||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function getDepFromReactive(e,t){var n;return(n=targetMap.get(e))==null?void 0:n.get(t)}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(isSymbol$1)),get$1=createGetter(),shallowGet=createGetter(!1,!0),readonlyGet=createGetter(!0),arrayInstrumentations=createArrayInstrumentations();function createArrayInstrumentations(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=toRaw(this);for(let i=0,a=this.length;i{e[t]=function(...n){pauseTracking();const r=toRaw(this)[t].apply(this,n);return resetTracking(),r}}),e}function hasOwnProperty$1(e){const t=toRaw(this);return track(t,"has",e),t.hasOwnProperty(e)}function createGetter(e=!1,t=!1){return function(r,o,i){if(o==="__v_isReactive")return!e;if(o==="__v_isReadonly")return e;if(o==="__v_isShallow")return t;if(o==="__v_raw"&&i===(e?t?shallowReadonlyMap:readonlyMap:t?shallowReactiveMap:reactiveMap).get(r))return r;const a=isArray(r);if(!e){if(a&&hasOwn(arrayInstrumentations,o))return Reflect.get(arrayInstrumentations,o,i);if(o==="hasOwnProperty")return hasOwnProperty$1}const s=Reflect.get(r,o,i);return(isSymbol$1(o)?builtInSymbols.has(o):isNonTrackableKeys(o))||(e||track(r,"get",o),t)?s:isRef(s)?a&&isIntegerKey(o)?s:s.value:isObject$5(s)?e?readonly(s):reactive(s):s}}const set$1=createSetter(),shallowSet=createSetter(!0);function createSetter(e=!1){return function(n,r,o,i){let a=n[r];if(isReadonly(a)&&isRef(a)&&!isRef(o))return!1;if(!e&&(!isShallow(o)&&!isReadonly(o)&&(a=toRaw(a),o=toRaw(o)),!isArray(n)&&isRef(a)&&!isRef(o)))return a.value=o,!0;const s=isArray(n)&&isIntegerKey(r)?Number(r)e,getProto=e=>Reflect.getPrototypeOf(e);function get(e,t,n=!1,r=!1){e=e.__v_raw;const o=toRaw(e),i=toRaw(t);n||(t!==i&&track(o,"get",t),track(o,"get",i));const{has:a}=getProto(o),s=r?toShallow:n?toReadonly:toReactive;if(a.call(o,t))return s(e.get(t));if(a.call(o,i))return s(e.get(i));e!==o&&e.get(t)}function has(e,t=!1){const n=this.__v_raw,r=toRaw(n),o=toRaw(e);return t||(e!==o&&track(r,"has",e),track(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function size(e,t=!1){return e=e.__v_raw,!t&&track(toRaw(e),"iterate",ITERATE_KEY),Reflect.get(e,"size",e)}function add$1(e){e=toRaw(e);const t=toRaw(this);return getProto(t).has.call(t,e)||(t.add(e),trigger(t,"add",e,e)),this}function set(e,t){t=toRaw(t);const n=toRaw(this),{has:r,get:o}=getProto(n);let i=r.call(n,e);i||(e=toRaw(e),i=r.call(n,e));const a=o.call(n,e);return n.set(e,t),i?hasChanged(t,a)&&trigger(n,"set",e,t):trigger(n,"add",e,t),this}function deleteEntry(e){const t=toRaw(this),{has:n,get:r}=getProto(t);let o=n.call(t,e);o||(e=toRaw(e),o=n.call(t,e)),r&&r.call(t,e);const i=t.delete(e);return o&&trigger(t,"delete",e,void 0),i}function clear(){const e=toRaw(this),t=e.size!==0,n=e.clear();return t&&trigger(e,"clear",void 0,void 0),n}function createForEach(e,t){return function(r,o){const i=this,a=i.__v_raw,s=toRaw(a),c=t?toShallow:e?toReadonly:toReactive;return!e&&track(s,"iterate",ITERATE_KEY),a.forEach((l,d)=>r.call(o,c(l),c(d),i))}}function createIterableMethod(e,t,n){return function(...r){const o=this.__v_raw,i=toRaw(o),a=isMap(i),s=e==="entries"||e===Symbol.iterator&&a,c=e==="keys"&&a,l=o[e](...r),d=n?toShallow:t?toReadonly:toReactive;return!t&&track(i,"iterate",c?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){const{value:v,done:m}=l.next();return m?{value:v,done:m}:{value:s?[d(v[0]),d(v[1])]:d(v),done:m}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(e){return function(...t){return e==="delete"?!1:this}}function createInstrumentations(){const e={get(i){return get(this,i)},get size(){return size(this)},has,add:add$1,set,delete:deleteEntry,clear,forEach:createForEach(!1,!1)},t={get(i){return get(this,i,!1,!0)},get size(){return size(this)},has,add:add$1,set,delete:deleteEntry,clear,forEach:createForEach(!1,!0)},n={get(i){return get(this,i,!0)},get size(){return size(this,!0)},has(i){return has.call(this,i,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!1)},r={get(i){return get(this,i,!0,!0)},get size(){return size(this,!0)},has(i){return has.call(this,i,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{e[i]=createIterableMethod(i,!1,!1),n[i]=createIterableMethod(i,!0,!1),t[i]=createIterableMethod(i,!1,!0),r[i]=createIterableMethod(i,!0,!0)}),[e,n,t,r]}const[mutableInstrumentations,readonlyInstrumentations,shallowInstrumentations,shallowReadonlyInstrumentations]=createInstrumentations();function createInstrumentationGetter(e,t){const n=t?e?shallowReadonlyInstrumentations:shallowInstrumentations:e?readonlyInstrumentations:mutableInstrumentations;return(r,o,i)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(hasOwn(n,o)&&o in r?n:r,o,i)}const mutableCollectionHandlers={get:createInstrumentationGetter(!1,!1)},shallowCollectionHandlers={get:createInstrumentationGetter(!1,!0)},readonlyCollectionHandlers={get:createInstrumentationGetter(!0,!1)},reactiveMap=new WeakMap,shallowReactiveMap=new WeakMap,readonlyMap=new WeakMap,shallowReadonlyMap=new WeakMap;function targetTypeMap(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(e){return e.__v_skip||!Object.isExtensible(e)?0:targetTypeMap(toRawType(e))}function reactive(e){return isReadonly(e)?e:createReactiveObject(e,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(e){return createReactiveObject(e,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(e){return createReactiveObject(e,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function createReactiveObject(e,t,n,r,o){if(!isObject$5(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=o.get(e);if(i)return i;const a=getTargetType(e);if(a===0)return e;const s=new Proxy(e,a===2?r:n);return o.set(e,s),s}function isReactive(e){return isReadonly(e)?isReactive(e.__v_raw):!!(e&&e.__v_isReactive)}function isReadonly(e){return!!(e&&e.__v_isReadonly)}function isShallow(e){return!!(e&&e.__v_isShallow)}function isProxy(e){return isReactive(e)||isReadonly(e)}function toRaw(e){const t=e&&e.__v_raw;return t?toRaw(t):e}function markRaw(e){return def(e,"__v_skip",!0),e}const toReactive=e=>isObject$5(e)?reactive(e):e,toReadonly=e=>isObject$5(e)?readonly(e):e;function trackRefValue(e){shouldTrack&&activeEffect&&(e=toRaw(e),trackEffects(e.dep||(e.dep=createDep())))}function triggerRefValue(e,t){e=toRaw(e);const n=e.dep;n&&triggerEffects(n)}function isRef(e){return!!(e&&e.__v_isRef===!0)}function ref(e){return createRef(e,!1)}function shallowRef(e){return createRef(e,!0)}function createRef(e,t){return isRef(e)?e:new RefImpl(e,t)}class RefImpl{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:toRaw(t),this._value=n?t:toReactive(t)}get value(){return trackRefValue(this),this._value}set value(t){const n=this.__v_isShallow||isShallow(t)||isReadonly(t);t=n?t:toRaw(t),hasChanged(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:toReactive(t),triggerRefValue(this))}}function unref(e){return isRef(e)?e.value:e}const shallowUnwrapHandlers={get:(e,t,n)=>unref(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return isRef(o)&&!isRef(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function proxyRefs(e){return isReactive(e)?e:new Proxy(e,shallowUnwrapHandlers)}class CustomRefImpl{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:n,set:r}=t(()=>trackRefValue(this),()=>triggerRefValue(this));this._get=n,this._set=r}get value(){return this._get()}set value(t){this._set(t)}}function customRef(e){return new CustomRefImpl(e)}function toRefs(e){const t=isArray(e)?new Array(e.length):{};for(const n in e)t[n]=propertyToRef(e,n);return t}class ObjectRefImpl{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return getDepFromReactive(toRaw(this._object),this._key)}}class GetterRefImpl{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function toRef$1(e,t,n){return isRef(e)?e:isFunction(e)?new GetterRefImpl(e):isObject$5(e)&&arguments.length>1?propertyToRef(e,t,n):ref(e)}function propertyToRef(e,t,n){const r=e[t];return isRef(r)?r:new ObjectRefImpl(e,t,n)}class ComputedRefImpl{constructor(t,n,r,o){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new ReactiveEffect(t,()=>{this._dirty||(this._dirty=!0,triggerRefValue(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=r}get value(){const t=toRaw(this);return trackRefValue(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function computed$1(e,t,n=!1){let r,o;const i=isFunction(e);return i?(r=e,o=NOOP):(r=e.get,o=e.set),new ComputedRefImpl(r,o,i||!o,n)}function warn(e,...t){}function callWithErrorHandling(e,t,n,r){let o;try{o=r?e(...r):e()}catch(i){handleError(i,t,n)}return o}function callWithAsyncErrorHandling(e,t,n,r){if(isFunction(e)){const i=callWithErrorHandling(e,t,n,r);return i&&isPromise(i)&&i.catch(a=>{handleError(a,t,n)}),i}const o=[];for(let i=0;i>>1;getId(queue[r])flushIndex&&queue.splice(t,1)}function queuePostFlushCb(e){isArray(e)?pendingPostFlushCbs.push(...e):(!activePostFlushCbs||!activePostFlushCbs.includes(e,e.allowRecurse?postFlushIndex+1:postFlushIndex))&&pendingPostFlushCbs.push(e),queueFlush()}function flushPreFlushCbs(e,t=isFlushing?flushIndex+1:0){for(;tgetId(n)-getId(r)),postFlushIndex=0;postFlushIndexe.id==null?1/0:e.id,comparator=(e,t)=>{const n=getId(e)-getId(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function flushJobs(e){isFlushPending=!1,isFlushing=!0,queue.sort(comparator);const t=NOOP;try{for(flushIndex=0;flushIndexisString(w)?w.trim():w)),v&&(o=n.map(looseToNumber))}let s,c=r[s=toHandlerKey(t)]||r[s=toHandlerKey(camelize(t))];!c&&i&&(c=r[s=toHandlerKey(hyphenate(t))]),c&&callWithAsyncErrorHandling(c,e,6,o);const l=r[s+"Once"];if(l){if(!e.emitted)e.emitted={};else if(e.emitted[s])return;e.emitted[s]=!0,callWithAsyncErrorHandling(l,e,6,o)}}function normalizeEmitsOptions(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(o!==void 0)return o;const i=e.emits;let a={},s=!1;if(!isFunction(e)){const c=l=>{const d=normalizeEmitsOptions(l,t,!0);d&&(s=!0,extend(a,d))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!s?(isObject$5(e)&&r.set(e,null),null):(isArray(i)?i.forEach(c=>a[c]=null):extend(a,i),isObject$5(e)&&r.set(e,a),a)}function isEmitListener(e,t){return!e||!isOn(t)?!1:(t=t.slice(2).replace(/Once$/,""),hasOwn(e,t[0].toLowerCase()+t.slice(1))||hasOwn(e,hyphenate(t))||hasOwn(e,t))}let currentRenderingInstance=null,currentScopeId=null;function setCurrentRenderingInstance(e){const t=currentRenderingInstance;return currentRenderingInstance=e,currentScopeId=e&&e.type.__scopeId||null,t}function pushScopeId(e){currentScopeId=e}function popScopeId(){currentScopeId=null}function withCtx(e,t=currentRenderingInstance,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&setBlockTracking(-1);const i=setCurrentRenderingInstance(t);let a;try{a=e(...o)}finally{setCurrentRenderingInstance(i),r._d&&setBlockTracking(1)}return a};return r._n=!0,r._c=!0,r._d=!0,r}function markAttrsAccessed(){}function renderComponentRoot(e){const{type:t,vnode:n,proxy:r,withProxy:o,props:i,propsOptions:[a],slots:s,attrs:c,emit:l,render:d,renderCache:v,data:m,setupState:w,ctx:k,inheritAttrs:C}=e;let T,Y;const te=setCurrentRenderingInstance(e);try{if(n.shapeFlag&4){const N=o||r;T=normalizeVNode(d.call(N,N,v,i,w,m,k)),Y=c}else{const N=t;T=normalizeVNode(N.length>1?N(i,{attrs:c,slots:s,emit:l}):N(i,null)),Y=t.props?c:getFunctionalFallthrough(c)}}catch(N){blockStack.length=0,handleError(N,e,1),T=createVNode(Comment)}let R=T;if(Y&&C!==!1){const N=Object.keys(Y),{shapeFlag:g}=R;N.length&&g&7&&(a&&N.some(isModelListener)&&(Y=filterModelListeners(Y,a)),R=cloneVNode(R,Y))}return n.dirs&&(R=cloneVNode(R),R.dirs=R.dirs?R.dirs.concat(n.dirs):n.dirs),n.transition&&(R.transition=n.transition),T=R,setCurrentRenderingInstance(te),T}const getFunctionalFallthrough=e=>{let t;for(const n in e)(n==="class"||n==="style"||isOn(n))&&((t||(t={}))[n]=e[n]);return t},filterModelListeners=(e,t)=>{const n={};for(const r in e)(!isModelListener(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function shouldUpdateComponent(e,t,n){const{props:r,children:o,component:i}=e,{props:a,children:s,patchFlag:c}=t,l=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return r?hasPropsChanged(r,a,l):!!a;if(c&8){const d=t.dynamicProps;for(let v=0;ve.__isSuspense;function queueEffectWithSuspense(e,t){t&&t.pendingBranch?isArray(e)?t.effects.push(...e):t.effects.push(e):queuePostFlushCb(e)}function watchEffect(e,t){return doWatch(e,null,t)}function watchPostEffect(e,t){return doWatch(e,null,{flush:"post"})}const INITIAL_WATCHER_VALUE={};function watch(e,t,n){return doWatch(e,t,n)}function doWatch(e,t,{immediate:n,deep:r,flush:o,onTrack:i,onTrigger:a}=EMPTY_OBJ){var s;const c=getCurrentScope()===((s=currentInstance)==null?void 0:s.scope)?currentInstance:null;let l,d=!1,v=!1;if(isRef(e)?(l=()=>e.value,d=isShallow(e)):isReactive(e)?(l=()=>e,r=!0):isArray(e)?(v=!0,d=e.some(N=>isReactive(N)||isShallow(N)),l=()=>e.map(N=>{if(isRef(N))return N.value;if(isReactive(N))return traverse(N);if(isFunction(N))return callWithErrorHandling(N,c,2)})):isFunction(e)?t?l=()=>callWithErrorHandling(e,c,2):l=()=>{if(!(c&&c.isUnmounted))return m&&m(),callWithAsyncErrorHandling(e,c,3,[w])}:l=NOOP,t&&r){const N=l;l=()=>traverse(N())}let m,w=N=>{m=te.onStop=()=>{callWithErrorHandling(N,c,4)}},k;if(isInSSRComponentSetup)if(w=NOOP,t?n&&callWithAsyncErrorHandling(t,c,3,[l(),v?[]:void 0,w]):l(),o==="sync"){const N=useSSRContext();k=N.__watcherHandles||(N.__watcherHandles=[])}else return NOOP;let C=v?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const T=()=>{if(te.active)if(t){const N=te.run();(r||d||(v?N.some((g,A)=>hasChanged(g,C[A])):hasChanged(N,C)))&&(m&&m(),callWithAsyncErrorHandling(t,c,3,[N,C===INITIAL_WATCHER_VALUE?void 0:v&&C[0]===INITIAL_WATCHER_VALUE?[]:C,w]),C=N)}else te.run()};T.allowRecurse=!!t;let Y;o==="sync"?Y=T:o==="post"?Y=()=>queuePostRenderEffect(T,c&&c.suspense):(T.pre=!0,c&&(T.id=c.uid),Y=()=>queueJob(T));const te=new ReactiveEffect(l,Y);t?n?T():C=te.run():o==="post"?queuePostRenderEffect(te.run.bind(te),c&&c.suspense):te.run();const R=()=>{te.stop(),c&&c.scope&&remove$1(c.scope.effects,te)};return k&&k.push(R),R}function instanceWatch(e,t,n){const r=this.proxy,o=isString(e)?e.includes(".")?createPathGetter(r,e):()=>r[e]:e.bind(r,r);let i;isFunction(t)?i=t:(i=t.handler,n=t);const a=currentInstance;setCurrentInstance(this);const s=doWatch(o,i.bind(r),n);return a?setCurrentInstance(a):unsetCurrentInstance(),s}function createPathGetter(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o{traverse(n,t)});else if(isPlainObject$1(e))for(const n in e)traverse(e[n],t);return e}function withDirectives(e,t){const n=currentRenderingInstance;if(n===null)return e;const r=getExposeProxy(n)||n.proxy,o=e.dirs||(e.dirs=[]);for(let i=0;i{e.isMounted=!0}),onBeforeUnmount(()=>{e.isUnmounting=!0}),e}const TransitionHookValidator=[Function,Array],BaseTransitionPropsValidators={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:TransitionHookValidator,onEnter:TransitionHookValidator,onAfterEnter:TransitionHookValidator,onEnterCancelled:TransitionHookValidator,onBeforeLeave:TransitionHookValidator,onLeave:TransitionHookValidator,onAfterLeave:TransitionHookValidator,onLeaveCancelled:TransitionHookValidator,onBeforeAppear:TransitionHookValidator,onAppear:TransitionHookValidator,onAfterAppear:TransitionHookValidator,onAppearCancelled:TransitionHookValidator},BaseTransitionImpl={name:"BaseTransition",props:BaseTransitionPropsValidators,setup(e,{slots:t}){const n=getCurrentInstance(),r=useTransitionState();let o;return()=>{const i=t.default&&getTransitionRawChildren(t.default(),!0);if(!i||!i.length)return;let a=i[0];if(i.length>1){for(const C of i)if(C.type!==Comment){a=C;break}}const s=toRaw(e),{mode:c}=s;if(r.isLeaving)return emptyPlaceholder(a);const l=getKeepAliveChild(a);if(!l)return emptyPlaceholder(a);const d=resolveTransitionHooks(l,s,r,n);setTransitionHooks(l,d);const v=n.subTree,m=v&&getKeepAliveChild(v);let w=!1;const{getTransitionKey:k}=l.type;if(k){const C=k();o===void 0?o=C:C!==o&&(o=C,w=!0)}if(m&&m.type!==Comment&&(!isSameVNodeType(l,m)||w)){const C=resolveTransitionHooks(m,s,r,n);if(setTransitionHooks(m,C),c==="out-in")return r.isLeaving=!0,C.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&n.update()},emptyPlaceholder(a);c==="in-out"&&l.type!==Comment&&(C.delayLeave=(T,Y,te)=>{const R=getLeavingNodesForType(r,m);R[String(m.key)]=m,T._leaveCb=()=>{Y(),T._leaveCb=void 0,delete d.delayedLeave},d.delayedLeave=te})}return a}}},BaseTransition=BaseTransitionImpl;function getLeavingNodesForType(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function resolveTransitionHooks(e,t,n,r){const{appear:o,mode:i,persisted:a=!1,onBeforeEnter:s,onEnter:c,onAfterEnter:l,onEnterCancelled:d,onBeforeLeave:v,onLeave:m,onAfterLeave:w,onLeaveCancelled:k,onBeforeAppear:C,onAppear:T,onAfterAppear:Y,onAppearCancelled:te}=t,R=String(e.key),N=getLeavingNodesForType(n,e),g=(F,L)=>{F&&callWithAsyncErrorHandling(F,r,9,L)},A=(F,L)=>{const M=L[1];g(F,L),isArray(F)?F.every(ae=>ae.length<=1)&&M():F.length<=1&&M()},O={mode:i,persisted:a,beforeEnter(F){let L=s;if(!n.isMounted)if(o)L=C||s;else return;F._leaveCb&&F._leaveCb(!0);const M=N[R];M&&isSameVNodeType(e,M)&&M.el._leaveCb&&M.el._leaveCb(),g(L,[F])},enter(F){let L=c,M=l,ae=d;if(!n.isMounted)if(o)L=T||c,M=Y||l,ae=te||d;else return;let U=!1;const me=F._enterCb=Le=>{U||(U=!0,Le?g(ae,[F]):g(M,[F]),O.delayedLeave&&O.delayedLeave(),F._enterCb=void 0)};L?A(L,[F,me]):me()},leave(F,L){const M=String(e.key);if(F._enterCb&&F._enterCb(!0),n.isUnmounting)return L();g(v,[F]);let ae=!1;const U=F._leaveCb=me=>{ae||(ae=!0,L(),me?g(k,[F]):g(w,[F]),F._leaveCb=void 0,N[M]===e&&delete N[M])};N[M]=e,m?A(m,[F,U]):U()},clone(F){return resolveTransitionHooks(F,t,n,r)}};return O}function emptyPlaceholder(e){if(isKeepAlive(e))return e=cloneVNode(e),e.children=null,e}function getKeepAliveChild(e){return isKeepAlive(e)?e.children?e.children[0]:void 0:e}function setTransitionHooks(e,t){e.shapeFlag&6&&e.component?setTransitionHooks(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function getTransitionRawChildren(e,t=!1,n){let r=[],o=0;for(let i=0;i1)for(let i=0;iextend({name:e.name},t,{setup:e}))():e}const isAsyncWrapper=e=>!!e.type.__asyncLoader,isKeepAlive=e=>e.type.__isKeepAlive;function onActivated(e,t){registerKeepAliveHook(e,"a",t)}function onDeactivated(e,t){registerKeepAliveHook(e,"da",t)}function registerKeepAliveHook(e,t,n=currentInstance){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(injectHook(t,r,n),n){let o=n.parent;for(;o&&o.parent;)isKeepAlive(o.parent.vnode)&&injectToKeepAliveRoot(r,t,n,o),o=o.parent}}function injectToKeepAliveRoot(e,t,n,r){const o=injectHook(t,e,r,!0);onUnmounted(()=>{remove$1(r[t],o)},n)}function injectHook(e,t,n=currentInstance,r=!1){if(n){const o=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...a)=>{if(n.isUnmounted)return;pauseTracking(),setCurrentInstance(n);const s=callWithAsyncErrorHandling(t,n,e,a);return unsetCurrentInstance(),resetTracking(),s});return r?o.unshift(i):o.push(i),i}}const createHook=e=>(t,n=currentInstance)=>(!isInSSRComponentSetup||e==="sp")&&injectHook(e,(...r)=>t(...r),n),onBeforeMount=createHook("bm"),onMounted=createHook("m"),onBeforeUpdate=createHook("bu"),onUpdated=createHook("u"),onBeforeUnmount=createHook("bum"),onUnmounted=createHook("um"),onServerPrefetch=createHook("sp"),onRenderTriggered=createHook("rtg"),onRenderTracked=createHook("rtc");function onErrorCaptured(e,t=currentInstance){injectHook("ec",e,t)}const COMPONENTS="components",DIRECTIVES="directives",NULL_DYNAMIC_COMPONENT=Symbol.for("v-ndc");function resolveDynamicComponent(e){return isString(e)?resolveAsset(COMPONENTS,e,!1)||e:e||NULL_DYNAMIC_COMPONENT}function resolveDirective(e){return resolveAsset(DIRECTIVES,e)}function resolveAsset(e,t,n=!0,r=!1){const o=currentRenderingInstance||currentInstance;if(o){const i=o.type;if(e===COMPONENTS){const s=getComponentName(i,!1);if(s&&(s===t||s===camelize(t)||s===capitalize(camelize(t))))return i}const a=resolve(o[e]||i[e],t)||resolve(o.appContext[e],t);return!a&&r?i:a}}function resolve(e,t){return e&&(e[t]||e[camelize(t)]||e[capitalize(camelize(t))])}function renderList(e,t,n,r){let o;const i=n&&n[r];if(isArray(e)||isString(e)){o=new Array(e.length);for(let a=0,s=e.length;at(a,s,void 0,i&&i[s]));else{const a=Object.keys(e);o=new Array(a.length);for(let s=0,c=a.length;sisVNode(t)?!(t.type===Comment||t.type===Fragment&&!ensureValidVNode(t.children)):!0)?e:null}const getPublicInstance=e=>e?isStatefulComponent(e)?getExposeProxy(e)||e.proxy:getPublicInstance(e.parent):null,publicPropertiesMap=extend(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>getPublicInstance(e.parent),$root:e=>getPublicInstance(e.root),$emit:e=>e.emit,$options:e=>resolveMergedOptions(e),$forceUpdate:e=>e.f||(e.f=()=>queueJob(e.update)),$nextTick:e=>e.n||(e.n=nextTick.bind(e.proxy)),$watch:e=>instanceWatch.bind(e)}),hasSetupBinding=(e,t)=>e!==EMPTY_OBJ&&!e.__isScriptSetup&&hasOwn(e,t),PublicInstanceProxyHandlers={get({_:e},t){const{ctx:n,setupState:r,data:o,props:i,accessCache:a,type:s,appContext:c}=e;let l;if(t[0]!=="$"){const w=a[t];if(w!==void 0)switch(w){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return i[t]}else{if(hasSetupBinding(r,t))return a[t]=1,r[t];if(o!==EMPTY_OBJ&&hasOwn(o,t))return a[t]=2,o[t];if((l=e.propsOptions[0])&&hasOwn(l,t))return a[t]=3,i[t];if(n!==EMPTY_OBJ&&hasOwn(n,t))return a[t]=4,n[t];shouldCacheAccess&&(a[t]=0)}}const d=publicPropertiesMap[t];let v,m;if(d)return t==="$attrs"&&track(e,"get",t),d(e);if((v=s.__cssModules)&&(v=v[t]))return v;if(n!==EMPTY_OBJ&&hasOwn(n,t))return a[t]=4,n[t];if(m=c.config.globalProperties,hasOwn(m,t))return m[t]},set({_:e},t,n){const{data:r,setupState:o,ctx:i}=e;return hasSetupBinding(o,t)?(o[t]=n,!0):r!==EMPTY_OBJ&&hasOwn(r,t)?(r[t]=n,!0):hasOwn(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:i}},a){let s;return!!n[a]||e!==EMPTY_OBJ&&hasOwn(e,a)||hasSetupBinding(t,a)||(s=i[0])&&hasOwn(s,a)||hasOwn(r,a)||hasOwn(publicPropertiesMap,a)||hasOwn(o.config.globalProperties,a)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:hasOwn(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function useModel(e,t,n){const r=getCurrentInstance();if(n&&n.local){const o=ref(e[t]);return watch(()=>e[t],i=>o.value=i),watch(o,i=>{i!==e[t]&&r.emit(`update:${t}`,i)}),o}else return{__v_isRef:!0,get value(){return e[t]},set value(o){r.emit(`update:${t}`,o)}}}function normalizePropsOrEmits(e){return isArray(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function mergeModels(e,t){return!e||!t?e||t:isArray(e)&&isArray(t)?e.concat(t):extend({},normalizePropsOrEmits(e),normalizePropsOrEmits(t))}let shouldCacheAccess=!0;function applyOptions(e){const t=resolveMergedOptions(e),n=e.proxy,r=e.ctx;shouldCacheAccess=!1,t.beforeCreate&&callHook$1(t.beforeCreate,e,"bc");const{data:o,computed:i,methods:a,watch:s,provide:c,inject:l,created:d,beforeMount:v,mounted:m,beforeUpdate:w,updated:k,activated:C,deactivated:T,beforeDestroy:Y,beforeUnmount:te,destroyed:R,unmounted:N,render:g,renderTracked:A,renderTriggered:O,errorCaptured:F,serverPrefetch:L,expose:M,inheritAttrs:ae,components:U,directives:me,filters:Le}=t;if(l&&resolveInjections(l,r,null),a)for(const ye in a){const _e=a[ye];isFunction(_e)&&(r[ye]=_e.bind(n))}if(o){const ye=o.call(n,n);isObject$5(ye)&&(e.data=reactive(ye))}if(shouldCacheAccess=!0,i)for(const ye in i){const _e=i[ye],Fe=isFunction(_e)?_e.bind(n,n):isFunction(_e.get)?_e.get.bind(n,n):NOOP,He=!isFunction(_e)&&isFunction(_e.set)?_e.set.bind(n):NOOP,Ue=computed({get:Fe,set:He});Object.defineProperty(r,ye,{enumerable:!0,configurable:!0,get:()=>Ue.value,set:G=>Ue.value=G})}if(s)for(const ye in s)createWatcher(s[ye],r,n,ye);if(c){const ye=isFunction(c)?c.call(n):c;Reflect.ownKeys(ye).forEach(_e=>{provide(_e,ye[_e])})}d&&callHook$1(d,e,"c");function le(ye,_e){isArray(_e)?_e.forEach(Fe=>ye(Fe.bind(n))):_e&&ye(_e.bind(n))}if(le(onBeforeMount,v),le(onMounted,m),le(onBeforeUpdate,w),le(onUpdated,k),le(onActivated,C),le(onDeactivated,T),le(onErrorCaptured,F),le(onRenderTracked,A),le(onRenderTriggered,O),le(onBeforeUnmount,te),le(onUnmounted,N),le(onServerPrefetch,L),isArray(M))if(M.length){const ye=e.exposed||(e.exposed={});M.forEach(_e=>{Object.defineProperty(ye,_e,{get:()=>n[_e],set:Fe=>n[_e]=Fe})})}else e.exposed||(e.exposed={});g&&e.render===NOOP&&(e.render=g),ae!=null&&(e.inheritAttrs=ae),U&&(e.components=U),me&&(e.directives=me)}function resolveInjections(e,t,n=NOOP){isArray(e)&&(e=normalizeInject(e));for(const r in e){const o=e[r];let i;isObject$5(o)?"default"in o?i=inject(o.from||r,o.default,!0):i=inject(o.from||r):i=inject(o),isRef(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:a=>i.value=a}):t[r]=i}}function callHook$1(e,t,n){callWithAsyncErrorHandling(isArray(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function createWatcher(e,t,n,r){const o=r.includes(".")?createPathGetter(n,r):()=>n[r];if(isString(e)){const i=t[e];isFunction(i)&&watch(o,i)}else if(isFunction(e))watch(o,e.bind(n));else if(isObject$5(e))if(isArray(e))e.forEach(i=>createWatcher(i,t,n,r));else{const i=isFunction(e.handler)?e.handler.bind(n):t[e.handler];isFunction(i)&&watch(o,i,e)}}function resolveMergedOptions(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:a}}=e.appContext,s=i.get(t);let c;return s?c=s:!o.length&&!n&&!r?c=t:(c={},o.length&&o.forEach(l=>mergeOptions(c,l,a,!0)),mergeOptions(c,t,a)),isObject$5(t)&&i.set(t,c),c}function mergeOptions(e,t,n,r=!1){const{mixins:o,extends:i}=t;i&&mergeOptions(e,i,n,!0),o&&o.forEach(a=>mergeOptions(e,a,n,!0));for(const a in t)if(!(r&&a==="expose")){const s=internalOptionMergeStrats[a]||n&&n[a];e[a]=s?s(e[a],t[a]):t[a]}return e}const internalOptionMergeStrats={data:mergeDataFn,props:mergeEmitsOrPropsOptions,emits:mergeEmitsOrPropsOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray,created:mergeAsArray,beforeMount:mergeAsArray,mounted:mergeAsArray,beforeUpdate:mergeAsArray,updated:mergeAsArray,beforeDestroy:mergeAsArray,beforeUnmount:mergeAsArray,destroyed:mergeAsArray,unmounted:mergeAsArray,activated:mergeAsArray,deactivated:mergeAsArray,errorCaptured:mergeAsArray,serverPrefetch:mergeAsArray,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(e,t){return t?e?function(){return extend(isFunction(e)?e.call(this,this):e,isFunction(t)?t.call(this,this):t)}:t:e}function mergeInject(e,t){return mergeObjectOptions(normalizeInject(e),normalizeInject(t))}function normalizeInject(e){if(isArray(e)){const t={};for(let n=0;n1)return n&&isFunction(t)?t.call(r&&r.proxy):t}}function hasInjectionContext(){return!!(currentInstance||currentRenderingInstance||currentApp)}function initProps(e,t,n,r=!1){const o={},i={};def(i,InternalObjectKey,1),e.propsDefaults=Object.create(null),setFullProps(e,t,o,i);for(const a in e.propsOptions[0])a in o||(o[a]=void 0);n?e.props=r?o:shallowReactive(o):e.type.props?e.props=o:e.props=i,e.attrs=i}function updateProps(e,t,n,r){const{props:o,attrs:i,vnode:{patchFlag:a}}=e,s=toRaw(o),[c]=e.propsOptions;let l=!1;if((r||a>0)&&!(a&16)){if(a&8){const d=e.vnode.dynamicProps;for(let v=0;v{c=!0;const[m,w]=normalizePropsOptions(v,t,!0);extend(a,m),w&&s.push(...w)};!n&&t.mixins.length&&t.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}if(!i&&!c)return isObject$5(e)&&r.set(e,EMPTY_ARR),EMPTY_ARR;if(isArray(i))for(let d=0;d-1,w[1]=C<0||k-1||hasOwn(w,"default"))&&s.push(v)}}}const l=[a,s];return isObject$5(e)&&r.set(e,l),l}function validatePropName(e){return e[0]!=="$"}function getType$1(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function isSameType(e,t){return getType$1(e)===getType$1(t)}function getTypeIndex(e,t){return isArray(t)?t.findIndex(n=>isSameType(n,e)):isFunction(t)&&isSameType(t,e)?0:-1}const isInternalKey=e=>e[0]==="_"||e==="$stable",normalizeSlotValue=e=>isArray(e)?e.map(normalizeVNode):[normalizeVNode(e)],normalizeSlot=(e,t,n)=>{if(t._n)return t;const r=withCtx((...o)=>normalizeSlotValue(t(...o)),n);return r._c=!1,r},normalizeObjectSlots=(e,t,n)=>{const r=e._ctx;for(const o in e){if(isInternalKey(o))continue;const i=e[o];if(isFunction(i))t[o]=normalizeSlot(o,i,r);else if(i!=null){const a=normalizeSlotValue(i);t[o]=()=>a}}},normalizeVNodeSlots=(e,t)=>{const n=normalizeSlotValue(t);e.slots.default=()=>n},initSlots=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=toRaw(t),def(t,"_",n)):normalizeObjectSlots(t,e.slots={})}else e.slots={},t&&normalizeVNodeSlots(e,t);def(e.slots,InternalObjectKey,1)},updateSlots=(e,t,n)=>{const{vnode:r,slots:o}=e;let i=!0,a=EMPTY_OBJ;if(r.shapeFlag&32){const s=t._;s?n&&s===1?i=!1:(extend(o,t),!n&&s===1&&delete o._):(i=!t.$stable,normalizeObjectSlots(t,o)),a=t}else t&&(normalizeVNodeSlots(e,t),a={default:1});if(i)for(const s in o)!isInternalKey(s)&&!(s in a)&&delete o[s]};function setRef(e,t,n,r,o=!1){if(isArray(e)){e.forEach((m,w)=>setRef(m,t&&(isArray(t)?t[w]:t),n,r,o));return}if(isAsyncWrapper(r)&&!o)return;const i=r.shapeFlag&4?getExposeProxy(r.component)||r.component.proxy:r.el,a=o?null:i,{i:s,r:c}=e,l=t&&t.r,d=s.refs===EMPTY_OBJ?s.refs={}:s.refs,v=s.setupState;if(l!=null&&l!==c&&(isString(l)?(d[l]=null,hasOwn(v,l)&&(v[l]=null)):isRef(l)&&(l.value=null)),isFunction(c))callWithErrorHandling(c,s,12,[a,d]);else{const m=isString(c),w=isRef(c);if(m||w){const k=()=>{if(e.f){const C=m?hasOwn(v,c)?v[c]:d[c]:c.value;o?isArray(C)&&remove$1(C,i):isArray(C)?C.includes(i)||C.push(i):m?(d[c]=[i],hasOwn(v,c)&&(v[c]=d[c])):(c.value=[i],e.k&&(d[e.k]=c.value))}else m?(d[c]=a,hasOwn(v,c)&&(v[c]=a)):w&&(c.value=a,e.k&&(d[e.k]=a))};a?(k.id=-1,queuePostRenderEffect(k,n)):k()}}}const queuePostRenderEffect=queueEffectWithSuspense;function createRenderer(e){return baseCreateRenderer(e)}function baseCreateRenderer(e,t){const n=getGlobalThis();n.__VUE__=!0;const{insert:r,remove:o,patchProp:i,createElement:a,createText:s,createComment:c,setText:l,setElementText:d,parentNode:v,nextSibling:m,setScopeId:w=NOOP,insertStaticContent:k}=e,C=(b,E,D,K=null,q=null,X=null,se=!1,re=null,oe=!!E.dynamicChildren)=>{if(b===E)return;b&&!isSameVNodeType(b,E)&&(K=ne(b),G(b,q,X,!0),b=null),E.patchFlag===-2&&(oe=!1,E.dynamicChildren=null);const{type:Z,ref:pe,shapeFlag:ue}=E;switch(Z){case Text:T(b,E,D,K);break;case Comment:Y(b,E,D,K);break;case Static:b==null&&te(E,D,K,se);break;case Fragment:U(b,E,D,K,q,X,se,re,oe);break;default:ue&1?g(b,E,D,K,q,X,se,re,oe):ue&6?me(b,E,D,K,q,X,se,re,oe):(ue&64||ue&128)&&Z.process(b,E,D,K,q,X,se,re,oe,Q)}pe!=null&&q&&setRef(pe,b&&b.ref,X,E||b,!E)},T=(b,E,D,K)=>{if(b==null)r(E.el=s(E.children),D,K);else{const q=E.el=b.el;E.children!==b.children&&l(q,E.children)}},Y=(b,E,D,K)=>{b==null?r(E.el=c(E.children||""),D,K):E.el=b.el},te=(b,E,D,K)=>{[b.el,b.anchor]=k(b.children,E,D,K,b.el,b.anchor)},R=({el:b,anchor:E},D,K)=>{let q;for(;b&&b!==E;)q=m(b),r(b,D,K),b=q;r(E,D,K)},N=({el:b,anchor:E})=>{let D;for(;b&&b!==E;)D=m(b),o(b),b=D;o(E)},g=(b,E,D,K,q,X,se,re,oe)=>{se=se||E.type==="svg",b==null?A(E,D,K,q,X,se,re,oe):L(b,E,q,X,se,re,oe)},A=(b,E,D,K,q,X,se,re)=>{let oe,Z;const{type:pe,props:ue,shapeFlag:$e,transition:ie,dirs:fe}=b;if(oe=b.el=a(b.type,X,ue&&ue.is,ue),$e&8?d(oe,b.children):$e&16&&F(b.children,oe,null,K,q,X&&pe!=="foreignObject",se,re),fe&&invokeDirectiveHook(b,null,K,"created"),O(oe,b,b.scopeId,se,K),ue){for(const ve in ue)ve!=="value"&&!isReservedProp(ve)&&i(oe,ve,null,ue[ve],X,b.children,K,q,J);"value"in ue&&i(oe,"value",null,ue.value),(Z=ue.onVnodeBeforeMount)&&invokeVNodeHook(Z,K,b)}fe&&invokeDirectiveHook(b,null,K,"beforeMount");const ce=(!q||q&&!q.pendingBranch)&&ie&&!ie.persisted;ce&&ie.beforeEnter(oe),r(oe,E,D),((Z=ue&&ue.onVnodeMounted)||ce||fe)&&queuePostRenderEffect(()=>{Z&&invokeVNodeHook(Z,K,b),ce&&ie.enter(oe),fe&&invokeDirectiveHook(b,null,K,"mounted")},q)},O=(b,E,D,K,q)=>{if(D&&w(b,D),K)for(let X=0;X{for(let Z=oe;Z{const re=E.el=b.el;let{patchFlag:oe,dynamicChildren:Z,dirs:pe}=E;oe|=b.patchFlag&16;const ue=b.props||EMPTY_OBJ,$e=E.props||EMPTY_OBJ;let ie;D&&toggleRecurse(D,!1),(ie=$e.onVnodeBeforeUpdate)&&invokeVNodeHook(ie,D,E,b),pe&&invokeDirectiveHook(E,b,D,"beforeUpdate"),D&&toggleRecurse(D,!0);const fe=q&&E.type!=="foreignObject";if(Z?M(b.dynamicChildren,Z,re,D,K,fe,X):se||_e(b,E,re,null,D,K,fe,X,!1),oe>0){if(oe&16)ae(re,E,ue,$e,D,K,q);else if(oe&2&&ue.class!==$e.class&&i(re,"class",null,$e.class,q),oe&4&&i(re,"style",ue.style,$e.style,q),oe&8){const ce=E.dynamicProps;for(let ve=0;ve{ie&&invokeVNodeHook(ie,D,E,b),pe&&invokeDirectiveHook(E,b,D,"updated")},K)},M=(b,E,D,K,q,X,se)=>{for(let re=0;re{if(D!==K){if(D!==EMPTY_OBJ)for(const re in D)!isReservedProp(re)&&!(re in K)&&i(b,re,D[re],null,se,E.children,q,X,J);for(const re in K){if(isReservedProp(re))continue;const oe=K[re],Z=D[re];oe!==Z&&re!=="value"&&i(b,re,Z,oe,se,E.children,q,X,J)}"value"in K&&i(b,"value",D.value,K.value)}},U=(b,E,D,K,q,X,se,re,oe)=>{const Z=E.el=b?b.el:s(""),pe=E.anchor=b?b.anchor:s("");let{patchFlag:ue,dynamicChildren:$e,slotScopeIds:ie}=E;ie&&(re=re?re.concat(ie):ie),b==null?(r(Z,D,K),r(pe,D,K),F(E.children,D,pe,q,X,se,re,oe)):ue>0&&ue&64&&$e&&b.dynamicChildren?(M(b.dynamicChildren,$e,D,q,X,se,re),(E.key!=null||q&&E===q.subTree)&&traverseStaticChildren(b,E,!0)):_e(b,E,D,pe,q,X,se,re,oe)},me=(b,E,D,K,q,X,se,re,oe)=>{E.slotScopeIds=re,b==null?E.shapeFlag&512?q.ctx.activate(E,D,K,se,oe):Le(E,D,K,q,X,se,oe):qe(b,E,oe)},Le=(b,E,D,K,q,X,se)=>{const re=b.component=createComponentInstance(b,K,q);if(isKeepAlive(b)&&(re.ctx.renderer=Q),setupComponent(re),re.asyncDep){if(q&&q.registerDep(re,le),!b.el){const oe=re.subTree=createVNode(Comment);Y(null,oe,E,D)}return}le(re,b,E,D,q,X,se)},qe=(b,E,D)=>{const K=E.component=b.component;if(shouldUpdateComponent(b,E,D))if(K.asyncDep&&!K.asyncResolved){ye(K,E,D);return}else K.next=E,invalidateJob(K.update),K.update();else E.el=b.el,K.vnode=E},le=(b,E,D,K,q,X,se)=>{const re=()=>{if(b.isMounted){let{next:pe,bu:ue,u:$e,parent:ie,vnode:fe}=b,ce=pe,ve;toggleRecurse(b,!1),pe?(pe.el=fe.el,ye(b,pe,se)):pe=fe,ue&&invokeArrayFns(ue),(ve=pe.props&&pe.props.onVnodeBeforeUpdate)&&invokeVNodeHook(ve,ie,pe,fe),toggleRecurse(b,!0);const Ge=renderComponentRoot(b),Ye=b.subTree;b.subTree=Ge,C(Ye,Ge,v(Ye.el),ne(Ye),b,q,X),pe.el=Ge.el,ce===null&&updateHOCHostEl(b,Ge.el),$e&&queuePostRenderEffect($e,q),(ve=pe.props&&pe.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(ve,ie,pe,fe),q)}else{let pe;const{el:ue,props:$e}=E,{bm:ie,m:fe,parent:ce}=b,ve=isAsyncWrapper(E);if(toggleRecurse(b,!1),ie&&invokeArrayFns(ie),!ve&&(pe=$e&&$e.onVnodeBeforeMount)&&invokeVNodeHook(pe,ce,E),toggleRecurse(b,!0),ue&&Ke){const Ge=()=>{b.subTree=renderComponentRoot(b),Ke(ue,b.subTree,b,q,null)};ve?E.type.__asyncLoader().then(()=>!b.isUnmounted&&Ge()):Ge()}else{const Ge=b.subTree=renderComponentRoot(b);C(null,Ge,D,K,b,q,X),E.el=Ge.el}if(fe&&queuePostRenderEffect(fe,q),!ve&&(pe=$e&&$e.onVnodeMounted)){const Ge=E;queuePostRenderEffect(()=>invokeVNodeHook(pe,ce,Ge),q)}(E.shapeFlag&256||ce&&isAsyncWrapper(ce.vnode)&&ce.vnode.shapeFlag&256)&&b.a&&queuePostRenderEffect(b.a,q),b.isMounted=!0,E=D=K=null}},oe=b.effect=new ReactiveEffect(re,()=>queueJob(Z),b.scope),Z=b.update=()=>oe.run();Z.id=b.uid,toggleRecurse(b,!0),Z()},ye=(b,E,D)=>{E.component=b;const K=b.vnode.props;b.vnode=E,b.next=null,updateProps(b,E.props,K,D),updateSlots(b,E.children,D),pauseTracking(),flushPreFlushCbs(),resetTracking()},_e=(b,E,D,K,q,X,se,re,oe=!1)=>{const Z=b&&b.children,pe=b?b.shapeFlag:0,ue=E.children,{patchFlag:$e,shapeFlag:ie}=E;if($e>0){if($e&128){He(Z,ue,D,K,q,X,se,re,oe);return}else if($e&256){Fe(Z,ue,D,K,q,X,se,re,oe);return}}ie&8?(pe&16&&J(Z,q,X),ue!==Z&&d(D,ue)):pe&16?ie&16?He(Z,ue,D,K,q,X,se,re,oe):J(Z,q,X,!0):(pe&8&&d(D,""),ie&16&&F(ue,D,K,q,X,se,re,oe))},Fe=(b,E,D,K,q,X,se,re,oe)=>{b=b||EMPTY_ARR,E=E||EMPTY_ARR;const Z=b.length,pe=E.length,ue=Math.min(Z,pe);let $e;for($e=0;$epe?J(b,q,X,!0,!1,ue):F(E,D,K,q,X,se,re,oe,ue)},He=(b,E,D,K,q,X,se,re,oe)=>{let Z=0;const pe=E.length;let ue=b.length-1,$e=pe-1;for(;Z<=ue&&Z<=$e;){const ie=b[Z],fe=E[Z]=oe?cloneIfMounted(E[Z]):normalizeVNode(E[Z]);if(isSameVNodeType(ie,fe))C(ie,fe,D,null,q,X,se,re,oe);else break;Z++}for(;Z<=ue&&Z<=$e;){const ie=b[ue],fe=E[$e]=oe?cloneIfMounted(E[$e]):normalizeVNode(E[$e]);if(isSameVNodeType(ie,fe))C(ie,fe,D,null,q,X,se,re,oe);else break;ue--,$e--}if(Z>ue){if(Z<=$e){const ie=$e+1,fe=ie$e)for(;Z<=ue;)G(b[Z],q,X,!0),Z++;else{const ie=Z,fe=Z,ce=new Map;for(Z=fe;Z<=$e;Z++){const Je=E[Z]=oe?cloneIfMounted(E[Z]):normalizeVNode(E[Z]);Je.key!=null&&ce.set(Je.key,Z)}let ve,Ge=0;const Ye=$e-fe+1;let je=!1,Ce=0;const Xe=new Array(Ye);for(Z=0;Z=Ye){G(Je,q,X,!0);continue}let Ze;if(Je.key!=null)Ze=ce.get(Je.key);else for(ve=fe;ve<=$e;ve++)if(Xe[ve-fe]===0&&isSameVNodeType(Je,E[ve])){Ze=ve;break}Ze===void 0?G(Je,q,X,!0):(Xe[Ze-fe]=Z+1,Ze>=Ce?Ce=Ze:je=!0,C(Je,E[Ze],D,null,q,X,se,re,oe),Ge++)}const Qe=je?getSequence(Xe):EMPTY_ARR;for(ve=Qe.length-1,Z=Ye-1;Z>=0;Z--){const Je=fe+Z,Ze=E[Je],et=Je+1{const{el:X,type:se,transition:re,children:oe,shapeFlag:Z}=b;if(Z&6){Ue(b.component.subTree,E,D,K);return}if(Z&128){b.suspense.move(E,D,K);return}if(Z&64){se.move(b,E,D,Q);return}if(se===Fragment){r(X,E,D);for(let ue=0;uere.enter(X),q);else{const{leave:ue,delayLeave:$e,afterLeave:ie}=re,fe=()=>r(X,E,D),ce=()=>{ue(X,()=>{fe(),ie&&ie()})};$e?$e(X,fe,ce):ce()}else r(X,E,D)},G=(b,E,D,K=!1,q=!1)=>{const{type:X,props:se,ref:re,children:oe,dynamicChildren:Z,shapeFlag:pe,patchFlag:ue,dirs:$e}=b;if(re!=null&&setRef(re,null,D,b,!0),pe&256){E.ctx.deactivate(b);return}const ie=pe&1&&$e,fe=!isAsyncWrapper(b);let ce;if(fe&&(ce=se&&se.onVnodeBeforeUnmount)&&invokeVNodeHook(ce,E,b),pe&6)H(b.component,D,K);else{if(pe&128){b.suspense.unmount(D,K);return}ie&&invokeDirectiveHook(b,null,E,"beforeUnmount"),pe&64?b.type.remove(b,E,D,q,Q,K):Z&&(X!==Fragment||ue>0&&ue&64)?J(Z,E,D,!1,!0):(X===Fragment&&ue&384||!q&&pe&16)&&J(oe,E,D),K&&y(b)}(fe&&(ce=se&&se.onVnodeUnmounted)||ie)&&queuePostRenderEffect(()=>{ce&&invokeVNodeHook(ce,E,b),ie&&invokeDirectiveHook(b,null,E,"unmounted")},D)},y=b=>{const{type:E,el:D,anchor:K,transition:q}=b;if(E===Fragment){j(D,K);return}if(E===Static){N(b);return}const X=()=>{o(D),q&&!q.persisted&&q.afterLeave&&q.afterLeave()};if(b.shapeFlag&1&&q&&!q.persisted){const{leave:se,delayLeave:re}=q,oe=()=>se(D,X);re?re(b.el,X,oe):oe()}else X()},j=(b,E)=>{let D;for(;b!==E;)D=m(b),o(b),b=D;o(E)},H=(b,E,D)=>{const{bum:K,scope:q,update:X,subTree:se,um:re}=b;K&&invokeArrayFns(K),q.stop(),X&&(X.active=!1,G(se,b,E,D)),re&&queuePostRenderEffect(re,E),queuePostRenderEffect(()=>{b.isUnmounted=!0},E),E&&E.pendingBranch&&!E.isUnmounted&&b.asyncDep&&!b.asyncResolved&&b.suspenseId===E.pendingId&&(E.deps--,E.deps===0&&E.resolve())},J=(b,E,D,K=!1,q=!1,X=0)=>{for(let se=X;seb.shapeFlag&6?ne(b.component.subTree):b.shapeFlag&128?b.suspense.next():m(b.anchor||b.el),ge=(b,E,D)=>{b==null?E._vnode&&G(E._vnode,null,null,!0):C(E._vnode||null,b,E,null,null,null,D),flushPreFlushCbs(),flushPostFlushCbs(),E._vnode=b},Q={p:C,um:G,m:Ue,r:y,mt:Le,mc:F,pc:_e,pbc:M,n:ne,o:e};let We,Ke;return t&&([We,Ke]=t(Q)),{render:ge,hydrate:We,createApp:createAppAPI(ge,We)}}function toggleRecurse({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function traverseStaticChildren(e,t,n=!1){const r=e.children,o=t.children;if(isArray(r)&&isArray(o))for(let i=0;i>1,e[n[s]]0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,a=n[i-1];i-- >0;)n[i]=a,a=t[a];return n}const isTeleport=e=>e.__isTeleport,Fragment=Symbol.for("v-fgt"),Text=Symbol.for("v-txt"),Comment=Symbol.for("v-cmt"),Static=Symbol.for("v-stc"),blockStack=[];let currentBlock=null;function openBlock(e=!1){blockStack.push(currentBlock=e?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(e){isBlockTreeEnabled+=e}function setupBlock(e){return e.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&¤tBlock&¤tBlock.push(e),e}function createElementBlock(e,t,n,r,o,i){return setupBlock(createBaseVNode(e,t,n,r,o,i,!0))}function createBlock(e,t,n,r,o){return setupBlock(createVNode(e,t,n,r,o,!0))}function isVNode(e){return e?e.__v_isVNode===!0:!1}function isSameVNodeType(e,t){return e.type===t.type&&e.key===t.key}const InternalObjectKey="__vInternal",normalizeKey=({key:e})=>e??null,normalizeRef=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?isString(e)||isRef(e)||isFunction(e)?{i:currentRenderingInstance,r:e,k:t,f:!!n}:e:null);function createBaseVNode(e,t=null,n=null,r=0,o=null,i=e===Fragment?0:1,a=!1,s=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&normalizeKey(t),ref:t&&normalizeRef(t),scopeId:currentScopeId,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return s?(normalizeChildren(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=isString(n)?8:16),isBlockTreeEnabled>0&&!a&¤tBlock&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&¤tBlock.push(c),c}const createVNode=_createVNode;function _createVNode(e,t=null,n=null,r=0,o=null,i=!1){if((!e||e===NULL_DYNAMIC_COMPONENT)&&(e=Comment),isVNode(e)){const s=cloneVNode(e,t,!0);return n&&normalizeChildren(s,n),isBlockTreeEnabled>0&&!i&¤tBlock&&(s.shapeFlag&6?currentBlock[currentBlock.indexOf(e)]=s:currentBlock.push(s)),s.patchFlag|=-2,s}if(isClassComponent(e)&&(e=e.__vccOpts),t){t=guardReactiveProps(t);let{class:s,style:c}=t;s&&!isString(s)&&(t.class=normalizeClass(s)),isObject$5(c)&&(isProxy(c)&&!isArray(c)&&(c=extend({},c)),t.style=normalizeStyle(c))}const a=isString(e)?1:isSuspense(e)?128:isTeleport(e)?64:isObject$5(e)?4:isFunction(e)?2:0;return createBaseVNode(e,t,n,r,o,a,i,!0)}function guardReactiveProps(e){return e?isProxy(e)||InternalObjectKey in e?extend({},e):e:null}function cloneVNode(e,t,n=!1){const{props:r,ref:o,patchFlag:i,children:a}=e,s=t?mergeProps(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:s,key:s&&normalizeKey(s),ref:t&&t.ref?n&&o?isArray(o)?o.concat(normalizeRef(t)):[o,normalizeRef(t)]:normalizeRef(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fragment?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&cloneVNode(e.ssContent),ssFallback:e.ssFallback&&cloneVNode(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function createTextVNode(e=" ",t=0){return createVNode(Text,null,e,t)}function createStaticVNode(e,t){const n=createVNode(Static,null,e);return n.staticCount=t,n}function createCommentVNode(e="",t=!1){return t?(openBlock(),createBlock(Comment,null,e)):createVNode(Comment,null,e)}function normalizeVNode(e){return e==null||typeof e=="boolean"?createVNode(Comment):isArray(e)?createVNode(Fragment,null,e.slice()):typeof e=="object"?cloneIfMounted(e):createVNode(Text,null,String(e))}function cloneIfMounted(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:cloneVNode(e)}function normalizeChildren(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(isArray(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),normalizeChildren(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!(InternalObjectKey in t)?t._ctx=currentRenderingInstance:o===3&¤tRenderingInstance&&(currentRenderingInstance.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else isFunction(t)?(t={default:t,_ctx:currentRenderingInstance},n=32):(t=String(t),r&64?(n=16,t=[createTextVNode(t)]):n=8);e.children=t,e.shapeFlag|=n}function mergeProps(...e){const t={};for(let n=0;ncurrentInstance||currentRenderingInstance;let internalSetCurrentInstance,globalCurrentInstanceSetters,settersKey="__VUE_INSTANCE_SETTERS__";(globalCurrentInstanceSetters=getGlobalThis()[settersKey])||(globalCurrentInstanceSetters=getGlobalThis()[settersKey]=[]),globalCurrentInstanceSetters.push(e=>currentInstance=e),internalSetCurrentInstance=e=>{globalCurrentInstanceSetters.length>1?globalCurrentInstanceSetters.forEach(t=>t(e)):globalCurrentInstanceSetters[0](e)};const setCurrentInstance=e=>{internalSetCurrentInstance(e),e.scope.on()},unsetCurrentInstance=()=>{currentInstance&¤tInstance.scope.off(),internalSetCurrentInstance(null)};function isStatefulComponent(e){return e.vnode.shapeFlag&4}let isInSSRComponentSetup=!1;function setupComponent(e,t=!1){isInSSRComponentSetup=t;const{props:n,children:r}=e.vnode,o=isStatefulComponent(e);initProps(e,n,o,t),initSlots(e,r);const i=o?setupStatefulComponent(e,t):void 0;return isInSSRComponentSetup=!1,i}function setupStatefulComponent(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=markRaw(new Proxy(e.ctx,PublicInstanceProxyHandlers));const{setup:r}=n;if(r){const o=e.setupContext=r.length>1?createSetupContext(e):null;setCurrentInstance(e),pauseTracking();const i=callWithErrorHandling(r,e,0,[e.props,o]);if(resetTracking(),unsetCurrentInstance(),isPromise(i)){if(i.then(unsetCurrentInstance,unsetCurrentInstance),t)return i.then(a=>{handleSetupResult(e,a,t)}).catch(a=>{handleError(a,e,0)});e.asyncDep=i}else handleSetupResult(e,i,t)}else finishComponentSetup(e,t)}function handleSetupResult(e,t,n){isFunction(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:isObject$5(t)&&(e.setupState=proxyRefs(t)),finishComponentSetup(e,n)}let compile;function finishComponentSetup(e,t,n){const r=e.type;if(!e.render){if(!t&&compile&&!r.render){const o=r.template||resolveMergedOptions(e).template;if(o){const{isCustomElement:i,compilerOptions:a}=e.appContext.config,{delimiters:s,compilerOptions:c}=r,l=extend(extend({isCustomElement:i,delimiters:s},a),c);r.render=compile(o,l)}}e.render=r.render||NOOP}setCurrentInstance(e),pauseTracking(),applyOptions(e),resetTracking(),unsetCurrentInstance()}function getAttrsProxy(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return track(e,"get","$attrs"),t[n]}}))}function createSetupContext(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return getAttrsProxy(e)},slots:e.slots,emit:e.emit,expose:t}}function getExposeProxy(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(proxyRefs(markRaw(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in publicPropertiesMap)return publicPropertiesMap[n](e)},has(t,n){return n in t||n in publicPropertiesMap}}))}function getComponentName(e,t=!0){return isFunction(e)?e.displayName||e.name:e.name||t&&e.__name}function isClassComponent(e){return isFunction(e)&&"__vccOpts"in e}const computed=(e,t)=>computed$1(e,t,isInSSRComponentSetup);function h(e,t,n){const r=arguments.length;return r===2?isObject$5(t)&&!isArray(t)?isVNode(t)?createVNode(e,null,[t]):createVNode(e,t):createVNode(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&isVNode(n)&&(n=[n]),createVNode(e,t,n))}const ssrContextKey=Symbol.for("v-scx"),useSSRContext=()=>inject(ssrContextKey),version="3.3.4",svgNS="http://www.w3.org/2000/svg",doc=typeof document<"u"?document:null,templateContainer=doc&&doc.createElement("template"),nodeOps={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t?doc.createElementNS(svgNS,e):doc.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>doc.createTextNode(e),createComment:e=>doc.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>doc.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,i){const a=n?n.previousSibling:t.lastChild;if(o&&(o===i||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===i||!(o=o.nextSibling)););else{templateContainer.innerHTML=r?`${e}`:e;const s=templateContainer.content;if(r){const c=s.firstChild;for(;c.firstChild;)s.appendChild(c.firstChild);s.removeChild(c)}t.insertBefore(s,n)}return[a?a.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}};function patchClass(e,t,n){const r=e._vtc;r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}function patchStyle(e,t,n){const r=e.style,o=isString(n);if(n&&!o){if(t&&!isString(t))for(const i in t)n[i]==null&&setStyle(r,i,"");for(const i in n)setStyle(r,i,n[i])}else{const i=r.display;o?t!==n&&(r.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(r.display=i)}}const importantRE=/\s*!important$/;function setStyle(e,t,n){if(isArray(n))n.forEach(r=>setStyle(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=autoPrefix(e,t);importantRE.test(n)?e.setProperty(hyphenate(r),n.replace(importantRE,""),"important"):e[r]=n}}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(e,t){const n=prefixCache[t];if(n)return n;let r=camelize(t);if(r!=="filter"&&r in e)return prefixCache[t]=r;r=capitalize(r);for(let o=0;ocachedNow||(p$2.then(()=>cachedNow=0),cachedNow=Date.now());function createInvoker(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;callWithAsyncErrorHandling(patchStopImmediatePropagation(r,n.value),t,5,[r])};return n.value=e,n.attached=getNow(),n}function patchStopImmediatePropagation(e,t){if(isArray(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const nativeOnRE=/^on[a-z]/,patchProp=(e,t,n,r,o=!1,i,a,s,c)=>{t==="class"?patchClass(e,r,o):t==="style"?patchStyle(e,n,r):isOn(t)?isModelListener(t)||patchEvent(e,t,n,r,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):shouldSetAsProp(e,t,r,o))?patchDOMProp(e,t,r,i,a,s,c):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),patchAttr(e,t,r,o))};function shouldSetAsProp(e,t,n,r){return r?!!(t==="innerHTML"||t==="textContent"||t in e&&nativeOnRE.test(t)&&isFunction(n)):t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA"||nativeOnRE.test(t)&&isString(n)?!1:t in e}function useCssVars(e){const t=getCurrentInstance();if(!t)return;const n=t.ut=(o=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(i=>setVarsOnNode(i,o))},r=()=>{const o=e(t.proxy);setVarsOnVNode(t.subTree,o),n(o)};watchPostEffect(r),onMounted(()=>{const o=new MutationObserver(r);o.observe(t.subTree.el.parentNode,{childList:!0}),onUnmounted(()=>o.disconnect())})}function setVarsOnVNode(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{setVarsOnVNode(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)setVarsOnNode(e.el,t);else if(e.type===Fragment)e.children.forEach(n=>setVarsOnVNode(n,t));else if(e.type===Static){let{el:n,anchor:r}=e;for(;n&&(setVarsOnNode(n,t),n!==r);)n=n.nextSibling}}function setVarsOnNode(e,t){if(e.nodeType===1){const n=e.style;for(const r in t)n.setProperty(`--${r}`,t[r])}}const TRANSITION="transition",ANIMATION="animation",Transition=(e,{slots:t})=>h(BaseTransition,resolveTransitionProps(e),t);Transition.displayName="Transition";const DOMTransitionPropsValidators={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};Transition.props=extend({},BaseTransitionPropsValidators,DOMTransitionPropsValidators);const callHook=(e,t=[])=>{isArray(e)?e.forEach(n=>n(...t)):e&&e(...t)},hasExplicitCallback=e=>e?isArray(e)?e.some(t=>t.length>1):e.length>1:!1;function resolveTransitionProps(e){const t={};for(const U in e)U in DOMTransitionPropsValidators||(t[U]=e[U]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:i=`${n}-enter-from`,enterActiveClass:a=`${n}-enter-active`,enterToClass:s=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:l=a,appearToClass:d=s,leaveFromClass:v=`${n}-leave-from`,leaveActiveClass:m=`${n}-leave-active`,leaveToClass:w=`${n}-leave-to`}=e,k=normalizeDuration(o),C=k&&k[0],T=k&&k[1],{onBeforeEnter:Y,onEnter:te,onEnterCancelled:R,onLeave:N,onLeaveCancelled:g,onBeforeAppear:A=Y,onAppear:O=te,onAppearCancelled:F=R}=t,L=(U,me,Le)=>{removeTransitionClass(U,me?d:s),removeTransitionClass(U,me?l:a),Le&&Le()},M=(U,me)=>{U._isLeaving=!1,removeTransitionClass(U,v),removeTransitionClass(U,w),removeTransitionClass(U,m),me&&me()},ae=U=>(me,Le)=>{const qe=U?O:te,le=()=>L(me,U,Le);callHook(qe,[me,le]),nextFrame(()=>{removeTransitionClass(me,U?c:i),addTransitionClass(me,U?d:s),hasExplicitCallback(qe)||whenTransitionEnds(me,r,C,le)})};return extend(t,{onBeforeEnter(U){callHook(Y,[U]),addTransitionClass(U,i),addTransitionClass(U,a)},onBeforeAppear(U){callHook(A,[U]),addTransitionClass(U,c),addTransitionClass(U,l)},onEnter:ae(!1),onAppear:ae(!0),onLeave(U,me){U._isLeaving=!0;const Le=()=>M(U,me);addTransitionClass(U,v),forceReflow(),addTransitionClass(U,m),nextFrame(()=>{U._isLeaving&&(removeTransitionClass(U,v),addTransitionClass(U,w),hasExplicitCallback(N)||whenTransitionEnds(U,r,T,Le))}),callHook(N,[U,Le])},onEnterCancelled(U){L(U,!1),callHook(R,[U])},onAppearCancelled(U){L(U,!0),callHook(F,[U])},onLeaveCancelled(U){M(U),callHook(g,[U])}})}function normalizeDuration(e){if(e==null)return null;if(isObject$5(e))return[NumberOf(e.enter),NumberOf(e.leave)];{const t=NumberOf(e);return[t,t]}}function NumberOf(e){return toNumber$1(e)}function addTransitionClass(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e._vtc||(e._vtc=new Set)).add(t)}function removeTransitionClass(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const{_vtc:n}=e;n&&(n.delete(t),n.size||(e._vtc=void 0))}function nextFrame(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let endId=0;function whenTransitionEnds(e,t,n,r){const o=e._endId=++endId,i=()=>{o===e._endId&&r()};if(n)return setTimeout(i,n);const{type:a,timeout:s,propCount:c}=getTransitionInfo(e,t);if(!a)return r();const l=a+"end";let d=0;const v=()=>{e.removeEventListener(l,m),i()},m=w=>{w.target===e&&++d>=c&&v()};setTimeout(()=>{d(n[k]||"").split(", "),o=r(`${TRANSITION}Delay`),i=r(`${TRANSITION}Duration`),a=getTimeout(o,i),s=r(`${ANIMATION}Delay`),c=r(`${ANIMATION}Duration`),l=getTimeout(s,c);let d=null,v=0,m=0;t===TRANSITION?a>0&&(d=TRANSITION,v=a,m=i.length):t===ANIMATION?l>0&&(d=ANIMATION,v=l,m=c.length):(v=Math.max(a,l),d=v>0?a>l?TRANSITION:ANIMATION:null,m=d?d===TRANSITION?i.length:c.length:0);const w=d===TRANSITION&&/\b(transform|all)(,|$)/.test(r(`${TRANSITION}Property`).toString());return{type:d,timeout:v,propCount:m,hasTransform:w}}function getTimeout(e,t){for(;e.lengthtoMs(n)+toMs(e[r])))}function toMs(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function forceReflow(){return document.body.offsetHeight}const getModelAssigner=e=>{const t=e.props["onUpdate:modelValue"]||!1;return isArray(t)?n=>invokeArrayFns(t,n):t};function onCompositionStart(e){e.target.composing=!0}function onCompositionEnd(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const vModelText={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e._assign=getModelAssigner(o);const i=r||o.props&&o.props.type==="number";addEventListener(e,t?"change":"input",a=>{if(a.target.composing)return;let s=e.value;n&&(s=s.trim()),i&&(s=looseToNumber(s)),e._assign(s)}),n&&addEventListener(e,"change",()=>{e.value=e.value.trim()}),t||(addEventListener(e,"compositionstart",onCompositionStart),addEventListener(e,"compositionend",onCompositionEnd),addEventListener(e,"change",onCompositionEnd))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:o}},i){if(e._assign=getModelAssigner(i),e.composing||document.activeElement===e&&e.type!=="range"&&(n||r&&e.value.trim()===t||(o||e.type==="number")&&looseToNumber(e.value)===t))return;const a=t??"";e.value!==a&&(e.value=a)}},vModelCheckbox={deep:!0,created(e,t,n){e._assign=getModelAssigner(n),addEventListener(e,"change",()=>{const r=e._modelValue,o=getValue(e),i=e.checked,a=e._assign;if(isArray(r)){const s=looseIndexOf(r,o),c=s!==-1;if(i&&!c)a(r.concat(o));else if(!i&&c){const l=[...r];l.splice(s,1),a(l)}}else if(isSet(r)){const s=new Set(r);i?s.add(o):s.delete(o),a(s)}else a(getCheckboxValue(e,i))})},mounted:setChecked,beforeUpdate(e,t,n){e._assign=getModelAssigner(n),setChecked(e,t,n)}};function setChecked(e,{value:t,oldValue:n},r){e._modelValue=t,isArray(t)?e.checked=looseIndexOf(t,r.props.value)>-1:isSet(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=looseEqual(t,getCheckboxValue(e,!0)))}const vModelRadio={created(e,{value:t},n){e.checked=looseEqual(t,n.props.value),e._assign=getModelAssigner(n),addEventListener(e,"change",()=>{e._assign(getValue(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e._assign=getModelAssigner(r),t!==n&&(e.checked=looseEqual(t,r.props.value))}},vModelSelect={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const o=isSet(t);addEventListener(e,"change",()=>{const i=Array.prototype.filter.call(e.options,a=>a.selected).map(a=>n?looseToNumber(getValue(a)):getValue(a));e._assign(e.multiple?o?new Set(i):i:i[0])}),e._assign=getModelAssigner(r)},mounted(e,{value:t}){setSelected(e,t)},beforeUpdate(e,t,n){e._assign=getModelAssigner(n)},updated(e,{value:t}){setSelected(e,t)}};function setSelected(e,t){const n=e.multiple;if(!(n&&!isArray(t)&&!isSet(t))){for(let r=0,o=e.options.length;r-1:i.selected=t.has(a);else if(looseEqual(getValue(i),t)){e.selectedIndex!==r&&(e.selectedIndex=r);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function getValue(e){return"_value"in e?e._value:e.value}function getCheckboxValue(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const vModelDynamic={created(e,t,n){callModelHook(e,t,n,null,"created")},mounted(e,t,n){callModelHook(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){callModelHook(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){callModelHook(e,t,n,r,"updated")}};function resolveDynamicModel(e,t){switch(e){case"SELECT":return vModelSelect;case"TEXTAREA":return vModelText;default:switch(t){case"checkbox":return vModelCheckbox;case"radio":return vModelRadio;default:return vModelText}}}function callModelHook(e,t,n,r,o){const a=resolveDynamicModel(e.tagName,n.props&&n.props.type)[o];a&&a(e,t,n,r)}const systemModifiers=["ctrl","shift","alt","meta"],modifierGuards={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>systemModifiers.some(n=>e[`${n}Key`]&&!t.includes(n))},withModifiers=(e,t)=>(n,...r)=>{for(let o=0;on=>{if(!("key"in n))return;const r=hyphenate(n.key);if(t.some(o=>o===r||keyNames[o]===r))return e(n)},rendererOptions=extend({patchProp},nodeOps);let renderer;function ensureRenderer(){return renderer||(renderer=createRenderer(rendererOptions))}const createApp=(...e)=>{const t=ensureRenderer().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=normalizeContainer(r);if(!o)return;const i=t._component;!isFunction(i)&&!i.render&&!i.template&&(i.template=o.innerHTML),o.innerHTML="";const a=n(o,!1,o instanceof SVGElement);return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),a},t};function normalizeContainer(e){return isString(e)?document.querySelector(e):e}function isObject$4(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function getRawTag(e){var t=hasOwnProperty.call(e,symToStringTag$1),n=e[symToStringTag$1];try{e[symToStringTag$1]=void 0;var r=!0}catch{}var o=nativeObjectToString.call(e);return r&&(t?e[symToStringTag$1]=n:delete e[symToStringTag$1]),o}function objectToString(e){return nativeObjectToString$1.call(e)}function baseGetTag(e){return e==null?e===void 0?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(e)?_getRawTag(e):_objectToString(e)}function isObjectLike(e){return e!=null&&typeof e=="object"}function isSymbol(e){return typeof e=="symbol"||isObjectLike_1(e)&&_baseGetTag(e)==symbolTag}function toNumber(e){if(typeof e=="number")return e;if(isSymbol_1(e))return NAN;if(isObject_1(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=isObject_1(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=e.replace(reTrim,"");var n=reIsBinary.test(e);return n||reIsOctal.test(e)?freeParseInt(e.slice(2),n?2:8):reIsBadHex.test(e)?NAN:+e}function debounce$1(e,t,n){function r(N){var g=d,A=v;return d=v=void 0,T=N,w=e.apply(A,g)}function o(N){return T=N,k=setTimeout(s,t),Y?r(N):w}function i(N){var g=N-T,A=t-(N-C);return te?nativeMin(A,m-g):A}function a(N){var g=N-C,A=N-T;return C===void 0||g>=t||g<0||te&&A>=m}function s(){var N=now_1();if(a(N))return c(N);k=setTimeout(s,i(N))}function c(N){return k=void 0,R&&d?r(N):(d=v=void 0,w)}function l(){var N=now_1(),g=a(N);if(d=arguments,v=this,C=N,g){if(k===void 0)return o(C);if(te)return k=setTimeout(s,t),r(C)}return k===void 0&&(k=setTimeout(s,t)),w}var d,v,m,w,k,C,T=0,Y=!1,te=!1,R=!0;if(typeof e!="function")throw new TypeError(FUNC_ERROR_TEXT$1);return t=toNumber_1(t)||0,isObject_1(n)&&(Y=!!n.leading,m=(te="maxWait"in n)?nativeMax(toNumber_1(n.maxWait)||0,t):m,R="trailing"in n?!!n.trailing:R),l.cancel=function(){k!==void 0&&clearTimeout(k),T=0,d=C=v=k=void 0},l.flush=function(){return k===void 0?w:c(now_1())},l}function throttle$1(e,t,n){var r=!0,o=!0;if(typeof e!="function")throw new TypeError(FUNC_ERROR_TEXT);return isObject_1(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),debounce_1(e,t,{leading:r,maxWait:t,trailing:o})}function ExitIntent(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t={threshold:20,maxDisplays:1,eventThrottle:200,onExitIntent:function(){}};return function(){var n=_extends({},t,e),r=new Map,o=0,i=function(c){var l=r.get(c),d=l.eventName,v=l.callback;document.removeEventListener(d,v),r.delete(c)},a=function(c){return c<=n.threshold&&o=n.maxDisplays&&s())},n.eventThrottle)),s}()}var isObject_1=isObject$4,commonjsGlobal$1=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},freeGlobal=typeof commonjsGlobal$1=="object"&&commonjsGlobal$1&&commonjsGlobal$1.Object===Object&&commonjsGlobal$1,_freeGlobal=freeGlobal,freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root=_freeGlobal||freeSelf||Function("return this")(),_root=root,now=function(){return _root.Date.now()},now_1=now,Symbol$1=_root.Symbol,_Symbol=Symbol$1,objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,nativeObjectToString=objectProto.toString,symToStringTag$1=_Symbol?_Symbol.toStringTag:void 0,_getRawTag=getRawTag,objectProto$1=Object.prototype,nativeObjectToString$1=objectProto$1.toString,_objectToString=objectToString,nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=_Symbol?_Symbol.toStringTag:void 0,_baseGetTag=baseGetTag,isObjectLike_1=isObjectLike,symbolTag="[object Symbol]",isSymbol_1=isSymbol,NAN=NaN,reTrim=/^\s+|\s+$/g,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt,toNumber_1=toNumber,FUNC_ERROR_TEXT$1="Expected a function",nativeMax=Math.max,nativeMin=Math.min,debounce_1=debounce$1,FUNC_ERROR_TEXT="Expected a function",throttle_1=throttle$1,_extends=Object.assign||function(e){for(var t=1;t1?s-1:0),l=1;lactivePinia=e,piniaSymbol=Symbol();function isPlainObject(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var MutationType;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(MutationType||(MutationType={}));function createPinia(){const e=effectScope(!0),t=e.run(()=>ref({}));let n=[],r=[];const o=markRaw({install(i){setActivePinia(o),o._a=i,i.provide(piniaSymbol,o),i.config.globalProperties.$pinia=o,r.forEach(a=>n.push(a)),r=[]},use(i){return!this._a&&!isVue2?r.push(i):n.push(i),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return o}const noop$1=()=>{};function addSubscription(e,t,n,r=noop$1){e.push(t);const o=()=>{const i=e.indexOf(t);i>-1&&(e.splice(i,1),r())};return!n&&getCurrentScope()&&onScopeDispose(o),o}function triggerSubscriptions(e,...t){e.slice().forEach(n=>{n(...t)})}const fallbackRunWithContext=e=>e();function mergeReactiveObjects(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,r)=>e.set(r,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],o=e[n];isPlainObject(o)&&isPlainObject(r)&&e.hasOwnProperty(n)&&!isRef(r)&&!isReactive(r)?e[n]=mergeReactiveObjects(o,r):e[n]=r}return e}const skipHydrateSymbol=Symbol();function shouldHydrate(e){return!isPlainObject(e)||!e.hasOwnProperty(skipHydrateSymbol)}const{assign}=Object;function isComputed(e){return!!(isRef(e)&&e.effect)}function createOptionsStore(e,t,n,r){const{state:o,actions:i,getters:a}=t,s=n.state.value[e];let c;function l(){s||(n.state.value[e]=o?o():{});const d=toRefs(n.state.value[e]);return assign(d,i,Object.keys(a||{}).reduce((v,m)=>(v[m]=markRaw(computed(()=>{setActivePinia(n);const w=n._s.get(e);return a[m].call(w,w)})),v),{}))}return c=createSetupStore(e,l,t,n,r,!0),c}function createSetupStore(e,t,n={},r,o,i){let a;const s=assign({actions:{}},n),c={deep:!0};let l,d,v=[],m=[],w;const k=r.state.value[e];!i&&!k&&(r.state.value[e]={}),ref({});let C;function T(F){let L;l=d=!1,typeof F=="function"?(F(r.state.value[e]),L={type:MutationType.patchFunction,storeId:e,events:w}):(mergeReactiveObjects(r.state.value[e],F),L={type:MutationType.patchObject,payload:F,storeId:e,events:w});const M=C=Symbol();nextTick().then(()=>{C===M&&(l=!0)}),d=!0,triggerSubscriptions(v,L,r.state.value[e])}const Y=i?function(){const{state:L}=n,M=L?L():{};this.$patch(ae=>{assign(ae,M)})}:noop$1;function te(){a.stop(),v=[],m=[],r._s.delete(e)}function R(F,L){return function(){setActivePinia(r);const M=Array.from(arguments),ae=[],U=[];function me(le){ae.push(le)}function Le(le){U.push(le)}triggerSubscriptions(m,{args:M,name:F,store:g,after:me,onError:Le});let qe;try{qe=L.apply(this&&this.$id===e?this:g,M)}catch(le){throw triggerSubscriptions(U,le),le}return qe instanceof Promise?qe.then(le=>(triggerSubscriptions(ae,le),le)).catch(le=>(triggerSubscriptions(U,le),Promise.reject(le))):(triggerSubscriptions(ae,qe),qe)}}const N={_p:r,$id:e,$onAction:addSubscription.bind(null,m),$patch:T,$reset:Y,$subscribe(F,L={}){const M=addSubscription(v,F,L.detached,()=>ae()),ae=a.run(()=>watch(()=>r.state.value[e],U=>{(L.flush==="sync"?d:l)&&F({storeId:e,type:MutationType.direct,events:w},U)},assign({},c,L)));return M},$dispose:te},g=reactive(N);r._s.set(e,g);const A=r._a&&r._a.runWithContext||fallbackRunWithContext,O=r._e.run(()=>(a=effectScope(),A(()=>a.run(t))));for(const F in O){const L=O[F];if(isRef(L)&&!isComputed(L)||isReactive(L))i||(k&&shouldHydrate(L)&&(isRef(L)?L.value=k[F]:mergeReactiveObjects(L,k[F])),r.state.value[e][F]=L);else if(typeof L=="function"){const M=R(F,L);O[F]=M,s.actions[F]=L}}return assign(g,O),assign(toRaw(g),O),Object.defineProperty(g,"$state",{get:()=>r.state.value[e],set:F=>{T(L=>{assign(L,F)})}}),r._p.forEach(F=>{assign(g,a.run(()=>F({store:g,app:r._a,pinia:r,options:s})))}),k&&i&&n.hydrate&&n.hydrate(g.$state,k),l=!0,d=!0,g}function defineStore(e,t,n){let r,o;const i=typeof t=="function";typeof e=="string"?(r=e,o=i?n:t):(o=e,r=e.id);function a(s,c){const l=hasInjectionContext();return s=s||(l?inject(piniaSymbol,null):null),s&&setActivePinia(s),s=activePinia,s._s.has(r)||(i?createSetupStore(r,t,o,s):createOptionsStore(r,o,s)),s._s.get(r)}return a.$id=r,a}function storeToRefs(e){{e=toRaw(e);const t={};for(const n in e){const r=e[n];(isRef(r)||isReactive(r))&&(t[n]=toRef$1(e,n))}return t}}const useMainStore=defineStore("main",{state:()=>({currentSite:{siteName:null,siteUrl:null,source:null,uniqueId:null},currency:"USD",permissions:[],campaigns:[],countryCode:"UNKNOWN",pageLoadedAt:new Date,activePop:null,activeBar:null,activeBtns:[],pops:[],actions:[],popSettings:null,popDynamicVars:{},previewMode:!1,editMode:!1,activeButton:null,buttons:[]}),getters:{showWatermark:e=>!e.permissions.includes("WATERMARK_DISABLED"),popCampaigns:e=>e.campaigns.filter(t=>t.campaign_type==="pop"),barCampaigns:e=>e.campaigns.filter(t=>t.campaign_type==="bar"),btnCampaigns:e=>e.campaigns.filter(t=>t.reopen_btn_enabled),permissionsWithOverrides(e){if(!e.currentSite)return[];const t=JSON.parse(localStorage.getItem("permissions")||"[]");return t?[...e.permissions,...t]:e.permissions}}}),$8f392239b348c51c$var$divisors={days:864e5,hours:36e5,minutes:6e4,seconds:1e3},$8f392239b348c51c$var$round=e=>parseFloat(e.toFixed(1));class $8f392239b348c51c$export$9099ad97b570f7c{constructor(t,n){this.days=()=>$8f392239b348c51c$var$round(this.difference/$8f392239b348c51c$var$divisors.days),this.weeks=()=>$8f392239b348c51c$var$round(this.days()/7),this.hours=()=>$8f392239b348c51c$var$round(this.difference/$8f392239b348c51c$var$divisors.hours),this.minutes=()=>$8f392239b348c51c$var$round(this.difference/$8f392239b348c51c$var$divisors.minutes),this.seconds=()=>$8f392239b348c51c$var$round(this.difference/$8f392239b348c51c$var$divisors.seconds),this.months=()=>{let r=(this.date1.getFullYear()-this.date2.getFullYear())*12;r+=this.date1.getMonth()-this.date2.getMonth();const o=this.endOfMonth(this.date2).getDate();return r+=this.date1.getDate()/o-this.date2.getDate()/o,$8f392239b348c51c$var$round(r)},this.years=()=>{let r=this.date1.getFullYear()-this.date2.getFullYear();return r+=(this.dayOfYear(this.date1)-this.dayOfYear(this.date2))/this.daysInYear(this.date2),$8f392239b348c51c$var$round(r)},this.endOfMonth=r=>new Date(r.getFullYear(),r.getMonth()+1,0),this.dayOfYear=r=>(r.getTime()-this.beginOfYear(r).getTime())/$8f392239b348c51c$var$divisors.days,this.daysInYear=r=>(this.endOfYear(r).getTime()-this.beginOfYear(r).getTime())/$8f392239b348c51c$var$divisors.days,this.beginOfYear=r=>new Date(r.getFullYear(),0,0),this.endOfYear=r=>new Date(r.getFullYear()+1,0,0),this.date1=t,this.date2=n,this.difference=Math.floor(t.getTime()-n.getTime())}}Date.diff=(e,t)=>new $8f392239b348c51c$export$9099ad97b570f7c(e,t);const _currentSubmitted=listAll("submitted"),_currentClosed=listAll("closed");for(const e of _currentSubmitted)_currentClosed.some(t=>t.id===e.id)||add("closed","local",e);localStorage.removeItem("__pcwindow__closed"),localStorage.removeItem("__pcwindow__submitted");function list(e,t){let n="[]";switch(t){case"local":n=localStorage.getItem(`__pc__${e}`)||"[]";break;case"session":n=sessionStorage.getItem(`__pc__${e}`)||"[]";break;case"page":n=localStorage.getItem(`__pcwindow__${e}`)||"[]";break}return JSON.parse(n)}function add(e,t,n){remove(e,t,n.id);const r=list(e,t);switch(r.push(n),t){case"local":localStorage.setItem(`__pc__${e}`,JSON.stringify(r));break;case"session":sessionStorage.setItem(`__pc__${e}`,JSON.stringify(r));break;case"page":localStorage.setItem(`__pcwindow__${e}`,JSON.stringify(r));break}}function remove(e,t,n){const o=list(e,t).filter(i=>i.id!==n);switch(t){case"local":localStorage.setItem(`__pc__${e}`,JSON.stringify(o));break;case"session":sessionStorage.setItem(`__pc__${e}`,JSON.stringify(o));break;case"page":localStorage.setItem(`__pcwindow__${e}`,JSON.stringify(o));break}}function listAll(e){return list(e,"local").concat(list(e,"session")).concat(list(e,"page"))}function removeAll(e,t){remove(e,"page",t),remove(e,"local",t),remove(e,"session",t)}function useStorage(){return{list,add,remove,listAll,removeAll}}function useCartWatcher(){const e=async()=>(await fetch("/cart.js")).json(),t=s=>{localStorage.setItem("__pc_cart__",JSON.stringify(s))},n=()=>JSON.parse(localStorage.getItem("__pc_cart__"))||{items:[]},r=(s,c)=>{const l=(v,m)=>v.filter(w=>!m.some(k=>w.key==k.key)),d={added:l(c.items,s.items),removed:l(s.items,c.items)};return s.items.forEach(v=>{const m=c.items.find(C=>C.key==v.key&&C.quantity!=v.quantity);if(!m)return;const w=m.quantity-v.quantity,k={...m};k.quantity=Math.abs(w),w>0?d.added.push(k):d.removed.push(k)}),d},o=async()=>{const s=await e(),c=n(),l=r(c,s),d=new CustomEvent("__pc_cart_changed__",{detail:l});window.dispatchEvent(d),t(s)},i=()=>{new PerformanceObserver(c=>{c.getEntries().forEach(l=>{const d=["xmlhttprequest","fetch"].includes(l.initiatorType),v=/\/cart\//.test(l.name);d&&v&&o()})}).observe({entryTypes:["resource"]})};return{fetchCart:e,storeCart:t,storedCart:n,findCartChanges:r,emitCartChanges:o,observeCartChanges:i,initCartWatcher:()=>{o().then(()=>{i()})}}}function tryOnScopeDispose(e){return getCurrentScope()?(onScopeDispose(e),!0):!1}function toValue(e){return typeof e=="function"?e():unref(e)}const isClient=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const notNullish=e=>e!=null,toString=Object.prototype.toString,isObject$3=e=>toString.call(e)==="[object Object]",noop=()=>{};function getLifeCycleTarget(e){return e||getCurrentInstance()}function toRef(...e){if(e.length!==1)return toRef$1(...e);const t=e[0];return typeof t=="function"?readonly(customRef(()=>({get:t,set:noop}))):ref(t)}function syncRefs(e,t,n={}){const{flush:r="sync",deep:o=!1,immediate:i=!0}=n;return Array.isArray(t)||(t=[t]),watch(e,a=>t.forEach(s=>s.value=a),{flush:r,deep:o,immediate:i})}function tryOnBeforeUnmount(e,t){getLifeCycleTarget(t)&&onBeforeUnmount(e,t)}function useIntervalFn(e,t=1e3,n={}){const{immediate:r=!0,immediateCallback:o=!1}=n;let i=null;const a=ref(!1);function s(){i&&(clearInterval(i),i=null)}function c(){a.value=!1,s()}function l(){const d=toValue(t);d<=0||(a.value=!0,o&&e(),s(),i=setInterval(e,d))}if(r&&isClient&&l(),isRef(t)||typeof t=="function"){const d=watch(t,()=>{a.value&&isClient&&l()});tryOnScopeDispose(d)}return tryOnScopeDispose(c),{isActive:a,pause:c,resume:l}}function useInterval(e=1e3,t={}){const{controls:n=!1,immediate:r=!0,callback:o}=t,i=ref(0),a=()=>i.value+=1,s=()=>{i.value=0},c=useIntervalFn(o?()=>{a(),o(i.value)}:a,e,{immediate:r});return n?{counter:i,reset:s,...c}:i}function unrefElement(e){var t;const n=toValue(e);return(t=n==null?void 0:n.$el)!=null?t:n}const defaultWindow=isClient?window:void 0,defaultDocument=isClient?window.document:void 0;function useEventListener(...e){let t,n,r,o;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,o]=e,t=defaultWindow):[t,n,r,o]=e,!t)return noop;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const i=[],a=()=>{i.forEach(d=>d()),i.length=0},s=(d,v,m,w)=>(d.addEventListener(v,m,w),()=>d.removeEventListener(v,m,w)),c=watch(()=>[unrefElement(t),toValue(o)],([d,v])=>{if(a(),!d)return;const m=isObject$3(v)?{...v}:v;i.push(...n.flatMap(w=>r.map(k=>s(d,w,k,m))))},{immediate:!0,flush:"post"}),l=()=>{c(),a()};return tryOnScopeDispose(l),l}function useMounted(){const e=ref(!1),t=getCurrentInstance();return t&&onMounted(()=>{e.value=!0},t),e}function useSupported(e){const t=useMounted();return computed(()=>(t.value,!!e()))}function useMutationObserver(e,t,n={}){const{window:r=defaultWindow,...o}=n;let i;const a=useSupported(()=>r&&"MutationObserver"in r),s=()=>{i&&(i.disconnect(),i=void 0)},c=computed(()=>{const m=toValue(e),w=(Array.isArray(m)?m:[m]).map(unrefElement).filter(notNullish);return new Set(w)}),l=watch(()=>c.value,m=>{s(),a.value&&m.size&&(i=new MutationObserver(t),m.forEach(w=>i.observe(w,o)))},{immediate:!0,flush:"post"}),d=()=>i==null?void 0:i.takeRecords(),v=()=>{s(),l()};return tryOnScopeDispose(v),{isSupported:a,stop:v,takeRecords:d}}function useMediaQuery(e,t={}){const{window:n=defaultWindow}=t,r=useSupported(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function");let o;const i=ref(!1),a=l=>{i.value=l.matches},s=()=>{o&&("removeEventListener"in o?o.removeEventListener("change",a):o.removeListener(a))},c=watchEffect(()=>{r.value&&(s(),o=n.matchMedia(toValue(e)),"addEventListener"in o?o.addEventListener("change",a):o.addListener(a),i.value=o.matches)});return tryOnScopeDispose(()=>{c(),s(),o=void 0}),i}function useCssVar(e,t,n={}){const{window:r=defaultWindow,initialValue:o="",observe:i=!1}=n,a=ref(o),s=computed(()=>{var l;return unrefElement(t)||((l=r==null?void 0:r.document)==null?void 0:l.documentElement)});function c(){var l;const d=toValue(e),v=toValue(s);if(v&&r){const m=(l=r.getComputedStyle(v).getPropertyValue(d))==null?void 0:l.trim();a.value=m||o}}return i&&useMutationObserver(s,c,{attributeFilter:["style","class"],window:r}),watch([s,()=>toValue(e)],c,{immediate:!0}),watch(a,l=>{var d;(d=s.value)!=null&&d.style&&s.value.style.setProperty(toValue(e),l)}),a}function useDocumentVisibility(e={}){const{document:t=defaultDocument}=e;if(!t)return ref("visible");const n=ref(t.visibilityState);return useEventListener(t,"visibilitychange",()=>{n.value=t.visibilityState}),n}function useTitle(e=null,t={}){var n,r,o;const{document:i=defaultDocument,restoreOnUnmount:a=v=>v}=t,s=(n=i==null?void 0:i.title)!=null?n:"",c=toRef((r=e??(i==null?void 0:i.title))!=null?r:null),l=e&&typeof e=="function";function d(v){if(!("titleTemplate"in t))return v;const m=t.titleTemplate||"%s";return typeof m=="function"?m(v):toValue(m).replace(/%s/g,v)}return watch(c,(v,m)=>{v!==m&&i&&(i.title=d(typeof v=="string"?v:""))},{immediate:!0}),t.observe&&!t.titleTemplate&&i&&!l&&useMutationObserver((o=i.head)==null?void 0:o.querySelector("title"),()=>{i&&i.title!==c.value&&(c.value=d(i.title))},{childList:!0}),tryOnBeforeUnmount(()=>{if(a){const v=a(s,c.value||"");v!=null&&i&&(i.title=v)}}),c}const JSON_MIME="application/json",CONTENT_TYPE_HEADER="Content-Type",FETCH_ERROR=Symbol(),CATCHER_FALLBACK=Symbol();function extractContentType(e={}){var t;const n=e instanceof Array?Object.fromEntries(e):e;return(t=Object.entries(n).find(([r])=>r.toLowerCase()===CONTENT_TYPE_HEADER.toLowerCase()))===null||t===void 0?void 0:t[1]}function isLikelyJsonMime(e){return/^application\/.*json.*/.test(e)}const mix=function(e,t,n=!1){return Object.entries(t).reduce((r,[o,i])=>{const a=e[o];return Array.isArray(a)&&Array.isArray(i)?r[o]=n?[...a,...i]:i:typeof a=="object"&&typeof i=="object"?r[o]=mix(a,i,n):r[o]=i,r},{...e})},config={options:{},errorType:"text",polyfills:{},polyfill(e,t=!0,n=!1,...r){const o=this.polyfills[e]||(typeof self<"u"?self[e]:null)||(typeof global<"u"?global[e]:null);if(t&&!o)throw new Error(e+" is not defined");return n&&o?new o(...r):o}};function setOptions(e,t=!1){config.options=t?e:mix(config.options,e)}function setPolyfills(e,t=!1){config.polyfills=t?e:mix(config.polyfills,e)}function setErrorType(e){config.errorType=e}const middlewareHelper=e=>t=>e.reduceRight((n,r)=>r(n),t)||t;class WretchError extends Error{}const resolver=e=>{const t=Object.create(null);e=e._addons.reduce((R,N)=>N.beforeRequest&&N.beforeRequest(R,e._options,t)||R,e);const{_url:n,_options:r,_config:o,_catchers:i,_resolvers:a,_middlewares:s,_addons:c}=e,l=new Map(i),d=mix(o.options,r);let v=n;const m=middlewareHelper(s)((R,N)=>(v=R,o.polyfill("fetch")(R,N)))(n,d),w=new Error,k=m.catch(R=>{throw{[FETCH_ERROR]:R}}).then(R=>{var N;if(!R.ok){const g=new WretchError;if(g.cause=w,g.stack=g.stack+` CAUSE: `+w.stack,g.response=R,g.status=R.status,g.url=v,R.type==="opaque")throw g;const A=o.errorType==="json"||((N=R.headers.get("Content-Type"))===null||N===void 0?void 0:N.split(";")[0])==="application/json";return(o.errorType?A?R.text():R[o.errorType]():Promise.resolve(R.body)).then(F=>{throw g.message=typeof F=="string"?F:R.statusText,F&&(A&&typeof F=="string"?(g.text=F,g.json=JSON.parse(F)):g[o.errorType]=F),g})}return R}),C=R=>R.catch(N=>{const g=Object.prototype.hasOwnProperty.call(N,FETCH_ERROR),A=g?N[FETCH_ERROR]:N,O=(A==null?void 0:A.status)&&l.get(A.status)||l.get(A==null?void 0:A.name)||g&&l.has(FETCH_ERROR)&&l.get(FETCH_ERROR);if(O)return O(A,e);const F=l.get(CATCHER_FALLBACK);if(F)return F(A,e);throw A}),T=R=>N=>C(R?k.then(g=>g&&g[R]()).then(g=>N?N(g):g):k.then(g=>N?N(g):g)),Y={_wretchReq:e,_fetchReq:m,_sharedState:t,res:T(null),json:T("json"),blob:T("blob"),formData:T("formData"),arrayBuffer:T("arrayBuffer"),text:T("text"),error(R,N){return l.set(R,N),this},badRequest(R){return this.error(400,R)},unauthorized(R){return this.error(401,R)},forbidden(R){return this.error(403,R)},notFound(R){return this.error(404,R)},timeout(R){return this.error(408,R)},internalError(R){return this.error(500,R)},fetchError(R){return this.error(FETCH_ERROR,R)}},te=c.reduce((R,N)=>({...R,...typeof N.resolver=="function"?N.resolver(R):N.resolver}),Y);return a.reduce((R,N)=>N(R,e),te)},core={_url:"",_options:{},_config:config,_catchers:new Map,_resolvers:[],_deferred:[],_middlewares:[],_addons:[],addon(e){return{...this,_addons:[...this._addons,e],...e.wretch}},errorType(e){return{...this,_config:{...this._config,errorType:e}}},polyfills(e,t=!1){return{...this,_config:{...this._config,polyfills:t?e:mix(this._config.polyfills,e)}}},url(e,t=!1){if(t)return{...this,_url:e};const n=this._url.split("?");return{...this,_url:n.length>1?n[0]+e+"?"+n[1]:this._url+e}},options(e,t=!1){return{...this,_options:t?e:mix(this._options,e)}},headers(e){const t=e?Array.isArray(e)?Object.fromEntries(e):"entries"in e?Object.fromEntries(e.entries()):e:{};return{...this,_options:mix(this._options,{headers:t})}},accept(e){return this.headers({Accept:e})},content(e){return this.headers({[CONTENT_TYPE_HEADER]:e})},auth(e){return this.headers({Authorization:e})},catcher(e,t){const n=new Map(this._catchers);return n.set(e,t),{...this,_catchers:n}},catcherFallback(e){return this.catcher(CATCHER_FALLBACK,e)},resolve(e,t=!1){return{...this,_resolvers:t?[e]:[...this._resolvers,e]}},defer(e,t=!1){return{...this,_deferred:t?[e]:[...this._deferred,e]}},middlewares(e,t=!1){return{...this,_middlewares:t?e:[...this._middlewares,...e]}},fetch(e=this._options.method,t="",n=null){let r=this.url(t).options({method:e});const o=extractContentType(r._options.headers),i=this._config.polyfill("FormData",!1),a=typeof n=="object"&&!(i&&n instanceof i)&&(!r._options.headers||!o||isLikelyJsonMime(o));return r=n?a?r.json(n,o):r.body(n):r,resolver(r._deferred.reduce((s,c)=>c(s,s._url,s._options),r))},get(e=""){return this.fetch("GET",e)},delete(e=""){return this.fetch("DELETE",e)},put(e,t=""){return this.fetch("PUT",t,e)},post(e,t=""){return this.fetch("POST",t,e)},patch(e,t=""){return this.fetch("PATCH",t,e)},head(e=""){return this.fetch("HEAD",e)},opts(e=""){return this.fetch("OPTIONS",e)},body(e){return{...this,_options:{...this._options,body:e}}},json(e,t){const n=extractContentType(this._options.headers);return this.content(t||isLikelyJsonMime(n)&&n||JSON_MIME).body(JSON.stringify(e))}};function factory(e="",t={}){return{...core,_url:e,_options:t}}factory.default=factory,factory.options=setOptions,factory.errorType=setErrorType,factory.polyfills=setPolyfills,factory.WretchError=WretchError;const cart=ref();async function useCart(){function e(){return factory("/cart.js").get().json()}return cart.value=await e(),{cart}}const title=useTitle(),visibility=useDocumentVisibility(),originalTitle=ref(title.value),originalFavicon=ref(null);function useTitleBar(){const e=useMainStore(),t=computed(()=>{var s;return((s=e.currentSite)==null?void 0:s.titlebar_enabled)??!1}),n=document.querySelector("link[rel='icon']");n&&(originalFavicon.value=n.href);let r;watch(visibility,async(s,c)=>{if(!t.value||c===s)return;s==="visible"?(clearTimeout(r),d()):r=setTimeout(async()=>{await l()},250);async function l(){var C,T,Y,te,R;if(title.value=(C=e.currentSite)==null?void 0:C.titlebar_text,!((T=e.currentSite)!=null&&T.titlebar_counter_enabled))return;const m=((Y=(await useCart()).cart.value)==null?void 0:Y.item_count)??0,w=a(((te=e.currentSite)==null?void 0:te.titlebar_counter_color)??"#fff",((R=e.currentSite)==null?void 0:R.titlebar_counter_background_color)??"#000",m),k=i(w);o(k.href)}function d(){o(String(originalFavicon.value)),title.value=originalTitle.value}},{immediate:!0});function o(s){var l;const c=document.querySelector("link[rel='icon']")||document.createElement("link");c.type="image/x-icon",c.rel="icon",c.href=s,(l=document.getElementsByTagName("head")[0])==null||l.appendChild(c)}function i(s){var v,m;const c=new XMLSerializer().serializeToString(s),l=document.createElement("link");l.type="image/svg+xml",l.rel="icon",l.href=`data:image/svg+xml,${encodeURIComponent(c)}`;const d=document.querySelector("link[rel='icon']");return d&&((v=document.getElementsByTagName("head")[0])==null||v.removeChild(d)),(m=document.getElementsByTagName("head")[0])==null||m.appendChild(l),l}function a(s="#fff",c="#000",l=1){const d=document.createElementNS("http://www.w3.org/2000/svg","svg");d.setAttribute("height","16"),d.setAttribute("width","16");const v=document.createElementNS("http://www.w3.org/2000/svg","circle");v.setAttribute("cx","8"),v.setAttribute("cy","8"),v.setAttribute("r","7"),v.setAttribute("fill",c),d.appendChild(v);const m=document.createElementNS("http://www.w3.org/2000/svg","text");return m.setAttribute("x","8"),m.setAttribute("y","12"),m.setAttribute("font-size","10"),m.setAttribute("text-anchor","middle"),m.setAttribute("fill",s),m.setAttribute("font-family","sans-serif"),l?m.textContent=l.toString():m.textContent="🔔",d.appendChild(m),d}return{enabled:t}}window.injectFontFromCss=e=>{var r;if(!e)return;const t=/@import url\((.*?)\)/g,n=e.matchAll(t);for(const o of n){const i=(r=o[1])==null?void 0:r.replace(/['"]+/g,""),s=(l=>[...l].reduce((d,v)=>d*33^v.charCodeAt(0),5381)>>>0)(i);if(!document.querySelector(`link[data-hash="${s}"]`)){const l=document.createElement("link");l.href=String(i),l.rel="preload",l.as="font",l.type="font/woff2",l.crossOrigin="anonymous",document.head.appendChild(l);const d=document.createElement("link");d.href=String(i),d.rel="stylesheet",d.dataset.hash=String(s),document.head.appendChild(d)}}},window.injectAndClearCss=(e,t)=>{var a,s,c;if(!e)return;const r=(l=>[...l].reduce((d,v)=>d*33^v.charCodeAt(0),5381)>>>0)(e);if(!((a=window.pcTarget)==null?void 0:a.querySelector(`style[data-hash="${r}"]`))){const l=document.createElement("style");l.innerHTML=e,l.dataset.kind=`pc-css-${t}`,l.dataset.hash=String(r),(s=window.pcTarget)==null||s.appendChild(l)}(((c=window.pcTarget)==null?void 0:c.querySelectorAll(`style[data-kind="pc-css-${t}"]`))||[]).forEach(l=>{l.dataset.hash!==String(r)&&l.remove()})},window.clearCss=e=>{var n;(((n=window.pcTarget)==null?void 0:n.querySelectorAll(`style[data-kind="pc-css-${e}"]`))||[]).forEach(r=>{r.remove()})};var Ni=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ci(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var wi={exports:{}};(function(e,t){(function(n,r){var o="1.0.37",i="",a="?",s="function",c="undefined",l="object",d="string",v="major",m="model",w="name",k="type",C="vendor",T="version",Y="architecture",te="console",R="mobile",N="tablet",g="smarttv",A="wearable",O="embedded",F=500,L="Amazon",M="Apple",ae="ASUS",U="BlackBerry",me="Browser",Le="Chrome",qe="Edge",le="Firefox",ye="Google",_e="Huawei",Fe="LG",He="Microsoft",Ue="Motorola",G="Opera",y="Samsung",j="Sharp",H="Sony",J="Xiaomi",ne="Zebra",ge="Facebook",Q="Chromium OS",We="Mac OS",Ke=function(ie,fe){var ce={};for(var ve in ie)fe[ve]&&fe[ve].length%2===0?ce[ve]=fe[ve].concat(ie[ve]):ce[ve]=ie[ve];return ce},b=function(ie){for(var fe={},ce=0;ce0?je.length===2?typeof je[1]==s?this[je[0]]=je[1].call(this,Xe):this[je[0]]=je[1]:je.length===3?typeof je[1]===s&&!(je[1].exec&&je[1].test)?this[je[0]]=Xe?je[1].call(this,Xe,je[2]):r:this[je[0]]=Xe?Xe.replace(je[1],je[2]):r:je.length===4&&(this[je[0]]=Xe?je[3].call(this,Xe.replace(je[1],je[2])):r):this[je]=Xe||r;ce+=2}},se=function(ie,fe){for(var ce in fe)if(typeof fe[ce]===l&&fe[ce].length>0){for(var ve=0;ve2&&(Ce[m]="iPad",Ce[k]=N),Ce},this.getEngine=function(){var Ce={};return Ce[w]=r,Ce[T]=r,X.call(Ce,ve,Ye.engine),Ce},this.getOS=function(){var Ce={};return Ce[w]=r,Ce[T]=r,X.call(Ce,ve,Ye.os),je&&!Ce[w]&&Ge&&Ge.platform!="Unknown"&&(Ce[w]=Ge.platform.replace(/chrome os/i,Q).replace(/macos/i,We)),Ce},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return ve},this.setUA=function(Ce){return ve=typeof Ce===d&&Ce.length>F?q(Ce,F):Ce,this},this.setUA(ve),this};pe.VERSION=o,pe.BROWSER=b([w,T,v]),pe.CPU=b([Y]),pe.DEVICE=b([m,C,k,te,R,g,N,A,O]),pe.ENGINE=pe.OS=b([w,T]),e.exports&&(t=e.exports=pe),t.UAParser=pe;var ue=typeof n!==c&&(n.jQuery||n.Zepto);if(ue&&!ue.ua){var $e=new pe;ue.ua=$e.getResult(),ue.ua.get=function(){return $e.getUA()},ue.ua.set=function(ie){$e.setUA(ie);var fe=$e.getResult();for(var ce in fe)ue.ua[ce]=fe[ce]}}})(typeof window=="object"?window:Ni)})(wi,wi.exports);var Pi=wi.exports;const Bi=Ci(Pi),S={CONSOLE:"console",DESKTOP:void 0,EMBEDDED:"embedded",MOBILE:"mobile",SMART_TV:"smarttv",TABLET:"tablet",WEARABLE:"wearable"},_={ANDROID:"Android",IOS:"iOS",LINUX:"Linux",MAC_OS:"Mac OS",WINDOWS_PHONE:"Windows Phone",WINDOWS:"Windows"},p$1={CHROME:"Chrome",CHROMIUM:"Chromium",EDGE_CHROMIUM:"Edge Chromium",EDGE:"Edge",FIREFOX:"Firefox",IE:"IE",INTERNET_EXPLORER:"Internet Explorer",MIUI:"MIUI Browser",MOBILE_SAFARI:"Mobile Safari",OPERA:"Opera",SAFARI:"Safari",SAMSUNG_BROWSER:"Samsung Browser",YANDEX:"Yandex"},z=new Bi,f=z.getDevice(),x=z.getOS(),u=z.getBrowser();z.getEngine();const P=z.getUA(),W=()=>/iPad/.test(P),Ai=()=>x.name===_.WINDOWS&&x.version==="10"&&P.indexOf("Edg/")!==-1;x.name,_.ANDROID,u.name,p$1.CHROME,u.name,p$1.CHROMIUM,f.type,S.CONSOLE;const Wi=f.type===S.DESKTOP;u.name===p$1.EDGE||Ai(),Ai(),u.name,p$1.EDGE,/electron/.test(P.toLowerCase()),f.type,S.EMBEDDED,u.name,p$1.FIREFOX,u.name===p$1.INTERNET_EXPLORER||(u.name,p$1.IE),x.name===_.IOS||W(),x.name,_.LINUX,x.name,_.MAC_OS,u.name,p$1.MIUI;const ee=f.type===S.MOBILE||f.type===S.TABLET||W();f.type,S.MOBILE,u.name===p$1.MOBILE_SAFARI||W(),u.name,p$1.OPERA,u.name===p$1.SAFARI||(u.name,p$1.MOBILE_SAFARI),u.name,p$1.SAMSUNG_BROWSER,f.type,S.SMART_TV;const be=f.type===S.TABLET||W();f.type,S.WEARABLE,x.name,_.WINDOWS,x.name,_.WINDOWS_PHONE,u.name,p$1.YANDEX;var defaultLocale$1="en",localesData$1={},lowercaseLocaleLookup={};function getDefaultLocale(){return defaultLocale$1}function setDefaultLocale(e){defaultLocale$1=e}function getLocaleData$1(e){return localesData$1[e]}function addLocaleData$1(e){if(!e)throw new Error("No locale data passed");localesData$1[e.locale]=e,lowercaseLocaleLookup[e.locale.toLowerCase()]=e.locale}function resolveLocale$1(e){if(localesData$1[e])return e;if(lowercaseLocaleLookup[e.toLowerCase()])return lowercaseLocaleLookup[e.toLowerCase()]}function resolveLocale(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.localeMatcher||"lookup";switch(n){case"lookup":return resolveLocaleLookup(e);case"best fit":return resolveLocaleLookup(e);default:throw new RangeError('Invalid "localeMatcher" option: '.concat(n))}}function resolveLocaleLookup(e){var t=resolveLocale$1(e);if(t)return t;for(var n=e.split("-");e.length>1;){n.pop(),e=n.join("-");var r=resolveLocale$1(e);if(r)return r}}var $$1={af:function(t){return t==1?"one":"other"},am:function(t){return t>=0&&t<=1?"one":"other"},ar:function(t){var n=String(t).split("."),r=Number(n[0])==t,o=r&&n[0].slice(-2);return t==0?"zero":t==1?"one":t==2?"two":o>=3&&o<=10?"few":o>=11&&o<=99?"many":"other"},ast:function(t){var n=String(t).split("."),r=!n[1];return t==1&&r?"one":"other"},be:function(t){var n=String(t).split("."),r=Number(n[0])==t,o=r&&n[0].slice(-1),i=r&&n[0].slice(-2);return o==1&&i!=11?"one":o>=2&&o<=4&&(i<12||i>14)?"few":r&&o==0||o>=5&&o<=9||i>=11&&i<=14?"many":"other"},br:function(t){var n=String(t).split("."),r=Number(n[0])==t,o=r&&n[0].slice(-1),i=r&&n[0].slice(-2),a=r&&n[0].slice(-6);return o==1&&i!=11&&i!=71&&i!=91?"one":o==2&&i!=12&&i!=72&&i!=92?"two":(o==3||o==4||o==9)&&(i<10||i>19)&&(i<70||i>79)&&(i<90||i>99)?"few":t!=0&&r&&a==0?"many":"other"},bs:function(t){var n=String(t).split("."),r=n[0],o=n[1]||"",i=!n[1],a=r.slice(-1),s=r.slice(-2),c=o.slice(-1),l=o.slice(-2);return i&&a==1&&s!=11||c==1&&l!=11?"one":i&&a>=2&&a<=4&&(s<12||s>14)||c>=2&&c<=4&&(l<12||l>14)?"few":"other"},ca:function(t){var n=String(t).split("."),r=n[0],o=!n[1],i=r.slice(-6);return t==1&&o?"one":r!=0&&i==0&&o?"many":"other"},ceb:function(t){var n=String(t).split("."),r=n[0],o=n[1]||"",i=!n[1],a=r.slice(-1),s=o.slice(-1);return i&&(r==1||r==2||r==3)||i&&a!=4&&a!=6&&a!=9||!i&&s!=4&&s!=6&&s!=9?"one":"other"},cs:function(t){var n=String(t).split("."),r=n[0],o=!n[1];return t==1&&o?"one":r>=2&&r<=4&&o?"few":o?"other":"many"},cy:function(t){return t==0?"zero":t==1?"one":t==2?"two":t==3?"few":t==6?"many":"other"},da:function(t){var n=String(t).split("."),r=n[0],o=Number(n[0])==t;return t==1||!o&&(r==0||r==1)?"one":"other"},dsb:function(t){var n=String(t).split("."),r=n[0],o=n[1]||"",i=!n[1],a=r.slice(-2),s=o.slice(-2);return i&&a==1||s==1?"one":i&&a==2||s==2?"two":i&&(a==3||a==4)||s==3||s==4?"few":"other"},dz:function(t){return"other"},es:function(t){var n=String(t).split("."),r=n[0],o=!n[1],i=r.slice(-6);return t==1?"one":r!=0&&i==0&&o?"many":"other"},ff:function(t){return t>=0&&t<2?"one":"other"},fr:function(t){var n=String(t).split("."),r=n[0],o=!n[1],i=r.slice(-6);return t>=0&&t<2?"one":r!=0&&i==0&&o?"many":"other"},ga:function(t){var n=String(t).split("."),r=Number(n[0])==t;return t==1?"one":t==2?"two":r&&t>=3&&t<=6?"few":r&&t>=7&&t<=10?"many":"other"},gd:function(t){var n=String(t).split("."),r=Number(n[0])==t;return t==1||t==11?"one":t==2||t==12?"two":r&&t>=3&&t<=10||r&&t>=13&&t<=19?"few":"other"},he:function(t){var n=String(t).split("."),r=n[0],o=!n[1];return r==1&&o||r==0&&!o?"one":r==2&&o?"two":"other"},is:function(t){var n=String(t).split("."),r=n[0],o=(n[1]||"").replace(/0+$/,""),i=Number(n[0])==t,a=r.slice(-1),s=r.slice(-2);return i&&a==1&&s!=11||o%10==1&&o%100!=11?"one":"other"},ksh:function(t){return t==0?"zero":t==1?"one":"other"},lt:function(t){var n=String(t).split("."),r=n[1]||"",o=Number(n[0])==t,i=o&&n[0].slice(-1),a=o&&n[0].slice(-2);return i==1&&(a<11||a>19)?"one":i>=2&&i<=9&&(a<11||a>19)?"few":r!=0?"many":"other"},lv:function(t){var n=String(t).split("."),r=n[1]||"",o=r.length,i=Number(n[0])==t,a=i&&n[0].slice(-1),s=i&&n[0].slice(-2),c=r.slice(-2),l=r.slice(-1);return i&&a==0||s>=11&&s<=19||o==2&&c>=11&&c<=19?"zero":a==1&&s!=11||o==2&&l==1&&c!=11||o!=2&&l==1?"one":"other"},mk:function(t){var n=String(t).split("."),r=n[0],o=n[1]||"",i=!n[1],a=r.slice(-1),s=r.slice(-2),c=o.slice(-1),l=o.slice(-2);return i&&a==1&&s!=11||c==1&&l!=11?"one":"other"},mt:function(t){var n=String(t).split("."),r=Number(n[0])==t,o=r&&n[0].slice(-2);return t==1?"one":t==2?"two":t==0||o>=3&&o<=10?"few":o>=11&&o<=19?"many":"other"},pa:function(t){return t==0||t==1?"one":"other"},pl:function(t){var n=String(t).split("."),r=n[0],o=!n[1],i=r.slice(-1),a=r.slice(-2);return t==1&&o?"one":o&&i>=2&&i<=4&&(a<12||a>14)?"few":o&&r!=1&&(i==0||i==1)||o&&i>=5&&i<=9||o&&a>=12&&a<=14?"many":"other"},pt:function(t){var n=String(t).split("."),r=n[0],o=!n[1],i=r.slice(-6);return r==0||r==1?"one":r!=0&&i==0&&o?"many":"other"},ro:function(t){var n=String(t).split("."),r=!n[1],o=Number(n[0])==t,i=o&&n[0].slice(-2);return t==1&&r?"one":!r||t==0||t!=1&&i>=1&&i<=19?"few":"other"},ru:function(t){var n=String(t).split("."),r=n[0],o=!n[1],i=r.slice(-1),a=r.slice(-2);return o&&i==1&&a!=11?"one":o&&i>=2&&i<=4&&(a<12||a>14)?"few":o&&i==0||o&&i>=5&&i<=9||o&&a>=11&&a<=14?"many":"other"},se:function(t){return t==1?"one":t==2?"two":"other"},si:function(t){var n=String(t).split("."),r=n[0],o=n[1]||"";return t==0||t==1||r==0&&o==1?"one":"other"},sl:function(t){var n=String(t).split("."),r=n[0],o=!n[1],i=r.slice(-2);return o&&i==1?"one":o&&i==2?"two":o&&(i==3||i==4)||!o?"few":"other"}};$$1.as=$$1.am,$$1.az=$$1.af,$$1.bg=$$1.af,$$1.bn=$$1.am,$$1.brx=$$1.af,$$1.ce=$$1.af,$$1.chr=$$1.af,$$1.de=$$1.ast,$$1.ee=$$1.af,$$1.el=$$1.af,$$1.en=$$1.ast,$$1.et=$$1.ast,$$1.eu=$$1.af,$$1.fa=$$1.am,$$1.fi=$$1.ast,$$1.fil=$$1.ceb,$$1.fo=$$1.af,$$1.fur=$$1.af,$$1.fy=$$1.ast,$$1.gl=$$1.ast,$$1.gu=$$1.am,$$1.ha=$$1.af,$$1.hi=$$1.am,$$1.hr=$$1.bs,$$1.hsb=$$1.dsb,$$1.hu=$$1.af,$$1.hy=$$1.ff,$$1.ia=$$1.ast,$$1.id=$$1.dz,$$1.ig=$$1.dz,$$1.it=$$1.ca,$$1.ja=$$1.dz,$$1.jgo=$$1.af,$$1.jv=$$1.dz,$$1.ka=$$1.af,$$1.kea=$$1.dz,$$1.kk=$$1.af,$$1.kl=$$1.af,$$1.km=$$1.dz,$$1.kn=$$1.am,$$1.ko=$$1.dz,$$1.ks=$$1.af,$$1.ku=$$1.af,$$1.ky=$$1.af,$$1.lb=$$1.af,$$1.lkt=$$1.dz,$$1.lo=$$1.dz,$$1.ml=$$1.af,$$1.mn=$$1.af,$$1.mr=$$1.af,$$1.ms=$$1.dz,$$1.my=$$1.dz,$$1.nb=$$1.af,$$1.ne=$$1.af,$$1.nl=$$1.ast,$$1.nn=$$1.af,$$1.no=$$1.af,$$1.or=$$1.af,$$1.pcm=$$1.am,$$1.ps=$$1.af,$$1.rm=$$1.af,$$1.sah=$$1.dz,$$1.sc=$$1.ast,$$1.sd=$$1.af,$$1.sk=$$1.cs,$$1.so=$$1.af,$$1.sq=$$1.af,$$1.sr=$$1.bs,$$1.su=$$1.dz,$$1.sv=$$1.ast,$$1.sw=$$1.ast,$$1.ta=$$1.af,$$1.te=$$1.af,$$1.th=$$1.dz,$$1.ti=$$1.pa,$$1.tk=$$1.af,$$1.to=$$1.dz,$$1.tr=$$1.af,$$1.ug=$$1.af,$$1.uk=$$1.ru,$$1.ur=$$1.ast,$$1.uz=$$1.af,$$1.vi=$$1.dz,$$1.wae=$$1.af,$$1.wo=$$1.dz,$$1.xh=$$1.af,$$1.yi=$$1.ast,$$1.yo=$$1.dz,$$1.yue=$$1.dz,$$1.zh=$$1.dz,$$1.zu=$$1.am;const PluralRuleFunctions=$$1;function getPluralRulesLocale(e){return e==="pt-PT"?e:getLanguageFromLanguageTag(e)}var LANGUAGE_REG_EXP=/^([a-z0-9]+)/i;function getLanguageFromLanguageTag(e){var t=e.match(LANGUAGE_REG_EXP);if(!t)throw new TypeError("Invalid locale: ".concat(e));return t[1]}function _classCallCheck$6(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties$6(e,t){for(var n=0;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&arguments[0]!==void 0?arguments[0]:[],n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};_classCallCheck$5(this,e);var r=n.numeric,o=n.style,i=n.localeMatcher;if(this.numeric="always",this.style="long",this.localeMatcher="lookup",r!==void 0){if(NUMERIC_VALUES.indexOf(r)<0)throw new RangeError('Invalid "numeric" option: '.concat(r));this.numeric=r}if(o!==void 0){if(STYLE_VALUES.indexOf(o)<0)throw new RangeError('Invalid "style" option: '.concat(o));this.style=o}if(i!==void 0){if(LOCALE_MATCHER_VALUES.indexOf(i)<0)throw new RangeError('Invalid "localeMatcher" option: '.concat(i));this.localeMatcher=i}if(typeof t=="string"&&(t=[t]),t.push(getDefaultLocale()),this.locale=e.supportedLocalesOf(t,{localeMatcher:this.localeMatcher})[0],!this.locale)throw new Error("No supported locale was found");PluralRules.supportedLocalesOf(this.locale).length>0?this.pluralRules=new PluralRules(this.locale):console.warn('"'.concat(this.locale,'" locale is not supported')),typeof Intl<"u"&&Intl.NumberFormat?(this.numberFormat=new Intl.NumberFormat(this.locale),this.numberingSystem=this.numberFormat.resolvedOptions().numberingSystem):this.numberingSystem="latn",this.locale=resolveLocale(this.locale,{localeMatcher:this.localeMatcher})}return _createClass$5(e,[{key:"format",value:function(){var n=parseFormatArgs(arguments),r=_slicedToArray$2(n,2),o=r[0],i=r[1];return this.getRule(o,i).replace("{0}",this.formatNumber(Math.abs(o)))}},{key:"formatToParts",value:function(){var n=parseFormatArgs(arguments),r=_slicedToArray$2(n,2),o=r[0],i=r[1],a=this.getRule(o,i),s=a.indexOf("{0}");if(s<0)return[{type:"literal",value:a}];var c=[];return s>0&&c.push({type:"literal",value:a.slice(0,s)}),c=c.concat(this.formatNumberToParts(Math.abs(o)).map(function(l){return _objectSpread$e(_objectSpread$e({},l),{},{unit:i})})),s+31&&arguments[1]!==void 0?arguments[1]:{};if(typeof e=="string")e=[e];else if(!Array.isArray(e))throw new TypeError('Invalid "locales" argument');return e.filter(function(n){return resolveLocale(n,t)})},RelativeTimeFormat.addLocale=addLocaleData$1,RelativeTimeFormat.setDefaultLocale=setDefaultLocale,RelativeTimeFormat.getDefaultLocale=getDefaultLocale,RelativeTimeFormat.PluralRules=PluralRules;var UNIT_ERROR='Invalid "unit" argument';function parseUnit(e){if(_typeof$c(e)==="symbol")throw new TypeError(UNIT_ERROR);if(typeof e!="string")throw new RangeError("".concat(UNIT_ERROR,": ").concat(e));if(e[e.length-1]==="s"&&(e=e.slice(0,e.length-1)),UNITS.indexOf(e)<0)throw new RangeError("".concat(UNIT_ERROR,": ").concat(e));return e}var NUMBER_ERROR='Invalid "number" argument';function parseNumber(e){if(e=Number(e),Number.isFinite&&!Number.isFinite(e))throw new RangeError("".concat(NUMBER_ERROR,": ").concat(e));return e}function isNegativeZero(e){return 1/e===-1/0}function isNegative(e){return e<0||e===0&&isNegativeZero(e)}function parseFormatArgs(e){if(e.length<2)throw new TypeError('"unit" argument is required');return[parseNumber(e[0]),parseUnit(e[1])]}function _typeof$b(e){"@babel/helpers - typeof";return _typeof$b=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof$b(e)}function _classCallCheck$4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties$4(e,t){for(var n=0;n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$7(e,t){if(e){if(typeof e=="string")return _arrayLikeToArray$7(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray$7(e,t)}}function _arrayLikeToArray$7(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n1;)if(i.pop(),o=i.join("-"),t(o))return o}throw new Error("No locale data has been registered for any of the locales: ".concat(e.join(", ")))}function intlDateTimeFormatSupported(){var e=(typeof Intl>"u"?"undefined":_typeof$a(Intl))==="object";return e&&typeof Intl.DateTimeFormat=="function"}function _typeof$9(e){"@babel/helpers - typeof";return _typeof$9=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof$9(e)}function isStyleObject(e){return isObject$2(e)&&(Array.isArray(e.steps)||Array.isArray(e.gradation)||Array.isArray(e.flavour)||typeof e.flavour=="string"||Array.isArray(e.labels)||typeof e.labels=="string"||Array.isArray(e.units)||typeof e.custom=="function")}var OBJECT_CONSTRUCTOR={}.constructor;function isObject$2(e){return _typeof$9(e)!==void 0&&e!==null&&e.constructor===OBJECT_CONSTRUCTOR}var minute=60,hour=60*minute,day=24*hour,week=7*day,month=30.44*day,year=146097/400*day;function getSecondsInUnit(e){switch(e){case"second":return 1;case"minute":return minute;case"hour":return hour;case"day":return day;case"week":return week;case"month":return month;case"year":return year}}function getStepDenominator(e){return e.factor!==void 0?e.factor:getSecondsInUnit(e.unit||e.formatAs)||1}function getRoundFunction(e){switch(e){case"floor":return Math.floor;default:return Math.round}}function getDiffRatioToNextRoundedNumber(e){switch(e){case"floor":return 1;default:return .5}}function _typeof$8(e){"@babel/helpers - typeof";return _typeof$8=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof$8(e)}function getStepMinTime(e,t){var n=t.prevStep,r=t.timestamp,o=t.now,i=t.future,a=t.round,s;return n&&(n.id||n.unit)&&(s=e["threshold_for_".concat(n.id||n.unit)]),s===void 0&&e.threshold!==void 0&&(s=e.threshold,typeof s=="function"&&(s=s(o,i))),s===void 0&&(s=e.minTime),_typeof$8(s)==="object"&&(n&&n.id&&s[n.id]!==void 0?s=s[n.id]:s=s.default),typeof s=="function"&&(s=s(r,{future:i,getMinTimeForUnit:function(l,d){return _getMinTimeForUnit(l,d||n&&n.formatAs,{round:a})}})),s===void 0&&e.test&&(e.test(r,{now:o,future:i})?s=0:s=9007199254740991),s===void 0&&(n?e.formatAs&&n.formatAs&&(s=_getMinTimeForUnit(e.formatAs,n.formatAs,{round:a})):s=0),s===void 0&&console.warn("[javascript-time-ago] A step should specify `minTime`:\n"+JSON.stringify(e,null,2)),s}function _getMinTimeForUnit(e,t,n){var r=n.round,o=getSecondsInUnit(e),i;if(t==="now"?i=getSecondsInUnit(e):i=getSecondsInUnit(t),o!==void 0&&i!==void 0)return o-i*(1-getDiffRatioToNextRoundedNumber(r))}function ownKeys$d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function _objectSpread$d(e){for(var t=1;t0)return e[a-1]}return s}}}function getStepIndex(e,t,n){var r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,o=getStepMinTime(e[r],_objectSpread$d({prevStep:e[r-1],timestamp:n.now-t*1e3},n));return o===void 0||Math.abs(t)=0:!0})}function getTimeToNextUpdateForUnit(e,t,n){var r=n.now,o=n.round;if(getSecondsInUnit(e)){var i=getSecondsInUnit(e)*1e3,a=t>r,s=Math.abs(t-r),c=getRoundFunction(o)(s/i)*i;return a?c>0?s-c+getDiffToPreviousRoundedNumber(o,i):s-c+1:-(s-c)+getDiffToNextRoundedNumber(o,i)}}function getDiffToNextRoundedNumber(e,t){return getDiffRatioToNextRoundedNumber(e)*t}function getDiffToPreviousRoundedNumber(e,t){return(1-getDiffRatioToNextRoundedNumber(e))*t+1}var YEAR=365*24*60*60*1e3,INFINITY=1e3*YEAR;function getTimeToNextUpdate(e,t,n){var r=n.prevStep,o=n.nextStep,i=n.now,a=n.future,s=n.round,c=e.getTime?e.getTime():e,l=function(k){return getTimeToNextUpdateForUnit(k,c,{now:i,round:s})},d=getTimeToStepChange(a?t:o,c,{future:a,now:i,round:s,prevStep:a?r:t});if(d!==void 0){var v;if(t&&(t.getTimeToNextUpdate&&(v=t.getTimeToNextUpdate(c,{getTimeToNextUpdateForUnit:l,getRoundFunction,now:i,future:a,round:s})),v===void 0)){var m=t.unit||t.formatAs;m&&(v=l(m))}return v===void 0?d:Math.min(v,d)}}function getStepChangesAt(e,t,n){var r=n.now,o=n.future,i=n.round,a=n.prevStep,s=getStepMinTime(e,{timestamp:t,now:r,future:o,round:i,prevStep:a});if(s!==void 0)return o?t-s*1e3+1:s===0&&t===r?INFINITY:t+s*1e3}function getTimeToStepChange(e,t,n){var r=n.now,o=n.future,i=n.round,a=n.prevStep;if(e){var s=getStepChangesAt(e,t,{now:r,future:o,round:i,prevStep:a});return s===void 0?void 0:s-r}else return o?t-r+1:INFINITY}var localesData={};function getLocaleData(e){return localesData[e]}function addLocaleData(e){if(!e)throw new Error("[javascript-time-ago] No locale data passed.");localesData[e.locale]=e}const round$1=[{formatAs:"now"},{formatAs:"second"},{formatAs:"minute"},{formatAs:"hour"},{formatAs:"day"},{formatAs:"week"},{formatAs:"month"},{formatAs:"year"}],round={steps:round$1,labels:"long"};function ownKeys$c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function _objectSpread$c(e){for(var t=1;t=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _slicedToArray$1(e,t){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,t)||_unsupportedIterableToArray$6(e,t)||_nonIterableRest$1()}function _nonIterableRest$1(){throw new TypeError(`Invalid attempt to destructure non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$6(e,t){if(e){if(typeof e=="string")return _arrayLikeToArray$6(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray$6(e,t)}}function _arrayLikeToArray$6(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&arguments[0]!==void 0?arguments[0]:[],n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.polyfill;_classCallCheck$3(this,e),typeof t=="string"&&(t=[t]),this.locale=chooseLocale(t.concat(e.getDefaultLocale()),getLocaleData),typeof Intl<"u"&&Intl.NumberFormat&&(this.numberFormat=new Intl.NumberFormat(this.locale)),r===!1?(this.IntlRelativeTimeFormat=Intl.RelativeTimeFormat,this.IntlPluralRules=Intl.PluralRules):(this.IntlRelativeTimeFormat=RelativeTimeFormat,this.IntlPluralRules=RelativeTimeFormat.PluralRules),this.relativeTimeFormatCache=new Cache,this.pluralRulesCache=new Cache}return _createClass$3(e,[{key:"format",value:function(n,r,o){o||(r&&!isStyle(r)?(o=r,r=void 0):o={}),r||(r=defaultStyle),typeof r=="string"&&(r=getStyleByName(r));var i=getTimestamp(n),a=this.getLabels(r.flavour||r.labels),s=a.labels,c=a.labelsType,l;r.now!==void 0&&(l=r.now),l===void 0&&o.now!==void 0&&(l=o.now),l===void 0&&(l=Date.now());var d=(l-i)/1e3,v=o.future||d<0,m=getNowLabel(s,getLocaleData(this.locale).now,getLocaleData(this.locale).long,v);if(r.custom){var w=r.custom({now:l,date:new Date(i),time:i,elapsed:d,locale:this.locale});if(w!==void 0)return w}var k=getTimeIntervalMeasurementUnits(r.units,s,m),C=o.round||r.round,T=getStep(r.gradation||r.steps||defaultStyle.steps,d,{now:l,units:k,round:C,future:v,getNextStep:!0}),Y=_slicedToArray$1(T,3),te=Y[0],R=Y[1],N=Y[2],g=this.formatDateForStep(i,R,d,{labels:s,labelsType:c,nowLabel:m,now:l,future:v,round:C})||"";if(o.getTimeToNextUpdate){var A=getTimeToNextUpdate(i,R,{nextStep:N,prevStep:te,now:l,future:v,round:C});return[g,A]}return g}},{key:"formatDateForStep",value:function(n,r,o,i){var a=this,s=i.labels,c=i.labelsType,l=i.nowLabel,d=i.now,v=i.future,m=i.round;if(r){if(r.format)return r.format(n,this.locale,{formatAs:function(Y,te){return a.formatValue(te,Y,{labels:s,future:v})},now:d,future:v});var w=r.unit||r.formatAs;if(!w)throw new Error("[javascript-time-ago] Each step must define either `formatAs` or `format()`. Step: ".concat(JSON.stringify(r)));if(w==="now")return l;var k=Math.abs(o)/getStepDenominator(r);r.granularity&&(k=getRoundFunction(m)(k/r.granularity)*r.granularity);var C=-1*Math.sign(o)*getRoundFunction(m)(k);switch(C===0&&(v?C=0:C=-0),c){case"long":case"short":case"narrow":return this.getFormatter(c).format(C,w);default:return this.formatValue(C,w,{labels:s,future:v})}}}},{key:"formatValue",value:function(n,r,o){var i=o.labels,a=o.future;return this.getFormattingRule(i,r,n,{future:a}).replace("{0}",this.formatNumber(Math.abs(n)))}},{key:"getFormattingRule",value:function(n,r,o,i){var a=i.future;if(this.locale,n=n[r],typeof n=="string")return n;var s=o===0?a?"future":"past":o<0?"past":"future",c=n[s]||n;if(typeof c=="string")return c;var l=this.getPluralRules().select(Math.abs(o));return c[l]||c.other}},{key:"formatNumber",value:function(n){return this.numberFormat?this.numberFormat.format(n):String(n)}},{key:"getFormatter",value:function(n){return this.relativeTimeFormatCache.get(this.locale,n)||this.relativeTimeFormatCache.put(this.locale,n,new this.IntlRelativeTimeFormat(this.locale,{style:n}))}},{key:"getPluralRules",value:function(){return this.pluralRulesCache.get(this.locale)||this.pluralRulesCache.put(this.locale,new this.IntlPluralRules(this.locale))}},{key:"getLabels",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];typeof n=="string"&&(n=[n]),n=n.map(function(s){switch(s){case"tiny":case"mini-time":return"mini";default:return s}}),n=n.concat("long");for(var r=getLocaleData(this.locale),o=_createForOfIteratorHelperLoose$5(n),i;!(i=o()).done;){var a=i.value;if(r[a])return{labelsType:a,labels:r[a]}}}}]),e}(),defaultLocale="en";TimeAgo.getDefaultLocale=function(){return defaultLocale},TimeAgo.setDefaultLocale=function(e){return defaultLocale=e},TimeAgo.addDefaultLocale=function(e){if(defaultLocaleHasBeenSpecified)return console.error("[javascript-time-ago] `TimeAgo.addDefaultLocale()` can only be called once. To add other locales, use `TimeAgo.addLocale()`.");defaultLocaleHasBeenSpecified=!0,TimeAgo.setDefaultLocale(e.locale),TimeAgo.addLocale(e)};var defaultLocaleHasBeenSpecified;TimeAgo.addLocale=function(e){addLocaleData(e),RelativeTimeFormat.addLocale(e)},TimeAgo.locale=TimeAgo.addLocale,TimeAgo.addLabels=function(e,t,n){var r=getLocaleData(e);r||(addLocaleData({locale:e}),r=getLocaleData(e)),r[t]=n};function getTimestamp(e){if(e.constructor===Date||isMockedDate(e))return e.getTime();if(typeof e=="number")return e;throw new Error("Unsupported relative time formatter input: ".concat(_typeof$7(e),", ").concat(e))}function isMockedDate(e){return _typeof$7(e)==="object"&&typeof e.getTime=="function"}function getTimeIntervalMeasurementUnits(e,t,n){var r=Object.keys(t);return n&&r.push("now"),e&&(r=e.filter(function(o){return o==="now"||r.indexOf(o)>=0})),r}function getNowLabel(e,t,n,r){var o=e.now||t&&t.now;if(o)return typeof o=="string"?o:r?o.future:o.past;if(n&&n.second&&n.second.current)return n.second.current}function isStyle(e){return typeof e=="string"||isStyleObject(e)}const en={locale:"en",long:{year:{previous:"last year",current:"this year",next:"next year",past:{one:"{0} year ago",other:"{0} years ago"},future:{one:"in {0} year",other:"in {0} years"}},quarter:{previous:"last quarter",current:"this quarter",next:"next quarter",past:{one:"{0} quarter ago",other:"{0} quarters ago"},future:{one:"in {0} quarter",other:"in {0} quarters"}},month:{previous:"last month",current:"this month",next:"next month",past:{one:"{0} month ago",other:"{0} months ago"},future:{one:"in {0} month",other:"in {0} months"}},week:{previous:"last week",current:"this week",next:"next week",past:{one:"{0} week ago",other:"{0} weeks ago"},future:{one:"in {0} week",other:"in {0} weeks"}},day:{previous:"yesterday",current:"today",next:"tomorrow",past:{one:"{0} day ago",other:"{0} days ago"},future:{one:"in {0} day",other:"in {0} days"}},hour:{current:"this hour",past:{one:"{0} hour ago",other:"{0} hours ago"},future:{one:"in {0} hour",other:"in {0} hours"}},minute:{current:"this minute",past:{one:"{0} minute ago",other:"{0} minutes ago"},future:{one:"in {0} minute",other:"in {0} minutes"}},second:{current:"now",past:{one:"{0} second ago",other:"{0} seconds ago"},future:{one:"in {0} second",other:"in {0} seconds"}}},short:{year:{previous:"last yr.",current:"this yr.",next:"next yr.",past:"{0} yr. ago",future:"in {0} yr."},quarter:{previous:"last qtr.",current:"this qtr.",next:"next qtr.",past:{one:"{0} qtr. ago",other:"{0} qtrs. ago"},future:{one:"in {0} qtr.",other:"in {0} qtrs."}},month:{previous:"last mo.",current:"this mo.",next:"next mo.",past:"{0} mo. ago",future:"in {0} mo."},week:{previous:"last wk.",current:"this wk.",next:"next wk.",past:"{0} wk. ago",future:"in {0} wk."},day:{previous:"yesterday",current:"today",next:"tomorrow",past:{one:"{0} day ago",other:"{0} days ago"},future:{one:"in {0} day",other:"in {0} days"}},hour:{current:"this hour",past:"{0} hr. ago",future:"in {0} hr."},minute:{current:"this minute",past:"{0} min. ago",future:"in {0} min."},second:{current:"now",past:"{0} sec. ago",future:"in {0} sec."}},narrow:{year:{previous:"last yr.",current:"this yr.",next:"next yr.",past:"{0}y ago",future:"in {0}y"},quarter:{previous:"last qtr.",current:"this qtr.",next:"next qtr.",past:"{0}q ago",future:"in {0}q"},month:{previous:"last mo.",current:"this mo.",next:"next mo.",past:"{0}mo ago",future:"in {0}mo"},week:{previous:"last wk.",current:"this wk.",next:"next wk.",past:"{0}w ago",future:"in {0}w"},day:{previous:"yesterday",current:"today",next:"tomorrow",past:"{0}d ago",future:"in {0}d"},hour:{current:"this hour",past:"{0}h ago",future:"in {0}h"},minute:{current:"this minute",past:"{0}m ago",future:"in {0}m"},second:{current:"now",past:"{0}s ago",future:"in {0}s"}},now:{now:{current:"now",future:"in a moment",past:"just now"}},mini:{year:"{0}yr",month:"{0}mo",week:"{0}wk",day:"{0}d",hour:"{0}h",minute:"{0}m",second:"{0}s",now:"now"},"short-time":{year:"{0} yr.",month:"{0} mo.",week:"{0} wk.",day:{one:"{0} day",other:"{0} days"},hour:"{0} hr.",minute:"{0} min.",second:"{0} sec."},"long-time":{year:{one:"{0} year",other:"{0} years"},month:{one:"{0} month",other:"{0} months"},week:{one:"{0} week",other:"{0} weeks"},day:{one:"{0} day",other:"{0} days"},hour:{one:"{0} hour",other:"{0} hours"},minute:{one:"{0} minute",other:"{0} minutes"},second:{one:"{0} second",other:"{0} seconds"}}},es={locale:"es",long:{year:{previous:"el año pasado",current:"este año",next:"el próximo año",past:{one:"hace {0} año",other:"hace {0} años"},future:{one:"dentro de {0} año",other:"dentro de {0} años"}},quarter:{previous:"el trimestre pasado",current:"este trimestre",next:"el próximo trimestre",past:{one:"hace {0} trimestre",other:"hace {0} trimestres"},future:{one:"dentro de {0} trimestre",other:"dentro de {0} trimestres"}},month:{previous:"el mes pasado",current:"este mes",next:"el próximo mes",past:{one:"hace {0} mes",other:"hace {0} meses"},future:{one:"dentro de {0} mes",other:"dentro de {0} meses"}},week:{previous:"la semana pasada",current:"esta semana",next:"la próxima semana",past:{one:"hace {0} semana",other:"hace {0} semanas"},future:{one:"dentro de {0} semana",other:"dentro de {0} semanas"}},day:{previous:"ayer","previous-2":"anteayer",current:"hoy",next:"mañana","next-2":"pasado mañana",past:{one:"hace {0} día",other:"hace {0} días"},future:{one:"dentro de {0} día",other:"dentro de {0} días"}},hour:{current:"esta hora",past:{one:"hace {0} hora",other:"hace {0} horas"},future:{one:"dentro de {0} hora",other:"dentro de {0} horas"}},minute:{current:"este minuto",past:{one:"hace {0} minuto",other:"hace {0} minutos"},future:{one:"dentro de {0} minuto",other:"dentro de {0} minutos"}},second:{current:"ahora",past:{one:"hace {0} segundo",other:"hace {0} segundos"},future:{one:"dentro de {0} segundo",other:"dentro de {0} segundos"}}},short:{year:{previous:"el año pasado",current:"este año",next:"el próximo año",past:"hace {0} a",future:"dentro de {0} a"},quarter:{previous:"el trimestre pasado",current:"este trimestre",next:"el próximo trimestre",past:"hace {0} trim.",future:"dentro de {0} trim."},month:{previous:"el mes pasado",current:"este mes",next:"el próximo mes",past:"hace {0} m",future:"dentro de {0} m"},week:{previous:"sem. ant.",current:"esta sem.",next:"próx. sem.",past:"hace {0} sem.",future:"dentro de {0} sem."},day:{previous:"ayer","previous-2":"anteayer",current:"hoy",next:"mañana","next-2":"pasado mañana",past:"hace {0} d",future:"dentro de {0} d"},hour:{current:"esta hora",past:"hace {0} h",future:"dentro de {0} h"},minute:{current:"este minuto",past:"hace {0} min",future:"dentro de {0} min"},second:{current:"ahora",past:"hace {0} s",future:"dentro de {0} s"}},narrow:{year:{previous:"el año pasado",current:"este año",next:"el próximo año",past:"hace {0} a",future:"dentro de {0} a"},quarter:{previous:"el trimestre pasado",current:"este trimestre",next:"el próximo trimestre",past:"hace {0} trim.",future:"dentro de {0} trim."},month:{previous:"el mes pasado",current:"este mes",next:"el próximo mes",past:"hace {0} m",future:"dentro de {0} m"},week:{previous:"sem. ant.",current:"esta sem.",next:"próx. sem.",past:"hace {0} sem.",future:"dentro de {0} sem."},day:{previous:"ayer","previous-2":"anteayer",current:"hoy",next:"mañana","next-2":"pasado mañana",past:"hace {0} d",future:"dentro de {0} d"},hour:{current:"esta hora",past:"hace {0} h",future:"dentro de {0} h"},minute:{current:"este minuto",past:"hace {0} min",future:"dentro de {0} min"},second:{current:"ahora",past:"hace {0} s",future:"dentro de {0} s"}},now:{now:{current:"ahora",future:"enseguida",past:"ahora mismo"}},mini:{year:{one:"{0} año",other:"{0} años"},month:{one:"{0} mes",other:"{0} meses"},week:"{0} sem.",day:{one:"{0} día",other:"{0} días"},hour:{one:"{0} hora",other:"{0} horas"},minute:"{0} min.",second:"{0} seg.",now:"ahora"},"long-time":{year:{one:"{0} año",other:"{0} años"},month:{one:"{0} mes",other:"{0} meses"},week:{one:"{0} semana",other:"{0} semanas"},day:{one:"{0} día",other:"{0} días"},hour:{one:"{0} hora",other:"{0} horas"},minute:{one:"{0} minuto",other:"{0} minutos"},second:{one:"{0} segundo",other:"{0} segundos"}}},fr={locale:"fr",long:{year:{previous:"l’année dernière",current:"cette année",next:"l’année prochaine",past:{one:"il y a {0} an",other:"il y a {0} ans"},future:{one:"dans {0} an",other:"dans {0} ans"}},quarter:{previous:"le trimestre dernier",current:"ce trimestre",next:"le trimestre prochain",past:{one:"il y a {0} trimestre",other:"il y a {0} trimestres"},future:{one:"dans {0} trimestre",other:"dans {0} trimestres"}},month:{previous:"le mois dernier",current:"ce mois-ci",next:"le mois prochain",past:"il y a {0} mois",future:"dans {0} mois"},week:{previous:"la semaine dernière",current:"cette semaine",next:"la semaine prochaine",past:{one:"il y a {0} semaine",other:"il y a {0} semaines"},future:{one:"dans {0} semaine",other:"dans {0} semaines"}},day:{previous:"hier","previous-2":"avant-hier",current:"aujourd’hui",next:"demain","next-2":"après-demain",past:{one:"il y a {0} jour",other:"il y a {0} jours"},future:{one:"dans {0} jour",other:"dans {0} jours"}},hour:{current:"cette heure-ci",past:{one:"il y a {0} heure",other:"il y a {0} heures"},future:{one:"dans {0} heure",other:"dans {0} heures"}},minute:{current:"cette minute-ci",past:{one:"il y a {0} minute",other:"il y a {0} minutes"},future:{one:"dans {0} minute",other:"dans {0} minutes"}},second:{current:"maintenant",past:{one:"il y a {0} seconde",other:"il y a {0} secondes"},future:{one:"dans {0} seconde",other:"dans {0} secondes"}}},short:{year:{previous:"l’année dernière",current:"cette année",next:"l’année prochaine",past:"il y a {0} a",future:"dans {0} a"},quarter:{previous:"le trimestre dernier",current:"ce trimestre",next:"le trimestre prochain",past:"il y a {0} trim.",future:"dans {0} trim."},month:{previous:"le mois dernier",current:"ce mois-ci",next:"le mois prochain",past:"il y a {0} m.",future:"dans {0} m."},week:{previous:"la semaine dernière",current:"cette semaine",next:"la semaine prochaine",past:"il y a {0} sem.",future:"dans {0} sem."},day:{previous:"hier","previous-2":"avant-hier",current:"aujourd’hui",next:"demain","next-2":"après-demain",past:"il y a {0} j",future:"dans {0} j"},hour:{current:"cette heure-ci",past:"il y a {0} h",future:"dans {0} h"},minute:{current:"cette minute-ci",past:"il y a {0} min",future:"dans {0} min"},second:{current:"maintenant",past:"il y a {0} s",future:"dans {0} s"}},narrow:{year:{previous:"l’année dernière",current:"cette année",next:"l’année prochaine",past:"-{0} a",future:"+{0} a"},quarter:{previous:"le trimestre dernier",current:"ce trimestre",next:"le trimestre prochain",past:"-{0} trim.",future:"+{0} trim."},month:{previous:"le mois dernier",current:"ce mois-ci",next:"le mois prochain",past:"-{0} m.",future:"+{0} m."},week:{previous:"la semaine dernière",current:"cette semaine",next:"la semaine prochaine",past:"-{0} sem.",future:"+{0} sem."},day:{previous:"hier","previous-2":"avant-hier",current:"aujourd’hui",next:"demain","next-2":"après-demain",past:"-{0} j",future:"+{0} j"},hour:{current:"cette heure-ci",past:"-{0} h",future:"+{0} h"},minute:{current:"cette minute-ci",past:"-{0} min",future:"+{0} min"},second:{current:"maintenant",past:"-{0} s",future:"+{0} s"}},now:{now:{current:"maintenant",future:"dans un instant",past:"à l'instant"}},mini:{year:{one:"{0} an",other:"{0} ans"},month:"{0} mois",week:"{0} sem.",day:{one:"{0} jour",other:"{0} jours"},hour:"{0} h",minute:"{0} min.",second:"{0} sec.",now:"maintenant"},"long-time":{year:{one:"{0} an",other:"{0} ans"},month:{one:"{0} mois",other:"{0} mois"},week:{one:"{0} semaine",other:"{0} semaines"},day:{one:"{0} jour",other:"{0} jours"},hour:{one:"{0} heure",other:"{0} heures"},minute:{one:"{0} minute",other:"{0} minutes"},second:{one:"{0} seconde",other:"{0} secondes"}}},pt={locale:"pt",long:{year:{previous:"ano passado",current:"este ano",next:"próximo ano",past:{one:"há {0} ano",other:"há {0} anos"},future:{one:"em {0} ano",other:"em {0} anos"}},quarter:{previous:"último trimestre",current:"este trimestre",next:"próximo trimestre",past:{one:"há {0} trimestre",other:"há {0} trimestres"},future:{one:"em {0} trimestre",other:"em {0} trimestres"}},month:{previous:"mês passado",current:"este mês",next:"próximo mês",past:{one:"há {0} mês",other:"há {0} meses"},future:{one:"em {0} mês",other:"em {0} meses"}},week:{previous:"semana passada",current:"esta semana",next:"próxima semana",past:{one:"há {0} semana",other:"há {0} semanas"},future:{one:"em {0} semana",other:"em {0} semanas"}},day:{previous:"ontem","previous-2":"anteontem",current:"hoje",next:"amanhã","next-2":"depois de amanhã",past:{one:"há {0} dia",other:"há {0} dias"},future:{one:"em {0} dia",other:"em {0} dias"}},hour:{current:"esta hora",past:{one:"há {0} hora",other:"há {0} horas"},future:{one:"em {0} hora",other:"em {0} horas"}},minute:{current:"este minuto",past:{one:"há {0} minuto",other:"há {0} minutos"},future:{one:"em {0} minuto",other:"em {0} minutos"}},second:{current:"agora",past:{one:"há {0} segundo",other:"há {0} segundos"},future:{one:"em {0} segundo",other:"em {0} segundos"}}},short:{year:{previous:"ano passado",current:"este ano",next:"próximo ano",past:{one:"há {0} ano",other:"há {0} anos"},future:{one:"em {0} ano",other:"em {0} anos"}},quarter:{previous:"último trimestre",current:"este trimestre",next:"próximo trimestre",past:"há {0} trim.",future:"em {0} trim."},month:{previous:"mês passado",current:"este mês",next:"próximo mês",past:{one:"há {0} mês",other:"há {0} meses"},future:{one:"em {0} mês",other:"em {0} meses"}},week:{previous:"semana passada",current:"esta semana",next:"próxima semana",past:"há {0} sem.",future:"em {0} sem."},day:{previous:"ontem","previous-2":"anteontem",current:"hoje",next:"amanhã","next-2":"depois de amanhã",past:{one:"há {0} dia",other:"há {0} dias"},future:{one:"em {0} dia",other:"em {0} dias"}},hour:{current:"esta hora",past:"há {0} h",future:"em {0} h"},minute:{current:"este minuto",past:"há {0} min.",future:"em {0} min."},second:{current:"agora",past:"há {0} seg.",future:"em {0} seg."}},narrow:{year:{previous:"ano passado",current:"este ano",next:"próximo ano",past:{one:"há {0} ano",other:"há {0} anos"},future:{one:"em {0} ano",other:"em {0} anos"}},quarter:{previous:"último trimestre",current:"este trimestre",next:"próximo trimestre",past:"há {0} trim.",future:"em {0} trim."},month:{previous:"mês passado",current:"este mês",next:"próximo mês",past:{one:"há {0} mês",other:"há {0} meses"},future:{one:"em {0} mês",other:"em {0} meses"}},week:{previous:"semana passada",current:"esta semana",next:"próxima semana",past:"há {0} sem.",future:"em {0} sem."},day:{previous:"ontem","previous-2":"anteontem",current:"hoje",next:"amanhã","next-2":"depois de amanhã",past:{one:"há {0} dia",other:"há {0} dias"},future:{one:"em {0} dia",other:"em {0} dias"}},hour:{current:"esta hora",past:"há {0} h",future:"em {0} h"},minute:{current:"este minuto",past:"há {0} min.",future:"em {0} min."},second:{current:"agora",past:"há {0} seg.",future:"em {0} seg."}},now:{now:{current:"agora",future:"em instantes",past:"agora mesmo"}},mini:{year:"{0}ano",month:"{0}mes",week:"{0}sem.",day:"{0} d",hour:"{0} h",minute:"{0} m",second:"{0} s",now:"agora"},"long-time":{year:{one:"{0} ano",other:"{0} anos"},month:{one:"{0} mês",other:"{0} meses"},week:{one:"{0} semana",other:"{0} semanas"},day:{one:"{0} dia",other:"{0} dias"},hour:{one:"{0} hora",other:"{0} horas"},minute:{one:"{0} minuto",other:"{0} minutos"},second:{one:"{0} segundo",other:"{0} segundos"}}},nl={locale:"nl",long:{year:{previous:"vorig jaar",current:"dit jaar",next:"volgend jaar",past:"{0} jaar geleden",future:"over {0} jaar"},quarter:{previous:"vorig kwartaal",current:"dit kwartaal",next:"volgend kwartaal",past:{one:"{0} kwartaal geleden",other:"{0} kwartalen geleden"},future:{one:"over {0} kwartaal",other:"over {0} kwartalen"}},month:{previous:"vorige maand",current:"deze maand",next:"volgende maand",past:{one:"{0} maand geleden",other:"{0} maanden geleden"},future:{one:"over {0} maand",other:"over {0} maanden"}},week:{previous:"vorige week",current:"deze week",next:"volgende week",past:{one:"{0} week geleden",other:"{0} weken geleden"},future:{one:"over {0} week",other:"over {0} weken"}},day:{previous:"gisteren","previous-2":"eergisteren",current:"vandaag",next:"morgen","next-2":"overmorgen",past:{one:"{0} dag geleden",other:"{0} dagen geleden"},future:{one:"over {0} dag",other:"over {0} dagen"}},hour:{current:"binnen een uur",past:"{0} uur geleden",future:"over {0} uur"},minute:{current:"binnen een minuut",past:{one:"{0} minuut geleden",other:"{0} minuten geleden"},future:{one:"over {0} minuut",other:"over {0} minuten"}},second:{current:"nu",past:{one:"{0} seconde geleden",other:"{0} seconden geleden"},future:{one:"over {0} seconde",other:"over {0} seconden"}}},short:{year:{previous:"vorig jaar",current:"dit jaar",next:"volgend jaar",past:"{0} jaar geleden",future:"over {0} jaar"},quarter:{previous:"vorig kwartaal",current:"dit kwartaal",next:"volgend kwartaal",past:"{0} kwart. geleden",future:"over {0} kwart."},month:{previous:"vorige maand",current:"deze maand",next:"volgende maand",past:{one:"{0} maand geleden",other:"{0} maanden geleden"},future:{one:"over {0} maand",other:"over {0} maanden"}},week:{previous:"vorige week",current:"deze week",next:"volgende week",past:{one:"{0} week geleden",other:"{0} weken geleden"},future:{one:"over {0} week",other:"over {0} weken"}},day:{previous:"gisteren","previous-2":"eergisteren",current:"vandaag",next:"morgen","next-2":"overmorgen",past:{one:"{0} dag geleden",other:"{0} dgn geleden"},future:{one:"over {0} dag",other:"over {0} dgn"}},hour:{current:"binnen een uur",past:"{0} uur geleden",future:"over {0} uur"},minute:{current:"binnen een minuut",past:"{0} min. geleden",future:"over {0} min."},second:{current:"nu",past:"{0} sec. geleden",future:"over {0} sec."}},narrow:{year:{previous:"vorig jaar",current:"dit jaar",next:"volgend jaar",past:"{0} jaar geleden",future:"over {0} jaar"},quarter:{previous:"vorig kwartaal",current:"dit kwartaal",next:"volgend kwartaal",past:"{0} kw. geleden",future:"over {0} kw."},month:{previous:"vorige maand",current:"deze maand",next:"volgende maand",past:{one:"{0} maand geleden",other:"{0} maanden geleden"},future:{one:"over {0} maand",other:"over {0} maanden"}},week:{previous:"vorige week",current:"deze week",next:"volgende week",past:{one:"{0} week geleden",other:"{0} weken geleden"},future:{one:"over {0} week",other:"over {0} weken"}},day:{previous:"gisteren","previous-2":"eergisteren",current:"vandaag",next:"morgen","next-2":"overmorgen",past:{one:"{0} dag geleden",other:"{0} dgn geleden"},future:{one:"over {0} dag",other:"over {0} dgn"}},hour:{current:"binnen een uur",past:"{0} uur geleden",future:"over {0} uur"},minute:{current:"binnen een minuut",past:"{0} min. geleden",future:"over {0} min."},second:{current:"nu",past:"{0} sec. geleden",future:"over {0} sec."}},now:{now:{current:"nu",future:"zometeen",past:"zojuist"}},mini:{year:"{0} jr.",month:"{0} mnd.",week:{one:"{0} week",other:"{0} wkn."},day:{one:"{0} dag",other:"{0} dgn."},hour:"{0} uur",minute:"{0} min.",second:"{0} sec.",now:"nu"},"long-time":{year:{one:"{0} jaar",other:"{0} jaar"},month:{one:"{0} maand",other:"{0} maanden"},week:{one:"{0} week",other:"{0} weken"},day:{one:"{0} dag",other:"{0} dagen"},hour:{one:"{0} uur",other:"{0} uur"},minute:{one:"{0} minuut",other:"{0} minuten"},second:{one:"{0} seconde",other:"{0} seconden"}}},it={locale:"it",long:{year:{previous:"anno scorso",current:"quest’anno",next:"anno prossimo",past:{one:"{0} anno fa",other:"{0} anni fa"},future:{one:"tra {0} anno",other:"tra {0} anni"}},quarter:{previous:"trimestre scorso",current:"questo trimestre",next:"trimestre prossimo",past:{one:"{0} trimestre fa",other:"{0} trimestri fa"},future:{one:"tra {0} trimestre",other:"tra {0} trimestri"}},month:{previous:"mese scorso",current:"questo mese",next:"mese prossimo",past:{one:"{0} mese fa",other:"{0} mesi fa"},future:{one:"tra {0} mese",other:"tra {0} mesi"}},week:{previous:"settimana scorsa",current:"questa settimana",next:"settimana prossima",past:{one:"{0} settimana fa",other:"{0} settimane fa"},future:{one:"tra {0} settimana",other:"tra {0} settimane"}},day:{previous:"ieri","previous-2":"l’altro ieri",current:"oggi",next:"domani","next-2":"dopodomani",past:{one:"{0} giorno fa",other:"{0} giorni fa"},future:{one:"tra {0} giorno",other:"tra {0} giorni"}},hour:{current:"quest’ora",past:{one:"{0} ora fa",other:"{0} ore fa"},future:{one:"tra {0} ora",other:"tra {0} ore"}},minute:{current:"questo minuto",past:{one:"{0} minuto fa",other:"{0} minuti fa"},future:{one:"tra {0} minuto",other:"tra {0} minuti"}},second:{current:"ora",past:{one:"{0} secondo fa",other:"{0} secondi fa"},future:{one:"tra {0} secondo",other:"tra {0} secondi"}}},short:{year:{previous:"anno scorso",current:"quest’anno",next:"anno prossimo",past:{one:"{0} anno fa",other:"{0} anni fa"},future:{one:"tra {0} anno",other:"tra {0} anni"}},quarter:{previous:"trim. scorso",current:"questo trim.",next:"trim. prossimo",past:"{0} trim. fa",future:"tra {0} trim."},month:{previous:"mese scorso",current:"questo mese",next:"mese prossimo",past:{one:"{0} mese fa",other:"{0} mesi fa"},future:{one:"tra {0} mese",other:"tra {0} mesi"}},week:{previous:"sett. scorsa",current:"questa sett.",next:"sett. prossima",past:"{0} sett. fa",future:"tra {0} sett."},day:{previous:"ieri","previous-2":"l’altro ieri",current:"oggi",next:"domani","next-2":"dopodomani",past:{one:"{0} g fa",other:"{0} gg fa"},future:{one:"tra {0} g",other:"tra {0} gg"}},hour:{current:"quest’ora",past:"{0} h fa",future:"tra {0} h"},minute:{current:"questo minuto",past:"{0} min fa",future:"tra {0} min"},second:{current:"ora",past:"{0} sec. fa",future:"tra {0} sec."}},narrow:{year:{previous:"anno scorso",current:"quest’anno",next:"anno prossimo",past:{one:"{0} anno fa",other:"{0} anni fa"},future:{one:"tra {0} anno",other:"tra {0} anni"}},quarter:{previous:"trim. scorso",current:"questo trim.",next:"trim. prossimo",past:"{0} trim. fa",future:"tra {0} trim."},month:{previous:"mese scorso",current:"questo mese",next:"mese prossimo",past:{one:"{0} mese fa",other:"{0} mesi fa"},future:{one:"tra {0} mese",other:"tra {0} mesi"}},week:{previous:"sett. scorsa",current:"questa sett.",next:"sett. prossima",past:"{0} sett. fa",future:"tra {0} sett."},day:{previous:"ieri","previous-2":"l’altro ieri",current:"oggi",next:"domani","next-2":"dopodomani",past:{one:"{0} g fa",other:"{0} gg fa"},future:{one:"tra {0} g",other:"tra {0} gg"}},hour:{current:"quest’ora",past:"{0} h fa",future:"tra {0} h"},minute:{current:"questo minuto",past:"{0} min fa",future:"tra {0} min"},second:{current:"ora",past:"{0} s fa",future:"tra {0} s"}},now:{now:{current:"adesso",future:"tra poco",past:"proprio ora"}},mini:{year:{one:"{0} anno",other:"{0} anni"},month:{one:"{0} mese",other:"{0} mesi"},week:"{0} sett.",day:"{0} gior.",hour:{one:"{0} ora",other:"{0} ore"},minute:"{0} min.",second:"{0} sec.",now:"adesso"},"long-time":{year:{one:"{0} anno",other:"{0} anni"},month:{one:"{0} mese",other:"{0} mesi"},week:{one:"{0} settimana",other:"{0} settimane"},day:{one:"{0} giorno",other:"{0} giorni"},hour:{one:"{0} ora",other:"{0} ore"},minute:{one:"{0} minuto",other:"{0} minuti"},second:{one:"{0} secondo",other:"{0} secondi"}}},da={locale:"da",long:{year:{previous:"sidste år",current:"i år",next:"næste år",past:"for {0} år siden",future:"om {0} år"},quarter:{previous:"sidste kvartal",current:"dette kvartal",next:"næste kvartal",past:{one:"for {0} kvartal siden",other:"for {0} kvartaler siden"},future:{one:"om {0} kvartal",other:"om {0} kvartaler"}},month:{previous:"sidste måned",current:"denne måned",next:"næste måned",past:{one:"for {0} måned siden",other:"for {0} måneder siden"},future:{one:"om {0} måned",other:"om {0} måneder"}},week:{previous:"sidste uge",current:"denne uge",next:"næste uge",past:{one:"for {0} uge siden",other:"for {0} uger siden"},future:{one:"om {0} uge",other:"om {0} uger"}},day:{previous:"i går","previous-2":"i forgårs",current:"i dag",next:"i morgen","next-2":"i overmorgen",past:{one:"for {0} dag siden",other:"for {0} dage siden"},future:{one:"om {0} dag",other:"om {0} dage"}},hour:{current:"denne time",past:{one:"for {0} time siden",other:"for {0} timer siden"},future:{one:"om {0} time",other:"om {0} timer"}},minute:{current:"dette minut",past:{one:"for {0} minut siden",other:"for {0} minutter siden"},future:{one:"om {0} minut",other:"om {0} minutter"}},second:{current:"nu",past:{one:"for {0} sekund siden",other:"for {0} sekunder siden"},future:{one:"om {0} sekund",other:"om {0} sekunder"}}},short:{year:{previous:"sidste år",current:"i år",next:"næste år",past:"{0} år siden",future:"om {0} år"},quarter:{previous:"sidste kvt.",current:"dette kvt.",next:"næste kvt.",past:"{0} kvt. siden",future:"om {0} kvt."},month:{previous:"sidste md.",current:"denne md.",next:"næste md.",past:{one:"{0} md. siden",other:"{0} mdr. siden"},future:{one:"om {0} md.",other:"om {0} mdr."}},week:{previous:"sidste uge",current:"denne uge",next:"næste uge",past:{one:"{0} uge siden",other:"{0} uger siden"},future:{one:"om {0} uge",other:"om {0} uger"}},day:{previous:"i går","previous-2":"i forgårs",current:"i dag",next:"i morgen","next-2":"i overmorgen",past:{one:"{0} dag siden",other:"{0} dage siden"},future:{one:"om {0} dag",other:"om {0} dage"}},hour:{current:"denne time",past:{one:"{0} time siden",other:"{0} timer siden"},future:{one:"om {0} time",other:"om {0} timer"}},minute:{current:"dette minut",past:"{0} min. siden",future:"om {0} min."},second:{current:"nu",past:"{0} sek. siden",future:"om {0} sek."}},narrow:{year:{previous:"sidste år",current:"i år",next:"næste år",past:"{0} år siden",future:"om {0} år"},quarter:{previous:"sidste kvt.",current:"dette kvt.",next:"næste kvt.",past:"{0} kvt. siden",future:"om {0} kvt."},month:{previous:"sidste md.",current:"denne md.",next:"næste md.",past:{one:"{0} md. siden",other:"{0} mdr. siden"},future:{one:"om {0} md.",other:"om {0} mdr."}},week:{previous:"sidste uge",current:"denne uge",next:"næste uge",past:{one:"{0} uge siden",other:"{0} uger siden"},future:{one:"om {0} uge",other:"om {0} uger"}},day:{previous:"i går","previous-2":"i forgårs",current:"i dag",next:"i morgen","next-2":"i overmorgen",past:{one:"{0} dag siden",other:"{0} dage siden"},future:{one:"om {0} dag",other:"om {0} dage"}},hour:{current:"denne time",past:{one:"{0} time siden",other:"{0} timer siden"},future:{one:"om {0} time",other:"om {0} timer"}},minute:{current:"dette minut",past:"{0} min. siden",future:"om {0} min."},second:{current:"nu",past:"{0} sek. siden",future:"om {0} sek."}},now:{now:{current:"nu",future:"om et øjeblik",past:"lige nu"}},mini:{year:"{0} år",month:{one:"{0} md.",other:"{0} mdr."},week:{one:"{0} uge",other:"{0} uger"},day:{one:"{0} dag",other:"{0} dage"},hour:"{0} t.",minute:"{0} min.",second:"{0} sek.",now:"nu"},"long-time":{year:{one:"{0} år",other:"{0} år"},month:{one:"{0} måned",other:"{0} måneder"},week:{one:"{0} uge",other:"{0} uger"},day:{one:"{0} dag",other:"{0} dage"},hour:{one:"{0} time",other:"{0} timer"},minute:{one:"{0} minut",other:"{0} minutter"},second:{one:"{0} sekund",other:"{0} sekunder"}}},de={locale:"de",long:{year:{previous:"letztes Jahr",current:"dieses Jahr",next:"nächstes Jahr",past:{one:"vor {0} Jahr",other:"vor {0} Jahren"},future:{one:"in {0} Jahr",other:"in {0} Jahren"}},quarter:{previous:"letztes Quartal",current:"dieses Quartal",next:"nächstes Quartal",past:{one:"vor {0} Quartal",other:"vor {0} Quartalen"},future:{one:"in {0} Quartal",other:"in {0} Quartalen"}},month:{previous:"letzten Monat",current:"diesen Monat",next:"nächsten Monat",past:{one:"vor {0} Monat",other:"vor {0} Monaten"},future:{one:"in {0} Monat",other:"in {0} Monaten"}},week:{previous:"letzte Woche",current:"diese Woche",next:"nächste Woche",past:{one:"vor {0} Woche",other:"vor {0} Wochen"},future:{one:"in {0} Woche",other:"in {0} Wochen"}},day:{previous:"gestern","previous-2":"vorgestern",current:"heute",next:"morgen","next-2":"übermorgen",past:{one:"vor {0} Tag",other:"vor {0} Tagen"},future:{one:"in {0} Tag",other:"in {0} Tagen"}},hour:{current:"in dieser Stunde",past:{one:"vor {0} Stunde",other:"vor {0} Stunden"},future:{one:"in {0} Stunde",other:"in {0} Stunden"}},minute:{current:"in dieser Minute",past:{one:"vor {0} Minute",other:"vor {0} Minuten"},future:{one:"in {0} Minute",other:"in {0} Minuten"}},second:{current:"jetzt",past:{one:"vor {0} Sekunde",other:"vor {0} Sekunden"},future:{one:"in {0} Sekunde",other:"in {0} Sekunden"}}},short:{year:{previous:"letztes Jahr",current:"dieses Jahr",next:"nächstes Jahr",past:{one:"vor {0} Jahr",other:"vor {0} Jahren"},future:{one:"in {0} Jahr",other:"in {0} Jahren"}},quarter:{previous:"letztes Quartal",current:"dieses Quartal",next:"nächstes Quartal",past:"vor {0} Quart.",future:"in {0} Quart."},month:{previous:"letzten Monat",current:"diesen Monat",next:"nächsten Monat",past:{one:"vor {0} Monat",other:"vor {0} Monaten"},future:{one:"in {0} Monat",other:"in {0} Monaten"}},week:{previous:"letzte Woche",current:"diese Woche",next:"nächste Woche",past:{one:"vor {0} Woche",other:"vor {0} Wochen"},future:{one:"in {0} Woche",other:"in {0} Wochen"}},day:{previous:"gestern","previous-2":"vorgestern",current:"heute",next:"morgen","next-2":"übermorgen",past:{one:"vor {0} Tag",other:"vor {0} Tagen"},future:{one:"in {0} Tag",other:"in {0} Tagen"}},hour:{current:"in dieser Stunde",past:"vor {0} Std.",future:"in {0} Std."},minute:{current:"in dieser Minute",past:"vor {0} Min.",future:"in {0} Min."},second:{current:"jetzt",past:"vor {0} Sek.",future:"in {0} Sek."}},narrow:{year:{previous:"letztes Jahr",current:"dieses Jahr",next:"nächstes Jahr",past:{one:"vor {0} Jahr",other:"vor {0} Jahren"},future:{one:"in {0} Jahr",other:"in {0} Jahren"}},quarter:{previous:"letztes Quartal",current:"dieses Quartal",next:"nächstes Quartal",past:"vor {0} Q",future:"in {0} Q"},month:{previous:"letzten Monat",current:"diesen Monat",next:"nächsten Monat",past:{one:"vor {0} Monat",other:"vor {0} Monaten"},future:{one:"in {0} Monat",other:"in {0} Monaten"}},week:{previous:"letzte Woche",current:"diese Woche",next:"nächste Woche",past:"vor {0} Wo.",future:"in {0} Wo."},day:{previous:"gestern","previous-2":"vorgestern",current:"heute",next:"morgen","next-2":"übermorgen",past:{one:"vor {0} Tag",other:"vor {0} Tagen"},future:{one:"in {0} Tag",other:"in {0} Tagen"}},hour:{current:"in dieser Stunde",past:"vor {0} Std.",future:"in {0} Std."},minute:{current:"in dieser Minute",past:"vor {0} m",future:"in {0} m"},second:{current:"jetzt",past:"vor {0} s",future:"in {0} s"}},now:{now:{current:"jetzt",future:"in einem Moment",past:"gerade jetzt"}},mini:{year:"{0} J.",month:"{0} Mt.",week:"{0} Wo.",day:"{0} T.",hour:"{0} Std.",minute:"{0} Min.",second:"{0} s",now:"jetzt"},"long-time":{year:{one:"{0} Jahr",other:"{0} Jahre"},month:{one:"{0} Monat",other:"{0} Monate"},week:{one:"{0} Woche",other:"{0} Wochen"},day:{one:"{0} Tag",other:"{0} Tage"},hour:{one:"{0} Stunde",other:"{0} Stunden"},minute:{one:"{0} Minute",other:"{0} Minuten"},second:{one:"{0} Sekunde",other:"{0} Sekunden"}}},zh={locale:"zh",long:{year:{previous:"去年",current:"今年",next:"明年",past:"{0}年前",future:"{0}年后"},quarter:{previous:"上季度",current:"本季度",next:"下季度",past:"{0}个季度前",future:"{0}个季度后"},month:{previous:"上个月",current:"本月",next:"下个月",past:"{0}个月前",future:"{0}个月后"},week:{previous:"上周",current:"本周",next:"下周",past:"{0}周前",future:"{0}周后"},day:{previous:"昨天","previous-2":"前天",current:"今天",next:"明天","next-2":"后天",past:"{0}天前",future:"{0}天后"},hour:{current:"这一时间 / 此时",past:"{0}小时前",future:"{0}小时后"},minute:{current:"此刻",past:"{0}分钟前",future:"{0}分钟后"},second:{current:"现在",past:"{0}秒钟前",future:"{0}秒钟后"}},short:{year:{previous:"去年",current:"今年",next:"明年",past:"{0}年前",future:"{0}年后"},quarter:{previous:"上季度",current:"本季度",next:"下季度",past:"{0}个季度前",future:"{0}个季度后"},month:{previous:"上个月",current:"本月",next:"下个月",past:"{0}个月前",future:"{0}个月后"},week:{previous:"上周",current:"本周",next:"下周",past:"{0}周前",future:"{0}周后"},day:{previous:"昨天","previous-2":"前天",current:"今天",next:"明天","next-2":"后天",past:"{0}天前",future:"{0}天后"},hour:{current:"这一时间 / 此时",past:"{0}小时前",future:"{0}小时后"},minute:{current:"此刻",past:"{0}分钟前",future:"{0}分钟后"},second:{current:"现在",past:"{0}秒前",future:"{0}秒后"}},narrow:{year:{previous:"去年",current:"今年",next:"明年",past:"{0}年前",future:"{0}年后"},quarter:{previous:"上季度",current:"本季度",next:"下季度",past:"{0}个季度前",future:"{0}个季度后"},month:{previous:"上个月",current:"本月",next:"下个月",past:"{0}个月前",future:"{0}个月后"},week:{previous:"上周",current:"本周",next:"下周",past:"{0}周前",future:"{0}周后"},day:{previous:"昨天","previous-2":"前天",current:"今天",next:"明天","next-2":"后天",past:"{0}天前",future:"{0}天后"},hour:{current:"这一时间 / 此时",past:"{0}小时前",future:"{0}小时后"},minute:{current:"此刻",past:"{0}分钟前",future:"{0}分钟后"},second:{current:"现在",past:"{0}秒前",future:"{0}秒后"}},now:{now:{current:"现在",past:"现在",future:"现在"}},mini:{year:"{0}年",month:"{0}个月",week:"{0}周",day:"{0}天",hour:"{0}小时",minute:"{0}分钟",second:"{0}秒钟",now:"现在"}},ro={locale:"ro",long:{year:{previous:"anul trecut",current:"anul acesta",next:"anul viitor",past:{one:"acum {0} an",few:"acum {0} ani",other:"acum {0} de ani"},future:{one:"peste {0} an",few:"peste {0} ani",other:"peste {0} de ani"}},quarter:{previous:"trimestrul trecut",current:"trimestrul acesta",next:"trimestrul viitor",past:{one:"acum {0} trimestru",few:"acum {0} trimestre",other:"acum {0} de trimestre"},future:{one:"peste {0} trimestru",few:"peste {0} trimestre",other:"peste {0} de trimestre"}},month:{previous:"luna trecută",current:"luna aceasta",next:"luna viitoare",past:{one:"acum {0} lună",few:"acum {0} luni",other:"acum {0} de luni"},future:{one:"peste {0} lună",few:"peste {0} luni",other:"peste {0} de luni"}},week:{previous:"săptămâna trecută",current:"săptămâna aceasta",next:"săptămâna viitoare",past:{one:"acum {0} săptămână",few:"acum {0} săptămâni",other:"acum {0} de săptămâni"},future:{one:"peste {0} săptămână",few:"peste {0} săptămâni",other:"peste {0} de săptămâni"}},day:{previous:"ieri","previous-2":"alaltăieri",current:"azi",next:"mâine","next-2":"poimâine",past:{one:"acum {0} zi",few:"acum {0} zile",other:"acum {0} de zile"},future:{one:"peste {0} zi",few:"peste {0} zile",other:"peste {0} de zile"}},hour:{current:"ora aceasta",past:{one:"acum {0} oră",few:"acum {0} ore",other:"acum {0} de ore"},future:{one:"peste {0} oră",few:"peste {0} ore",other:"peste {0} de ore"}},minute:{current:"minutul acesta",past:{one:"acum {0} minut",few:"acum {0} minute",other:"acum {0} de minute"},future:{one:"peste {0} minut",few:"peste {0} minute",other:"peste {0} de minute"}},second:{current:"acum",past:{one:"acum {0} secundă",few:"acum {0} secunde",other:"acum {0} de secunde"},future:{one:"peste {0} secundă",few:"peste {0} secunde",other:"peste {0} de secunde"}}},short:{year:{previous:"anul trecut",current:"anul acesta",next:"anul viitor",past:{one:"acum {0} an",few:"acum {0} ani",other:"acum {0} de ani"},future:{one:"peste {0} an",few:"peste {0} ani",other:"peste {0} de ani"}},quarter:{previous:"trim. trecut",current:"trim. acesta",next:"trim. viitor",past:"acum {0} trim.",future:"peste {0} trim."},month:{previous:"luna trecută",current:"luna aceasta",next:"luna viitoare",past:{one:"acum {0} lună",other:"acum {0} luni"},future:{one:"peste {0} lună",other:"peste {0} luni"}},week:{previous:"săpt. trecută",current:"săpt. aceasta",next:"săpt. viitoare",past:"acum {0} săpt.",future:"peste {0} săpt."},day:{previous:"ieri","previous-2":"alaltăieri",current:"azi",next:"mâine","next-2":"poimâine",past:{one:"acum {0} zi",few:"acum {0} zile",other:"acum {0} de zile"},future:{one:"peste {0} zi",few:"peste {0} zile",other:"peste {0} de zile"}},hour:{current:"ora aceasta",past:"acum {0} h",future:"peste {0} h"},minute:{current:"minutul acesta",past:"acum {0} min.",future:"peste {0} min."},second:{current:"acum",past:"acum {0} sec.",future:"peste {0} sec."}},narrow:{year:{previous:"anul trecut",current:"anul acesta",next:"anul viitor",past:{one:"-{0} an",other:"-{0} ani"},future:{one:"+{0} an",other:"+{0} ani"}},quarter:{previous:"trim. trecut",current:"trim. acesta",next:"trim. viitor",past:"-{0} trim.",future:"+{0} trim."},month:{previous:"luna trecută",current:"luna aceasta",next:"luna viitoare",past:{one:"-{0} lună",other:"-{0} luni"},future:{one:"+{0} lună",other:"+{0} luni"}},week:{previous:"săpt. trecută",current:"săpt. aceasta",next:"săpt. viitoare",past:"-{0} săpt.",future:"+{0} săpt."},day:{previous:"ieri","previous-2":"alaltăieri",current:"azi",next:"mâine","next-2":"poimâine",past:{one:"-{0} zi",other:"-{0} zile"},future:{one:"+{0} zi",other:"+{0} zile"}},hour:{current:"ora aceasta",past:"-{0} h",future:"+{0} h"},minute:{current:"minutul acesta",past:"-{0} m",future:"+{0} m"},second:{current:"acum",past:"-{0} s",future:"+{0} s"}},now:{now:{current:"acum",future:"într-un moment",past:"acum un moment"}},mini:{year:{one:"{0} an",other:"{0} ani"},month:{one:"{0} lună",other:"{0} luni"},week:"{0} săp.",day:{one:"{0} zi",other:"{0} zile"},hour:"{0} h",minute:"{0} min.",second:"{0} sec.",now:"acum"},"long-time":{year:{one:"{0} an",other:"{0} ani"},month:{one:"{0} lună",other:"{0} luni"},week:{one:"{0} săptămână",other:"{0} săptămâni"},day:{one:"{0} zi",other:"{0} zile"},hour:{one:"{0} oră",other:"{0} ore"},minute:{one:"{0} minut",other:"{0} minute"},second:{one:"{0} secundă",other:"{0} secunde"}}},nb={locale:"nb",long:{year:{previous:"i fjor",current:"i år",next:"neste år",past:"for {0} år siden",future:"om {0} år"},quarter:{previous:"forrige kvartal",current:"dette kvartalet",next:"neste kvartal",past:{one:"for {0} kvartal siden",other:"for {0} kvartaler siden"},future:{one:"om {0} kvartal",other:"om {0} kvartaler"}},month:{previous:"forrige måned",current:"denne måneden",next:"neste måned",past:{one:"for {0} måned siden",other:"for {0} måneder siden"},future:{one:"om {0} måned",other:"om {0} måneder"}},week:{previous:"forrige uke",current:"denne uken",next:"neste uke",past:{one:"for {0} uke siden",other:"for {0} uker siden"},future:{one:"om {0} uke",other:"om {0} uker"}},day:{previous:"i går","previous-2":"i forgårs",current:"i dag",next:"i morgen","next-2":"i overmorgen",past:"for {0} døgn siden",future:"om {0} døgn"},hour:{current:"denne timen",past:{one:"for {0} time siden",other:"for {0} timer siden"},future:{one:"om {0} time",other:"om {0} timer"}},minute:{current:"dette minuttet",past:{one:"for {0} minutt siden",other:"for {0} minutter siden"},future:{one:"om {0} minutt",other:"om {0} minutter"}},second:{current:"nå",past:{one:"for {0} sekund siden",other:"for {0} sekunder siden"},future:{one:"om {0} sekund",other:"om {0} sekunder"}}},short:{year:{previous:"i fjor",current:"i år",next:"neste år",past:"for {0} år siden",future:"om {0} år"},quarter:{previous:"forrige kv.",current:"dette kv.",next:"neste kv.",past:"for {0} kv. siden",future:"om {0} kv."},month:{previous:"forrige md.",current:"denne md.",next:"neste md.",past:"for {0} md. siden",future:"om {0} md."},week:{previous:"forrige uke",current:"denne uken",next:"neste uke",past:"for {0} u. siden",future:"om {0} u."},day:{previous:"i går","previous-2":"i forgårs",current:"i dag",next:"i morgen","next-2":"i overmorgen",past:"for {0} d. siden",future:"om {0} d."},hour:{current:"denne timen",past:"for {0} t siden",future:"om {0} t"},minute:{current:"dette minuttet",past:"for {0} min siden",future:"om {0} min"},second:{current:"nå",past:"for {0} sek siden",future:"om {0} sek"}},narrow:{year:{previous:"i fjor",current:"i år",next:"neste år",past:"-{0} år",future:"+{0} år"},quarter:{previous:"forrige kv.",current:"dette kv.",next:"neste kv.",past:"-{0} kv.",future:"+{0} kv."},month:{previous:"forrige md.",current:"denne md.",next:"neste md.",past:"-{0} md.",future:"+{0} md."},week:{previous:"forrige uke",current:"denne uken",next:"neste uke",past:"-{0} u.",future:"+{0} u."},day:{previous:"i går","previous-2":"-2 d.",current:"i dag",next:"i morgen","next-2":"+2 d.",past:"-{0} d.",future:"+{0} d."},hour:{current:"denne timen",past:"-{0} t",future:"+{0} t"},minute:{current:"dette minuttet",past:"-{0} min",future:"+{0} min"},second:{current:"nå",past:"-{0} s",future:"+{0} s"}}},sv={locale:"sv",long:{year:{previous:"i fjol",current:"i år",next:"nästa år",past:"för {0} år sedan",future:"om {0} år"},quarter:{previous:"förra kvartalet",current:"detta kvartal",next:"nästa kvartal",past:"för {0} kvartal sedan",future:"om {0} kvartal"},month:{previous:"förra månaden",current:"denna månad",next:"nästa månad",past:{one:"för {0} månad sedan",other:"för {0} månader sedan"},future:{one:"om {0} månad",other:"om {0} månader"}},week:{previous:"förra veckan",current:"denna vecka",next:"nästa vecka",past:{one:"för {0} vecka sedan",other:"för {0} veckor sedan"},future:{one:"om {0} vecka",other:"om {0} veckor"}},day:{previous:"i går","previous-2":"i förrgår",current:"i dag",next:"i morgon","next-2":"i övermorgon",past:{one:"för {0} dag sedan",other:"för {0} dagar sedan"},future:{one:"om {0} dag",other:"om {0} dagar"}},hour:{current:"denna timme",past:{one:"för {0} timme sedan",other:"för {0} timmar sedan"},future:{one:"om {0} timme",other:"om {0} timmar"}},minute:{current:"denna minut",past:{one:"för {0} minut sedan",other:"för {0} minuter sedan"},future:{one:"om {0} minut",other:"om {0} minuter"}},second:{current:"nu",past:{one:"för {0} sekund sedan",other:"för {0} sekunder sedan"},future:{one:"om {0} sekund",other:"om {0} sekunder"}}},short:{year:{previous:"i fjol",current:"i år",next:"nästa år",past:"för {0} år sen",future:"om {0} år"},quarter:{previous:"förra kv.",current:"detta kv.",next:"nästa kv.",past:"för {0} kv. sen",future:"om {0} kv."},month:{previous:"förra mån.",current:"denna mån.",next:"nästa mån.",past:"för {0} mån. sen",future:"om {0} mån."},week:{previous:"förra v.",current:"denna v.",next:"nästa v.",past:"för {0} v. sedan",future:"om {0} v."},day:{previous:"i går","previous-2":"i förrgår",current:"i dag",next:"i morgon","next-2":"i övermorgon",past:{one:"för {0} d sedan",other:"för {0} d sedan"},future:"om {0} d"},hour:{current:"denna timme",past:"för {0} tim sedan",future:"om {0} tim"},minute:{current:"denna minut",past:"för {0} min sen",future:"om {0} min"},second:{current:"nu",past:"för {0} s sen",future:{one:"om {0} sek",other:"om {0} sek"}}},narrow:{year:{previous:"i fjol",current:"i år",next:"nästa år",past:"−{0} år",future:"+{0} år"},quarter:{previous:"förra kv.",current:"detta kv.",next:"nästa kv.",past:"−{0} kv",future:"+{0} kv."},month:{previous:"förra mån.",current:"denna mån.",next:"nästa mån.",past:"−{0} mån",future:"+{0} mån."},week:{previous:"förra v.",current:"denna v.",next:"nästa v.",past:"−{0} v",future:"+{0} v."},day:{previous:"igår","previous-2":"i förrgår",current:"idag",next:"imorgon","next-2":"i övermorgon",past:"−{0} d",future:"+{0} d"},hour:{current:"denna timme",past:"−{0} h",future:"+{0} h"},minute:{current:"denna minut",past:"−{0} min",future:"+{0} min"},second:{current:"nu",past:"−{0} s",future:"+{0} s"}},now:{now:{current:"nu",future:"om ett ögonblick",past:"alldeles nyss"}},mini:{year:"{0} år",month:"{0} mån.",week:"{0} v.",day:{one:"{0} dag",other:"{0} dagar"},hour:"{0} tim.",minute:"{0} min",second:"{0} sek.",now:"nu"},"long-time":{year:{one:"{0} år",other:"{0} år"},month:{one:"{0} månad",other:"{0} månader"},week:{one:"{0} vecka",other:"{0} veckor"},day:{one:"{0} dag",other:"{0} dagar"},hour:{one:"{0} timme",other:"{0} timmar"},minute:{one:"{0} minut",other:"{0} minuter"},second:{one:"{0} sekund",other:"{0} sekunder"}}},fi={locale:"fi",long:{year:{previous:"viime vuonna",current:"tänä vuonna",next:"ensi vuonna",past:{one:"{0} vuosi sitten",other:"{0} vuotta sitten"},future:"{0} vuoden päästä"},quarter:{previous:"viime neljännesvuonna",current:"tänä neljännesvuonna",next:"ensi neljännesvuonna",past:{one:"{0} neljännesvuosi sitten",other:"{0} neljännesvuotta sitten"},future:"{0} neljännesvuoden päästä"},month:{previous:"viime kuussa",current:"tässä kuussa",next:"ensi kuussa",past:{one:"{0} kuukausi sitten",other:"{0} kuukautta sitten"},future:"{0} kuukauden päästä"},week:{previous:"viime viikolla",current:"tällä viikolla",next:"ensi viikolla",past:{one:"{0} viikko sitten",other:"{0} viikkoa sitten"},future:"{0} viikon päästä"},day:{previous:"eilen","previous-2":"toissa päivänä",current:"tänään",next:"huomenna","next-2":"ylihuomenna",past:{one:"{0} päivä sitten",other:"{0} päivää sitten"},future:"{0} päivän päästä"},hour:{current:"tämän tunnin aikana",past:{one:"{0} tunti sitten",other:"{0} tuntia sitten"},future:"{0} tunnin päästä"},minute:{current:"tämän minuutin aikana",past:{one:"{0} minuutti sitten",other:"{0} minuuttia sitten"},future:"{0} minuutin päästä"},second:{current:"nyt",past:{one:"{0} sekunti sitten",other:"{0} sekuntia sitten"},future:"{0} sekunnin päästä"}},short:{year:{previous:"viime v",current:"tänä v",next:"ensi v",past:"{0} v sitten",future:"{0} v päästä"},quarter:{previous:"viime neljänneksenä",current:"tänä neljänneksenä",next:"ensi neljänneksenä",past:{one:"{0} neljännes sitten",other:"{0} neljännestä sitten"},future:"{0} neljänneksen päästä"},month:{previous:"viime kk",current:"tässä kk",next:"ensi kk",past:"{0} kk sitten",future:"{0} kk päästä"},week:{previous:"viime vk",current:"tällä vk",next:"ensi vk",past:"{0} vk sitten",future:"{0} vk päästä"},day:{previous:"eilen","previous-2":"toissap.",current:"tänään",next:"huom.","next-2":"ylihuom.",past:"{0} pv sitten",future:"{0} pv päästä"},hour:{current:"tunnin sisällä",past:"{0} t sitten",future:"{0} t päästä"},minute:{current:"minuutin sisällä",past:"{0} min sitten",future:"{0} min päästä"},second:{current:"nyt",past:"{0} s sitten",future:"{0} s päästä"}},narrow:{year:{previous:"viime v",current:"tänä v",next:"ensi v",past:"{0} v sitten",future:"{0} v päästä"},quarter:{previous:"viime nelj.",current:"tänä nelj.",next:"ensi nelj.",past:"{0} nelj. sitten",future:"{0} nelj. päästä"},month:{previous:"viime kk",current:"tässä kk",next:"ensi kk",past:"{0} kk sitten",future:"{0} kk päästä"},week:{previous:"viime vk",current:"tällä vk",next:"ensi vk",past:"{0} vk sitten",future:"{0} vk päästä"},day:{previous:"eilen","previous-2":"toissap.",current:"tänään",next:"huom.","next-2":"ylihuom.",past:"{0} pv sitten",future:"{0} pv päästä"},hour:{current:"tunnin sisällä",past:"{0} t sitten",future:"{0} t päästä"},minute:{current:"minuutin sisällä",past:"{0} min sitten",future:"{0} min päästä"},second:{current:"nyt",past:"{0} s sitten",future:"{0} s päästä"}}},id={locale:"id",long:{year:{previous:"tahun lalu",current:"tahun ini",next:"tahun depan",past:"{0} tahun yang lalu",future:"dalam {0} tahun"},quarter:{previous:"Kuartal lalu",current:"kuartal ini",next:"kuartal berikutnya",past:"{0} kuartal yang lalu",future:"dalam {0} kuartal"},month:{previous:"bulan lalu",current:"bulan ini",next:"bulan depan",past:"{0} bulan yang lalu",future:"dalam {0} bulan"},week:{previous:"minggu lalu",current:"minggu ini",next:"minggu depan",past:"{0} minggu yang lalu",future:"dalam {0} minggu"},day:{previous:"kemarin","previous-2":"kemarin dulu",current:"hari ini",next:"besok","next-2":"lusa",past:"{0} hari yang lalu",future:"dalam {0} hari"},hour:{current:"jam ini",past:"{0} jam yang lalu",future:"dalam {0} jam"},minute:{current:"menit ini",past:"{0} menit yang lalu",future:"dalam {0} menit"},second:{current:"sekarang",past:"{0} detik yang lalu",future:"dalam {0} detik"}},short:{year:{previous:"thn lalu",current:"thn ini",next:"thn depan",past:"{0} thn lalu",future:"dlm {0} thn"},quarter:{previous:"krtl lalu",current:"krtl ini",next:"krtl berikutnya",past:"{0} krtl. lalu",future:"dlm {0} krtl."},month:{previous:"bln lalu",current:"bln ini",next:"bln berikutnya",past:"{0} bln lalu",future:"dlm {0} bln"},week:{previous:"mgg lalu",current:"mgg ini",next:"mgg depan",past:"{0} mgg lalu",future:"dlm {0} mgg"},day:{previous:"kemarin","previous-2":"selumbari",current:"hari ini",next:"besok","next-2":"lusa",past:"{0} h lalu",future:"dalam {0} h"},hour:{current:"jam ini",past:"{0} jam lalu",future:"dalam {0} jam"},minute:{current:"mnt ini",past:"{0} mnt lalu",future:"dlm {0} mnt"},second:{current:"sekarang",past:"{0} dtk lalu",future:"dlm {0} dtk"}},narrow:{year:{previous:"thn lalu",current:"thn ini",next:"thn depan",past:"{0} thn lalu",future:"dlm {0} thn"},quarter:{previous:"krtl lalu",current:"krtl ini",next:"krtl berikutnya",past:"{0} krtl. lalu",future:"dlm {0} krtl."},month:{previous:"bln lalu",current:"bln ini",next:"bln berikutnya",past:"{0} bln lalu",future:"dlm {0} bln"},week:{previous:"mgg lalu",current:"mgg ini",next:"mgg depan",past:"{0} mgg lalu",future:"dlm {0} mgg"},day:{previous:"kemarin","previous-2":"selumbari",current:"hari ini",next:"besok","next-2":"lusa",past:"{0} h lalu",future:"dalam {0} h"},hour:{current:"jam ini",past:"{0} jam lalu",future:"dalam {0} jam"},minute:{current:"mnt ini",past:"{0} mnt lalu",future:"dlm {0} mnt"},second:{current:"sekarang",past:"{0} dtk lalu",future:"dlm {0} dtk"}},now:{now:{current:"sekarang",future:"beberapa saat lagi",past:"baru saja"}},mini:{year:"{0}thn",month:"{0}bln",week:"{0}mg",day:"{0}hr",hour:"{0}jam",minute:"{0}mnt",second:"{0}dtk",now:"sekarang"},"short-time":{year:"{0} thn.",month:"{0} bln.",week:"{0} mg.",day:"{0} hr.",hour:"{0} jam.",minute:"{0} mnt.",second:"{0} dtk."},"long-time":{year:"{0} tahun",month:"{0} bulan",week:"{0} minggu",day:"{0} hari",hour:"{0} jam",minute:"{0} menit",second:"{0} detik"}},hu={locale:"hu",long:{year:{previous:"előző év",current:"ez az év",next:"következő év",past:"{0} évvel ezelőtt",future:"{0} év múlva"},quarter:{previous:"előző negyedév",current:"ez a negyedév",next:"következő negyedév",past:"{0} negyedévvel ezelőtt",future:"{0} negyedév múlva"},month:{previous:"előző hónap",current:"ez a hónap",next:"következő hónap",past:"{0} hónappal ezelőtt",future:"{0} hónap múlva"},week:{previous:"előző hét",current:"ez a hét",next:"következő hét",past:"{0} héttel ezelőtt",future:"{0} hét múlva"},day:{previous:"tegnap","previous-2":"tegnapelőtt",current:"ma",next:"holnap","next-2":"holnapután",past:"{0} nappal ezelőtt",future:"{0} nap múlva"},hour:{current:"ebben az órában",past:"{0} órával ezelőtt",future:"{0} óra múlva"},minute:{current:"ebben a percben",past:"{0} perccel ezelőtt",future:"{0} perc múlva"},second:{current:"most",past:"{0} másodperccel ezelőtt",future:"{0} másodperc múlva"}},short:{year:{previous:"előző év",current:"ez az év",next:"következő év",past:"{0} évvel ezelőtt",future:"{0} év múlva"},quarter:{previous:"előző negyedév",current:"ez a negyedév",next:"következő negyedév",past:"{0} negyedévvel ezelőtt",future:"{0} negyedév múlva"},month:{previous:"előző hónap",current:"ez a hónap",next:"következő hónap",past:"{0} hónappal ezelőtt",future:"{0} hónap múlva"},week:{previous:"előző hét",current:"ez a hét",next:"következő hét",past:"{0} héttel ezelőtt",future:"{0} hét múlva"},day:{previous:"tegnap","previous-2":"tegnapelőtt",current:"ma",next:"holnap","next-2":"holnapután",past:"{0} napja",future:"{0} nap múlva"},hour:{current:"ebben az órában",past:"{0} órával ezelőtt",future:"{0} óra múlva"},minute:{current:"ebben a percben",past:"{0} perccel ezelőtt",future:"{0} perc múlva"},second:{current:"most",past:"{0} másodperccel ezelőtt",future:"{0} másodperc múlva"}},narrow:{year:{previous:"előző év",current:"ez az év",next:"következő év",past:"{0} éve",future:"{0} év múlva"},quarter:{previous:"előző negyedév",current:"ez a negyedév",next:"következő negyedév",past:"{0} negyedévvel ezelőtt",future:"{0} n.év múlva"},month:{previous:"előző hónap",current:"ez a hónap",next:"következő hónap",past:"{0} hónapja",future:"{0} hónap múlva"},week:{previous:"előző hét",current:"ez a hét",next:"következő hét",past:"{0} hete",future:"{0} hét múlva"},day:{previous:"tegnap","previous-2":"tegnapelőtt",current:"ma",next:"holnap","next-2":"holnapután",past:"{0} napja",future:"{0} nap múlva"},hour:{current:"ebben az órában",past:"{0} órája",future:"{0} óra múlva"},minute:{current:"ebben a percben",past:"{0} perce",future:"{0} perc múlva"},second:{current:"most",past:"{0} m.perce",future:"{0} másodperc múlva"}}},he={locale:"he",long:{year:{previous:"השנה שעברה",current:"השנה",next:"השנה הבאה",past:{one:"לפני שנה",two:"לפני שנתיים",many:"לפני {0} שנה",other:"לפני {0} שנים"},future:{one:"בעוד שנה",two:"בעוד שנתיים",many:"בעוד {0} שנה",other:"בעוד {0} שנים"}},quarter:{previous:"הרבעון הקודם",current:"רבעון זה",next:"הרבעון הבא",past:{one:"ברבעון הקודם",two:"לפני שני רבעונים",other:"לפני {0} רבעונים"},future:{one:"ברבעון הבא",two:"בעוד שני רבעונים",other:"בעוד {0} רבעונים"}},month:{previous:"החודש שעבר",current:"החודש",next:"החודש הבא",past:{one:"לפני חודש",two:"לפני חודשיים",other:"לפני {0} חודשים"},future:{one:"בעוד חודש",two:"בעוד חודשיים",other:"בעוד {0} חודשים"}},week:{previous:"השבוע שעבר",current:"השבוע",next:"השבוע הבא",past:{one:"לפני שבוע",two:"לפני שבועיים",other:"לפני {0} שבועות"},future:{one:"בעוד שבוע",two:"בעוד שבועיים",other:"בעוד {0} שבועות"}},day:{previous:"אתמול","previous-2":"שלשום",current:"היום",next:"מחר","next-2":"מחרתיים",past:{one:"לפני יום {0}",two:"לפני יומיים",other:"לפני {0} ימים"},future:{one:"בעוד יום {0}",two:"בעוד יומיים",other:"בעוד {0} ימים"}},hour:{current:"בשעה זו",past:{one:"לפני שעה",two:"לפני שעתיים",other:"לפני {0} שעות"},future:{one:"בעוד שעה",two:"בעוד שעתיים",other:"בעוד {0} שעות"}},minute:{current:"בדקה זו",past:{one:"לפני דקה",two:"לפני שתי דקות",other:"לפני {0} דקות"},future:{one:"בעוד דקה",two:"בעוד שתי דקות",other:"בעוד {0} דקות"}},second:{current:"עכשיו",past:{one:"לפני שנייה",two:"לפני שתי שניות",other:"לפני {0} שניות"},future:{one:"בעוד שנייה",two:"בעוד שתי שניות",other:"בעוד {0} שניות"}}},short:{year:{previous:"השנה שעברה",current:"השנה",next:"השנה הבאה",past:{one:"לפני שנה",two:"לפני שנתיים",many:"לפני {0} שנה",other:"לפני {0} שנים"},future:{one:"בעוד שנה",two:"בעוד שנתיים",many:"בעוד {0} שנה",other:"בעוד {0} שנים"}},quarter:{previous:"הרבעון הקודם",current:"רבעון זה",next:"הרבעון הבא",past:{one:"ברבע׳ הקודם",two:"לפני שני רבע׳",other:"לפני {0} רבע׳"},future:{one:"ברבע׳ הבא",two:"בעוד שני רבע׳",other:"בעוד {0} רבע׳"}},month:{previous:"החודש שעבר",current:"החודש",next:"החודש הבא",past:{one:"לפני חודש",two:"לפני חודשיים",other:"לפני {0} חודשים"},future:{one:"בעוד חודש",two:"בעוד חודשיים",other:"בעוד {0} חודשים"}},week:{previous:"השבוע שעבר",current:"השבוע",next:"השבוע הבא",past:{one:"לפני שב׳",two:"לפני שבועיים",other:"לפני {0} שב׳"},future:{one:"בעוד שב׳",two:"בעוד שבועיים",other:"בעוד {0} שב׳"}},day:{previous:"אתמול","previous-2":"שלשום",current:"היום",next:"מחר","next-2":"מחרתיים",past:{one:"אתמול",two:"לפני יומיים",other:"לפני {0} ימים"},future:{one:"מחר",two:"בעוד יומיים",other:"בעוד {0} ימים"}},hour:{current:"בשעה זו",past:{one:"לפני שעה",two:"לפני שעתיים",other:"לפני {0} שע׳"},future:{one:"בעוד שעה",two:"בעוד שעתיים",other:"בעוד {0} שע׳"}},minute:{current:"דקה זו",past:{one:"לפני דקה",other:"לפני {0} דק׳"},future:{one:"בעוד דקה",two:"בעוד שתי דק׳",other:"בעוד {0} דק׳"}},second:{current:"עכשיו",past:{one:"לפני שנ׳",two:"לפני שתי שנ׳",other:"לפני {0} שנ׳"},future:{one:"בעוד שנ׳",two:"בעוד שתי שנ׳",other:"בעוד {0} שנ׳"}}},narrow:{year:{previous:"השנה שעברה",current:"השנה",next:"השנה הבאה",past:{one:"לפני שנה",two:"לפני שנתיים",many:"לפני {0} שנה",other:"לפני {0} שנים"},future:{one:"בעוד שנה",two:"בעוד שנתיים",many:"בעוד {0} שנה",other:"בעוד {0} שנים"}},quarter:{previous:"הרבעון הקודם",current:"רבעון זה",next:"הרבעון הבא",past:{one:"ברבע׳ הקודם",two:"לפני שני רבע׳",other:"לפני {0} רבע׳"},future:{one:"ברבע׳ הבא",two:"בעוד שני רבע׳",other:"בעוד {0} רבע׳"}},month:{previous:"החודש שעבר",current:"החודש",next:"החודש הבא",past:{one:"לפני חו׳",two:"לפני חודשיים",other:"לפני {0} חו׳"},future:{one:"בעוד חו׳",two:"בעוד חודשיים",other:"בעוד {0} חו׳"}},week:{previous:"השבוע שעבר",current:"השבוע",next:"השבוע הבא",past:{one:"לפני שבוע",two:"לפני שבועיים",other:"לפני {0} שב׳"},future:{one:"בעוד שב׳",two:"בעוד שבועיים",other:"בעוד {0} שב׳"}},day:{previous:"אתמול","previous-2":"שלשום",current:"היום",next:"מחר","next-2":"מחרתיים",past:{one:"אתמול",two:"לפני יומיים",other:"לפני {0} ימים"},future:{one:"מחר",two:"בעוד יומיים",other:"בעוד {0} ימים"}},hour:{current:"בשעה זו",past:{one:"לפני שעה",two:"לפני שעתיים",other:"לפני {0} שע׳"},future:{one:"בעוד שעה",two:"בעוד שעתיים",other:"בעוד {0} שע׳"}},minute:{current:"דקה זו",past:{one:"לפני דקה",two:"לפני שתי דק׳",other:"לפני {0} דק׳"},future:{one:"בעוד דקה",two:"בעוד שתי דק׳",other:"בעוד {0} דק׳"}},second:{current:"עכשיו",past:{one:"לפני שנ׳",two:"לפני שתי שנ׳",other:"לפני {0} שנ׳"},future:{one:"בעוד שנ׳",two:"בעוד שתי שנ׳",other:"בעוד {0} שנ׳"}}}},initializeTimeAgo=e=>(TimeAgo.addDefaultLocale(en),TimeAgo.addLocale(es),TimeAgo.addLocale(fr),TimeAgo.addLocale(pt),TimeAgo.addLocale(nl),TimeAgo.addLocale(it),TimeAgo.addLocale(da),TimeAgo.addLocale(de),TimeAgo.addLocale(zh),TimeAgo.addLocale(ro),TimeAgo.addLocale(nb),TimeAgo.addLocale(sv),TimeAgo.addLocale(fi),TimeAgo.addLocale(id),TimeAgo.addLocale(hu),TimeAgo.addLocale(he),new TimeAgo(e)),{initCartWatcher}=useCartWatcher(),useMain=()=>{const e=useMainStore(),{actions:t,activePop:n,activeBar:r,activeBtns:o,buttons:i,campaigns:a,countryCode:s,currentSite:c,currency:l,permissions:d,pops:v,popSettings:m,permissionsWithOverrides:w,popDynamicVars:k}=storeToRefs(e);ref([]);const C=useStorage(),T=()=>{var y,j,H,J;return((y=m.value)==null?void 0:y.pop_devices.length)==0?!1:!!(ee&&((j=m.value)!=null&&j.pop_devices.includes("Mobile"))||be&&((H=m.value)!=null&&H.pop_devices.includes("Tablet"))||Wi&&((J=m.value)!=null&&J.pop_devices.includes("Desktop")))},Y=y=>{const j=y.lastIndexOf(" - ");return j!==-1?y.substring(0,j):y},te=async({id:y})=>{var b,E,D,K;let j="https://cdn.pop-convert.com";if(!((E=(b=window.ShopifyAnalytics)==null?void 0:b.meta)!=null&&E.product))return;const H=window.ShopifyAnalytics.meta.product.id,J=Y(window.ShopifyAnalytics.meta.product.name||window.ShopifyAnalytics.meta.product.variants[0].name);j+=`/micro/api/sites/dynamic_vars?unique_id=${y}&vars=cart_item_count,order_item_count&product_id=${H}`;const ge=await(await fetch(j)).json();ge.product_title=J;const Q=window.location.origin+window.location.pathname,Ke=await(await fetch(Q+".json")).json();ge.product_image=(K=(D=Ke==null?void 0:Ke.product)==null?void 0:D.image)==null?void 0:K.src,k.value=ge},R=async(y,j)=>{if(window.proof={pops:null,actions:null,settings:null},v.value=j.pops,m.value={pop_devices:j.pop_devices,pop_position_mobile:j.pop_position_mobile,pop_position_desktop:j.pop_position_desktop,pop_delay_time:j.pop_delay_time,pop_show_time:j.pop_show_time,pop_between_time:j.pop_between_time,pop_size:j.pop_size,pop_repeat:j.pop_repeat,pop_random_order:j.pop_random_order,pop_can_close:j.pop_can_close},window.proof.settings=m.value,!T()){v.value=[];return}if(v.value=v.value.filter(J=>J.display_pages&&J.display_pages.length>0?J.display_pages.some(ne=>M(ne)):!0),window.proof.pops=v.value,v.value.length<=0)return;const H=new URLSearchParams(window.location.search).get("pc_locale")||c.value.locale||"en";window.pcTimeAgo=initializeTimeAgo(H),await A({id:y}),m.value.pop_random_order&&(t.value=t.value.sort(()=>Math.random()-.5)),w.value.includes("ORDER_POP_ONLY")&&(t.value=t.value.filter(J=>J.kind=="order")),v.value.some(J=>J.kind=="cart_item"||J.kind=="order_item")&&(await te({id:y}),k.value.cart_item_count&&(t.value=[{id:1,kind:"cart_item",resource_id:"cart_item",resource_type:"cart_item",vars:{}},...t.value]),k.value.order_item_count&&(t.value=[{id:1,kind:"order_item",resource_id:"order_item",resource_type:"order_item",vars:{}},...t.value])),window.proof.actions=t.value},N=({campaigns:y})=>{const j=[],H=y.filter(J=>J.connected_test);for(const J of H)!j.find(ge=>{var Q;return ge.id===((Q=J.connected_test)==null?void 0:Q.id)})&&J.connected_test&&j.push(J.connected_test);for(const J of j){const ge=Math.random()<.5?J.campaign_a:J.campaign_b;y=y.filter(Q=>Q.id!==ge)}return y},g=async({id:y})=>{let j="https://cdn.pop-convert.com";j+=`/micro/api/sites?unique_id=${y}`;const H=new URLSearchParams(window.location.search).get("pc_preview");if(H&&(j+=`&pc_preview=${H}`),!H&&window.myPC){const ge=window.myPC;c.value={siteName:ge.site_name,siteUrl:ge.site_url,source:ge.source,uniqueId:ge.unique_id,...ge},l.value=ge.currency,d.value=ge.permissions,await fetch("https://cdn.micro.pop-convert.com/geo_stub").then(async Q=>{const We=await Q.json();s.value=We.country_code,new URLSearchParams(window.location.search).get("pc_geo_code")&&(s.value=new URLSearchParams(window.location.search).get("pc_geo_code")),window.pcDeterminedCountryCode=s.value}).catch(()=>{s.value=window.Shopify.country||"UNKNOWN"}),window.pcDeterminedCountryCode=s.value,a.value=N({campaigns:ge.campaigns}),await R(y,ge);return}const J=await fetch(j),ne=await J.json();c.value={siteName:ne.site_name,siteUrl:ne.site_url,source:ne.source,uniqueId:ne.unique_id,...ne},l.value=ne.currency,d.value=ne.permissions,s.value=new URLSearchParams(window.location.search).get("pc_geo_code")||J.headers.get("cdn-requestcountrycode")||"UNKNOWN",window.pcDeterminedCountryCode=s.value,a.value=N({campaigns:ne.campaigns}),i.value=ne.buttons,await R(y,ne)},A=async({id:y})=>{let j="https://cdn.pop-convert.com";j+=`/micro/api/sites/actions?unique_id=${y}`;const J=await(await fetch(j)).json();t.value=J.filter(Q=>v.value.some(We=>We.kind===Q.kind));const ne=v.value.find(Q=>Q.kind==="recent"),ge=v.value.find(Q=>Q.kind==="live");ne&&ne.min_recent_visitors&&ne.vars.recent_visitor_count&&ne.vars.recent_visitor_count>=ne.min_recent_visitors&&(t.value=[{id:1,kind:"recent",resource_id:"recent",resource_type:"recent",vars:{recent_visitor_count:ne.vars.recent_visitor_count}},...t.value]),ge&&ge.min_live_visitors&&ge.vars.live_visitor_count&&ge.vars.live_visitor_count>=ge.min_live_visitors&&(t.value=[{id:2,kind:"live",resource_id:"live",resource_type:"live",vars:{live_visitor_count:ge.vars.live_visitor_count}},...t.value])},O=({campaign:y,msg:j,type:H})=>{},F=y=>y.schedule_rule==="always_show"?!0:y.schedule_rule==="start_only"?new Date>new Date(String(y.schedule_start_at)):y.schedule_rule==="start_and_end"?new Date>new Date(String(y.schedule_start_at))&&new Date{var j;const y=window.location.href.split("/");if(y.length>4)return!1;if(y.length===4){const H=(j=y[3])==null?void 0:j.split("?");if(((H==null?void 0:H.length)??0)>1)return H&&H[0]===""}return!0},M=y=>{switch(y.selection){case"contains":return window.location.href.includes(y.value);case"equals":return window.location.href===y.value;case"not_equals":return window.location.href!==y.value;case"not_contains":return!window.location.href.includes(y.value);case"homepage":return L();case"not_homepage":return!L();default:return!1}},ae=y=>{var j,H;return y.display_all_pages||!y.new_display_pages?!0:y.display_pages_match_rule==="any"?(j=y.new_display_pages)==null?void 0:j.some(J=>M(J)):y.display_pages_match_rule==="all"?(H=y.new_display_pages)==null?void 0:H.every(J=>M(J)):!1},U=y=>{var j,H;return y.display_all_geos?!0:y.display_some_geos?(j=y.display_geos)==null?void 0:j.includes(s.value):y.exclude_some_geos?!((H=y.exclude_geos)!=null&&H.includes(s.value)):!1},me=(y,j,H,J,ne)=>j?y.display_widget_after===-1:H?y.display_widget_after===-3:J?y.display_widget_after===-4&&window.pcScrollPercentage?window.pcScrollPercentage>=y.scroll_percent:!1:ne?y.display_widget_after===-5:y.display_widget_after==-1||y.display_widget_after==-2||y.display_widget_after==-3||y.display_widget_after==-4||y.display_widget_after==-5?!1:(new Date().getTime()-e.pageLoadedAt.getTime())/1e3>y.display_widget_after,Le=y=>{if(!C.listAll("closed").some(H=>H.id===y.id))return!0;if(y.display_again_after==="-2"){const H=C.list("closed","page").find(ne=>ne.id===y.id),J=C.listAll("submitted").find(ne=>ne.id===y.id);return!H&&!J}if(y.display_again_after==="-1"){const H=C.list("closed","session").find(ne=>ne.id===y.id),J=C.listAll("submitted").find(ne=>ne.id===y.id);return!H&&!J}const j=C.listAll("closed").find(H=>H.id===y.id);if(j){const H=new Date(j.closedAt),J=y.display_again_after,ne=new Date(H.getTime()+Number(J)*24*60*60*1e3);if(new $8f392239b348c51c$export$9099ad97b570f7c(new Date,ne).days()>=Number(y.display_again_after))return y.display_again_after!=="-1"?C.remove("closed","local",y.id):C.remove("closed","session",y.id),!0}return!1},qe=y=>{if(y.display_again_after==="-2"){C.add("closed","page",{id:y.id,closedAt:new Date().toISOString()});return}if(y.display_again_after==="-1"){C.add("closed","session",{id:y.id,closedAt:new Date().toISOString()});return}C.add("closed","local",{id:y.id,closedAt:new Date().toISOString()}),y.goal==="wheel"&&y.after_submission==="redirect"&&y.redirect_url_after_submission&&window.open(y.redirect_url_after_submission,y.redirect_url_after_submission_new_window?"_blank":"_self")},le=()=>{if(e.campaigns)for(const y of e.campaigns){if(y.display_widget_after!=-5||window.location.href.indexOf("/products/")===-1)continue;const j=window.location.href.match(/\/products\/([^/?]+)/),H=j?j[1]:null;H&&(localStorage.getItem(`pcOutOfStockChecked-${H}`)||(localStorage.setItem(`pcOutOfStockChecked-${H}`,"true"),fetch(window.location.href.split("?")[0]||window.location.href).then(J=>J.json()).then(J=>{const ne=!J.variants[0].available;console.log(ne?"Out of stock":"In stock"),ne?(localStorage.setItem(`pcIsProductOutOfStock-${H}`,"true"),G(!1,!1,!1,!0)):localStorage.setItem(`pcIsProductOutOfStock-${H}`,"false")})))}},ye=()=>{if(e.campaigns)for(const y of e.campaigns){if(y.display_widget_after!=-4&&y.display_widget_after!=-1||window.pcInitScrollWatcher)continue;window.pcInitScrollWatcher=!0;let j=0,H=0;window.addEventListener("scroll",()=>{j=window.scrollY,H-j<-200&&G(!1,!1,!0);const J=window.scrollY,ne=window.innerHeight,ge=document.documentElement.scrollHeight,Q=(J+ne)/ge*100;window.pcScrollPercentage=Q,G(!1,!1,!0),H=window.scrollY})}},_e=()=>{for(const y of e.popCampaigns)y.display_widget_after==-3&&(window.pcInitCartWatcher||(window.pcInitCartWatcher=!0,initCartWatcher(),window.addEventListener("__pc_cart_changed__",j=>{j.detail.added.length<=0||G(!1,!0)})))},Fe=y=>`@import url(https://fonts.bunny.net/css?family=${String(y).toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-|-$/g,"")}:400);`,He=()=>{for(const y of e.campaigns){y.custom_css_enabled&&y.custom_css&&window.injectFontFromCss(y.custom_css),y.custom_font_enabled&&y.font_family&&window.injectFontFromCss(Fe(y.font_family)),y.wheel_font_enabled&&y.wheel_font_family&&window.injectFontFromCss(Fe(y.wheel_font_family));const j=y.main_content;if(j&&j.length>0){const ne=j.match(/font-family:\s*([^;"']+)/g);ne&&ne.forEach(ge=>{var We;const Q=(We=ge.split(":")[1])==null?void 0:We.trim();Q&&window.injectFontFromCss(Fe(Q))})}const H=y.bar_content;H&&H.length>0&&H.forEach(ne=>{const ge=ne.content.match(/font-family:\s*([^;"']+)/g);ge&&ge.forEach(Q=>{var Ke;const We=(Ke=Q.split(":")[1])==null?void 0:Ke.trim();We&&window.injectFontFromCss(Fe(We))})});const J=y.content_blocks.filter(ne=>ne.block_type=="text");J.length>0&&J.forEach(ne=>{if(ne.text&&ne.text.includes("font-family:")){const ge=ne.text.match(/font-family:\s*([^;"']+)/g);ge&&ge.forEach(Q=>{var Ke;const We=(Ke=Q.split(":")[1])==null?void 0:Ke.trim();We&&window.injectFontFromCss(Fe(We))})}})}},Ue=()=>{n.value&&n.value.custom_css_enabled&&n.value.custom_css?window.injectAndClearCss(n.value.custom_css,"pop"):window.clearCss("pop"),r.value&&r.value.custom_css_enabled&&r.value.custom_css?window.injectAndClearCss(r.value.custom_css,"bar"):window.clearCss("bar")},G=(y,j,H,J)=>{if(ye(),_e(),le(),He(),useTitleBar(),!window.pc||Object.getOwnPropertyNames(window.pc).length==0){window.pc={};for(const Q of e.campaigns)window.pc[Q.id]={isDisplayAgainAfterValid:null,isDateValid:null,isPageValid:null,isGeoValid:null,isDisplayWidgetAfterValid:null,campaign:Q,name:Q.name??"",type:Q.campaign_type,determinedCountry:window.pcDeterminedCountryCode,closedCampaign:C.listAll("closed").find(We=>We.id===Q.id),btn:{isDateValid:null,isPageValid:null,isGeoValid:null,isNotSubmitted:null}}}const ne=new URLSearchParams(window.location.search).get("pc_preview");for(const Q of e.popCampaigns)if(!n.value){if(ne&&String(Q.id)===ne){n.value=Q;continue}if(!Le(Q)){window.pc[Q.id].isDisplayAgainAfterValid=!1;continue}if(!F(Q)){window.pc[Q.id].isDateValid=!1;continue}if(!ae(Q)){window.pc[Q.id].isPageValid=!1;continue}if(!U(Q)){window.pc[Q.id].isGeoValid=!1;continue}if(!me(Q,y,j,H,J)){window.pc[Q.id].isDisplayWidgetAfterValid=!1;continue}n.value=Q}for(const Q of e.barCampaigns)if(!r.value){if(ne&&String(Q.id)===ne){r.value=Q;continue}if(!Le(Q)){window.pc[Q.id].isDisplayAgainAfterValid=!1;continue}if(!F(Q)){window.pc[Q.id].isDateValid=!1;continue}if(!ae(Q)){window.pc[Q.id].isPageValid=!1;continue}if(!U(Q)){window.pc[Q.id].isGeoValid=!1;continue}if(!me(Q,y,j,H,J)){window.pc[Q.id].isDisplayWidgetAfterValid=!1;continue}r.value=Q}const ge=[];for(const Q of e.btnCampaigns){if(n.value)continue;if(ne&&String(Q.id)===ne){ge.push(Q);continue}if(!F(Q)){window.pc[Q.id].btn.isDateValid=!1;continue}if(!ae(Q)){window.pc[Q.id].btn.isPageValid=!1;continue}if(!U(Q)){window.pc[Q.id].btn.isGeoValid=!1;continue}const We=C.listAll("closed").find(b=>b.id===Q.id),Ke=C.listAll("submitted").find(b=>b.id===Q.id);if(We&&Ke){window.pc[Q.id].btn.isNotSubmitted=!1;continue}if(!Ke&&Q.display_widget_after==-2){ge.push(Q);continue}if(!Ke&&We){ge.push(Q);continue}}o.value=[...ge],Ue()};return{getCampaigns:g,getActions:A,closeCampaign:qe,log:O,isDateValid:F,isGeoValid:U,isOnHomepage:L,isPageValid:ae,triggerPC:G,addFonts:He,addCustomCss:Ue,filterPages:M,mockCss:Fe}},setupCustomElemTrigger=()=>{const e=useMainStore(),{activePop:t,activeBar:n}=storeToRefs(e),r=useStorage(),o=i=>{r.removeAll("closed",i);const a=e.campaigns.find(s=>s.id===i);a&&(a.campaign_type==="pop"?t.value=a:n.value=a),window.triggerPC()};document.querySelectorAll("[pc-show-campaign]").forEach(i=>{if(i.getAttribute("pc-trigger-attached")==="true")return;const a=i.getAttribute("pc-show-campaign");a&&(i.addEventListener("click",()=>{o(Number(a))}),i.setAttribute("pc-trigger-attached","true"))})},matchIconName=/^[a-z0-9]+(-[a-z0-9]+)*$/,stringToIcon=(e,t,n,r="")=>{const o=e.split(":");if(e.slice(0,1)==="@"){if(o.length<2||o.length>3)return null;r=o.shift().slice(1)}if(o.length>3||!o.length)return null;if(o.length>1){const s=o.pop(),c=o.pop(),l={provider:o.length>0?o[0]:r,prefix:c,name:s};return t&&!validateIconName(l)?null:l}const i=o[0],a=i.split("-");if(a.length>1){const s={provider:r,prefix:a.shift(),name:a.join("-")};return t&&!validateIconName(s)?null:s}if(n&&r===""){const s={provider:r,prefix:"",name:i};return t&&!validateIconName(s,n)?null:s}return null},validateIconName=(e,t)=>e?!!((e.provider===""||e.provider.match(matchIconName))&&(t&&e.prefix===""||e.prefix.match(matchIconName))&&e.name.match(matchIconName)):!1,defaultIconDimensions=Object.freeze({left:0,top:0,width:16,height:16}),defaultIconTransformations=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),defaultIconProps=Object.freeze({...defaultIconDimensions,...defaultIconTransformations}),defaultExtendedIconProps=Object.freeze({...defaultIconProps,body:"",hidden:!1});function mergeIconTransformations(e,t){const n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);const r=((e.rotate||0)+(t.rotate||0))%4;return r&&(n.rotate=r),n}function mergeIconData(e,t){const n=mergeIconTransformations(e,t);for(const r in defaultExtendedIconProps)r in defaultIconTransformations?r in e&&!(r in n)&&(n[r]=defaultIconTransformations[r]):r in t?n[r]=t[r]:r in e&&(n[r]=e[r]);return n}function getIconsTree(e,t){const n=e.icons,r=e.aliases||Object.create(null),o=Object.create(null);function i(a){if(n[a])return o[a]=[];if(!(a in o)){o[a]=null;const s=r[a]&&r[a].parent,c=s&&i(s);c&&(o[a]=[s].concat(c))}return o[a]}return(t||Object.keys(n).concat(Object.keys(r))).forEach(i),o}function internalGetIconData(e,t,n){const r=e.icons,o=e.aliases||Object.create(null);let i={};function a(s){i=mergeIconData(r[s]||o[s],i)}return a(t),n.forEach(a),mergeIconData(e,i)}function parseIconSet(e,t){const n=[];if(typeof e!="object"||typeof e.icons!="object")return n;e.not_found instanceof Array&&e.not_found.forEach(o=>{t(o,null),n.push(o)});const r=getIconsTree(e);for(const o in r){const i=r[o];i&&(t(o,internalGetIconData(e,o,i)),n.push(o))}return n}const optionalPropertyDefaults={provider:"",aliases:{},not_found:{},...defaultIconDimensions};function checkOptionalProps(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function quicklyValidateIconSet(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!checkOptionalProps(e,optionalPropertyDefaults))return null;const n=t.icons;for(const o in n){const i=n[o];if(!o.match(matchIconName)||typeof i.body!="string"||!checkOptionalProps(i,defaultExtendedIconProps))return null}const r=t.aliases||Object.create(null);for(const o in r){const i=r[o],a=i.parent;if(!o.match(matchIconName)||typeof a!="string"||!n[a]&&!r[a]||!checkOptionalProps(i,defaultExtendedIconProps))return null}return t}const dataStorage=Object.create(null);function newStorage(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function getStorage(e,t){const n=dataStorage[e]||(dataStorage[e]=Object.create(null));return n[t]||(n[t]=newStorage(e,t))}function addIconSet(e,t){return quicklyValidateIconSet(t)?parseIconSet(t,(n,r)=>{r?e.icons[n]=r:e.missing.add(n)}):[]}function addIconToStorage(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let simpleNames=!1;function allowSimpleNames(e){return typeof e=="boolean"&&(simpleNames=e),simpleNames}function getIconData(e){const t=typeof e=="string"?stringToIcon(e,!0,simpleNames):e;if(t){const n=getStorage(t.provider,t.prefix),r=t.name;return n.icons[r]||(n.missing.has(r)?null:void 0)}}function addIcon(e,t){const n=stringToIcon(e,!0,simpleNames);if(!n)return!1;const r=getStorage(n.provider,n.prefix);return addIconToStorage(r,n.name,t)}function addCollection(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),simpleNames&&!t&&!e.prefix){let o=!1;return quicklyValidateIconSet(e)&&(e.prefix="",parseIconSet(e,(i,a)=>{a&&addIcon(i,a)&&(o=!0)})),o}const n=e.prefix;if(!validateIconName({provider:t,prefix:n,name:"a"}))return!1;const r=getStorage(t,n);return!!addIconSet(r,e)}const defaultIconSizeCustomisations=Object.freeze({width:null,height:null}),defaultIconCustomisations=Object.freeze({...defaultIconSizeCustomisations,...defaultIconTransformations}),unitsSplit=/(-?[0-9.]*[0-9]+[0-9.]*)/g,unitsTest=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function calculateSize(e,t,n){if(t===1)return e;if(n=n||100,typeof e=="number")return Math.ceil(e*t*n)/n;if(typeof e!="string")return e;const r=e.split(unitsSplit);if(r===null||!r.length)return e;const o=[];let i=r.shift(),a=unitsTest.test(i);for(;;){if(a){const s=parseFloat(i);isNaN(s)?o.push(i):o.push(Math.ceil(s*t*n)/n)}else o.push(i);if(i=r.shift(),i===void 0)return o.join("");a=!a}}function splitSVGDefs(e,t="defs"){let n="";const r=e.indexOf("<"+t);for(;r>=0;){const o=e.indexOf(">",r),i=e.indexOf("",i);if(a===-1)break;n+=e.slice(o+1,i).trim(),e=e.slice(0,r).trim()+e.slice(a+1)}return{defs:n,content:e}}function mergeDefsAndContent(e,t){return e?""+e+""+t:t}function wrapSVGContent(e,t,n){const r=splitSVGDefs(e);return mergeDefsAndContent(r.defs,t+r.content+n)}const isUnsetKeyword=e=>e==="unset"||e==="undefined"||e==="none";function iconToSVG(e,t){const n={...defaultIconProps,...e},r={...defaultIconCustomisations,...t},o={left:n.left,top:n.top,width:n.width,height:n.height};let i=n.body;[n,r].forEach(C=>{const T=[],Y=C.hFlip,te=C.vFlip;let R=C.rotate;Y?te?R+=2:(T.push("translate("+(o.width+o.left).toString()+" "+(0-o.top).toString()+")"),T.push("scale(-1 1)"),o.top=o.left=0):te&&(T.push("translate("+(0-o.left).toString()+" "+(o.height+o.top).toString()+")"),T.push("scale(1 -1)"),o.top=o.left=0);let N;switch(R<0&&(R-=Math.floor(R/4)*4),R=R%4,R){case 1:N=o.height/2+o.top,T.unshift("rotate(90 "+N.toString()+" "+N.toString()+")");break;case 2:T.unshift("rotate(180 "+(o.width/2+o.left).toString()+" "+(o.height/2+o.top).toString()+")");break;case 3:N=o.width/2+o.left,T.unshift("rotate(-90 "+N.toString()+" "+N.toString()+")");break}R%2===1&&(o.left!==o.top&&(N=o.left,o.left=o.top,o.top=N),o.width!==o.height&&(N=o.width,o.width=o.height,o.height=N)),T.length&&(i=wrapSVGContent(i,'',""))});const a=r.width,s=r.height,c=o.width,l=o.height;let d,v;a===null?(v=s===null?"1em":s==="auto"?l:s,d=calculateSize(v,c/l)):(d=a==="auto"?c:a,v=s===null?calculateSize(d,l/c):s==="auto"?l:s);const m={},w=(C,T)=>{isUnsetKeyword(T)||(m[C]=T.toString())};w("width",d),w("height",v);const k=[o.left,o.top,c,l];return m.viewBox=k.join(" "),{attributes:m,viewBox:k,body:i}}const regex=/\sid="(\S+)"/g,randomPrefix="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let counter=0;function replaceIDs(e,t=randomPrefix){const n=[];let r;for(;r=regex.exec(e);)n.push(r[1]);if(!n.length)return e;const o="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(i=>{const a=typeof t=="function"?t(i):t+(counter++).toString(),s=i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");e=e.replace(new RegExp('([#;"])('+s+')([")]|\\.[a-z])',"g"),"$1"+a+o+"$3")}),e=e.replace(new RegExp(o,"g"),""),e}const storage=Object.create(null);function setAPIModule(e,t){storage[e]=t}function getAPIModule(e){return storage[e]||storage[""]}function createAPIConfig(e){let t;if(typeof e.resources=="string")t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}const configStorage=Object.create(null),fallBackAPISources=["https://api.simplesvg.com","https://api.unisvg.com"],fallBackAPI=[];for(;fallBackAPISources.length>0;)fallBackAPISources.length===1||Math.random()>.5?fallBackAPI.push(fallBackAPISources.shift()):fallBackAPI.push(fallBackAPISources.pop());configStorage[""]=createAPIConfig({resources:["https://api.iconify.design"].concat(fallBackAPI)});function addAPIProvider(e,t){const n=createAPIConfig(t);return n===null?!1:(configStorage[e]=n,!0)}function getAPIConfig(e){return configStorage[e]}const detectFetch=()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}};let fetchModule=detectFetch();function calculateMaxLength(e,t){const n=getAPIConfig(e);if(!n)return 0;let r;if(!n.maxURL)r=0;else{let o=0;n.resources.forEach(a=>{o=Math.max(o,a.length)});const i=t+".json?icons=";r=n.maxURL-o-n.path.length-i.length}return r}function shouldAbort(e){return e===404}const prepare=(e,t,n)=>{const r=[],o=calculateMaxLength(e,t),i="icons";let a={type:i,provider:e,prefix:t,icons:[]},s=0;return n.forEach((c,l)=>{s+=c.length+1,s>=o&&l>0&&(r.push(a),a={type:i,provider:e,prefix:t,icons:[]},s=c.length),a.icons.push(c)}),r.push(a),r};function getPath(e){if(typeof e=="string"){const t=getAPIConfig(e);if(t)return t.path}return"/"}const send=(e,t,n)=>{if(!fetchModule){n("abort",424);return}let r=getPath(t.provider);switch(t.type){case"icons":{const i=t.prefix,s=t.icons.join(","),c=new URLSearchParams({icons:s});r+=i+".json?"+c.toString();break}case"custom":{const i=t.uri;r+=i.slice(0,1)==="/"?i.slice(1):i;break}default:n("abort",400);return}let o=503;fetchModule(e+r).then(i=>{const a=i.status;if(a!==200){setTimeout(()=>{n(shouldAbort(a)?"abort":"next",a)});return}return o=501,i.json()}).then(i=>{if(typeof i!="object"||i===null){setTimeout(()=>{i===404?n("abort",i):n("next",o)});return}setTimeout(()=>{n("success",i)})}).catch(()=>{n("next",o)})},fetchAPIModule={prepare,send};function sortIcons(e){const t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((o,i)=>o.provider!==i.provider?o.provider.localeCompare(i.provider):o.prefix!==i.prefix?o.prefix.localeCompare(i.prefix):o.name.localeCompare(i.name));let r={provider:"",prefix:"",name:""};return e.forEach(o=>{if(r.name===o.name&&r.prefix===o.prefix&&r.provider===o.provider)return;r=o;const i=o.provider,a=o.prefix,s=o.name,c=n[i]||(n[i]=Object.create(null)),l=c[a]||(c[a]=getStorage(i,a));let d;s in l.icons?d=t.loaded:a===""||l.missing.has(s)?d=t.missing:d=t.pending;const v={provider:i,prefix:a,name:s};d.push(v)}),t}function removeCallback(e,t){e.forEach(n=>{const r=n.loaderCallbacks;r&&(n.loaderCallbacks=r.filter(o=>o.id!==t))})}function updateCallbacks(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;const t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1;const r=e.provider,o=e.prefix;t.forEach(i=>{const a=i.icons,s=a.pending.length;a.pending=a.pending.filter(c=>{if(c.prefix!==o)return!0;const l=c.name;if(e.icons[l])a.loaded.push({provider:r,prefix:o,name:l});else if(e.missing.has(l))a.missing.push({provider:r,prefix:o,name:l});else return n=!0,!0;return!1}),a.pending.length!==s&&(n||removeCallback([e],i.id),i.callback(a.loaded.slice(0),a.missing.slice(0),a.pending.slice(0),i.abort))})}))}let idCounter=0;function storeCallback(e,t,n){const r=idCounter++,o=removeCallback.bind(null,n,r);if(!t.pending.length)return o;const i={id:r,icons:t,callback:e,abort:o};return n.forEach(a=>{(a.loaderCallbacks||(a.loaderCallbacks=[])).push(i)}),o}function listToIcons(e,t=!0,n=!1){const r=[];return e.forEach(o=>{const i=typeof o=="string"?stringToIcon(o,t,n):o;i&&r.push(i)}),r}var defaultConfig={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function sendQuery(e,t,n,r){const o=e.resources.length,i=e.random?Math.floor(Math.random()*o):e.index;let a;if(e.random){let A=e.resources.slice(0);for(a=[];A.length>1;){const O=Math.floor(Math.random()*A.length);a.push(A[O]),A=A.slice(0,O).concat(A.slice(O+1))}a=a.concat(A)}else a=e.resources.slice(i).concat(e.resources.slice(0,i));const s=Date.now();let c="pending",l=0,d,v=null,m=[],w=[];typeof r=="function"&&w.push(r);function k(){v&&(clearTimeout(v),v=null)}function C(){c==="pending"&&(c="aborted"),k(),m.forEach(A=>{A.status==="pending"&&(A.status="aborted")}),m=[]}function T(A,O){O&&(w=[]),typeof A=="function"&&w.push(A)}function Y(){return{startTime:s,payload:t,status:c,queriesSent:l,queriesPending:m.length,subscribe:T,abort:C}}function te(){c="failed",w.forEach(A=>{A(void 0,d)})}function R(){m.forEach(A=>{A.status==="pending"&&(A.status="aborted")}),m=[]}function N(A,O,F){const L=O!=="success";switch(m=m.filter(M=>M!==A),c){case"pending":break;case"failed":if(L||!e.dataAfterTimeout)return;break;default:return}if(O==="abort"){d=F,te();return}if(L){d=F,m.length||(a.length?g():te());return}if(k(),R(),!e.random){const M=e.resources.indexOf(A.resource);M!==-1&&M!==e.index&&(e.index=M)}c="completed",w.forEach(M=>{M(F)})}function g(){if(c!=="pending")return;k();const A=a.shift();if(A===void 0){if(m.length){v=setTimeout(()=>{k(),c==="pending"&&(R(),te())},e.timeout);return}te();return}const O={status:"pending",resource:A,callback:(F,L)=>{N(O,F,L)}};m.push(O),l++,v=setTimeout(g,e.rotate),n(A,t,O.callback)}return setTimeout(g),Y}function initRedundancy(e){const t={...defaultConfig,...e};let n=[];function r(){n=n.filter(s=>s().status==="pending")}function o(s,c,l){const d=sendQuery(t,s,c,(v,m)=>{r(),l&&l(v,m)});return n.push(d),d}function i(s){return n.find(c=>s(c))||null}return{query:o,find:i,setIndex:s=>{t.index=s},getIndex:()=>t.index,cleanup:r}}function emptyCallback$1(){}const redundancyCache=Object.create(null);function getRedundancyCache(e){if(!redundancyCache[e]){const t=getAPIConfig(e);if(!t)return;const n=initRedundancy(t),r={config:t,redundancy:n};redundancyCache[e]=r}return redundancyCache[e]}function sendAPIQuery(e,t,n){let r,o;if(typeof e=="string"){const i=getAPIModule(e);if(!i)return n(void 0,424),emptyCallback$1;o=i.send;const a=getRedundancyCache(e);a&&(r=a.redundancy)}else{const i=createAPIConfig(e);if(i){r=initRedundancy(i);const a=e.resources?e.resources[0]:"",s=getAPIModule(a);s&&(o=s.send)}}return!r||!o?(n(void 0,424),emptyCallback$1):r.query(t,o,n)().abort}const browserCacheVersion="iconify2",browserCachePrefix="iconify",browserCacheCountKey=browserCachePrefix+"-count",browserCacheVersionKey=browserCachePrefix+"-version",browserStorageHour=36e5,browserStorageCacheExpiration=168,browserStorageLimit=50;function getStoredItem(e,t){try{return e.getItem(t)}catch{}}function setStoredItem(e,t,n){try{return e.setItem(t,n),!0}catch{}}function removeStoredItem(e,t){try{e.removeItem(t)}catch{}}function setBrowserStorageItemsCount(e,t){return setStoredItem(e,browserCacheCountKey,t.toString())}function getBrowserStorageItemsCount(e){return parseInt(getStoredItem(e,browserCacheCountKey))||0}const browserStorageConfig={local:!0,session:!0},browserStorageEmptyItems={local:new Set,session:new Set};let browserStorageStatus=!1;function setBrowserStorageStatus(e){browserStorageStatus=e}let _window=typeof window>"u"?{}:window;function getBrowserStorage(e){const t=e+"Storage";try{if(_window&&_window[t]&&typeof _window[t].length=="number")return _window[t]}catch{}browserStorageConfig[e]=!1}function iterateBrowserStorage(e,t){const n=getBrowserStorage(e);if(!n)return;const r=getStoredItem(n,browserCacheVersionKey);if(r!==browserCacheVersion){if(r){const s=getBrowserStorageItemsCount(n);for(let c=0;c{const c=browserCachePrefix+s.toString(),l=getStoredItem(n,c);if(typeof l=="string"){try{const d=JSON.parse(l);if(typeof d=="object"&&typeof d.cached=="number"&&d.cached>o&&typeof d.provider=="string"&&typeof d.data=="object"&&typeof d.data.prefix=="string"&&t(d,s))return!0}catch{}removeStoredItem(n,c)}};let a=getBrowserStorageItemsCount(n);for(let s=a-1;s>=0;s--)i(s)||(s===a-1?(a--,setBrowserStorageItemsCount(n,a)):browserStorageEmptyItems[e].add(s))}function initBrowserStorage(){if(!browserStorageStatus){setBrowserStorageStatus(!0);for(const e in browserStorageConfig)iterateBrowserStorage(e,t=>{const n=t.data,r=t.provider,o=n.prefix,i=getStorage(r,o);if(!addIconSet(i,n).length)return!1;const a=n.lastModified||-1;return i.lastModifiedCached=i.lastModifiedCached?Math.min(i.lastModifiedCached,a):a,!0})}}function updateLastModified(e,t){const n=e.lastModifiedCached;if(n&&n>=t)return n===t;if(e.lastModifiedCached=t,n)for(const r in browserStorageConfig)iterateBrowserStorage(r,o=>{const i=o.data;return o.provider!==e.provider||i.prefix!==e.prefix||i.lastModified===t});return!0}function storeInBrowserStorage(e,t){browserStorageStatus||initBrowserStorage();function n(r){let o;if(!browserStorageConfig[r]||!(o=getBrowserStorage(r)))return;const i=browserStorageEmptyItems[r];let a;if(i.size)i.delete(a=Array.from(i).shift());else if(a=getBrowserStorageItemsCount(o),a>=browserStorageLimit||!setBrowserStorageItemsCount(o,a+1))return;const s={cached:Math.floor(Date.now()/browserStorageHour),provider:e.provider,data:t};return setStoredItem(o,browserCachePrefix+a.toString(),JSON.stringify(s))}t.lastModified&&!updateLastModified(e,t.lastModified)||Object.keys(t.icons).length&&(t.not_found&&(t=Object.assign({},t),delete t.not_found),n("local")||n("session"))}function emptyCallback(){}function loadedNewIcons(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,updateCallbacks(e)}))}function loadNewIcons(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;const{provider:n,prefix:r}=e,o=e.iconsToLoad;delete e.iconsToLoad;let i;if(!o||!(i=getAPIModule(n)))return;i.prepare(n,r,o).forEach(s=>{sendAPIQuery(n,s,c=>{if(typeof c!="object")s.icons.forEach(l=>{e.missing.add(l)});else try{const l=addIconSet(e,c);if(!l.length)return;const d=e.pendingIcons;d&&l.forEach(v=>{d.delete(v)}),storeInBrowserStorage(e,c)}catch(l){console.error(l)}loadedNewIcons(e)})})}))}const loadIcons=(e,t)=>{const n=listToIcons(e,!0,allowSimpleNames()),r=sortIcons(n);if(!r.pending.length){let c=!0;return t&&setTimeout(()=>{c&&t(r.loaded,r.missing,r.pending,emptyCallback)}),()=>{c=!1}}const o=Object.create(null),i=[];let a,s;return r.pending.forEach(c=>{const{provider:l,prefix:d}=c;if(d===s&&l===a)return;a=l,s=d,i.push(getStorage(l,d));const v=o[l]||(o[l]=Object.create(null));v[d]||(v[d]=[])}),r.pending.forEach(c=>{const{provider:l,prefix:d,name:v}=c,m=getStorage(l,d),w=m.pendingIcons||(m.pendingIcons=new Set);w.has(v)||(w.add(v),o[l][d].push(v))}),i.forEach(c=>{const{provider:l,prefix:d}=c;o[l][d].length&&loadNewIcons(c,o[l][d])}),t?storeCallback(t,r,i):emptyCallback};function mergeCustomisations(e,t){const n={...e};for(const r in t){const o=t[r],i=typeof o;r in defaultIconSizeCustomisations?(o===null||o&&(i==="string"||i==="number"))&&(n[r]=o):i===typeof n[r]&&(n[r]=r==="rotate"?o%4:o)}return n}const separator=/[\s,]+/;function flipFromString(e,t){t.split(separator).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function rotateFromString(e,t=0){const n=e.replace(/^-?[0-9.]*/,"");function r(o){for(;o<0;)o+=4;return o%4}if(n===""){const o=parseInt(e);return isNaN(o)?0:r(o)}else if(n!==e){let o=0;switch(n){case"%":o=25;break;case"deg":o=90}if(o){let i=parseFloat(e.slice(0,e.length-n.length));return isNaN(i)?0:(i=i/o,i%1===0?r(i):0)}}return t}function iconToHTML(e,t){let n=e.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const r in t)n+=" "+r+'="'+t[r]+'"';return'"+e+""}function encodeSVGforURL(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(//g,"%3E").replace(/\s+/g," ")}function svgToData(e){return"data:image/svg+xml,"+encodeSVGforURL(e)}function svgToURL(e){return'url("'+svgToData(e)+'")'}const defaultExtendedIconCustomisations={...defaultIconCustomisations,inline:!1},svgDefaults={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},commonProps={display:"inline-block"},monotoneProps={backgroundColor:"currentColor"},coloredProps={backgroundColor:"transparent"},propsToAdd={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},propsToAddTo={webkitMask:monotoneProps,mask:monotoneProps,background:coloredProps};for(const e in propsToAddTo){const t=propsToAddTo[e];for(const n in propsToAdd)t[e+n]=propsToAdd[n]}const customisationAliases={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";customisationAliases[e+"-flip"]=t,customisationAliases[e.slice(0,1)+"-flip"]=t,customisationAliases[e+"Flip"]=t});function fixSize(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const render=(e,t)=>{const n=mergeCustomisations(defaultExtendedIconCustomisations,t),r={...svgDefaults},o=t.mode||"svg",i={},a=t.style,s=typeof a=="object"&&!(a instanceof Array)?a:{};for(let C in t){const T=t[C];if(T!==void 0)switch(C){case"icon":case"style":case"onLoad":case"mode":break;case"inline":case"hFlip":case"vFlip":n[C]=T===!0||T==="true"||T===1;break;case"flip":typeof T=="string"&&flipFromString(n,T);break;case"color":i.color=T;break;case"rotate":typeof T=="string"?n[C]=rotateFromString(T):typeof T=="number"&&(n[C]=T);break;case"ariaHidden":case"aria-hidden":T!==!0&&T!=="true"&&delete r["aria-hidden"];break;default:{const Y=customisationAliases[C];Y?(T===!0||T==="true"||T===1)&&(n[Y]=!0):defaultExtendedIconCustomisations[C]===void 0&&(r[C]=T)}}}const c=iconToSVG(e,n),l=c.attributes;if(n.inline&&(i.verticalAlign="-0.125em"),o==="svg"){r.style={...i,...s},Object.assign(r,l);let C=0,T=t.id;return typeof T=="string"&&(T=T.replace(/-/g,"_")),r.innerHTML=replaceIDs(c.body,T?()=>T+"ID"+C++:"iconifyVue"),h("svg",r)}const{body:d,width:v,height:m}=e,w=o==="mask"||(o==="bg"?!1:d.indexOf("currentColor")!==-1),k=iconToHTML(d,{...l,width:v+"",height:m+""});return r.style={...i,"--svg":svgToURL(k),width:fixSize(l.width),height:fixSize(l.height),...commonProps,...w?monotoneProps:coloredProps,...s},h("span",r)};if(allowSimpleNames(!0),setAPIModule("",fetchAPIModule),typeof document<"u"&&typeof window<"u"){initBrowserStorage();const e=window;if(e.IconifyPreload!==void 0){const t=e.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(r=>{try{(typeof r!="object"||r===null||r instanceof Array||typeof r.icons!="object"||typeof r.prefix!="string"||!addCollection(r))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){const t=e.IconifyProviders;if(typeof t=="object"&&t!==null)for(let n in t){const r="IconifyProviders["+n+"] is invalid.";try{const o=t[n];if(typeof o!="object"||!o||o.resources===void 0)continue;addAPIProvider(n,o)||console.error(r)}catch{console.error(r)}}}}const emptyIcon={...defaultIconProps,body:""},Icon$1=defineComponent({inheritAttrs:!1,data(){return{_name:"",_loadingIcon:null,iconMounted:!1,counter:0}},mounted(){this.iconMounted=!0},unmounted(){this.abortLoading()},methods:{abortLoading(){this._loadingIcon&&(this._loadingIcon.abort(),this._loadingIcon=null)},getIcon(e,t){if(typeof e=="object"&&e!==null&&typeof e.body=="string")return this._name="",this.abortLoading(),{data:e};let n;if(typeof e!="string"||(n=stringToIcon(e,!1,!0))===null)return this.abortLoading(),null;const r=getIconData(n);if(!r)return(!this._loadingIcon||this._loadingIcon.name!==e)&&(this.abortLoading(),this._name="",r!==null&&(this._loadingIcon={name:e,abort:loadIcons([n],()=>{this.counter++})})),null;this.abortLoading(),this._name!==e&&(this._name=e,t&&t(e));const o=["iconify"];return n.prefix!==""&&o.push("iconify--"+n.prefix),n.provider!==""&&o.push("iconify--"+n.provider),{data:r,classes:o}}},render(){this.counter;const e=this.$attrs,t=this.iconMounted||e.ssr?this.getIcon(e.icon,e.onLoad):null;if(!t)return render(emptyIcon,e);let n=e;return t.classes&&(n={...e,class:(typeof e.class=="string"?e.class+" ":"")+t.classes.join(" ")}),render({...defaultIconProps,...t.data},n)}}),useApi=()=>{const e=useMainStore(),t=ref(!1);return{createAction:async({campaignId:o,action:i})=>{try{await fetch(`https://micro.pop-convert.com/micro/api/micro_actions/create?unique_id=${e.currentSite.uniqueId}&campaign_id=${o}&action=${i}`)}catch(a){console.error(a)}},createSubscriber:async({campaignId:o,information:i,couponId:a})=>{try{return t.value=!0,(await fetch("https://api.pop-convert.com/micro/api/subscribers/create",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({unique_id:e.currentSite.uniqueId,campaign_id:o,...i,coupon_id:a})})).json()}catch(s){console.error(s)}finally{t.value=!1}},isCreating:t}},callbacks={show:new Map,close:new Map,submit:new Map,click:new Map},functions={onShow:e=>{callbacks.show.set(e.toString(),e)},onClose:e=>{callbacks.close.set(e.toString(),e)},onSubmit:e=>{callbacks.submit.set(e.toString(),e)},onClick:e=>{callbacks.click.set(e.toString(),e)}};function useWindowApi(){function e(n,r){if(callbacks[n].size)try{console.group(`[POP CONVERT][on${n}]`),callbacks[n].forEach(o=>o(r)),console.log("Success ✅"),console.groupEnd()}catch(o){console.error(`[ERROR IN CUSTOM JS CODE FOR POP CONVERT CAMPAIGN [on${n}]]`),console.error(o),console.groupEnd()}}function t(){callbacks.show.clear(),callbacks.close.clear(),callbacks.submit.clear(),callbacks.click.clear()}return window.PopConvert={...window.PopConvert,...functions,clearAll:t},{trigger:e,clearAll:t}}const _withScopeId$4=e=>(pushScopeId("data-v-cbb87d7e"),e=e(),popScopeId(),e),_hoisted_1$n=_withScopeId$4(()=>createBaseVNode("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 747 146","shape-rendering":"sharpEdges"},[createBaseVNode("path",{d:"M73 67a9 9 0 1 0 0-19 9 9 0 0 0 0 19ZM86 91H59c-2 0-4-2-4-5 0-7 6-13 13-13h9c8 0 14 6 14 13 0 3-2 5-5 5Z"}),createBaseVNode("path",{d:"m74 29 12 12c2 2 5 2 7 0l9-13c2-3 0-7-4-7h-6C85 8 76 0 66 0 43 0 30 37 30 73c0 35 13 72 36 72 13 0 24-12 30-32a6 6 0 1 0-11-4c-5 15-12 24-19 24-11 0-24-26-24-60 0-35 13-61 24-61 4 0 8 3 12 9h-1c-4 0-6 5-3 8Z"}),createBaseVNode("path",{d:"M124 53v-8c0-3-4-5-7-3l-12 9c-2 2-3 5-1 7l12 12c3 2 8 1 8-3 6 4 9 8 9 12 0 11-26 24-60 24-29 0-61-10-61-24 0-7 10-14 25-19a6 6 0 0 0-4-11C12 55 0 66 0 79c0 26 45 36 73 36 35 0 72-12 72-36 0-10-7-19-21-26ZM217 36h-24c-1 0-2 1-2 3v65c0 2 1 2 2 2h9c2 0 3 0 3-2V83h12c13 0 24-11 24-23 0-13-11-24-24-24Zm0 34h-12V49h12c6 0 10 5 10 11 0 5-4 10-10 10ZM270 108c15 0 26-12 26-27 0-14-11-26-26-26s-26 12-26 26c0 15 11 27 26 27Zm0-13c-8 0-14-6-14-14s6-13 14-13 14 5 14 13-6 14-14 14ZM335 55c-8 0-13 3-17 7v-3c0-2 0-3-2-3h-8c-2 0-2 1-2 3v65c0 2 0 2 2 2h8c2 0 2 0 2-2v-24c4 5 9 8 17 8 13 0 24-12 24-27 0-14-11-26-24-26Zm-3 40c-8 0-14-5-14-14 0-8 6-14 14-14s14 6 14 14c0 9-6 14-14 14ZM427 108c16 0 29-10 33-24 1-2 0-3-2-3h-9c-2 0-3 1-3 2-3 7-11 11-19 11-14 0-23-9-23-23 0-13 9-23 23-23 8 0 16 5 19 12l3 1h9c2 0 3-1 2-2-4-14-17-24-33-24-21 0-36 16-36 36 0 21 15 37 36 37ZM492 108c14 0 26-12 26-27a26 26 0 0 0-53 0c0 15 12 27 27 27Zm0-13c-8 0-14-6-14-14s6-13 14-13c7 0 13 5 13 13s-6 14-13 14ZM554 55c-6 0-11 2-14 7v-3c0-2-1-3-2-3h-8c-2 0-3 1-3 3v45c0 2 1 2 3 2h8c1 0 2 0 2-2V77c0-7 4-10 9-10s8 3 8 8v29c0 2 1 2 2 2h9c1 0 2 0 2-2V74c0-12-7-19-16-19ZM620 56h-9l-2 2-11 33-10-33c0-1-1-2-3-2h-8c-2 0-3 1-2 3l16 45c1 2 1 2 3 2h9c1 0 2 0 3-2l16-45c1-2 0-3-2-3ZM652 55c-16 0-27 12-27 26 0 15 11 27 27 27 10 0 19-5 22-13 1-2 0-3-2-3h-8l-2 1c-2 3-6 4-10 4-6 0-11-3-13-10h35c2 0 3-1 3-2v-4c0-14-10-26-25-26Zm-13 22c1-7 6-10 13-10 5 0 11 2 12 10h-25ZM710 56c-5 0-9 3-11 8v-5c0-2-1-3-3-3h-8c-1 0-2 1-2 3v45c0 2 1 2 2 2h8c2 0 3 0 3-2V82c0-9 5-12 12-12l1-3v-9c0-2 0-3-2-2ZM744 56h-6V43c0-2-1-3-2-3h-8c-2 0-3 1-3 3v13h-6c-2 0-2 1-2 3v7c0 2 0 3 2 3h6v35c0 2 1 2 3 2h8c1 0 2 0 2-2V69h6c2 0 3-1 3-3v-7c0-2-1-3-3-3Z"})],-1)),_hoisted_2$k=[_hoisted_1$n],_sfc_main$q=defineComponent({__name:"PCLogo",props:{color:{default:"white"}},setup(e){const{color:t}=e;useCssVars(r=>({"761dd41d":t}));function n(r){window.open(r,"_blank")}return(r,o)=>(openBlock(),createElementBlock("object",{alt:"Pop Convert Logo",onClick:o[0]||(o[0]=i=>n("https://apps.shopify.com/pop-convert"))},_hoisted_2$k))}}),PCLogo_vue_vue_type_style_index_0_scoped_cbb87d7e_lang="",_export_sfc=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},PCLogo=_export_sfc(_sfc_main$q,[["__scopeId","data-v-cbb87d7e"]]),_withScopeId$3=e=>(pushScopeId("data-v-3bb48cec"),e=e(),popScopeId(),e),_hoisted_1$m={key:0,class:"remove-watermark-label clickable-effect"},_hoisted_2$j=_withScopeId$3(()=>createBaseVNode("p",null,"Remove Watermark (FREE)",-1)),arrowDirection="left",_sfc_main$p=defineComponent({__name:"RemoveWatermarkLabel",setup(e){const t=useInterval(1e3);return(n,r)=>(openBlock(),createBlock(Transition,{name:"slideUp"},{default:withCtx(()=>[unref(t)>=2?(openBlock(),createElementBlock("div",_hoisted_1$m,[createVNode(unref(Icon$1),{class:"icon",icon:`uil-arrow-${arrowDirection}`},null,8,["icon"]),_hoisted_2$j])):createCommentVNode("",!0)]),_:1}))}}),RemoveWatermarkLabel_vue_vue_type_style_index_0_scoped_3bb48cec_lang="",RemoveWatermark=_export_sfc(_sfc_main$p,[["__scopeId","data-v-3bb48cec"]]),useCustomJS=()=>{const e=useWindowApi();return{setupJS:n=>{const r=document.getElementById(`pc-custom-js-${n.id}`);if(r&&(e.clearAll(),document.body.removeChild(r)),n!=null&&n.custom_js_enabled&&(n!=null&&n.custom_js)){const o=`console.group('[ERROR BOOTING JS CODE FOR POP CONVERT CAMPAIGN ${n.name}, ID:${n.id}]'); console.error(e); console.groupEnd();`,i=`try { ${n.custom_js} } catch(e) { ${o} }`,a=document.createElement("script");a.id=`pc-custom-js-${n.id}`,a.innerHTML=i,document.body.appendChild(a)}}}},_hoisted_1$l={key:1,class:"spinner"},_sfc_main$o=defineComponent({__name:"Button",props:{buttonColor:{},buttonTextColor:{},loading:{type:Boolean}},emits:["click"],setup(e,{emit:t}){const n=e;return useCssVars(r=>({e591965c:r.buttonColor,"4cbce425":r.buttonTextColor})),(r,o)=>(openBlock(),createElementBlock("button",{class:"submit-button clickable-effect",type:"submit",onClick:o[0]||(o[0]=i=>t("click")),onTouchstart:o[1]||(o[1]=i=>t("click"))},[n.loading?(openBlock(),createElementBlock("div",_hoisted_1$l)):renderSlot(r.$slots,"default",{key:0},void 0,!0)],32))}}),Button_vue_vue_type_style_index_0_scoped_cd8905bd_lang="",Button=_export_sfc(_sfc_main$o,[["__scopeId","data-v-cd8905bd"]]),_hoisted_1$k=["error"],_hoisted_2$i=["value"],_hoisted_3$b={class:"gdpr-text"},_sfc_main$n=defineComponent({__name:"GDPR",props:{textColor:{default:"black"},error:{type:Boolean,default:!1},value:{type:Boolean,default:!1}},emits:["update:checked"],setup(e,{emit:t}){const n=e;return useCssVars(r=>({"7317e965":r.textColor})),(r,o)=>(openBlock(),createElementBlock("label",{class:"gdpr-label",error:n.error},[createBaseVNode("input",{class:"gdpr-input",value:n.value,type:"checkbox",onInput:o[0]||(o[0]=i=>t("update:checked",!n.value))},null,40,_hoisted_2$i),createBaseVNode("span",_hoisted_3$b,[renderSlot(r.$slots,"default",{},void 0,!0)])],8,_hoisted_1$k))}}),GDPR_vue_vue_type_style_index_0_scoped_2d67603a_lang="",GDPR=_export_sfc(_sfc_main$n,[["__scopeId","data-v-2d67603a"]]),_hoisted_1$j={class:"news-block"},_hoisted_2$h=["onClick"],_sfc_main$m=defineComponent({__name:"News",props:{content:{},icon:{},iconSize:{},iconColor:{},speed:{},fontSize:{}},setup(e){const t=e;useCssVars(o=>({"17ca194a":n.value}));const n=computed(()=>`${t.speed}s`),r=o=>{o.link&&window.open(o.link,"_blank")};return(o,i)=>(openBlock(),createElementBlock("div",_hoisted_1$j,[createBaseVNode("p",{class:"text-nowrap flex items-center",id:"scroll-text",style:normalizeStyle({fontSize:t.fontSize+"px"})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(t.content,a=>(openBlock(),createElementBlock("span",{key:a.content},[createBaseVNode("span",{class:normalizeClass({clickable:a.link}),onClick:s=>r(a)},toDisplayString(a.content),11,_hoisted_2$h),createBaseVNode("span",{style:normalizeStyle({margin:"0 "+t.iconSize/2+"px",color:t.iconColor,fontSize:t.iconSize+"px"})},toDisplayString(t.icon),5)]))),128))],4)]))}}),News_vue_vue_type_style_index_0_scoped_4adab747_lang="",News=_export_sfc(_sfc_main$m,[["__scopeId","data-v-4adab747"]]),carousel="";/** * Vue 3 Carousel 0.5.0 * (c) 2024 * @license MIT */const SNAP_ALIGN_OPTIONS=["center","start","end","center-even","center-odd"],BREAKPOINT_MODE_OPTIONS=["viewport","carousel"],DIR_OPTIONS=["ltr","rtl"],I18N_DEFAULT_CONFIG={ariaNextSlide:"Navigate to next slide",ariaPreviousSlide:"Navigate to previous slide",ariaNavigateToSlide:"Navigate to slide {slideNumber}",ariaGallery:"Gallery",itemXofY:"Item {currentSlide} of {slidesCount}",iconArrowUp:"Arrow pointing upwards",iconArrowDown:"Arrow pointing downwards",iconArrowRight:"Arrow pointing to the right",iconArrowLeft:"Arrow pointing to the left"},DEFAULT_CONFIG={itemsToShow:1,itemsToScroll:1,modelValue:0,transition:300,autoplay:0,throttle:16,wrapAround:!1,pauseAutoplayOnHover:!1,mouseDrag:!0,touchDrag:!0,snapAlign:SNAP_ALIGN_OPTIONS[0],dir:DIR_OPTIONS[0],breakpointMode:BREAKPOINT_MODE_OPTIONS[0],breakpoints:void 0,i18n:I18N_DEFAULT_CONFIG},carouselProps={itemsToShow:{default:DEFAULT_CONFIG.itemsToShow,type:Number},itemsToScroll:{default:DEFAULT_CONFIG.itemsToScroll,type:Number},wrapAround:{default:DEFAULT_CONFIG.wrapAround,type:Boolean},throttle:{default:DEFAULT_CONFIG.throttle,type:Number},snapAlign:{default:DEFAULT_CONFIG.snapAlign,validator(e){return SNAP_ALIGN_OPTIONS.includes(e)}},transition:{default:DEFAULT_CONFIG.transition,type:Number},breakpointMode:{default:DEFAULT_CONFIG.breakpointMode,validator(e){return BREAKPOINT_MODE_OPTIONS.includes(e)}},breakpoints:{default:DEFAULT_CONFIG.breakpoints,type:Object},autoplay:{default:DEFAULT_CONFIG.autoplay,type:Number},pauseAutoplayOnHover:{default:DEFAULT_CONFIG.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:DEFAULT_CONFIG.mouseDrag,type:Boolean},touchDrag:{default:DEFAULT_CONFIG.touchDrag,type:Boolean},dir:{default:DEFAULT_CONFIG.dir,validator(e){return DIR_OPTIONS.includes(e)}},i18n:{default:DEFAULT_CONFIG.i18n,type:Object}};function getMaxSlideIndex({config:e,slidesCount:t}){const{snapAlign:n,wrapAround:r,itemsToShow:o=1}=e;if(r)return Math.max(t-1,0);let i;switch(n){case"start":i=t-o;break;case"end":i=t-1;break;case"center":case"center-odd":i=t-Math.ceil((o-.5)/2);break;case"center-even":i=t-Math.ceil(o/2);break;default:i=0;break}return Math.max(i,0)}function getMinSlideIndex({config:e,slidesCount:t}){const{wrapAround:n,snapAlign:r,itemsToShow:o=1}=e;let i=0;if(n||o>t)return i;switch(r){case"start":i=0;break;case"end":i=o-1;break;case"center":case"center-odd":i=Math.floor((o-1)/2);break;case"center-even":i=Math.floor((o-2)/2);break;default:i=0;break}return i}function getNumberInRange({val:e,max:t,min:n}){return t{var r;return n.type===Fragment?[...t,...getSlidesVNodes(n.children)]:((r=n.type)===null||r===void 0?void 0:r.name)==="CarouselSlide"?[...t,n]:t},[]):[]}function mapNumberToRange({val:e,max:t,min:n=0}){const r=t-n+1;return((e-n)%r+r)%r+n}function throttle(e,t){let n;return t?function(...r){const o=this;n||(e.apply(o,r),n=!0,setTimeout(()=>n=!1,t))}:e}function debounce(e,t){let n;return function(...r){n&&clearTimeout(n),n=setTimeout(()=>{e(...r),n=null},t)}}function i18nFormatter(e="",t={}){return Object.entries(t).reduce((n,[r,o])=>n.replace(`{${r}}`,String(o)),e)}var ARIAComponent=defineComponent({name:"ARIA",setup(){const e=inject("config",reactive(Object.assign({},DEFAULT_CONFIG))),t=inject("currentSlide",ref(0)),n=inject("slidesCount",ref(0));return()=>h("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},i18nFormatter(e.i18n.itemXofY,{currentSlide:t.value+1,slidesCount:n.value}))}}),Carousel=defineComponent({name:"Carousel",props:carouselProps,setup(e,{slots:t,emit:n,expose:r}){var o;const i=ref(null),a=ref([]),s=ref(0),c=ref(0),l=computed(()=>Object.assign(Object.assign(Object.assign({},DEFAULT_CONFIG),e),{i18n:Object.assign(Object.assign({},DEFAULT_CONFIG.i18n),e.i18n),breakpoints:void 0})),d=reactive(Object.assign({},l.value)),v=ref((o=e.modelValue)!==null&&o!==void 0?o:0),m=ref(0),w=ref(0),k=ref(0),C=ref(0);let T=null,Y=null,te=null;provide("config",d),provide("slidesCount",c),provide("currentSlide",v),provide("maxSlide",k),provide("minSlide",C),provide("slideWidth",s);function R(){var b;if(!e.breakpoints)return;const E=(d.breakpointMode==="carousel"?(b=i.value)===null||b===void 0?void 0:b.getBoundingClientRect().width:window.innerWidth)||0,D=Object.keys(e.breakpoints||{}).map(q=>Number(q)).sort((q,X)=>+X-+q);let K=Object.assign({},l.value);D.some(q=>{var X;return E>=q?(K=Object.assign(Object.assign({},K),(X=e.breakpoints)===null||X===void 0?void 0:X[q]),!0):!1}),Object.assign(d,K)}const N=debounce(()=>{R(),A(),g()},16);function g(){if(!i.value)return;const b=i.value.getBoundingClientRect();s.value=b.width/d.itemsToShow}function A(){c.value<=0||(w.value=Math.ceil((c.value-1)/2),k.value=getMaxSlideIndex({config:d,slidesCount:c.value}),C.value=getMinSlideIndex({config:d,slidesCount:c.value}),d.wrapAround||(v.value=getNumberInRange({val:v.value,max:k.value,min:C.value})))}onMounted(()=>{nextTick(()=>g()),setTimeout(()=>g(),1e3),R(),_e(),window.addEventListener("resize",N,{passive:!0}),te=new ResizeObserver(N),i.value&&te.observe(i.value),n("init")}),onUnmounted(()=>{Y&&clearTimeout(Y),T&&clearInterval(T),te&&i.value&&(te.unobserve(i.value),te=null),window.removeEventListener("resize",N,{passive:!0})});let O=!1;const F={x:0,y:0},L={x:0,y:0},M=reactive({x:0,y:0}),ae=ref(!1),U=ref(!1),me=()=>{ae.value=!0},Le=()=>{ae.value=!1};function qe(b){["INPUT","TEXTAREA","SELECT"].includes(b.target.tagName)||(O=b.type==="touchstart",O||b.preventDefault(),!(!O&&b.button!==0||He.value)&&(F.x=O?b.touches[0].clientX:b.clientX,F.y=O?b.touches[0].clientY:b.clientY,document.addEventListener(O?"touchmove":"mousemove",le),document.addEventListener(O?"touchend":"mouseup",ye)))}const le=throttle(b=>{U.value=!0,L.x=O?b.touches[0].clientX:b.clientX,L.y=O?b.touches[0].clientY:b.clientY;const E=L.x-F.x,D=L.y-F.y;M.y=D,M.x=E},d.throttle);function ye(){const b=d.dir==="rtl"?-1:1,E=Math.sign(M.x)*.4,D=Math.round(M.x/s.value+E)*b;if(D&&!O){const K=q=>{q.preventDefault(),window.removeEventListener("click",K)};window.addEventListener("click",K)}Ue(v.value-D),M.x=0,M.y=0,U.value=!1,document.removeEventListener(O?"touchmove":"mousemove",le),document.removeEventListener(O?"touchend":"mouseup",ye)}function _e(){!d.autoplay||d.autoplay<=0||(T=setInterval(()=>{d.pauseAutoplayOnHover&&ae.value||G()},d.autoplay))}function Fe(){T&&(clearInterval(T),T=null),_e()}const He=ref(!1);function Ue(b){const E=d.wrapAround?b:getNumberInRange({val:b,max:k.value,min:C.value});v.value===E||He.value||(n("slide-start",{slidingToIndex:b,currentSlideIndex:v.value,prevSlideIndex:m.value,slidesCount:c.value}),He.value=!0,m.value=v.value,v.value=E,Y=setTimeout(()=>{if(d.wrapAround){const D=mapNumberToRange({val:E,max:k.value,min:0});D!==v.value&&(v.value=D,n("loop",{currentSlideIndex:v.value,slidingToIndex:b}))}n("update:modelValue",v.value),n("slide-end",{currentSlideIndex:v.value,prevSlideIndex:m.value,slidesCount:c.value}),He.value=!1,Fe()},d.transition))}function G(){Ue(v.value+d.itemsToScroll)}function y(){Ue(v.value-d.itemsToScroll)}const j={slideTo:Ue,next:G,prev:y};provide("nav",j),provide("isSliding",He);const H=computed(()=>getSlidesToScroll({config:d,currentSlide:v.value,slidesCount:c.value}));provide("slidesToScroll",H);const J=computed(()=>{const b=d.dir==="rtl"?-1:1,E=H.value*s.value*b;return{transform:`translateX(${M.x-E}px)`,transition:`${He.value?d.transition:0}ms`,margin:d.wrapAround?`0 -${c.value*s.value}px`:"",width:"100%"}});function ne(){R(),A(),g(),Fe()}Object.keys(carouselProps).forEach(b=>{["modelValue"].includes(b)||watch(()=>e[b],ne)}),watch(()=>e.modelValue,b=>{b!==v.value&&Ue(Number(b))}),watch(c,A),n("before-init");const ge={config:d,slidesCount:c,slideWidth:s,next:G,prev:y,slideTo:Ue,currentSlide:v,maxSlide:k,minSlide:C,middleSlide:w};r({updateBreakpointsConfig:R,updateSlidesData:A,updateSlideWidth:g,restartCarousel:ne,slideTo:Ue,next:G,prev:y,nav:j,data:ge});const Q=t.default||t.slides,We=t.addons,Ke=reactive(ge);return()=>{const b=getSlidesVNodes(Q==null?void 0:Q(Ke)),E=(We==null?void 0:We(Ke))||[];b.forEach((X,se)=>X.props.index=se);let D=b;if(d.wrapAround){const X=b.map((re,oe)=>cloneVNode(re,{index:-b.length+oe,isClone:!0,key:`clone-before-${oe}`})),se=b.map((re,oe)=>cloneVNode(re,{index:b.length+oe,isClone:!0,key:`clone-after-${oe}`}));D=[...X,...b,...se]}a.value=b,c.value=Math.max(b.length,1);const K=h("ol",{class:"carousel__track",style:J.value,onMousedownCapture:d.mouseDrag?qe:null,onTouchstartPassiveCapture:d.touchDrag?qe:null},D),q=h("div",{class:"carousel__viewport"},K);return h("section",{ref:i,class:{carousel:!0,"is-sliding":He.value,"is-dragging":U.value,"is-hover":ae.value,"carousel--rtl":d.dir==="rtl"},dir:d.dir,"aria-label":d.i18n.ariaGallery,tabindex:"0",onMouseenter:me,onMouseleave:Le},[q,E,h(ARIAComponent)])}}}),IconName;(function(e){e.arrowUp="arrowUp",e.arrowDown="arrowDown",e.arrowRight="arrowRight",e.arrowLeft="arrowLeft"})(IconName||(IconName={}));const icons={arrowUp:"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z",arrowDown:"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z",arrowRight:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z",arrowLeft:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"};function isIconName(e){return e in IconName}const Icon=e=>{const t=inject("config",reactive(Object.assign({},DEFAULT_CONFIG))),n=String(e.name),r=`icon${n.charAt(0).toUpperCase()+n.slice(1)}`;if(!n||typeof n!="string"||!isIconName(n))return;const o=icons[n],i=h("path",{d:o}),a=t.i18n[r]||e.title||n,s=h("title",a);return h("svg",{class:"carousel__icon",viewBox:"0 0 24 24",role:"img","aria-label":a},[s,i])};Icon.props={name:String,title:String};const Navigation=(e,{slots:t,attrs:n})=>{const{next:r,prev:o}=t||{},i=inject("config",reactive(Object.assign({},DEFAULT_CONFIG))),a=inject("maxSlide",ref(1)),s=inject("minSlide",ref(1)),c=inject("currentSlide",ref(1)),l=inject("nav",{}),{dir:d,wrapAround:v,i18n:m}=i,w=d==="rtl",k=h("button",{type:"button",class:["carousel__prev",!v&&c.value<=s.value&&"carousel__prev--disabled",n==null?void 0:n.class],"aria-label":m.ariaPreviousSlide,onClick:l.prev},(o==null?void 0:o())||h(Icon,{name:w?"arrowRight":"arrowLeft"})),C=h("button",{type:"button",class:["carousel__next",!v&&c.value>=a.value&&"carousel__next--disabled",n==null?void 0:n.class],"aria-label":m.ariaNextSlide,onClick:l.next},(r==null?void 0:r())||h(Icon,{name:w?"arrowLeft":"arrowRight"}));return[k,C]};var Slide=defineComponent({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(e,{slots:t}){const n=inject("config",reactive(Object.assign({},DEFAULT_CONFIG))),r=inject("currentSlide",ref(0)),o=inject("slidesToScroll",ref(0)),i=inject("isSliding",ref(!1)),a=computed(()=>e.index===r.value),s=computed(()=>e.index===r.value-1),c=computed(()=>e.index===r.value+1),l=computed(()=>{const d=Math.floor(o.value),v=Math.ceil(o.value+n.itemsToShow-1);return e.index>=d&&e.index<=v});return()=>{var d;return h("li",{style:{width:`${100/n.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":e.isClone,"carousel__slide--visible":l.value,"carousel__slide--active":a.value,"carousel__slide--prev":s.value,"carousel__slide--next":c.value,"carousel__slide--sliding":i.value},"aria-hidden":!l.value},(d=t.default)===null||d===void 0?void 0:d.call(t,{isActive:a.value,isClone:e.isClone,isPrev:s.value,isNext:c.value,isSliding:i.value,isVisible:l.value}))}}});const _hoisted_1$i={class:"w-full"},_hoisted_2$g=["onClick"],_sfc_main$l=defineComponent({__name:"Slideshow",props:{content:{},speed:{},fontSize:{},carouselIconsColor:{default:"#000"}},setup(e){const t=e;useCssVars(i=>({"520a2570":n.value}));const n=computed(()=>t.carouselIconsColor),r={itemsToShow:1,wrapAround:!0,autoplay:t.speed*1e3},o=i=>{i.link&&window.open(i.link,"_blank")};return onMounted(()=>{}),(i,a)=>(openBlock(),createBlock(unref(Carousel),normalizeProps(guardReactiveProps(r)),{addons:withCtx(()=>[createVNode(unref(Navigation))]),default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(t.content,s=>(openBlock(),createBlock(unref(Slide),{class:"cursor-grab",key:s.content},{default:withCtx(()=>[createBaseVNode("div",_hoisted_1$i,[createBaseVNode("p",{class:normalizeClass({clickable:s.link}),style:normalizeStyle({fontSize:t.fontSize+"px"}),onClick:c=>o(s)},toDisplayString(s.content),15,_hoisted_2$g)])]),_:2},1024))),128))]),_:1},16))}}),Slideshow_vue_vue_type_style_index_0_lang="",_withScopeId$2=e=>(pushScopeId("data-v-44e70771"),e=e(),popScopeId(),e),_hoisted_1$h={class:"bar-content"},_hoisted_2$f={key:0,class:"bar-thanks-container"},_hoisted_3$a=["innerHTML"],_hoisted_4$a=["innerHTML"],_hoisted_5$9=["onSubmit"],_hoisted_6$8={class:"input-wrapper"},_hoisted_7$5=["placeholder"],_hoisted_8$5={key:0,class:"error-box"},_hoisted_9$4=_withScopeId$2(()=>createBaseVNode("span",null,"✱",-1)),_hoisted_10$3=[_hoisted_9$4],_hoisted_11$4={key:4,class:"dynamic-content"},_hoisted_12$3={key:1,class:"px-8"},_sfc_main$k=defineComponent({__name:"SmartBar",props:{campaign:{},edit:{type:Boolean}},emits:["close"],setup(e,{emit:t}){const n=e;useCssVars(g=>({c7c178f0:Y.value,d516a748:T.value,"6cf1814d":k.value,a2ab344c:w.value}));const{createAction:r,createSubscriber:o}=useApi(),{setupJS:i}=useCustomJS(),a=useWindowApi(),s=ref(!1),c=ref(!1),l=ref(!0),d=ref(""),v=ref(""),m=ref(""),w=computed(()=>{var g;return(g=n.campaign)==null?void 0:g.button_background_color}),k=computed(()=>{var g;return(g=n.campaign)==null?void 0:g.widget_text_color}),C=computed(()=>{var g,A;return((g=n.campaign)==null?void 0:g.goal)!=="news"&&((A=n.campaign)==null?void 0:A.goal)!=="slideshow"}),T=computed(()=>{var g,A,O;return(g=n.campaign)!=null&&g.font_family&&((A=n.campaign)!=null&&A.custom_font_enabled)?(O=n.campaign)==null?void 0:O.font_family:"inherit"}),Y=computed(()=>n.campaign.goal==="slideshow"?"block":"flex"),te=g=>{c.value=g},R=async()=>{var g,A,O,F,L,M,ae;if(((g=n.campaign)==null?void 0:g.goal)==="leads"){if(v.value="",l.value=!0,(A=n.campaign)!=null&&A.gdpr_compliant&&!c.value){v.value="Please accept the GDPR terms";return}const U=((O=n.campaign)==null?void 0:O.info_type)||"email";if(U==="email"&&!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(d.value)){l.value=!1;return}if(!d.value){m.value=`Please enter your ${U} address`;return}if(await o({campaignId:((F=n.campaign)==null?void 0:F.id)??1,information:{[U]:d.value}}),await r({campaignId:((L=n.campaign)==null?void 0:L.id)??1,action:"lead"}),a.trigger("submit",{type:"subscriber",campaign:n.campaign,form:{[U]:d.value}}),n.campaign.after_submission==="thanks"){s.value=!0;return}if(n.campaign.after_submission==="redirect"){t("close"),n.campaign.redirect_url_after_submission&&window.open(n.campaign.redirect_url_after_submission,n.campaign.redirect_url_after_submission_new_window?"_blank":"_self");return}}((M=n.campaign)==null?void 0:M.goal)==="traffic"&&(n.campaign.traffic_open_new_tab?window.open(((ae=n.campaign)==null?void 0:ae.traffic_url)||""):window.location.href=n.campaign.traffic_url||"")},N=g=>{var A,O;if(((A=g.data)==null?void 0:A.type)==="pc/editor-event"&&(s.value=g.data.showSubmission),((O=g.data)==null?void 0:O.type)==="pc/mocked-campaign-change"){const F=document.getElementById("custom-pc-css-styles");if(F&&F.remove(),!n.campaign)return;n.edit||i(n.campaign)}};return onMounted(()=>{window.addEventListener("message",N),n.edit||i(n.campaign)}),onUnmounted(()=>{window.removeEventListener("message",N)}),(g,A)=>(openBlock(),createElementBlock("div",_hoisted_1$h,[s.value?(openBlock(),createElementBlock("div",_hoisted_2$f,[createBaseVNode("div",{class:"bar-thanks-copy",innerHTML:n.campaign.thank_you_msg},null,8,_hoisted_3$a),createVNode(Button,{class:"bar-thanks-button","button-color":n.campaign.button_background_color,"button-text-color":n.campaign.button_text_color,onClick:A[0]||(A[0]=O=>t("close"))},{default:withCtx(()=>[createTextVNode(toDisplayString(n.campaign.thank_you_close_btn_text),1)]),_:1},8,["button-color","button-text-color"])])):C.value?(openBlock(),createElementBlock("div",{key:1,class:"bar-main-content",innerHTML:n.campaign.main_content},null,8,_hoisted_4$a)):createCommentVNode("",!0),n.campaign.goal=="leads"&&!s.value?(openBlock(),createElementBlock("form",{key:2,class:"bar-input-form",autocomplete:"on",onSubmit:withModifiers(R,["prevent"])},[createVNode(unref(Icon$1),{class:"icon",icon:`uil-${n.campaign.info_type!=="email"?"phone":"envelope"}`,style:normalizeStyle({color:n.campaign.input_text_color,zIndex:999999999999})},null,8,["icon","style"]),createBaseVNode("div",_hoisted_6$8,[withDirectives(createBaseVNode("input",{class:"bar-input-form-text-input","onUpdate:modelValue":A[1]||(A[1]=O=>d.value=O),style:normalizeStyle({backgroundColor:n.campaign.input_background_color,color:n.campaign.input_text_color}),placeholder:n.campaign.info_type=="email"?n.campaign.smart_bar_email_placeholder:n.campaign.smart_bar_phone_placeholder,required:""},null,12,_hoisted_7$5),[[vModelText,d.value]]),l.value?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_8$5,_hoisted_10$3))]),C.value?(openBlock(),createBlock(Button,{key:0,class:"bar-input-form-submit-button","button-color":n.campaign.button_background_color,"button-text-color":n.campaign.button_text_color},{default:withCtx(()=>[createTextVNode(toDisplayString(n.campaign.button_text),1)]),_:1},8,["button-color","button-text-color"])):createCommentVNode("",!0)],40,_hoisted_5$9)):n.campaign.goal!="announcement"&&C.value&&!s.value?(openBlock(),createBlock(Button,{key:3,class:"bar-input-form-submit-button","button-color":n.campaign.button_background_color,"button-text-color":n.campaign.button_text_color,onClick:R},{default:withCtx(()=>[createTextVNode(toDisplayString(n.campaign.button_text),1)]),_:1},8,["button-color","button-text-color"])):createCommentVNode("",!0),C.value?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_11$4,[n.campaign.goal==="news"?(openBlock(),createBlock(News,{key:0,content:n.campaign.bar_content,icon:n.campaign.bar_icon,"icon-size":n.campaign.bar_icon_size,"icon-color":n.campaign.bar_icon_color,speed:n.campaign.bar_speed,"font-size":n.campaign.bar_font_size},null,8,["content","icon","icon-size","icon-color","speed","font-size"])):createCommentVNode("",!0),n.campaign.goal==="slideshow"?(openBlock(),createElementBlock("div",_hoisted_12$3,[createVNode(_sfc_main$l,{content:n.campaign.bar_content,speed:n.campaign.bar_speed,"font-size":n.campaign.bar_font_size,"carousel-icons-color":n.campaign.bar_arrows_color},null,8,["content","speed","font-size","carousel-icons-color"])])):createCommentVNode("",!0)])),n.campaign.gdpr_compliant&&n.campaign.goal=="leads"&&!s.value?(openBlock(),createBlock(GDPR,{key:5,value:c.value,"onUpdate:value":A[2]||(A[2]=O=>c.value=O),"text-color":n.campaign.widget_text_color,error:!!v.value&&!c.value,"onUpdate:checked":te},{default:withCtx(()=>[createTextVNode(toDisplayString(n.campaign.gdpr_text),1)]),_:1},8,["value","text-color","error"])):createCommentVNode("",!0)]))}}),SmartBar_vue_vue_type_style_index_0_scoped_44e70771_lang="",SmartBar=_export_sfc(_sfc_main$k,[["__scopeId","data-v-44e70771"]]),_hoisted_1$g=["bg-type"],_hoisted_2$e=["color"],_hoisted_3$9={class:"close-button clickable-effect"},_hoisted_4$9={key:1,class:"promo-wrapper clickable-effect"},_hoisted_5$8={key:2,class:"remove-watermark"},_hoisted_6$7=["push-down"],SPACER_ID="__pc-bar-spacer",_sfc_main$j=defineComponent({__name:"Bar",props:{campaign:{}},emits:["clicked:watermark"],setup(e,{expose:t,emit:n}){const r=e;useCssVars(g=>{var A,O,F,L;return{"10a8a890":(A=g.campaign)==null?void 0:A.widget_background_color,"6fe50b65":C.value,"24e2e355":T.value,"5b665612":(O=g.campaign)==null?void 0:O.widget_text_color,"29e2988a":(F=g.campaign)==null?void 0:F.button_background_color,"00224749":(L=g.campaign)==null?void 0:L.button_text_color,bf24cbd0:Y.value.position,"6517a706":Y.value.top,"1cc20ada":Y.value.bottom}});const o=useWindowApi(),i=useMainStore(),{createAction:a}=useApi(),{closeCampaign:s}=useMain(),{activeBar:c,editMode:l}=storeToRefs(i),d=ref(!1),v=ref(),m=computed(()=>i.showWatermark),w=computed(()=>!k.value||!v.value?"unset":getComputedStyle(v.value).height),k=computed(()=>{var g;return((g=r.campaign)==null?void 0:g.banner_push_down)&&r.campaign.smart_bar_position==="top"}),C=computed(()=>{var g,A;return(g=r.campaign)!=null&&g.widget_background_img?`url(${(A=r.campaign)==null?void 0:A.widget_background_img})`:"none"}),T=computed(()=>{var g,A;return(g=r.campaign)!=null&&g.smart_bar_background_pattern?`url(${(A=r.campaign)==null?void 0:A.smart_bar_background_pattern})`:"none"}),Y=computed(()=>{var g,A,O;return{position:(g=r.campaign)!=null&&g.smart_bar_fixed?"fixed":"absolute",top:((A=r.campaign)==null?void 0:A.smart_bar_position)==="top"?"0":"unset",bottom:((O=r.campaign)==null?void 0:O.smart_bar_position)==="bottom"?"0":"unset"}}),te=()=>{if(l.value)return;if(i.previewMode){d.value=!0;return}s(r.campaign),c.value=null,o.trigger("close",{campaign:r.campaign});const g=document.getElementById(SPACER_ID);g&&g.remove()},R=async()=>{var g;l.value||(await a({campaignId:((g=r.campaign)==null?void 0:g.id)??1,action:"click"}),o.trigger("click",{campaign:r.campaign}))},N=g=>{const A=document.getElementById(SPACER_ID);if(A){A.style.height=w.value;return}const O=document.body,F=document.createElement("div");F.style.display="block",F.style.height=g??w.value,F.id=SPACER_ID,O.insertBefore(F,O.firstChild)};return onMounted(()=>{var g;l.value||(a({campaignId:((g=r.campaign)==null?void 0:g.id)??1,action:"view"}),o.trigger("show",{campaign:r.campaign}),k.value&&setTimeout(()=>{const A=useCssVar("--pc-push-down-height",document.body);syncRefs(w,A),N()},0))}),t({barContainer:v}),(g,A)=>r.campaign&&!d.value?(openBlock(),createElementBlock("div",{key:0,class:"pc-bar",id:"pc-bar-container",ref_key:"barContainer",ref:v,"bg-type":r.campaign.widget_background_img?"image":"color",onClick:R},[r.campaign.allow_dismiss?(openBlock(),createElementBlock("div",{key:0,class:"bar-close-button clickable-effect",color:r.campaign.widget_text_color,onClick:te,onTouchstart:te},[createBaseVNode("div",_hoisted_3$9,[createVNode(unref(Icon$1),{class:"icon",icon:"uil-times"})])],40,_hoisted_2$e)):createCommentVNode("",!0),m.value?(openBlock(),createElementBlock("div",_hoisted_4$9,[createVNode(PCLogo,{class:"logo"})])):createCommentVNode("",!0),unref(l)&&m.value?(openBlock(),createElementBlock("div",_hoisted_5$8,[createVNode(RemoveWatermark,{"arrow-direction":"up",onClick:A[0]||(A[0]=O=>n("clicked:watermark"))})])):createCommentVNode("",!0),createBaseVNode("div",{class:"bar-container","push-down":g.campaign.allow_dismiss},[createVNode(SmartBar,{campaign:g.campaign,edit:unref(l),onClose:te},null,8,["campaign","edit"])],8,_hoisted_6$7)],8,_hoisted_1$g)):createCommentVNode("",!0)}}),Bar_vue_vue_type_style_index_0_scoped_287e4d40_lang="",Bar=_export_sfc(_sfc_main$j,[["__scopeId","data-v-287e4d40"]]),_hoisted_1$f={class:"pc-buttons-trigger-wrapper"},_hoisted_2$d={class:"button-container-left",ref:"buttonsLeft"},_hoisted_3$8=["onClick"],_hoisted_4$8={class:"button-container-right",ref:"buttonsRight"},_hoisted_5$7=["onClick"],_sfc_main$i=defineComponent({__name:"Buttons",props:{campaigns:{}},setup(e){const t=e,n=useStorage(),r=useMainStore(),{activePop:o}=storeToRefs(r),i=useMediaQuery("(max-width: 768px)"),a=computed(()=>i.value?t.campaigns.filter(d=>d.reopen_btn_placement_mobile==="left_side"):t.campaigns.filter(d=>d.reopen_btn_placement_desktop==="left_side")),s=computed(()=>i.value?t.campaigns.filter(d=>d.reopen_btn_placement_mobile==="right_side"):t.campaigns.filter(d=>d.reopen_btn_placement_desktop==="right_side")),c=d=>{n.removeAll("closed",d.id),o.value=d,window.triggerPC()},l=d=>({backgroundColor:d.reopen_btn_background_color,color:d.reopen_btn_text_color,fontSize:`${d.reopen_btn_text_size}px`});return(d,v)=>(openBlock(),createElementBlock("div",_hoisted_1$f,[createBaseVNode("div",_hoisted_2$d,[(openBlock(!0),createElementBlock(Fragment,null,renderList(a.value,m=>(openBlock(),createElementBlock("div",{class:"pc-button clickable-effect",key:m.id,style:normalizeStyle({...l(m),borderRadius:"0 4px 4px 0"}),onClick:w=>c(m)},[createBaseVNode("span",null,toDisplayString(m.reopen_btn_text),1)],12,_hoisted_3$8))),128))],512),createBaseVNode("div",_hoisted_4$8,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.value,m=>(openBlock(),createElementBlock("div",{class:"pc-button clickable-effect",key:m.id,style:normalizeStyle({...l(m),borderRadius:"4px 0 0 4px"}),onClick:w=>c(m)},[createBaseVNode("span",null,toDisplayString(m.reopen_btn_text),1)],12,_hoisted_5$7))),128))],512)]))}}),Buttons_vue_vue_type_style_index_0_scoped_7b21e5d6_lang="",Buttons=_export_sfc(_sfc_main$i,[["__scopeId","data-v-7b21e5d6"]]),_hoisted_1$e=["onClick"],_sfc_main$h=defineComponent({__name:"ButtonPops",props:{activeButton:{},buttons:{}},setup(__props){const props=__props,mainStore=useMainStore(),{filterPages,isGeoValid}=useMain(),{activePop}=storeToRefs(mainStore),isPageValid=e=>{var t,n;return!e.display_pages_enabled||!e.display_pages||e.display_pages.length===0?!0:e.display_pages_match_rule==="any"?(t=e.display_pages)==null?void 0:t.some(r=>filterPages(r)):(n=e.display_pages)==null?void 0:n.every(r=>filterPages(r))},parsedButtons=computed(()=>props.activeButton?[props.activeButton]:props.buttons.filter(e=>isPageValid(e)&&isGeoValid(e))),getButtonStyles=e=>{var n,r,o,i;const t={height:`${e.height??150}px`,width:`${e.width??150}px`,backgroundImage:`url(${e.design_img})`,borderRadius:`${e.border_radius??8}px`,backgroundColor:e.background_color??"#fff",top:"auto",bottom:"auto",left:"auto",right:"auto"};return(n=e.placement_desktop)!=null&&n.includes("top")&&(t.top=`${e.top??16}px`),(r=e.placement_desktop)!=null&&r.includes("bottom")&&(t.bottom=`${e.bottom??16}px`),(o=e.placement_desktop)!=null&&o.includes("left")&&(t.left=`${e.left??16}px`),(i=e.placement_desktop)!=null&&i.includes("right")&&(t.right=`${e.right??16}px`),t},handleClick=button=>{var e;if(button.custom_js_enabled)try{eval(button.custom_js??"")}catch(t){console.error(t)}if(button.click_action==="open_campaign"){const t=(e=mainStore.campaigns)==null?void 0:e.find(n=>n.id===button.click_action_campaign_id);t&&(activePop.value=t);return}if(button.click_action==="open_url"){if(button.click_action_url_new_tab&&button.click_action_url){window.open(button.click_action_url,"_blank");return}button.click_action_url&&(window.location.href=button.click_action_url);return}if(button.click_action_custom_script)try{eval(button.click_action_custom_script)}catch(t){console.error(t)}};return(e,t)=>(openBlock(),createElementBlock("div",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(parsedButtons.value,n=>(openBlock(),createElementBlock("div",{key:n.id},[createBaseVNode("button",{class:"button-pop",style:normalizeStyle(getButtonStyles(n)),onClick:r=>handleClick(n)},null,12,_hoisted_1$e)]))),128))]))}}),ButtonPops_vue_vue_type_style_index_0_scoped_ed6f44b8_lang="",ButtonPops=_export_sfc(_sfc_main$h,[["__scopeId","data-v-ed6f44b8"]]),_hoisted_1$d={class:"coupon-wrapper"},_hoisted_2$c={class:"svg-style",height:"65",viewBox:"0 0 400 65",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{margin:"auto"}},_hoisted_3$7=createStaticVNode('',3),_hoisted_6$6=createStaticVNode('',5),_hoisted_11$3=createStaticVNode('',1),_sfc_main$g=defineComponent({__name:"Coupon",props:{code:{},small:{type:Boolean},successMessage:{}},setup(e){const t=e,n=computed(()=>r.value?t.successMessage??"Copied!":t.code||""),r=ref(!1),o=()=>{t.code&&(r.value=!0,setTimeout(()=>{r.value=!1},2e3),navigator.clipboard.writeText(t.code||""))};return(i,a)=>(openBlock(),createElementBlock("div",_hoisted_1$d,[i.code?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(["code-wrapper",{small:t.small}]),onClick:o},toDisplayString(n.value),3)):createCommentVNode("",!0),(openBlock(),createElementBlock("svg",_hoisted_2$c,[_hoisted_3$7,i.code?createCommentVNode("",!0):(openBlock(),createElementBlock(Fragment,{key:0},[_hoisted_6$6],64)),_hoisted_11$3]))]))}}),Coupon_vue_vue_type_style_index_0_scoped_b87207b6_lang="",Coupon=_export_sfc(_sfc_main$g,[["__scopeId","data-v-b87207b6"]]),isRobotUserAgent=()=>{const e=["facebookexternalhit","facebookcatalog","meta-externalagent","meta-externalfetcher","googlebot","bingbot","slurp","duckduckbot","baiduspider","yandexbot","sogou","exabot","facebot","ia_archiver"],t=navigator.userAgent.toLowerCase();for(const n of e)if(t.includes(n))return!0;return!1},currencyToSymbol=e=>({AED:"د.إ",AFN:"؋",ALL:"L",AMD:"֏",ANG:"ƒ",AOA:"Kz",ARS:"$",AUD:"$",AWG:"ƒ",AZN:"₼",BAM:"KM",BBD:"$",BDT:"৳",BGN:"лв",BHD:".د.ب",BIF:"FBu",BMD:"$",BND:"$",BOB:"$b",BOV:"BOV",BRL:"R$",BSD:"$",BTC:"₿",BTN:"Nu.",BWP:"P",BYN:"Br",BYR:"Br",BZD:"BZ$",CAD:"$",CDF:"FC",CHE:"CHE",CHF:"CHF",CHW:"CHW",CLF:"CLF",CLP:"$",CNH:"¥",CNY:"¥",COP:"$",COU:"COU",CRC:"₡",CUC:"$",CUP:"₱",CVE:"$",CZK:"Kč",DJF:"Fdj",DKK:"kr",DOP:"RD$",DZD:"دج",EEK:"kr",EGP:"£",ERN:"Nfk",ETB:"Br",ETH:"Ξ",EUR:"€",FJD:"$",FKP:"£",GBP:"£",GEL:"₾",GGP:"£",GHC:"₵",GHS:"GH₵",GIP:"£",GMD:"D",GNF:"FG",GTQ:"Q",GYD:"$",HKD:"$",HNL:"L",HRK:"kn",HTG:"G",HUF:"Ft",IDR:"Rp",ILS:"₪",IMP:"£",INR:"₹",IQD:"ع.د",IRR:"﷼",ISK:"kr",JEP:"£",JMD:"J$",JOD:"JD",JPY:"¥",KES:"KSh",KGS:"лв",KHR:"៛",KMF:"CF",KPW:"₩",KRW:"₩",KWD:"KD",KYD:"$",KZT:"₸",LAK:"₭",LBP:"£",LKR:"₨",LRD:"$",LSL:"M",LTC:"Ł",LTL:"Lt",LVL:"Ls",LYD:"LD",MAD:"MAD",MDL:"lei",MGA:"Ar",MKD:"ден",MMK:"K",MNT:"₮",MOP:"MOP$",MRO:"UM",MRU:"UM",MUR:"₨",MVR:"Rf",MWK:"MK",MXN:"$",MXV:"MXV",MYR:"RM",MZN:"MT",NAD:"$",NGN:"₦",NIO:"C$",NOK:"kr",NPR:"₨",NZD:"$",OMR:"﷼",PAB:"B/.",PEN:"S/.",PGK:"K",PHP:"₱",PKR:"₨",PLN:"zł",PYG:"Gs",QAR:"﷼",RMB:"¥",RON:"lei",RSD:"Дин.",RUB:"₽",RWF:"R₣",SAR:"﷼",SBD:"$",SCR:"₨",SDG:"ج.س.",SEK:"kr",SGD:"S$",SHP:"£",SLL:"Le",SOS:"S",SRD:"$",SSP:"£",STD:"Db",STN:"Db",SVC:"$",SYP:"£",SZL:"E",THB:"฿",TJS:"SM",TMT:"T",TND:"د.ت",TOP:"T$",TRL:"₤",TRY:"₺",TTD:"TT$",TVD:"$",TWD:"NT$",TZS:"TSh",UAH:"₴",UGX:"USh",USD:"$",UYI:"UYI",UYU:"$U",UYW:"UYW",UZS:"лв",VEF:"Bs",VES:"Bs.S",VND:"₫",VUV:"VT",WST:"WS$",XAF:"FCFA",XBT:"Ƀ",XCD:"$",XOF:"CFA",XPF:"₣",XSU:"Sucre",XUA:"XUA",YER:"﷼",ZAR:"R",ZMW:"ZK",ZWD:"Z$",ZWL:"$"})[e]||"",_hoisted_1$c={class:"products-parent"},_hoisted_2$b={class:"product-row"},_hoisted_3$6=["onClick"],_hoisted_4$7={key:0,class:"product-container"},_hoisted_5$6={style:{flex:"1 1 auto"}},_hoisted_6$5=["src"],_hoisted_7$4={key:1,style:{marginBottom:"4px"}},_hoisted_8$4={key:2},_hoisted_9$3=["onClick"],_sfc_main$f=defineComponent({__name:"Products",props:{productBlock:{},campaign:{}},setup(e){const t=e;useCssVars(d=>({"29836d3b":d.campaign.title_color,d3af64ba:d.productBlock.button_bg_color,"22c718c0":d.productBlock.button_bg_color_hover,"3e67720b":d.productBlock.button_text_color,a4ebb970:d.productBlock.button_text_hover_color,"484712e6":i.value}));const n=useStorage(),{closeCampaign:r}=useMain(),o=useMainStore(),i=computed(()=>t.productBlock.num_products),a=computed(()=>t.productBlock.num_rows),s=computed(()=>{let d=[];return t.productBlock.products.length>0?(t.productBlock.products.forEach(v=>{v.variants.forEach(m=>{d.push({image:v.image,title:m.displayName,price:m.price,id:m.id})})}),d):(d=[{image:"https://ucarecdn.com/d3b8c429-2415-45fc-b53e-62a8b68ba9ad/placeholderimagesproduct1_largeremovebgpreview.png",title:"Product 1",price:"10",id:"1"},{image:"https://ucarecdn.com/216f5db2-fa9d-4c90-bc72-f61c4f6afc5d/placeholderimagesproduct2_largeremovebgpreview.png",title:"Product 2",price:"20",id:"2"},{image:"https://ucarecdn.com/d582cdd8-870c-4d70-ae00-950d1eaa9039/placeholderimagesproduct3_largeremovebgpreview.png",title:"Product 3",price:"30",id:"3"},{image:"https://cdn.shopify.com/s/files/1/0533/2089/files/placeholder-images-product-4_large.png?v=1530129292",title:"Product 4",price:"40",id:"4"},{image:"https://cdn.shopify.com/s/files/1/0533/2089/files/placeholder-images-product-5_large.png?v=1530129292",title:"Product 5",price:"50",id:"5"},{image:"https://cdn.shopify.com/s/files/1/0533/2089/files/placeholder-images-product-6_large.png?v=1530129292",title:"Product 6",price:"60",id:"6"},{image:"https://cdn.shopify.com/s/files/1/0533/2089/files/placeholder-images-product-1_large.png?v=1530129292",title:"Product 7",price:"70",id:"7"},{image:"https://cdn.shopify.com/s/files/1/0533/2089/files/placeholder-images-product-2_large.png?v=1530129292",title:"Product 8",price:"80",id:"8"},{image:"https://cdn.shopify.com/s/files/1/0533/2089/files/placeholder-images-product-3_large.png?v=1530129292",title:"Product 9",price:"90",id:"9"},{image:"https://cdn.shopify.com/s/files/1/0533/2089/files/placeholder-images-product-4_large.png?v=1530129292",title:"Product 10",price:"100",id:"10"}],d)}),c=d=>{if(t.productBlock.action!="redirect")return;const v=d.id.split("/"),m=v[v.length-1];t.productBlock.open_in_new_tab?window.open(`https://${o.currentSite.siteUrl}/variants/${m}`,"_blank"):window.location.href=`https://${o.currentSite.siteUrl}/variants/${m}`},l=d=>{const v=d.id.split("/"),m=v[v.length-1];fetch("/cart/add.js",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({id:m,quantity:1})}).then(w=>w.json()).then(w=>{console.log("Item added to cart:",w),n.add("submitted","local",{id:t.campaign.id,closedAt:new Date().toISOString()}),r(t.campaign),window.location.href=`https://${o.currentSite.siteUrl}/cart`}).catch(w=>{alert(`Error adding item to cart: ${w}`),console.error("Error adding item to cart:",w)})};return(d,v)=>(openBlock(),createElementBlock("div",_hoisted_1$c,[createBaseVNode("div",_hoisted_2$b,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.value,(m,w)=>(openBlock(),createElementBlock("div",{class:"product",key:m.id,style:normalizeStyle({display:wc(m)},[wl(m)},toDisplayString(d.productBlock.action_text),9,_hoisted_9$3)):createCommentVNode("",!0)])):createCommentVNode("",!0)],12,_hoisted_3$6))),128))])]))}}),Products_vue_vue_type_style_index_0_scoped_d6d500bf_lang="",Products=_export_sfc(_sfc_main$f,[["__scopeId","data-v-d6d500bf"]]),_hoisted_1$b=createBaseVNode("path",{fill:"currentColor",d:"M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"},null,-1),_hoisted_2$a=[_hoisted_1$b],_sfc_main$e=defineComponent({__name:"IconSocial",props:{icon:{default:""},color:{default:"black"},fontSize:{default:20}},setup(e){const t=e,n=computed(()=>`bxl:${{facebook:"facebook-square"}[t.icon]||t.icon}`);return(r,o)=>t.icon==="x"?(openBlock(),createElementBlock("svg",{key:0,class:"icon social-network-icon",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":"true",role:"img",width:"1em",height:"1em",viewBox:"-218.42 -204.68 1636.36 1636.36",style:normalizeStyle({color:t.color,fontSize:`${t.fontSize}px`})},_hoisted_2$a,4)):(openBlock(),createBlock(unref(Icon$1),{key:1,class:normalizeClass(["icon social-network-icon",t.icon]),icon:n.value,style:normalizeStyle({color:t.color,fontSize:`${t.fontSize}px`})},null,8,["class","icon","style"]))}}),_hoisted_1$a=["href"],_sfc_main$d=defineComponent({__name:"SocialNetworks",props:{block:{},campaign:{}},setup(e){const t=e;useCssVars(i=>({"0688af96":r.value,"5e32352e":o.value}));const n=computed(()=>t.block.icons_color??t.campaign.widget_text_color),r=computed(()=>t.block.icons_bg_color??""),o=computed(()=>t.block.icon_border_color??"");return(i,a)=>(openBlock(),createElementBlock("div",{class:"block social-networks-block",style:normalizeStyle({gap:t.block.button_type==="min"?"1em":"0.5em"})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(t.block.networks,s=>(openBlock(),createElementBlock(Fragment,null,[s.enabled?(openBlock(),createElementBlock("a",{class:normalizeClass(["social-network-block-wrapper",t.block.button_type]),key:s.key,href:s.url,target:"_blank"},[createVNode(_sfc_main$e,{icon:s.key,color:n.value,"font-size":t.block.icon_size},null,8,["icon","color","font-size"])],10,_hoisted_1$a)):createCommentVNode("",!0)],64))),256))],4))}}),SocialNetworks_vue_vue_type_style_index_0_scoped_e71acf6d_lang="",SocialNetworks=_export_sfc(_sfc_main$d,[["__scopeId","data-v-e71acf6d"]]),_hoisted_1$9={key:0,class:"time-block"},_hoisted_2$9=["id"],_hoisted_3$5={key:1,class:"separator"},_hoisted_4$6={key:2,class:"time-block"},_hoisted_5$5=["id"],_hoisted_6$4={key:3,class:"separator"},_hoisted_7$3={key:4,class:"time-block"},_hoisted_8$3=["id"],_hoisted_9$2={key:5,class:"separator"},_hoisted_10$2={key:6,class:"time-block"},_hoisted_11$2=["id"],_hoisted_12$2={class:"timer-item"},_hoisted_13$1={class:"timer-item"},_hoisted_14$1={class:"timer-item"},_hoisted_15$1={class:"timer-item"},_sfc_main$c=defineComponent({__name:"Timer",props:{block:{},campaign:{}},setup(e){var F,L,M,ae,U,me,Le,qe;const t=e;useCssVars(le=>({"764258c4":C.value,"233595bf":T.value,47396143:R.value,"50b42fe0":Y.value}));const n=Math.random().toString(36).substr(2,9),r=t.block.timer_end_at?new Date(t.block.timer_end_at):new Date,o=new Date(r).getTime(),i=new Date().getTime(),a=Math.max(o-i,0),s=ref(Math.floor(a/(1e3*60*60*24))),c=ref(Math.floor(a%(1e3*60*60*24)/(1e3*60*60))),l=ref(Math.floor(a%(1e3*60*60)/(1e3*60))),d=ref(Math.floor(a%(1e3*60)/1e3));t.block.timer_type=="interval"&&(s.value=((L=(F=t.block.timer_interval)==null?void 0:F.days)==null?void 0:L.amount)??1,c.value=((ae=(M=t.block.timer_interval)==null?void 0:M.hours)==null?void 0:ae.amount)??1,l.value=((me=(U=t.block.timer_interval)==null?void 0:U.minutes)==null?void 0:me.amount)??1,d.value=((qe=(Le=t.block.timer_interval)==null?void 0:Le.seconds)==null?void 0:qe.amount)??1);const v=computed(()=>s.value.toString().padStart(2,"0")),m=computed(()=>c.value.toString().padStart(2,"0")),w=computed(()=>l.value.toString().padStart(2,"0")),k=computed(()=>d.value.toString().padStart(2,"0")),C=computed(()=>t.block.background_color??""),T=computed(()=>{var le;return t.block.text_color??((le=t.campaign)==null?void 0:le.widget_text_color)??"#000"}),Y=computed(()=>t.block.border_color??"#e2e8f0"),te=computed(()=>t.block.border_width??1),R=computed(()=>`${te.value}px solid ${Y.value}`);setInterval(()=>{d.value=d.value-1,d.value<0&&(d.value=59,l.value=l.value-1),l.value<0&&(l.value=59,c.value=c.value-1),c.value<0&&(c.value=23,s.value=s.value-1),s.value<0&&(s.value=0,c.value=0,l.value=0,d.value=0)},900);const g=computed(()=>{var le,ye,_e,Fe,He,Ue,G,y;return((ye=(le=t.block.timer_interval)==null?void 0:le.days)==null?void 0:ye.enabled)&&(((Fe=(_e=t.block.timer_interval)==null?void 0:_e.hours)==null?void 0:Fe.enabled)||((Ue=(He=t.block.timer_interval)==null?void 0:He.minutes)==null?void 0:Ue.enabled)||((y=(G=t.block.timer_interval)==null?void 0:G.seconds)==null?void 0:y.enabled))}),A=computed(()=>{var le,ye,_e,Fe,He,Ue;return((ye=(le=t.block.timer_interval)==null?void 0:le.hours)==null?void 0:ye.enabled)&&(((Fe=(_e=t.block.timer_interval)==null?void 0:_e.minutes)==null?void 0:Fe.enabled)||((Ue=(He=t.block.timer_interval)==null?void 0:He.seconds)==null?void 0:Ue.enabled))}),O=computed(()=>{var le,ye,_e,Fe;return((ye=(le=t.block.timer_interval)==null?void 0:le.minutes)==null?void 0:ye.enabled)&&((Fe=(_e=t.block.timer_interval)==null?void 0:_e.seconds)==null?void 0:Fe.enabled)});return(le,ye)=>{var _e,Fe,He,Ue,G,y,j,H,J,ne,ge,Q,We,Ke,b,E;return le.block.theme!="analog"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(["timer-parent",[le.block.theme??"default",le.block.color??"light"]])},[(Fe=(_e=le.block.timer_interval)==null?void 0:_e.days)!=null&&Fe.enabled?(openBlock(),createElementBlock("div",_hoisted_1$9,[createBaseVNode("span",{class:"counter days",id:`days-${unref(n)}`},toDisplayString(v.value),9,_hoisted_2$9),createBaseVNode("label",null,toDisplayString((Ue=(He=le.block.timer_interval)==null?void 0:He.days)==null?void 0:Ue.label),1)])):createCommentVNode("",!0),g.value?(openBlock(),createElementBlock("div",_hoisted_3$5,":")):createCommentVNode("",!0),(y=(G=le.block.timer_interval)==null?void 0:G.hours)!=null&&y.enabled?(openBlock(),createElementBlock("div",_hoisted_4$6,[createBaseVNode("span",{class:"counter hours",id:`hours-${unref(n)}`},toDisplayString(m.value),9,_hoisted_5$5),createBaseVNode("label",null,toDisplayString((H=(j=le.block.timer_interval)==null?void 0:j.hours)==null?void 0:H.label),1)])):createCommentVNode("",!0),A.value?(openBlock(),createElementBlock("div",_hoisted_6$4,":")):createCommentVNode("",!0),(ne=(J=le.block.timer_interval)==null?void 0:J.minutes)!=null&&ne.enabled?(openBlock(),createElementBlock("div",_hoisted_7$3,[createBaseVNode("span",{class:"counter minutes",id:`minutes-${unref(n)}`},toDisplayString(w.value),9,_hoisted_8$3),createBaseVNode("label",null,toDisplayString((Q=(ge=le.block.timer_interval)==null?void 0:ge.minutes)==null?void 0:Q.label),1)])):createCommentVNode("",!0),O.value?(openBlock(),createElementBlock("div",_hoisted_9$2,":")):createCommentVNode("",!0),(Ke=(We=le.block.timer_interval)==null?void 0:We.seconds)!=null&&Ke.enabled?(openBlock(),createElementBlock("div",_hoisted_10$2,[createBaseVNode("span",{class:"counter seconds",id:`seconds-${unref(n)}`},toDisplayString(k.value),9,_hoisted_11$2),createBaseVNode("label",null,toDisplayString((E=(b=le.block.timer_interval)==null?void 0:b.seconds)==null?void 0:E.label),1)])):createCommentVNode("",!0)],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(["timer-analog",le.block.color??"light"])},[createBaseVNode("div",_hoisted_12$2,[createBaseVNode("p",null,toDisplayString(v.value[0]),1),createBaseVNode("p",null,toDisplayString(v.value[1]),1)]),createBaseVNode("div",_hoisted_13$1,[createBaseVNode("p",null,toDisplayString(m.value[0]),1),createBaseVNode("p",null,toDisplayString(m.value[1]),1)]),createBaseVNode("div",_hoisted_14$1,[createBaseVNode("p",null,toDisplayString(w.value[0]),1),createBaseVNode("p",null,toDisplayString(w.value[1]),1)]),createBaseVNode("div",_hoisted_15$1,[createBaseVNode("p",null,toDisplayString(k.value[0]),1),createBaseVNode("p",null,toDisplayString(k.value[1]),1)])],2))}}}),Timer_vue_vue_type_style_index_0_scoped_2fe60b9c_lang="",Timer=_export_sfc(_sfc_main$c,[["__scopeId","data-v-2fe60b9c"]]),_hoisted_1$8=["src"],_hoisted_2$8={key:1,class:"review-avatar review-avatar-placeholder"},_hoisted_3$4={class:"review-content"},_hoisted_4$5={class:"review-header"},_hoisted_5$4={class:"review-author"},_hoisted_6$3={class:"review-stars"},_hoisted_7$2={class:"review-text"},_sfc_main$b=defineComponent({__name:"Review",props:{block:{}},setup(e){const t=e;return(n,r)=>(openBlock(),createElementBlock("div",{class:"review-block",style:normalizeStyle({background:t.block.colors.background})},[createBaseVNode("div",{class:"review-block-row",style:normalizeStyle({color:t.block.colors.text})},[t.block.review.avatar?(openBlock(),createElementBlock("div",{key:0,class:"review-avatar",style:normalizeStyle({background:t.block.colors.iconContainer})},[createBaseVNode("img",{class:"review-avatar-img",src:t.block.review.avatar},null,8,_hoisted_1$8)],4)):(openBlock(),createElementBlock("div",_hoisted_2$8,[createVNode(unref(Icon$1),{class:"review-avatar-icon",icon:"ph:user-bold",style:normalizeStyle({fontSize:"1.5rem",color:t.block.colors.icon})},null,8,["style"])])),createBaseVNode("div",_hoisted_3$4,[createBaseVNode("div",_hoisted_4$5,[createBaseVNode("p",_hoisted_5$4,toDisplayString(t.block.review.author||"Anonymous"),1),createBaseVNode("span",_hoisted_6$3,[(openBlock(),createElementBlock(Fragment,null,renderList(5,o=>createBaseVNode("span",{class:"review-star",key:o,style:normalizeStyle({color:o<=t.block.review.rating?t.block.colors.stars:"#e5e7eb",fontSize:"1.1rem",marginRight:"2px"})},[createVNode(unref(Icon$1),{icon:"ph:star-fill"})],4)),64))])]),createBaseVNode("p",_hoisted_7$2,toDisplayString(t.block.review.text||"No review text"),1)])],4)],4))}}),Review_vue_vue_type_style_index_0_scoped_b0c48d8c_lang="",Review=_export_sfc(_sfc_main$b,[["__scopeId","data-v-b0c48d8c"]]),vueTelInput$1="",_sfc_main$a=defineComponent({__name:"TeleInput",props:{modelValue:{},campaign:{},placeholder:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e;useCssVars(l=>({eeb7a422:i.value,a888ee48:s.value,"5484c5f6":c.value,"7d40b955":a.value}));const r=shallowRef(null),o=ref(n.modelValue),i=computed(()=>n.campaign.input_background_color),a=computed(()=>n.campaign.input_text_color),s=computed(()=>n.campaign.font_family),c=computed(()=>n.campaign.input_border_color);return Promise.resolve().then(()=>vueTelInput).then(l=>{l.VueTelInput&&(r.value=l.VueTelInput)}),watch(o,l=>{t("update:modelValue",l)}),watch(()=>n.modelValue,l=>{o.value=l}),(l,d)=>r.value?(openBlock(),createBlock(unref(r),{key:0,modelValue:o.value,"onUpdate:modelValue":d[0]||(d[0]=v=>o.value=v),placeholder:l.placeholder},null,8,["modelValue","placeholder"])):createCommentVNode("",!0)}}),TeleInput_vue_vue_type_style_index_0_lang="",_withScopeId$1=e=>(pushScopeId("data-v-8cf764fe"),e=e(),popScopeId(),e),_hoisted_1$7={class:"blocks-renderer"},_hoisted_2$7=["id","block-type"],_hoisted_3$3={key:0,class:"block-content block-sticker"},_hoisted_4$4=["innerHTML"],_hoisted_5$3={key:1},_hoisted_6$2=["src"],_hoisted_7$1={key:1,class:"block-content",style:{padding:"0 12px"}},_hoisted_8$2=["innerHTML"],_hoisted_9$1={key:2,class:"block-content block-content-image"},_hoisted_10$1=["src","alt"],_hoisted_11$1={key:3,class:"block-content block-content-image"},_hoisted_12$1=["src"],_hoisted_13={key:4,class:"block-content"},_hoisted_14={key:5,class:"block-content"},_hoisted_15=_withScopeId$1(()=>createBaseVNode("hr",{class:"block divider-block"},null,-1)),_hoisted_16=[_hoisted_15],_hoisted_17={key:6,class:"block-content"},_hoisted_18={key:7,class:"block-content"},_hoisted_19={key:9,class:"block-content"},_hoisted_20={key:10,class:"block-content"},_hoisted_21=["src","alt"],_hoisted_22={key:12,class:"block-content"},_hoisted_23=["src"],_hoisted_24={key:13,class:"block-content"},_hoisted_25=["src"],_hoisted_26=["src","controls","autoplay","loop"],_hoisted_27={key:14,class:"block-content"},_hoisted_28={key:15,class:"block-content"},_hoisted_29=["onSubmit"],_hoisted_30={class:"input-wrapper"},_hoisted_31=["onUpdate:modelValue","placeholder","onBlur"],_hoisted_32={key:1,class:"error-box"},_hoisted_33=_withScopeId$1(()=>createBaseVNode("span",null,"✱",-1)),_hoisted_34=[_hoisted_33],_sfc_main$9=defineComponent({__name:"Blocks",props:{campaign:{},loading:{type:Boolean,default:!1}},emits:["submit","close"],setup(e,{emit:t}){const n=e;useCssVars(g=>({"03370e4d":g.campaign.title_color,b11e1506:g.campaign.widget_text_color,"6774b475":g.campaign.input_text_color,"2fbdbbb2":g.textColor}));const r=useStorage(),{editMode:o}=useMainStore(),i=ref(!1),a=ref(!1),s=ref({email:"",name:"",phone:""}),c=ref({email:!1,name:!1,phone:!1}),l=computed(()=>n.campaign.gdpr_compliant?i.value:!0),d=computed(()=>n.campaign.content_blocks),v=(g,A)=>{if(o){window.open(g,"_blank");return}A?window.open(g,"_blank"):window.location.href=g},m=g=>{!g.clickUrlEnabled||!g.clickUrl||g.clickUrl.length!==0&&v(g.clickUrl,g.newTab)},w=g=>g?g.replace("watch?v=","embed/"):"",k=(g,A)=>{if(A)for(const[ae,U]of Object.entries(A))g=g.replace(new RegExp(ae,"g"),U);const L=new DOMParser().parseFromString(g,"image/svg+xml").querySelector("svg");L&&(L.removeAttribute("height"),L.removeAttribute("width"));const M=new XMLSerializer;try{return M.serializeToString(L)}catch(ae){return console.error(ae),""}},C=g=>{g.button_action==="close"&&(r.add("submitted","local",{id:n.campaign.id,closedAt:new Date().toISOString()}),t("close")),(g.button_action==="link"||g.button_action==="url")&&g.url&&(r.add("submitted","local",{id:n.campaign.id,closedAt:new Date().toISOString()}),v(g.url,g.newTab??!0))},T=g=>{i.value=g,g&&(a.value=!1)},Y=g=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(g),te=g=>{if(g){g==="email"&&(c.value.email=!Y(s.value.email??"")),g==="name"&&(c.value.name=!s.value.name),g==="phone"&&(c.value.phone=!s.value.phone);return}},R=()=>{var A,O;if(a.value=!1,!l.value){a.value=!0;return}c.value={email:!1,name:!1,phone:!1};const g=d.value.find(F=>F.block_type==="form");if((A=g==null?void 0:g.fields)!=null&&A.every(F=>!F.enabled)){t("submit",{couponForce:!0},g);return}(O=g==null?void 0:g.fields)==null||O.filter(F=>F.enabled).forEach(F=>{te(F.key)}),!Object.values(c.value).some(F=>F)&&t("submit",s.value,g)},N=g=>g?`https://dh-cache.pop-convert.com/design_export/${g}`:null;return watch(()=>n.campaign,g=>{console.log("Campaign changed",g)},{deep:!0}),(g,A)=>(openBlock(),createElementBlock("div",_hoisted_1$7,[(openBlock(!0),createElementBlock(Fragment,null,renderList(d.value,(O,F)=>{var L;return openBlock(),createElementBlock("div",{class:normalizeClass(["block-wrapper",{"image-only-popup":d.value.length==1&&(O.block_type==="image"||O.block_type==="media")}]),id:`block-${F+1}`,key:F,"block-type":O.block_type},[O.block_type==="sticker"?(openBlock(),createElementBlock("div",_hoisted_3$3,[O.colors&&O.svg?(openBlock(),createElementBlock("div",{key:0,style:normalizeStyle({width:`${O.width??35}%`}),innerHTML:k(O.svg,O.colors)},null,12,_hoisted_4$4)):O.sticker?(openBlock(),createElementBlock("div",_hoisted_5$3,[createBaseVNode("img",{src:O.sticker,style:normalizeStyle({width:`${O.width??35}%`,margin:"auto"})},null,12,_hoisted_6$2)])):createCommentVNode("",!0)])):createCommentVNode("",!0),O.block_type==="text"?(openBlock(),createElementBlock("div",_hoisted_7$1,[createBaseVNode("div",{class:"block text-block",innerHTML:O.text},null,8,_hoisted_8$2)])):createCommentVNode("",!0),O.block_type==="image"?(openBlock(),createElementBlock("div",_hoisted_9$1,[(openBlock(),createBlock(resolveDynamicComponent(O.clickUrlEnabled?"a":"div"),{href:O.clickUrl,onClick:withModifiers(M=>m(O),["prevent"])},{default:withCtx(()=>[createBaseVNode("img",{class:"block image-block",style:normalizeStyle({width:`${O.width}%`}),src:O.url||"",alt:O.altText},null,12,_hoisted_10$1)]),_:2},1032,["href","onClick"]))])):createCommentVNode("",!0),O.block_type==="video"?(openBlock(),createElementBlock("div",_hoisted_11$1,[createBaseVNode("iframe",{src:w(O.url||""),frameborder:"0",allowfullscreen:"",style:normalizeStyle({margin:"auto",width:`${O.width}%`,"aspect-ratio":16/9})},null,12,_hoisted_12$1)])):createCommentVNode("",!0),O.block_type==="social-networks"?(openBlock(),createElementBlock("div",_hoisted_13,[createVNode(SocialNetworks,{block:O,campaign:g.campaign},null,8,["block","campaign"])])):createCommentVNode("",!0),O.block_type==="divider"?(openBlock(),createElementBlock("div",_hoisted_14,_hoisted_16)):createCommentVNode("",!0),O.block_type==="spacer"?(openBlock(),createElementBlock("div",_hoisted_17,[createBaseVNode("div",{class:"block spacer-block",style:normalizeStyle({height:`${O.height}px`})},null,4)])):createCommentVNode("",!0),O.block_type==="timer"?(openBlock(),createElementBlock("div",_hoisted_18,[createVNode(Timer,{class:"block timer-block",block:O},null,8,["block"])])):createCommentVNode("",!0),O.block_type==="button"?(openBlock(),createBlock(resolveDynamicComponent(O.button_action==="close"?"div":"a"),{key:8,class:"block-content",role:"button",href:O.url,target:O.newTab?"_blank":"_self",onMouseup:M=>C(O)},{default:withCtx(()=>[createVNode(Button,{class:"block action-button-block","button-color":g.campaign.button_background_color,"button-text-color":g.campaign.button_text_color},{default:withCtx(()=>[createTextVNode(toDisplayString(O.text),1)]),_:2},1032,["button-color","button-text-color"])]),_:2},1064,["href","target","onMouseup"])):createCommentVNode("",!0),O.block_type==="coupon"?(openBlock(),createElementBlock("div",_hoisted_19,[createVNode(Coupon,{class:"block coupon-block"})])):createCommentVNode("",!0),O.block_type==="products"?(openBlock(),createElementBlock("div",_hoisted_20,[createVNode(Products,{"product-block":O,campaign:g.campaign},null,8,["product-block","campaign"])])):createCommentVNode("",!0),O.block_type==="media"?(openBlock(),createElementBlock("div",{key:11,class:"block-content block-img",style:normalizeStyle({display:"flex",justifyContent:O.align=="left"?"start":O.align=="right"?"end":"center"})},[(openBlock(),createBlock(resolveDynamicComponent(O.clickUrlEnabled?"a":"div"),{href:O.clickUrl,onClick:withModifiers(M=>m(O),["prevent"])},{default:withCtx(()=>[createBaseVNode("img",{class:"block image-block",style:normalizeStyle({width:`${O.maxWidth}%`}),src:N(O.projectId)||"",alt:O.altText},null,12,_hoisted_21)]),_:2},1032,["href","onClick"]))],4)):createCommentVNode("",!0),O.block_type==="giphy"?(openBlock(),createElementBlock("div",_hoisted_22,[createBaseVNode("img",{src:O.gif,style:normalizeStyle({width:`${O.width??100}%`,margin:"auto",borderRadius:`${O.border_radius??0}px`})},null,12,_hoisted_23)])):createCommentVNode("",!0),O.block_type==="pexels"?(openBlock(),createElementBlock("div",_hoisted_24,[O.media&&O.media.type==="image"?(openBlock(),createElementBlock("img",{key:0,src:O.media.url,style:normalizeStyle({width:`${O.width??100}%`,margin:"auto",borderRadius:`${O.border_radius??0}px`})},null,12,_hoisted_25)):(openBlock(),createElementBlock("video",{key:1,src:O.media&&O.media.url,style:normalizeStyle({width:`${O.width??100}%`,margin:"auto",borderRadius:`${O.border_radius??0}px`}),controls:O.show_controls===!0,autoplay:O.autoplay,loop:O.autoplay},null,12,_hoisted_26))])):createCommentVNode("",!0),O.block_type==="reviews"?(openBlock(),createElementBlock("div",_hoisted_27,[createVNode(Review,{block:O},null,8,["block"])])):createCommentVNode("",!0),O.block_type==="form"?(openBlock(),createElementBlock("div",_hoisted_28,[createBaseVNode("form",{class:"block form-block",autocomplete:"on",onSubmit:withModifiers(R,["prevent"])},[(openBlock(!0),createElementBlock(Fragment,null,renderList((L=O.fields)==null?void 0:L.filter(M=>M.enabled),M=>(openBlock(),createElementBlock("div",{class:"bar-input-form",key:M.key},[M.key!=="phone"||!M.advanced_phone_input?(openBlock(),createBlock(unref(Icon$1),{key:0,class:"icon",icon:`uil-${M.key==="email"?"envelope":M.key==="phone"?"phone":"user"}`,style:normalizeStyle({color:g.campaign.input_text_color})},null,8,["icon","style"])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_30,[M.key!=="phone"||!M.advanced_phone_input?withDirectives((openBlock(),createElementBlock("input",{key:0,class:"form-block-input","onUpdate:modelValue":ae=>s.value[M.key]=ae,style:normalizeStyle({backgroundColor:g.campaign.input_background_color,color:g.campaign.input_text_color,borderColor:g.campaign.input_border_color??g.campaign.input_background_color}),placeholder:M.placeholder,required:!0,onBlur:ae=>te(M.key)},null,44,_hoisted_31)),[[vModelText,s.value[M.key]]]):createCommentVNode("",!0),M.key==="phone"&&M.advanced_phone_input?(openBlock(),createBlock(_sfc_main$a,{key:1,modelValue:s.value.phone,"onUpdate:modelValue":A[0]||(A[0]=ae=>s.value.phone=ae),campaign:n.campaign,placeholder:M.placeholder,onBlur:A[1]||(A[1]=ae=>te("phone"))},null,8,["modelValue","campaign","placeholder"])):createCommentVNode("",!0)]),c.value[M.key]?(openBlock(),createElementBlock("div",_hoisted_32,_hoisted_34)):createCommentVNode("",!0)]))),128)),g.campaign.gdpr_compliant?(openBlock(),createBlock(GDPR,{key:0,value:i.value,"onUpdate:value":A[2]||(A[2]=M=>i.value=M),"text-color":g.campaign.widget_text_color,error:a.value,"onUpdate:checked":T},{default:withCtx(()=>[createTextVNode(toDisplayString(g.campaign.gdpr_text),1)]),_:1},8,["value","text-color","error"])):createCommentVNode("",!0),createVNode(Button,{class:"form-block-submit-button",loading:n.loading,"button-color":g.campaign.button_background_color,"button-text-color":g.campaign.button_text_color,onClick:R},{default:withCtx(()=>{var M;return[createTextVNode(toDisplayString(((M=O.submit_button)==null?void 0:M.label)||"Submit"),1)]}),_:2},1032,["loading","button-color","button-text-color"])],40,_hoisted_29)])):createCommentVNode("",!0)],10,_hoisted_2$7)}),128))]))}}),Blocks_vue_vue_type_style_index_0_scoped_8cf764fe_lang="",Blocks=_export_sfc(_sfc_main$9,[["__scopeId","data-v-8cf764fe"]]),_hoisted_1$6={key:1,class:"pop-thanks-container"},_hoisted_2$6=["innerHTML"],_sfc_main$8=defineComponent({__name:"PopUp",props:{campaign:{},winningSlice:{}},emits:["close","submitted","spin-wheel","close-button-campaign"],setup(e,{emit:t}){const n=e;useCssVars(g=>({"029dc55f":C.value,"1f915ff0":T.value,"4d1a6935":k.value,"4019ddb2":w.value}));const r=useStorage(),{createAction:o,createSubscriber:i,isCreating:a}=useApi(),{setupJS:s}=useCustomJS(),c=useWindowApi(),l=ref(!1),d=ref(null),v=computed(()=>{var g;return(g=n.campaign.content_blocks)==null?void 0:g.find(A=>A.block_type==="coupon")}),m=computed(()=>{var g;return(g=n.campaign.content_blocks)==null?void 0:g.find(A=>A.block_type==="wheel")}),w=computed(()=>{var g;return((g=n.campaign)==null?void 0:g.title_color)||"#000"}),k=computed(()=>{var g;return((g=n.campaign)==null?void 0:g.widget_background_color)||"#fff"}),C=computed(()=>n.campaign.widget_background_img?`url(${n.campaign.widget_background_img})`:"none"),T=computed(()=>n.campaign.popup_main_padding?`${n.campaign.popup_main_padding}px`:"0px"),Y=g=>{var A,O;((A=g.data)==null?void 0:A.type)==="pc/editor-event"&&(l.value=g.data.showSubmission),((O=g.data)==null?void 0:O.type)==="pc/mocked-campaign-change"&&s(n.campaign)},te=computed(()=>(n.campaign.after_submission==="redirect",!1)),R=async g=>{var O,F,L,M;if(g.couponForce){c.trigger("submit",{type:"subscriber",campaign:n.campaign,form:g}),l.value=!0,t("submitted",n.campaign);return}if(!g.email&&!g.phone&&!g.name)return;const A={campaignId:((O=n.campaign)==null?void 0:O.id)??1,information:g};if((F=v.value)!=null&&F.isDynamic&&(A.couponId=v.value.codeId),!a.value){const ae=await i(A);(L=v.value)!=null&&L.isDynamic&&(d.value=ae.code)}await o({campaignId:n.campaign.id??1,action:"lead"}),c.trigger("submit",{type:"subscriber",campaign:n.campaign,form:g}),(M=n.campaign.content_blocks)!=null&&M.find(ae=>ae.block_type==="wheel")?t("spin-wheel"):(r.add("submitted","local",{id:n.campaign.id,closedAt:new Date().toISOString()}),n.campaign.after_submission==="thanks"?l.value=!0:window.location.href=String(n.campaign.redirect_url_after_submission)),t("close-button-campaign")},N=()=>{var g,A,O;if(t("close"),((g=n.campaign)==null?void 0:g.thank_you_btn_action)==="redirect"&&(A=n.campaign)!=null&&A.thank_you_btn_redirect_url){t("submitted",n.campaign),window.location.href=String(n.campaign.thank_you_btn_redirect_url);return}(O=n.campaign)!=null&&O.content_blocks.find(F=>F.block_type==="coupon"||F.block_type==="form")&&t("submitted",n.campaign),c.trigger("close",{campaign:n.campaign})};return onMounted(()=>{window.addEventListener("message",Y),s(n.campaign)}),onUnmounted(()=>{window.removeEventListener("message",Y)}),(g,A)=>{var O,F;return openBlock(),createElementBlock("div",{class:normalizeClass(["pop-content-blocks",[`pc-campaign-${g.campaign.id}`,{isWheelCampaign:m.value}]])},[!l.value&&!te.value&&!g.winningSlice?(openBlock(),createBlock(Blocks,{key:0,loading:unref(a),campaign:g.campaign,onSubmit:R,onClose:N},null,8,["loading","campaign"])):(openBlock(),createElementBlock("div",_hoisted_1$6,[createBaseVNode("div",{class:"pop-thanks-text",innerHTML:g.winningSlice?g.winningSlice.win_text:g.campaign.thank_you_msg},null,8,_hoisted_2$6),g.winningSlice?(openBlock(),createBlock(Coupon,{key:0,class:"pop-thanks-coupon clickable-effect",code:d.value??g.winningSlice.coupon,small:!!d.value,"success-message":((O=v.value)==null?void 0:O.successMessage)??"Copied!"},null,8,["code","small","success-message"])):v.value?(openBlock(),createBlock(Coupon,{key:1,class:"pop-thanks-coupon clickable-effect",code:d.value??v.value.code??"",small:!!d.value,"success-message":((F=v.value)==null?void 0:F.successMessage)??"Copied!"},null,8,["code","small","success-message"])):createCommentVNode("",!0),createVNode(Button,{class:"pop-thanks-close-button","button-color":g.campaign.button_background_color,"button-text-color":g.campaign.button_text_color,onClick:N},{default:withCtx(()=>[createTextVNode(toDisplayString(g.campaign.thank_you_close_btn_text),1)]),_:1},8,["button-color","button-text-color"])]))],2)}}}),PopUp_vue_vue_type_style_index_0_scoped_8a71c5d5_lang="",PopUp=_export_sfc(_sfc_main$8,[["__scopeId","data-v-8a71c5d5"]]),_sfc_main$7=defineComponent({__name:"AiPopup",props:{campaign:{}},emits:["close"],setup(e,{emit:t}){const n=e,r=ref(null);return onMounted(()=>{var s;if(!n.campaign.custom_html){console.warn("Campaign does not have custom HTML content.");return}window.pcRegisterClose=()=>{t("close")};const o=document.createElement("div");o.innerHTML=n.campaign.custom_html,o.querySelectorAll("style").forEach(c=>{var l;(l=r.value)==null||l.appendChild(c.cloneNode(!0))}),Array.from(o.childNodes).forEach(c=>{var l;c.nodeName!=="SCRIPT"&&c.nodeName!=="STYLE"&&((l=r.value)==null||l.appendChild(c.cloneNode(!0)))}),window.pcHostEl=r.value;const i=`https://api.pop-convert.com/micro/api/subscribers/create?unique_id=${n.campaign.unique_id}&campaign_id=${n.campaign.id}`,a=document.createElement("script");a.textContent=` (function() { // Bind close buttons pcHostEl.querySelectorAll('[data-pc-close]').forEach(el => { el.addEventListener('click', () => { if (window.pcRegisterClose) window.pcRegisterClose(); }); }); // Intercept form submission const form = pcHostEl.querySelector('[data-pc-form]'); if (form) { form.addEventListener('submit', async (e) => { e.preventDefault(); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); try { const res = await fetch("${i}", { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(data) }); const result = await res.json(); console.log('Form submitted successfully', result); // Optionally trigger close after submission if (window.pcRegisterClose) window.pcRegisterClose(); } catch (err) { console.error('Form submission failed', err); } }); } })(); `,(s=r.value)==null||s.appendChild(a)}),(o,i)=>(openBlock(),createElementBlock("div",{ref_key:"hostEl",ref:r},null,512))}});function getRandomFloat(e=0,t=0,n=14){return parseFloat((Math.random()*(t-e)+e).toFixed(n))}function degRad(e=0){return e*Math.PI/180}function isAngleBetween(e,t,n){return t0?r=n%360:r=360+n%360,r===360&&(r=0),r}function diffAngle(e=0,t=0){const n=180-t;return 180-addAngle(e,n)}function calcWheelRotationForTargetAngle(e=0,t=0,n=1){let r=(e%360+t)%360;return r=fixFloat(r),r=(n===1?360-r:360+r)%360,r*=n,e+r}function isObject$1(e){return typeof e=="object"&&!Array.isArray(e)&&e!==null}function isNumber(e){return typeof e=="number"&&!Number.isNaN(e)}function setProp({val:e,isValid:t,errorMessage:n,defaultValue:r,action:o=null}){if(t)return o?o():e;if(e===void 0)return r;throw new Error(n)}function fixFloat(e=0){return Number(e.toFixed(9))}function easeSinOut(e){return Math.sin(e*Math.PI/2)}function getResizeObserver(e={},t={}){if(window.ResizeObserver){const n=new ResizeObserver(()=>{t({redraw:!0})});return n.observe(e),{stop:()=>{n.unobserve(e),n.disconnect()}}}return window.addEventListener("resize",t),{stop:()=>{window.removeEventListener("resize",t)}}}const arcAdjust=-90,baseCanvasSize=500,dragCapturePeriod=250,AlignText=Object.freeze({left:"left",right:"right",center:"center"}),Defaults=Object.freeze({wheel:{borderColor:"#000",borderWidth:1,debug:!1,image:null,isInteractive:!0,itemBackgroundColors:["#fff"],itemLabelAlign:AlignText.right,itemLabelBaselineOffset:0,itemLabelColors:["#000"],itemLabelFont:"sans-serif",itemLabelFontSizeMax:baseCanvasSize,itemLabelRadius:.85,itemLabelRadiusMax:.2,itemLabelRotation:0,itemLabelStrokeColor:"#fff",itemLabelStrokeWidth:0,items:[],lineColor:"#000",lineWidth:1,pixelRatio:0,radius:.95,rotation:0,rotationResistance:-35,rotationSpeedMax:300,offset:{x:0,y:0},onCurrentIndexChange:null,onRest:null,onSpin:null,overlayImage:null,pointerAngle:0},item:{backgroundColor:null,image:null,imageOpacity:1,imageRadius:.5,imageRotation:0,imageScale:1,label:"",labelColor:null,value:null,weight:1}}),Debugging=Object.freeze({pointerLineColor:"#ff00ff",labelBoundingBoxColor:"#ff00ff",labelRadiusColor:"#00ff00",dragPointHue:300});function register(e={}){registerPointerEvents(e),e._handler_onResize=getResizeObserver(e._canvasContainer,({redraw:n=!0})=>{e.resize(),n&&e.draw(performance.now())});const t=()=>{e._mediaQueryList=window.matchMedia(`(resolution: ${window.devicePixelRatio}dppx)`),e._mediaQueryList.addEventListener("change",e._handler_onDevicePixelRatioChange,{once:!0})};e._handler_onDevicePixelRatioChange=()=>{e.resize(),t()},t()}function unregister(e={}){const t=e.canvas;"PointerEvent"in window?(t.removeEventListener("pointerdown",e._handler_onPointerDown),t.removeEventListener("pointermove",e._handler_onPointerMoveRefreshCursor)):(t.removeEventListener("touchstart",e._handler_onTouchStart),t.removeEventListener("mousedown",e._handler_onMouseDown),t.removeEventListener("mousemove",e._handler_onMouseMoveRefreshCursor)),e._handler_onResize.stop(),e._mediaQueryList.removeEventListener("change",e._handler_onDevicePixelRatioChange)}function registerPointerEvents(e={}){const t=e.canvas;e._handler_onPointerMoveRefreshCursor=(n={})=>{const r={x:n.clientX,y:n.clientY};e._isCursorOverWheel=e.wheelHitTest(r),e.refreshCursor()},e._handler_onMouseMoveRefreshCursor=(n={})=>{const r={x:n.clientX,y:n.clientY};e._isCursorOverWheel=e.wheelHitTest(r),e.refreshCursor()},e._handler_onPointerDown=(n={})=>{const r={x:n.clientX,y:n.clientY};if(!e.isInteractive||!e.wheelHitTest(r))return;n.preventDefault(),e.dragStart(r),t.setPointerCapture(n.pointerId),t.addEventListener("pointermove",o),t.addEventListener("pointerup",i),t.addEventListener("pointercancel",i),t.addEventListener("pointerout",i);function o(a={}){a.preventDefault(),e.dragMove({x:a.clientX,y:a.clientY})}function i(a={}){a.preventDefault(),t.releasePointerCapture(a.pointerId),t.removeEventListener("pointermove",o),t.removeEventListener("pointerup",i),t.removeEventListener("pointercancel",i),t.removeEventListener("pointerout",i),e.dragEnd()}},e._handler_onMouseDown=(n={})=>{const r={x:n.clientX,y:n.clientY};if(!e.isInteractive||!e.wheelHitTest(r))return;e.dragStart(r),document.addEventListener("mousemove",o),document.addEventListener("mouseup",i);function o(a={}){a.preventDefault(),e.dragMove({x:a.clientX,y:a.clientY})}function i(a={}){a.preventDefault(),document.removeEventListener("mousemove",o),document.removeEventListener("mouseup",i),e.dragEnd()}},e._handler_onTouchStart=(n={})=>{const r={x:n.targetTouches[0].clientX,y:n.targetTouches[0].clientY};if(!e.isInteractive||!e.wheelHitTest(r))return;n.preventDefault(),e.dragStart(r),t.addEventListener("touchmove",o),t.addEventListener("touchend",i),t.addEventListener("touchcancel",i);function o(a={}){a.preventDefault(),e.dragMove({x:a.targetTouches[0].clientX,y:a.targetTouches[0].clientY})}function i(a={}){a.preventDefault(),t.removeEventListener("touchmove",o),t.removeEventListener("touchend",i),t.removeEventListener("touchcancel",i),e.dragEnd()}},"PointerEvent"in window?(t.addEventListener("pointerdown",e._handler_onPointerDown),t.addEventListener("pointermove",e._handler_onPointerMoveRefreshCursor)):(t.addEventListener("touchstart",e._handler_onTouchStart),t.addEventListener("mousedown",e._handler_onMouseDown),t.addEventListener("mousemove",e._handler_onMouseMoveRefreshCursor))}class Item{constructor(t,n={}){if(!isObject$1(t))throw new Error("wheel must be an instance of Wheel");if(!isObject$1(n)&&n!==null)throw new Error("props must be an Object or null");this._wheel=t;for(const r of Object.keys(Defaults.item))this["_"+r]=Defaults.item[r];n?this.init(n):this.init(Defaults.item)}init(t={}){this.backgroundColor=t.backgroundColor,this.image=t.image,this.imageOpacity=t.imageOpacity,this.imageRadius=t.imageRadius,this.imageRotation=t.imageRotation,this.imageScale=t.imageScale,this.label=t.label,this.labelColor=t.labelColor,this.value=t.value,this.weight=t.weight}get backgroundColor(){return this._backgroundColor}set backgroundColor(t){typeof t=="string"?this._backgroundColor=t:this._backgroundColor=Defaults.item.backgroundColor,this._wheel.refresh()}get image(){return this._image}set image(t){t instanceof HTMLImageElement?this._image=t:this._image=Defaults.item.image,this._wheel.refresh()}get imageOpacity(){return this._imageOpacity}set imageOpacity(t){typeof t=="number"?this._imageOpacity=t:this._imageOpacity=Defaults.item.imageOpacity,this._wheel.refresh()}get imageRadius(){return this._imageRadius}set imageRadius(t){typeof t=="number"?this._imageRadius=t:this._imageRadius=Defaults.item.imageRadius,this._wheel.refresh()}get imageRotation(){return this._imageRotation}set imageRotation(t){typeof t=="number"?this._imageRotation=t:this._imageRotation=Defaults.item.imageRotation,this._wheel.refresh()}get imageScale(){return this._imageScale}set imageScale(t){typeof t=="number"?this._imageScale=t:this._imageScale=Defaults.item.imageScale,this._wheel.refresh()}get label(){return this._label}set label(t){typeof t=="string"?this._label=t:this._label=Defaults.item.label,this._wheel.refresh()}get labelColor(){return this._labelColor}set labelColor(t){typeof t=="string"?this._labelColor=t:this._labelColor=Defaults.item.labelColor,this._wheel.refresh()}get value(){return this._value}set value(t){t!==void 0?this._value=t:this._value=Defaults.item.value}get weight(){return this._weight}set weight(t){typeof t=="number"?this._weight=t:this._weight=Defaults.item.weight}getIndex(){const t=this._wheel.items.findIndex(n=>n===this);if(t===-1)throw new Error("Item not found in parent Wheel");return t}getCenterAngle(){const t=this._wheel.getItemAngles()[this.getIndex()];return t.start+(t.end-t.start)/2}getStartAngle(){return this._wheel.getItemAngles()[this.getIndex()].start}getEndAngle(){return this._wheel.getItemAngles()[this.getIndex()].end}getRandomAngle(){return getRandomFloat(this.getStartAngle(),this.getEndAngle())}}class Wheel{constructor(t,n={}){if(!(t instanceof Element))throw new Error("container must be an instance of Element");if(!isObject$1(n)&&n!==null)throw new Error("props must be an Object or null");this._frameRequestId=null,this._rotationSpeed=0,this._rotationDirection=1,this._spinToTimeEnd=null,this._lastSpinFrameTime=null,this._isCursorOverWheel=!1,this.add(t);for(const r of Object.keys(Defaults.wheel))this["_"+r]=Defaults.wheel[r];n?this.init(n):this.init(Defaults.wheel)}init(t={}){this._isInitialising=!0,this.borderColor=t.borderColor,this.borderWidth=t.borderWidth,this.debug=t.debug,this.image=t.image,this.isInteractive=t.isInteractive,this.itemBackgroundColors=t.itemBackgroundColors,this.itemLabelAlign=t.itemLabelAlign,this.itemLabelBaselineOffset=t.itemLabelBaselineOffset,this.itemLabelColors=t.itemLabelColors,this.itemLabelFont=t.itemLabelFont,this.itemLabelFontSizeMax=t.itemLabelFontSizeMax,this.itemLabelRadius=t.itemLabelRadius,this.itemLabelRadiusMax=t.itemLabelRadiusMax,this.itemLabelRotation=t.itemLabelRotation,this.itemLabelStrokeColor=t.itemLabelStrokeColor,this.itemLabelStrokeWidth=t.itemLabelStrokeWidth,this.items=t.items,this.lineColor=t.lineColor,this.lineWidth=t.lineWidth,this.pixelRatio=t.pixelRatio,this.rotationSpeedMax=t.rotationSpeedMax,this.radius=t.radius,this.rotation=t.rotation,this.rotationResistance=t.rotationResistance,this.offset=t.offset,this.onCurrentIndexChange=t.onCurrentIndexChange,this.onRest=t.onRest,this.onSpin=t.onSpin,this.overlayImage=t.overlayImage,this.pointerAngle=t.pointerAngle}add(t){this._canvasContainer=t,this.canvas=document.createElement("canvas"),this.canvas.style.display="block",this._context=this.canvas.getContext("2d"),this._canvasContainer.append(this.canvas),register(this),this._isInitialising===!1&&this.resize()}remove(){this.canvas!==null&&(this._frameRequestId!==null&&window.cancelAnimationFrame(this._frameRequestId),unregister(this),this._canvasContainer.removeChild(this.canvas),this._canvasContainer=null,this.canvas=null,this._context=null)}resize(){if(this.canvas===null)return;this.canvas.style.width=this._canvasContainer.clientWidth+"px",this.canvas.style.height=this._canvasContainer.clientHeight+"px";const[t,n]=[this._canvasContainer.clientWidth*this.getActualPixelRatio(),this._canvasContainer.clientHeight*this.getActualPixelRatio()];this.canvas.width=t,this.canvas.height=n;const r=Math.min(t,n),o={w:r-r*this._offset.x,h:r-r*this._offset.y},i=Math.min(t/o.w,n/o.h);this._size=Math.max(o.w*i,o.h*i),this._center={x:t/2+t*this._offset.x,y:n/2+n*this._offset.y},this._actualRadius=this._size/2*this.radius,this._itemLabelFontSize=this.itemLabelFontSizeMax*(this._size/baseCanvasSize),this._labelMaxWidth=this._actualRadius*(this.itemLabelRadius-this.itemLabelRadiusMax),this.itemLabelAlign==="center"&&(this._labelMaxWidth*=2);for(const a of this._items)this._itemLabelFontSize=Math.min(this._itemLabelFontSize,getFontSizeToFit(a.label,this.itemLabelFont,this._labelMaxWidth,this._context));this._itemLabelFontSize=window.pcWheelItemLabelFontSize,this.refresh()}draw(t=0){if(this._frameRequestId=null,this._context===null||this.canvas===null)return;const n=this._context;n.clearRect(0,0,this.canvas.width,this.canvas.height),this.animateRotation(t);const r=this.getItemAngles(this._rotation),o=this.getScaledNumber(this._borderWidth);n.textBaseline="middle",n.textAlign=this.itemLabelAlign,n.font=this._itemLabelFontSize+"px "+this.itemLabelFont;for(const[i,a]of r.entries()){const s=this._items[i],c=new Path2D;c.moveTo(this._center.x,this._center.y),c.arc(this._center.x,this._center.y,this._actualRadius-o/2,degRad(a.start+arcAdjust),degRad(a.end+arcAdjust)),s.path=c}this.drawItemBackgrounds(n,r),this.drawItemImages(n,r),this.drawItemLines(n,r),this.drawItemLabels(n,r),this.drawBorder(n),this.drawImage(n,this._image,!1),this.drawImage(n,this._overlayImage,!0),this.drawDebugPointerLine(n),this._isInitialising=!1}drawItemBackgrounds(t,n=[]){for(const[r,o]of n.entries()){const i=this._items[r];t.fillStyle=i.backgroundColor??this._itemBackgroundColors[r%this._itemBackgroundColors.length],t.fill(i.path)}}drawItemImages(t,n=[]){for(const[r,o]of n.entries()){const i=this._items[r];if(i.image===null)continue;t.save(),t.clip(i.path);const a=o.start+(o.end-o.start)/2;t.translate(this._center.x+Math.cos(degRad(a+arcAdjust))*(this._actualRadius*i.imageRadius),this._center.y+Math.sin(degRad(a+arcAdjust))*(this._actualRadius*i.imageRadius)),t.rotate(degRad(a+i.imageRotation)),t.globalAlpha=i.imageOpacity;const s=this._size/500*i.image.width*i.imageScale,c=this._size/500*i.image.height*i.imageScale,l=-s/2,d=-c/2;t.drawImage(i.image,l,d,s,c),t.restore()}}drawImage(t,n,r=!1){if(n===null)return;t.translate(this._center.x,this._center.y),r||t.rotate(degRad(this._rotation));const o=r?this._size:this._size*this.radius,i=-(o/2);t.drawImage(n,i,i,o,o),t.resetTransform()}drawDebugPointerLine(t){this.debug&&(t.translate(this._center.x,this._center.y),t.rotate(degRad(this._pointerAngle+arcAdjust)),t.beginPath(),t.moveTo(0,0),t.lineTo(this._actualRadius*2,0),t.strokeStyle=Debugging.pointerLineColor,t.lineWidth=this.getScaledNumber(2),t.stroke(),t.resetTransform())}drawBorder(t){if(this._borderWidth<=0)return;const n=this.getScaledNumber(this._borderWidth),r=this._borderColor||"transparent";if(t.beginPath(),t.strokeStyle=r,t.lineWidth=n,t.arc(this._center.x,this._center.y,this._actualRadius-n/2,0,2*Math.PI),t.stroke(),this.debug){const o=this.getScaledNumber(1);t.beginPath(),t.strokeStyle=t.strokeStyle=Debugging.labelRadiusColor,t.lineWidth=o,t.arc(this._center.x,this._center.y,this._actualRadius*this.itemLabelRadius,0,2*Math.PI),t.stroke(),t.beginPath(),t.strokeStyle=t.strokeStyle=Debugging.labelRadiusColor,t.lineWidth=o,t.arc(this._center.x,this._center.y,this._actualRadius*this.itemLabelRadiusMax,0,2*Math.PI),t.stroke()}}drawItemLines(t,n=[]){if(this._lineWidth<=0)return;const r=this.getScaledNumber(this._lineWidth),o=this.getScaledNumber(this._borderWidth);t.translate(this._center.x,this._center.y);for(const i of n)t.rotate(degRad(i.start+arcAdjust)),t.beginPath(),t.moveTo(0,0),t.lineTo(this._actualRadius-o,0),t.strokeStyle=this.lineColor,t.lineWidth=r,t.stroke(),t.rotate(-degRad(i.start+arcAdjust));t.resetTransform()}drawItemLabels(t,n=[]){const r=this._itemLabelFontSize*-this.itemLabelBaselineOffset,o=this.getScaledNumber(1),i=this.getScaledNumber(this._itemLabelStrokeWidth*2);for(const[a,s]of n.entries()){const c=this._items[a],l=c.labelColor||this._itemLabelColors[a%this._itemLabelColors.length]||"transparent";if(c.label.trim()===""||l==="transparent")continue;t.save(),t.clip(c.path);const d=s.start+(s.end-s.start)/2;if(t.translate(this._center.x+Math.cos(degRad(d+arcAdjust))*(this._actualRadius*this.itemLabelRadius),this._center.y+Math.sin(degRad(d+arcAdjust))*(this._actualRadius*this.itemLabelRadius)),t.rotate(degRad(d+arcAdjust)),t.rotate(degRad(this.itemLabelRotation)),this.debug){t.save();let v=0;this.itemLabelAlign==="left"?v=this._labelMaxWidth:this.itemLabelAlign==="center"&&(v=this._labelMaxWidth/2),t.beginPath(),t.moveTo(v,0),t.lineTo(-this._labelMaxWidth+v,0),t.strokeStyle=Debugging.labelBoundingBoxColor,t.lineWidth=o,t.stroke(),t.strokeRect(v,-this._itemLabelFontSize/2,-this._labelMaxWidth,this._itemLabelFontSize),t.restore()}if(this._itemLabelStrokeWidth>0&&(t.lineWidth=i,t.strokeStyle=this._itemLabelStrokeColor,t.lineJoin="round",t.strokeText(c.label,0,r)),t.fillStyle=l,t.fillText(c.label,0,r),this.debug){const v=this.getScaledNumber(2);t.beginPath(),t.arc(0,0,v,0,2*Math.PI),t.fillStyle=Debugging.labelRadiusColor,t.fill()}t.restore()}}drawDebugDragPoints(t){var i;if(!this.debug||!((i=this._dragEvents)!=null&&i.length))return;const n=[...this._dragEvents].reverse(),r=this.getScaledNumber(.5),o=this.getScaledNumber(4);for(const[a,s]of n.entries()){const c=a/this._dragEvents.length*100;t.beginPath(),t.arc(s.x,s.y,o,0,2*Math.PI),t.fillStyle=`hsl(${Debugging.dragPointHue},100%,${c}%)`,t.strokeStyle="#000",t.lineWidth=r,t.fill(),t.stroke()}}animateRotation(t=0){if(this._spinToTimeEnd!==null){if(t>=this._spinToTimeEnd){this.rotation=this._spinToEndRotation,this._spinToTimeEnd=null,this.raiseEvent_onRest();return}const n=this._spinToTimeEnd-this._spinToTimeStart;let r=(t-this._spinToTimeStart)/n;r=r<0?0:r;const o=this._spinToEndRotation-this._spinToStartRotation;this.rotation=this._spinToStartRotation+o*this._spinToEasingFunction(r),this.refresh();return}if(this._lastSpinFrameTime!==null){const n=t-this._lastSpinFrameTime;n>0&&(this.rotation+=n/1e3*this._rotationSpeed%360,this._rotationSpeed=this.getRotationSpeedPlusDrag(n),this._rotationSpeed===0?(this.raiseEvent_onRest(),this._lastSpinFrameTime=null):this._lastSpinFrameTime=t),this.refresh();return}}getRotationSpeedPlusDrag(t=0){const n=this._rotationSpeed+this.rotationResistance*(t/1e3)*this._rotationDirection;return this._rotationDirection===1&&n<0||this._rotationDirection===-1&&n>=0?0:n}spin(t=0){if(!isNumber(t))throw new Error("rotationSpeed must be a number");this._dragEvents=[],this.beginSpin(t,"spin")}spinTo(t=0,n=0,r=null){if(!isNumber(t))throw new Error("Error: rotation must be a number");if(!isNumber(n))throw new Error("Error: duration must be a number");this.stop(),this._dragEvents=[],this.animate(t,n,r),this.raiseEvent_onSpin({method:"spinto",targetRotation:t,duration:n})}spinToItem(t=0,n=0,r=!0,o=1,i=1,a=null){this.stop(),this._dragEvents=[];const s=r?this.items[t].getCenterAngle():this.items[t].getRandomAngle();let c=calcWheelRotationForTargetAngle(this.rotation,s-this._pointerAngle,i);c+=o*360*i,this.animate(c,n,a),this.raiseEvent_onSpin({method:"spintoitem",targetItemIndex:t,targetRotation:c,duration:n})}animate(t,n,r){this._spinToStartRotation=this.rotation,this._spinToEndRotation=t,this._spinToTimeStart=performance.now(),this._spinToTimeEnd=this._spinToTimeStart+n,this._spinToEasingFunction=r||easeSinOut,this.refresh()}stop(){this._spinToTimeEnd=null,this._rotationSpeed=0,this._lastSpinFrameTime=null}getScaledNumber(t){return t/baseCanvasSize*this._size}getActualPixelRatio(){return this._pixelRatio!==0?this._pixelRatio:window.devicePixelRatio}wheelHitTest(t={x:0,y:0}){if(this.canvas===null)return!1;const n=translateXYToElement(t,this.canvas,this.getActualPixelRatio());return isPointInCircle(n,this._center.x,this._center.y,this._actualRadius)}refreshCursor(){if(this.canvas!==null){if(this.isInteractive){if(this.isDragging){this.canvas.style.cursor="grabbing";return}if(this._isCursorOverWheel){this.canvas.style.cursor="grab";return}}this.canvas.style.cursor=""}}getAngleFromCenter(t={x:0,y:0}){return(getAngle(this._center.x,this._center.y,t.x,t.y)+90)%360}getCurrentIndex(){return this._currentIndex}refreshCurrentIndex(t=[]){this._items.length===0&&(this._currentIndex=-1);for(const[n,r]of t.entries())if(isAngleBetween(this._pointerAngle,r.start%360,r.end%360)){if(this._currentIndex===n)break;this._currentIndex=n,this._isInitialising||this.raiseEvent_onCurrentIndexChange();break}}getItemAngles(t=0){let n=0;for(const s of this.items)n+=s.weight;const r=360/n;let o,i=t;const a=[];for(const s of this._items)o=s.weight*r,a.push({start:i,end:i+o}),i+=o;return this._items.length>1&&(a[a.length-1].end=a[0].start+360),a}refresh(){this._frameRequestId===null&&(this._frameRequestId=window.requestAnimationFrame(t=>this.draw(t)))}limitSpeed(t=0,n=0){const r=Math.min(t,n);return Math.max(r,-n)}beginSpin(t=0,n=""){this.stop(),this._rotationSpeed=this.limitSpeed(t,this._rotationSpeedMax),this._lastSpinFrameTime=performance.now(),this._rotationDirection=this._rotationSpeed>=0?1:-1,this._rotationSpeed!==0&&this.raiseEvent_onSpin({method:n,rotationSpeed:this._rotationSpeed,rotationResistance:this._rotationResistance}),this.refresh()}refreshAriaLabel(){if(this.canvas===null)return;this.canvas.setAttribute("role","img");const t=this.items.length>=2?` The wheel has ${this.items.length} slices.`:"";this.canvas.setAttribute("aria-label","An image of a spinning prize wheel."+t)}get borderColor(){return this._borderColor}set borderColor(t){this._borderColor=setProp({val:t,isValid:typeof t=="string",errorMessage:"Wheel.borderColor must be a string",defaultValue:Defaults.wheel.borderColor}),this.refresh()}get borderWidth(){return this._borderWidth}set borderWidth(t){this._borderWidth=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.borderWidth must be a number",defaultValue:Defaults.wheel.borderWidth}),this.refresh()}get debug(){return this._debug}set debug(t){this._debug=setProp({val:t,isValid:typeof t=="boolean",errorMessage:"Wheel.debug must be a boolean",defaultValue:Defaults.wheel.debug}),this.refresh()}get image(){return this._image}set image(t){this._image=setProp({val:t,isValid:t instanceof HTMLImageElement||t===null,errorMessage:"Wheel.image must be a HTMLImageElement or null",defaultValue:Defaults.wheel.image}),this.refresh()}get isInteractive(){return this._isInteractive}set isInteractive(t){this._isInteractive=setProp({val:t,isValid:typeof t=="boolean",errorMessage:"Wheel.isInteractive must be a boolean",defaultValue:Defaults.wheel.isInteractive}),this.refreshCursor()}get itemBackgroundColors(){return this._itemBackgroundColors}set itemBackgroundColors(t){this._itemBackgroundColors=setProp({val:t,isValid:Array.isArray(t),errorMessage:"Wheel.itemBackgroundColors must be an array",defaultValue:Defaults.wheel.itemBackgroundColors}),this.refresh()}get itemLabelAlign(){return this._itemLabelAlign}set itemLabelAlign(t){this._itemLabelAlign=setProp({val:t,isValid:typeof t=="string"&&(t===AlignText.left||t===AlignText.right||t===AlignText.center),errorMessage:"Wheel.itemLabelAlign must be one of Constants.AlignText",defaultValue:Defaults.wheel.itemLabelAlign}),this.resize()}get itemLabelBaselineOffset(){return this._itemLabelBaselineOffset}set itemLabelBaselineOffset(t){this._itemLabelBaselineOffset=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.itemLabelBaselineOffset must be a number",defaultValue:Defaults.wheel.itemLabelBaselineOffset}),this.resize()}get itemLabelColors(){return this._itemLabelColors}set itemLabelColors(t){this._itemLabelColors=setProp({val:t,isValid:Array.isArray(t),errorMessage:"Wheel.itemLabelColors must be an array",defaultValue:Defaults.wheel.itemLabelColors}),this.refresh()}get itemLabelFont(){return this._itemLabelFont}set itemLabelFont(t){this._itemLabelFont=setProp({val:t,isValid:typeof t=="string",errorMessage:"Wheel.itemLabelFont must be a string",defaultValue:Defaults.wheel.itemLabelFont}),this.resize()}get itemLabelFontSizeMax(){return this._itemLabelFontSizeMax}set itemLabelFontSizeMax(t){this._itemLabelFontSizeMax=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.itemLabelFontSizeMax must be a number",defaultValue:Defaults.wheel.itemLabelFontSizeMax}),this.resize()}get itemLabelRadius(){return this._itemLabelRadius}set itemLabelRadius(t){this._itemLabelRadius=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.itemLabelRadius must be a number",defaultValue:Defaults.wheel.itemLabelRadius}),this.resize()}get itemLabelRadiusMax(){return this._itemLabelRadiusMax}set itemLabelRadiusMax(t){this._itemLabelRadiusMax=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.itemLabelRadiusMax must be a number",defaultValue:Defaults.wheel.itemLabelRadiusMax}),this.resize()}get itemLabelRotation(){return this._itemLabelRotation}set itemLabelRotation(t){this._itemLabelRotation=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.itemLabelRotation must be a number",defaultValue:Defaults.wheel.itemLabelRotation}),this.refresh()}get itemLabelStrokeColor(){return this._itemLabelStrokeColor}set itemLabelStrokeColor(t){this._itemLabelStrokeColor=setProp({val:t,isValid:typeof t=="string",errorMessage:"Wheel.itemLabelStrokeColor must be a string",defaultValue:Defaults.wheel.itemLabelStrokeColor}),this.refresh()}get itemLabelStrokeWidth(){return this._itemLabelStrokeWidth}set itemLabelStrokeWidth(t){this._itemLabelStrokeWidth=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.itemLabelStrokeWidth must be a number",defaultValue:Defaults.wheel.itemLabelStrokeWidth}),this.refresh()}get items(){return this._items}set items(t){this._items=setProp({val:t,isValid:Array.isArray(t),errorMessage:"Wheel.items must be an array of Items",defaultValue:Defaults.wheel.items,action:()=>{const n=[];for(const r of t)n.push(new Item(this,r));return n}}),this.refreshAriaLabel(),this.refreshCurrentIndex(this.getItemAngles(this._rotation)),this.resize()}get lineColor(){return this._lineColor}set lineColor(t){this._lineColor=setProp({val:t,isValid:typeof t=="string",errorMessage:"Wheel.lineColor must be a string",defaultValue:Defaults.wheel.lineColor}),this.refresh()}get lineWidth(){return this._lineWidth}set lineWidth(t){this._lineWidth=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.lineWidth must be a number",defaultValue:Defaults.wheel.lineWidth}),this.refresh()}get offset(){return this._offset}set offset(t){this._offset=setProp({val:t,isValid:isObject$1(t),errorMessage:"Wheel.offset must be an object",defaultValue:Defaults.wheel.offset}),this.resize()}get onCurrentIndexChange(){return this._onCurrentIndexChange}set onCurrentIndexChange(t){this._onCurrentIndexChange=setProp({val:t,isValid:typeof t=="function"||t===null,errorMessage:"Wheel.onCurrentIndexChange must be a function or null",defaultValue:Defaults.wheel.onCurrentIndexChange})}get onRest(){return this._onRest}set onRest(t){this._onRest=setProp({val:t,isValid:typeof t=="function"||t===null,errorMessage:"Wheel.onRest must be a function or null",defaultValue:Defaults.wheel.onRest})}get onSpin(){return this._onSpin}set onSpin(t){this._onSpin=setProp({val:t,isValid:typeof t=="function"||t===null,errorMessage:"Wheel.onSpin must be a function or null",defaultValue:Defaults.wheel.onSpin})}get overlayImage(){return this._overlayImage}set overlayImage(t){this._overlayImage=setProp({val:t,isValid:t instanceof HTMLImageElement||t===null,errorMessage:"Wheel.overlayImage must be a HTMLImageElement or null",defaultValue:Defaults.wheel.overlayImage}),this.refresh()}get pixelRatio(){return this._pixelRatio}set pixelRatio(t){this._pixelRatio=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.pixelRatio must be a number",defaultValue:Defaults.wheel.pixelRatio}),this._dragEvents=[],this.resize()}get pointerAngle(){return this._pointerAngle}set pointerAngle(t){this._pointerAngle=setProp({val:t,isValid:isNumber(t)&&t>=0,errorMessage:"Wheel.pointerAngle must be a number between 0 and 360",defaultValue:Defaults.wheel.pointerAngle,action:()=>t%360}),this.debug&&this.refresh()}get radius(){return this._radius}set radius(t){this._radius=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.radius must be a number",defaultValue:Defaults.wheel.radius}),this.resize()}get rotation(){return this._rotation}set rotation(t){this._rotation=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.rotation must be a number",defaultValue:Defaults.wheel.rotation}),this.refreshCurrentIndex(this.getItemAngles(this._rotation)),this.refresh()}get rotationResistance(){return this._rotationResistance}set rotationResistance(t){this._rotationResistance=setProp({val:t,isValid:isNumber(t),errorMessage:"Wheel.rotationResistance must be a number",defaultValue:Defaults.wheel.rotationResistance})}get rotationSpeed(){return this._rotationSpeed}get rotationSpeedMax(){return this._rotationSpeedMax}set rotationSpeedMax(t){this._rotationSpeedMax=setProp({val:t,isValid:isNumber(t)&&t>=0,errorMessage:"Wheel.rotationSpeedMax must be a number >= 0",defaultValue:Defaults.wheel.rotationSpeedMax})}dragStart(t={x:0,y:0}){if(this.canvas===null)return;const n=translateXYToElement(t,this.canvas,this.getActualPixelRatio());this.isDragging=!0,this.stop(),this._dragEvents=[{distance:0,x:n.x,y:n.y,now:performance.now()}],this.refreshCursor()}dragMove(t={x:0,y:0}){if(this.canvas===null)return;const n=translateXYToElement(t,this.canvas,this.getActualPixelRatio()),r=this.getAngleFromCenter(n),o=this._dragEvents[0],i=this.getAngleFromCenter(o),a=diffAngle(i,r);this._dragEvents.unshift({distance:a,x:n.x,y:n.y,now:performance.now()}),this.debug&&this._dragEvents.length>=40&&this._dragEvents.pop(),this.rotation+=a}dragEnd(){this.isDragging=!1;let t=0;const n=performance.now();for(const[r,o]of this._dragEvents.entries()){if(!this.isDragEventTooOld(n,o)){t+=o.distance;continue}this._dragEvents.length=r,this.debug&&this.refresh();break}this.refreshCursor(),t!==0&&this.beginSpin(t*(1e3/dragCapturePeriod),"interact")}isDragEventTooOld(t=0,n={}){return t-n.now>dragCapturePeriod}raiseEvent_onCurrentIndexChange(t={}){var n;(n=this.onCurrentIndexChange)==null||n.call(this,{type:"currentIndexChange",currentIndex:this._currentIndex,...t})}raiseEvent_onRest(t={}){var n;(n=this.onRest)==null||n.call(this,{type:"rest",currentIndex:this._currentIndex,rotation:this._rotation,...t})}raiseEvent_onSpin(t={}){var n;(n=this.onSpin)==null||n.call(this,{type:"spin",...t})}}const _hoisted_1$5={key:0,width:"48",height:"27",viewBox:"0 0 48 27",fill:"none",class:"shadow-xl",xmlns:"http://www.w3.org/2000/svg"},_hoisted_2$5=createStaticVNode('',2),_hoisted_4$3=[_hoisted_2$5],_hoisted_5$2={key:1,width:"48",height:"27",viewBox:"0 0 48 27",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"shadow-xl"},_hoisted_6$1=createStaticVNode('',2),_hoisted_8$1=[_hoisted_6$1],_sfc_main$6=defineComponent({__name:"SpinArrow",props:{direction:{}},setup(e){const t=e;return(n,r)=>t.direction=="left"?(openBlock(),createElementBlock("svg",_hoisted_1$5,_hoisted_4$3)):(openBlock(),createElementBlock("svg",_hoisted_5$2,_hoisted_8$1))}}),_hoisted_1$4={class:"wheel-container fade-in"},_hoisted_2$4={class:"wheel-icon-container fade-in"},_sfc_main$5=defineComponent({__name:"SpinWheel",props:{campaign:{},font:{},spin:{type:Boolean}},emits:["finished:spin"],setup(e,{emit:t}){const n=e;useCssVars(m=>({"5b100637":n.campaign.wheel_font_family}));const r=ref(null),o=ref(null),i=useMediaQuery("(max-width: 768px)"),a=computed(()=>{let m=null;return n.campaign.wheel_slices&&n.campaign.wheel_slices.length>0&&(m=n.campaign.wheel_slices.map(w=>({label:w.label}))),{name:"Takeaway",radius:.89,pointerAngle:i.value?130:(n.campaign.wheel_position_desktop==="left",90),itemLabelRadius:.85,itemLabelRadiusMax:.18,itemLabelAlign:n.campaign.wheel_position_desktop==="left"?"right":"left",itemLabelRotation:n.campaign.wheel_position_desktop==="left"?0:180,itemLabelColors:[n.campaign.wheel_primary_text_color??"#fff",n.campaign.wheel_secondary_text_color??"#44403E"],itemLabelBaselineOffset:-.06,itemLabelFont:n.campaign.wheel_font_enabled&&n.campaign.wheel_font_family?n.campaign.wheel_font_family:"Helvetica, sans-serif",itemBackgroundColors:[n.campaign.wheel_primary_bg_color??"#539CA0",n.campaign.wheel_secondary_bg_color??"#F4E8DE"],rotationSpeedMax:700,rotationResistance:-110,itemLabelFontSizeMax:Number(n.campaign.wheel_font_size)??100,lineWidth:0,isInteractive:!1,borderWidth:n.campaign.wheel_border_size??10,borderColor:n.campaign.wheel_border_color??"#cbd5e1",items:m,debug:!1}}),s=computed(()=>n.campaign.wheel_position_desktop==="right"?"row-reverse":"row"),c=()=>{var w;(w=o.value)==null||w.remove(),o.value=null;const m=document.querySelector(".wheel-wrapper canvas");m&&m.remove()},l=ref(0),d=m=>{window.clearTimeout(l.value),l.value=window.setTimeout(()=>{o.value=new Wheel(r.value,a.value),window.pcWheel=o.value},m)};function v(m){var C;const w=m.reduce((T,Y)=>T+Y.win_ratio,0);let k=Math.random()*w;for(let T=0;Tn.campaign,()=>{n.campaign.wheel_font_size&&(window.pcWheelItemLabelFontSize=n.campaign.wheel_font_size*window.devicePixelRatio,c(),d(0),window.setTimeout(()=>{c(),d(0)},1e3))}),watch(()=>n.spin,m=>{var w;if(m){const k=v(n.campaign.wheel_slices);(w=o.value)==null||w.spinToItem(k,3e3,!1,2),setTimeout(()=>{n.campaign.wheel_slices[k]&&t("finished:spin",n.campaign.wheel_slices[k])},3e3)}}),onMounted(()=>{var m;n.campaign.wheel_font_size&&(window.pcWheelItemLabelFontSize=((m=n.campaign)==null?void 0:m.wheel_font_size)*window.devicePixelRatio,d(250))}),(m,w)=>(openBlock(),createElementBlock("div",{class:normalizeClass(["wheel-parent",n.campaign.wheel_position_desktop??"left"]),style:normalizeStyle({flexDirection:s.value})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(n.campaign.wheel_slices,k=>(openBlock(),createElementBlock("div",{class:"font-renderer",key:k.label},toDisplayString(k.label),1))),128)),createBaseVNode("div",_hoisted_1$4,[createBaseVNode("div",{class:normalizeClass(["wheel-wrapper",n.campaign.wheel_position_desktop]),ref_key:"wheelContainer",ref:r},[n.campaign.wheel_logo?(openBlock(),createElementBlock("div",{key:0,class:"img-logo fade-in",style:normalizeStyle({backgroundImage:`url(${n.campaign.wheel_logo})`})},null,4)):createCommentVNode("",!0)],2)]),createBaseVNode("div",_hoisted_2$4,[createVNode(_sfc_main$6,{direction:n.campaign.wheel_position_desktop??"left"},null,8,["direction"])])],6))}}),SpinWheel_vue_vue_type_style_index_0_scoped_31b88d5f_lang="",SpinWheel=_export_sfc(_sfc_main$5,[["__scopeId","data-v-31b88d5f"]]),_hoisted_1$3={class:"ai-popup"},_hoisted_2$3=["onClick"],_hoisted_3$2={class:"promo-section"},_hoisted_4$2={key:0,class:"promo-wrapper"},_hoisted_5$1={key:1,class:"remove-watermark"},_hoisted_6=["onClick"],_hoisted_7=["minimal","is-mobile"],_hoisted_8=["innerHTML"],_hoisted_9=["show-hero","show-wheel","show-wheel-right","layout-type"],_hoisted_10={key:0,class:"modal-hero-image"},_hoisted_11={key:1,class:"modal-wheel"},_hoisted_12={class:"modal-content"},_sfc_main$4=defineComponent({__name:"Pop",props:{campaign:{}},emits:["clicked:watermark"],setup(e,{emit:t}){const n=e;useCssVars(y=>({acd7fd72:A.value,"32f2af22":R.value,b8bb92d6:O.value,ea310728:F.value,"5a82539c":Y.value,"68e03a04":te.value,"7ca2ed21":Le.value,"7b5a4d23":qe.value,"53308a82":L.value,"504f3673":U.value,"7d3b805a":M.value}));const{closeCampaign:r}=useMain(),o=useWindowApi(),i=useMainStore(),{createAction:a}=useApi(),{activePop:s,campaigns:c,editMode:l}=storeToRefs(i),d=ref(null),v=ref(!1),m=ref(!1),w=ref(!0),k=useMediaQuery("(max-width: 768px)"),C=computed(()=>i.showWatermark),T=computed(()=>{var y,j,H;return((y=n.campaign)==null?void 0:y.popup_hero_layout)==="top"||((j=n.campaign)==null?void 0:j.popup_hero_layout)==="right"||((H=n.campaign)==null?void 0:H.popup_hero_layout)==="left"}),Y=computed(()=>{var y,j,H,J;if(((y=n.campaign)==null?void 0:y.popup_hero_layout)==="right"||((j=n.campaign)==null?void 0:j.popup_hero_layout)==="left"){const ne=((H=n.campaign)==null?void 0:H.popup_max_width)??0;return k.value?`${ne+300}px`:`${ne+400}px`}return(J=n.campaign)!=null&&J.popup_max_width?`${n.campaign.popup_max_width}px`:"1800px"}),te=computed(()=>{var y;return((y=n.campaign)==null?void 0:y.goal)==="wheel"?"700px":"200px"}),R=computed(()=>n.campaign.font_family&&n.campaign.custom_font_enabled?n.campaign.font_family:"inherit"),N=computed(()=>{var y,j;return!((y=n.campaign)!=null&&y.widget_background_img)&&!T.value&&!((j=n.campaign)!=null&&j.widget_background_color)}),g=computed(()=>{var y;return(y=n.campaign)!=null&&y.overlay_opacity?n.campaign.overlay_opacity/100:.5}),A=computed(()=>{var y;return(y=n.campaign)!=null&&y.popup_hero_padding?`${n.campaign.popup_hero_padding}px`:"0px"}),O=computed(()=>{var y;return((y=n.campaign)==null?void 0:y.widget_background_color)||"#fff"}),F=computed(()=>{var y;return(y=n.campaign)!=null&&y.widget_border_enabled?`${n.campaign.widget_border_width}px solid ${n.campaign.widget_border_color}`:"none"}),L=computed(()=>{var y,j;return(y=n.campaign)!=null&&y.widget_background_img?`url(${(j=n.campaign)==null?void 0:j.widget_background_img})`:"none"}),M=computed(()=>{var y,j;return((y=n.campaign)==null?void 0:y.location)==="Bottom Left"||((j=n.campaign)==null?void 0:j.location)==="Top Left"?"-100%":"100%"}),ae=computed(()=>{var y,j,H;return((y=n.campaign)==null?void 0:y.location)==="Full Screen"||((j=n.campaign)==null?void 0:j.animation)==="Fade In"?"bounce":((H=n.campaign)==null?void 0:H.animation)==="Slide In"?"slide":"bounce-slide"}),U=computed(()=>{var y,j,H,J,ne;return k.value&&((y=n.campaign)!=null&&y.popup_hero_image_mobile_enabled)&&((j=n.campaign)!=null&&j.popup_hero_image_mobile)?`url(${(H=n.campaign)==null?void 0:H.popup_hero_image_mobile})`:(J=n.campaign)!=null&&J.popup_hero_image?`url(${(ne=n.campaign)==null?void 0:ne.popup_hero_image})`:"url(https://picsum.photos/1200/600)"}),me=computed(()=>{var y,j,H,J,ne,ge,Q;return{backgroundColor:((y=n.campaign)==null?void 0:y.close_button_background)??"#fff",color:((j=n.campaign)==null?void 0:j.close_button_color)??"#000",fontSize:`${((H=n.campaign)==null?void 0:H.close_button_size)??16}px`,borderRadius:`${((J=n.campaign)==null?void 0:J.close_button_border_radius)??99}px`,border:`${((ne=n.campaign)==null?void 0:ne.close_button_border_width)??1}px solid ${((ge=n.campaign)==null?void 0:ge.close_button_border_color)??"#e2e8f0"}`,padding:`${((Q=n.campaign)==null?void 0:Q.close_button_padding)??4}px`}}),Le=computed(()=>{var y;return`-${((y=n.campaign)==null?void 0:y.close_button_offset)??16}px`}),qe=computed(()=>{var y;return`-${(((y=n.campaign)==null?void 0:y.close_button_offset)??16)/2}px`}),le=computed(()=>{var j,H,J,ne,ge,Q;if(((j=n.campaign)==null?void 0:j.location)==="Full Screen")return{backgroundColor:(H=n.campaign)!=null&&H.fullscreen_background_color?(J=n.campaign)==null?void 0:J.fullscreen_background_color:`rgba(0, 0, 0, ${((ne=n.campaign)==null?void 0:ne.overlay_opacity)??.7})`};const y={backgroundColor:((ge=n.campaign)==null?void 0:ge.location)==="Full Screen"?`rgba(0, 0, 0, ${g.value})`:"none"};return((Q=n.campaign)==null?void 0:Q.location)!=="Full Screen"&&(n.campaign.location==="Bottom Left"&&(y.left=n.campaign.custom_offset_enabled?`${n.campaign.custom_offset_left}px`:"16px",y.bottom=n.campaign.custom_offset_enabled?`${n.campaign.custom_offset_bottom}px`:"16px"),n.campaign.location==="Bottom Right"&&(y.right=n.campaign.custom_offset_enabled?`${n.campaign.custom_offset_right}px`:"16px",y.bottom=n.campaign.custom_offset_enabled?`${n.campaign.custom_offset_bottom}px`:"16px"),n.campaign.location==="Top Left"&&(y.left=n.campaign.custom_offset_enabled?`${n.campaign.custom_offset_left}px`:"16px",y.top=n.campaign.custom_offset_enabled?`${n.campaign.custom_offset_top}px`:"16px"),n.campaign.location==="Top Right"&&(y.right=n.campaign.custom_offset_enabled?`${n.campaign.custom_offset_right}px`:"16px",y.top=n.campaign.custom_offset_enabled?`${n.campaign.custom_offset_top}px`:"16px")),y}),ye=computed(()=>{var y,j;return!!((j=(y=n.campaign)==null?void 0:y.content_blocks)!=null&&j.find(H=>H.block_type==="wheel"))}),_e=()=>{if(!(l.value&&!n.campaign.reopen_btn_enabled)){if(i.previewMode){c.value=c.value.filter(y=>y.id!==n.campaign.id),s.value=null;return}r(n.campaign),o.trigger("close",{campaign:n.campaign}),s.value=null,window.triggerPC()}},Fe=y=>{var j,H,J;if(((j=y.data)==null?void 0:j.type)==="pc/editor-event"){if(!y.data.showSubmission)d.value=null;else if(ye.value){const ne=(H=n.campaign.wheel_slices)==null?void 0:H.findIndex(ge=>ge.win_ratio!=0);window.pcWheel.spinToItem(ne,1e3,!1,1),d.value=n.campaign.wheel_slices[ne]||null}}((J=y.data)==null?void 0:J.type)==="pc/slice-index-change"&&(window.pcWheel.spinToItem(y.data.index,1e3,!1,1),d.value=n.campaign.wheel_slices[y.data.index]||null)},He=y=>{d.value=y},Ue=async()=>{l.value||m.value||(m.value=!0,a({campaignId:n.campaign.id??1,action:"click"}),o.trigger("click",{campaign:n.campaign}),m.value=!1)},G=()=>{n.campaign.close_button_timer&&n.campaign.close_button_timer>0&&(w.value=!1,setTimeout(()=>{w.value=!0},n.campaign.close_button_timer*1e3))};return onMounted(()=>{var y;window.addEventListener("message",Fe),G(),!l.value&&(a({campaignId:((y=n.campaign)==null?void 0:y.id)??1,action:"view"}),o.trigger("show",{campaign:n.campaign}))}),(y,j)=>(openBlock(),createElementBlock(Fragment,null,[createBaseVNode("div",_hoisted_1$3,[n.campaign&&n.campaign.is_custom_html?(openBlock(),createBlock(_sfc_main$7,{key:0,campaign:n.campaign,onClose:_e},null,8,["campaign"])):createCommentVNode("",!0)]),n.campaign&&!n.campaign.is_custom_html?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(["modal-backdrop",{fullscreen:n.campaign.location==="Full Screen"}]),style:normalizeStyle(le.value),onClick:_e},[createBaseVNode("div",{class:normalizeClass(["modal-card",{wheel:ye.value}]),onClick:withModifiers(Ue,["stop"]),onTouchstart:Ue},[createBaseVNode("div",_hoisted_3$2,[unref(l)&&C.value?(openBlock(),createElementBlock("div",_hoisted_4$2,[createVNode(PCLogo,{class:"logo"})])):createCommentVNode("",!0),unref(l)&&C.value?(openBlock(),createElementBlock("div",_hoisted_5$1,[createVNode(RemoveWatermark,{"arrow-direction":"up",onClick:j[0]||(j[0]=H=>t("clicked:watermark"))})])):createCommentVNode("",!0)]),w.value?(openBlock(),createElementBlock("div",{key:0,class:"modal-close-button",onClick:withModifiers(_e,["stop"]),onTouchstart:_e},[createBaseVNode("div",{class:"main-close-button clickable-effect",minimal:N.value,"is-mobile":unref(k),style:normalizeStyle(me.value)},[n.campaign.custom_close_button_enabled?(openBlock(),createElementBlock("div",{key:1,innerHTML:n.campaign.custom_close_button_svg},null,8,_hoisted_8)):(openBlock(),createBlock(unref(Icon$1),{key:0,class:"icon",icon:"uil-times"}))],12,_hoisted_7)],40,_hoisted_6)):createCommentVNode("",!0),createBaseVNode("div",{class:"modal-hero-container","show-hero":T.value&&!ye.value,"show-wheel":!!ye.value,"show-wheel-right":ye.value&&n.campaign.wheel_position_desktop==="right","layout-type":unref(k)&&n.campaign.popup_hero_layout?"top":n.campaign.popup_hero_layout},[T.value&&!ye.value?(openBlock(),createElementBlock("div",_hoisted_10)):createCommentVNode("",!0),ye.value?(openBlock(),createElementBlock("div",_hoisted_11,[createVNode(SpinWheel,{campaign:y.campaign,font:R.value,spin:v.value,"onFinished:spin":He},null,8,["campaign","font","spin"])])):createCommentVNode("",!0),createVNode(Transition,{name:ae.value,mode:"out-in",appear:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_12,[y.campaign?(openBlock(),createBlock(PopUp,{key:0,campaign:y.campaign,"winning-slice":d.value,onClose:_e,onSpinWheel:j[1]||(j[1]=H=>v.value=!0)},null,8,["campaign","winning-slice"])):createCommentVNode("",!0)])]),_:1},8,["name"])],8,_hoisted_9)],42,_hoisted_2$3)],6)):createCommentVNode("",!0)],64))}}),Pop_vue_vue_type_style_index_0_scoped_1edfe951_lang="",Pop=_export_sfc(_sfc_main$4,[["__scopeId","data-v-1edfe951"]]);var slugify$1={exports:{}};(function(e,t){(function(n,r,o){e.exports=o(),e.exports.default=o()})("slugify",commonjsGlobal,function(){var n=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ō":"O","ō":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","Ə":"E","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","ə":"e","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","Ա":"A","Բ":"B","Գ":"G","Դ":"D","Ե":"E","Զ":"Z","Է":"E'","Ը":"Y'","Թ":"T'","Ժ":"JH","Ի":"I","Լ":"L","Խ":"X","Ծ":"C'","Կ":"K","Հ":"H","Ձ":"D'","Ղ":"GH","Ճ":"TW","Մ":"M","Յ":"Y","Ն":"N","Շ":"SH","Չ":"CH","Պ":"P","Ջ":"J","Ռ":"R'","Ս":"S","Վ":"V","Տ":"T","Ր":"R","Ց":"C","Փ":"P'","Ք":"Q'","Օ":"O''","Ֆ":"F","և":"EV","ء":"a","آ":"aa","أ":"a","ؤ":"u","إ":"i","ئ":"e","ا":"a","ب":"b","ة":"h","ت":"t","ث":"th","ج":"j","ح":"h","خ":"kh","د":"d","ذ":"th","ر":"r","ز":"z","س":"s","ش":"sh","ص":"s","ض":"dh","ط":"t","ظ":"z","ع":"a","غ":"gh","ف":"f","ق":"q","ك":"k","ل":"l","م":"m","ن":"n","ه":"h","و":"w","ى":"a","ي":"y","ً":"an","ٌ":"on","ٍ":"en","َ":"a","ُ":"u","ِ":"e","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","پ":"p","چ":"ch","ژ":"zh","ک":"k","گ":"g","ی":"y","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ṣ":"S","ṣ":"s","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","–":"-","‘":"'","’":"'","“":"\\"","”":"\\"","„":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₺":"turkish lira","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial","ﻵ":"laa","ﻷ":"laa","ﻹ":"lai","ﻻ":"la"}`),r=JSON.parse('{"bg":{"Й":"Y","Ц":"Ts","Щ":"Sht","Ъ":"A","Ь":"Y","й":"y","ц":"ts","щ":"sht","ъ":"a","ь":"y"},"de":{"Ä":"AE","ä":"ae","Ö":"OE","ö":"oe","Ü":"UE","ü":"ue","ß":"ss","%":"prozent","&":"und","|":"oder","∑":"summe","∞":"unendlich","♥":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","¢":"centavos","£":"libras","¤":"moneda","₣":"francos","∑":"suma","∞":"infinito","♥":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","¢":"centime","£":"livre","¤":"devise","₣":"franc","∑":"somme","∞":"infini","♥":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","¢":"centavo","∑":"soma","£":"libra","∞":"infinito","♥":"amor"},"uk":{"И":"Y","и":"y","Й":"Y","й":"y","Ц":"Ts","ц":"ts","Х":"Kh","х":"kh","Щ":"Shch","щ":"shch","Г":"H","г":"h"},"vi":{"Đ":"D","đ":"d"},"da":{"Ø":"OE","ø":"oe","Å":"AA","å":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"større end"},"nb":{"&":"og","Å":"AA","Æ":"AE","Ø":"OE","å":"aa","æ":"ae","ø":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","Å":"AA","Ä":"AE","Ö":"OE","å":"aa","ä":"ae","ö":"oe"}}');function o(i,a){if(typeof i!="string")throw new Error("slugify: string argument expected");a=typeof a=="string"?{replacement:a}:a||{};var s=r[a.locale]||{},c=a.replacement===void 0?"-":a.replacement,l=a.trim===void 0?!0:a.trim,d=i.normalize().split("").reduce(function(v,m){var w=s[m];return w===void 0&&(w=n[m]),w===void 0&&(w=m),w===c&&(w=" "),v+w.replace(a.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return a.strict&&(d=d.replace(/[^A-Za-z0-9\s]/g,"")),l&&(d=d.trim()),d=d.replace(/\s+/g,c),a.lower&&(d=d.toLowerCase()),d}return o.extend=function(i){Object.assign(n,i)},o})})(slugify$1);var slugifyExports=slugify$1.exports;const slugify=getDefaultExportFromCjs(slugifyExports),msgRenderer=(e,t,n,r)=>(n?e=e.replace(`{{ ${t} }}`,String(n)):t=="first_name"?e=e.replace(`{{ ${t} }}`,r):e=e.replace(`{{ ${t} }}`,""),e),varRenderer=(e,t)=>{const n={...t};return!n.city&&e.includes("{{ city }}")&&(e.includes("{{ province }}")?n.city="":n.city=n.province),n},replaceAll=(e,t,n)=>e.split(t).join(n),_hoisted_1$2=["src"],_hoisted_2$2=["innerHTML"],_hoisted_3$1={class:"flex-auto"},_hoisted_4$1={key:0},_hoisted_5={key:1},_sfc_main$3=defineComponent({__name:"ProofPop",props:{action:{},size:{},canClose:{type:Boolean}},emits:["close"],setup(e,{emit:t}){const n=e;useCssVars(L=>({"11c34447":k.value,a05d5174:C.value}));const r=useMainStore(),o=computed(()=>{const L=r.pops.find(M=>M.kind===n.action.kind);if(!L)throw new Error(`Pop not found for action kind: ${n.action.kind}`);return L}),i=ref(!1);function a(L){if(!L)return"";try{const M=new URL(L);return M.searchParams.set("width","500"),M.searchParams.set("format","webp"),M.toString()}catch{return L}}const s=computed(()=>{const L=String(o.value.content_top);return n.action?m(L):L}),c=computed(()=>{const L=String(o.value.content_bottom);return n.action?m(L):L}),l=computed(()=>{var L;return r.popDynamicVars.product_image?a(r.popDynamicVars.product_image):a((L=n.action)==null?void 0:L.image)}),d=computed(()=>n.action?window.pcTimeAgo.format(new Date(n.action.created_at??"")):"Moments ago"),v=computed(()=>!n.action||!o.value?!1:(new Date().getTime()-new Date(n.action.created_at??"").getTime())/(1e3*60*60)<=Number(o.value.hide_time_after_hours)),m=L=>{var ae;let M=L;if(o.value.kind==="cart_item")return M=replaceAll(M,"{{ cart_item_count }}",String(r.popDynamicVars.cart_item_count)),M=replaceAll(M,"{{ product_title }}",String(r.popDynamicVars.product_title)),M;if(o.value.kind==="order_item")return M=replaceAll(M,"{{ order_item_count }}",String(r.popDynamicVars.order_item_count)),M=replaceAll(M,"{{ product_title }}",String(r.popDynamicVars.product_title)),M;if(o.value.kind==="recent")return M=replaceAll(M,"{{ recent_visitor_count }}",String(o.value.vars.recent_visitor_count)),M;if(o.value.kind==="live")return M=replaceAll(M,"{{ live_visitor_count }}",String(o.value.vars.live_visitor_count)),M;if((ae=n.action)!=null&&ae.vars){const U=varRenderer(M,n.action.vars);for(const me in U){const Le=U[me],qe=String(o.value.first_name_fallback??"Someone");M=msgRenderer(M,me,Le,qe)}}return M},w=computed(()=>r.permissionsWithOverrides.includes("ADMIN")),k=computed(()=>o.value.background_color??"white"),C=computed(()=>o.value.font_color??"black"),T=computed(()=>`${o.value.border_radius??8}px`),Y=computed(()=>o.value.font_family??'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif'),te=computed(()=>o.value.show_time??!0),R=computed(()=>o.value.background_image??""),N=computed(()=>o.value.background_size??"cover"),g=computed(()=>{switch(o.value.kind){case"cart":return"uil-shopping-cart";case"order":return"uil-box";case"recent":return"uil-users-alt";case"live":return"uil-bolt";default:return"uil-image-v"}}),A=L=>{n.action&&t("close",n.action),L.stopPropagation()},O=computed(()=>{const L=l.value&&l.value!=="",M=o.value.icon_name;return L&&!M&&!i.value}),F=()=>{var L,M,ae,U;if(fetch(`https://micro.pop-convert.com/micro/api/micro_actions/create?unique_id=${r.currentSite.uniqueId}&action=pop_click`).then(me=>me.json()).catch(me=>{console.error("Error:",me)}),!!((L=n.action)!=null&&L.url)){if((ae=(M=n.action)==null?void 0:M.url)!=null&&ae.includes("https://")){window.open(n.action.url,"_blank");return}window.open(`https://${window.location.hostname}${(U=n.action)==null?void 0:U.url}`,"_blank")}};return(L,M)=>{var ae,U;return openBlock(),createElementBlock("div",{class:normalizeClass(["social-pop",[L.size]]),style:normalizeStyle({backgroundColor:k.value,borderRadius:T.value,fontFamily:Y.value,backgroundImage:R.value,backgroundSize:N.value}),onClick:F},[O.value?(openBlock(),createElementBlock("img",{key:0,class:"img",src:l.value,style:normalizeStyle({borderRadius:T.value}),alt:"Product Name",onError:M[0]||(M[0]=me=>i.value=!0)},null,44,_hoisted_1$2)):(openBlock(),createElementBlock("div",{key:1,class:"img empty",style:normalizeStyle({borderRadius:T.value})},[(ae=o.value)!=null&&ae.icon_name&&o.value.icon_name==="true"&&o.value.icon_svg!==""?(openBlock(),createElementBlock("div",{key:0,innerHTML:o.value.icon_svg},null,8,_hoisted_2$2)):(openBlock(),createBlock(unref(Icon$1),{key:1,icon:g.value,color:"black",width:"1.5em",height:"1.5em"},null,8,["icon"]))],4)),createBaseVNode("div",_hoisted_3$1,[createBaseVNode("p",{class:"first",style:normalizeStyle({color:C.value})},toDisplayString(s.value),5),createBaseVNode("p",{class:"second",style:normalizeStyle({color:C.value})},toDisplayString(c.value),5),te.value&&v.value?(openBlock(),createElementBlock("span",_hoisted_4$1,toDisplayString(d.value),1)):createCommentVNode("",!0),w.value?(openBlock(),createElementBlock("p",_hoisted_5,"Action: "+toDisplayString((U=n.action)==null?void 0:U.id),1)):createCommentVNode("",!0)]),n.canClose&&n.action?(openBlock(),createElementBlock("div",{key:2,class:"close clickable-effect",onClick:A},[createVNode(unref(Icon$1),{icon:"uil-times",color:"fontColor",width:"1.5em",height:"1.5em"})])):createCommentVNode("",!0)],6)}}}),ProofPop_vue_vue_type_style_index_0_scoped_7f6f2d18_lang="",ProofPop=_export_sfc(_sfc_main$3,[["__scopeId","data-v-7f6f2d18"]]),_sfc_main$2=defineComponent({__name:"Proof",setup(e){const t=useMainStore(),{pops:n,actions:r}=storeToRefs(t),{mockCss:o}=useMain(),i=ref(0),a=ref(-1),s=ref(!1),c=computed(()=>{var g;return((g=t.popSettings)==null?void 0:g.pop_delay_time)??5}),l=computed(()=>{var g;return((g=t.popSettings)==null?void 0:g.pop_show_time)??5}),d=computed(()=>{var g;return((g=t.popSettings)==null?void 0:g.pop_between_time)??5}),v=computed(()=>{var g;return((g=t.popSettings)==null?void 0:g.pop_size.toLowerCase())??"medium"}),m=computed(()=>{var g;return((g=t.popSettings)==null?void 0:g.pop_can_close)??!1}),w=computed(()=>r.value[a.value]),k=computed(()=>{var g;return(g=t.popSettings)!=null&&g.pop_position_mobile?slugify(t.popSettings.pop_position_mobile.toLowerCase()):"bottom"}),C=computed(()=>{var g;return(g=t.popSettings)!=null&&g.pop_position_desktop?slugify(t.popSettings.pop_position_desktop.toLowerCase()):"bottom-right"}),T=()=>{fetch(`https://micro.pop-convert.com/micro/api/micro_actions/create?unique_id=${t.currentSite.uniqueId}&action=pop_view`).then(g=>g.json()).catch(g=>{console.error("Error:",g)})},Y=()=>{fetch(`https://micro.pop-convert.com/micro/api/micro_actions/create?unique_id=${t.currentSite.uniqueId}&action=pop_close`).then(g=>g.json()).catch(g=>{console.error("Error:",g)})},te=()=>{if(localStorage.getItem("__pc__proof__closed")||r.value.length==0)return;a.value=0,s.value=!0,T(),console_pretty.green("Proof pops initialized!");const g=setInterval(()=>{var A,O;if(!localStorage.getItem("__pc__proof__closed")){if(i.value+=1,s.value){if(i.value{Y(),localStorage.setItem("__pc__proof__closed",String(g.id)),i.value=0,s.value=!1},N=()=>{const g=[];n.value.forEach(A=>{A.font_family&&!g.includes(A.font_family)&&A.font_family!=""&&g.push(A.font_family)}),g.length!=0&&g.forEach(A=>window.injectFontFromCss(o(A)))};return onMounted(()=>{var g;localStorage.getItem("__pc__proof__closed")||((g=document.querySelector('meta[name="disableProof"]'))==null?void 0:g.getAttribute("content"))!="true"&&(N(),setTimeout(()=>te(),c.value*1e3))}),(g,A)=>(openBlock(),createBlock(Transition,{name:"fade"},{default:withCtx(()=>[unref(n)&&unref(r)&&s.value&&w.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(["proof-container",[k.value,C.value]])},[createVNode(ProofPop,{action:w.value,size:v.value,"can-close":m.value,onClose:R},null,8,["action","size","can-close"])],2)):createCommentVNode("",!0)]),_:1}))}}),Proof_vue_vue_type_style_index_0_scoped_d6a76909_lang="",Proof=_export_sfc(_sfc_main$2,[["__scopeId","data-v-d6a76909"]]),_withScopeId=e=>(pushScopeId("data-v-41fdd097"),e=e(),popScopeId(),e),_hoisted_1$1={key:0,class:"pc-notice"},_hoisted_2$1=_withScopeId(()=>createBaseVNode("div",{class:"text-column"},[createBaseVNode("span",{class:"notice-text"},"Heads up! Your 90-days free has ended on Pop Convert."),createBaseVNode("span",{class:"notice-text"},"Don’t worry, your campaigns will keep running."),createBaseVNode("span",{class:"notice-text"},"Please log in to check your account.")],-1)),_sfc_main$1=defineComponent({__name:"Notice",setup(e){const t=ref(!1),n=computed(()=>{const s=window.self!==window.top,c=window.location.href.includes("oseid");return s&&c}),r=()=>{o(),t.value=!1},o=async()=>{var s;try{await fetch(`https://api.pop-convert.com/site_action?unique_id=${((s=window.Shopify)==null?void 0:s.shop)||""}&name=close_notice`,{method:"GET"})}catch(c){console.error("Failed to send close notice request:",c)}},i=async()=>{var s;try{await fetch(`https://api.pop-convert.com/site_action?unique_id=${((s=window.Shopify)==null?void 0:s.shop)||""}&name=view_notice`,{method:"GET"})}catch(c){console.error("Failed to send notification shown request:",c)}},a=async()=>{var s;try{return(await(await fetch(`https://api.pop-convert.com/shopify_notice?unique_id=${((s=window.Shopify)==null?void 0:s.shop)||""}`)).json()).show===!0}catch(c){return console.error("Failed to check notice status:",c),!1}};return watch(t,s=>{s&&i()}),onMounted(async()=>{n.value&&await a()&&(t.value=!0)}),(s,c)=>t.value?(openBlock(),createElementBlock("div",_hoisted_1$1,[_hoisted_2$1,createBaseVNode("button",{class:"close-button clickable-effect",onClick:r},[createVNode(unref(Icon$1),{icon:"uil-times"})])])):createCommentVNode("",!0)}}),Notice_vue_vue_type_style_index_0_scoped_41fdd097_lang="",Notice=_export_sfc(_sfc_main$1,[["__scopeId","data-v-41fdd097"]]),_hoisted_1={id:"__pc_app"},_hoisted_2={key:2,class:"admin"},_hoisted_3=createBaseVNode("p",null,"Clear Cache",-1),_hoisted_4=[_hoisted_3],_sfc_main=defineComponent({__name:"App",setup(e){const t=useMainStore(),{activeButton:n,activePop:r,activeBar:o,activeBtns:i,buttons:a,campaigns:s,permissions:c,previewMode:l,editMode:d,currency:v,pops:m}=storeToRefs(t),{getCampaigns:w,triggerPC:k,addCustomCss:C,addFonts:T}=useMain(),Y=ref(null),te=ref(!1),R=ref(),N=()=>{Y.value&&(sessionStorage.getItem("pc_session_registered")||(sessionStorage.setItem("pc_session_registered","true"),fetch(`https://micro.pop-convert.com/micro/api/micro_actions/create?unique_id=${Y.value}&action=session`).then(L=>L.json()).catch(L=>{console.error("Error:",L)})))},g=(L,M=document)=>{const ae=String(Date.now());M.querySelectorAll("img").forEach(U=>{if(U.src.includes(L)){const me=new URL(U.src,window.location.origin);me.searchParams.has("v")?me.searchParams.set("v",ae):me.searchParams.append("v",ae),U.src=me.toString()}}),M.querySelectorAll("*").forEach(U=>{U.shadowRoot&&g(L,U.shadowRoot)})},A=L=>{var ae;if(["pc/mocked-campaign-change","pc/mocked-button-change","pc/refresh-images"].includes((ae=L.data)==null?void 0:ae.type)){if(L.data.type==="pc/refresh-images"){L.data.searchStr&&g(L.data.searchStr);return}if(d.value=!0,L.data.mockedCampaign){const U=L.data.mockedCampaign;if(c.value=L.data.permissions,!U){console_pretty.red("No mocked campaign found");return}if(U.campaign_type==="pop"){s.value=[U],r.value=U,U.reopen_btn_enabled?i.value=[U]:i.value=[],C(),T();return}if(U.campaign_type==="bar"){s.value=[U],o.value=U,C(),T();return}}if(L.data.mockedButton){const U=L.data.mockedButton;c.value=L.data.permissions,n.value=U;return}}},O=()=>{localStorage.clear(),sessionStorage.clear(),location.reload()},F=()=>{window.parent.postMessage({type:"pc/remove-watermark-click"},"*")};return onBeforeMount(()=>{window.addEventListener("message",A)}),onMounted(()=>{if(R.value=ExitIntent({threshold:50,maxDisplays:1,eventThrottle:100,onExitIntent:()=>{k(!0)}}),console_pretty.purple("New Pop Convert is live!"),console_pretty.purple("V1.2"),console_pretty.green("Environment: production"),!Y.value){const U=document.querySelector('script[src*="pop-convert"]');if(U){const me=new URLSearchParams(U.src.split("?")[1]);Y.value=me.get("shop")}}if(Y.value||window.myPC&&(Y.value=window.myPC.unique_id),Y.value||window.Shopify&&(Y.value=window.Shopify.shop),!Y.value){const U=document.querySelector("script[pop-convert-key]");U&&(Y.value=U.getAttribute("pop-convert-key"))}if(Y.value||(Y.value=new URLSearchParams(window.location.search).get("unique_id")),!Y.value)throw console.error("Pop Convert: Unique ID not found. Not able to load the app..."),"Pop Convert: Unique ID not found. Not able to load the app...";const L=()=>{var me,Le;if(!window.Shopify)return;const U=(Le=(me=window.Shopify)==null?void 0:me.currency)==null?void 0:Le.active;U&&U!==t.currency&&(window.pcCurrency=U,t.currency=U)};L(),window.setInterval(L,1e3),setupCustomElemTrigger(),window.setInterval(setupCustomElemTrigger,1e3);const M=new URLSearchParams(window.location.search).get("pc_preview");d.value=new URLSearchParams(window.location.search).get("edit")==="true",te.value=new URLSearchParams(window.location.search).get("admin")==="true",v.value=new URLSearchParams(window.location.search).get("pc_currency")||"USD",new URLSearchParams(window.location.search).get("pc_clear_cache")==="true"&&O(),!d.value&&(M&&(l.value=!0),N(),w({id:Y.value}),window.triggerPC=k,window.setInterval(window.triggerPC,1e3),k())}),onBeforeUnmount(()=>{window.removeEventListener("message",A),R.value&&R.value()}),(L,M)=>(openBlock(),createElementBlock("div",_hoisted_1,[createVNode(Notice),createBaseVNode("div",null,[unref(r)?(openBlock(),createBlock(Pop,{key:0,campaign:unref(r),"onClicked:watermark":F},null,8,["campaign"])):createCommentVNode("",!0),unref(o)?(openBlock(),createBlock(Bar,{key:1,campaign:unref(o),"onClicked:watermark":F},null,8,["campaign"])):createCommentVNode("",!0),unref(i)?(openBlock(),createBlock(Buttons,{key:2,campaigns:unref(i)},null,8,["campaigns"])):createCommentVNode("",!0)]),unref(m).length>0?(openBlock(),createBlock(Proof,{key:0})):createCommentVNode("",!0),unref(n)||unref(a).length>0?(openBlock(),createBlock(ButtonPops,{key:1,"active-button":unref(n),buttons:unref(a)},null,8,["active-button","buttons"])):createCommentVNode("",!0),te.value?(openBlock(),createElementBlock("div",_hoisted_2,[createBaseVNode("div",{class:"admin-trigger",onClick:O},_hoisted_4)])):createCommentVNode("",!0)]))}});function devMount(){if(window.pcAppAlreadyInitialized)throw"Pop Convert already initialized";window.pcAppAlreadyInitialized=!0;const e=createApp(_sfc_main),t=createPinia();e.directive("lazyLoad",(n,r)=>{const o=new IntersectionObserver(i=>{i.forEach(a=>{if(a.isIntersecting){const s=new Image;s.src=r.value,s.addEventListener("load",()=>{n.setAttribute("src",s.src),o.unobserve(n)})}})});o.observe(n)}),e.use(t),e.mount("#pop-convert-app"),window.pcTarget=document.head}const barThemeCss=`#myMarquee img{display:inline} `;function productionMount(){if(isRobotUserAgent()){console.warn("Blocked user agent detected. Stopping script execution.");return}if(window.pcAppAlreadyInitialized)throw"Pop Convert already initialized";window.pcAppAlreadyInitialized=!0;const e=document.getElementById("pop-convert-app");e&&e.remove();const t=document.createElement("div");t.id="pop-convert-app",t.setAttribute("style","display: block !important; z-index: 999999; transform: initial; transform-origin: initial;"),t.classList.add("needsclick"),document.body.append(t);const n=t;if(n){const r=n.attachShadow({mode:"open"}),o=document.createElement("div");o.id="app",r.appendChild(o);const i=createPinia(),a=createApp(_sfc_main);a.use(i),a.mount(r),window.pcTarget=r;const s=document.createElement("style");s.innerHTML=barThemeCss,s.id="pop-convert-theme-integrations",document.head.appendChild(s)}}const urlParams=new URLSearchParams(window.location.search),screenshotPreviewMode=urlParams.get("pc_screenshot_preview_mode");urlParams.get("pc_force_production");const isNetlifyLoad=document.querySelector('script[src="https://glitch-8c86c7c25148.herokuapp.com/new-micro/production.pc.min.js"]'),forceOldMicro=urlParams.get("pc_force_old_micro");function mountPCApp(){var e;if(forceOldMicro==="true"||localStorage.getItem("pop-convert-force-old-micro")==="true"){const t=document.createElement("script");throw t.src="https://script.pop-convert.com/old-micro/production.pc.min.js",document.body.appendChild(t),new Error("Old micro script enabled. Halting execution of new micro")}else if(localStorage.getItem("pop-convert-force-netlify")==="true"&&!isNetlifyLoad){const t=document.createElement("script");throw t.src="https://glitch-8c86c7c25148.herokuapp.com/new-micro/production.pc.min.js",document.body.appendChild(t),new Error("Netlify script enabled")}else if(localStorage.getItem("pop-convert-dev-script")==="true"){const t=document.createElement("div");t.id="pop-convert-app",(e=document.body)==null||e.appendChild(t);const n=document.createElement("script");throw n.src="http://localhost:5175/src/main.ts",n.type="module",document.body.appendChild(n),new Error("Dev script enabled")}else screenshotPreviewMode==="true"?devMount():productionMount()}mountPCApp();const metadata={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]","(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:2(?:(?:[0-26-9]\\d|3[0-8]|5[0135-9])\\d|4(?:[02-9]\\d|10))|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90))|7(?:[013-57-9]\\d|2[0-8])\\d)\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|2[23]"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","(?:[025-7]\\d|44)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[024-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","(?:01\\d|[24-689])\\d{7}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["0"]]]],BL:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","8001\\d{5}|(?:[2-467]\\d|50)\\d{6}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[235]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37|86)","300|4(?:0(?:0|20)|370|864)"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[178]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-6]|7[246]|8[2-4]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|[78]"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","[2-9]\\d{9}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["5"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["60|809"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9(?:10|[2-9])"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]","(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["46"]],["(\\d{3})(\\d{7})","$1 $2",["6|90"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|9[14]"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9,10,11,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[03568]","15(?:[0568]|3[13])"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d{5})","$1",["20[2-59]"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"],["(\\d)(\\d{4,9})","$1 $2",["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,"0|180020",0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0|180020","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}",[7,8,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","[2-589]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13,14,15,16,17],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0|180020","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11,12],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}",[6,7,8,9,10,11]],["3[2-9]\\d{7,8}|(?:31|43)\\d{8}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],["3[2-8]\\d{9,10}",[11,12]],0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0|180020","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["3|4(?:2[09]|7[01])|6[1-9]","3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[25-9]"],"0$1"]],"0",0,"(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[36]0|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33622|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["3"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(0-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-8]|5[0-5]|8[0-7]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|452|678|86","[12]|452|6788|86"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]|8(?:0[6-9]|[36])"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","[2-9]\\d{9}",[10],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"]]],0,0,0,0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[0467]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","(?:20|9\\d)\\d{8}|[78]\\d{9,13}",[10,11,12,13,14],[["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[24-9]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|8\\d\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[136]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","709\\d{6}|(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,0,[["336(?:[013-9]\\d|2[013-9])\\d{5}|(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15-7]|6[0-35-79]|7[1-37-9]))\\d{7}",[10]],["9\\d{9}",[10]],["8(?:0[04]|108\\d{3})\\d{7}"],["80[39]\\d{7}",[10]],["808\\d{7}",[10]]],"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","(?:[15]\\d|800|92)\\d{7}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","[6-9]\\d{6}|[1-6]\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","(?:[2489]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10,12],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|7[67]|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|[6-8]\\d|90)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-9]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-359]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-4]|5[1-3]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[59]"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|30|[689]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[236-9]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3(?:[1245]|3[12])"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","(?:[1-6]\\d|71)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-68]))\\d{4}|(?:2742|305[3-9]|(?:472|983)[2-47-9]|505[2-57-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["305209\\d{4}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}",[4,5,6,7,8,9,10,11,12,13],[["(\\d{4,5})","$1",["21"]],["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","00","(?:20|33|[5-9]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"]]]],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11,12],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[47-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}",[8,9,10,11,12],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\d{2})(\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|[579]\\d|63)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[579]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[235-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"],0,0,0,0,0,0,["2\\d{8}",[9]]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,["348[57]\\d{7}",[11]],0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function withMetadataArgument(e,t){var n=Array.prototype.slice.call(t);return n.push(metadata),e.apply(this,n)}function compare(e,t){e=e.split("-"),t=t.split("-");for(var n=e[0].split("."),r=t[0].split("."),o=0;o<3;o++){var i=Number(n[o]),a=Number(r[o]);if(i>a)return 1;if(a>i)return-1;if(!isNaN(i)&&isNaN(a))return 1;if(isNaN(i)&&!isNaN(a))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$5(e,t){if(e){if(typeof e=="string")return _arrayLikeToArray$5(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$5(e,t):void 0}}function _arrayLikeToArray$5(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);na?"TOO_SHORT":o[o.length-1]=0?"IS_POSSIBLE":"INVALID_LENGTH"}function isPossiblePhoneNumber(e,t,n){if(t===void 0&&(t={}),n=new Metadata(n),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}}if(n.possibleLengths())return isPossibleNumber(e.phone||e.nationalNumber,n);if(e.countryCallingCode&&n.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function isPossibleNumber(e,t){switch(checkNumberLength(e,t)){case"IS_POSSIBLE":return!0;default:return!1}}function matchesEntirely(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function _createForOfIteratorHelperLoose$3(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=_unsupportedIterableToArray$4(e))||t&&e&&typeof e.length=="number"){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$4(e,t){if(e){if(typeof e=="string")return _arrayLikeToArray$4(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$4(e,t):void 0}}function _arrayLikeToArray$4(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n=0}var MIN_LENGTH_FOR_NSN=2,MAX_LENGTH_FOR_NSN=17,MAX_LENGTH_COUNTRY_CODE=3,VALID_DIGITS="0-90-9٠-٩۰-۹",DASHES="-‐-―−ー-",SLASHES="//",DOTS="..",WHITESPACE="  ­​⁠ ",BRACKETS="()()[]\\[\\]",TILDES="~⁓∼~",VALID_PUNCTUATION="".concat(DASHES).concat(SLASHES).concat(DOTS).concat(WHITESPACE).concat(BRACKETS).concat(TILDES),PLUS_CHARS="++",CAPTURING_DIGIT_PATTERN=new RegExp("(["+VALID_DIGITS+"])");function stripIddPrefix(e,t,n,r){if(t){var o=new Metadata(r);o.selectNumberingPlan(t,n);var i=new RegExp(o.IDDPrefix());if(e.search(i)===0){e=e.slice(e.match(i)[0].length);var a=e.match(CAPTURING_DIGIT_PATTERN);if(!(a&&a[1]!=null&&a[1].length>0&&a[1]==="0"))return e}}}function extractNationalNumberFromPossiblyIncompleteNumber(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),r=n.exec(e);if(r){var o,i,a=r.length-1,s=a>0&&r[a];if(t.nationalPrefixTransformRule()&&s)o=e.replace(n,t.nationalPrefixTransformRule()),a>1&&(i=r[1]);else{var c=r[0];o=e.slice(c.length),s&&(i=r[1])}var l;if(s){var d=e.indexOf(r[1]),v=e.slice(0,d);v===t.numberingPlan.nationalPrefix()&&(l=t.numberingPlan.nationalPrefix())}else l=r[0];return{nationalNumber:o,nationalPrefix:l,carrierCode:i}}}return{nationalNumber:e}}function extractNationalNumber(e,t){var n=extractNationalNumberFromPossiblyIncompleteNumber(e,t),r=n.carrierCode,o=n.nationalNumber;if(o!==e){if(!shouldHaveExtractedNationalPrefix(e,o,t))return{nationalNumber:e};if(t.possibleLengths()&&!isPossibleIncompleteNationalNumber(o,t))return{nationalNumber:e}}return{nationalNumber:o,carrierCode:r}}function shouldHaveExtractedNationalPrefix(e,t,n){return!(matchesEntirely(e,n.nationalNumberPattern())&&!matchesEntirely(t,n.nationalNumberPattern()))}function isPossibleIncompleteNationalNumber(e,t){switch(checkNumberLength(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(e,t,n,r){var o=t?getCountryCallingCode(t,r):n;if(e.indexOf(o)===0){r=new Metadata(r),r.selectNumberingPlan(t,n);var i=e.slice(o.length),a=extractNationalNumber(i,r),s=a.nationalNumber,c=extractNationalNumber(e,r),l=c.nationalNumber;if(!matchesEntirely(l,r.nationalNumberPattern())&&matchesEntirely(s,r.nationalNumberPattern())||checkNumberLength(l,r)==="TOO_LONG")return{countryCallingCode:o,number:i}}return{number:e}}function extractCountryCallingCode(e,t,n,r){if(!e)return{};var o;if(e[0]!=="+"){var i=stripIddPrefix(e,t,n,r);if(i&&i!==e)o=!0,e="+"+i;else{if(t||n){var a=extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(e,t,n,r),s=a.countryCallingCode,c=a.number;if(s)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:s,number:c}}return{number:e}}}if(e[1]==="0")return{};r=new Metadata(r);for(var l=2;l-1<=MAX_LENGTH_COUNTRY_CODE&&l<=e.length;){var d=e.slice(1,l);if(r.hasCallingCode(d))return r.selectNumberingPlan(d),{countryCallingCodeSource:o?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:d,number:e.slice(l)};l++}return{}}function applyInternationalSeparatorStyle(e){return e.replace(new RegExp("[".concat(VALID_PUNCTUATION,"]+"),"g")," ").trim()}var FIRST_GROUP_PATTERN=/(\$\d)/;function formatNationalNumberUsingFormat(e,t,n){var r=n.useInternationalFormat,o=n.withNationalPrefix;n.carrierCode,n.metadata;var i=e.replace(new RegExp(t.pattern()),r?t.internationalFormat():o&&t.nationalPrefixFormattingRule()?t.format().replace(FIRST_GROUP_PATTERN,t.nationalPrefixFormattingRule()):t.format());return r?applyInternationalSeparatorStyle(i):i}var SINGLE_IDD_PREFIX_REG_EXP=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function getIddPrefix(e,t,n){var r=new Metadata(n);if(r.selectNumberingPlan(e,t),r.defaultIDDPrefix())return r.defaultIDDPrefix();if(SINGLE_IDD_PREFIX_REG_EXP.test(r.IDDPrefix()))return r.IDDPrefix()}var RFC3966_EXTN_PREFIX=";ext=",getExtensionDigitsPattern=function e(t){return"([".concat(VALID_DIGITS,"]{1,").concat(t,"})")};function createExtensionPattern(e){var t="20",n="15",r="9",o="6",i="[  \\t,]*",a="[:\\..]?[  \\t,-]*",s="#?",c="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",l="(?:[xx##~~]|int|int)",d="[- ]+",v="[  \\t]*",m="(?:,{2}|;)",w=RFC3966_EXTN_PREFIX+getExtensionDigitsPattern(t),k=i+c+a+getExtensionDigitsPattern(t)+s,C=i+l+a+getExtensionDigitsPattern(r)+s,T=d+getExtensionDigitsPattern(o)+"#",Y=v+m+a+getExtensionDigitsPattern(n)+s,te=v+"(?:,)+"+a+getExtensionDigitsPattern(r)+s;return w+"|"+k+"|"+C+"|"+T+"|"+Y+"|"+te}var MIN_LENGTH_PHONE_NUMBER_PATTERN="["+VALID_DIGITS+"]{"+MIN_LENGTH_FOR_NSN+"}",VALID_PHONE_NUMBER="["+PLUS_CHARS+"]{0,1}(?:["+VALID_PUNCTUATION+"]*["+VALID_DIGITS+"]){3,}["+VALID_PUNCTUATION+VALID_DIGITS+"]*",VALID_PHONE_NUMBER_START_REG_EXP=new RegExp("^["+PLUS_CHARS+"]{0,1}(?:["+VALID_PUNCTUATION+"]*["+VALID_DIGITS+"]){1,2}$","i"),VALID_PHONE_NUMBER_WITH_EXTENSION=VALID_PHONE_NUMBER+"(?:"+createExtensionPattern()+")?",VALID_PHONE_NUMBER_PATTERN=new RegExp("^"+MIN_LENGTH_PHONE_NUMBER_PATTERN+"$|^"+VALID_PHONE_NUMBER_WITH_EXTENSION+"$","i");function isViablePhoneNumber(e){return e.length>=MIN_LENGTH_FOR_NSN&&VALID_PHONE_NUMBER_PATTERN.test(e)}function isViablePhoneNumberStart(e){return VALID_PHONE_NUMBER_START_REG_EXP.test(e)}function formatRFC3966(e){var t=e.number,n=e.ext;if(!t)return"";if(t[0]!=="+")throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(t).concat(n?";ext="+n:"")}function _typeof$5(e){"@babel/helpers - typeof";return _typeof$5=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof$5(e)}function _createForOfIteratorHelperLoose$2(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=_unsupportedIterableToArray$3(e))||t&&e&&typeof e.length=="number"){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$3(e,t){if(e){if(typeof e=="string")return _arrayLikeToArray$3(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$3(e,t):void 0}}function _arrayLikeToArray$3(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n0){var i=o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length-1];if(t.search(i)!==0)continue}if(matchesEntirely(t,o.pattern()))return o}}function addExtension(e,t,n,r){return t?r(e,t,n):e}function formatIDD(e,t,n,r,o){var i=getCountryCallingCode(r,o.metadata);if(i===n){var a=formatNationalNumber(e,t,"NATIONAL",o);return n==="1"?n+" "+a:a}var s=getIddPrefix(r,void 0,o.metadata);if(s)return"".concat(s," ").concat(n," ").concat(formatNationalNumber(e,null,"INTERNATIONAL",o))}function _typeof$4(e){"@babel/helpers - typeof";return _typeof$4=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof$4(e)}function ownKeys$3(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function _objectSpread$3(e){for(var t=1;t=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$2(e,t){if(e){if(typeof e=="string")return _arrayLikeToArray$2(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$2(e,t):void 0}}function _arrayLikeToArray$2(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _unsupportedIterableToArray$1(e,t){if(e){if(typeof e=="string")return _arrayLikeToArray$1(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$1(e,t):void 0}}function _arrayLikeToArray$1(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n=e.length)return"";var r=e.indexOf(";",n);return r>=0?e.substring(n,r):e.substring(n)}function isPhoneContextValid(e){return e===null?!0:e.length===0?!1:RFC3966_GLOBAL_NUMBER_DIGITS_PATTERN_.test(e)||RFC3966_DOMAINNAME_PATTERN_.test(e)}function extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(e,t){var n=t.extractFormattedPhoneNumber,r=extractPhoneContext(e);if(!isPhoneContextValid(r))throw new ParseError("NOT_A_NUMBER");var o;if(r===null)o=n(e)||"";else{o="",r.charAt(0)===PLUS_SIGN&&(o+=r);var i=e.indexOf(RFC3966_PREFIX_),a;i>=0?a=i+RFC3966_PREFIX_.length:a=0;var s=e.indexOf(RFC3966_PHONE_CONTEXT_);o+=e.substring(a,s)}var c=o.indexOf(RFC3966_ISDN_SUBADDRESS_);if(c>0&&(o=o.substring(0,c)),o!=="")return o}var MAX_INPUT_STRING_LENGTH=250,PHONE_NUMBER_START_PATTERN=new RegExp("["+PLUS_CHARS+VALID_DIGITS+"]"),AFTER_PHONE_NUMBER_END_PATTERN=new RegExp("[^"+VALID_DIGITS+"#]+$");function parse(e,t,n){if(t=t||{},n=new Metadata(n),t.defaultCountry&&!n.hasCountry(t.defaultCountry))throw t.v2?new ParseError("INVALID_COUNTRY"):new Error("Unknown country: ".concat(t.defaultCountry));var r=parseInput(e,t.v2,t.extract),o=r.number,i=r.ext,a=r.error;if(!o){if(t.v2)throw a==="TOO_SHORT"?new ParseError("TOO_SHORT"):new ParseError("NOT_A_NUMBER");return{}}var s=parsePhoneNumber$3(o,t.defaultCountry,t.defaultCallingCode,n),c=s.country,l=s.nationalNumber,d=s.countryCallingCode,v=s.countryCallingCodeSource,m=s.carrierCode;if(!n.hasSelectedNumberingPlan()){if(t.v2)throw new ParseError("INVALID_COUNTRY");return{}}if(!l||l.lengthMAX_LENGTH_FOR_NSN){if(t.v2)throw new ParseError("TOO_LONG");return{}}if(t.v2){var w=new PhoneNumber(d,l,n.metadata);return c&&(w.country=c),m&&(w.carrierCode=m),i&&(w.ext=i),w.__countryCallingCodeSource=v,w}var k=(t.extended?n.hasSelectedNumberingPlan():c)?matchesEntirely(l,n.nationalNumberPattern()):!1;return t.extended?{country:c,countryCallingCode:d,carrierCode:m,valid:k,possible:k?!0:!!(t.extended===!0&&n.possibleLengths()&&isPossibleNumber(l,n)),phone:l,ext:i}:k?result(c,l,i):{}}function _extractFormattedPhoneNumber(e,t,n){if(e){if(e.length>MAX_INPUT_STRING_LENGTH){if(n)throw new ParseError("TOO_LONG");return}if(t===!1)return e;var r=e.search(PHONE_NUMBER_START_PATTERN);if(!(r<0))return e.slice(r).replace(AFTER_PHONE_NUMBER_END_PATTERN,"")}}function parseInput(e,t,n){var r=extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(e,{extractFormattedPhoneNumber:function(a){return _extractFormattedPhoneNumber(a,n,t)}});if(!r)return{};if(!isViablePhoneNumber(r))return isViablePhoneNumberStart(r)?{error:"TOO_SHORT"}:{};var o=extractExtension(r);return o.ext?o:{number:r}}function result(e,t,n){var r={country:e,phone:t};return n&&(r.ext=n),r}function parsePhoneNumber$3(e,t,n,r){var o=extractCountryCallingCode(parseIncompletePhoneNumber(e),t,n,r.metadata),i=o.countryCallingCodeSource,a=o.countryCallingCode,s=o.number,c;if(a)r.selectNumberingPlan(a);else if(s&&(t||n))r.selectNumberingPlan(t,n),t&&(c=t),a=n||getCountryCallingCode(t,r.metadata);else return{};if(!s)return{countryCallingCodeSource:i,countryCallingCode:a};var l=extractNationalNumber(parseIncompletePhoneNumber(s),r),d=l.nationalNumber,v=l.carrierCode,m=getCountryByCallingCode(a,{nationalNumber:d,defaultCountry:t,metadata:r});return m&&(c=m,m==="001"||r.country(c)),{country:c,countryCallingCode:a,countryCallingCodeSource:i,nationalNumber:d,carrierCode:v}}function _typeof$2(e){"@babel/helpers - typeof";return _typeof$2=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof$2(e)}function ownKeys$2(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function _objectSpread$2(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=Array(t);n({name:e,iso2:t.toUpperCase(),dialCode:n,priority:r,areaCodes:o}));function Se(){return fetch("https://ip2c.org/s").then(e=>e.text()).then(e=>{const t=(e||"").toString();if(!t||t[0]!=="1")throw new Error("unable to fetch the country");return t.substr(2,2)})}function ke(e,t){if(e.setSelectionRange)e.focus(),e.setSelectionRange(t,t);else if("createTextRange"in e&&typeof e.createTextRange=="function"){const n=e.createTextRange();n.collapse(!0),n.moveEnd("character",t),n.moveStart("character",t),n.select()}}const xe=[{name:"allCountries",type:Array,default:Oe,description:"All countries that are used in libphonenumber-js, can be overridden by this prop",inDemo:!1},{name:"autoFormat",type:Boolean,default:!0,description:"Auto update the input to the formatted phone number when it's valid",inDemo:!0},{name:"customValidate",type:[Boolean,RegExp],default:!1,description:"Custom validation RegExp for input",inDemo:!1},{name:"defaultCountry",default:"",type:[String,Number],description:"Default country (by iso2 or dialCode), will override the country fetched from IP address of user",inDemo:!1},{name:"disabled",default:!1,type:Boolean,description:"Disable vue-tel-input, including the input & flag dropdown",inDemo:!1},{name:"autoDefaultCountry",default:!0,type:Boolean,description:"To fetch default country based on IP address of user",inDemo:!1},{name:"dropdownOptions",type:Object,description:"Options for dropdown, see below",inDemo:!1},{name:"dropdownOptions.disabled",default:!1,type:Boolean,description:"Disable dropdown",inDemo:!1},{name:"dropdownOptions.showDialCodeInList",default:!0,type:Boolean,description:"Show dial code in the dropdown list",inDemo:!0},{name:"dropdownOptions.showDialCodeInSelection",default:!1,type:Boolean,description:"Show dial code in the dropdown selection",inDemo:!0},{name:"dropdownOptions.showFlags",default:!0,type:Boolean,description:"Show flags in the dropdown selection and list",inDemo:!0},{name:"dropdownOptions.showSearchBox",default:!1,type:Boolean,description:"Show country search box",inDemo:!0},{name:"dropdownOptions.searchBoxPlaceholder",default:"",type:String,description:"Placeholder for the search box",inDemo:!1},{name:"dropdownOptions.tabindex",default:0,type:Number,description:"Native dropdown tabindex attribute",inDemo:!1},{name:"ignoredCountries",default:[],type:Array,description:"List of countries will NOT be shown on the dropdown",inDemo:!1},{name:"inputOptions",type:Object,description:"Options for input, see below",inDemo:!1},{name:"inputOptions.autocomplete",type:String,default:"on",description:"Native input autocomplete attribute",inDemo:!1},{name:"inputOptions.autofocus",type:Boolean,default:!1,description:"Native input autofocus attribute",inDemo:!1},{name:"inputOptions.aria-describedby",default:"",type:String,description:"Native input aria-describedby attribute",inDemo:!1},{name:"inputOptions.id",default:"",type:String,description:"Native input id attribute",inDemo:!1},{name:"inputOptions.maxlength",default:25,type:Number,description:"Native input maxlength attribute",inDemo:!1},{name:"inputOptions.name",default:"telephone",type:String,description:"Native input name attribute",inDemo:!1},{name:"inputOptions.showDialCode",default:!1,type:Boolean,description:"Show dial code in input",inDemo:!1},{name:"inputOptions.placeholder",default:"Enter a phone number",type:String,description:"Placeholder for the input",inDemo:!1},{name:"inputOptions.readonly",default:!1,type:Boolean,description:"Native input readonly attribute",inDemo:!1},{name:"inputOptions.required",default:!1,type:Boolean,description:"Native input required attribute",inDemo:!1},{name:"inputOptions.tabindex",default:0,type:Number,description:"Native input tabindex attribute",inDemo:!1},{name:"inputOptions.type",default:"tel",type:String,description:"Native input type attribute",inDemo:!1},{name:"inputOptions.styleClasses",default:"",type:[String,Array,Object],description:"Custom classes for the input",inDemo:!1},{name:"invalidMsg",default:"",type:String,description:"",inDemo:!1},{name:"mode",default:"auto",type:String,description:"Allowed values: 'auto' (Default set by phone), 'international' (Format number with the dial code i.e. + 61), 'national' (Format number without dial code i.e. 0321232)",inDemo:!0,options:["auto","national","international"]},{name:"onlyCountries",default:[],type:Array,description:"List of countries will be shown on the dropdown",inDemo:!1},{name:"preferredCountries",default:[],type:Array,description:"Preferred countries list, will be on top of the dropdown",inDemo:!1},{name:"styleClasses",default:"",type:[String,Array,Object],description:"Custom classes for the wrapper",inDemo:!1},{name:"validCharactersOnly",default:!1,type:Boolean,description:"Only allow valid characters in a phone number (will also verify in mounted, so phone number with invalid characters will be shown as an empty string)",inDemo:!1}],$=[...xe].reduce((e,t)=>{if(t.name.includes(".")){const[n,r]=t.name.split(".");e[n]?Object.assign(e[n],{[r]:t.default}):Object.assign(e,{[n]:{[r]:t.default}})}else Object.assign(e,{[t.name]:t.default});return e},{}),V={options:{...$}};function p(e){const t=V.options[e];return typeof t>"u"?V.options[e]:t}function I(e){return e==null?void 0:e.toLowerCase()}function B(e){return e==null?void 0:e.toUpperCase()}const De={beforeMount(e,t,n){if(typeof t.value!="function"){const r=n.context.name;let o=`[Vue-click-outside:] provided expression ${t.expression} is not a function, but has to be`;r&&(o+=`Found in component ${r}`),console.warn(o)}e.clickOutsideEvent=function(r){const o=r.composedPath?r.composedPath():r.path;e===r.target||e.contains(r.target)||o.includes(e)||t.value(r,e)},document.body.addEventListener("click",e.clickOutsideEvent)},unmounted(e){document.body.removeEventListener("click",e.clickOutsideEvent)}},Ie=["aria-expanded","tabindex"],Be={class:"vti__selection"},Me={key:1,class:"vti__country-code"},Te={class:"vti__dropdown-arrow"},Ne={key:0,class:"vti__search_box_container"},Pe=["placeholder"],Ee=["onClick","onMousemove","aria-selected"],Ae={key:1},Re=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"],ze=defineComponent({name:"VueTelInput",directives:{clickOutside:De},__name:"vue-tel-input",props:mergeModels({allCountries:{type:Array,default:()=>p("allCountries")},autoFormat:{type:Boolean,default:()=>p("autoFormat")},customValidate:{type:[Boolean,RegExp],default:()=>p("customValidate")},defaultCountry:{type:[String,Number],default:()=>p("defaultCountry")},disabled:{type:Boolean,default:()=>p("disabled")},autoDefaultCountry:{type:Boolean,default:()=>p("autoDefaultCountry")},dropdownOptions:{type:Object,default:()=>p("dropdownOptions")},ignoredCountries:{type:Array,default:()=>p("ignoredCountries")},inputOptions:{type:Object,default:()=>p("inputOptions")},invalidMsg:{type:String,default:()=>p("invalidMsg")},mode:{type:String,default:()=>p("mode")},onlyCountries:{type:Array,default:()=>p("onlyCountries")},preferredCountries:{type:Array,default:()=>p("preferredCountries")},validCharactersOnly:{type:Boolean,default:()=>p("validCharactersOnly")},styleClasses:{type:[String,Array,Object],default:()=>p("styleClasses")}},{modelValue:{type:String},modelModifiers:{}}),emits:mergeModels(["blur","close","country-changed","enter","focus","on-input","open","space","validate"],["update:modelValue"]),setup(e,{expose:t,emit:n}){const r=shallowRef(),o=shallowRef(),i=shallowRef(),a=n,s=e,c=useModel(e,"modelValue");watch(c,(G,y)=>{O()?l.phone=G??"":nextTick(()=>{l.phone=y??"",L()})});const l=reactive({phone:"",activeCountryCode:void 0,open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:void 0,dropdownOpenDirection:"below",parsedPlaceholder:s.inputOptions.placeholder,searchQuery:""});watch(()=>l.open,G=>{G?(Ue(),a("open")):a("close")});const d=computed(()=>s.onlyCountries.length?s.allCountries.filter(({iso2:G})=>s.onlyCountries.some(y=>B(y)===G)):s.ignoredCountries.length?s.allCountries.filter(({iso2:G})=>!s.ignoredCountries.includes(B(G))&&!s.ignoredCountries.includes(I(G))):s.allCountries),v=computed(()=>te(l.activeCountryCode));watch(v,(G,y)=>{if(!G&&y!=null&&y.iso2){l.activeCountryCode=y.iso2;return}G!=null&&G.iso2&&a("country-changed",G)});const m=computed(()=>{var G;const y=I(s.mode);return y==="auto"?(G=l.phone)!=null&&G.startsWith("+")?"international":"national":["national","international","e.164","rfc3966","idd"].includes(y)?y:(console.error('Invalid value of prop "mode"'),"international")}),w=computed(()=>{const G=[...Y(s.preferredCountries).map(j=>({...j,preferred:!0})),...d.value];if(!s.dropdownOptions.showSearchBox)return G;const y=l.searchQuery.toLowerCase().replace(/[~`!@#$%^&*()+={}\[\];:\'\"<>.,\/\\\?-_]/g,"");return G.filter(j=>new RegExp(y,"i").test(j.name)||new RegExp(y,"i").test(j.iso2)||new RegExp(y,"i").test(j.dialCode))}),k=computed(()=>{var G;const y=l.phone.startsWith("+")?parsePhoneNumber(l.phone):parsePhoneNumber(l.phone,l.activeCountryCode),j={country:y==null?void 0:y.country,countryCode:y==null?void 0:y.country,formatted:l.phone,valid:y==null?void 0:y.isValid(),possible:(G=y==null?void 0:y.isPossible)==null?void 0:G.call(y),nationalNumber:y==null?void 0:y.nationalNumber};return j.valid&&(j.formatted=y==null?void 0:y.format(B(m.value))),y!=null&&y.country&&(s.ignoredCountries.length||s.onlyCountries.length)&&!te(y.country)&&(j.valid=!1,j.possible=!1,y.country=null),y?{...j,...y}:j});watch(()=>k.value.countryCode,G=>{G&&(l.activeCountryCode=G)}),watch(()=>k.value.valid,()=>{a("validate",k.value)}),watch(()=>k.value.formatted,G=>{!s.autoFormat||s.customValidate||(M(G),nextTick(()=>{G&&!c.value&&(l.phone=G)}))}),watch(()=>s.inputOptions.placeholder,C),onMounted(()=>{c.value&&(l.phone=c.value.trim()),A(),T().then(()=>{var G;!l.phone&&(G=s.inputOptions)!=null&&G.showDialCode&&l.activeCountryCode&&(l.phone=`+${l.activeCountryCode}`),a("validate",k.value)}).catch(console.error).then(()=>{l.finishMounted=!0})});function C(){l.parsedPlaceholder=s.inputOptions.placeholder}function T(){return new Promise(G=>{var y;if(((y=l.phone)==null?void 0:y[0])==="+"){G();return}if(s.defaultCountry){if(typeof s.defaultCountry=="string"){g(s.defaultCountry),G();return}if(typeof s.defaultCountry=="number"){const H=R(s.defaultCountry);if(H){g(H.iso2),G();return}}}const j=s.preferredCountries[0]||d.value[0];s.autoDefaultCountry?Se().then(H=>{g(H||l.activeCountryCode)}).catch(H=>{console.warn(H),g(j)}).then(()=>{G()}):(g(j),G())})}function Y(G=[]){return G.map(te).filter(Boolean)}function te(G=""){return d.value.find(y=>y.iso2===B(G))}function R(G){return d.value.find(y=>Number(y.dialCode)===G)}function N(G,y){const j=l.selectedIndex===G,H=G===s.preferredCountries.length-1,J=s.preferredCountries.some(ne=>B(ne)===y);return{highlighted:j,"last-preferred":H,preferred:J}}function g(G){var y,j,H;let J=G;if(typeof J=="string"&&(J=te(J)),!!J){if(((y=l.phone)==null?void 0:y[0])==="+"&&J.iso2&&k.value.nationalNumber){l.activeCountryCode=J.iso2,l.phone=((j=parsePhoneNumber(k.value.nationalNumber,J.iso2))==null?void 0:j.formatInternational())??"";return}if((H=s.inputOptions)!=null&&H.showDialCode&&J){l.phone=`+${J.dialCode}`,l.activeCountryCode=J.iso2;return}l.activeCountryCode=J.iso2,M(l.phone)}}function A(){const G=l.phone;if(s.validCharactersOnly){const y=l.phone.match(/[()\-+0-9\s]*/g);l.phone=y.join("")}if(s.customValidate&&s.customValidate instanceof RegExp){const y=l.phone.match(s.customValidate);l.phone=y.join("")}G!==l.phone&&M(l.phone)}function O(){return s.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(l.phone)?!1:s.customValidate?F():!0}function F(){return s.customValidate instanceof RegExp?s.customValidate.test(l.phone):!1}function L(){var G;(G=i.value)==null||G.setCustomValidity(k.value.valid?"":s.invalidMsg),M(l.phone)}function M(G){c.value=G,a("on-input",G,k.value,i.value)}function ae(G){a("blur",G)}function U(G){ke(i.value,l.phone.length),a("focus",G)}function me(G){a("enter",G)}function Le(G){a("space",G)}function qe(){var G;(G=i.value)==null||G.focus()}function le(){var G;(G=i.value)==null||G.blur()}function ye(){s.disabled||s.dropdownOptions.disabled||(l.searchQuery="",l.open=!l.open)}function _e(){l.open=!1}function Fe(G){if(G.keyCode===40){G.preventDefault(),l.open=!0,l.selectedIndex===null?l.selectedIndex=0:l.selectedIndex=Math.min(w.value.length-1,l.selectedIndex+1);const y=o.value.children[l.selectedIndex];y.focus(),y.offsetTop+y.clientHeight>o.value.scrollTop+o.value.clientHeight&&(o.value.scrollTop=y.offsetTop-o.value.clientHeight+y.clientHeight)}else if(G.keyCode===38){G.preventDefault(),l.open=!0,l.selectedIndex===null?l.selectedIndex=w.value.length-1:l.selectedIndex=Math.max(0,l.selectedIndex-1);const y=o.value.children[l.selectedIndex];y.focus(),y.offsetTop{l.typeToFindInput=""},700);const y=w.value.slice(s.preferredCountries.length).findIndex(j=>I(j.name).startsWith(l.typeToFindInput));if(y>=0){l.selectedIndex=s.preferredCountries.length+y;const j=o.value.children[l.selectedIndex],H=j.offsetTopo.value.scrollTop+o.value.clientHeight;(H||J)&&(o.value.scrollTop=j.offsetTop-o.value.clientHeight/2)}}}function He(){l.selectedIndex=w.value.map(G=>G.iso2).indexOf(l.activeCountryCode),l.open=!1}function Ue(){window.innerHeight-r.value.getBoundingClientRect().bottom>200?l.dropdownOpenDirection="below":l.dropdownOpenDirection="above"}return t({focus:qe,blur:le}),(G,y)=>{const j=resolveDirective("click-outside");return openBlock(),createElementBlock("div",{ref_key:"refRoot",ref:r,class:normalizeClass(["vue-tel-input",e.styleClasses,{disabled:e.disabled}])},[withDirectives((openBlock(),createElementBlock("div",{"aria-label":"Country Code Selector","aria-haspopup":"listbox","aria-expanded":l.open,role:"button",class:normalizeClass(["vti__dropdown",{open:l.open,disabled:e.dropdownOptions.disabled}]),tabindex:e.dropdownOptions.tabindex,onKeydown:[Fe,withKeys(ye,["space"]),withKeys(He,["esc"]),withKeys(He,["tab"])],onClick:ye},[createBaseVNode("span",Be,[e.dropdownOptions.showFlags?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(["vti__flag",unref(I)(l.activeCountryCode)])},null,2)):createCommentVNode("",!0),e.dropdownOptions.showDialCodeInSelection?(openBlock(),createElementBlock("span",Me," +"+toDisplayString(v.value&&v.value.dialCode),1)):createCommentVNode("",!0),renderSlot(G.$slots,"arrow-icon",{open:l.open},()=>[createBaseVNode("span",Te,toDisplayString(l.open?"▲":"▼"),1)])]),l.open?(openBlock(),createElementBlock("ul",{key:0,ref_key:"refList",ref:o,class:normalizeClass(["vti__dropdown-list",l.dropdownOpenDirection]),role:"listbox"},[e.dropdownOptions.showSearchBox?(openBlock(),createElementBlock("div",Ne,[renderSlot(G.$slots,"search-icon"),withDirectives(createBaseVNode("input",{class:normalizeClass(["vti__input","vti__search_box"]),"aria-label":"Search by country name or country code",placeholder:e.dropdownOptions.searchBoxPlaceholder||(w.value.length?w.value[0].name:""),type:"text","onUpdate:modelValue":y[0]||(y[0]=H=>l.searchQuery=H),onClick:y[1]||(y[1]=withModifiers(()=>{},["stop"]))},null,8,Pe),[[vModelText,l.searchQuery]])])):createCommentVNode("",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(w.value,(H,J)=>(openBlock(),createElementBlock("li",{role:"option",class:normalizeClass(["vti__dropdown-item",N(J,H.iso2)]),key:H.iso2+(H.preferred?"-preferred":""),tabindex:"-1",onClick:ne=>g(H),onMousemove:ne=>l.selectedIndex=J,"aria-selected":l.activeCountryCode===H.iso2&&!H.preferred},[e.dropdownOptions.showFlags?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(["vti__flag",unref(I)(H.iso2)])},null,2)):createCommentVNode("",!0),createBaseVNode("strong",null,toDisplayString(H.name),1),e.dropdownOptions.showDialCodeInList?(openBlock(),createElementBlock("span",Ae," +"+toDisplayString(H.dialCode),1)):createCommentVNode("",!0)],42,Ee))),128))],2)):createCommentVNode("",!0)],42,Ie)),[[j,_e]]),withDirectives(createBaseVNode("input",{"onUpdate:modelValue":y[2]||(y[2]=H=>l.phone=H),ref_key:"refInput",ref:i,type:e.inputOptions.type,autocomplete:e.inputOptions.autocomplete,autofocus:e.inputOptions.autofocus,class:normalizeClass(["vti__input","vti__phone",e.inputOptions.styleClasses]),disabled:e.disabled,id:e.inputOptions.id,maxlength:e.inputOptions.maxlength,name:e.inputOptions.name,placeholder:l.parsedPlaceholder,readonly:e.inputOptions.readonly,required:e.inputOptions.required,tabindex:e.inputOptions.tabindex,value:c.value,"aria-describedby":e.inputOptions["aria-describedby"],onBlur:ae,onFocus:U,onInput:L,onKeyup:[withKeys(me,["enter"]),withKeys(Le,["space"])]},null,42,Re),[[vModelDynamic,l.phone]]),renderSlot(G.$slots,"icon-right")],2)}}}),Ve={install(e,t={}){const{dropdownOptions:n,inputOptions:r,...o}=t,{dropdownOptions:i,inputOptions:a,...s}=$;V.options={inputOptions:{...a,...r},dropdownOptions:{...i,...n},...s,...o},e.component("vue-tel-input",ze)}},vueTelInput=Object.freeze(Object.defineProperty({__proto__:null,VueTelInput:ze,default:Ve},Symbol.toStringTag,{value:"Module"}));return exports.mountPCApp=mountPCApp,Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),exports}({}); (function(){"use strict";(function(i,r){try{if(typeof document<"u"){const t=document.createElement("style");t.appendChild(document.createTextNode(i));const o=document.getElementById("pop-convert-app");if(o){const e=o.shadowRoot;e&&e.appendChild(t)}}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})('@keyframes fadeInPC{0%{opacity:.01}to{opacity:1}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{word-wrap:break-word}#root,#__next{isolation:isolate}:host:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){animation:none 0s ease 0s 1 normal none running;backface-visibility:visible;background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;border:medium none currentcolor;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;clip:auto;color:#000;-moz-columns:auto;columns:auto;-moz-column-count:auto;column-count:auto;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;column-gap:normal;-moz-column-rule:medium none currentcolor;column-rule:medium none currentcolor;-moz-column-span:1;column-span:1;-moz-column-width:auto;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;display:inline;empty-cells:show;float:none;font-family:serif;font-size:medium;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;line-height:normal;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;list-style:disc outside none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none currentcolor;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto;all:initial}#__pc_app:not(#\\#):not(#\\#){--pc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--pc-font-size-base: 12px;--pc-bar-common-radius: .3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--pc-font-family);font-size:max(12px,min(1.5vw,16px));font-size:max(var(--pc-font-size-base),min(1.5vw,calc(var(--pc-font-size-base) + 4px)));line-height:normal}#__pc_app:not(#\\#):not(#\\#):not(#\\#):not(#\\#) input{-webkit-user-select:text!important}.admin:not(#\\#):not(#\\#){position:fixed;bottom:1em;left:1em}.admin:not(#\\#):not(#\\#) .admin-trigger{background-color:#4a90e2;color:#fff;padding:.5em 1em;font-size:.875em;border-radius:.375em;cursor:pointer;transition:all .2s}.admin:not(#\\#):not(#\\#) .admin-trigger:hover{background-color:#3572b0}.clickable-effect:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){cursor:pointer;transition:all .15s ease-in-out}@media (min-width: 768px){.clickable-effect:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform:scale(1.04)}.clickable-effect:active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform:scale(.98)}}.bar-main-content p{margin:0!important}.no-scrollbar:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#)::-webkit-scrollbar{display:none}.no-scrollbar:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){-ms-overflow-style:none;scrollbar-width:none}#__pc-bar-spacer{height:var(--pc-push-down-height)!important}.carousel__prev{left:8px!important}.carousel__next{right:8px!important}.carousel__viewport{cursor:grab!important}.carousel__viewport:focus,.carousel__viewport:active{cursor:grabbing!important}svg[data-v-cbb87d7e]{cursor:pointer;fill:var(--761dd41d);width:100%;height:100%}.remove-watermark-label[data-v-3bb48cec]{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;justify-content:center!important;grid-gap:5px!important;gap:5px!important;padding:2px 10px!important;background-color:#fc0!important;font-weight:600!important;box-shadow:0 0 5px #0003!important;outline:3px solid rgba(255,157,0,.56863)!important;cursor:pointer!important;transition:all .2s ease-in-out!important;color:#000!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.remove-watermark-label[data-v-3bb48cec]:hover{-webkit-text-decoration:underline!important;text-decoration:underline!important}.remove-watermark-label .icon[data-v-3bb48cec]{font-size:20px!important;color:#000!important}.remove-watermark-label p[data-v-3bb48cec]{color:inherit!important}.slideUp-enter-active[data-v-3bb48cec]{animation:slide-up-3bb48cec .25s}.slideUp-leave-active[data-v-3bb48cec]{animation:slide-up-3bb48cec .5s reverse}@keyframes slide-up-3bb48cec{0%{transform:translateY(100%)}to{transform:translateY(0)}}.submit-button[data-v-cd8905bd]{font-weight:700;margin:0;background-color:var(--e591965c);color:var(--4cbce425);border-radius:var(--pc-bar-common-radius);cursor:pointer;min-height:3em;align-items:center;justify-content:center;display:inline-flex;border:none;flex:none;padding-left:1em;padding-right:1em;font-family:inherit;font-size:var(--pc-font-size);-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}@keyframes rotation-cd8905bd{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner[data-v-cd8905bd]{width:24px;height:24px;border:3px solid var(--4cbce425);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation-cd8905bd 1s linear infinite}label[data-v-2d67603a]{display:grid;grid-template-columns:auto 1fr;align-items:center;cursor:pointer;grid-gap:.2em;gap:.2em;padding:.2em 1em;border-radius:.5em}label[error=true][data-v-2d67603a]{background-color:red;box-shadow:0 0 0 1px #0000001a}label[error=true] span[data-v-2d67603a]{color:#fff!important}label input[data-v-2d67603a]{margin:0}label span[data-v-2d67603a]{font-size:.8em;color:var(--7317e965)!important;line-height:1em;word-spacing:-.1em}.news-block[data-v-4adab747]{overflow:hidden;white-space:nowrap}.clickable[data-v-4adab747]{cursor:pointer}.clickable[data-v-4adab747]:hover{-webkit-text-decoration:underline;text-decoration:underline}#scroll-text[data-v-4adab747]{transform:translate(100%);animation:my-animation-4adab747 var(--17ca194a) linear infinite}@keyframes my-animation-4adab747{0%{transform:translate(100%)}to{transform:translate(-100%)}}:root{--vc-clr-primary: #000;--vc-clr-secondary: rgba(9,15,32,.49804);--vc-clr-white: #ffffff;--vc-icn-width: 1.2em;--vc-nav-width: 30px;--vc-nav-height: 30px;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-background: transparent;--vc-pgn-width: 12px;--vc-pgn-height: 4px;--vc-pgn-margin: 4px;--vc-pgn-border-radius: 0;--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-active-color: var(--vc-clr-primary)}.carousel{position:relative;text-align:center;box-sizing:border-box;touch-action:pan-y;overscroll-behavior:none}.carousel.is-dragging{touch-action:none}.carousel *{box-sizing:border-box}.carousel__track{display:flex;padding:0!important;position:relative}.carousel__viewport{overflow:hidden}.carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.carousel__icon{width:1.2em;width:var(--vc-icn-width);height:1.2em;height:var(--vc-icn-width);fill:currentColor}.carousel__prev,.carousel__next{box-sizing:content-box;background:transparent;background:var(--vc-nav-background);border-radius:0;border-radius:var(--vc-nav-border-radius);width:30px;width:var(--vc-nav-width);height:30px;height:var(--vc-nav-height);text-align:center;font-size:30px;font-size:var(--vc-nav-height);padding:0;color:#000;color:var(--vc-nav-color);display:flex;justify-content:center;align-items:center;position:absolute;border:0;cursor:pointer;margin:0 10px;top:50%;transform:translateY(-50%)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__prev{left:0}.carousel__next{right:0}.carousel--rtl .carousel__prev{left:auto;right:0}.carousel--rtl .carousel__next{right:auto;left:0}@media (hover: hover){.carousel__prev:hover,.carousel__next:hover{color:#090f207f;color:var(--vc-nav-color-hover)}}.carousel__pagination{display:flex;justify-content:center;list-style:none;line-height:0;margin:10px 0 0;padding:0}.carousel__pagination-button{display:block;border:0;margin:0;cursor:pointer;padding:4px;padding:var(--vc-pgn-margin);background:transparent}.carousel__pagination-button:after{display:block;content:"";width:12px;width:var(--vc-pgn-width);height:4px;height:var(--vc-pgn-height);border-radius:0;border-radius:var(--vc-pgn-border-radius);background-color:#090f207f;background-color:var(--vc-pgn-background-color)}.carousel__pagination-button--active:after{background-color:#000;background-color:var(--vc-pgn-active-color)}@media (hover: hover){.carousel__pagination-button:hover:after{background-color:#000;background-color:var(--vc-pgn-active-color)}}.carousel__slide{scroll-snap-stop:auto;flex-shrink:0;margin:0;position:relative;display:flex;justify-content:center;align-items:center;transform:translateZ(0)}.carousel__icon{--vc-icn-width: 1.2em;fill:var(--520a2570)!important;display:block!important}.clickable{cursor:pointer}.clickable:hover{-webkit-text-decoration:underline;text-decoration:underline}.bar-container[data-v-44e70771]{position:relative;max-width:1000px;margin:0 auto;padding-left:1.2em;padding-right:1.2em}@media (max-width: 700px){.bar-container[push-down=true][data-v-44e70771]{padding-top:1.2em}}.bar-container .bar-content[data-v-44e70771]{padding:10px;text-align:center;position:relative;display:var(--c7c178f0);flex-wrap:wrap;align-items:center;justify-content:center;font-family:var(--d516a748);color:var(--6cf1814d)}.bar-container .bar-content[data-v-44e70771] h1{font-size:1.8em;color:var(--6cf1814d)}.bar-container .bar-content[data-v-44e70771] h2{font-size:1.5em;color:var(--6cf1814d)}.bar-container .bar-content[data-v-44e70771] p{color:var(--6cf1814d);font-size:1.2em;min-height:1px}.bar-container .bar-content[data-v-44e70771] strong{color:var(--6cf1814d);font-weight:700}.bar-container .bar-content[data-v-44e70771] em{color:var(--6cf1814d);font-style:italic}.bar-container .bar-content[data-v-44e70771] u{color:var(--6cf1814d);-webkit-text-decoration:underline;text-decoration:underline}.bar-container .bar-content[data-v-44e70771] u span{-webkit-text-decoration:underline;text-decoration:underline}.bar-container .bar-content[data-v-44e70771] mark{padding:0 5px;line-height:1.15em;-moz-box-decoration-break:clone;-webkit-box-decoration-break:clone;box-decoration-break:clone}.bar-main-content[data-v-44e70771]{color:var(--pc-bar-text-color);margin-top:0;margin-bottom:0;padding:.5em}.bar-main-content p[data-v-44e70771]{padding:0;margin-bottom:0;margin-top:0}.bar-input-form[data-v-44e70771]{display:grid;grid-auto-flow:column;align-items:center;justify-content:center;margin:.5em;grid-gap:1em;gap:1em;position:relative}.bar-input-form .icon[data-v-44e70771]{position:absolute;left:10px;font-size:18px}.bar-input-form .input-wrapper[data-v-44e70771]{position:relative}.bar-input-form .input-wrapper .error-box[data-v-44e70771]{position:absolute;right:0;bottom:0;background-color:red;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;border-radius:4px}.bar-input-form input[data-v-44e70771]{height:40px;width:240px;text-indent:32px;font-weight:400;font-size:.9em;line-height:1em;border-radius:var(--pc-bar-common-radius);border:1px solid #e2e8f0;transition:.4s all;padding:0 0 2px}.bar-input-form input[data-v-44e70771]:focus{outline:none;border:1px solid var(--a2ab344c)}.bar-thanks-container[data-v-44e70771]{display:flex;gap:1em;align-items:center;justify-content:center}.pc-bar[data-v-287e4d40]{--pc-bar-background-color: var(--10a8a890);--pc-bar-background-image: var(--6fe50b65);--pc-bar-background-pattern: var(--24e2e355);--pc-bar-text-color: var(--5b665612);--pc-bar-button-background-color: var(--29e2988a);--pc-bar-button-text-color: var(--00224749);--pc-bar-button-radius: var(--pc-bar-common-radius);--pc-bar-input-radius: var(--pc-bar-common-radius);left:0;right:0;position:var(--bf24cbd0);top:var(--6517a706);bottom:var(--1cc20ada);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:var(--5b665612);color:var(--pc-bar-text-color);z-index:2147483647}.pc-bar[bg-type=image][data-v-287e4d40]{background-size:cover;background-position:center;background-repeat:no-repeat;background-image:var(--pc-bar-background-image)}.pc-bar[bg-type=color][data-v-287e4d40]{background-color:var(--pc-bar-background-color)}.pc-bar[data-v-287e4d40]:before{content:"";background-image:var(--pc-bar-background-pattern);background-repeat:repeat;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1}.pc-bar .bar-close-button[data-v-287e4d40]{z-index:9999999999;position:absolute;right:6px;top:6px;font-size:20px;cursor:pointer;border-radius:100%;padding:2px}.pc-bar .bar-close-button[data-v-287e4d40]:hover{background-color:#fff;color:#000}.promo-wrapper[data-v-287e4d40]{position:absolute;background-color:#fff;top:6px;left:5px;width:110px;padding:2px 6px;border-radius:5px;background-color:#00008b}.remove-watermark[data-v-287e4d40]{position:absolute;left:130px;bottom:-32px;cursor:pointer}.pc-buttons-trigger-wrapper[data-v-7b21e5d6]{position:relative;z-index:2147483646}.pc-buttons-trigger-wrapper .button-container[data-v-7b21e5d6]{display:flex}.pc-buttons-trigger-wrapper .button-container-left[data-v-7b21e5d6],.pc-buttons-trigger-wrapper .button-container-right[data-v-7b21e5d6]{top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);position:fixed;display:flex;flex-direction:column}.pc-buttons-trigger-wrapper .button-container-left[data-v-7b21e5d6]{left:0}.pc-buttons-trigger-wrapper .button-container-right[data-v-7b21e5d6]{right:0}.pc-buttons-trigger-wrapper .button-container-right span[data-v-7b21e5d6]{transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg)}.pc-buttons-trigger-wrapper .pc-button[data-v-7b21e5d6]{position:relative!important;cursor:pointer!important;writing-mode:vertical-lr!important;text-orientation:sideways!important;display:inline-flex!important;align-items:center!important;width:-moz-fit-content!important;width:fit-content!important;outline:none!important;border:none!important;background-image:none!important;width:36px!important;min-width:36px!important;padding:1.5em .5em!important;margin:2px 0!important}.pc-buttons-trigger-wrapper .pc-button[data-v-7b21e5d6]:last-child{margin-right:0}.pc-buttons-trigger-wrapper .pc-button[data-v-7b21e5d6]:hover{opacity:.9}.pc-buttons-trigger-wrapper .pc-button span[data-v-7b21e5d6]{cursor:pointer}.button-pop[data-v-ed6f44b8]{display:none;background-color:#fff;transition:all .3s ease;background-size:cover;background-position:center;background-repeat:no-repeat;position:fixed;cursor:pointer;border:none;outline:none;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.button-pop[data-v-ed6f44b8]:hover{transform:scale(.98);opacity:.8}.svg-style[data-v-b87207b6]{max-width:100%}.coupon-wrapper[data-v-b87207b6]{position:relative}.code-wrapper[data-v-b87207b6]{position:absolute;top:0;left:0;right:0;height:65px;display:flex;align-items:center;justify-content:center;font-family:monospace;font-size:25px;letter-spacing:5px;line-height:1;opacity:1!important;color:#000!important}.code-wrapper[data-v-b87207b6]:hover{opacity:.5!important;cursor:pointer}.code-wrapper.small[data-v-b87207b6]{font-size:14px;letter-spacing:3px}.products-parent[data-v-d6d500bf]{display:flex;flex-direction:column;gap:1em}.product-row[data-v-d6d500bf]{--pc-block-products-color: var(--29836d3b);--pc-block-products-button-bg: var(--d3af64ba);--pc-block-products-button-bg-hover: var(--22c718c0);--pc-block-products-button-color: var(--3e67720b);--pc-block-products-button-color-hover: var(--a4ebb970);display:grid;grid-gap:1.5em;gap:1.5em}@media (min-width: 500px){.product-row[data-v-d6d500bf]{grid-template-columns:repeat(var(--484712e6),minmax(0,1fr))}}.product-row .product-container[data-v-d6d500bf]{display:flex;flex-direction:column;gap:.25em;height:100%;color:var(--pc-block-renderer-title-color)}.product-row .product-container img[data-v-d6d500bf]{margin-bottom:.5em;border-radius:.25em}.product-row .product-container p[data-v-d6d500bf]{opacity:.75}.product-row .product-container span[data-v-d6d500bf]{font-weight:600;font-size:1.25em}.product-row .product-container button[data-v-d6d500bf]{padding:.25em .5em;margin-top:.5em;border-radius:.25em;cursor:pointer;background-color:var(--pc-block-products-button-bg);color:var(--pc-block-products-button-color);border:none;font-weight:600}.product-row .product-container button[data-v-d6d500bf]:hover{background-color:var(--pc-block-products-button-bg-hover);color:var(--pc-block-products-button-color-hover)}.social-networks-block[data-v-e71acf6d]{display:grid;grid-auto-flow:column;grid-gap:1em;gap:1em;justify-content:center}.social-network-block-wrapper[data-v-e71acf6d]:hover{opacity:.8}.social-network-block-wrapper.circles[data-v-e71acf6d]{background-color:var(--0688af96);border-color:var(--5e32352e);border-radius:50%;border-width:1px;border-style:solid;padding:.5em}.social-network-block-wrapper.buttons[data-v-e71acf6d]{background-color:var(--0688af96);border-color:var(--5e32352e);border-radius:.5em;border-width:1px;border-style:solid;padding:.5em}.social-network-block-wrapper.shadows[data-v-e71acf6d]{background-color:var(--0688af96);box-shadow:0 0 .5em #0000001a;border-radius:50%;padding:.5em}.social-network-block-wrapper.button-shadows[data-v-e71acf6d]{background-color:var(--0688af96);box-shadow:0 0 .5em #0000001a;border-radius:.5em;padding:.5em}.timer-parent[data-v-2fe60b9c]{display:flex;align-items:center;max-width:250px;margin:auto}.timer-parent .time-block[data-v-2fe60b9c]{display:flex;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;gap:1;padding-top:.5em;padding-bottom:.5em;background-color:var(--764258c4);color:var(--233595bf)}.timer-parent .time-block span[data-v-2fe60b9c]{font-size:1.25em;line-height:1.75em;font-weight:600}.timer-parent .time-block label[data-v-2fe60b9c]{font-size:.65em}.timer-parent .separator[data-v-2fe60b9c]{flex:none}.timer-parent.default.dark .time-block[data-v-2fe60b9c],.timer-parent.default.dark .separator[data-v-2fe60b9c]{color:#fff}.timer-parent.bordered[data-v-2fe60b9c]{gap:.5em}.timer-parent.bordered .time-block[data-v-2fe60b9c]{border:var(--47396143);border-radius:.25em;padding:2}.timer-parent.bordered.dark .time-block[data-v-2fe60b9c]{background-color:#1e1e1e;color:#fff;border-color:gray}.timer-parent.bordered.dark .separator[data-v-2fe60b9c]{color:#fff}.timer-parent.rounded[data-v-2fe60b9c]{gap:.5em}.timer-parent.rounded .time-block[data-v-2fe60b9c]{border-radius:9999px;border:var(--47396143);padding:2;background-color:var(--764258c4);color:var(--233595bf)}.timer-parent.rounded.dark .time-block[data-v-2fe60b9c]{background-color:#1e1e1e;color:#fff;border-color:gray}.timer-parent.rounded.dark .separator[data-v-2fe60b9c]{color:var(--233595bf)}.timer-parent.shadows[data-v-2fe60b9c]{gap:.5em}.timer-parent.shadows .time-block[data-v-2fe60b9c]{border-radius:.375em;padding:2;background-color:var(--764258c4);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:none}.timer-parent.shadows.dark .time-block[data-v-2fe60b9c]{background-color:#1e1e1e;color:#fff;border-color:gray}.timer-parent.shadows.dark .separator[data-v-2fe60b9c]{color:#fff}.timer-analog[data-v-2fe60b9c]{display:flex;align-items:center;gap:.5em;max-width:300px;margin:auto}.timer-analog .timer-item[data-v-2fe60b9c]{display:grid;flex:1 1 0%;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.25em;gap:.25em}.timer-analog .timer-item p[data-v-2fe60b9c]{padding:.75em .25em;background-color:var(--764258c4);display:flex;align-items:center;justify-content:center;border:var(--47396143);font-size:1.125em;line-height:1.75em;font-weight:500;border-radius:.375em}.timer-analog.dark .timer-item p[data-v-2fe60b9c]{background-color:var(--764258c4);border-color:var(--50b42fe0);color:var(--233595bf)}.review-block[data-v-b0c48d8c]{padding:1rem;border-radius:.5rem}.review-block-row[data-v-b0c48d8c]{display:flex;align-items:center;gap:1rem}.review-avatar[data-v-b0c48d8c]{width:48px;height:48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.review-avatar-img[data-v-b0c48d8c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.review-avatar-icon[data-v-b0c48d8c]{font-size:2rem}.review-content[data-v-b0c48d8c]{flex:1;text-align:left}.review-header[data-v-b0c48d8c]{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.review-author[data-v-b0c48d8c]{font-weight:600;margin:0;font-size:14px}.review-text[data-v-b0c48d8c]{display:inline-block;font-size:13px}.review-stars[data-v-b0c48d8c]{display:flex;align-items:center}.review-star[data-v-b0c48d8c]{margin-right:2px}.vti__flag{width:20px}.vti__flag.be{width:18px}.vti__flag.ch{width:15px}.vti__flag.mc{width:19px}.vti__flag.ne{width:18px}.vti__flag.np{width:13px}.vti__flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.vti__flag{background-size:5630px 15px}}.vti__flag.ac{height:10px;background-position:0px 0px}.vti__flag.ad{height:14px;background-position:-22px 0px}.vti__flag.ae{height:10px;background-position:-44px 0px}.vti__flag.af{height:14px;background-position:-66px 0px}.vti__flag.ag{height:14px;background-position:-88px 0px}.vti__flag.ai{height:10px;background-position:-110px 0px}.vti__flag.al{height:15px;background-position:-132px 0px}.vti__flag.am{height:10px;background-position:-154px 0px}.vti__flag.ao{height:14px;background-position:-176px 0px}.vti__flag.aq{height:14px;background-position:-198px 0px}.vti__flag.ar{height:13px;background-position:-220px 0px}.vti__flag.as{height:10px;background-position:-242px 0px}.vti__flag.at{height:14px;background-position:-264px 0px}.vti__flag.au{height:10px;background-position:-286px 0px}.vti__flag.aw{height:14px;background-position:-308px 0px}.vti__flag.ax{height:13px;background-position:-330px 0px}.vti__flag.az{height:10px;background-position:-352px 0px}.vti__flag.ba{height:10px;background-position:-374px 0px}.vti__flag.bb{height:14px;background-position:-396px 0px}.vti__flag.bd{height:12px;background-position:-418px 0px}.vti__flag.be{height:15px;background-position:-440px 0px}.vti__flag.bf{height:14px;background-position:-460px 0px}.vti__flag.bg{height:12px;background-position:-482px 0px}.vti__flag.bh{height:12px;background-position:-504px 0px}.vti__flag.bi{height:12px;background-position:-526px 0px}.vti__flag.bj{height:14px;background-position:-548px 0px}.vti__flag.bl{height:14px;background-position:-570px 0px}.vti__flag.bm{height:10px;background-position:-592px 0px}.vti__flag.bn{height:10px;background-position:-614px 0px}.vti__flag.bo{height:14px;background-position:-636px 0px}.vti__flag.bq{height:14px;background-position:-658px 0px}.vti__flag.br{height:14px;background-position:-680px 0px}.vti__flag.bs{height:10px;background-position:-702px 0px}.vti__flag.bt{height:14px;background-position:-724px 0px}.vti__flag.bv{height:15px;background-position:-746px 0px}.vti__flag.bw{height:14px;background-position:-768px 0px}.vti__flag.by{height:10px;background-position:-790px 0px}.vti__flag.bz{height:14px;background-position:-812px 0px}.vti__flag.ca{height:10px;background-position:-834px 0px}.vti__flag.cc{height:10px;background-position:-856px 0px}.vti__flag.cd{height:15px;background-position:-878px 0px}.vti__flag.cf{height:14px;background-position:-900px 0px}.vti__flag.cg{height:14px;background-position:-922px 0px}.vti__flag.ch{height:15px;background-position:-944px 0px}.vti__flag.ci{height:14px;background-position:-961px 0px}.vti__flag.ck{height:10px;background-position:-983px 0px}.vti__flag.cl{height:14px;background-position:-1005px 0px}.vti__flag.cm{height:14px;background-position:-1027px 0px}.vti__flag.cn{height:14px;background-position:-1049px 0px}.vti__flag.co{height:14px;background-position:-1071px 0px}.vti__flag.cp{height:14px;background-position:-1093px 0px}.vti__flag.cr{height:12px;background-position:-1115px 0px}.vti__flag.cu{height:10px;background-position:-1137px 0px}.vti__flag.cv{height:12px;background-position:-1159px 0px}.vti__flag.cw{height:14px;background-position:-1181px 0px}.vti__flag.cx{height:10px;background-position:-1203px 0px}.vti__flag.cy{height:14px;background-position:-1225px 0px}.vti__flag.cz{height:14px;background-position:-1247px 0px}.vti__flag.de{height:12px;background-position:-1269px 0px}.vti__flag.dg{height:10px;background-position:-1291px 0px}.vti__flag.dj{height:14px;background-position:-1313px 0px}.vti__flag.dk{height:15px;background-position:-1335px 0px}.vti__flag.dm{height:10px;background-position:-1357px 0px}.vti__flag.do{height:13px;background-position:-1379px 0px}.vti__flag.dz{height:14px;background-position:-1401px 0px}.vti__flag.ea{height:14px;background-position:-1423px 0px}.vti__flag.ec{height:14px;background-position:-1445px 0px}.vti__flag.ee{height:13px;background-position:-1467px 0px}.vti__flag.eg{height:14px;background-position:-1489px 0px}.vti__flag.eh{height:10px;background-position:-1511px 0px}.vti__flag.er{height:10px;background-position:-1533px 0px}.vti__flag.es{height:14px;background-position:-1555px 0px}.vti__flag.et{height:10px;background-position:-1577px 0px}.vti__flag.eu{height:14px;background-position:-1599px 0px}.vti__flag.fi{height:12px;background-position:-1621px 0px}.vti__flag.fj{height:10px;background-position:-1643px 0px}.vti__flag.fk{height:10px;background-position:-1665px 0px}.vti__flag.fm{height:11px;background-position:-1687px 0px}.vti__flag.fo{height:15px;background-position:-1709px 0px}.vti__flag.fr{height:14px;background-position:-1731px 0px}.vti__flag.ga{height:15px;background-position:-1753px 0px}.vti__flag.gb{height:10px;background-position:-1775px 0px}.vti__flag.gd{height:12px;background-position:-1797px 0px}.vti__flag.ge{height:14px;background-position:-1819px 0px}.vti__flag.gf{height:14px;background-position:-1841px 0px}.vti__flag.gg{height:14px;background-position:-1863px 0px}.vti__flag.gh{height:14px;background-position:-1885px 0px}.vti__flag.gi{height:10px;background-position:-1907px 0px}.vti__flag.gl{height:14px;background-position:-1929px 0px}.vti__flag.gm{height:14px;background-position:-1951px 0px}.vti__flag.gn{height:14px;background-position:-1973px 0px}.vti__flag.gp{height:14px;background-position:-1995px 0px}.vti__flag.gq{height:14px;background-position:-2017px 0px}.vti__flag.gr{height:14px;background-position:-2039px 0px}.vti__flag.gs{height:10px;background-position:-2061px 0px}.vti__flag.gt{height:13px;background-position:-2083px 0px}.vti__flag.gu{height:11px;background-position:-2105px 0px}.vti__flag.gw{height:10px;background-position:-2127px 0px}.vti__flag.gy{height:12px;background-position:-2149px 0px}.vti__flag.hk{height:14px;background-position:-2171px 0px}.vti__flag.hm{height:10px;background-position:-2193px 0px}.vti__flag.hn{height:10px;background-position:-2215px 0px}.vti__flag.hr{height:10px;background-position:-2237px 0px}.vti__flag.ht{height:12px;background-position:-2259px 0px}.vti__flag.hu{height:10px;background-position:-2281px 0px}.vti__flag.ic{height:14px;background-position:-2303px 0px}.vti__flag.id{height:14px;background-position:-2325px 0px}.vti__flag.ie{height:10px;background-position:-2347px 0px}.vti__flag.il{height:15px;background-position:-2369px 0px}.vti__flag.im{height:10px;background-position:-2391px 0px}.vti__flag.in{height:14px;background-position:-2413px 0px}.vti__flag.io{height:10px;background-position:-2435px 0px}.vti__flag.iq{height:14px;background-position:-2457px 0px}.vti__flag.ir{height:12px;background-position:-2479px 0px}.vti__flag.is{height:15px;background-position:-2501px 0px}.vti__flag.it{height:14px;background-position:-2523px 0px}.vti__flag.je{height:12px;background-position:-2545px 0px}.vti__flag.jm{height:10px;background-position:-2567px 0px}.vti__flag.jo{height:10px;background-position:-2589px 0px}.vti__flag.jp{height:14px;background-position:-2611px 0px}.vti__flag.ke{height:14px;background-position:-2633px 0px}.vti__flag.kg{height:12px;background-position:-2655px 0px}.vti__flag.kh{height:13px;background-position:-2677px 0px}.vti__flag.ki{height:10px;background-position:-2699px 0px}.vti__flag.km{height:12px;background-position:-2721px 0px}.vti__flag.kn{height:14px;background-position:-2743px 0px}.vti__flag.kp{height:10px;background-position:-2765px 0px}.vti__flag.kr{height:14px;background-position:-2787px 0px}.vti__flag.kw{height:10px;background-position:-2809px 0px}.vti__flag.ky{height:10px;background-position:-2831px 0px}.vti__flag.kz{height:10px;background-position:-2853px 0px}.vti__flag.la{height:14px;background-position:-2875px 0px}.vti__flag.lb{height:14px;background-position:-2897px 0px}.vti__flag.lc{height:10px;background-position:-2919px 0px}.vti__flag.li{height:12px;background-position:-2941px 0px}.vti__flag.lk{height:10px;background-position:-2963px 0px}.vti__flag.lr{height:11px;background-position:-2985px 0px}.vti__flag.ls{height:14px;background-position:-3007px 0px}.vti__flag.lt{height:12px;background-position:-3029px 0px}.vti__flag.lu{height:12px;background-position:-3051px 0px}.vti__flag.lv{height:10px;background-position:-3073px 0px}.vti__flag.ly{height:10px;background-position:-3095px 0px}.vti__flag.ma{height:14px;background-position:-3117px 0px}.vti__flag.mc{height:15px;background-position:-3139px 0px}.vti__flag.md{height:10px;background-position:-3160px 0px}.vti__flag.me{height:10px;background-position:-3182px 0px}.vti__flag.mf{height:14px;background-position:-3204px 0px}.vti__flag.mg{height:14px;background-position:-3226px 0px}.vti__flag.mh{height:11px;background-position:-3248px 0px}.vti__flag.mk{height:10px;background-position:-3270px 0px}.vti__flag.ml{height:14px;background-position:-3292px 0px}.vti__flag.mm{height:14px;background-position:-3314px 0px}.vti__flag.mn{height:10px;background-position:-3336px 0px}.vti__flag.mo{height:14px;background-position:-3358px 0px}.vti__flag.mp{height:10px;background-position:-3380px 0px}.vti__flag.mq{height:14px;background-position:-3402px 0px}.vti__flag.mr{height:14px;background-position:-3424px 0px}.vti__flag.ms{height:10px;background-position:-3446px 0px}.vti__flag.mt{height:14px;background-position:-3468px 0px}.vti__flag.mu{height:14px;background-position:-3490px 0px}.vti__flag.mv{height:14px;background-position:-3512px 0px}.vti__flag.mw{height:14px;background-position:-3534px 0px}.vti__flag.mx{height:12px;background-position:-3556px 0px}.vti__flag.my{height:10px;background-position:-3578px 0px}.vti__flag.mz{height:14px;background-position:-3600px 0px}.vti__flag.na{height:14px;background-position:-3622px 0px}.vti__flag.nc{height:10px;background-position:-3644px 0px}.vti__flag.ne{height:15px;background-position:-3666px 0px}.vti__flag.nf{height:10px;background-position:-3686px 0px}.vti__flag.ng{height:10px;background-position:-3708px 0px}.vti__flag.ni{height:12px;background-position:-3730px 0px}.vti__flag.nl{height:14px;background-position:-3752px 0px}.vti__flag.no{height:15px;background-position:-3774px 0px}.vti__flag.np{height:15px;background-position:-3796px 0px}.vti__flag.nr{height:10px;background-position:-3811px 0px}.vti__flag.nu{height:10px;background-position:-3833px 0px}.vti__flag.nz{height:10px;background-position:-3855px 0px}.vti__flag.om{height:10px;background-position:-3877px 0px}.vti__flag.pa{height:14px;background-position:-3899px 0px}.vti__flag.pe{height:14px;background-position:-3921px 0px}.vti__flag.pf{height:14px;background-position:-3943px 0px}.vti__flag.pg{height:15px;background-position:-3965px 0px}.vti__flag.ph{height:10px;background-position:-3987px 0px}.vti__flag.pk{height:14px;background-position:-4009px 0px}.vti__flag.pl{height:13px;background-position:-4031px 0px}.vti__flag.pm{height:14px;background-position:-4053px 0px}.vti__flag.pn{height:10px;background-position:-4075px 0px}.vti__flag.pr{height:14px;background-position:-4097px 0px}.vti__flag.ps{height:10px;background-position:-4119px 0px}.vti__flag.pt{height:14px;background-position:-4141px 0px}.vti__flag.pw{height:13px;background-position:-4163px 0px}.vti__flag.py{height:11px;background-position:-4185px 0px}.vti__flag.qa{height:8px;background-position:-4207px 0px}.vti__flag.re{height:14px;background-position:-4229px 0px}.vti__flag.ro{height:14px;background-position:-4251px 0px}.vti__flag.rs{height:14px;background-position:-4273px 0px}.vti__flag.ru{height:14px;background-position:-4295px 0px}.vti__flag.rw{height:14px;background-position:-4317px 0px}.vti__flag.sa{height:14px;background-position:-4339px 0px}.vti__flag.sb{height:10px;background-position:-4361px 0px}.vti__flag.sc{height:10px;background-position:-4383px 0px}.vti__flag.sd{height:10px;background-position:-4405px 0px}.vti__flag.se{height:13px;background-position:-4427px 0px}.vti__flag.sg{height:14px;background-position:-4449px 0px}.vti__flag.sh{height:10px;background-position:-4471px 0px}.vti__flag.si{height:10px;background-position:-4493px 0px}.vti__flag.sj{height:15px;background-position:-4515px 0px}.vti__flag.sk{height:14px;background-position:-4537px 0px}.vti__flag.sl{height:14px;background-position:-4559px 0px}.vti__flag.sm{height:15px;background-position:-4581px 0px}.vti__flag.sn{height:14px;background-position:-4603px 0px}.vti__flag.so{height:14px;background-position:-4625px 0px}.vti__flag.sr{height:14px;background-position:-4647px 0px}.vti__flag.ss{height:10px;background-position:-4669px 0px}.vti__flag.st{height:10px;background-position:-4691px 0px}.vti__flag.sv{height:12px;background-position:-4713px 0px}.vti__flag.sx{height:14px;background-position:-4735px 0px}.vti__flag.sy{height:14px;background-position:-4757px 0px}.vti__flag.sz{height:14px;background-position:-4779px 0px}.vti__flag.ta{height:10px;background-position:-4801px 0px}.vti__flag.tc{height:10px;background-position:-4823px 0px}.vti__flag.td{height:14px;background-position:-4845px 0px}.vti__flag.tf{height:14px;background-position:-4867px 0px}.vti__flag.tg{height:13px;background-position:-4889px 0px}.vti__flag.th{height:14px;background-position:-4911px 0px}.vti__flag.tj{height:10px;background-position:-4933px 0px}.vti__flag.tk{height:10px;background-position:-4955px 0px}.vti__flag.tl{height:10px;background-position:-4977px 0px}.vti__flag.tm{height:14px;background-position:-4999px 0px}.vti__flag.tn{height:14px;background-position:-5021px 0px}.vti__flag.to{height:10px;background-position:-5043px 0px}.vti__flag.tr{height:14px;background-position:-5065px 0px}.vti__flag.tt{height:12px;background-position:-5087px 0px}.vti__flag.tv{height:10px;background-position:-5109px 0px}.vti__flag.tw{height:14px;background-position:-5131px 0px}.vti__flag.tz{height:14px;background-position:-5153px 0px}.vti__flag.ua{height:14px;background-position:-5175px 0px}.vti__flag.ug{height:14px;background-position:-5197px 0px}.vti__flag.um{height:11px;background-position:-5219px 0px}.vti__flag.us{height:11px;background-position:-5241px 0px}.vti__flag.uy{height:14px;background-position:-5263px 0px}.vti__flag.uz{height:10px;background-position:-5285px 0px}.vti__flag.va{height:15px;background-position:-5307px 0px}.vti__flag.vc{height:14px;background-position:-5324px 0px}.vti__flag.ve{height:14px;background-position:-5346px 0px}.vti__flag.vg{height:10px;background-position:-5368px 0px}.vti__flag.vi{height:14px;background-position:-5390px 0px}.vti__flag.vn{height:14px;background-position:-5412px 0px}.vti__flag.vu{height:12px;background-position:-5434px 0px}.vti__flag.wf{height:14px;background-position:-5456px 0px}.vti__flag.ws{height:10px;background-position:-5478px 0px}.vti__flag.xk{height:15px;background-position:-5500px 0px}.vti__flag.ye{height:14px;background-position:-5522px 0px}.vti__flag.yt{height:14px;background-position:-5544px 0px}.vti__flag.za{height:14px;background-position:-5566px 0px}.vti__flag.zm{height:14px;background-position:-5588px 0px}.vti__flag.zw{height:10px;background-position:-5610px 0px}.vti__flag{width:20px;height:15px;box-shadow:0 0 1px #888;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.vti__flag{background-image:url(data:image/png;base64,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)}}.vti__flag.np{background-color:transparent}.vue-tel-input{border-radius:3px;display:flex;border:1px solid #bbb;text-align:left}.vue-tel-input.disabled .selection,.vue-tel-input.disabled .dropdown,.vue-tel-input.disabled input{cursor:no-drop}.vue-tel-input:focus-within{box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999;border-color:#66afe9}.vti__dropdown{display:flex;flex-direction:column;align-content:center;justify-content:center;position:relative;padding:7px;cursor:pointer}.vti__dropdown.show{max-height:300px;overflow:scroll}.vti__dropdown.open{background-color:#f3f3f3}.vti__dropdown.disabled{cursor:no-drop;outline:none;background-color:#f3f3f3}.vti__dropdown:hover{background-color:#f3f3f3}.vti__selection{font-size:.8em;display:flex;align-items:center}.vti__selection .vti__country-code{color:#666}.vti__flag{margin-right:5px;margin-left:5px}.vti__dropdown-list{z-index:1;padding:0;margin:0;text-align:left;list-style:none;max-height:200px;overflow-y:scroll;position:absolute;left:-1px;background-color:#fff;border:1px solid #ccc;width:390px}.vti__dropdown-list.below{top:33px}.vti__dropdown-list.above{top:auto;bottom:100%}.vti__dropdown-arrow{transform:scaleY(.5);display:inline-block;color:#666}.vti__dropdown-item{cursor:pointer;padding:4px 15px}.vti__dropdown-item.highlighted{background-color:#f3f3f3}.vti__dropdown-item.last-preferred{border-bottom:1px solid #cacaca}.vti__dropdown-item .vti__flag{display:inline-block;margin-right:5px}.vti__input{border:none;border-radius:0 2px 2px 0;width:100%;outline:none;padding-left:7px}.vti__search_box{border:1px solid #ccc;width:94%;padding:7px;margin:2px}.vue-tel-input{height:40px;background-color:var(--eeb7a422)!important;font-family:var(--a888ee48)!important;border-radius:4px!important;border:1px solid var(--5484c5f6)!important}.vti__input{background-color:var(--eeb7a422)!important;color:var(--7d40b955)!important;font-size:14px!important}.blocks-renderer[data-v-8cf764fe]{--pc-block-renderer-title-color: var(--03370e4d);--pc-block-renderer-text-color: var(--b11e1506);--pc-input-color: var(--6774b475);display:grid;flex-direction:row}.blocks-renderer>.block-wrapper[data-v-8cf764fe]{margin-bottom:1.1em}.blocks-renderer>.block-wrapper[data-v-8cf764fe]:last-child{margin-bottom:0}.blocks-renderer>.block-wrapper[block-type=spacer][data-v-8cf764fe]{margin-bottom:0}.blocks-renderer>.block-wrapper.image-only-popup[data-v-8cf764fe]{margin-bottom:0}.blocks-renderer .block.text-block[data-v-8cf764fe] h1{color:var(--pc-block-renderer-title-color);font-size:2em;margin-bottom:.3em;font-family:inherit;text-transform:none!important}.blocks-renderer .block.text-block[data-v-8cf764fe] h2{color:var(--pc-block-renderer-title-color);font-size:1.5em;margin-bottom:.3em;font-family:inherit;text-transform:none!important}.blocks-renderer .block.text-block[data-v-8cf764fe] p{color:var(--pc-block-renderer-text-color);font-size:.9em;margin-bottom:.3em;min-height:1px;font-family:inherit;text-transform:none!important}.blocks-renderer .block.text-block[data-v-8cf764fe] strong{font-weight:700}.blocks-renderer .block.text-block[data-v-8cf764fe] em{font-style:italic}.blocks-renderer .block.text-block[data-v-8cf764fe] u,.blocks-renderer .block.text-block[data-v-8cf764fe] u span{-webkit-text-decoration:underline;text-decoration:underline}.blocks-renderer .block.text-block[data-v-8cf764fe] mark{padding:0 5px;line-height:1.15em;-moz-box-decoration-break:clone;-webkit-box-decoration-break:clone;box-decoration-break:clone}.blocks-renderer .block-content-image[data-v-8cf764fe]{font-size:0}.blocks-renderer .block-sticker[data-v-8cf764fe]{display:flex;justify-content:center}.blocks-renderer .block.image-block[data-v-8cf764fe]{margin:auto}.blocks-renderer .block-content[data-v-8cf764fe]{-webkit-text-decoration:none;text-decoration:none}.blocks-renderer .block-content form[data-v-8cf764fe]{display:grid;grid-gap:.7em;gap:.7em;max-width:max(300px,min(70%,500px));margin:0 auto}.blocks-renderer .block-content form .form-block-input-group[data-v-8cf764fe]{position:relative}.blocks-renderer .block-content form .bar-input-form[data-v-8cf764fe]{position:relative;display:flex;align-items:center}.blocks-renderer .block-content form .bar-input-form .error-box[data-v-8cf764fe]{position:absolute;right:0;bottom:0;background-color:red;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;border-radius:4px}.blocks-renderer .block-content form .icon[data-v-8cf764fe]{position:absolute;font-size:18px;left:10px;z-index:2147483647}.blocks-renderer .block-content form .input-wrapper[data-v-8cf764fe]{position:relative;width:100%}.blocks-renderer .block-content form .input-wrapper input.form-block-input[data-v-8cf764fe]{height:40px!important;width:100%!important;text-indent:36px!important;font-weight:400!important;font-size:14px!important;line-height:1em!important;border-radius:var(--pc-bar-common-radius)!important;border-width:1px!important;border-style:solid!important;transition:.4s all!important;position:relative!important}.blocks-renderer .block-content form .input-wrapper input.form-block-input[data-v-8cf764fe]:focus{outline:none!important;border:2px solid var(--pc-input-color)!important}.blocks-renderer .block-content form .input-wrapper input.form-block-input[data-v-8cf764fe]::-moz-placeholder{color:var(--2fbdbbb2)!important;font-size:14px!important;opacity:.65!important}.blocks-renderer .block-content form .input-wrapper input.form-block-input[data-v-8cf764fe]::placeholder{color:var(--2fbdbbb2)!important;font-size:14px!important;opacity:.65!important}.blocks-renderer .block-content form .input-wrapper .tooltip[data-v-8cf764fe]{position:absolute;display:none;bottom:-22px;right:0;z-index:2147483647;background-color:red;color:#fff;font-size:.65em;padding:2px 4px;border-radius:4px;transition:.4s all}.blocks-renderer .block-content form .input-wrapper:hover .tooltip[data-v-8cf764fe]{display:block}.blocks-renderer .block-content .social-networks-block[data-v-8cf764fe]{display:grid;grid-auto-flow:column;grid-gap:1em;gap:1em;justify-content:center}.blocks-renderer .block-content hr[data-v-8cf764fe]{border:1px solid var(--b11e1506)!important;opacity:.25!important;margin:1.25em 0!important}.blocks-renderer .block-content .spacer-block[data-v-8cf764fe]{width:100%!important;display:block!important}.blocks-renderer .block-img img[data-v-8cf764fe]{height:auto;-o-object-fit:cover;object-fit:cover;min-height:200px;background-color:#f0f0f0}.pop-content-blocks[data-v-8a71c5d5]{--pc-background-image: var(--029dc55f);--pc-main-padding: var(--1f915ff0);padding:var(--1f915ff0);padding:var(--pc-main-padding);text-align:center;position:relative;border-radius:var(--pc-bar-common-radius);overflow-x:hidden;overflow-y:scroll;box-shadow:0 0 20px -3px #0000001f,0 4px 6px -2px #0000000d;background-color:var(--4d1a6935);background-image:var(--029dc55f);background-image:var(--pc-background-image);background-size:cover;max-height:90vh;overflow-y:auto;min-width:200px;width:100%}.pop-content-blocks .pop-thanks-container[data-v-8a71c5d5]{display:grid;align-items:center;grid-gap:2em;gap:2em}.wheel-spin-container[data-v-8a71c5d5]{display:flex;flex-direction:column;align-items:center;justify-content:center}.wheel-spin-container .spin-text[data-v-8a71c5d5]{margin-bottom:1em}.wheel-spin-container .pop-thanks-text[data-v-8a71c5d5],.pop-thanks-container .pop-thanks-text[data-v-8a71c5d5],.wheel-spin-container .spin-text[data-v-8a71c5d5],.pop-thanks-container .spin-text[data-v-8a71c5d5]{color:var(--4019ddb2)}.wheel-spin-container[data-v-8a71c5d5] h1,.pop-thanks-container[data-v-8a71c5d5] h1{color:var(--pc-block-renderer-title-color);font-size:1.5em;margin-bottom:.3em}.wheel-spin-container[data-v-8a71c5d5] h2,.pop-thanks-container[data-v-8a71c5d5] h2{color:var(--pc-block-renderer-title-color);font-size:1.1em;margin-bottom:.3em}.wheel-spin-container[data-v-8a71c5d5] p,.pop-thanks-container[data-v-8a71c5d5] p{color:var(--pc-block-renderer-text-color);font-size:.9em;margin-bottom:.3em;min-height:1px}.wheel-spin-container[data-v-8a71c5d5] strong,.pop-thanks-container[data-v-8a71c5d5] strong{font-weight:700}.wheel-spin-container[data-v-8a71c5d5] em,.pop-thanks-container[data-v-8a71c5d5] em{font-style:italic}.wheel-spin-container[data-v-8a71c5d5] u,.pop-thanks-container[data-v-8a71c5d5] u,.wheel-spin-container[data-v-8a71c5d5] u span,.pop-thanks-container[data-v-8a71c5d5] u span{-webkit-text-decoration:underline;text-decoration:underline}.wheel-spin-container[data-v-8a71c5d5] mark,.pop-thanks-container[data-v-8a71c5d5] mark{padding:0 5px;line-height:1.15em;-moz-box-decoration-break:clone;-webkit-box-decoration-break:clone;box-decoration-break:clone}.pop-content-blocks.isWheelCampaign[data-v-8a71c5d5]{background-image:none;background-color:transparent}.wheel-parent[data-v-31b88d5f]{display:flex;align-items:center;justify-content:start;position:relative;overflow:hidden;height:240px}.wheel-parent .fade-in[data-v-31b88d5f]{animation:fadeInPC 2s}.wheel-parent .font-renderer[data-v-31b88d5f]{position:absolute;left:-9999px;font-family:var(--5b100637);font-size:1px!important}.wheel-parent canvas[data-v-31b88d5f]{font-size:40px}@media (min-width: 768px){.wheel-parent[data-v-31b88d5f]{height:100%}}.wheel-parent .wheel-container[data-v-31b88d5f]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;width:100%;overflow:hidden}@media (min-width: 768px){.wheel-parent .wheel-container[data-v-31b88d5f]{padding:1em;width:300px;height:100%}}.wheel-parent .wheel-container .wheel-wrapper[data-v-31b88d5f]{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;width:400px;height:400px;bottom:-20px;right:20px}@media (min-width: 768px){.wheel-parent .wheel-container .wheel-wrapper[data-v-31b88d5f]{height:500px;width:500px;bottom:0;right:0}}.wheel-parent .wheel-container .wheel-wrapper.right[data-v-31b88d5f],.wheel-parent .wheel-container .wheel-wrapper.right .img-logo[data-v-31b88d5f]{rotate:180deg}.wheel-parent .wheel-container .img-logo[data-v-31b88d5f]{position:absolute;width:36px;height:36px;background-color:#fff;background-size:cover;border-radius:50%;background-position:center;box-shadow:0 0 10px #0000001a}@media (min-width: 768px){.wheel-parent .wheel-container .img-logo[data-v-31b88d5f]{width:50px;height:50px}}@media (min-width: 768px){.wheel-parent.right .wheel-wrapper[data-v-31b88d5f]{left:2px}.wheel-parent.left .wheel-wrapper[data-v-31b88d5f]{right:2px}}.wheel-icon-container[data-v-31b88d5f]{flex:none;position:absolute;z-index:1000000000;margin-right:14px;bottom:40px;right:51px;transform:rotate(45deg)}@media (min-width: 768px){.wheel-icon-container[data-v-31b88d5f]{display:block;bottom:0;right:0;position:relative;margin-right:0;transform:rotate(0)}}.modal-backdrop[data-v-1edfe951]{--pc-pop-z-index: 2147483647;--pc-pop-hero-padding: var(--acd7fd72);font-family:var(--32f2af22);position:fixed;z-index:2147483647;z-index:var(--pc-pop-z-index);width:auto;height:auto}.modal-backdrop.fullscreen[data-v-1edfe951]{display:flex;align-items:center;justify-content:center;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.modal-card[data-v-1edfe951]{background-color:var(--b8bb92d6);border:var(--ea310728);cursor:default;position:relative;border-radius:var(--pc-bar-common-radius);margin:1em;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:90vh;width:100%;max-width:var(--5a82539c);width:90%}@media (min-width: 768px){.modal-card[data-v-1edfe951]{min-width:var(--68e03a04)}}.modal-card .main-close-button[data-v-1edfe951]:hover{opacity:.9}.modal-card .modal-content[data-v-1edfe951]{overflow-y:auto;border:none;width:100%;height:100%!important;margin:0;background:none;-ms-overflow-style:none!important;scrollbar-width:none!important}.modal-card .modal-content[data-v-1edfe951]::-webkit-scrollbar{display:none!important}.modal-card .promo-cta-wrapper[data-v-1edfe951]{display:grid;grid-auto-flow:column;grid-gap:1em;gap:1em;align-items:center}.modal-card.wheel[data-v-1edfe951]{background-color:var(--b8bb92d6);background-image:var(--53308a82);background-position:center;background-size:cover}.modal-hero-container[data-v-1edfe951]{--pc-modal-hero-ideal-height: 200px;--pc-modal-hero-ideal-width: 300px;--pc-modal-hero-ideal-width-large: 400px}.modal-hero-container[show-hero=true] .modal-hero-image[data-v-1edfe951]{overflow:hidden;background-image:var(--504f3673);background-size:cover;background-position:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block}.modal-hero-container[show-hero=true] .modal-content[data-v-1edfe951]{padding:var(--pc-pop-hero-padding);background:none}.modal-hero-container[show-wheel=true][data-v-1edfe951]{display:flex;flex-direction:column}@media (min-width: 768px){.modal-hero-container[show-wheel=true][data-v-1edfe951]{flex-direction:row;align-items:center}}.modal-hero-container[show-wheel=true] .modal-wheel[data-v-1edfe951]{display:block;width:100%}@media (min-width: 768px){.modal-hero-container[show-wheel=true] .modal-wheel[data-v-1edfe951]{height:500px;width:300px}}@media (min-width: 768px){.modal-hero-container[show-wheel-right=true][data-v-1edfe951]{flex-direction:row-reverse}}.modal-hero-container[layout-type=top] .modal-hero-image[data-v-1edfe951]{width:100%;height:var(--pc-modal-hero-ideal-height);margin-bottom:calc(var(--pc-pop-hero-padding) * -3);border-radius:var(--pc-bar-common-radius) var(--pc-bar-common-radius) 0 0}.modal-hero-container[layout-type=left][data-v-1edfe951],.modal-hero-container[layout-type=right][data-v-1edfe951]{--pc-modal-hero-h-offset:max(var(--pc-pop-hero-padding) * -3, var(--pc-bar-common-radius))}.modal-hero-container[layout-type=left] .modal-hero-image[data-v-1edfe951],.modal-hero-container[layout-type=right] .modal-hero-image[data-v-1edfe951]{min-height:100%;width:var(--pc-modal-hero-ideal-width);display:block}@media (min-width: 768px){.modal-hero-container[layout-type=left] .modal-hero-image[data-v-1edfe951],.modal-hero-container[layout-type=right] .modal-hero-image[data-v-1edfe951]{width:var(--pc-modal-hero-ideal-width-large)}}.modal-hero-container[layout-type=left] .modal-hero-image[data-v-1edfe951]{border-radius:0 var(--pc-bar-common-radius) var(--pc-bar-common-radius) 0}.modal-hero-container[layout-type=right] .modal-hero-image[data-v-1edfe951]{border-radius:var(--pc-bar-common-radius) 0 0 var(--pc-bar-common-radius)}.bounce-enter-active[data-v-1edfe951]{animation:bounce-in-1edfe951 .25s}.bounce-leave-active[data-v-1edfe951]{animation:bounce-in-1edfe951 .5s reverse}@keyframes bounce-in-1edfe951{0%{opacity:.5;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.slide-enter-active[data-v-1edfe951]{animation:slide-in-1edfe951 .25s}.slide-leave-active[data-v-1edfe951]{animation:slide-in-1edfe951 .5s reverse}@keyframes slide-in-1edfe951{0%{opacity:.5;transform:translate(var(--7d3b805a))}50%{transform:translate(10%)}to{opacity:1;transform:translate(0)}}.bounce-slide-enter-active[data-v-1edfe951]{animation:bounce-slide-in-1edfe951 .25s}.bounce-slide-leave-active[data-v-1edfe951]{animation:bounce-slide-in-1edfe951 .5s reverse}@keyframes bounce-slide-in-1edfe951{0%{opacity:.5;transform:scale(.8) translate(var(--7d3b805a))}50%{transform:scale(1.1) translate(10%)}to{opacity:1;transform:scale(1) translate(0)}}.modal-card[data-v-1edfe951]{background-color:var(--b8bb92d6);cursor:default;position:relative;margin:1em;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:90vh}.modal-card .modal-close-button[data-v-1edfe951]{position:absolute;top:var(--7ca2ed21);right:var(--7ca2ed21);cursor:pointer;z-index:1}.modal-card .modal-close-button[is-mobile=true][data-v-1edfe951]{right:var(--7b5a4d23);top:var(--7b5a4d23)}.modal-card .close-button[data-v-1edfe951]{cursor:pointer;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;left:-4px;top:4px;display:flex;justify-content:center;align-items:center}.modal-card .close-button .icon[data-v-1edfe951]{margin:3px;font-size:1.3em}.modal-card .close-button[minimal=false] .icon[data-v-1edfe951]{color:#000}@media (min-width: 768px){.modal-card .close-button[data-v-1edfe951]:hover,.modal-card .close-button[data-v-1edfe951]:not([minimal=true]){background-color:#fff;box-shadow:0 0 0 1px #0000001a;color:#000}.modal-card .close-button:hover .icon[data-v-1edfe951]{color:#000}}.modal-card .close-button[is-mobile=true][data-v-1edfe951]{font-size:1.5em;background:white;box-shadow:0 0 0 1px #0000001a}.modal-card .close-button[is-mobile=true] .icon[data-v-1edfe951]{color:#000;margin:2px}.modal-card .modal-content[data-v-1edfe951]{min-width:200px;overflow-y:auto}.modal-card .promo-section[data-v-1edfe951]{display:flex;position:absolute;top:-30px;left:10px}.modal-card .promo-wrapper[data-v-1edfe951]{flex:none;display:grid;grid-auto-flow:column;grid-gap:1em;gap:1em;align-items:center;margin-right:12px}.modal-card .logo[data-v-1edfe951]{width:100px}.modal-hero-container[show-hero=true][data-v-1edfe951]{display:flex}.modal-hero-container[show-hero=true] .modal-hero-image[data-v-1edfe951]{overflow:hidden;background-size:cover;background-position:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-hero-container[layout-type=top][data-v-1edfe951]{flex-direction:column}.modal-hero-container[layout-type=top] .modal-hero-image[data-v-1edfe951]{width:100%}.modal-hero-container[layout-type=left] .modal-hero-image[data-v-1edfe951],.modal-hero-container[layout-type=right] .modal-hero-image[data-v-1edfe951]{min-height:100%}.modal-hero-container[layout-type=left][data-v-1edfe951]{flex-direction:row-reverse}.modal-hero-container[layout-type=right][data-v-1edfe951]{flex-direction:row}.social-pop[data-v-7f6f2d18]{display:flex;align-items:center;gap:.5em;position:relative;box-shadow:0 0 10px #0000001a;width:320px;padding:.35em 1em .35em .35em;cursor:pointer}.social-pop img[data-v-7f6f2d18]{width:3.5em;height:3.5em;flex:none}.social-pop .empty[data-v-7f6f2d18]{flex:none;width:3.5em;height:3.5em;display:flex;align-items:center;justify-content:center;background-color:#f1f5f9}.social-pop p.first[data-v-7f6f2d18]{font-size:14px;font-weight:600}.social-pop p.second[data-v-7f6f2d18]{opacity:.8;font-size:12px;margin:2px 0}.social-pop span[data-v-7f6f2d18]{font-size:12px;opacity:.5}@media (min-width: 768px){.social-pop.small[data-v-7f6f2d18]{width:320px;padding:.35em 1em .35em .35em}.social-pop.small .img[data-v-7f6f2d18]{width:3.5em;height:3.5em}.social-pop.small p.first[data-v-7f6f2d18]{font-size:14px}.social-pop.small p.second[data-v-7f6f2d18],.social-pop.small span[data-v-7f6f2d18]{font-size:12px}.social-pop.medium[data-v-7f6f2d18]{width:420px;padding:.5em 1.5em .5em .5em}.social-pop.medium .img[data-v-7f6f2d18]{width:5em;height:5em}.social-pop.medium p.first[data-v-7f6f2d18]{font-size:16px}.social-pop.medium p.second[data-v-7f6f2d18],.social-pop.medium span[data-v-7f6f2d18]{font-size:14px}.social-pop.large[data-v-7f6f2d18]{width:500px;padding:.75em 2em .75em .75em}.social-pop.large .img[data-v-7f6f2d18]{width:6em;height:6em}.social-pop.large p.first[data-v-7f6f2d18]{font-size:20px}.social-pop.large p.second[data-v-7f6f2d18],.social-pop.large span[data-v-7f6f2d18]{font-size:16px}}.close[data-v-7f6f2d18]{position:absolute;opacity:.5;right:-4px;top:-4px;width:1.5em;height:1.5em;display:flex;align-items:center;justify-content:center;background-color:var(--11c34447);color:var(--a05d5174);border-radius:50%;cursor:pointer;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.proof-container[data-v-d6a76909]{position:fixed;display:block;z-index:999999999999999999999}.proof-container.top[data-v-d6a76909]{top:1em;left:50%;transform:translate(-50%)}.proof-container.bottom[data-v-d6a76909]{bottom:1em;left:50%;transform:translate(-50%)}@media (min-width: 768px){.proof-container.bottom-right[data-v-d6a76909]{bottom:1.5em;right:1.5em;top:auto;left:auto;transform:none}.proof-container.bottom-left[data-v-d6a76909]{bottom:1.5em;left:1.5em;top:auto;right:auto;transform:none}.proof-container.top-right[data-v-d6a76909]{top:1.5em;right:1.5em;bottom:auto;left:auto;transform:none}.proof-container.top-left[data-v-d6a76909]{top:1.5em;left:1.5em;bottom:auto;right:auto;transform:none}}.pc-notice[data-v-41fdd097]{display:flex;align-items:center;gap:12px;padding:8px 12px;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:6px;color:#92400e;font-size:12px;box-shadow:0 1px 3px #0000001a;position:fixed;bottom:10px;left:10px;z-index:2147483647;width:auto}.notice-text[data-v-41fdd097]{margin:0;white-space:nowrap}.text-column[data-v-41fdd097]{display:flex;flex-direction:column;gap:2px}.close-button[data-v-41fdd097]{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#92400e;display:flex;align-items:center;justify-content:center;font-size:16px;align-self:center}.close-button[data-v-41fdd097]:hover{background-color:#92400e1a}')})();