<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1" id="wixDesktopViewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Wix.com Website Builder"/>
<link rel="icon" sizes="192x192" href="https://www.wix.com/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="https://www.wix.com/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" href="https://www.wix.com/favicon.ico" type="image/x-icon"/>
<!-- Safari Pinned Tab Icon -->
<!-- <link rel="mask-icon" href="https://www.wix.com/favicon.ico"> -->
<!-- Segmenter Polyfill -->
<script>
if (!window.Intl || !window.Intl.Segmenter) {
(function() {
var script = document.createElement('script');
script.src = 'https://static.parastorage.com/unpkg/@formatjs/intl-segmenter@11.7.10/polyfill.iife.js';
document.head.appendChild(script);
})();
}
</script>
<!-- Legacy Polyfills -->
<script nomodule="" src="https://static.parastorage.com/unpkg/core-js-bundle@3.2.1/minified.js"></script>
<script nomodule="" src="https://static.parastorage.com/unpkg/focus-within-polyfill@5.0.9/dist/focus-within-polyfill.js"></script>
<!-- Performance API Polyfills -->
<script>
(function () {
var noop = function noop() {};
if ("performance" in window === false) {
window.performance = {};
}
window.performance.mark = performance.mark || noop;
window.performance.measure = performance.measure || noop;
if ("now" in window.performance === false) {
var nowOffset = Date.now();
if (performance.timing && performance.timing.navigationStart) {
nowOffset = performance.timing.navigationStart;
}
window.performance.now = function now() {
return Date.now() - nowOffset;
};
}
})();
</script>
<!-- Essential Viewer Model -->
<script type="application/json" id="wix-essential-viewer-model">{"fleetConfig":{"fleetName":"thunderbolt-renderer-gradual","type":"Rollout","code":1},"mode":{"qa":false,"enableTestApi":false,"debug":false,"ssrIndicator":false,"ssrOnly":false,"siteAssetsFallback":"enable","versionIndicator":false},"componentsLibrariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14966.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14966.0"}],"siteFeaturesConfigs":{"sessionManager":{"isRunningInDifferentSiteContext":false}},"language":{"userLanguage":"fr"},"siteAssets":{"clientTopology":{"mediaRootUrl":"https:\/\/static.wixstatic.com","scriptsUrl":"static.parastorage.com","staticMediaUrl":"https:\/\/static.wixstatic.com\/media","moduleRepoUrl":"https:\/\/static.parastorage.com\/unpkg","fileRepoUrl":"https:\/\/static.parastorage.com\/services","viewerAppsUrl":"https:\/\/viewer-apps.parastorage.com","viewerAssetsUrl":"https:\/\/viewer-assets.parastorage.com","siteAssetsUrl":"https:\/\/siteassets.parastorage.com","pageJsonServerUrls":["https:\/\/pages.parastorage.com","https:\/\/staticorigin.wixstatic.com","https:\/\/fallback.wix.com\/wix-html-editor-pages-webapp\/page"],"pathOfTBModulesInFileRepoForFallback":"wix-thunderbolt\/dist\/"}},"siteFeatures":["accessibility","appMonitoring","assetsLoader","businessLogger","captcha","clickHandlerRegistrar","commonConfig","componentsLoader","componentsRegistry","consentPolicy","contentReflow","cyclicTabbing","domSelectors","domStore","dynamicPages","environmentWixCodeSdk","environment","lightbox","locationWixCodeSdk","mpaNavigation","navigationManager","navigationPhases","ooi","pages","panorama","protectedPages","renderer","reporter","routerFetch","router","scrollRestoration","seoWixCodeSdk","seo","sessionManager","siteMembersWixCodeSdk","siteMembers","siteScrollBlocker","siteWixCodeSdk","speculationRules","ssrCache","stores","structureApi","thunderboltInitializer","tpaCommons","translations","usedPlatformApis","warmupData","windowMessageRegistrar","windowWixCodeSdk","wixCustomElementComponent","wixEmbedsApi","componentsReact","platform"],"site":{"externalBaseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","isSEO":false},"media":{"staticMediaUrl":"https:\/\/static.wixstatic.com\/media","mediaRootUrl":"https:\/\/static.wixstatic.com\/","staticVideoUrl":"https:\/\/video.wixstatic.com\/"},"requestUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/vente-en-gros-piment-cinq-couleurs","rollout":{"siteAssetsVersionsRollout":false,"isDACRollout":0,"isTBRollout":true},"commonConfig":{"brand":"wix","host":"VIEWER","bsi":"","consentPolicy":{},"consentPolicyHeader":{},"siteRevision":"269","renderingFlow":"NONE","language":"fr","locale":"fr-sn"},"interactionSampleRatio":0.01,"accessTokensUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/_api\/v1\/access-tokens","experiments":{"specs.thunderbolt.hardenFetchAndXHR":true,"specs.thunderbolt.securityExperiments":true,"specs.thunderbolt.browserCacheReload":true,"specs.thunderbolt.addIdAsClassName":true,"specs.thunderbolt.removeDynamicModelTopology":true,"specs.thunderbolt.usePrerenderUntilScript":true,"specs.thunderbolt.textScaleAdjust":true,"specs.thunderbolt.adjustForPrerenderActivation":true}}</script>
<script>window.viewerModel = JSON.parse(document.getElementById('wix-essential-viewer-model').textContent)</script>
<!-- Globals Definitions -->
<script>
(function () {
var now = Date.now()
var activationStart = 0
if (window.viewerModel && window.viewerModel.experiments && window.viewerModel.experiments['specs.thunderbolt.adjustForPrerenderActivation']) {
try {
var navEntry = performance.getEntriesByType('navigation')[0];
if (navEntry && navEntry.activationStart > 0) {
activationStart = navEntry.activationStart;
}
} catch (e) {}
}
window.initialTimestamps = {
initialTimestamp: now,
// initialRequestTimestamp approximates when the navigation started.
// activationStart is added to account for prerendered pages: the page may have been
// created well before the user actually navigated, and activationStart marks when
// the prerendered page was activated (made visible). Adding it shifts timeOrigin
// forward to reflect the real navigation time. For non-prerendered pages activationStart is 0.
initialRequestTimestamp: Math.round(performance.timeOrigin ? performance.timeOrigin + activationStart : now - performance.now() + activationStart)
}
window.thunderboltTag = "QA_READY"
window.thunderboltVersion = "1.16997.0"
})();
</script>
<script>
window.commonConfig = viewerModel.commonConfig
</script>
<!-- BEGIN handleAccessTokens bundle -->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/handleAccessTokens.inline.dc220a1a.bundle.min.js">(()=>{"use strict";let e,t,r,o;var n={},i={};function l(e){var t=i[e];if(void 0!==t)return t.exports;var r=i[e]={exports:{}};return n[e](r,r.exports,l),r.exports}function a(e){let{context:t,property:r,value:o,enumerable:n=!0}=e,i=e.get,l=e.set;if(!r||void 0===o&&!i&&!l)return Error("property and value are required");let a=t||globalThis,s=a?.[r],u={};if(void 0!==o)u.value=o;else{if(i){let e=c(i);e&&(u.get=e)}if(l){let e=c(l);e&&(u.set=e)}}let p={...u,enumerable:n||!1,configurable:!1};void 0!==o&&(p.writable=!1);try{Object.defineProperty(a,r,p)}catch(e){return e instanceof TypeError?s:e}return s}function c(e,t){return"function"==typeof e?e:e?.async===!0&&"function"==typeof e.func?t?async function(t){return e.func(t)}:async function(){return e.func()}:"function"==typeof e?.func?e.func:void 0}l.rv=()=>"1.6.6",l.ruid="bundler=rspack@1.6.6";try{a({property:"strictDefine",value:a})}catch{}try{a({property:"defineStrictObject",value:function e(t){let{context:r,property:o,propertiesToExclude:n=[],skipPrototype:i=!1,hardenPrototypePropertiesToExclude:l=[]}=t;if(!o)return Error("property is required");let c=(r||globalThis)[o],p={},f=u(r,o);c&&("object"==typeof c||"function"==typeof c)&&Reflect.ownKeys(c).forEach(e=>{if(!n.includes(e)&&!s.includes(e)){let t=u(c,e);if(t&&(t.writable||t.configurable)){let{value:r,get:o,set:n,enumerable:i=!1}=t,l={};void 0!==r?l.value=r:o?l.get=o:n&&(l.set=n);try{let t=a({context:c,property:e,...l,enumerable:i});p[e]=t}catch(r){if(r instanceof TypeError)try{p[e]=t.value||t.get||t.set}catch{}else throw r}}}});let d={originalObject:c,originalProperties:p};if(!i&&c?.prototype!==void 0){let t=e({context:c,property:"prototype",propertiesToExclude:l,skipPrototype:!0});t instanceof Error||(d.originalPrototype=t?.originalObject,d.originalPrototypeProperties=t?.originalProperties)}return a({context:r,property:o,value:c,enumerable:f?.enumerable}),d}})}catch{}try{a({property:"defineStrictMethod",value:function(e,t){let r=(t||globalThis)[e],o=u(t||globalThis,e);return r&&o&&(o.writable||o.configurable)?(Object.freeze(r),a({context:globalThis,property:e,value:r})):r}})}catch{}var s=["toString","toLocaleString","valueOf","constructor","prototype"];function u(e,t){if(!(!e||!t))try{return Reflect.getOwnPropertyDescriptor(e,t)}catch{return}}function p(e){if("string"!=typeof e)return e;try{return decodeURIComponent(e).toLowerCase().trim()}catch{return e.toLowerCase().trim()}}function f(e,t){let r="";if("string"==typeof e)r=e.split("=")[0]?.trim()||"";else{if(!e||"string"!=typeof e.name)return!1;r=e.name}return t.has(p(r)||"")}function d(e,t){return("string"==typeof e?e.split(";").map(e=>e.trim()).filter(e=>e.length>0):e||[]).filter(e=>!f(e,t))}var y=null;function g(){return null===y&&(y=typeof Document>"u"?void 0:Object.getOwnPropertyDescriptor(Document.prototype,"cookie")),y}let b=(e,t)=>{try{let r=t?t.get.call(document):document.cookie;return r.split(";").map(e=>e.trim()).filter(t=>t?.startsWith(e))[0]?.split("=")[1]}catch(e){return""}},h=(e="",t="",r="/")=>`${e}=; ${t?`domain=${t};`:""} max-age=0; path=${r}; expires=Thu, 01 Jan 1970 00:00:01 GMT`;function m(e,t){try{return sessionStorage[e]("reload",t||"")}catch(e){console.error("ATS: Error calling sessionStorage:",e)}}let v="client-session-bind",w="sec-fetch-unsupported",{experiments:T}=window.viewerModel,{cookie:S}=(e=new Set([v,"client-binding",w,"svSession","smSession","server-session-bind","wixSession2","wixSession3"].map(e=>e.toLowerCase())),a({context:document,property:"cookie",set:{func:t=>{var r,o;let n,i;return r=document,o=void 0,n=g(),i=p(t.split(";")[0]||"")||"",void([...e].every(e=>!i.startsWith(e.toLowerCase()))&&n?.set?n.set.call(r,t):o&&console.warn(o))}},get:{func:()=>(function(e,t){let r=g();if(!r?.get)throw Error("Cookie descriptor or getter not available");return d(r.get.call(e),t).join("; ")})(document,e)},enumerable:!0}),{cookieStore:function(e,t){if(!globalThis?.cookieStore)return;let r=globalThis.cookieStore.get.bind(globalThis.cookieStore),o=globalThis.cookieStore.getAll.bind(globalThis.cookieStore),n=globalThis.cookieStore.set.bind(globalThis.cookieStore),i=globalThis.cookieStore.delete.bind(globalThis.cookieStore);return a({context:globalThis.CookieStore.prototype,property:"get",value:async function(t){return f(("string"==typeof t?t:t.name)||"",e)?null:r.call(this,t)},enumerable:!0}),a({context:globalThis.CookieStore.prototype,property:"getAll",value:async function(){let t=await o.apply(this,Array.from(arguments));return d(t,e)},enumerable:!0}),a({context:globalThis.CookieStore.prototype,property:"set",value:async function(){let r=Array.from(arguments);if(!f(1===r.length?r[0].name:r[0],e))return n.apply(this,r);t&&console.warn(t)},enumerable:!0}),a({context:globalThis.CookieStore.prototype,property:"delete",value:async function(){let t=Array.from(arguments);if(!f(1===t.length?t[0].name:t[0],e))return i.apply(this,t)},enumerable:!0}),a({context:globalThis.cookieStore,property:"prototype",value:globalThis.CookieStore.prototype,enumerable:!1}),a({context:globalThis,property:"cookieStore",value:globalThis.cookieStore,enumerable:!0}),{get:r,getAll:o,set:n,delete:i}}(e,void 0),cookie:g()}),k="tbReady",x="security_overrideGlobals",{experiments:E,siteFeaturesConfigs:P,accessTokensUrl:C}=window.viewerModel,D={},M=(t=b(v,S),T["specs.thunderbolt.browserCacheReload"]&&(b(w,S)||t?m("removeItem"):function(){if("undefined"!=typeof window){let e=performance.getEntriesByType("navigation")[0];return"back_forward"===(e?.type||"")}return!1}()&&function(){let{counter:e}=function(){let e=m("getItem");if(e){let[t,r]=e.split("-"),o=r?parseInt(r,10):0;if(o>=3){let e=t?Number(t):0;if(Date.now()-e>6e4)return{counter:0}}return{counter:o}}return{counter:0}}();e<3?(function(e=1){m("setItem",`${Date.now()}-${e}`)}(e+1),window.location.reload()):console.error("ATS: Max reload attempts reached")}()),r=h(v),o=h(v,location.hostname),S.set.call(document,r),S.set.call(document,o),t);M&&(D["client-binding"]=M);let O=fetch;addEventListener(k,function e(t){let{logger:r}=t.detail;try{window.tb.init({fetch:O,fetchHeaders:D})}catch(t){let e=Error("TB003");r.meter(`${x}_${e.message}`,{paramsOverrides:{errorType:x,eventString:e.message}}),window?.viewerModel?.mode.debug&&console.error(t)}finally{removeEventListener(k,e)}}),E["specs.thunderbolt.hardenFetchAndXHR"]||(window.fetchDynamicModel=()=>P.sessionManager.isRunningInDifferentSiteContext?Promise.resolve({}):fetch(C,{credentials:"same-origin",headers:D}).then(function(e){if(!e.ok)throw Error(`[${e.status}]${e.statusText}`);return e.json()}),window.dynamicModelPromise=window.fetchDynamicModel())})();
//# sourceMappingURL=handleAccessTokens.inline.dc220a1a.bundle.min.js.map</script>
<!-- END handleAccessTokens bundle -->
<!-- BEGIN overrideGlobals bundle -->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/overrideGlobals.inline.306e90d8.bundle.min.js">(()=>{"use strict";var e={},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,r),i.exports}function o(e){let{context:t,property:r,value:o,enumerable:i=!0}=e,c=e.get,a=e.set;if(!r||void 0===o&&!c&&!a)return Error("property and value are required");let l=t||globalThis,s=l?.[r],u={};if(void 0!==o)u.value=o;else{if(c){let e=n(c);e&&(u.get=e)}if(a){let e=n(a);e&&(u.set=e)}}let p={...u,enumerable:i||!1,configurable:!1};void 0!==o&&(p.writable=!1);try{Object.defineProperty(l,r,p)}catch(e){return e instanceof TypeError?s:e}return s}function n(e,t){return"function"==typeof e?e:e?.async===!0&&"function"==typeof e.func?t?async function(t){return e.func(t)}:async function(){return e.func()}:"function"==typeof e?.func?e.func:void 0}r.rv=()=>"1.6.6",r.ruid="bundler=rspack@1.6.6";try{o({property:"strictDefine",value:o})}catch{}try{o({property:"defineStrictObject",value:c})}catch{}try{o({property:"defineStrictMethod",value:a})}catch{}var i=["toString","toLocaleString","valueOf","constructor","prototype"];function c(e){let{context:t,property:r,propertiesToExclude:n=[],skipPrototype:a=!1,hardenPrototypePropertiesToExclude:s=[]}=e;if(!r)return Error("property is required");let u=(t||globalThis)[r],p={},f=l(t,r);u&&("object"==typeof u||"function"==typeof u)&&Reflect.ownKeys(u).forEach(e=>{if(!n.includes(e)&&!i.includes(e)){let t=l(u,e);if(t&&(t.writable||t.configurable)){let{value:r,get:n,set:i,enumerable:c=!1}=t,a={};void 0!==r?a.value=r:n?a.get=n:i&&(a.set=i);try{let t=o({context:u,property:e,...a,enumerable:c});p[e]=t}catch(r){if(r instanceof TypeError)try{p[e]=t.value||t.get||t.set}catch{}else throw r}}}});let d={originalObject:u,originalProperties:p};if(!a&&u?.prototype!==void 0){let e=c({context:u,property:"prototype",propertiesToExclude:s,skipPrototype:!0});e instanceof Error||(d.originalPrototype=e?.originalObject,d.originalPrototypeProperties=e?.originalProperties)}return o({context:t,property:r,value:u,enumerable:f?.enumerable}),d}function a(e,t){let r=(t||globalThis)[e],n=l(t||globalThis,e);return r&&n&&(n.writable||n.configurable)?(Object.freeze(r),o({context:globalThis,property:e,value:r})):r}function l(e,t){if(!(!e||!t))try{return Reflect.getOwnPropertyDescriptor(e,t)}catch{return}}function s(e){if("string"!=typeof e)return e;try{return decodeURIComponent(e).toLowerCase().trim()}catch{return e.toLowerCase().trim()}}function u(e,t){return e instanceof Headers?e.forEach((r,o)=>{p(o,t)||e.delete(o)}):Object.keys(e).forEach(r=>{p(r,t)||delete e[r]}),e}function p(e,t){return!t.has(s(e)||"")}function f(e,t){let r=!0,o=s(function(e){let t,r;if(globalThis.Request&&e instanceof Request)t=e.url;else if("function"==typeof e?.toString)t=e.toString();else throw Error("Unsupported type for url");try{return new URL(t).pathname}catch{return(r=t.replace(/#.+/gi,"").split("?").shift()).startsWith("/")?r:`/${r}`}}(e));return o&&t.some(e=>o.includes(e))&&(r=!1),r}performance.mark("overrideGlobals started");let{experiments:d}=window.viewerModel,y=d["specs.thunderbolt.securityExperiments"];try{let e,t,r,n,i,l=globalThis.open,h=document.open;function b(e,t,r){var o;let n="string"!=typeof e,i=l.call(window,e,t,r);return n||e&&((o=e).startsWith("//")&&/(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/g.test(`${location.protocol}:${o}`)&&(o=`${location.protocol}${o}`),!o.startsWith("http")||new URL(o).hostname===location.hostname)?{}:i}o({property:"open",value:b,context:globalThis,enumerable:!0}),o({property:"open",value:function(e,t,r){return e?b(e,t,r):h.call(document,e||"",t||"",r||"")},context:document,enumerable:!0}),y&&(e=document.createElement,t=Element.prototype.setAttribute,r=Element.prototype.setAttributeNS,o({property:"createElement",context:document,value:function(n,i){let c=e.call(document,n,i);return"iframe"===s(n)&&(o({property:"srcdoc",context:c,get:()=>"",set:()=>{console.warn("`srcdoc` is not allowed in iframe elements.")}}),c.setAttribute=function(e,r){"srcdoc"===e.toLowerCase()?console.warn("`srcdoc` attribute is not allowed to be set."):t.call(c,e,r)},c.setAttributeNS=function(e,t,o){"srcdoc"===t.toLowerCase()?console.warn("`srcdoc` attribute is not allowed to be set."):r.call(c,e,t,o)}),c},enumerable:!0})),d["specs.thunderbolt.hardenFetchAndXHR"]&&y&&function(e,t,r){let n=fetch,i=XMLHttpRequest,c=new Set(t);function a(){let t=new i,o=t.open,n=t.setRequestHeader;return t.open=function(){let n=Array.from(arguments),i=n[1];if(n.length<2||f(i,e))return o.apply(t,n);throw Error(r||`Request not allowed for path ${i}`)},t.setRequestHeader=function(e,r){p(decodeURIComponent(e),c)&&n.call(t,e,r)},t}o({property:"fetch",value:function(){var t;let o=(t=arguments,globalThis.Request&&t[0]instanceof Request&&t[0]?.headers?u(t[0].headers,c):t[1]?.headers&&u(t[1].headers,c),t);return f(arguments[0],e)?n.apply(globalThis,Array.from(o)):new Promise((e,t)=>{let o=Error(r||`Request not allowed for path ${arguments[0]}`);t(o)})},enumerable:!0}),o({property:"XMLHttpRequest",value:a,enumerable:!0}),Object.keys(i).forEach(e=>{a[e]=i[e]})}(["/_api/v1/access-tokens","/_api/v2/dynamicmodel","/_api/one-app-session-web/v3/businesses"],["client-binding"]),function(){if(navigator&&"serviceWorker"in navigator)navigator.serviceWorker.register,o({context:navigator.serviceWorker,property:"register",value:function(){console.log("Service worker registration is not allowed")},enumerable:!0})}(),n=[],i=(i=[]).concat(["TextEncoder","TextDecoder"]),y&&(i=i.concat(["XMLHttpRequestEventTarget","EventTarget"])),i=i.concat(["URL","JSON"]),y&&(n=n.concat(["addEventListener","removeEventListener"])),n=n.concat(["encodeURI","encodeURIComponent","decodeURI","decodeURIComponent"]),i=i.concat(["String","Number"]),y&&i.push("Object"),i=i.concat(["Reflect"]),n.forEach(e=>{a(e),["addEventListener","removeEventListener"].includes(e)&&a(e,document)}),i.forEach(e=>{c({property:e})}),y&&function(){return e("setTimeout",0,globalThis),e("setInterval",0,globalThis);function e(e,t,r){let n=r||globalThis,i=n[e];if(!i||"function"!=typeof i)throw Error(`Function ${e} not found or is not a function`);o({property:e,value:function(){let r=Array.from(arguments);if("string"!=typeof r[t])return i.apply(n,r);console.warn(`Calling ${e} with a String Argument at index ${t} is not allowed`)},context:r,enumerable:!0})}}()}catch(t){window?.viewerModel?.mode.debug&&console.error(t);let e=Error("TB006");window.fedops?.reportError(e,"security_overrideGlobals"),window.Sentry?window.Sentry.captureException(e):globalThis.defineStrictProperty("sentryBuffer",[e],window,!1)}performance.mark("overrideGlobals ended")})();
//# sourceMappingURL=overrideGlobals.inline.306e90d8.bundle.min.js.map</script>
<!-- END overrideGlobals bundle -->
<script>
window.commonConfig = viewerModel.commonConfig
</script>
<!-- Initial CSS -->
<style data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/main.68f9276d.min.css">@keyframes slide-horizontal-new{0%{transform:translate(100%)}}@keyframes slide-horizontal-old{80%{opacity:1}to{opacity:0;transform:translate(-100%)}}@keyframes slide-vertical-new{0%{transform:translateY(-100%)}}@keyframes slide-vertical-old{80%{opacity:1}to{opacity:0;transform:translateY(100%)}}@keyframes out-in-new{0%{opacity:0}}@keyframes out-in-old{to{opacity:0}}:root:active-view-transition{view-transition-name:none}:root:active-view-transition::view-transition-group(*){animation:none}:root:active-view-transition::view-transition-old(*){animation:none}:root:active-view-transition::view-transition-new(*){animation:none}::view-transition{pointer-events:none}:root:active-view-transition #SITE_HEADER{view-transition-name:header-group}:root:active-view-transition #WIX_ADS{view-transition-name:wix-ads-group}:root:active-view-transition #SITE_FOOTER{view-transition-name:footer-group}:root:active-view-transition #BACKGROUND_GROUP_TRANSITION_GROUP>div{view-transition-name:background-group}:root:active-view-transition::view-transition-group(page-group){pointer-events:all;cursor:wait;animation:revert;animation-duration:.6s}:root:active-view-transition::view-transition-old(page-group){pointer-events:all;cursor:wait;animation:revert;animation-duration:.6s}:root:active-view-transition::view-transition-new(page-group){pointer-events:all;cursor:wait;animation:revert;animation-duration:.6s}:root:active-view-transition-type(SlideHorizontal)::view-transition-old(page-group){mix-blend-mode:normal;animation:.6s cubic-bezier(.83,0,.17,1) forwards slide-horizontal-old}:root:active-view-transition-type(SlideHorizontal)::view-transition-new(page-group){mix-blend-mode:normal;animation:.6s cubic-bezier(.83,0,.17,1) backwards slide-horizontal-new}:root:active-view-transition-type(SlideVertical)::view-transition-old(page-group){mix-blend-mode:normal;animation:.6s cubic-bezier(.83,0,.17,1) forwards slide-vertical-old}:root:active-view-transition-type(SlideVertical)::view-transition-new(page-group){mix-blend-mode:normal;animation:.6s cubic-bezier(.83,0,.17,1) backwards slide-vertical-new}:root:active-view-transition-type(OutIn)::view-transition-old(page-group){animation:.35s cubic-bezier(.22,1,.36,1) forwards out-in-old}:root:active-view-transition-type(OutIn)::view-transition-new(page-group){animation:.35s cubic-bezier(.64,0,.78,0) .35s backwards out-in-new}@media (prefers-reduced-motion:reduce){::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}}html,body{vertical-align:baseline;background:0 0;border:0;outline:0;margin:0;padding:0}body{--scrollbar-width:0px;font-family:Arial,Helvetica,sans-serif;font-size:10px}html,body{height:100%}body{overflow-x:auto;overflow-y:scroll}body:not(.responsive) #site-root{width:100%;min-width:var(--site-width)}body:not([data-js-loaded]) [data-hide-prejs]{visibility:hidden}interact-element{display:contents}#SITE_CONTAINER{position:relative}:root{--one-unit:1vw;--section-max-width:9999px;--spx-stopper-max:9999px;--spx-stopper-min:0px;--browser-zoom:1}@supports ((-webkit-appearance:none)) and (stroke-color:transparent){:root{--safari-sticky-fix:opacity;--experimental-safari-sticky-fix:translateZ(0)}}@supports (container-type:inline-size){:root{--one-unit:1cqw}}[id^=oldHoverBox-]{mix-blend-mode:plus-lighter;transition:opacity .5s,visibility .5s}[data-mesh-id$=inlineContent-gridContainer]:has(>[id^=oldHoverBox-]){isolation:isolate}
/*# sourceMappingURL=main.68f9276d.min.css.map*/</style>
<style data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.0e79bfca.min.css">div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,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,nav,button,section,header,footer,title{vertical-align:baseline;background:0 0;border:0;outline:0;margin:0;padding:0}textarea,input,select{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif}ol,ul{list-style:none}blockquote,q{quotes:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a{cursor:pointer;text-decoration:none}.testStyles{overflow-y:hidden}.reset-button{color:inherit;font:inherit;-webkit-appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:0 0;border:0;outline:0;padding:0;line-height:normal;overflow:visible}:focus{outline:none}body.device-mobile-optimized:not(.disable-site-overflow){overflow-x:hidden;overflow-y:scroll}body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER{width:320px;margin-left:auto;margin-right:auto;position:relative;overflow-x:visible}body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling) #SITE_CONTAINER{margin-top:0}body.device-mobile-optimized>*{max-width:100%!important}body.device-mobile-optimized #site-root{overflow:hidden}@supports (overflow:clip){body.device-mobile-optimized #site-root{overflow:clip}}body.device-mobile-non-optimized #SITE_CONTAINER #site-root{overflow:clip}body.device-mobile-non-optimized.fullScreenMode{background-color:#5f6360}body.device-mobile-non-optimized.fullScreenMode #site-root,body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,body.fullScreenMode #WIX_ADS{visibility:hidden}body.fullScreenMode{overflow:hidden!important}body.fullScreenMode.device-mobile-optimized #TINY_MENU{opacity:0;pointer-events:none}body.fullScreenMode-scrollable.device-mobile-optimized{overflow-x:hidden!important;overflow-y:auto!important}body.fullScreenMode-scrollable.device-mobile-optimized #site-root,body.fullScreenMode-scrollable.device-mobile-optimized #masterPage{overflow:hidden!important}body.fullScreenMode-scrollable.device-mobile-optimized #masterPage,body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND{height:auto!important}body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout{height:0!important}body.blockSiteScrolling,body.siteScrollingBlocked{width:100%;position:fixed}body.siteScrollingBlockedIOSFix{overflow:hidden!important}body.blockSiteScrolling #SITE_CONTAINER{margin-top:calc(var(--blocked-site-scroll-margin-top)*-1)}#site-root{top:var(--wix-ads-height);min-height:100%;margin:0 auto;position:relative}#site-root img:not([src]){visibility:hidden}#site-root svg img:not([src]){visibility:visible}.auto-generated-link{color:inherit}#SCROLL_TO_TOP,#SCROLL_TO_BOTTOM{height:0}.has-click-trigger{cursor:pointer}.fullScreenOverlay{z-index:1005;justify-content:center;display:flex;position:fixed;top:-60px;bottom:0;left:0;right:0;overflow-y:hidden}.fullScreenOverlay>.fullScreenOverlayContent{margin:0 auto;position:absolute;top:60px;bottom:0;left:0;right:0;overflow:hidden;transform:translateZ(0)}[data-mesh-id$=inlineContent],[data-mesh-id$=centeredContent],[data-mesh-id$=form]{pointer-events:none;position:relative}[data-mesh-id$=-gridWrapper],[data-mesh-id$=-rotated-wrapper]{pointer-events:none}[data-mesh-id$=-gridContainer]>*,[data-mesh-id$=-rotated-wrapper]>*,[data-mesh-id$=inlineContent]>:not([data-mesh-id$=-gridContainer]){pointer-events:auto}.device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID{-ms-grid-row:2;grid-area:2/1/3/2;position:relative}#masterPage.mesh-layout{display:-ms-grid;-ms-grid-rows:max-content max-content min-content max-content;-ms-grid-columns:100%;grid-template-rows:max-content max-content min-content max-content;grid-template-columns:100%;justify-content:stretch;align-items:start;display:grid}#masterPage.mesh-layout #SITE_HEADER_WRAPPER,#masterPage.mesh-layout #SITE_HEADER-placeholder,#masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~=mobileView],#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #soapBeforePagesContainer,#masterPage.mesh-layout #soapAfterPagesContainer,#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,#masterPage.mesh-layout #SITE_FOOTER-placeholder{-ms-grid-column:1;-ms-grid-row-align:start;-ms-grid-column-align:start}#masterPage.mesh-layout #SITE_HEADER_WRAPPER,#masterPage.mesh-layout #SITE_HEADER-placeholder{-ms-grid-row:1;grid-area:1/1/2/2}#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #soapBeforePagesContainer,#masterPage.mesh-layout #soapAfterPagesContainer{-ms-grid-row:3;grid-area:3/1/4/2}#masterPage.mesh-layout #soapBeforePagesContainer,#masterPage.mesh-layout #soapAfterPagesContainer{width:100%}#masterPage.mesh-layout #PAGES_CONTAINER{align-self:stretch}#masterPage.mesh-layout main#PAGES_CONTAINER{display:block}#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,#masterPage.mesh-layout #SITE_FOOTER-placeholder{-ms-grid-row:4;grid-area:4/1/5/2}#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERcenteredContent],#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERinlineContent],#masterPage.mesh-layout #SITE_PAGES{height:100%}#masterPage.mesh-layout.desktop>*{width:100%}#masterPage.mesh-layout #SITE_PAGES,#masterPage.mesh-layout #SITE_HEADER_WRAPPER,#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #masterPageinlineContent,#masterPage.mesh-layout #SITE_FOOTER,#masterPage.mesh-layout #SITE_HEADER{position:relative}#masterPage.mesh-layout #SITE_HEADER{grid-area:1/1/2/2}#masterPage.mesh-layout #SITE_FOOTER{grid-area:4/1/5/2}#masterPage.mesh-layout.overflow-x-clip #SITE_HEADER,#masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER{overflow-x:clip}[data-z-counter]{z-index:0}[data-z-counter="0"]{z-index:auto}.wixSiteProperties{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--wst-button-color-fill-primary:rgb(var(--color_48));--wst-button-color-border-primary:rgb(var(--color_49));--wst-button-color-text-primary:rgb(var(--color_50));--wst-button-color-fill-primary-hover:rgb(var(--color_51));--wst-button-color-border-primary-hover:rgb(var(--color_52));--wst-button-color-text-primary-hover:rgb(var(--color_53));--wst-button-color-fill-primary-disabled:rgb(var(--color_54));--wst-button-color-border-primary-disabled:rgb(var(--color_55));--wst-button-color-text-primary-disabled:rgb(var(--color_56));--wst-button-color-fill-secondary:rgb(var(--color_57));--wst-button-color-border-secondary:rgb(var(--color_58));--wst-button-color-text-secondary:rgb(var(--color_59));--wst-button-color-fill-secondary-hover:rgb(var(--color_60));--wst-button-color-border-secondary-hover:rgb(var(--color_61));--wst-button-color-text-secondary-hover:rgb(var(--color_62));--wst-button-color-fill-secondary-disabled:rgb(var(--color_63));--wst-button-color-border-secondary-disabled:rgb(var(--color_64));--wst-button-color-text-secondary-disabled:rgb(var(--color_65));--wst-color-fill-base-1:rgb(var(--color_36));--wst-color-fill-base-2:rgb(var(--color_37));--wst-color-fill-base-shade-1:rgb(var(--color_38));--wst-color-fill-base-shade-2:rgb(var(--color_39));--wst-color-fill-base-shade-3:rgb(var(--color_40));--wst-color-fill-accent-1:rgb(var(--color_41));--wst-color-fill-accent-2:rgb(var(--color_42));--wst-color-fill-accent-3:rgb(var(--color_43));--wst-color-fill-accent-4:rgb(var(--color_44));--wst-color-fill-background-primary:rgb(var(--color_11));--wst-color-fill-background-secondary:rgb(var(--color_12));--wst-color-text-primary:rgb(var(--color_15));--wst-color-text-secondary:rgb(var(--color_14));--wst-color-action:rgb(var(--color_18));--wst-color-disabled:rgb(var(--color_39));--wst-color-title:rgb(var(--color_45));--wst-color-subtitle:rgb(var(--color_46));--wst-color-line:rgb(var(--color_47));--wst-font-style-h2:var(--font_2);--wst-font-style-h3:var(--font_3);--wst-font-style-h4:var(--font_4);--wst-font-style-h5:var(--font_5);--wst-font-style-h6:var(--font_6);--wst-font-style-body-large:var(--font_7);--wst-font-style-body-medium:var(--font_8);--wst-font-style-body-small:var(--font_9);--wst-font-style-body-x-small:var(--font_10);--wst-color-custom-1:rgb(var(--color_13));--wst-color-custom-2:rgb(var(--color_16));--wst-color-custom-3:rgb(var(--color_17));--wst-color-custom-4:rgb(var(--color_19));--wst-color-custom-5:rgb(var(--color_20));--wst-color-custom-6:rgb(var(--color_21));--wst-color-custom-7:rgb(var(--color_22));--wst-color-custom-8:rgb(var(--color_23));--wst-color-custom-9:rgb(var(--color_24));--wst-color-custom-10:rgb(var(--color_25));--wst-color-custom-11:rgb(var(--color_26));--wst-color-custom-12:rgb(var(--color_27));--wst-color-custom-13:rgb(var(--color_28));--wst-color-custom-14:rgb(var(--color_29));--wst-color-custom-15:rgb(var(--color_30));--wst-color-custom-16:rgb(var(--color_31));--wst-color-custom-17:rgb(var(--color_32));--wst-color-custom-18:rgb(var(--color_33));--wst-color-custom-19:rgb(var(--color_34));--wst-color-custom-20:rgb(var(--color_35))}.wix-presets-wrapper{display:contents}.builder-root{box-sizing:border-box}
/*# sourceMappingURL=main.renderer.0e79bfca.min.css.map*/</style>
<meta name="format-detection" content="telephone=no">
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible">
<!--pageHtmlEmbeds.head start-->
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.head start"></script>
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.head end"></script>
<!--pageHtmlEmbeds.head end-->
<!-- head performance data start -->
<!-- head performance data end -->
<style id="text-scale-adjust">
body {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%;
}
</style>
<script id="wix-skip-played-animations-setup">
(function() {
var navEntry = performance.getEntriesByType('navigation')[0];
if (navEntry && navEntry.type === 'reload') {
return;
}
if ('PageRevealEvent' in window) {
window.__pageRevealPromise = new Promise(function(resolve) {
window.addEventListener('pagereveal', resolve, { once: true });
});
} else {
window.__pageRevealPromise = Promise.resolve();
}
})();
</script>
<meta http-equiv="X-Wix-Meta-Site-Id" content="d9e90e08-7d0d-40a4-9d40-77d4060455e7">
<meta http-equiv="X-Wix-Application-Instance-Id" content="cf4e74b0-0ad4-4466-a9e6-1294dc4ac7a5">
<meta http-equiv="X-Wix-Published-Version" content="269"/>
<meta http-equiv="etag" content="bug"/>
<!-- render-head end -->
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.72e6a2a3.min.css">.PlZyDq{touch-action:manipulation}.uDW_Qe{align-items:center;box-sizing:border-box;display:flex;justify-content:var(--label-align);min-width:100%;text-align:initial;width:-moz-max-content;width:max-content}.uDW_Qe:before{max-width:var(--margin-start,0)}.uDW_Qe:after,.uDW_Qe:before{align-self:stretch;content:"";flex-grow:1}.uDW_Qe:after{max-width:var(--margin-end,0)}.FubTgk{height:100%}.FubTgk .uDW_Qe{border-radius:var(--corvid-border-radius,var(--rd,0));bottom:0;box-shadow:var(--shd,0 1px 4px rgba(0,0,0,.6));left:0;position:absolute;right:0;top:0;transition:var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s)}.FubTgk .uDW_Qe:link,.FubTgk .uDW_Qe:visited{border-color:transparent}.FubTgk .l7_2fn{color:var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));font:var(--fnt,var(--font_5));margin:0;position:relative;transition:var(--trans2,color .4s ease 0s);white-space:nowrap}.FubTgk[aria-disabled=false] .uDW_Qe{background-color:var(--corvid-background-color,rgba(var(--bg,var(--color_17,color_17)),var(--alpha-bg,1)));border:solid var(--corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))) var(--corvid-border-width,var(--brw,0));cursor:pointer!important}:host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .uDW_Qe,body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .uDW_Qe{background-color:var(--corvid-hover-background-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)));border-color:var(--corvid-hover-border-color,rgba(var(--brdh,var(--color_15,color_15)),var(--alpha-brdh,1)))}:host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .l7_2fn,body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .l7_2fn{color:var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))))}:host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .uDW_Qe,body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .uDW_Qe{background-color:var(--corvid-hover-background-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)));border-color:var(--corvid-hover-border-color,rgba(var(--brdh,var(--color_15,color_15)),var(--alpha-brdh,1)))}:host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .l7_2fn,body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .l7_2fn{color:var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))))}.FubTgk[aria-disabled=true] .uDW_Qe{background-color:var(--corvid-disabled-background-color,rgba(var(--bgd,204,204,204),var(--alpha-bgd,1)));border-color:var(--corvid-disabled-border-color,rgba(var(--brdd,204,204,204),var(--alpha-brdd,1)));border-style:solid;border-width:var(--corvid-border-width,var(--brw,0))}.FubTgk[aria-disabled=true] .l7_2fn{color:var(--corvid-disabled-color,rgb(var(--txtd,255,255,255)))}.uUxqWY{align-items:center;box-sizing:border-box;display:flex;justify-content:var(--label-align);min-width:100%;text-align:initial;width:-moz-max-content;width:max-content}.uUxqWY:before{max-width:var(--margin-start,0)}.uUxqWY:after,.uUxqWY:before{align-self:stretch;content:"";flex-grow:1}.uUxqWY:after{max-width:var(--margin-end,0)}.Vq4wYb[aria-disabled=false] .uUxqWY{cursor:pointer}:host(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:active .wJVzSK,body.device-mobile-optimized .Vq4wYb[aria-disabled=false]:active .wJVzSK{color:var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))));transition:var(--trans,color .4s ease 0s)}:host(:not(.device-mobile-optimized)) .Vq4wYb[aria-disabled=false]:hover .wJVzSK,body:not(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:hover .wJVzSK{color:var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))));transition:var(--trans,color .4s ease 0s)}.Vq4wYb .uUxqWY{bottom:0;left:0;position:absolute;right:0;top:0}.Vq4wYb .wJVzSK{color:var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));font:var(--fnt,var(--font_5));transition:var(--trans,color .4s ease 0s);white-space:nowrap}.Vq4wYb[aria-disabled=true] .wJVzSK{color:var(--corvid-disabled-color,rgb(var(--txtd,255,255,255)))}:host(:not(.device-mobile-optimized)) .CohWsy,body:not(.device-mobile-optimized) .CohWsy{display:flex}:host(:not(.device-mobile-optimized)) .V5AUxf,body:not(.device-mobile-optimized) .V5AUxf{-moz-column-gap:var(--margin);column-gap:var(--margin);direction:var(--direction);display:flex;margin:0 auto;position:relative;width:calc(100% - var(--padding)*2)}:host(:not(.device-mobile-optimized)) .V5AUxf>*,body:not(.device-mobile-optimized) .V5AUxf>*{direction:ltr;flex:var(--column-flex) 1 0%;left:0;margin-bottom:var(--padding);margin-top:var(--padding);min-width:0;position:relative;top:0}:host(.device-mobile-optimized) .V5AUxf,body.device-mobile-optimized .V5AUxf{display:block;padding-bottom:var(--padding-y);padding-left:var(--padding-x,0);padding-right:var(--padding-x,0);padding-top:var(--padding-y);position:relative}:host(.device-mobile-optimized) .V5AUxf>*,body.device-mobile-optimized .V5AUxf>*{margin-bottom:var(--margin);position:relative}:host(.device-mobile-optimized) .V5AUxf>:first-child,body.device-mobile-optimized .V5AUxf>:first-child{margin-top:var(--firstChildMarginTop,0)}:host(.device-mobile-optimized) .V5AUxf>:last-child,body.device-mobile-optimized .V5AUxf>:last-child{margin-bottom:var(--lastChildMarginBottom)}.LIhNy3{backface-visibility:hidden}.jhxvbR,.mtrorN{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.if7Vw2{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.if7Vw2.f0uTJH{clip:rect(0,auto,auto,0)}.if7Vw2 .i1tH8h{height:100%;position:absolute;top:0;width:100%}.if7Vw2 .DXi4PB{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.if7Vw2 .DXi4PB img{height:100%;width:100%}@supports(-webkit-hyphens:none){.if7Vw2.f0uTJH{clip:auto;-webkit-clip-path:inset(0)}}.wG8dni{height:100%}.tcElKx{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.ImALHf,.Ybjs9b{opacity:var(--fill-layer-video-opacity)}.UWmm3w{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.Yjj1af{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.ImALHf{height:100%;position:relative;width:100%}.KCM6zk{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.KCM6zk .DXi4PB,.KCM6zk .ImALHf,.KCM6zk .Ybjs9b{opacity:1}._uqPqy{clip-path:var(--fill-layer-clip)}._uqPqy,.eKyYhK{position:absolute;top:0}._uqPqy,.eKyYhK,.x0mqQS img{height:100%;width:100%}.pnCr6P{opacity:0}.blf7sp,.pnCr6P{position:absolute;top:0}.blf7sp{height:0;left:0;overflow:hidden;width:0}.rWP3Gv{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.Tr4n3d,.rWP3Gv,.wRqk6s{height:100%;top:0;width:100%}.wRqk6s{position:absolute}.Tr4n3d{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.Tr4n3d{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}.VXAmO2{--divider-pin-height__:min(1,calc(var(--divider-layers-pin-factor__) + 1));--divider-pin-layer-height__:var( --divider-layers-pin-factor__ );--divider-pin-border__:min(1,calc(var(--divider-layers-pin-factor__) / -1 + 1));height:calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))}.VXAmO2,.VXAmO2 .dy3w_9{left:0;position:absolute;width:100%}.VXAmO2 .dy3w_9{--divider-layer-i__:var(--divider-layer-i,0);background-position:left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;background-repeat:repeat-x;border-bottom-style:solid;border-bottom-width:calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));height:calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));opacity:calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))}.UORcXs{--divider-height__:var(--divider-top-height,auto);--divider-offset-x__:var(--divider-top-offset-x,0px);--divider-layers-size__:var(--divider-top-layers-size,0);--divider-layers-y__:var(--divider-top-layers-y,0px);--divider-layers-x__:var(--divider-top-layers-x,0px);--divider-layers-pin-factor__:var(--divider-top-layers-pin-factor,0);border-top:var(--divider-top-padding,0) solid var(--divider-top-color,currentColor);opacity:var(--divider-top-opacity,1);top:0;transform:var(--divider-top-flip,scaleY(-1))}.UORcXs .dy3w_9{background-image:var(--divider-top-image,none);background-size:var(--divider-top-size,contain);border-color:var(--divider-top-color,currentColor);bottom:0;filter:var(--divider-top-filter,none)}.UORcXs .dy3w_9[data-divider-layer="1"]{display:var(--divider-top-layer-1-display,block)}.UORcXs .dy3w_9[data-divider-layer="2"]{display:var(--divider-top-layer-2-display,block)}.UORcXs .dy3w_9[data-divider-layer="3"]{display:var(--divider-top-layer-3-display,block)}.Io4VUz{--divider-height__:var(--divider-bottom-height,auto);--divider-offset-x__:var(--divider-bottom-offset-x,0px);--divider-layers-size__:var(--divider-bottom-layers-size,0);--divider-layers-y__:var(--divider-bottom-layers-y,0px);--divider-layers-x__:var(--divider-bottom-layers-x,0px);--divider-layers-pin-factor__:var(--divider-bottom-layers-pin-factor,0);border-bottom:var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor);bottom:0;opacity:var(--divider-bottom-opacity,1);transform:var(--divider-bottom-flip,none)}.Io4VUz .dy3w_9{background-image:var(--divider-bottom-image,none);background-size:var(--divider-bottom-size,contain);border-color:var(--divider-bottom-color,currentColor);bottom:0;filter:var(--divider-bottom-filter,none)}.Io4VUz .dy3w_9[data-divider-layer="1"]{display:var(--divider-bottom-layer-1-display,block)}.Io4VUz .dy3w_9[data-divider-layer="2"]{display:var(--divider-bottom-layer-2-display,block)}.Io4VUz .dy3w_9[data-divider-layer="3"]{display:var(--divider-bottom-layer-3-display,block)}.YzqVVZ{overflow:visible;position:relative}.mwF7X1{backface-visibility:hidden}.YGilLk{cursor:pointer}.Tj01hh{display:block}.MW5IWV,.Tj01hh{height:100%;width:100%}.MW5IWV{left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}._C0cVf{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}.hFwGTD{transform:translateY(-100%);transition:.2s ease-in}.IQgXoP{transition:.2s}.Nr3Nid{opacity:0;transition:.2s ease-in}.Nr3Nid.l4oO6c{z-index:-1!important}.iQuoC4{opacity:1;transition:.2s}.CJF7A2{height:auto}.CJF7A2,.U4Bvut{position:relative;width:100%}:host(:not(.device-mobile-optimized)) .G5K6X8,body:not(.device-mobile-optimized) .G5K6X8{margin-left:calc((100% - var(--site-width))/2);width:var(--site-width)}.xU8fqS[data-focuscycled=active]{outline:1px solid transparent}.xU8fqS[data-focuscycled=active]:not(:focus-within){outline:2px solid transparent;transition:outline .01s ease}.xU8fqS ._4XcTfy{background-color:var(--screenwidth-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)));border-bottom:var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));border-top:var(--brwt,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));bottom:0;box-shadow:var(--shd,0 0 5px rgba(0,0,0,.7));left:0;position:absolute;right:0;top:0}.xU8fqS .gUbusX{background-color:rgba(var(--bgctr,var(--color_11,color_11)),var(--alpha-bgctr,1));border-radius:var(--rd,0);bottom:var(--brwb,0);top:var(--brwt,0)}.xU8fqS .G5K6X8,.xU8fqS .gUbusX{left:0;position:absolute;right:0}.xU8fqS .G5K6X8{bottom:0;top:0}:host(.device-mobile-optimized) .xU8fqS .G5K6X8,body.device-mobile-optimized .xU8fqS .G5K6X8{left:10px;right:10px}.SPY_vo{pointer-events:none}.BmZ5pC{min-height:calc(100vh - var(--wix-ads-height));min-width:var(--site-width);position:var(--bg-position);top:var(--wix-ads-height)}.BmZ5pC,.nTOEE9{height:100%;width:100%}.nTOEE9{overflow:hidden;position:relative}.nTOEE9.sqUyGm:hover{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==),auto}.nTOEE9.C_JY0G:hover{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==),auto}.RZQnmg{background-color:rgb(var(--color_11));border-radius:50%;bottom:12px;height:40px;opacity:0;pointer-events:none;position:absolute;right:12px;width:40px}.RZQnmg path{fill:rgb(var(--color_15))}.RZQnmg:focus{cursor:auto;opacity:1;pointer-events:auto}.rYiAuL{cursor:pointer}.gSXewE{height:0;left:0;overflow:hidden;top:0;width:0}.OJQ_3L,.gSXewE{position:absolute}.OJQ_3L{background-color:rgb(var(--color_11));border-radius:300px;bottom:0;cursor:pointer;height:40px;margin:16px 16px;opacity:0;pointer-events:none;right:0;width:40px}.OJQ_3L path{fill:rgb(var(--color_12))}.OJQ_3L:focus{cursor:auto;opacity:1;pointer-events:auto}.j7pOnl{box-sizing:border-box;height:100%;width:100%}.BI8PVQ{min-height:var(--image-min-height);min-width:var(--image-min-width)}.BI8PVQ img,img.BI8PVQ{filter:var(--filter-effect-svg-url);-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100% 100%);mask-size:var(--mask-size,100% 100%);-o-object-position:var(--object-position);object-position:var(--object-position)}.MazNVa{left:var(--left,auto);position:var(--position-fixed,static);top:var(--top,auto);z-index:var(--z-index,auto)}.MazNVa .BI8PVQ img{box-shadow:0 0 0 #000;position:static;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.MazNVa .j7pOnl{display:block;overflow:hidden}.MazNVa .BI8PVQ{overflow:hidden}.c7cMWz{bottom:0;left:0;position:absolute;right:0;top:0}.FVGvCX{height:auto;position:relative;width:100%}body:not(.responsive) .zK7MhX{align-self:start;grid-area:1/1/1/1;height:100%;justify-self:stretch;left:0;position:relative}:host(:not(.device-mobile-optimized)) .c7cMWz,body:not(.device-mobile-optimized) .c7cMWz{margin-left:calc((100% - var(--site-width))/2);width:var(--site-width)}.fEm0Bo .c7cMWz{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));overflow:hidden}:host(.device-mobile-optimized) .c7cMWz,body.device-mobile-optimized .c7cMWz{left:10px;right:10px}.PFkO7r{bottom:0;left:0;position:absolute;right:0;top:0}.HT5ybB{height:auto;position:relative;width:100%}body:not(.responsive) .dBAkHi{align-self:start;grid-area:1/1/1/1;height:100%;justify-self:stretch;left:0;position:relative}:host(:not(.device-mobile-optimized)) .PFkO7r,body:not(.device-mobile-optimized) .PFkO7r{margin-left:calc((100% - var(--site-width))/2);width:var(--site-width)}:host(.device-mobile-optimized) .PFkO7r,body.device-mobile-optimized .PFkO7r{left:10px;right:10px}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.a1b00b19.min.css">.cwL6XW{cursor:pointer}.sNF2R0{opacity:0}.hLoBV3{transition:opacity var(--transition-duration) cubic-bezier(.37,0,.63,1)}.Rdf41z,.hLoBV3{opacity:1}.ftlZWo{transition:opacity var(--transition-duration) cubic-bezier(.37,0,.63,1)}.ATGlOr,.ftlZWo{opacity:0}.KQSXD0{transition:opacity var(--transition-duration) cubic-bezier(.64,0,.78,0)}.KQSXD0,.pagQKE{opacity:1}._6zG5H{opacity:0;transition:opacity var(--transition-duration) cubic-bezier(.22,1,.36,1)}.BB49uC{transform:translateX(100%)}.j9xE1V{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.ICs7Rs,.j9xE1V{transform:translateX(0)}.DxijZJ{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.B5kjYq,.DxijZJ{transform:translateX(-100%)}.cJijIV{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.cJijIV,.hOxaWM{transform:translateX(0)}.T9p3fN{transform:translateX(100%);transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.qDxYJm{transform:translateY(100%)}.aA9V0P{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.YPXPAS,.aA9V0P{transform:translateY(0)}.Xf2zsA{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.Xf2zsA,.y7Kt7s{transform:translateY(-100%)}.EeUgMu{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.EeUgMu,.fdHrtm{transform:translateY(0)}.WIFaG4{transform:translateY(100%);transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}body:not(.responsive) .JsJXaX{overflow-x:clip}:root:active-view-transition .JsJXaX{view-transition-name:page-group}.AnQkDU{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;height:100%}.AnQkDU>div{align-self:stretch!important;grid-area:1/1/2/2;justify-self:stretch!important}.StylableButton2545352419__root{-archetype:box;border:none;box-sizing:border-box;cursor:pointer;display:block;height:100%;min-height:10px;min-width:10px;padding:0;touch-action:manipulation;width:100%}.StylableButton2545352419__root[disabled]{pointer-events:none}.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor{background-color:var(--corvid-background-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor{background-color:var(--corvid-hover-background-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor{background-color:var(--corvid-disabled-background-color)!important}.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor{border-color:var(--corvid-border-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor{border-color:var(--corvid-hover-border-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor{border-color:var(--corvid-disabled-border-color)!important}.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius{border-radius:var(--corvid-border-radius)!important}.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth{border-width:var(--corvid-border-width)!important}.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label{color:var(--corvid-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label{color:var(--corvid-hover-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label{color:var(--corvid-disabled-color)!important}.StylableButton2545352419__link{-archetype:box;box-sizing:border-box;color:#000;text-decoration:none}.StylableButton2545352419__container{align-items:center;display:flex;flex-basis:auto;flex-direction:row;flex-grow:1;height:100%;justify-content:center;overflow:hidden;transition:all .2s ease,visibility 0s;width:100%}.StylableButton2545352419__label{-archetype:text;-controller-part-type:LayoutChildDisplayDropdown,LayoutFlexChildSpacing(first);max-width:100%;min-width:1.8em;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:inherit;white-space:nowrap}.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label{text-overflow:unset}.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label{min-width:10px;overflow-wrap:break-word;white-space:break-spaces;word-break:break-word}.StylableButton2545352419__icon{-archetype:icon;-controller-part-type:LayoutChildDisplayDropdown,LayoutFlexChildSpacing(last);flex-shrink:0;height:50px;min-width:1px;transition:inherit}.StylableButton2545352419__icon.StylableButton2545352419--override{display:block!important}.StylableButton2545352419__icon svg,.StylableButton2545352419__icon>span{display:flex;height:inherit;width:inherit}.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg{fill:var(--corvid-icon-color)!important;stroke:var(--corvid-icon-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg{fill:var(--corvid-hover-icon-color)!important;stroke:var(--corvid-hover-icon-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg{fill:var(--corvid-disabled-icon-color)!important;stroke:var(--corvid-disabled-icon-color)!important}.aeyn4z{bottom:0;left:0;position:absolute;right:0;top:0}.qQrFOK{cursor:pointer}.VDJedC{-webkit-tap-highlight-color:rgba(0,0,0,0);fill:var(--corvid-fill-color,var(--fill));fill-opacity:var(--fill-opacity);stroke:var(--corvid-stroke-color,var(--stroke));stroke-opacity:var(--stroke-opacity);stroke-width:var(--stroke-width);filter:var(--drop-shadow,none);opacity:var(--opacity);transform:var(--flip)}.VDJedC,.VDJedC svg{bottom:0;left:0;position:absolute;right:0;top:0}.VDJedC svg{height:var(--svg-calculated-height,100%);margin:auto;padding:var(--svg-calculated-padding,0);width:var(--svg-calculated-width,100%)}.VDJedC svg:not([data-type=ugc]){overflow:visible}.l4CAhn *{vector-effect:non-scaling-stroke}.Z_l5lU{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}ol.font_100,ul.font_100{color:#080808;font-family:"Arial, Helvetica, sans-serif",serif;font-size:10px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;text-decoration:none}ol.font_100 li,ul.font_100 li{margin-bottom:12px}ol.wix-list-text-align,ul.wix-list-text-align{list-style-position:inside}ol.wix-list-text-align h1,ol.wix-list-text-align h2,ol.wix-list-text-align h3,ol.wix-list-text-align h4,ol.wix-list-text-align h5,ol.wix-list-text-align h6,ol.wix-list-text-align p,ul.wix-list-text-align h1,ul.wix-list-text-align h2,ul.wix-list-text-align h3,ul.wix-list-text-align h4,ul.wix-list-text-align h5,ul.wix-list-text-align h6,ul.wix-list-text-align p{display:inline}.HQSswv{cursor:pointer}.yi6otz{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.zQ9jDz [data-attr-richtext-marker=true]{display:block}.zQ9jDz [data-attr-richtext-marker=true] table{border-collapse:collapse;margin:15px 0;width:100%}.zQ9jDz [data-attr-richtext-marker=true] table td{padding:12px;position:relative}.zQ9jDz [data-attr-richtext-marker=true] table td:after{border-bottom:1px solid currentColor;border-left:1px solid currentColor;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0}.zQ9jDz [data-attr-richtext-marker=true] table tr td:last-child:after{border-right:1px solid currentColor}.zQ9jDz [data-attr-richtext-marker=true] table tr:first-child td:after{border-top:1px solid currentColor}@supports(-webkit-appearance:none) and (stroke-color:transparent){.qvSjx3>*>:first-child{vertical-align:top}}@supports(-webkit-touch-callout:none){.qvSjx3>*>:first-child{vertical-align:top}}.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div) [class$=rich-text__text],.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div)[class$=rich-text__text]{color:var(--corvid-color,currentColor)}.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div) span[style*=color]{color:var(--corvid-color,currentColor)!important}.Kbom4H{direction:var(--text-direction);min-height:var(--min-height);min-width:var(--min-width)}.Kbom4H .upNqi2{word-wrap:break-word;height:100%;overflow-wrap:break-word;position:relative;width:100%}.Kbom4H .upNqi2 ul{list-style:disc inside}.Kbom4H .upNqi2 li{margin-bottom:12px}.MMl86N blockquote,.MMl86N div,.MMl86N h1,.MMl86N h2,.MMl86N h3,.MMl86N h4,.MMl86N h5,.MMl86N h6,.MMl86N p{letter-spacing:normal;line-height:normal}.gYHZuN{min-height:var(--min-height);min-width:var(--min-width)}.gYHZuN .upNqi2{word-wrap:break-word;height:100%;overflow-wrap:break-word;position:relative;width:100%}.gYHZuN .upNqi2 ol,.gYHZuN .upNqi2 ul{letter-spacing:normal;line-height:normal;margin-inline-start:.5em;padding-inline-start:1.3em}.gYHZuN .upNqi2 ul{list-style-type:disc}.gYHZuN .upNqi2 ol{list-style-type:decimal}.gYHZuN .upNqi2 ol ul,.gYHZuN .upNqi2 ul ul{line-height:normal;list-style-type:circle}.gYHZuN .upNqi2 ol ol ul,.gYHZuN .upNqi2 ol ul ul,.gYHZuN .upNqi2 ul ol ul,.gYHZuN .upNqi2 ul ul ul{line-height:normal;list-style-type:square}.gYHZuN .upNqi2 li{font-style:inherit;font-weight:inherit;letter-spacing:normal;line-height:inherit}.gYHZuN .upNqi2 h1,.gYHZuN .upNqi2 h2,.gYHZuN .upNqi2 h3,.gYHZuN .upNqi2 h4,.gYHZuN .upNqi2 h5,.gYHZuN .upNqi2 h6,.gYHZuN .upNqi2 p{letter-spacing:normal;line-height:normal;margin-block:0;margin:0}.gYHZuN .upNqi2 a{color:inherit}.MMl86N,.ku3DBC{word-wrap:break-word;direction:var(--text-direction);min-height:var(--min-height);min-width:var(--min-width);mix-blend-mode:var(--blendMode,normal);overflow-wrap:break-word;pointer-events:none;text-align:start;text-shadow:var(--textOutline,0 0 transparent),var(--textShadow,0 0 transparent);text-transform:var(--textTransform,"none")}.MMl86N>*,.ku3DBC>*{pointer-events:auto}.MMl86N li,.ku3DBC li{font-style:inherit;font-weight:inherit;letter-spacing:normal;line-height:inherit}.MMl86N ol,.MMl86N ul,.ku3DBC ol,.ku3DBC ul{letter-spacing:normal;line-height:normal;margin-inline-end:0;margin-inline-start:.5em}.MMl86N:not(.Vq6kJx) ol,.MMl86N:not(.Vq6kJx) ul,.ku3DBC:not(.Vq6kJx) ol,.ku3DBC:not(.Vq6kJx) ul{padding-inline-end:0;padding-inline-start:1.3em}.MMl86N ul,.ku3DBC ul{list-style-type:disc}.MMl86N ol,.ku3DBC ol{list-style-type:decimal}.MMl86N ol ul,.MMl86N ul ul,.ku3DBC ol ul,.ku3DBC ul ul{list-style-type:circle}.MMl86N ol ol ul,.MMl86N ol ul ul,.MMl86N ul ol ul,.MMl86N ul ul ul,.ku3DBC ol ol ul,.ku3DBC ol ul ul,.ku3DBC ul ol ul,.ku3DBC ul ul ul{list-style-type:square}.MMl86N blockquote,.MMl86N div,.MMl86N h1,.MMl86N h2,.MMl86N h3,.MMl86N h4,.MMl86N h5,.MMl86N h6,.MMl86N p,.ku3DBC blockquote,.ku3DBC div,.ku3DBC h1,.ku3DBC h2,.ku3DBC h3,.ku3DBC h4,.ku3DBC h5,.ku3DBC h6,.ku3DBC p{margin-block:0;margin:0}.MMl86N a,.ku3DBC a{color:inherit}.Vq6kJx li{margin-inline-end:0;margin-inline-start:1.3em}.Vd6aQZ{overflow:hidden;padding:0;pointer-events:none;white-space:nowrap}.mHZSwn{display:none}.lvxhkV{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}.QJjwEo{transform:translateY(-100%);transition:.2s ease-in}.kdBXfh{transition:.2s}.MP52zt{opacity:0;transition:.2s ease-in}.MP52zt.Bhu9m5{z-index:-1!important}.LVP8Wf{opacity:1;transition:.2s}.VrZrC0{height:auto}.VrZrC0,.cKxVkc{position:relative;width:100%}:host(:not(.device-mobile-optimized)) .vlM3HR,body:not(.device-mobile-optimized) .vlM3HR{margin-left:calc((100% - var(--site-width))/2);width:var(--site-width)}.AT7o0U[data-focuscycled=active]{outline:1px solid transparent}.AT7o0U[data-focuscycled=active]:not(:focus-within){outline:2px solid transparent;transition:outline .01s ease}.AT7o0U .vlM3HR{bottom:0;left:0;position:absolute;right:0;top:0}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.WzbAF8{direction:var(--direction)}.WzbAF8 .mpGTIt .O6KwRn{display:var(--item-display);height:var(--item-size);margin-block:var(--item-margin-block);margin-inline:var(--item-margin-inline);width:var(--item-size)}.WzbAF8 .mpGTIt .O6KwRn:last-child{margin-block:0;margin-inline:0}.WzbAF8 .mpGTIt .O6KwRn .oRtuWN{display:block}.WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR{height:var(--item-size);width:var(--item-size)}.WzbAF8 .mpGTIt{height:100%;position:absolute;white-space:nowrap;width:100%}:host(.device-mobile-optimized) .WzbAF8 .mpGTIt,body.device-mobile-optimized .WzbAF8 .mpGTIt{white-space:normal}.big2ZD{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;height:calc(100% - var(--wix-ads-height));left:0;margin-top:var(--wix-ads-height);position:fixed;top:0;width:100%}.SHHiV9,.big2ZD{pointer-events:none;z-index:var(--pinned-layer-in-container,var(--above-all-in-container))}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ShareButtons_Default].7fafc629.min.css">.ShareButtoncomponent1171347912__root{align-items:center;background-color:#ece9ff;border-radius:8px;color:#000;display:flex;flex-direction:var(--btn-icon-position);gap:calc(var(--btn-icon-text-gap) * 1px);padding:5px 10px}button.ShareButtoncomponent1171347912__root{cursor:pointer}.ShareButtoncomponent1171347912__item{width:-moz-fit-content;width:fit-content}.ShareButtoncomponent1171347912__icon{display:var(--btn-icon-display);height:30px;min-width:-moz-fit-content;min-width:fit-content;text-align:center;width:30px}.ShareButtoncomponent1171347912__icon>svg{height:100%;width:auto}.ShareButtoncomponent1171347912__label{direction:var(--btn-text-direction);display:var(--btn-label-display);font-size:16px;text-align:start}.ShareButtoncomponent1171347912__tooltipWrapper{display:none;justify-content:center;position:relative}.ShareButtoncomponent1171347912__showTooltip>.ShareButtoncomponent1171347912__tooltipWrapper{display:var(--btn-tooltip-display)}.ShareButtoncomponent1171347912__showTooltip>.ShareButtoncomponent1171347912__copyButtonWrapper{display:var(--btn-copy-to-clipboard-display)}.ShareButtonscomponent2477460758__container{align-items:var(--btns-list-align-items);-moz-column-gap:calc(var(--btns-list-column-gap) * 1px)!important;column-gap:calc(var(--btns-list-column-gap) * 1px)!important;direction:var(--direction);display:flex;flex-direction:var(--btns-list-flex-direction);flex-wrap:wrap;gap:7px 11px;justify-content:var(--btns-list-justify-content);row-gap:calc(var(--btns-list-row-gap) * 1px)!important}.focus-ring-active.keyboard-tabbing-on .ShareButtonscomponent2477460758__item:focus-within{box-shadow:0 0 1px 2px #fff;outline:2px solid #116dff;outline-offset:1px}.QqzoZF{display:flex;justify-content:center;position:relative}.zIJf1s{background:#000;border:1px solid #757575;border-radius:2px;box-shadow:0 0 4px 0 rgba(0,0,0,.1),0 4px 8px 0 rgba(0,0,0,.1);box-sizing:border-box;color:#fff;font-family:Wix Madefor Text,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:16px;max-width:400px;padding:4px 12px;position:absolute;text-align:center;white-space:nowrap;z-index:10}.vGXSsh{border-bottom:10px solid transparent;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #757575;left:calc(50% - 10px);top:100%}.vGXSsh,.vGXSsh:after{height:0;position:absolute;width:0}.vGXSsh:after{border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #000;content:"";left:-8.6px;top:-10px}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FiveGridLine_SolidLine].23b2f23d.min.css">.aVng1S{border-top:var(--lnw,2px) solid rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));box-sizing:border-box;height:0}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[LoginSocialBar].1057c3e0.min.css">.z3SJ3E{color:var(--arrow-bg-color,var(--wst-accent-1-color,rgb(var(--fillcolor,var(--color_18,color_18)))));display:var(--arrow-display,none);flex-shrink:0;padding-left:7px;padding-right:7px}.z3SJ3E.fFWxB3{color:var(--arrow-bg-color,var(--wst-links-and-actions-color,rgb(var(--fillcolor,var(--color_18,color_18)))))}.c4iU97{height:var(--arrow-size,14px);width:var(--arrow-size,14px)}.Cg44ot{display:flex;height:100%;width:100%}.Cg44ot:before{background-color:currentColor;content:" ";display:block;height:100%;-webkit-mask-image:var(--arrow-icon,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E"));mask-image:var(--arrow-icon,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E"));-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:100%}.dVkVf7{display:flex;height:100%;width:100%}.dVkVf7:before{background-color:currentColor;content:" ";display:block;height:100%;-webkit-mask-image:var(--arrow-icon,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E"));mask-image:var(--arrow-icon,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E"));-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:100%}.aeyn4z{bottom:0;left:0;position:absolute;right:0;top:0}.qQrFOK{cursor:pointer}.VDJedC{-webkit-tap-highlight-color:rgba(0,0,0,0);fill:var(--corvid-fill-color,var(--fill));fill-opacity:var(--fill-opacity);stroke:var(--corvid-stroke-color,var(--stroke));stroke-opacity:var(--stroke-opacity);stroke-width:var(--stroke-width);filter:var(--drop-shadow,none);opacity:var(--opacity);transform:var(--flip)}.VDJedC,.VDJedC svg{bottom:0;left:0;position:absolute;right:0;top:0}.VDJedC svg{height:var(--svg-calculated-height,100%);margin:auto;padding:var(--svg-calculated-padding,0);width:var(--svg-calculated-width,100%)}.VDJedC svg:not([data-type=ugc]){overflow:visible}.l4CAhn *{vector-effect:non-scaling-stroke}.zS8yv5{align-items:center;aspect-ratio:1;display:flex;justify-content:center;letter-spacing:0;overflow:hidden;position:relative;text-align:center}.zS8yv5:before{font-family:Madefor,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;font-weight:500}.EJYIOZ:before{align-items:center;content:attr(data-initials);display:flex;justify-content:center}.EJYIOZ:before,.JdvX72:before{height:100%;position:absolute;width:100%}.JdvX72:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-anonymous-icon{fill:%23969696}%3C/style%3E%3C/defs%3E%3Cellipse class='cls-anonymous-icon' cx='103.7' cy='74.3' rx='38.3' ry='38.7'/%3E%3Cpath style='fill:none' d='M0 0h200v200H0z'/%3E%3Cpath class='cls-anonymous-icon' d='M188.4 200c-7.4-43.6-44.2-76.8-88.4-76.8S19 156.4 11.6 200Z'/%3E%3C/svg%3E");content:""}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.V8gwZj{fill:var(--avatar-fill-color,var(--wst-accent-1-color,rgba(var(--fillcolor,var(--color_18,color_18)),var(--alpha-fillcolor,1))));fill-opacity:var(--alpha-fillcolor);border-color:var(--wst-base-2-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));border-radius:var(--avatarCornerRadius,100px);border-style:solid;display:var(--logged-in-avatar-display,block);flex-shrink:0;margin-left:7px;margin-right:7px;overflow:hidden;position:inherit}.V8gwZj.pj_OjB{fill:var(--avatar-fill-color,var(--wst-links-and-actions-color,rgba(var(--fillcolor,var(--color_18,color_18)),var(--alpha-fillcolor,1))))}.V8gwZj.pj_OjB .ZeCqr2{background-color:var(--avatar-fill-color,var(--wst-links-and-actions-color,rgba(var(--fillcolor,var(--color_18,color_18)),var(--alpha-fillcolor,1))))}.V8gwZj.pj_OjB .ZeCqr2:before{color:var(--wst-button-primary-color,#fff)}.V8gwZj.CiSb4N{border-width:var(--avatarAndArrowStrokeWidth,0)}.V8gwZj .aBATL4{position:static}.V8gwZj img,.V8gwZj svg{display:block;position:static!important}.V8gwZj .ZeCqr2,.V8gwZj img,.V8gwZj svg{height:var(--icon-size,26px)!important;width:var(--icon-size,26px)!important}.V8gwZj .ZeCqr2{background-color:var(--avatar-fill-color,var(--wst-accent-1-color,rgba(var(--fillcolor,var(--color_18,color_18)),var(--alpha-fillcolor,1))))}.V8gwZj .ZeCqr2:before{color:#fff;font-size:calc(var(--icon-size, 26px)*.5)!important;line-height:var(--icon-size,26px)!important}.V8gwZj.b2cSkJ{display:var(--logged-out-avatar-display,block);height:var(--logged-out-icon-size,26px)}.V8gwZj.b2cSkJ .ZeCqr2,.V8gwZj.b2cSkJ img,.V8gwZj.b2cSkJ svg{height:var(--logged-out-icon-size,26px)!important;width:var(--logged-out-icon-size,26px)!important}.V8gwZj.b2cSkJ .ZeCqr2:before{font-size:calc(var(--logged-out-icon-size, 26px)*.5)!important;line-height:var(--logged-out-icon-size,26px)!important}.Awml3x{fill:rgba(var(--fillcolor,var(--color_0,color_0)),var(--alpha-fillcolor,1));fill-opacity:var(--alpha-fillcolor);display:var(--logged-in-avatar-display,block);flex-shrink:0;height:var(--icon-size,26px);padding-left:7px;padding-right:7px;position:inherit}.Awml3x.GodvU2{height:calc(var(--icon-size, 26px) + var(--avatarAndArrowStrokeWidth, 0px))}.Awml3x.GodvU2 .H3TGaA,.Awml3x.GodvU2 img,.Awml3x.GodvU2 svg{border:var(--avatarAndArrowStrokeWidth,0) solid rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));border-radius:var(--avatarCornerRadius,100px)}.Awml3x .ZSUPFt{position:static}.Awml3x img,.Awml3x svg{display:block;position:static!important}.Awml3x .H3TGaA,.Awml3x img,.Awml3x svg{height:var(--icon-size,26px)!important;width:var(--icon-size,26px)!important}.Awml3x .H3TGaA{background-color:rgba(var(--fillcolor,var(--color_18,color_18)),var(--alpha-fillcolor,1))}.Awml3x .H3TGaA:before{color:#fff;font-size:calc(var(--icon-size, 26px)*.5)!important;line-height:var(--icon-size,26px)!important}.Awml3x.p6L7cw{display:var(--logged-out-avatar-display,block);height:var(--logged-out-icon-size,26px)}.Awml3x.p6L7cw.GodvU2{height:calc(var(--logged-out-icon-size, 26px) + var(--avatarAndArrowStrokeWidth, 0px))}.Awml3x.p6L7cw .H3TGaA,.Awml3x.p6L7cw img,.Awml3x.p6L7cw svg{height:var(--logged-out-icon-size,26px)!important;width:var(--logged-out-icon-size,26px)!important}.Awml3x.p6L7cw .H3TGaA:before{font-size:calc(var(--logged-out-icon-size, 26px)*.5)!important;line-height:var(--logged-out-icon-size,26px)!important}.p6HTCy{background-color:var(--wst-base-1-color,rgba(var(--bg-dd,var(--color_11,color_11)),var(--alpha-bg-dd,1)));border:var(--brw-dd,1px) solid var(--wst-base-2-color,rgba(var(--brd-dd,var(--color_15,color_15)),var(--alpha-brd-dd,1)));border-radius:var(--rd-dd,0);box-shadow:var(--shd-dd,0 0 0 transparent);box-sizing:border-box;color:var(--wst-base-2-color,rgb(var(--txt-dd,var(--color_15,color_15))));display:none;font:var(--wst-paragraph-2-font,var(--fnt,var(--font_8)));max-width:300px;min-width:100px;opacity:0;padding:10px 0;position:absolute;z-index:99999}.p6HTCy:not(.TQ95bi){inset-inline-end:14px}.p6HTCy.KXBgPq{opacity:1}.p6HTCy:not(.sugHbx){font-size:var(--fnt-size-dd,15px)}.p6HTCy.ENJwXd{border:var(--brw-dd,1px) solid var(--wst-shade-2-color,rgba(var(--brd-dd,var(--color_15,color_15)),var(--alpha-brd-dd,1)));color:var(--wst-paragraph-2-color,rgb(var(--txt-dd,var(--color_15,color_15))))}.p6HTCy.ENJwXd hr{background-color:var(--wst-shade-2-color,initial);border:none;height:1px;opacity:1}.p6HTCy.jO2Fxa{display:block}.p6HTCy hr{margin:5px 20px;opacity:.4}.Eurc9v>.Eurc9v{margin-inline-start:16px}.s01nH_{--force-state-metadata:selected}.lsOYYV{color:inherit;cursor:pointer;display:flex;justify-content:var(--menu-items-alignment,flex-start);line-height:260%;padding:0 20px}.lsOYYV.s01nH_{color:var(--text-color-interactive,rgb(var(--txt-slct-dd,var(--color_19,color_19))))}.lsOYYV.s01nH_,.lsOYYV:hover{-webkit-text-decoration:var(--text-decoration-interactive,none);text-decoration:var(--text-decoration-interactive,none)}.lsOYYV:hover{color:var(--text-color-interactive,rgb(var(--txth-dd,var(--color_19,color_19))))}.lsOYYV .HZf5Ym{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lsOYYV .e1wX6W{opacity:.6}.e1wX6W{padding-inline-start:12px}.XVPL8q{align-self:center;display:flex;flex-shrink:0;padding-bottom:6px;padding-inline-end:3px;padding-top:6px;padding-inline-start:14px}.XVPL8q.zeoHcU ._3sKSe svg{fill:var(--icon-fill-color,var(--wst-links-and-actions-color,rgba(var(--fillcolor,var(--color_0,color_0)),var(--alpha-fillcolor,1))))}.XVPL8q ._3sKSe{height:21px;position:relative;width:21px}.XVPL8q ._3sKSe svg{fill:var(--icon-fill-color,var(--wst-accent-1-color,rgba(var(--fillcolor,var(--color_0,color_0)),var(--alpha-fillcolor,1))));fill-opacity:var(--alpha-fillcolor);height:21px;width:21px}.XVPL8q ._SWmiG{margin-inline-end:10px}.XVPL8q .NUcgT6{inset-inline-start:50%}.NUcgT6{background-color:var(--icon-badge-bg,rgba(var(--badge-bg,226,28,33),var(--alpha-badge-bg,1)));border-radius:10px;color:var(--icon-badge-text,var(--wst-base-1-color,rgb(var(--badge-txt,255,255,255))));display:block;font:unset;font-family:Arial,Helvetica,sans-serif;font-size:10px;height:18px;letter-spacing:1px;line-height:18px;padding-left:6px;padding-right:6px;pointer-events:none;position:absolute;text-align:center;top:0}.YkbuRz{align-items:center;display:flex;height:100%;max-width:100%;position:relative}.YkbuRz.OfJwAe{justify-content:inherit}.G6GNlz{display:var(--icons-display,block)}.bLcQyE .K0sbQf{padding-inline-start:var(--user-section-padding-start,7px)}.K0sbQf{align-items:center;cursor:pointer;display:flex;min-width:0;padding:6px 7px;position:relative;text-align:center;white-space:nowrap}.K0sbQf .ukB2Bd{display:var(--logged-in-text-display,none);min-width:60px;overflow:hidden;text-overflow:ellipsis}.K0sbQf .ukB2Bd,.K0sbQf .zhlV_J{padding-left:7px;padding-right:7px}.K0sbQf .zhlV_J{color:rgb(var(--fillcolor,var(--color_18,color_18)));display:var(--arrow-display,none);flex-shrink:0}.K0sbQf .zhlV_J .m11Au3{height:var(--arrow-size,14px);width:var(--arrow-size,14px)}.K0sbQf.ohRzkF:hover .m11Au3{color:var(--arrow-bg-color,var(--wst-links-and-actions-color,rgb(var(--txth,var(--color_19,color_19)))))}.K0sbQf:hover .m11Au3{color:var(--arrow-bg-color,var(--wst-accent-1-color,rgb(var(--txth,var(--color_19,color_19)))))}.K0sbQf:hover .ukB2Bd{color:var(--text-color-interactive,rgb(var(--txth,var(--color_19,color_19))));-webkit-text-decoration:var(--text-decoration-interactive,none);text-decoration:var(--text-decoration-interactive,none)}.Vc2GM7{display:var(--greeting-text-display,none)}.eUGVn8{align-items:center;color:inherit;cursor:pointer;display:flex;font:inherit;min-width:0;padding:6px 7px;position:relative;white-space:nowrap}.eUGVn8 .LcZX5c{display:var(--logged-out-text-display,block);padding-left:7px;padding-right:7px}.eUGVn8:hover .LcZX5c{opacity:.7}.pGZMn2{--display:flex;--line-arrow-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E");--full-arrow-icon:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path d="M13 18.7 26 7.3H0z"/></svg>');align-items:center;background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:var(--brw,0) solid var(--wst-base-2-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 transparent);box-sizing:border-box;color:var(--wst-accent-1-color,rgb(var(--txt,var(--color_18,color_18))));display:var(--display);font:var(--wst-paragraph-2-font,var(--fnt,var(--font_8)));justify-content:flex-end}.pGZMn2._mFhIi{color:var(--wst-links-and-actions-color,rgb(var(--txt,var(--color_18,color_18))))}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-responsive.5018a9e9.min.css">._pfxlW{clip-path:inset(50%);height:24px;position:absolute;width:24px}._pfxlW:active,._pfxlW:focus{clip-path:unset;right:0;top:50%;transform:translateY(-50%)}._pfxlW.RG3k61{transform:translateY(-50%) rotate(180deg)}.r4OX7l,.xTjc1A{box-sizing:border-box;height:100%;overflow:visible;position:relative;width:auto}.r4OX7l[data-state~=header] a,.r4OX7l[data-state~=header] div,[data-state~=header].xTjc1A a,[data-state~=header].xTjc1A div{cursor:default!important}.r4OX7l .UiHgGh,.xTjc1A .UiHgGh{display:inline-block;height:100%;width:100%}.xTjc1A{--display:inline-block;cursor:pointer;display:var(--display);font:var(--fnt,var(--font_1))}.xTjc1A .yRj2ms{padding:0 var(--pad,5px)}.xTjc1A .JS76Uv{color:rgb(var(--txt,var(--color_15,color_15)));display:inline-block;padding:0 10px;transition:var(--trans,color .4s ease 0s)}.xTjc1A[data-state~=drop]{display:block;width:100%}.xTjc1A[data-state~=drop] .JS76Uv{padding:0 .5em}.xTjc1A[data-state~=link]:hover .JS76Uv,.xTjc1A[data-state~=over] .JS76Uv{color:rgb(var(--txth,var(--color_14,color_14)));transition:var(--trans,color .4s ease 0s)}.xTjc1A[data-state~=selected] .JS76Uv{color:rgb(var(--txts,var(--color_14,color_14)));transition:var(--trans,color .4s ease 0s)}.NHM1d1{overflow-x:hidden}.NHM1d1 .R_TAzU{display:flex;flex-direction:column;height:100%;width:100%}.NHM1d1 .R_TAzU .aOF1ks{flex:1}.NHM1d1 .R_TAzU .y7qwii{height:calc(100% - (var(--menuTotalBordersY, 0px)));overflow:visible;white-space:nowrap;width:calc(100% - (var(--menuTotalBordersX, 0px)))}.NHM1d1 .R_TAzU .y7qwii .Tg1gOB,.NHM1d1 .R_TAzU .y7qwii .p90CkU{direction:var(--menu-direction);display:inline-block;text-align:var(--menu-align,var(--align))}.NHM1d1 .R_TAzU .y7qwii .mvZ3NH{display:block;width:100%}.NHM1d1 .h3jCPd{direction:var(--submenus-direction);display:block;opacity:1;text-align:var(--submenus-align,var(--align));z-index:99999}.NHM1d1 .h3jCPd .wkJ2fp{display:inherit;overflow:visible;visibility:inherit;white-space:nowrap;width:auto}.NHM1d1 .h3jCPd.DlGBN0{transition:visibility;transition-delay:.2s;visibility:visible}.NHM1d1 .h3jCPd .p90CkU{display:inline-block}.NHM1d1 .vh74Xw{display:none}.XwCBRN>nav{bottom:0;left:0;right:0;top:0}.XwCBRN .h3jCPd,.XwCBRN .y7qwii,.XwCBRN>nav{position:absolute}.XwCBRN .h3jCPd{margin-top:7px;visibility:hidden}.XwCBRN .h3jCPd[data-dropMode=dropUp]{margin-bottom:7px;margin-top:0}.XwCBRN .wkJ2fp{background-color:rgba(var(--bgDrop,var(--color_11,color_11)),var(--alpha-bgDrop,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 1px 4px rgba(0,0,0,.6))}.P0dCOY .PJ4KCX{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.xpmKd_{border-radius:var(--overflow-wrapper-border-radius)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[HeaderContainer_DefaultWithFillLayers].56160e40.min.css">.TMFrcJ{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}.dkyyRB{transform:translateY(-100%);transition:.2s ease-in}.L01Zxk{transition:.2s}.bFRsbd{opacity:0;transition:.2s ease-in}.bFRsbd.CwYhEy{z-index:-1!important}.u_eaP3{opacity:1;transition:.2s}.kn76TK{height:auto}.YTbrNX,.kn76TK{position:relative;width:100%}:host(:not(.device-mobile-optimized)) .EwS2PT,body:not(.device-mobile-optimized) .EwS2PT{margin-left:calc((100% - var(--site-width))/2);width:var(--site-width)}.x4zVYf[data-focuscycled=active]{outline:1px solid transparent}.x4zVYf[data-focuscycled=active]:not(:focus-within){outline:2px solid transparent;transition:outline .01s ease}.x4zVYf .TMFrcJ{background-color:transparent;border-bottom:var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));border-radius:var(--rd,0);border-top:var(--brwt,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));bottom:0;box-shadow:var(--shd,0 0 5px rgba(0,0,0,.5));left:0;overflow:hidden;position:absolute;right:0;top:0;transition:all .3s ease}.x4zVYf .zxR1mn.TMFrcJ{background-color:rgba(var(--bg-scrl,0,0,0),var(--alpha-bg-scrl,0));border-bottom:var(--brwb-scrl,var(--brwb,0)) solid var(--screenwidth-corvid-border-color,rgba(var(--brd-scrl,var(--brd,color_15)),var(--alpha-brd-scrl,1)));border-radius:var(--rd-scrl,var(--rd,0));border-top:var(--brwt-scrl,var(--brwt,0)) solid var(--screenwidth-corvid-border-color,rgba(var(--brd-scrl,var(--brd,color_15)),var(--alpha-brd-scrl,1)));box-shadow:var(--shd-scrl,var(--shd,0 0 5px rgba(0,0,0,.5)))}.x4zVYf .mTQGgy{box-sizing:border-box;height:100%;transition:all .3s ease}.x4zVYf .zxR1mn>.mTQGgy{opacity:var(--alpha-bg,1)}.x4zVYf .QijXjn{background-color:var(--screenwidth-corvid-background-color,transparent);height:100%;position:relative;transition:all .3s ease}.x4zVYf .zxR1mn>.QijXjn{opacity:var(--alpha-bg,1)}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_DefaultAreaSkin].4f93d927.min.css">.cwL6XW{cursor:pointer}.KaEeLN{--container-corvid-border-color:rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));--container-corvid-border-size:var(--brw,1px);--container-corvid-background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));--backdrop-filter:$backdrop-filter}.uYj0Sg{backdrop-filter:var(--backdrop-filter,none);background-color:var(--container-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)));background-image:var(--bg-gradient,none);border:var(--container-corvid-border-width,var(--brw,1px)) solid var(--container-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));border-radius:var(--rd,5px);bottom:0;box-shadow:var(--shd,0 1px 4px rgba(0,0,0,.6));left:0;position:absolute;right:0;top:0}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FooterContainer_DefaultWithFillLayers].56160e40.min.css">.TMFrcJ{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}.dkyyRB{transform:translateY(-100%);transition:.2s ease-in}.L01Zxk{transition:.2s}.bFRsbd{opacity:0;transition:.2s ease-in}.bFRsbd.CwYhEy{z-index:-1!important}.u_eaP3{opacity:1;transition:.2s}.kn76TK{height:auto}.YTbrNX,.kn76TK{position:relative;width:100%}:host(:not(.device-mobile-optimized)) .EwS2PT,body:not(.device-mobile-optimized) .EwS2PT{margin-left:calc((100% - var(--site-width))/2);width:var(--site-width)}.x4zVYf[data-focuscycled=active]{outline:1px solid transparent}.x4zVYf[data-focuscycled=active]:not(:focus-within){outline:2px solid transparent;transition:outline .01s ease}.x4zVYf .TMFrcJ{background-color:transparent;border-bottom:var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));border-radius:var(--rd,0);border-top:var(--brwt,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));bottom:0;box-shadow:var(--shd,0 0 5px rgba(0,0,0,.5));left:0;overflow:hidden;position:absolute;right:0;top:0;transition:all .3s ease}.x4zVYf .zxR1mn.TMFrcJ{background-color:rgba(var(--bg-scrl,0,0,0),var(--alpha-bg-scrl,0));border-bottom:var(--brwb-scrl,var(--brwb,0)) solid var(--screenwidth-corvid-border-color,rgba(var(--brd-scrl,var(--brd,color_15)),var(--alpha-brd-scrl,1)));border-radius:var(--rd-scrl,var(--rd,0));border-top:var(--brwt-scrl,var(--brwt,0)) solid var(--screenwidth-corvid-border-color,rgba(var(--brd-scrl,var(--brd,color_15)),var(--alpha-brd-scrl,1)));box-shadow:var(--shd-scrl,var(--shd,0 0 5px rgba(0,0,0,.5)))}.x4zVYf .mTQGgy{box-sizing:border-box;height:100%;transition:all .3s ease}.x4zVYf .zxR1mn>.mTQGgy{opacity:var(--alpha-bg,1)}.x4zVYf .QijXjn{background-color:var(--screenwidth-corvid-background-color,transparent);height:100%;position:relative;transition:all .3s ease}.x4zVYf .zxR1mn>.QijXjn{opacity:var(--alpha-bg,1)}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StripColumnsContainer_DesignedStrip].b48c8006.min.css">:host(:not(.device-mobile-optimized)) .CohWsy,body:not(.device-mobile-optimized) .CohWsy{display:flex}:host(:not(.device-mobile-optimized)) .V5AUxf,body:not(.device-mobile-optimized) .V5AUxf{-moz-column-gap:var(--margin);column-gap:var(--margin);direction:var(--direction);display:flex;margin:0 auto;position:relative;width:calc(100% - var(--padding)*2)}:host(:not(.device-mobile-optimized)) .V5AUxf>*,body:not(.device-mobile-optimized) .V5AUxf>*{direction:ltr;flex:var(--column-flex) 1 0%;left:0;margin-bottom:var(--padding);margin-top:var(--padding);min-width:0;position:relative;top:0}:host(.device-mobile-optimized) .V5AUxf,body.device-mobile-optimized .V5AUxf{display:block;padding-bottom:var(--padding-y);padding-left:var(--padding-x,0);padding-right:var(--padding-x,0);padding-top:var(--padding-y);position:relative}:host(.device-mobile-optimized) .V5AUxf>*,body.device-mobile-optimized .V5AUxf>*{margin-bottom:var(--margin);position:relative}:host(.device-mobile-optimized) .V5AUxf>:first-child,body.device-mobile-optimized .V5AUxf>:first-child{margin-top:var(--firstChildMarginTop,0)}:host(.device-mobile-optimized) .V5AUxf>:last-child,body.device-mobile-optimized .V5AUxf>:last-child{margin-bottom:var(--lastChildMarginBottom)}.LIhNy3{backface-visibility:hidden}.jhxvbR,.mtrorN{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.if7Vw2{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.if7Vw2.f0uTJH{clip:rect(0,auto,auto,0)}.if7Vw2 .i1tH8h{height:100%;position:absolute;top:0;width:100%}.if7Vw2 .DXi4PB{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.if7Vw2 .DXi4PB img{height:100%;width:100%}@supports(-webkit-hyphens:none){.if7Vw2.f0uTJH{clip:auto;-webkit-clip-path:inset(0)}}.wG8dni{height:100%}.tcElKx{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.ImALHf,.Ybjs9b{opacity:var(--fill-layer-video-opacity)}.UWmm3w{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.Yjj1af{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.ImALHf{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.KCM6zk{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.KCM6zk .DXi4PB,.KCM6zk .ImALHf,.KCM6zk .Ybjs9b{opacity:1}._uqPqy{clip-path:var(--fill-layer-clip)}._uqPqy,.eKyYhK{position:absolute;top:0}._uqPqy,.eKyYhK,.x0mqQS img{height:100%;width:100%}.pnCr6P{opacity:0}.blf7sp,.pnCr6P{position:absolute;top:0}.blf7sp{height:0;left:0;overflow:hidden;width:0}.rWP3Gv{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.Tr4n3d,.rWP3Gv,.wRqk6s{height:100%;top:0;width:100%}.wRqk6s{position:absolute}.Tr4n3d{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.Tr4n3d{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}.VXAmO2{--divider-pin-height__:min(1,calc(var(--divider-layers-pin-factor__) + 1));--divider-pin-layer-height__:var( --divider-layers-pin-factor__ );--divider-pin-border__:min(1,calc(var(--divider-layers-pin-factor__) / -1 + 1));height:calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))}.VXAmO2,.VXAmO2 .dy3w_9{left:0;position:absolute;width:100%}.VXAmO2 .dy3w_9{--divider-layer-i__:var(--divider-layer-i,0);background-position:left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;background-repeat:repeat-x;border-bottom-style:solid;border-bottom-width:calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));height:calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));opacity:calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))}.UORcXs{--divider-height__:var(--divider-top-height,auto);--divider-offset-x__:var(--divider-top-offset-x,0px);--divider-layers-size__:var(--divider-top-layers-size,0);--divider-layers-y__:var(--divider-top-layers-y,0px);--divider-layers-x__:var(--divider-top-layers-x,0px);--divider-layers-pin-factor__:var(--divider-top-layers-pin-factor,0);border-top:var(--divider-top-padding,0) solid var(--divider-top-color,currentColor);opacity:var(--divider-top-opacity,1);top:0;transform:var(--divider-top-flip,scaleY(-1))}.UORcXs .dy3w_9{background-image:var(--divider-top-image,none);background-size:var(--divider-top-size,contain);border-color:var(--divider-top-color,currentColor);bottom:0;filter:var(--divider-top-filter,none)}.UORcXs .dy3w_9[data-divider-layer="1"]{display:var(--divider-top-layer-1-display,block)}.UORcXs .dy3w_9[data-divider-layer="2"]{display:var(--divider-top-layer-2-display,block)}.UORcXs .dy3w_9[data-divider-layer="3"]{display:var(--divider-top-layer-3-display,block)}.Io4VUz{--divider-height__:var(--divider-bottom-height,auto);--divider-offset-x__:var(--divider-bottom-offset-x,0px);--divider-layers-size__:var(--divider-bottom-layers-size,0);--divider-layers-y__:var(--divider-bottom-layers-y,0px);--divider-layers-x__:var(--divider-bottom-layers-x,0px);--divider-layers-pin-factor__:var(--divider-bottom-layers-pin-factor,0);border-bottom:var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor);bottom:0;opacity:var(--divider-bottom-opacity,1);transform:var(--divider-bottom-flip,none)}.Io4VUz .dy3w_9{background-image:var(--divider-bottom-image,none);background-size:var(--divider-bottom-size,contain);border-color:var(--divider-bottom-color,currentColor);bottom:0;filter:var(--divider-bottom-filter,none)}.Io4VUz .dy3w_9[data-divider-layer="1"]{display:var(--divider-bottom-layer-1-display,block)}.Io4VUz .dy3w_9[data-divider-layer="2"]{display:var(--divider-bottom-layer-2-display,block)}.Io4VUz .dy3w_9[data-divider-layer="3"]{display:var(--divider-bottom-layer-3-display,block)}.GdhNyQ{border-color:rgba(var(--brd),var(--alpha-brd,0));border-radius:var(--rd,0);border-style:solid;border-width:var(--brw,0);box-shadow:var(--shd,0);box-sizing:border-box}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Column_DesignedColumn].9befee5d.min.css">.CJOjs7{border-color:rgba(var(--brd),var(--alpha-brd,0));border-radius:var(--rd,0);border-style:solid;border-width:var(--brw,0);box-shadow:var(--shd,0);box-sizing:border-box}.YzqVVZ{overflow:visible;position:relative}.mwF7X1{backface-visibility:hidden}.YGilLk{cursor:pointer}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FreemiumBannerDesktop_FreemiumBannerDesktopNewLogo].2f18257a.min.css">.ytGGBw{width:100%}.ytGGBw.U3zsen{--display:none;display:var(--display)}.ytGGBw.wDEwXV{display:block;visibility:visible}.ytGGBw .RMGHU6{direction:rtl}.ytGGBw .ZdV7_s{direction:ltr}.ytGGBw.czJOIz{position:fixed;top:0;z-index:var(--above-all-z-index)}@font-face{font-display:swap;font-family:wixFreemiumFontW01-35Thin;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW01-45Ligh;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW01-55Roma;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW01-65Medi;font-weight:700;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW02-35Thin;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/775a65da-14aa-4634-be95-6724c05fd522.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/988eaaa7-5565-4f65-bb17-146b650ce9e9.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/3503a1a6-91c3-4c42-8e66-2ea7b2b57541.svg#3503a1a6-91c3-4c42-8e66-2ea7b2b57541) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW02-45Ligh;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW02-55Roma;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW02-65Medi;font-weight:700;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW10-35Thin;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/c881c21b-4148-4a11-a65d-f35e42999bc8.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/03634cf1-a9c9-4e13-b049-c90d830423d4.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/1bc99c0a-298b-46f9-b325-18b5e5169795.svg#1bc99c0a-298b-46f9-b325-18b5e5169795) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW10-45Ligh;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/835e7b4f-b524-4374-b57b-9a8fc555fd4e.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/2c694ef6-9615-473e-8cf4-d8d00c6bd973.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/3fc84193-a13f-4fe8-87f7-238748a4ac54.svg#3fc84193-a13f-4fe8-87f7-238748a4ac54) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW10-65Medi;font-weight:700;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/7092fdcc-7036-48ce-ae23-cfbc9be2e3b0.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/7092fdcc-7036-48ce-ae23-cfbc9be2e3b0.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b29e833-1b7a-40ab-82a5-cfd69c8650f4.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b0298148-2d59-44d1-9ec9-1ca6bb097603.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/ae1dea8c-a953-4845-b616-74a257ba72e6.svg#ae1dea8c-a953-4845-b616-74a257ba72e6) format("svg")}@font-face{font-display:swap;font-family:wixFreemiumFontW10-55Roma;src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot?#iefix);src:url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/8ac9e38d-29c6-41ea-8e47-4ae4d2b1a4e1.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/4bd09087-655e-4abb-844c-dccdeb68003d.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/df234d87-eada-4058-aa80-5871e7fbe1c3.svg#df234d87-eada-4058-aa80-5871e7fbe1c3) format("svg")}@font-face{font-display:swap;font-family:Madefor-Text;font-weight:400;src:url(//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/WixMadefor/v3/WixMadeforTextVF_W_Wght.woff2) format("woff2-variations"),url(//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/WixMadefor/v3/WixMadeforText_W_Rg.woff2) format("woff2"),url(//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/WixMadefor/v3/WixMadeforText_W_Rg.woff) format("woff")}.o9Ik1k{width:100%}.o9Ik1k.piZFU2{--display:none;display:var(--display)}.o9Ik1k.UoQ5EU{display:block;visibility:visible}.o9Ik1k .OjFIih{direction:rtl}.o9Ik1k .onAlzG{direction:ltr}.o9Ik1k.WXq0H5{position:fixed;top:0;z-index:var(--above-all-z-index)}.MyEGHM .q6N3mD{align-items:center;background:#eff1f2;border-bottom:1px solid #166aea;box-sizing:border-box;display:flex;height:50px;justify-content:center;width:100%}.MyEGHM .q6N3mD.u53c4q{background-color:red;border:none}.MyEGHM .q6N3mD:focus{box-shadow:0 0 0 1px #116dff,inset -2px 2px 0 0 #116dff,inset 2px 2px 0 0 #116dff!important}.MyEGHM .q6N3mD>.HW1JeT{align-items:center;display:flex}.MyEGHM .q6N3mD>.HW1JeT .LIzdTp{color:#20303c;display:flex;font-size:16px;font-weight:400;line-height:24px}.MyEGHM .q6N3mD>.HW1JeT .LIzdTp,.MyEGHM .q6N3mD>.HW1JeT ._ollQ6{flex-shrink:0;font-family:Madefor-Text,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif}.MyEGHM .q6N3mD>.HW1JeT ._ollQ6{align-items:center;border:1px solid #166aea;border-radius:17px;color:#166aea;display:inline-flex;font-size:14px;height:25px;justify-content:center;text-align:center;width:112px}.MyEGHM .q6N3mD>.HW1JeT ._ollQ6.onAlzG{margin-left:16px}.MyEGHM .q6N3mD>.HW1JeT ._ollQ6.OjFIih{margin-right:16px}.MyEGHM .q6N3mD>.HW1JeT .FAeSJk{direction:ltr;display:inline-flex;margin:0 10px}.MyEGHM .q6N3mD>.HW1JeT .bbyQBf{align-items:center;border-right:1px solid #000;display:flex;padding-right:8px}.MyEGHM .q6N3mD:not(.u53c4q):hover{cursor:pointer}.MyEGHM .q6N3mD:not(.u53c4q):hover ._ollQ6{background-color:#166aea;color:#fff}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].39deac6a.min.css">.LHrbPP{background:#fff;border-radius:24px;color:#116dff;cursor:pointer;font-family:Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;font-size:14px;height:0;left:50%;margin-left:-94px;opacity:0;padding:0 24px 0 24px;pointer-events:none;position:absolute;top:60px;width:0;z-index:9999}.LHrbPP:focus{border:2px solid;height:40px;opacity:1;pointer-events:auto;width:auto}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SiteButton_ButtonArrow].f1e8ce3f.min.css">.PlZyDq{touch-action:manipulation}.DF9NQC{align-items:center;box-sizing:border-box;display:flex;justify-content:var(--label-align);min-width:100%;text-align:initial;width:-moz-max-content;width:max-content}.DF9NQC:before{max-width:var(--margin-start,0)}.DF9NQC:after,.DF9NQC:before{align-self:stretch;content:"";flex-grow:1}.DF9NQC:after{max-width:var(--margin-end,0)}.I0Z1hF{overflow:hidden}.I0Z1hF[aria-disabled=false] .DF9NQC{cursor:pointer}:host(.device-mobile-optimized) .I0Z1hF[aria-disabled=false]:active .SdUQJg,body.device-mobile-optimized .I0Z1hF[aria-disabled=false]:active .SdUQJg{background:var(--corvid-hover-background-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)))}:host(.device-mobile-optimized) .I0Z1hF[aria-disabled=false]:active .NmszKH,body.device-mobile-optimized .I0Z1hF[aria-disabled=false]:active .NmszKH{color:var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))))}:host(.device-mobile-optimized) .I0Z1hF[aria-disabled=false]:active .J5uOBX,body.device-mobile-optimized .I0Z1hF[aria-disabled=false]:active .J5uOBX{border-bottom-color:var(--corvid-hover-border-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)))!important}:host(.device-mobile-optimized) .I0Z1hF[aria-disabled=false]:active .fFDpax,body.device-mobile-optimized .I0Z1hF[aria-disabled=false]:active .fFDpax{border-top-color:var(--corvid-hover-border-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)))!important}:host(:not(.device-mobile-optimized)) .I0Z1hF[aria-disabled=false]:hover .SdUQJg,body:not(.device-mobile-optimized) .I0Z1hF[aria-disabled=false]:hover .SdUQJg{background:var(--corvid-hover-background-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)))}:host(:not(.device-mobile-optimized)) .I0Z1hF[aria-disabled=false]:hover .NmszKH,body:not(.device-mobile-optimized) .I0Z1hF[aria-disabled=false]:hover .NmszKH{color:var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))))}:host(:not(.device-mobile-optimized)) .I0Z1hF[aria-disabled=false]:hover .J5uOBX,body:not(.device-mobile-optimized) .I0Z1hF[aria-disabled=false]:hover .J5uOBX{border-bottom-color:var(--corvid-hover-border-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)))!important}:host(:not(.device-mobile-optimized)) .I0Z1hF[aria-disabled=false]:hover .fFDpax,body:not(.device-mobile-optimized) .I0Z1hF[aria-disabled=false]:hover .fFDpax{border-top-color:var(--corvid-hover-border-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)))!important}.I0Z1hF .SdUQJg{background:var(--corvid-background-color,rgba(var(--bg,var(--color_17,color_17)),var(--alpha-bg,1)));right:50px}.I0Z1hF .DF9NQC,.I0Z1hF .SdUQJg{bottom:0;left:0;position:absolute;top:0}.I0Z1hF .DF9NQC{right:0}.I0Z1hF .NmszKH{color:var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));font:var(--fnt,var(--font_5));position:relative;white-space:nowrap}.I0Z1hF .J5uOBX,.I0Z1hF .fFDpax{border-left:0;border-right:50px solid transparent;position:absolute;right:0}:host(.device-mobile-optimized) .I0Z1hF .J5uOBX,:host(.device-mobile-optimized) .I0Z1hF .fFDpax,body.device-mobile-optimized .I0Z1hF .J5uOBX,body.device-mobile-optimized .I0Z1hF .fFDpax{right:1px}.I0Z1hF .J5uOBX{border-bottom:50px solid var(--corvid-background-color,rgba(var(--bg,var(--color_17,color_17)),var(--alpha-bg,1)));bottom:50%!important}:host(.device-mobile-optimized) .I0Z1hF .J5uOBX,body.device-mobile-optimized .I0Z1hF .J5uOBX{transform:scale(1.01)}.I0Z1hF .fFDpax{border-top:50px solid var(--corvid-background-color,rgba(var(--bg,var(--color_17,color_17)),var(--alpha-bg,1)));top:50%!important}.I0Z1hF[aria-disabled=true] .SdUQJg{background:var(--corvid-disabled-background-color,rgba(var(--bgd,204,204,204),var(--alpha-bgd,1)))}.I0Z1hF[aria-disabled=true] .NmszKH{color:var(--corvid-disabled-color,rgb(var(--txtd,255,255,255)))}.I0Z1hF[aria-disabled=true] .J5uOBX{border-bottom-color:var(--corvid-disabled-background-color,rgba(var(--bgd,204,204,204),var(--alpha-bgd,1)))}.I0Z1hF[aria-disabled=true] .fFDpax{border-top-color:var(--corvid-disabled-background-color,rgba(var(--bgd,204,204,204),var(--alpha-bgd,1)))}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ClassicSection].6435d050.min.css">.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.Oqnisf{overflow:visible}.Oqnisf>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,var(--bg-overlay-color))}.cM88eO{backface-visibility:hidden}.YtfWHd{left:0;top:0}.YtfWHd,.mj3xJ8{position:absolute}.mj3xJ8{clip:rect(0 0 0 0);background-color:#fff;border-radius:50%;bottom:3px;color:#000;display:grid;height:24px;outline:1px solid #000;place-items:center;pointer-events:none;right:3px;width:24px;z-index:9999}.mj3xJ8:active,.mj3xJ8:focus{clip:auto;pointer-events:auto}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}.dkukWC{--divider-pin-height__:min(1,calc(var(--divider-layers-pin-factor__) + 1));--divider-pin-layer-height__:var( --divider-layers-pin-factor__ );--divider-pin-border__:min(1,calc(var(--divider-layers-pin-factor__) / -1 + 1));height:calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))}.dkukWC,.dkukWC .FRCqDF{left:0;position:absolute;width:100%}.dkukWC .FRCqDF{--divider-layer-i__:var(--divider-layer-i,0);background-position:left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;background-repeat:repeat-x;border-bottom-style:solid;border-bottom-width:calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));height:calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));opacity:calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))}.xnZvZH{--divider-height__:var(--divider-top-height,auto);--divider-offset-x__:var(--divider-top-offset-x,0px);--divider-layers-size__:var(--divider-top-layers-size,0);--divider-layers-y__:var(--divider-top-layers-y,0px);--divider-layers-x__:var(--divider-top-layers-x,0px);--divider-layers-pin-factor__:var(--divider-top-layers-pin-factor,0);border-top:var(--divider-top-padding,0) solid var(--divider-top-color,currentColor);opacity:var(--divider-top-opacity,1);top:0;transform:var(--divider-top-flip,scaleY(-1))}.xnZvZH .FRCqDF{background-image:var(--divider-top-image,none);background-size:var(--divider-top-size,contain);border-color:var(--divider-top-color,currentColor);bottom:0;filter:var(--divider-top-filter,none)}.xnZvZH .FRCqDF[data-divider-layer="1"]{display:var(--divider-top-layer-1-display,block)}.xnZvZH .FRCqDF[data-divider-layer="2"]{display:var(--divider-top-layer-2-display,block)}.xnZvZH .FRCqDF[data-divider-layer="3"]{display:var(--divider-top-layer-3-display,block)}.MBOSCN{--divider-height__:var(--divider-bottom-height,auto);--divider-offset-x__:var(--divider-bottom-offset-x,0px);--divider-layers-size__:var(--divider-bottom-layers-size,0);--divider-layers-y__:var(--divider-bottom-layers-y,0px);--divider-layers-x__:var(--divider-bottom-layers-x,0px);--divider-layers-pin-factor__:var(--divider-bottom-layers-pin-factor,0);border-bottom:var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor);bottom:0;opacity:var(--divider-bottom-opacity,1);transform:var(--divider-bottom-flip,none)}.MBOSCN .FRCqDF{background-image:var(--divider-bottom-image,none);background-size:var(--divider-bottom-size,contain);border-color:var(--divider-bottom-color,currentColor);bottom:0;filter:var(--divider-bottom-filter,none)}.MBOSCN .FRCqDF[data-divider-layer="1"]{display:var(--divider-bottom-layer-1-display,block)}.MBOSCN .FRCqDF[data-divider-layer="2"]{display:var(--divider-bottom-layer-2-display,block)}.MBOSCN .FRCqDF[data-divider-layer="3"]{display:var(--divider-bottom-layer-3-display,block)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowContainer].7a479fee.min.css">.pkvyTp{border-radius:50%;cursor:pointer;height:24px;width:24px}.JMUd8Z.mDzRgi,.QodGTM.mDzRgi{--display:grid;background-color:transparent;box-sizing:border-box;display:var(--display);min-height:50px;position:relative}.JMUd8Z.mDzRgi .XvQ3FE,.QodGTM.mDzRgi .XvQ3FE{align-self:center;cursor:pointer;display:var(--nav-button-display);grid-area:1/1/1/1;margin:0 var(--nav-button-offset);position:absolute;width:var(--nav-button-width);z-index:1}.JMUd8Z.mDzRgi .XvQ3FE.CdshHv,.QodGTM.mDzRgi .XvQ3FE.CdshHv{justify-self:var(--nav-button-prev-self-justify)}.JMUd8Z.mDzRgi .XvQ3FE.Qinjwp,.QodGTM.mDzRgi .XvQ3FE.Qinjwp{justify-self:var(--nav-button-next-self-justify)}.JMUd8Z.mDzRgi .hDJzl4,.QodGTM.mDzRgi .hDJzl4{grid-area:1/1/1/1;height:100%;overflow:var(--slides-overflow);position:absolute;width:100%}.JMUd8Z.mDzRgi .hDJzl4.tAoGqR,.QodGTM.mDzRgi .hDJzl4.tAoGqR{overflow:var(--transition-overflow,var(--slides-overflow))}.JMUd8Z.mDzRgi .hDJzl4>*,.QodGTM.mDzRgi .hDJzl4>*{overflow:var(--slides-overflow)}.JMUd8Z.mDzRgi .T23gn7.hDJzl4,.QodGTM.mDzRgi .T23gn7.hDJzl4{height:auto;position:relative}.JMUd8Z.mDzRgi .T23gn7.hDJzl4>*,.QodGTM.mDzRgi .T23gn7.hDJzl4>*{top:0}.JMUd8Z.mDzRgi .T23gn7.hDJzl4>:not(:first-child),.QodGTM.mDzRgi .T23gn7.hDJzl4>:not(:first-child){--force-state-metadata:false;position:absolute!important}.JMUd8Z.mDzRgi .N2NGoO,.QodGTM.mDzRgi .N2NGoO{border-radius:var(--rd,0);bottom:0;box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));left:0;pointer-events:none;position:absolute;right:0;top:0}.JMUd8Z.mDzRgi .lZ5yqT,.QodGTM.mDzRgi .lZ5yqT{align-self:end;direction:var(--nav-dot-direction);display:var(--nav-dot-section-display);grid-area:1/1/1/1;justify-self:center;margin-bottom:var(--nav-dot-section-bottom-margin);position:absolute;transform:translateY(50%)}.JMUd8Z.mDzRgi .lZ5yqT .dZxZOk,.QodGTM.mDzRgi .lZ5yqT .dZxZOk{align-items:center;display:flex;justify-content:center;pointer-events:none;position:relative;width:100%}.JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp,.QodGTM.mDzRgi .lZ5yqT .ZVUGJp{box-sizing:border-box;cursor:pointer;display:block;height:var(--nav-dot-size);margin:0 var(--nav-dot-margin);pointer-events:auto;position:relative;width:var(--nav-dot-size)}.JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm,.QodGTM.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm{height:var(--nav-dot-size-selected);width:var(--nav-dot-size-selected)}.JMUd8Z.mDzRgi .W44q6c,.QodGTM.mDzRgi .W44q6c{bottom:0;position:absolute;right:0;z-index:var(--above-all-in-container,49)}.JMUd8Z .XvQ3FE:hover,.QodGTM .XvQ3FE:hover{opacity:.6}.JMUd8Z .XvQ3FE.Qinjwp,.QodGTM .XvQ3FE.Qinjwp{transform:scaleX(var(--nav-button-next-scaleX-transform))}.JMUd8Z .XvQ3FE.CdshHv,.QodGTM .XvQ3FE.CdshHv{transform:scaleX(var(--nav-button-prev-scaleX-transform))}.JMUd8Z .XvQ3FE svg,.QodGTM .XvQ3FE svg{fill:rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1));stroke:rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1));stroke-width:1px}.JMUd8Z .ZVUGJp{background-color:rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1));border-radius:50%}.JMUd8Z .ZVUGJp.Ale4Rm{background-color:rgba(var(--dotsSelectedColor,var(--color_11,color_11)),var(--alpha-dotsSelectedColor,1))}.QodGTM .ZVUGJp{background-color:rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1));border-radius:50%}.QodGTM .ZVUGJp.Ale4Rm{background-color:transparent;border:2px solid rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1))}.ENJ6Ca.mDzRgi{--display:grid;background-color:transparent;box-sizing:border-box;display:var(--display);min-height:50px;position:relative}.ENJ6Ca.mDzRgi .XvQ3FE{align-self:center;cursor:pointer;display:var(--nav-button-display);grid-area:1/1/1/1;margin:0 var(--nav-button-offset);position:absolute;width:var(--nav-button-width);z-index:1}.ENJ6Ca.mDzRgi .XvQ3FE.CdshHv{justify-self:var(--nav-button-prev-self-justify)}.ENJ6Ca.mDzRgi .XvQ3FE.Qinjwp{justify-self:var(--nav-button-next-self-justify)}.ENJ6Ca.mDzRgi .hDJzl4{grid-area:1/1/1/1;height:100%;overflow:var(--slides-overflow);position:absolute;width:100%}.ENJ6Ca.mDzRgi .hDJzl4.tAoGqR{overflow:var(--transition-overflow,var(--slides-overflow))}.ENJ6Ca.mDzRgi .hDJzl4>*{overflow:var(--slides-overflow)}.ENJ6Ca.mDzRgi .T23gn7.hDJzl4{height:auto;position:relative}.ENJ6Ca.mDzRgi .T23gn7.hDJzl4>*{top:0}.ENJ6Ca.mDzRgi .T23gn7.hDJzl4>:not(:first-child){--force-state-metadata:false;position:absolute!important}.ENJ6Ca.mDzRgi .N2NGoO{border-radius:var(--rd,0);bottom:0;box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));left:0;pointer-events:none;position:absolute;right:0;top:0}.ENJ6Ca.mDzRgi .lZ5yqT{align-self:end;direction:var(--nav-dot-direction);display:var(--nav-dot-section-display);grid-area:1/1/1/1;justify-self:center;margin-bottom:var(--nav-dot-section-bottom-margin);position:absolute;transform:translateY(50%)}.ENJ6Ca.mDzRgi .lZ5yqT .dZxZOk{align-items:center;display:flex;justify-content:center;pointer-events:none;position:relative;width:100%}.ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp{box-sizing:border-box;cursor:pointer;display:block;height:var(--nav-dot-size);margin:0 var(--nav-dot-margin);pointer-events:auto;position:relative;width:var(--nav-dot-size)}.ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm{height:var(--nav-dot-size-selected);width:var(--nav-dot-size-selected)}.ENJ6Ca.mDzRgi .W44q6c{bottom:0;position:absolute;right:0;z-index:var(--above-all-in-container,49)}.ENJ6Ca .XvQ3FE:hover{opacity:.6}.ENJ6Ca .XvQ3FE.CdshHv{transform:scaleX(var(--nav-button-prev-circle-scaleX-transform))}.ENJ6Ca .XvQ3FE.Qinjwp{transform:scaleX(var(--nav-button-next-circle-scaleX-transform))}.ENJ6Ca .XvQ3FE svg{fill:rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1))}.ENJ6Ca .ZVUGJp{background-color:rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1));border-radius:50%}.ENJ6Ca .ZVUGJp.Ale4Rm{background-color:transparent;border:2px solid rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1))}.ghJlnq.mDzRgi{--display:grid;background-color:transparent;box-sizing:border-box;display:var(--display);min-height:50px;position:relative}.ghJlnq.mDzRgi .XvQ3FE{align-self:center;cursor:pointer;display:var(--nav-button-display);grid-area:1/1/1/1;margin:0 var(--nav-button-offset);position:absolute;width:var(--nav-button-width);z-index:1}.ghJlnq.mDzRgi .XvQ3FE.CdshHv{justify-self:var(--nav-button-prev-self-justify)}.ghJlnq.mDzRgi .XvQ3FE.Qinjwp{justify-self:var(--nav-button-next-self-justify)}.ghJlnq.mDzRgi .hDJzl4{grid-area:1/1/1/1;height:100%;overflow:var(--slides-overflow);position:absolute;width:100%}.ghJlnq.mDzRgi .hDJzl4.tAoGqR{overflow:var(--transition-overflow,var(--slides-overflow))}.ghJlnq.mDzRgi .hDJzl4>*{overflow:var(--slides-overflow)}.ghJlnq.mDzRgi .T23gn7.hDJzl4{height:auto;position:relative}.ghJlnq.mDzRgi .T23gn7.hDJzl4>*{top:0}.ghJlnq.mDzRgi .T23gn7.hDJzl4>:not(:first-child){--force-state-metadata:false;position:absolute!important}.ghJlnq.mDzRgi .N2NGoO{border-radius:var(--rd,0);bottom:0;box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));left:0;pointer-events:none;position:absolute;right:0;top:0}.ghJlnq.mDzRgi .lZ5yqT{align-self:end;direction:var(--nav-dot-direction);display:var(--nav-dot-section-display);grid-area:1/1/1/1;justify-self:center;margin-bottom:var(--nav-dot-section-bottom-margin);position:absolute;transform:translateY(50%)}.ghJlnq.mDzRgi .lZ5yqT .dZxZOk{align-items:center;display:flex;justify-content:center;pointer-events:none;position:relative;width:100%}.ghJlnq.mDzRgi .lZ5yqT .ZVUGJp{box-sizing:border-box;cursor:pointer;display:block;height:var(--nav-dot-size);margin:0 var(--nav-dot-margin);pointer-events:auto;position:relative;width:var(--nav-dot-size)}.ghJlnq.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm{height:var(--nav-dot-size-selected);width:var(--nav-dot-size-selected)}.ghJlnq.mDzRgi .W44q6c{bottom:0;position:absolute;right:0;z-index:var(--above-all-in-container,49)}.ghJlnq .XvQ3FE:hover{opacity:.6}.ghJlnq .XvQ3FE.CdshHv{transform:scaleX(var(--nav-button-prev-scaleX-transform))}.ghJlnq .XvQ3FE.Qinjwp{transform:scaleX(var(--nav-button-next-scaleX-transform))}.ghJlnq .XvQ3FE svg path:first-child{fill:rgba(var(--arrowContainerColor,var(--color_11,color_11)),var(--alpha-arrowContainerColor,1))}.ghJlnq .XvQ3FE svg path:last-child{fill:rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1))}.ghJlnq .ZVUGJp{background-color:rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1))}.ghJlnq .ZVUGJp.Ale4Rm{background-color:rgba(var(--dotsSelectedColor,var(--color_11,color_11)),var(--alpha-dotsSelectedColor,1))}.XVHXq_.mDzRgi{--display:grid;background-color:transparent;box-sizing:border-box;display:var(--display);min-height:50px;position:relative}.XVHXq_.mDzRgi .XvQ3FE{align-self:center;cursor:pointer;display:var(--nav-button-display);grid-area:1/1/1/1;margin:0 var(--nav-button-offset);position:absolute;width:var(--nav-button-width);z-index:1}.XVHXq_.mDzRgi .XvQ3FE.CdshHv{justify-self:var(--nav-button-prev-self-justify)}.XVHXq_.mDzRgi .XvQ3FE.Qinjwp{justify-self:var(--nav-button-next-self-justify)}.XVHXq_.mDzRgi .hDJzl4{grid-area:1/1/1/1;height:100%;overflow:var(--slides-overflow);position:absolute;width:100%}.XVHXq_.mDzRgi .hDJzl4.tAoGqR{overflow:var(--transition-overflow,var(--slides-overflow))}.XVHXq_.mDzRgi .hDJzl4>*{overflow:var(--slides-overflow)}.XVHXq_.mDzRgi .T23gn7.hDJzl4{height:auto;position:relative}.XVHXq_.mDzRgi .T23gn7.hDJzl4>*{top:0}.XVHXq_.mDzRgi .T23gn7.hDJzl4>:not(:first-child){--force-state-metadata:false;position:absolute!important}.XVHXq_.mDzRgi .N2NGoO{border-radius:var(--rd,0);bottom:0;box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));left:0;pointer-events:none;position:absolute;right:0;top:0}.XVHXq_.mDzRgi .lZ5yqT{align-self:end;direction:var(--nav-dot-direction);display:var(--nav-dot-section-display);grid-area:1/1/1/1;justify-self:center;margin-bottom:var(--nav-dot-section-bottom-margin);position:absolute;transform:translateY(50%)}.XVHXq_.mDzRgi .lZ5yqT .dZxZOk{align-items:center;display:flex;justify-content:center;pointer-events:none;position:relative;width:100%}.XVHXq_.mDzRgi .lZ5yqT .ZVUGJp{box-sizing:border-box;cursor:pointer;display:block;height:var(--nav-dot-size);margin:0 var(--nav-dot-margin);pointer-events:auto;position:relative;width:var(--nav-dot-size)}.XVHXq_.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm{height:var(--nav-dot-size-selected);width:var(--nav-dot-size-selected)}.XVHXq_.mDzRgi .W44q6c{bottom:0;position:absolute;right:0;z-index:var(--above-all-in-container,49)}.XVHXq_.mDzRgi{min-height:unset}.sNF2R0{opacity:0}.hLoBV3{transition:opacity var(--transition-duration) cubic-bezier(.37,0,.63,1)}.Rdf41z,.hLoBV3{opacity:1}.ftlZWo{transition:opacity var(--transition-duration) cubic-bezier(.37,0,.63,1)}.ATGlOr,.ftlZWo{opacity:0}.KQSXD0{transition:opacity var(--transition-duration) cubic-bezier(.64,0,.78,0)}.KQSXD0,.pagQKE{opacity:1}._6zG5H{opacity:0;transition:opacity var(--transition-duration) cubic-bezier(.22,1,.36,1)}.BB49uC{transform:translateX(100%)}.j9xE1V{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.ICs7Rs,.j9xE1V{transform:translateX(0)}.DxijZJ{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.B5kjYq,.DxijZJ{transform:translateX(-100%)}.cJijIV{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.cJijIV,.hOxaWM{transform:translateX(0)}.T9p3fN{transform:translateX(100%);transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.qDxYJm{transform:translateY(100%)}.aA9V0P{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.YPXPAS,.aA9V0P{transform:translateY(0)}.Xf2zsA{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.Xf2zsA,.y7Kt7s{transform:translateY(-100%)}.EeUgMu{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.EeUgMu,.fdHrtm{transform:translateY(0)}.WIFaG4{transform:translateY(100%);transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StripColumnsContainer_Default].74034efe.min.css">:host(:not(.device-mobile-optimized)) .CohWsy,body:not(.device-mobile-optimized) .CohWsy{display:flex}:host(:not(.device-mobile-optimized)) .V5AUxf,body:not(.device-mobile-optimized) .V5AUxf{-moz-column-gap:var(--margin);column-gap:var(--margin);direction:var(--direction);display:flex;margin:0 auto;position:relative;width:calc(100% - var(--padding)*2)}:host(:not(.device-mobile-optimized)) .V5AUxf>*,body:not(.device-mobile-optimized) .V5AUxf>*{direction:ltr;flex:var(--column-flex) 1 0%;left:0;margin-bottom:var(--padding);margin-top:var(--padding);min-width:0;position:relative;top:0}:host(.device-mobile-optimized) .V5AUxf,body.device-mobile-optimized .V5AUxf{display:block;padding-bottom:var(--padding-y);padding-left:var(--padding-x,0);padding-right:var(--padding-x,0);padding-top:var(--padding-y);position:relative}:host(.device-mobile-optimized) .V5AUxf>*,body.device-mobile-optimized .V5AUxf>*{margin-bottom:var(--margin);position:relative}:host(.device-mobile-optimized) .V5AUxf>:first-child,body.device-mobile-optimized .V5AUxf>:first-child{margin-top:var(--firstChildMarginTop,0)}:host(.device-mobile-optimized) .V5AUxf>:last-child,body.device-mobile-optimized .V5AUxf>:last-child{margin-bottom:var(--lastChildMarginBottom)}.LIhNy3{backface-visibility:hidden}.jhxvbR,.mtrorN{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.if7Vw2{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.if7Vw2.f0uTJH{clip:rect(0,auto,auto,0)}.if7Vw2 .i1tH8h{height:100%;position:absolute;top:0;width:100%}.if7Vw2 .DXi4PB{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.if7Vw2 .DXi4PB img{height:100%;width:100%}@supports(-webkit-hyphens:none){.if7Vw2.f0uTJH{clip:auto;-webkit-clip-path:inset(0)}}.wG8dni{height:100%}.tcElKx{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.ImALHf,.Ybjs9b{opacity:var(--fill-layer-video-opacity)}.UWmm3w{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.Yjj1af{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.ImALHf{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.KCM6zk{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.KCM6zk .DXi4PB,.KCM6zk .ImALHf,.KCM6zk .Ybjs9b{opacity:1}._uqPqy{clip-path:var(--fill-layer-clip)}._uqPqy,.eKyYhK{position:absolute;top:0}._uqPqy,.eKyYhK,.x0mqQS img{height:100%;width:100%}.pnCr6P{opacity:0}.blf7sp,.pnCr6P{position:absolute;top:0}.blf7sp{height:0;left:0;overflow:hidden;width:0}.rWP3Gv{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.Tr4n3d,.rWP3Gv,.wRqk6s{height:100%;top:0;width:100%}.wRqk6s{position:absolute}.Tr4n3d{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.Tr4n3d{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}.VXAmO2{--divider-pin-height__:min(1,calc(var(--divider-layers-pin-factor__) + 1));--divider-pin-layer-height__:var( --divider-layers-pin-factor__ );--divider-pin-border__:min(1,calc(var(--divider-layers-pin-factor__) / -1 + 1));height:calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))}.VXAmO2,.VXAmO2 .dy3w_9{left:0;position:absolute;width:100%}.VXAmO2 .dy3w_9{--divider-layer-i__:var(--divider-layer-i,0);background-position:left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;background-repeat:repeat-x;border-bottom-style:solid;border-bottom-width:calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));height:calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));opacity:calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))}.UORcXs{--divider-height__:var(--divider-top-height,auto);--divider-offset-x__:var(--divider-top-offset-x,0px);--divider-layers-size__:var(--divider-top-layers-size,0);--divider-layers-y__:var(--divider-top-layers-y,0px);--divider-layers-x__:var(--divider-top-layers-x,0px);--divider-layers-pin-factor__:var(--divider-top-layers-pin-factor,0);border-top:var(--divider-top-padding,0) solid var(--divider-top-color,currentColor);opacity:var(--divider-top-opacity,1);top:0;transform:var(--divider-top-flip,scaleY(-1))}.UORcXs .dy3w_9{background-image:var(--divider-top-image,none);background-size:var(--divider-top-size,contain);border-color:var(--divider-top-color,currentColor);bottom:0;filter:var(--divider-top-filter,none)}.UORcXs .dy3w_9[data-divider-layer="1"]{display:var(--divider-top-layer-1-display,block)}.UORcXs .dy3w_9[data-divider-layer="2"]{display:var(--divider-top-layer-2-display,block)}.UORcXs .dy3w_9[data-divider-layer="3"]{display:var(--divider-top-layer-3-display,block)}.Io4VUz{--divider-height__:var(--divider-bottom-height,auto);--divider-offset-x__:var(--divider-bottom-offset-x,0px);--divider-layers-size__:var(--divider-bottom-layers-size,0);--divider-layers-y__:var(--divider-bottom-layers-y,0px);--divider-layers-x__:var(--divider-bottom-layers-x,0px);--divider-layers-pin-factor__:var(--divider-bottom-layers-pin-factor,0);border-bottom:var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor);bottom:0;opacity:var(--divider-bottom-opacity,1);transform:var(--divider-bottom-flip,none)}.Io4VUz .dy3w_9{background-image:var(--divider-bottom-image,none);background-size:var(--divider-bottom-size,contain);border-color:var(--divider-bottom-color,currentColor);bottom:0;filter:var(--divider-bottom-filter,none)}.Io4VUz .dy3w_9[data-divider-layer="1"]{display:var(--divider-bottom-layer-1-display,block)}.Io4VUz .dy3w_9[data-divider-layer="2"]{display:var(--divider-bottom-layer-2-display,block)}.Io4VUz .dy3w_9[data-divider-layer="3"]{display:var(--divider-bottom-layer-3-display,block)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowSlide].9c30ab76.min.css">.imK94d .eF_jBL{border-radius:var(--rd,0);will-change:var(--corners-overflow-fix-will-change,initial)}.imK94d .wfm0FO{border:var(--brw,0) solid rgba(var(--brd,var(--color_11,color_11)),var(--alpha-brd,1));border-radius:var(--rd,0);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}</style>
<style data-href="https://static.parastorage.com/services/wix-thunderbolt/dist/TPABaseComponent.fc3eeaee.chunk.min.css">.chBh7{overflow:hidden}.UkML6{width:100%;height:100%;position:relative;overflow:hidden}.UkML6:-webkit-full-screen{min-height:auto!important}.UkML6:-moz-full-screen{min-height:auto!important}.UkML6:fullscreen{min-height:auto!important}.mqeQ0{visibility:hidden}
/*# sourceMappingURL=TPABaseComponent.fc3eeaee.chunk.min.css.map*/</style>
<style data-href="https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.882d8423.chunk.min.css">.QrIus{height:auto!important}.bsFmQ{overflow:hidden!important}
/*# sourceMappingURL=group_7.882d8423.chunk.min.css.map*/</style>
<title>Vente en Gros du Piment Cinq Couleurs ou Multicolore - Capsicum annuum | AGRODENREE</title>
<meta name="description" content="AGRODENREE | Horticulteurs, importateurs, distributeurs, industriels de l'agroalimentaire : vous cherchez un Grossiste de confiance pour votre approvisionnement fiable et qualitatif en Capsicum annuum soit le Piment Cinq couleurs ? Contactez-nous dès aujourd'hui pour un devis personnalisé & gratuit"/>
<link rel="canonical" href="https://cocodrilodelnilo.wixsite.com/agrodenree/vente-en-gros-piment-cinq-couleurs"/>
<meta name="robots" content="noindex"/>
<meta property="og:title" content="Vente en Gros du Piment Cinq Couleurs ou Multicolore - Capsicum annuum | AGRODENREE"/>
<meta property="og:description" content="AGRODENREE | Horticulteurs, importateurs, distributeurs, industriels de l'agroalimentaire : vous cherchez un Grossiste de confiance pour votre approvisionnement fiable et qualitatif en Capsicum annuum soit le Piment Cinq couleurs ? Contactez-nous dès aujourd'hui pour un devis personnalisé & gratuit"/>
<meta property="og:url" content="https://cocodrilodelnilo.wixsite.com/agrodenree/vente-en-gros-piment-cinq-couleurs"/>
<meta property="og:site_name" content="Agrodenree S"/>
<meta property="og:type" content="website"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Vente en Gros du Piment Cinq Couleurs ou Multicolore - Capsicum annuum | AGRODENREE"/>
<meta name="twitter:description" content="AGRODENREE | Horticulteurs, importateurs, distributeurs, industriels de l'agroalimentaire : vous cherchez un Grossiste de confiance pour votre approvisionnement fiable et qualitatif en Capsicum annuum soit le Piment Cinq couleurs ? Contactez-nous dès aujourd'hui pour un devis personnalisé & gratuit"/>
<script type="speculationrules">{"prefetch":[{"tag":"mpa-prefetch-moderate","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":"/agrodenree/vente-en-gros-piment-cinq-couleurs"}}]},"eagerness":"moderate"}]}</script>
<style id="page-transitions">@view-transition {navigation: auto;types: OutIn}</style>
<style rel="stylesheet" data-href="https://static.parastorage.com/services/form-app/1.2421.0/FormViewerWidget.min.css">.sQHoZUY.orM9hcb--madefor{--wbu-font-stack:var(--wix-font-stack);--wbu-font-weight-regular:var(--wix-font-weight-regular);--wbu-font-weight-medium:var(--wix-font-weight-medium);--wbu-font-weight-bold:var(--wix-font-weight-bold)}.sVmrY5m{--wix-ui-tpa-button-main-text-color:var(--wix-forms-formPreviousButtonColor);--wix-ui-tpa-button-main-text-color-rgb:var(--wix-forms-formPreviousButtonColor-rgb);--wix-ui-tpa-button-main-text-color-opacity:var(--wix-forms-formPreviousButtonColor-opacity);--wix-ui-tpa-button-hover-text-color:var(--wix-forms-formPreviousButtonColorHover);--wix-ui-tpa-button-hover-text-color-rgb:var(--wix-forms-formPreviousButtonColorHover-rgb);--wix-ui-tpa-button-hover-text-color-opacity:var(--wix-forms-formPreviousButtonColorHover-opacity);--wix-ui-tpa-button-main-text-font-text-decoration:var(--wix-forms-formPreviousButtonFont-text-decoration);--wix-ui-tpa-button-main-text-font-line-height:var(--wix-forms-formPreviousButtonFont-line-height);--wix-ui-tpa-button-main-text-font-family:var(--wix-forms-formPreviousButtonFont-family);--wix-ui-tpa-button-main-text-font-size:var(--wix-forms-formPreviousButtonFont-size);--wix-ui-tpa-button-main-text-font-style:var(--wix-forms-formPreviousButtonFont-style);--wix-ui-tpa-button-main-text-font-variant:var(--wix-forms-formPreviousButtonFont-variant);--wix-ui-tpa-button-main-text-font-weight:var(--wix-forms-formPreviousButtonFont-weight);--wix-ui-tpa-button-hover-text-font-style:var(--wix-forms-formPreviousButtonFontHover-style,var(--wix-forms-formPreviousButtonFont-style));--wix-ui-tpa-button-hover-text-font-weight:var(--wix-forms-formPreviousButtonFontHover-weight,var(--wix-forms-formPreviousButtonFont-weight));--wix-ui-tpa-button-hover-text-font-text-decoration:var(--wix-forms-formPreviousButtonFontHover-text-decoration,var(--wix-forms-formPreviousButtonFont-text-decoration));--wix-ui-tpa-button-main-background-color:var(--wix-forms-formPreviousButtonBackgroundColor);--wix-ui-tpa-button-main-background-color-rgb:var(--wix-forms-formPreviousButtonBackgroundColor-rgb);--wix-ui-tpa-button-main-background-color-opacity:var(--wix-forms-formPreviousButtonBackgroundColor-opacity);--wix-ui-tpa-button-hover-background-color:var(--wix-forms-formPreviousButtonBackgroundColorHover);--wix-ui-tpa-button-hover-background-color-rgb:var(--wix-forms-formPreviousButtonBackgroundColorHover-rgb);--wix-ui-tpa-button-hover-background-color-opacity:var(--wix-forms-formPreviousButtonBackgroundColorHover-opacity);--wix-ui-tpa-button-main-border-color:var(--wix-forms-formPreviousButtonBorderColor);--wix-ui-tpa-button-main-border-color-rgb:var(--wix-forms-formPreviousButtonBorderColor-rgb);--wix-ui-tpa-button-main-border-color-opacity:var(--wix-forms-formPreviousButtonBorderColor-opacity);--wix-ui-tpa-button-hover-border-color:var(--wix-forms-formPreviousButtonBorderColorHover);--wix-ui-tpa-button-hover-border-color-rgb:var(--wix-forms-formPreviousButtonBorderColorHover-rgb);--wix-ui-tpa-button-hover-border-color-opacity:var(--wix-forms-formPreviousButtonBorderColorHover-opacity);--wix-ui-tpa-button-main-border-width:var(--wix-forms-formPreviousButtonBorderWidth);--wix-ui-tpa-button-main-border-radius:var(--wix-forms-formPreviousButtonBorderRadius)}.s__5lI9gM{--wix-ui-tpa-button-main-text-color:var(--wix-forms-formPreviousButtonColorHover);--wix-ui-tpa-button-main-text-color-rgb:var(--wix-forms-formPreviousButtonColorHover-rgb);--wix-ui-tpa-button-main-text-color-opacity:var(--wix-forms-formPreviousButtonColorHover-opacity);--wix-ui-tpa-button-hover-text-color:var(--wix-forms-formPreviousButtonColorHover);--wix-ui-tpa-button-hover-text-color-rgb:var(--wix-forms-formPreviousButtonColorHover-rgb);--wix-ui-tpa-button-hover-text-color-opacity:var(--wix-forms-formPreviousButtonColorHover-opacity);--wix-ui-tpa-button-main-text-font-text-decoration:var(--wix-forms-formPreviousButtonFont-text-decoration);--wix-ui-tpa-button-main-text-font-line-height:var(--wix-forms-formPreviousButtonFont-line-height);--wix-ui-tpa-button-main-text-font-family:var(--wix-forms-formPreviousButtonFont-family);--wix-ui-tpa-button-main-text-font-size:var(--wix-forms-formPreviousButtonFont-size);--wix-ui-tpa-button-main-text-font-style:var(--wix-forms-formPreviousButtonFont-style);--wix-ui-tpa-button-main-text-font-variant:var(--wix-forms-formPreviousButtonFont-variant);--wix-ui-tpa-button-main-text-font-weight:var(--wix-forms-formPreviousButtonFont-weight);--wix-ui-tpa-button-main-text-font-style:var(--wix-forms-formSubmitButtonFontHover-style,var(--wix-forms-formSubmitButtonFont-style));--wix-ui-tpa-button-main-text-font-weight:var(--wix-forms-formSubmitButtonFontHover-weight,var(--wix-forms-formSubmitButtonFont-weight));--wix-ui-tpa-button-main-text-font-text-decoration:var(--wix-forms-formSubmitButtonFontHover-text-decoration,var(--wix-forms-formSubmitButtonFont-text-decoration));--wix-ui-tpa-button-main-background-color:var(--wix-forms-formPreviousButtonBackgroundColorHover);--wix-ui-tpa-button-main-background-color-rgb:var(--wix-forms-formPreviousButtonBackgroundColorHover-rgb);--wix-ui-tpa-button-main-background-color-opacity:var(--wix-forms-formPreviousButtonBackgroundColorHover-opacity);--wix-ui-tpa-button-hover-background-color:var(--wix-forms-formPreviousButtonBackgroundColorHover);--wix-ui-tpa-button-hover-background-color-rgb:var(--wix-forms-formPreviousButtonBackgroundColorHover-rgb);--wix-ui-tpa-button-hover-background-color-opacity:var(--wix-forms-formPreviousButtonBackgroundColorHover-opacity);--wix-ui-tpa-button-main-border-color:var(--wix-forms-formPreviousButtonBorderColorHover);--wix-ui-tpa-button-main-border-color-rgb:var(--wix-forms-formPreviousButtonBorderColorHover-rgb);--wix-ui-tpa-button-main-border-color-opacity:var(--wix-forms-formPreviousButtonBorderColorHover-opacity);--wix-ui-tpa-button-hover-border-color:var(--wix-forms-formPreviousButtonBorderColorHover);--wix-ui-tpa-button-hover-border-color-rgb:var(--wix-forms-formPreviousButtonBorderColorHover-rgb);--wix-ui-tpa-button-hover-border-color-opacity:var(--wix-forms-formPreviousButtonBorderColorHover-opacity);--wix-ui-tpa-button-main-border-width:var(--wix-forms-formPreviousButtonBorderWidth);--wix-ui-tpa-button-main-border-radius:var(--wix-forms-formPreviousButtonBorderRadius)}.slGztSx{--wix-ui-tpa-button-main-text-color:var(--wix-forms-formNextButtonColor);--wix-ui-tpa-button-main-text-color-rgb:var(--wix-forms-formNextButtonColor-rgb);--wix-ui-tpa-button-main-text-color-opacity:var(--wix-forms-formNextButtonColor-opacity);--wix-ui-tpa-button-hover-text-color:var(--wix-forms-formNextButtonColorHover);--wix-ui-tpa-button-hover-text-color-rgb:var(--wix-forms-formNextButtonColorHover-rgb);--wix-ui-tpa-button-hover-text-color-opacity:var(--wix-forms-formNextButtonColorHover-opacity);--wix-ui-tpa-button-main-text-font-text-decoration:var(--wix-forms-formNextButtonFont-text-decoration);--wix-ui-tpa-button-main-text-font-line-height:var(--wix-forms-formNextButtonFont-line-height);--wix-ui-tpa-button-main-text-font-family:var(--wix-forms-formNextButtonFont-family);--wix-ui-tpa-button-main-text-font-size:var(--wix-forms-formNextButtonFont-size);--wix-ui-tpa-button-main-text-font-style:var(--wix-forms-formNextButtonFont-style);--wix-ui-tpa-button-main-text-font-variant:var(--wix-forms-formNextButtonFont-variant);--wix-ui-tpa-button-main-text-font-weight:var(--wix-forms-formNextButtonFont-weight);--wix-ui-tpa-button-hover-text-font-style:var(--wix-forms-formNextButtonFontHover-style,var(--wix-forms-formNextButtonFont-style));--wix-ui-tpa-button-hover-text-font-weight:var(--wix-forms-formNextButtonFontHover-weight,var(--wix-forms-formNextButtonFont-weight));--wix-ui-tpa-button-hover-text-font-text-decoration:var(--wix-forms-formNextButtonFontHover-text-decoration,var(--wix-forms-formNextButtonFont-text-decoration));--wix-ui-tpa-button-main-background-color:var(--wix-forms-formNextButtonBackgroundColor);--wix-ui-tpa-button-main-background-color-rgb:var(--wix-forms-formNextButtonBackgroundColor-rgb);--wix-ui-tpa-button-main-background-color-opacity:var(--wix-forms-formNextButtonBackgroundColor-opacity);--wix-ui-tpa-button-hover-background-color:var(--wix-forms-formNextButtonBackgroundColorHover);--wix-ui-tpa-button-hover-background-color-rgb:var(--wix-forms-formNextButtonBackgroundColorHover-rgb);--wix-ui-tpa-button-hover-background-color-opacity:var(--wix-forms-formNextButtonBackgroundColorHover-opacity);--wix-ui-tpa-button-main-border-color:var(--wix-forms-formNextButtonBorderColor);--wix-ui-tpa-button-main-border-color-rgb:var(--wix-forms-formNextButtonBorderColor-rgb);--wix-ui-tpa-button-main-border-color-opacity:var(--wix-forms-formNextButtonBorderColor-opacity);--wix-ui-tpa-button-hover-border-color:var(--wix-forms-formNextButtonBorderColorHover);--wix-ui-tpa-button-hover-border-color-rgb:var(--wix-forms-formNextButtonBorderColorHover-rgb);--wix-ui-tpa-button-hover-border-color-opacity:var(--wix-forms-formNextButtonBorderColorHover-opacity);--wix-ui-tpa-button-main-border-width:var(--wix-forms-formNextButtonBorderWidth);--wix-ui-tpa-button-main-border-radius:var(--wix-forms-formNextButtonBorderRadius);margin-left:auto}.sMnC5St{--wix-ui-tpa-button-main-text-color:var(--wix-forms-formNextButtonColorHover);--wix-ui-tpa-button-main-text-color-rgb:var(--wix-forms-formNextButtonColorHover-rgb);--wix-ui-tpa-button-main-text-color-opacity:var(--wix-forms-formNextButtonColorHover-opacity);--wix-ui-tpa-button-hover-text-color:var(--wix-forms-formNextButtonColorHover);--wix-ui-tpa-button-hover-text-color-rgb:var(--wix-forms-formNextButtonColorHover-rgb);--wix-ui-tpa-button-hover-text-color-opacity:var(--wix-forms-formNextButtonColorHover-opacity);--wix-ui-tpa-button-main-text-font-text-decoration:var(--wix-forms-formNextButtonFont-text-decoration);--wix-ui-tpa-button-main-text-font-line-height:var(--wix-forms-formNextButtonFont-line-height);--wix-ui-tpa-button-main-text-font-family:var(--wix-forms-formNextButtonFont-family);--wix-ui-tpa-button-main-text-font-size:var(--wix-forms-formNextButtonFont-size);--wix-ui-tpa-button-main-text-font-style:var(--wix-forms-formNextButtonFont-style);--wix-ui-tpa-button-main-text-font-variant:var(--wix-forms-formNextButtonFont-variant);--wix-ui-tpa-button-main-text-font-weight:var(--wix-forms-formNextButtonFont-weight);--wix-ui-tpa-button-main-text-font-style:var(--wix-forms-formNextButtonFontHover-style,var(--wix-forms-formNextButtonFont-style));--wix-ui-tpa-button-main-text-font-weight:var(--wix-forms-formNextButtonFontHover-weight,var(--wix-forms-formNextButtonFont-weight));--wix-ui-tpa-button-main-text-font-text-decoration:var(--wix-forms-formNextButtonFontHover-text-decoration,var(--wix-forms-formNextButtonFont-text-decoration));--wix-ui-tpa-button-main-background-color:var(--wix-forms-formNextButtonBackgroundColorHover);--wix-ui-tpa-button-main-background-color-rgb:var(--wix-forms-formNextButtonBackgroundColorHover-rgb);--wix-ui-tpa-button-main-background-color-opacity:var(--wix-forms-formNextButtonBackgroundColorHover-opacity);--wix-ui-tpa-button-hover-background-color:var(--wix-forms-formNextButtonBackgroundColorHover);--wix-ui-tpa-button-hover-background-color-rgb:var(--wix-forms-formNextButtonBackgroundColorHover-rgb);--wix-ui-tpa-button-hover-background-color-opacity:var(--wix-forms-formNextButtonBackgroundColorHover-opacity);--wix-ui-tpa-button-main-border-color:var(--wix-forms-formNextButtonBorderColorHover);--wix-ui-tpa-button-main-border-color-rgb:var(--wix-forms-formNextButtonBorderColorHover-rgb);--wix-ui-tpa-button-main-border-color-opacity:var(--wix-forms-formNextButtonBorderColorHover-opacity);--wix-ui-tpa-button-hover-border-color:var(--wix-forms-formNextButtonBorderColorHover);--wix-ui-tpa-button-hover-border-color-rgb:var(--wix-forms-formNextButtonBorderColorHover-rgb);--wix-ui-tpa-button-hover-border-color-opacity:var(--wix-forms-formNextButtonBorderColorHover-opacity);--wix-ui-tpa-button-main-border-width:var(--wix-forms-formNextButtonBorderWidth);--wix-ui-tpa-button-main-border-radius:var(--wix-forms-formNextButtonBorderRadius);margin-left:auto}.s__0oqQvY{--wix-ui-tpa-error-message-wrapper-error-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-error-message-wrapper-error-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-error-message-wrapper-error-color-opacity:var(--wix-forms-formInputErrorColor-opacity)}.sYP_tlR{--wbu-color-blue-0:#0f2ccf;--wbu-color-blue-100:#2f5dff;--wbu-color-blue-200:#597dff;--wbu-color-blue-300:#acbeff;--wbu-color-blue-400:#d5dfff;--wbu-color-blue-500:#eaefff;--wbu-color-blue-600:#f5f7ff;--wbu-color-black-0:#151414;--wbu-color-black-100:#383838;--wbu-color-black-200:#525150;--wbu-color-black-300:#767574;--wbu-color-black-400:#a8a6a5;--wbu-color-black-500:#e0dfdf;--wbu-color-black-600:#f1f0ef;--wbu-color-red-0:#9c2426;--wbu-color-red-100:#df3336;--wbu-color-red-200:#e55c5e;--wbu-color-red-300:#ed8f90;--wbu-color-red-400:#f4b8b9;--wbu-color-red-500:#f9d6d7;--wbu-color-red-600:#fcebeb;--wbu-color-green-0:#0d4f3d;--wbu-color-green-100:#4b916d;--wbu-color-green-200:#97c693;--wbu-color-green-300:#bde2a7;--wbu-color-green-400:#daf3c0;--wbu-color-green-500:#effae5;--wbu-color-green-600:#f1f5ed;--wbu-color-yellow-0:#d49341;--wbu-color-yellow-100:#f9ad4d;--wbu-color-yellow-200:#fabd71;--wbu-color-yellow-300:#fcd29d;--wbu-color-yellow-400:#fdead2;--wbu-color-yellow-500:#fef3e5;--wbu-color-yellow-600:#fef6ed;--wbu-color-orange-0:#ae3e09;--wbu-color-orange-100:#ff8044;--wbu-color-orange-200:#fe9361;--wbu-color-orange-300:#fda77f;--wbu-color-orange-400:#fbcfbb;--wbu-color-orange-500:#fbe3d9;--wbu-color-orange-600:#fdf1ec;--wbu-color-purple-0:#5000aa;--wbu-color-purple-100:#7200f3;--wbu-color-purple-200:#8b2df5;--wbu-color-purple-300:#be89f9;--wbu-color-purple-400:#d7b7fb;--wbu-color-purple-500:#f1e5fe;--wbu-color-purple-600:#f8f2ff;--wbu-color-ai-0:#4d3dd0;--wbu-color-ai-100:#5a48f5;--wbu-color-ai-200:#7b6df7;--wbu-color-ai-300:#a59bfa;--wbu-color-ai-400:#d6d1fc;--wbu-color-ai-500:#e7e4fe;--wbu-color-ai-600:#eeecfe;--wbu-heading-font-stack:"Madefor Display","Helvetica Neue",Helvetica,Arial,"\E3\192\A1\E3\201A\A4\E3\192\AA\E3\201A\AA","meiryo","\E3\192\2019\E3\192\A9\E3\201A\AE\E3\192\17D\E8\A7\2019\E3\201A\B4 pro w3","hiragino kaku gothic pro",sans-serif;--wbu-text-tiny-size:10px;--wbu-text-tiny-line-height:12px;--wbu-text-small-size:12px;--wbu-text-small-line-height:12px;--wbu-text-medium-size:14px;--wbu-text-medium-line-height:16px;--wbu-text-large-size:16px;--wbu-text-large-line-height:18px;--wbu-heading-h1-font-size:32px;--wbu-heading-h1-line-height:40px;--wbu-heading-h1-letter-spacing:-0.5px;--wbu-heading-h1-font-weight:400;--wbu-heading-h2-font-size:24px;--wbu-heading-h2-line-height:32px;--wbu-heading-h2-letter-spacing:-0.5px;--wbu-heading-h2-font-weight:500;--wbu-heading-h3-font-size:16px;--wbu-heading-h3-line-height:24px;--wbu-heading-h3-letter-spacing:-0.5px;--wbu-heading-h3-font-weight:700;--wbu-heading-h4-font-size:14px;--wbu-heading-h4-line-height:18px;--wbu-heading-h4-letter-spacing:0px;--wbu-heading-h4-font-weight:500;--wbu-heading-h5-font-size:12px;--wbu-heading-h5-line-height:18px;--wbu-heading-h5-letter-spacing:0px;--wbu-heading-h5-font-weight:600}.sRwjrN7.och83_y--madefor{--wbu-font-stack:var(--wix-font-stack);--wbu-font-weight-regular:var(--wix-font-weight-regular);--wbu-font-weight-medium:var(--wix-font-weight-medium);--wbu-font-weight-bold:var(--wix-font-weight-bold)}.sqZlH4g,.ssVqNoI{outline:0}.sO2ruDt .s__3rpIvb{font-size:14px}.sO2ruDt.oGk5mDL---type-7-default:not(.oGk5mDL--wired) .s__3rpIvb.oGk5mDL---priority-5-basic{background-color:#000;border-color:#000;color:#fff}.sO2ruDt.oGk5mDL---type-7-default:not(.oGk5mDL--wired) .s__3rpIvb.oGk5mDL---priority-14-basicSecondary{border-color:#000;color:#000}.sO2ruDt.oGk5mDL---type-4-text:not(.oGk5mDL--wired) .s__3rpIvb.oGk5mDL---priority-7-primary{color:#000}.sWioyPF{display:inline-block;position:relative}.sWioyPF.o__48RNDz--fluid{display:block;width:100%}.sGr_SqN{background-color:#fff;border-color:#000;border-radius:initial;border-style:solid;border-width:1px;padding:initial}.s__0wnXp8{border-style:solid;height:0;margin:5px;position:absolute;width:0}.syNaPYw[data-placement*=right].stahP_O{padding-left:5px}.syNaPYw[data-placement*=right].stahP_O .s__0wnXp8{border-color:transparent #000 transparent transparent;border-width:5px 5px 5px 0;left:-5px;margin-left:5px;margin-right:0}.syNaPYw[data-placement*=left].stahP_O{padding-right:5px}.syNaPYw[data-placement*=left].stahP_O .s__0wnXp8{border-color:transparent transparent transparent #000;border-width:5px 0 5px 5px;margin-left:0;margin-right:5px;right:-5px}.syNaPYw[data-placement*=bottom].stahP_O{padding-top:5px}.syNaPYw[data-placement*=bottom].stahP_O .s__0wnXp8{border-color:transparent transparent #000 transparent;border-width:0 5px 5px 5px;margin-bottom:0;margin-top:5px;top:-5px}.syNaPYw[data-placement*=top].stahP_O{padding-bottom:5px}.syNaPYw[data-placement*=top].stahP_O .s__0wnXp8{border-color:#000 transparent transparent transparent;border-width:5px 5px 0 5px;bottom:-5px;margin-bottom:5px;margin-top:0}.sFhfTHl{position:relative}.CvQpuc{align-items:center;background:rgba(var(--formBackground));box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;text-align:center;width:100%}._Kekmv{font-size:18px!important;font-weight:700!important;line-height:24px!important;margin:24px 0 8px 0}.yriMaM{font-size:14px!important;font-weight:400!important;line-height:18px!important}._Kekmv,.yriMaM{font-family:Madefor,Helvetica Neue,Helvetica,Arial,sans-serif!important}.sgKo7D0{--submitbuttonwut805068570-explicit-padding:11px;--wix-ui-tpa-button-main-text-color:var(--wix-forms-formSubmitButtonColor);--wix-ui-tpa-button-main-text-color-rgb:var(--wix-forms-formSubmitButtonColor-rgb);--wix-ui-tpa-button-main-text-color-opacity:var(--wix-forms-formSubmitButtonColor-opacity);--wix-ui-tpa-button-main-text-font-text-decoration:var(--wix-forms-formSubmitButtonFont-text-decoration);--wix-ui-tpa-button-main-text-font-line-height:var(--wix-forms-formSubmitButtonFont-line-height);--wix-ui-tpa-button-main-text-font-family:var(--wix-forms-formSubmitButtonFont-family);--wix-ui-tpa-button-main-text-font-size:var(--wix-forms-formSubmitButtonFont-size);--wix-ui-tpa-button-main-text-font-style:var(--wix-forms-formSubmitButtonFont-style);--wix-ui-tpa-button-main-text-font-variant:var(--wix-forms-formSubmitButtonFont-variant);--wix-ui-tpa-button-main-text-font-weight:var(--wix-forms-formSubmitButtonFont-weight);--wix-ui-tpa-button-hover-text-font-style:var(--wix-forms-formSubmitButtonFontHover-style,var(--wix-forms-formSubmitButtonFont-style));--wix-ui-tpa-button-hover-text-font-weight:var(--wix-forms-formSubmitButtonFontHover-weight,var(--wix-forms-formSubmitButtonFont-weight));--wix-ui-tpa-button-hover-text-font-text-decoration:var(--wix-forms-formSubmitButtonFontHover-text-decoration,var(--wix-forms-formSubmitButtonFont-text-decoration));--wix-ui-tpa-button-main-background-color:var(--wix-forms-formSubmitButtonBackgroundColor);--wix-ui-tpa-button-main-background-color-rgb:var(--wix-forms-formSubmitButtonBackgroundColor-rgb);--wix-ui-tpa-button-main-background-color-opacity:var(--wix-forms-formSubmitButtonBackgroundColor-opacity);--wix-ui-tpa-button-hover-background-color:var(--wix-forms-formSubmitButtonBackgroundColorHover);--wix-ui-tpa-button-hover-background-color-rgb:var(--wix-forms-formSubmitButtonBackgroundColorHover-rgb);--wix-ui-tpa-button-hover-background-color-opacity:var(--wix-forms-formSubmitButtonBackgroundColorHover-opacity);--wix-ui-tpa-button-main-border-color:var(--wix-forms-formSubmitButtonBorderColor);--wix-ui-tpa-button-main-border-color-rgb:var(--wix-forms-formSubmitButtonBorderColor-rgb);--wix-ui-tpa-button-main-border-color-opacity:var(--wix-forms-formSubmitButtonBorderColor-opacity);--wix-ui-tpa-button-hover-border-color:var(--wix-forms-formSubmitButtonBorderColorHover);--wix-ui-tpa-button-hover-border-color-rgb:var(--wix-forms-formSubmitButtonBorderColorHover-rgb);--wix-ui-tpa-button-hover-border-color-opacity:var(--wix-forms-formSubmitButtonBorderColorHover-opacity);--wix-ui-tpa-button-main-border-width:var(--wix-forms-formSubmitButtonBorderWidth);--wix-ui-tpa-button-main-border-radius:var(--wix-forms-formSubmitButtonBorderRadius);--wix-ui-tpa-button-hover-text-color:var(--wix-forms-formSubmitButtonColorHover);--wix-ui-tpa-button-hover-text-color-rgb:var(--wix-forms-formSubmitButtonColorHover-rgb);--wix-ui-tpa-button-hover-text-color-opacity:var(--wix-forms-formSubmitButtonColorHover-opacity);--wix-ui-tpa-button-padding-block-start:var(--submitbuttonwut805068570-explicit-padding);--wix-ui-tpa-button-padding-block-end:var(--submitbuttonwut805068570-explicit-padding);min-width:0!important;padding-inline:min(5%,15px)!important}.sgKo7D0 span{line-height:var(--submitbuttonwut805068570-submitButtonFont-line-height,1.2)!important}.sasFW9G{width:100%}.sEgWCPr{min-width:100px!important}.sCCUGm1{--wix-ui-tpa-text-button-main-text-color:var(--wix-forms-formSubmitButtonColor);--wix-ui-tpa-text-button-main-text-color-rgb:var(--wix-forms-formSubmitButtonColor-rgb);--wix-ui-tpa-text-button-main-text-color-opacity:var(--wix-forms-formSubmitButtonColor-opacity);--wix-ui-tpa-text-button-main-text-font-text-decoration:var(--wix-forms-formSubmitButtonFont-text-decoration);--wix-ui-tpa-text-button-main-text-font-line-height:var(--wix-forms-formSubmitButtonFont-line-height);--wix-ui-tpa-text-button-main-text-font-family:var(--wix-forms-formSubmitButtonFont-family);--wix-ui-tpa-text-button-main-text-font-size:var(--wix-forms-formSubmitButtonFont-size);--wix-ui-tpa-text-button-main-text-font-style:var(--wix-forms-formSubmitButtonFont-style);--wix-ui-tpa-text-button-main-text-font-variant:var(--wix-forms-formSubmitButtonFont-variant);--wix-ui-tpa-text-button-main-text-font-weight:var(--wix-forms-formSubmitButtonFont-weight)}.sCCUGm1:hover,.skxLJE4{color:rgb(var(--wix-forms-formSubmitButtonColorHover,var(--wix-color-5)))!important}.sqrHXDy{--wix-ui-tpa-button-main-text-color:var(--wix-forms-formSubmitButtonColorHover);--wix-ui-tpa-button-main-text-color-rgb:var(--wix-forms-formSubmitButtonColorHover-rgb);--wix-ui-tpa-button-main-text-color-opacity:var(--wix-forms-formSubmitButtonColorHover-opacity);--wix-ui-tpa-button-main-text-font-style:var(--wix-forms-formSubmitButtonFontHover-style,var(--wix-forms-formSubmitButtonFont-style));--wix-ui-tpa-button-main-text-font-weight:var(--wix-forms-formSubmitButtonFontHover-weight,var(--wix-forms-formSubmitButtonFont-weight));--wix-ui-tpa-button-main-text-font-text-decoration:var(--wix-forms-formSubmitButtonFontHover-text-decoration,var(--wix-forms-formSubmitButtonFont-text-decoration));--wix-ui-tpa-button-main-background-color:var(--wix-forms-formSubmitButtonBackgroundColorHover);--wix-ui-tpa-button-main-background-color-rgb:var(--wix-forms-formSubmitButtonBackgroundColorHover-rgb);--wix-ui-tpa-button-main-background-color-opacity:var(--wix-forms-formSubmitButtonBackgroundColorHover-opacity);--wix-ui-tpa-button-hover-background-color:var(--wix-forms-formSubmitButtonBackgroundColorHover);--wix-ui-tpa-button-hover-background-color-rgb:var(--wix-forms-formSubmitButtonBackgroundColorHover-rgb);--wix-ui-tpa-button-hover-background-color-opacity:var(--wix-forms-formSubmitButtonBackgroundColorHover-opacity);--wix-ui-tpa-button-main-border-color:var(--wix-forms-formSubmitButtonBorderColorHover);--wix-ui-tpa-button-main-border-color-rgb:var(--wix-forms-formSubmitButtonBorderColorHover-rgb);--wix-ui-tpa-button-main-border-color-opacity:var(--wix-forms-formSubmitButtonBorderColorHover-opacity);--wix-ui-tpa-button-hover-border-color:var(--wix-forms-formSubmitButtonBorderColorHover);--wix-ui-tpa-button-hover-border-color-rgb:var(--wix-forms-formSubmitButtonBorderColorHover-rgb);--wix-ui-tpa-button-hover-border-color-opacity:var(--wix-forms-formSubmitButtonBorderColorHover-opacity);--wix-ui-tpa-button-main-border-width:var(--wix-forms-formSubmitButtonBorderWidth);--wix-ui-tpa-button-main-border-radius:var(--wix-forms-formSubmitButtonBorderRadius);--wix-ui-tpa-button-hover-text-color:var(--wix-forms-formSubmitButtonColorHover);--wix-ui-tpa-button-hover-text-color-rgb:var(--wix-forms-formSubmitButtonColorHover-rgb);--wix-ui-tpa-button-hover-text-color-opacity:var(--wix-forms-formSubmitButtonColorHover-opacity)}.s__637HSU{align-self:end;width:100%}.sYsuLUN{display:flex;height:100%;width:100%}.s__0wMXKP{display:flex;justify-content:space-between}.sAX9qX_{min-width:100px}.sCjRp4V{text-align:center}.sdvxq7V{height:15px!important;width:15px!important}.sCCUGm1 .sdvxq7V circle,.sgKo7D0 .sdvxq7V circle{stroke:rgb(var(--wix-forms-formSubmitButtonColor,var(--wix-color-1)))}.stkCIdj{height:0;visibility:hidden}.s__5wusy3{gap:var(--submitbuttonwut805068570-wix-forms-formRowSpacing,24px)}.sHBmGR5{pointer-events:none}.s__1_H6FH .sGr_SqN{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.sy89EvO{align-items:center;cursor:pointer;display:inline-flex}.sh0kxyQ,.sihRB6N{flex-shrink:0}.sy89EvO.ouNZOBi--disabled{cursor:default}.sy89EvO[disabled]{pointer-events:none}.s_hU_NI{--wut-error-color:rgb(var(--wix-ui-tpa-error-message-wrapper-error-color,223,49,49));--ErrorMessageWrapper809833722-transparent:0,0,0,0}.s_hU_NI:not(.oUKytyH--visible){margin-bottom:var(--wix-ui-tpa-error-message-wrapper-min-message-height)}.s_hU_NI.oUKytyH--visible{margin-bottom:calc(var(--wix-ui-tpa-error-message-wrapper-min-message-height, 28px) - 20px - 8px)}.skgf4fh{align-items:flex-start;background-color:rgb(var(--wix-ui-tpa-error-message-wrapper-background-color,var(--ErrorMessageWrapper809833722-transparent)));border-color:rgb(var(--wix-ui-tpa-error-message-wrapper-border-color,var(--ErrorMessageWrapper809833722-transparent)));border-radius:var(--wix-ui-tpa-error-message-wrapper-border-radius,4px);border-style:solid;border-width:var(--wix-ui-tpa-error-message-wrapper-border-width,0);color:var(--wut-error-color);display:flex;font-family:Madefor,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;font-size:14px;line-height:1.4;margin-top:8px;min-height:20px}.sZDaT7l{flex-shrink:0;margin-inline-end:2px}.s_hU_NI.oUKytyH---errorAppearance-19-BackgroundAndBorder .skgf4fh{--ErrorMessageWrapper809833722-border-color:223,49,49,0.2;--ErrorMessageWrapper809833722-background-color:253,243,243;background-color:rgb(var(--wix-ui-tpa-error-message-wrapper-background-color,var(--ErrorMessageWrapper809833722-background-color)));border-color:rgb(var(--wix-ui-tpa-error-message-wrapper-border-color,var(--ErrorMessageWrapper809833722-border-color)));border-width:var(--wix-ui-tpa-error-message-wrapper-border-width,1px);padding:8px}.s_hU_NI.oUKytyH---errorAppearance-19-BackgroundAndBorder .sZDaT7l{margin-inline-end:4px}.sQkpl1d{display:flex;justify-content:space-between;margin-top:8px}.sQkpl1d .skgf4fh{margin-top:0;margin-inline-end:12px}.seUhTBS{--TextField3175414461-default-main-border-width:1px}.seUhTBS.omiPagG--error.omiPagG--newErrorMessage{--wix-ui-tpa-error-message-wrapper-error-color:var(--wix-ui-tpa-text-field-error-color,223,49,49);--wix-ui-tpa-error-message-wrapper-error-color-rgb:var(--wix-ui-tpa-text-field-error-color-rgb,223,49,49);--wix-ui-tpa-error-message-wrapper-error-color-opacity:var(--wix-ui-tpa-text-field-error-color-opacity);--wix-ui-tpa-error-message-wrapper-min-message-height:var(--wix-ui-tpa-text-field-error-message-min-height)}.sluWUmE{align-items:center;background-color:rgb(var(--wix-ui-tpa-text-field-main-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1))));border-color:rgb(var(--wix-ui-tpa-text-field-main-border-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-text-field-main-border-color-opacity, 1)*var(--wix-ui-tpa-text-field-main-border-opacity, .6)));border-radius:0;box-sizing:border-box;display:flex;font-family:var(--wix-ui-tpa-text-field-main-text-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-field-main-text-font-size,16px);font-style:var(--wix-ui-tpa-text-field-main-text-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-field-main-text-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-field-main-text-font-weight,var(--wix-font-Body-M-weight));line-height:var(--wix-ui-tpa-text-field-main-text-font-line-height,var(--wix-font-Body-M-line-height));padding:0;text-decoration:var(--wix-ui-tpa-text-field-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration))}.seUhTBS.omiPagG--readOnlyCustom .sluWUmE{background-color:rgb(var(--wix-ui-tpa-text-field-readonly-background-color,var(--wix-color-1)));border-color:rgb(var(--wix-ui-tpa-text-field-readonly-border-color,var(--wix-color-5),.2));font-family:var(--wix-ui-tpa-text-field-readonly-text-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-field-readonly-text-font-size,16px);font-style:var(--wix-ui-tpa-text-field-readonly-text-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-field-readonly-text-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-field-readonly-text-font-weight,var(--wix-font-Body-M-weight));line-height:var(--wix-ui-tpa-text-field-readonly-text-font-line-height,var(--wix-font-Body-M-line-height));text-decoration:var(--wix-ui-tpa-text-field-readonly-text-font-text-decoration,var(--wix-font-Body-M-text-decoration))}.sDaKvzn{margin-bottom:8px}#SITE_CONTAINER.focus-ring-active .seUhTBS .skXypt_:focus:not(:hover),#SITE_CONTAINER.focus-ring-active .seUhTBS .sluWUmE:focus-within{box-shadow:0 0 0 1px #fff,0 0 0 3px #116dff!important;z-index:999}.sluWUmE input:-webkit-autofill{-webkit-text-fill-color:rgb(var(--wix-ui-tpa-text-field-main-text-color,var(--wix-color-5)));-webkit-box-shadow:0 0 0 1.5em rgb(var(--wix-ui-tpa-text-field-main-background-color,var(--wix-color-1))) inset!important}.sluWUmE.omiPagG---theme-3-box{border:1px solid rgb(var(--wix-ui-tpa-text-field-main-border-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-text-field-main-border-color-opacity, 1)*var(--wix-ui-tpa-text-field-main-border-opacity, .6)));border-radius:var(--wix-ui-tpa-text-field-main-border-radius,0);border-width:var(--wix-ui-tpa-text-field-main-border-width,var(--TextField3175414461-default-main-border-width,1px))}.seUhTBS.omiPagG--readOnlyCustom .sluWUmE.omiPagG---theme-3-box{background-color:rgb(var(--wix-ui-tpa-text-field-readonly-background-color,var(--wix-color-1)));border-color:rgb(var(--wix-ui-tpa-text-field-readonly-border-color,var(--wix-color-5),.2));border-radius:var(--wix-ui-tpa-text-field-readonly-border-radius,0);border-width:var(--wix-ui-tpa-text-field-readonly-border-width,1px)}.sluWUmE.omiPagG---theme-4-line{background-color:rgb(var(--wix-ui-tpa-text-field-main-background-color,var(--wst-primary-background-color-rgb,transparent)));border-bottom:1px solid rgb(var(--wix-ui-tpa-text-field-main-border-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-text-field-main-border-color-opacity, 1)*var(--wix-ui-tpa-text-field-main-border-opacity, .6)));border-radius:var(--wix-ui-tpa-text-field-main-border-radius,0);border-width:var(--wix-ui-tpa-text-field-main-border-width,var(--TextField3175414461-default-main-border-width,1px))}.seUhTBS.omiPagG--readOnlyCustom .sluWUmE.omiPagG---theme-4-line{--TextField3175414461-transparent:0,0,0,0;background-color:rgb(var(--wix-ui-tpa-text-field-readonly-background-color,var(--TextField3175414461-transparent)));border-bottom:1px solid rgb(var(--wix-ui-tpa-text-field-readonly-border-color,var(--wix-color-5),.2));border-radius:var(--wix-ui-tpa-text-field-readonly-border-radius,0);border-width:var(--wix-ui-tpa-text-field-readonly-border-width,1px)}.sluWUmE.oXd4cBy--focus,.sluWUmE:hover{border-color:rgb(var(--wix-ui-tpa-text-field-hover-border-color,var(--wix-ui-tpa-text-field-main-border-color,var(--wix-color-5))));border-radius:var(--wix-ui-tpa-text-field-hover-border-radius,1px);border-width:var(--wix-ui-tpa-text-field-hover-border-width,var(--TextField3175414461-default-main-border-width,1px))}.sluWUmE.omiPagG---theme-3-box.oXd4cBy--focus,.sluWUmE.omiPagG---theme-3-box:hover,.sluWUmE.omiPagG---theme-4-line.oXd4cBy--focus,.sluWUmE.omiPagG---theme-4-line:hover{background-color:rgb(var(--wix-ui-tpa-text-field-hover-background-color-rgb,var(--wix-ui-tpa-text-field-main-background-color-rgb,transparent)),calc(var(--wix-ui-tpa-text-field-hover-background-color-opacity, var(--wix-ui-tpa-text-field-main-background-color-opacity, 1))*var(--wix-ui-tpa-text-field-hover-background-opacity, 1)))}.seUhTBS.omiPagG--disabled .sluWUmE{border-color:rgb(var(--wix-ui-tpa-text-field-main-disabled-border-color-rgb,var(--wix-ui-tpa-text-field-main-border-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-text-field-main-disabled-border-color-opacity, var(--wix-ui-tpa-text-field-main-border-color-opacity, 1))*.6))}.seUhTBS.omiPagG--disabled .sluWUmE.omiPagG---theme-3-box{background-color:rgb(var(--wix-ui-tpa-text-field-main-background-color,var(--wix-color-1)))}.seUhTBS.omiPagG--success .sluWUmE{border-color:rgb(var(--wst-system-success-color-rgb,0,130,80),.6)}.seUhTBS.omiPagG--success .sluWUmE.oXd4cBy--focus,.seUhTBS.omiPagG--success .sluWUmE:hover{border-color:#008250}.seUhTBS.omiPagG--error:not(.omiPagG--newErrorMessage) .sluWUmE{border-color:rgb(var(--wix-ui-tpa-text-field-main-error-border-color,var(--wst-system-error-color-rgb,223,49,49)),.6)}.seUhTBS.omiPagG--error.omiPagG--newErrorMessage .sluWUmE{--TextField3175414461-wix-ui-tpa-text-field-border-color-internal:rgb(var(--wix-ui-tpa-text-field-main-error-border-color,var(--wst-system-error-color-rgb)));border-color:var(--TextField3175414461-wix-ui-tpa-text-field-border-color-internal,var(--wut-error-color,#df3131))!important}.seUhTBS.omiPagG--error:not(.omiPagG--newErrorMessage) .sluWUmE.oXd4cBy--focus,.seUhTBS.omiPagG--error:not(.omiPagG--newErrorMessage) .sluWUmE:hover{border-color:rgb(var(--wix-ui-tpa-text-field-main-error-border-color,223,49,49))}.seUhTBS.omiPagG--hasPrefix .sluWUmE .sljIAx_{padding-inline-start:0;text-indent:var(--wix-ui-tpa-text-field-prefix-padding-inline-end,4px)}.sluWUmE .sljIAx_{background-color:transparent;border:0;box-sizing:border-box;color:rgb(var(--wix-ui-tpa-text-field-main-text-color,var(--wix-color-5)));font-family:var(--wix-ui-tpa-text-field-main-text-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-field-main-text-font-size,16px);font-style:var(--wix-ui-tpa-text-field-main-text-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-field-main-text-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-field-main-text-font-weight,var(--wix-font-Body-M-weight));line-height:var(--wix-ui-tpa-text-field-main-text-font-line-height,24px);margin:0;min-width:0;padding-block-end:var(--wix-ui-tpa-text-field-padding-block-end,8px);padding-block-start:var(--wix-ui-tpa-text-field-padding-block-start,8px);padding-inline-start:0;text-decoration:var(--wix-ui-tpa-text-field-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration));text-indent:var(--wix-ui-tpa-text-field-padding-inline-start,12px);vertical-align:middle;width:100%}.seUhTBS.omiPagG--readOnlyCustom .sluWUmE .sljIAx_{color:rgb(var(--wix-ui-tpa-text-field-readonly-text-color,var(--wix-color-5)));font-family:var(--wix-ui-tpa-text-field-readonly-text-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-field-readonly-text-font-size,16px);font-style:var(--wix-ui-tpa-text-field-readonly-text-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-field-readonly-text-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-field-readonly-text-font-weight,var(--wix-font-Body-M-weight));line-height:var(--wix-ui-tpa-text-field-readonly-text-font-line-height,24px);text-decoration:var(--wix-ui-tpa-text-field-readonly-text-font-text-decoration,var(--wix-font-Body-M-text-decoration))}.sluWUmE.omiPagG---theme-4-line .sljIAx_{padding-block-end:var(--wix-ui-tpa-text-field-padding-block-end,8px);padding-block-start:var(--wix-ui-tpa-text-field-padding-block-start,8px);padding-inline-end:var(--wix-ui-tpa-text-field-padding-inline-end,0);padding-inline-start:0;text-indent:var(--wix-ui-tpa-text-field-padding-inline-start,0)}.sluWUmE.oXd4cBy--focus .sljIAx_,.sluWUmE:hover .sljIAx_{color:rgb(var(--wix-ui-tpa-text-field-hover-text-color,var(--wix-ui-tpa-text-field-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))))}.seUhTBS.omiPagG--disabled .sQd9vTX svg,.sluWUmE.oXd4cBy--disabled .sljIAx_{fill:rgb(var(--wix-ui-tpa-text-field-suffix-disabled-color,var(--wst-system-disabled-color-rgb)));color:rgb(var(--wix-ui-tpa-text-field-main-text-disabled-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29))))}.sluWUmE.oXd4cBy--focus .sljIAx_{outline:0}.sluWUmE .sljIAx_::selection{background:rgb(var(--wix-ui-tpa-text-field-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-text-field-main-text-color-opacity, 1)*.2))}.sfu_M0F{align-items:center;display:flex;justify-content:flex-end;margin:0 -4px;padding:0;padding-inline-start:var(--wix-ui-tpa-text-field-suffix-padding-inline-start,8px);white-space:nowrap}.sfu_M0F.omiPagG--arrows{height:100%}.sluWUmE.omiPagG---theme-3-box{padding-inline-end:var(--wix-ui-tpa-text-field-padding-inline-end,12px)}.s__0W3M2q{align-items:center;display:flex;height:100%}.s_9IHaZ{display:inline-block;height:100%;width:4px}.seUhTBS .strRTnH{--wix-ui-tpa-icon-button-icon-color:var(--wix-ui-tpa-text-field-main-text-color,--wix-color-5);--wix-ui-tpa-icon-button-icon-color-rgb:var(--wix-ui-tpa-text-field-main-text-color-rgb,--wix-color-5);--wix-ui-tpa-icon-button-icon-color-opacity:var(--wix-ui-tpa-text-field-main-text-color-opacity);border-radius:20px;display:block;outline:0}.seUhTBS .strRTnH:focus,.seUhTBS .strRTnH:hover{background-color:transparent;opacity:1}.sQd9vTX{align-items:center;color:rgb(var(--wix-ui-tpa-text-field-main-text-color,var(--wix-color-5)));display:flex;height:100%}.sluWUmE .sljIAx_::-webkit-input-placeholder,.sluWUmE .sljIAx_::placeholder{--wst-paragraph-2-overriden-font-text-decoration:var(--wst-paragraph-2-text-decoration);--wst-paragraph-2-overriden-font-line-height:var(--wst-paragraph-2-line-height);--wst-paragraph-2-overriden-font-family:var(--wst-paragraph-2-font-family);--wst-paragraph-2-overriden-font-size:var(--wst-paragraph-2-font-size);--wst-paragraph-2-overriden-font-style:var(--wst-paragraph-2-font-style);--wst-paragraph-2-overriden-font-variant:var(--wst-paragraph-2-font-variant);--wst-paragraph-2-overriden-font-weight:var(--wst-paragraph-2-font-weight);color:rgb(var(--wix-ui-tpa-text-field-placeholder-color,var(--wst-shade-3-color-rgb,var(--wix-color-4))));font-family:var(--wix-ui-tpa-text-field-placeholder-font-family,var(--wst-paragraph-2-overriden-font-family));font-size:var(--wix-ui-tpa-text-field-placeholder-font-size,var(--wst-paragraph-2-overriden-font-size));font-style:var(--wix-ui-tpa-text-field-placeholder-font-style,var(--wst-paragraph-2-overriden-font-style));font-variant:var(--wix-ui-tpa-text-field-placeholder-font-variant,var(--wst-paragraph-2-overriden-font-variant));font-weight:var(--wix-ui-tpa-text-field-placeholder-font-weight,var(--wst-paragraph-2-overriden-font-weight));line-height:var(--wix-ui-tpa-text-field-placeholder-font-line-height,var(--wst-paragraph-2-overriden-font-line-height));text-decoration:var(--wix-ui-tpa-text-field-placeholder-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration))}.seUhTBS.omiPagG--disabled .sluWUmE .sljIAx_::-webkit-input-placeholder,.seUhTBS.omiPagG--disabled .sluWUmE .sljIAx_::placeholder{color:rgb(var(--wix-ui-tpa-text-field-disabled-placeholder-color,var(--wix-color-29)))}.svw8iw2{--wst-paragraph-2-overriden-font-text-decoration:var(--wst-paragraph-2-text-decoration);--wst-paragraph-2-overriden-font-line-height:1.4;--wst-paragraph-2-overriden-font-family:var(--wst-paragraph-2-font-family);--wst-paragraph-2-overriden-font-size:14px;--wst-paragraph-2-overriden-font-style:var(--wst-paragraph-2-font-style);--wst-paragraph-2-overriden-font-variant:var(--wst-paragraph-2-font-variant);--wst-paragraph-2-overriden-font-weight:var(--wst-paragraph-2-font-weight);color:rgb(var(--wix-ui-tpa-text-field-main-label-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));display:inline-block;font-family:var(--wix-ui-tpa-text-field-main-label-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)));font-size:var(--wix-ui-tpa-text-field-main-label-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)));font-style:var(--wix-ui-tpa-text-field-main-label-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)));font-variant:var(--wix-ui-tpa-text-field-main-label-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)));font-weight:var(--wix-ui-tpa-text-field-main-label-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)));line-height:var(--wix-ui-tpa-text-field-main-label-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)));margin-bottom:8px;text-decoration:var(--wix-ui-tpa-text-field-main-label-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration)))}.seUhTBS.omiPagG--disabled .svw8iw2{color:rgb(var(--wix-ui-tpa-text-field-disabled-label-color,var(--wix-color-29)))}.seUhTBS.omiPagG--readOnlyCustom .svw8iw2{color:rgb(var(--wix-ui-tpa-text-field-readonly-label-text-color,var(--wix-color-5)));font-family:var(--wix-ui-tpa-text-field-readonly-label-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-field-readonly-label-font-size,14px);font-style:var(--wix-ui-tpa-text-field-readonly-label-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-field-readonly-label-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-field-readonly-label-font-weight,var(--wix-font-Body-M-weight));line-height:var(--wix-ui-tpa-text-field-readonly-label-font-line-height,1.4);text-decoration:var(--wix-ui-tpa-text-field-readonly-label-font-text-decoration,var(--wix-font-Body-M-text-decoration))}.sEEWMBj{color:rgb(var(--wix-ui-tpa-text-field-char-count-color,var(--wst-shade-3-color-rgb,var(--wix-color-4))));display:flex;font-family:var(--wix-ui-tpa-text-field-char-count-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-field-char-count-font-size,14px);font-style:var(--wix-ui-tpa-text-field-char-count-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-field-char-count-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-field-char-count-font-weight,var(--wix-font-Body-M-weight));justify-content:flex-end;line-height:var(--wix-ui-tpa-text-field-char-count-font-line-height,1.4);margin-top:8px;text-decoration:var(--wix-ui-tpa-text-field-char-count-font-text-decoration,var(--wix-font-Body-M-text-decoration))}.seUhTBS.omiPagG--error.omiPagG--newErrorMessage.omiPagG--hasErrorMessage .sEEWMBj{margin-top:0}.s__93fuP5{display:none}.sld5NE0{color:#df3131!important}.st1bwM_{color:rgb(var(--wst-system-success-color-rgb,0,130,80))}.say8W7_{align-items:center;color:rgb(var(--wix-ui-tpa-text-field-prefix-color,var(--wix-color-4)));display:flex;margin-inline-start:var(--wix-ui-tpa-text-field-padding-inline-start,12px)}.seUhTBS.omiPagG--readOnlyCustom .say8W7_{color:rgb(var(--wix-ui-tpa-text-field-readonly-prefix-color,var(--wix-color-4)))}.say8W7_ svg{color:rgb(var(--wix-ui-tpa-text-field-prefix-color,var(--wix-color-5)))}.seUhTBS.omiPagG--readOnlyCustom .say8W7_ svg{color:rgb(var(--wix-ui-tpa-text-field-readonly-prefix-color,var(--wix-color-5)))}.sluWUmE.omiPagG---theme-4-line .say8W7_{margin-inline-start:0}.sXT5avv{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.sluWUmE input[type=number]::-webkit-inner-spin-button,.sluWUmE input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.sluWUmE input[type=number]{appearance:textfield}.sluWUmE input{border-radius:var(--wix-ui-tpa-text-field-main-border-radius,0)}.seUhTBS.omiPagG--readOnlyCustom .sluWUmE input{border-radius:var(--wix-ui-tpa-text-field-readonly-border-radius,0)}.sluWUmE.oXd4cBy--focus input,.sluWUmE:hover input{border-radius:var(--wix-ui-tpa-text-field-hover-border-radius,1px)}.s__4pDr86{display:flex;flex-direction:column;padding-bottom:var(--wix-ui-tpa-text-field-arrows-suffix-vertical-padding,4px);padding-top:var(--wix-ui-tpa-text-field-arrows-suffix-vertical-padding,4px)}.shMar7P{all:unset;cursor:pointer;height:16px;line-height:16px}.seUhTBS .sgjbb0e{color:rgb(var(--wix-ui-tpa-text-field-helper-text-color,var(--wix-color-4)));display:block;font-family:var(--wix-ui-tpa-text-field-helper-text-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-field-helper-text-font-size,14px);font-style:var(--wix-ui-tpa-text-field-helper-text-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-field-helper-text-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-field-helper-text-font-weight,var(--wix-font-Body-M-weight));line-height:var(--wix-ui-tpa-text-field-helper-text-font-line-height,1.4);margin-top:8px;text-decoration:var(--wix-ui-tpa-text-field-helper-text-font-text-decoration,var(--wix-font-Body-M-text-decoration))}.skXypt_{cursor:pointer;display:block;height:calc(max(24px,1em));width:calc(max(24px,1em))}.skXypt_.omiPagG--disabled{cursor:default}.sXTjVMx{position:relative;width:100%}.swtew2u{font-family:var(--wix-ui-tpa-text-field-main-label-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-field-main-label-font-size,16px);font-style:var(--wix-ui-tpa-text-field-main-label-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-field-main-label-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-field-main-label-font-weight,var(--wix-font-Body-M-weight));line-height:var(--wix-ui-tpa-text-field-main-label-font-line-height,1.4);padding-top:3.6px;text-decoration:var(--wix-ui-tpa-text-field-main-label-font-text-decoration,var(--wix-font-Body-M-text-decoration))}.svw8iw2.omiPagG---style-8-floating{color:rgb(var(--wix-ui-tpa-text-field-main-label-text-color,var(--wix-color-4)));font:inherit;margin-bottom:0;overflow:hidden;padding-top:0;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%);transition:all .1s ease-out;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;-o-transition:all .1s ease-out;-ms-transition:all .1s ease-out;white-space:nowrap;width:calc(100% - 20px)}.seUhTBS.omiPagG--readOnlyCustom .svw8iw2.omiPagG---style-8-floating{color:rgb(var(--wix-ui-tpa-text-field-readonly-label-text-color,var(--wix-color-4)));font:inherit}.seUhTBS.omiPagG--hasFloatingLabelActive .svw8iw2.omiPagG---style-8-floating{font-size:.875em;padding-top:2px;top:6px;transform:translateY(0)}.seUhTBS.omiPagG--hasFloatingLabel .svw8iw2.omiPagG---theme-3-box{padding-inline-start:0;text-indent:20px}.seUhTBS.omiPagG--hasFloatingLabel .sluWUmE.omiPagG---theme-3-box .sljIAx_{padding:0 0 6px;padding-inline-start:0;text-indent:20px}.seUhTBS.omiPagG--hasFloatingLabel .sluWUmE.omiPagG---theme-4-line .sljIAx_{padding:0 0 4px;padding-inline-start:0;text-indent:0}.seUhTBS.omiPagG--hasFloatingLabel.omiPagG--hasPrefix .sluWUmE .sljIAx_,.seUhTBS.omiPagG--hasFloatingLabel.omiPagG--hasPrefix .svw8iw2{padding-inline-start:0;text-indent:4px}.seUhTBS.omiPagG--hasFloatingLabel.omiPagG--hasSuffix .sluWUmE .sljIAx_,.seUhTBS.omiPagG--hasFloatingLabel.omiPagG--hasSuffix .svw8iw2{padding-inline-end:4px}.seUhTBS.omiPagG--hasFloatingLabel .sluWUmE.omiPagG---theme-3-box{padding-inline-end:20px}.seUhTBS.omiPagG--hasFloatingLabel .sluWUmE.omiPagG---theme-3-box .say8W7_{margin-inline-start:20px}.suv0S34{--Text1914457661-primary-color:rgb(var(--wix-ui-tpa-text-main-text-color,var(--wix-color-5)));--Text1914457661-secondary-color:rgb(var(--wix-ui-tpa-text-main-text-color,var(--wix-color-4)))}.suv0S34.ooelb2O---priority-7-primary{color:var(--wut-text-color,var(--Text1914457661-primary-color))}.suv0S34.ooelb2O---priority-9-secondary{color:var(--wut-placeholder-color,var(--Text1914457661-secondary-color))}.suv0S34.ooelb2O---typography-10-smallTitle{font-family:var(--wix-ui-tpa-text-main-text-font-family,var(--wix-font-Page-title-family));font-size:var(--wix-ui-tpa-text-main-text-font-size,24px);font-style:var(--wix-ui-tpa-text-main-text-font-style,var(--wix-font-Page-title-style));font-variant:var(--wix-ui-tpa-text-main-text-font-variant,var(--wix-font-Page-title-variant));font-weight:var(--wix-ui-tpa-text-main-text-font-weight,var(--wix-font-Page-title-weight));line-height:var(--wix-ui-tpa-text-main-text-font-line-height,1.33em);text-decoration:var(--wix-ui-tpa-text-main-text-font-text-decoration,var(--wix-font-Page-title-text-decoration))}.suv0S34.ooelb2O---typography-11-runningText{line-height:var(--wix-ui-tpa-text-main-text-font-line-height,1.5em)}.suv0S34.ooelb2O---typography-11-runningText,.suv0S34.ooelb2O---typography-8-listText{font-family:var(--wix-ui-tpa-text-main-text-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-main-text-font-size,16px);font-style:var(--wix-ui-tpa-text-main-text-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-main-text-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-main-text-font-weight,var(--wix-font-Body-M-weight));text-decoration:var(--wix-ui-tpa-text-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration))}.suv0S34.ooelb2O---typography-8-listText{line-height:var(--wix-ui-tpa-text-main-text-font-line-height,2em)}.suv0S34.ooelb2O---typography-10-largeTitle{font-family:var(--wix-ui-tpa-text-main-text-font-family,var(--wix-font-Heading-M-family));font-size:var(--wix-ui-tpa-text-main-text-font-size,32px);font-style:var(--wix-ui-tpa-text-main-text-font-style,var(--wix-font-Heading-M-style));font-variant:var(--wix-ui-tpa-text-main-text-font-variant,var(--wix-font-Heading-M-variant));font-weight:var(--wix-ui-tpa-text-main-text-font-weight,var(--wix-font-Heading-M-weight));line-height:var(--wix-ui-tpa-text-main-text-font-line-height,1.25em);text-decoration:var(--wix-ui-tpa-text-main-text-font-text-decoration,var(--wix-font-Heading-M-text-decoration))}.suv0S34.ooelb2O--mobile.ooelb2O---typography-10-smallTitle{font-family:var(--wix-ui-tpa-text-main-text-font-family,var(--wix-font-Page-title-family));font-size:var(--wix-ui-tpa-text-main-text-font-size,20px);font-style:var(--wix-ui-tpa-text-main-text-font-style,var(--wix-font-Page-title-style));font-variant:var(--wix-ui-tpa-text-main-text-font-variant,var(--wix-font-Page-title-variant));font-weight:var(--wix-ui-tpa-text-main-text-font-weight,var(--wix-font-Page-title-weight));line-height:var(--wix-ui-tpa-text-main-text-font-line-height,1.4em);text-decoration:var(--wix-ui-tpa-text-main-text-font-text-decoration,var(--wix-font-Page-title-text-decoration))}.suv0S34.ooelb2O--mobile.ooelb2O---typography-11-runningText{line-height:var(--wix-ui-tpa-text-main-text-font-line-height,1.42em)}.suv0S34.ooelb2O--mobile.ooelb2O---typography-11-runningText,.suv0S34.ooelb2O--mobile.ooelb2O---typography-8-listText{font-family:var(--wix-ui-tpa-text-main-text-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-text-main-text-font-size,14px);font-style:var(--wix-ui-tpa-text-main-text-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-text-main-text-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-text-main-text-font-weight,var(--wix-font-Body-M-weight));text-decoration:var(--wix-ui-tpa-text-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration))}.suv0S34.ooelb2O--mobile.ooelb2O---typography-8-listText{line-height:var(--wix-ui-tpa-text-main-text-font-line-height,1.72em)}.suv0S34.ooelb2O--mobile.ooelb2O---typography-10-largeTitle{font-family:var(--wix-ui-tpa-text-main-text-font-family,var(--wix-font-Heading-M-family));font-size:var(--wix-ui-tpa-text-main-text-font-size,24px);font-style:var(--wix-ui-tpa-text-main-text-font-style,var(--wix-font-Heading-M-style));font-variant:var(--wix-ui-tpa-text-main-text-font-variant,var(--wix-font-Heading-M-variant));font-weight:var(--wix-ui-tpa-text-main-text-font-weight,var(--wix-font-Heading-M-weight));line-height:var(--wix-ui-tpa-text-main-text-font-line-height,1.33em);text-decoration:var(--wix-ui-tpa-text-main-text-font-text-decoration,var(--wix-font-Heading-M-text-decoration))}.sRr0CIe{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.sWHt5Y4{--SectionNotification630052479-border-radius:2px;--SectionNotification630052479-main-vertical-padding:9px;--SectionNotification630052479-main-compact-vertical-padding:5px;--SectionNotification630052479-main-left-padding:12px;--SectionNotification630052479-main-right-padding:16px;--SectionNotification630052479-content-padding:8px;--SectionNotification630052479-line-height:20px;--SectionNotification630052479-default-text-color:0,0,0;--SectionNotification630052479-default-background-color:0,0,0;--SectionNotification630052479-success-color:0,130,80;--SectionNotification630052479-success-icon-color:rgb(var(--SectionNotification630052479-success-color));--SectionNotification630052479-wst-background-color:var(--wst-paragraph-2-color-rgb,var(--SectionNotification630052479-default-background-color));--SectionNotification630052479-wired-text-color:rgb(var(--wix-ui-tpa-section-notification-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));--SectionNotification630052479-wired-background-color:rgb(var(--wix-ui-tpa-section-notification-background-color,var(--SectionNotification630052479-wst-background-color),0.05));background-color:#fff;border-radius:var(--wix-ui-tpa-section-notification-border-radius,var(--SectionNotification630052479-border-radius));display:flex;height:100%;width:100%}.sRtWeXz{background-color:rgb(var(--wix-ui-tpa-section-notification-background-color,var(--SectionNotification630052479-wst-background-color),.05));border:1px solid hsla(0,0%,100%,.4);border-radius:var(--wix-ui-tpa-section-notification-border-radius,var(--SectionNotification630052479-border-radius));color:rgb(var(--wix-ui-tpa-section-notification-text-color,var(--wst-paragraph-2-color-rgb,var(--SectionNotification630052479-default-text-color))));display:flex;flex:1;flex-wrap:wrap;font-family:Madefor,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;font-size:14px;justify-content:center;padding:var(--SectionNotification630052479-main-vertical-padding) var(--SectionNotification630052479-main-right-padding) var(--SectionNotification630052479-main-vertical-padding) var(--SectionNotification630052479-main-left-padding)}.sVpe5__{flex:1;flex-direction:row;padding:6px 0}.sGVlueH,.sVpe5__{align-items:center;display:flex}.sGVlueH{flex-direction:row;justify-content:center;margin:var(--SectionNotification630052479-main-vertical-padding) var(--SectionNotification630052479-content-padding)}.sGVlueH:empty{display:none}.s__5CzhT8{height:20px;transform:translateX(calc(-1*(var(--SectionNotification630052479-content-padding)/2)))}.sWHt5Y4.oDlGMrp--rtl .s__5CzhT8{transform:translateX(calc((var(--SectionNotification630052479-content-padding)/2)))}.s__5CzhT8 svg{fill:rgb(var(--wix-ui-tpa-section-notification-icon-color,var(--wix-ui-tpa-section-notification-text-color,var(--wst-paragraph-2-color-rgb,var(--SectionNotification630052479-default-text-color)))));color:rgb(var(--wix-ui-tpa-section-notification-icon-color,var(--wix-ui-tpa-section-notification-text-color,var(--wst-paragraph-2-color-rgb,var(--SectionNotification630052479-default-text-color)))));height:var(--SectionNotification630052479-line-height)}.sOO8_qy{flex:1;line-height:var(--SectionNotification630052479-line-height);margin:0;min-width:200px}.sOO8_qy:first-child{margin:0}.sAx_2gb{margin:0 calc(var(--SectionNotification630052479-content-padding)/2)}.sWHt5Y4.oDlGMrp--error .sRtWeXz{background-color:rgb(223,49,49,.1)}.sWHt5Y4.oDlGMrp--alert .sRtWeXz{background-color:rgb(255,182,0,.1)}.sWHt5Y4.oDlGMrp--wired{background-color:transparent}.sWHt5Y4.oDlGMrp--wired .sRtWeXz{background-color:var(--SectionNotification630052479-wired-background-color);color:var(--SectionNotification630052479-wired-text-color)}.sWHt5Y4.oDlGMrp--wired .s__5CzhT8 svg:not([fill=currentColor]) path{stroke:var(--SectionNotification630052479-wired-text-color)}.sWHt5Y4.oDlGMrp--success .sRtWeXz{background-color:rgb(var(--SectionNotification630052479-success-color),.1)}.sWHt5Y4.oDlGMrp--success .s__5CzhT8 svg:not([fill=currentColor]) path{stroke:var(--SectionNotification630052479-success-icon-color)}.sWHt5Y4.oDlGMrp--error .s__5CzhT8 svg[fill=currentColor]{color:#df3131}.sWHt5Y4.oDlGMrp--success .s__5CzhT8 svg[fill=currentColor]{color:var(--SectionNotification630052479-success-icon-color)}.sWHt5Y4.oDlGMrp--wired .s__5CzhT8 svg[fill=currentColor]{color:var(--SectionNotification630052479-wired-text-color)}.sWHt5Y4.oDlGMrp---size-7-compact .sRtWeXz{padding-bottom:var(--SectionNotification630052479-main-compact-vertical-padding);padding-top:var(--SectionNotification630052479-main-compact-vertical-padding)}.sWHt5Y4.oDlGMrp---size-7-compact .sGVlueH{margin-bottom:var(--SectionNotification630052479-main-compact-vertical-padding);margin-top:var(--SectionNotification630052479-main-compact-vertical-padding)}.sEscF_m{--Spinner1086310563-diameter:var(--wix-ui-tpa-spinner-diameter,50px);animation:Spinner1086310563__rotate 2s linear infinite;height:var(--Spinner1086310563-diameter);left:auto;top:auto;width:var(--Spinner1086310563-diameter)}.sKqGnq2{stroke:rgb(var(--wix-ui-tpa-spinner-path-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));stroke-width:clamp(1px,var(--wix-ui-tpa-spinner-stroke-width,4px),10px);animation:Spinner1086310563__dash 1.5s ease-in-out infinite}.sEscF_m.oS6jGdj--slim .sKqGnq2{stroke-width:clamp(1px,var(--wix-ui-tpa-spinner-stroke-width,1px),10px)}.sEscF_m.oS6jGdj--centered{left:calc(50% - var(--Spinner1086310563-diameter)/2);position:absolute;top:calc(50% - var(--Spinner1086310563-diameter)/2)}.sEscF_m.oS6jGdj--static,.sEscF_m.oS6jGdj--static .sKqGnq2{animation:none}@keyframes Spinner1086310563__rotate{to{transform:rotate(1turn)}}@keyframes Spinner1086310563__dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.sSCa_b0[data-hook=popover-portal]{display:initial}.sSCa_b0 .sGr_SqN{-webkit-font-smoothing:auto;background-color:#212121;border:1px solid #757575;border-radius:3px;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 0 4px 0 rgba(0,0,0,.1);color:#fff;font-family:Madefor,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;font-size:14px;line-height:20px;padding:4px 12px}.sjKAXzf{margin:0;position:absolute}.sjKAXzf,.sjKAXzf svg{display:block}.sSCa_b0 .syNaPYw[data-placement*=top].sFY8GiM{padding-bottom:6px}.sSCa_b0 .syNaPYw[data-placement*=bottom].sFY8GiM{padding-top:6px}.sSCa_b0 .syNaPYw[data-placement*=left].sFY8GiM{padding-right:6px}.sSCa_b0 .syNaPYw[data-placement*=right].sFY8GiM{padding-left:6px}.sSCa_b0 .syNaPYw[data-placement*=top] .sjKAXzf{bottom:-1px;height:7px;width:12px}.sSCa_b0 .syNaPYw[data-placement*=bottom] .sjKAXzf{height:7px;top:-1px;width:12px}.sSCa_b0 .syNaPYw[data-placement*=left] .sjKAXzf{height:12px;right:-1px;width:7px}.sSCa_b0 .syNaPYw[data-placement*=right] .sjKAXzf{height:12px;left:-1px;width:7px}.sSCa_b0 .syNaPYw[data-placement*=top].s__6srbs8{opacity:0;transform:scale(.9) translateY(3px)}.sSCa_b0 .syNaPYw[data-placement*=bottom].s__6srbs8{opacity:0;transform:scale(.9) translateY(-3px)}.sSCa_b0 .syNaPYw[data-placement*=left].s__6srbs8{opacity:0;transform:scale(.9) translateX(10px)}.sSCa_b0 .syNaPYw[data-placement*=right].s__6srbs8{opacity:0;transform:scale(.9) translateX(-10px)}.sSCa_b0 .syNaPYw[data-placement].s__6srbs8.sYHRSId{transition:transform .12s cubic-bezier(.25,.46,.45,.94),applyOpacity .12s cubic-bezier(.25,.46,.45,.94)}.sSCa_b0 .syNaPYw[data-placement].s__6srbs8.sYHRSId,.sSCa_b0 .syNaPYw[data-placement].sx6bvZ1{opacity:1;transform:scale(1) translateY(0) translateX(0)}.sSCa_b0 .syNaPYw[data-placement].sx6bvZ1.srzq3Wx{opacity:0;transition:transform 80ms linear,applyOpacity 80ms linear}.sSCa_b0.o__73CxGQ---skin-5-error .sGr_SqN{background-color:#df3131;border:1px solid hsla(0,0%,100%,.25)}.sSCa_b0.o__73CxGQ---skin-5-wired .sGr_SqN{background-color:rgb(var(--wix-ui-tpa-tooltip-background-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));border-color:rgb(var(--wix-ui-tpa-tooltip-border-color-rgb,var(--wix-ui-tpa-tooltip-background-color)),calc(var(--wix-ui-tpa-tooltip-border-color-opacity, 1)*var(--wst-primary-background-color-rgb, var(--wix-color-1))));color:rgb(var(--wix-ui-tpa-tooltip-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-1))))}.sSCa_b0.o__73CxGQ---skin-5-wired .sjKAXzf path{fill:rgb(var(--wix-ui-tpa-tooltip-background-color,var(--wix-color-5)));stroke:rgb(var(--wix-ui-tpa-tooltip-border-color-rgb,var(--wix-ui-tpa-tooltip-background-color)),calc(var(--wix-ui-tpa-tooltip-border-color-opacity, 1)*var(--wix-color-5)))}.sSCa_b0.o__73CxGQ---skin-5-wired .sjKAXzf path:first-child{stroke:none}.sSCa_b0.o__73CxGQ---skin-5-wired .sjKAXzf path:last-child{stroke-dasharray:0 17 17}.sSCa_b0.o__73CxGQ---skin-5-error .sjKAXzf path{fill:#df3131}.s_G66aF{--TextButton2587616598-wix-ui-tpa-text-button-background-color-internal:rgb(var(--wix-ui-tpa-text-button-background-color));--wst-paragraph-2-overriden-font-text-decoration:var(--wst-paragraph-2-text-decoration);--wst-paragraph-2-overriden-font-line-height:1.5em;--wst-paragraph-2-overriden-font-family:var(--wst-paragraph-2-font-family);--wst-paragraph-2-overriden-font-size:16px;--wst-paragraph-2-overriden-font-style:var(--wst-paragraph-2-font-style);--wst-paragraph-2-overriden-font-variant:var(--wst-paragraph-2-font-variant);--wst-paragraph-2-overriden-font-weight:var(--wst-paragraph-2-font-weight);background-color:var(--TextButton2587616598-wix-ui-tpa-text-button-background-color-internal,transparent);border:0;font-family:var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)));font-size:var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)));font-style:var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)));font-variant:var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)));font-weight:var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)));line-height:var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)));padding:0;text-decoration:none;text-decoration:var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration)))}.s_G66aF.ohl7n43--focus.oBsOXjo---hoverStyle-9-underline,.s_G66aF:active.oBsOXjo---hoverStyle-9-underline,.s_G66aF:hover.oBsOXjo---hoverStyle-9-underline{--wst-paragraph-2-overriden-font-text-decoration:underline;--wst-paragraph-2-overriden-font-line-height:1.5em;--wst-paragraph-2-overriden-font-family:var(--wst-paragraph-2-font-family);--wst-paragraph-2-overriden-font-size:16px;--wst-paragraph-2-overriden-font-style:var(--wst-paragraph-2-font-style);--wst-paragraph-2-overriden-font-variant:var(--wst-paragraph-2-font-variant);--wst-paragraph-2-overriden-font-weight:var(--wst-paragraph-2-font-weight);font-family:var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))));font-size:var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))));font-style:var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))));font-variant:var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))));font-weight:var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))));line-height:var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))));text-decoration:var(--TextButton2587616598-wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))));text-decoration:var(--TextButton2587616598-wix-ui-tpa-button-hover-text-font-text-decoration,underline)}.s_G66aF.oBsOXjo--mobile{--wst-paragraph-2-overriden-font-text-decoration:var(--wst-paragraph-2-text-decoration);--wst-paragraph-2-overriden-font-line-height:1.44em;--wst-paragraph-2-overriden-font-family:var(--wst-paragraph-2-font-family);--wst-paragraph-2-overriden-font-size:14px;--wst-paragraph-2-overriden-font-style:var(--wst-paragraph-2-font-style);--wst-paragraph-2-overriden-font-variant:var(--wst-paragraph-2-font-variant);--wst-paragraph-2-overriden-font-weight:var(--wst-paragraph-2-font-weight);font-family:var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)));font-size:var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)));font-style:var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)));font-variant:var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)));font-weight:var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)));line-height:var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)));text-decoration:var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration)))}.s_G66aF.oBsOXjo--mobile.ohl7n43--focus.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile:active.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile:hover.oBsOXjo---hoverStyle-9-underline{--wst-paragraph-2-overriden-font-text-decoration:underline;--wst-paragraph-2-overriden-font-line-height:1.44em;--wst-paragraph-2-overriden-font-family:var(--wst-paragraph-2-font-family);--wst-paragraph-2-overriden-font-size:14px;--wst-paragraph-2-overriden-font-style:var(--wst-paragraph-2-font-style);--wst-paragraph-2-overriden-font-variant:var(--wst-paragraph-2-font-variant);--wst-paragraph-2-overriden-font-weight:var(--wst-paragraph-2-font-weight)}.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-11-primaryLink.ohl7n43--focus.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-11-primaryLink:active.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-11-primaryLink:hover.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-4-link.ohl7n43--focus.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-4-link:active.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-4-link:hover.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.ohl7n43--focus.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile:active.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile:hover.oBsOXjo---hoverStyle-9-underline{font-family:var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))));font-size:var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))));font-style:var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))));font-variant:var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))));font-weight:var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))));line-height:var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))));text-decoration:var(--TextButton2587616598-wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))));text-decoration:var(--TextButton2587616598-wix-ui-tpa-button-hover-text-font-text-decoration,underline)}.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-11-primaryLink.ohl7n43--focus.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-11-primaryLink:active.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-11-primaryLink:hover.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-4-link.ohl7n43--focus.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-4-link:active.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo--mobile.oBsOXjo---priority-4-link:hover.oBsOXjo---hoverStyle-9-underline{--wst-paragraph-2-overriden-font-text-decoration:none;--wst-paragraph-2-overriden-font-line-height:1.44em;--wst-paragraph-2-overriden-font-family:var(--wst-paragraph-2-font-family);--wst-paragraph-2-overriden-font-size:14px;--wst-paragraph-2-overriden-font-style:var(--wst-paragraph-2-font-style);--wst-paragraph-2-overriden-font-variant:var(--wst-paragraph-2-font-variant);--wst-paragraph-2-overriden-font-weight:var(--wst-paragraph-2-font-weight)}.s_G66aF.oBsOXjo---priority-7-primary{color:rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-links-and-actions-color-rgb,var(--wix-color-8))))}.s_G66aF.oBsOXjo---priority-7-primary.ohl7n43--focus:not(.oBsOXjo---hoverStyle-9-underline),.s_G66aF.oBsOXjo---priority-7-primary:active:not(.oBsOXjo---hoverStyle-9-underline),.s_G66aF.oBsOXjo---priority-7-primary:hover:not(.oBsOXjo---hoverStyle-9-underline){color:rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-8)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1)*.7))}.s_G66aF.oBsOXjo---priority-11-primaryLink.ohl7n43--focus.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo---priority-11-primaryLink:active.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo---priority-11-primaryLink:hover.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo---priority-4-link.ohl7n43--focus.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo---priority-4-link:active.oBsOXjo---hoverStyle-9-underline,.s_G66aF.oBsOXjo---priority-4-link:hover.oBsOXjo---hoverStyle-9-underline{--wst-paragraph-2-overriden-font-text-decoration:none;--wst-paragraph-2-overriden-font-line-height:1.5em;--wst-paragraph-2-overriden-font-family:var(--wst-paragraph-2-font-family);--wst-paragraph-2-overriden-font-size:16px;--wst-paragraph-2-overriden-font-style:var(--wst-paragraph-2-font-style);--wst-paragraph-2-overriden-font-variant:var(--wst-paragraph-2-font-variant);--wst-paragraph-2-overriden-font-weight:var(--wst-paragraph-2-font-weight);font-family:var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))));font-size:var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))));font-style:var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))));font-variant:var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))));font-weight:var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))));line-height:var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))));text-decoration:var(--TextButton2587616598-wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))));text-decoration:var(--TextButton2587616598-wix-ui-tpa-button-hover-text-font-text-decoration,underline)}.s_G66aF.oBsOXjo---priority-9-secondary{color:rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))))}.s_G66aF.oBsOXjo---priority-9-secondary.ohl7n43--focus:not(.oBsOXjo---hoverStyle-9-underline),.s_G66aF.oBsOXjo---priority-9-secondary:active:not(.oBsOXjo---hoverStyle-9-underline),.s_G66aF.oBsOXjo---priority-9-secondary:hover:not(.oBsOXjo---hoverStyle-9-underline){color:rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1)*.7))}.s_G66aF.oBsOXjo---priority-4-link{color:rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));text-decoration:underline}.s_G66aF.oBsOXjo---priority-4-link.ohl7n43--focus:not(.oBsOXjo---hoverStyle-9-underline),.s_G66aF.oBsOXjo---priority-4-link:active:not(.oBsOXjo---hoverStyle-9-underline),.s_G66aF.oBsOXjo---priority-4-link:hover:not(.oBsOXjo---hoverStyle-9-underline){color:rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1)*.7))}.s_G66aF.oBsOXjo---priority-11-primaryLink{color:rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-links-and-actions-color-rgb,var(--wix-color-8))));text-decoration:underline}.s_G66aF.oBsOXjo---priority-11-primaryLink.ohl7n43--focus:not(.oBsOXjo---hoverStyle-9-underline),.s_G66aF.oBsOXjo---priority-11-primaryLink:active:not(.oBsOXjo---hoverStyle-9-underline),.s_G66aF.oBsOXjo---priority-11-primaryLink:hover:not(.oBsOXjo---hoverStyle-9-underline){color:rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-8)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1)*.7))}.s_G66aF.oBsOXjo---priority-4-link.ouNZOBi--disabled,.s_G66aF.oBsOXjo---priority-7-primary.ouNZOBi--disabled,.s_G66aF.oBsOXjo---priority-9-secondary.ouNZOBi--disabled{color:rgb(var(--wst-system-disabled-color-rgb,var(--wix-color-29)))}.s__8CXEP4 svg{height:1.5em;margin:calc(-1*(1.5em/4)) 0;width:1.5em}.s__8CXEP4 svg:not([fill=currentColor]) path{stroke:currentColor;fill:none}.sQN0K3n:after,.s__7U_e6o:before{content:"";display:inline-block;height:1px;width:4px}.s__4XZVEU{align-items:center;display:flex;justify-content:center}.sVoADA1{background-color:transparent;border:0;padding:0}.sVoADA1,.s__4XZVEU{line-height:0}.sQfpCym svg,.s__4XZVEU{height:24px;width:24px}.sfdtLiO{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.sR8oxpe{border:0;display:inline-block;line-height:0;margin:0;padding:0;text-decoration:none}.sR8oxpe.ohl7n43--focus,.sR8oxpe:hover{opacity:var(--wix-ui-tpa-icon-button-hover-opacity,.7)}.sR8oxpe.ozM1AJR--disabled{cursor:default}.sR8oxpe.ozM1AJR--disabled:hover{opacity:1}.sLcvLRZ svg{display:block}.sR8oxpe.ozM1AJR--disabled.sCFNe5l .sLcvLRZ svg:not([fill=currentColor]) path{stroke:rgb(var(--wst-system-disabled-color-rgb,var(--wix-color-29)));fill:none}.sR8oxpe.ozM1AJR--disabled.seTIn4R .sLcvLRZ svg:not([fill=currentColor]) path{fill:rgb(var(--wst-system-disabled-color-rgb,var(--wix-color-29)));stroke:rgb(var(--wst-system-disabled-color-rgb,var(--wix-color-29)))}.sCFNe5l .sLcvLRZ svg:not([fill=currentColor]) path,.sR8oxpe.ozM1AJR---skin-4-line .sLcvLRZ svg:not([fill=currentColor]) path{stroke:rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));fill:none}.sR8oxpe.ozM1AJR---skin-4-full .sLcvLRZ svg:not([fill=currentColor]) path,.seTIn4R .sLcvLRZ svg:not([fill=currentColor]) path{fill:rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));stroke:rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))))}.sR8oxpe .sLcvLRZ svg[fill=currentColor]{color:rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))))}.sR8oxpe.ozM1AJR--disabled .sLcvLRZ svg[fill=currentColor]{color:rgb(var(--wst-system-disabled-color-rgb,var(--wix-color-29)))}.sR8oxpe.ozM1AJR---theme-4-none{background-color:transparent}.sR8oxpe.ozM1AJR---theme-3-box{align-items:center;background-color:rgb(var(--wix-ui-tpa-icon-button-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1))));border-radius:50%;display:inline-flex;height:32px;justify-content:center;width:32px}.sG2AKUm{--Button2525306004-primaryBorderColor:var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--wst-button-primary-background-color-rgb,var(--wix-color-38))));--Button2525306004-primaryHoverBorderColor:var(--wix-ui-tpa-button-hover-border-color,var(--Button2525306004-primaryBorderColor));--Button2525306004-primaryHoverLegacyBorderColor:var(--Button2525306004-primaryHoverBorderColor),0.7;--Button2525306004-primaryDisabledBorderColor:var(--wix-ui-tpa-button-disabled-border-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-45))));--Button2525306004-secondaryBorderColor:var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--wix-color-48)));--Button2525306004-secondaryHoverBorderColor:var(--wix-ui-tpa-button-hover-border-color,var(--Button2525306004-secondaryBorderColor));--Button2525306004-secondaryHoverLegacyBorderColor:var(--Button2525306004-secondaryHoverBorderColor),0.7;--Button2525306004-secondaryDisabledBorderColor:var(--wix-ui-tpa-button-disabled-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-54)));--Button2525306004-basicBorderColor:var(--wix-ui-tpa-button-main-border-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)));--Button2525306004-basicHoverBorderColor:var(--wix-ui-tpa-button-hover-border-color,var(--Button2525306004-basicBorderColor));--Button2525306004-basicHoverLegacyBorderColor:var(--Button2525306004-basicHoverBorderColor);--Button2525306004-basicDisabledBorderColor:var(--wix-ui-tpa-button-disabled-border-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29))));--Button2525306004-basicSecondaryBorderColor:var(--Button2525306004-basicBorderColor);--Button2525306004-basicSecondaryHoverBorderColor:var(--Button2525306004-basicHoverBorderColor);--Button2525306004-basicSecondaryHoverLegacyBorderColor:var(--Button2525306004-basicSecondaryHoverBorderColor),0.7;--Button2525306004-basicSecondaryDisabledBorderColor:var(--wix-ui-tpa-button-disabled-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29)));--Button2525306004-basicBorderWidth:0px;--Button2525306004-basicBorderExPaddingWidth:1px;--Button2525306004-basicSecondaryBorderWidth:1px;--Button2525306004-primaryBorderWidth:0px;--Button2525306004-primaryBorderExPaddingWidth:1px;--Button2525306004-secondaryBorderWidth:1px;--Button2525306004-borderStyle:solid;border-color:rgb(var(--wix-ui-tpa-button-main-border-color,var(--wix-color-39)));border-radius:var(--wix-ui-tpa-button-main-border-radius,0);border-style:solid;box-shadow:var(--wix-ui-tpa-button-main-box-shadow,0 0);box-sizing:content-box;font-family:var(--wix-ui-tpa-button-main-text-font-family,var(--wix-font-Body-M-family));font-size:var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default));font-style:var(--wix-ui-tpa-button-main-text-font-style,var(--wix-font-Body-M-style));font-variant:var(--wix-ui-tpa-button-main-text-font-variant,var(--wix-font-Body-M-variant));font-weight:var(--wix-ui-tpa-button-main-text-font-weight,var(--wix-font-Body-M-weight));letter-spacing:var(--wix-ui-tpa-button-main-text-font-letter-spacing);line-height:var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default));min-width:var(--wix-ui-tpa-button-min-width,100px);text-decoration:var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration));text-shadow:var(--wix-ui-tpa-button-main-text-shadow,0 0 transparent),var(--wix-ui-tpa-button-main-text-outline,0 0 transparent);text-transform:var(--wix-ui-tpa-button-main-text-font-text-transform);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out,border-width .2s ease-in-out}.sG2AKUm:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm:hover.oeR7L2a---hoverStyle-9-underline{font-family:var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wix-font-Body-M-family)));font-size:var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)));font-style:var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wix-font-Body-M-style)));font-variant:var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wix-font-Body-M-variant)));font-weight:var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wix-font-Body-M-weight)));line-height:var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)));text-decoration:var(--wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration)));text-decoration:var(--wix-ui-tpa-button-hover-text-font-text-decoration,underline)!important}.sG2AKUm .sT_ziuf{margin:0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sG2AKUm.oeR7L2a--fullWidth{box-sizing:border-box;width:100%}.sG2AKUm,.sG2AKUm.oeR7L2a---priority-5-basic{background-color:rgb(var(--wix-ui-tpa-button-main-background-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));border-block-end-color:rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicBorderColor))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicBorderColor))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-end-end-radius:var(--wix-ui-tpa-button-main-border-end-end-radius,var(--wix-ui-tpa-button-main-border-radius,0));border-end-start-radius:var(--wix-ui-tpa-button-main-border-end-start-radius,var(--wix-ui-tpa-button-main-border-radius,0));border-inline-end-color:rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicBorderColor))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicBorderColor))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-start-end-radius:var(--wix-ui-tpa-button-main-border-start-end-radius,var(--wix-ui-tpa-button-main-border-radius,0));border-start-start-radius:var(--wix-ui-tpa-button-main-border-start-start-radius,var(--wix-ui-tpa-button-main-border-radius,0));color:rgb(var(--wix-ui-tpa-button-main-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-1))));font-family:var(--wix-ui-tpa-button-main-text-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family)));font-size:var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default));font-style:var(--wix-ui-tpa-button-main-text-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style)));font-variant:var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant)));font-weight:var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight)));line-height:var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default));text-decoration:var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration)))}.sG2AKUm.oeR7L2a---priority-5-basic:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-5-basic:hover.oeR7L2a---hoverStyle-9-underline,.sG2AKUm:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm:hover.oeR7L2a---hoverStyle-9-underline{background-color:rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))));border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))))}.sG2AKUm.oeR7L2a---priority-5-basic:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-5-basic:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm.oeR7L2a---priority-5-basic:hover.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-5-basic:hover:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm:hover.oeR7L2a---hoverStyle-9-underline,.sG2AKUm:hover:not(.oeR7L2a---hoverStyle-9-underline){font-family:var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family))));font-size:var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)));font-style:var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style))));font-variant:var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant))));font-weight:var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight))));line-height:var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)));text-decoration:var(--wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration))))}.sG2AKUm.oeR7L2a---priority-5-basic:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm.oeR7L2a---priority-5-basic:hover:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm:hover:not(.oeR7L2a---hoverStyle-9-underline){background-color:rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5),.7))));border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverLegacyBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverLegacyBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverLegacyBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverLegacyBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderWidth)));color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-1),.7))))}.sG2AKUm.oeR7L2a---priority-14-basicSecondary{background-color:rgb(var(--wix-ui-tpa-button-main-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1))));border-block-end-color:rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryBorderColor))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryBorderColor))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-end-end-radius:var(--wix-ui-tpa-button-main-border-end-end-radius,var(--wix-ui-tpa-button-main-border-radius,0));border-end-start-radius:var(--wix-ui-tpa-button-main-border-end-start-radius,var(--wix-ui-tpa-button-main-border-radius,0));border-inline-end-color:rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryBorderColor))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryBorderColor))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-start-end-radius:var(--wix-ui-tpa-button-main-border-start-end-radius,var(--wix-ui-tpa-button-main-border-radius,0));border-start-start-radius:var(--wix-ui-tpa-button-main-border-start-start-radius,var(--wix-ui-tpa-button-main-border-radius,0));color:rgb(var(--wix-ui-tpa-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));font-family:var(--wix-ui-tpa-button-main-text-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family)));font-size:var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default));font-style:var(--wix-ui-tpa-button-main-text-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style)));font-variant:var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant)));font-weight:var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight)));line-height:var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default));text-decoration:var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration)))}.sG2AKUm.oeR7L2a---priority-14-basicSecondary:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-14-basicSecondary:hover.oeR7L2a---hoverStyle-9-underline{background-color:rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))));border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))))}.sG2AKUm.oeR7L2a---priority-14-basicSecondary:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-14-basicSecondary:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm.oeR7L2a---priority-14-basicSecondary:hover.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-14-basicSecondary:hover:not(.oeR7L2a---hoverStyle-9-underline){font-family:var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family))));font-size:var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)));font-style:var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style))));font-variant:var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant))));font-weight:var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight))));line-height:var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)));text-decoration:var(--wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration))))}.sG2AKUm.oeR7L2a---priority-14-basicSecondary:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm.oeR7L2a---priority-14-basicSecondary:hover:not(.oeR7L2a---hoverStyle-9-underline){background-color:rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-color-1),0));border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverLegacyBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverLegacyBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverLegacyBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverLegacyBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-button-main-text-color-opacity, 1) * .7)))}.sG2AKUm.oeR7L2a---priority-7-primary{background-color:rgb(var(--wix-ui-tpa-button-main-background-color,var(--wst-button-primary-background-color-rgb,var(--wix-color-38))));border-block-end-color:rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--Button2525306004-primaryBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-bottom-width,var(--Button2525306004-primaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-top-color-rgb,var(--Button2525306004-primaryBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-top-width,var(--Button2525306004-primaryBorderWidth))));border-end-end-radius:var(--wix-ui-tpa-button-main-border-end-end-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-primary-border-bottom-right-radius,0)));border-end-start-radius:var(--wix-ui-tpa-button-main-border-end-start-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-primary-border-bottom-left-radius,0)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-right-color-rgb,var(--Button2525306004-primaryBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-right-width,var(--Button2525306004-primaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-left-color-rgb,var(--Button2525306004-primaryBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-left-width,var(--Button2525306004-primaryBorderWidth))));border-start-end-radius:var(--wix-ui-tpa-button-main-border-start-end-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-primary-border-top-right-radius,0)));border-start-start-radius:var(--wix-ui-tpa-button-main-border-start-start-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-primary-border-top-left-radius,0)));box-shadow:var(--wix-ui-tpa-button-main-box-shadow,var(--wst-button-primary-box-shadow,0 0));color:rgb(var(--wix-ui-tpa-button-main-text-color,var(--wst-button-primary-color-rgb,var(--wix-color-40))));font-family:var(--wix-ui-tpa-button-main-text-font-family,var(--wst-button-primary-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family))));font-size:var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default));font-style:var(--wix-ui-tpa-button-main-text-font-style,var(--wst-button-primary-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style))));font-variant:var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-button-primary-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant))));font-weight:var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-button-primary-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight))));letter-spacing:var(--wix-ui-tpa-button-main-text-font-letter-spacing,var(--wst-button-primary-letter-spacing));line-height:var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default));text-decoration:var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-button-primary-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration))));text-shadow:var(--wix-ui-tpa-button-main-text-shadow,var(--wst-button-primary-text-shadow,0 0 transparent)),var(--wix-ui-tpa-button-main-text-outline,var(--Button2525306004-wst-button-primary-text-outline,0 0 transparent));text-transform:var(--wix-ui-tpa-button-main-text-font-text-transform,var(--wst-button-primary-text-transform))}.sG2AKUm.oeR7L2a---priority-7-primary:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-7-primary:hover.oeR7L2a---hoverStyle-9-underline{background-color:rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color,var(--wst-button-primary-background-color-rgb,var(--wix-color-38)))));border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--Button2525306004-primaryHoverBorderColor))))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-bottom-width,var(--Button2525306004-primaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-top-color-rgb,var(--Button2525306004-primaryHoverBorderColor))))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-top-width,var(--Button2525306004-primaryBorderWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-right-color-rgb,var(--Button2525306004-primaryHoverBorderColor))))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-right-width,var(--Button2525306004-primaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-left-color-rgb,var(--Button2525306004-primaryHoverBorderColor))))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-left-width,var(--Button2525306004-primaryBorderWidth))));color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-button-primary-color-rgb,var(--wix-color-40)))))}.sG2AKUm.oeR7L2a---priority-7-primary:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-7-primary:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm.oeR7L2a---priority-7-primary:hover.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-7-primary:hover:not(.oeR7L2a---hoverStyle-9-underline){font-family:var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wst-button-primary-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family)))));font-size:var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)));font-style:var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wst-button-primary-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style)))));font-variant:var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-button-primary-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant)))));font-weight:var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-button-primary-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight)))));line-height:var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)));text-decoration:var(--wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-button-primary-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration)))))}.sG2AKUm.oeR7L2a---priority-7-primary:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm.oeR7L2a---priority-7-primary:hover:not(.oeR7L2a---hoverStyle-9-underline){background-color:rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color-rgb,var(--wst-button-primary-background-color-rgb,var(--wix-color-41))),calc(var(--wix-ui-tpa-button-main-background-color-opacity, 1) * .7)));border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--Button2525306004-primaryHoverLegacyBorderColor))))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-bottom-width,var(--Button2525306004-primaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-top-color-rgb,var(--Button2525306004-primaryHoverLegacyBorderColor))))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-top-width,var(--Button2525306004-primaryBorderWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-right-color-rgb,var(--Button2525306004-primaryHoverLegacyBorderColor))))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-right-width,var(--Button2525306004-primaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-left-color-rgb,var(--Button2525306004-primaryHoverLegacyBorderColor))))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-left-width,var(--Button2525306004-primaryBorderWidth))));color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color-rgb,var(--wst-button-primary-color-rgb,var(--wix-color-43))),calc(var(--wix-ui-tpa-button-main-text-color-opacity, 1) * .7)))}.sG2AKUm.oeR7L2a---priority-7-primary .s__8eNMG8{background-color:var(--wst-button-primary-text-highlight)}.sG2AKUm.oeR7L2a---priority-9-secondary{background-color:rgb(var(--wix-ui-tpa-button-main-background-color,var(--wst-button-secondary-background-color-rgb,var(--wix-color-47),0)));border-block-end-color:rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--Button2525306004-secondaryBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-bottom-width,var(--Button2525306004-secondaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-top-color-rgb,var(--Button2525306004-secondaryBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-top-width,var(--Button2525306004-secondaryBorderWidth))));border-end-end-radius:var(--wix-ui-tpa-button-main-border-end-end-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-secondary-border-bottom-right-radius,0)));border-end-start-radius:var(--wix-ui-tpa-button-main-border-end-start-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-secondary-border-bottom-left-radius,0)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-right-color-rgb,var(--Button2525306004-secondaryBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-right-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-left-color-rgb,var(--Button2525306004-secondaryBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-left-width,var(--Button2525306004-secondaryBorderWidth))));border-start-end-radius:var(--wix-ui-tpa-button-main-border-start-end-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-secondary-border-top-right-radius,0)));border-start-start-radius:var(--wix-ui-tpa-button-main-border-start-start-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-secondary-border-top-left-radius,0)));box-shadow:var(--wix-ui-tpa-button-main-box-shadow,var(--wst-button-secondary-box-shadow,0 0));color:rgb(var(--wix-ui-tpa-button-main-text-color,var(--wst-button-secondary-color-rgb,var(--wix-color-49))));font-family:var(--wix-ui-tpa-button-main-text-font-family,var(--wst-button-secondary-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family))));font-size:var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default));font-style:var(--wix-ui-tpa-button-main-text-font-style,var(--wst-button-secondary-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style))));font-variant:var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-button-secondary-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant))));font-weight:var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-button-secondary-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight))));letter-spacing:var(--wix-ui-tpa-button-main-text-font-letter-spacing,var(--wst-button-secondary-letter-spacing));line-height:var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default));text-decoration:var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-button-secondary-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration))));text-shadow:var(--wix-ui-tpa-button-main-text-shadow,var(--wst-button-secondary-text-shadow,0 0 transparent)),var(--wix-ui-tpa-button-main-text-outline,var(--Button2525306004-wst-button-secondary-text-outline,0 0 transparent));text-transform:var(--wix-ui-tpa-button-main-text-font-text-transform,var(--wst-button-secondary-text-transform))}.sG2AKUm.oeR7L2a---priority-9-secondary:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-9-secondary:hover.oeR7L2a---hoverStyle-9-underline{background-color:rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color,var(--wst-button-secondary-background-color-rgb,var(--wix-color-47),0))));border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--Button2525306004-secondaryHoverBorderColor))))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-bottom-width,var(--Button2525306004-secondaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-top-color-rgb,var(--Button2525306004-secondaryHoverBorderColor))))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-top-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-right-color-rgb,var(--Button2525306004-secondaryHoverBorderColor))))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-right-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-left-color-rgb,var(--Button2525306004-secondaryHoverBorderColor))))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-left-width,var(--Button2525306004-secondaryBorderWidth))));color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-button-secondary-color-rgb,var(--wix-color-49)))))}.sG2AKUm.oeR7L2a---priority-9-secondary:active.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-9-secondary:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm.oeR7L2a---priority-9-secondary:hover.oeR7L2a---hoverStyle-9-underline,.sG2AKUm.oeR7L2a---priority-9-secondary:hover:not(.oeR7L2a---hoverStyle-9-underline){font-family:var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wst-button-secondary-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family)))));font-size:var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)));font-style:var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wst-button-secondary-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style)))));font-variant:var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-button-secondary-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant)))));font-weight:var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-button-secondary-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight)))));line-height:var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)));text-decoration:var(--wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-button-secondary-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration)))))}.sG2AKUm.oeR7L2a---priority-9-secondary:active:not(.oeR7L2a---hoverStyle-9-underline),.sG2AKUm.oeR7L2a---priority-9-secondary:hover:not(.oeR7L2a---hoverStyle-9-underline){background-color:rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wst-button-secondary-background-color-rgb,var(--wix-color-50),0)));border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--Button2525306004-secondaryHoverLegacyBorderColor))))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-bottom-width,var(--Button2525306004-secondaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-top-color-rgb,var(--Button2525306004-secondaryHoverLegacyBorderColor))))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-top-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-right-color-rgb,var(--Button2525306004-secondaryHoverLegacyBorderColor))))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-right-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-left-color-rgb,var(--Button2525306004-secondaryHoverLegacyBorderColor))))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-left-width,var(--Button2525306004-secondaryBorderWidth))));color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color-rgb,var(--wst-button-secondary-color-rgb,var(--wix-color-52))),calc(var(--wix-ui-tpa-button-main-text-color-opacity, 1) * .7)))}.sG2AKUm.oeR7L2a---priority-9-secondary .s__8eNMG8{background-color:var(--wst-button-secondary-text-highlight)}.sG2AKUm.oeR7L2a---priority-5-basic.ouNZOBi--disabled,.sG2AKUm.ouNZOBi--disabled{background-color:rgb(var(--wix-ui-tpa-button-disabled-background-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29))));border-color:rgb(var(--Button2525306004-basicDisabledBorderColor));color:rgb(var(--wix-ui-tpa-button-disabled-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))))}.sG2AKUm.oeR7L2a---priority-7-primary.ouNZOBi--disabled{background-color:rgb(var(--wix-ui-tpa-button-disabled-background-color,var(--wst-system-disabled-color-rgb,var(--wix-color-44))));border-color:rgb(var(--Button2525306004-primaryDisabledBorderColor));color:rgb(var(--wix-ui-tpa-button-disabled-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-46)))))}.sG2AKUm.oeR7L2a---priority-14-basicSecondary.ouNZOBi--disabled{background-color:rgb(var(--wix-ui-tpa-button-disabled-background-color-rgb,var(--wix-color-1)),calc(var(--wix-ui-tpa-button-disabled-background-color-opacity, 1)*0));border-color:rgb(var(--Button2525306004-basicSecondaryDisabledBorderColor));color:rgb(var(--wix-ui-tpa-button-disabled-text-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29))))}.sG2AKUm.oeR7L2a---priority-9-secondary.ouNZOBi--disabled{background-color:rgb(var(--wix-ui-tpa-button-disabled-background-color,var(--wst-system-disabled-color-rgb,var(--wix-color-53))));border-color:rgb(var(--Button2525306004-secondaryDisabledBorderColor));color:rgb(var(--wix-ui-tpa-button-disabled-text-color,var(--wst-secondary-background-color-rgb,var(--wix-color-55))))}.sG2AKUm.oeR7L2a---size-4-tiny{padding:6px 16px}.sG2AKUm.oeR7L2a---size-4-tiny.s__26gnu0{padding:5.5px 16px}.sG2AKUm.oeR7L2a---size-5-small{padding:7px 16px}.sG2AKUm,.sG2AKUm.oeR7L2a---size-6-medium{padding:8px 16px}.sG2AKUm.oeR7L2a---size-5-large,.sG2AKUm.oeR7L2a--mobile,.sG2AKUm.oeR7L2a--mobile.oeR7L2a---size-6-medium{padding:10px 16px}.s__48sZuP svg{height:1.5em;margin:calc(-1*(1.5em/4)) 0;width:1.5em}.sI_blJh:after,.sSDJaPV:before{content:"";display:inline-block;height:1px;width:var(--wix-ui-tpa-button-column-gap,4px)}.sG2AKUm .s__48sZuP svg[fill=currentColor]{color:rgb(var(--wix-ui-tpa-button-main-text-color,var(--wix-color-1)));transition:color .2s ease-in-out}.sG2AKUm:hover:not(.oeR7L2a---hoverStyle-9-underline) .s__48sZuP svg[fill=currentColor]{color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color-rgb,var(--wix-color-1)),calc(var(--wix-ui-tpa-button-main-text-color-opacity, 1) * .7)))}.sG2AKUm.oeR7L2a---priority-9-secondary .s__48sZuP svg[fill=currentColor]{color:rgb(var(--wix-ui-tpa-button-main-text-color,var(--wix-color-49)))}.sG2AKUm.oeR7L2a---priority-9-secondary:hover:not(.oeR7L2a---hoverStyle-9-underline) .s__48sZuP svg[fill=currentColor]{color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color-rgb,var(--wix-color-52)),calc(var(--wix-ui-tpa-button-main-text-color-opacity, 1) * .7)))}.sG2AKUm.oeR7L2a---priority-14-basicSecondary .s__48sZuP svg[fill=currentColor]{color:rgb(var(--wix-ui-tpa-button-main-text-color,var(--wix-color-5)))}.sG2AKUm.oeR7L2a---priority-14-basicSecondary:hover:not(.oeR7L2a---hoverStyle-9-underline) .s__48sZuP svg[fill=currentColor]{color:rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-button-main-text-color-opacity, 1) * .7)))}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings{box-sizing:border-box;display:inline-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings .sT_ziuf,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings .sT_ziuf{overflow:visible;text-overflow:unset;white-space:unset}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a--wrapContent{line-height:1.3!important;white-space:normal}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large:not(.oeR7L2a--mobile),.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small:not(.oeR7L2a--mobile){line-height:1}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-14-basicSecondary.oeR7L2a---size-4-tiny,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-9-secondary.oeR7L2a---size-4-tiny{padding:calc(9px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-4-tiny,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-4-tiny.oeR7L2a---priority-5-basic,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-4-tiny.oeR7L2a---priority-7-primary{padding:calc(9px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-4-tiny.oeR7L2a---priority-14-basicSecondary.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-4-tiny.oeR7L2a---priority-9-secondary.oeR7L2a--wrapContent{padding:calc(6.9px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-4-tiny.oeR7L2a---priority-5-basic.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-4-tiny.oeR7L2a---priority-7-primary.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-4-tiny.oeR7L2a--wrapContent{padding:calc(6.9px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-14-basicSecondary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-9-secondary{padding:calc(10px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-5-basic,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-7-primary{padding:calc(10px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a--wrapContent.oeR7L2a---priority-14-basicSecondary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a--wrapContent.oeR7L2a---priority-9-secondary{padding:calc(7.6px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-5-basic.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-7-primary.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a--wrapContent{padding:calc(7.6px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-14-basicSecondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-9-secondary.oeR7L2a--mobile{padding:calc(11px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-5-basic.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-7-primary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a--mobile{padding:calc(11px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a--wrapContent.oeR7L2a---priority-14-basicSecondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a--wrapContent.oeR7L2a---priority-9-secondary.oeR7L2a--mobile{padding:calc(8.9px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-5-basic.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a---priority-7-primary.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-small.oeR7L2a--wrapContent.oeR7L2a--mobile{padding:calc(8.9px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-14-basicSecondary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-9-secondary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-14-basicSecondary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-9-secondary{padding:calc(12px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-5-basic,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-7-primary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-5-basic,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-7-primary{padding:calc(12px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a--wrapContent.oeR7L2a---priority-14-basicSecondary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a--wrapContent.oeR7L2a---priority-9-secondary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a--wrapContent.oeR7L2a---priority-14-basicSecondary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a--wrapContent.oeR7L2a---priority-9-secondary{padding:calc(9.6px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-5-basic.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-7-primary.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-5-basic.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-7-primary.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a--wrapContent{padding:calc(9.6px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-14-basicSecondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-9-secondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-14-basicSecondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-9-secondary.oeR7L2a--mobile{padding:calc(13px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-5-basic.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-7-primary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-5-basic.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-7-primary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a--mobile{padding:calc(13px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a--wrapContent.oeR7L2a---priority-14-basicSecondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a--wrapContent.oeR7L2a---priority-9-secondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a--wrapContent.oeR7L2a---priority-14-basicSecondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a--wrapContent.oeR7L2a---priority-9-secondary.oeR7L2a--mobile{padding:calc(10.9px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-5-basic.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---priority-7-primary.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-5-basic.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a---priority-7-primary.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-6-medium.oeR7L2a--wrapContent.oeR7L2a--mobile{padding:calc(10.9px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-14-basicSecondary,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-9-secondary{padding:calc(16px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-5-basic,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-7-primary{padding:calc(16px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-14-basicSecondary.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-9-secondary.oeR7L2a--wrapContent{padding:calc(13.6px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-5-basic.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-7-primary.oeR7L2a--wrapContent,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a--wrapContent{padding:calc(13.6px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-14-basicSecondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-5-basic.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-7-primary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-9-secondary.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a--mobile{padding:calc(17px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-14-basicSecondary.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-5-basic.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-7-primary.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a---priority-9-secondary.oeR7L2a--wrapContent.oeR7L2a--mobile,.sG2AKUm.oeR7L2a---paddingMode-15-dynamicPaddings.oeR7L2a---size-5-large.oeR7L2a--wrapContent.oeR7L2a--mobile{padding:calc(14.9px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---size-6-medium{border-width:var(--wix-ui-tpa-button-main-border-width,1px);padding-inline-end:var(--wix-ui-tpa-button-padding-inline-end,15px);padding-inline-start:var(--wix-ui-tpa-button-padding-inline-start,15px)}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-5-basic{border-block-end-color:rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicBorderColor))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicBorderColor))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicBorderColor))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicBorderColor))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-5-basic:hover,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings:hover{border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-5-basic:not(.oeR7L2a---hoverStyle-9-underline):hover,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings:not(.oeR7L2a---hoverStyle-9-underline):hover{border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverLegacyBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverLegacyBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverLegacyBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicHoverLegacyBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-5-basic.ouNZOBi--disabled,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.ouNZOBi--disabled{border-block-end-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--Button2525306004-basicDisabledBorderColor)));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--Button2525306004-basicDisabledBorderColor)));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--Button2525306004-basicDisabledBorderColor)));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--Button2525306004-basicDisabledBorderColor)));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicBorderExPaddingWidth)))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-14-basicSecondary{border-block-end-color:rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryBorderColor))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryBorderColor))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryBorderColor))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryBorderColor))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-14-basicSecondary:hover{border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-14-basicSecondary:not(.oeR7L2a---hoverStyle-9-underline):hover{border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverLegacyBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverLegacyBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverLegacyBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--Button2525306004-basicSecondaryHoverLegacyBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-14-basicSecondary.ouNZOBi--disabled{border-block-end-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--Button2525306004-basicSecondaryDisabledBorderColor)));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-block-start-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--Button2525306004-basicSecondaryDisabledBorderColor)));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-end-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--Button2525306004-basicSecondaryDisabledBorderColor)));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)));border-inline-start-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--Button2525306004-basicSecondaryDisabledBorderColor)));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--Button2525306004-borderStyle)));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--Button2525306004-basicSecondaryBorderWidth)))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-7-primary{border-block-end-color:rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--Button2525306004-primaryBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-bottom-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-top-color-rgb,var(--Button2525306004-primaryBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-top-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-right-color-rgb,var(--Button2525306004-primaryBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-right-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-left-color-rgb,var(--Button2525306004-primaryBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-left-width,var(--Button2525306004-primaryBorderExPaddingWidth))))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-7-primary:hover{border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--Button2525306004-primaryHoverBorderColor))))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-bottom-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-top-color-rgb,var(--Button2525306004-primaryHoverBorderColor))))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-top-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-right-color-rgb,var(--Button2525306004-primaryHoverBorderColor))))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-right-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-left-color-rgb,var(--Button2525306004-primaryHoverBorderColor))))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-left-width,var(--Button2525306004-primaryBorderExPaddingWidth))))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-7-primary:not(.oeR7L2a---hoverStyle-9-underline):hover{border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--Button2525306004-primaryHoverLegacyBorderColor))))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-bottom-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-top-color-rgb,var(--Button2525306004-primaryHoverLegacyBorderColor))))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-top-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-right-color-rgb,var(--Button2525306004-primaryHoverLegacyBorderColor))))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-right-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-left-color-rgb,var(--Button2525306004-primaryHoverLegacyBorderColor))))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-left-width,var(--Button2525306004-primaryBorderExPaddingWidth))))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-7-primary.ouNZOBi--disabled{border-block-end-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--Button2525306004-primaryDisabledBorderColor))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-bottom-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--wst-button-primary-border-top-color-rgb,var(--Button2525306004-primaryDisabledBorderColor))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-top-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--wst-button-primary-border-right-color-rgb,var(--Button2525306004-primaryDisabledBorderColor))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-right-width,var(--Button2525306004-primaryBorderExPaddingWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--wst-button-primary-border-left-color-rgb,var(--Button2525306004-primaryDisabledBorderColor))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-left-width,var(--Button2525306004-primaryBorderExPaddingWidth))))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-9-secondary{border-block-end-color:rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--Button2525306004-secondaryBorderColor)))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-bottom-width,var(--Button2525306004-secondaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-top-color-rgb,var(--Button2525306004-secondaryBorderColor)))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-top-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-right-color-rgb,var(--Button2525306004-secondaryBorderColor)))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-right-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-left-color-rgb,var(--Button2525306004-secondaryBorderColor)))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-left-width,var(--Button2525306004-secondaryBorderWidth))))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-9-secondary:hover{border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--Button2525306004-secondaryHoverBorderColor))))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-bottom-width,var(--Button2525306004-secondaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-top-color-rgb,var(--Button2525306004-secondaryHoverBorderColor))))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-top-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-right-color-rgb,var(--Button2525306004-secondaryHoverBorderColor))))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-right-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-left-color-rgb,var(--Button2525306004-secondaryHoverBorderColor))))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-left-width,var(--Button2525306004-secondaryBorderWidth))))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-9-secondary:not(.oeR7L2a---hoverStyle-9-underline):hover{border-block-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--Button2525306004-secondaryHoverLegacyBorderColor))))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-bottom-width,var(--Button2525306004-secondaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-top-color-rgb,var(--Button2525306004-secondaryHoverLegacyBorderColor))))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-top-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-right-color-rgb,var(--Button2525306004-secondaryHoverLegacyBorderColor))))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-right-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-left-color-rgb,var(--Button2525306004-secondaryHoverLegacyBorderColor))))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-left-width,var(--Button2525306004-secondaryBorderWidth))))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---priority-9-secondary.ouNZOBi--disabled{border-block-end-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--Button2525306004-secondaryDisabledBorderColor))));border-block-end-style:var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-bottom-style,var(--Button2525306004-borderStyle))));border-block-end-width:var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-bottom-width,var(--Button2525306004-secondaryBorderWidth))));border-block-start-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--wst-button-secondary-border-top-color-rgb,var(--Button2525306004-secondaryDisabledBorderColor))));border-block-start-style:var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-top-style,var(--Button2525306004-borderStyle))));border-block-start-width:var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-top-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-end-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--wst-button-secondary-border-right-color-rgb,var(--Button2525306004-secondaryDisabledBorderColor))));border-inline-end-style:var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-right-style,var(--Button2525306004-borderStyle))));border-inline-end-width:var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-right-width,var(--Button2525306004-secondaryBorderWidth))));border-inline-start-color:rgb(var(--wix-ui-tpa-button-disabled-border-color,var(--wst-button-secondary-border-left-color-rgb,var(--Button2525306004-secondaryDisabledBorderColor))));border-inline-start-style:var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-left-style,var(--Button2525306004-borderStyle))));border-inline-start-width:var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-left-width,var(--Button2525306004-secondaryBorderWidth))))}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---size-4-tiny,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---size-5-small{padding-block-end:var(--wix-ui-tpa-button-padding-block-end,5px);padding-block-start:var(--wix-ui-tpa-button-padding-block-start,5px)}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings,.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---size-6-medium{padding-block-end:var(--wix-ui-tpa-button-padding-block-end,7px);padding-block-start:var(--wix-ui-tpa-button-padding-block-start,7px)}.sG2AKUm.oeR7L2a---paddingMode-16-explicitPaddings.oeR7L2a---size-5-large{padding-block-end:var(--wix-ui-tpa-button-padding-block-end,11px);padding-block-start:var(--wix-ui-tpa-button-padding-block-start,11px)}.sgSVUBs{border-style:solid;box-sizing:border-box;cursor:pointer;display:block;overflow:hidden;position:relative;text-align:center;text-overflow:ellipsis;white-space:nowrap}.sgSVUBs .s__8eNMG8{display:block;line-height:1.5}.sgSVUBs.oa4U5X0--upgrade .s__8eNMG8{display:inline-block;line-height:1}.s__0m21T1{animation:StatesButton222493780__bounce-in .5s ease 0s 1 normal;height:1.5em;top:.15em}.sUZy4L4{height:1.5em;width:1.5em}@keyframes StatesButton222493780__bounce-in{0%{opacity:0;transform:translateY(30px)}32%{opacity:1;transform:translateY(-5px)}68%{opacity:1;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.snZ_6f6{--wix-ui-tpa-text-field-main-background-color:var(--wix-forms-formInputBackgroundColor);--wix-ui-tpa-text-field-main-background-color-rgb:var(--wix-forms-formInputBackgroundColor-rgb);--wix-ui-tpa-text-field-main-background-color-opacity:var(--wix-forms-formInputBackgroundColor-opacity);--wix-ui-tpa-text-field-hover-background-color:var(--wix-forms-formInputBackgroundColorHover);--wix-ui-tpa-text-field-hover-background-color-rgb:var(--wix-forms-formInputBackgroundColorHover-rgb);--wix-ui-tpa-text-field-hover-background-color-opacity:var(--wix-forms-formInputBackgroundColorHover-opacity);--wix-ui-tpa-text-field-main-border-color:var(--wix-forms-formInputBorderColor);--wix-ui-tpa-text-field-main-border-color-rgb:var(--wix-forms-formInputBorderColor-rgb);--wix-ui-tpa-text-field-main-border-color-opacity:var(--wix-forms-formInputBorderColor-opacity);--wix-ui-tpa-text-field-main-border-opacity:1;--wix-ui-tpa-text-field-hover-border-color:var(--wix-forms-formInputBorderColorHover);--wix-ui-tpa-text-field-hover-border-color-rgb:var(--wix-forms-formInputBorderColorHover-rgb);--wix-ui-tpa-text-field-hover-border-color-opacity:var(--wix-forms-formInputBorderColorHover-opacity);--wix-ui-tpa-text-field-main-border-width:var(--wix-forms-formInputBorderWidth);--wix-ui-tpa-text-field-hover-border-width:var(--wix-forms-formInputBorderWidth);--wix-ui-tpa-text-field-main-border-radius:var(--wix-forms-formInputBorderRadius);--wix-ui-tpa-text-field-hover-border-radius:var(--wix-forms-formInputBorderRadius);--wix-ui-tpa-text-field-hover-text-color:var(--wix-forms-formInputValueColor);--wix-ui-tpa-text-field-hover-text-color-rgb:var(--wix-forms-formInputValueColor-rgb);--wix-ui-tpa-text-field-hover-text-color-opacity:var(--wix-forms-formInputValueColor-opacity);--wix-ui-tpa-text-field-main-text-font-text-decoration:var(--wix-forms-formInputValueFont-text-decoration);--wix-ui-tpa-text-field-main-text-font-line-height:var(--wix-forms-formInputValueFont-line-height);--wix-ui-tpa-text-field-main-text-font-family:var(--wix-forms-formInputValueFont-family);--wix-ui-tpa-text-field-main-text-font-size:var(--wix-forms-formInputValueFont-size);--wix-ui-tpa-text-field-main-text-font-style:var(--wix-forms-formInputValueFont-style);--wix-ui-tpa-text-field-main-text-font-variant:var(--wix-forms-formInputValueFont-variant);--wix-ui-tpa-text-field-main-text-font-weight:var(--wix-forms-formInputValueFont-weight);--wix-ui-tpa-text-field-main-text-disabled-color:var(--wix-forms-formInputDisabledValueColor);--wix-ui-tpa-text-field-main-text-disabled-color-rgb:var(--wix-forms-formInputDisabledValueColor-rgb);--wix-ui-tpa-text-field-main-text-disabled-color-opacity:var(--wix-forms-formInputDisabledValueColor-opacity);--wix-ui-tpa-text-field-readonly-text-font-text-decoration:var(--wix-forms-formInputValueFont-text-decoration);--wix-ui-tpa-text-field-readonly-text-font-line-height:var(--wix-forms-formInputValueFont-line-height);--wix-ui-tpa-text-field-readonly-text-font-family:var(--wix-forms-formInputValueFont-family);--wix-ui-tpa-text-field-readonly-text-font-size:var(--wix-forms-formInputValueFont-size);--wix-ui-tpa-text-field-readonly-text-font-style:var(--wix-forms-formInputValueFont-style);--wix-ui-tpa-text-field-readonly-text-font-variant:var(--wix-forms-formInputValueFont-variant);--wix-ui-tpa-text-field-readonly-text-font-weight:var(--wix-forms-formInputValueFont-weight);--wix-ui-tpa-text-field-readonly-text-color:var(--wix-forms-formInputValueColor);--wix-ui-tpa-text-field-readonly-text-color-rgb:var(--wix-forms-formInputValueColor-rgb);--wix-ui-tpa-text-field-readonly-text-color-opacity:var(--wix-forms-formInputValueColor-opacity);--wix-ui-tpa-text-field-main-text-color:var(--wix-forms-formInputValueColor);--wix-ui-tpa-text-field-main-text-color-rgb:var(--wix-forms-formInputValueColor-rgb);--wix-ui-tpa-text-field-main-text-color-opacity:var(--wix-forms-formInputValueColor-opacity);--wix-ui-tpa-text-field-error-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-text-field-error-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-text-field-error-color-opacity:var(--wix-forms-formInputErrorColor-opacity);--wix-ui-tpa-text-field-readonly-background-color:var(--wix-forms-formInputBackgroundColor);--wix-ui-tpa-text-field-readonly-background-color-rgb:var(--wix-forms-formInputBackgroundColor-rgb);--wix-ui-tpa-text-field-readonly-background-color-opacity:var(--wix-forms-formInputBackgroundColor-opacity);--wix-ui-tpa-text-field-readonly-border-color:var(rgb(var(--wix-forms-formInputBorderColor-rgb,var(--wix-color-37)),calc(var(--wix-forms-formInputBorderColor-opacity, 1) * 0)));--wix-ui-tpa-text-field-readonly-border-color-rgb:var(rgb(var(--wix-forms-formInputBorderColor-rgb,var(--wix-color-37)),calc(var(--wix-forms-formInputBorderColor-opacity, 1) * 0)) -rgb);--wix-ui-tpa-text-field-readonly-border-color-opacity:var(rgb(var(--wix-forms-formInputBorderColor-rgb,var(--wix-color-37)),calc(var(--wix-forms-formInputBorderColor-opacity, 1) * 0)) -opacity);--wix-ui-tpa-text-field-readonly-border-width:var(--wix-forms-formInputBorderWidth);--wix-ui-tpa-text-field-readonly-border-radius:var(--wix-forms-formInputBorderRadius);display:flex;flex-direction:column}.snZ_6f6 [placeholder]{text-overflow:ellipsis}.snZ_6f6 input::placeholder{color:rgb(var(--wix-forms-formInputPlaceholderColor,var(--wix-color-4)))!important}.snZ_6f6.snZ_6f6.snZ_6f6.snZ_6f6 input:-webkit-autofill,.snZ_6f6.snZ_6f6.snZ_6f6.snZ_6f6 input:-webkit-autofill:focus,.snZ_6f6.snZ_6f6.snZ_6f6.snZ_6f6 input:-webkit-autofill:hover{border-radius:var(--wix-forms-formInputBorderRadius,0)!important}.snZ_6f6.snZ_6f6.snZ_6f6.snZ_6f6 input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px rgb(var(--wix-forms-formInputBackgroundColor-rgb,var(--wix-color-1)),calc(var(--wix-forms-formInputBackgroundColor-opacity, 1)*--wix-forms-formInputBackgroundColor-opacity)) inset!important;transition:background-color 5000s ease-in-out 0s}.snZ_6f6.snZ_6f6.snZ_6f6.snZ_6f6 input:-webkit-autofill:focus,.snZ_6f6.snZ_6f6.snZ_6f6.snZ_6f6 input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px rgb(var(--wix-forms-formInputBackgroundColorHover-rgb,var(--wix-color-1)),calc(var(--wix-forms-formInputBackgroundColorHover-opacity, 1)*--wix-forms-formInputBackgroundColorHover-opacity)) inset!important;transition:background-color 5000s ease-in-out 0s}.sWgi58w{--wix-ui-tpa-text-field-main-background-color:var(--wix-forms-formInputBackgroundColor);--wix-ui-tpa-text-field-main-background-color-rgb:var(--wix-forms-formInputBackgroundColor-rgb);--wix-ui-tpa-text-field-main-background-color-opacity:var(--wix-forms-formInputBackgroundColor-opacity);--wix-ui-tpa-text-field-hover-background-color:var(--wix-forms-formInputBackgroundColor);--wix-ui-tpa-text-field-hover-background-color-rgb:var(--wix-forms-formInputBackgroundColor-rgb);--wix-ui-tpa-text-field-hover-background-color-opacity:var(--wix-forms-formInputBackgroundColor-opacity);--wix-ui-tpa-text-field-main-border-width:var(--wix-forms-formInputBorderWidth);--wix-ui-tpa-text-field-hover-border-width:var(--wix-forms-formInputBorderWidth);--wix-ui-tpa-text-field-main-border-radius:var(--wix-forms-formInputBorderRadius);--wix-ui-tpa-text-field-hover-border-radius:var(--wix-forms-formInputBorderRadius);--wix-ui-tpa-text-field-hover-text-color:var(--wix-forms-formInputValueColor);--wix-ui-tpa-text-field-hover-text-color-rgb:var(--wix-forms-formInputValueColor-rgb);--wix-ui-tpa-text-field-hover-text-color-opacity:var(--wix-forms-formInputValueColor-opacity);--wix-ui-tpa-text-field-main-text-font-text-decoration:var(--wix-forms-formInputValueFont-text-decoration);--wix-ui-tpa-text-field-main-text-font-line-height:var(--wix-forms-formInputValueFont-line-height);--wix-ui-tpa-text-field-main-text-font-family:var(--wix-forms-formInputValueFont-family);--wix-ui-tpa-text-field-main-text-font-size:var(--wix-forms-formInputValueFont-size);--wix-ui-tpa-text-field-main-text-font-style:var(--wix-forms-formInputValueFont-style);--wix-ui-tpa-text-field-main-text-font-variant:var(--wix-forms-formInputValueFont-variant);--wix-ui-tpa-text-field-main-text-font-weight:var(--wix-forms-formInputValueFont-weight);--wix-ui-tpa-text-field-main-text-color:var(--wix-forms-formInputValueColor);--wix-ui-tpa-text-field-main-text-color-rgb:var(--wix-forms-formInputValueColor-rgb);--wix-ui-tpa-text-field-main-text-color-opacity:var(--wix-forms-formInputValueColor-opacity);--wix-ui-tpa-text-field-error-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-text-field-error-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-text-field-error-color-opacity:var(--wix-forms-formInputErrorColor-opacity);display:flex;flex-direction:column}.sy1z4yI{--wix-ui-tpa-text-field-main-background-color:var(--wix-forms-formInputBackgroundColor);--wix-ui-tpa-text-field-main-background-color-rgb:var(--wix-forms-formInputBackgroundColor-rgb);--wix-ui-tpa-text-field-main-background-color-opacity:var(--wix-forms-formInputBackgroundColor-opacity);--wix-ui-tpa-text-field-hover-background-color:var(--wix-forms-formInputBackgroundColorHover);--wix-ui-tpa-text-field-hover-background-color-rgb:var(--wix-forms-formInputBackgroundColorHover-rgb);--wix-ui-tpa-text-field-hover-background-color-opacity:var(--wix-forms-formInputBackgroundColorHover-opacity);--wix-ui-tpa-text-field-main-border-color:var(--wix-forms-formInputBorderColor);--wix-ui-tpa-text-field-main-border-color-rgb:var(--wix-forms-formInputBorderColor-rgb);--wix-ui-tpa-text-field-main-border-color-opacity:var(--wix-forms-formInputBorderColor-opacity);--wix-ui-tpa-text-field-hover-border-color:var(--wix-forms-formInputBorderColorHover);--wix-ui-tpa-text-field-hover-border-color-rgb:var(--wix-forms-formInputBorderColorHover-rgb);--wix-ui-tpa-text-field-hover-border-color-opacity:var(--wix-forms-formInputBorderColorHover-opacity);--wix-ui-tpa-text-field-main-border-width:0px;--wix-ui-tpa-text-field-hover-border-width:0px;--wix-ui-tpa-text-field-readonly-border-width:0px;--wix-ui-tpa-text-field-main-border-radius:var(--wix-forms-formInputBorderRadius);--wix-ui-tpa-text-field-hover-border-radius:var(--wix-forms-formInputBorderRadius);--wix-ui-tpa-text-field-hover-text-color:var(--wix-forms-formInputValueColor);--wix-ui-tpa-text-field-hover-text-color-rgb:var(--wix-forms-formInputValueColor-rgb);--wix-ui-tpa-text-field-hover-text-color-opacity:var(--wix-forms-formInputValueColor-opacity);--wix-ui-tpa-text-field-main-text-font-text-decoration:var(--wix-forms-formInputValueFont-text-decoration);--wix-ui-tpa-text-field-main-text-font-line-height:var(--wix-forms-formInputValueFont-line-height);--wix-ui-tpa-text-field-main-text-font-family:var(--wix-forms-formInputValueFont-family);--wix-ui-tpa-text-field-main-text-font-size:var(--wix-forms-formInputValueFont-size);--wix-ui-tpa-text-field-main-text-font-style:var(--wix-forms-formInputValueFont-style);--wix-ui-tpa-text-field-main-text-font-variant:var(--wix-forms-formInputValueFont-variant);--wix-ui-tpa-text-field-main-text-font-weight:var(--wix-forms-formInputValueFont-weight);--wix-ui-tpa-text-field-main-text-color:var(--wix-forms-formInputValueColor);--wix-ui-tpa-text-field-main-text-color-rgb:var(--wix-forms-formInputValueColor-rgb);--wix-ui-tpa-text-field-main-text-color-opacity:var(--wix-forms-formInputValueColor-opacity);--wix-ui-tpa-text-field-error-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-text-field-error-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-text-field-error-color-opacity:var(--wix-forms-formInputErrorColor-opacity)}.s_wEX56{--wix-ui-tpa-text-field-main-background-color:var(--wix-forms-formInputBackgroundColorHover);--wix-ui-tpa-text-field-main-background-color-rgb:var(--wix-forms-formInputBackgroundColorHover-rgb);--wix-ui-tpa-text-field-main-background-color-opacity:var(--wix-forms-formInputBackgroundColorHover-opacity);--wix-ui-tpa-text-field-main-border-color:var(--wix-forms-formInputBorderColorHover);--wix-ui-tpa-text-field-main-border-color-rgb:var(--wix-forms-formInputBorderColorHover-rgb);--wix-ui-tpa-text-field-main-border-color-opacity:var(--wix-forms-formInputBorderColorHover-opacity)}.snZ_6f6 div[data-theme=line]{padding-inline-start:12px}.sL5d0Ld div:has(>input){border-bottom-width:var(--wix-forms-formInputBorderBottomWidth,1px)!important;border-left-width:var(--wix-forms-formInputBorderLeftWidth,1px)!important;border-right-width:var(--wix-forms-formInputBorderRightWidth,1px)!important;border-top-width:var(--wix-forms-formInputBorderTopWidth,1px)!important}.shszO9W{--wix-ui-tpa-text-field-main-label-font-text-decoration:var(--wix-forms-formInputLabelFont-text-decoration);--wix-ui-tpa-text-field-main-label-font-line-height:var(--wix-forms-formInputLabelFont-line-height);--wix-ui-tpa-text-field-main-label-font-family:var(--wix-forms-formInputLabelFont-family);--wix-ui-tpa-text-field-main-label-font-size:var(--wix-forms-formInputLabelFont-size);--wix-ui-tpa-text-field-main-label-font-style:var(--wix-forms-formInputLabelFont-style);--wix-ui-tpa-text-field-main-label-font-variant:var(--wix-forms-formInputLabelFont-variant);--wix-ui-tpa-text-field-main-label-font-weight:var(--wix-forms-formInputLabelFont-weight);--wix-ui-tpa-text-field-main-label-text-color:var(--wix-forms-formInputLabelColor);--wix-ui-tpa-text-field-main-label-text-color-rgb:var(--wix-forms-formInputLabelColor-rgb);--wix-ui-tpa-text-field-main-label-text-color-opacity:var(--wix-forms-formInputLabelColor-opacity);word-break:break-word}.shszO9W:empty:before{content:"\200B"}.shszO9W.sE7EeYv{display:block;height:0;margin:0;padding:0;visibility:hidden}.sHbjjkq{margin-inline-start:4px}.sHbjjkq,.smK0B6B{display:inline-block}.smK0B6B{margin-inline-end:4px}.sN4uTVR{--wix-forms-formHeaderOneFont-text-decoration:var(--headerOneFont-text-decoration);--wix-forms-formHeaderOneFont-line-height:var(--headerOneFont-line-height);--wix-forms-formHeaderOneFont-family:var(--headerOneFont-family);--wix-forms-formHeaderOneFont-size:var(--headerOneFont-size);--wix-forms-formHeaderOneFont-style:var(--headerOneFont-style);--wix-forms-formHeaderOneFont-variant:var(--headerOneFont-variant);--wix-forms-formHeaderOneFont-weight:var(--headerOneFont-weight);--wix-forms-formHeaderOneColor:var(--headerOneColor);--wix-forms-formHeaderOneColor-rgb:var(--headerOneColor-rgb);--wix-forms-formHeaderOneColor-opacity:var(--headerOneColor-opacity);--wix-forms-formHeaderTwoFont-text-decoration:var(--headerTwoFont-text-decoration);--wix-forms-formHeaderTwoFont-line-height:var(--headerTwoFont-line-height);--wix-forms-formHeaderTwoFont-family:var(--headerTwoFont-family);--wix-forms-formHeaderTwoFont-size:var(--headerTwoFont-size);--wix-forms-formHeaderTwoFont-style:var(--headerTwoFont-style);--wix-forms-formHeaderTwoFont-variant:var(--headerTwoFont-variant);--wix-forms-formHeaderTwoFont-weight:var(--headerTwoFont-weight);--wix-forms-formHeaderTwoColor:var(--headerTwoColor);--wix-forms-formHeaderTwoColor-rgb:var(--headerTwoColor-rgb);--wix-forms-formHeaderTwoColor-opacity:var(--headerTwoColor-opacity);--wix-forms-formParagraphFont-text-decoration:var(--paragraphFont-text-decoration);--wix-forms-formParagraphFont-line-height:var(--paragraphFont-line-height);--wix-forms-formParagraphFont-family:var(--paragraphFont-family);--wix-forms-formParagraphFont-size:var(--paragraphFont-size);--wix-forms-formParagraphFont-style:var(--paragraphFont-style);--wix-forms-formParagraphFont-variant:var(--paragraphFont-variant);--wix-forms-formParagraphFont-weight:var(--paragraphFont-weight);--wix-forms-formParagraphColor:var(--paragraphColor);--wix-forms-formParagraphColor-rgb:var(--paragraphColor-rgb);--wix-forms-formParagraphColor-opacity:var(--paragraphColor-opacity);--wix-forms-formInputBackgroundColor:var(--inputBackgroundColor);--wix-forms-formInputBackgroundColor-rgb:var(--inputBackgroundColor-rgb);--wix-forms-formInputBackgroundColor-opacity:var(--inputBackgroundColor-opacity);--wix-forms-formInputBackgroundColorHover:var(--inputBackgroundColorHover);--wix-forms-formInputBackgroundColorHover-rgb:var(--inputBackgroundColorHover-rgb);--wix-forms-formInputBackgroundColorHover-opacity:var(--inputBackgroundColorHover-opacity);--wix-forms-formInputBorderColor:var(--inputBorderColor);--wix-forms-formInputBorderColor-rgb:var(--inputBorderColor-rgb);--wix-forms-formInputBorderColor-opacity:var(--inputBorderColor-opacity);--wix-forms-formInputBorderColorHover:var(--inputBorderColorHover);--wix-forms-formInputBorderColorHover-rgb:var(--inputBorderColorHover-rgb);--wix-forms-formInputBorderColorHover-opacity:var(--inputBorderColorHover-opacity);--wix-forms-formInputBorderWidth:calc(var(--inputBorderWidth) * 1px);--wix-forms-formInputBorderWidthHover:calc(var(--inputBorderWidthHover) * 1px);--wix-forms-formInputLabelFont-text-decoration:var(--inputLabelFont-text-decoration);--wix-forms-formInputLabelFont-line-height:var(--inputLabelFont-line-height);--wix-forms-formInputLabelFont-family:var(--inputLabelFont-family);--wix-forms-formInputLabelFont-size:var(--inputLabelFont-size);--wix-forms-formInputLabelFont-style:var(--inputLabelFont-style);--wix-forms-formInputLabelFont-variant:var(--inputLabelFont-variant);--wix-forms-formInputLabelFont-weight:var(--inputLabelFont-weight);--wix-forms-formInputLabelColor:var(--inputLabelColor);--wix-forms-formInputLabelColor-rgb:var(--inputLabelColor-rgb);--wix-forms-formInputLabelColor-opacity:var(--inputLabelColor-opacity);--wix-forms-formInputValueFont-text-decoration:var(--inputValueFont-text-decoration);--wix-forms-formInputValueFont-line-height:var(--inputValueFont-line-height);--wix-forms-formInputValueFont-family:var(--inputValueFont-family);--wix-forms-formInputValueFont-size:var(--inputValueFont-size);--wix-forms-formInputValueFont-style:var(--inputValueFont-style);--wix-forms-formInputValueFont-variant:var(--inputValueFont-variant);--wix-forms-formInputValueFont-weight:var(--inputValueFont-weight);--wix-forms-formInputValueColor:var(--inputValueColor);--wix-forms-formInputValueColor-rgb:var(--inputValueColor-rgb);--wix-forms-formInputValueColor-opacity:var(--inputValueColor-opacity);--wix-forms-formInputOptionColor:var(--inputOptionColor);--wix-forms-formInputOptionColor-rgb:var(--inputOptionColor-rgb);--wix-forms-formInputOptionColor-opacity:var(--inputOptionColor-opacity);--wix-forms-formInputPlaceholderColor:var(--inputPlaceholderColor);--wix-forms-formInputPlaceholderColor-rgb:var(--inputPlaceholderColor-rgb);--wix-forms-formInputPlaceholderColor-opacity:var(--inputPlaceholderColor-opacity);--wix-forms-formInputErrorColor:var(--inputErrorColor);--wix-forms-formInputErrorColor-rgb:var(--inputErrorColor-rgb);--wix-forms-formInputErrorColor-opacity:var(--inputErrorColor-opacity);--wix-forms-formInputBorderRadius:calc(var(--inputBorderRadius) * 1px);--wix-forms-formLinkColor:var(--linkColor);--wix-forms-formLinkColor-rgb:var(--linkColor-rgb);--wix-forms-formLinkColor-opacity:var(--linkColor-opacity);--wix-forms-formThankYouMessageFont-text-decoration:var(--thankYouMessageFont-text-decoration);--wix-forms-formThankYouMessageFont-line-height:var(--thankYouMessageFont-line-height);--wix-forms-formThankYouMessageFont-family:var(--thankYouMessageFont-family);--wix-forms-formThankYouMessageFont-size:var(--thankYouMessageFont-size);--wix-forms-formThankYouMessageFont-style:var(--thankYouMessageFont-style);--wix-forms-formThankYouMessageFont-variant:var(--thankYouMessageFont-variant);--wix-forms-formThankYouMessageFont-weight:var(--thankYouMessageFont-weight);--wix-forms-formThankYouMessageColor:var(--thankYouMessageColor);--wix-forms-formThankYouMessageColor-rgb:var(--thankYouMessageColor-rgb);--wix-forms-formThankYouMessageColor-opacity:var(--thankYouMessageColor-opacity);--wix-forms-formInputBorderStyle:var(--inputBorderStyle);--wix-forms-formInputSelectionColor:var(--inputSelectionColor);--wix-forms-formInputSelectionColor-rgb:var(--inputSelectionColor-rgb);--wix-forms-formInputSelectionColor-opacity:var(--inputSelectionColor-opacity);--wix-forms-formInputNoteFont-text-decoration:var(--inputNoteFont-text-decoration);--wix-forms-formInputNoteFont-line-height:var(--inputNoteFont-line-height);--wix-forms-formInputNoteFont-family:var(--inputNoteFont-family);--wix-forms-formInputNoteFont-size:var(--inputNoteFont-size);--wix-forms-formInputNoteFont-style:var(--inputNoteFont-style);--wix-forms-formInputNoteFont-variant:var(--inputNoteFont-variant);--wix-forms-formInputNoteFont-weight:var(--inputNoteFont-weight);--wix-forms-formInputNoteColor:var(--inputNoteColor);--wix-forms-formInputNoteColor-rgb:var(--inputNoteColor-rgb);--wix-forms-formInputNoteColor-opacity:var(--inputNoteColor-opacity);--wix-forms-formButtonsColor:var(--buttonsColor);--wix-forms-formButtonsColor-rgb:var(--buttonsColor-rgb);--wix-forms-formButtonsColor-opacity:var(--buttonsColor-opacity);--wix-forms-formButtonsColorHover:var(--buttonsColorHover);--wix-forms-formButtonsColorHover-rgb:var(--buttonsColorHover-rgb);--wix-forms-formButtonsColorHover-opacity:var(--buttonsColorHover-opacity);--wix-forms-formButtonsBackgroundColor:var(--buttonsBackgroundColor);--wix-forms-formButtonsBackgroundColor-rgb:var(--buttonsBackgroundColor-rgb);--wix-forms-formButtonsBackgroundColor-opacity:var(--buttonsBackgroundColor-opacity);--wix-forms-formButtonsBackgroundColorHover:var(--buttonsBackgroundColorHover);--wix-forms-formButtonsBackgroundColorHover-rgb:var(--buttonsBackgroundColorHover-rgb);--wix-forms-formButtonsBackgroundColorHover-opacity:var(--buttonsBackgroundColorHover-opacity);--wix-forms-formButtonsBorderColor:var(--buttonsBorderColor);--wix-forms-formButtonsBorderColor-rgb:var(--buttonsBorderColor-rgb);--wix-forms-formButtonsBorderColor-opacity:var(--buttonsBorderColor-opacity);--wix-forms-formButtonsBorderWidth:calc(var(--buttonsBorderWidth) * 1px);--wix-forms-formButtonsBorderRadius:calc(var(--buttonsBorderRadius) * 1px);--wix-forms-formButtonsFontHover-text-decoration:var(--buttonsFontHover-text-decoration);--wix-forms-formButtonsFontHover-line-height:var(--buttonsFontHover-line-height);--wix-forms-formButtonsFontHover-family:var(--buttonsFontHover-family);--wix-forms-formButtonsFontHover-size:var(--buttonsFontHover-size);--wix-forms-formButtonsFontHover-style:var(--buttonsFontHover-style);--wix-forms-formButtonsFontHover-variant:var(--buttonsFontHover-variant);--wix-forms-formButtonsFontHover-weight:var(--buttonsFontHover-weight);--wix-forms-formNextButtonFont-text-decoration:var(--nextButtonFont-text-decoration);--wix-forms-formNextButtonFont-line-height:var(--nextButtonFont-line-height);--wix-forms-formNextButtonFont-family:var(--nextButtonFont-family);--wix-forms-formNextButtonFont-size:var(--nextButtonFont-size);--wix-forms-formNextButtonFont-style:var(--nextButtonFont-style);--wix-forms-formNextButtonFont-variant:var(--nextButtonFont-variant);--wix-forms-formNextButtonFont-weight:var(--nextButtonFont-weight);--wix-forms-formNextButtonFontHover-text-decoration:var(--nextButtonFontHover-text-decoration);--wix-forms-formNextButtonFontHover-line-height:var(--nextButtonFontHover-line-height);--wix-forms-formNextButtonFontHover-family:var(--nextButtonFontHover-family);--wix-forms-formNextButtonFontHover-size:var(--nextButtonFontHover-size);--wix-forms-formNextButtonFontHover-style:var(--nextButtonFontHover-style);--wix-forms-formNextButtonFontHover-variant:var(--nextButtonFontHover-variant);--wix-forms-formNextButtonFontHover-weight:var(--nextButtonFontHover-weight);--wix-forms-formNextButtonColor:var(--nextButtonColor);--wix-forms-formNextButtonColor-rgb:var(--nextButtonColor-rgb);--wix-forms-formNextButtonColor-opacity:var(--nextButtonColor-opacity);--wix-forms-formNextButtonColorHover:var(--nextButtonColorHover);--wix-forms-formNextButtonColorHover-rgb:var(--nextButtonColorHover-rgb);--wix-forms-formNextButtonColorHover-opacity:var(--nextButtonColorHover-opacity);--wix-forms-formNextButtonBackgroundColor:var(--nextButtonBackgroundColor);--wix-forms-formNextButtonBackgroundColor-rgb:var(--nextButtonBackgroundColor-rgb);--wix-forms-formNextButtonBackgroundColor-opacity:var(--nextButtonBackgroundColor-opacity);--wix-forms-formNextButtonBackgroundColorHover:var(--nextButtonBackgroundColorHover);--wix-forms-formNextButtonBackgroundColorHover-rgb:var(--nextButtonBackgroundColorHover-rgb);--wix-forms-formNextButtonBackgroundColorHover-opacity:var(--nextButtonBackgroundColorHover-opacity);--wix-forms-formNextButtonBorderColor:var(--nextButtonBorderColor);--wix-forms-formNextButtonBorderColor-rgb:var(--nextButtonBorderColor-rgb);--wix-forms-formNextButtonBorderColor-opacity:var(--nextButtonBorderColor-opacity);--wix-forms-formNextButtonBorderColorHover:var(--nextButtonBorderColorHover);--wix-forms-formNextButtonBorderColorHover-rgb:var(--nextButtonBorderColorHover-rgb);--wix-forms-formNextButtonBorderColorHover-opacity:var(--nextButtonBorderColorHover-opacity);--wix-forms-formNextButtonBorderWidth:calc(var(--nextButtonBorderWidth) * 1px);--wix-forms-formNextButtonBorderRadius:calc(var(--nextButtonBorderRadius) * 1px);--wix-forms-formPreviousButtonFont-text-decoration:var(--previousButtonFont-text-decoration);--wix-forms-formPreviousButtonFont-line-height:var(--previousButtonFont-line-height);--wix-forms-formPreviousButtonFont-family:var(--previousButtonFont-family);--wix-forms-formPreviousButtonFont-size:var(--previousButtonFont-size);--wix-forms-formPreviousButtonFont-style:var(--previousButtonFont-style);--wix-forms-formPreviousButtonFont-variant:var(--previousButtonFont-variant);--wix-forms-formPreviousButtonFont-weight:var(--previousButtonFont-weight);--wix-forms-formPreviousButtonFontHover-text-decoration:var(--previousButtonFontHover-text-decoration);--wix-forms-formPreviousButtonFontHover-line-height:var(--previousButtonFontHover-line-height);--wix-forms-formPreviousButtonFontHover-family:var(--previousButtonFontHover-family);--wix-forms-formPreviousButtonFontHover-size:var(--previousButtonFontHover-size);--wix-forms-formPreviousButtonFontHover-style:var(--previousButtonFontHover-style);--wix-forms-formPreviousButtonFontHover-variant:var(--previousButtonFontHover-variant);--wix-forms-formPreviousButtonFontHover-weight:var(--previousButtonFontHover-weight);--wix-forms-formPreviousButtonColor:var(--previousButtonColor);--wix-forms-formPreviousButtonColor-rgb:var(--previousButtonColor-rgb);--wix-forms-formPreviousButtonColor-opacity:var(--previousButtonColor-opacity);--wix-forms-formPreviousButtonColorHover:var(--previousButtonColorHover);--wix-forms-formPreviousButtonColorHover-rgb:var(--previousButtonColorHover-rgb);--wix-forms-formPreviousButtonColorHover-opacity:var(--previousButtonColorHover-opacity);--wix-forms-formPreviousButtonBackgroundColor:var(--previousButtonBackgroundColor);--wix-forms-formPreviousButtonBackgroundColor-rgb:var(--previousButtonBackgroundColor-rgb);--wix-forms-formPreviousButtonBackgroundColor-opacity:var(--previousButtonBackgroundColor-opacity);--wix-forms-formPreviousButtonBackgroundColorHover:var(--previousButtonBackgroundColorHover);--wix-forms-formPreviousButtonBackgroundColorHover-rgb:var(--previousButtonBackgroundColorHover-rgb);--wix-forms-formPreviousButtonBackgroundColorHover-opacity:var(--previousButtonBackgroundColorHover-opacity);--wix-forms-formPreviousButtonBorderColor:var(--previousButtonBorderColor);--wix-forms-formPreviousButtonBorderColor-rgb:var(--previousButtonBorderColor-rgb);--wix-forms-formPreviousButtonBorderColor-opacity:var(--previousButtonBorderColor-opacity);--wix-forms-formPreviousButtonBorderColorHover:var(--previousButtonBorderColorHover);--wix-forms-formPreviousButtonBorderColorHover-rgb:var(--previousButtonBorderColorHover-rgb);--wix-forms-formPreviousButtonBorderColorHover-opacity:var(--previousButtonBorderColorHover-opacity);--wix-forms-formPreviousButtonBorderWidth:calc(var(--previousButtonBorderWidth) * 1px);--wix-forms-formPreviousButtonBorderRadius:calc(var(--previousButtonBorderRadius) * 1px);--wix-forms-formSubmitButtonFont-text-decoration:var(--submitButtonFont-text-decoration);--wix-forms-formSubmitButtonFont-line-height:var(--submitButtonFont-line-height);--wix-forms-formSubmitButtonFont-family:var(--submitButtonFont-family);--wix-forms-formSubmitButtonFont-size:var(--submitButtonFont-size);--wix-forms-formSubmitButtonFont-style:var(--submitButtonFont-style);--wix-forms-formSubmitButtonFont-variant:var(--submitButtonFont-variant);--wix-forms-formSubmitButtonFont-weight:var(--submitButtonFont-weight);--wix-forms-formSubmitButtonFontHover-text-decoration:var(--submitButtonFontHover-text-decoration);--wix-forms-formSubmitButtonFontHover-line-height:var(--submitButtonFontHover-line-height);--wix-forms-formSubmitButtonFontHover-family:var(--submitButtonFontHover-family);--wix-forms-formSubmitButtonFontHover-size:var(--submitButtonFontHover-size);--wix-forms-formSubmitButtonFontHover-style:var(--submitButtonFontHover-style);--wix-forms-formSubmitButtonFontHover-variant:var(--submitButtonFontHover-variant);--wix-forms-formSubmitButtonFontHover-weight:var(--submitButtonFontHover-weight);--wix-forms-formSubmitButtonColor:var(--submitButtonColor);--wix-forms-formSubmitButtonColor-rgb:var(--submitButtonColor-rgb);--wix-forms-formSubmitButtonColor-opacity:var(--submitButtonColor-opacity);--wix-forms-formSubmitButtonColorHover:var(--submitButtonColorHover);--wix-forms-formSubmitButtonColorHover-rgb:var(--submitButtonColorHover-rgb);--wix-forms-formSubmitButtonColorHover-opacity:var(--submitButtonColorHover-opacity);--wix-forms-formSubmitButtonBackgroundColor:var(--submitButtonBackgroundColor);--wix-forms-formSubmitButtonBackgroundColor-rgb:var(--submitButtonBackgroundColor-rgb);--wix-forms-formSubmitButtonBackgroundColor-opacity:var(--submitButtonBackgroundColor-opacity);--wix-forms-formSubmitButtonBackgroundColorHover:var(--submitButtonBackgroundColorHover);--wix-forms-formSubmitButtonBackgroundColorHover-rgb:var(--submitButtonBackgroundColorHover-rgb);--wix-forms-formSubmitButtonBackgroundColorHover-opacity:var(--submitButtonBackgroundColorHover-opacity);--wix-forms-formSubmitButtonBorderColor:var(--submitButtonBorderColor);--wix-forms-formSubmitButtonBorderColor-rgb:var(--submitButtonBorderColor-rgb);--wix-forms-formSubmitButtonBorderColor-opacity:var(--submitButtonBorderColor-opacity);--wix-forms-formSubmitButtonBorderColorHover:var(--submitButtonBorderColorHover);--wix-forms-formSubmitButtonBorderColorHover-rgb:var(--submitButtonBorderColorHover-rgb);--wix-forms-formSubmitButtonBorderColorHover-opacity:var(--submitButtonBorderColorHover-opacity);--wix-forms-formSubmitButtonBorderWidth:calc(var(--submitButtonBorderWidth) * 1px);--wix-forms-formSubmitButtonBorderRadius:calc(var(--submitButtonBorderRadius) * 1px);--wix-forms-formColumnSpacing:calc(var(--columnSpacing) * 1px);--wix-forms-formRowSpacing:calc(var(--rowSpacing) * 1px);--wix-forms-formBackground:var(--formBackground);--wix-forms-formBackground-rgb:var(--formBackground-rgb);--wix-forms-formBackground-opacity:var(--formBackground-opacity);--wix-forms-formInputBorderLeftWidth:calc(var(--inputBorderLeftWidth) * 1px);--wix-forms-formInputBorderRightWidth:calc(var(--inputBorderRightWidth) * 1px);--wix-forms-formInputBorderTopWidth:calc(var(--inputBorderTopWidth) * 1px);--wix-forms-formInputBorderBottomWidth:calc(var(--inputBorderBottomWidth) * 1px);background:rgba(var(--formBackground));border-color:rgba(var(--borderColor));border-radius:calc(var(--borderRadius)*1px);border-style:solid;border-width:calc(var(--borderWidth)*1px);box-sizing:border-box;padding-bottom:calc(var(--verticalPadding)*1px);padding-left:calc(var(--horizontalPadding)*1px);padding-right:calc(var(--horizontalPadding)*1px);padding-top:calc(var(--verticalPadding)*1px)}.sHoCdRI{box-shadow:var(--index2490108247-shadowXOffset) var(--index2490108247-shadowYOffset) calc(var(--shadowBlur)*1px) calc(var(--shadowSize)*1px) rgba(var(--shadowColor))}@container (max-width: 288px){.sN4uTVR form fieldset>div{column-gap:0!important}}.CKafKt{font-size:12px!important;margin-top:8px}.bvPRc,.glob_fontElementMap{font-family:var(--ricos-font-family,unset)}.jy7ZM{color:var(--ricos-custom-link-color,var(--ricos-action-color,#116dff));font-family:var(--ricos-custom-link-font-family,unset);font-size:var(--ricos-custom-link-font-size,unset);font-style:var(--ricos-custom-link-font-style,unset);font-weight:var(--ricos-custom-link-font-weight,unset);letter-spacing:var(--ricos-custom-link-letter-spacing,unset);line-height:var(--ricos-custom-link-line-height,unset);min-height:var(--ricos-custom-link-min-height,unset);-webkit-text-decoration:var(--ricos-custom-link-text-decoration,none);text-decoration:var(--ricos-custom-link-text-decoration,none)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.jy7ZM{font-size:var(--ricos-custom-link-font-size,unset)}}}@container (width < 480px){.jy7ZM{font-size:var(--ricos-custom-link-font-size,unset)}}.mjVtI:hover{cursor:text}._5cW5b:hover{cursor:pointer}.r-rha{display:flex;margin-right:5px}.MqJ8-{color:var(--ricos-settings-action-color,var(--ricos-action-color-fallback,#116dff));max-width:270px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.MqJ8-:hover{text-decoration:underline}.SZ5Co:hover{cursor:pointer}@supports not (contain:inline-size){@media only screen and (max-width:480px){.MqJ8-{max-width:160px}}}@container (width < 480px){.MqJ8-{max-width:160px}}.pI10o{align-items:center;cursor:auto;display:flex;margin:12px 0}.pI10o .-j-xC{flex:1}.pI10o p[data-text-align=right][data-placeholder]:first-child:before{float:right}.pI10o p[data-text-align=left][data-placeholder]:first-child:before{float:left}.MYs-l{margin:10px 0 12px}._9Vu-6{margin:0;min-height:48px}._9Vu-6.MYs-l{cursor:pointer;margin:2px 0}.hYREL{align-self:start;display:flex;outline:none}._3VGPy,.hYREL{padding-top:12px}._3VGPy{cursor:grab;position:absolute}._3VGPy:hover{opacity:.7}._3VGPy svg{fill:#646464;color:#646464}.kbwWy{right:-23px}.DVOJ5{left:-23px}.Mxr4C{display:flex;flex-direction:row;position:relative}.Mxr4C p[data-text-align=right][data-placeholder]:first-child:before{float:right}.Mxr4C p[data-text-align=left][data-placeholder]:first-child:before{float:left}.Q-ZNh{margin:2px 0}.OFKvM{cursor:grabbing}._2JAbI,.ur7EH{min-width:0;width:100%}._2JAbI{display:flex;flex-direction:column}.Sxvjq{--ricos-custom-editor-add-plugin-button-position-inline-start:-36px}.fZ5LM{display:none}@media print{.fZ5LM{display:block!important}}.qkXt1{direction:ltr}.TArrB{direction:rtl}.OKNT3{background:transparent;border:none;cursor:pointer;display:flex;outline:none;padding-inline-end:14px;padding-inline-start:10px}.OKNT3:hover{opacity:.7}.TArrB .OKNT3{transform:scaleX(-1)}.OKNT3:focus-visible .eAF1w{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.OKNT3 .eAF1w{fill:#646464;color:#646464;outline:none;transition:transform .15s linear}.OKNT3 .eAF1w.jrs9O{transform:rotate(90deg)}._8mvGI{overflow-wrap:break-word;width:100%;word-break:break-word}@media print{.OKNT3 .eAF1w{transform:rotate(90deg)!important}}.ElBhne{width:100%}.Qq9p0F{align-items:center;display:flex;flex-direction:column;text-align:center}.Qq9p0F .tQFwnj{margin-bottom:12px}.Qq9p0F .IqzMYA{margin-top:12px}.kLNiUo{border:none;margin:0;padding:0}.D8AT5x>fieldset,.zeyg5V{pointer-events:none}.D8AT5x>fieldset{visibility:hidden}.D8AT5x{position:relative}.dF3Dv0{align-items:center;background:rgba(var(--wix-forms-formBackground));display:flex;inset:0;justify-content:center;position:absolute;z-index:1}.dF3Dv0>div{height:auto;width:100%}.ckHV4G{display:flex;flex-direction:column;gap:var(--wix-forms-formRowSpacing,24px);width:100%}.GLWhGq{-moz-column-gap:var(--wix-forms-formColumnSpacing,24px);column-gap:var(--wix-forms-formColumnSpacing,24px)}.DXT5mJ{row-gap:var(--wix-forms-formRowSpacing,0)}.YSDaGO{animation:lWfcIs .4s ease}@keyframes lWfcIs{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.WLnTYL,.rSNHo6{margin-top:24px}.rSNHo6{align-items:center;color:rgb(var(--wix-forms-formInputErrorColor,223,49,49))!important;display:flex;font-family:Madefor,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;font-size:16px;justify-content:center;line-height:1.4;min-height:20px}.PzL7AI{margin-right:2px}.M94ODH{align-items:center;display:flex;flex-direction:column;gap:12px}.M94ODH .QBpKk2{border-radius:4px!important}</style>
<!-- Loadable Component comp-m0nhjcb9 -->
<style data-href="https://static.parastorage.com/services/form-app/1.2421.0/client-viewer/form-app-checkbox.chunk.min.css">.sFHdAEE{--wix-ui-tpa-checkbox-text-color:var(--wix-forms-formInputOptionColor,var(--wix-forms-formInputLabelColor));--wix-ui-tpa-checkbox-text-color-rgb:var(--wix-forms-formInputOptionColor-rgb,var(--wix-forms-formInputLabelColor-rgb));--wix-ui-tpa-checkbox-text-color-opacity:var(--wix-forms-formInputOptionColor-opacity,var(--wix-forms-formInputLabelColor-opacity));--wix-ui-tpa-checkbox-hover-text-color:var(--wix-forms-formInputOptionColor,var(--wix-forms-formInputLabelColor));--wix-ui-tpa-checkbox-hover-text-color-rgb:var(--wix-forms-formInputOptionColor-rgb,var(--wix-forms-formInputLabelColor-rgb));--wix-ui-tpa-checkbox-hover-text-color-opacity:var(--wix-forms-formInputOptionColor-opacity,var(--wix-forms-formInputLabelColor-opacity));--wix-ui-tpa-checkbox-border-color:var(--wix-forms-formInputBorderColor);--wix-ui-tpa-checkbox-border-color-rgb:var(--wix-forms-formInputBorderColor-rgb);--wix-ui-tpa-checkbox-border-color-opacity:var(--wix-forms-formInputBorderColor-opacity);--wix-ui-tpa-checkbox-input-hover-border-color:var(--wix-forms-formInputBorderColorHover);--wix-ui-tpa-checkbox-input-hover-border-color-rgb:var(--wix-forms-formInputBorderColorHover-rgb);--wix-ui-tpa-checkbox-input-hover-border-color-opacity:var(--wix-forms-formInputBorderColorHover-opacity);--wix-ui-tpa-checkbox-icon-color:var(--wix-forms-formInputSelectionColor);--wix-ui-tpa-checkbox-icon-color-rgb:var(--wix-forms-formInputSelectionColor-rgb);--wix-ui-tpa-checkbox-icon-color-opacity:var(--wix-forms-formInputSelectionColor-opacity);--wix-ui-tpa-checkbox-box-border-color:var(--wix-forms-formInputBorderColor);--wix-ui-tpa-checkbox-box-border-color-rgb:var(--wix-forms-formInputBorderColor-rgb);--wix-ui-tpa-checkbox-box-border-color-opacity:var(--wix-forms-formInputBorderColor-opacity);--wix-ui-tpa-checkbox-input-main-border-opacity:1;--wix-ui-tpa-checkbox-box-border-radius:var(--wix-forms-formInputBorderRadius);--wix-ui-tpa-checkbox-box-color:var(--wix-forms-formInputBackgroundColor);--wix-ui-tpa-checkbox-box-color-rgb:var(--wix-forms-formInputBackgroundColor-rgb);--wix-ui-tpa-checkbox-box-color-opacity:var(--wix-forms-formInputBackgroundColor-opacity);--wix-ui-tpa-checkbox-label-font-text-decoration:var(--wix-forms-formInputValueFont-text-decoration);--wix-ui-tpa-checkbox-label-font-line-height:var(--wix-forms-formInputValueFont-line-height);--wix-ui-tpa-checkbox-label-font-family:var(--wix-forms-formInputValueFont-family);--wix-ui-tpa-checkbox-label-font-size:var(--wix-forms-formInputValueFont-size);--wix-ui-tpa-checkbox-label-font-style:var(--wix-forms-formInputValueFont-style);--wix-ui-tpa-checkbox-label-font-variant:var(--wix-forms-formInputValueFont-variant);--wix-ui-tpa-checkbox-label-font-weight:var(--wix-forms-formInputValueFont-weight);--wix-ui-tpa-checkbox-error-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-checkbox-error-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-checkbox-error-color-opacity:var(--wix-forms-formInputErrorColor-opacity)}.sFHdAEE,.sidOyUv{display:flex;flex-direction:column}.sidOyUv{--wix-ui-tpa-checkbox-text-color:var(--wix-forms-formInputOptionColor,var(--wix-forms-formInputLabelColor));--wix-ui-tpa-checkbox-text-color-rgb:var(--wix-forms-formInputOptionColor-rgb,var(--wix-forms-formInputLabelColor-rgb));--wix-ui-tpa-checkbox-text-color-opacity:var(--wix-forms-formInputOptionColor-opacity,var(--wix-forms-formInputLabelColor-opacity));--wix-ui-tpa-checkbox-hover-text-color:var(--wix-forms-formInputOptionColor,var(--wix-forms-formInputLabelColor));--wix-ui-tpa-checkbox-hover-text-color-rgb:var(--wix-forms-formInputOptionColor-rgb,var(--wix-forms-formInputLabelColor-rgb));--wix-ui-tpa-checkbox-hover-text-color-opacity:var(--wix-forms-formInputOptionColor-opacity,var(--wix-forms-formInputLabelColor-opacity));--wix-ui-tpa-checkbox-border-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-checkbox-border-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-checkbox-border-color-opacity:var(--wix-forms-formInputErrorColor-opacity);--wix-ui-tpa-checkbox-input-hover-border-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-checkbox-input-hover-border-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-checkbox-input-hover-border-color-opacity:var(--wix-forms-formInputErrorColor-opacity);--wix-ui-tpa-checkbox-icon-color:var(--wix-forms-formInputSelectionColor);--wix-ui-tpa-checkbox-icon-color-rgb:var(--wix-forms-formInputSelectionColor-rgb);--wix-ui-tpa-checkbox-icon-color-opacity:var(--wix-forms-formInputSelectionColor-opacity);--wix-ui-tpa-checkbox-box-border-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-checkbox-box-border-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-checkbox-box-border-color-opacity:var(--wix-forms-formInputErrorColor-opacity);--wix-ui-tpa-checkbox-box-border-radius:var(--wix-forms-formInputBorderRadius);--wix-ui-tpa-checkbox-box-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-checkbox-box-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-checkbox-box-color-opacity:var(--wix-forms-formInputErrorColor-opacity);--wix-ui-tpa-checkbox-label-font-text-decoration:var(--wix-forms-formInputValueFont-text-decoration);--wix-ui-tpa-checkbox-label-font-line-height:var(--wix-forms-formInputValueFont-line-height);--wix-ui-tpa-checkbox-label-font-family:var(--wix-forms-formInputValueFont-family);--wix-ui-tpa-checkbox-label-font-size:var(--wix-forms-formInputValueFont-size);--wix-ui-tpa-checkbox-label-font-style:var(--wix-forms-formInputValueFont-style);--wix-ui-tpa-checkbox-label-font-variant:var(--wix-forms-formInputValueFont-variant);--wix-ui-tpa-checkbox-label-font-weight:var(--wix-forms-formInputValueFont-weight);--wix-ui-tpa-checkbox-error-color:var(--wix-forms-formInputErrorColor);--wix-ui-tpa-checkbox-error-color-rgb:var(--wix-forms-formInputErrorColor-rgb);--wix-ui-tpa-checkbox-error-color-opacity:var(--wix-forms-formInputErrorColor-opacity)}.slyCsF3{--wix-ui-tpa-checkbox-border-color:var(--wix-forms-formInputBorderColorHover);--wix-ui-tpa-checkbox-border-color-rgb:var(--wix-forms-formInputBorderColorHover-rgb);--wix-ui-tpa-checkbox-border-color-opacity:var(--wix-forms-formInputBorderColorHover-opacity)}.sxDprGc{margin-inline-start:4px}.sIz8MDw{cursor:pointer;display:inline-block;position:relative}.sIz8MDw.o_diI5t--disabled,.s__2eDfwO{pointer-events:none}.s__2eDfwO{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;cursor:inherit;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.sXc5Wi2{display:inline}.smJT6UM{--Checkbox2793247778-default-error-color:223,49,49;box-sizing:border-box;display:inline-flex;transition:background-color .2s linear,border-color .2s linear,border-width .2s linear,border-radius .2s linear}.smJT6UM.ouNmdzr--error.ouNmdzr--newErrorMessage:not(.ouNmdzr--checked){--wix-ui-tpa-error-message-wrapper-error-color:var(--wix-ui-tpa-checkbox-error-color,var(--Checkbox2793247778-default-error-color));--wix-ui-tpa-error-message-wrapper-error-color-rgb:var(--wix-ui-tpa-checkbox-error-color-rgb,var(--Checkbox2793247778-default-error-color));--wix-ui-tpa-error-message-wrapper-error-color-opacity:var(--wix-ui-tpa-checkbox-error-color-opacity);--wix-ui-tpa-error-message-wrapper-min-message-height:var(--wix-ui-tpa-checkbox-error-message-min-height)}.smJT6UM *{box-sizing:inherit}.smJT6UM.ouNmdzr--box.ouNmdzr--newErrorMessage .s__1FpI6P,.smJT6UM.ouNmdzr--box:not(.ouNmdzr--newErrorMessage){background-color:rgb(var(--wix-ui-tpa-checkbox-box-color,var(--wst-primary-background-color-rgb,var(--wix-color-1))));border:1px solid rgb(var(--wix-ui-tpa-checkbox-box-border-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-checkbox-box-border-color-opacity, 1)*var(--wix-ui-tpa-checkbox-input-main-border-opacity, .6)));border-radius:var(--wix-ui-tpa-checkbox-box-border-radius,0);box-sizing:border-box;display:flex;padding:15px 16px;position:relative}.st2P0hH{display:flex;width:100%}.st2P0hH.o_diI5t--disabled{border-color:rgb(var(--wix-ui-tpa-checkbox-disabled-box-border-color,var(--wix-color-29)));pointer-events:none}.st2P0hH.ouNmdzr---verticalAlignment-6-center{align-items:center}.st2P0hH.ouNmdzr---verticalAlignment-3-top{align-items:flex-start}.st2P0hH .sXc5Wi2{align-items:center;display:flex;flex:1}.st2P0hH.ouNmdzr---verticalAlignment-3-top .s__3v3SCP{line-height:var(--wix-ui-tpa-checkbox-label-font-line-height,24px)}.st2P0hH .s__3v3SCP{margin-inline-end:var(--wix-ui-tpa-checkbox-margin-inline-end,12px)}.smRkwlL{background-color:rgb(var(--wix-ui-tpa-checkbox-input-background-color-rgb,var(--wst-primary-background-color-rgb,var(--Checkbox2793247778-transparent))),calc(var(--wix-ui-tpa-checkbox-input-background-color-opacity, 1)*var(--wix-ui-tpa-checkbox-input-background-opacity, 1)));border:var(--wix-ui-tpa-checkbox-input-border-width,1px) solid;border-color:rgb(var(--wix-ui-tpa-checkbox-border-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-checkbox-border-color-opacity, 1)*var(--wix-ui-tpa-checkbox-input-main-border-opacity, .6)));border-radius:var(--wix-ui-tpa-checkbox-input-border-radius,0);box-sizing:content-box;display:inline-block;font-family:Madefor,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;font-size:13px;height:var(--wix-ui-tpa-checkbox-input-size,14px);line-height:1.2;transition:border-color .2s linear,border-width .2s linear,border-radius .2s linear;vertical-align:middle;width:var(--wix-ui-tpa-checkbox-input-size,14px)}.smJT6UM.ouNmdzr--box:not(.ouNmdzr--checked):not(.ouNmdzr--disabled) .smRkwlL{background-color:rgb(var(--wix-ui-tpa-checkbox-input-background-color-rgb,var(--wix-ui-tpa-checkbox-box-color-rgb,var(--wst-primary-background-color-rgb,var(--Checkbox2793247778-transparent)))),calc(var(--wix-ui-tpa-checkbox-input-background-color-opacity, var(--wix-ui-tpa-checkbox-box-color-opacity, 1))*var(--wix-ui-tpa-checkbox-input-background-opacity, var(--Checkbox2793247778-wix-ui-tpa-checkbox-box-color-opacity, 1))))}.smRkwlL{position:relative}.smRkwlL svg[fill=currentColor]{height:calc(var(--wix-ui-tpa-checkbox-input-size, 14px) + 2px);left:-1px;position:absolute;top:-1px;width:calc(var(--wix-ui-tpa-checkbox-input-size, 14px) + 2px)}.smRkwlL path{fill:rgb(var(--wix-ui-tpa-checkbox-icon-color,var(--wst-links-and-actions-color-rgb,var(--wix-color-8))))}.smJT6UM:hover .smRkwlL path{fill:rgb(var(--wix-ui-tpa-checkbox-hover-icon-color,var(--wix-ui-tpa-checkbox-icon-color,var(--wix-color-8))))}.sjdj9s5{--wst-paragraph-2-overriden-font-text-decoration:var(--wst-paragraph-2-text-decoration);--wst-paragraph-2-overriden-font-line-height:24px;--wst-paragraph-2-overriden-font-family:var(--wst-paragraph-2-font-family);--wst-paragraph-2-overriden-font-size:16px;--wst-paragraph-2-overriden-font-style:var(--wst-paragraph-2-font-style);--wst-paragraph-2-overriden-font-variant:var(--wst-paragraph-2-font-variant);--wst-paragraph-2-overriden-font-weight:var(--wst-paragraph-2-font-weight);color:rgb(var(--wix-ui-tpa-checkbox-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))));display:inline-block;font-family:var(--wix-ui-tpa-checkbox-label-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)));font-size:var(--wix-ui-tpa-checkbox-label-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)));font-style:var(--wix-ui-tpa-checkbox-label-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)));font-variant:var(--wix-ui-tpa-checkbox-label-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)));font-weight:var(--wix-ui-tpa-checkbox-label-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)));line-height:var(--wix-ui-tpa-checkbox-label-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)));text-decoration:var(--wix-ui-tpa-checkbox-label-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration)));transition:color .2s linear}.smJT6UM:focus-within .sjdj9s5,.smJT6UM:hover .sjdj9s5{color:rgb(var(--wix-ui-tpa-checkbox-hover-text-color,var(--wix-ui-tpa-checkbox-text-color,var(--wix-color-5))))}.sH4bNZ_{line-height:0;margin-inline-start:9px}.s__1bYUMh{color:rgb(var(--Checkbox2793247778-default-error-color))!important}.sjdj9s5.sYMwdS5{display:flex;flex:1}.sjdj9s5.sYMwdS5:after{content:"";flex:1 0 5px;width:5px}.sda0vCj{flex:0}.smJT6UM:focus-within.ouNmdzr--box,.smJT6UM:hover.ouNmdzr--box{border-color:rgb(var(--wix-ui-tpa-checkbox-box-border-color,var(--wst-primary-background-color-rgb,var(--wix-color-5))))}.smJT6UM:hover.ouNmdzr--box:not(.ouNmdzr--checked) .smRkwlL{background-color:rgb(var(--wix-ui-tpa-checkbox-input-hover-background-color-rgb,var(--wix-ui-tpa-checkbox-input-background-color-rgb,var(--Checkbox2793247778-transparent))),calc(var(--wix-ui-tpa-checkbox-input-hover-background-color-opacity, var(--wix-ui-tpa-checkbox-input-background-color-opacity, 1))*var(--wix-ui-tpa-checkbox-input-hover-background-opacity, var(--wix-ui-tpa-checkbox-input-background-opacity, 1))))}.smJT6UM.ouNmdzr--box.ouNmdzr--checked{background-color:rgb(var(--wix-ui-tpa-checkbox-icon-color-rgb,var(--wix-color-8)),calc(var(--wix-ui-tpa-checkbox-icon-color-opacity, 1)*.1));border:1px solid rgb(var(--wix-ui-tpa-checkbox-icon-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-8))))}.smJT6UM.ouNmdzr--box.ouNmdzr--disabled,.smJT6UM.ouNmdzr--box.sinwPTy{background-color:rgb(var(--wix-color-1));border-color:rgb(var(--wix-ui-tpa-checkbox-disabled-box-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29))));color:rgb(var(--wst-system-disabled-color-rgb))}.smJT6UM.ouNmdzr--box.ouNmdzr--disabled:focus-within:not(.ouNmdzr--checked),.smJT6UM.ouNmdzr--box.sinwPTy:hover:not(:checked){border-color:rgb(var(--wix-ui-tpa-checkbox-box-border-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-checkbox-box-border-color-opacity, 1)*.6))}.smJT6UM.ouNmdzr--box.ouNmdzr--disabled.ouNmdzr--checked,.smJT6UM.ouNmdzr--box.sinwPTy:checked{background-color:rgb(var(--wix-color-29),.1);border-color:rgb(var(--wix-color-29))}.smJT6UM.ouNmdzr--box.ouNmdzr--checked:after{opacity:1}.smJT6UM:focus-within .smRkwlL,.smJT6UM:hover .smRkwlL{--Checkbox2793247778-transparent:0,0,0,0;background-color:rgb(var(--wix-ui-tpa-checkbox-input-hover-background-color-rgb,var(--wix-ui-tpa-checkbox-input-background-color-rgb,var(--wst-primary-background-color-rgb,var(--Checkbox2793247778-transparent)))),calc(var(--wix-ui-tpa-checkbox-input-hover-background-color-opacity, var(--wix-ui-tpa-checkbox-input-background-color-opacity, 1))*var(--wix-ui-tpa-checkbox-input-hover-background-opacity, var(--wix-ui-tpa-checkbox-input-background-opacity, 1))));border-color:rgb(var(--wix-ui-tpa-checkbox-input-hover-border-color,var(--wix-ui-tpa-checkbox-border-color,var(--wix-color-5))));border-radius:var(--wix-ui-tpa-checkbox-input-hover-border-radius,0);border-width:var(--wix-ui-tpa-checkbox-input-hover-border-width,var(--wix-ui-tpa-checkbox-input-border-width,1px))}.smJT6UM.ouNmdzr--box .sH4bNZ_{display:flex;flex:1;justify-content:flex-end}.smJT6UM.ouNmdzr--box.ouNmdzr--error:not(.ouNmdzr--checked){border-color:rgb(var(--wst-system-error-color-rgb,var(--Checkbox2793247778-default-error-color)))!important}.smJT6UM.ouNmdzr--box.ouNmdzr--error.ouNmdzr--newErrorMessage:not(.ouNmdzr--checked) .s__1FpI6P{border-color:var(--wut-error-color,rgb(var(--Checkbox2793247778-default-error-color)))!important}.smJT6UM.ouNmdzr--newErrorMessage{display:block;flex:1;justify-content:flex-end}.smJT6UM.ouNmdzr--error:not(.ouNmdzr--checked) .smRkwlL{--Checkbox2793247778-wix-ui-tpa-checkbox-icon-error-border-color:rgb(var(--wst-system-error-color-rgb));border-color:var(--Checkbox2793247778-wix-ui-tpa-checkbox-icon-error-border-color,var(--wut-error-color,rgb(var(--Checkbox2793247778-default-error-color))))!important}.smJT6UM.ouNmdzr--error:not(.ouNmdzr--checked):focus-within .smRkwlL,.smJT6UM.ouNmdzr--error:not(.ouNmdzr--checked):hover .smRkwlL{border-color:rgb(var(--wix-ui-tpa-checkbox-error-color-rgb,var(--Checkbox2793247778-default-error-color)),calc(var(--wix-ui-tpa-checkbox-error-color-opacity, 1)*.7))!important}.smJT6UM.ouNmdzr--error.ouNmdzr--checked .smRkwlL{border-color:rgb(var(--wix-ui-tpa-checkbox-error-color-rgb,var(--wst-system-error-color-rgb,var(--Checkbox2793247778-default-error-color))),calc(var(--wix-ui-tpa-checkbox-error-color-opacity, 1)*.7))!important}.smJT6UM.ouNmdzr--error.ouNmdzr--checked .smRkwlL,.smJT6UM.ouNmdzr--error.ouNmdzr--checked .smRkwlL path{fill:rgb(var(--wix-ui-tpa-checkbox-error-color,var(--wst-system-error-color-rgb,var(--Checkbox2793247778-default-error-color))))}.smJT6UM.ouNmdzr--disabled{border-color:rgb(var(--wix-ui-tpa-checkbox-disabled-box-border-color,var(--wix-color-29)));cursor:default;pointer-events:none}.smJT6UM.ouNmdzr--disabled .smRkwlL{background-color:rgb(var(--wix-ui-tpa-checkbox-input-disabled-background-color-rgb,var(--wst-primary-background-color-rgb,var(--Checkbox2793247778-transparent))),calc(var(--wix-ui-tpa-checkbox-input-disabled-background-color-opacity, 1)*var(--wix-ui-tpa-checkbox-input-disabled-background-opacity, 1)));border-color:rgb(var(--wix-ui-tpa-checkbox-disabled-box-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29))))}.smJT6UM.ouNmdzr--checked:not(.ouNmdzr--disabled) .smRkwlL{background-color:rgb(var(--wix-ui-tpa-checkbox-input-checked-background-color-rgb,var(--wix-ui-tpa-checkbox-input-background-color-rgb,var(--wst-primary-background-color-rgb,var(--Checkbox2793247778-transparent)))),calc(var(--wix-ui-tpa-checkbox-input-checked-background-color-opacity, var(--wix-ui-tpa-checkbox-input-background-color-opacity, 1))*var(--wix-ui-tpa-checkbox-input-checked-background-opacity, var(--wix-ui-tpa-checkbox-input-background-opacity, 1))))}.smJT6UM.ouNmdzr--checked:hover .smRkwlL{background-color:rgb(var(--wix-ui-tpa-checkbox-input-hover-background-color-rgb,var(--wix-ui-tpa-checkbox-input-background-color-rgb,var(--Checkbox2793247778-transparent))),calc(var(--wix-ui-tpa-checkbox-input-hover-background-color-opacity, var(--wix-ui-tpa-checkbox-input-background-color-opacity, 1))*var(--wix-ui-tpa-checkbox-input-hover-background-opacity, var(--wix-ui-tpa-checkbox-input-background-opacity, 1))))}.smJT6UM.ouNmdzr--disabled .sjdj9s5{color:rgb(var(--wix-ui-tpa-checkbox-disabled-label-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29))))}.smJT6UM.ouNmdzr--disabled .smRkwlL path{fill:rgb(var(--wix-ui-tpa-checkbox-disabled-icon-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29))))}#SITE_CONTAINER.focus-ring-active .smJT6UM:focus-within .st2P0hH{box-shadow:0 0 0 1px #fff,0 0 0 3px #116dff!important;z-index:999}.Y1Tjcb span>span[data-hook=icon-wrapper]{border-width:var(--wix-forms-formInputBorderWidth,1px)!important;box-sizing:content-box!important;height:14px!important;width:14px!important}label[data-hook=checkbox-core] div[data-hook=label-wrapper]{flex-grow:1}.Lwo8J5 [data-id=content-viewer] *{color:#c7c7c7;pointer-events:none}.oOurwR .HFpF6t{margin-inline-start:4px}.DIX5XF .HFpF6t{margin-inline-end:4px}.ixW0Rz{color:var(--wds-color-text-primary,var(--wsr-color-B10,#3899ec))}.or2qHt p{margin:0!important}</style><style data-href="https://static.parastorage.com/services/form-app/1.2421.0/client-viewer/323.chunk.min.css">.UfzCT{direction:rtl}.g0pjP{direction:ltr}.WwqSH{margin-left:0;margin-right:auto;z-index:1}.WwqSH:not(.mL-Cv){float:left;margin-right:40px}@supports not (contain:inline-size){@media only screen and (max-width:480px){.WwqSH:not(.mL-Cv){float:none;margin-right:auto}}}@container (width < 480px){.WwqSH:not(.mL-Cv){float:none;margin-right:auto}}.J5h8K{margin-left:auto;margin-right:0;z-index:1}.J5h8K:not(.mL-Cv){float:right;margin-left:40px}@supports not (contain:inline-size){@media only screen and (max-width:480px){.J5h8K:not(.mL-Cv){float:none;margin-left:auto}}}@container (width < 480px){.J5h8K:not(.mL-Cv){float:none;margin-left:auto}}.rQ1-Q{clear:both;display:block}.rQ1-Q:not(.eY5DI){margin-left:auto;margin-right:auto;max-width:100%}.eY5DI,.mL-Cv{width:100%}.zW7ng .eY5DI,.zW7ng .mL-Cv{margin:0 -8px;width:auto}.wJubF{width:-moz-fit-content;width:fit-content}.rvj8R{margin-left:auto;margin-right:auto;max-width:100%}._8HNCh{width:min(350px,100%)!important}.zW7ng ._8HNCh{width:50%}.CDdad{margin-left:auto;margin-right:auto}.zW7ng .CDdad{width:150px}.Ai5NV{display:flex}.jsXD9,.jsXD9>*{text-align:left}.yiu9-,.yiu9->*{text-align:center}.SohYT,.SohYT>*{text-align:right}.HDF0c,.HDF0c>*{text-align:initial}.ZTRgS{text-align:justify!important;white-space:pre-wrap!important}.glob_fontElementMap,.qYEY-,.xtw5m{font-family:var(--ricos-font-family,unset)}.cSYsF{max-width:100%}.qYEY-{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-content:start;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr);height:100%;position:relative}.qYEY- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.qYEY- .i5JRu{box-sizing:border-box;-moz-tab-size:40px;-o-tab-size:40px;tab-size:40px}.qYEY- .i5JRu *,.qYEY- .i5JRu :after,.qYEY- .i5JRu :before{box-sizing:inherit}.qYEY- .i5JRu input{box-sizing:border-box}.qYEY-.ILoNz{padding-top:50px}.i5JRu{word-wrap:break-word;background-color:var(--ricos-bg-color-container,unset);color:var(--ricos-text-color,#212121);container-type:inline-size;font-size:16px;height:100%;line-height:1.5;overflow-wrap:break-word;white-space:pre-wrap!important;white-space:break-spaces;width:100%}.i5JRu:after{clear:both;content:"";display:table;line-height:0}@supports not (contain:inline-size){@media only screen and (max-width:480px){.i5JRu{font-size:14px}}}@container (width < 480px){.i5JRu{font-size:14px}}.O6D-u{width:100%}.O6D-u [data-breakout=normal]{padding-inline-end:var(--ricos-breakout-normal-padding-end,0);padding-inline-start:var(--ricos-breakout-normal-padding-start,0)}.O6D-u [data-breakout=fullWidth]{padding-inline-end:var(--ricos-breakout-full-width-padding-end,0);padding-inline-start:var(--ricos-breakout-full-width-padding-start,0)}.dx-HQ{margin:2px 0}.lXRwy+.lXRwy,.nSsIz{margin-top:20px}@media print{.i5JRu{height:auto}body{background-color:var(--rt-design-background-color,var(--rt-design-background-image-bg-color,var(--ricos-background-color,#fff)))}.O6D-u [data-breakout]{-moz-column-break-inside:avoid;break-inside:avoid}}.ZCXew{margin-inline-start:0!important}.GqOX3{margin-inline-start:40px!important}._5Imlo{margin-inline-start:80px!important}.jwRVa{margin-inline-start:120px!important}.I2TiZ{margin-inline-start:160px!important}.whbhn{margin-inline-start:200px!important}.RCIv9{margin-inline-start:240px!important}.s20Wv{margin-left:0;margin-right:auto;z-index:1}.s20Wv:not(.gjBx5){float:left;margin-right:40px}@supports not (contain:inline-size){@media only screen and (max-width:480px){.s20Wv:not(.gjBx5){float:none;margin-right:auto}}}@container (width < 480px){.s20Wv:not(.gjBx5){float:none;margin-right:auto}}.UXhK-{margin-left:auto;margin-right:0;z-index:1}.UXhK-:not(.gjBx5){float:right;margin-left:40px}@supports not (contain:inline-size){@media only screen and (max-width:480px){.UXhK-:not(.gjBx5){float:none;margin-left:auto}}}@container (width < 480px){.UXhK-:not(.gjBx5){float:none;margin-left:auto}}.z5ZVK{clear:both;display:block}.z5ZVK:not(.uPclb){margin-left:auto;margin-right:auto;max-width:100%}.gjBx5,.uPclb{width:100%}._1WfHq .gjBx5,._1WfHq .uPclb{margin:0 -8px;width:auto}.aPtpv{width:-moz-fit-content;width:fit-content}.IP4q8{margin-left:auto;margin-right:auto;max-width:100%}.G-ncZ{width:min(350px,100%)!important}._1WfHq .G-ncZ{width:50%}.BE9mi{margin-left:auto;margin-right:auto}._1WfHq .BE9mi{width:150px}.WKUjG{display:flex}.Q-ulj{margin:0}.WOmCz{border:none;width:-moz-max-content;width:max-content}.rNbpB{overflow-x:auto}.rNbpB::-webkit-scrollbar{-webkit-appearance:none}.rNbpB::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5);border:2px solid #fff;border-radius:8px}.rNbpB::-webkit-scrollbar:horizontal{height:10px}.Dz36t{max-width:100%}.eC4YV{text-decoration:none}.jhhM5:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}._4-ohy,.glob_fontElementMap{font-family:var(--ricos-font-family,unset)}.h90aq{border-inline-start-style:solid;border-inline-start-width:var(--ricos-custom-quote-border-width,3px);border-left-color:var(--ricos-custom-quote-border-color,var(--ricos-action-color,#116dff));border-right-color:var(--ricos-custom-quote-border-color,var(--ricos-action-color,#116dff));color:var(--ricos-custom-quote-color,unset);font-family:var(--ricos-custom-quote-font-family,unset);font-size:18px;font-size:var(--ricos-custom-quote-font-size,18px);font-style:normal;font-style:var(--ricos-custom-quote-font-style,normal);font-weight:var(--ricos-custom-quote-font-weight,unset);letter-spacing:var(--ricos-custom-quote-letter-spacing,unset);line-height:26px;line-height:var(--ricos-custom-quote-line-height,26px);margin-block:15px;margin-inline-end:var(--ricos-custom-quote-margin-inline-end,18px);margin-inline-start:var(--ricos-custom-quote-margin-inline-start,18px);max-width:100%;min-height:var(--ricos-custom-quote-min-height,unset);padding-bottom:var(--ricos-custom-quote-padding-bottom,6px);padding-top:var(--ricos-custom-quote-padding-top,6px);padding-inline-start:var(--ricos-custom-quote-padding-inline-start,18px);-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-text-decoration:var(--ricos-custom-quote-text-decoration,unset);text-decoration:var(--ricos-custom-quote-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.h90aq{font-size:var(--ricos-custom-quote-font-size,18px)}}}@container (width < 480px){.h90aq{font-size:var(--ricos-custom-quote-font-size,18px)}}@supports not (contain:inline-size){@media only screen and (max-width:480px){.h90aq{margin-block:15px;margin-inline-end:var(--ricos-custom-quote-margin-inline-end,16px);margin-inline-start:var(--ricos-custom-quote-margin-inline-start,16px)}}}@container (width < 480px){.h90aq{margin-block:15px;margin-inline-end:var(--ricos-custom-quote-margin-inline-end,16px);margin-inline-start:var(--ricos-custom-quote-margin-inline-start,16px)}}.ZHu8g,.glob_fontElementMap{font-family:var(--ricos-font-family,unset)}.HhqCj{margin:0}@supports not (contain:inline-size){@media only screen and (max-width:480px){.HhqCj{clear:both;margin:0}}}@container (width < 480px){.HhqCj{clear:both;margin:0}}.-eHYR{color:var(--ricos-custom-p-color,unset);font-family:var(--ricos-custom-p-font-family,unset);font-size:var(--ricos-custom-p-font-size,unset);font-style:var(--ricos-custom-p-font-style,unset);font-weight:var(--ricos-custom-p-font-weight,unset);letter-spacing:var(--ricos-custom-p-letter-spacing,unset);line-height:var(--ricos-custom-p-line-height,unset);min-height:var(--ricos-custom-p-min-height,unset);-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-text-decoration:var(--ricos-custom-p-text-decoration,unset);text-decoration:var(--ricos-custom-p-text-decoration,unset)}.-eHYR>span>a,.-eHYR>span>span{background-color:var(--ricos-custom-p-background-color,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.-eHYR{font-size:var(--ricos-custom-p-font-size,unset)}}}@container (width < 480px){.-eHYR{font-size:var(--ricos-custom-p-font-size,unset)}}.-eHYR:empty{height:24px}.-rcXh{display:block}.Ls2rX{background-color:var(--ricos-internal-layout-backdrop-color);padding-bottom:var(--ricos-internal-layout-backdrop-padding-bottom,0);padding-top:var(--ricos-internal-layout-backdrop-padding-top,0);position:relative}.Ls2rX:before{background-image:var(--ricos-internal-layout-backdrop-image-src);background-position:var(--ricos-internal-layout-backdrop-image-position);background-repeat:no-repeat;background-size:var(--ricos-internal-layout-backdrop-image-scaling);bottom:0;content:"";left:0;opacity:var(--ricos-internal-layout-backdrop-image-opacity);pointer-events:none;position:absolute;right:0;top:0;z-index:0}.UrNcS{--ricos-internal-layout-display:grid;--ricos-internal-layout-horizontal-padding:0;background-color:var(--ricos-internal-layout-background-color);border:var(--ricos-internal-layout-border-width,0) solid var(--ricos-internal-layout-border-color);border-radius:var(--ricos-internal-layout-border-radius,0);display:var(--ricos-internal-layout-display,grid);flex-wrap:wrap;gap:var(--ricos-internal-layout-gap,20px);grid-template-columns:var(--ricos-internal-layout-grid-template,var(--ricos-internal-layout-column-template));justify-content:var(--ricos-internal-layout-justify-content,auto);margin:0 auto;position:relative;width:min(100%,var(--ricos-internal-layout-width,initial))}@supports not (contain:inline-size){@media only screen and (max-width:480px){.UrNcS{gap:min(20px,var(--ricos-internal-layout-gap,20px))}}}@container (width < 480px){.UrNcS{gap:min(20px,var(--ricos-internal-layout-gap,20px))}}.UrNcS.vAt9g{--ricos-internal-layout-display:flex;--ricos-internal-layout-justify-content:center;--ricos-internal-layout-cell-min-width:100%;--ricos-internal-layout-cell-height:auto}.UrNcS:before{background-image:var(--ricos-internal-layout-background-image-src);background-position:var(--ricos-internal-layout-background-image-position);background-repeat:no-repeat;background-size:var(--ricos-internal-layout-background-image-scaling);border-radius:var(--ricos-internal-layout-border-radius,0);bottom:0;content:"";left:0;opacity:var(--ricos-internal-layout-background-image-opacity);pointer-events:none;position:absolute;right:0;top:0;z-index:0}*+.UrNcS{margin-top:20px}.UrNcS .kMyvt{display:flex;flex-direction:column;flex-grow:1;justify-content:var(--ricos-internal-layout-cell-vertical-alignment);max-width:var(--ricos-internal-layout-cell-min-width,auto);min-width:min(100%,var(--ricos-internal-layout-cell-min-width,0));outline:1px solid transparent;padding:var(--ricos-internal-layout-cell-padding-top,12px) var(--ricos-internal-layout-cell-padding-right,0) var(--ricos-internal-layout-cell-padding-bottom,12px) var(--ricos-internal-layout-cell-padding-left,0);position:relative;z-index:2}@supports not (contain:inline-size){@media only screen and (max-width:480px){.UrNcS .kMyvt{padding:min(16px,var(--ricos-internal-layout-cell-padding-top,16px)) min(16px,var(--ricos-internal-layout-cell-padding-right,16px)) min(16px,var(--ricos-internal-layout-cell-padding-bottom,16px)) min(16px,var(--ricos-internal-layout-cell-padding-left,16px))}}}@container (width < 480px){.UrNcS .kMyvt{padding:min(16px,var(--ricos-internal-layout-cell-padding-top,16px)) min(16px,var(--ricos-internal-layout-cell-padding-right,16px)) min(16px,var(--ricos-internal-layout-cell-padding-bottom,16px)) min(16px,var(--ricos-internal-layout-cell-padding-left,16px))}}.glob_fontElementMap,.j-mi9{font-family:var(--ricos-font-family,unset)}.-AR89,.L-aDi{color:var(--ricos-custom-p-color,unset);font-family:var(--ricos-custom-p-font-family,unset);font-size:var(--ricos-custom-p-font-size,unset);font-style:var(--ricos-custom-p-font-style,unset);font-weight:var(--ricos-custom-p-font-weight,unset);letter-spacing:var(--ricos-custom-p-letter-spacing,unset);line-height:var(--ricos-custom-p-line-height,unset);list-style-position:outside;margin:0;min-height:var(--ricos-custom-p-min-height,unset);padding:0;-webkit-text-decoration:var(--ricos-custom-p-text-decoration,unset);text-decoration:var(--ricos-custom-p-text-decoration,unset)}.-AR89>*,.L-aDi>*{background-color:var(--ricos-custom-p-background-color,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.-AR89,.L-aDi{font-size:var(--ricos-custom-p-font-size,unset)}}}@container (width < 480px){.-AR89,.L-aDi{font-size:var(--ricos-custom-p-font-size,unset)}}.-AR89>._6ZJ-O,.L-aDi>._6ZJ-O{list-style-type:inherit;margin-inline-start:1.5em;padding-inline-start:.5em}.-AR89>._6ZJ-O[data-heading-level=headerOne],.L-aDi>._6ZJ-O[data-heading-level=headerOne]{font-family:var(--ricos-custom-h1-font-family,unset);font-size:var(--ricos-custom-h1-font-size,40px);font-style:var(--ricos-custom-h1-font-style,unset);font-weight:var(--ricos-custom-h1-font-weight,unset);letter-spacing:var(--ricos-custom-h1-letter-spacing,unset);line-height:var(--ricos-custom-h1-line-height,42px);min-height:var(--ricos-custom-h1-min-height,42px);-webkit-text-decoration:var(--ricos-custom-h1-text-decoration,unset);text-decoration:var(--ricos-custom-h1-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.-AR89>._6ZJ-O[data-heading-level=headerOne],.L-aDi>._6ZJ-O[data-heading-level=headerOne]{font-size:var(--ricos-custom-h1-font-size,32px)}}}@container (width < 480px){.-AR89>._6ZJ-O[data-heading-level=headerOne],.L-aDi>._6ZJ-O[data-heading-level=headerOne]{font-size:var(--ricos-custom-h1-font-size,32px)}}.-AR89>._6ZJ-O[data-heading-level=headerTwo],.L-aDi>._6ZJ-O[data-heading-level=headerTwo]{font-family:var(--ricos-custom-h2-font-family,unset);font-size:var(--ricos-custom-h2-font-size,28px);font-style:var(--ricos-custom-h2-font-style,unset);font-weight:var(--ricos-custom-h2-font-weight,unset);letter-spacing:var(--ricos-custom-h2-letter-spacing,unset);line-height:var(--ricos-custom-h2-line-height,36px);min-height:var(--ricos-custom-h2-min-height,36px);-webkit-text-decoration:var(--ricos-custom-h2-text-decoration,unset);text-decoration:var(--ricos-custom-h2-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.-AR89>._6ZJ-O[data-heading-level=headerTwo],.L-aDi>._6ZJ-O[data-heading-level=headerTwo]{font-size:var(--ricos-custom-h2-font-size,24px)}}}@container (width < 480px){.-AR89>._6ZJ-O[data-heading-level=headerTwo],.L-aDi>._6ZJ-O[data-heading-level=headerTwo]{font-size:var(--ricos-custom-h2-font-size,24px)}}.-AR89>._6ZJ-O[data-heading-level=headerThree],.L-aDi>._6ZJ-O[data-heading-level=headerThree]{font-family:var(--ricos-custom-h3-font-family,unset);font-size:var(--ricos-custom-h3-font-size,24px);font-style:var(--ricos-custom-h3-font-style,unset);font-weight:var(--ricos-custom-h3-font-weight,unset);letter-spacing:var(--ricos-custom-h3-letter-spacing,unset);line-height:var(--ricos-custom-h3-line-height,30px);min-height:var(--ricos-custom-h3-min-height,30px);-webkit-text-decoration:var(--ricos-custom-h3-text-decoration,unset);text-decoration:var(--ricos-custom-h3-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.-AR89>._6ZJ-O[data-heading-level=headerThree],.L-aDi>._6ZJ-O[data-heading-level=headerThree]{font-size:var(--ricos-custom-h3-font-size,20px)}}}@container (width < 480px){.-AR89>._6ZJ-O[data-heading-level=headerThree],.L-aDi>._6ZJ-O[data-heading-level=headerThree]{font-size:var(--ricos-custom-h3-font-size,20px)}}.-AR89>._6ZJ-O[data-heading-level=headerFour],.L-aDi>._6ZJ-O[data-heading-level=headerFour]{font-family:var(--ricos-custom-h4-font-family,unset);font-size:var(--ricos-custom-h4-font-size,20px);font-style:var(--ricos-custom-h4-font-style,unset);font-weight:var(--ricos-custom-h4-font-weight,unset);letter-spacing:var(--ricos-custom-h4-letter-spacing,unset);line-height:var(--ricos-custom-h4-line-height,1.5);min-height:var(--ricos-custom-h4-min-height,unset);-webkit-text-decoration:var(--ricos-custom-h4-text-decoration,unset);text-decoration:var(--ricos-custom-h4-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.-AR89>._6ZJ-O[data-heading-level=headerFour],.L-aDi>._6ZJ-O[data-heading-level=headerFour]{font-size:var(--ricos-custom-h4-font-size,20px)}}}@container (width < 480px){.-AR89>._6ZJ-O[data-heading-level=headerFour],.L-aDi>._6ZJ-O[data-heading-level=headerFour]{font-size:var(--ricos-custom-h4-font-size,20px)}}.-AR89>._6ZJ-O[data-heading-level=headerFive],.L-aDi>._6ZJ-O[data-heading-level=headerFive]{font-family:var(--ricos-custom-h5-font-family,unset);font-size:var(--ricos-custom-h5-font-size,18px);font-style:var(--ricos-custom-h5-font-style,unset);font-weight:var(--ricos-custom-h5-font-weight,unset);letter-spacing:var(--ricos-custom-h5-letter-spacing,unset);line-height:var(--ricos-custom-h5-line-height,1.5);min-height:var(--ricos-custom-h5-min-height,unset);-webkit-text-decoration:var(--ricos-custom-h5-text-decoration,unset);text-decoration:var(--ricos-custom-h5-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.-AR89>._6ZJ-O[data-heading-level=headerFive],.L-aDi>._6ZJ-O[data-heading-level=headerFive]{font-size:var(--ricos-custom-h5-font-size,16px)}}}@container (width < 480px){.-AR89>._6ZJ-O[data-heading-level=headerFive],.L-aDi>._6ZJ-O[data-heading-level=headerFive]{font-size:var(--ricos-custom-h5-font-size,16px)}}.-AR89>._6ZJ-O[data-heading-level=headerSix],.L-aDi>._6ZJ-O[data-heading-level=headerSix]{font-family:var(--ricos-custom-h6-font-family,unset);font-size:var(--ricos-custom-h6-font-size,16px);font-style:var(--ricos-custom-h6-font-style,unset);font-weight:var(--ricos-custom-h6-font-weight,unset);letter-spacing:var(--ricos-custom-h6-letter-spacing,unset);line-height:var(--ricos-custom-h6-line-height,1.5);min-height:var(--ricos-custom-h6-min-height,unset);-webkit-text-decoration:var(--ricos-custom-h6-text-decoration,unset);text-decoration:var(--ricos-custom-h6-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.-AR89>._6ZJ-O[data-heading-level=headerSix],.L-aDi>._6ZJ-O[data-heading-level=headerSix]{font-size:var(--ricos-custom-h6-font-size,14px)}}}@container (width < 480px){.-AR89>._6ZJ-O[data-heading-level=headerSix],.L-aDi>._6ZJ-O[data-heading-level=headerSix]{font-size:var(--ricos-custom-h6-font-size,14px)}}[data-list-style-position=inside]._6ZJ-O{list-style-position:inside;padding-inline-start:0}[data-list-style-position=inside]._6ZJ-O>:first-child,[data-list-style-position=inside]._6ZJ-O>:first-child>:first-child{display:inline}.-AR89>[data-list-style-position=inside]._6ZJ-O h2>span,.-AR89>[data-list-style-position=inside]._6ZJ-O h3>span,.-AR89>[data-list-style-position=inside]._6ZJ-O h4>span,.-AR89>[data-list-style-position=inside]._6ZJ-O h5>span,.-AR89>[data-list-style-position=inside]._6ZJ-O h6>span,.-AR89>[data-list-style-position=inside]._6ZJ-O>h1>span,.-AR89>[data-list-style-position=inside]._6ZJ-O>p>span>:first-child{margin-inline-start:.5em}ol ._6ZJ-O{position:relative}ol ._6ZJ-O>div>:not(ul)>span{margin-inline-start:.35em}.dOAGj{margin:15px 18px}@supports not (contain:inline-size){@media only screen and (max-width:480px){.dOAGj{margin:var(--ricos-custom-code-block-margin,15px calc(18px + 5%))}}}@container (width < 480px){.dOAGj{margin:var(--ricos-custom-code-block-margin,15px calc(18px + 5%))}}.-JOc8{background-color:var(--ricos-custom-code-block-background-color,rgba(var(--ricos-fallback-color-tuple,0,0,0),.06));color:var(--ricos-custom-code-block-color,var(--ricos-text-color,#212121));font-family:Inconsolata,Menlo,Consolas,monospace;font-size:var(--ricos-custom-code-block-font-size,16px);line-height:var(--ricos-custom-code-block-line-height,26px);margin:var(--ricos-custom-code-block-margin,15px 18px);min-height:29px;padding:var(--ricos-custom-code-block-padding,2px 25px);-webkit-print-color-adjust:exact;print-color-adjust:exact;white-space:pre-wrap}.tdOZJ .-JOc8{margin:1em 0}.glob_fontElementMap,.sO8-v{font-family:var(--ricos-font-family,unset)}.NKz8q{margin:0}@supports not (contain:inline-size){@media only screen and (max-width:480px){.NKz8q{clear:both;margin:0}}}@container (width < 480px){.NKz8q{clear:both;margin:0}}.-zBkU,.C50H4,.E1dEV,.bKx3E,.daxQ6,.e1xff{font:inherit}.E1dEV{color:var(--ricos-custom-h1-color,var(--ricos-text-color,#212121));font-family:var(--ricos-custom-h1-font-family,unset);font-size:var(--ricos-custom-h1-font-size,40px);font-style:var(--ricos-custom-h1-font-style,unset);font-weight:var(--ricos-custom-h1-font-weight,unset);letter-spacing:var(--ricos-custom-h1-letter-spacing,unset);line-height:var(--ricos-custom-h1-line-height,42px);min-height:var(--ricos-custom-h1-min-height,42px);-webkit-text-decoration:var(--ricos-custom-h1-text-decoration,unset);text-decoration:var(--ricos-custom-h1-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.E1dEV{font-size:var(--ricos-custom-h1-font-size,32px)}}}@container (width < 480px){.E1dEV{font-size:var(--ricos-custom-h1-font-size,32px)}}.E1dEV>*>span,.E1dEV>span span{background-color:var(--ricos-custom-h1-background-color,unset)}.C50H4{color:var(--ricos-custom-h2-color,var(--ricos-text-color,#212121));font-family:var(--ricos-custom-h2-font-family,unset);font-size:var(--ricos-custom-h2-font-size,28px);font-style:var(--ricos-custom-h2-font-style,unset);font-weight:var(--ricos-custom-h2-font-weight,unset);letter-spacing:var(--ricos-custom-h2-letter-spacing,unset);line-height:var(--ricos-custom-h2-line-height,36px);min-height:var(--ricos-custom-h2-min-height,36px);-webkit-text-decoration:var(--ricos-custom-h2-text-decoration,unset);text-decoration:var(--ricos-custom-h2-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.C50H4{font-size:var(--ricos-custom-h2-font-size,24px)}}}@container (width < 480px){.C50H4{font-size:var(--ricos-custom-h2-font-size,24px)}}.C50H4>*>span,.C50H4>span span{background-color:var(--ricos-custom-h2-background-color,unset)}.-zBkU{color:var(--ricos-custom-h3-color,var(--ricos-text-color,#212121));font-family:var(--ricos-custom-h3-font-family,unset);font-size:var(--ricos-custom-h3-font-size,24px);font-style:var(--ricos-custom-h3-font-style,unset);font-weight:var(--ricos-custom-h3-font-weight,unset);letter-spacing:var(--ricos-custom-h3-letter-spacing,unset);line-height:var(--ricos-custom-h3-line-height,30px);min-height:var(--ricos-custom-h3-min-height,30px);-webkit-text-decoration:var(--ricos-custom-h3-text-decoration,unset);text-decoration:var(--ricos-custom-h3-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.-zBkU{font-size:var(--ricos-custom-h3-font-size,20px)}}}@container (width < 480px){.-zBkU{font-size:var(--ricos-custom-h3-font-size,20px)}}.-zBkU>*>span,.-zBkU>span span{background-color:var(--ricos-custom-h3-background-color,unset)}.e1xff{color:var(--ricos-custom-h4-color,var(--ricos-text-color,#212121));font-family:var(--ricos-custom-h4-font-family,unset);font-size:var(--ricos-custom-h4-font-size,20px);font-style:var(--ricos-custom-h4-font-style,unset);font-weight:var(--ricos-custom-h4-font-weight,unset);letter-spacing:var(--ricos-custom-h4-letter-spacing,unset);line-height:var(--ricos-custom-h4-line-height,1.5);min-height:var(--ricos-custom-h4-min-height,unset);-webkit-text-decoration:var(--ricos-custom-h4-text-decoration,unset);text-decoration:var(--ricos-custom-h4-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.e1xff{font-size:var(--ricos-custom-h4-font-size,20px)}}}@container (width < 480px){.e1xff{font-size:var(--ricos-custom-h4-font-size,20px)}}.e1xff>*>span,.e1xff>span span{background-color:var(--ricos-custom-h4-background-color,unset)}.bKx3E{color:var(--ricos-custom-h5-color,var(--ricos-text-color,#212121));font-family:var(--ricos-custom-h5-font-family,unset);font-size:var(--ricos-custom-h5-font-size,18px);font-style:var(--ricos-custom-h5-font-style,unset);font-weight:var(--ricos-custom-h5-font-weight,unset);letter-spacing:var(--ricos-custom-h5-letter-spacing,unset);line-height:var(--ricos-custom-h5-line-height,1.5);min-height:var(--ricos-custom-h5-min-height,unset);-webkit-text-decoration:var(--ricos-custom-h5-text-decoration,unset);text-decoration:var(--ricos-custom-h5-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.bKx3E{font-size:var(--ricos-custom-h5-font-size,16px)}}}@container (width < 480px){.bKx3E{font-size:var(--ricos-custom-h5-font-size,16px)}}.bKx3E>*>span,.bKx3E>span span{background-color:var(--ricos-custom-h5-background-color,unset)}.daxQ6{color:var(--ricos-custom-h6-color,var(--ricos-text-color,#212121));font-family:var(--ricos-custom-h6-font-family,unset);font-size:var(--ricos-custom-h6-font-size,16px);font-style:var(--ricos-custom-h6-font-style,unset);font-weight:var(--ricos-custom-h6-font-weight,unset);letter-spacing:var(--ricos-custom-h6-letter-spacing,unset);line-height:var(--ricos-custom-h6-line-height,1.5);min-height:var(--ricos-custom-h6-min-height,unset);-webkit-text-decoration:var(--ricos-custom-h6-text-decoration,unset);text-decoration:var(--ricos-custom-h6-text-decoration,unset)}@supports not (contain:inline-size){@media only screen and (max-width:480px){.daxQ6{font-size:var(--ricos-custom-h6-font-size,14px)}}}@container (width < 480px){.daxQ6{font-size:var(--ricos-custom-h6-font-size,14px)}}.daxQ6>*>span,.daxQ6>span span{background-color:var(--ricos-custom-h6-background-color,unset)}.RNM8T{display:block}</style>
<!-- Loadable Component comp-m0nhjcb9 -->
<script id="comp-m0nhjcb9__LOADABLE_REQUIRED_CHUNKS__" type="application/json">[6454,8279,1882,256]</script><script id="comp-m0nhjcb9__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json">{"namedChunks":["form-app-checkbox","form-app-wix-ricos-viewer"]}</script><script async="" data-chunk="form-app-checkbox" src="https://static.parastorage.com/services/form-app/1.2421.0/client-viewer/6454.chunk.min.js"></script><script async="" data-chunk="form-app-checkbox" src="https://static.parastorage.com/services/form-app/1.2421.0/client-viewer/form-app-checkbox.chunk.min.js"></script><script async="" data-chunk="form-app-wix-ricos-viewer" src="https://static.parastorage.com/services/form-app/1.2421.0/client-viewer/1882.chunk.min.js"></script><script async="" data-chunk="form-app-wix-ricos-viewer" src="https://static.parastorage.com/services/form-app/1.2421.0/client-viewer/form-app-wix-ricos-viewer.chunk.min.js"></script>
<style id="css_masterPage">@font-face {font-family: 'museo-w01-700'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/e7793d7d-669f-464d-9e4d-f2b5c71cd178/v1/museo-w05-700.woff2') format('woff2'); unicode-range: U+0000, U+0100-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+017F, U+0218-021B, U+02D8-02D9, U+02DB, U+02DD, U+1E9E, U+2044, U+2212, U+221E, U+2248, U+2260, U+2264-2265, U+FB00-FB04;font-display: swap;
}
@font-face {font-family: 'museo-w01-700'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/e7793d7d-669f-464d-9e4d-f2b5c71cd178/v1/museo-w01-700.woff2') format('woff2'); unicode-range: U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00FF, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02C9, U+02DA, U+02DC, U+03BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122, U+2219;font-display: swap;
}@font-face {font-family: 'din-next-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w10-light.woff2') format('woff2'); unicode-range: U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;font-display: swap;
}
@font-face {font-family: 'din-next-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w02-light.woff2') format('woff2'); unicode-range: U+000D, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+01FA-01FF, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03C0, U+1E80-1E85, U+1EF2-1EF3, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;font-display: swap;
}
@font-face {font-family: 'din-next-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w01-light.woff2') format('woff2'); unicode-range: U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+03BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;font-display: swap;
}@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}@font-face {font-family: 'raleway-semibold'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/lFxvRPuGFG5ktd7P0WRwKhUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');font-display: swap;
}
@font-face {font-family: 'raleway-semibold'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/STBOO2waD2LpX45SXYjQBfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');font-display: swap;
}
@font-face {font-family: 'raleway-semibold'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/OY22yoG8EJ3IN_muVWm29BUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');font-display: swap;
}
@font-face {font-family: 'raleway-semibold'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/WmVKXVcOuffP_qmCpFuyzfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');font-display: swap;
}@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDFXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDFXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDFXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDFXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDFXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDFXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDFXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDVXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDVXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDVXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDVXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDVXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDVXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawDVXphjhQYrcK.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawA1XphjhQYg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawA1XphjhQYg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawA1XphjhQYg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawA1XphjhQYg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawA1XphjhQYg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawA1XphjhQYg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'bricolage-grotesque'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bricolagegrotesque/v8/3y9H6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiawA1XphjhQYg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}@keyframes motion-fadeIn {
0% { opacity: 0; }
100% { opacity: var(--comp-opacity, 1); }
}@keyframes motion-spinIn {
0.00009999999999999999% { scale: var(--motion-scale); rotate: var(--motion-rotate); }
100% { scale: 1; rotate: 0deg; }
}#masterPage:not(.landingPage) #PAGES_CONTAINER{margin-top:0px;margin-bottom:0px;}#masterPage.landingPage #SITE_HEADER{display:none;}#masterPage.landingPage #CONTROLLER_COMP_CUSTOM_ID{display:none;}#masterPage.landingPage #comp-jryrf02n{display:none;}#masterPage.landingPage #SITE_FOOTER{display:none;}#masterPage.landingPage #SITE_HEADER-placeholder{display:none;}#masterPage.landingPage #SITE_FOOTER-placeholder{display:none;}#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus, #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus ~ .wixSdkShowFocusOnSibling{--focus-ring-box-shadow:0 0 0 1px #ffffff, 0 0 0 3px #116dff;box-shadow:var(--focus-ring-box-shadow) !important;z-index:1;}.has-inner-focus-ring{--focus-ring-box-shadow:inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important;}#masterPage{left:0;margin-left:0;width:100%;min-width:0;}#SITE_HEADER{--pinned-layer-in-container:50;--above-all-in-container:49;}#PAGES_CONTAINER{--pinned-layer-in-container:51;--above-all-in-container:49;}#CONTROLLER_COMP_CUSTOM_ID{--pinned-layer-in-container:52;--above-all-in-container:49;}#comp-js1plth3-pinned-layer{z-index:calc(var(--pinned-layers-in-page, 0) + 53);--above-all-in-container:10000;}#comp-jryrf02n-pinned-layer{z-index:calc(var(--pinned-layers-in-page, 0) + 54);--above-all-in-container:10000;}#SITE_FOOTER{--pinned-layer-in-container:55;--above-all-in-container:49;}[id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent]{height:auto;width:100%;position:static;min-height:auto;padding-bottom:0px;box-sizing:border-box;}[id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > [id="CONTROLLER_COMP_CUSTOM_ID"], [id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > interact-element > [id="CONTROLLER_COMP_CUSTOM_ID"]{position:absolute;top:15px;left:20px;margin-left:calc((100% - 980px) * 0.5);}[id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent]{height:auto;width:100%;position:static;min-height:auto;padding-bottom:0px;box-sizing:border-box;}[id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > [id="CONTROLLER_COMP_CUSTOM_ID"], [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > interact-element > [id="CONTROLLER_COMP_CUSTOM_ID"]{position:absolute;top:15px;left:20px;margin-left:calc((100% - 980px) * 0.5);}#comp-js1plth3{justify-self:end;align-self:end;position:absolute;grid-area:1 / 1 / 2 / 2;pointer-events:auto;}#comp-jryrf02n{justify-self:end;align-self:start;position:absolute;grid-area:1 / 1 / 2 / 2;pointer-events:auto;}:root,:host, .spxThemeOverride, .max-width-container, #root{--color_0:255,255,255;--color_1:255,255,255;--color_2:0,0,0;--color_3:237,28,36;--color_4:0,136,203;--color_5:255,203,5;--color_6:114,114,114;--color_7:176,176,176;--color_8:255,255,255;--color_9:114,114,114;--color_10:176,176,176;--color_11:255,255,255;--color_12:252,249,244;--color_13:199,199,199;--color_14:153,153,151;--color_15:65,65,65;--color_16:255,203,191;--color_17:254,177,159;--color_18:254,131,64;--color_19:169,66,43;--color_20:85,33,21;--color_21:202,214,208;--color_22:160,173,167;--color_23:117,131,125;--color_24:41,62,49;--color_25:36,45,41;--color_26:218,206,194;--color_27:174,165,155;--color_28:131,124,116;--color_29:87,82,78;--color_30:44,41,39;--color_31:211,195,188;--color_32:168,151,143;--color_33:124,105,97;--color_34:81,56,45;--color_35:41,28,23;--color_36:255,255,255;--color_37:65,65,65;--color_38:252,249,244;--color_39:199,199,199;--color_40:153,153,151;--color_41:254,131,64;--color_42:41,62,49;--color_43:218,206,194;--color_44:169,66,43;--color_45:65,65,65;--color_46:65,65,65;--color_47:153,153,151;--color_48:254,131,64;--color_49:254,131,64;--color_50:255,255,255;--color_51:255,255,255;--color_52:254,131,64;--color_53:254,131,64;--color_54:199,199,199;--color_55:199,199,199;--color_56:255,255,255;--color_57:255,255,255;--color_58:254,131,64;--color_59:254,131,64;--color_60:254,131,64;--color_61:254,131,64;--color_62:255,255,255;--color_63:255,255,255;--color_64:199,199,199;--color_65:199,199,199;--font_0:normal normal normal 106px/1.4em museo-w01-700,serif;--font_1:normal normal normal 16px/1.4em din-next-w01-light,sans-serif;--font_2:normal normal normal 32px/1.4em museo-w01-700,serif;--font_3:normal normal normal 28px/1.4em museo-w01-700,serif;--font_4:normal normal normal 33px/1.4em museo-w01-700,serif;--font_5:normal normal normal 36px/1.4em raleway,sans-serif;--font_6:normal normal normal 22px/1.4em raleway-semibold,raleway,sans-serif;--font_7:normal normal normal 21px/1.4em museo-w01-700,serif;--font_8:normal normal normal 16px/1.4em raleway,sans-serif;--font_9:normal normal normal 14px/1.4em raleway,sans-serif;--font_10:normal normal normal 12px/1.4em din-next-w01-light,sans-serif;--wix-ads-height:50px;--sticky-offset:50px;--wix-ads-top-height:50px;--site-width:980px;--above-all-z-index:100000;--portals-z-index:100001;--wix-opt-in-direction:ltr;--wix-opt-in-direction-multiplier:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--minViewportSize:320;--maxViewportSize:1920;--theme-spx-ratio:1px;--full-viewport:100 * var(--one-unit) * var(--browser-zoom);--scaling-factor:clamp(var(--spx-stopper-min), var(--full-viewport), min(var(--spx-stopper-max), var(--section-max-width)));--customScaleViewportLimit:clamp(var(--minViewportSize) * 1px, var(--full-viewport), min(var(--section-max-width), var(--maxViewportSize) * 1px));}.font_0{font:var(--font_0);color:rgb(var(--color_24));letter-spacing:0em;}.font_1{font:var(--font_1);color:rgb(var(--color_14));letter-spacing:0em;}.font_2{font:var(--font_2);color:rgb(var(--color_24));letter-spacing:0em;}.font_3{font:var(--font_3);color:rgb(var(--color_24));letter-spacing:0em;}.font_4{font:var(--font_4);color:rgb(var(--color_18));letter-spacing:0em;}.font_5{font:var(--font_5);color:rgb(var(--color_15));letter-spacing:0em;}.font_6{font:var(--font_6);color:rgb(var(--color_24));letter-spacing:0em;}.font_7{font:var(--font_7);color:rgb(var(--color_15));letter-spacing:0em;}.font_8{font:var(--font_8);color:rgb(var(--color_24));letter-spacing:0em;}.font_9{font:var(--font_9);color:rgb(var(--color_15));letter-spacing:0em;}.font_10{font:var(--font_10);color:rgb(var(--color_14));letter-spacing:0em;}.color_0{color:rgb(var(--color_0));}.color_1{color:rgb(var(--color_1));}.color_2{color:rgb(var(--color_2));}.color_3{color:rgb(var(--color_3));}.color_4{color:rgb(var(--color_4));}.color_5{color:rgb(var(--color_5));}.color_6{color:rgb(var(--color_6));}.color_7{color:rgb(var(--color_7));}.color_8{color:rgb(var(--color_8));}.color_9{color:rgb(var(--color_9));}.color_10{color:rgb(var(--color_10));}.color_11{color:rgb(var(--color_11));}.color_12{color:rgb(var(--color_12));}.color_13{color:rgb(var(--color_13));}.color_14{color:rgb(var(--color_14));}.color_15{color:rgb(var(--color_15));}.color_16{color:rgb(var(--color_16));}.color_17{color:rgb(var(--color_17));}.color_18{color:rgb(var(--color_18));}.color_19{color:rgb(var(--color_19));}.color_20{color:rgb(var(--color_20));}.color_21{color:rgb(var(--color_21));}.color_22{color:rgb(var(--color_22));}.color_23{color:rgb(var(--color_23));}.color_24{color:rgb(var(--color_24));}.color_25{color:rgb(var(--color_25));}.color_26{color:rgb(var(--color_26));}.color_27{color:rgb(var(--color_27));}.color_28{color:rgb(var(--color_28));}.color_29{color:rgb(var(--color_29));}.color_30{color:rgb(var(--color_30));}.color_31{color:rgb(var(--color_31));}.color_32{color:rgb(var(--color_32));}.color_33{color:rgb(var(--color_33));}.color_34{color:rgb(var(--color_34));}.color_35{color:rgb(var(--color_35));}.color_36{color:rgb(var(--color_36));}.color_37{color:rgb(var(--color_37));}.color_38{color:rgb(var(--color_38));}.color_39{color:rgb(var(--color_39));}.color_40{color:rgb(var(--color_40));}.color_41{color:rgb(var(--color_41));}.color_42{color:rgb(var(--color_42));}.color_43{color:rgb(var(--color_43));}.color_44{color:rgb(var(--color_44));}.color_45{color:rgb(var(--color_45));}.color_46{color:rgb(var(--color_46));}.color_47{color:rgb(var(--color_47));}.color_48{color:rgb(var(--color_48));}.color_49{color:rgb(var(--color_49));}.color_50{color:rgb(var(--color_50));}.color_51{color:rgb(var(--color_51));}.color_52{color:rgb(var(--color_52));}.color_53{color:rgb(var(--color_53));}.color_54{color:rgb(var(--color_54));}.color_55{color:rgb(var(--color_55));}.color_56{color:rgb(var(--color_56));}.color_57{color:rgb(var(--color_57));}.color_58{color:rgb(var(--color_58));}.color_59{color:rgb(var(--color_59));}.color_60{color:rgb(var(--color_60));}.color_61{color:rgb(var(--color_61));}.color_62{color:rgb(var(--color_62));}.color_63{color:rgb(var(--color_63));}.color_64{color:rgb(var(--color_64));}.color_65{color:rgb(var(--color_65));}.backcolor_0{background-color:rgb(var(--color_0));}.backcolor_1{background-color:rgb(var(--color_1));}.backcolor_2{background-color:rgb(var(--color_2));}.backcolor_3{background-color:rgb(var(--color_3));}.backcolor_4{background-color:rgb(var(--color_4));}.backcolor_5{background-color:rgb(var(--color_5));}.backcolor_6{background-color:rgb(var(--color_6));}.backcolor_7{background-color:rgb(var(--color_7));}.backcolor_8{background-color:rgb(var(--color_8));}.backcolor_9{background-color:rgb(var(--color_9));}.backcolor_10{background-color:rgb(var(--color_10));}.backcolor_11{background-color:rgb(var(--color_11));}.backcolor_12{background-color:rgb(var(--color_12));}.backcolor_13{background-color:rgb(var(--color_13));}.backcolor_14{background-color:rgb(var(--color_14));}.backcolor_15{background-color:rgb(var(--color_15));}.backcolor_16{background-color:rgb(var(--color_16));}.backcolor_17{background-color:rgb(var(--color_17));}.backcolor_18{background-color:rgb(var(--color_18));}.backcolor_19{background-color:rgb(var(--color_19));}.backcolor_20{background-color:rgb(var(--color_20));}.backcolor_21{background-color:rgb(var(--color_21));}.backcolor_22{background-color:rgb(var(--color_22));}.backcolor_23{background-color:rgb(var(--color_23));}.backcolor_24{background-color:rgb(var(--color_24));}.backcolor_25{background-color:rgb(var(--color_25));}.backcolor_26{background-color:rgb(var(--color_26));}.backcolor_27{background-color:rgb(var(--color_27));}.backcolor_28{background-color:rgb(var(--color_28));}.backcolor_29{background-color:rgb(var(--color_29));}.backcolor_30{background-color:rgb(var(--color_30));}.backcolor_31{background-color:rgb(var(--color_31));}.backcolor_32{background-color:rgb(var(--color_32));}.backcolor_33{background-color:rgb(var(--color_33));}.backcolor_34{background-color:rgb(var(--color_34));}.backcolor_35{background-color:rgb(var(--color_35));}.backcolor_36{background-color:rgb(var(--color_36));}.backcolor_37{background-color:rgb(var(--color_37));}.backcolor_38{background-color:rgb(var(--color_38));}.backcolor_39{background-color:rgb(var(--color_39));}.backcolor_40{background-color:rgb(var(--color_40));}.backcolor_41{background-color:rgb(var(--color_41));}.backcolor_42{background-color:rgb(var(--color_42));}.backcolor_43{background-color:rgb(var(--color_43));}.backcolor_44{background-color:rgb(var(--color_44));}.backcolor_45{background-color:rgb(var(--color_45));}.backcolor_46{background-color:rgb(var(--color_46));}.backcolor_47{background-color:rgb(var(--color_47));}.backcolor_48{background-color:rgb(var(--color_48));}.backcolor_49{background-color:rgb(var(--color_49));}.backcolor_50{background-color:rgb(var(--color_50));}.backcolor_51{background-color:rgb(var(--color_51));}.backcolor_52{background-color:rgb(var(--color_52));}.backcolor_53{background-color:rgb(var(--color_53));}.backcolor_54{background-color:rgb(var(--color_54));}.backcolor_55{background-color:rgb(var(--color_55));}.backcolor_56{background-color:rgb(var(--color_56));}.backcolor_57{background-color:rgb(var(--color_57));}.backcolor_58{background-color:rgb(var(--color_58));}.backcolor_59{background-color:rgb(var(--color_59));}.backcolor_60{background-color:rgb(var(--color_60));}.backcolor_61{background-color:rgb(var(--color_61));}.backcolor_62{background-color:rgb(var(--color_62));}.backcolor_63{background-color:rgb(var(--color_63));}.backcolor_64{background-color:rgb(var(--color_64));}.backcolor_65{background-color:rgb(var(--color_65));}#masterPage:not(.landingPage){--top-offset:0px;--header-height:107px;}#masterPage.landingPage{--top-offset:0px;}#SITE_HEADER{--brd:var(--color_15);--brwt:0px;--brwb:0px;--shd:none;--rd:0px;--alpha-brd:0;--backdrop-filter:none;--boxShadowToggleOn-shd:none;}#SITE_HEADER{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=SITE_HEADERinlineContent]{height:auto;width:100%;}[data-mesh-id=SITE_HEADERinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-jrt7b3ip"], [data-mesh-id=SITE_HEADERinlineContent-gridContainer] > interact-element > [id="comp-jrt7b3ip"]{position:relative;margin:0px 0px 0px calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#SITE_HEADER{--bg-overlay-color:rgba(var(--color_24), 0.8);--bg-gradient:none;}#comp-jrt7b3ip{--brw:0px;--brd:var(--color_15);--rd:0px;--shd:none;--alpha-brd:1;--alpha-bg:1;--bg:var(--color_11);--boxShadowToggleOn-shd:none;}#comp-jrt7b3ip{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-jrt7b3jninlineContent]{height:auto;width:100%;}[data-mesh-id=comp-jrt7b3jninlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:min-content 1fr;grid-template-columns:100%;}[data-mesh-id=comp-jrt7b3jninlineContent-gridContainer] > [id="comp-mmj7s6ce"], [data-mesh-id=comp-jrt7b3jninlineContent-gridContainer] > interact-element > [id="comp-mmj7s6ce"]{position:relative;margin:28px 0px 0 calc((100% - 265px) * 0);left:54px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrt7b3jninlineContent-gridContainer] > [id="comp-jrukrkdh"], [data-mesh-id=comp-jrt7b3jninlineContent-gridContainer] > interact-element > [id="comp-jrukrkdh"]{position:relative;margin:0px 0px 26px calc((100% - 265px) * 0);left:59px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrt7m8u2inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-jrt7m8u2inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-jrt7m8u2inlineContent-gridContainer] > [id="comp-k484yr9v"], [data-mesh-id=comp-jrt7m8u2inlineContent-gridContainer] > interact-element > [id="comp-k484yr9v"]{position:relative;margin:28px 0px 39px calc((100% - 715px) * 1);left:-219px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrt7m8u2inlineContent-gridContainer] > [id="comp-jrtc10bp"], [data-mesh-id=comp-jrt7m8u2inlineContent-gridContainer] > interact-element > [id="comp-jrtc10bp"]{position:relative;margin:23px 0px 34px calc((100% - 715px) * 1);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#comp-jrt7b3ip{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--direction:ltr;}#comp-jrt7b3jn{width:265px;}#comp-jrt7b3jn{--bg-overlay-color:rgb(var(--color_18));--bg-gradient:none;width:100%;--column-width:265px;--column-flex:265;}#comp-mmj7s6ce{--contentPaddingLeft:0px;--contentPaddingRight:0px;--contentPaddingTop:0px;--contentPaddingBottom:0px;}#comp-mmj7s6ce{width:254px;height:40px;}#comp-mmj7s6ce{--height:40px;--width:254px;}#comp-jrukrkdh{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-jrukrkdh{width:243px;height:auto;}#comp-jrukrkdh{--min-height:1px;--text-direction:var(--wix-opt-in-direction);}#comp-jrt7m8u2{width:715px;}#comp-jrt7m8u2{--bg-overlay-color:rgba(var(--color_24), 0.36);--bg-gradient:none;width:100%;--column-width:715px;--column-flex:715;}#comp-k484yr9v{--bg:var(--color_24);--brw:0px;--brd:var(--color_15);--rd:0px;--shd:none;--bg-dd:var(--color_24);--alpha-bg-dd:1;--brw-dd:1px;--brd-dd:var(--color_15);--rd-dd:0px;--shd-dd:none;--fnt:var(--font_8);--fnt-size-dd:15px;--txt-dd:var(--color_11);--alpha-txt-dd:1;--txt-slct-dd:var(--color_18);--alpha-txt-slct-dd:1;--txth-dd:var(--color_18);--alpha-txth-dd:1;--txth:var(--color_17);--alpha-txth:1;--txt:var(--color_18);--alpha-txt:1;--avatarCornerRadius:100px;--avatarAndArrowStrokeWidth:0px;--badge-bg:226,28,33;--alpha-badge-bg:1;--badge-txt:var(--color_11);--alpha-badge-txt:1;--fillcolor:var(--color_18);--alpha-fillcolor:1;--alpha-brd:1;--alpha-bg:1;--boxShadowToggleOn-shd:none;--boxShadowToggleOn-shd-dd:none;--alpha-brd-dd:0.2;}#comp-k484yr9v{width:219px;height:40px;}#comp-k484yr9v{justify-content:flex-end;direction:ltr;--icon-size:22px;--fnt:normal normal normal 16px/1.4em raleway,sans-serif;--logged-in-avatar-display:block;--logged-in-text-display:none;--logged-out-avatar-display:block;--logged-out-text-display:block;--logged-out-icon-size:22px;--arrow-display:block;--arrow-icon:var(--line-arrow-icon);--arrow-size:14px;--greeting-text-display:none;--icons-display:block;--user-section-padding-start:0px;--menu-items-alignment:flex-start;--avatarAndArrowStrokeWidth:0px;}#comp-jrtc10bp{--menuTotalBordersX:0px;--menuTotalBordersY:0px;--bgDrop:var(--color_24);--rd:0px;--shd:none;--fnt:normal normal normal 13px/1.4em raleway,sans-serif;--pad:5px;--txt:var(--color_12);--trans:color 0.4s ease 0s;--txth:var(--color_18);--txts:var(--color_18);--boxShadowToggleOn-shd:none;--alpha-txt:1;--alpha-bgDrop:1;--alpha-txth:1;--alpha-txts:1;}#comp-jrtc10bp{width:494px;height:50px;}#comp-jrtc10bp{--menuTotalBordersY:0px;--menuTotalBordersX:0px;--submenus-direction:inherit;--menu-direction:inherit;--align:center;--menu-align:inherit;--submenus-align:inherit;}#PAGES_CONTAINER{left:0;margin-left:0;width:100%;min-width:0;}#SITE_PAGES{left:0;margin-left:0;width:100%;min-width:0;}#SITE_PAGES{--transition-duration:700ms;}#CONTROLLER_COMP_CUSTOM_ID{--alpha-txth:1;--bgh:43,104,156;--shd:0 1px 4px rgba(0, 0, 0, 0.6);--rd:20px;--alpha-brdh:1;--txth:255,255,255;--alpha-brd:1;--alpha-bg:1;--bg:61,155,233;--txt:255,255,255;--alpha-bgh:1;--brw:0px;--fnt:normal normal normal 14px/1.4em raleway;--brd:43,104,156;--boxShadowToggleOn-shd:none;--alpha-txt:1;--brdh:61,155,233;}#comp-js1plth3{width:94px;height:94px;}#comp-jryrf02n{--brw:2px;--brd:var(--color_41);--bg:var(--color_41);--rd:0px;--shd:none;--gradient:none;--alpha-bg:1;--alpha-brd:1;--boxShadowToggleOn-shd:none;--bg-gradient:none;}#comp-jryrf02n{width:116px;}[data-mesh-id=comp-jryrf02ninlineContent]{height:auto;width:116px;}[data-mesh-id=comp-jryrf02ninlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id="comp-jryo5ndk-rotated-wrapper"] > [id="comp-jryo5ndk"], [data-mesh-id="comp-jryo5ndk-rotated-wrapper"] > interact-element > [id="comp-jryo5ndk"]{position:relative;left:59px;top:26px;}[data-mesh-id=comp-jryo5ndk-rotated-wrapper]{position:static;height:76px;width:0;margin:9px 0px 21px 0;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jryrf02ninlineContent-gridContainer] > [id="comp-jryrhwv4"], [data-mesh-id=comp-jryrf02ninlineContent-gridContainer] > interact-element > [id="comp-jryrhwv4"]{position:relative;margin:20px 0px 29px 0;left:22px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#comp-jryrf02n{--shc-mutated-brightness:127,66,32;}#comp-jryo5ndk{--rd:0px;--trans1:border-color 0.4s ease 0s, background-color 0.4s ease 0s;--shd:none;--fnt:normal normal 700 10px/1.4em raleway,sans-serif;--trans2:color 0.4s ease 0s;--txt:var(--color_36);--brw:0px;--bg:var(--color_41);--brd:var(--color_40);--bgh:var(--color_36);--brdh:var(--color_38);--txth:var(--color_42);--bgd:204,204,204;--alpha-bgd:1;--brdd:204,204,204;--alpha-brdd:1;--txtd:255,255,255;--alpha-txtd:1;--alpha-txth:1;--alpha-brdh:0;--alpha-brd:1;--alpha-bg:0;--alpha-bgh:0;--boxShadowToggleOn-shd:none;--alpha-txt:1;}#comp-jryo5ndk{width:76px;height:25px;transform:rotate(90deg);--comp-rotate-z:90deg;}#comp-jryo5ndk{--shc-mutated-brightness:127,66,32;--margin-start:0px;--margin-end:0px;--fnt:normal normal 700 10px/1.4em raleway,sans-serif;direction:var(--wix-opt-in-direction, ltr);--label-align:center;--label-text-align:center;}#comp-jryrhwv4{width:62px;height:57px;}#comp-jryrhwv4{--opacity:1;}#SITE_FOOTER{--brd:var(--color_13);--brwt:0px;--brwb:0px;--shd:none;--rd:0px;--alpha-brd:1;--backdrop-filter:none;--boxShadowToggleOn-shd:none;}#SITE_FOOTER{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=SITE_FOOTERinlineContent]{height:auto;width:100%;display:flex;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;margin-top:-1px;grid-template-rows:repeat(5, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-jrt66pm0"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > interact-element > [id="comp-jrt66pm0"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-jrt67otl"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > interact-element > [id="comp-jrt67otl"]{position:relative;margin:56px 0px 10px calc((100% - 980px) * 0.5);left:-33px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-k96u1zld"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > interact-element > [id="comp-k96u1zld"]{position:relative;margin:0px 0px -13px calc((100% - 980px) * 0.5);left:12px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-jrub6acz"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > interact-element > [id="comp-jrub6acz"]{position:relative;margin:0px 0px 2px calc((100% - 980px) * 0.5);left:300px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-m0nhjcb9"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > interact-element > [id="comp-m0nhjcb9"]{position:relative;margin:0px 0px 53px calc((100% - 980px) * 0.5);left:300px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-mmjjyepq"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > interact-element > [id="comp-mmjjyepq"]{position:relative;margin:0px 0px 61px calc((100% - 980px) * 0.5);left:338px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-jrzyuclw"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > interact-element > [id="comp-jrzyuclw"]{position:relative;margin:0px 0px 21px calc((100% - 980px) * 0.5);left:190px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}[data-mesh-id=SITE_FOOTERinlineContent-wedge-3]{visibility:hidden;height:533px;width:0;grid-area:1 / 1 / 3 / 2;}#SITE_FOOTER{--bg-overlay-color:rgba(var(--color_24), 0.8);--bg-gradient:none;}#comp-jrt66pm0{--brw:0px;--brd:var(--color_15);--rd:0px;--shd:none;--alpha-brd:1;--alpha-bg:1;--bg:var(--color_11);--boxShadowToggleOn-shd:none;}#comp-jrt66pm0{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-jrt66pn7inlineContent]{height:auto;width:100%;position:static;min-height:213px;}#comp-jrt66pm0{--divider-bottom-image:url("data:image/svg+xml,%3Csvg id='comp-jrt66pm0-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='0.2 156 1920 144' viewBox='0.2 156 1920 144' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-jrt66pm0-bottom %7B fill: %23293E31; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1848.4 156v.1c.2 0 .2-.1 0-.1z'/%3E%3Cpath d='M1895.4 262.4c-19.9 1-39.6 5.9-57.9 13.7 23-9.5 42.2-27.8 52.8-50.4.7-1.5 1.2-3 1.4-4.7 1.6-11.1-9.7-15.1-18.9-15.8-36.8-2.6-71.4 17.6-99.7 41.3 15-13.4 25-32.3 27.5-52.2.3-2.7 0-5.4-1.1-7.9-4.4-9.7-16.3-7.3-24.7-3.4-31.1 14.3-57.1 39.4-72.5 69.9 1.6-8.2 2.5-16.9 0-24.9s-8.9-15.2-17.2-16.5c-10.3-1.6-19.8 6-25.8 14.6-9.5 13.6-13.9 30.7-12.1 47.2-1.2-10.5-23.9-23.4-32.7-25.4-15.4-3.4-33.8 1.1-47.4 8.3-8 4.2-15.5 10.2-20.2 17.9v1.9c-4.6-8.3-12.5-14.8-21-19.2-13.6-7.2-32.1-11.7-47.4-8.3-18 4-35 14.1-49.3 26.2-.1-.2-.2-.3-.3-.5 5-5.3 9.5-11 12.6-17.6 4.7-10 5.4-22.6-1.1-31.6-28.1-38.8-115.5 36.7-136.4 57.4 7.9-7.8 15.9-15.7 20.6-25.7 4.7-10 5.4-22.6-1.1-31.6-18.7-25.9-57.3-1.2-73.9 14.6-14.4 13.7-25.8 31.1-34.6 48.6 8.5-20.5 13.8-43 14.3-65.2.2-8.4-1.4-18.1-8.8-22.1-6.3-3.4-15-1.6-21.1 1.4-15.2 7.4-26.1 21.7-32.6 37.2s-9.1 32.4-11.3 49.1c4.2-31.8-4.8-80.5-29.8-103.1-2.9-2.6-6.3-4.9-10.1-5.8-7.4-1.9-15.4 1.6-20.8 7-11.4 11.1-18.4 29.9-23.7 44.6-5.7 15.6-11.4 34.1-11 50.9-.2-9.3-.4-18.7-2.8-27.7s-7.2-17.7-14.8-23c-12-8.3-29-6.4-41.2 1.6-17.4 11.4-24.5 32.1-33.9 49.6 7.9-14.7-10.6-20.9-21.5-20.3-19.9 1.2-39.6 5.9-57.9 13.7 23-9.5 42.2-27.8 52.8-50.4.7-1.5 1.2-3 1.4-4.7 1.6-11.1-9.7-15.1-18.9-15.8-36.8-2.6-71.4 17.6-99.7 41.3 15-13.4 25-32.3 27.5-52.2.3-2.7 0-5.4-1.1-7.9-4.4-9.7-16.3-7.3-24.7-3.4-40.1 18.4-84 65.1-116.2 96.9 7.1-7 14-14.4 18.3-23.4 4.7-10 5.4-22.6-1.1-31.6-18.7-25.9-57.3-1.2-73.9 14.6-14.4 13.7-25.8 31.1-34.6 48.6 8.5-20.5 13.8-43 14.3-65.2.2-8.4-1.4-18.1-8.8-22.1-6.3-3.4-15-1.6-21.1 1.4-15.2 7.4-26.1 21.7-32.6 37.2-6.5 15.5-9.1 32.4-11.3 49.1 4.2-31.8-4.8-80.5-29.8-103.1-2.9-2.6-6.3-4.9-10.1-5.8-7.4-1.9-15.4 1.6-20.8 7-11.4 11.1-18.4 29.9-23.7 44.6-5.7 15.6-11.4 34.1-11 50.9-.2-9.3-.4-18.7-2.8-27.7s-7.2-17.7-14.8-23c-12-8.3-29-6.4-41.2 1.6-17.4 11.4-24.5 32.1-33.9 49.6 7.9-14.7-10.6-20.9-21.5-20.3-19.9 1.2-39.6 5.9-57.9 13.7 23-9.5 42.2-27.8 52.8-50.4.7-1.5 1.2-3 1.4-4.7 1.6-11.1-9.7-15.1-18.9-15.8-36.8-2.6-71.4 17.6-99.7 41.3 15-13.4 25-32.3 27.5-52.2.3-2.7 0-5.4-1.1-7.9-4.4-9.7-16.3-7.3-24.7-3.4-31.1 14.3-57.1 39.4-72.5 69.9 1.6-8.2 2.5-16.9 0-24.9s-8.9-15.2-17.2-16.5c-10.3-1.6-19.8 6-25.8 14.6-9.5 13.6-13.9 30.7-12.1 47.2-1.2-10.5-23.9-23.4-32.7-25.4-15.4-3.4-33.8 1.1-47.4 8.3-8 4.2-15.5 10.2-20.2 17.9V300h1920v-25.6c-.2-4.6-5.6-13-24.8-12z'/%3E%3C/g%3E%3C/svg%3E");--divider-bottom-size:2000px 100%;--divider-bottom-height:150px;--divider-bottom-offset-x:0px;--divider-bottom-padding:0px;--divider-bottom-color:#293E31;--divider-bottom-opacity:1;--divider-bottom-flip:scale(1, 1);--divider-bottom-layers-size:0;--divider-bottom-layers-pin-factor:0;--divider-bottom-filter:none;--divider-bottom-layer-1-display:none;--divider-bottom-layer-2-display:none;--divider-bottom-layer-3-display:none;--bg-overlay-color:rgba(var(--color_41), 0.85);--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--direction:ltr;}#comp-jrt66pn7{--brw:0px;--brd:var(--color_15);--rd:0px;--shd:none;--alpha-brd:1;--alpha-bg:1;--bg:var(--color_11);--boxShadowToggleOn-shd:none;}#comp-jrt66pn7{width:980px;}#comp-jrt66pn7{--bg-overlay-color:transparent;--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-jrt67otl{--brw:0px;--brd:var(--color_41);--bg:var(--color_38);--rd:0px;--shd:none;--gradient:none;--alpha-brd:1;--alpha-bg:0.8;--boxShadowToggleOn-shd:none;--bg-gradient:none;}#comp-jrt67otl{width:1047px;}[data-mesh-id=comp-jrt67otlinlineContent]{height:auto;width:1047px;display:flex;}[data-mesh-id=comp-jrt67otlinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;margin-bottom:-98px;grid-template-rows:repeat(4, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id="comp-jw4ix9v0-rotated-wrapper"] > [id="comp-jw4ix9v0"], [data-mesh-id="comp-jw4ix9v0-rotated-wrapper"] > interact-element > [id="comp-jw4ix9v0"]{position:relative;left:278px;top:71px;}[data-mesh-id="comp-jrub4826-rotated-wrapper"] > [id="comp-jrub4826"], [data-mesh-id="comp-jrub4826-rotated-wrapper"] > interact-element > [id="comp-jrub4826"]{position:relative;left:627px;top:72px;}[data-mesh-id="comp-jrtafpz8-rotated-wrapper"] > [id="comp-jrtafpz8"], [data-mesh-id="comp-jrtafpz8-rotated-wrapper"] > interact-element > [id="comp-jrtafpz8"]{position:relative;left:72px;top:19px;}[data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > [id="comp-jrub0l62"], [data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > interact-element > [id="comp-jrub0l62"]{position:relative;margin:71px 0px -15px 0;left:54px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jw4ix9v0-rotated-wrapper]{position:static;height:147px;width:0;margin:73px 0px -18px 0;grid-area:1 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > [id="comp-jruazwdd"], [data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > interact-element > [id="comp-jruazwdd"]{position:relative;margin:11px 0px 8px 0;left:54px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > [id="comp-jrub2qkw"], [data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > interact-element > [id="comp-jrub2qkw"]{position:relative;margin:3px 0px -1px 0;left:734px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrub4826-rotated-wrapper]{position:static;height:148px;width:0;margin:72px 0px -18px 0;grid-area:1 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > [id="comp-k8elgqae"], [data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > interact-element > [id="comp-k8elgqae"]{position:relative;margin:71px 0px 41px 0;left:734px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > [id="comp-k8elhgh7"], [data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > interact-element > [id="comp-k8elhgh7"]{position:relative;margin:71px 0px 41px 0;left:418px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > [id="comp-k8elibe7"], [data-mesh-id=comp-jrt67otlinlineContent-gridContainer] > interact-element > [id="comp-k8elibe7"]{position:relative;margin:0px 0px -10px 0;left:418px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-jrtafpz8-rotated-wrapper]{position:static;height:201px;width:0;margin:0px 0px 0px 0;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}#comp-jrt67otl{--shc-mutated-brightness:126,125,122;}#comp-jrub0l62{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-jrub0l62{width:276px;height:auto;}#comp-jrub0l62{--min-height:78px;--text-direction:var(--wix-opt-in-direction);}#comp-jw4ix9v0{--lnw:1px;--brd:var(--color_42);--alpha-brd:1;}#comp-jw4ix9v0{width:147px;height:5px;transform:rotate(270deg);--comp-rotate-z:270deg;}#comp-jw4ix9v0{transform-origin:center 0.5px;}#comp-jruazwdd{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-jruazwdd{width:225px;height:auto;}#comp-jruazwdd{--min-height:49px;--text-direction:var(--wix-opt-in-direction);}#comp-jrub2qkw{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-jrub2qkw{width:267px;height:auto;}#comp-jrub2qkw{--min-height:25px;--text-direction:var(--wix-opt-in-direction);}#comp-jrub4826{--lnw:1px;--brd:var(--color_42);--alpha-brd:1;}#comp-jrub4826{width:148px;height:5px;transform:rotate(270deg);--comp-rotate-z:270deg;}#comp-jrub4826{transform-origin:center 0.5px;}#comp-k8elgqae{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-k8elgqae{width:242px;height:auto;}#comp-k8elgqae{--min-height:4px;--text-direction:var(--wix-opt-in-direction);}#comp-k8elhgh7{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-k8elhgh7{width:242px;height:auto;}#comp-k8elhgh7{--min-height:4px;--text-direction:var(--wix-opt-in-direction);}#comp-k8elibe7{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-k8elibe7{width:242px;height:auto;}#comp-k8elibe7{--min-height:78px;--text-direction:var(--wix-opt-in-direction);}@media (prefers-reduced-motion: no-preference) {#comp-jrtafpz8:not([data-motion-enter="done"]){animation:motion-fadeIn 800ms 1ms cubic-bezier(0.55, 0.055, 0.675, 0.19) backwards 1 paused, motion-spinIn 800ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-scale:1;--motion-rotate:-90deg;}}#comp-jrtafpz8{width:163px;height:164px;transform:rotate(345.26995427779286deg);--comp-rotate-z:345.26995427779286deg;}#comp-jrtafpz8{--opacity:1;}#comp-k96u1zld{width:242px;}[data-mesh-id=comp-k96u1zldinlineContent]{height:auto;width:242px;}[data-mesh-id=comp-k96u1zldinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:min-content 1fr;grid-template-columns:100%;}[data-mesh-id=comp-k96u1zldinlineContent-gridContainer] > [id="comp-k8y0rk34"], [data-mesh-id=comp-k96u1zldinlineContent-gridContainer] > interact-element > [id="comp-k8y0rk34"]{position:relative;margin:0px 0px 11px 0;left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-k96u1zldinlineContent-gridContainer] > [id="comp-k8y0r0sz"], [data-mesh-id=comp-k96u1zldinlineContent-gridContainer] > interact-element > [id="comp-k8y0r0sz"]{position:relative;margin:0px 0px 0px 0;left:0px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}#comp-k8y0rk34{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-k8y0rk34{width:242px;height:auto;}#comp-k8y0rk34{--min-height:34px;--text-direction:var(--wix-opt-in-direction);}#comp-k8y0r0sz{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-k8y0r0sz{width:242px;height:auto;}#comp-k8y0r0sz{--min-height:28px;--text-direction:var(--wix-opt-in-direction);}#comp-jrub6acz{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-jrub6acz:not([data-motion-enter="done"]){animation:none;animation-composition:replace;}}#comp-jrub6acz{width:638px;height:auto;}#comp-jrub6acz{--min-height:27px;--text-direction:var(--wix-opt-in-direction);}#comp-m0nhjcb9{width:668px;height:175px;}.comp-m0nhjcb9 {
--wix-direction: ltr;
--inputBorderRadius: 0;
--columnSpacing: 24;
--buttonsStyle: 2;
--buttonsBorderWidth: 0;
--nextButtonBorderWidth: 0;
--inputBorderWidth: 1;
--nextButtonStyle: 2;
--horizontalPadding: 0;
--submitButtonStyle: 2;
--submitButtonBorderWidth: 0;
--submitButtonBorderRadius: 0;
--previousButtonBorderRadius: 0;
--rowSpacing: 12;
--nextButtonBorderRadius: 0;
--previousButtonBorderWidth: 0;
--enableShadow: NaN;
--previousButtonStyle: 2;
--inputBorderStyle: 1;
--buttonsBorderRadius: 0;
--verticalPadding: 24;
--borderWidth: 0;
--borderRadius: 0;
--shadowAngle: 135;
--shadowDistance: 0;
--shadowSize: 0;
--shadowBlur: 25;
--buttonsFontHover: normal normal normal 16px/16px raleway,sans-serif;
--submitButtonFontHover: normal normal normal 16px/1.4em raleway,sans-serif;
--nextButtonFontHover: normal normal normal 16px/1.4em raleway,sans-serif;
--previousButtonFontHover: normal normal normal 16px/1.4em raleway,sans-serif;
--headerTwoFont: normal normal normal 22px/1.4em raleway-semibold,raleway,sans-serif;
--submitButtonBorderColor: 153,153,151;
--submitButtonBorderColor-rgb: 153,153,151;
--submitButtonBorderColor-opacity: 1;
--nextButtonBackgroundColor: 252,249,244;
--nextButtonBackgroundColor-rgb: 252,249,244;
--nextButtonBackgroundColor-opacity: 1;
--previousButtonColorHover: 254,131,64;
--previousButtonColorHover-rgb: 254,131,64;
--previousButtonColorHover-opacity: 1;
--submitButtonColor: 41,62,49;
--submitButtonColor-rgb: 41,62,49;
--submitButtonColor-opacity: 1;
--buttonsBackgroundColorHover: 254,131,64;
--buttonsBackgroundColorHover-rgb: 254,131,64;
--buttonsBackgroundColorHover-opacity: 1;
--paragraphColor: 254,131,64;
--paragraphColor-rgb: 254,131,64;
--paragraphColor-opacity: 1;
--inputBorderColorHover: 254,131,64;
--inputBorderColorHover-rgb: 254,131,64;
--inputBorderColorHover-opacity: 1;
--inputLabelColor: 255,255,255;
--inputLabelColor-rgb: 255,255,255;
--inputLabelColor-opacity: 1;
--buttonsColor: 41,62,49;
--buttonsColor-rgb: 41,62,49;
--buttonsColor-opacity: 1;
--inputPlaceholderColor: 255,255,255;
--inputPlaceholderColor-rgb: 255,255,255;
--inputPlaceholderColor-opacity: 1;
--formBackground: 41,62,49,0;
--formBackground-rgb: 41,62,49;
--formBackground-opacity: 0;
--buttonsBorderColor: 153,153,151;
--buttonsBorderColor-rgb: 153,153,151;
--buttonsBorderColor-opacity: 1;
--previousButtonBackgroundColorHover: 41,62,49;
--previousButtonBackgroundColorHover-rgb: 41,62,49;
--previousButtonBackgroundColorHover-opacity: 1;
--nextButtonBorderColor: 153,153,151;
--nextButtonBorderColor-rgb: 153,153,151;
--nextButtonBorderColor-opacity: 1;
--buttonsBackgroundColor: 252,249,244;
--buttonsBackgroundColor-rgb: 252,249,244;
--buttonsBackgroundColor-opacity: 1;
--previousButtonBorderColor: 153,153,151;
--previousButtonBorderColor-rgb: 153,153,151;
--previousButtonBorderColor-opacity: 1;
--nextButtonColorHover: 41,62,49;
--nextButtonColorHover-rgb: 41,62,49;
--nextButtonColorHover-opacity: 1;
--inputSelectionColor: 254,131,64;
--inputSelectionColor-rgb: 254,131,64;
--inputSelectionColor-opacity: 1;
--headerTwoColor: 255,255,255;
--headerTwoColor-rgb: 255,255,255;
--headerTwoColor-opacity: 1;
--submitButtonColorHover: 41,62,49;
--submitButtonColorHover-rgb: 41,62,49;
--submitButtonColorHover-opacity: 1;
--inputBackgroundColor: 41,62,49;
--inputBackgroundColor-rgb: 41,62,49;
--inputBackgroundColor-opacity: 1;
--inputValueColor: 255,255,255;
--inputValueColor-rgb: 255,255,255;
--inputValueColor-opacity: 1;
--inputNoteColor: 254,131,64;
--inputNoteColor-rgb: 254,131,64;
--inputNoteColor-opacity: 1;
--headerOneColor: 255,255,255;
--headerOneColor-rgb: 255,255,255;
--headerOneColor-opacity: 1;
--nextButtonBorderColorHover: 252,249,244,0;
--nextButtonBorderColorHover-rgb: 252,249,244;
--nextButtonBorderColorHover-opacity: 0;
--nextButtonColor: 41,62,49;
--nextButtonColor-rgb: 41,62,49;
--nextButtonColor-opacity: 1;
--submitButtonBorderColorHover: 252,249,244,0;
--submitButtonBorderColorHover-rgb: 252,249,244;
--submitButtonBorderColorHover-opacity: 0;
--nextButtonBackgroundColorHover: 254,131,64;
--nextButtonBackgroundColorHover-rgb: 254,131,64;
--nextButtonBackgroundColorHover-opacity: 1;
--linkColor: 254,131,64;
--linkColor-rgb: 254,131,64;
--linkColor-opacity: 1;
--previousButtonBackgroundColor: 41,62,49;
--previousButtonBackgroundColor-rgb: 41,62,49;
--previousButtonBackgroundColor-opacity: 1;
--submitButtonBackgroundColor: 252,249,244;
--submitButtonBackgroundColor-rgb: 252,249,244;
--submitButtonBackgroundColor-opacity: 1;
--inputBorderColor: 252,249,244;
--inputBorderColor-rgb: 252,249,244;
--inputBorderColor-opacity: 1;
--submitButtonBackgroundColorHover: 254,131,64;
--submitButtonBackgroundColorHover-rgb: 254,131,64;
--submitButtonBackgroundColorHover-opacity: 1;
--buttonsColorHover: 41,62,49;
--buttonsColorHover-rgb: 41,62,49;
--buttonsColorHover-opacity: 1;
--inputErrorColor: 169,66,43;
--inputErrorColor-rgb: 169,66,43;
--inputErrorColor-opacity: 1;
--previousButtonBorderColorHover: 252,249,244,0;
--previousButtonBorderColorHover-rgb: 252,249,244;
--previousButtonBorderColorHover-opacity: 0;
--previousButtonColor: 252,249,244;
--previousButtonColor-rgb: 252,249,244;
--previousButtonColor-opacity: 1;
--inputBackgroundColorHover: 41,62,49;
--inputBackgroundColorHover-rgb: 41,62,49;
--inputBackgroundColorHover-opacity: 1;
--borderColor: 65,65,65,0;
--borderColor-rgb: 65,65,65;
--borderColor-opacity: 0;
--shadowColor: 65,65,65,0.15;
--shadowColor-rgb: 65,65,65;
--shadowColor-opacity: 0.15;
--inputOptionColor: 255,255,255;
--inputOptionColor-rgb: 255,255,255;
--inputOptionColor-opacity: 1;
--thankYouMessageColor: 254,131,64;
--thankYouMessageColor-rgb: 254,131,64;
--thankYouMessageColor-opacity: 1;
--inputValueFont: normal normal normal 16px/20px raleway,sans-serif;
--inputValueFont-style: normal;
--inputValueFont-variant: normal;
--inputValueFont-weight: normal;
--inputValueFont-size: 16px;
--inputValueFont-line-height: 20px;
--inputValueFont-family: raleway,sans-serif;
--inputValueFont-text-decoration: none;
--submitButtonFont: normal normal normal 21px/1.4em museo-w01-700,serif;
--submitButtonFont-style: normal;
--submitButtonFont-variant: normal;
--submitButtonFont-weight: normal;
--submitButtonFont-size: 21px;
--submitButtonFont-line-height: 1.4em;
--submitButtonFont-family: museo-w01-700,serif;
--submitButtonFont-text-decoration: none;
--paragraphFont: normal normal normal 14px/1.4em raleway,sans-serif;
--paragraphFont-style: normal;
--paragraphFont-variant: normal;
--paragraphFont-weight: normal;
--paragraphFont-size: 14px;
--paragraphFont-line-height: 1.4em;
--paragraphFont-family: raleway,sans-serif;
--paragraphFont-text-decoration: none;
--previousButtonFont: normal normal normal 21px/1.4em museo-w01-700,serif;
--previousButtonFont-style: normal;
--previousButtonFont-variant: normal;
--previousButtonFont-weight: normal;
--previousButtonFont-size: 21px;
--previousButtonFont-line-height: 1.4em;
--previousButtonFont-family: museo-w01-700,serif;
--previousButtonFont-text-decoration: none;
--inputNoteFont: normal normal normal 16px/1.4em raleway,sans-serif;
--inputNoteFont-style: normal;
--inputNoteFont-variant: normal;
--inputNoteFont-weight: normal;
--inputNoteFont-size: 16px;
--inputNoteFont-line-height: 1.4em;
--inputNoteFont-family: raleway,sans-serif;
--inputNoteFont-text-decoration: none;
--nextButtonFont: normal normal normal 21px/1.4em museo-w01-700,serif;
--nextButtonFont-style: normal;
--nextButtonFont-variant: normal;
--nextButtonFont-weight: normal;
--nextButtonFont-size: 21px;
--nextButtonFont-line-height: 1.4em;
--nextButtonFont-family: museo-w01-700,serif;
--nextButtonFont-text-decoration: none;
--headerOneFont: normal normal normal 21px/26px museo-w01-700,serif;
--headerOneFont-style: normal;
--headerOneFont-variant: normal;
--headerOneFont-weight: normal;
--headerOneFont-size: 21px;
--headerOneFont-line-height: 26px;
--headerOneFont-family: museo-w01-700,serif;
--headerOneFont-text-decoration: none;
--inputLabelFont: normal normal normal 16px/1.4em raleway,sans-serif;
--inputLabelFont-style: normal;
--inputLabelFont-variant: normal;
--inputLabelFont-weight: normal;
--inputLabelFont-size: 16px;
--inputLabelFont-line-height: 1.4em;
--inputLabelFont-family: raleway,sans-serif;
--inputLabelFont-text-decoration: none;
--buttonsFontHover-style: normal;
--buttonsFontHover-variant: normal;
--buttonsFontHover-weight: normal;
--buttonsFontHover-size: 16px;
--buttonsFontHover-line-height: 16px;
--buttonsFontHover-family: raleway,sans-serif;
--buttonsFontHover-text-decoration: none;
--submitButtonFontHover-style: normal;
--submitButtonFontHover-variant: normal;
--submitButtonFontHover-weight: normal;
--submitButtonFontHover-size: 16px;
--submitButtonFontHover-line-height: 1.4em;
--submitButtonFontHover-family: raleway,sans-serif;
--submitButtonFontHover-text-decoration: none;
--nextButtonFontHover-style: normal;
--nextButtonFontHover-variant: normal;
--nextButtonFontHover-weight: normal;
--nextButtonFontHover-size: 16px;
--nextButtonFontHover-line-height: 1.4em;
--nextButtonFontHover-family: raleway,sans-serif;
--nextButtonFontHover-text-decoration: none;
--previousButtonFontHover-style: normal;
--previousButtonFontHover-variant: normal;
--previousButtonFontHover-weight: normal;
--previousButtonFontHover-size: 16px;
--previousButtonFontHover-line-height: 1.4em;
--previousButtonFontHover-family: raleway,sans-serif;
--previousButtonFontHover-text-decoration: none;
--headerTwoFont-style: normal;
--headerTwoFont-variant: normal;
--headerTwoFont-weight: normal;
--headerTwoFont-size: 22px;
--headerTwoFont-line-height: 1.4em;
--headerTwoFont-family: raleway-semibold,raleway,sans-serif;
--headerTwoFont-text-decoration: none;
--thankYouMessageFont: normal normal normal 14px/1.4em raleway,sans-serif;
--thankYouMessageFont-style: normal;
--thankYouMessageFont-variant: normal;
--thankYouMessageFont-weight: normal;
--thankYouMessageFont-size: 14px;
--thankYouMessageFont-line-height: 1.4em;
--thankYouMessageFont-family: raleway,sans-serif;
--thankYouMessageFont-text-decoration: none;
--inputBorderLeftWidth: 1;
--inputBorderRightWidth: 1;
--inputBorderTopWidth: 1;
--inputBorderBottomWidth: 1;
--wix-color-1: 255,255,255;
--wix-color-2: 252,249,244;
--wix-color-3: 199,199,199;
--wix-color-4: 153,153,151;
--wix-color-5: 65,65,65;
--wix-color-6: 255,203,191;
--wix-color-7: 254,177,159;
--wix-color-8: 254,131,64;
--wix-color-9: 169,66,43;
--wix-color-10: 85,33,21;
--wix-color-11: 202,214,208;
--wix-color-12: 160,173,167;
--wix-color-13: 117,131,125;
--wix-color-14: 41,62,49;
--wix-color-15: 36,45,41;
--wix-color-16: 218,206,194;
--wix-color-17: 174,165,155;
--wix-color-18: 131,124,116;
--wix-color-19: 87,82,78;
--wix-color-20: 44,41,39;
--wix-color-21: 211,195,188;
--wix-color-22: 168,151,143;
--wix-color-23: 124,105,97;
--wix-color-24: 81,56,45;
--wix-color-25: 41,28,23;
--wix-color-26: 255,255,255;
--wix-color-27: 65,65,65;
--wix-color-28: 252,249,244;
--wix-color-29: 199,199,199;
--wix-color-30: 153,153,151;
--wix-color-31: 254,131,64;
--wix-color-32: 41,62,49;
--wix-color-33: 218,206,194;
--wix-color-34: 169,66,43;
--wix-color-35: 65,65,65;
--wix-color-36: 65,65,65;
--wix-color-37: 153,153,151;
--wix-color-38: 254,131,64;
--wix-color-39: 254,131,64;
--wix-color-40: 255,255,255;
--wix-color-41: 255,255,255;
--wix-color-42: 254,131,64;
--wix-color-43: 254,131,64;
--wix-color-44: 199,199,199;
--wix-color-45: 199,199,199;
--wix-color-46: 255,255,255;
--wix-color-47: 255,255,255;
--wix-color-48: 254,131,64;
--wix-color-49: 254,131,64;
--wix-color-50: 254,131,64;
--wix-color-51: 254,131,64;
--wix-color-52: 255,255,255;
--wix-color-53: 255,255,255;
--wix-color-54: 199,199,199;
--wix-color-55: 199,199,199;
--wix-font-Title: normal normal normal 106px/1.4em museo-w01-700,serif;
--wix-font-Title-style: normal;
--wix-font-Title-variant: normal;
--wix-font-Title-weight: normal;
--wix-font-Title-size: 106px;
--wix-font-Title-line-height: 1.4em;
--wix-font-Title-family: museo-w01-700,serif;
--wix-font-Title-text-decoration: none;
--wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
--wix-font-Menu-style: normal;
--wix-font-Menu-variant: normal;
--wix-font-Menu-weight: normal;
--wix-font-Menu-size: 16px;
--wix-font-Menu-line-height: 1.4em;
--wix-font-Menu-family: din-next-w01-light,sans-serif;
--wix-font-Menu-text-decoration: none;
--wix-font-Page-title: normal normal normal 32px/1.4em museo-w01-700,serif;
--wix-font-Page-title-style: normal;
--wix-font-Page-title-variant: normal;
--wix-font-Page-title-weight: normal;
--wix-font-Page-title-size: 32px;
--wix-font-Page-title-line-height: 1.4em;
--wix-font-Page-title-family: museo-w01-700,serif;
--wix-font-Page-title-text-decoration: none;
--wix-font-Heading-XL: normal normal normal 28px/1.4em museo-w01-700,serif;
--wix-font-Heading-XL-style: normal;
--wix-font-Heading-XL-variant: normal;
--wix-font-Heading-XL-weight: normal;
--wix-font-Heading-XL-size: 28px;
--wix-font-Heading-XL-line-height: 1.4em;
--wix-font-Heading-XL-family: museo-w01-700,serif;
--wix-font-Heading-XL-text-decoration: none;
--wix-font-Heading-L: normal normal normal 33px/1.4em museo-w01-700,serif;
--wix-font-Heading-L-style: normal;
--wix-font-Heading-L-variant: normal;
--wix-font-Heading-L-weight: normal;
--wix-font-Heading-L-size: 33px;
--wix-font-Heading-L-line-height: 1.4em;
--wix-font-Heading-L-family: museo-w01-700,serif;
--wix-font-Heading-L-text-decoration: none;
--wix-font-Heading-M: normal normal normal 36px/1.4em raleway,sans-serif;
--wix-font-Heading-M-style: normal;
--wix-font-Heading-M-variant: normal;
--wix-font-Heading-M-weight: normal;
--wix-font-Heading-M-size: 36px;
--wix-font-Heading-M-line-height: 1.4em;
--wix-font-Heading-M-family: raleway,sans-serif;
--wix-font-Heading-M-text-decoration: none;
--wix-font-Heading-S: normal normal normal 22px/1.4em raleway-semibold,raleway,sans-serif;
--wix-font-Heading-S-style: normal;
--wix-font-Heading-S-variant: normal;
--wix-font-Heading-S-weight: normal;
--wix-font-Heading-S-size: 22px;
--wix-font-Heading-S-line-height: 1.4em;
--wix-font-Heading-S-family: raleway-semibold,raleway,sans-serif;
--wix-font-Heading-S-text-decoration: none;
--wix-font-Body-L: normal normal normal 21px/1.4em museo-w01-700,serif;
--wix-font-Body-L-style: normal;
--wix-font-Body-L-variant: normal;
--wix-font-Body-L-weight: normal;
--wix-font-Body-L-size: 21px;
--wix-font-Body-L-line-height: 1.4em;
--wix-font-Body-L-family: museo-w01-700,serif;
--wix-font-Body-L-text-decoration: none;
--wix-font-Body-M: normal normal normal 16px/1.4em raleway,sans-serif;
--wix-font-Body-M-style: normal;
--wix-font-Body-M-variant: normal;
--wix-font-Body-M-weight: normal;
--wix-font-Body-M-size: 16px;
--wix-font-Body-M-line-height: 1.4em;
--wix-font-Body-M-family: raleway,sans-serif;
--wix-font-Body-M-text-decoration: none;
--wix-font-Body-S: normal normal normal 14px/1.4em raleway,sans-serif;
--wix-font-Body-S-style: normal;
--wix-font-Body-S-variant: normal;
--wix-font-Body-S-weight: normal;
--wix-font-Body-S-size: 14px;
--wix-font-Body-S-line-height: 1.4em;
--wix-font-Body-S-family: raleway,sans-serif;
--wix-font-Body-S-text-decoration: none;
--wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light,sans-serif;
--wix-font-Body-XS-style: normal;
--wix-font-Body-XS-variant: normal;
--wix-font-Body-XS-weight: normal;
--wix-font-Body-XS-size: 12px;
--wix-font-Body-XS-line-height: 1.4em;
--wix-font-Body-XS-family: din-next-w01-light,sans-serif;
--wix-font-Body-XS-text-decoration: none;
--wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
--wix-font-LIGHT-style: normal;
--wix-font-LIGHT-variant: normal;
--wix-font-LIGHT-weight: normal;
--wix-font-LIGHT-size: 12px;
--wix-font-LIGHT-line-height: 1.4em;
--wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
--wix-font-LIGHT-text-decoration: none;
--wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
--wix-font-MEDIUM-style: normal;
--wix-font-MEDIUM-variant: normal;
--wix-font-MEDIUM-weight: normal;
--wix-font-MEDIUM-size: 12px;
--wix-font-MEDIUM-line-height: 1.4em;
--wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
--wix-font-MEDIUM-text-decoration: none;
--wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
--wix-font-STRONG-style: normal;
--wix-font-STRONG-variant: normal;
--wix-font-STRONG-weight: normal;
--wix-font-STRONG-size: 12px;
--wix-font-STRONG-line-height: 1.4em;
--wix-font-STRONG-family: HelveticaNeueW01-65Medi;
--wix-font-STRONG-text-decoration: none;
}
/* END STYLABLE DIRECTIVE RULES */
#comp-mmjjyepq .style-mmk0bxlk__root .ShareButtonscomponent2477460758__button .ShareButtoncomponent1171347912__icon {
width: 26px;
height: 26px;
}
/* START STYLABLE DIRECTIVE RULES */
#comp-mmjjyepq .style-mmk0bxlk__root{
-st-extends: ShareButtons;
}
#comp-mmjjyepq .style-mmk0bxlk__root .ShareButtonscomponent2477460758__button {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
border-radius: 5em;
background-color: rgb(255, 255, 255);
padding: 10px;
}
#comp-mmjjyepq .style-mmk0bxlk__root .ShareButtonscomponent2477460758__button:hover {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.45);
background-color: #FE8340;
}
#comp-mmjjyepq .style-mmk0bxlk__root .ShareButtonscomponent2477460758__button .ShareButtoncomponent1171347912__label { font-family: raleway,sans-serif; font-size: 16px; font-weight: normal; font-style: normal;
font-size: 12px;
color: #293E31;
}
@media screen and (min-width: 1px) and (max-width: 0px) {
#comp-mmjjyepq .style-mmk0bxlk__root .ShareButtonscomponent2477460758__button .ShareButtoncomponent1171347912__icon {
width: 14px;
height: 14px;
}
}#comp-mmjjyepq{width:304px;height:46px;}#comp-mmjjyepq{height:auto;--direction:var(--wix-opt-in-direction, ltr);--btn-text-direction:inherit;min-width:min-content;--btn-icon-position:column;--btn-icon-text-gap:8;--btn-label-display:none;--btn-icon-display:inline-block;--btn-tooltip-display:flex;--btn-copy-to-clipboard-display:none;--btns-list-column-gap:5;--btns-list-row-gap:5;--btns-list-flex-direction:row;--btns-list-justify-content:center;--btns-list-align-items:center;}#comp-jrzyuclw{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-jrzyuclw{width:600px;height:auto;}#comp-jrzyuclw{--min-height:23px;--text-direction:var(--wix-opt-in-direction);}</style>
<style id="css_xj4q0">@font-face {font-family: 'museo-w01-700'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/e7793d7d-669f-464d-9e4d-f2b5c71cd178/v1/museo-w05-700.woff2') format('woff2'); unicode-range: U+0000, U+0100-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+017F, U+0218-021B, U+02D8-02D9, U+02DB, U+02DD, U+1E9E, U+2044, U+2212, U+221E, U+2248, U+2260, U+2264-2265, U+FB00-FB04;font-display: swap;
}
@font-face {font-family: 'museo-w01-700'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/e7793d7d-669f-464d-9e4d-f2b5c71cd178/v1/museo-w01-700.woff2') format('woff2'); unicode-range: U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00FF, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02C9, U+02DA, U+02DC, U+03BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122, U+2219;font-display: swap;
}@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'raleway'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}@keyframes motion-slideIn {
0.00009999999999999999% { opacity: var(--comp-opacity, 1); transform: rotate(var(--comp-rotate-z, 0deg)) translate(var(--motion-translate-x, -100%), var(--motion-translate-y, 0%)); clip-path: var(--motion-clip-start, polygon(0% 0%, 80% 0%, 80% 100%, 0% 100%)); }
100% { transform: rotate(var(--comp-rotate-z, 0deg)) translate(0px, 0px); clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
}@keyframes motion-fadeIn {
0% { opacity: 0; }
100% { opacity: var(--comp-opacity, 1); }
}@keyframes motion-floatIn {
0% { opacity: 0; animation-timing-function: step-end; }
0.00009999999999999999% { opacity: 0; transform: translate(var(--motion-translate-x), var(--motion-translate-y)) rotate(var(--comp-rotate-z, 0deg)); }
100% { opacity: var(--comp-opacity, 1); transform: translate(0, 0) rotate(var(--comp-rotate-z, 0deg)); }
}#xj4q0{left:0;margin-left:0;width:100%;min-width:0;}#masterPage{--pinned-layers-in-page:0;}[data-mesh-id=Containerxj4q0inlineContent]{height:auto;width:100%;}[data-mesh-id=Containerxj4q0inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:40px;grid-template-rows:repeat(3, min-content) 1fr;grid-template-columns:100%;padding-bottom:0px;box-sizing:border-box;}[data-mesh-id=Containerxj4q0inlineContent-gridContainer] > [id="comp-mmkqjr6z"], [data-mesh-id=Containerxj4q0inlineContent-gridContainer] > interact-element > [id="comp-mmkqjr6z"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=Containerxj4q0inlineContent-gridContainer] > [id="comp-mmkqjreo"], [data-mesh-id=Containerxj4q0inlineContent-gridContainer] > interact-element > [id="comp-mmkqjreo"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=Containerxj4q0inlineContent-gridContainer] > [id="comp-mmkqjrk1"], [data-mesh-id=Containerxj4q0inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrk1"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=Containerxj4q0inlineContent-gridContainer] > [id="comp-mmkqjrls"], [data-mesh-id=Containerxj4q0inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrls"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}#comp-mmkqjr6z{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-mmkqjr6zinlineContent]{height:auto;width:100%;display:flex;}[data-mesh-id=comp-mmkqjr6zinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;margin-top:-1px;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjr6zinlineContent-gridContainer] > [id="comp-mmkqjrae"], [data-mesh-id=comp-mmkqjr6zinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrae"]{position:relative;margin:0px 0px 2px calc((100% - 980px) * 0.5);left:-172px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjr6zinlineContent-gridContainer] > [id="comp-mmkqjrcf"], [data-mesh-id=comp-mmkqjr6zinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrcf"]{position:relative;margin:185px 0px 0px calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#comp-mmkqjrae{--shd:0 0 0 rgba(0, 0, 0, 0.6);--dotsColor:var(--color_12);--dotsSelectedColor:var(--color_11);--arrowColor:var(--color_12);--rd:0px;--brw:0px;--brd:var(--color_11);--alpha-brd:1;--alpha-arrowColor:1;--alpha-dotsColor:1;--alpha-dotsSelectedColor:0.3;}#comp-mmkqjrae{left:0;margin-left:0;width:100%;min-width:0;height:683px;}#comp-mmkqjrbx{width:1325px;}[data-mesh-id=comp-mmkqjrbxinlineContent]{height:auto;width:100%;position:static;min-height:683px;}#comp-mmkqjrcf{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-mmkqjrcxinlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjrcxinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:repeat(2, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjrcxinlineContent-gridContainer] > [id="comp-mmkqjrd2"], [data-mesh-id=comp-mmkqjrcxinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrd2"]{position:relative;margin:33px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrcxinlineContent-gridContainer] > [id="comp-mmkqjrdo"], [data-mesh-id=comp-mmkqjrcxinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrdo"]{position:relative;margin:0px 0px 27px calc((100% - 980px) * 0.5);left:32px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrcxinlineContent-gridContainer] > [id="comp-mmkqjrei"], [data-mesh-id=comp-mmkqjrcxinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrei"]{position:relative;margin:0px 0px 58px calc((100% - 980px) * 0.5);left:261px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}#comp-mmkqjrcx{width:980px;}#comp-mmkqjrd2{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrd2{width:977px;height:auto;}#comp-mmkqjrdo{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrdo:not([data-motion-enter="done"]){animation:motion-floatIn 800ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95) backwards 1 paused;animation-composition:replace;--motion-translate-x:120px;--motion-translate-y:0px;}}#comp-mmkqjrdo{width:916px;height:auto;}#comp-mmkqjrei{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrei{width:687px;height:auto;}#comp-mmkqjreo{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-mmkqjreoinlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjreoinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:min-content 1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjreoinlineContent-gridContainer] > [id="comp-mmkqjrey"], [data-mesh-id=comp-mmkqjreoinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrey"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjreoinlineContent-gridContainer] > [id="comp-mmkqjri5"], [data-mesh-id=comp-mmkqjreoinlineContent-gridContainer] > interact-element > [id="comp-mmkqjri5"]{position:relative;margin:0px 0px 0px calc((100% - 980px) * 0.5);left:0px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}#comp-mmkqjrey{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-mmkqjrf3inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:repeat(7, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > [id="comp-mmkqjrf7"], [data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrf7"]{position:relative;margin:76px 0px 12px calc((100% - 490px) * 0.5);left:22px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > [id="comp-mmkqjrff"], [data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrff"]{position:relative;margin:0px 0px 21px calc((100% - 490px) * 0.5);left:0px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > [id="comp-mmkqjrfo"], [data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrfo"]{position:relative;margin:0px 0px 17px calc((100% - 490px) * 0.5);left:17px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > [id="comp-mmkqjrfs"], [data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrfs"]{position:relative;margin:0px 0px 17px calc((100% - 490px) * 0.5);left:17px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > [id="comp-mmkqjrfw"], [data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrfw"]{position:relative;margin:0px 0px 17px calc((100% - 490px) * 0.5);left:17px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > [id="comp-mmkqjrg0"], [data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrg0"]{position:relative;margin:0px 0px 25px calc((100% - 490px) * 0.5);left:17px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > [id="comp-mmkqjrg5"], [data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrg5"]{position:relative;margin:0px 0px 17px calc((100% - 490px) * 0.5);left:17px;grid-area:7 / 1 / 8 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > [id="comp-mmkqjrg8"], [data-mesh-id=comp-mmkqjrf3inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrg8"]{position:relative;margin:0px 0px 32px calc((100% - 490px) * 0.5);left:17px;grid-area:8 / 1 / 9 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrgbinlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:1761px;grid-template-rows:repeat(8, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > [id="comp-mmkqjrgg"], [data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrgg"]{position:relative;margin:84px 0px 10px calc((100% - 490px) * 0.5);left:156px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > [id="comp-mmkqjrhj"], [data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrhj"]{position:relative;margin:0px 0px 7px calc((100% - 490px) * 0.5);left:17px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > [id="comp-mmkrps06"], [data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > interact-element > [id="comp-mmkrps06"]{position:relative;margin:0px 0px 26px calc((100% - 490px) * 0.5);left:17px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > [id="comp-mmkqjrho"], [data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrho"]{position:relative;margin:0px 0px 10px calc((100% - 490px) * 0.5);left:17px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > [id="comp-mmkqjrhu"], [data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrhu"]{position:relative;margin:0px 0px 26px calc((100% - 490px) * 0.5);left:17px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > [id="comp-mmkqjrhy"], [data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrhy"]{position:relative;margin:0px 0px 10px calc((100% - 490px) * 0.5);left:17px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > [id="comp-mmkqjri1"], [data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > interact-element > [id="comp-mmkqjri1"]{position:relative;margin:0px 0px 26px calc((100% - 490px) * 0.5);left:17px;grid-area:7 / 1 / 8 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > [id="comp-mmkrv88j"], [data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > interact-element > [id="comp-mmkrv88j"]{position:relative;margin:0px 0px 10px calc((100% - 490px) * 0.5);left:17px;grid-area:8 / 1 / 9 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > [id="comp-mmkrvfv4"], [data-mesh-id=comp-mmkqjrgbinlineContent-gridContainer] > interact-element > [id="comp-mmkrvfv4"]{position:relative;margin:0px 0px 10px calc((100% - 490px) * 0.5);left:17px;grid-area:9 / 1 / 10 / 2;justify-self:start;align-self:start;}#comp-mmkqjrf3{width:490px;}#comp-mmkqjrf7{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrf7:not([data-motion-enter="done"]){animation:none;animation-composition:replace;}}#comp-mmkqjrf7{width:445px;height:auto;}#comp-mmkqjrff{--lnw:2px;--brd:41,62,49;--alpha-brd:1;}#comp-mmkqjrff{width:62px;height:5px;}#comp-mmkqjrfo{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrfo{width:455px;height:auto;}#comp-mmkqjrfs{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrfs{width:455px;height:auto;}#comp-mmkqjrfw{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrfw{width:455px;height:auto;}#comp-mmkqjrg0{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrg0{width:455px;height:auto;}#comp-mmkqjrg5{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrg5{width:455px;height:auto;}#comp-mmkqjrg8{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrg8{width:455px;height:auto;}#comp-mmkqjrgb{width:490px;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrgg:not([data-motion-enter="done"]){animation:none;animation-composition:replace;}}#comp-mmkqjrgg{width:178px;height:116px;}#comp-mmkqjrhj{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrhj:not([data-motion-enter="done"]){animation:none;animation-composition:replace;}}#comp-mmkqjrhj{width:455px;height:auto;}#comp-mmkrps06{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkrps06{width:455px;height:auto;}#comp-mmkqjrho{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrho{width:455px;height:auto;}#comp-mmkqjrhu{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrhu{width:455px;height:auto;}#comp-mmkqjrhy{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrhy{width:455px;height:auto;}#comp-mmkqjri1{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjri1{width:455px;height:auto;}#comp-mmkrv88j{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkrv88j{width:455px;height:auto;}#comp-mmkrvfv4{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkrvfv4{width:455px;height:auto;}#comp-mmkqjri5{--brw:0px;--brd:var(--color_15);--rd:0px;--shd:none;--alpha-brd:1;--alpha-bg:1;--bg:var(--color_11);--boxShadowToggleOn-shd:none;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjri5 [data-motion-part="BG_MEDIA comp-mmkqjri5"]{will-change:var(--motion-bgreveal-will-change);height:calc(100% + 200lvh);margin-top:-100lvh;overflow:clip;isolation:isolate;}:is(#comp-mmkqjri5)[data-has-alpha="true"] canvas, :is(#comp-mmkqjri5):not([data-show-canvas]) [data-motion-part="BG_IMG comp-mmkqjri5"]{position:sticky;height:max(100lvh, calc(100% - 200lvh));width:100%;top:0px;margin-bottom:calc(100lvh - max(100lvh, var(--motion-comp-height, 100%)));display:block;padding:0px;}#comp-mmkqjri5 [data-motion-part="BG_LAYER comp-mmkqjri5"]{overflow:clip;}@supports(-moz-appearance: none){body{--motion-bgreveal-will-change:transform;}}#comp-mmkqjri5[data-testid="imageX"] [data-motion-part="BG_MEDIA comp-mmkqjri5"]{transform:translate3d(0,0,0);}}#comp-mmkqjri5{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-mmkqjri8inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjri8inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:421px;grid-template-rows:min-content 1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjri8inlineContent-gridContainer] > [id="comp-mmkqjrib"], [data-mesh-id=comp-mmkqjri8inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrib"]{position:relative;margin:74px 0px 22px calc((100% - 490px) * 0.5);left:17px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjri8inlineContent-gridContainer] > [id="comp-mmkqjrif"], [data-mesh-id=comp-mmkqjri8inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrif"]{position:relative;margin:0px 0px 10px calc((100% - 490px) * 0.5);left:17px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjriminlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjriminlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:421px;grid-template-rows:min-content 1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjriminlineContent-gridContainer] > [id="comp-mmkqjrjn"], [data-mesh-id=comp-mmkqjriminlineContent-gridContainer] > interact-element > [id="comp-mmkqjrjn"]{position:relative;margin:74px 0px 22px calc((100% - 490px) * 0.5);left:17px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjriminlineContent-gridContainer] > [id="comp-mmkqjrjr"], [data-mesh-id=comp-mmkqjriminlineContent-gridContainer] > interact-element > [id="comp-mmkqjrjr"]{position:relative;margin:0px 0px 10px calc((100% - 490px) * 0.5);left:17px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}#comp-mmkqjri8{width:490px;}#comp-mmkqjrib{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrib{width:455px;height:auto;}#comp-mmkqjrif{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrif{width:455px;height:auto;}#comp-mmkqjrim{width:490px;}#comp-mmkqjrjn{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrjn{width:455px;height:auto;}#comp-mmkqjrjr{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrjr{width:455px;height:auto;}#comp-mmkqjrk1{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-mmkqjrk1inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjrk1inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjrk1inlineContent-gridContainer] > [id="comp-mmkqjrk5"], [data-mesh-id=comp-mmkqjrk1inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrk5"]{position:relative;margin:0px 0px 0px calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#comp-mmkqjrk5{--brw:0px;--brd:var(--color_15);--rd:0px;--shd:none;--alpha-brd:1;--alpha-bg:1;--bg:var(--color_11);--boxShadowToggleOn-shd:none;}#comp-mmkqjrk5{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-mmkqjrkainlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjrkainlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:1174px;grid-template-rows:repeat(6, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > [id="comp-mmkqjrkj"], [data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > interact-element > [id="comp-mmkqjrkj"]{position:relative;margin:16px 0px 8px calc((100% - 490px) * 0.5);left:134px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > [id="comp-mmkqjrkp"], [data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > interact-element > [id="comp-mmkqjrkp"]{position:relative;margin:0px 0px 7px calc((100% - 490px) * 0.5);left:22px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > [id="comp-mmkqjrku"], [data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > interact-element > [id="comp-mmkqjrku"]{position:relative;margin:0px 0px 13px calc((100% - 490px) * 0.5);left:22px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > [id="comp-mmkqjrkx"], [data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > interact-element > [id="comp-mmkqjrkx"]{position:relative;margin:0px 0px 6px calc((100% - 490px) * 0.5);left:17px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > [id="comp-mmkqjrl0"], [data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > interact-element > [id="comp-mmkqjrl0"]{position:relative;margin:0px 0px 11px calc((100% - 490px) * 0.5);left:17px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > [id="comp-mmkqjrl2"], [data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > interact-element > [id="comp-mmkqjrl2"]{position:relative;margin:0px 0px 8px calc((100% - 490px) * 0.5);left:13px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > [id="comp-mmkqjrl5"], [data-mesh-id=comp-mmkqjrkainlineContent-gridContainer] > interact-element > [id="comp-mmkqjrl5"]{position:relative;margin:0px 0px 10px calc((100% - 490px) * 0.5);left:13px;grid-area:7 / 1 / 8 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrl7inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:repeat(5, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > [id="comp-mmkqjrlb"], [data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrlb"]{position:relative;margin:33px 0px 8px calc((100% - 490px) * 0.5);left:17px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > [id="comp-mmkqjrle"], [data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrle"]{position:relative;margin:0px 0px 23px calc((100% - 490px) * 0.5);left:12px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > [id="comp-mmkqjrlh"], [data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrlh"]{position:relative;margin:0px 0px 7px calc((100% - 490px) * 0.5);left:17px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > [id="comp-mmkqjrlj"], [data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrlj"]{position:relative;margin:0px 0px 20px calc((100% - 490px) * 0.5);left:12px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > [id="comp-mmkqjrlm"], [data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrlm"]{position:relative;margin:0px 0px 8px calc((100% - 490px) * 0.5);left:17px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > [id="comp-mmkqjrlo"], [data-mesh-id=comp-mmkqjrl7inlineContent-gridContainer] > interact-element > [id="comp-mmkqjrlo"]{position:relative;margin:0px 0px 59px calc((100% - 490px) * 0.5);left:17px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrka [data-motion-part="BG_MEDIA comp-mmkqjrka"]{position:relative;width:120%;left:-10%;}#comp-mmkqjrka [data-motion-part="BG_LAYER comp-mmkqjrka"]{overflow:clip;}}#comp-mmkqjrka{width:490px;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrkj:not([data-motion-enter="done"]){animation:none;animation-composition:replace;}}#comp-mmkqjrkj{width:231px;height:145px;}#comp-mmkqjrkp{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrkp:not([data-motion-enter="done"]){animation:none;animation-composition:replace;}}#comp-mmkqjrkp{width:455px;height:auto;}#comp-mmkqjrku{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrku{width:455px;height:auto;}#comp-mmkqjrkx{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrkx{width:455px;height:auto;}#comp-mmkqjrl0{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrl0{width:464px;height:auto;}#comp-mmkqjrl2{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrl2{width:455px;height:auto;}#comp-mmkqjrl5{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrl5{width:464px;height:auto;}#comp-mmkqjrl7{width:490px;}#comp-mmkqjrlb{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrlb{width:455px;height:auto;}#comp-mmkqjrle{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrle{width:464px;height:auto;}#comp-mmkqjrlh{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrlh{width:455px;height:auto;}#comp-mmkqjrlj{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrlj{width:464px;height:auto;}#comp-mmkqjrlm{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrlm{width:455px;height:auto;}#comp-mmkqjrlo{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrlo{width:464px;height:auto;}#comp-mmkqjrls{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-mmkqjrlsinlineContent]{height:auto;width:100%;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:repeat(7, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrlw"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrlw"]{position:relative;margin:34px 0px 41px calc((100% - 980px) * 0.5);left:157px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrlz"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrlz"]{position:relative;margin:41px 0px 5px calc((100% - 980px) * 0.5);left:292px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrm3"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrm3"]{position:relative;margin:0px 0px 14px calc((100% - 980px) * 0.5);left:457px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrm6"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrm6"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:141px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrm8"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrm8"]{position:relative;margin:0px 0px 9px calc((100% - 980px) * 0.5);left:10px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrme"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrme"]{position:relative;margin:0px 0px 35px calc((100% - 980px) * 0.5);left:10px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrmg"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrmg"]{position:relative;margin:0px 0px 9px calc((100% - 980px) * 0.5);left:494px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrmk"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrmk"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:490px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrmp"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrmp"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:10px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrmv"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrmv"]{position:relative;margin:0px 0px 39px calc((100% - 980px) * 0.5);left:10px;grid-area:7 / 1 / 8 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrmx"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrmx"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:494px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrn2"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrn2"]{position:relative;margin:0px 0px 39px calc((100% - 980px) * 0.5);left:490px;grid-area:7 / 1 / 8 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > [id="comp-mmkqjrn4"], [data-mesh-id=comp-mmkqjrlsinlineContent-gridContainer] > interact-element > [id="comp-mmkqjrn4"]{position:relative;margin:0px 0px 47px calc((100% - 980px) * 0.5);left:373px;grid-area:8 / 1 / 9 / 2;justify-self:start;align-self:start;}#comp-mmkqjrlw{width:109px;height:115px;}#comp-mmkqjrlz{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrlz:not([data-motion-enter="done"]){animation:none;animation-composition:replace;}}#comp-mmkqjrlz{width:395px;height:auto;}#comp-mmkqjrm3{--lnw:1px;--brd:var(--color_24);--alpha-brd:1;}#comp-mmkqjrm3{width:66px;height:5px;}#comp-mmkqjrm6{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrm6{width:697px;height:auto;}#comp-mmkqjrm8{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrm8:not([data-motion-enter="done"]){animation:motion-slideIn 800ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused, motion-fadeIn 800ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 0%, 80% 0%, 80% 100%, 0% 100%);--motion-translate-x:-100%;--motion-translate-y:0%;}}#comp-mmkqjrm8{width:455px;height:auto;}#comp-mmkqjrme{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrme{width:464px;height:auto;}#comp-mmkqjrmg{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrmg:not([data-motion-enter="done"]){animation:motion-slideIn 800ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused, motion-fadeIn 800ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 0%, 80% 0%, 80% 100%, 0% 100%);--motion-translate-x:-100%;--motion-translate-y:0%;}}#comp-mmkqjrmg{width:455px;height:auto;}#comp-mmkqjrmk{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrmk{width:464px;height:auto;}#comp-mmkqjrmp{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrmp:not([data-motion-enter="done"]){animation:motion-slideIn 800ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused, motion-fadeIn 800ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 0%, 80% 0%, 80% 100%, 0% 100%);--motion-translate-x:-100%;--motion-translate-y:0%;}}#comp-mmkqjrmp{width:455px;height:auto;}#comp-mmkqjrmv{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrmv{width:464px;height:auto;}#comp-mmkqjrmx{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrmx:not([data-motion-enter="done"]){animation:motion-slideIn 800ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused, motion-fadeIn 800ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 0%, 80% 0%, 80% 100%, 0% 100%);--motion-translate-x:-100%;--motion-translate-y:0%;}}#comp-mmkqjrmx{width:455px;height:auto;}#comp-mmkqjrn2{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-mmkqjrn2{width:464px;height:auto;}#comp-mmkqjrn4{--bgh:var(--color_24);--txth:var(--color_11);--alpha-txth:1;--bg:var(--color_18);--fnt:normal normal normal 15px/1.4em raleway,sans-serif;--txt:var(--color_36);--alpha-txt:1;--bgd:204,204,204;--txtd:255,255,255;--alpha-txtd:1;--alpha-bgd:1;--alpha-bg:1;--alpha-bgh:1;}@media (prefers-reduced-motion: no-preference) {#comp-mmkqjrn4:not([data-motion-enter="done"]){animation:none;animation-composition:replace;}}#comp-mmkqjrn4{width:234px;height:40px;}</style>
<style id="compCssMappers_xj4q0">#xj4q0{width:auto;min-height:40px;}#pageBackground_xj4q0{--bg-position:fixed;--fill-layer-video-opacity:1;--fill-layer-background-overlay-color:rgba(var(--color_42), 0.5);--fill-layer-background-overlay-position:absolute;--bg-overlay-color:rgb(var(--color_42));--bg-gradient:none;}#comp-mmkqjr6z{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-mmkqjrae{height:683px;--nav-dot-direction:ltr;--nav-dot-section-display:block;--nav-dot-section-bottom-margin:50px;--nav-dot-margin:6px;--nav-dot-size:6px;--nav-dot-size-selected:6px;--nav-button-prev-self-justify:start;--nav-button-next-self-justify:end;--nav-button-prev-scaleX-transform:1;--nav-button-next-scaleX-transform:-1;--nav-button-prev-circle-scaleX-transform:-1;--nav-button-next-circle-scaleX-transform:1;--nav-button-width:25px;--nav-button-offset:100px;--nav-button-display:none;--slides-overflow:visible;--transition-duration:500ms;}#comp-mmkqjrbx{position:absolute;width:100%;height:100%;--fill-layer-image-opacity:0.69;--bg-overlay-color:rgb(var(--color_42));--bg-gradient:none;}#comp-mmkqjrcf{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--direction:ltr;}#comp-mmkqjrcx{--bg-overlay-color:transparent;--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-mmkqjrd2{--min-height:155px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrdo{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrei{--min-height:74px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjreo{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-mmkqjrey{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--direction:ltr;}#comp-mmkqjrf3{--bg-overlay-color:rgb(var(--color_43));--bg-gradient:none;width:100%;--column-width:490px;--column-flex:490;}#comp-mmkqjrf7{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrff{transform-origin:center 1px;}#comp-mmkqjrfo{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrfs{--min-height:192px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrfw{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrg0{--min-height:192px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrg5{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrg8{--min-height:192px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrgb{--bg-overlay-color:rgba(41, 62, 49, 0.8);--bg-gradient:none;width:100%;--column-width:490px;--column-flex:490;}#comp-mmkqjrgg{--opacity:1;}#comp-mmkqjrhj{--text-direction:var(--wix-opt-in-direction);}#comp-mmkrps06{--min-height:74px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrho{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrhu{--min-height:74px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrhy{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjri1{--min-height:74px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkrv88j{--text-direction:var(--wix-opt-in-direction);}#comp-mmkrvfv4{--min-height:74px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjri5{--fill-layer-image-opacity:1;--bg-overlay-color:rgb(var(--color_42));--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--direction:ltr;}#comp-mmkqjri8{--bg-overlay-color:rgba(var(--color_42), 0.36);--bg-gradient:none;width:100%;--column-width:490px;--column-flex:490;}#comp-mmkqjrib{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrif{--min-height:192px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrim{--bg-overlay-color:rgba(var(--color_42), 0.5);--bg-gradient:none;width:100%;--column-width:490px;--column-flex:490;}#comp-mmkqjrjn{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrjr{--min-height:121px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrk1{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-mmkqjrk5{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--direction:ltr;}#comp-mmkqjrka{--fill-layer-image-opacity:0.9;--bg-overlay-color:rgb(var(--color_42));--bg-gradient:none;width:100%;--column-width:490px;--column-flex:490;}#comp-mmkqjrkj{--opacity:1;}#comp-mmkqjrkp{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrku{--min-height:38px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrkx{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrl0{--min-height:192px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrl2{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrl5{--min-height:192px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrl7{--bg-overlay-color:rgba(var(--color_42), 0.8);--bg-gradient:none;width:100%;--column-width:490px;--column-flex:490;}#comp-mmkqjrlb{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrle{--min-height:192px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrlh{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrlj{--min-height:192px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrlm{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrlo{--min-height:192px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrls{--fill-layer-image-opacity:0.69;--bg-overlay-color:rgb(var(--color_42));--bg-gradient:none;min-width:980px;}#comp-mmkqjrlw{--opacity:1;}#comp-mmkqjrlz{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrm3{transform-origin:center 0.5px;}#comp-mmkqjrm6{--min-height:54px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrm8{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrme{--min-height:148px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrmg{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrmk{--min-height:148px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrmp{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrmv{--min-height:148px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrmx{--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrn2{--min-height:148px;--text-direction:var(--wix-opt-in-direction);}#comp-mmkqjrn4{--shc-mutated-brightness:127,66,32;--margin-start:0px;--margin-end:0px;--fnt:normal normal normal 15px/1.4em raleway,sans-serif;direction:var(--wix-opt-in-direction, ltr);--label-align:center;--label-text-align:center;}</style>
</head>
<body class='' >
<script type="text/javascript">
var bodyCacheable = true;
var exclusionReason = {"shouldRender":true,"forced":false};
var ssrInfo = {"cacheExclusionReason":"","renderBodyTime":1769,"renderTimeStamp":1773177044571}
</script>
<!--pageHtmlEmbeds.bodyStart start-->
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.bodyStart start"></script>
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.bodyStart end"></script>
<!--pageHtmlEmbeds.bodyStart end-->
<script id="wix-first-paint">
if (window.ResizeObserver &&
(!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {
new ResizeObserver(function (entries, observer) {
entries.some(function (entry) {
var contentRect = entry.contentRect;
if (contentRect.width > 0 && contentRect.height > 0) {
requestAnimationFrame(function (now) {
window.wixFirstPaint = now;
dispatchEvent(new CustomEvent('wixFirstPaint'));
});
observer.disconnect();
return true;
}
});
}).observe(document.body);
}
</script>
<script id="scroll-bar-width-calculation">
const div = document.createElement('div')
div.style.overflowY = 'scroll'
div.style.width = '50px'
div.style.height = '50px'
div.style.visibility = 'hidden'
document.body.appendChild(div)
const scrollbarWidth= div.offsetWidth - div.clientWidth
document.body.removeChild(div)
if(scrollbarWidth > 0){
document.body.style.setProperty('--scrollbar-width', `${scrollbarWidth}px`)
}
</script>
<!-- domStoreHtml -->
<svg data-dom-store style="display:none"><defs id="dom-store-defs"></defs></svg>
<div id="SITE_CONTAINER"><div id="main_MF" class="main_MF"><div id="SCROLL_TO_TOP" class="Vd6aQZ ignore-focus SCROLL_TO_TOP" role="region" tabindex="-1" aria-label="top of page"><span class="mHZSwn">top of page</span></div><div id="WIX_ADS" class="MyEGHM czJOIz ytGGBw"><a data-testid="linkElement" href="https://fr.wix.com/lp-fr/website-builder?orig_msid=d9e90e08-7d0d-40a4-9d40-77d4060455e7&adsVersion=banner_2024" target="_blank" rel="nofollow" class="onAlzG q6N3mD has-custom-focus"><span class="HW1JeT"><span data-hook="freemium-text" class="LIzdTp"><div data-testid="bannerLogo" class="FAeSJk"><div class="bbyQBf"><svg width="60" height="20" viewbox="0 0 39 15" fill="none" aria-label="wix"><g clip-path="url(#clip0_36_214)"><path d="M38.9999 0H36.8456C36.248 0 35.6894 0.280264 35.3538 0.74896L32.4728 4.77402C32.396 4.88076 32.2297 4.88076 32.1529 4.77402L29.2719 0.74896C28.9369 0.280264 28.3777 0 27.7801 0H25.6258L30.7581 7.16998L25.6541 14.3H27.8084C28.406 14.3 28.9646 14.0197 29.3002 13.551L32.1529 9.56593C32.2297 9.45919 32.396 9.45919 32.4728 9.56593L35.3254 13.551C35.6604 14.0197 36.2196 14.3 36.8172 14.3H38.9715L33.8676 7.16998L38.9999 0Z" fill="black"></path><path d="M21.193 1.46274V14.3H22.2226C23.0758 14.3 23.7673 13.6453 23.7673 12.8373V0H22.7377C21.8844 0 21.193 0.654743 21.193 1.46274Z" fill="black"></path><path d="M19.3054 0H18.3892C17.3804 0 16.5063 0.660706 16.2828 1.59214L14.233 10.1259L12.4389 2.15982C12.1071 0.68754 10.512 -0.305308 8.87973 0.121646C7.84005 0.393561 7.06927 1.22541 6.84446 2.22422L5.06864 10.1151L3.02267 1.59273C2.79849 0.661302 1.92443 0 0.915617 0H0L3.43388 14.2994H4.73489C5.91562 14.2994 6.93577 13.5176 7.18199 12.424L9.37721 2.66787C9.40429 2.54682 9.5189 2.45916 9.64925 2.45916C9.7796 2.45916 9.89421 2.54682 9.92129 2.66787L12.1184 12.4246C12.3646 13.5182 13.3848 14.2994 14.5655 14.2994H15.8709L19.3054 0Z" fill="black"></path></g><defs><clippath id="clip0_36_214"><rect width="39" height="14.3" fill="white"></rect></clippath></defs></svg></div></div> Ce site a été créé sur Wix. Créez le vôtre dès aujourd'hui.</span><span data-hook="freemium-button" class="_ollQ6 onAlzG">Commencer</span></span></a></div><div id="BACKGROUND_GROUP" class="backgroundGroup_xj4q0 BACKGROUND_GROUP"><div id="BACKGROUND_GROUP_TRANSITION_GROUP"><div id="pageBackground_xj4q0" data-media-height-override-type="" data-media-position-override="false" class="pageBackground_xj4q0 BmZ5pC"><div id="bgLayers_pageBackground_xj4q0" data-hook="bgLayers" data-motion-part="BG_LAYER pageBackground_xj4q0" class="MW5IWV"><div id="bgMedia_pageBackground_xj4q0" data-motion-part="BG_MEDIA pageBackground_xj4q0" class="VgO9Yg"><wix-video id="videoContainer_pageBackground_xj4q0" data-video-info="{"fittingType":"fill","alignType":"center","hasBgScrollEffect":"","bgEffectName":"","videoId":"11062b_3d35f17fa36c4cca91c1a343edf77663","videoWidth":1920,"videoHeight":1080,"qualities":[{"quality":"360p","size":230400,"url":"video/11062b_3d35f17fa36c4cca91c1a343edf77663/360p/mp4/file.mp4"},{"quality":"480p","size":409920,"url":"video/11062b_3d35f17fa36c4cca91c1a343edf77663/480p/mp4/file.mp4"},{"quality":"720p","size":921600,"url":"video/11062b_3d35f17fa36c4cca91c1a343edf77663/720p/mp4/file.mp4"},{"quality":"1080p","size":2073600,"url":"video/11062b_3d35f17fa36c4cca91c1a343edf77663/1080p/mp4/file.mp4"}],"isVideoDataExists":"1","videoFormat":"mp4","playbackRate":0.5,"autoPlay":true,"containerId":"pageBackground_xj4q0","animatePoster":"none"}" data-motion-part="BG_IMG pageBackground_xj4q0" class="bX9O_S bgVideo yK6aSC"><video id="pageBackground_xj4q0_video" class="K8MSra" crossorigin="anonymous" playsinline="" preload="auto" muted="" loop=""></video><wow-image id="pageBackground_xj4q0_img" class="jhxvbR Z_wCwr Jxk_UL bgVideoposter yK6aSC" data-image-info="{"containerId":"pageBackground_xj4q0","alignType":"center","displayMode":"fill","targetWidth":1920,"targetHeight":1920,"isLQIP":true,"encoding":"AVIF","imageData":{"width":2560,"height":1440,"uri":"11062b_3d35f17fa36c4cca91c1a343edf77663f000.jpg","name":"","displayMode":"fill","quality":{"unsharpMask":{"radius":0.33,"amount":1,"threshold":0}},"devicePixelRatio":1}}" data-motion-part="BG_IMG pageBackground_xj4q0" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/11062b_3d35f17fa36c4cca91c1a343edf77663f000.jpg/v1/fill/w_288,h_162,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/11062b_3d35f17fa36c4cca91c1a343edf77663f000.jpg" alt="" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="1920" height="1920"/></wow-image></wix-video></div><div data-testid="bgOverlay" class="m4khSP"></div></div></div></div></div><div id="site-root" class="site-root"><div id="masterPage" class="mesh-layout masterPage css-editing-scope"><div id="pinnedTopRight" class="pinnedTopRight"><!--$--><div id="comp-jryrf02n-pinned-layer" class="comp-jryrf02n-pinned-layer big2ZD"><!--$--><div id="comp-jryrf02n" class="KaEeLN comp-jryrf02n"><div class="uYj0Sg wixui-box" data-testid="container-bg"></div><div data-mesh-id="comp-jryrf02ninlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-jryrf02ninlineContent-gridContainer" data-testid="mesh-container-content"><div data-mesh-id="comp-jryo5ndk-rotated-wrapper"><!--$--><div class="comp-jryo5ndk FubTgk" id="comp-jryo5ndk" role="button" tabindex="0" aria-disabled="false"><div data-testid="linkElement" class="uDW_Qe wixui-button PlZyDq" aria-label="DEVIS GRATUIT" aria-disabled="false"><span class="l7_2fn wixui-button__label">DEVIS GRATUIT</span></div></div><!--/$--></div><!--$--><div id="comp-jryrhwv4" class="comp-jryrhwv4 wixui-vector-image"><div data-testid="svgRoot-comp-jryrhwv4" class="VDJedC l4CAhn"><?xml version="1.0" encoding="UTF-8"?>
<svg preserveaspectratio="xMidYMid meet" data-bbox="32.751 39.154 134.5 122.5" viewbox="32.751 39.154 134.5 122.5" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="color" role=presentation aria-hidden=true aria-label=""><defs><style>#comp-jryrhwv4 svg [data-color="1"] {fill: #FFFFFF;}</style></defs>
<g>
<path d="M143.569 142.553c-.065 0-.131-.005-.196-.016l-42.407-6.742a1.25 1.25 0 1 1 .393-2.469l41.729 6.634 15.979-18.099-83.827-17.538a1.25 1.25 0 0 1 .511-2.447l85.931 17.978a1.25 1.25 0 0 1 .681 2.051l-17.856 20.225c-.24.271-.583.423-.938.423z" fill="#FE6340" data-color="1"/>
<path d="M94.465 152.665a1.25 1.25 0 0 1-1.247-1.317l2.096-39.044a1.238 1.238 0 0 1 1.315-1.181 1.25 1.25 0 0 1 1.181 1.315l-1.907 35.521 7.648-8.471a1.25 1.25 0 0 1 1.856 1.676l-10.014 11.09a1.252 1.252 0 0 1-.928.411z" fill="#FE6340" data-color="1"/>
<path d="M58.754 157.16H54.29a1.25 1.25 0 0 1-1.236-1.061l-5.675-37.145c-2.249 10.522-6.347 30.575-6.347 36.956 0 .69-.56 1.25-1.25 1.25h-5.58a1.25 1.25 0 0 1-1.247-1.333l3.05-46.067a1.25 1.25 0 0 1 2.495.165l-2.962 44.735h3.032c.576-10.518 7.498-41.476 7.804-42.844.132-.586.672-1.009 1.263-.976a1.25 1.25 0 0 1 1.193 1.06l6.534 42.759h2.167l.975-44.148c.015-.69.584-1.273 1.277-1.222a1.25 1.25 0 0 1 1.222 1.277l-1.001 45.372a1.25 1.25 0 0 1-1.25 1.222z" fill="#FE6340" data-color="1"/>
<path d="M121.807 161.654c-5.919 0-10.735-4.845-10.735-10.8 0-5.956 4.816-10.801 10.735-10.801 5.92 0 10.736 4.845 10.736 10.801 0 5.955-4.816 10.8-10.736 10.8zm0-19.101c-4.541 0-8.235 3.724-8.235 8.301s3.694 8.3 8.235 8.3 8.236-3.724 8.236-8.3c0-4.577-3.695-8.301-8.236-8.301z" fill="#FE6340" data-color="1"/>
<path d="M60.286 106.48l-.048-.001-26.285-.995a1.25 1.25 0 0 1-1.189-1.43c.242-1.647 6.145-40.352 24.797-41.526.328-.021.647.087.896.301l7.812 6.742c.241.208.394.5.426.817l1.64 15.804 9.271 8.964a1.25 1.25 0 0 1 .042 1.755l-3.888 4.134a1.25 1.25 0 0 1-1.7.113l-12.977-10.57a1.25 1.25 0 0 1-.45-.805l-2.232-16.854a1.25 1.25 0 0 1 2.478-.328l2.167 16.362 11.689 9.522 2.246-2.389-8.711-8.423a1.25 1.25 0 0 1-.375-.77l-1.636-15.764-7.038-6.074c-14.464 1.566-20.546 31.183-21.753 37.975l24.865.941a1.25 1.25 0 0 1-.047 2.499z" fill="#FE6340" data-color="1"/>
<path d="M69.094 106.48c-.246 0-.489-.073-.697-.212L53.115 96.011a1.253 1.253 0 0 1-.525-.773l-2.869-13.22a1.25 1.25 0 0 1 2.444-.53l2.762 12.728 13.731 9.216.782-1.42a1.25 1.25 0 0 1 2.19 1.206l-1.44 2.616a1.25 1.25 0 0 1-1.096.646z" fill="#FE6340" data-color="1"/>
<path d="M67.606 66.602c-1.538 0-2.653-.553-2.722-.588-7.568-3.81-4.119-14.535-3.968-14.99a1.25 1.25 0 0 1 2.374.785c-.03.091-2.923 9.133 2.723 11.975.057.028 1.537.728 3.138-.021 1.678-.786 3-2.955 3.825-6.274a1.25 1.25 0 1 1 2.427.603c-1.035 4.165-2.799 6.843-5.244 7.959a6.138 6.138 0 0 1-2.553.551z" fill="#FE6340" data-color="1"/>
<path d="M83.926 60.413c-.215 0-.433-.055-.632-.172L56.51 44.51a1.25 1.25 0 1 1 1.265-2.155l26.784 15.73a1.25 1.25 0 0 1-.633 2.328z" fill="#FE6340" data-color="1"/>
<path d="M77.67 51.83a1.25 1.25 0 0 1-1.249-1.211l-.162-5.155-4.535-3.58-5.948 3.067a1.249 1.249 0 1 1-1.146-2.222l6.663-3.436a1.248 1.248 0 0 1 1.347.13l5.623 4.439c.29.229.463.573.475.942l.18 5.736a1.25 1.25 0 0 1-1.21 1.289l-.038.001z" fill="#FE6340" data-color="1"/>
<path d="M154.992 115.906c-.68 0-1.237-.545-1.25-1.228-.066-3.69-1.046-6.33-2.913-7.848-2.479-2.014-5.733-1.426-5.765-1.421a1.249 1.249 0 0 1-1.355-.678c-3.911-7.972-8.757-12.325-14.406-12.938-11.283-1.234-22.456 12.621-22.567 12.761a1.249 1.249 0 1 1-1.956-1.556c.49-.616 12.151-15.062 24.793-13.69 6.359.691 11.735 5.244 15.988 13.54 1.479-.087 4.397.053 6.845 2.043 2.464 2.004 3.754 5.281 3.835 9.742a1.25 1.25 0 0 1-1.228 1.272l-.021.001z" fill="#FE6340" data-color="1"/>
<path d="M145.874 131.043a1.25 1.25 0 0 1-.978-2.027l4.464-5.618a1.25 1.25 0 1 1 1.957 1.555l-4.464 5.618a1.244 1.244 0 0 1-.979.472z" fill="#FE6340" data-color="1"/>
<path d="M146.743 100.172c-.462 0-1.057-.228-1.712-1.039-2.283-2.829-6.117-13.499 1.719-22.855a1.2 1.2 0 0 1 .983-.447c.378.008.733.186.964.485.269.348 6.577 8.611 4.964 16.04-.709 3.265-2.811 5.838-6.249 7.648a1.438 1.438 0 0 1-.669.168zm.913-20.973c-3.066 4.371-3.344 8.746-2.987 11.764.375 3.173 1.541 5.576 2.206 6.479 2.411-1.426 3.834-3.269 4.344-5.617 1.023-4.712-1.965-10.149-3.563-12.626z" fill="#FE6340" data-color="1"/>
<path d="M166.001 103.643a1.25 1.25 0 0 1-1.11-.674c-1.575-3.031-10.106-1.827-15.114-.355a1.25 1.25 0 0 1-.706-2.399c1.527-.449 15.011-4.225 18.039 1.601a1.25 1.25 0 0 1-1.109 1.827z" fill="#FE6340" data-color="1"/>
</g>
</svg>
</div></div><!--/$--></div></div></div><!--/$--></div><!--/$--></div><header id="SITE_HEADER" class="x4zVYf SITE_HEADER wixui-header" tabindex="-1"><div class="TMFrcJ"><div id="bgLayers_SITE_HEADER" data-hook="bgLayers" data-motion-part="BG_LAYER SITE_HEADER" class="MW5IWV mTQGgy"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_SITE_HEADER" data-motion-part="BG_MEDIA SITE_HEADER" class="VgO9Yg"></div></div><div class="QijXjn"></div></div><div class="kn76TK"><div data-mesh-id="SITE_HEADERinlineContent" data-testid="inline-content" class=""><div data-mesh-id="SITE_HEADERinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-jrt7b3ip" class="comp-jrt7b3ip CohWsy wixui-column-strip"><div id="bgLayers_comp-jrt7b3ip" data-hook="bgLayers" data-motion-part="BG_LAYER comp-jrt7b3ip" class="if7Vw2 GdhNyQ"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-jrt7b3ip" data-motion-part="BG_MEDIA comp-jrt7b3ip" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-jrt7b3jn" class="comp-jrt7b3jn YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-jrt7b3jn" data-hook="bgLayers" data-motion-part="BG_LAYER comp-jrt7b3jn" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-jrt7b3jn" data-motion-part="BG_MEDIA comp-jrt7b3jn" class="VgO9Yg"></div></div><div data-mesh-id="comp-jrt7b3jninlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-jrt7b3jninlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmj7s6ce" class="MazNVa comp-mmj7s6ce wixui-image" style="--filter-effect-svg-url:url(#gotham-comp-mmj7s6ce)"><svg id="svg_comp-mmj7s6ce" class="gSXewE"><defs><filter id="gotham-comp-mmj7s6ce" color-interpolation-filters="sRGB" >
<fecomponenttransfer result="srcRGB"/>
<fecomponenttransfer ><fefuncr type="linear" slope="0.95" /><fefuncg type="linear" slope="0.95" /><fefuncb type="linear" slope="0.95" /></fecomponenttransfer>
<fecomponenttransfer><fefuncr type="linear" slope="1.35" intercept="-0.18"/>
<fefuncg type="linear" slope="1.35" intercept="-0.18"/>
<fefuncb type="linear" slope="1.35" intercept="-0.18"/></fecomponenttransfer>
<fecolormatrix type="saturate" values="0.5" result="saturation"/>
<fecolormatrix type="matrix" values="0 0 0 0 0.57647058823529410 0 0 0 0.4039215686274510 0 0 0 0.435294117647058830 0 0 1 0" in="SourceGraphic">
<fecomponenttransfer in="color" result="color_alpha"><fefunca type="linear" slope="0.08" /></fecomponenttransfer>
<feblend mode="multiply" in="color_alpha" in2="saturation" result="source"/>
<fecomponenttransfer/>
</filter></defs></svg><div data-testid="linkElement" class="j7pOnl"><img fetchpriority="high" sizes="254px" srcset="https://static.wixstatic.com/media/0a1ffa_09a5fecd982b4072a344afdf55a69545~mv2.png/v1/fill/w_254,h_40,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/ferme-agrodenree-logo-officiel-transparent.png 1x, https://static.wixstatic.com/media/0a1ffa_09a5fecd982b4072a344afdf55a69545~mv2.png/v1/fill/w_508,h_80,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/ferme-agrodenree-logo-officiel-transparent.png 2x" id="img_comp-mmj7s6ce" src="https://static.wixstatic.com/media/0a1ffa_09a5fecd982b4072a344afdf55a69545~mv2.png/v1/fill/w_254,h_40,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/ferme-agrodenree-logo-officiel-transparent.png" alt="ferme-agrodenree-logo-officiel-transparent.png" style="object-fit:cover" class="BI8PVQ Tj01hh" width="254" height="40"/></div></div><!--/$--><!--$--><div id="comp-jrukrkdh" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-jrukrkdh wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text" style="font-size:8px; line-height:1.6em; text-align:center;"><span style="font-weight:800;" class="wixui-rich-text__text"><span style="font-family:bricolage-grotesque,sans-serif;" class="wixui-rich-text__text"><span style="font-size:8px;" class="wixui-rich-text__text"><span class="color_36 wixui-rich-text__text"><a href="https://cocodrilodelnilo.wixsite.com/agrodenree" target="_self" class="wixui-rich-text__text"><span style="letter-spacing:0.1em;" class="wixui-rich-text__text">Transformation - Commercialisation - Exportation</span></a></span></span></span></span></p></div><!--/$--></div></div></div><!--/$--><!--$--><div id="comp-jrt7m8u2" class="comp-jrt7m8u2 YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-jrt7m8u2" data-hook="bgLayers" data-motion-part="BG_LAYER comp-jrt7m8u2" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-jrt7m8u2" data-motion-part="BG_MEDIA comp-jrt7m8u2" class="VgO9Yg"></div></div><div data-mesh-id="comp-jrt7m8u2inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-jrt7m8u2inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-k484yr9v" class="wixui-login-social-bar login-social-bar pGZMn2 comp-k484yr9v" dir="ltr" tabindex="-1"><button class="eUGVn8" data-testid="handle-button"><div class="wixui-login-social-bar__avatar-icon login-social-bar__avatar-icon V8gwZj b2cSkJ"><div id="defaultAvatar-comp-k484yr9v" class="aBATL4 wixui-vector-image"><div data-testid="svgRoot-defaultAvatar-comp-k484yr9v" class="VDJedC l4CAhn aBATL4"><svg data-bbox="0 0 50 50" data-type="shape" xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewbox="0 0 50 50"><g><path d="M25 48.077c-5.924 0-11.31-2.252-15.396-5.921 2.254-5.362 7.492-8.267 15.373-8.267 7.889 0 13.139 3.044 15.408 8.418-4.084 3.659-9.471 5.77-15.385 5.77m.278-35.3c4.927 0 8.611 3.812 8.611 8.878 0 5.21-3.875 9.456-8.611 9.456s-8.611-4.246-8.611-9.456c0-5.066 3.684-8.878 8.611-8.878M25 0C11.193 0 0 11.193 0 25c0 .915.056 1.816.152 2.705.032.295.091.581.133.873.085.589.173 1.176.298 1.751.073.338.169.665.256.997.135.515.273 1.027.439 1.529.114.342.243.675.37 1.01.18.476.369.945.577 1.406.149.331.308.657.472.98.225.446.463.883.714 1.313.182.312.365.619.56.922.272.423.56.832.856 1.237.207.284.41.568.629.841.325.408.671.796 1.02 1.182.22.244.432.494.662.728.405.415.833.801 1.265 1.186.173.154.329.325.507.475l.004-.011A24.886 24.886 0 0 0 25 50a24.881 24.881 0 0 0 16.069-5.861.126.126 0 0 1 .003.01c.172-.144.324-.309.49-.458.442-.392.88-.787 1.293-1.209.228-.232.437-.479.655-.72.352-.389.701-.78 1.028-1.191.218-.272.421-.556.627-.838.297-.405.587-.816.859-1.24a26.104 26.104 0 0 0 1.748-3.216c.208-.461.398-.93.579-1.406.127-.336.256-.669.369-1.012.167-.502.305-1.014.44-1.53.087-.332.183-.659.256-.996.126-.576.214-1.164.299-1.754.042-.292.101-.577.133-.872.095-.89.152-1.791.152-2.707C50 11.193 38.807 0 25 0"/></g></svg></div></div></div><span class="LcZX5c">Se connecter</span></button></div><!--/$--><!--$--><wix-dropdown-menu id="comp-jrtc10bp" class="XwCBRN NHM1d1 comp-jrtc10bp wixui-dropdown-menu hidden-during-prewarmup" tabindex="-1" dir="ltr" data-stretch-buttons-to-menu-width="false" data-same-width-buttons="false" data-num-items="3" data-menuborder-y="0" data-menubtn-border="0" data-ribbon-els="0" data-label-pad="0" data-ribbon-extra="0" data-dropalign="center"><nav class="R_TAzU" id="comp-jrtc10bpnavContainer" aria-label="Site"><ul class="y7qwii" id="comp-jrtc10bpitemsContainer" style="text-align:center" data-marginallchildren="true"><li id="comp-jrtc10bp0" data-direction="ltr" data-listposition="center" data-data-id="bmi23nr" data-state="menu selected link" data-index="0" class="Tg1gOB wixui-dropdown-menu__item xTjc1A"><a data-testid="linkElement" href="https://cocodrilodelnilo.wixsite.com/agrodenree" target="_self" class="UiHgGh" aria-expanded="false" aria-haspopup="true" aria-current="page"><div class="yRj2ms"><div class=""><p class="JS76Uv" id="comp-jrtc10bp0label">Notre Catalogue de produits</p></div></div></a><button class="_pfxlW" aria-label="Plus de pages Notre Catalogue de produits"><svg width="10" height="10" viewbox="0 0 16 11" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M8 10.5L16 1.86193L14.7387 0.5L8 7.77613L1.26133 0.499999L-5.95321e-08 1.86193L8 10.5Z"></path></svg></button><ul aria-hidden="true" style="display:none"><li><a data-testid="linkElement" href="https://cocodrilodelnilo.wixsite.com/agrodenree/vente-en-gros-margousier" target="_self" class="" tabindex="-1">Margousier</a></li><li><a data-testid="linkElement" href="https://cocodrilodelnilo.wixsite.com/agrodenree/vente-en-gros-piment-cinq-couleurs" target="_self" class="" aria-current="page" tabindex="-1">Piment Cinq Couleurs</a></li><li><a data-testid="linkElement" href="https://cocodrilodelnilo.wixsite.com/agrodenree/vente-en-gros-piment-piri-piri" target="_self" class="" tabindex="-1">Piment Enragé</a></li></ul></li><li id="comp-jrtc10bp1" data-direction="ltr" data-listposition="center" data-data-id="dataItem-jrt5vb59" data-state="menu false link" data-index="1" class="Tg1gOB wixui-dropdown-menu__item xTjc1A"><a data-testid="linkElement" href="https://cocodrilodelnilo.wixsite.com/agrodenree/blog" target="_self" class="UiHgGh"><div class="yRj2ms"><div class=""><p class="JS76Uv" id="comp-jrtc10bp1label">Nos Actualités</p></div></div></a></li><li id="comp-jrtc10bp2" data-direction="ltr" data-listposition="center" data-data-id="dataItem-jrtbzpfj" data-state="menu false link" data-index="2" class="Tg1gOB wixui-dropdown-menu__item xTjc1A"><a data-testid="linkElement" href="https://cocodrilodelnilo.wixsite.com/agrodenree/contact-us" target="_self" class="UiHgGh"><div class="yRj2ms"><div class=""><p class="JS76Uv" id="comp-jrtc10bp2label">Demander un Devis</p></div></div></a></li><li id="comp-jrtc10bp__more__" data-direction="ltr" data-listposition="center" data-state="menu false header" data-index="__more__" data-dropdown="false" class="p90CkU xTjc1A"><div data-testid="linkElement" class="UiHgGh" tabindex="0" aria-haspopup="true"><div class="yRj2ms"><div class=""><p class="JS76Uv" id="comp-jrtc10bp__more__label">More</p></div></div></div></li></ul><div class="h3jCPd" id="comp-jrtc10bpdropWrapper" data-dropalign="center" data-dropdown-shown="false"><ul class="wkJ2fp wixui-dropdown-menu__submenu" id="comp-jrtc10bpmoreContainer"></ul></div><div style="display:none" id="comp-jrtc10bpnavContainer-hiddenA11ySubMenuIndication">Use tab to navigate through the menu items.</div></nav></wix-dropdown-menu><!--/$--></div></div></div><!--/$--></div></section><!--/$--></div></div></div></header><main id="PAGES_CONTAINER" class="PAGES_CONTAINER" tabindex="-1" data-main-content="true"><div id="SITE_PAGES" class="JsJXaX SITE_PAGES"><div id="SITE_PAGES_TRANSITION_GROUP" class="AnQkDU"><div id="xj4q0" class="dBAkHi theme-vars xj4q0"><div class="PFkO7r wixui-page" data-testid="page-bg"></div><div class="HT5ybB"><!--$--><div id="Containerxj4q0" class="Containerxj4q0 SPY_vo"><div data-mesh-id="Containerxj4q0inlineContent" data-testid="inline-content" class=""><div data-mesh-id="Containerxj4q0inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-mmkqjr6z" tabindex="-1" class="Oqnisf comp-mmkqjr6z wixui-section" data-block-level-container="ClassicSection"><div class="YtfWHd" id="margousier"></div><div id="bgLayers_comp-mmkqjr6z" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjr6z" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjr6z" data-motion-part="BG_MEDIA comp-mmkqjr6z" class="VgO9Yg"></div></div><div data-mesh-id="comp-mmkqjr6zinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjr6zinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmkqjrae" class="comp-mmkqjrae mDzRgi JMUd8Z ignore-focus wixui-slideshow" role="region" tabindex="-1" aria-label="Diaporama"><div data-testid="slidesWrapper" aria-live="off" class="hDJzl4"><!--$--><div id="comp-mmkqjrbx" class="comp-mmkqjrbx imK94d"><div id="bgLayers_comp-mmkqjrbx" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrbx" class="MW5IWV eF_jBL"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjrbx" data-motion-part="BG_MEDIA comp-mmkqjrbx" class="VgO9Yg"><wow-image id="img_comp-mmkqjrbx" class="jhxvbR Kv1aVt dLPlxY mNGsUM bgImage" data-image-info="{"containerId":"comp-mmkqjrbx","alignType":"center","displayMode":"fill","targetWidth":1325,"targetHeight":683,"isLQIP":true,"encoding":"AVIF","imageData":{"width":1600,"height":896,"uri":"0a1ffa_0f6a6d318aa2494cbad20aba79fc56d2~mv2.jpg","name":"","displayMode":"fill","hasAnimation":false}}" data-motion-part="BG_IMG comp-mmkqjrbx" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/0a1ffa_0f6a6d318aa2494cbad20aba79fc56d2~mv2.jpg/v1/fill/w_183,h_102,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/0a1ffa_0f6a6d318aa2494cbad20aba79fc56d2~mv2.jpg" alt="je voudrais sur un fond vert foncé et orangé une présentation de plantes (extraits) de Pim" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="1325" height="683"/></wow-image></div></div><div class="wfm0FO"></div><div data-mesh-id="comp-mmkqjrbxinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjrbxinlineContent-gridContainer" data-testid="mesh-container-content"></div></div></div><!--/$--></div><nav aria-label="Diapos" class="lZ5yqT"><ol class="dZxZOk"><li aria-current="true"><a href="./#comp-mmkqjrbx" aria-label="1" class="ZVUGJp Ale4Rm"></a></li></ol></nav></div><!--/$--><!--$--><section id="comp-mmkqjrcf" class="comp-mmkqjrcf CohWsy wixui-column-strip"><div id="bgLayers_comp-mmkqjrcf" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrcf" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-mmkqjrcf" data-motion-part="BG_MEDIA comp-mmkqjrcf" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-mmkqjrcx" class="comp-mmkqjrcx YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-mmkqjrcx" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrcx" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjrcx" data-motion-part="BG_MEDIA comp-mmkqjrcx" class="VgO9Yg"></div></div><div data-mesh-id="comp-mmkqjrcxinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjrcxinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmkqjrd2" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrd2 wixui-rich-text" data-testid="richTextElement"><h1 class="font_0 wixui-rich-text__text" style="line-height:normal; font-size:106px;"><span class="color_12 wixui-rich-text__text"><span style="font-size:80px; font-weight:bold;" class="wixui-rich-text__text">Vente en Gros </span><span style="font-size:80px; font-weight:700;" class="wixui-rich-text__text">du Piment Cinq Couleurs</span></span></h1></div><!--/$--><!--$--><div id="comp-mmkqjrdo" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrdo wixui-rich-text" data-testid="richTextElement"><h2 class="font_2 wixui-rich-text__text" style="line-height:normal; text-align:right; font-size:32px;"><span class="color_12 wixui-rich-text__text"><span style="letter-spacing:0.05em;" class="wixui-rich-text__text">Exportation du Piment d'Ornement | </span></span><span class="color_41 wixui-rich-text__text"><span style="letter-spacing:0.05em;" class="wixui-rich-text__text">Capsicum annuum</span></span></h2></div><!--/$--><!--$--><div id="comp-mmkqjrei" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrei wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text" style="text-align:right; font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text"><span class="color_36 wixui-rich-text__text">Découvrez le Piment d'Ornement, Arc-en-Ciel des Saveurs et des Couleurs, Cultivé avec Passion au Cœur de l'Afrique : </span></span><span style="font-weight:normal;" class="wixui-rich-text__text"><span class="color_36 wixui-rich-text__text">Le Piment d'Ornement dont le fruit est surnommé " La Magie des Cinq Couleurs " est un Joyau Botanique Éblouissant</span></span></p></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--></div></div></section><!--/$--><!--$--><section id="comp-mmkqjreo" tabindex="-1" class="Oqnisf comp-mmkqjreo wixui-section" data-block-level-container="ClassicSection"><div class="YtfWHd" id="avantages-margousier"></div><div id="bgLayers_comp-mmkqjreo" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjreo" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjreo" data-motion-part="BG_MEDIA comp-mmkqjreo" class="VgO9Yg"></div></div><div data-mesh-id="comp-mmkqjreoinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjreoinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-mmkqjrey" class="comp-mmkqjrey CohWsy wixui-column-strip"><div id="bgLayers_comp-mmkqjrey" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrey" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-mmkqjrey" data-motion-part="BG_MEDIA comp-mmkqjrey" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-mmkqjrf3" class="comp-mmkqjrf3 YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-mmkqjrf3" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrf3" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjrf3" data-motion-part="BG_MEDIA comp-mmkqjrf3" class="VgO9Yg"></div></div><div data-mesh-id="comp-mmkqjrf3inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjrf3inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmkqjrf7" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrf7 wixui-rich-text" data-testid="richTextElement"><h2 class="font_2 wixui-rich-text__text" style="line-height:1.4em; font-size:32px;"><span style="color:#293E31;" class="wixui-rich-text__text"><span style="font-size:32px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Expert Africain d'Exportation du Piment Multicolore - Qualité Premium</span></span></span></span></span></span></h2></div><!--/$--><!--$--><div id="comp-mmkqjrff" class="comp-mmkqjrff aVng1S wixui-horizontal-line"></div><!--/$--><!--$--><div id="comp-mmkqjrfo" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrfo wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Identité Botanique d'une Plante Exceptionnelle : Capsicum annuum</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrfs" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrfs wixui-rich-text" data-testid="richTextElement"><ul class="font_8 wixui-rich-text__text" style="font-weight:bold; font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text">Nom scientifique</span> : Capsicum annuum var. ornamental</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Famille : Solanaceae (famille de la tomate, de l'aubergine et de la pomme de terre)</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text">Appellations courantes</span> : Piment Cinq Couleurs, Piment d'Ornement, Piment Ornemental, Piment Arc-en-Ciel, Piment Multicolore, Ornamental Pepper, Rainbow Chili</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text">Origine géographique</span> : Natif des régions tropicales d'Amérique Centrale et du Sud, le Capsicum annuum prospère aujourd'hui magnifiquement sous les climats africains où AGRODENREE a développé une expertise unique de culture</p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkqjrfw" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrfw wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Description Morphologique du Piment Cinq Couleurs</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrg0" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrg0 wixui-rich-text" data-testid="richTextElement"><ul class="font_8 wixui-rich-text__text" style="font-weight:bold; font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Arbuste compact et buissonnant atteignant 30 à 60 cm de hauteur</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Port élégant de la plante, dense et naturellement ramifié, idéal pour la culture intensive</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Feuillage luxuriant vert foncé lustré créant un écrin parfait pour les fruits colorés</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Durée de vie de la plante productive de plusieurs saisons avec des soins appropriés</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Feuilles simples, ovales à lancéolées, de 5 à 10 cm de longueur</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Texture lisse et brillante des Feuilles sur la face supérieure</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Nervures bien définies des Feuilles, légèrement aromatiques au froissement</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Couleur vert profond des Feuilles virant parfois au pourpre selon les variétés</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Petites Fleurs étoilées blanc crème à reflets violacés</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Floraison généreuse et continue tout au long de la saison chaude</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Fleurs Autofertiles, garantissant une production abondante de fruits</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Spectacle chromatique unique : les Fruits évoluent successivement du violet au crème, puis au jaune, à l'orange et enfin au rouge vif à pleine maturité</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Forme conique élégante des Fruits, dressée vers le ciel comme de petites flammes colorées</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Taille compacte des Fruits de 2 à 4 cm, parfaite pour de multiples applications</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Saveur piquante caractéristique, variant selon le stade de maturité des Fruits</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;">Une seule plante peut arborer simultanément toutes les couleurs de Fruits, créant un effet visuel saisissant</p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkqjrg5" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrg5 wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Formes Disponibles du Piment Cinq Couleurs</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrg8" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrg8 wixui-rich-text" data-testid="richTextElement"><ul class="font_8 wixui-rich-text__text" style="font-weight:bold; font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text">Plants entiers</span> : Prêts à orner jardins, terrasses et intérieurs</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text">Fruits frais</span> : Récoltés à différents stades de coloration selon vos besoins</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text">Fruits séchés entiers</span> : Conservation longue durée, saveurs concentrées</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text">Poudre de piment</span> : Broyage fin pour applications culinaires et industrielles</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text">Graines sélectionnées</span> : Germination garantie pour vos propres cultures</p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span style="font-weight:bold;" class="wixui-rich-text__text">Extraits et oléorésines</span> : Sur demande pour l'industrie agroalimentaire et cosmétique</p>
</li>
</ul></div><!--/$--></div></div></div><!--/$--><!--$--><div id="comp-mmkqjrgb" class="comp-mmkqjrgb YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-mmkqjrgb" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrgb" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjrgb" data-motion-part="BG_MEDIA comp-mmkqjrgb" class="VgO9Yg"></div></div><div data-mesh-id="comp-mmkqjrgbinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjrgbinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmkqjrgg" class="comp-mmkqjrgg wixui-vector-image"><div data-testid="svgRoot-comp-mmkqjrgg" class="VDJedC l4CAhn"><?xml version="1.0" encoding="UTF-8"?>
<svg preserveaspectratio="xMidYMid meet" data-bbox="8.734 46.497 179.85 116.831" viewbox="8.734 46.497 179.85 116.831" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="color" role="img" aria-label="Farmers Illustration"><defs><style>#comp-mmkqjrgg svg [data-color="1"] {fill: #FE8340;}</style></defs>
<g>
<path d="M150.758 120.699a.43.43 0 0 1-.062-.004l-14.697-2.158a.425.425 0 0 1-.359-.482.431.431 0 0 1 .482-.359l14.468 2.125 5.469-6.256-29.073-5.708a.425.425 0 0 1 .164-.834l29.796 5.85a.425.425 0 0 1 .237.696l-6.107 6.985a.418.418 0 0 1-.318.145z" fill="#FE6340" data-color="1"/>
<path d="M133.803 124.334a.426.426 0 0 1-.425-.443l.625-14.237a.425.425 0 0 1 .849.037l-.573 13.048 3.024-3.383a.425.425 0 1 1 .634.567l-3.818 4.271a.426.426 0 0 1-.316.14z" fill="#FE6340" data-color="1"/>
<path d="M112.967 126.085a.424.424 0 0 1-.425-.449l.98-17.317c.013-.234.217-.395.448-.4a.426.426 0 0 1 .4.449l-.955 16.863 1.064-.011c.161-3.6 2.449-14.226 2.55-14.695a.434.434 0 0 1 .426-.335.425.425 0 0 1 .409.355l2.411 14.615.765-.008.203-16.46a.425.425 0 0 1 .425-.42h.005a.424.424 0 0 1 .419.43l-.208 16.876a.424.424 0 0 1-.42.42l-1.545.016h-.004a.424.424 0 0 1-.419-.355l-2.101-12.734c-.739 3.599-2.097 10.52-2.074 12.713a.427.427 0 0 1-.42.429l-1.931.02c0-.002-.001-.002-.003-.002z" fill="#FE6340" data-color="1"/>
<path d="M143.261 127.313a3.704 3.704 0 0 1-3.706-3.656 3.665 3.665 0 0 1 1.059-2.623 3.687 3.687 0 0 1 2.61-1.107c2.034.017 3.724 1.619 3.745 3.655v.001a3.662 3.662 0 0 1-1.06 2.623 3.687 3.687 0 0 1-2.61 1.107h-.038zm.001-6.537h-.03a2.85 2.85 0 0 0-2.013.854 2.814 2.814 0 0 0-.815 2.019 2.854 2.854 0 0 0 2.856 2.814h.03a2.85 2.85 0 0 0 2.013-.854 2.815 2.815 0 0 0 .816-2.018 2.855 2.855 0 0 0-2.857-2.815z" fill="#FE6340" data-color="1"/>
<path d="M122.049 107.915h-.015l-8.885-.294a.423.423 0 0 1-.408-.471c.059-.533 1.527-13.062 7.98-13.531a.413.413 0 0 1 .303.098l2.727 2.28c.096.08.151.197.152.322l.062 6.003 3.034 3.698a.425.425 0 0 1-.025.567l-.764.777a.425.425 0 0 1-.6.006l-4.291-4.186a.428.428 0 0 1-.124-.244l-.832-5.761a.424.424 0 1 1 .841-.121l.812 5.618 3.885 3.79.2-.203-2.886-3.519a.421.421 0 0 1-.096-.266l-.062-5.957-2.44-2.041c-4.986.568-6.649 10.092-6.968 12.306l8.416.278a.426.426 0 0 1-.016.851z" fill="#FE6340" data-color="1"/>
<path d="M124.861 108.615a.42.42 0 0 1-.231-.068l-5.324-3.457a.426.426 0 0 1-.183-.261l-1.039-4.515a.425.425 0 0 1 .828-.192l1 4.348 4.889 3.174.192-.195a.425.425 0 1 1 .606.596l-.436.443a.418.418 0 0 1-.302.127z" fill="#FE6340" data-color="1"/>
<path d="M124.187 94.972c-.517 0-.892-.179-.916-.19-2.629-1.276-1.474-4.96-1.423-5.116a.425.425 0 1 1 .809.261c-.01.031-.979 3.138.986 4.091.02.01.542.246 1.102-.021.577-.278 1.025-1.025 1.298-2.161a.425.425 0 1 1 .826.2c-.341 1.422-.938 2.343-1.773 2.735a2.128 2.128 0 0 1-.909.201z" fill="#FE6340" data-color="1"/>
<path d="M129.621 93.223a.427.427 0 0 1-.209-.055l-9.323-5.289a.427.427 0 0 1-.16-.58.428.428 0 0 1 .579-.16l9.323 5.289a.425.425 0 1 1-.21.795z" fill="#FE6340" data-color="1"/>
<path d="M127.32 90.595a.424.424 0 0 1-.424-.411l-.057-1.764-1.576-1.229-2.063 1.054a.427.427 0 0 1-.387-.758l2.305-1.177a.423.423 0 0 1 .455.044l1.947 1.519c.1.077.16.195.164.321l.063 1.963a.425.425 0 0 1-.411.438h-.016z" fill="#FE6340" data-color="1"/>
<path d="M149.969 119.169a.425.425 0 0 1-.33-.692l3.432-4.266a.425.425 0 0 1 .662.534l-3.432 4.266a.425.425 0 0 1-.332.158z" fill="#FE6340" data-color="1"/>
<path d="M150.324 116.088a.425.425 0 0 1-.333-.688l1.524-1.938a.425.425 0 1 1 .668.526l-1.524 1.938a.429.429 0 0 1-.335.162z" fill="#FE6340" data-color="1"/>
<path d="M136.688 68.638c-3.463 0-6.28-2.807-6.28-6.257 0-3.449 2.817-6.256 6.28-6.256s6.28 2.807 6.28 6.256c0 3.45-2.817 6.257-6.28 6.257zm0-11.663c-2.994 0-5.431 2.426-5.431 5.406 0 2.981 2.437 5.407 5.431 5.407s5.431-2.426 5.431-5.407-2.437-5.406-5.431-5.406z" fill="#FE6340" data-color="1"/>
<path d="M130.087 76.59a.425.425 0 0 1-.374-.625l3.407-6.361a.425.425 0 0 1 .749.4l-3.407 6.361a.424.424 0 0 1-.375.225z" fill="#FE6340" data-color="1"/>
<path d="M128.384 62.17h-.005l-16.608-.212a.424.424 0 0 1-.419-.431c.003-.234.176-.452.43-.419l16.608.212a.424.424 0 0 1-.006.85z" fill="#FE6340" data-color="1"/>
<path d="M110.605 78.106a.425.425 0 0 1-.227-.784l18.205-11.483a.425.425 0 1 1 .453.719l-18.205 11.483a.414.414 0 0 1-.226.065z" fill="#FE6340" data-color="1"/>
<path d="M131.366 56.021a.422.422 0 0 1-.352-.186l-5.914-8.692a.426.426 0 0 1 .703-.479l5.914 8.692a.426.426 0 0 1-.351.665z" fill="#FE6340" data-color="1"/>
<path d="M142.633 86.065a.425.425 0 0 1-.412-.321l-3.816-15.201a.425.425 0 1 1 .825-.207l3.816 15.201a.425.425 0 0 1-.413.528z" fill="#FE6340" data-color="1"/>
<path d="M149.464 76.59a.422.422 0 0 1-.309-.133l-7.027-7.422a.424.424 0 1 1 .618-.584l7.027 7.422a.424.424 0 0 1-.309.717z" fill="#FE6340" data-color="1"/>
<path d="M136.262 54.111a.424.424 0 0 1-.42-.364l-.426-2.969a.425.425 0 0 1 .841-.121l.426 2.969a.425.425 0 0 1-.421.485z" fill="#FE6340" data-color="1"/>
<path d="M143.928 59.413a.425.425 0 0 1-.138-.827l6.813-2.333a.425.425 0 1 1 .276.805l-6.813 2.333a.447.447 0 0 1-.138.022z" fill="#FE6340" data-color="1"/>
<path d="M128.916 58.883a.425.425 0 0 1-.197-.049l-11.285-5.938a.424.424 0 1 1 .396-.752l11.285 5.938a.424.424 0 0 1-.199.801z" fill="#FE6340" data-color="1"/>
<path d="M137.221 66.729a.425.425 0 1 1 0-.85 2.98 2.98 0 0 0 2.982-2.969.425.425 0 0 1 .85 0 3.83 3.83 0 0 1-3.832 3.819z" fill="#FE6340" data-color="1"/>
<path d="M188.159 126.869h-179a.425.425 0 1 1 0-.85h179a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M66.289 134.523H24.131a.425.425 0 1 1 0-.85h42.158a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M59.591 143.133a.424.424 0 0 1-.002-.85l31.446-.136h.002a.424.424 0 0 1 .002.85l-31.446.136h-.002z" fill="#FE6340" data-color="1"/>
<path d="M168.209 132.953h-78.28a.425.425 0 1 1 0-.85h78.28a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M74.085 134.585h-5.194a.425.425 0 1 1 0-.85h5.194a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M21.598 134.312h-2.46a.425.425 0 1 1 0-.85h2.46a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M58.581 151.682H53.66a.425.425 0 1 1 0-.85h4.921a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M77.092 134.585h-.82a.425.425 0 1 1 0-.85h.82a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M177.102 132.778h-5.194a.425.425 0 1 1 0-.85h5.194a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M180.108 132.778h-.82a.425.425 0 1 1 0-.85h.82a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M16.677 134.312h-1.64a.425.425 0 1 1 0-.85h1.64a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M61.998 151.545h-1.64a.425.425 0 1 1 0-.85h1.64a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M39.542 141.267c-.527 0-1.36-.12-1.899-.79-.708-.879-.634-2.372.22-4.437a.423.423 0 0 1 .534-.238c1.042.272 2.782.907 3.302 2.237.295.755.153 1.592-.423 2.486a.425.425 0 0 1-.714-.459c.42-.653.536-1.231.346-1.718-.261-.668-1.128-1.256-2.398-1.634-.74 1.938-.529 2.823-.207 3.227.502.628 1.57.454 1.582.451a.428.428 0 0 1 .492.346.423.423 0 0 1-.343.491c-.023.004-.215.038-.492.038z" fill="#FE6340" data-color="1"/>
<path d="M44.078 141.73c-.199 0-.408-.017-.627-.048a.425.425 0 0 1 .122-.841c.774.117 1.354-.021 1.721-.399.5-.513.679-1.539.502-2.842-2.086.128-2.809.688-3.043 1.149-.362.713.234 1.604.241 1.612a.425.425 0 0 1-.7.483c-.037-.054-.888-1.308-.301-2.474.508-1.011 1.905-1.562 4.152-1.638.236.004.394.14.432.347l.006.042c.18 1.056.316 2.892-.679 3.914-.452.462-1.064.694-1.826.695z" fill="#FE6340" data-color="1"/>
<path d="M41.679 144.113a.425.425 0 0 1-.397-.272l-1.455-3.802a.425.425 0 0 1 .794-.305l1.05 2.746c.424-.957 1.212-2.313 2.507-3.135a.426.426 0 0 1 .455.719c-1.832 1.16-2.537 3.709-2.544 3.734a.423.423 0 0 1-.389.313c-.007.002-.014.002-.021.002z" fill="#FE6340" data-color="1"/>
<path d="M73.879 156.879c-.527 0-1.36-.12-1.9-.79-.708-.88-.635-2.373.22-4.438a.428.428 0 0 1 .535-.238c1.044.274 2.783.91 3.301 2.238.295.755.152 1.592-.423 2.486a.424.424 0 1 1-.714-.459c.419-.653.536-1.231.346-1.718-.261-.667-1.127-1.255-2.398-1.635-.74 1.938-.529 2.824-.207 3.227.504.631 1.572.456 1.582.452a.43.43 0 0 1 .492.346.423.423 0 0 1-.343.491 2.807 2.807 0 0 1-.491.038z" fill="#FE6340" data-color="1"/>
<path d="M78.414 157.342c-.199 0-.409-.017-.628-.048a.425.425 0 0 1 .122-.841c.774.116 1.354-.021 1.722-.398.5-.514.679-1.539.502-2.842-2.086.128-2.809.688-3.043 1.149-.362.713.234 1.604.241 1.612a.425.425 0 0 1-.7.483c-.037-.054-.888-1.308-.301-2.474.508-1.011 1.905-1.562 4.152-1.638.232.005.393.14.432.347l.006.042c.18 1.056.316 2.892-.679 3.913-.452.461-1.064.695-1.826.695z" fill="#FE6340" data-color="1"/>
<path d="M75.931 163.012a.425.425 0 0 1-.417-.344l-1.37-7.088a.425.425 0 0 1 .835-.162l.943 4.882c.439-1.925 1.256-4.493 2.593-5.342a.426.426 0 0 1 .455.719c-1.503.952-2.399 5.353-2.618 6.967a.425.425 0 0 1-.409.368h-.012z" fill="#FE6340" data-color="1"/>
<path d="M85.356 140.369c-.199 0-.408-.017-.627-.048a.425.425 0 0 1 .122-.841c.777.117 1.354-.021 1.721-.399.5-.512.678-1.538.502-2.842-2.086.128-2.809.688-3.043 1.149-.362.713.234 1.604.241 1.612a.426.426 0 0 1-.7.483c-.037-.054-.888-1.308-.302-2.474.508-1.011 1.906-1.562 4.153-1.638a.41.41 0 0 1 .432.346l.006.044c.179 1.057.315 2.893-.68 3.913-.451.462-1.062.694-1.825.695z" fill="#FE6340" data-color="1"/>
<path d="M82.958 142.753a.426.426 0 0 1-.411-.536c.032-.117.795-2.892 2.911-4.233a.426.426 0 0 1 .455.719c-1.839 1.165-2.538 3.709-2.544 3.735a.427.427 0 0 1-.411.315z" fill="#FE6340" data-color="1"/>
<path d="M53.456 149.024c-.558 0-.933-.224-1.164-.437-.927-.855-.917-2.713-.747-4.12h.004a.416.416 0 0 1 .445-.44c1.444.069 2.418.513 2.894 1.318.704 1.192-.009 2.677-.04 2.739a.425.425 0 0 1-.763-.374c.005-.011.542-1.141.069-1.936-.283-.476-.888-.767-1.802-.868-.14 1.495.048 2.625.516 3.056.214.199.508.255.898.178a.425.425 0 0 1 .169.832 2.265 2.265 0 0 1-.479.052z" fill="#FE6340" data-color="1"/>
<path d="M55.151 151.409a.425.425 0 0 1-.417-.346c-.005-.025-.507-2.592-1.8-3.745a.425.425 0 0 1 .566-.635c1.509 1.348 2.046 4.104 2.068 4.222a.424.424 0 0 1-.417.504z" fill="#FE6340" data-color="1"/>
<path d="M53.748 132.255c-.487 0-.816-.196-1.019-.384-.797-.735-.792-2.312-.646-3.505h.003c0-.022.001-.045.004-.067.032-.216.228-.359.44-.362 1.233.06 2.067.441 2.478 1.137.608 1.029-.004 2.303-.031 2.356a.426.426 0 0 1-.496.221.426.426 0 0 1-.315.56c-.151.03-.29.044-.418.044zm-.858-3.436c-.103 1.193.047 2.088.416 2.428.104.095.289.213.69.131a.412.412 0 0 1 .201.007.426.426 0 0 1 .017-.328c.004-.01.437-.922.061-1.554-.219-.366-.684-.595-1.385-.684z" fill="#FE6340" data-color="1"/>
<path d="M55.167 134.249a.425.425 0 0 1-.417-.346c-.004-.021-.42-2.144-1.483-3.095a.425.425 0 1 1 .566-.633c1.279 1.143 1.733 3.471 1.752 3.569a.424.424 0 0 1-.418.505z" fill="#FE6340" data-color="1"/>
<path d="M155.313 155.982H87.849a.425.425 0 1 1 0-.85h67.464a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M102.413 163.328H71.894a.425.425 0 1 1 0-.85h30.519a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M107.69 140.595a.425.425 0 0 1-.425-.425c0-1.128-.922-2.045-2.055-2.045s-2.055.917-2.055 2.045a.425.425 0 0 1-.85 0c0-1.596 1.303-2.895 2.904-2.895s2.904 1.299 2.904 2.895a.422.422 0 0 1-.423.425z" fill="#FE6340" data-color="1"/>
<path d="M113.085 145.703a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.904-2.895 2.903 2.903 0 0 1 2.905 2.895.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M123.208 145.703a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M133.331 145.703a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M143.455 145.703a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.904-2.895 2.903 2.903 0 0 1 2.905 2.895.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M153.579 145.703a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.904-2.895 2.903 2.903 0 0 1 2.905 2.895c0 .235-.19.425-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M117.929 140.595a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M128.167 140.595a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M138.406 140.595a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M148.645 140.595a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M158.884 140.595a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M107.69 150.091a.425.425 0 0 1-.425-.425c0-1.128-.922-2.045-2.055-2.045s-2.055.917-2.055 2.045a.425.425 0 0 1-.85 0c0-1.596 1.303-2.895 2.904-2.895s2.904 1.299 2.904 2.895a.422.422 0 0 1-.423.425z" fill="#FE6340" data-color="1"/>
<path d="M117.929 150.091a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M128.167 150.091a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M138.406 150.091a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M148.645 150.091a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M158.884 150.091a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.045 2.052 2.052 0 0 0-2.055 2.045.425.425 0 0 1-.85 0 2.903 2.903 0 0 1 2.905-2.895 2.903 2.903 0 0 1 2.904 2.895.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M31.518 126.397a.425.425 0 0 1-.425-.425v-24.3a.425.425 0 0 1 .85 0v24.3c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M31.292 108.854a3.552 3.552 0 0 1-3.554-3.541.425.425 0 0 1 .85 0 2.7 2.7 0 0 0 2.705 2.691.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M31.292 114.076a3.552 3.552 0 0 1-3.554-3.541.425.425 0 0 1 .85 0 2.7 2.7 0 0 0 2.705 2.691.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M31.292 118.308a3.552 3.552 0 0 1-3.554-3.542.425.425 0 0 1 .85 0 2.702 2.702 0 0 0 2.705 2.692.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M31.626 106.281a.425.425 0 1 1 0-.85 2.701 2.701 0 0 0 2.705-2.691.425.425 0 0 1 .85 0 3.553 3.553 0 0 1-3.555 3.541z" fill="#FE6340" data-color="1"/>
<path d="M31.626 111.52a.425.425 0 1 1 0-.85 2.701 2.701 0 0 0 2.705-2.691.425.425 0 0 1 .85 0 3.553 3.553 0 0 1-3.555 3.541z" fill="#FE6340" data-color="1"/>
<path d="M31.626 116.312a.425.425 0 1 1 0-.85 2.701 2.701 0 0 0 2.705-2.691.425.425 0 0 1 .85 0 3.553 3.553 0 0 1-3.555 3.541z" fill="#FE6340" data-color="1"/>
<path d="M174.564 126.397a.425.425 0 0 1-.425-.425v-20.116a.425.425 0 0 1 .85 0v20.116c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M174.337 111.875c-1.96 0-3.554-1.348-3.554-3.005a.425.425 0 0 1 .85 0c0 1.188 1.213 2.155 2.705 2.155a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M174.337 116.197c-1.96 0-3.554-1.348-3.554-3.004a.425.425 0 0 1 .85 0c0 1.188 1.213 2.154 2.705 2.154a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M174.337 119.7c-1.96 0-3.554-1.348-3.554-3.005a.425.425 0 0 1 .85 0c0 1.188 1.213 2.155 2.705 2.155a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M174.671 109.745a.425.425 0 1 1 0-.85c1.491 0 2.705-.967 2.705-2.155a.425.425 0 0 1 .85 0c0 1.657-1.595 3.005-3.555 3.005z" fill="#FE6340" data-color="1"/>
<path d="M174.671 114.081a.425.425 0 1 1 0-.85c1.491 0 2.705-.967 2.705-2.154a.425.425 0 0 1 .85 0c0 1.656-1.595 3.004-3.555 3.004z" fill="#FE6340" data-color="1"/>
<path d="M174.671 118.049a.425.425 0 1 1 0-.85c1.491 0 2.705-.967 2.705-2.155a.425.425 0 0 1 .85 0c0 1.657-1.595 3.005-3.555 3.005z" fill="#FE6340" data-color="1"/>
<path d="M164.286 127.507a.425.425 0 0 1-.425-.425V71.219a.425.425 0 0 1 .85 0v55.863c0 .234-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M161.841 90.38a.448.448 0 0 1-.148-.026c-.196-.073-4.819-1.853-6.182-6.97-1.418-5.327 1.234-12.093 7.88-20.108l.022-.03a.426.426 0 0 1 .711.049l.153.176c3.006 3.438 7.965 10.242 7.405 17.193-.29 3.593-2.038 6.74-5.196 9.354a.426.426 0 0 1-.542-.655c2.975-2.462 4.621-5.412 4.891-8.768.528-6.549-4.149-13.049-7.077-16.427-6.25 7.637-8.749 14.026-7.426 18.997 1.251 4.697 5.613 6.375 5.657 6.392a.425.425 0 0 1-.148.823z" fill="#FE6340" data-color="1"/>
<path d="M161.567 84.759a.416.416 0 0 1-.219-.062l-2.187-1.322a.424.424 0 1 1 .439-.727l2.187 1.322a.424.424 0 0 1 .144.583.423.423 0 0 1-.364.206z" fill="#FE6340" data-color="1"/>
<path d="M164.286 80.064a.43.43 0 0 1-.245-.077l-4.906-3.462a.426.426 0 0 1 .49-.696l4.906 3.462a.426.426 0 0 1-.245.773z" fill="#FE6340" data-color="1"/>
<path d="M166.214 75.28a.425.425 0 0 1-.361-.648l.82-1.322a.425.425 0 0 1 .722.447l-.82 1.322a.422.422 0 0 1-.361.201z" fill="#FE6340" data-color="1"/>
<path d="M164.286 86.106a.426.426 0 0 1-.341-.679l4.115-5.536a.426.426 0 0 1 .683.508l-4.115 5.536a.425.425 0 0 1-.342.171z" fill="#FE6340" data-color="1"/>
<path d="M162.386 73.112a.415.415 0 0 1-.235-.071l-1.065-.709a.425.425 0 0 1 .47-.707l1.065.709a.425.425 0 0 1-.235.778z" fill="#FE6340" data-color="1"/>
<path d="M160.473 80.805a.43.43 0 0 1-.187-.043l-2.81-1.382a.426.426 0 0 1-.194-.569.428.428 0 0 1 .569-.194l2.81 1.382a.425.425 0 1 1-.188.806z" fill="#FE6340" data-color="1"/>
<path d="M167.203 77.967a.424.424 0 0 1-.286-.74l1.852-1.681a.425.425 0 1 1 .572.629l-1.852 1.681a.42.42 0 0 1-.286.111z" fill="#FE6340" data-color="1"/>
<path d="M164.286 88.944a.43.43 0 0 1-.177-.038l-2.687-1.232a.425.425 0 0 1 .354-.773l2.687 1.232a.425.425 0 0 1-.177.811z" fill="#FE6340" data-color="1"/>
<path d="M19.723 126.397a.425.425 0 0 1-.425-.425v-31.93a.425.425 0 0 1 .85 0v31.931a.426.426 0 0 1-.425.424z" fill="#FE6340" data-color="1"/>
<path d="M19.425 103.345c-2.501 0-4.537-2.027-4.537-4.52a.425.425 0 0 1 .85 0c0 2.023 1.654 3.67 3.687 3.67a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M19.425 110.207c-2.501 0-4.537-2.027-4.537-4.52a.425.425 0 0 1 .85 0c0 2.023 1.654 3.67 3.687 3.67a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M19.425 115.768c-2.501 0-4.537-2.027-4.537-4.521a.425.425 0 0 1 .85 0c0 2.024 1.654 3.671 3.687 3.671a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M19.864 99.965a.425.425 0 1 1 0-.85c2.033 0 3.687-1.646 3.687-3.67a.425.425 0 0 1 .85 0c-.001 2.493-2.036 4.52-4.537 4.52z" fill="#FE6340" data-color="1"/>
<path d="M19.864 106.848a.425.425 0 1 1 0-.85c2.033 0 3.687-1.646 3.687-3.67a.425.425 0 0 1 .85 0c-.001 2.492-2.036 4.52-4.537 4.52z" fill="#FE6340" data-color="1"/>
<path d="M19.864 113.145a.425.425 0 1 1 0-.85c2.033 0 3.687-1.646 3.687-3.67a.425.425 0 0 1 .85 0c-.001 2.492-2.036 4.52-4.537 4.52z" fill="#FE6340" data-color="1"/>
<path d="M42.151 126.397a.425.425 0 0 1-.423-.468l4.933-48.637a.432.432 0 0 1 .466-.38.425.425 0 0 1 .38.466l-4.933 48.637a.426.426 0 0 1-.423.382z" fill="#FE6340" data-color="1"/>
<path d="M57.322 126.397a.425.425 0 0 1-.422-.382l-4.934-48.637a.426.426 0 0 1 .846-.086l4.934 48.637a.426.426 0 0 1-.38.466l-.044.002z" fill="#FE6340" data-color="1"/>
<path d="M57.084 124.051a.437.437 0 0 1-.197-.048l-13.956-7.302a.427.427 0 0 1-.037-.731l11.878-7.86-10.409-7.729a.426.426 0 0 1-.039-.649l8.858-8.372-7.126-6.386a.425.425 0 0 1 .567-.633l7.47 6.693a.424.424 0 0 1 .008.625L45.277 100l10.489 7.789a.424.424 0 0 1-.019.696l-11.783 7.797 13.318 6.968a.425.425 0 0 1-.198.801z" fill="#FE6340" data-color="1"/>
<path d="M49.799 77.896c-3.912 0-7.095-3.171-7.095-7.068s3.183-7.067 7.095-7.067 7.095 3.17 7.095 7.067-3.183 7.068-7.095 7.068zm0-13.287c-3.443 0-6.245 2.789-6.245 6.218s2.802 6.219 6.245 6.219 6.245-2.79 6.245-6.219-2.802-6.218-6.245-6.218z" fill="#FE6340" data-color="1"/>
<path d="M37.639 64.455c-.65 0-1.301-.234-1.813-.709l-9.43-8.731a2.627 2.627 0 0 1-.847-1.851 2.63 2.63 0 0 1 .709-1.905 2.676 2.676 0 0 1 3.767-.137l9.43 8.73a2.63 2.63 0 0 1 .847 1.85 2.632 2.632 0 0 1-.71 1.907 2.664 2.664 0 0 1-1.953.846zM28.21 51.262c-.488 0-.974.194-1.332.577a1.786 1.786 0 0 0-.481 1.294c.018.484.222.932.575 1.259l9.43 8.731c.735.68 1.886.638 2.568-.094.328-.352.499-.812.481-1.296s-.222-.931-.575-1.258l-9.43-8.73a1.81 1.81 0 0 0-1.236-.483z" fill="#FE6340" data-color="1"/>
<path d="M42.541 66.763a.422.422 0 0 1-.289-.113l-6.124-5.67a.425.425 0 1 1 .578-.623l6.124 5.67a.425.425 0 0 1-.289.736z" fill="#FE6340" data-color="1"/>
<path d="M61.786 64.455a2.663 2.663 0 0 1-1.953-.846 2.628 2.628 0 0 1-.709-1.906 2.637 2.637 0 0 1 .847-1.851l9.43-8.73a2.676 2.676 0 0 1 3.767.137c.483.518.736 1.194.71 1.905a2.637 2.637 0 0 1-.847 1.851l-9.43 8.731a2.666 2.666 0 0 1-1.815.709zm9.428-13.193c-.443 0-.887.16-1.237.483l-9.43 8.73a1.79 1.79 0 0 0-.575 1.258 1.79 1.79 0 0 0 .481 1.296 1.826 1.826 0 0 0 2.568.094l9.43-8.731c.353-.327.557-.774.575-1.258a1.787 1.787 0 0 0-.481-1.295 1.815 1.815 0 0 0-1.331-.577z" fill="#FE6340" data-color="1"/>
<path d="M56.883 66.763a.426.426 0 0 1-.289-.737l6.124-5.67a.426.426 0 0 1 .601.022.426.426 0 0 1-.023.601l-6.124 5.67a.418.418 0 0 1-.289.114z" fill="#FE6340" data-color="1"/>
<path d="M71.213 91.175c-.65 0-1.301-.234-1.813-.709l-9.43-8.73a2.631 2.631 0 0 1-.847-1.851 2.634 2.634 0 0 1 .709-1.906 2.677 2.677 0 0 1 3.767-.137l9.43 8.731c.521.481.821 1.139.847 1.851a2.631 2.631 0 0 1-.71 1.905 2.66 2.66 0 0 1-1.953.846zm-9.428-13.194c-.488 0-.974.194-1.332.577a1.79 1.79 0 0 0-.481 1.296c.018.483.222.931.575 1.258l9.43 8.73c.735.68 1.886.638 2.568-.094.328-.352.499-.811.481-1.295a1.795 1.795 0 0 0-.575-1.258l-9.43-8.731a1.819 1.819 0 0 0-1.236-.483z" fill="#FE6340" data-color="1"/>
<path d="M63.007 81.345a.422.422 0 0 1-.289-.113l-6.124-5.67a.425.425 0 1 1 .578-.623l6.124 5.67a.425.425 0 0 1-.289.736z" fill="#FE6340" data-color="1"/>
<path d="M28.211 91.175a2.663 2.663 0 0 1-1.953-.846 2.632 2.632 0 0 1-.709-1.905 2.633 2.633 0 0 1 .847-1.851l9.43-8.731a2.676 2.676 0 0 1 3.767.137c.484.519.736 1.195.71 1.907a2.637 2.637 0 0 1-.847 1.85l-9.43 8.73a2.669 2.669 0 0 1-1.815.709zm9.428-13.194c-.443 0-.887.16-1.237.483l-9.43 8.731a1.79 1.79 0 0 0-.575 1.259c-.018.483.153.942.481 1.294a1.826 1.826 0 0 0 2.568.094l9.43-8.73c.353-.327.557-.773.575-1.258s-.153-.944-.481-1.296a1.82 1.82 0 0 0-1.331-.577z" fill="#FE6340" data-color="1"/>
<path d="M36.417 81.345a.426.426 0 0 1-.289-.737l6.124-5.67a.427.427 0 0 1 .601.022.426.426 0 0 1-.023.601l-6.124 5.67a.418.418 0 0 1-.289.114z" fill="#FE6340" data-color="1"/>
<path d="M97.794 115.556c-1.787 0-3.58-.027-3.878-.134-.218-.077-.357-.335-.284-.555.048-.404.523-10.768.827-17.619l.035-4.841a.425.425 0 0 1 .351-.416l.867-.152a.43.43 0 0 1 .443.209l2.398 4.211 2.396-4.321a.418.418 0 0 1 .465-.208l1.179.267a.425.425 0 0 1 .331.426l-.125 4.716-.043-.002c.07.413.117 1.213.206 2.757l.865 15.008a.41.41 0 0 1-.014.247c-.126.336-.143.379-4.898.405l-1.121.002zm-3.31-.906c1.451.102 6.992.053 8.474-.027-.149-2.586-.984-17.095-1.008-17.46-.001-.016-.002-.032-.001-.049l.116-4.366-.527-.12-2.608 4.704c-.075.136-.233.173-.372.219a.423.423 0 0 1-.369-.215l-2.624-4.607-.224.039-.033 4.502c-.559 12.605-.751 16.282-.824 17.38z" fill="#FE6340" data-color="1"/>
<path d="M97.005 103.981c-1.239 0-2.239-.005-2.433-.018a.424.424 0 0 1-.396-.451c.016-.235.215-.426.452-.396.439.027 6.006.009 8.115-.001h.002a.424.424 0 0 1 .002.85c-.203.001-3.399.016-5.742.016z" fill="#FE6340" data-color="1"/>
<path d="M92.622 105.334a.417.417 0 0 1-.125-.019l-1.35-.417a.424.424 0 0 1-.292-.485l1.35-7.163.737-4.554a.424.424 0 0 1 .325-.346l1.557-.354a.425.425 0 0 1 .189.828l-1.278.291-.693 4.282-1.282 6.801.608.188 2.03-5.291a.425.425 0 0 1 .794.305l-2.173 5.662a.428.428 0 0 1-.397.272z" fill="#FE6340" data-color="1"/>
<path d="M104.918 105.334a.426.426 0 0 1-.391-.257l-2.419-5.635a.425.425 0 0 1 .781-.336l2.26 5.265.413-.153-2.051-11.089-1.125-.309a.423.423 0 0 1-.297-.522.428.428 0 0 1 .522-.298l1.384.38a.427.427 0 0 1 .306.335l.814 4.539 1.349 7.159a.425.425 0 0 1-.27.478l-1.129.417a.418.418 0 0 1-.147.026z" fill="#FE6340" data-color="1"/>
<path d="M98.438 91.719c-1.673 0-3.033-1.355-3.033-3.022s1.36-3.022 3.033-3.022c1.672 0 3.033 1.355 3.033 3.022s-1.361 3.022-3.033 3.022zm0-5.196c-1.204 0-2.184.975-2.184 2.173s.979 2.173 2.184 2.173c1.204 0 2.183-.975 2.183-2.173s-.979-2.173-2.183-2.173z" fill="#FE6340" data-color="1"/>
<path d="M78.88 98.418c-1.672 0-3.033-1.355-3.033-3.022s1.36-3.022 3.033-3.022c1.673 0 3.033 1.355 3.033 3.022s-1.36 3.022-3.033 3.022zm0-5.195c-1.204 0-2.183.975-2.183 2.173s.979 2.173 2.183 2.173c1.204 0 2.184-.975 2.184-2.173s-.98-2.173-2.184-2.173z" fill="#FE6340" data-color="1"/>
<path d="M98.438 86.523c-.954 0-1.729-.773-1.729-1.724s.775-1.724 1.729-1.724 1.729.773 1.729 1.724-.775 1.724-1.729 1.724zm0-2.597a.878.878 0 0 0-.879.874.879.879 0 0 0 1.758 0 .878.878 0 0 0-.879-.874z" fill="#FE6340" data-color="1"/>
<path d="M64.339 126.737h-2.792a.425.425 0 0 1-.425-.425v-.933c0-.146.076-.283.2-.36l.775-.483-1.144-5.169a.422.422 0 0 1 .415-.516h.004l1.019.011c.322-.023 1.678-.005 1.954 0a.424.424 0 0 1 .418.425v7.026a.423.423 0 0 1-.424.424zm-2.367-.849h1.942v-6.182a32.277 32.277 0 0 0-1.512.005l-.502-.005 1.093 4.94a.425.425 0 0 1-.19.452l-.831.518v.272z" fill="#FE6340" data-color="1"/>
<path d="M68.803 126.737h-2.792a.425.425 0 0 1-.425-.425v-7.026c0-.232.187-.422.418-.425.276-.005 1.633-.023 1.954 0l1.019-.011c.135.045.253.057.334.157s.113.232.085.359l-1.144 5.169.775.483c.125.077.2.214.2.36v.933a.423.423 0 0 1-.424.426zm-2.367-.849h1.942v-.271l-.831-.518a.424.424 0 0 1-.19-.452l1.093-4.94-.502.005a32.289 32.289 0 0 0-1.512-.005v6.181z" fill="#FE6340" data-color="1"/>
<path d="M97.464 125.729h-2.51a.426.426 0 0 1-.425-.41l-.354-10.175a.424.424 0 0 1 .41-.439.438.438 0 0 1 .439.41l.339 9.765h1.704l.68-9.604c.016-.234.232-.424.454-.394.234.017.411.22.394.454l-.708 9.998a.422.422 0 0 1-.423.395z" fill="#FE6340" data-color="1"/>
<path d="M102.038 125.729h-2.511a.426.426 0 0 1-.425-.41l-.354-10.175a.424.424 0 0 1 .41-.439.438.438 0 0 1 .439.41l.339 9.765h1.704l.679-9.604c.016-.234.222-.424.454-.394.234.017.411.22.394.454l-.707 9.998a.421.421 0 0 1-.422.395z" fill="#FE6340" data-color="1"/>
<path d="M81.549 125.32c-.597 0-.699-.092-.781-.166a.485.485 0 0 1-.15-.337c-.02-.206-.582-4.058-1.141-7.863l-.646 7.975a.426.426 0 0 1-.424.391h-1.969a.424.424 0 0 1-.424-.4l-.87-14.869a.427.427 0 0 1 .424-.449h7.236c.235 0 .425.19.425.425v14.792a.425.425 0 0 1-.383.423c-.59.056-1.003.078-1.297.078zm-.124-.85c.224-.002.591-.015.955-.042V110.45h-6.361l.82 14.02h1.176l.916-11.3a.426.426 0 0 1 .845-.029c.673 4.566 1.459 9.923 1.649 11.329z" fill="#FE6340" data-color="1"/>
<path d="M79.065 107.539a.425.425 0 0 1-.425-.425v-6.348a.425.425 0 0 1 .85 0v6.348c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M73.022 111.196h-.012c-.756-.021-1.665-.03-1.816-.007a.448.448 0 0 1-.343-.092.425.425 0 0 1-.161-.311c-.39-10.787 5.266-11.932 5.507-11.975a.42.42 0 0 1 .494.343.424.424 0 0 1-.341.493c-.218.042-5.028 1.088-4.823 10.679.323-.008.734.001 1.076.009.018-.785.083-1.6.195-2.425l.035-.279c.141-1.164.404-3.33 1.755-3.525a.426.426 0 0 1 .468.3c.236.792.363 1.626.486 2.433.083.542.165 1.083.28 1.609a.425.425 0 0 1-.83.182 26.817 26.817 0 0 1-.291-1.663c-.092-.602-.186-1.219-.325-1.809-.453.544-.626 1.972-.7 2.576l-.037.291a20.634 20.634 0 0 0-.192 2.746.426.426 0 0 1-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M86.864 111.196a.458.458 0 0 1-.083-.008c-.146-.024-1.056-.013-1.812.008a.424.424 0 0 1-.437-.425c0-.881-.065-1.805-.193-2.747l-.036-.29c-.073-.604-.247-2.032-.7-2.575-.139.589-.233 1.206-.325 1.808-.086.561-.171 1.12-.291 1.663a.425.425 0 0 1-.83-.182c.115-.526.197-1.067.28-1.609.123-.807.25-1.641.486-2.433a.432.432 0 0 1 .468-.3c1.352.195 1.614 2.362 1.755 3.525l.035.278c.112.826.178 1.641.195 2.426.341-.008.752-.018 1.075-.009.205-9.659-4.77-10.669-4.82-10.679a.424.424 0 1 1 .151-.836c.241.043 5.897 1.188 5.507 11.975a.422.422 0 0 1-.162.318.415.415 0 0 1-.263.092z" fill="#FE6340" data-color="1"/>
</g>
</svg>
</div></div><!--/$--><!--$--><div id="comp-mmkqjrhj" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrhj wixui-rich-text" data-testid="richTextElement"><h2 class="font_2 wixui-rich-text__text" style="font-size:32px; line-height:1.4em;"><span style="font-size:32px;" class="wixui-rich-text__text"><span class="color_36 wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Bienfaits Remarquables du Piment Multicolore : Beauté, Saveur et Santé</span></span></span></span></span></span></h2></div><!--/$--><!--$--><div id="comp-mmkrps06" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkrps06 wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Le Capsicum annuum ornemental transcende sa fonction décorative pour offrir une palette impressionnante d'applications et de bienfaits.</span></p></div><!--/$--><!--$--><div id="comp-mmkqjrho" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrho wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">Bienfaits du Capsicum annuum - Décoration et Horticulture d'Exception</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrhu" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrhu wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Plante ornementale par excellence pour jardins, balcons et intérieurs lumineux</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Création de compositions florales vivantes et durables aux couleurs éclatantes</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Décoration événementielle originale : mariages, réceptions, vitrines commerciales</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Aménagement paysager unique avec des massifs multicolores spectaculaires</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Cadeau végétal tendance, apprécié pour son originalité et sa longévité</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Culture en pot facile, accessible aux jardiniers amateurs comme professionnels</span></p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkqjrhy" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrhy wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">Bienfaits du Capsicum annuum -</span></span></span></span></span><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text"> Applications Culinaires et Gastronomiques</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjri1" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjri1 wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Condiment naturel apportant couleur, saveur et piquant aux plats</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Ingrédient prisé de la cuisine fusion et des chefs créatifs du monde entier</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Préparation de sauces piquantes artisanales aux teintes originales</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Décoration comestible raffinée pour présentation gastronomique haut de gamme</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Conserves et pickles colorés au goût unique et authentique</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Infusions épicées et huiles aromatisées aux reflets chatoyants</span></p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkrv88j" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkrv88j wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">Bienfaits du Capsicum annuum -</span></span></span></span></span><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text"> Propriétés Nutritionnelles et Bienfaits Santé</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkrvfv4" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkrvfv4 wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Richesse exceptionnelle en vitamine C : jusqu'à 6 fois plus que l'orange</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Capsaïcine naturelle : composé bioactif aux vertus stimulantes reconnues</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Antioxydants puissants : bêta-carotène, flavonoïdes protecteurs cellulaires</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Stimulation du métabolisme et effet thermogénique naturel</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Propriétés anti-inflammatoires étudiées par la recherche scientifique</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Soutien de la santé cardiovasculaire et de la circulation sanguine</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Vitamines A, B6 et K en quantités significatives</span></p>
</li>
</ul></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--><!--$--><section id="comp-mmkqjri5" class="comp-mmkqjri5 CohWsy wixui-column-strip"><div id="bgLayers_comp-mmkqjri5" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjri5" class="if7Vw2 GdhNyQ"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-mmkqjri5" data-motion-part="BG_MEDIA comp-mmkqjri5" class="wG8dni"><wow-image id="img_comp-mmkqjri5" class="jhxvbR i1tH8h DXi4PB Yjj1af bgImage" data-image-info="{"containerId":"comp-mmkqjri5","alignType":"center","displayMode":"original_size","targetWidth":1325,"targetHeight":421,"isLQIP":true,"encoding":"AVIF","imageData":{"width":1600,"height":652,"uri":"0a1ffa_7f4988567a874417824c93b41fb61baa~mv2.jpg","name":"","displayMode":"original_size","hasAnimation":false}}" data-motion-part="BG_IMG comp-mmkqjri5" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/0a1ffa_7f4988567a874417824c93b41fb61baa~mv2.jpg/v1/crop/x_138,y_116,w_1325,h_421,q_85,blur_2,enc_avif,quality_auto/0a1ffa_7f4988567a874417824c93b41fb61baa~mv2.jpg" alt="je voudrais sur un fond vert foncé et orangé une présentation de plantes (extraits) de Pim" style="width:100%;height:100%;object-fit:none;top:auto;left:auto;right:auto;bottom:auto" width="1325" height="421"/></wow-image></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-mmkqjri8" class="comp-mmkqjri8 YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-mmkqjri8" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjri8" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjri8" data-motion-part="BG_MEDIA comp-mmkqjri8" class="VgO9Yg"></div></div><div data-mesh-id="comp-mmkqjri8inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjri8inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmkqjrib" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrib wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Avantages du Piment d'Ornement - Industrie Cosmétique et Bien-Être</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrif" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrif wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Extraits utilisés dans les formulations stimulantes et réchauffantes</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Ingrédient actif pour crèmes et baumes apaisants musculaires</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Colorant naturel pour cosmétiques bio et produits capillaires</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Huiles de massage chauffantes pour spas et centres de bien-être</span></p>
</li>
</ul></div><!--/$--></div></div></div><!--/$--><!--$--><div id="comp-mmkqjrim" class="comp-mmkqjrim YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-mmkqjrim" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrim" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjrim" data-motion-part="BG_MEDIA comp-mmkqjrim" class="VgO9Yg"></div></div><div data-mesh-id="comp-mmkqjriminlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjriminlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmkqjrjn" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrjn wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Avantages du Piment d'Ornement - Applications Industrielles et Commerciales</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrjr" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrjr wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Extraction de pigments naturels pour l'industrie agroalimentaire</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Production d'oléorésine de capsicum pour pharmacie et cosmétique</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Matière première pour compléments alimentaires naturels</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Répulsif naturel non toxique pour certaines applications agricoles</span></p>
</li>
</ul></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--></div></div></section><!--/$--><!--$--><section id="comp-mmkqjrk1" tabindex="-1" class="Oqnisf comp-mmkqjrk1 wixui-section" data-block-level-container="ClassicSection"><div class="YtfWHd" id="pourquoi-choisir-agrodenree"></div><div id="bgLayers_comp-mmkqjrk1" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrk1" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjrk1" data-motion-part="BG_MEDIA comp-mmkqjrk1" class="VgO9Yg"></div></div><div data-mesh-id="comp-mmkqjrk1inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjrk1inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-mmkqjrk5" class="comp-mmkqjrk5 CohWsy wixui-column-strip"><div id="bgLayers_comp-mmkqjrk5" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrk5" class="if7Vw2 GdhNyQ"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-mmkqjrk5" data-motion-part="BG_MEDIA comp-mmkqjrk5" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-mmkqjrka" class="comp-mmkqjrka YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-mmkqjrka" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrka" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjrka" data-motion-part="BG_MEDIA comp-mmkqjrka" class="VgO9Yg"><wow-image id="img_comp-mmkqjrka" class="jhxvbR Kv1aVt dLPlxY mNGsUM bgImage" data-image-info="{"containerId":"comp-mmkqjrka","alignType":"left","displayMode":"fill","targetWidth":490,"targetHeight":1174,"isLQIP":true,"encoding":"AVIF","imageData":{"width":1600,"height":896,"uri":"0a1ffa_852f3a360888422a802139708d8ac8c5~mv2.jpg","name":"","displayMode":"fill","hasAnimation":false}}" data-motion-part="BG_IMG comp-mmkqjrka" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/0a1ffa_852f3a360888422a802139708d8ac8c5~mv2.jpg/v1/fill/w_123,h_69,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/0a1ffa_852f3a360888422a802139708d8ac8c5~mv2.jpg" alt="je voudrais sur un fond vert foncé et orangé une présentation de plantes (extraits) de Pim" style="width:100%;height:100%;object-fit:cover;object-position:0% 50%" width="490" height="1174"/></wow-image></div></div><div data-mesh-id="comp-mmkqjrkainlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjrkainlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmkqjrkj" class="comp-mmkqjrkj wixui-vector-image"><div data-testid="svgRoot-comp-mmkqjrkj" class="VDJedC l4CAhn"><?xml version="1.0" encoding="UTF-8"?>
<svg preserveaspectratio="xMidYMid meet" data-bbox="9.075 50.459 179.85 112.853" viewbox="9.075 50.459 179.85 112.853" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="color" role="img" aria-label="Farm Illustration"><defs><style>#comp-mmkqjrkj svg [data-color="1"] {fill: #FE8340;}</style></defs>
<g>
<path d="M188.5 126.874H9.5a.425.425 0 1 1 0-.85h179a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M66.629 134.523H24.472a.425.425 0 1 1 0-.85H66.63a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M59.932 143.128a.424.424 0 0 1-.002-.85l31.446-.136h.002a.424.424 0 0 1 .002.85l-31.446.136h-.002z" fill="#FE6340" data-color="1"/>
<path d="M168.55 132.954H90.27a.425.425 0 1 1 0-.85h78.28a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M74.426 134.585h-5.194a.425.425 0 1 1 0-.85h5.194a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M21.938 134.312h-2.46a.425.425 0 1 1 0-.85h2.46a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M58.922 151.672h-4.921a.425.425 0 1 1 0-.85h4.921a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M77.433 134.585h-.82a.425.425 0 1 1 0-.85h.82a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M177.442 132.779h-5.194a.425.425 0 1 1 0-.85h5.194a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M180.449 132.779h-.82a.425.425 0 1 1 0-.85h.82a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M17.018 134.312h-1.64a.425.425 0 1 1 0-.85h1.64a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M62.339 151.535h-1.64a.425.425 0 1 1 0-.85h1.64a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M39.883 141.263c-.527 0-1.36-.12-1.9-.79-.708-.879-.634-2.371.221-4.435a.42.42 0 0 1 .534-.237c1.042.272 2.782.906 3.302 2.236.295.754.153 1.591-.423 2.484a.425.425 0 0 1-.714-.459c.419-.652.536-1.229.346-1.716-.261-.668-1.128-1.255-2.398-1.633-.74 1.936-.529 2.82-.207 3.224.503.63 1.572.454 1.582.451a.43.43 0 0 1 .492.346.423.423 0 0 1-.343.491c-.023.004-.215.038-.492.038z" fill="#FE6340" data-color="1"/>
<path d="M44.419 141.726c-.199 0-.409-.017-.628-.048a.425.425 0 0 1 .122-.841c.774.115 1.354-.021 1.722-.399.5-.513.678-1.537.501-2.839-2.09.128-2.812.689-3.044 1.152-.356.709.235 1.598.241 1.606a.426.426 0 0 1-.699.485c-.037-.053-.888-1.307-.302-2.473.508-1.011 1.906-1.562 4.153-1.638.231.006.393.14.432.347l.006.042c.18 1.055.316 2.89-.679 3.911-.451.461-1.063.695-1.825.695z" fill="#FE6340" data-color="1"/>
<path d="M42.02 144.108a.425.425 0 0 1-.397-.272l-1.455-3.801a.425.425 0 0 1 .794-.305l1.05 2.745c.424-.956 1.212-2.312 2.507-3.133a.426.426 0 0 1 .455.719c-1.839 1.164-2.537 3.706-2.544 3.732a.425.425 0 0 1-.389.314l-.021.001z" fill="#FE6340" data-color="1"/>
<path d="M74.22 156.866c-.527 0-1.361-.12-1.9-.79-.708-.88-.634-2.372.221-4.436a.43.43 0 0 1 .493-.25l.042.013c1.76.462 2.917 1.253 3.301 2.238.294.754.152 1.59-.423 2.483a.425.425 0 1 1-.714-.459c.419-.652.536-1.229.346-1.715-.26-.668-1.127-1.255-2.399-1.635-.741 1.939-.528 2.824-.204 3.227.502.623 1.569.451 1.578.45a.424.424 0 0 1 .494.343.424.424 0 0 1-.343.493 2.837 2.837 0 0 1-.492.038z" fill="#FE6340" data-color="1"/>
<path d="M78.755 157.329c-.199 0-.409-.017-.628-.048a.425.425 0 0 1 .122-.841c.774.115 1.354-.021 1.722-.399.5-.513.678-1.537.501-2.839-2.086.128-2.809.688-3.043 1.148-.362.713.234 1.603.24 1.611a.425.425 0 0 1-.7.483c-.037-.053-.888-1.307-.302-2.472.508-1.011 1.905-1.562 4.153-1.638a.414.414 0 0 1 .432.347l.006.042c.18 1.055.316 2.889-.679 3.91-.45.463-1.062.696-1.824.696z" fill="#FE6340" data-color="1"/>
<path d="M76.271 162.995a.425.425 0 0 1-.417-.344l-1.37-7.084a.425.425 0 0 1 .337-.498.42.42 0 0 1 .498.336l.943 4.879c.439-1.923 1.256-4.49 2.593-5.338a.426.426 0 0 1 .455.719c-1.503.952-2.399 5.349-2.618 6.962a.425.425 0 0 1-.409.368h-.012z" fill="#FE6340" data-color="1"/>
<path d="M85.698 140.365c-.199 0-.409-.017-.628-.048a.425.425 0 0 1 .122-.841c.775.115 1.354-.021 1.722-.399.499-.512.678-1.536.502-2.839-2.087.128-2.81.688-3.043 1.148-.361.713.235 1.602.241 1.611a.425.425 0 0 1-.7.483c-.037-.053-.888-1.307-.302-2.472.508-1.011 1.905-1.562 4.153-1.638.235.005.393.14.432.346l.006.044c.179 1.056.315 2.89-.679 3.91-.452.462-1.064.695-1.826.695z" fill="#FE6340" data-color="1"/>
<path d="M83.298 142.748a.425.425 0 0 1-.41-.536c.032-.117.795-2.891 2.911-4.23a.426.426 0 0 1 .455.719c-1.832 1.16-2.538 3.707-2.545 3.732a.426.426 0 0 1-.411.315z" fill="#FE6340" data-color="1"/>
<path d="M53.796 149.016c-.558 0-.933-.224-1.164-.437-.927-.854-.917-2.711-.746-4.117h.004a.423.423 0 0 1 .444-.44c1.445.069 2.418.513 2.895 1.317.704 1.192-.009 2.676-.04 2.738a.423.423 0 0 1-.567.194.426.426 0 0 1-.196-.568c.005-.011.542-1.14.069-1.935-.283-.476-.888-.767-1.802-.867-.14 1.493.048 2.622.515 3.053.215.198.509.257.898.178a.425.425 0 0 1 .169.832 2.325 2.325 0 0 1-.479.052z" fill="#FE6340" data-color="1"/>
<path d="M55.492 151.399a.425.425 0 0 1-.417-.346c-.005-.025-.507-2.59-1.8-3.743a.425.425 0 0 1 .566-.635c1.508 1.348 2.046 4.103 2.068 4.22a.424.424 0 0 1-.417.504z" fill="#FE6340" data-color="1"/>
<path d="M54.089 132.256c-.488 0-.816-.196-1.02-.384-.797-.735-.791-2.311-.646-3.503h.002a.422.422 0 0 1 .444-.428c1.233.059 2.067.44 2.478 1.136.607 1.029-.004 2.302-.031 2.355a.426.426 0 0 1-.496.221.426.426 0 0 1-.315.559c-.149.03-.288.044-.416.044zm-.858-3.433c-.1 1.178.053 2.09.415 2.425.104.095.289.215.69.131a.401.401 0 0 1 .201.007.42.42 0 0 1 .018-.327c.004-.01.437-.921.061-1.553-.219-.365-.683-.595-1.385-.683z" fill="#FE6340" data-color="1"/>
<path d="M55.508 134.249a.425.425 0 0 1-.417-.346c-.004-.021-.42-2.143-1.483-3.091a.426.426 0 0 1 .566-.635c1.28 1.142 1.734 3.469 1.752 3.567a.424.424 0 0 1-.418.505z" fill="#FE6340" data-color="1"/>
<path d="M109.899 126.915a.425.425 0 0 1-.425-.425v-19.924H88.648v19.924a.425.425 0 0 1-.85 0v-20.349c0-.234.19-.425.425-.425h21.676c.235 0 .425.19.425.425v20.349c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M88.19 126.915h-8.336a.425.425 0 0 1-.425-.425v-20.349c0-.234.19-.425.425-.425h8.336c.235 0 .425.19.425.425v20.349c0 .235-.19.425-.425.425zm-7.912-.85h7.487v-19.499h-7.487v19.499z" fill="#FE6340" data-color="1"/>
<path d="M118.27 126.915h-8.336a.425.425 0 0 1-.425-.425v-20.349c0-.234.19-.425.425-.425h8.336c.235 0 .425.19.425.425v20.349a.426.426 0 0 1-.425.425zm-7.912-.85h7.486v-19.499h-7.486v19.499z" fill="#FE6340" data-color="1"/>
<path d="M106.238 95.152H91.624a.425.425 0 0 1-.425-.425V82.483c0-.14.068-.271.184-.35l7.225-4.98a.42.42 0 0 1 .479-.003l7.389 4.98a.424.424 0 0 1 .188.353v12.244a.426.426 0 0 1-.426.425zm-14.189-.849h13.764V82.709l-6.961-4.691-6.803 4.689v11.596z" fill="#FE6340" data-color="1"/>
<path d="M68.964 97.193a.425.425 0 0 1-.372-.629l10.673-19.526a.43.43 0 0 1 .13-.145l18.677-13.018a.423.423 0 0 1 .479-.005l19.478 13.018a.408.408 0 0 1 .134.146l10.94 19.526a.425.425 0 0 1-.741.416l-10.89-19.438-19.152-12.8-18.357 12.796-10.625 19.439a.426.426 0 0 1-.374.22z" fill="#FE6340" data-color="1"/>
<path d="M125.855 126.874a.425.425 0 0 1-.425-.425V95.207a.425.425 0 0 1 .85 0v31.242c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M72.234 126.874a.425.425 0 0 1-.425-.425V95.207a.425.425 0 0 1 .85 0v31.242c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M88.224 126.915a.425.425 0 0 1-.393-.263l-8.404-20.349a.424.424 0 1 1 .785-.325l8.404 20.349a.424.424 0 0 1-.392.588z" fill="#FE6340" data-color="1"/>
<path d="M79.854 126.915a.426.426 0 0 1-.393-.586l8.336-20.349a.426.426 0 0 1 .786.323l-8.336 20.349a.427.427 0 0 1-.393.263z" fill="#FE6340" data-color="1"/>
<path d="M118.304 126.915a.425.425 0 0 1-.393-.263l-8.404-20.349a.424.424 0 1 1 .785-.325l8.404 20.349a.424.424 0 0 1-.392.588z" fill="#FE6340" data-color="1"/>
<path d="M109.934 126.915a.426.426 0 0 1-.393-.586l8.336-20.349a.426.426 0 0 1 .786.323l-8.336 20.349a.427.427 0 0 1-.393.263z" fill="#FE6340" data-color="1"/>
<path d="M86.62 95.632a.423.423 0 0 1-.425-.425v-14.84a.424.424 0 0 1 .614-.381l3.662 1.822a.426.426 0 0 1-.379.761l-3.048-1.517v13.664l3.178-.452a.425.425 0 0 1 .119.841l-3.662.521a.232.232 0 0 1-.059.006z" fill="#FE6340" data-color="1"/>
<path d="M110.946 95.632a.403.403 0 0 1-.06-.004l-3.662-.521a.425.425 0 1 1 .12-.841l3.177.452V81.054l-3.047 1.517a.426.426 0 0 1-.379-.761l3.662-1.822a.428.428 0 0 1 .614.381v14.84c0 .123-.053.24-.146.321a.436.436 0 0 1-.279.102z" fill="#FE6340" data-color="1"/>
<path d="M155.654 155.97H88.19a.425.425 0 1 1 0-.85h67.464a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M102.753 163.312H72.234a.425.425 0 1 1 0-.85h30.519a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M108.031 140.591a.425.425 0 0 1-.425-.425c0-1.126-.922-2.043-2.055-2.043s-2.055.917-2.055 2.043a.425.425 0 0 1-.85 0c0-1.595 1.303-2.893 2.904-2.893s2.904 1.298 2.904 2.893a.422.422 0 0 1-.423.425z" fill="#FE6340" data-color="1"/>
<path d="M113.426 145.696a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.904-2.893 2.902 2.902 0 0 1 2.905 2.893.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M123.549 145.696a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M133.672 145.696a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M143.796 145.696a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.904-2.893 2.902 2.902 0 0 1 2.905 2.893.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M153.919 145.696a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.904-2.893 2.902 2.902 0 0 1 2.905 2.893.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M118.27 140.591a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893c0 .234-.19.425-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M128.508 140.591a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M138.747 140.591a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M148.986 140.591a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893.424.424 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M159.225 140.591a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893c0 .234-.19.425-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M108.031 150.082a.425.425 0 0 1-.425-.425c0-1.126-.922-2.043-2.055-2.043s-2.055.917-2.055 2.043a.425.425 0 0 1-.85 0c0-1.595 1.303-2.893 2.904-2.893s2.904 1.298 2.904 2.893a.422.422 0 0 1-.423.425z" fill="#FE6340" data-color="1"/>
<path d="M118.27 150.082a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893c0 .235-.19.425-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M128.508 150.082a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M138.747 150.082a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M148.986 150.082a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893.423.423 0 0 1-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M159.225 150.082a.425.425 0 0 1-.425-.425 2.052 2.052 0 0 0-2.055-2.043 2.052 2.052 0 0 0-2.055 2.043.425.425 0 0 1-.85 0 2.902 2.902 0 0 1 2.905-2.893 2.901 2.901 0 0 1 2.904 2.893c0 .235-.19.425-.424.425z" fill="#FE6340" data-color="1"/>
<path d="M98.315 64.649a.425.425 0 0 1-.425-.425V54.79a.425.425 0 0 1 .85 0v9.434c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M48.988 126.401a.425.425 0 0 1-.425-.425v-24.285a.425.425 0 0 1 .85 0v24.285c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M48.761 108.869a3.55 3.55 0 0 1-3.554-3.54.425.425 0 0 1 .85 0 2.7 2.7 0 0 0 2.705 2.69.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M48.761 114.088a3.55 3.55 0 0 1-3.554-3.539.425.425 0 0 1 .85 0 2.7 2.7 0 0 0 2.705 2.689.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M48.761 118.316a3.55 3.55 0 0 1-3.554-3.539.425.425 0 0 1 .85 0 2.7 2.7 0 0 0 2.705 2.689.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M49.095 106.298a.425.425 0 1 1 0-.85 2.7 2.7 0 0 0 2.705-2.689.425.425 0 0 1 .85 0 3.552 3.552 0 0 1-3.555 3.539z" fill="#FE6340" data-color="1"/>
<path d="M49.095 111.533a.425.425 0 1 1 0-.85 2.701 2.701 0 0 0 2.705-2.69.425.425 0 0 1 .85 0 3.552 3.552 0 0 1-3.555 3.54z" fill="#FE6340" data-color="1"/>
<path d="M49.095 116.322a.425.425 0 1 1 0-.85 2.7 2.7 0 0 0 2.705-2.689.425.425 0 0 1 .85 0 3.552 3.552 0 0 1-3.555 3.539z" fill="#FE6340" data-color="1"/>
<path d="M137.144 126.401a.425.425 0 0 1-.425-.425v-24.285a.425.425 0 0 1 .85 0v24.285c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M136.917 108.869a3.55 3.55 0 0 1-3.554-3.54.425.425 0 0 1 .85 0 2.7 2.7 0 0 0 2.705 2.69.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M136.917 114.088a3.55 3.55 0 0 1-3.554-3.539.425.425 0 0 1 .85 0 2.7 2.7 0 0 0 2.705 2.689.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M136.917 118.316a3.55 3.55 0 0 1-3.554-3.539.425.425 0 0 1 .85 0 2.7 2.7 0 0 0 2.705 2.689.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M137.251 106.298a.425.425 0 1 1 0-.85 2.7 2.7 0 0 0 2.705-2.689.425.425 0 0 1 .85 0 3.552 3.552 0 0 1-3.555 3.539z" fill="#FE6340" data-color="1"/>
<path d="M137.251 111.533a.425.425 0 1 1 0-.85 2.701 2.701 0 0 0 2.705-2.69.425.425 0 0 1 .85 0 3.552 3.552 0 0 1-3.555 3.54z" fill="#FE6340" data-color="1"/>
<path d="M137.251 116.322a.425.425 0 1 1 0-.85 2.7 2.7 0 0 0 2.705-2.689.425.425 0 0 1 .85 0 3.552 3.552 0 0 1-3.555 3.539z" fill="#FE6340" data-color="1"/>
<path d="M174.905 126.401a.425.425 0 0 1-.425-.425v-20.104a.425.425 0 0 1 .85 0v20.104c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M174.678 111.888c-1.96 0-3.554-1.347-3.554-3.003a.425.425 0 0 1 .85 0c0 1.188 1.213 2.153 2.705 2.153a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M174.678 116.208c-1.96 0-3.554-1.347-3.554-3.003a.425.425 0 0 1 .85 0c0 1.188 1.213 2.153 2.705 2.153a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M174.678 119.709c-1.96 0-3.554-1.347-3.554-3.003a.425.425 0 0 1 .85 0c0 1.188 1.213 2.153 2.705 2.153a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M175.012 109.76a.425.425 0 1 1 0-.85c1.491 0 2.705-.966 2.705-2.153a.425.425 0 0 1 .85 0c-.001 1.656-1.595 3.003-3.555 3.003z" fill="#FE6340" data-color="1"/>
<path d="M175.012 114.093a.425.425 0 1 1 0-.85c1.491 0 2.705-.966 2.705-2.153a.425.425 0 0 1 .85 0c-.001 1.656-1.595 3.003-3.555 3.003z" fill="#FE6340" data-color="1"/>
<path d="M175.012 118.058a.425.425 0 1 1 0-.85c1.491 0 2.705-.966 2.705-2.153a.425.425 0 0 1 .85 0c-.001 1.656-1.595 3.003-3.555 3.003z" fill="#FE6340" data-color="1"/>
<path d="M62.854 126.401a.425.425 0 0 1-.425-.425V107.78a.425.425 0 0 1 .85 0v18.196c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M62.628 113.265c-1.96 0-3.554-1.237-3.554-2.759a.425.425 0 0 1 .85 0c0 1.053 1.213 1.909 2.705 1.909a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M62.628 117.176c-1.96 0-3.554-1.237-3.554-2.759a.425.425 0 0 1 .85 0c0 1.053 1.213 1.909 2.705 1.909a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M62.628 120.344c-1.96 0-3.554-1.237-3.554-2.759a.425.425 0 0 1 .85 0c0 1.053 1.213 1.909 2.705 1.909a.425.425 0 1 1-.001.85z" fill="#FE6340" data-color="1"/>
<path d="M62.962 111.339a.425.425 0 1 1 0-.85c1.491 0 2.705-.856 2.705-1.909a.425.425 0 0 1 .85 0c-.001 1.522-1.595 2.759-3.555 2.759z" fill="#FE6340" data-color="1"/>
<path d="M62.962 115.261a.425.425 0 1 1 0-.85c1.491 0 2.705-.856 2.705-1.908a.425.425 0 0 1 .85 0c-.001 1.52-1.595 2.758-3.555 2.758z" fill="#FE6340" data-color="1"/>
<path d="M62.962 118.85a.425.425 0 1 1 0-.85c1.491 0 2.705-.856 2.705-1.909a.425.425 0 0 1 .85 0c-.001 1.521-1.595 2.759-3.555 2.759z" fill="#FE6340" data-color="1"/>
<path d="M32.714 126.401a.425.425 0 0 1-.425-.425V94.119a.425.425 0 0 1 .85 0v31.857c0 .235-.19.425-.425.425z" fill="#FE6340" data-color="1"/>
<path d="M32.416 103.401c-2.498 0-4.53-2.023-4.53-4.511a.425.425 0 0 1 .85 0c0 2.019 1.651 3.661 3.68 3.661a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M32.416 110.248c-2.498 0-4.53-2.023-4.53-4.511a.425.425 0 0 1 .85 0c0 2.019 1.651 3.661 3.68 3.661a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M32.416 115.796c-2.498 0-4.53-2.023-4.53-4.511a.425.425 0 0 1 .85 0c0 2.019 1.651 3.661 3.68 3.661a.425.425 0 1 1 0 .85z" fill="#FE6340" data-color="1"/>
<path d="M32.854 100.029a.425.425 0 1 1 0-.85c2.029 0 3.68-1.643 3.68-3.661a.425.425 0 0 1 .85 0c0 2.488-2.031 4.511-4.53 4.511z" fill="#FE6340" data-color="1"/>
<path d="M32.854 106.896a.425.425 0 1 1 0-.85c2.029 0 3.68-1.643 3.68-3.661a.425.425 0 0 1 .85 0c0 2.488-2.031 4.511-4.53 4.511z" fill="#FE6340" data-color="1"/>
<path d="M32.854 113.18a.425.425 0 1 1 0-.85c2.029 0 3.68-1.643 3.68-3.661a.425.425 0 0 1 .85 0c0 2.487-2.031 4.511-4.53 4.511z" fill="#FE6340" data-color="1"/>
<path d="M148.986 126.401a.425.425 0 0 1-.423-.468l4.934-48.608c.024-.232.23-.39.466-.38a.425.425 0 0 1 .38.466l-4.934 48.608a.426.426 0 0 1-.423.382z" fill="#FE6340" data-color="1"/>
<path d="M164.158 126.401a.425.425 0 0 1-.422-.382l-4.934-48.608a.426.426 0 0 1 .38-.466c.241-.012.442.147.466.38l4.934 48.608a.426.426 0 0 1-.424.468z" fill="#FE6340" data-color="1"/>
<path d="M163.919 124.057a.43.43 0 0 1-.196-.048l-13.956-7.297a.424.424 0 0 1-.038-.731l11.878-7.856-10.409-7.725c-.101-.074.491-.408.067-.549-.12-.04.095-.29.186-.376l8.565-8.091-7.125-6.382a.425.425 0 0 1 .567-.633l7.469 6.689a.424.424 0 0 1 .008.625l-8.825 8.337 10.489 7.784a.424.424 0 0 1-.019.696l-11.783 7.793 13.317 6.963a.425.425 0 0 1-.195.801z" fill="#FE6340" data-color="1"/>
<path d="M156.634 77.928c-3.912 0-7.095-3.169-7.095-7.063 0-3.896 3.183-7.064 7.095-7.064s7.095 3.169 7.095 7.064c0 3.894-3.183 7.063-7.095 7.063zm0-13.279c-3.443 0-6.245 2.788-6.245 6.215 0 3.426 2.802 6.214 6.245 6.214s6.245-2.788 6.245-6.214c0-3.426-2.801-6.215-6.245-6.215z" fill="#FE6340" data-color="1"/>
<path d="M144.475 64.495c-.65 0-1.301-.234-1.813-.709l-9.43-8.726c-.521-.481-.821-1.139-.847-1.85s.227-1.388.71-1.905a2.679 2.679 0 0 1 3.767-.138l9.43 8.728c.521.48.821 1.138.847 1.849a2.63 2.63 0 0 1-.709 1.905 2.672 2.672 0 0 1-1.955.846zm-9.429-13.185c-.488 0-.974.193-1.332.576-.328.352-.499.811-.481 1.294s.222.931.575 1.258l9.43 8.726c.734.68 1.886.64 2.568-.093v-.001c.328-.352.499-.811.481-1.294s-.222-.93-.575-1.256l-9.43-8.728a1.814 1.814 0 0 0-1.236-.482z" fill="#FE6340" data-color="1"/>
<path d="M149.377 66.801a.422.422 0 0 1-.289-.113l-6.124-5.666a.425.425 0 1 1 .578-.623l6.124 5.666a.425.425 0 0 1-.289.736z" fill="#FE6340" data-color="1"/>
<path d="M168.621 64.496a2.664 2.664 0 0 1-1.953-.846v-.001c-.484-.518-.736-1.194-.71-1.905s.327-1.368.847-1.85l9.43-8.726a2.676 2.676 0 0 1 3.767.137 2.63 2.63 0 0 1 .709 1.904 2.633 2.633 0 0 1-.847 1.851l-9.43 8.726a2.655 2.655 0 0 1-1.813.71zm9.429-13.186c-.443 0-.887.16-1.237.483l-9.43 8.726a1.79 1.79 0 0 0-.575 1.257c-.018.482.153.942.481 1.294a1.826 1.826 0 0 0 2.568.094l9.43-8.726c.353-.327.558-.774.575-1.258s-.153-.943-.481-1.294a1.814 1.814 0 0 0-1.331-.576z" fill="#FE6340" data-color="1"/>
<path d="M163.719 66.801a.426.426 0 0 1-.289-.737l6.124-5.666a.427.427 0 0 1 .601.022.426.426 0 0 1-.023.601l-6.124 5.666a.418.418 0 0 1-.289.114z" fill="#FE6340" data-color="1"/>
<path d="M178.049 91.2c-.65 0-1.301-.234-1.813-.709l-9.43-8.726c-.521-.481-.821-1.139-.847-1.85s.227-1.388.71-1.905a2.679 2.679 0 0 1 3.767-.138l9.43 8.728c.521.48.821 1.138.847 1.849a2.63 2.63 0 0 1-.709 1.905 2.668 2.668 0 0 1-1.955.846zm-9.428-13.185c-.488 0-.974.193-1.332.576-.328.352-.499.811-.481 1.294s.222.931.575 1.258l9.43 8.726c.735.68 1.887.638 2.568-.094.328-.352.499-.811.481-1.294s-.222-.93-.575-1.256l-9.43-8.728a1.818 1.818 0 0 0-1.236-.482z" fill="#FE6340" data-color="1"/>
<path d="M169.843 81.376a.422.422 0 0 1-.289-.113l-6.124-5.667a.425.425 0 1 1 .578-.623l6.124 5.667a.425.425 0 0 1-.289.736z" fill="#FE6340" data-color="1"/>
<path d="M135.047 91.2a2.663 2.663 0 0 1-1.953-.846c-.484-.518-.736-1.194-.71-1.905s.327-1.368.847-1.85l9.43-8.726a2.676 2.676 0 0 1 3.767.137 2.63 2.63 0 0 1 .709 1.904 2.633 2.633 0 0 1-.847 1.851l-9.43 8.726a2.656 2.656 0 0 1-1.813.709zm9.428-13.185c-.443 0-.887.16-1.237.483l-9.43 8.726a1.79 1.79 0 0 0-.575 1.257c-.018.482.153.942.481 1.294a1.826 1.826 0 0 0 2.568.094l9.43-8.726c.353-.327.558-.774.575-1.258s-.153-.943-.481-1.294a1.814 1.814 0 0 0-1.331-.576z" fill="#FE6340" data-color="1"/>
<path d="M143.253 81.376a.426.426 0 0 1-.289-.737l6.124-5.667a.426.426 0 0 1 .601.022.426.426 0 0 1-.023.601l-6.124 5.667a.418.418 0 0 1-.289.114z" fill="#FE6340" data-color="1"/>
</g>
</svg>
</div></div><!--/$--><!--$--><div id="comp-mmkqjrkp" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrkp wixui-rich-text" data-testid="richTextElement"><h2 class="font_2 wixui-rich-text__text" style="font-size:32px; line-height:1.4em;"><span style="color:#FEB740;" class="wixui-rich-text__text"><span style="font-size:32px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Pourquoi choisir AGRODENREE pour vous procurer Capsicum annuum ?</span></span></span></span></span></span></h2></div><!--/$--><!--$--><div id="comp-mmkqjrku" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrku wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Excellence, Passion et Fiabilité – Les Piliers de Notre Engagement envers Vous.</span></p></div><!--/$--><!--$--><div id="comp-mmkqjrkx" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrkx wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text"> Vente en Gros Adaptée à Tout Besoin avec AGRODENREE</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrl0" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrl0 wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Volumes sur mesure : du kilogramme pour les artisans à la tonne pour l'industrie</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Grille tarifaire dégressive récompensant la fidélité et les volumes importants</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Conditionnement personnalisable : sachets, cartons, conteneurs selon vos spécifications</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Approvisionnement régulier garanti grâce à nos capacités de production étendues</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Contrats annuels sécurisant votre chaîne d'approvisionnement</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Échantillons gratuits pour validation qualité avant engagement</span></p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkqjrl2" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrl2 wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Engagement Qualité Optimale Sans Compromis avec ferme AGRODENREE</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrl5" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrl5 wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Contrôles qualité systématiques à chaque étape de production</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Standards de qualité alignés sur les exigences européennes et internationales</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Traçabilité intégrale : parcelle, date de récolte, lot de conditionnement</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Analyses laboratoire disponibles : profil nutritionnel, taux de capsaïcine, pureté</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Certification phytosanitaire garantissant l'absence de parasites et maladies</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Politique zéro défaut : seuls les meilleurs produits quittent nos installations</span></p>
</li>
</ul></div><!--/$--></div></div></div><!--/$--><!--$--><div id="comp-mmkqjrl7" class="comp-mmkqjrl7 YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-mmkqjrl7" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrl7" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjrl7" data-motion-part="BG_MEDIA comp-mmkqjrl7" class="VgO9Yg"></div></div><div data-mesh-id="comp-mmkqjrl7inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjrl7inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmkqjrlb" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrlb wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Service Client Exceptionnel et Sur Mesure avec ferme AGRODENREE</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrle" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrle wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Équipe commerciale dédiée, passionnée et experte en Capsicum annuum</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Réponse rapide garantie à toutes vos demandes et interrogations</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Conseils personnalisés sur les variétés et formes adaptées à vos projets</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Accompagnement de A à Z : de la commande à l'après-vente</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Flexibilité totale pour s'adapter à vos contraintes et calendriers</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Communication fluide en plusieurs langues pour une collaboration sans frontières</span></p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkqjrlh" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrlh wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Livraison Ultra Rapide et Sécurisée avec ferme AGRODENREE</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrlj" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrlj wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Réseau logistique international rodé couvrant Europe, Amériques, Asie et Moyen-Orient</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Conditionnement spécialisé préservant fraîcheur, couleurs et qualité des produits</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Chaîne du froid maîtrisée pour les expéditions de plants et fruits frais</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Suivi GPS en temps réel de chaque expédition jusqu'à réception</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Délais d'acheminement optimisés grâce à nos partenaires transporteurs premium</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Documentation phytosanitaire et douanière complète, conforme aux standards internationaux</span></p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkqjrlm" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrlm wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_41 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Techniques Innovantes de Culture et Récolte avec AGRODENREE</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrlo" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrlo wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text"><span style="font-weight:bold;" class="wixui-rich-text__text">Sélection génétique rigoureuse </span>: variétés à fort rendement et coloration optimale</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text"><span style="font-weight:bold;" class="wixui-rich-text__text">Pépinières contrôlées</span> : germination en conditions idéales pour plants vigoureux</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text"><span style="font-weight:bold;" class="wixui-rich-text__text">Agriculture de précision</span> : monitoring des cultures pour une croissance parfaite</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text"><span style="font-weight:bold;" class="wixui-rich-text__text">Irrigation au goutte-à-goutte</span> : hydratation optimale sans gaspillage</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text"><span style="font-weight:bold;" class="wixui-rich-text__text">Fertilisation organique</span> : sols enrichis naturellement pour des fruits sains</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text"><span style="font-weight:bold;" class="wixui-rich-text__text">Récolte échelonnée experte</span> : cueillette au stade de maturité exact selon vos besoins</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text"><span style="font-weight:bold;" class="wixui-rich-text__text">Post-récolte maîtrisée</span> : tri, calibrage et conditionnement dans nos installations modernes</span></p>
</li>
</ul></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--></div></div></section><!--/$--><!--$--><section id="comp-mmkqjrls" tabindex="-1" class="Oqnisf comp-mmkqjrls wixui-section" data-block-level-container="ClassicSection"><div class="YtfWHd" id="engagement-environnemental"></div><div id="bgLayers_comp-mmkqjrls" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mmkqjrls" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mmkqjrls" data-motion-part="BG_MEDIA comp-mmkqjrls" class="VgO9Yg"><wow-image id="img_comp-mmkqjrls" class="jhxvbR Kv1aVt dLPlxY mNGsUM bgImage" data-image-info="{"containerId":"comp-mmkqjrls","alignType":"center","displayMode":"fill","targetWidth":980,"targetHeight":899,"isLQIP":true,"encoding":"AVIF","imageData":{"width":1600,"height":896,"uri":"0a1ffa_4735a4dd62644596bfb1430fd0f8b01c~mv2.jpg","name":"","displayMode":"fill","hasAnimation":false}}" data-motion-part="BG_IMG comp-mmkqjrls" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/0a1ffa_4735a4dd62644596bfb1430fd0f8b01c~mv2.jpg/v1/fill/w_147,h_82,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/0a1ffa_4735a4dd62644596bfb1430fd0f8b01c~mv2.jpg" alt="je voudrais sur un fond vert foncé et orangé une présentation de plantes (extraits) de Pim" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="980" height="899"/></wow-image></div></div><div data-mesh-id="comp-mmkqjrlsinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-mmkqjrlsinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-mmkqjrlw" class="comp-mmkqjrlw wixui-vector-image"><div data-testid="svgRoot-comp-mmkqjrlw" class="VDJedC l4CAhn"><?xml version="1.0" encoding="UTF-8"?>
<svg preserveaspectratio="xMidYMid meet" data-bbox="16.886 13.35 163.27 171.32" viewbox="16.886 13.35 163.27 171.32" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="color" role=presentation aria-hidden=true aria-label=""><defs><style>#comp-mmkqjrlw svg [data-color="1"] {fill: #FE8340;}</style></defs>
<g>
<path d="M49.022 157.483a.65.65 0 0 1-.205-1.267l123.147-40.932a.65.65 0 1 1 .41 1.234L49.228 157.45a.647.647 0 0 1-.206.033z" fill="#FE6340" data-color="1"/>
<path d="M59.568 168.227a.65.65 0 0 1-.205-1.267l37.09-12.328a.65.65 0 1 1 .41 1.234l-37.09 12.328a.666.666 0 0 1-.205.033z" fill="#FE6340" data-color="1"/>
<path d="M89.517 174.896a.65.65 0 0 1-.205-1.267l68.5-22.768a.65.65 0 1 1 .41 1.234l-68.5 22.768a.675.675 0 0 1-.205.033z" fill="#FE6340" data-color="1"/>
<path d="M138.437 138.847a.65.65 0 0 1-.205-1.267l30.75-10.221a.65.65 0 1 1 .41 1.234l-30.75 10.221a.675.675 0 0 1-.205.033z" fill="#FE6340" data-color="1"/>
<path d="M101.398 154.447a.65.65 0 0 1-.205-1.267l9.387-3.12a.65.65 0 1 1 .41 1.234l-9.387 3.12a.637.637 0 0 1-.205.033z" fill="#FE6340" data-color="1"/>
<path d="M114.737 150.014a.65.65 0 0 1-.205-1.267l1.482-.492a.65.65 0 1 1 .41 1.234l-1.482.492a.666.666 0 0 1-.205.033z" fill="#FE6340" data-color="1"/>
<path d="M133.589 155.327a.65.65 0 0 1-.114-1.29c1.516-.27 2.519-.888 2.98-1.838.634-1.302.316-3.383-.867-5.755-3.081 1.221-4.82 2.63-5.04 4.093-.243 1.615 1.451 2.934 1.468 2.946a.651.651 0 0 1-.786 1.036c-.095-.072-2.319-1.786-1.969-4.166.307-2.075 2.465-3.87 6.415-5.334a.648.648 0 0 1 .825.36c.95 1.792 2.286 5 1.123 7.388-.654 1.346-1.974 2.203-3.921 2.549a.629.629 0 0 1-.114.011z" fill="#FE6340" data-color="1"/>
<path d="M131.739 160.84a.65.65 0 0 1-.647-.611c-.014-.229-.303-5.667 2.674-9.326a.65.65 0 1 1 1.008.82c-2.66 3.271-2.388 8.377-2.385 8.428a.65.65 0 0 1-.609.688l-.041.001z" fill="#FE6340" data-color="1"/>
<path d="M166.73 113.006a.65.65 0 0 1-.114-1.29c1.516-.271 2.519-.889 2.98-1.839.634-1.303.316-3.383-.866-5.754-3.087 1.222-4.826 2.633-5.042 4.098-.24 1.627 1.45 2.927 1.468 2.939a.65.65 0 0 1-.785 1.037c-.095-.072-2.32-1.787-1.969-4.166.307-2.075 2.465-3.87 6.415-5.333a.65.65 0 0 1 .825.359c.95 1.791 2.286 4.998 1.123 7.388-.654 1.346-1.974 2.203-3.921 2.55a.612.612 0 0 1-.114.011z" fill="#FE6340" data-color="1"/>
<path d="M164.881 118.518a.65.65 0 0 1-.647-.611c-.014-.229-.303-5.667 2.674-9.326a.649.649 0 1 1 1.008.82c-2.66 3.271-2.388 8.377-2.385 8.428a.65.65 0 0 1-.609.688l-.041.001z" fill="#FE6340" data-color="1"/>
<path d="M51.019 151.971a2.9 2.9 0 0 1-1.204-.264c-2.247-1.014-3.312-4.774-3.747-6.926l.01-.003a.649.649 0 0 1 .425-.876c2.59-.725 4.563-.519 5.867.613 1.937 1.685 1.551 4.732 1.534 4.861a.654.654 0 0 1-.729.557.652.652 0 0 1-.56-.729c.003-.025.307-2.492-1.103-3.712-.86-.745-2.229-.91-4.068-.49.659 2.942 1.731 4.989 2.906 5.52.555.25 1.166.177 1.867-.227a.65.65 0 1 1 .651 1.125c-.636.367-1.254.551-1.849.551z" fill="#FE6340" data-color="1"/>
<path d="M56.354 155.14a.65.65 0 0 1-.569-.335c-.024-.044-2.504-4.452-5.587-5.797a.65.65 0 0 1 .519-1.191c3.489 1.521 6.095 6.16 6.204 6.357a.65.65 0 0 1-.567.966z" fill="#FE6340" data-color="1"/>
<path d="M98.442 184.67c-12.534 0-24.988-2.927-36.519-8.718-19.489-9.789-34.005-26.592-40.874-47.313C6.87 85.863 30.088 39.512 72.806 25.312c11.704-3.891 23.794-5.082 35.938-3.537a.649.649 0 1 1-.165 1.289c-11.946-1.517-23.846-.347-35.363 3.482C31.178 40.52 8.329 86.134 22.283 128.23c6.759 20.392 21.044 36.927 40.223 46.56 19.18 9.634 40.955 11.21 61.319 4.442 42.038-13.973 64.887-59.587 50.933-101.684-6.843-20.644-21.353-37.291-40.857-46.876a.65.65 0 0 1 .574-1.166c19.819 9.739 34.564 26.655 41.518 47.634 14.179 42.775-9.039 89.127-51.757 103.326-8.452 2.809-17.142 4.204-25.794 4.204z" fill="#FE6340" data-color="1"/>
<path d="M103.095 117.896a.651.651 0 0 1-.131-1.288l29.073-6.035 6.197-16.209-59.567 9.39a.65.65 0 1 1-.203-1.283l60.677-9.565a.651.651 0 0 1 .709.874l-6.725 17.591a.65.65 0 0 1-.476.404l-29.422 6.107a.65.65 0 0 1-.132.014z" fill="#FE6340" data-color="1"/>
<path d="M102.85 130.529l-.022-.001a.652.652 0 0 1-.598-.453l-8.746-27.625a.65.65 0 0 1 1.24-.392l8.193 25.882 3.601-9.111a.651.651 0 0 1 1.209.479l-4.272 10.812a.656.656 0 0 1-.605.409z" fill="#FE6340" data-color="1"/>
<path d="M64.496 148.374a.65.65 0 0 1-.622-.462l-10.223-33.755a.65.65 0 0 1 1.245-.377l10.021 33.089 2.41-.911c-2.202-6.731-5.33-29.021-5.466-29.996a.651.651 0 0 1 1.21-.409l14.869 26.393 1.807-.684-11.474-32.603a.65.65 0 0 1 1.226-.432l11.685 33.202a.65.65 0 0 1-.384.824l-2.923 1.105a.652.652 0 0 1-.796-.289l-13.435-23.846c1.033 6.975 3.447 22.477 5.11 26.888a.651.651 0 0 1-.379.838l-3.653 1.382a.636.636 0 0 1-.228.043z" fill="#FE6340" data-color="1"/>
<path d="M120.61 130.046a7.272 7.272 0 0 1-2.998-.651 7.245 7.245 0 0 1-3.817-4.072c-1.419-3.765.484-7.984 4.244-9.406a7.239 7.239 0 0 1 5.576.178 7.25 7.25 0 0 1 3.818 4.073c1.419 3.765-.485 7.983-4.245 9.405a7.288 7.288 0 0 1-2.578.473zm.006-13.303c-.714 0-1.43.129-2.118.39-3.089 1.168-4.653 4.636-3.486 7.73a5.948 5.948 0 0 0 3.137 3.347 5.934 5.934 0 0 0 4.581.146c3.09-1.168 4.654-4.636 3.487-7.729a5.958 5.958 0 0 0-3.138-3.348 5.952 5.952 0 0 0-2.463-.536z" fill="#FE6340" data-color="1"/>
<path d="M51.984 112.977a.65.65 0 0 1-.631-.496c-.257-1.052-6.174-25.837 5.598-31.15a.657.657 0 0 1 .489-.019l6.771 2.457a.652.652 0 0 1 .387.382l4.333 11.494 8.409 4.99a.651.651 0 0 1 .261.826l-.91 2.016a.656.656 0 0 1-.363.341.64.64 0 0 1-.497-.017l-11.072-5.01a.647.647 0 0 1-.305-.284l-5.6-10.423a.65.65 0 1 1 1.145-.615l5.496 10.229 10.279 4.651.402-.893-8.104-4.811a.646.646 0 0 1-.276-.329l-4.309-11.428-6.235-2.263c-9.473 4.631-5.648 24.858-4.788 28.858l16.401-5.397a.65.65 0 1 1 .406 1.234l-17.082 5.622a.61.61 0 0 1-.205.035z" fill="#FE6340" data-color="1"/>
<path d="M74.897 106.733a.608.608 0 0 1-.146-.018l-12.525-2.896a.644.644 0 0 1-.398-.279l-5.124-7.898a.649.649 0 1 1 1.089-.707l4.981 7.678 11.75 2.717.299-.664a.65.65 0 1 1 1.185.535l-.519 1.15a.65.65 0 0 1-.592.382z" fill="#FE6340" data-color="1"/>
<path d="M62.806 81.378c-.154 0-.25-.009-.267-.011-5.704-.588-6.07-8.246-6.083-8.572a.65.65 0 0 1 .623-.675.655.655 0 0 1 .676.623c.003.068.335 6.858 4.92 7.331.051.003 1.291.107 2.236-.857.955-.977 1.311-2.78 1.027-5.214a.65.65 0 0 1 1.291-.151c.337 2.893-.137 5.01-1.408 6.292-1.095 1.107-2.449 1.234-3.015 1.234z" fill="#FE6340" data-color="1"/>
<path d="M73.197 74.024a.582.582 0 0 1-.109-.01l-21.399-3.613a.649.649 0 0 1-.532-.749.646.646 0 0 1 .749-.532l21.399 3.613a.65.65 0 1 1-.108 1.291z" fill="#FE6340" data-color="1"/>
<path d="M66.992 70.607a.65.65 0 0 1-.603-.407l-1.378-3.424-4.072-1.323-3.274 3.546a.649.649 0 1 1-.955-.881l3.557-3.853a.646.646 0 0 1 .679-.178l4.757 1.546c.183.06.33.197.401.375l1.491 3.705a.649.649 0 0 1-.603.894z" fill="#FE6340" data-color="1"/>
<path d="M98.909 97.756a.65.65 0 0 1-.649-.836c.156-.522 3.931-12.806 12.384-15.193 4.274-1.205 8.929.358 13.844 4.649a8.251 8.251 0 0 1 3.606-.291c2.024.299 4.824 1.573 6.68 5.94a.652.652 0 0 1-.344.853.653.653 0 0 1-.853-.344c-3.058-7.202-8.74-4.919-8.98-4.819a.655.655 0 0 1-.686-.114c-4.667-4.167-9.007-5.72-12.912-4.624-7.767 2.191-11.459 14.195-11.496 14.316a.646.646 0 0 1-.594.463z" fill="#FE6340" data-color="1"/>
<path d="M129.952 109.414a.65.65 0 0 1-.616-.857l3.542-10.535a.65.65 0 1 1 1.232.414l-3.542 10.535a.65.65 0 0 1-.616.443z" fill="#FE6340" data-color="1"/>
<path d="M128.477 103.284a.65.65 0 0 1-.618-.85l1.543-4.764a.649.649 0 1 1 1.236.4l-1.543 4.764a.65.65 0 0 1-.618.45z" fill="#FE6340" data-color="1"/>
<path d="M124.387 84.208c-.236 0-.535-.085-.913-.317-2.115-1.302-7.016-7.303-4.099-15.116a.653.653 0 0 1 .958-.321c.255.162 6.251 4.033 6.92 9.178.291 2.245-.473 4.371-2.272 6.32v.001a.783.783 0 0 1-.594.255zm.116-.696h.01-.01zm-.477-.442c-.001 0-.001 0 0 0-.001 0-.001 0 0 0zm-3.705-13.039c-1.224 3.996-.206 7.233.911 9.293 1.088 2.006 2.438 3.203 3.003 3.512 1.375-1.585 1.957-3.278 1.729-5.037-.467-3.589-4.103-6.628-5.643-7.768z" fill="#FE6340" data-color="1"/>
<path d="M126.801 85.202a.65.65 0 0 1-.382-1.177c.887-.644 8.754-6.197 11.979-3.215a.65.65 0 0 1-.883.955c-2.072-1.918-8.31 1.844-10.332 3.312a.653.653 0 0 1-.382.125z" fill="#FE6340" data-color="1"/>
<path d="M121.281 41.006c-7.615 0-13.811-6.203-13.811-13.828s6.195-13.828 13.811-13.828 13.811 6.203 13.811 13.828-6.196 13.828-13.811 13.828zm0-26.356c-6.898 0-12.51 5.619-12.51 12.527s5.611 12.527 12.51 12.527 12.51-5.619 12.51-12.527-5.611-12.527-12.51-12.527z" fill="#FE6340" data-color="1"/>
<path d="M85.696 87.175a.65.65 0 0 1-.534-1.019l28.406-41.19a.649.649 0 1 1 1.07.738l-28.406 41.19a.651.651 0 0 1-.536.281z" fill="#FE6340" data-color="1"/>
<path d="M128.836 56.706a.651.651 0 0 1-.64-.541l-1.922-11.297a.65.65 0 0 1 .531-.75.645.645 0 0 1 .75.531l1.922 11.297a.65.65 0 0 1-.641.76z" fill="#FE6340" data-color="1"/>
<path d="M135.699 41.57a.65.65 0 0 1-.558-.314l-1.032-1.713a.65.65 0 0 1 1.114-.672l1.032 1.713a.65.65 0 0 1-.556.986z" fill="#FE6340" data-color="1"/>
<path d="M151.323 67.497a.65.65 0 0 1-.558-.314l-1.953-3.241a.65.65 0 0 1 1.114-.672l1.953 3.241a.65.65 0 0 1-.556.986zm-3.906-6.482a.65.65 0 0 1-.558-.315l-1.952-3.24a.65.65 0 1 1 1.114-.67l1.952 3.24a.65.65 0 0 1-.556.985zm-3.905-6.482a.65.65 0 0 1-.558-.314l-1.953-3.241a.65.65 0 0 1 1.114-.672l1.953 3.241a.65.65 0 0 1-.556.986zm-3.907-6.481a.65.65 0 0 1-.558-.314l-1.953-3.241a.65.65 0 0 1 1.114-.672l1.953 3.241a.65.65 0 0 1-.556.986z" fill="#FE6340" data-color="1"/>
<path d="M154.309 72.451a.65.65 0 0 1-.558-.314l-1.032-1.713a.65.65 0 0 1 1.114-.672l1.032 1.713a.65.65 0 0 1-.556.986z" fill="#FE6340" data-color="1"/>
<path d="M105.133 38.576a.65.65 0 0 1-.206-1.266l1.896-.634a.646.646 0 0 1 .822.41.648.648 0 0 1-.41.822l-1.896.634a.644.644 0 0 1-.206.034z" fill="#FE6340" data-color="1"/>
<path d="M49.264 57.249a.65.65 0 0 1-.206-1.266l3.991-1.333a.647.647 0 0 1 .822.41.648.648 0 0 1-.41.822l-3.991 1.333a.649.649 0 0 1-.206.034zm7.981-2.667a.65.65 0 0 1-.206-1.266l3.99-1.334a.647.647 0 0 1 .822.41.648.648 0 0 1-.41.822l-3.99 1.334a.644.644 0 0 1-.206.034zm7.982-2.668a.65.65 0 0 1-.206-1.266l3.99-1.334a.647.647 0 0 1 .822.41.648.648 0 0 1-.41.822l-3.99 1.334a.649.649 0 0 1-.206.034zm7.981-2.667a.65.65 0 0 1-.206-1.266l3.99-1.334a.646.646 0 0 1 .822.41.648.648 0 0 1-.41.822l-3.99 1.334a.644.644 0 0 1-.206.034zm7.98-2.668a.65.65 0 0 1-.206-1.266l3.991-1.334c.342-.116.708.069.822.41s-.069.709-.41.822l-3.991 1.334a.64.64 0 0 1-.206.034zm7.982-2.668a.65.65 0 0 1-.206-1.266l3.99-1.333a.647.647 0 0 1 .822.41.648.648 0 0 1-.41.822l-3.99 1.333a.644.644 0 0 1-.206.034zm7.981-2.667a.65.65 0 0 1-.206-1.266l3.99-1.334a.646.646 0 0 1 .822.41.648.648 0 0 1-.41.822l-3.99 1.334a.64.64 0 0 1-.206.034z" fill="#FE6340" data-color="1"/>
<path d="M43.377 59.218a.65.65 0 0 1-.206-1.266l1.896-.635a.645.645 0 0 1 .822.41.648.648 0 0 1-.41.822l-1.896.635a.644.644 0 0 1-.206.034z" fill="#FE6340" data-color="1"/>
<path d="M78.389 32.581a.652.652 0 0 1-.646-.578.652.652 0 0 1 .574-.719l24.051-2.681c.351-.026.679.217.719.574a.652.652 0 0 1-.574.719l-24.051 2.681a.893.893 0 0 1-.073.004z" fill="#FE6340" data-color="1"/>
</g>
</svg>
</div></div><!--/$--><!--$--><div id="comp-mmkqjrlz" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrlz wixui-rich-text" data-testid="richTextElement"><h2 class="font_2 wixui-rich-text__text" style="line-height:normal; text-align:center; font-size:32px;"><span class="color_36 wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">Notre Engagement Environnemental : Une Culture Responsable du Semis à l'Export</span></span></h2></div><!--/$--><!--$--><div id="comp-mmkqjrm3" class="comp-mmkqjrm3 aVng1S wixui-horizontal-line"></div><!--/$--><!--$--><div id="comp-mmkqjrm6" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrm6 wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text" style="text-align:center; font-size:16px;"><span class="color_36 wixui-rich-text__text">Cultivez la Beauté Sans Compromettre l'Avenir a<span style="font-weight:normal;" class="wixui-rich-text__text">vec</span></span><span class="color_36 wixui-rich-text__text"><span style="font-weight:bold;" class="wixui-rich-text__text"> Ferme AGRODENREE</span></span><span class="color_36 wixui-rich-text__text"> S.A. – Notre Promesse Écologique.</span></p></div><!--/$--><!--$--><div id="comp-mmkqjrm8" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrm8 wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_36 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">➔ Pratiques Agricoles Durables</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrme" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrme wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Culture raisonnée privilégiant les méthodes biologiques et naturelles</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Rotation des cultures préservant la fertilité et la santé des sols africains</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Lutte intégrée contre les ravageurs : auxiliaires naturels plutôt que pesticides</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Compostage systématique des résidus végétaux pour boucler le cycle naturel</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Préservation active de la biodiversité locale autour de nos exploitations</span></p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkqjrmg" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrmg wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_36 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">➔ Gestion Responsable des Ressources</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrmk" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrmk wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Systèmes d'irrigation économes réduisant la consommation d'eau de 60%</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Récupération et valorisation des eaux pluviales</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Énergie solaire alimentant une partie de nos infrastructures</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Réduction continue de notre empreinte carbone à chaque étape</span></p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkqjrmp" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrmp wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_36 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">➔ Engagement Social et Communautaire</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrmv" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrmv wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Emplois stables et équitables pour les communautés rurales locales</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Formation continue de nos équipes aux pratiques agricoles durables</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Conditions de travail sûres et rémunération juste pour tous nos collaborateurs</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Participation au développement économique des régions où nous opérons</span></p>
</li>
</ul></div><!--/$--><!--$--><div id="comp-mmkqjrmx" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrmx wixui-rich-text" data-testid="richTextElement"><h3 class="font_2 wixui-rich-text__text" style="font-size:22px; line-height:1.4em;"><span class="color_36 wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700;" class="wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text">➔ Chaîne Logistique Écoresponsable</span></span></span></span></span></span></h3></div><!--/$--><!--$--><div id="comp-mmkqjrn2" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mmkqjrn2 wixui-rich-text" data-testid="richTextElement"><ul class="font_8 color_36 wixui-rich-text__text" style="font-size:16px;">
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Emballages recyclables et biodégradables privilégiés systématiquement</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Optimisation des chargements pour minimiser les transports</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Partenariat avec des transporteurs engagés dans la réduction des émissions</span></p>
</li>
<li class="wixui-rich-text__text">
<p class="font_8 wixui-rich-text__text" style="font-size:16px;"><span class="color_36 wixui-rich-text__text">Objectif zéro déchet dans nos processus de conditionnement</span></p>
</li>
</ul></div><!--/$--><!--$--><div class="I0Z1hF comp-mmkqjrn4" id="comp-mmkqjrn4" role="button" tabindex="0" aria-disabled="false"><div class="undefined J5uOBX"></div><div class="undefined fFDpax"></div><div class="SdUQJg"></div><div data-testid="linkElement" class="DF9NQC wixui-button PlZyDq" aria-label="Demander un devis" aria-disabled="false"><span class="NmszKH wixui-button__label">Demander un devis</span></div></div><!--/$--></div></div></section><!--/$--></div></div></div><!--/$--></div></div></div></div></main><!--$--><div id="soapAfterPagesContainer" class="soapAfterPagesContainer page-without-sosp"><div data-mesh-id="soapAfterPagesContainerinlineContent" data-testid="inline-content" class=""><div data-mesh-id="soapAfterPagesContainerinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="CONTROLLER_COMP_CUSTOM_ID" style="display:none"></div><!--/$--></div></div></div><!--/$--><div id="pinnedBottomRight" class="pinnedBottomRight"><!--$--><div id="comp-js1plth3-pinned-layer" class="comp-js1plth3-pinned-layer big2ZD"><!--$--><div id="comp-js1plth3" class="chBh7 comp-js1plth3 mqeQ0"><iframe class="UkML6" title="Wix Chat" aria-label="Wix Chat" scrolling="no" allowfullscreen="" allowtransparency="true" allowvr="true" frameborder="0" allow="clipboard-write;autoplay;camera;microphone;geolocation;vr"></iframe></div><!--/$--></div><!--/$--></div><footer id="SITE_FOOTER" class="x4zVYf SITE_FOOTER wixui-footer" tabindex="-1"><div class="TMFrcJ"><div id="bgLayers_SITE_FOOTER" data-hook="bgLayers" data-motion-part="BG_LAYER SITE_FOOTER" class="MW5IWV mTQGgy"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_SITE_FOOTER" data-motion-part="BG_MEDIA SITE_FOOTER" class="VgO9Yg"></div></div><div class="QijXjn"></div></div><div class="kn76TK"><div data-mesh-id="SITE_FOOTERinlineContent" data-testid="inline-content" class=""><div data-mesh-id="SITE_FOOTERinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-jrt66pm0" class="comp-jrt66pm0 CohWsy wixui-column-strip"><div id="bgLayers_comp-jrt66pm0" data-hook="bgLayers" data-motion-part="BG_LAYER comp-jrt66pm0" class="if7Vw2 GdhNyQ"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-jrt66pm0" data-motion-part="BG_MEDIA comp-jrt66pm0" class="wG8dni"></div></div><div class="VXAmO2 Io4VUz" data-testid="bottom-divider"><div style="--divider-layer-i:0" class="dy3w_9" data-testid="divider-layer-0" data-divider-layer="0"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-jrt66pn7" class="comp-jrt66pn7 YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-jrt66pn7" data-hook="bgLayers" data-motion-part="BG_LAYER comp-jrt66pn7" class="MW5IWV CJOjs7"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-jrt66pn7" data-motion-part="BG_MEDIA comp-jrt66pn7" class="VgO9Yg"></div></div><div data-mesh-id="comp-jrt66pn7inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-jrt66pn7inlineContent-gridContainer" data-testid="mesh-container-content"></div></div></div><!--/$--></div></section><!--/$--><!--$--><div id="comp-jrt67otl" class="KaEeLN comp-jrt67otl"><div class="uYj0Sg wixui-box" data-testid="container-bg"></div><div data-mesh-id="comp-jrt67otlinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-jrt67otlinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-jrub0l62" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-jrub0l62 wixui-rich-text" data-testid="richTextElement"><p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text">B.P. 2116 Douala - Cameroun</span></span></span></span></span></p>
<p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><a href="mailto:info@my-domain.com" target="_self" class="wixui-rich-text__text">agrodenreesa@yahoo.com</a></span></span></span></span></span></p></div><!--/$--><div data-mesh-id="comp-jw4ix9v0-rotated-wrapper"><!--$--><div id="comp-jw4ix9v0" class="comp-jw4ix9v0 aVng1S wixui-horizontal-line"></div><!--/$--></div><!--$--><div id="comp-jruazwdd" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-jruazwdd wixui-rich-text" data-testid="richTextElement"><p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text">Tel: (237)-33-39-04-05</span></span></span></span></span></p>
<p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text">Fax: (237)-33-39-19-49</span></span></span></span></span></p></div><!--/$--><!--$--><div id="comp-jrub2qkw" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-jrub2qkw wixui-rich-text" data-testid="richTextElement"><p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text">Lundi : 8am - 1pm<br class="wixui-rich-text__text">
Mercredi: 8am - 1pm <br class="wixui-rich-text__text">
Vendredi: 8am - 1pm</span></span></span></span></span></p></div><!--/$--><div data-mesh-id="comp-jrub4826-rotated-wrapper"><!--$--><div id="comp-jrub4826" class="comp-jrub4826 aVng1S wixui-horizontal-line"></div><!--/$--></div><!--$--><div id="comp-k8elgqae" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-k8elgqae wixui-rich-text" data-testid="richTextElement"><p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text">Heures de livraison</span></span></span></span></span></p></div><!--/$--><!--$--><div id="comp-k8elhgh7" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-k8elhgh7 wixui-rich-text" data-testid="richTextElement"><p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text">Heures d'ouverture</span></span></span></span></span></p></div><!--/$--><!--$--><div id="comp-k8elibe7" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-k8elibe7 wixui-rich-text" data-testid="richTextElement"><p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text">Lun- Ven: 8am - 8pm</span></span></span></span></span></p>
<p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text">Samedi: 9am - 7pm</span></span></span></span></span></p>
<p class="font_7 wixui-rich-text__text" style="font-size:16px; line-height:1.4em;"><span class="color_42 wixui-rich-text__text"><span style="font-weight:normal;" class="wixui-rich-text__text"><span style="font-family:museo-w01-700,serif;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="letter-spacing:normal;" class="wixui-rich-text__text">Dimanche: 9am - 8pm</span></span></span></span></span></p></div><!--/$--><div data-mesh-id="comp-jrtafpz8-rotated-wrapper"><!--$--><div id="comp-jrtafpz8" class="comp-jrtafpz8 wixui-vector-image"><div data-testid="svgRoot-comp-jrtafpz8" class="VDJedC l4CAhn"><?xml version="1.0" encoding="UTF-8"?>
<svg preserveaspectratio="xMidYMid meet" data-bbox="11.457 13.351 175.299 175.299" viewbox="11.457 13.351 175.299 175.299" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="color" role=presentation aria-hidden=true aria-label=""><defs><style>#comp-jrtafpz8 svg [data-color="1"] {fill: #FE8340;}</style></defs>
<g>
<path d="M99.071 188.65c-47.062 0-86.07-37.51-87.569-84.878-1.529-48.306 36.527-88.849 84.832-90.377a91.078 91.078 0 0 1 2.809-.044c47.062 0 86.07 37.51 87.569 84.878 1.528 48.306-36.527 88.849-84.833 90.377-.937.029-1.878.044-2.808.044zm.072-174c-.921 0-1.841.015-2.768.044C48.787 16.2 11.294 56.142 12.8 103.731c1.507 47.589 41.476 85.095 89.038 83.575 47.589-1.505 85.081-41.447 83.575-89.037-1.477-46.663-39.912-83.619-86.27-83.619z" fill="#FE6340" data-color="1"/>
<path d="M134.689 146.688c-.573 0-1.486-.132-2.085-.874-.771-.954-.709-2.537.185-4.703a.647.647 0 0 1 .754-.384c.019.004.037.01.055.016 1.084.285 2.899.957 3.458 2.385.325.832.176 1.743-.442 2.71a.651.651 0 0 1-.865.217.65.65 0 0 1-.533.593c-.025.005-.231.04-.527.04zm.411-1.329c.113 0 .222.029.316.083a.653.653 0 0 1 .101-.304c.388-.605.495-1.107.327-1.535-.225-.575-.967-1.092-2.064-1.452-.655 1.82-.396 2.561-.165 2.847.418.517 1.358.373 1.369.372a.576.576 0 0 1 .116-.011z" fill="#FE6340" data-color="1"/>
<path d="M139.241 147.156c-.212 0-.434-.017-.666-.051a.65.65 0 0 1-.554-.698.652.652 0 0 1-.761-.241c-.04-.058-.968-1.43-.316-2.722.552-1.095 2.02-1.691 4.361-1.77.352-.03.601.213.661.528l.008.059c.314 1.866.046 3.318-.749 4.132-.495.508-1.161.763-1.984.763zm-.574-1.344c.031 0 .062.002.095.007.712.102 1.212-.006 1.533-.335.431-.441.597-1.33.472-2.479-1.929.153-2.497.695-2.662 1.023-.299.592.221 1.392.226 1.4a.643.643 0 0 1 .112.424.668.668 0 0 1 .224-.04z" fill="#FE6340" data-color="1"/>
<path d="M136.828 149.561a.65.65 0 0 1-.607-.418l-1.461-3.835a.65.65 0 0 1 1.215-.463l.869 2.282c.473-.931 1.234-2.056 2.375-2.782a.65.65 0 1 1 .697 1.096c-1.774 1.129-2.453 3.612-2.46 3.637a.648.648 0 0 1-.595.481.188.188 0 0 1-.033.002z" fill="#FE6340" data-color="1"/>
<path d="M46.968 148.455c-.573 0-1.486-.132-2.085-.874-.771-.954-.708-2.537.186-4.703a.648.648 0 0 1 .754-.384c.019.004.037.01.056.016 1.828.482 3.041 1.325 3.456 2.385.325.832.176 1.743-.442 2.71a.652.652 0 0 1-.865.217.65.65 0 0 1-.533.593c-.025.005-.231.04-.527.04zm.411-1.329c.113 0 .222.029.316.083a.653.653 0 0 1 .101-.304c.388-.605.495-1.107.327-1.535-.225-.575-.966-1.092-2.063-1.452-.656 1.82-.396 2.561-.165 2.847.416.516 1.357.373 1.368.371a.657.657 0 0 1 .116-.01z" fill="#FE6340" data-color="1"/>
<path d="M51.52 148.923c-.212 0-.434-.017-.666-.051a.65.65 0 0 1-.554-.698.65.65 0 0 1-.76-.242c-.04-.058-.968-1.43-.316-2.723.552-1.095 2.02-1.69 4.36-1.77h.022a.65.65 0 0 1 .647.587c.314 1.866.046 3.318-.749 4.132-.495.509-1.161.765-1.984.765zm-.573-1.344c.031 0 .062.002.095.007.708.104 1.213-.005 1.533-.334.431-.441.597-1.33.472-2.479-1.929.153-2.496.695-2.661 1.023-.299.592.221 1.392.226 1.4a.642.642 0 0 1 .112.423.634.634 0 0 1 .223-.04z" fill="#FE6340" data-color="1"/>
<path d="M49.107 151.328a.65.65 0 0 1-.607-.418l-1.461-3.835a.65.65 0 0 1 1.215-.463l.869 2.282c.473-.931 1.234-2.056 2.375-2.782a.65.65 0 1 1 .697 1.096c-1.774 1.129-2.453 3.612-2.46 3.637a.648.648 0 0 1-.595.481c-.011.002-.022.002-.033.002z" fill="#FE6340" data-color="1"/>
<path d="M161.376 107.987c-.866 0-2.231-.197-3.116-1.293-1.174-1.454-1.049-3.936.37-7.378a.65.65 0 0 1 .82-.363c1.729.455 4.608 1.508 5.469 3.707.487 1.246.252 2.629-.697 4.113a.65.65 0 1 1-1.095-.701c.714-1.113.909-2.102.582-2.938-.447-1.144-1.927-2.147-4.09-2.786-1.014 2.648-1.135 4.554-.348 5.53.858 1.062 2.665.771 2.685.77a.649.649 0 1 1 .231 1.279c-.037.005-.355.06-.811.06z" fill="#FE6340" data-color="1"/>
<path d="M168.944 108.762a7.07 7.07 0 0 1-1.039-.08.65.65 0 1 1 .187-1.286c1.309.19 2.29-.039 2.918-.682.857-.879 1.161-2.641.851-4.874-2.83.168-4.616.843-5.181 1.963-.615 1.222.395 2.748.405 2.763a.65.65 0 1 1-1.07.737c-.061-.087-1.464-2.164-.496-4.085.841-1.668 3.153-2.578 6.874-2.704h.022a.65.65 0 0 1 .648.597c.299 1.762.526 4.82-1.123 6.511-.739.758-1.744 1.14-2.996 1.14z" fill="#FE6340" data-color="1"/>
<path d="M164.942 112.756a.65.65 0 0 1-.607-.418l-2.427-6.371a.65.65 0 0 1 1.215-.463l1.804 4.735c.688-1.6 2.009-3.95 4.217-5.355a.65.65 0 0 1 .697 1.096c-3.076 1.958-4.259 6.25-4.271 6.293a.65.65 0 0 1-.595.481c-.012.002-.022.002-.033.002z" fill="#FE6340" data-color="1"/>
<path d="M77.853 108.513a.65.65 0 0 1-.65-.65v-16.89H59.906v16.89a.65.65 0 1 1-1.3 0v-17.54a.65.65 0 0 1 .65-.65h18.598a.65.65 0 0 1 .65.65v17.54a.651.651 0 0 1-.651.65z" fill="#FE6340" data-color="1"/>
<path d="M59.226 108.513h-7.152a.65.65 0 0 1-.65-.65v-17.54a.65.65 0 0 1 .65-.65h7.152a.65.65 0 0 1 .65.65v17.54a.65.65 0 0 1-.65.65zm-6.502-1.3h5.852v-16.24h-5.852v16.24z" fill="#FE6340" data-color="1"/>
<path d="M85.035 108.513h-7.152a.65.65 0 0 1-.65-.65v-17.54a.65.65 0 0 1 .65-.65h7.152a.65.65 0 0 1 .65.65v17.54a.65.65 0 0 1-.65.65zm-6.502-1.3h5.852v-16.24h-5.852v16.24z" fill="#FE6340" data-color="1"/>
<path d="M74.711 81.134H62.173a.65.65 0 0 1-.65-.65V69.929a.65.65 0 0 1 .28-.534l6.198-4.292a.65.65 0 0 1 .734-.004l6.34 4.292a.649.649 0 0 1 .286.538v10.555a.649.649 0 0 1-.65.65zm-11.887-1.3h11.237v-9.56l-5.686-3.85-5.552 3.845v9.565z" fill="#FE6340" data-color="1"/>
<path d="M42.731 82.894a.65.65 0 0 1-.571-.96l9.156-16.832a.659.659 0 0 1 .198-.222L67.54 53.659a.648.648 0 0 1 .735-.007l16.712 11.221a.645.645 0 0 1 .205.223l9.386 16.832a.65.65 0 0 1-1.135.633l-9.311-16.695-16.211-10.887-15.535 10.878-9.083 16.697a.651.651 0 0 1-.572.34z" fill="#FE6340" data-color="1"/>
<path d="M91.542 108.477a.65.65 0 0 1-.65-.65v-26.93a.65.65 0 1 1 1.3 0v26.93a.649.649 0 0 1-.65.65z" fill="#FE6340" data-color="1"/>
<path d="M45.537 108.477a.65.65 0 0 1-.65-.65v-26.93a.65.65 0 1 1 1.3 0v26.93a.65.65 0 0 1-.65.65z" fill="#FE6340" data-color="1"/>
<path d="M139.324 178.156a.645.645 0 0 1-.487-.22l-61.441-69.644a.65.65 0 1 1 .975-.86l61.441 69.644a.65.65 0 0 1-.488 1.08z" fill="#FE6340" data-color="1"/>
<path d="M56.879 81.547a.652.652 0 0 1-.651-.65V68.105a.65.65 0 0 1 .942-.582l3.143 1.571a.65.65 0 0 1-.582 1.163l-2.201-1.101v10.991l2.4-.343a.65.65 0 1 1 .183 1.287l-3.143.449a.541.541 0 0 1-.091.007z" fill="#FE6340" data-color="1"/>
<path d="M79.75 81.547a.71.71 0 0 1-.092-.006l-3.142-.449a.65.65 0 0 1 .183-1.287l2.399.343V69.157l-2.2 1.101a.65.65 0 0 1-.582-1.163l3.142-1.571a.652.652 0 0 1 .942.582v12.792a.648.648 0 0 1-.65.649z" fill="#FE6340" data-color="1"/>
<path d="M124.324 127.115a.65.65 0 0 1-.647-.715l4.956-49.054a.65.65 0 1 1 1.293.131l-4.956 49.054a.65.65 0 0 1-.646.584z" fill="#FE6340" data-color="1"/>
<path d="M139.562 127.115a.65.65 0 0 1-.646-.584l-4.955-49.054a.65.65 0 0 1 1.293-.131l4.955 49.054a.65.65 0 0 1-.647.715z" fill="#FE6340" data-color="1"/>
<path d="M139.562 124.481a.646.646 0 0 1-.302-.075l-14.018-7.365a.649.649 0 0 1-.057-1.117l11.67-7.754-10.204-7.608a.65.65 0 0 1-.059-.992l8.724-8.28-6.979-6.28a.65.65 0 0 1 .869-.967l7.333 6.598c.135.122.071.423.074.604.002.182.095.516-.037.641l-8.53 8.095 10.011 7.463c.169.126.207.5.201.711s.262.469.085.586l-11.525 7.658 12.851 6.752c.317.167-.083.496-.25.814-.115.224.377.516.143.516z" fill="#FE6340" data-color="1"/>
<path d="M132.006 78.197c-4.053 0-7.351-3.297-7.351-7.35s3.298-7.35 7.351-7.35 7.35 3.297 7.35 7.35-3.297 7.35-7.35 7.35zm0-13.399c-3.336 0-6.05 2.714-6.05 6.05s2.714 6.05 6.05 6.05 6.049-2.714 6.049-6.05-2.713-6.05-6.049-6.05z" fill="#FE6340" data-color="1"/>
<path d="M119.791 64.642a2.893 2.893 0 0 1-1.974-.775l-9.473-8.806a2.904 2.904 0 0 1-.15-4.1 2.904 2.904 0 0 1 4.101-.15l9.473 8.806c.566.525.894 1.243.922 2.019s-.246 1.516-.771 2.081h-.001a2.892 2.892 0 0 1-2.127.925zm-9.47-13.307c-.43 0-.858.171-1.174.511a1.604 1.604 0 0 0 .083 2.263l9.473 8.806c.646.6 1.661.563 2.264-.083.289-.312.439-.719.424-1.148s-.195-.825-.507-1.114l-9.473-8.806a1.595 1.595 0 0 0-1.09-.429zm11.121 11.94h.01-.01z" fill="#FE6340" data-color="1"/>
<path d="M124.716 66.969a.649.649 0 0 1-.442-.174l-6.151-5.718a.65.65 0 1 1 .885-.952l6.151 5.718a.65.65 0 0 1-.443 1.126z" fill="#FE6340" data-color="1"/>
<path d="M144.049 64.641c-.036 0-.073 0-.109-.002a2.878 2.878 0 0 1-2.019-.921 2.88 2.88 0 0 1-.772-2.082 2.878 2.878 0 0 1 .921-2.019l9.473-8.806a2.841 2.841 0 0 1 2.081-.771 2.882 2.882 0 0 1 2.02.921 2.905 2.905 0 0 1-.15 4.1l-9.472 8.806a2.884 2.884 0 0 1-1.973.774zm9.466-13.304c-.407 0-.791.15-1.088.426l-9.473 8.806c-.311.29-.491.685-.507 1.114s.136.837.425 1.148h.001a1.59 1.59 0 0 0 1.113.507c.446.024.838-.136 1.149-.425l9.472-8.806a1.603 1.603 0 0 0 .082-2.263 1.582 1.582 0 0 0-1.114-.507h-.06z" fill="#FE6340" data-color="1"/>
<path d="M139.122 66.969a.65.65 0 0 1-.443-1.126l6.15-5.718a.649.649 0 1 1 .885.952l-6.15 5.718a.645.645 0 0 1-.442.174z" fill="#FE6340" data-color="1"/>
<path d="M153.514 91.59a2.879 2.879 0 0 1-1.972-.773l-9.473-8.806a2.882 2.882 0 0 1-.921-2.019 2.884 2.884 0 0 1 .772-2.082 2.879 2.879 0 0 1 2.019-.921 2.868 2.868 0 0 1 2.081.772l9.472 8.806a2.904 2.904 0 0 1 .15 4.1 2.879 2.879 0 0 1-2.02.921l-.108.002zm-9.467-13.303l-.061.001a1.588 1.588 0 0 0-1.113.507h-.001c-.289.311-.44.719-.425 1.148s.196.825.507 1.114l9.473 8.806c.312.29.72.431 1.148.425.43-.016.825-.196 1.114-.507a1.603 1.603 0 0 0-.082-2.263l-9.472-8.806a1.59 1.59 0 0 0-1.088-.425zm-1.65.066h.01-.01z" fill="#FE6340" data-color="1"/>
<path d="M145.273 81.677a.649.649 0 0 1-.442-.174l-6.15-5.718a.649.649 0 1 1 .885-.952l6.15 5.718a.649.649 0 0 1-.443 1.126z" fill="#FE6340" data-color="1"/>
<path d="M110.322 91.591a2.897 2.897 0 0 1-2.126-.924 2.905 2.905 0 0 1 .149-4.101l9.473-8.806a2.903 2.903 0 0 1 4.1.149h.001c.525.565.8 1.305.771 2.081s-.355 1.494-.922 2.019l-9.473 8.806a2.88 2.88 0 0 1-1.973.776zm9.47-13.306c-.391 0-.782.141-1.09.428l-9.473 8.806a1.603 1.603 0 0 0-.082 2.263 1.605 1.605 0 0 0 2.263.083l9.473-8.806c.312-.29.491-.685.507-1.114s-.135-.837-.424-1.148a1.596 1.596 0 0 0-1.174-.512z" fill="#FE6340" data-color="1"/>
<path d="M118.565 81.677a.652.652 0 0 1-.443-1.126l6.151-5.718a.65.65 0 0 1 .885.952l-6.151 5.718a.649.649 0 0 1-.442.174z" fill="#FE6340" data-color="1"/>
<path d="M68.371 183.058a.651.651 0 0 1-.645-.571l-9.116-74.545a.65.65 0 0 1 1.291-.158l9.116 74.545a.65.65 0 0 1-.646.729z" fill="#FE6340" data-color="1"/>
<path d="M52.074 115.489H22.547a.65.65 0 1 1 0-1.3h29.526a.65.65 0 0 1 .001 1.3z" fill="#FE6340" data-color="1"/>
<path d="M52.074 132.168H17.611a.65.65 0 1 1 0-1.3h34.463a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M178.15 138.027h-63.094a.65.65 0 1 1 0-1.3h63.094a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M108.603 115.489H94.011a.65.65 0 1 1 0-1.3h14.592a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M117.381 115.489h-4.649a.65.65 0 1 1 0-1.3h4.649a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M174.954 127.794h-4.649a.65.65 0 1 1 0-1.3h4.649a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M161.312 154.974h-4.649a.65.65 0 1 1 0-1.3h4.649a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M33.767 124.749h-4.649a.65.65 0 1 1 0-1.3h4.649a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M61.241 124.749H39.409a.65.65 0 1 1 0-1.3h21.832a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M64.742 153.374h-22.01a.65.65 0 1 1 0-1.3h22.01a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M110.301 126.794h-16.29a.65.65 0 1 1 0-1.3h16.29a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M152.836 154.974h-34.271a.65.65 0 1 1 0-1.3h34.271a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M185.467 113.462h-40.194a.65.65 0 1 1 0-1.3h40.194a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M165.37 127.794H135.7a.65.65 0 1 1 0-1.3h29.67a.65.65 0 1 1 0 1.3z" fill="#FE6340" data-color="1"/>
<path d="M72.364 120.104a.65.65 0 0 1-.606-.416l-1.788-4.615a.65.65 0 0 1 1.213-.47l1.788 4.615a.65.65 0 0 1-.607.886z" fill="#FE6340" data-color="1"/>
<path d="M81.459 139.264a.648.648 0 0 1-.581-.357l-3.576-7.096a.65.65 0 1 1 1.16-.585l3.576 7.096a.65.65 0 0 1-.579.942z" fill="#FE6340" data-color="1"/>
<path d="M91.543 161.148a.65.65 0 0 1-.584-.362l-4.872-9.877a.65.65 0 0 1 1.166-.576l4.872 9.877a.65.65 0 0 1-.582.938z" fill="#FE6340" data-color="1"/>
<path d="M101.308 180.166a.65.65 0 0 1-.574-.344l-4.929-9.223a.65.65 0 1 1 1.147-.612l4.929 9.223a.65.65 0 0 1-.573.956z" fill="#FE6340" data-color="1"/>
</g>
</svg>
</div></div><!--/$--></div></div></div></div><!--/$--><!--$--><div id="comp-k96u1zld" class="comp-k96u1zld SPY_vo"><div data-mesh-id="comp-k96u1zldinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-k96u1zldinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-k8y0rk34" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-k8y0rk34 wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text" style="font-size:14px; line-height:1.5em;"><span style="font-size:14px;" class="wixui-rich-text__text"><span class="color_36 wixui-rich-text__text"><span style="letter-spacing:0.05em;" class="wixui-rich-text__text">Politique de </span></span><span style="color:rgb(255, 255, 255); letter-spacing:0.05em;" class="wixui-rich-text__text">confidentialité</span></span></p></div><!--/$--><!--$--><div id="comp-k8y0r0sz" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-k8y0r0sz wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text" style="font-size:14px; line-height:1.5em;"><span style="font-size:14px;" class="wixui-rich-text__text"><span class="color_36 wixui-rich-text__text"><span style="letter-spacing:0.05em;" class="wixui-rich-text__text">Termes et conditions d'utilisation</span></span></span></p></div><!--/$--></div></div></div><!--/$--><!--$--><div id="comp-jrub6acz" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-jrub6acz wixui-rich-text" data-testid="richTextElement"><p class="font_7 wixui-rich-text__text" style="line-height:1.4em; font-size:21px;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span class="color_36 wixui-rich-text__text">Recevez les dernières nouvelles et mises à jour de la Ferme AGRODENREE</span></span></p></div><!--/$--><!--$--><div id="comp-m0nhjcb9" class="QrIus comp-m0nhjcb9"><div class="comp-m0nhjcb9"><div style="--wix-color-29:var(--wix-color-3);--wix-color-37:var(--wix-color-5);--wix-color-38:var(--wix-color-8);--wix-color-39:var(--wix-color-8);--wix-color-40:var(--wix-color-1);--wix-color-41:var(--wix-color-8);--wix-color-42:var(--wix-color-8);--wix-color-43:var(--wix-color-1);--wix-color-44:var(--wix-color-3);--wix-color-45:var(--wix-color-3);--wix-color-46:var(--wix-color-1);--wix-color-47:var(--wix-color-1);--wix-color-48:var(--wix-color-8);--wix-color-49:var(--wix-color-8);--wix-color-50:var(--wix-color-1);--wix-color-51:var(--wix-color-8);--wix-color-52:var(--wix-color-8);--wix-color-53:var(--wix-color-1);--wix-color-54:var(--wix-color-3);--wix-color-55:var(--wix-color-3)" data-hook="tpa-components-provider"><div style="--index2490108247-shadowXOffset:0px;--index2490108247-shadowYOffset:0px;overflow:visible" class="sN4uTVR" data-hook="Form-wrapper"><div style="--wix-color-29:var(--wix-color-3);--wix-color-37:var(--wix-color-5);--wix-color-38:var(--wix-color-8);--wix-color-39:var(--wix-color-8);--wix-color-40:var(--wix-color-1);--wix-color-41:var(--wix-color-8);--wix-color-42:var(--wix-color-8);--wix-color-43:var(--wix-color-1);--wix-color-44:var(--wix-color-3);--wix-color-45:var(--wix-color-3);--wix-color-46:var(--wix-color-1);--wix-color-47:var(--wix-color-1);--wix-color-48:var(--wix-color-8);--wix-color-49:var(--wix-color-8);--wix-color-50:var(--wix-color-1);--wix-color-51:var(--wix-color-8);--wix-color-52:var(--wix-color-8);--wix-color-53:var(--wix-color-1);--wix-color-54:var(--wix-color-3);--wix-color-55:var(--wix-color-3)" data-hook="tpa-components-provider"><div><form aria-label="Subscriptions" id="form-2d10620d-ac3e-4985-bedf-189f08591153" data-hook="form-2d10620d-ac3e-4985-bedf-189f08591153" class=""><fieldset class="kLNiUo"><div data-hook="form-root"><div class="ckHV4G" dir=""><div><div style="display:grid;width:100%;grid-template-columns:repeat(12, 1fr);grid-auto-rows:minmax(min-content, max-content) 1fr" class="GLWhGq"><div style="grid-row:1 / span 1;grid-column:1 / span 12;display:flex;align-items:flex-end"><label id="form-field-label-56f7a52b-f25a-4394-4066-d79a038d710b-comp-m0nhjcb9-" for="form-field-input-56f7a52b-f25a-4394-4066-d79a038d710b-comp-m0nhjcb9-" class="shszO9W svw8iw2">Email<span aria-hidden="true" class="sHbjjkq">*</span></label></div><div style="grid-row:2 / span 1;grid-column:1 / span 12" data-hook="form-field-email_3a6c" data-field-type="CONTACTS_EMAIL"><div data-hook="text-field-root" class="seUhTBS omiPagG---theme-3-box omiPagG--newErrorMessage snZ_6f6 sL5d0Ld"><div class="s_hU_NI oUKytyH---errorAppearance-8-TextOnly s__74CLGj"><div class="sFhfTHl sluWUmE omiPagG---theme-3-box" data-theme="box" data-success="false" data-error="false" data-empty-state="true"><input id="form-field-input-56f7a52b-f25a-4394-4066-d79a038d710b-comp-m0nhjcb9-" data-theme="box" data-success="false" data-error="false" data-empty-state="true" aria-invalid="false" required="" aria-label="Email" type="email" class="sljIAx_ has-custom-focus" value=""/></div></div></div><div class="s_hU_NI oUKytyH---errorAppearance-8-TextOnly s__0oqQvY" data-hook="field-error-email_3a6c"></div></div></div></div><div><div style="display:grid;width:100%;grid-template-columns:repeat(12, 1fr);grid-auto-rows:minmax(min-content, max-content) 1fr" class="GLWhGq"><div style="grid-row:1 / span 1;grid-column:1 / span 7;display:flex;align-items:flex-end"></div><div style="grid-row:2 / span 1;grid-column:1 / span 7" data-hook="form-field-form_field_1dcd" data-field-type="CHECKBOX"><div><div class="s_hU_NI oUKytyH---errorAppearance-8-TextOnly smJT6UM ouNmdzr--newErrorMessage ouNmdzr--checked Y1Tjcb sFHdAEE" data-hook="checkbox-wrapper"><div class="s__1FpI6P" data-hook="checkbox-wrapper" data-disabled="false" data-error="false" data-indeterminate="false" data-checked="true" data-focused="false"><label class="sIz8MDw o_diI5t--checked st2P0hH ouNmdzr---verticalAlignment-6-center" data-hook="checkbox-core"><input type="checkbox" class="s__2eDfwO" tabindex="0" id="checkbox-7747" required="" aria-invalid="false" checked=""/><span class="s__3v3SCP"><span class="smRkwlL" data-hook="icon-wrapper"><svg viewbox="0 0 16 16" fill="currentColor" width="16" height="16"><path fill-rule="evenodd" d="M11.2931 4.29297L12.7072 5.70708L6.78508 11.6292L3.29297 8.13708L4.70707 6.72297L6.78508 8.80097L11.2931 4.29297Z" clip-rule="evenodd"></path></svg></span></span><div class="sXc5Wi2"><div data-hook="label-wrapper" class="sjdj9s5"><div class="ElBhne or2qHt oOurwR" data-hook="ricos-viewer"><div class="qYEY-" dir="ltr" style="--ricos-text-color:rgb(var(--wix-forms-formParagraphColor));--ricos-text-color-tuple:var(--wix-forms-formParagraphColor);--ricos-action-color:rgb(var(--wix-forms-formLinkColor));--ricos-action-color-tuple:var(--wix-forms-formLinkColor);--ricos-background-color:rgb(var(--wix-forms-formInputBackgroundColor));--ricos-background-color-tuple:var(--wix-forms-formInputBackgroundColor);--ricos-fallback-color:rgb(0, 0, 0);--ricos-fallback-color-tuple:0, 0, 0;--ricos-settings-action-color:rgb(0, 0, 0);--ricos-settings-action-color-tuple:0, 0, 0;--ricos-action-color-fallback:rgb(0, 0, 0);--ricos-action-color-fallback-tuple:0, 0, 0;--ricos-custom-p-font-weight:var(--wix-forms-formInputValueFont-weight);--ricos-custom-p-font-style:var(--wix-forms-formInputValueFont-style);--ricos-custom-p-line-height:1.5;--ricos-custom-p-font-size:var(--wix-forms-formInputValueFont-size, 16px);--ricos-custom-p-font-family:var(--wix-forms-formInputValueFont-family);--ricos-custom-p-text-decoration:var(--wix-forms-formInputValueFont-text-decoration);--ricos-custom-p-color:rgb(var(--wix-forms-formInputOptionColor, 0,0,0));--ricos-custom-h1-font-weight:normal;--ricos-custom-h1-font-style:normal;--ricos-custom-h1-line-height:1.5;--ricos-custom-h1-font-size:40px;--ricos-custom-h2-font-weight:normal;--ricos-custom-h2-font-style:normal;--ricos-custom-h2-line-height:1.5;--ricos-custom-h2-font-size:28px;--ricos-custom-h3-font-weight:normal;--ricos-custom-h3-font-style:normal;--ricos-custom-h3-line-height:1.5;--ricos-custom-h3-font-size:24px;--ricos-custom-h4-font-weight:normal;--ricos-custom-h4-font-style:normal;--ricos-custom-h4-line-height:1.5;--ricos-custom-h4-font-size:20px;--ricos-custom-h5-font-weight:normal;--ricos-custom-h5-font-style:normal;--ricos-custom-h5-line-height:1.5;--ricos-custom-h5-font-size:18px;--ricos-custom-h6-font-weight:normal;--ricos-custom-h6-font-style:normal;--ricos-custom-h6-line-height:1.5;--ricos-custom-h6-font-size:16px;--ricos-custom-quote-line-height:1.5;--ricos-custom-quote-font-size:18px;--ricos-custom-code-block-line-height:1.5;--ricos-breakout-normal-padding-start:0;--ricos-breakout-normal-padding-end:0;--ricos-breakout-full-width-padding-start:0;--ricos-breakout-full-width-padding-end:0" data-id="content-viewer"><div class="i5JRu"><div class="O6D-u"><p class="-eHYR HhqCj HDF0c ZCXew" dir="auto" id="viewer-jzacz13"><span class="-rcXh"><span>Oui, abonnez-moi à votre infolettre</span><span aria-hidden="true" class="HFpF6t">*</span></span></p></div></div></div></div></div></div></label></div></div></div></div><div style="grid-row:1 / span 1;grid-column:9 / span 4;display:flex;align-items:flex-end"></div><div style="grid-row:2 / span 1;grid-column:9 / span 4" data-hook="form-field-2b176bbc-95cc-445e-c8c1-711751145506" data-field-type="SUBMIT_BUTTON"><div class=""><button data-fullwidth="false" data-mobile="false" data-hook="submit-button" style="--wix-ui-tpa-button-font-size-default:16px;--wix-ui-tpa-button-line-height-default:1.5em" aria-live="assertive" type="button" class="sy89EvO sf2J3WY sG2AKUm oeR7L2a---paddingMode-16-explicitPaddings oeR7L2a--wrapContent oeR7L2a---hoverStyle-9-underline sgSVUBs oa4U5X0--upgrade sgKo7D0 sasFW9G" data-focusable-focus="false" data-focusable-focus-visible="false" tabindex="0" aria-disabled="false"><span class="sT_ziuf s__8eNMG8">Nous Rejoindre</span></button></div></div></div></div></div><div role="region" aria-live="polite"><div style="transition:opacity 350ms ease-in-out;opacity:0"></div></div></div></fieldset></form></div></div></div></div></div></div><!--/$--><!--$--><div id="comp-mmjjyepq" class="comp-mmjjyepq"><div class="ShareButtonscomponent2477460758__root style-mmk0bxlk__root"><ul id="items_comp-mmjjyepq" class="ShareButtonscomponent2477460758__container" data-testid="wixui_ShareButtons-buttonsContainer" aria-label="Boutons de partage" role="list"><li class="ShareButtonscomponent2477460758__item"><a id="dataItem-mmjjyeqt" class="ShareButtoncomponent1171347912__root ShareButtonscomponent2477460758__button has-custom-focus" target="popup" href="https://facebook.com/sharer/sharer.php?u=https://cocodrilodelnilo.wixsite.com/agrodenree" rel="noreferrer" data-testid="wixui_ShareButtons_facebook" aria-label="Facebook"><span class="ShareButtoncomponent1171347912__icon" aria-hidden="true"><?xml version="1.0" encoding="UTF-8"?>
<svg data-bbox="0 0 200 198.78" viewbox="0 0 200 198.78" height="198.78" width="200" xmlns="http://www.w3.org/2000/svg" data-type="shape">
<g>
<path d="M200 100C200 44.77 155.23 0 100 0S0 44.77 0 100c0 49.91 36.57 91.28 84.38 98.78V128.9H58.99V99.99h25.39V77.96c0-25.06 14.93-38.91 37.77-38.91 10.94 0 22.38 1.95 22.38 1.95v24.61h-12.61c-12.42 0-16.3 7.71-16.3 15.62v18.76h27.73l-4.43 28.91h-23.3v69.88C163.43 191.28 200 149.91 200 100z"/>
</g>
</svg>
</span><span class="ShareButtoncomponent1171347912__label">Facebook</span></a></li><li class="ShareButtonscomponent2477460758__item"><a id="dataItem-mmjjyer7" class="ShareButtoncomponent1171347912__root ShareButtonscomponent2477460758__button has-custom-focus" target="popup" href="https://twitter.com/intent/tweet?url=https://cocodrilodelnilo.wixsite.com/agrodenree" rel="noreferrer" data-testid="wixui_ShareButtons_twitter" aria-label="X (Twitter)"><span class="ShareButtoncomponent1171347912__icon" aria-hidden="true"><?xml version="1.0" encoding="UTF-8"?>
<svg data-bbox="0.87 0.8 150.01 140.4" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 151 142" height="142" width="151" data-type="shape">
<g>
<path d="m1.24.8 57.91 77.44L.87 141.2h13.12l51.02-55.12 41.23 55.12h44.64L89.71 59.41 143.96.81h-13.12L83.85 51.58 45.88.81H1.24V.8Zm19.29 9.66h20.51l90.55 121.07h-20.51L20.53 10.46Z"/>
</g>
</svg>
</span><span class="ShareButtoncomponent1171347912__label">X (Twitter)</span></a></li><li class="ShareButtonscomponent2477460758__item"><a id="dataItem-mmjjyer72" class="ShareButtoncomponent1171347912__root ShareButtonscomponent2477460758__button has-custom-focus" target="popup" href="https://api.whatsapp.com/send/?phone&text=https://cocodrilodelnilo.wixsite.com/agrodenree" rel="noreferrer" data-testid="wixui_ShareButtons_whatsapp" aria-label="WhatsApp"><span class="ShareButtoncomponent1171347912__icon" aria-hidden="true"><?xml version="1.0" encoding="UTF-8"?>
<svg data-bbox="0 0 122 123" viewbox="0 0 122 123" height="123" width="122" xmlns="http://www.w3.org/2000/svg" data-type="shape">
<g>
<path d="m0 123 8.618-31.583C3.302 82.174.506 71.688.51 60.946.523 27.341 27.772 0 61.255 0c16.249.007 31.5 6.355 42.969 17.874C115.692 29.395 122.006 44.709 122 60.995c-.014 33.604-27.267 60.949-60.745 60.949-.002 0 .002 0 0 0h-.026a60.518 60.518 0 0 1-29.027-7.42L0 123zm33.694-19.509 1.845 1.097a50.275 50.275 0 0 0 25.697 7.062h.02c27.827 0 50.476-22.727 50.488-50.659.004-13.537-5.242-26.265-14.774-35.84-9.534-9.575-22.209-14.851-35.696-14.856-27.849 0-50.497 22.724-50.509 50.656-.004 9.572 2.664 18.893 7.719 26.96l1.202 1.916-5.102 18.693 19.11-5.029z"/>
<path d="M46.073 35.467c-1.137-2.537-2.334-2.588-3.415-2.632-.885-.038-1.897-.036-2.909-.036-1.012 0-2.656.382-4.047 1.906-1.391 1.524-5.313 5.21-5.313 12.705 0 7.496 5.439 14.738 6.198 15.756.759 1.016 10.5 16.888 25.927 22.994 12.821 5.075 15.43 4.065 18.213 3.811 2.783-.254 8.98-3.684 10.245-7.242 1.265-3.557 1.265-6.605.885-7.243-.379-.635-1.391-1.016-2.909-1.778s-8.98-4.448-10.371-4.956-2.403-.762-3.415.763c-1.012 1.524-3.919 4.954-4.805 5.97-.885 1.018-1.771 1.145-3.289.383-1.518-.764-6.406-2.371-12.206-7.561-4.512-4.038-7.558-9.024-8.444-10.549-.885-1.524-.095-2.349.666-3.108.682-.682 1.518-1.778 2.277-2.668.757-.89 1.01-1.524 1.516-2.54.506-1.017.253-1.907-.126-2.669-.378-.76-3.328-8.294-4.678-11.306z" clip-rule="evenodd" fill-rule="evenodd"/>
</g>
</svg>
</span><span class="ShareButtoncomponent1171347912__label">WhatsApp</span></a></li><li class="ShareButtonscomponent2477460758__item"><a id="dataItem-mmjjyer81" class="ShareButtoncomponent1171347912__root ShareButtonscomponent2477460758__button has-custom-focus" target="popup" href="https://www.linkedin.com/shareArticle?mini=true&url=https://cocodrilodelnilo.wixsite.com/agrodenree" rel="noreferrer" data-testid="wixui_ShareButtons_linkedin" aria-label="LinkedIn"><span class="ShareButtoncomponent1171347912__icon" aria-hidden="true"><?xml version="1.0" encoding="UTF-8"?>
<svg data-bbox="0 0 121.999 122" viewbox="0 0 122 122" height="122" width="122" xmlns="http://www.w3.org/2000/svg" data-type="shape">
<g>
<path d="M2.007 40.509h25.29V122H2.007V40.509zM14.652 0c8.083 0 14.652 6.581 14.652 14.692 0 8.103-6.569 14.684-14.652 14.684C6.551 29.376 0 22.795 0 14.692 0 6.581 6.551 0 14.652 0"/>
<path d="M43.154 40.509h24.248v11.143h.348c3.375-6.41 11.622-13.162 23.922-13.162 25.602 0 30.327 16.872 30.327 38.815V122H96.728V82.37c0-9.453-.167-21.608-13.138-21.608-13.157 0-15.164 10.302-15.164 20.928V122H43.154V40.509z"/>
</g>
</svg>
</span><span class="ShareButtoncomponent1171347912__label">LinkedIn</span></a></li><li class="ShareButtonscomponent2477460758__item"><a id="dataItem-mmjjyer83" class="ShareButtoncomponent1171347912__root ShareButtonscomponent2477460758__button has-custom-focus" target="popup" href="https://pinterest.com/pin/create/button/?url=https://cocodrilodelnilo.wixsite.com/agrodenree" rel="noreferrer" data-testid="wixui_ShareButtons_pinterest" aria-label="Pinterest"><span class="ShareButtoncomponent1171347912__icon" aria-hidden="true"><?xml version="1.0" encoding="UTF-8"?>
<svg data-bbox="0 0 115 115" viewbox="0 0 115 115" height="115" width="115" xmlns="http://www.w3.org/2000/svg" data-type="shape">
<g>
<path d="M57.5 0C25.743 0 0 25.744 0 57.5c0 24.36 15.156 45.185 36.546 53.563-.503-4.549-.957-11.546.199-16.513 1.044-4.487 6.742-28.581 6.742-28.581s-1.72-3.444-1.72-8.537c0-7.995 4.634-13.964 10.404-13.964 4.905 0 7.275 3.683 7.275 8.1 0 4.934-3.141 12.309-4.762 19.145-1.354 5.724 2.87 10.391 8.515 10.391 10.22 0 18.076-10.776 18.076-26.331 0-13.767-9.893-23.393-24.018-23.393-16.36 0-25.963 12.271-25.963 24.954 0 4.942 1.903 10.241 4.279 13.122.469.569.539 1.069.398 1.649-.437 1.816-1.407 5.722-1.597 6.521-.251 1.053-.834 1.276-1.923.769C25.27 75.05 20.78 64.551 20.78 56.117c0-18.139 13.179-34.796 37.992-34.796 19.947 0 35.448 14.214 35.448 33.209 0 19.817-12.495 35.765-29.838 35.765-5.826 0-11.304-3.027-13.179-6.602 0 0-2.884 10.979-3.583 13.669-1.298 4.995-4.803 11.255-7.147 15.074A57.49 57.49 0 0 0 57.5 115c31.757 0 57.5-25.743 57.5-57.5C115 25.744 89.257 0 57.5 0"/>
</g>
</svg>
</span><span class="ShareButtoncomponent1171347912__label">Pinterest</span></a></li><li class="ShareButtonscomponent2477460758__item"><div class="ShareButtonscomponent2477460758__container"><div class="ShareButtoncomponent1171347912__copyButtonWrapper"><button id="dataItem-mmjjyer91" class="ShareButtoncomponent1171347912__root ShareButtonscomponent2477460758__button has-custom-focus" data-testid="wixui_ShareButtons_copyButton" aria-label="Copier le lien" aria-live="assertive"><span class="ShareButtoncomponent1171347912__icon" aria-hidden="true"><?xml version="1.0" encoding="UTF-8"?>
<svg data-bbox="0 0 200 199.99" viewbox="0 0 200 200" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="shape">
<g>
<path d="M47.33 79.5c20.23-20.16 52.95-20.16 73.17 0l5.36 5.37-8.84 8.82-5.36-5.37c-15.35-15.27-40.15-15.27-55.5 0L24 120.51a38.944 38.944 0 0 0-11.5 27.75c0 10.47 4.09 20.32 11.5 27.75 14.82 14.81 40.66 14.81 55.5 0l19.79-19.79 8.84 8.84-19.79 19.77a51.381 51.381 0 0 1-36.59 15.16 51.381 51.381 0 0 1-36.59-15.16A51.341 51.341 0 0 1 0 148.25a51.318 51.318 0 0 1 15.16-36.57l32.16-32.19.01.01zM148.26 0c13.83 0 26.81 5.39 36.59 15.16A51.372 51.372 0 0 1 200 51.75c0 13.81-5.37 26.81-15.15 36.59l-32.17 32.17a51.603 51.603 0 0 1-36.59 15.12 51.645 51.645 0 0 1-36.59-15.12l-5.37-5.37 8.85-8.84 5.36 5.37c15.34 15.3 40.16 15.3 55.5 0l32.17-32.19c7.41-7.4 11.49-17.25 11.49-27.74S183.43 31.4 176 23.99c-14.82-14.82-40.66-14.82-55.5 0l-19.77 19.77-8.84-8.84 19.79-19.77A51.35 51.35 0 0 1 148.25 0h.01z" clip-rule="evenodd" fill-rule="evenodd"/>
</g>
</svg>
</span><span class="ShareButtoncomponent1171347912__label">Copier le lien</span></button></div></div></li></ul></div></div><!--/$--><!--$--><div id="comp-jrzyuclw" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-jrzyuclw wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text" style="line-height:normal; text-align:center; font-size:14px;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span class="color_41 wixui-rich-text__text">© 2027 AGRODENREE S.A. Conçu par </span><a href="https://www.cocodrilodelnilo.com" target="_blank" rel="noreferrer noopener" class="wixui-rich-text__text"><span style="color:#BADA55;" class="wixui-rich-text__text"><span style="text-decoration:underline;" class="wixui-rich-text__text">Cocodrilo del Nilo</span></span></a></span></p></div><!--/$--><div data-mesh-id="SITE_FOOTERinlineContent-wedge-3"></div></div></div></div></footer></div></div><div id="SCROLL_TO_BOTTOM" class="Vd6aQZ ignore-focus SCROLL_TO_BOTTOM" role="region" tabindex="-1" aria-label="bottom of page"><span class="mHZSwn">bottom of page</span></div></div></div>
<script id="wix-skip-played-animations">
window.__pageRevealPromise && window.__pageRevealPromise.then(function() {
requestAnimationFrame(function() {
try {
var stored = sessionStorage.getItem('wix-motion-played-animations');
if (stored) {
var played = JSON.parse(stored);
for (var compId in played) {
if (played[compId]) {
var el = document.getElementById(compId);
if (el) {
el.dataset.motionEnter = 'done';
}
}
}
}
} catch (e) {}
});
});
</script>
<script type="application/json" id="wix-fedops">{"data":{"site":{"metaSiteId":"d9e90e08-7d0d-40a4-9d40-77d4060455e7","userId":"0a1ffa22-83d1-443d-b21d-4653fd5ae678","siteId":"cf4e74b0-0ad4-4466-a9e6-1294dc4ac7a5","externalBaseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","siteRevision":269,"siteType":"UGC","dc":"ireland-pub","isResponsive":false,"editorName":"Unknown","sessionId":"81c1f42a-07f5-463f-968b-2613fce2088d","isSEO":false,"appNameForBiEvents":"thunderbolt"},"rollout":{"siteAssetsVersionsRollout":false,"isDACRollout":0,"isTBRollout":true},"fleetConfig":{"fleetName":"thunderbolt-renderer-gradual","type":"Rollout","code":1},"requestUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/vente-en-gros-piment-cinq-couleurs","isInSEO":false,"platformOnSite":true,"adjustForPrerenderActivation":true}}</script>
<script>window.fedops = JSON.parse(document.getElementById('wix-fedops').textContent)</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/sendFedopsLoadStarted.inline.56ddca59.bundle.min.js">(()=>{"use strict";var e={},r={};function t(i){var o=r[i];if(void 0!==o)return o.exports;var n=r[i]={exports:{}};return e[i](n,n.exports,t),n.exports}t.rv=()=>"1.6.6",t.ruid="bundler=rspack@1.6.6";let i="unknown",o=e=>{let r,t,o=(r=e.cache,t=e.varnish,`${r||i},${t||i}`);return{caching:o,isCached:o.includes("hit"),...e.microPop?{microPop:e.microPop}:{}}};function n(){return"undefined"!=typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let r=16*Math.random()|0;return("x"===e?r:3&r|8).toString(16)})}!function(){let{site:e,rollout:r,fleetConfig:t,requestUrl:a,isInSEO:s,shouldReportErrorOnlyInPanorama:c}=window.fedops.data,d=window.fedops.data.adjustForPrerenderActivation,p=(e=>{let{userAgent:r}=e.navigator;return/instagram.+google\/google/i.test(r)?"":/bot|google(?!play)|phantom|crawl|spider|headless|slurp|facebookexternal|Lighthouse|PTST|^mozilla\/4\.0$|^\s*$/i.test(r)?"ua":""})(window)||(()=>{try{if(window.self===window.top)return""}catch{}return"iframe"})()||(()=>{if(!Function.prototype.bind)return"bind";let{document:e,navigator:r}=window;if(!e||!r)return"document";let{webdriver:t,userAgent:i,plugins:o,languages:n}=r;if(t)return"webdriver";if(!o||Array.isArray(o))return"plugins";if(Object.getOwnPropertyDescriptor(o,"0")?.writable)return"plugins-extra";if(!i)return"userAgent";if(i.indexOf("Snapchat")>0&&e.hidden)return"Snapchat";if(!n||0===n.length||!Object.isFrozen(n))return"languages";try{throw Error()}catch(e){if(e instanceof Error){let{stack:r}=e;if(r&&/ (\(internal\/)|(\(?file:\/)/.test(r))return"stack"}}return""})()||(s?"seo":""),l=!!p,{isCached:m,caching:u,microPop:w}=((e,r)=>{let t,n=(e=>{let r;try{r=e()}catch{r=[]}let t=r.reduce((e,r)=>(e[r.name]=r.description,e),{});return{cache:t.cache,varnish:t.varnish,microPop:t.dc}})(r);if(n.cache||n.varnish)return o({cache:n.cache||i,varnish:n.varnish||i,microPop:n.microPop});let a=(t=e.match(/ssr-caching="?cache[,#]\s*desc=([\w-]+)(?:[,#]\s*varnish=(\w+))?(?:[,#]\s*dc[,#]\s*desc=([\w-]+))?(?:"|;|$)/))&&t.length?{cache:t[1],varnish:t[2]||i,microPop:t[3]}:null;return a?o(a):{caching:i,isCached:!1}})(document.cookie,()=>performance.getEntriesByType("navigation")[0].serverTiming||[]),f={WixSite:1,UGC:2,Template:3}[e.siteType]||0,h=e.appNameForBiEvents,{isDACRollout:g,siteAssetsVersionsRollout:v}=r,x=+!!g,y=+!!v,S=0===t.code||1===t.code?t.code:null,I=2===t.code,$=Date.now()-window.initialTimestamps.initialTimestamp,b=Math.round(performance.now()-(()=>{if(!d)return 0;try{let e=performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e.activationStart??0}catch{}return 0})()),{visibilityState:_}=document,{fedops:P,addEventListener:T,thunderboltVersion:O}=window;P.apps=P.apps||{},P.apps[h]={startLoadTime:b},P.sessionId=e.sessionId,P.vsi=n(),P.is_cached=m,P.phaseStarted=E(28),P.phaseEnded=E(22),performance.mark("[cache] "+u+(w?" ["+w+"]":"")),P.reportError=(e,r="load")=>{let t=e?.reason||e?.message;t?(c||A(26,`&errorInfo=${t}&errorType=${r}`),R({error:{name:r,message:t,stack:e?.stack}})):e.preventDefault()},T("error",P.reportError),T("unhandledrejection",P.reportError);let k=!1;function A(r,t=""){if(a.includes("suppressbi=true"))return;var i="//frog.wix.com/bolt-performance?src=72&evid="+r+"&appName="+h+"&is_rollout="+S+"&is_company_network="+I+"&is_sav_rollout="+y+"&is_dac_rollout="+x+"&dc="+e.dc+(w?"µPop="+w:"")+"&is_cached="+m+"&msid="+e.metaSiteId+"&session_id="+window.fedops.sessionId+"&ish="+l+"&isb="+l+(l?"&isbr="+p:"")+"&vsi="+window.fedops.vsi+"&caching="+u+(k?",browser_cache":"")+"&pv="+_+"&pn=1&v="+O+"&url="+encodeURIComponent(a)+"&st="+f+`&ts=${$}&tsn=${b}`+t;let o=!1;if(!/\(iP(hone|ad|od);/i.test(window?.navigator?.userAgent))try{o=navigator.sendBeacon(i)}catch{}o||(new Image().src=i)}function R({transaction:r,error:t}){let i=[{fullArtifactId:"com.wixpress.html-client.wix-thunderbolt",componentId:`${"Studio"===window.fedops.data.site.editorName?"wix-studio":`thunderbolt${window.fedops.data.site.isResponsive?"-responsive":""}`}`,platform:"viewer",msid:window.fedops.data.site.metaSiteId,sessionId:window.fedops.vsi,sessionTime:Date.now()-window.initialTimestamps.initialTimestamp,logLevel:t?"ERROR":"INFO",message:t?.message??(r?.name&&`${r.name} START`),errorName:t?.name,errorStack:t?.stack,transactionName:r?.name,transactionAction:r&&"START",isSsr:!1,dataCenter:e.dc,isCached:!!m,isRollout:!!S,isHeadless:!!l,isDacRollout:!!x,isSavRollout:!!y,isCompanyNetwork:!!I}];try{let e=JSON.stringify({messages:i});return navigator.sendBeacon("https://panorama.wixapps.net/api/v1/bulklog",e)}catch(e){console.error(e)}}function E(e){return(r,t)=>{let i=Date.now()-$,o=`&name=${r}&duration=${i}`,n=t&&t.paramsOverrides?Object.keys(t.paramsOverrides).map(e=>e+"="+t.paramsOverrides[e]).join("&"):"";A(e,n?`${o}&${n}`:o)}}if(T("pageshow",({persisted:e})=>{e&&!k&&(k=!0,P.is_cached=!0)},!0),window.__browser_deprecation__)return;let M=document.referrer?`&document_referrer=${document.referrer}`:"",N=window.sessionStorage.getItem("isMpa"),D=N?`&isMpa=${N}`:"";N&&window.sessionStorage.removeItem("isMpa");let C=window.sessionStorage.getItem("mpaSessionId");C||(C=n(),window.sessionStorage.setItem("mpaSessionId",C)),window.fedops.mpaSessionId=C;let B=/Mobile|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)?window.visualViewport?.scale||1:(window.devicePixelRatio||1)/(Math.trunc((window.devicePixelRatio||1)*window.innerWidth)<=window.outerWidth?1:2);A(21,`&platformOnSite=${window.fedops.data.platformOnSite}&hasInitialZoom=${B>1}&mpaSessionId=${C}${M}${D}`),R({transaction:{name:"PANORAMA_COMPONENT_LOAD"}})}()})();
//# sourceMappingURL=sendFedopsLoadStarted.inline.56ddca59.bundle.min.js.map</script>
<!-- Polyfills check -->
<script>
if (
typeof Promise === 'undefined' ||
typeof Set === 'undefined' ||
typeof Object.assign === 'undefined' ||
typeof Array.from === 'undefined' ||
typeof Symbol === 'undefined'
) {
// send bi in order to detect the browsers in which polyfills are not working
window.fedops.phaseStarted('missing_polyfills')
}
</script>
<!-- initCustomElements # 1-->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/webpack-runtime.bed00ec8.bundle.min.js">(()=>{"use strict";var e,r,o,a,t,c,n,i={},d={};function f(e){var r=d[e];if(void 0!==r)return r.exports;var o=d[e]={id:e,loaded:!1,exports:{}};return i[e].call(o.exports,o,o.exports,f),o.loaded=!0,o.exports}if(f.m=i,f.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return f.d(r,{a:r}),r},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f.t=function(o,a){if(1&a&&(o=this(o)),8&a||"object"==typeof o&&o&&(4&a&&o.__esModule||16&a&&"function"==typeof o.then))return o;var t=Object.create(null);f.r(t);var c={};e=e||[null,r({}),r([]),r(r)];for(var n=2&a&&o;("object"==typeof n||"function"==typeof n)&&!~e.indexOf(n);n=r(n))Object.getOwnPropertyNames(n).forEach(e=>{c[e]=()=>o[e]});return c.default=()=>o,f.d(t,c),t},f.d=(e,r)=>{for(var o in r)f.o(r,o)&&!f.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},f.f={},f.e=e=>Promise.all(Object.keys(f.f).reduce((r,o)=>(f.f[o](e,r),r),[])),f.u=e=>"6948"===e?"thunderbolt-commons.b0f4162a.bundle.min.js":"3033"===e?"fastdom.inline.58a6f94c.bundle.min.js":"1619"===e?"custom-element-utils.inline.af63090a.bundle.min.js":"5205"===e?"render-indicator.inline.74a8637b.bundle.min.js":"7151"===e?"version-indicator.inline.a3a08d5a.bundle.min.js":"6008"===e?"bi-common.inline.fe86753d.bundle.min.js":""+(({1059:"santa-platform-utils",1090:"speculationRules",1116:"passwordProtectedPage",1122:"group_19",1278:"group_24",131:"siteThemeService",1353:"pageContextService",1374:"editorWixCodeSdk",1438:"sdkStateService",1479:"ooiTpaSharedConfig",1522:"builderContextProviders",1533:"merge-mappers",1538:"businessLogger",1611:"group_44",1638:"quickActionBar",1732:"aboveTheFoldService",1788:"qaApi",1791:"businessLoggerService",180:"urlService",1802:"provideCssService",1818:"Repeater_FixedColumns",182:"consentPolicy",1869:"windowScroll",1932:"customCss",1951:"group_45",1969:"wixEcomFrontendWixCodeSdk",2017:"debug",2031:"platformInteractionsService",2089:"group_47",2144:"group_30",2220:"group_31",2221:"anchorsService",2226:"translationsService",2242:"builderModuleLoader",2303:"externalServices",2304:"TPAModal",2442:"group_37",2570:"thunderbolt-components-registry",2609:"imagePlaceholder",2616:"linkUtilsService",2624:"group_2",2689:"TPABaseComponent",2735:"TPAPreloaderOverlay",28:"thunderbolt-components-registry-builder",2859:"platformEnvironmentService",2867:"namedSignalsService",2880:"environmentService",294:"stores",2996:"seoService",3026:"lightboxService",3187:"businessManager",3221:"multilingual",3370:"domSelectors",3407:"clientSdk",3531:"panorama",3607:"UnauthorizedComponent",3654:"ssrCache",3714:"seo-api-converters",3801:"wixDomSanitizer",3872:"siteMembers",3884:"tpaModuleProvider",3894:"protectedPages",3979:"dynamicPages",399:"searchBox",3992:"componentsqaapi",3996:"environmentWixCodeSdk",4134:"group_4",4183:"svgLoader",419:"TPAPopup",4217:"group_21",4218:"group_0",4310:"becky-css",4331:"platform",4345:"dashboardWixCodeSdk",4354:"editorElementsDynamicTheme",4499:"siteScrollBlockerService",4675:"stickyToComponent",4708:"reporter-api",477:"group_32",4819:"group_35",489:"platformNamedSignalsService",4990:"accessibility",5002:"group_28",5067:"accessibilityBrowserZoom",5154:"servicesManagerReact",5183:"renderIndicator",5187:"group_7",5213:"scrollToAnchor",5221:"containerSliderService",5238:"triggersAndReactions",5289:"SiteStyles",5296:"platformPubsub",5298:"assetsLoader",5363:"environment",5391:"widgetWixCodeSdk",5474:"platformPageContextService",5675:"group_41",569:"siteMembersService",572:"animationsWixCodeSdk",5745:"ByocStyles",5750:"platformSiteMembersService",5761:"group_10",5794:"seo-api",5837:"group_14",5863:"appMonitoring",5874:"navigation",5901:"group_5",5976:"AppPart",6095:"styleUtilsService",6103:"usedPlatformApis",6134:"routerService",6135:"customUrlMapper",6155:"imagePlaceholderService",6182:"motion",6218:"group_11",6258:"group_20",6285:"versionIndicator",6428:"ContentReflowBanner",6647:"mobileFullScreen",6715:"feedback",6749:"router",6753:"group_36",6839:"platformFedopsLoggerService",6891:"group_38",6979:"consentPolicyService",6992:"platformTranslationsService",700:"module-executor",7016:"externalComponent",7109:"group_43",7141:"group_50",7146:"serviceRegistrar",7200:"canvas",7233:"FontRulersContainer",7284:"widget",7356:"group_48",7360:"AppPart2",7482:"vsm-css",7502:"group_42",7538:"group_8",757:"tinyMenu",7575:"renderer",7644:"group_6",7716:"group_40",7726:"TPAUnavailableMessageOverlay",7729:"tpa",7796:"Repeater_FluidColumns",7801:"testApi",7859:"siteMembersWixCodeSdk",7921:"interactions",7981:"domStore",8051:"animations",8207:"FontFaces",821:"group_25",8211:"cyclicTabbingService",8255:"platformRouterService",8277:"pageAnchors",830:"remoteStructureRenderer",8332:"platformSiteThemeService",8339:"platformLinkUtilsService",8391:"seo",8428:"containerSlider",8547:"group_49",8559:"TPAWorker",8574:"builderComponent",858:"fedopsLoggerService",8656:"RemoteRefDeadComp",8662:"GhostComp",8678:"cyclicTabbing",87:"ooi",8729:"group_9",8742:"topologyService",8770:"platformStyleUtilsService",8919:"group_3",8932:"group_39",897:"group_29",8970:"contentReflow",898:"group_46",906:"onloadCompsBehaviors",9081:"group_18",9091:"platformTopologyService",9111:"BuilderComponentDeadComp",9182:"group_51",9270:"siteScrollBlocker",9387:"group_27",9395:"popups",9421:"provideComponentService",9467:"platformSdkStateService",95:"componentsLoader",959:"group_23",9740:"wix-seo-SEO_DEFAULT",9764:"platformConsentPolicyService",9768:"group_22",9779:"tslib.inline",9845:"routerFetch",9863:"tpaWidgetNativeDeadComp",9980:"mpaNavigation"})[e]||e)+"."+({1039:"ad0ce791",1055:"9485b888",1059:"430926d2",1090:"6dab1afe",1116:"6472ea34",1122:"d460b669",1278:"f26389ca",131:"e5a5bdad",1353:"a695f1f0",1374:"01337762",1393:"16fb4c19",1394:"0c7a5f9c",1438:"eb3b64af",1479:"f99f86a0",1522:"0f654ce9",1533:"e9e634a0",1538:"382014f6",1611:"5ab3e3b9",1638:"ce63b6e6",1732:"3bc8550b",1788:"cbefcacd",1791:"ecbc3c28",180:"e877c47d",1802:"d4d9166f",1818:"c804e125",182:"9c19c8a2",1869:"b6975c2a",1932:"30715a11",1951:"5471410a",1969:"9d5b0228",1995:"2b804c3e",2017:"aa57e4e1",2031:"3c90f03f",2089:"3f5c3883",2121:"d0644c33",2144:"2abbdf6f",2220:"0f878ed4",2221:"49c41eff",2226:"9a8c993d",2242:"579bbae2",2260:"b8b7f99f",2303:"5f09e697",2304:"07b94870",2339:"c5aa1dd3",2442:"ac57276d",2516:"ef83e24e",2570:"0eba23b8",2609:"a5c38083",2616:"18007db9",2624:"72fa94e8",2689:"a461f98b",2735:"620dcc01",28:"52fc92b9",2859:"a4908de2",2867:"4ca01932",2870:"429becad",2880:"8f2fd29f",294:"440a73ee",2996:"b2aa154d",3026:"cef2535b",3062:"b78f9359",3140:"ca28bd80",3187:"4e973509",3219:"bde14979",3221:"a6111055",324:"0be6a530",3334:"593cddc8",3370:"29dc4a3d",3407:"57bad276",3531:"d04cdd7c",3600:"29aeab52",3607:"62e6acbf",3654:"d2d14539",3714:"3e6995c4",3801:"abfa9346",3853:"489b42ef",3872:"4f6f476c",3884:"564bfefd",3894:"777c247b",3979:"1b10d791",399:"01d83934",3992:"1aff0e6d",3996:"902114d4",4134:"b01a07fe",4150:"d2fa0cad",4183:"a8f86082",419:"faf675fc",4217:"4936ccf6",4218:"5120b1c2",4275:"05ca363b",4310:"2b14bbac",4331:"e6d8a6c0",4345:"8b14ac04",4354:"280918f0",4499:"6aa1acc6",4675:"d2a5835b",4708:"b7edb858",4711:"4ac0befc",4729:"1dedb855",477:"d7b1e236",4819:"affac707",489:"e526d577",4946:"87adedc3",4990:"e94728de",5002:"98f4bda8",5067:"d310f96e",5116:"a4f55897",5124:"4b9f053e",5144:"2670dce1",5154:"37d2f77a",5183:"702d93f9",5187:"44282013",5213:"c63ab772",5221:"4923ed9f",5238:"23ab777e",5289:"d59f5b27",5296:"bde4edad",5298:"bb96447e",5363:"a691c5ac",5391:"6e9aaac3",5474:"8e39cd65",5512:"e135fe4d",5675:"b4a59480",569:"6aa0522a",572:"726e9885",5745:"7d47f58f",5750:"9fa77b6d",5761:"9cf9d7be",5794:"3cf66927",5837:"8052a244",5863:"b017b1c9",5872:"a7577c5b",5874:"857097f4",5901:"8671ce88",5976:"6a428904",6009:"e473a503",603:"0eeaea83",6095:"3895e40c",6103:"3786bb1c",6134:"cd731c15",6135:"9a86364c",6155:"89106bcb",6182:"67312f86",6218:"175ebeff",6258:"4718ba51",628:"f6e197ba",6285:"420b23a1",6332:"c15d9cc4",6428:"b6c04000",6429:"ab15f46b",6464:"7cbbb90c",6636:"45310c7f",6647:"3c69b7f5",6690:"5654e183",6715:"d8a9bd68",6749:"07343d28",6753:"bc4eabb9",6839:"e0dabb65",6887:"64cadf7e",6891:"f505a622",6931:"ffa8b770",6979:"bfec0003",6992:"29d73340",6998:"980ba037",700:"a1243c72",7016:"21189c55",7109:"e013eaed",7127:"91757485",7141:"c5131fce",7146:"74029a0c",7188:"e2ef7e77",7200:"8e189df1",7233:"6155f9ab",7284:"b6b33913",7356:"066a8368",7360:"e0ddba14",7482:"016934ef",7502:"cb055ed7",7538:"9bd8ec3e",757:"85244a8f",7575:"39ea181b",7587:"af05856f",759:"e260e6ee",7644:"b7a80e2e",7716:"40ca4ef5",7726:"ee36d3f9",7729:"ad994b08",7796:"edc2952b",7801:"db1e362f",7859:"c31eca95",7921:"d74ff429",7981:"ff009f48",8051:"49c55ede",814:"acfce97e",8207:"644da2dc",821:"c265649e",8211:"3774ac61",8255:"b63a9021",8277:"b16478c5",829:"9952ffcf",830:"2d616950",8332:"116a10ae",8339:"fa4bce12",8345:"e761da98",838:"3e3963ca",8391:"f4d216d8",8428:"07901925",8547:"20cc0412",8559:"42c00d38",8572:"3820983b",8574:"88f9ccdd",858:"13d18d90",8656:"03c227d1",8662:"5b987681",8678:"7085d18c",8682:"9215ce4a",87:"5da71659",8708:"8faa9c6e",8729:"dc2c2bb4",8742:"7de326e2",8770:"b1412238",8868:"6dcfb42f",8919:"d5e74206",8932:"08db7306",8968:"13549b34",897:"423b6407",8970:"e718eaf9",898:"0fac8368",906:"7e1bb591",9081:"5a1cc376",9091:"791178e8",9111:"65d7bfe9",9182:"4d5d9c39",9270:"d38ddc5a",9387:"24507aab",9395:"4f64a536",9421:"303b6efd",9467:"f0aea0dc",95:"07f88113",9578:"4d015869",959:"572bd6dc",9709:"a1e30118",9740:"37b5c7b3",9763:"cb780974",9764:"a7cb1142",9768:"b5c20583",9779:"ca2949bb",9845:"51f72182",9863:"e9dcd877",9980:"f7b8cab9"})[e]+".chunk.min.js",f.miniCssF=e=>"5205"===e?"render-indicator.inline.7af012a4.min.css":"7151"===e?"version-indicator.inline.4e01a025.min.css":""+({1818:"Repeater_FixedColumns",2304:"TPAModal",2689:"TPABaseComponent",2735:"TPAPreloaderOverlay",419:"TPAPopup",5187:"group_7",5976:"AppPart",6428:"ContentReflowBanner",7233:"FontRulersContainer",7360:"AppPart2",7726:"TPAUnavailableMessageOverlay",7796:"Repeater_FluidColumns",9863:"tpaWidgetNativeDeadComp"})[e]+"."+({1818:"d6ea6918",2304:"f424469d",2689:"fc3eeaee",2735:"3479478e",419:"a095c4d4",5187:"882d8423",5976:"8f9b1745",6428:"d13d26fb",7233:"147dbd76",7360:"2a44b2a3",7726:"5f394027",7796:"c7fbc499",9863:"574e1682"})[e]+".chunk.min.css",f.g=(()=>{if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}})(),f.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o={},f.l=function(e,r,a,t){if(o[e])return void o[e].push(r);if(void 0!==a)for(var c,n,i=document.getElementsByTagName("script"),d=0;d<i.length;d++){var s=i[d];if(s.getAttribute("src")==e){c=s;break}}c||(n=!0,(c=document.createElement("script")).timeout=120,f.nc&&c.setAttribute("nonce",f.nc),c.src=e),o[e]=[r];var l=function(r,a){c.onerror=c.onload=null,clearTimeout(b);var t=o[e];if(delete o[e],c.parentNode&&c.parentNode.removeChild(c),t&&t.forEach(function(e){return e(a)}),r)return r(a)},b=setTimeout(l.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=l.bind(null,c.onerror),c.onload=l.bind(null,c.onload),n&&document.head.appendChild(c)},f.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a=[],f.O=(e,r,o,t)=>{if(r){t=t||0;for(var c=a.length;c>0&&a[c-1][2]>t;c--)a[c]=a[c-1];a[c]=[r,o,t];return}for(var n=1/0,c=0;c<a.length;c++){for(var[r,o,t]=a[c],i=!0,d=0;d<r.length;d++)(!1&t||n>=t)&&Object.keys(f.O).every(e=>f.O[e](r[d]))?r.splice(d--,1):(i=!1,t<n&&(n=t));if(i){a.splice(c--,1);var s=o();void 0!==s&&(e=s)}}return e},f.p="https://static.parastorage.com/services/wix-thunderbolt/dist/",f.rv=()=>"1.6.6","undefined"!=typeof document){var s=function(e,r,o,a,t){var c=document.createElement("link");return c.rel="stylesheet",c.type="text/css",f.nc&&(c.nonce=f.nc),c.href=r,c.onerror=c.onload=function(o){if(c.onerror=c.onload=null,"load"===o.type)a();else{var n=o&&("load"===o.type?"missing":o.type),i=o&&o.target&&o.target.href||r,d=Error("Loading CSS chunk "+e+" failed.\\n("+i+")");d.code="CSS_CHUNK_LOAD_FAILED",d.type=n,d.request=i,c.parentNode&&c.parentNode.removeChild(c),t(d)}},o?o.parentNode.insertBefore(c,o.nextSibling):document.head.appendChild(c),c},l=function(e,r){for(var o=document.getElementsByTagName("link"),a=0;a<o.length;a++){var t=o[a],c=t.getAttribute("data-href")||t.getAttribute("href");if(c&&(c=c.split("?")[0]),"stylesheet"===t.rel&&(c===e||c===r))return t}for(var n=document.getElementsByTagName("style"),a=0;a<n.length;a++){var t=n[a],c=t.getAttribute("data-href");if(c===e||c===r)return t}},b={404:0};f.f.miniCss=function(e,r){if(b[e])r.push(b[e]);else 0!==b[e]&&({1818:1,2304:1,2689:1,2735:1,419:1,5187:1,5205:1,5976:1,6428:1,7151:1,7233:1,7360:1,7726:1,7796:1,9863:1})[e]&&r.push(b[e]=new Promise(function(r,o){var a=f.miniCssF(e),t=f.p+a;if(l(a,t))return r();s(e,t,null,r,o)}).then(function(){b[e]=0},function(r){throw delete b[e],r}))}}t={404:0},f.f.j=function(e,r){var o=f.o(t,e)?t[e]:void 0;if(0!==o)if(o)r.push(o[2]);else if(404!=e){var a=new Promise((r,a)=>o=t[e]=[r,a]);r.push(o[2]=a);var c=f.p+f.u(e),n=Error();f.l(c,function(r){if(f.o(t,e)&&(0!==(o=t[e])&&(t[e]=void 0),o)){var a=r&&("load"===r.type?"missing":r.type),c=r&&r.target&&r.target.src;n.message="Loading chunk "+e+" failed.\n("+a+": "+c+")",n.name="ChunkLoadError",n.type=a,n.request=c,o[1](n)}},"chunk-"+e,e)}else t[e]=0},f.O.j=e=>0===t[e],c=(e,r)=>{var o,a,[c,n,i]=r,d=0;if(c.some(e=>0!==t[e])){for(o in n)f.o(n,o)&&(f.m[o]=n[o]);if(i)var s=i(f)}for(e&&e(r);d<c.length;d++)a=c[d],f.o(t,a)&&t[a]&&t[a][0](),t[a]=0;return f.O(s)},(n=self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).forEach(c.bind(null,0)),n.push=c.bind(null,n.push.bind(n)),f.ruid="bundler=rspack@1.6.6"})();
//# sourceMappingURL=webpack-runtime.bed00ec8.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/fastdom.inline.58a6f94c.bundle.min.js">(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["3033"],{17709(t){!function(e){"use strict";var i=function(){},n=e.requestAnimationFrame||e.webkitRequestAnimationFrame||e.mozRequestAnimationFrame||e.msRequestAnimationFrame||function(t){return setTimeout(t,16)};function s(){this.reads=[],this.writes=[],this.raf=n.bind(e),i("initialized",this)}function r(t){t.scheduled||(t.scheduled=!0,t.raf(a.bind(null,t)),i("flush scheduled"))}function a(t){i("flush");var e,n=t.writes,s=t.reads;try{i("flushing reads",s.length),t.runTasks(s),i("flushing writes",n.length),t.runTasks(n)}catch(t){e=t}if(t.scheduled=!1,(s.length||n.length)&&r(t),e)if(i("task errored",e.message),t.catch)t.catch(e);else throw e}function u(t,e){var i=t.indexOf(e);return!!~i&&!!t.splice(i,1)}s.prototype={constructor:s,runTasks:function(t){var e;for(i("run tasks");e=t.shift();)e()},measure:function(t,e){i("measure");var n=e?t.bind(e):t;return this.reads.push(n),r(this),n},mutate:function(t,e){i("mutate");var n=e?t.bind(e):t;return this.writes.push(n),r(this),n},clear:function(t){return i("clear",t),u(this.reads,t)||u(this.writes,t)},extend:function(t){if(i("extend",t),"object"!=typeof t)throw Error("expected object");var e=Object.create(this);return function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}(e,t),e.fastdom=this,e.initialize&&e.initialize(),e},catch:null},t.exports=e.fastdom=e.fastdom||new s}("undefined"!=typeof window?window:void 0!==this?this:globalThis)}}]);
//# sourceMappingURL=fastdom.inline.58a6f94c.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/custom-element-utils.inline.af63090a.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["1619"],{26350(e,t,i){i.r(t),i.d(t,{STATIC_MEDIA_URL:()=>eB,fileType:()=>v,fittingTypes:()=>r,getData:()=>eR,sdk:()=>e$,isWEBP:()=>x,alignTypes:()=>h,htmlTag:()=>u,getPlaceholder:()=>eC,getResponsiveImageProps:()=>ek,upscaleMethods:()=>m,getFileExtension:()=>k,populateGlobalFeatureSupport:()=>q});let r={SCALE_TO_FILL:"fill",SCALE_TO_FIT:"fit",STRETCH:"stretch",ORIGINAL_SIZE:"original_size",TILE:"tile",TILE_HORIZONTAL:"tile_horizontal",TILE_VERTICAL:"tile_vertical",FIT_AND_TILE:"fit_and_tile",LEGACY_STRIP_TILE:"legacy_strip_tile",LEGACY_STRIP_TILE_HORIZONTAL:"legacy_strip_tile_horizontal",LEGACY_STRIP_TILE_VERTICAL:"legacy_strip_tile_vertical",LEGACY_STRIP_SCALE_TO_FILL:"legacy_strip_fill",LEGACY_STRIP_SCALE_TO_FIT:"legacy_strip_fit",LEGACY_STRIP_FIT_AND_TILE:"legacy_strip_fit_and_tile",LEGACY_STRIP_ORIGINAL_SIZE:"legacy_strip_original_size",LEGACY_ORIGINAL_SIZE:"actual_size",LEGACY_FIT_WIDTH:"fitWidth",LEGACY_FIT_HEIGHT:"fitHeight",LEGACY_FULL:"full",LEGACY_BG_FIT_AND_TILE:"legacy_tile",LEGACY_BG_FIT_AND_TILE_HORIZONTAL:"legacy_tile_horizontal",LEGACY_BG_FIT_AND_TILE_VERTICAL:"legacy_tile_vertical",LEGACY_BG_NORMAL:"legacy_normal"},n="fill",a="fill_focal",o="crop",s="legacy_crop",l="legacy_fill",h={CENTER:"center",TOP:"top",TOP_LEFT:"top_left",TOP_RIGHT:"top_right",BOTTOM:"bottom",BOTTOM_LEFT:"bottom_left",BOTTOM_RIGHT:"bottom_right",LEFT:"left",RIGHT:"right"},c={[h.CENTER]:{x:.5,y:.5},[h.TOP_LEFT]:{x:0,y:0},[h.TOP_RIGHT]:{x:1,y:0},[h.TOP]:{x:.5,y:0},[h.BOTTOM_LEFT]:{x:0,y:1},[h.BOTTOM_RIGHT]:{x:1,y:1},[h.BOTTOM]:{x:.5,y:1},[h.RIGHT]:{x:1,y:.5},[h.LEFT]:{x:0,y:.5}},d={center:"c",top:"t",top_left:"tl",top_right:"tr",bottom:"b",bottom_left:"bl",bottom_right:"br",left:"l",right:"r"},u={BG:"bg",IMG:"img",SVG:"svg"},m={AUTO:"auto",CLASSIC:"classic",SUPER:"super"},g={radius:"0.66",amount:"1.00",threshold:"0.01"},p={uri:"",css:{img:{},container:{}},attr:{img:{},container:{}},transformed:!1},f=[1.5,2,4],_={HIGH:{size:196e4,quality:90,maxUpscale:1},MEDIUM:{size:36e4,quality:85,maxUpscale:1},LOW:{size:16e4,quality:80,maxUpscale:1.2},TINY:{size:0,quality:80,maxUpscale:1.4}},b="HIGH",T="MEDIUM",I="contrast",E="brightness",w="saturation",L="blur",v={JPG:"jpg",JPEG:"jpeg",JPE:"jpe",PNG:"png",WEBP:"webp",WIX_ICO_MP:"wix_ico_mp",WIX_MP:"wix_mp",GIF:"gif",SVG:"svg",AVIF:"avif",UNRECOGNIZED:"unrecognized"};function A(e,...t){return function(...i){let r=i[i.length-1]||{},n=[e[0]];return t.forEach(function(t,a){let o=Number.isInteger(t)?i[t]:r[t];n.push(o,e[a+1])}),n.join("")}}function y(e){return e[e.length-1]}v.JPG,v.JPEG,v.JPE,v.PNG,v.GIF,v.WEBP;let O=[v.PNG,v.JPEG,v.JPG,v.JPE,v.WIX_ICO_MP,v.WIX_MP,v.WEBP,v.AVIF],C=[v.JPEG,v.JPG,v.JPE];function R(e,t,i){var n;return i&&t&&!(!(n=t.id)||!n.trim()||"none"===n.toLowerCase())&&Object.values(r).includes(e)}function M(e,t,i,r){var n;if(n=e,/(^https?)|(^data)|(^\/\/)/.test(n)||(x(e)||N(e))&&t&&!i)return!1;let a=O.includes(k(e)),o=!!G(e)&&!!(i||r);return a||o}function S(e){return k(e)===v.PNG}function x(e){return k(e)===v.WEBP}function G(e){return k(e)===v.GIF}function N(e){return k(e)===v.AVIF}let P=["/","\\","?","<",">","|","\u201C",":",'"'].map(encodeURIComponent),F=["\\.","\\*"];function k(e){return(/[.]([^.]+)$/.exec(e)&&/[.]([^.]+)$/.exec(e)[1]||"").toLowerCase()}function $(e,t,i,r,a){let o;return o=a===n?Math.max(i/e,r/t):"fit"===a?Math.min(i/e,r/t):1}function B(e,t,i,r,a,o){let{scaleFactor:s,width:l,height:h}=function(e,t,i,r,n){let a,o=i,s=r;if(a=$(e,t,i,r,n),"fit"===n&&(o=e*a,s=t*a),o&&s&&o*s>25e6){let i=Math.sqrt(25e6/(o*s));o*=i,s*=i,a=$(e,t,o,s,n)}return{scaleFactor:a,width:o,height:s}}(e=e||r.width,t=t||r.height,r.width*a,r.height*a,i);return function(e,t,i,r,a,o,s){let{optimizedScaleFactor:l,upscaleMethodValue:h,forceUSM:c}=function(e,t,i,r){if("auto"===r)return{optimizedScaleFactor:_[W(e,t)].maxUpscale,upscaleMethodValue:1,forceUSM:!1};if("super"===r)return{optimizedScaleFactor:y(f),upscaleMethodValue:2,forceUSM:!(f.includes(i)||i>y(f))};return{optimizedScaleFactor:_[W(e,t)].maxUpscale,upscaleMethodValue:1,forceUSM:!1}}(e,t,o,a),d=i,u=r;if(o<=l)return{width:d,height:u,scaleFactor:o,upscaleMethodValue:h,forceUSM:c,cssUpscaleNeeded:!1};switch(s){case n:d=l/o*i,u=l/o*r;break;case"fit":d=e*l,u=t*l}return{width:d,height:u,scaleFactor:l,upscaleMethodValue:h,forceUSM:c,cssUpscaleNeeded:!0}}(e,t,l,h,o,s,i)}function H(e){return e.alignment&&d[e.alignment]||d[h.CENTER]}function z(e){let t;return!e||"number"!=typeof e.x||isNaN(e.x)||"number"!=typeof e.y||isNaN(e.y)||(t={x:U(Math.max(0,Math.min(100,e.x))/100,2),y:U(Math.max(0,Math.min(100,e.y))/100,2)}),t}function W(e,t){let i=e*t;return i>_[b].size?b:i>_[T].size?T:i>_.LOW.size?"LOW":"TINY"}function U(e,t){let i=Math.pow(10,t||0);return(e*i/i).toFixed(t)}let Y={isMobile:!1},D=function(e,t){Y[e]=t};function q(){if("undefined"!=typeof window&&"undefined"!=typeof navigator){let e=window.matchMedia&&window.matchMedia("(max-width: 767px)").matches,t=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);D("isMobile",e&&t)}}function j(e,t){let i={css:{container:{}}},{css:n}=i,{fittingType:a}=e;switch(a){case r.ORIGINAL_SIZE:case r.LEGACY_ORIGINAL_SIZE:case r.LEGACY_STRIP_ORIGINAL_SIZE:n.container.backgroundSize="auto",n.container.backgroundRepeat="no-repeat";break;case r.SCALE_TO_FIT:case r.LEGACY_STRIP_SCALE_TO_FIT:n.container.backgroundSize="contain",n.container.backgroundRepeat="no-repeat";break;case r.STRETCH:n.container.backgroundSize="100% 100%",n.container.backgroundRepeat="no-repeat";break;case r.SCALE_TO_FILL:case r.LEGACY_STRIP_SCALE_TO_FILL:n.container.backgroundSize="cover",n.container.backgroundRepeat="no-repeat";break;case r.TILE_HORIZONTAL:case r.LEGACY_STRIP_TILE_HORIZONTAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-x";break;case r.TILE_VERTICAL:case r.LEGACY_STRIP_TILE_VERTICAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-y";break;case r.TILE:case r.LEGACY_STRIP_TILE:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat";break;case r.LEGACY_STRIP_FIT_AND_TILE:n.container.backgroundSize="contain",n.container.backgroundRepeat="repeat";break;case r.FIT_AND_TILE:case r.LEGACY_BG_FIT_AND_TILE:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat";break;case r.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-x";break;case r.LEGACY_BG_FIT_AND_TILE_VERTICAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-y";break;case r.LEGACY_BG_NORMAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="no-repeat"}switch(t.alignment){case h.CENTER:n.container.backgroundPosition="center center";break;case h.LEFT:n.container.backgroundPosition="left center";break;case h.RIGHT:n.container.backgroundPosition="right center";break;case h.TOP:n.container.backgroundPosition="center top";break;case h.BOTTOM:n.container.backgroundPosition="center bottom";break;case h.TOP_RIGHT:n.container.backgroundPosition="right top";break;case h.TOP_LEFT:n.container.backgroundPosition="left top";break;case h.BOTTOM_RIGHT:n.container.backgroundPosition="right bottom";break;case h.BOTTOM_LEFT:n.container.backgroundPosition="left bottom"}return i}let V={[h.CENTER]:"center",[h.TOP]:"top",[h.TOP_LEFT]:"top left",[h.TOP_RIGHT]:"top right",[h.BOTTOM]:"bottom",[h.BOTTOM_LEFT]:"bottom left",[h.BOTTOM_RIGHT]:"bottom right",[h.LEFT]:"left",[h.RIGHT]:"right"},Z={position:"absolute",top:"auto",right:"auto",bottom:"auto",left:"auto"};function J(e,t){let i={css:{container:{},img:{}}},{css:n}=i,{fittingType:a}=e,o=t.alignment;switch(n.container.position="relative",a){case r.ORIGINAL_SIZE:case r.LEGACY_ORIGINAL_SIZE:e.parts&&e.parts.length?(n.img.width=e.parts[0].width,n.img.height=e.parts[0].height):(n.img.width=e.src.width,n.img.height=e.src.height);break;case r.SCALE_TO_FIT:case r.LEGACY_FIT_WIDTH:case r.LEGACY_FIT_HEIGHT:case r.LEGACY_FULL:n.img.width=t.width,n.img.height=t.height,n.img.objectFit="contain",n.img.objectPosition=V[o]||"unset";break;case r.LEGACY_BG_NORMAL:n.img.width="100%",n.img.height="100%",n.img.objectFit="none",n.img.objectPosition=V[o]||"unset";break;case r.STRETCH:n.img.width=t.width,n.img.height=t.height,n.img.objectFit="fill";break;case r.SCALE_TO_FILL:n.img.width=t.width,n.img.height=t.height,n.img.objectFit="cover"}if("number"==typeof n.img.width&&"number"==typeof n.img.height&&(n.img.width!==t.width||n.img.height!==t.height)){let e=Math.round((t.height-n.img.height)/2),i=Math.round((t.width-n.img.width)/2);Object.assign(n.img,Z,{[h.TOP_LEFT]:{top:0,left:0},[h.TOP_RIGHT]:{top:0,right:0},[h.TOP]:{top:0,left:i},[h.BOTTOM_LEFT]:{bottom:0,left:0},[h.BOTTOM_RIGHT]:{bottom:0,right:0},[h.BOTTOM]:{bottom:0,left:i},[h.RIGHT]:{top:e,right:0},[h.LEFT]:{top:e,left:0},[h.CENTER]:{width:t.width,height:t.height,objectFit:"none"}}[o])}return i}function X(e,t){let i,a={css:{container:{}},attr:{container:{},img:{}}},{css:o,attr:s}=a,{fittingType:l}=e,c=t.alignment,{width:d,height:u}=e.src;switch(o.container.position="relative",l){case r.ORIGINAL_SIZE:case r.LEGACY_ORIGINAL_SIZE:case r.TILE:e.parts&&e.parts.length?(s.img.width=e.parts[0].width,s.img.height=e.parts[0].height):(s.img.width=d,s.img.height=u),s.img.preserveAspectRatio="xMidYMid slice";break;case r.SCALE_TO_FIT:case r.LEGACY_FIT_WIDTH:case r.LEGACY_FIT_HEIGHT:case r.LEGACY_FULL:s.img.width="100%",s.img.height="100%",s.img.transform="",s.img.preserveAspectRatio="";break;case r.STRETCH:s.img.width=t.width,s.img.height=t.height,s.img.x=0,s.img.y=0,s.img.transform="",s.img.preserveAspectRatio="none";break;case r.SCALE_TO_FILL:if(M(e.src.id))s.img.width=t.width,s.img.height=t.height;else{var m;let e;m=t.width,e=$(d,u,m,t.height,n),i={width:Math.round(d*e),height:Math.round(u*e)},s.img.width=i.width,s.img.height=i.height}s.img.x=0,s.img.y=0,s.img.transform="",s.img.preserveAspectRatio="xMidYMid slice"}if("number"==typeof s.img.width&&"number"==typeof s.img.height&&(s.img.width!==t.width||s.img.height!==t.height)){let e,i,n=0,a=0;l===r.TILE?(e=t.width%s.img.width,i=t.height%s.img.height):(e=t.width-s.img.width,i=t.height-s.img.height);let o=Math.round(e/2),d=Math.round(i/2);switch(c){case h.TOP_LEFT:n=0,a=0;break;case h.TOP:n=o,a=0;break;case h.TOP_RIGHT:n=e,a=0;break;case h.LEFT:n=0,a=d;break;case h.CENTER:n=o,a=d;break;case h.RIGHT:n=e,a=d;break;case h.BOTTOM_LEFT:n=0,a=i;break;case h.BOTTOM:n=o,a=i;break;case h.BOTTOM_RIGHT:n=e,a=i}s.img.x=n,s.img.y=a}return s.container.width=t.width,s.container.height=t.height,s.container.viewBox=["0 0",t.width,t.height].join(" "),a}function K(e,t){let i=B(e.src.width,e.src.height,"fit",t,e.devicePixelRatio,e.upscaleMethod);return{transformType:e.src.width&&e.src.height?n:"fit",width:Math.round(i.width),height:Math.round(i.height),alignment:d.center,upscale:i.scaleFactor>1,forceUSM:i.forceUSM,scaleFactor:i.scaleFactor,cssUpscaleNeeded:i.cssUpscaleNeeded,upscaleMethodValue:i.upscaleMethodValue}}function Q(e){return{transformType:o,x:Math.round(e.x),y:Math.round(e.y),width:Math.round(e.width),height:Math.round(e.height),upscale:!1,forceUSM:!1,scaleFactor:1,cssUpscaleNeeded:!1}}function ee(e,t,i){return"number"==typeof e&&!isNaN(e)&&0!==e&&e>=t&&e<=i}function et(e,t,i,o){var d,u,p,f,b,T,A;let R,Y=o?.isSEOBot??!1,D=function(e){if(C.includes(k(e)))return v.JPG;if(S(e))return v.PNG;if(x(e))return v.WEBP;if(G(e))return v.GIF;if(N(e))return v.AVIF;return v.UNRECOGNIZED}(t.id),q=function(e,t){let i=/\.([^.]*)$/,r=RegExp(`(${P.concat(F).join("|")})`,"g");if(t&&t.length){let e=t,n=t.match(i);return n&&O.includes(n[1])&&(e=t.replace(i,"")),encodeURIComponent(e).replace(r,"_")}let n=e.match(/\/(.*?)$/);return(n?n[1]:e).replace(i,"")}(t.id,t.name),j=Y?1:Math.min(i.pixelAspectRatio||1,2),V=k(t.id),Z=M(t.id,o?.hasAnimation,o?.allowAnimatedTransform,o?.allowFullGIFTransformation),J={fileName:q,fileExtension:V,fileType:D,fittingType:e,preferredExtension:V,src:{id:t.id,width:t.width,height:t.height,isCropped:!1,isAnimated:(d=t.id,u=o?.hasAnimation,R=x(d)||N(d),k(d)===v.GIF||R&&u)},focalPoint:{x:t.focalPoint&&t.focalPoint.x,y:t.focalPoint&&t.focalPoint.y},parts:[],devicePixelRatio:j,quality:0,upscaleMethod:o&&o.upscaleMethod&&m[o.upscaleMethod.toUpperCase()]||m.AUTO,progressive:!0,watermark:"",unsharpMask:{},filters:{},transformed:Z,allowFullGIFTransformation:o?.allowFullGIFTransformation,isPlaceholderFlow:o?.isPlaceholderFlow};if(Z){let e,d,u,m,O,C;!function(e,t,i){var o,d,u,m,g,p,f,_,b,T,I;let E,w,L,v,A,y;if(t.crop){let i,r;o=t.crop,i=Math.max(0,Math.min(t.width,o.x+o.width)-Math.max(0,o.x)),r=Math.max(0,Math.min(t.height,o.y+o.height)-Math.max(0,o.y)),(E=i&&r&&(t.width!==i||t.height!==r)?{x:Math.max(0,o.x),y:Math.max(0,o.y),width:i,height:r}:null)&&(e.src.width=E.width,e.src.height=E.height,e.src.isCropped=!0,e.parts.push(Q(E)))}switch(e.fittingType){case r.SCALE_TO_FIT:case r.LEGACY_FIT_WIDTH:case r.LEGACY_FIT_HEIGHT:case r.LEGACY_FULL:case r.FIT_AND_TILE:case r.LEGACY_BG_FIT_AND_TILE:case r.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:case r.LEGACY_BG_FIT_AND_TILE_VERTICAL:case r.LEGACY_BG_NORMAL:e.parts.push(K(e,i));break;case r.SCALE_TO_FILL:e.parts.push((g=e,p=i,w=B(g.src.width,g.src.height,n,p,g.devicePixelRatio,g.upscaleMethod),{transformType:(L=z(g.focalPoint))?a:n,width:Math.round(w.width),height:Math.round(w.height),alignment:H(p),focalPointX:L&&L.x,focalPointY:L&&L.y,upscale:w.scaleFactor>1,forceUSM:w.forceUSM,scaleFactor:w.scaleFactor,cssUpscaleNeeded:w.cssUpscaleNeeded,upscaleMethodValue:w.upscaleMethodValue}));break;case r.STRETCH:e.parts.push((f=e,_=i,v=$(f.src.width,f.src.height,_.width,_.height,n),(A={..._}).width=f.src.width*v,A.height=f.src.height*v,K(f,A)));break;case r.TILE_HORIZONTAL:case r.TILE_VERTICAL:case r.TILE:case r.LEGACY_ORIGINAL_SIZE:case r.ORIGINAL_SIZE:d=e.src,u=e.focalPoint,m=i.alignment,y=z(u)||function(e=h.CENTER){return c[e]}(m),E={x:Math.max(0,Math.min(d.width-i.width,y.x*d.width-i.width/2)),y:Math.max(0,Math.min(d.height-i.height,y.y*d.height-i.height/2)),width:Math.min(d.width,i.width),height:Math.min(d.height,i.height)},e.src.isCropped?(Object.assign(e.parts[0],E),e.src.width=E.width,e.src.height=E.height):e.parts.push(Q(E));break;case r.LEGACY_STRIP_TILE_HORIZONTAL:case r.LEGACY_STRIP_TILE_VERTICAL:case r.LEGACY_STRIP_TILE:case r.LEGACY_STRIP_ORIGINAL_SIZE:e.parts.push({transformType:s,width:Math.round((b=i).width),height:Math.round(b.height),alignment:H(b),upscale:!1,forceUSM:!1,scaleFactor:1,cssUpscaleNeeded:!1});break;case r.LEGACY_STRIP_SCALE_TO_FIT:case r.LEGACY_STRIP_FIT_AND_TILE:e.parts.push({transformType:"fit",width:Math.round((T=i).width),height:Math.round(T.height),upscale:!1,forceUSM:!0,scaleFactor:1,cssUpscaleNeeded:!1});break;case r.LEGACY_STRIP_SCALE_TO_FILL:e.parts.push({transformType:l,width:Math.round((I=i).width),height:Math.round(I.height),alignment:H(I),upscale:!1,forceUSM:!0,scaleFactor:1,cssUpscaleNeeded:!1})}}(J,t,i),J.quality=function(e,t){let i=e.fileType===v.PNG,r=e.fileType===v.JPG,n=e.fileType===v.WEBP,a=e.fileType===v.AVIF;if(r||i||n||a){let r=y(e.parts),n=_[W(r.width,r.height)].quality,a=t.quality&&t.quality>=5&&t.quality<=90?t.quality:n;return i?a+5:a}return 0}(J,p=(p=o)||{}),J.progressive=!1!==p.progressive,J.watermark=p.watermark,J.autoEncode=p.autoEncode??!0,J.encoding=p?.encoding,f=J,e="number"==typeof(T=(T=(b=p).unsharpMask)||{}).radius&&!isNaN(T.radius)&&T.radius>=.1&&T.radius<=500,d="number"==typeof T.amount&&!isNaN(T.amount)&&T.amount>=0&&T.amount<=10,u="number"==typeof T.threshold&&!isNaN(T.threshold)&&T.threshold>=0&&T.threshold<=255,J.unsharpMask=e&&d&&u?{radius:U(b.unsharpMask?.radius,2),amount:U(b.unsharpMask?.amount,2),threshold:U(b.unsharpMask?.threshold,2)}:"number"==typeof(A=(A=b.unsharpMask)||{}).radius&&!isNaN(A.radius)&&0===A.radius&&"number"==typeof A.amount&&!isNaN(A.amount)&&0===A.amount&&"number"==typeof A.threshold&&!isNaN(A.threshold)&&0===A.threshold||(m=y(f.parts)).scaleFactor>=1&&!m.forceUSM&&"fit"!==m.transformType?void 0:g,O=p.filters||{},C={},ee(O[I],-100,100)&&(C[I]=O[I]),ee(O[E],-100,100)&&(C[E]=O[E]),ee(O[w],-100,100)&&(C[w]=O[w]),ee(O.hue,-180,180)&&(C.hue=O.hue),ee(O[L],0,100)&&(C[L]=O[L]),J.filters=C}return J}function ei(e,t,i){let n={...i},a=Y.isMobile;switch(e){case r.LEGACY_BG_FIT_AND_TILE:case r.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:case r.LEGACY_BG_FIT_AND_TILE_VERTICAL:case r.LEGACY_BG_NORMAL:n.width=Math.min(a?1e3:1920,t.width),n.height=Math.min(a?1e3:1920,Math.round(n.width/(t.width/t.height))),n.pixelAspectRatio=1}return n}let er=A`fit/w_${"width"},h_${"height"}`,en=A`fill/w_${"width"},h_${"height"},al_${"alignment"}`,ea=A`fill/w_${"width"},h_${"height"},fp_${"focalPointX"}_${"focalPointY"}`,eo=A`crop/x_${"x"},y_${"y"},w_${"width"},h_${"height"}`,es=A`crop/w_${"width"},h_${"height"},al_${"alignment"}`,el=A`fill/w_${"width"},h_${"height"},al_${"alignment"}`,eh=A`,lg_${"upscaleMethodValue"}`,ec=A`,q_${"quality"}`,ed=A`,quality_auto`,eu=A`,usm_${"radius"}_${"amount"}_${"threshold"}`,em=A`,bl`,eg=A`,wm_${"watermark"}`,ep={[I]:A`,con_${"contrast"}`,[E]:A`,br_${"brightness"}`,[w]:A`,sat_${"saturation"}`,hue:A`,hue_${"hue"}`,[L]:A`,blur_${"blur"}`},ef=A`,enc_auto`,e_=A`,enc_avif`,eb=A`,enc_pavif`,eT=A`,pstr`,eI=A`,anm_all`;function eE(e,t,i,r={},h){if(M(t.id,r?.hasAnimation,r?.allowAnimatedTransform,r?.allowFullGIFTransformation)){if(x(t.id)||N(t.id)){let{alignment:n,...a}=i;t.focalPoint={x:void 0,y:void 0},delete t?.crop,h=et(e,t,a,r)}else h=h||et(e,t,i,r);return function(e){let t=[];e.parts.forEach(e=>{switch(e.transformType){case o:t.push(eo(e));break;case s:t.push(es(e));break;case l:let i=el(e);e.upscale&&(i+=eh(e)),t.push(i);break;case"fit":let r=er(e);e.upscale&&(r+=eh(e)),t.push(r);break;case n:let h=en(e);e.upscale&&(h+=eh(e)),t.push(h);break;case a:let c=ea(e);e.upscale&&(c+=eh(e)),t.push(c)}});let i=t.join("/");if(e.quality&&(i+=ec(e)),e.unsharpMask&&(i+=eu(e.unsharpMask)),e.progressive||(i+=em(e)),e.watermark&&(i+=eg(e)),e.filters&&(i+=Object.keys(e.filters).map(t=>ep[t](e.filters)).join("")),e.fileType!==v.GIF&&("AVIF"===e.encoding?(i+=e_(e),i+=ed(e)):"PAVIF"===e.encoding?(i+=eb(e),i+=ed(e)):e.autoEncode&&(i+=ef(e))),e.src?.isAnimated&&e.transformed){let t=G(e.src.id),r=!0===e.isPlaceholderFlow,n=!0===e.allowFullGIFTransformation;r?i+=eT(e):t&&n&&(i+=eI(e))}return`${e.src.id}/v1/${i}/${e.fileName}.${e.preferredExtension}`}(h)}return t.id}let ew={[h.CENTER]:"50% 50%",[h.TOP_LEFT]:"0% 0%",[h.TOP_RIGHT]:"100% 0%",[h.TOP]:"50% 0%",[h.BOTTOM_LEFT]:"0% 100%",[h.BOTTOM_RIGHT]:"100% 100%",[h.BOTTOM]:"50% 100%",[h.RIGHT]:"100% 50%",[h.LEFT]:"0% 50%"},eL=Object.entries(ew).reduce((e,[t,i])=>(e[i]=t,e),{}),ev=[r.TILE,r.TILE_HORIZONTAL,r.TILE_VERTICAL,r.LEGACY_BG_FIT_AND_TILE,r.LEGACY_BG_FIT_AND_TILE_HORIZONTAL,r.LEGACY_BG_FIT_AND_TILE_VERTICAL],eA=[r.LEGACY_ORIGINAL_SIZE,r.ORIGINAL_SIZE,r.LEGACY_BG_NORMAL];function ey(e,t,{width:i,height:n}){return e===r.TILE&&t.width>i&&t.height>n}let eO={width:"100%",height:"100%"};function eC(e,t,i,n={}){var a;let o,{autoEncode:s=!0,isSEOBot:l,shouldLoadHQImage:h,hasAnimation:c,allowAnimatedTransform:d,encoding:u}=n;if(!R(e,t,i))return p;let m=d??!0,g=M(t.id,c,m);if(!g||h)return eR(e,t,i,{...n,autoEncode:s,useSrcset:g});let f={...i,...function(e,{width:t,height:i}){if(!t||!i){let r=t||Math.min(980,e.width),n=r/e.width;return{width:r,height:i||e.height*n}}return{width:t,height:i}}(t,i)},{alignment:_,htmlTag:b}=f,T=ey(e,t,f),I=function(e,t,{width:i,height:r},n=!1){var a,o;if(n)return{width:i,height:r};let s=!eA.includes(e),l=ey(e,t,{width:i,height:r}),h=!l&&ev.includes(e),c=h?t.width:i,d=h?t.height:r,u=s?(a=c,o=S(t.id),a>900?o?.05:.15:a>500?o?.1:.18:a>200?.25:1):1;return{width:l?1920:c*u,height:d*u}}(e,t,f,l),E=(a=f.width,l?0:ev.includes(e)?1:a>200?2:3),w=(o=ev.includes(e)&&!T,e===r.SCALE_TO_FILL||o?r.SCALE_TO_FIT:e),L=function(e,t,i,n="center"){let a={img:{},container:{}};if(e===r.SCALE_TO_FILL){var o;let e=t.focalPoint&&(o=t.focalPoint,eL[`${o.x}% ${o.y}%`]||"");t.focalPoint&&!e?a.img={objectPosition:function(e,t,i){let{width:r,height:n}=e,{width:a,height:o}=t,{x:s,y:l}=i;if(!a||!o)return`${s}% ${l}%`;let h=Math.max(a/r,o/n),c=r*h,d=n*h,u=Math.max(0,Math.min(c-a,s/100*c-a/2)),m=Math.max(0,Math.min(d-o,l/100*d-o/2)),g=u&&Math.floor(u/(c-a)*100),p=m&&Math.floor(m/(d-o)*100);return`${g}% ${p}%`}(t,i,t.focalPoint)}:a.img={objectPosition:ew[e||n]}}else[r.LEGACY_ORIGINAL_SIZE,r.ORIGINAL_SIZE].includes(e)?a.img={objectFit:"none",top:"auto",left:"auto",right:"auto",bottom:"auto"}:ev.includes(e)&&(a.container={backgroundSize:`${t.width}px ${t.height}px`});return a}(e,t,i,_),{uri:v}=eR(w,t,{...I,alignment:_,htmlTag:b},{autoEncode:s,filters:E?{blur:E}:{},hasAnimation:c,allowAnimatedTransform:m,encoding:u,isPlaceholderFlow:!0}),{attr:A={},css:y}=eR(e,t,{...f,alignment:_,htmlTag:b},{});return y.img=y.img||{},y.container=y.container||{},Object.assign(y.img,L.img,eO),Object.assign(y.container,L.container),{uri:v,css:y,attr:A,transformed:!0}}function eR(e,t,i,r){let n={};if(R(e,t,i)){var a;let o,s=ei(e,t,i),l=et(e,t,s,r);n.uri=eE(e,t,s,r,l),r?.useSrcset&&(n.srcset=(a=n,o=s.pixelAspectRatio||1,{dpr:[`${1===o?a.uri:eE(e,t,{...s,pixelAspectRatio:1},r)} 1x`,`${2===o?a.uri:eE(e,t,{...s,pixelAspectRatio:2},r)} 2x`]})),Object.assign(n,(s.htmlTag===u.BG?j:s.htmlTag===u.SVG?X:J)(l,s),{transformed:l.transformed})}else n=p;return n}function eM(e,t,i,r){if(R(e,t,i)){let n=ei(e,t,i),a=et(e,t,n,r);return{uri:eE(e,t,n,r||{},a)}}return{uri:""}}let eS="https://static.wixstatic.com/media/",ex=/^media\//i,eG="undefined"!=typeof window?window.devicePixelRatio:1,eN=(e,t)=>{let i=t&&t.baseHostURL;return i?`${i}${e}`:ex.test(e)?`https://static.wixstatic.com/${e}`:`${eS}${e}`};q();let eP="center",eF=[1920,1536,1366,1280,980],ek=(e,t,i)=>{let{displayMode:r,uri:n,width:a,height:o,name:s,crop:l,focalPoint:h,alignType:c,quality:d,upscaleMethod:u,hasAnimation:m,allowAnimatedTransform:g,encoding:p,siteMargin:f,widthProportion:_,allowFullGIFTransformation:b,baseHostURL:T}=e;if(_){let e,g,I=(e="original_size"===r,g=a/o,eF.map((r,I)=>{let E=980===r,w=e=>E?t:_/100*(e-2*(f||0)),L=w(eF[I+1]),v=w(r),A=L/i,y=!(e||E)&&((e,t,i,r,n,a,o,s=eP)=>{if(e>t){let e=Math.round(r/(a/n)),t=Math.round(i/2-e/2);return s.includes("top")?t=0:s.includes("bottom")&&(t=i-e),{width:r,height:e,x:0,y:t}}{let e=Math.round(i/(n/o)),t=Math.round(r/2-e/2);return s.includes("left")?t=0:s.includes("right")&&(t=r-e),{width:e,height:i,x:t,y:0}}})(A,g,o,a,i,L,v,c),{srcset:O,fallbackSrc:C,css:R}=ek({displayMode:e?"original_size":E?"fill":"fit",uri:n,width:a,height:o,crop:l||y,name:s,focalPoint:h,alignType:c,quality:d,upscaleMethod:u,hasAnimation:m,encoding:p,allowFullGIFTransformation:b,baseHostURL:T},v,i);return e&&R&&(R.img.objectFit="cover"),{srcset:O||"",sizes:E?`${_}vw`:`${v}px`,media:`(max-width: ${r}px)`,fallbackSrc:C,imgStyle:R?.img}})).filter(Boolean).reverse();return{fallbackSrc:I[0].fallbackSrc,sources:I,css:I[0].imgStyle}}{let{srcset:e,css:f,uri:_}=eR(r,{id:n,width:a,height:o,name:s,crop:l,focalPoint:h},{width:t,height:i,alignment:c},{focalPoint:h,name:s,quality:d?.quality,upscaleMethod:u,hasAnimation:m,allowAnimatedTransform:g,useSrcset:!0,encoding:p,allowFullGIFTransformation:b}),I=T||eB,E=e?.dpr?.map(e=>/^[a-z]+:/.test(e)?e:`${I}${e}`);return{fallbackSrc:`${I}${_}`,srcset:E?.join(", ")||"",css:f}}};q();let e$={getScaleToFitImageURL:function(e,t,i,n,a,o){return eN(eM(r.SCALE_TO_FIT,{id:e,width:t,height:i,name:o&&o.name},{width:n,height:a,htmlTag:u.IMG,alignment:h.CENTER,pixelAspectRatio:o?.devicePixelRatio??eG},o).uri,o)},getScaleToFillImageURL:function(e,t,i,n,a,o){return eN(eM(r.SCALE_TO_FILL,{id:e,width:t,height:i,name:o&&o.name,focalPoint:{x:o&&o.focalPoint&&o.focalPoint.x,y:o&&o.focalPoint&&o.focalPoint.y}},{width:n,height:a,htmlTag:u.IMG,alignment:h.CENTER,pixelAspectRatio:o?.devicePixelRatio??eG},o).uri,o)},getCropImageURL:function(e,t,i,n,a,o,s,l,c,d){return eN(eM(r.SCALE_TO_FILL,{id:e,width:t,height:i,name:d&&d.name,crop:{x:n,y:a,width:o,height:s}},{width:l,height:c,htmlTag:u.IMG,alignment:h.CENTER,pixelAspectRatio:d?.devicePixelRatio??eG},d).uri,d)}},eB=eS},55901(e,t,i){(0,i(16858).Rr)()},19787(e,t,i){var r=i(16858),n=i(99090);((e=window)=>{let{mediaServices:t,environmentConsts:i,requestUrl:a,staticVideoUrl:o}=e.customElementNamespace;(0,r.EH)(e,t,{...i,prefersReducedMotion:(0,n.O)(window,a),staticVideoUrl:o}),(0,r.jh)(e),(0,r.p7)(e,t,i)})(),window.resolveExternalsRegistryModule("imageClientApi")},16858(e,t,i){i.d(t,{_o:()=>s,NL:()=>y,yO:()=>w,vk:()=>c,EH:()=>k,KU:()=>l,Rr:()=>S,jh:()=>G,p7:()=>A,Aq:()=>h});var r=i(17709),n=i.n(r);let a=(e,t,i)=>{let r=1,n=0;for(let a=0;a<e.length;a++){let o=e[a];if(o>t||(n+=o)>t&&(r++,n=o,r>i))return!1}return!0};function o(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function s(){class e extends HTMLElement{setContainerHeight(e){this.style.setProperty("--flex-columns-height",`${e}px`)}removeContainerHeight(){this.style.removeProperty("--flex-columns-height")}getColumnCount(e){return parseInt(e.getPropertyValue("--flex-column-count"),10)}getRowGap(e){return parseInt(e.getPropertyValue("row-gap")||"0",10)}activate(){this.isActive=!0,this.attachObservers(),this.recalcHeight()}deactivate(){this.isActive=!1,this.detachHeightCalcObservers(),this.removeContainerHeight()}calcActive(){return"multi-column-layout"===getComputedStyle(this).getPropertyValue("--container-layout-type")}get itemsHeights(){return Array.from(this.children).map(e=>{let t=getComputedStyle(e),i=parseFloat(t.height||"0");return i+=parseFloat(t.marginTop||"0"),{height:i+=parseFloat(t.marginBottom||"0")}})}setIsActive(){let e=this.calcActive();this.isActive!==e&&(e?this.activate():this.deactivate())}connectedCallback(){this.cleanUp(),this.createObservers(),this.setIsActive(),window.document.body&&this.isActiveObserver?.observe(window.document.body)}disconnectedCallback(){this.cleanUp()}constructor(...e){super(...e),o(this,"containerWidthObserver",void 0),o(this,"mutationObserver",void 0),o(this,"isActiveObserver",void 0),o(this,"childResizeObserver",void 0),o(this,"containerWidth",0),o(this,"isActive",!1),o(this,"isDuringCalc",!1),o(this,"attachObservers",()=>{this.mutationObserver?.observe(this,{childList:!0,subtree:!0}),this.containerWidthObserver?.observe(this),Array.from(this.children).forEach(e=>{this.handleItemAdded(e)})}),o(this,"detachHeightCalcObservers",()=>{this.mutationObserver?.disconnect(),this.containerWidthObserver?.disconnect(),this.childResizeObserver?.disconnect()}),o(this,"recalcHeight",()=>{this.isActive&&n().measure(()=>{if(!this.isActive||this.isDuringCalc)return;this.isDuringCalc=!0;let e=getComputedStyle(this),t=((e,t,i)=>{let r=-1/0,n=e.map(e=>(e.height+t>r&&(r=e.height+t),e.height+t)),o=r,s=r*e.length,l=r;for(;o<s;){let e=Math.floor((o+s)/2);a(n,e,i)?s=e:o=e+1,l=o}return l-t})(this.itemsHeights,this.getRowGap(e),this.getColumnCount(e));this.isDuringCalc=!1,n().mutate(()=>{this.setContainerHeight(t),this.style.setProperty("visibility",null)})})}),o(this,"cleanUp",()=>{this.detachHeightCalcObservers(),this.removeContainerHeight(),this.isActiveObserver?.disconnect()}),o(this,"handleItemAdded",e=>{e instanceof window.HTMLElement&&this.childResizeObserver?.observe(e)}),o(this,"handleItemRemoved",e=>{e instanceof window.HTMLElement&&this.childResizeObserver?.unobserve(e)}),o(this,"createObservers",()=>{this.containerWidthObserver=new ResizeObserver(e=>{let t=e[0];if(t.contentRect.width!==this.containerWidth){if(0===this.containerWidth){this.containerWidth=t.contentRect.width;return}this.containerWidth=t.contentRect.width,this.recalcHeight()}}),this.mutationObserver=new MutationObserver(e=>{e.forEach(e=>{Array.from(e.removedNodes).forEach(this.handleItemRemoved),Array.from(e.addedNodes).forEach(this.handleItemAdded)}),this.recalcHeight()}),this.childResizeObserver=new ResizeObserver(()=>{this.recalcHeight()}),this.isActiveObserver=new ResizeObserver(()=>{this.setIsActive()})})}}return e}let l="multi-column-layouter",h=()=>{let e={observedElementToRelayoutTarget:new Map,getLayoutTargets(t){let i=new Set;return t.forEach(t=>i.add(e.observedElementToRelayoutTarget.get(t))),i},observe:i=>{e.observedElementToRelayoutTarget.set(i,i),t.observe(i)},unobserve:i=>{e.observedElementToRelayoutTarget.delete(i),t.unobserve(i)},observeChild:(i,r)=>{e.observedElementToRelayoutTarget.set(i,r),t.observe(i)},unobserveChild:i=>{e.observedElementToRelayoutTarget.delete(i),t.unobserve(i)}},t=new window.ResizeObserver(t=>{e.getLayoutTargets(t.map(e=>e.target)).forEach(e=>e.reLayout())});return e},c=(e,t=window)=>{let i=!1;return(...r)=>{i||(i=!0,t.requestAnimationFrame(()=>{i=!1,e(...r)}))}};function d(...e){let t=e[0];for(let i=1;i<e.length;++i)t=`${t.replace(/\/$/,"")}/${e[i].replace(/^\//,"")}`;return t}var u=i(26350);let m={columnCount:1,columns:1,fontWeight:1,lineHeight:1,opacity:1,zIndex:1,zoom:1},g=(e,t)=>e&&t&&Object.keys(t).forEach(i=>e.setAttribute(i,t[i])),p=(e,t)=>e&&t&&Object.keys(t).forEach(i=>{let r=t[i];if(void 0!==r)e.style[i]="number"!=typeof r||m[i]?r:`${r}px`;else e.style.removeProperty(i)}),f=(e,t,i=!0)=>{var r;return e&&i?(r=e.dataset[t])?"true"===r||"false"!==r&&("null"===r?null:`${+r}`===r?+r:r):r:e.dataset[t]},_=(e,t)=>e&&t&&Object.assign(e.dataset,t),b=e=>e||document.documentElement.clientHeight||window.innerHeight||0,T={fit:"contain",fill:"cover"};var I=i(69654);let E=(e,t,i)=>{void 0===e.customElements.get(t)&&e.customElements.define(t,i)};function w(e,t=window){class i extends t.HTMLElement{reLayout(){}connectedCallback(){this.observeResize(),this.reLayout()}disconnectedCallback(){this.unobserveResize(),this.unobserveChildren()}observeResize(){e.resizeService.observe(this)}unobserveResize(){e.resizeService.unobserve(this)}observeChildren(e){this.childListObserver||(this.childListObserver=new t.MutationObserver(()=>this.reLayout())),this.childListObserver.observe(e,{childList:!0})}observeChildAttributes(e,i=[]){this.childrenAttributesObservers||(this.childrenAttributesObservers=[]);let r=new t.MutationObserver(()=>this.reLayout());r.observe(e,{attributeFilter:i}),this.childrenAttributesObservers.push(r)}observeChildResize(t){this.childrenResizeObservers||(this.childrenResizeObservers=[]),e.resizeService.observeChild(t,this),this.childrenResizeObservers.push(t)}unobserveChildrenResize(){this.childrenResizeObservers&&(this.childrenResizeObservers.forEach(t=>{e.resizeService.unobserveChild(t)}),this.childrenResizeObservers=null)}unobserveChildren(){if(this.childListObserver&&(this.childListObserver.disconnect(),this.childListObserver=null),this.childrenAttributesObservers){for(let e of this.childrenAttributesObservers)e.disconnect(),e=null;this.childrenAttributesObservers=null}this.unobserveChildrenResize()}constructor(){super()}}return i}let L=e=>{if(e.customElementNamespace||(e.customElementNamespace={}),void 0===e.customElementNamespace.WixElement){let t=w({resizeService:h()},e);return e.customElementNamespace.WixElement=t,t}return e.customElementNamespace.WixElement},v="wix-bg-image",A=(e=globalThis.window,t={},i={experiments:{}})=>{if(e&&void 0===e.customElements.get(v)){let r=function(e,t,i,r=window){let n=((e=window)=>({measure:function(e,t,i,{containerId:r,bgEffectName:n},a){let o=i[e],s=i[r],{width:l,height:h}=a.getMediaDimensionsByEffect(n,s.offsetWidth,s.offsetHeight,b(a.getScreenHeightOverride?.()));t.width=l,t.height=h,t.currentSrc=o.style.backgroundImage,t.bgEffectName=o.dataset.bgEffectName},patch:function(t,i,r,n,a){let o=r[t];n.targetWidth=i.width,n.targetHeight=i.height;let s=((e,t,i)=>{var r;let n,{targetWidth:a,targetHeight:o,imageData:s,filters:l,displayMode:h=u.fittingTypes.SCALE_TO_FILL}=e;if(!a||!o||!s.uri)return{uri:"",css:{}};let{width:c,height:d,crop:m,name:g,focalPoint:p,upscaleMethod:f,quality:_,devicePixelRatio:b=t.devicePixelRatio}=s,T={filters:l,upscaleMethod:f,..._,hasAnimation:e?.hasAnimation||s?.hasAnimation},I=(r=b,((n=window.location.search.split("&").map(e=>e.split("=")).find(e=>e[0].toLowerCase().includes("devicepixelratio")))?Number(n[1]):null)||r||1),E={id:s.uri,width:c,height:d,...m&&{crop:m},...p&&{focalPoint:p},...g&&{name:g}},w={width:a,height:o,htmlTag:"bg",pixelAspectRatio:I,alignment:e.alignType||u.alignTypes.CENTER},L=(0,u.getData)(h,E,w,T),v=s.baseHostURL||t.staticMediaUrl;return L.uri=((e,t,i)=>{if(/(^https?)|(^data)|(^blob)|(^\/\/)/.test(e))return e;let r=`${t}/`;return e&&(/^micons\//.test(e)?r=i:"ico"===/[^.]+$/.exec(e)[0]&&(r=r.replace("media","ficons"))),r+e})(L.uri,v,t.mediaRootUrl),L})(n,a,0);if(function(e="",t){return!e.includes(t)||!!e!=!!t}(i.currentSrc,s.uri)){let t,i;t={backgroundImage:`url("${s.uri}")`,...s.css.container},(i=new e.Image).onload=p.bind(null,o,t),i.src=s.uri}else p(o,s.css.container)}}))(r);return class extends e{reLayout(){if(t.isExperimentOpen("specs.thunderbolt.tb_stop_client_images")||t.isExperimentOpen("specs.thunderbolt.final_force_webp")||t.isExperimentOpen("specs.thunderbolt.final_force_no_webp"))return;let e={},a={},o=(0,I.ZH)(this,{experiments:i.experiments,logger:i.logger,document:r.document}),s=JSON.parse(this.dataset.tiledImageInfo),{bgEffectName:l}=this.dataset,{containerId:h}=s,c=(0,I.qc)(h,{experiments:i.experiments,logger:i.logger,document:r.document});e[o]=this,e[h]=c,s.displayMode=s.imageData.displayMode,t.mutationService.measure(()=>{n.measure(o,a,e,{containerId:h,bgEffectName:l},t)}),t.mutationService.mutate(()=>{n.patch(o,a,e,s,i,t)})}attributeChangedCallback(e,t){t&&this.reLayout()}disconnectedCallback(){super.disconnectedCallback()}static get observedAttributes(){return["data-tiled-image-info"]}constructor(){super()}}}(L(e),t,i,e);E(e,v,r)}};function y(e,t,i,r=window){let n={width:void 0,height:void 0,left:void 0};return class extends e{reLayout(){let{containerId:e,pageId:a,useCssVars:o,bgEffectName:s}=this.dataset,l=(0,I.hW)(this,e)||(0,I.qc)(`${e}`,{experiments:i.experiments,logger:i.logger,document:r.document}),h=(0,I.hW)(this,a)||(0,I.qc)(`${a}`,{experiments:i.experiments,logger:i.logger,document:r.document}),c={};t.mutationService.measure(()=>{let e="fixed"===r.getComputedStyle(this).position,i=b(t.getScreenHeightOverride?.()),n=l.getBoundingClientRect(),a=t.getMediaDimensionsByEffect(s,n.width,n.height,i),{hasParallax:d}=a,u=h&&(r.getComputedStyle(h).transition||"").includes("transform"),{width:m,height:g}=a,p=`${m}px`,f=`${g}px`,_=`${(n.width-m)/2}px`;if(e){let e=r.document.documentElement.clientLeft;_=u?`${l.offsetLeft-e}px`:`${n.left-e}px`}let T=e||d?0:`${(n.height-g)/2}px`;Object.assign(c,o?{"--containerW":p,"--containerH":f,"--containerL":_,"--screenH_val":`${i}`}:{width:p,height:f,left:_,top:T})}),t.mutationService.mutate(()=>{if(o){let e;p(this,n),e=this,e&&c&&Object.keys(c).forEach(t=>{e.style.setProperty(t,c[t])})}else p(this,c)})}connectedCallback(){super.connectedCallback(),t.windowResizeService.observe(this)}disconnectedCallback(){super.disconnectedCallback(),t.windowResizeService.unobserve(this)}attributeChangedCallback(e,t){t&&this.reLayout()}static get observedAttributes(){return["data-is-full-height","data-container-size"]}constructor(){super()}}}let O="__more__",C="moreContainer";function R(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}let M="wix-dropdown-menu",S=(e=globalThis.window)=>{if(e&&void 0===e.customElements.get(M)){let t=h(),i=function(e,t,i=window){let r=((e=window)=>{let t=(e,t,i,r,n,a,o,s)=>{if(e-=n*(o?r.length:r.length-1),e-=s.left+s.right,t&&(r=r.map(()=>a)),r.some(e=>0===e))return null;let l=0,h=r.reduce((e,t)=>e+t,0);if(h>e)return null;if(t){if(i){let t=Math.floor(e/r.length),i=r.map(()=>t);if((l=t*r.length)<e){let t=Math.floor(e-l);r.forEach((e,r)=>{r<=t-1&&i[r]++})}return i}return r}if(i){let t=Math.floor((e-h)/r.length);l=0;let i=r.map(e=>(l+=e+t,e+t));if(l<e){let t=Math.floor(e-l);r.forEach((e,r)=>{r<=t-1&&i[r]++})}return i}return r},i=e=>{let t=parseFloat(e);return isFinite(t)?t:0},r=e=>!isNaN(parseFloat(e))&&isFinite(e);return{measure:(r,n)=>{var a;let o,s,l,h,c,d,u,m,g,p,_={},b={};b[r]=n;let T=1,I=n.getRootNode().querySelector("[id^=site-root]");I&&(T=I.getBoundingClientRect().width/I.offsetWidth);let E=(o=+f(b[r],"numItems"))<=0||o>Number.MAX_SAFE_INTEGER?[]:Array(o).fill(0).map((e,t)=>String(t)),w=["moreContainer","itemsContainer","dropWrapper"].concat(E,[O]);w.forEach(e=>{let t=`${r}${e}`;b[t]=n.getRootNode().getElementById(`${t}`)}),a=T,s={},w.forEach(e=>{let t=`${r}${e}`,i=b[t];i&&(s[t]={width:i.offsetWidth,boundingClientRectWidth:Math.round(i.getBoundingClientRect().width/a),height:i.offsetHeight})}),_.children=s;let L=b[r],v=b[`${r}itemsContainer`],A=v.childNodes,y=b[`${r}moreContainer`],C=y.childNodes,R=f(L,"stretchButtonsToMenuWidth"),M=f(L,"sameWidthButtons");_.absoluteLeft=L.getBoundingClientRect().left,_.bodyClientWidth=e.document.body.clientWidth,_.alignButtons=f(L,"dropalign"),_.hoverListPosition=f(L,"drophposition"),_.menuBorderY=parseInt(f(L,"menuborderY"),10),_.ribbonExtra=parseInt(f(L,"ribbonExtra"),10),_.ribbonEls=parseInt(f(L,"ribbonEls"),10),_.labelPad=parseInt(f(L,"labelPad"),10),_.menuButtonBorder=parseInt(f(L,"menubtnBorder"),10),l=v.lastChild,_.menuItemContainerMargins=(parseInt((h=e.getComputedStyle(l)).marginLeft,10)||0)+(parseInt(h.marginRight,10)||0),d=i((c=e.getComputedStyle(v)).borderTopWidth)+i(c.paddingTop),u=i(c.borderBottomWidth)+i(c.paddingBottom),m=i(c.borderLeftWidth)+i(c.paddingLeft),g=i(c.borderRightWidth)+i(c.paddingRight),d+=i(c.marginTop),u+=i(c.marginBottom),m+=i(c.marginLeft),g+=i(c.marginRight),_.menuItemContainerExtraPixels={top:d,bottom:u,left:m,right:g,height:d+u,width:m+g},_.needToOpenMenuUp=L.getBoundingClientRect().top>e.innerHeight/2,_.menuItemMarginForAllChildren=!R||"false"!==v.getAttribute("data-marginAllChildren"),_.moreSubItem=[],_.labelWidths={},_.linkIds={},_.parentId={},_.menuItems={},_.labels={},C.forEach((t,i)=>{_.parentId[t.id]=f(t,"parentId");let r=f(t,"dataId");_.menuItems[r]={dataId:r,parentId:f(t,"parentId"),moreDOMid:t.id,moreIndex:i},b[t.id]=t;let n=t.querySelector("p");b[n.id]=n,_.labels[n.id]={width:n.offsetWidth,height:n.offsetHeight,left:n.offsetLeft,lineHeight:parseInt(e.getComputedStyle(n).fontSize,10)},_.moreSubItem.push(t.id)}),A.forEach((e,t)=>{let i,r,n=f(e,"dataId");_.menuItems[n]=_.menuItems[n]||{},_.menuItems[n].menuIndex=t,_.menuItems[n].menuDOMid=e.id,_.children[e.id].left=e.offsetLeft;let a=e.querySelector("p");b[a.id]=a,_.labelWidths[a.id]=(i=a,r=T,Math.round(i.getBoundingClientRect().width/r));let o=e.querySelector("p");b[o.id]=o,_.linkIds[e.id]=o.id});let S=L.offsetHeight;_.height=S,_.width=L.offsetWidth,p=S-_.menuBorderY-_.labelPad-_.ribbonEls-_.menuButtonBorder-_.ribbonExtra,_.lineHeight=`${p}px`;let x=((e,i,r,n,a)=>{let o=i.width;i.hasOriginalGapData={},i.originalGapBetweenTextAndBtn={};let s=a.map(t=>{let r,a=f(n[e+t],"originalGapBetweenTextAndBtn");return(void 0===a?(i.hasOriginalGapData[t]=!1,r=i.children[e+t].boundingClientRectWidth-i.labelWidths[`${e+t}label`],i.originalGapBetweenTextAndBtn[e+t]=r):(i.hasOriginalGapData[t]=!0,r=parseFloat(a)),i.children[e+t].width>0)?Math.floor(i.labelWidths[`${e+t}label`]+r):0}),l=s.pop(),h=r.sameWidthButtons,c=r.stretchButtonsToMenuWidth,d=!1,u=i.menuItemContainerMargins,m=i.menuItemMarginForAllChildren,g=i.menuItemContainerExtraPixels,p=s.reduce((e,t)=>e>t?e:t,-1/0),_=t(o,h,c,s,u,p,m,g);if(!_){for(let e=1;e<=s.length;e++)if(_=t(o,h,c,s.slice(0,-1*e).concat(l),u,p,m,g)){d=!0;break}_||(d=!0,_=[l])}if(d){let e=_[_.length-1];for(_=_.slice(0,-1);_.length<a.length;)_.push(0);_[_.length-1]=e}return{realWidths:_,moreShown:d}})(r,_,{sameWidthButtons:M,stretchButtonsToMenuWidth:R},b,E.concat(O));return _.realWidths=x.realWidths,_.isMoreShown=x.moreShown,_.menuItemIds=E,_.hoverState=f(y,"hover",!1),{measures:_,domNodes:b}},patch:(e,t,i)=>{let n=i[e];p(n,{overflowX:"visible"});let{menuItemIds:a,needToOpenMenuUp:o}=t,s=a.concat(O);_(n,{dropmode:o?"dropUp":"dropDown"});let l=0;if(t.hoverState===O){let e,r,n=t.realWidths.indexOf(0),o=t.menuItems[e=t.menuItems,r=e=>e.menuIndex===n,Object.keys(e).find(t=>r(e[t],t))],s=o.moreIndex,h=s===a.length-1;o.moreDOMid&&g(i[o.moreDOMid],{"data-listposition":h?"dropLonely":"top"}),Object.values(t.menuItems).filter(e=>!!e.moreDOMid).forEach(e=>{if(e.moreIndex<s)p(i[e.moreDOMid],{display:"none"});else{let i=`${e.moreDOMid}label`;l=Math.max(t.labels[i].width,l)}})}else t.hoverState&&t.moreSubItem.forEach((i,r)=>{let n=`${e+C+r}label`;l=Math.max(t.labels[n].width,l)});((e,t,i,n)=>{let{hoverState:a}=t;if("-1"!==a){let{menuItemIds:o}=t,s=o.indexOf(a);if(r(t.hoverState)||a===O){if(!t.realWidths)return;let a=Math.max(n,t.children[-1!==s?e+s:e+O].width),o=Math.max(n,t.children[`${e}dropWrapper`].width),l=(0!==t.moreSubItem.length?t.labels[`${t.moreSubItem[0]}label`].lineHeight:0)+15+t.menuBorderY+t.labelPad+t.menuButtonBorder;t.moreSubItem.forEach(e=>{p(i[e],{minWidth:`${a}px`}),p(i[`${e}label`],{minWidth:"0px",lineHeight:`${l}px`})});let h=r(t.hoverState)?t.hoverState:"__more__",c={width:t.children[e+h].width,left:t.children[e+h].left},d=((e,t,i,r,n)=>{let{width:a,height:o,alignButtons:s,hoverListPosition:l,menuItemContainerExtraPixels:h}=t,c=t.absoluteLeft,d=((e,t,i,r,n,a,o,s,l,h)=>{let c="0px",d="auto",u=a.left,m=a.width;if("left"===t?c="left"===n?0:`${u+e.left}px`:"right"===t?(d="right"===n?0:`${r-u-m-e.right}px`,c="auto"):"left"===n?c=`${u+(m+e.left-i)/2}px`:"right"===n?(c="auto",d=`${(m+e.right-(i+e.width))/2}px`):c=`${e.left+u+(m-(i+e.width))/2}px`,"auto"!==c){let e=o+parseInt(c,10);e+h>l?(c="auto",d=0):c=e<0?0:c}return"auto"!==d&&(d=s-parseInt(d,10)>l?0:d),{moreContainerLeft:c,moreContainerRight:d}})(h,s,r,a,l,i,c,c+a,t.bodyClientWidth,n);return{left:d.moreContainerLeft,right:d.moreContainerRight,top:t.needToOpenMenuUp?"auto":`${o}px`,bottom:t.needToOpenMenuUp?`${o}px`:"auto"}})(0,t,c,a,o);p(i[`${e}${C}`],{left:d.left,right:d.right}),p(i[`${e}dropWrapper`],{left:d.left,right:d.right,top:d.top,bottom:d.bottom})}}})(e,t,i,l),t.originalGapBetweenTextAndBtn&&s.forEach(r=>{t.hasOriginalGapData[r]||_(i[`${e}${r}`],{originalGapBetweenTextAndBtn:t.originalGapBetweenTextAndBtn[`${e}${r}`]})}),((e,t,i,r)=>{let{realWidths:n,height:a,menuItemContainerExtraPixels:o}=i,s=0,l=null,h=null,c=i.lineHeight,d=a-o.height;for(let a=0;a<r.length;a++){let o=n[a],u=o>0,m=e+r[a];h=i.linkIds[m],u?(s++,l=m,p(t[m],{width:`${o}px`,height:`${d}px`,position:"relative","box-sizing":"border-box",overflow:"visible",visibility:"inherit"}),p(t[`${m}label`],{"line-height":c}),g(t[m],{"aria-hidden":!1})):(p(t[m],{height:"0px",overflow:"hidden",position:"absolute",visibility:"hidden"}),g(t[m],{"aria-hidden":!0}),g(t[h],{tabIndex:-1}))}1===s&&(_(t[`${e}moreContainer`],{listposition:"lonely"}),_(t[l],{listposition:"lonely"}))})(e,i,t,s)}}})(i);return class extends e{static get observedAttributes(){return["data-hovered-item"]}attributeChangedCallback(){this._isVisible()&&this.reLayout()}connectedCallback(){this._id=this.getAttribute("id"),this._hideElement(),this._waitForDomLoad().then(()=>{super.observeResize(),this._observeChildrenResize(),this.reLayout()})}disconnectedCallback(){t.mutationService.clear(this._mutationIds.read),t.mutationService.clear(this._mutationIds.write),super.disconnectedCallback()}_waitForDomLoad(){let e,t=new Promise(t=>{e=t});return this._isDomReady()?e():(this._waitForDomReadyObserver=new i.MutationObserver(()=>this._onRootMutate(e)),this._waitForDomReadyObserver.observe(this,{childList:!0,subtree:!0})),t}_isDomReady(){return this._itemsContainer=this.getRootNode().getElementById(`${this._id}itemsContainer`),this._dropContainer=this.getRootNode().getElementById(`${this._id}dropWrapper`),this._itemsContainer&&this._dropContainer}_onRootMutate(e){this._isDomReady()&&(this._waitForDomReadyObserver.disconnect(),e())}_observeChildrenResize(){let e=Array.from(this._itemsContainer.childNodes);this._labelItems=e.map(e=>this.getRootNode().getElementById(`${e.getAttribute("id")}label`)),this._labelItems.forEach(e=>super.observeChildResize(e))}_setVisibility(e){this._visible=e,this.style.visibility=e?"inherit":"hidden"}_isVisible(){return this._visible}_hideElement(){this._setVisibility(!1)}_showElement(){this._setVisibility(!0)}reLayout(){let e,i;t.mutationService.clear(this._mutationIds.read),t.mutationService.clear(this._mutationIds.write),this._mutationIds.read=t.mutationService.measure(()=>{let t=r.measure(this._id,this);e=t.measures,i=t.domNodes}),this._mutationIds.write=t.mutationService.mutate(()=>{r.patch(this._id,e,i),this._showElement()})}constructor(...e){super(...e),R(this,"_visible",!1),R(this,"_mutationIds",{read:null,write:null}),R(this,"_itemsContainer",null),R(this,"_dropContainer",null),R(this,"_labelItems",[])}}}(L(e),{resizeService:t,mutationService:n()},e);e.customElements.define(M,i)}},x="wix-iframe",G=(e=globalThis.window)=>{if(e&&void 0===e.customElements.get(x)){var t;let i=(t=L(e),class extends t{reLayout(){let e=this.querySelector("iframe");if(e){let t=e.dataset.src;t&&e.src!==t&&(e.src=t,e.dataset.src="",this.dataset.src="")}}attributeChangedCallback(e,t,i){i&&this.reLayout()}static get observedAttributes(){return["data-src"]}constructor(){super()}});E(e,x,i)}},N={measure(e,t,{hasBgScrollEffect:i,videoWidth:r,videoHeight:n,fittingType:a,alignType:o="center",qualities:s,staticVideoUrl:l,videoId:h,videoFormat:c,focalPoint:m}){var g,p,f,_,b,I,E,w,L,v;let A,y,O,C=i?t.offsetWidth:e.parentElement.offsetWidth,R=e.parentElement.offsetHeight,M=parseInt(r,10),S=parseInt(n,10),x=(g=a,p={wScale:C/M,hScale:R/S},f=M,_=S,{width:Math.round(f*(A=g===u.fittingTypes.SCALE_TO_FIT?Math.min(p.wScale,p.hScale):Math.max(p.wScale,p.hScale))),height:Math.round(_*A)}),G=(b=function(e,{width:t,height:i}){var r;return(r=e=>e.size,Object.values(e.reduce((e,t)=>(e[r(t)]=t,e),{}))).find(e=>e.size>t*i)||e[e.length-1]}(s,x),I=l,E=h,"mp4"===(w=c)?b.url?d(I,b.url):d(I,E,b.quality,w,"file.mp4"):""),N=(L=e,v=G,y=L.networkState===L.NETWORK_NO_SOURCE,O=!L.currentSrc.endsWith(v),v&&(O||y)),P=T[a]||"cover",F=m?function(e,t,i){let{width:r,height:n}=e,{width:a,height:o}=t,{x:s,y:l}=i;if(!a||!o)return`${s}% ${l}%`;let h=Math.max(a/r,o/n),c=r*h,d=n*h,u=Math.max(0,Math.min(c-a,s/100*c-a/2)),m=Math.max(0,Math.min(d-o,l/100*d-o/2)),g=u&&Math.floor(u/(c-a)*100),p=m&&Math.floor(m/(d-o)*100);return`${g}% ${p}%`}(x,{width:C,height:R},m):"",k=o.replace("_"," ");return{videoSourceUrl:G,needsSrcUpdate:N,videoStyle:{height:"100%",width:"100%",objectFit:P,objectPosition:F||k}}},mutate(e,t,i,r,n,a,o,s,l,h,c){var d,u,m;if(n?i.setAttribute("autoplay",""):i.removeAttribute("autoplay"),t){let{width:e,height:i,...n}=r;p(t,n)}else(function(e,t,i,r,n,a){a&&t.paused&&(i.style.opacity="1",t.style.opacity="0");let o=t.paused||""===t.currentSrc;if((e||a)&&o)if(t.ontimeupdate=null,t.onseeked=null,t.onplay=null,!a&&n){let e=t.muted;t.muted=!0,t.ontimeupdate=()=>{t.currentTime>0&&(t.ontimeupdate=null,t.onseeked=()=>{t.onseeked=null,t.muted=e,P(t,i,r)},t.currentTime=0)}}else t.onplay=()=>{a||(t.onplay=null),P(t,i,r)}})(o,i,e,s,n,c),p(i,r);d=o,u=i,m=a,d&&(u.src=m,u.load()),i.playbackRate=h}};function P(e,t,i){"fade"===i&&(t.style.transition="opacity 1.6s ease-out"),t.style.opacity="0",e.style.opacity="1"}let F="wix-video",k=(e=globalThis.window,t,i={experiments:{}})=>{if(e&&void 0===e.customElements.get(F)){var r,n;let a=L(e),o=new IntersectionObserver(e=>e.map(e=>{if(e.isIntersecting){let t=e.target;t.unobserveIntersect(),t.observeResize()}return e}),{rootMargin:"50% 100%"});E(e,F,(r=a,n={...t,intersectionObserver:o},class extends r{connectedCallback(){i.disableImagesLazyLoading?this.reLayout():n.intersectionObserver.observe(this)}disconnectedCallback(){this.unobserveResize(),this.unobserveIntersect(),this.unobserveChildren()}unobserveIntersect(){n.intersectionObserver?.unobserve(this)}reLayout(){let{isVideoDataExists:e,videoWidth:t,videoHeight:r,qualities:a,videoId:o,videoFormat:s,alignType:l,fittingType:h,focalPoint:c,hasBgScrollEffect:d,autoPlay:u,animatePoster:m,containerId:g,isEditorMode:p,playbackRate:f,hasAlpha:_}=JSON.parse(this.dataset.videoInfo);if(!e)return;let b=!i.prefersReducedMotion&&u,T=this.querySelector(`video[id^="${g}"]`),E=this.querySelector(`.bgVideoposter[id^="${g}"]`);if(this.unobserveChildren(),!(T&&E))return void this.observeChildren(this);let w=(0,I.qc)(g,{document:this.getRootNode(),experiments:i.experiments,logger:i.logger}),L=(0,I.iT)(`.webglcanvas[id^="${g}"]`,{element:w,experiments:i.experiments,logger:i.logger});(_||"true"===w.dataset.hasAlpha)&&!L?requestAnimationFrame(()=>this.reLayout()):n.mutationService.measure(()=>{let{videoSourceUrl:e,needsSrcUpdate:u,videoStyle:g}=N.measure(T,w,{hasBgScrollEffect:d,videoWidth:t,videoHeight:r,fittingType:h,alignType:l,qualities:a,staticVideoUrl:i.staticVideoUrl,videoId:o,videoFormat:s,focalPoint:c});n.mutationService.mutate(()=>{N.mutate(E,L,T,g,b,e,u,m,s,f,p)})})}attributeChangedCallback(e,t){t&&this.reLayout()}static get observedAttributes(){return["data-video-info"]}constructor(){super()}}))}}},46418(e,t,i){var r=i(17709),n=i.n(r),a=i(33842),o=i(26350),s=i(16858);let l=o,h=function(e,t=window){!function(e){if(void 0===e.Reflect||void 0===e.customElements||e.customElements.hasOwnProperty("polyfillWrapFlushCallback"))return;let t=e.HTMLElement;e.HTMLElement=function(){return e.Reflect.construct(t,[],this.constructor)},e.HTMLElement.prototype=t.prototype,e.HTMLElement.prototype.constructor=e.HTMLElement,e.Object.setPrototypeOf(e.HTMLElement,t),e.Object.defineProperty(e.HTMLElement,"name",{value:t.name})}(t);let i={registry:new Set,observe(e){i.registry.add(e)},unobserve(e){i.registry.delete(e)}};e.windowResizeService.init((0,s.vk)(()=>i.registry.forEach(e=>e.reLayout())),t);let r=(0,s.Aq)(),n=(e,i)=>{void 0===t.customElements.get(e)&&t.customElements.define(e,i)},a=(0,s.yO)({resizeService:r},t);return t.customElementNamespace={WixElement:a},n("wix-element",a),{contextWindow:t,defineWixBgMedia:e=>{n("wix-bg-media",(0,s.NL)(a,{windowResizeService:i,...e},t))},defineMultiColumnRepeaterElement:()=>{let e=(0,s._o)();n(s.KU,e)}}};var c=i(91534);let d=()=>({getSiteScale:()=>{let e=document.querySelector("#site-root");return e?e.getBoundingClientRect().width/e.offsetWidth:1}}),u=(e,t,i,r)=>{let{getMediaDimensions:n,...o}=a[e]||{};return n?{...n(t,i,r),...o}:{width:t,height:i,...o}},{experiments:m,media:g,requestUrl:p}=window.viewerModel;((e,t,i,r)=>{var a,o,s;let m,g,p,f,_,b,{environmentConsts:T,wixCustomElements:I,media:E,requestUrl:w,mediaServices:L}=(a=void 0,o=void 0,s=void 0,g={"specs.thunderbolt.useClassSelectorsForLookup":(m=t=>!!e.experiments[t])("specs.thunderbolt.useClassSelectorsForLookup"),"specs.thunderbolt.addIdAsClassName":m("specs.thunderbolt.addIdAsClassName")},p={staticMediaUrl:e.media.staticMediaUrl,mediaRootUrl:e.media.mediaRootUrl,experiments:g,isViewerMode:!0,devicePixelRatio:/iemobile/i.test(navigator.userAgent)?Math.round(window.screen.availWidth/(window.screen.width||window.document.documentElement.clientWidth)):window.devicePixelRatio,...s},_={getMediaDimensionsByEffect:u,...f={mutationService:n(),isExperimentOpen:m,siteService:d()},...o},{...e,wixCustomElements:a||(b=d(),h({resizeService:{init:e=>new ResizeObserver(e)},windowResizeService:{init:e=>window.addEventListener("resize",e)},siteService:b})),services:f,environmentConsts:p,mediaServices:_}),v=I?.contextWindow||window;v.wixCustomElements=I,Object.assign(v.customElementNamespace,{mediaServices:L,environmentConsts:T,requestUrl:w,staticVideoUrl:E.staticVideoUrl}),(0,c.g)({...L},I.contextWindow,T),I.defineWixBgMedia(L),I.defineMultiColumnRepeaterElement(),window.__imageClientApi__=l})({experiments:m,media:g,requestUrl:p})},13176(e,t,i){i.d(t,{z:()=>r});let r=["MENU_AS_CONTAINER_TOGGLE","MENU_AS_CONTAINER_EXPANDABLE_MENU","BACK_TO_TOP_BUTTON","SCROLL_TO_","TPAMultiSection_","TPASection_","comp-","TINY_MENU","MENU_AS_CONTAINER","SITE_HEADER","SITE_FOOTER","SITE_PAGES","PAGES_CONTAINER","BACKGROUND_GROUP","POPUPS_ROOT"]},69654(e,t,i){i.d(t,{C5:()=>h,Xx:()=>c,ZH:()=>l,hW:()=>m,iT:()=>d,kp:()=>g,qc:()=>s,vP:()=>u});var r=i(13176);function n(e={}){let t=e?.experiments;if(!t&&"undefined"!=typeof window)try{let e=window;t=e.viewerModel?.experiments}catch{}if(!t)return!1;let i=t["specs.thunderbolt.useClassSelectorsForLookup"],r=t["specs.thunderbolt.addIdAsClassName"];return!!(i&&r)}function a(e={}){return e.document||("undefined"!=typeof document?document:null)}function o(e,t,i){e&&"function"==typeof e.meter&&e.meter("dom_selector_id_fallback",{customParams:{compId:t,selectorType:i}}),"undefined"!=typeof console&&console.warn&&console.warn(`[DOM Selectors] Fallback to ID for '${t}' (${i}).`)}function s(e,t={}){let i=a(t);if(!i||!e||"string"!=typeof e)return null;let r=n(t);if(r){let t=i.querySelector(`.${e}`);if(t)return t}let l=i.getElementById(e);return l&&r&&o(t?.logger,e,"getElementById"),l}function l(e,t={}){if(!e)return"";if(!n(t))return e.id;let i=Array.from(e.classList||[]),a=t.experiments?.["specs.thunderbolt.preserveWixSelectClass"];if(t.isEditor&&a&&!i.includes("wix-select"))return"";if(t.componentIds?.size){let e=null;for(let r of i){if(t.componentIds.has(r))return r;if(!e){let i=r.indexOf("__");if(i>0){let n=r.substring(0,i);t.componentIds.has(n)&&(e=r)}}}if(e)return e}let s=null;for(let e of i)if(r.z.some(t=>e.startsWith(t))){if(e.includes("__"))return e;(!s||e.length<s.length)&&(s=e)}return s||(e.id&&o(t.logger,e.id,"getElementCompId"),e.id||"")}function h(e){return e.replace(/#([a-zA-Z0-9_-]+)/g,".$1").replace(/\[id="([^"]+)"\]/g,'[class~="$1"]').replace(/\[id\^="([^"]+)"\]/g,':is([class^="$1"],[class*=" $1"])').replace(/\[id\*="([^"]+)"\]/g,'[class*="$1"]').replace(/\[id\$="([^"]+)"\]/g,'[class$="$1"]')}function c(e,t,i=!1){if(!t)return e;let r=h(e);return`:is(${r}${i?".wix-select":""}, ${e})`}function d(e,t={}){let i=t.element||a(t);if(!i||!e||"string"!=typeof e)return null;let r=n(t);if(r){let t=h(e),r=i.querySelector(t);if(r)return r}let s=i.querySelector(e);return s&&r&&o(t.logger,e,"querySelector"),s}function u(e,t={}){let i=t.element||a(t);if(!i||!e||"string"!=typeof e)return[];let r=n(t);if(r){let t=h(e),r=Array.from(i.querySelectorAll(t));if(r.length>0)return r}let s=Array.from(i.querySelectorAll(e));return s.length>0&&r&&o(t.logger,e,"querySelectorAll"),s}function m(e,t,i={}){if(!t||"string"!=typeof t)return null;let r=n(i);if(r){let i=e.closest(`.${t}`);if(i)return i}let a=e.closest(`#${t}`);return a&&r&&o(i.logger,t,"getClosestByCompId"),a}function g(e,t,i={}){if(!t||"string"!=typeof t)return null;let r=n(i);if(r){let i=h(t),r=e.closest(i);if(r)return r}let a=e.closest(t);return a&&r&&o(i.logger,t,"closest"),a}}}]);
//# sourceMappingURL=custom-element-utils.inline.af63090a.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/initCustomElements.inline.25987d64.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["6901"],{33842(e,t,i){i.r(t),i.d(t,{BackgroundParallax:()=>n,BackgroundParallaxZoom:()=>o,BackgroundReveal:()=>l,BgCloseUp:()=>c,BgExpand:()=>d,BgFabeBack:()=>h,BgFadeIn:()=>u,BgFadeOut:()=>g,BgFake3D:()=>m,BgPanLeft:()=>f,BgPanRight:()=>b,BgParallax:()=>p,BgPullBack:()=>v,BgReveal:()=>w,BgRotate:()=>y,BgShrink:()=>M,BgSkew:()=>x,BgUnwind:()=>I,BgZoomIn:()=>P,BgZoomOut:()=>L,ImageParallax:()=>S,ImageReveal:()=>D});var a=i(16956);let s=(e,t)=>({width:e,height:t}),r=(e,t,i)=>({width:e,height:Math.max(t,i)}),n={hasParallax:!0,getMediaDimensions:r},o={hasParallax:!0,getMediaDimensions:r},l={hasParallax:!0,getMediaDimensions:r},c={getMediaDimensions:s},d={getMediaDimensions:s},h={getMediaDimensions:s},u={getMediaDimensions:s},g={getMediaDimensions:s},m={hasParallax:!0,getMediaDimensions:r},f={getMediaDimensions:(e,t)=>({width:1.2*e,height:t})},b={getMediaDimensions:(e,t)=>({width:1.2*e,height:t})},p={hasParallax:!0,getMediaDimensions:r},v={getMediaDimensions:s},w={hasParallax:!0,getMediaDimensions:r},y={getMediaDimensions:(e,t)=>{let i,s,r,n,o;return i=(0,a.kU)(22),s=Math.hypot(e,t)/2,r=Math.acos(e/2/s),n=e*Math.abs(Math.cos(i))+t*Math.abs(Math.sin(i)),o=e*Math.abs(Math.sin(i))+t*Math.abs(Math.cos(i)),{width:Math.ceil(i<r?n:2*s),height:Math.ceil(i<(0,a.kU)(90)-r?o:2*s)}}},M={getMediaDimensions:s},x={getMediaDimensions:(e,t)=>({width:e,height:e*Math.tan((0,a.kU)(20))+t})},I={getMediaDimensions:s},P={hasParallax:!0,getMediaDimensions:r},L={getMediaDimensions:(e,t)=>({width:1.15*e,height:1.15*t})},S={getMediaDimensions:(e,t)=>({width:e,height:1.5*t})},D={getMediaDimensions:(e,t,i)=>({width:e,height:i})}},16956(e,t,i){function a(e,t,i,a,s){return(s-e)*(a-i)/(t-e)+i}function s(e,t){let[i,a]=e,[s,r]=t;return Math.sqrt((s-i)**2+(r-a)**2)}function r(e){return e*Math.PI/180}function n(e,t,i){return void 0===e&&(e=[0,0]),void 0===t&&(t=[0,0]),void 0===i&&(i=0),(360+i+180*Math.atan2(t[1]-e[1],t[0]-e[0])/Math.PI)%360}i.d(t,{Io:()=>s,Rb:()=>n,_b:()=>a,kU:()=>r})},91534(e,t,i){i.d(t,{g:()=>f});var a=i(26350);let s={columnCount:1,columns:1,fontWeight:1,lineHeight:1,opacity:1,zIndex:1,zoom:1},r=(e,t)=>(Array.isArray(t)?t:[t]).reduce((t,i)=>{let a=e[i];return void 0!==a?Object.assign(t,{[i]:a}):t},{}),n=(e,t)=>e&&t&&Object.keys(t).forEach(i=>{let a=t[i];if(void 0!==a)e.style[i]="number"!=typeof a||s[i]?a.toString():`${a}px`;else e.style.removeProperty(i)}),o=(e,t,i)=>{if(!e.targetWidth||!e.targetHeight||!e.imageData.uri)return{uri:"",css:{},transformed:!1};let{imageData:s}=e,n=e.displayMode||a.fittingTypes.SCALE_TO_FILL,o=Object.assign(r(s,["upscaleMethod"]),r(e,["filters","encoding","allowFullGIFTransformation"]),e.quality||s.quality,{hasAnimation:e?.hasAnimation||s?.hasAnimation}),d=c(e.imageData.devicePixelRatio||t.devicePixelRatio),h=Object.assign(r(s,["width","height","crop","name","focalPoint"]),{id:s.uri}),u={width:e.targetWidth,height:e.targetHeight,htmlTag:i||"img",pixelAspectRatio:d,alignment:e.alignType||a.alignTypes.CENTER},g=(0,a.getData)(n,h,u,o);return g.uri=l(g.uri,t.staticMediaUrl,t.mediaRootUrl),g},l=(e,t,i)=>{if(/(^https?)|(^data)|(^blob)|(^\/\/)/.test(e))return e;let a=`${t}/`;return e&&(/^micons\//.test(e)?a=i:/[^.]+$/.exec(e)?.[0]==="ico"&&(a=a.replace("media","ficons"))),a+e},c=e=>{let t=window.location.search.split("&").map(e=>e.split("=")).find(e=>e[0]?.toLowerCase().includes("devicepixelratio"));return(t?.[1]?Number(t[1]):null)||e||1},d=function(e,t,i,{containerElm:a,bgEffect:s="none",sourceSets:r},n){var o,l;let c,d=i.image,h=i[e],u=n.getScreenHeightOverride?.()||document.documentElement.clientHeight||window.innerHeight||0,g=a?.dataset.mediaHeightOverrideType,m=s&&"none"!==s||r&&r.some(e=>e.scrollEffect),f=a&&m?a:h,b=window.getComputedStyle(h).getPropertyValue("--bg-scrub-effect"),{width:p,height:v}=n.getMediaDimensionsByEffect?.(b||s,f.offsetWidth,f.offsetHeight,u)||{width:h.offsetWidth,height:h.offsetHeight};if(r&&(o=f.offsetWidth,l=f.offsetHeight,c={},r.forEach(({mediaQuery:e,scrollEffect:t})=>{c[e]=n.getMediaDimensionsByEffect?.(t,o,l,u).height||l}),t.sourceSetsTargetHeights=c),!d)return;let w=d.getAttribute("src");b&&(t.top=.5*(h.offsetHeight-v),t.left=.5*(h.offsetWidth-p)),t.width=p,t.height="fixed"===g||"viewport"===g?document.documentElement.clientHeight+80:v,t.screenHeight=u,t.imgSrc=w,t.boundingRect=h.getBoundingClientRect(),t.mediaHeightOverrideType=g,t.srcset=d.srcset},h=function(e,t,i,s,r,l,c,d,h,u){if(!Object.keys(t).length)return;let{imageData:g}=s,m=i[e],f=i.image;h&&(g.devicePixelRatio=1);let b=s.targetScale||1,p=r.isExperimentOpen?.("specs.thunderbolt.allowFullGIFTransformation"),v={...s,...!s.skipMeasure&&{targetWidth:(t.width||0)*b,targetHeight:(t.height||0)*b},displayMode:g.displayMode,allowFullGIFTransformation:p},w=o(v,l,"img"),y=w?.css?.img||{};n(f,function(e,t,i,a,s){let r=function(e,t=1){return 1!==t?{...e,width:"100%",height:"100%"}:e}(t,a);if(s&&(delete r.height,r.width="100%"),!e)return r;let n={...r};return"fill"===i?(n.position="absolute",n.top="0"):"fit"===i&&(n.height="100%"),"fixed"===e&&(n["will-change"]="transform"),n.objectPosition&&(n.objectPosition=t.objectPosition.replace(/(center|bottom)$/,"top")),n}(t.mediaHeightOverrideType,y,g.displayMode,b,d)),(t.top||t.left)&&n(m,{top:`${t.top}px`,left:`${t.left}px`});let M=w?.uri||"",x=g?.hasAnimation||s?.hasAnimation,I=function(e,t,i){let{sourceSets:a}=t;if(!a||!a.length)return;let s={};return a.forEach(({mediaQuery:a,crop:r,focalPoint:n})=>{let l=o({...t,targetHeight:(e.sourceSetsTargetHeights||{})[a]||0,imageData:{...t.imageData,crop:r,focalPoint:n}},i,"img");s[a]=l.uri||""}),s}(t,v,l);if(u&&(f.dataset.ssrSrcDone="true"),!s.isLQIP||!s.lqipTransition||"transitioned"in m.dataset||(m.dataset.transitioned="",f.complete?f.onload=function(){f.dataset.loadDone=""}:f.onload=function(){f.complete?f.dataset.loadDone="":f.onload=function(){f.dataset.loadDone=""}}),c){let e;(e=g.uri,(0,a.getFileExtension)(e)===a.fileType.GIF||(0,a.getFileExtension)(e)===a.fileType.WEBP&&x)?(f.setAttribute("fetchpriority","low"),f.setAttribute("loading","lazy"),f.setAttribute("decoding","async")):f.setAttribute("fetchpriority","high"),f.currentSrc!==M&&f.setAttribute("src",M),t.srcset&&!t.srcset.split(", ").some(e=>e.split(" ")[0]===M)&&f.setAttribute("srcset",M),i.picture&&v.sourceSets&&Array.from(i.picture.querySelectorAll("source")).forEach(e=>{let t=e.media||"",i=I?.[t];e.srcset!==i&&e.setAttribute("srcset",i||"")})}},u={parallax:"ImageParallax",fixed:"ImageReveal"};var g=i(17709),m=i.n(g);function f(e={},t=null,i={}){if("undefined"==typeof window)return;let a={staticMediaUrl:"https://static.wixstatic.com/media",mediaRootUrl:"https://static.wixstatic.com",experiments:{},devicePixelRatio:/iemobile/i.test(navigator.userAgent)?Math.round(window.screen.availWidth/(window.screen.width||window.document.documentElement.clientWidth)):window.devicePixelRatio,disableImagesLazyLoading:(()=>{try{return"true"===new URL(window.location.href).searchParams.get("disableLazyLoading")}catch{return!1}})(),...i},s=function(e,t){let i="wow-image";if(void 0===(e=e||window).customElements.get(i)){let a,s;return e.ResizeObserver&&(a=new e.ResizeObserver(e=>e.map(e=>e.target.reLayout()))),e.IntersectionObserver&&(s=new IntersectionObserver(e=>e.map(e=>{if(e.isIntersecting){let t=e.target;t.unobserveIntersect(),t.observeResize()}return e}),{rootMargin:"150% 100%"})),function(r){var n,o;let l=(n={resizeService:a,intersectionService:s,mutationService:m(),...t},o=e,class extends o.HTMLElement{constructor(){super(),this.childListObserver=null,this.timeoutId=null}attributeChangedCallback(e,t){t&&this.reLayout()}connectedCallback(){r.disableImagesLazyLoading?this.reLayout():this.observeIntersect()}disconnectedCallback(){this.unobserveResize(),this.unobserveIntersect(),this.unobserveChildren()}static get observedAttributes(){return["data-image-info"]}reLayout(){let e={},t={},i=this.getAttribute("id"),a=JSON.parse(this.dataset.imageInfo||""),s="true"===this.dataset.isResponsive,{bgEffectName:l}=this.dataset,{scrollEffect:c}=a.imageData,{sourceSets:g}=a,m=l||c&&u[c];g&&g.length&&g.forEach(e=>{e.scrollEffect&&(e.scrollEffect=u[e.scrollEffect])}),e[i]=this,a.containerId&&(e[a.containerId]=o.document.getElementById(`${a.containerId}`));let f=a.containerId?e[a.containerId]:void 0;if(e.image=this.querySelector("img"),e.picture=this.querySelector("picture"),!e.image)return void this.observeChildren(this);this.unobserveChildren(),this.observeChildren(this),n.mutationService.measure(()=>{d(i,t,e,{containerElm:f,bgEffect:m,sourceSets:g},n)});let b=(o,l)=>{n.mutationService.mutate(()=>{h(i,t,e,a,n,r,o,s,m,l)})},p=e.image,v=this.dataset.hasSsrSrc&&!p.dataset.ssrSrcDone;!p.getAttribute("src")||v?b(!0,!0):this.debounceImageLoad(b)}debounceImageLoad(e){clearTimeout(this.timeoutId),this.timeoutId=o.setTimeout(()=>{e(!0)},250),e(!1)}observeResize(){n.resizeService?.observe(this)}unobserveResize(){n.resizeService?.unobserve(this)}observeIntersect(){n.intersectionService?.observe(this)}unobserveIntersect(){n.intersectionService?.unobserve(this)}observeChildren(e){this.childListObserver||(this.childListObserver=new o.MutationObserver(()=>{this.reLayout()})),this.childListObserver.observe(e,{childList:!0})}unobserveChildren(){this.childListObserver&&(this.childListObserver.disconnect(),this.childListObserver=null)}});e.customElements.define(i,l)}}}(t,e);s&&s(a)}}},function(e){e.O(0,["1619","3033"],function(){return e(e.s=46418)}),e.O()}]);
//# sourceMappingURL=initCustomElements.inline.25987d64.bundle.min.js.map</script>
<!-- preloading pre-scripts -->
<link href="https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%22d90652a2-f5a1-4c7c-84c4-d4cdcc41f130%22%3A%229292%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%221291%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.VerticalMenu_uiType_NativeMapper%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.disableBuilderWixComponents%2C.dom_store%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.propsCarmiMappersMigration1%2C.propsCarmiMappersMigration4%2C.propsCarmiMappersMigration5%2C.removeDynamicModelTopologyFromSiteAssets%2C.runMappersWithSpecificDeps%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.takeAppDependenciesFromCSM%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5303.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fcocodrilodelnilo.wixsite.com%2Fagrodenree&fileId=6597e6c5.bundle.min&formFactor=desktop&freemiumBanner=true&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=fr&languageResolutionMethod=QueryParam&metaSiteId=d9e90e08-7d0d-40a4-9d40-77d4060455e7&module=thunderbolt-features&oneDocEnabled=true&originalLanguage=fr&pageId=0a1ffa_8f898dba170c8fea1af320680bb8cc73_268.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14966.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14966.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=cf4e74b0-0ad4-4466-a9e6-1294dc4ac7a5&siteRevision=269&staticHTMLComponentUrl=https%3A%2F%2Fcocodrilodelnilo-wixsite-com.filesusr.com%2F&useSandboxInHTMLComp=true&viewMode=desktop" id="features_masterPage" as="fetch" position="post-scripts" rel="preload" crossorigin="anonymous"></link>
<link href="https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%22d90652a2-f5a1-4c7c-84c4-d4cdcc41f130%22%3A%229292%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%221291%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.VerticalMenu_uiType_NativeMapper%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.disableBuilderWixComponents%2C.dom_store%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.propsCarmiMappersMigration1%2C.propsCarmiMappersMigration4%2C.propsCarmiMappersMigration5%2C.removeDynamicModelTopologyFromSiteAssets%2C.runMappersWithSpecificDeps%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.takeAppDependenciesFromCSM%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5303.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fcocodrilodelnilo.wixsite.com%2Fagrodenree&fileId=6597e6c5.bundle.min&formFactor=desktop&freemiumBanner=true&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=fr&languageResolutionMethod=QueryParam&metaSiteId=d9e90e08-7d0d-40a4-9d40-77d4060455e7&module=thunderbolt-features&oneDocEnabled=true&originalLanguage=fr&pageId=0a1ffa_7cc0608cb26edf1dabebf12ac8b252ce_258.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14966.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14966.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=cf4e74b0-0ad4-4466-a9e6-1294dc4ac7a5&siteRevision=269&staticHTMLComponentUrl=https%3A%2F%2Fcocodrilodelnilo-wixsite-com.filesusr.com%2F&useSandboxInHTMLComp=true&viewMode=desktop" id="features_xj4q0" as="fetch" position="post-scripts" rel="preload" crossorigin="anonymous"></link>
<link href="https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%22d90652a2-f5a1-4c7c-84c4-d4cdcc41f130%22%3A%229292%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%221291%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.disableBuilderWixComponents%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.isClassNameToRootEnabled%2C.propsCarmiMappersMigration1%2C.propsCarmiMappersMigration4%2C.propsCarmiMappersMigration5%2C.runMappersWithSpecificDeps%2C.svgResolver_2%2C.takeAppDependenciesFromCSM%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5303.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fcocodrilodelnilo.wixsite.com%2Fagrodenree&fileId=5b24543c.bundle.min&formFactor=desktop&freemiumBanner=true&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=fr&metaSiteId=d9e90e08-7d0d-40a4-9d40-77d4060455e7&module=thunderbolt-platform&oneDocEnabled=true&originalLanguage=fr&pageId=0a1ffa_8f898dba170c8fea1af320680bb8cc73_268.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14966.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14966.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=cf4e74b0-0ad4-4466-a9e6-1294dc4ac7a5&siteRevision=269&staticHTMLComponentUrl=https%3A%2F%2Fcocodrilodelnilo-wixsite-com.filesusr.com%2F&viewMode=desktop" id="platform_masterPage" as="fetch" position="post-scripts" rel="preload" crossorigin="anonymous"></link>
<link href="https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%22d90652a2-f5a1-4c7c-84c4-d4cdcc41f130%22%3A%229292%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%221291%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.disableBuilderWixComponents%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.isClassNameToRootEnabled%2C.propsCarmiMappersMigration1%2C.propsCarmiMappersMigration4%2C.propsCarmiMappersMigration5%2C.runMappersWithSpecificDeps%2C.svgResolver_2%2C.takeAppDependenciesFromCSM%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5303.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fcocodrilodelnilo.wixsite.com%2Fagrodenree&fileId=5b24543c.bundle.min&formFactor=desktop&freemiumBanner=true&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=fr&metaSiteId=d9e90e08-7d0d-40a4-9d40-77d4060455e7&module=thunderbolt-platform&oneDocEnabled=true&originalLanguage=fr&pageId=0a1ffa_7cc0608cb26edf1dabebf12ac8b252ce_258.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14966.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14966.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=cf4e74b0-0ad4-4466-a9e6-1294dc4ac7a5&siteRevision=269&staticHTMLComponentUrl=https%3A%2F%2Fcocodrilodelnilo-wixsite-com.filesusr.com%2F&viewMode=desktop" id="platform_xj4q0" as="fetch" position="post-scripts" rel="preload" crossorigin="anonymous"></link>
<!-- sentryOnLoad Setup Script -->
<script id="sentryOnLoadSetup">
function _extends(){_extends=Object.assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source){if(Object.prototype.hasOwnProperty.call(source,key)){target[key]=source[key]}}}return target};return _extends.apply(this,arguments)}(function(){var SENTRY_REROUTED_MARK_KEY="_REROUTED";var SENTRY_IS_NON_WIX_TPA_MARK_KEY="_isTPA";var SENTRY_REROUTE_DATA_KEY="_ROUTE_TO";var addRerouteDataToSentryEvent=function(event){var _event_extra,_event_exception_values__stacktrace,_event_exception_values,_event_exception;if(event==null?void 0:(_event_extra=event.extra)==null?void 0:_event_extra[SENTRY_REROUTE_DATA_KEY]){return}if(event==null?void 0:(_event_exception=event.exception)==null?void 0:(_event_exception_values=_event_exception.values)==null?void 0:(_event_exception_values__stacktrace=_event_exception_values[0].stacktrace)==null?void 0:_event_exception_values__stacktrace.frames){var frames=event.exception.values[0].stacktrace.frames;var framesModuleMetadata=frames.filter(function(frame){return frame.module_metadata&&frame.module_metadata.appId}).map(function(v){return{appId:v.module_metadata.appId,release:v.module_metadata.release,dsn:v.module_metadata.dsn}});var routeTo=framesModuleMetadata.slice(-1);if(routeTo.length){var _window_wixEmbedsAPI,_app_monitoringComponent_monitoring,_app_monitoringComponent;var appId=routeTo[0].appId;var app=(_window_wixEmbedsAPI=window.wixEmbedsAPI)==null?void 0:_window_wixEmbedsAPI.getMonitoringConfig(appId);if((app==null?void 0:(_app_monitoringComponent=app.monitoringComponent)==null?void 0:(_app_monitoringComponent_monitoring=_app_monitoringComponent.monitoring)==null?void 0:_app_monitoringComponent_monitoring.type)==="SENTRY"){var _app_monitoringComponent_monitoring_sentryOptions,_app_monitoringComponent_monitoring1,_app_monitoringComponent1;var dsn=app==null?void 0:(_app_monitoringComponent1=app.monitoringComponent)==null?void 0:(_app_monitoringComponent_monitoring1=_app_monitoringComponent1.monitoring)==null?void 0:(_app_monitoringComponent_monitoring_sentryOptions=_app_monitoringComponent_monitoring1.sentryOptions)==null?void 0:_app_monitoringComponent_monitoring_sentryOptions.dsn;if(dsn){if(!routeTo[0].dsn&&dsn){routeTo[0].dsn=dsn}}}if(app){var _obj;event.extra=_extends({},event.extra,(_obj={},_obj[SENTRY_IS_NON_WIX_TPA_MARK_KEY]=!app.isWixTPA,_obj))}var _obj1;event.extra=_extends({},event.extra,(_obj1={},_obj1[SENTRY_REROUTE_DATA_KEY]=routeTo,_obj1[SENTRY_REROUTED_MARK_KEY]=true,_obj1))}}};function overrideSentryInitOptions(){var Sentry=window.Sentry;var makeMultiplexedTransport=Sentry.makeMultiplexedTransport,makeFetchTransport=Sentry.makeFetchTransport;var transport=makeMultiplexedTransport?makeMultiplexedTransport(makeFetchTransport,function(args){var event=args.getEvent();if(event&&event.extra&&event.extra[SENTRY_REROUTE_DATA_KEY]&&Array.isArray(event.extra[SENTRY_REROUTE_DATA_KEY])){return event.extra[SENTRY_REROUTE_DATA_KEY]}return[]}):makeFetchTransport;Sentry.init({transport:transport,integrations:[Sentry.browserTracingIntegration({instrumentNavigation:false,instrumentPageLoad:false})],tracePropagationTargets:[/^https:\/\/[a-zA-Z0-9-]+\.wix-app\.run\/.*/],attachStacktrace:true,beforeSend:function(event,hint){var customEvent=new CustomEvent("sentry-error",{cancelable:true,detail:{sentryEvent:event,sentryHint:hint}});var dispatchEventRes=window.dispatchEvent(customEvent);if(!dispatchEventRes){return null}if(event.extra){if(event.extra[SENTRY_REROUTED_MARK_KEY]){delete event.extra[SENTRY_REROUTED_MARK_KEY]}if(event.extra[SENTRY_IS_NON_WIX_TPA_MARK_KEY]){delete event.extra[SENTRY_IS_NON_WIX_TPA_MARK_KEY]}}return event}});if(Sentry.moduleMetadataIntegration){Sentry.addIntegration(Sentry.moduleMetadataIntegration());Sentry.addGlobalEventProcessor(function(event){addRerouteDataToSentryEvent(event);return event})}}window.sentryOnLoad=overrideSentryInitOptions})();
</script>
<!-- Sentry Loader Script -->
<script id="sentry">
!function(n,e,r,t,o,i,a,c,s){for(var u=s,f=0;f<document.scripts.length;f++)if(document.scripts[f].src.indexOf(i)>-1){u&&"no"===document.scripts[f].getAttribute("data-lazy")&&(u=!1);break}var p=[];function l(n){return"e"in n}function d(n){return"p"in n}function _(n){return"f"in n}var v=[];function y(n){u&&(l(n)||d(n)||_(n)&&n.f.indexOf("capture")>-1||_(n)&&n.f.indexOf("showReportDialog")>-1)&&L(),v.push(n)}function h(){y({e:[].slice.call(arguments)})}function g(n){y({p:n})}function E(){try{n.SENTRY_SDK_SOURCE="loader";var e=n[o],i=e.init;e.init=function(o){n.removeEventListener(r,h),n.removeEventListener(t,g);var a=c;for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(a[s]=o[s]);!function(n,e){var r=n.integrations||[];if(!Array.isArray(r))return;var t=r.map((function(n){return n.name}));n.tracesSampleRate&&-1===t.indexOf("BrowserTracing")&&(e.browserTracingIntegration?r.push(e.browserTracingIntegration({enableInp:!0})):e.BrowserTracing&&r.push(new e.BrowserTracing));(n.replaysSessionSampleRate||n.replaysOnErrorSampleRate)&&-1===t.indexOf("Replay")&&(e.replayIntegration?r.push(e.replayIntegration()):e.Replay&&r.push(new e.Replay));n.integrations=r}(a,e),i(a)},setTimeout((function(){return function(e){try{"function"==typeof n.sentryOnLoad&&(n.sentryOnLoad(),n.sentryOnLoad=void 0)}catch(n){console.error("Error while calling `sentryOnLoad` handler:"),console.error(n)}try{for(var r=0;r<p.length;r++)"function"==typeof p[r]&&p[r]();p.splice(0);for(r=0;r<v.length;r++){_(i=v[r])&&"init"===i.f&&e.init.apply(e,i.a)}m()||e.init();var t=n.onerror,o=n.onunhandledrejection;for(r=0;r<v.length;r++){var i;if(_(i=v[r])){if("init"===i.f)continue;e[i.f].apply(e,i.a)}else l(i)&&t?t.apply(n,i.e):d(i)&&o&&o.apply(n,[i.p])}}catch(n){console.error(n)}}(e)}))}catch(n){console.error(n)}}var O=!1;function L(){if(!O){O=!0;var n=e.scripts[0],r=e.createElement("script");r.src=a,r.crossOrigin="anonymous",r.addEventListener("load",E,{once:!0,passive:!0}),n.parentNode.insertBefore(r,n)}}function m(){var e=n.__SENTRY__,r=void 0!==e&&e.version;return r?!!e[r]:!(void 0===e||!e.hub||!e.hub.getClient())}n[o]=n[o]||{},n[o].onLoad=function(n){m()?n():p.push(n)},n[o].forceLoad=function(){setTimeout((function(){L()}))},["init","addBreadcrumb","captureMessage","captureException","captureEvent","configureScope","withScope","showReportDialog"].forEach((function(e){n[o][e]=function(){y({f:e,a:arguments})}})),n.addEventListener(r,h),n.addEventListener(t,g),u||setTimeout((function(){L()}))}(window,document,"error","unhandledrejection","Sentry",'605a7baede844d278b89dc95ae0a9123','https://browser.sentry-cdn.com/7.120.3/bundle.tracing.es5.min.js',{"dsn":"https://605a7baede844d278b89dc95ae0a9123@sentry-next.wixpress.com/68","tracesSampleRate":1},true);
</script>
<!-- Sentry's makeMultiplexedTransport -->
<script>
!function(n){var r={},t=function(){return t=Object.assign||function(n){for(var r,t=1,e=arguments.length;t<e;t++)for(var o in r=arguments[t])Object.prototype.hasOwnProperty.call(r,o)&&(n[o]=r[o]);return n},t.apply(this,arguments)};function e(n,r,t,e){return new(t||(t=Promise))((function(o,i){function u(n){try{f(e.next(n))}catch(n){i(n)}}function c(n){try{f(e.throw(n))}catch(n){i(n)}}function f(n){var r;n.done?o(n.value):(r=n.value,r instanceof t?r:new t((function(n){n(r)}))).then(u,c)}f((e=e.apply(n,r||[])).next())}))}function o(n,r){var t,e,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(c){return function(f){return function(c){if(t)throw new TypeError("Generator is already executing.");for(;i&&(i=0,c[0]&&(u=0)),u;)try{if(t=1,e&&(o=2&c[0]?e.return:c[0]?e.throw||((o=e.return)&&o.call(e),0):e.next)&&!(o=o.call(e,c[1])).done)return o;switch(e=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return u.label++,{value:c[1],done:!1};case 5:u.label++,e=c[1],c=[0];continue;case 7:c=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){u=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]<o[3])){u.label=c[1];break}if(6===c[0]&&u.label<o[1]){u.label=o[1],o=c;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(c);break}o[2]&&u.ops.pop(),u.trys.pop();continue}c=r.call(n,u)}catch(n){c=[6,n],e=0}finally{t=o=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,f])}}}function i(n){var r="function"==typeof Symbol&&Symbol.iterator,t=r&&n[r],e=0;if(t)return t.call(n);if(n&&"number"==typeof n.length)return{next:function(){return n&&e>=n.length&&(n=void 0),{value:n&&n[e++],done:!n}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function u(n,r){var t="function"==typeof Symbol&&n[Symbol.iterator];if(!t)return n;var e,o,i=t.call(n),u=[];try{for(;(void 0===r||r-- >0)&&!(e=i.next()).done;)u.push(e.value)}catch(n){o={error:n}}finally{try{e&&!e.done&&(t=i.return)&&t.call(i)}finally{if(o)throw o.error}}return u}function c(n){return n&&n.Math==Math?n:void 0}var f="object"==typeof globalThis&&c(globalThis)||"object"==typeof window&&c(window)||"object"==typeof self&&c(self)||"object"==typeof global&&c(global)||function(){return this}()||{},a={};var s=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function v(n){var r=s.exec(n);if(r){var t,e=u(r.slice(1),6),o=e[0],i=e[1],c=e[2],v=void 0===c?"":c,l=e[3],y=e[4],d=void 0===y?"":y,p="",h=e[5],b=h.split("/");if(b.length>1&&(p=b.slice(0,-1).join("/"),h=b.pop()),h){var w=h.match(/^\d+/);w&&(h=w[0])}return{protocol:(t={host:l,pass:v,path:p,projectId:h,port:d,protocol:o,publicKey:i}).protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}!function(n){if(!("console"in f))return n();var r=f.console,t={},e=Object.keys(a);e.forEach((function(n){var e=a[n];t[n]=r[n],r[n]=e}));try{n()}finally{e.forEach((function(n){r[n]=t[n]}))}}((function(){console.error("Invalid Sentry Dsn: ".concat(n))}))}function l(n,r){return e=t({sentry_key:n.publicKey,sentry_version:"7"},r&&{sentry_client:"".concat(r.name,"/").concat(r.version)}),Object.keys(e).map((function(n){return"".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(e[n]))})).join("&");var e}function y(n,r){var t;return function(n,r){var t,e,o=n[1];try{for(var u=i(o),c=u.next();!c.done;c=u.next()){var f=c.value;if(r(f,f[0].type))return!0}}catch(n){t={error:n}}finally{try{c&&!c.done&&(e=u.return)&&e.call(u)}finally{if(t)throw t.error}}}(n,(function(n,e){return r.includes(e)&&(t=Array.isArray(n)?n[1]:void 0),!!t})),t}for(var d in r.makeMultiplexedTransport=function(n,r){return function(c){var f=n(c),a=new Map;function s(r,i){var u=i?"".concat(r,":").concat(i):r,f=a.get(u);if(!f){var s=v(r);if(!s)return;var d=function(n,r){void 0===r&&(r={});var t="string"==typeof r?r:r.tunnel,e="string"!=typeof r&&r.t?r.t.sdk:void 0;return t||"".concat(function(n){return"".concat(function(n){var r=n.protocol?"".concat(n.protocol,":"):"",t=n.port?":".concat(n.port):"";return"".concat(r,"//").concat(n.host).concat(t).concat(n.path?"/".concat(n.path):"","/api/")}(n)).concat(n.projectId,"/envelope/")}(n),"?").concat(l(n,e))}(s,c.tunnel);f=i?function(n,r){var i=this;return function(u){var c=n(u);return t(t({},c),{send:function(n){return e(i,void 0,void 0,(function(){var t;return o(this,(function(e){return(t=y(n,["event","transaction","profile","replay_event"]))&&(t.release=r),[2,c.send(n)]}))}))}})}}(n,i)(t(t({},c),{url:d})):n(t(t({},c),{url:d})),a.set(u,f)}return[r,f]}return{send:function(n){return e(this,void 0,void 0,(function(){function e(r){var t=r&&r.length?r:["event"];return y(n,t)}var i;return o(this,(function(o){switch(o.label){case 0:return 0===(i=r({envelope:n,getEvent:e}).map((function(n){return"string"==typeof n?s(n,void 0):s(n.dsn,n.release)})).filter((function(n){return!!n}))).length&&i.push(["",f]),[4,Promise.all(i.map((function(r){var e=u(r,2),o=e[0];return e[1].send(function(n,r){return e=r?t(t({},n[0]),{dsn:r}):n[0],void 0===(o=n[1])&&(o=[]),[e,o];var e,o}(n,o))})))];case 1:return[2,o.sent()[0]]}}))}))},flush:function(n){return e(this,void 0,void 0,(function(){var r,t,e,c,s,v,l,y,d,p;return o(this,(function(o){switch(o.label){case 0:return[4,f.flush(n)];case 1:r=[o.sent()],o.label=2;case 2:o.trys.push([2,7,8,9]),t=i(a),e=t.next(),o.label=3;case 3:return e.done?[3,6]:(c=u(e.value,2),s=c[1],l=(v=r).push,[4,s.flush(n)]);case 4:l.apply(v,[o.sent()]),o.label=5;case 5:return e=t.next(),[3,3];case 6:return[3,9];case 7:return y=o.sent(),d={error:y},[3,9];case 8:try{e&&!e.done&&(p=t.return)&&p.call(t)}finally{if(d)throw d.error}return[7];case 9:return[2,r.every((function(n){return n}))]}}))}))}}}},n.Sentry=n.Sentry||{},n.Sentry.Integrations=n.Sentry.Integrations||{},r)Object.prototype.hasOwnProperty.call(r,d)&&(n.Sentry.Integrations[d]=r[d],n.Sentry[d]=r[d])}(window);
</script>
<!-- Sentry's moduleMetadataIntegration -->
<script src="https://browser.sentry-cdn.com/7.120.3/modulemetadata.es5.min.js" crossorigin="anonymous" async></script>
<script>
window.resolveExternalsRegistryPromise = null
const externalRegistryPromise = new Promise((r) => window.resolveExternalsRegistryPromise = r)
window.resolveExternalsRegistryModule = (name) => externalRegistryPromise.then(() => window.externalsRegistry[name].onload())
</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/externals-registry.inline.2c3a9b6e.bundle.min.js">(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["7101"],{78635(){window.__imageClientApi__=window.__imageClientApi__||{sdk:{}};let{lodash:e,react:o,reactDOM:n,imageClientApi:d,clientSdk:a}=window.externalsRegistry={lodash:{},react:{},reactDOM:{},imageClientApi:{},clientSdk:{}};d.loaded=new Promise(e=>{d.onload=e}),e.loaded=new Promise(o=>{e.onload=o}),a.loaded=new Promise(e=>{a.onload=e}),window.ReactDOM||(window.reactDOMReference=window.ReactDOM={loading:!0}),n.loaded=new Promise(e=>{n.onload=()=>{Object.assign(window.reactDOMReference||{},window.ReactDOM,{loading:!1}),e()}}),window.React||(window.reactReference=window.React={loading:!0}),o.loaded=new Promise(e=>{o.onload=()=>{Object.assign(window.reactReference||{},window.React,{loading:!1}),e()}}),window.reactAndReactDOMLoaded=Promise.all([o.loaded,n.loaded]),window.resolveExternalsRegistryPromise()}},function(e){e(e.s=78635)}]);
//# sourceMappingURL=externals-registry.inline.2c3a9b6e.bundle.min.js.map</script>
<!-- Add the rest of the ViewerModel -->
<script type="application/json" id="wix-viewer-model">{"siteAssetsTestModuleVersion":"1.334.0","requestUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/vente-en-gros-piment-cinq-couleurs","siteFeatures":["accessibility","appMonitoring","assetsLoader","businessLogger","captcha","clickHandlerRegistrar","commonConfig","componentsLoader","componentsRegistry","consentPolicy","contentReflow","cyclicTabbing","domSelectors","domStore","dynamicPages","environmentWixCodeSdk","environment","lightbox","locationWixCodeSdk","mpaNavigation","navigationManager","navigationPhases","ooi","pages","panorama","protectedPages","renderer","reporter","routerFetch","router","scrollRestoration","seoWixCodeSdk","seo","sessionManager","siteMembersWixCodeSdk","siteMembers","siteScrollBlocker","siteWixCodeSdk","speculationRules","ssrCache","stores","structureApi","thunderboltInitializer","tpaCommons","translations","usedPlatformApis","warmupData","windowMessageRegistrar","windowWixCodeSdk","wixCustomElementComponent","wixEmbedsApi","componentsReact","platform"],"site":{"metaSiteId":"d9e90e08-7d0d-40a4-9d40-77d4060455e7","userId":"0a1ffa22-83d1-443d-b21d-4653fd5ae678","siteId":"cf4e74b0-0ad4-4466-a9e6-1294dc4ac7a5","externalBaseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","siteRevision":269,"siteType":"UGC","dc":"ireland-pub","isResponsive":false,"editorName":"Unknown","sessionId":"81c1f42a-07f5-463f-968b-2613fce2088d","isSEO":false,"appNameForBiEvents":"thunderbolt"},"isMobileDevice":false,"viewMode":"desktop","formFactor":"desktop","deviceInfo":{"deviceClass":"Desktop"},"media":{"staticMediaUrl":"https:\/\/static.wixstatic.com\/media","mediaRootUrl":"https:\/\/static.wixstatic.com\/","staticVideoUrl":"https:\/\/video.wixstatic.com\/"},"language":{"userLanguage":"fr","userLanguageResolutionMethod":"QueryParam","siteLanguage":"fr","isMultilingualEnabled":false,"directionByLanguage":"ltr"},"mode":{"qa":false,"enableTestApi":false,"debug":false,"ssrIndicator":false,"ssrOnly":false,"siteAssetsFallback":"enable","versionIndicator":false},"siteFeaturesConfigs":{"appMonitoring":{"appsWithMonitoring":[{"appId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"monitoringComponent":{"monitoring":{"type":"PANORAMA","panoramaOptions":{"project":{"groupId":"com.wixpress","artifactId":"portfolio-cli-app","fingerprint":"394c8f367163a7d91a0d4bf77192c8cb49e8480ba879e686789d517c"}}}}},{"appId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"monitoringComponent":{"monitoring":{"type":"PANORAMA","panoramaOptions":{"project":{"groupId":"com.wixpress","artifactId":"abandoned-carts-bm","fingerprint":"909b259b270821e3e228d7e504707c813c4cc1c542858c1ae0eee6fa"}}}}},{"appId":"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","isWixTPA":true,"monitoringComponent":{"monitoring":{"type":"PANORAMA","panoramaOptions":{"project":{"groupId":"com.wixpress.npm","artifactId":"members-area-components","fingerprint":"2112846fc66e304c70196e236b1a870c67089ed3b1e004e2b0679eae"}}}}}]},"assetsLoader":{"isStylableComponentInStructure":false,"hasBuilderComponents":false},"businessLogger":{"isBuilderComponentModel":false},"componentsRegistry":{"librariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14966.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14966.0"}]},"consentPolicy":{"isWixSite":false,"isBuilderComponentModel":false},"cyclicTabbing":{"isBuilderComponentModel":false},"dataWixCodeSdk":{"gridAppId":"e7a9f1ab-9c4e-4e88-8817-3210e51daa6d","environment":"LIVE","cloudDataUrlWithExternalBase":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/_api\/cloud-data"},"dynamicPages":{"prefixToRouterFetchData":{"category":{"urlData":{"basePath":"https:\/\/cocodrilodelnilo.wixsite.com\/_serverless\/wixstores-tpa-router","queryParams":"viewMode=site","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","fetchUsingGet":false,"compressPayload":false,"encodeURI":true},"optionsData":{"bodyData":{"pageRoles":{"category":{"id":"in0hg","title":"Category Page","pageUriSEO":"category-page"}},"routerPrefix":"\/category","config":{},"roleVariations":{}},"headers":{"Content-Type":"application\/json","X-XSRF-TOKEN":""}},"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762"},"portfolio-collections":{"urlData":{"basePath":"https:\/\/cocodrilodelnilo.wixsite.com\/_serverless\/portfolio-router","queryParams":"viewMode=site","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","fetchUsingGet":false,"compressPayload":false,"encodeURI":true},"optionsData":{"bodyData":{"pageRoles":{"project":{"id":"xvo01","title":"Pages de projet","pageUriSEO":"project"},"collection":{"id":"vwxkh","title":"Pages de catégorie","pageUriSEO":"collection"}},"routerPrefix":"\/portfolio-collections","config":{"portfolioPagesData":[{"managingAppDefId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","tpaPageId":"Project","pageUriSEO":"project","type":"Page","metaData":{"schemaVersion":"1.0","isPreset":false,"isHidden":false,"pageId":"masterPage","sig":"1x2-131"},"title":"Pages de projet","hideTitle":true,"icon":"","descriptionSEO":"","metaKeywordsSEO":"","pageTitleSEO":"","hidePage":false,"underConstruction":false,"pageBackgrounds":{"desktop":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"xvo01","sig":"1x2-129"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","id":"dataItem-mmi2hgnx"},"isPreset":true},"mobile":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"xvo01","sig":"1x2-130"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","colorOverlay":"","colorOverlayOpacity":0,"id":"dataItem-mmi2hgny"},"isPreset":true,"mediaSizing":"viewport"}},"id":"xvo01","translationData":{"uriSEOTranslated":false},"pageSecurity":{"requireLogin":false,"passwordDigest":"","dialogLanguage":""},"indexable":true,"isLandingPage":false,"isMobileLandingPage":false,"isPopup":false},{"managingAppDefId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","tpaPageId":"Collection","pageUriSEO":"collection","type":"Page","metaData":{"schemaVersion":"1.0","isPreset":false,"isHidden":false,"pageId":"masterPage","sig":"1x2-153"},"title":"Pages de catégorie","hideTitle":true,"icon":"","descriptionSEO":"","metaKeywordsSEO":"","pageTitleSEO":"","hidePage":false,"underConstruction":false,"pageBackgrounds":{"desktop":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"vwxkh","sig":"1x2-151"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","id":"dataItem-mmi2hh18"},"isPreset":true},"mobile":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"vwxkh","sig":"1x2-152"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","colorOverlay":"","colorOverlayOpacity":0,"id":"dataItem-mmi2hh181"},"isPreset":true,"mediaSizing":"viewport"}},"id":"vwxkh","translationData":{"uriSEOTranslated":false},"pageSecurity":{"requireLogin":false,"passwordDigest":"","dialogLanguage":""},"indexable":true,"isLandingPage":false,"isMobileLandingPage":false,"isPopup":false},{"managingAppDefId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","tpaPageId":"Portfolio","pageUriSEO":"portfolio","type":"Page","metaData":{"schemaVersion":"1.0","isPreset":false,"isHidden":false,"pageId":"masterPage","sig":"1x2-174"},"title":"Portfolio","hideTitle":true,"icon":"","descriptionSEO":"","metaKeywordsSEO":"","pageTitleSEO":"","hidePage":false,"underConstruction":false,"pageBackgrounds":{"desktop":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"m3pi8","sig":"1x2-172"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","id":"dataItem-mmi2hhbi"},"isPreset":true},"mobile":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"m3pi8","sig":"1x2-173"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","colorOverlay":"","colorOverlayOpacity":0,"id":"dataItem-mmi2hhbi1"},"isPreset":true,"mediaSizing":"viewport"}},"id":"m3pi8","translationData":{"uriSEOTranslated":false},"pageSecurity":{"requireLogin":false,"passwordDigest":"","dialogLanguage":""},"indexable":true,"isLandingPage":false,"isMobileLandingPage":false,"isPopup":false}]},"roleVariations":{}},"headers":{"Content-Type":"application\/json","X-XSRF-TOKEN":""}},"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762"}},"routerPagesSeoToIdMap":{"category-page":"in0hg","project":"xvo01","collection":"vwxkh"},"externalBaseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree"},"editorWixCodeSdk":{"isBuilderComponentModel":false},"elementorySupportWixCodeSdk":{"baseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/_api\/wix-code-public-dispatcher-ng\/siteview","relativePath":"\/agrodenree\/_api\/wix-code-public-dispatcher-ng\/siteview","gridAppId":"e7a9f1ab-9c4e-4e88-8817-3210e51daa6d","viewMode":"site","siteRevision":269},"environmentWixCodeSdk":{},"environment":{"editorType":"","domain":"wixsite.com","previewMode":false,"isBuilderComponentModel":false},"fedopsWixCodeSdk":{"isWixSite":false,"shouldReportFedops":false},"lightbox":{"prefixToRouterFetchData":{"category":{"urlData":{"basePath":"https:\/\/cocodrilodelnilo.wixsite.com\/_serverless\/wixstores-tpa-router","queryParams":"viewMode=site","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","fetchUsingGet":false,"compressPayload":false,"encodeURI":true},"optionsData":{"bodyData":{"pageRoles":{"category":{"id":"in0hg","title":"Category Page","pageUriSEO":"category-page"}},"routerPrefix":"\/category","config":{},"roleVariations":{}},"headers":{"Content-Type":"application\/json","X-XSRF-TOKEN":""}},"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762"},"portfolio-collections":{"urlData":{"basePath":"https:\/\/cocodrilodelnilo.wixsite.com\/_serverless\/portfolio-router","queryParams":"viewMode=site","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","fetchUsingGet":false,"compressPayload":false,"encodeURI":true},"optionsData":{"bodyData":{"pageRoles":{"project":{"id":"xvo01","title":"Pages de projet","pageUriSEO":"project"},"collection":{"id":"vwxkh","title":"Pages de catégorie","pageUriSEO":"collection"}},"routerPrefix":"\/portfolio-collections","config":{"portfolioPagesData":[{"managingAppDefId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","tpaPageId":"Project","pageUriSEO":"project","type":"Page","metaData":{"schemaVersion":"1.0","isPreset":false,"isHidden":false,"pageId":"masterPage","sig":"1x2-131"},"title":"Pages de projet","hideTitle":true,"icon":"","descriptionSEO":"","metaKeywordsSEO":"","pageTitleSEO":"","hidePage":false,"underConstruction":false,"pageBackgrounds":{"desktop":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"xvo01","sig":"1x2-129"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","id":"dataItem-mmi2hgnx"},"isPreset":true},"mobile":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"xvo01","sig":"1x2-130"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","colorOverlay":"","colorOverlayOpacity":0,"id":"dataItem-mmi2hgny"},"isPreset":true,"mediaSizing":"viewport"}},"id":"xvo01","translationData":{"uriSEOTranslated":false},"pageSecurity":{"requireLogin":false,"passwordDigest":"","dialogLanguage":""},"indexable":true,"isLandingPage":false,"isMobileLandingPage":false,"isPopup":false},{"managingAppDefId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","tpaPageId":"Collection","pageUriSEO":"collection","type":"Page","metaData":{"schemaVersion":"1.0","isPreset":false,"isHidden":false,"pageId":"masterPage","sig":"1x2-153"},"title":"Pages de catégorie","hideTitle":true,"icon":"","descriptionSEO":"","metaKeywordsSEO":"","pageTitleSEO":"","hidePage":false,"underConstruction":false,"pageBackgrounds":{"desktop":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"vwxkh","sig":"1x2-151"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","id":"dataItem-mmi2hh18"},"isPreset":true},"mobile":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"vwxkh","sig":"1x2-152"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","colorOverlay":"","colorOverlayOpacity":0,"id":"dataItem-mmi2hh181"},"isPreset":true,"mediaSizing":"viewport"}},"id":"vwxkh","translationData":{"uriSEOTranslated":false},"pageSecurity":{"requireLogin":false,"passwordDigest":"","dialogLanguage":""},"indexable":true,"isLandingPage":false,"isMobileLandingPage":false,"isPopup":false},{"managingAppDefId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","tpaPageId":"Portfolio","pageUriSEO":"portfolio","type":"Page","metaData":{"schemaVersion":"1.0","isPreset":false,"isHidden":false,"pageId":"masterPage","sig":"1x2-174"},"title":"Portfolio","hideTitle":true,"icon":"","descriptionSEO":"","metaKeywordsSEO":"","pageTitleSEO":"","hidePage":false,"underConstruction":false,"pageBackgrounds":{"desktop":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"m3pi8","sig":"1x2-172"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","id":"dataItem-mmi2hhbi"},"isPreset":true},"mobile":{"custom":true,"ref":{"type":"BackgroundMedia","metaData":{"schemaVersion":"2.0","isPreset":true,"isHidden":false,"pageId":"m3pi8","sig":"1x2-173"},"color":"{color_26}","alignType":"top","fittingType":"fill","scrollType":"fixed","colorOverlay":"","colorOverlayOpacity":0,"id":"dataItem-mmi2hhbi1"},"isPreset":true,"mediaSizing":"viewport"}},"id":"m3pi8","translationData":{"uriSEOTranslated":false},"pageSecurity":{"requireLogin":false,"passwordDigest":"","dialogLanguage":""},"indexable":true,"isLandingPage":false,"isMobileLandingPage":false,"isPopup":false}]},"roleVariations":{}},"headers":{"Content-Type":"application\/json","X-XSRF-TOKEN":""}},"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762"}},"pageIdToPrefix":{"in0hg":"category","xvo01":"portfolio-collections","vwxkh":"portfolio-collections"},"isBuilderComponentModel":false},"locationWixCodeSdk":{"routersConfigMap":{"routers-m2t334q6":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"in0hg"},"roleVariations":{}},"routers-mmi2hhq4":{"prefix":"portfolio-collections","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","config":"{\"portfolioPagesData\":[{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Project\",\"pageUriSEO\":\"project\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-131\"},\"title\":\"Pages de projet\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"xvo01\",\"sig\":\"1x2-129\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hgnx\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"xvo01\",\"sig\":\"1x2-130\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hgny\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"xvo01\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false},{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Collection\",\"pageUriSEO\":\"collection\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-153\"},\"title\":\"Pages de catégorie\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"vwxkh\",\"sig\":\"1x2-151\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hh18\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"vwxkh\",\"sig\":\"1x2-152\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hh181\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"vwxkh\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false},{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Portfolio\",\"pageUriSEO\":\"portfolio\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-174\"},\"title\":\"Portfolio\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"m3pi8\",\"sig\":\"1x2-172\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hhbi\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"m3pi8\",\"sig\":\"1x2-173\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hhbi1\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"m3pi8\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false}]}","group":"","pages":{"project":"xvo01","collection":"vwxkh"},"roleVariations":{}}},"urlMappings":null},"mpaNavigation":{"forceMpaNavigation":false,"isRunningInDifferentSiteContext":false,"hasFeedbackQueryParam":false},"ooiTpaSharedConfig":{"imageSpriteUrl":"https:\/\/static.parastorage.com\/services\/santa-resources\/resources\/viewer\/editorUI\/fonts.v19.png","wixStaticFontsLinks":["https:\/\/static.parastorage.com\/services\/fonts-data\/dist\/fonts.hz267ac7fkkfb3a18o8z.css","https:\/\/static.parastorage.com\/services\/fonts-data\/dist\/wixMadefor.j95mkaziqjnrn77aekr8.css","https:\/\/static.parastorage.com\/services\/fonts-data\/dist\/google.kuw5gk7jh0nwy00zmif1.css"]},"ooi":{"ooiComponentsData":{"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"componentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/MyAccountViewerWidget.bundle.min.js","widgetId":"14dd1af6-3e02-63db-0ef2-72fbc7cc3136","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/MyAccountViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14dbefb9-3b7b-c4e9-53e8-766defd30587":{"componentUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/ProfileViewerWidget.bundle.min.js","widgetId":"14dbefb9-3b7b-c4e9-53e8-766defd30587","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/ProfileViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14f2595a-a352-3ff1-9b3c-4d21861fe58f":{"sentryDsn":"https:\/\/460ff4620fa44cba8df530afde949785@sentry.wixpress.com\/5803","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0\/OoiNotificationsViewerWidget.bundle.min.js","widgetId":"14f2595a-a352-3ff1-9b3c-4d21861fe58f","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"93fc7436-4f62-4e86-9f19-29afe012c541":{"sentryDsn":"https:\/\/460ff4620fa44cba8df530afde949785@sentry.wixpress.com\/5803","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.0.0\/NotificationsViewerWidget.bundle.min.js","widgetId":"93fc7436-4f62-4e86-9f19-29afe012c541","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"6ca9273a-a775-407c-87e1-9685588c9aa7":{"sentryDsn":"https:\/\/460ff4620fa44cba8df530afde949785@sentry.wixpress.com\/5803","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.0.0\/NotificationsViewerWidget.bundle.min.js","widgetId":"6ca9273a-a775-407c-87e1-9685588c9aa7","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"04462ba4-2137-41bd-9460-0814554aae07":{"sentryDsn":"https:\/\/ed436f5053144538958ad06a5005e99a@sentry.wixpress.com\/6142","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0\/PreferencesOoiViewerWidget.bundle.min.js","widgetId":"04462ba4-2137-41bd-9460-0814554aae07","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"14f25dd2-f9b0-edc2-f38e-eded5da094aa":{"sentryDsn":"https:\/\/ed436f5053144538958ad06a5005e99a@sentry.wixpress.com\/6142","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0\/PreferencesOoiViewerWidget.bundle.min.js","widgetId":"14f25dd2-f9b0-edc2-f38e-eded5da094aa","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"sentryDsn":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894","componentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/MyWalletViewerWidget.bundle.min.js","widgetId":"6467c15e-af3c-4e8d-b167-41bfb8efc32a","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/MyWalletViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14c92de1-0e02-cbe5-98e9-c3de44d63a55":{"sentryDsn":"https:\/\/79baaa8e09c746d2b7401643b99792e0@sentry.wixpress.com\/6001","componentUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/FaqOoiViewerWidget.bundle.min.js","widgetId":"14c92de1-0e02-cbe5-98e9-c3de44d63a55","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/FaqOoiViewerWidgetNoCss.bundle.min.js","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"371ee199-389c-4a93-849e-e35b8a15b7ca":{"sentryDsn":"https:\/\/18d2f96d279149989b95faf0a4b41882@sentry-next.wixpress.com\/1784","componentUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2421.0\/FormViewerWidget.bundle.min.js","widgetId":"371ee199-389c-4a93-849e-e35b8a15b7ca","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2421.0\/FormViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2427.0","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4213.0\/ProductPageViewerWidget.bundle.min.js","widgetId":"13a94f09-2766-3c40-4a32-8edb5acdd8bc","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4213.0\/ProductPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/SideCartViewerWidget.bundle.min.js","widgetId":"49dbb2d9-d9e5-4605-a147-e926605bf164","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/SideCartViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14666402-0bc7-b763-e875-e99840d131bd":{"sentryDsn":"https:\/\/8c4075d5481d476e945486754f783364@sentry.io\/1865790","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/addToCart.bundle.min.js","widgetId":"14666402-0bc7-b763-e875-e99840d131bd","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/WishlistViewerWidget.bundle.min.js","widgetId":"a63a5215-8aa6-42af-96b1-583bfd74cff5","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"13afb094-84f9-739f-44fd-78d036adb028":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/GridGalleryViewerWidget.bundle.min.js","widgetId":"13afb094-84f9-739f-44fd-78d036adb028","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"1380bbab-4da3-36b0-efb4-2e0599971d14":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/cartViewerWidget.bundle.min.js","widgetId":"1380bbab-4da3-36b0-efb4-2e0599971d14","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/cartViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SliderGalleryViewerWidget.bundle.min.js","widgetId":"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"1380bbb4-8df0-fd38-a235-88821cf3f8a4":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageViewerWidget.bundle.min.js","widgetId":"1380bbb4-8df0-fd38-a235-88821cf3f8a4","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"1380bba0-253e-a800-a235-88821cf3f8a4":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/GridGalleryViewerWidget.bundle.min.js","widgetId":"1380bba0-253e-a800-a235-88821cf3f8a4","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"1380bbc4-1485-9d44-4616-92e36b1ead6b":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.2233.0\/CartIconViewerWidget.bundle.min.js","widgetId":"1380bbc4-1485-9d44-4616-92e36b1ead6b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"244576c9-d856-49b9-af14-216071924e3b":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SearchModalGalleryViewerWidget.bundle.min.js","widgetId":"244576c9-d856-49b9-af14-216071924e3b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SearchResultsPageGalleryViewerWidget.bundle.min.js","widgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/PaymentRequestViewerWidget.bundle.min.js","widgetId":"4425f8e8-51fb-457b-9123-fdb7b1cef94a","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/CategoryPageViewerWidget.bundle.min.js","widgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/CategoryPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14fd5970-8072-c276-1246-058b79e70c1a":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/CheckoutViewerWidget.bundle.min.js","widgetId":"14fd5970-8072-c276-1246-058b79e70c1a","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/CheckoutViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2055.0\/productWidget.bundle.min.js","widgetId":"13ec3e79-e668-cc0c-2d48-e99d53a213dd","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"deaaaab0-f5bd-4b7a-a652-3845efcb546a":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/BundleBundleViewerWidget.bundle.min.js","widgetId":"deaaaab0-f5bd-4b7a-a652-3845efcb546a","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd":{"componentUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/ProfileCardViewerWidget.bundle.min.js","widgetId":"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/ProfileCardViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14c1462a-97f2-9f6a-7bb7-f5541f23caa6":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/BlogViewerWidget.bundle.min.js","widgetId":"14c1462a-97f2-9f6a-7bb7-f5541f23caa6","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/BlogViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"46a9e991-c1cc-47c9-b19a-e99d3be1e2c9":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/RelatedPostsViewerWidget.bundle.min.js","widgetId":"46a9e991-c1cc-47c9-b19a-e99d3be1e2c9","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"a0d7808c-0d7d-4a40-8cf0-911a9f0de96f":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/CategoryMenuViewerWidget.bundle.min.js","widgetId":"a0d7808c-0d7d-4a40-8cf0-911a9f0de96f","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"c0a125b8-2311-451e-99c5-89b6bba02b22":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/TagCloudViewerWidget.bundle.min.js","widgetId":"c0a125b8-2311-451e-99c5-89b6bba02b22","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"1515a9e7-b579-fbbb-43fc-0e3051c14803":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/RssButtonViewerWidget.bundle.min.js","widgetId":"1515a9e7-b579-fbbb-43fc-0e3051c14803","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"2f3d2c69-2bc4-4519-bd72-0a63dd92577f":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/ArchiveViewerWidget.bundle.min.js","widgetId":"2f3d2c69-2bc4-4519-bd72-0a63dd92577f","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"211b5287-14e2-4690-bb71-525908938c81":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostViewerWidget.bundle.min.js","widgetId":"211b5287-14e2-4690-bb71-525908938c81","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"478911c3-de0c-469e-90e3-304f2f8cd6a7":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostTitleViewerWidget.bundle.min.js","widgetId":"478911c3-de0c-469e-90e3-304f2f8cd6a7","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"813eb645-c6bd-4870-906d-694f30869fd9":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostListViewerWidget.bundle.min.js","widgetId":"813eb645-c6bd-4870-906d-694f30869fd9","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostListViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"e5a2773b-0e6b-4cbb-a012-3b4a69e92046":{"sentryDsn":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/MyPostsViewerWidget.bundle.min.js","widgetId":"e5a2773b-0e6b-4cbb-a012-3b4a69e92046","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"142bb34d-3439-576a-7118-683e690a1e0d":{"sentryDsn":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427","componentUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/WixProGalleryViewerWidget.bundle.min.js","widgetId":"142bb34d-3439-576a-7118-683e690a1e0d","noCssComponentUrl":"","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"sentryDsn":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","componentUrl":"https:\/\/empty","widgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2458.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"sentryDsn":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","componentUrl":"https:\/\/empty","widgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2458.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false}},"viewMode":"Site","formFactor":"Desktop","blogMobileComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/feed-page-mobile-viewer.bundle.min.js"},"protectedPages":{"passwordProtected":{},"publicPageIds":["lsp9y","r07h1","tm585","mf3r1","c1dmp","ydji8","dttff","mlrn6","xj4q0","in0hg","lcpuk","xvo01","uftol","ys95f","vopn4","m3pi8","i7dt6","ajhb6","f8q4k","rljou","m680y","idrny","vwxkh","ajhb5"],"pageUriSeoToRouterPrefix":{"category-page":"category","project":"portfolio-collections","collection":"portfolio-collections"}},"renderer":{"disabledComponents":{},"isBuilderComponentModel":false},"reporter":{"userId":"0a1ffa22-83d1-443d-b21d-4653fd5ae678","metaSiteId":"d9e90e08-7d0d-40a4-9d40-77d4060455e7","isPremium":false,"isFBServerEventsAppProvisioned":false,"dynamicPagesIds":["in0hg","xvo01","vwxkh"]},"routerFetch":{"externalBaseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","viewMode":"desktop"},"router":{"baseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","mainPageId":"c1dmp","pagesMap":{"anh8a":{"pageId":"anh8a","title":"Account Settings","pageUriSEO":"account-settings"},"lsp9y":{"pageId":"lsp9y","title":"Page panier","pageUriSEO":"cart-page","pageJsonFileName":"0a1ffa_068bfb99e4872266196d17462421e387_2"},"r07h1":{"pageId":"r07h1","title":"Join CSA","pageUriSEO":"join-csa","pageJsonFileName":"0a1ffa_0cbcbd860c5128a979c16a2efc181392_132"},"tm585":{"pageId":"tm585","title":"Shipping & Returns","pageUriSEO":"shipping-returns","pageJsonFileName":"0a1ffa_417d02eaac793ba717c5c995dbc69241_3"},"mf3r1":{"pageId":"mf3r1","title":"Fullscreen Page","pageUriSEO":"fullscreen-page","pageJsonFileName":"0a1ffa_bde8ea02ee237354694077cf284c8c6d_248"},"c1dmp":{"pageId":"c1dmp","title":"Notre Catalogue de produits","pageUriSEO":"home","pageJsonFileName":"0a1ffa_b5c59836b8d70e31079f5e33caa626ca_268"},"ydji8":{"pageId":"ydji8","title":"Paiement","pageUriSEO":"checkout","pageJsonFileName":"0a1ffa_901a7cf36af6fc50248c5d0434bb9651_2"},"dttff":{"pageId":"dttff","title":"Profile","pageUriSEO":"profile","pageJsonFileName":"0a1ffa_0051c5a3b71b13003d7e8055c3706624_2"},"mlrn6":{"pageId":"mlrn6","title":"Demander un Devis","pageUriSEO":"contact-us","pageJsonFileName":"0a1ffa_93d798d0002f7ba3535dd90a7ff66814_268"},"xj4q0":{"pageId":"xj4q0","title":"Piment Cinq Couleurs","pageUriSEO":"vente-en-gros-piment-cinq-couleurs","pageJsonFileName":"0a1ffa_7cc0608cb26edf1dabebf12ac8b252ce_258"},"in0hg":{"pageId":"in0hg","title":"Category Page","pageUriSEO":"category-page","pageJsonFileName":"0a1ffa_b1107a6fb3fa110f765b51bae4b09d1f_2"},"lcpuk":{"pageId":"lcpuk","title":"Post","pageUriSEO":"post","pageJsonFileName":"0a1ffa_985f6729ee8a364bccd91e3c8eae9239_2"},"bk9wr":{"pageId":"bk9wr","title":"Notifications","pageUriSEO":"notifications"},"xvo01":{"pageId":"xvo01","title":"Pages de projet","pageUriSEO":"project","pageJsonFileName":"0a1ffa_f53a5e03d7b8ff87886dcc90f8fcc562_90"},"uftol":{"pageId":"uftol","title":"Nos Actualités","pageUriSEO":"blog","pageJsonFileName":"0a1ffa_5f9eb87a1f727d88f94b79352d8ff9c3_268"},"ys95f":{"pageId":"ys95f","title":"Page de remerciement","pageUriSEO":"thank-you-page","pageJsonFileName":"0a1ffa_902496e4d442004124756bfe61a7f42b_2"},"ftyt3":{"pageId":"ftyt3","title":"Mes commandes","pageUriSEO":"my-orders"},"vopn4":{"pageId":"vopn4","title":"Margousier","pageUriSEO":"vente-en-gros-margousier","pageJsonFileName":"0a1ffa_ebcb206556d1b4f6eba0656af8106cb0_247"},"m3pi8":{"pageId":"m3pi8","title":"Portfolio","pageUriSEO":"portfolio","pageJsonFileName":"0a1ffa_2c5b9694810508be04257d0e88880b44_261"},"i7dt6":{"pageId":"i7dt6","title":"XX","pageUriSEO":"services","pageJsonFileName":"0a1ffa_bacc80565a4dcdc09dbb9f214c7959c1_268"},"ajhb6":{"pageId":"ajhb6","title":"Side Cart","pageUriSEO":"popup-ajhb6","pageJsonFileName":"0a1ffa_ac9759e8b3a46d5c604814c6296fb1f4_2"},"f8q4k":{"pageId":"f8q4k","title":"Page d'article","pageUriSEO":"product-page","pageJsonFileName":"0a1ffa_66e4a4e0f27d145dc9a206f737e23ead_2"},"rljou":{"pageId":"rljou","title":"Store Policy","pageUriSEO":"store-policy","pageJsonFileName":"0a1ffa_d8b59d07642ab003a9e2fd7982b93c6c_2"},"m680y":{"pageId":"m680y","title":"FAQ","pageUriSEO":"faq","pageJsonFileName":"0a1ffa_6a1819c7422865244aff9b85c77a8326_2"},"idrny":{"pageId":"idrny","title":"Piment Enragé","pageUriSEO":"vente-en-gros-piment-piri-piri","pageJsonFileName":"0a1ffa_85ad9dcf1a142cca0ec53d595ef0f881_252"},"vwxkh":{"pageId":"vwxkh","title":"Pages de catégorie","pageUriSEO":"collection","pageJsonFileName":"0a1ffa_0f4af20094b8a6efff64211caa9a93fb_90"},"ajhb5":{"pageId":"ajhb5","title":"Registration Pop-up","pageUriSEO":"popup-ajhb5","pageJsonFileName":"0a1ffa_c331f76cce63bd4d4bf2aa78a765e4aa_2"}},"disableStaticPagesUrlHierarchy":false,"routes":{".\/account-settings":{"type":"Static","pageId":"anh8a"},".\/cart-page":{"type":"Static","pageId":"lsp9y"},".\/join-csa":{"type":"Static","pageId":"r07h1"},".\/shipping-returns":{"type":"Static","pageId":"tm585"},".\/fullscreen-page":{"type":"Static","pageId":"mf3r1"},".\/home":{"type":"Static","pageId":"c1dmp"},".\/checkout":{"type":"Static","pageId":"ydji8"},".\/profile":{"type":"Static","pageId":"dttff"},".\/contact-us":{"type":"Static","pageId":"mlrn6"},".\/vente-en-gros-piment-cinq-couleurs":{"type":"Static","pageId":"xj4q0"},".\/post":{"type":"Static","pageId":"lcpuk"},".\/notifications":{"type":"Static","pageId":"bk9wr"},".\/blog":{"type":"Static","pageId":"uftol"},".\/thank-you-page":{"type":"Static","pageId":"ys95f"},".\/my-orders":{"type":"Static","pageId":"ftyt3"},".\/vente-en-gros-margousier":{"type":"Static","pageId":"vopn4"},".\/portfolio":{"type":"Static","pageId":"m3pi8"},".\/services":{"type":"Static","pageId":"i7dt6"},".\/popup-ajhb6":{"type":"Static","pageId":"ajhb6"},".\/product-page":{"type":"Static","pageId":"f8q4k"},".\/store-policy":{"type":"Static","pageId":"rljou"},".\/faq":{"type":"Static","pageId":"m680y"},".\/vente-en-gros-piment-piri-piri":{"type":"Static","pageId":"idrny"},".\/popup-ajhb5":{"type":"Static","pageId":"ajhb5"},".\/category":{"type":"Dynamic","pageIds":["in0hg"]},".\/portfolio-collections":{"type":"Dynamic","pageIds":["xvo01","vwxkh"]},".\/":{"type":"Static","pageId":"c1dmp"}},"pageIdToPrefix":{"in0hg":"category","xvo01":"portfolio-collections","vwxkh":"portfolio-collections"},"isWixSite":false,"partialRouteMatchingAllowed":false,"isBuilderComponentModel":false},"searchWixCodeSdk":{"language":"fr"},"seo":{"context":{"siteName":"Agrodenree S","siteUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","domain":"wixsite.com","indexSite":false,"defaultUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/vente-en-gros-piment-cinq-couleurs","currLangIsOriginal":true,"homePageTitle":"Notre Catalogue de produits","businessName":"AGRODENREE S.A.","businesDescription":"Qualité et Fiabilité Agricole Assurée","businesLocale":"fr-sn","businessLocationCountry":"CM","businessLocationFormatted":"Douala, Cameroun","businesLocationsState":"LT","businessLocationCity":"Douala","businessLocationCoordinates":{"latitude":4.0510564,"longitude":9.7678687},"currency":"XOF","experiments":{"specs.seo.EnableFaqSD":"false","specs.seo.EnableOnlineProgramsVideoSD":"true","specs.seo.enableLangCheck":"true"},"platformAppsExperiments":{"14f25924-5664-31b2-9568-f9c5ed98c9b1":{"specs.ping.membersAreaNotifications.useIntlInsteadOfMoment":"true","specs.ping.MANotifications.useMAWidgetPluginService":"true"},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"specs.forms.LocalPhoneNumbers":"true","specs.form-app.AiFormAssistantTypingEffect":"false","specs.forms.MultilineAddressInTemplates":"true","specs.forms.FetchFormsInEditor":"false","specs.forms.SettingsButtonTextFormatting":"true","specs.bookings.BifOnMeetingsInstallOnlyMeetings":"true","specs.forms.RemoveFalsyValues":"false","specs.forms.FixControllerActions":"true","specs.forms.WixServicesInstallation":"true","specs.forms.UseFieldsV2":"true","specs.forms.WdsOpacityColorPicker":"false","specs.bookings.BIFInstallOnlyMeetings":"false","specs.form-app.AiFormAssistantV2":"false","specs.forms.ImportFilesToMediaManagerExperiment":"true","specs.form-app.AiFormAssistantOptionsButtons":"true","specs.forms.EnableNewPhoneFieldValidation":"true","specs.forms.CreateFormFromPreset":"true","specs.bookings.InstallMeetingsForBIF":"false","specs.forms.EnablePhoneField":"true","specs.services.RemoveBookingsDependency":"true","specs.forms.SignatureFieldV2":"true","specs.forms.BoxlessTextStyles":"true","specs.forms.EnablePresetTab":"false"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"specs.pro-gallery.displayPreset14":"true","specs.pro-gallery.removeUseOfCounterApi":"true","specs.pro-gallery.horizontalScrollAnimations":"true","specs.pro-gallery.useImageAvifFormat":"true","specs.pro-gallery.EnableAlbumsStorePremiumValidation":"true","specs.pro-gallery.removePgStoreTab":"true","specs.pro-gallery.backgroundDesignFullscreen":"true","specs.pro-gallery.useMotherSiteAppInstance":"true","specs.pro-gallery.addSEOVideoMetaTags":"false","specs.pro-gallery.enableMainLightroomSettingsButton":"true","specs.pro-gallery.displayPreset17":"false","specs.pro-gallery.slideTransition":"true","specs.proGallery.shouldShowNewPanels":"false","specs.pro-gallery.displayProGalleryPresets":"true","specs.pro-gallery.navigationArrowsDrawer":"true","specs.pro-gallery.horizontalTitlePlacementOptions":"true","specs.pro-gallery.artstoreShowDeprecationMessageInSettings":"false","specs.pro-gallery.navArrowsVericalPositionController":"true","specs.pro-gallery.enablePGRenderIndicator":"false","specs.pro-gallery.excludeFromWarmupData":"false","specs.pro-gallery.customNavigationArrows":"true","specs.pro-gallery.fixedGalleryRatio":"true","specs.pro-gallery.displayProGalleryNewPreset":"true","specs.pro-gallery.useReactionService":"true","specs.pro-gallery.textBoxWidthControllers":"true","specs.pro-gallery.allowOverlayGradient":"true","specs.pro-gallery.excludeFromLayoutFixer":"false","specs.pro-gallery.useIsInFirstFold":"false","specs.pro-gallery.dontRenderGalleryBelowFoldOnLoad":"false","specs.pro-gallery.enableLightroomSettingsButton":"true","specs.pro-gallery.displayPreset16":"true","specs.pro-gallery.displayProGallerySEOSettings":"false","specs.pro-gallery.imageEditing":"b","specs.pro-gallery.useWowImageRenderer":"false","specs.pro-gallery.useWarmupData":"true","specs.pro-gallery.enableFullResFeature":"true","specs.pro-gallery.slideAnimationDeck":"true","specs.pro-gallery.useReactPortalInArtStore":"true","specs.pro-gallery.blockOAP":"false","specs.pro-gallery.useServerBlueprints-viewer":"false","specs.pro-gallery.excludeFromThinLinesFix":"false","specs.pro-gallery.excludeFromHlsVideosOnIphone":"true","specs.pro-gallery.removeRoleApplication":"true","specs.pro-gallery.tryCentralizedConduction":"false","specs.pro-gallery.organizeMediaMultiTypes":"true","specs.pro-gallery.useServerBlueprints-preview":"false","specs.pro-gallery.displayPreset15":"true","specs.pro-gallery.enableVideoPlaceholder":"true","specs.pro-gallery.organizeMediaAltText":"b","specs.pro-gallery.overlayDesign":"true","specs.pro-gallery.shouldUseVirtualization":"true","specs.pro-gallery.disableImagePreload":"true","specs.pro-gallery.excludeFromPrerenderPerformance":"false","specs.pro-gallery.appSettings":"true"},"b976560c-3122-4351-878f-453f337b7245":{"specs.profilePageBoB.EnablePageLoadErrorState":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.RemoveAdditionOfGlobalControllerInV3":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.membersAreaV2.SyncDataWithMenuItems":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.SplitInstallation":"true","specs.profilePageBoB.EnableCSSIndicators":"true","specs.profilePageBoB.EnableCustomSausageBarConfig":"true","specs.membersArea.AddWidgetsPluginsResilience":"true","specs.membersArea.installedWidgetsFromRoutes":"true","specs.membersAreaV2.UseSyncDeleteActions":"true","specs.profilePageBoB.Enable404SeoStatusCode":"true","specs.membersArea.EnableSausageBar":"true","specs.profilePageBoB.EnableFFLightboxErrorState":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.profilePageBoB.UseNewErrorPageRedirectFlow":"false","specs.membersArea.EnableUnifiedManager":"true","specs.profilePageBoB.VerticalDeletionRemoveRefreshApp":"true","specs.membersAreaV2.fasterMemberFetching":"true","specs.membersArea.OptimizeViewedMemberRolesFetch":"true"},"1505b775-e885-eb1b-b665-1e485d9bf90e":{"specs.stores.UseLatestSubdivisionsClient":"true","specs.addresses.SupportBIForHIPPA":"true"},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"specs.ping.membersAreaUseNotificationsV2Api":"true","specs.membersArea.enableNotificationsOnV2":"true","specs.membersArea.addStandalonePageRoutesToPublicAppData":"true","specs.membersArea.useScalableDimensionsForLoginBarOnE3":"true","specs.membersArea.addNavigationIntentParams":"true","specs.membersArea.enableAppData":"true","specs.membersArea.normalizeMenuItemsLinkMetaData":"true"},"14dbef06-cc42-5583-32a7-3abd44da4908":{"specs.UouSubscriptionServiceUseApiGatewayClient":"true","specs.membersArea.DoNotWaitInstallNavigation":"true","specs.membersArea.UseMembersNgApiUpdate":"false","specs.members.FollowersAudienceProvider":"false","specs.media.MediaManager3":"true","specs.ricos.newFormattingToolbar":"true","specs.membersArea.showCascadingIndicators":"true","specs.membersArea.HideMemberSortField":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.CheckUserContributorPermissions":"true","specs.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"true","specs.profileCardOOI.ReorganizeActionButtons":"true","specs.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.members.enableMuteMembersSkill":"true","specs.ricos.newVideoVerticalAndSocialModals":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.badges.useBadgesV3":"true","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersArea.ShouldOpenPropertyInDevCenter":"false","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.EnableLoginBarComponentExtension":"true","specs.members.enableUpdateCustomFieldSkill":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.membersAbout.EnableWDSPanels":"true","specs.members.enableHideCustomFieldSkill":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersAreaV2.HidePermissionsPanelOnPrivateMA":"false","specs.wixRicos.withWixStyles":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.members.enableDeleteCustomFieldSkill":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.UsePopoverDynamicPositioning":"true","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.ricos-server.resolveParentPagePath":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersAbout.UseResponsivePostsCover":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersAbout.UseNewPostsCoverDefaults":"true","specs.membersArea.ShowMoreMembersWithBadge":"false","specs.membersAbout.EnableAboutContainerStyles":"true","specs.membersAboutOOI.DisableButtonOnPublish":"true","specs.ricos.enablePages":"false","specs.membersArea.AddRevisionField":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.AddManageMemberAccessAction":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.membersAbout.EnablePostListInSEO":"true","specs.ricos.removeUsmFromImageUrls":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.members.enableUnmuteMembersSkill":"true","specs.membersArea.UseMembersAboutV2":"true","specs.members.enableCreateBadgeSkill":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.UseApplyChangeToAllLanguagesForMaV2":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.membersArea.AppDataRoutesCompressionMAV2":"true","specs.membersArea.EnableMenusDataFixer":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.badges.shouldUseBadgesV3InEdm":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.ricos.fixedTabSize":"true","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersAbout.EnableAccessibleRCE":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.membersAbout.EnableAboutMiddleware":"true","specs.members.enableManageMemberPrivacySkill":"true","specs.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.membersAbout.EnableCSSIndicators":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.membersAboutOOI.EnablePluralStatisticFix":"true","specs.ricos.encAutoImageUrls":"true","specs.members.enableCreateCustomFieldSkill":"true","specs.ricos.tiptapEditor":"false","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersAbout.EnableHtmlTagSettings":"true","specs.ricos.newSettingsModals":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true","specs.membersArea.ShowHeadingLevelSettings":"true"},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"specs.UouSubscriptionServiceUseApiGatewayClient":"true","specs.membersArea.DoNotWaitInstallNavigation":"true","specs.membersArea.UseMembersNgApiUpdate":"false","specs.members.FollowersAudienceProvider":"false","specs.media.MediaManager3":"true","specs.membersArea.showCascadingIndicators":"true","specs.membersArea.HideMemberSortField":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.CheckUserContributorPermissions":"true","specs.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"true","specs.profileCardOOI.ReorganizeActionButtons":"true","specs.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.ChangeLoginInfo":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.members.enableMuteMembersSkill":"true","specs.myAccount.UseNewSettings":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.badges.useBadgesV3":"true","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersArea.ShouldOpenPropertyInDevCenter":"false","specs.myAccount.EnablePhoneNumberValidation":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.EnableLoginBarComponentExtension":"true","specs.members.enableUpdateCustomFieldSkill":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.members.enableHideCustomFieldSkill":"true","specs.myAccount.EnableCSSIndicators":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersAreaV2.HidePermissionsPanelOnPrivateMA":"false","specs.myAccount.EnableDatePickerStyling":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.members.enableDeleteCustomFieldSkill":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.UsePopoverDynamicPositioning":"true","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.myAccount.EnableHtmlTagSettings":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersArea.ShowMoreMembersWithBadge":"false","specs.membersArea.AddRevisionField":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.AddManageMemberAccessAction":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.myAccount.EnableMyAccountMiddleware":"true","specs.members.enableUnmuteMembersSkill":"true","specs.membersArea.UseMembersAboutV2":"true","specs.members.enableCreateBadgeSkill":"true","specs.myAccount.EnableUrlEditNote":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.UseApplyChangeToAllLanguagesForMaV2":"true","specs.myAccount.ShowButtonTextSetting":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.membersArea.AppDataRoutesCompressionMAV2":"true","specs.membersArea.EnableMenusDataFixer":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.badges.shouldUseBadgesV3InEdm":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.members.enableManageMemberPrivacySkill":"true","specs.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.myAccount.EnableDesignTabResetButtonPerPage":"true","specs.myAccount.EnableLoginAndAddressInTextsTab":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.members.enableCreateCustomFieldSkill":"true","specs.myAccount.EnableWDSPanels":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.myAccount.EnableAllSubdivisionsInAddressForm":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true","specs.membersArea.ShowHeadingLevelSettings":"true"},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"specs.stores.UseAddToCurrentCart":"true","specs.stores.AddTrackDataOnAddProducts":"true"},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"specs.ping.errorHandlerInUou":"true","specs.ping.MAPreferences.useMAWidgetPluginService":"true"},"14bcded7-0066-7c35-14d7-466cb3f09103":{"specs.wixBlog.ImportFromWordPressInsideMenu":"false","specs.wixBlog.FixMultipleColors":"true","specs.media.MediaManager3":"true","specs.wixBlog.CollectMetrics":"false","specs.ricos.newFormattingToolbar":"true","specs.wixBlog.RemoveBlocksPostPage":"false","specs.wixBlog.UseWarmupStateInOldPostPage":"false","specs.wixBlog.PreInstalledAuthorChanged":"true","specs.wixBlog.UseBlogSettingsAllPostsFeedLabels":"true","specs.ricos.newVideoVerticalAndSocialModals":"true","specs.wixBlog.BlogSausageMenu":"false","specs.wixBlog.SausageMenuFeed":"false","specs.wixBlog.BMMergePendingReviewTab":"false","specs.wixBlog.ImportUseDraftPostApiProxy":"true","specs.wixBlog.RemoveMainTab":"true","specs.wixBlog.NewBlogPostComment":"false","specs.wixBlog.DontCallDbOnBadSlug":"false","specs.wixRicos.withWixStyles":"true","specs.wixBlog.UseWarmupStateInPostList":"true","specs.wixBlog.UseWarmupStateInNewPostPage":"true","specs.wixBlog.BlockViewCountUpdates":"false","specs.ricos-server.resolveParentPagePath":"true","specs.wixBlog.HashtagPageUseFeedPage":"true","specs.wixBlog.PostRatings":"true","specs.wixBlog.DisplayPostComposerError":"false","specs.wixBlog.ScrollPostListToTop":"true","specs.wixBlog.PreInstalledPostSubmittedForReview":"true","specs.ricos.enablePages":"false","specs.wixBlog.UseBlogPermissionCacheService":"true","specs.blogImporter.EnableRollbackOfMigrationsBM":"false","specs.wixBlog.UseWarmupStateInFeed":"true","specs.wixBlog.UseLayoutFixer":"true","specs.ricos.removeUsmFromImageUrls":"true","specs.forms.EnableFormsInBlog":"true","specs.wixBlog.DisableBlogInjectGenie":"false","specs.wixBlog.UseTranslationCreditsApi":"true","specs.membersArea.BlogCommentsFromCommentsSerivice":"true","specs.wixBlog.LiveSiteEditorDeprication":"true","specs.wixBlog.UseFilesusrDomain":"false","specs.wixBlog.UsePromptHubForImageGeneration":"true","specs.wixBlog.MigrateCustomFeedOnEditorReady":"false","specs.wixBlog.SettingsFromParastorage":"false","specs.wixBlog.NewBlogPostPublishedAutomation":"true","specs.ricos.fixedTabSize":"true","specs.wixBlog.UseBlogLikeNinjaService":"true","specs.wixBlog.BMManagePendingReviews":"true","specs.wixBlog.PreInstalledPostSubmissionStatus":"true","specs.wixBlog.EnableDiscoveryIngestion":"true","specs.wixBlog.UseAiServiceCreateDraftPost":"true","specs.wixBlog.PreInstalledScheduledPostPublished":"true","specs.ricos.encAutoImageUrls":"true","specs.ricos.tiptapEditor":"false","specs.ricos.newSettingsModals":"true"},"1380b703-ce81-ff05-f115-39571d94dfcd":{"specs.ecom.ShouldRenderStepContentWithCallback":"true","specs.stores.FixFilterColorWithMultipleNames":"true","specs.ecom.SupportManualPaymentsOnPaymentRequest":"false","specs.stores.FixQuickViewNavigationToProductPage":"true","specs.stores.GalleryMigrateRowsToProductsCountViewer":"true","specs.ecom.CheckoutUIRevampOrderSummary":"true","specs.ecom.ShowMultipleLineItemActions":"true","specs.stores.AddMobileClassesToSliderGalleryRoot":"true","specs.ecom.ShowCheckoutPoliciesPage":"true","specs.stores.DisableFocusProductOnInfiniteScroll":"true","specs.ecom.HidePointerOnNotClickableHeader":"true","specs.forms.LocalPhoneNumbers":"true","specs.stores.GalleryProductOptionMobileNativeDropdown":"true","specs.stores.AllowAddToCartButtonOnImageInViewer":"true","specs.ecom.FixImageDimensionsOnCart":"true","specs.forms.JapanAutocompleteEnabled":"true","specs.stores.GalleryFetchAppSettingsOnce":"false","specs.stores.ReturnCartIdNullInsteadOfDeprecatedForExpressService":"true","specs.stores.ImageSettingsInViewer":"true","specs.stores.EnableDynamicSizeDefaultImage":"true","specs.ecom.PricesIncludeTaxFromCheckoutInExpress":"true","specs.stores.AllowResponsiveLayoutMaxWidth":"true","specs.stores.ThumbnailsDesignViewer":"true","specs.stores.ProductPageNewWixCodeApi":"true","specs.stores.ProductPageFixReflowSausageNavigation":"true","specs.stores.ShowAutomaticDiscountDataOnGallery":"true","specs.stores.HideBillingFormForPayPalAndManualNotBrazil":"true","specs.stores.GalleryProductOptionsAndQuantityWidth":"true","specs.stores.ProductPageUpliftProductOptionsViewer":"true","specs.ecom.violationBasedOnDeliveryOption":"true","specs.ecom.FixDeliveryTaxExemption":"true","specs.ecom.deliveryOptionsSetFirstAsDefault":"true","specs.stores.ShowUserWishlistStateInProductPage":"true","specs.stores.InfoSectionTabsTPAComponent":"true","specs.stores.ProductPageBreadcrumbsAfterHydration":"true","specs.ecom.overrideDeliveryCountriesOnlyOnShippingFlow":"true","specs.stores.GalleryColorPickerA11yReflowKeyboardFix":"true","specs.stores.GalleryDontFetchFilteredProductsWithoutActiveFilters":"true","specs.ecom.PlatformFeeOnCartAndCheckout":"true","specs.stores.ShouldUseCommonDiscountPricingMethods":"true","specs.ecom.FixTotalPriceCSSSideCart":"true","specs.stores.UseNewFiltersQueryParamEncoder":"true","specs.stores.GalleryEnableLoadMoreHoverUnderline":"true","specs.stores.allowProductPageButtonsOption":"true","specs.stores.TYPUpdateOrderModelWithSubscriptionInfo":"true","specs.forms.MoveEcomLabelTranslations":"true","specs.stores.FixWishlistPageLiveTextEditing":"true","specs.ecom.separateAdditionalFee":"true","specs.ecom.PreloadOnCartCheckoutButton":"true","specs.stores.SliderGalleryInfiniteLoopToggleViewer":"true","specs.stores.UseProductThumbnailWithWowImage":"true","specs.stores.GalleryPriceFilterClientTicksCalculation":"true","ecomTestFedOwnerScope":"false","specs.stores.ProductPageBreadcrumbsDesignViewer":"true","specs.stores.GalleryEditableGridTemplateRepeatOption":"true","specs.stores.ProductPageRemovePagination":"true","specs.stores.AddHasDiscountToVariantsItemsQueries":"true","specs.stores.FixVerticalThumbnailsPosition":"true","specs.stores.SliderContrastPlaceholder":"true","specs.stores.ShowAutomaticDiscountDataOnProductWidget":"true","specs.stores.FixCheckoutAddressTemplateMandatoryZipCode":"true","specs.ecom.MoveCartToViewerContext":"true","specs.stores.FixVariantIdCalculationInBuyNowFlow":"false","specs.stores.OnlineStoresSessionStorageWithTTL":"true","specs.ecom.VerifyCountryBeforeSkippingCustomerDetailsStep":"true","specs.forms.MultilineAddressInTemplates":"true","specs.stores.FixCartIconOnEditor":"true","specs.stores.ResponsiveGalleryMigration":"true","specs.ecom.ShowCrossedOutPriceOnLineItemLevel":"false","specs.stores.GalleryAllowLinkToProductPageInSSR":"true","specs.ecom.MergeExpressDeliveryRateWithHandlingFee":"false","specs.stores.ShowAddToCartWithSubscription":"true","specs.stores.ProductPageSlotsAddMoreProps":"true","specs.stores.ProductPageBuyNowFromEcomSdk":"true","specs.stores.GalleryFixWarmUpDataCacheKeyWithQueryParams":"true","specs.ecom.CheckoutHeaderContinueBrowsingDisplayCheckout":"true","specs.stores.FixAnnounceNotDefinedBug":"true","specs.stores.ShowErrorHandlingToastsGallery":"true","specs.stores.RefactorFormServiceToCalcExtendedFields":"true","specs.stores.FixQuickViewForSubscriptionsInWishlist":"true","specs.stores.ShowGiftCardAddToCartSettings":"true","specs.stores.ProductPageVideoPosterOptimization":"true","specs.ecom.fixGroupedDeliveryOptionSelection":"false","specs.stores.LoadClientConfigInController":"true","specs.stores.MainMediaWrapperAsAnchorElement":"true","specs.stores.AllowGalleryProductRoundCornersInViewer":"false","specs.stores.ResponsiveEditorBreadcrumbsToggle":"true","specs.ecom.MigrateAddressFormToV2":"true","specs.stores.SupportFreeTrialTYP":"true","usingStoresViewerScriptAddToCart":"false","specs.stores.SwitchMainMediaSlickToSwiper":"true","specs.stores.FixFilterKeySpecialCharacter":"true","specs.forms.RemoveFalsyValues":"false","specs.stores.StorefrontLegacyEnablePanoramaIntegration":"true","specs.stores.ProductNameHtmlTag":"true","specs.stores.UseUndefinedAsDefaultBillingAddressInCheckout":"true","specs.stores.GalleryA11yReflowFilterModalFix":"true","specs.stores.EnableDiscountAndRegularPriceSwapViewer":"true","specs.ecom.CheckoutHeaderAdditionalCustomizationsCheckout":"true","specs.ecom.CacheGetClientConfigInSiteStore":"true","specs.stores.GalleryFiltersClassicMobileHorizontalOrientationFix":"true","specs.stores.ShowWishlistInGallery":"true","specs.ecom.ShowCheckoutOnEditorPreview":"true","specs.ecom.ShowVoidedErrorMessage":"true","specs.stores.UseOpenSideCartApi":"true","specs.stores.UsingStoresViewerScriptAddToCart":"true","specs.stores.ShowAutomaticDiscountDataOnProductPage":"true","specs.stores.ProductPageWaitForWarmupData":"true","specs.stores.ProductMediaNavigationDots":"false","specs.stores.UseNewSubscriptionView":"true","specs.stores.AddSlotToCheckoutPolicies":"true","specs.forms.FixControllerActions":"true","specs.ecom.ImprovePerformanceByParallelPromises":"true","specs.ecom.FixDebouncedUpdateItemQuantity":"true","specs.ecom.AddCheckoutCountryToDeliveryCountries":"true","specs.stores.GalleryAddMissingAddProductImpressionEvent":"true","specs.stores.GalleryRemoveUnusedFieldsFromQuery":"true","specs.stores.ProductPageUplift":"true","specs.stores.ProductPageUpliftNewFeaturesSF":"true","specs.ecom.NewThankYouPage":"false","specs.stores.ProductPageBlocksCtaTrackEvents":"true","specs.stores.ProductPageUpliftProductOptions":"true","specs.stores.SubscriptionPlanNewDesign":"false","specs.ecom.SupportDynamicBillingFieldsCheckout":"false","specs.stores.GallerySlotsPOC":"false","specs.stores.AllowGalleryIntervalNavigation":"true","specs.stores.navigateToRelativeUrlWithCustomizedUrl":"true","specs.ecom.UsePaymentStatusV2":"true","specs.stores.enableUnitedStatesMilitaryAddresses":"true","specs.stores.GalleryNewErrorState":"true","specs.ecom.ShowTwoDescriptionLinesOnCartAndCheckout":"true","specs.ecom.showPriceWithFreeShippingCoupon":"true","specs.stores.GalleryStoreExtractSEO":"true","specs.stores.ProductPageWishlistTrackEvent":"false","specs.ecom.FixOutOfStockOnCart":"true","specs.stores.GalleryPriceSliderA11yFixKeyboardFocus":"true","specs.stores.ProductPageSsrInvalidationTags":"true","specs.stores.AllowGalleryContainerPadding":"true","specs.stores.ConfigureGalleryViewStates":"true","specs.stores.ShouldHandlePaylinksRedirectError":"true","specs.ecom.FixCartNavigationOnPreview":"false","specs.stores.GalleryWaitForWarmupData":"true","specs.stores.ShouldProductPageUseNewSocialIcons":"true","specs.stores.SliderGalleryExposeOptionsViewer":"true","specs.ecom.DontUseViewerStorageOnPreview":"true","specs.stores.Set404ForSeoWhenPageHasNoProducts":"true","specs.stores.SliderGalleryFixSwiperIndex":"true","specs.stores.DontRedirectToSiteOnFailedFetch":"true","specs.stores.SupportMitEnabledFieldInCheckoutPage":"true","specs.stores.ConfigureSlotsInEditorSDK":"true","ecomTestFed":"false","specs.ecom.useFallbackInPreviewLoader":"true","specs.ecom.UsePartialLineItemUrlInCart":"true","specs.stores.GalleryProductOptionsLimit":"true","specs.stores.ProductPageSlots":"true","specs.stores.GalleryStorefrontFilter":"false","specs.stores.newClearFiltersHoverState":"true","specs.stores.UseGalleryNewApplyFilterQueryParams":"false","specs.stores.tpaRouterShouldQueryProductsV3":"true","specs.ecom.showDeliveryOptionPreviewError":"true","specs.ecom.MoveCheckoutToViewerContext":"true","specs.stores.ProductPageConsumePublicDataFromBothScopes":"true","specs.ecom.OrderPlatformFeesUoU":"true","storesFTGalleryEnableLoadMoreHoverUnderline":"false","specs.forms.EnableNewPhoneFieldValidation":"true","specs.ecom.RichTextPoliciesCheckout":"true","specs.stores.GallerySeoTags":"true","specs.stores.GalleryMoveDiscountNameUnderPrice":"true","specs.stores.SliderGallery200Limit":"true","specs.stores.ProductPageBlocksFixAddToCartOnSecondaryLang":"true","specs.stores.AllowStickySidebarInViewer":"true","specs.ecom.CallCartV2FromCheckout":"true","specs.stores.RangeFilterRefactor":"true","specs.stores.ProductPageLocationOnChangePathChangeForEditorSausage":"true","specs.ecom.SendPaymentTokenUndefinedFallback":"true","specs.stores.SubscriptionPlansNewDesignViewer":"true","specs.stores.AllowAddToCartButtonContentTypesInViewer":"true","specs.ecom.ShowNoAmountWhenNoDeliveryOnCart":"true","specs.ecom.OrdersModifiers":"true","specs.ecom.loadDeliverySectionsDataOnReadOnly":"true","specs.ecom.AddProjectionsTYPQuery":"true","specs.ecom.UpdateCartIconsSVGViewer":"true","specs.ecom.CallCartV2FromExpressCheckout":"false","specs.ecom.EcomPlatformWidgetsBFCache":"true","specs.stores.EnableOutOfStockAlignment":"true","specs.stores.GalleryStoreExtractBI":"true","specs.forms.EnablePhoneField":"true","specs.stores.UseNewQueriesOnWishlistWithDiscount":"true","specs.stores.FixGalleryBorderRadiusOnZoomHover":"true","specs.stores.UseExperimentsFromPlatformFlowApiLegacyProjects":"true","specs.ecom.ShowMultipleSubscriptions":"true","specs.stores.FixBackInStockButtonValidation":"true","specs.stores.RemoveControllerFactory":"true","specs.stores.FixGalleryNotToShowQueryPageFor1":"true","specs.stores.FixSliderGalleryRelatedProductsEmptyRender":"true","specs.stores.GalleryRouterHTTPMethodToGet":"false","specs.ecom.StopFocusOnCart":"true","specs.ecom.hideShippingOptionAvailibilityBadgeOnMobile":"true","specs.ecom.HideMissingLineItemImagesInPaymentRequest":"true","specs.stores.GalleryProductOptionsAndQuantityRoundCornersInViewer":"true","specs.forms.SignatureFieldV2":"true","specs.ecom.SideCartEditor3SettingsPanel":"true","specs.stores.GalleryQuickBuyViewer":"true","specs.stores.RenderSlotsInGallery":"true","specs.ecom.StopSendingOriginInCheckoutUrl":"true","specs.stores.PriceFilterClientTicksCalculation":"true","specs.ecom.TopCheckoutButtonSkeletonOnCart":"true","specs.stores.UseNewQueriesWithProductDiscount":"true","specs.stores.AlignProductCountAndSort":"true","specs.stores.GalleryOptionButtonsGrid":"true","specs.stores.MobileImageRatio":"false","specs.ecom.TaxExemptionOnTYP":"true","specs.stores.CustomTextDesignViewer":"false","specs.ecom.AddExemptTextToTaxNameWhenPartiallyExempt":"true","specs.stores.UseNewFiltersQueryParamDecoder":"true","specs.stores.ResponsiveTYPCss":"true","specs.stores.SendNewV3SeoData":"false","specs.ecom.InitCustomUrlApiOnlyInProductPage":"true","specs.stores.ShouldSplitBillingInfoPrefill":"true","specs.stores.UseExperimentsFromPlatformFlowApi":"true","specs.ecom.UsePaymentRequestTitleInThankYou":"true","specs.stores.ShouldShowFirstProductOptionInGallery":"true","specs.stores.GalleryColorOptionAlignment":"true","specs.stores.AllowGalleryFreeModeNavigationInViewer":"true","specs.stores.GalleryProductItemResetQuantityUponSelectionChange":"true","specs.stores.EnableQualityOptionsStylingChanges":"false","specs.stores.AddingOverflowHiddenToFilterTitleMobile":"true","specs.stores.ProductPageSupportGridLayout":"true","specs.stores.ShouldSeparateQuantityAndOptionsStyleParams":"true","specs.stores.UseProductLineItemFromTYP":"true","specs.stores.AddSliderGalleryTitleToGlobalPropsContext":"true","specs.ecom.FixCouponErrorInCart":"true","specs.ecom.FixCartCountOverlap":"true","specs.stores.EnableWarmUpDataCaching":"true","specs.stores.FixGalleryRenderingWhenUrlChanges":"false","specs.stores.ProductPageNotifyEmailOnCheckout":"true","specs.stores.CheckoutPagePreviewEnabled":"true","specs.ecom.UseIsMobileForOneColumnView":"true","specs.stores.PreventGalleryFullRefreshOnUrlChange":"true","specs.ecom.CallShowPaymentErrorModalAfterValidation":"true","specs.stores.ProductPageRicoDescription":"true","specs.stores.increaseGqlGetLimit":"true","specs.stores.CategoryPageFooterDescriptionSF":"true"},"675bbcef-18d8-41f5-800e-131ec9e08762":{"specs.wixCode.LoadWithImportAMDModule":"true","specs.wixCode.LoadNamespacesPerPage":"false","specs.wixcode.ViewerExperimentOwnerScopeTest":"true","specs.wixCode.resolveMissingPlatformNamespaces":"false","specs.wixcode.ViewerExperimentTest":"false"},"14ce28f7-7eb0-3745-22f8-074b0e2401fb":{"specs.UouSubscriptionServiceUseApiGatewayClient":"true","specs.membersArea.DoNotWaitInstallNavigation":"true","specs.membersArea.UseMembersNgApiUpdate":"false","specs.members.FollowersAudienceProvider":"false","specs.media.MediaManager3":"true","specs.membersArea.showCascadingIndicators":"true","specs.membersArea.HideMemberSortField":"true","specs.profileCardOOI.MakeProfileCardRemovableInNewMA":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.CheckUserContributorPermissions":"true","specs.profileCard.EnableHtmlTagSettings":"true","specs.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"true","specs.profileCardOOI.ReorganizeActionButtons":"true","specs.profileCardOOI.NewResetSettings":"true","specs.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.members.enableMuteMembersSkill":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.badges.useBadgesV3":"true","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersArea.ShouldOpenPropertyInDevCenter":"false","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.profileCardOOI.UseMiddlewareForGlobalSettingsGetter":"true","specs.membersArea.EnableLoginBarComponentExtension":"true","specs.members.enableUpdateCustomFieldSkill":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.members.enableHideCustomFieldSkill":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersAreaV2.HidePermissionsPanelOnPrivateMA":"false","specs.responsive-editor.NoMeasureInstall":"true","specs.members.enableDeleteCustomFieldSkill":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.UsePopoverDynamicPositioning":"true","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.profileCardOOI.UseMiddlewareForMemberGetter":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.profileCardOOI.EnableAvifEncoding":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersArea.ShowMoreMembersWithBadge":"false","specs.membersArea.AddRevisionField":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.AddManageMemberAccessAction":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.profileCardOOI.EnableProfileAlignmentCssVars":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.profileCardOOI.usePlaceholderLoaders":"true","specs.profileCardOOI.UseBlockedCheckFollowButton":"true","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.members.enableUnmuteMembersSkill":"true","specs.membersArea.UseMembersAboutV2":"true","specs.members.enableCreateBadgeSkill":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.UseApplyChangeToAllLanguagesForMaV2":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.profileCardOOI.showNewNotificationsContent":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.membersArea.AppDataRoutesCompressionMAV2":"true","specs.membersArea.EnableMenusDataFixer":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.badges.shouldUseBadgesV3InEdm":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.profileCardOOI.EnableCSSIndicators":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.profileCardOOI.UseMiddlewareForRolesMapGetter":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.profileCard.UseMigratedEditor3StylesParams":"true","specs.members.enableManageMemberPrivacySkill":"true","specs.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.members.enableCreateCustomFieldSkill":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true","specs.membersArea.ShowHeadingLevelSettings":"true"}}},"userPatterns":[],"metaTags":[{"name":"fb_admins_meta_tag","value":"","property":false}],"customHeadTags":"","isInSEO":false,"hasBlogAmp":false,"mainPageId":"c1dmp"},"serviceRegistrar":{},"sessionManager":{"isRunningInDifferentSiteContext":false,"expiryTimeoutOverride":0,"appsInstances":{},"sessionModel":{}},"siteMembersWixCodeSdk":{"isPreviewMode":false,"isEditMode":false,"smToken":"","smcollectionId":"d9e90e08-7d0d-40a4-9d40-77d4060455e7"},"siteMembers":{"collectionExposure":"Public","smcollectionId":"d9e90e08-7d0d-40a4-9d40-77d4060455e7","smToken":"","protectedHomepage":false,"isTemplate":false,"loginSocialBarOnSite":true,"routerPrefix":"","isCommunityInstalled":false,"baseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","memberInfoAppId":3947},"siteScrollBlocker":{"isBuilderComponentModel":false},"siteWixCodeSdk":{"fontFaceServerUrl":"https:\/\/serverless.parastorage.com\/_serverless\/site-sdk-server\/v1\/style","siteDisplayName":"Agrodenree S","siteRevision":269,"regionalSettings":"fr-sn","language":"fr","currency":"XOF","mainPageId":"c1dmp","pageIdToPrefix":{"in0hg":"category","xvo01":"portfolio-collections","vwxkh":"portfolio-collections"},"routerPrefixes":{"category":{"name":"category","prefix":"\/category","type":"dynamicPages"},"project":{"name":"portfolio-collections","prefix":"\/portfolio-collections","type":"dynamicPages"},"collection":{"name":"portfolio-collections","prefix":"\/portfolio-collections","type":"dynamicPages"}},"timezone":"Africa\/Dakar","pageIdToTitle":{"anh8a":"Account Settings","lsp9y":"Page panier","r07h1":"Join CSA","tm585":"Shipping & Returns","mf3r1":"Fullscreen Page","c1dmp":"Notre Catalogue de produits","ydji8":"Paiement","dttff":"Profile","mlrn6":"Demander un Devis","xj4q0":"Piment Cinq Couleurs","in0hg":"Category Page","lcpuk":"Post","bk9wr":"Notifications","xvo01":"Pages de projet","uftol":"Nos Actualités","ys95f":"Page de remerciement","ftyt3":"Mes commandes","vopn4":"Margousier","m3pi8":"Portfolio","i7dt6":"XX","ajhb6":"Side Cart","f8q4k":"Page d'article","rljou":"Store Policy","m680y":"FAQ","idrny":"Piment Enragé","vwxkh":"Pages de catégorie","ajhb5":"Registration Pop-up"},"urlMappings":null,"viewMode":"Site"},"speculationRules":{"currentPagePath":"\/agrodenree\/vente-en-gros-piment-cinq-couleurs"},"ssrCache":{},"tpaCommons":{"widgetsClientSpecMapData":{"141995eb-c700-8487-6366-a482f7432e2b":{"widgetUrl":"https:\/\/so-feed.codev.wixapps.net\/widget","mobileUrl":"https:\/\/so-feed.codev.wixapps.net\/widget","tpaWidgetId":"shoutout_feed","appPage":{},"applicationId":10,"appDefinitionName":"ShoutOut (Legacy)","appDefinitionId":"135c3d92-0fea-1f9d-2ba5-2a1dfb04297e","isWixTPA":true,"allowScrolling":false},"cee9250f-6d1b-4792-9c89-92ad9331a14c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"2aab0194-002b-49b0-96b0-14023fe80a51":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"0c69860e-22af-4e7d-afb5-8688f8a62810":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"d6c045f0-5d83-4c6c-845e-9059ca159990":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"a9d4e3aa-646a-4318-8cd1-142bf9dcbcc6":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"19c2c23c-bee0-46d5-89a8-aa218df193c9":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"dce5b630-279d-48fe-ad36-d4689446f8b8":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"dafd3feb-14fb-4e16-af79-43fa6e7757d6":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"8170e65e-9571-4936-8d8c-87b20e86983e":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"e0a0078d-0b7b-448b-8286-634343625929":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"90e98c69-d7e4-4735-ae70-8f865f447492":{"widgetUrl":"\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"5801308f-1c6e-484c-afaa-f5f002a0f05a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"dcb496ce-09a9-4ad8-b376-8b95516767e4":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"a0ad8ad7-c3d5-49d1-afd4-21d5bd73e727":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"d88f5910-8e5f-430d-9a33-ead698c6a601":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"3f41d62e-4f48-4ba5-a2f4-54cc7b6a412f":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"18c27451-20c4-4b32-817a-cec90ef4cf6a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"94473845-b8a0-44cb-9b46-3be017b18139":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"83f9f884-6bc1-40fe-9507-0caf491eb30a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"21044b85-8044-4a6a-9f6e-b60b6b8b8240":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"e824d6ec-80ef-42ea-bb34-a345716451c6":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"85ed03d7-7cab-44cf-b261-956cf77078d7":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"c6a5ef1c-92b9-4523-b0cf-f5f86e18b63f":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"34f0a4f4-6ffe-4e9b-a144-0ad7c1ab8c80":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"54160040-d8c6-47a0-b9cb-2023c59e5f72":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"60c9bfbb-a162-45a3-a1f3-66fea3e3e4ed":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"8a95c2ad-d49b-4a5c-8b7d-5a90a2e5cd18":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"94749934-1639-4306-84db-7149978a0562":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"e90b63c1-7f1b-48c5-b046-391f2478d2aa":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"7ba61b91-d50d-4b14-ab40-0e5e9220919c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"7286ccdf-e28c-4ad8-a243-f90d09949ca3":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"830c75f8-dbe6-4bf9-bc08-7e39828a6301":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"cb811972-44c1-44b5-8fc9-c9508659c54e":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"ec526bfa-27bd-40a7-80c5-2deabcbaf204":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"c5a464fa-7892-47d5-b23e-f11e9ac1d694":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"c6b2e7c1-46ed-4cc5-8dbd-50ddb1b1e9ad":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"5ec17c5e-c01b-4d4f-9ffe-ab6282146654":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"ceecd61c-3aec-4639-b32c-cbfe1400e819":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"e86110ad-890a-4b7a-abe3-6e8dc8bb15cf":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"437cf52e-f57d-449e-af48-96791677e471":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"ccd857ff-153e-452c-8cea-3f3a8aafeb86":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"43ae5824-a10b-4baf-9584-775920339ec7":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"43f58330-cdf6-4381-b1f4-e0d571533f51":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"1a280e59-fe91-46e5-9a08-66000a7becbe":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"26616003-ec67-46bf-93f3-eb1c1476a581":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":13,"appDefinitionName":"Wix Portfolio","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","isWixTPA":true,"allowScrolling":false},"ea40bb32-ddfc-4f68-a163-477bd0e97c8e":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"14f260f9-c2eb-50e8-9b3c-4d21861fe58f":{"widgetUrl":"https:\/\/social-blog.wix.com\/member-comments-page","mobileUrl":"https:\/\/social-blog.wix.com\/member-comments-page","appPage":{"id":"member-comments-page","name":"Blog Comments ","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":3,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":true},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"6e2b3a80-dc83-4ce3-adc2-82ce48ff2ed6":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"14e5b36b-e545-88a0-1475-2487df7e9206":{"widgetUrl":"https:\/\/social-blog.wix.com\/recent-posts-widget","mobileUrl":"https:\/\/social-blog.wix.com\/recent-posts-widget","tpaWidgetId":"recent-posts-widget","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"14c1462a-97f2-9f6a-7bb7-f5541f23caa6":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/Blog","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/Blog","appPage":{"id":"blog","name":"Blog","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"5fdc6c03-080d-4872-b567-24146c82fae5":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"7183995a-bf0b-4a2f-a9b4-a1b7ef96b6fa":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"ff5bffc0-5d09-4b31-b140-be6d8ffa2c03":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"2d4ed2d3-75f8-4942-9787-71e3d182e256":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"46a9e991-c1cc-47c9-b19a-e99d3be1e2c9":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/RelatedPosts","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/RelatedPosts","tpaWidgetId":"46a9e991-c1cc-47c9-b19a-e99d3be1e2c9","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"a0d7808c-0d7d-4a40-8cf0-911a9f0de96f":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/CategoryMenu","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/CategoryMenu","tpaWidgetId":"a0d7808c-0d7d-4a40-8cf0-911a9f0de96f","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"5940091f-797c-4e86-9c57-73fcfd87425f":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"e5520a99-1725-4b88-a85f-c439916890c8":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"1b5b448c-a39f-4515-9445-c6b4ceace1c2":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"68a2d745-328b-475d-9e36-661f678daa31":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"5e123a45-f3aa-4157-a47a-e58d8cb246eb":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"c0a125b8-2311-451e-99c5-89b6bba02b22":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/TagCloud","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/TagCloud","tpaWidgetId":"c0a125b8-2311-451e-99c5-89b6bba02b22","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"b27ea74b-1c6f-4bdb-bda7-8242323ba20b":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"25ab36f9-f8bd-4799-a887-f10b6822fc2e":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"14f26109-514f-f9a8-9b3c-4d21861fe58f":{"widgetUrl":"https:\/\/social-blog.wix.com\/member-likes-page","mobileUrl":"https:\/\/social-blog.wix.com\/member-likes-page","appPage":{"id":"member-likes-page","name":"Blog Likes","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":4,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":true},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"76359954-edd4-4c46-ad14-a7c5e65cc30c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"14e5b39b-6d47-99c3-3ee5-cee1c2574c89":{"widgetUrl":"https:\/\/social-blog.wix.com\/custom-feed-widget","mobileUrl":"https:\/\/social-blog.wix.com\/custom-feed-widget","tpaWidgetId":"custom-feed-widget","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"26858b64-aad8-42ab-8c63-f19009198c7b":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"129259f6-06e4-42a3-9877-81a1fa9de95c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"d134b0c9-8085-415a-9479-b555374ba958":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"1515a9e7-b579-fbbb-43fc-0e3051c14803":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/RssButton","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/RssButton","tpaWidgetId":"rss-feed-widget","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"2f3d2c69-2bc4-4519-bd72-0a63dd92577f":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/Archive","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/Archive","tpaWidgetId":"2f3d2c69-2bc4-4519-bd72-0a63dd92577f","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"75eefde7-6159-4e4c-aafd-2aaf5a27ebbd":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"211b5287-14e2-4690-bb71-525908938c81":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/Post","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/Post","appPage":{"id":"post","name":"Post","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":6,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"478911c3-de0c-469e-90e3-304f2f8cd6a7":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/PostTitle","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/PostTitle","tpaWidgetId":"478911c3-de0c-469e-90e3-304f2f8cd6a7","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"f43a5e97-d70d-4906-a56e-45fdfc0f5bb7":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"ce8e832b-c34f-4b80-b2a6-6cfd6d573751":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"0cc51cdc-4a4f-4054-9284-6cfb0dc5a22a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"813eb645-c6bd-4870-906d-694f30869fd9":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/PostList","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/PostList","tpaWidgetId":"813eb645-c6bd-4870-906d-694f30869fd9","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"bc7fa914-015b-4c32-a323-e5472563a798":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"7466726a-84cf-41c8-be6b-1694445dc539":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"14f260e4-ea13-f861-b0ba-4577df99b961":{"widgetUrl":"https:\/\/social-blog.wix.com\/member-drafts-page","mobileUrl":"https:\/\/social-blog.wix.com\/member-drafts-page","appPage":{"id":"member-drafts-page","name":"My Drafts","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":2,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":true},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"091d05b7-f44d-4a76-9163-0c7ed5312769":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"763aa9a8-0531-426f-a4b1-61a7291ce292":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"e5a2773b-0e6b-4cbb-a012-3b4a69e92046":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/MyPosts","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/communities-blog-ooi\/1.3116.0\/MyPosts","tpaWidgetId":"e5a2773b-0e6b-4cbb-a012-3b4a69e92046","appPage":{"id":"My Posts","name":"My Posts","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"14f26118-b65b-b1c1-b6db-34d5da9dd623":{"widgetUrl":"https:\/\/social-blog.wix.com\/member-posts-page","mobileUrl":"https:\/\/social-blog.wix.com\/member-posts-page","appPage":{"id":"member-posts-page","name":"Blog Posts","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":5,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":true},"applicationId":1279,"appDefinitionName":"Wix Blog","appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","isWixTPA":true,"allowScrolling":false},"142bb34d-3439-576a-7118-683e690a1e0d":{"widgetUrl":"https:\/\/progallery.wixapps.net\/gallery.html","mobileUrl":"https:\/\/progallery.wixapps.net\/gallery.html","tpaWidgetId":"pro-gallery","appPage":{},"applicationId":2735,"appDefinitionName":"Wix Pro Gallery","appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","isWixTPA":true,"allowScrolling":false},"144f04b9-aab4-fde7-179b-780c11da4f46":{"widgetUrl":"https:\/\/progallery.wixapps.net\/fullscreen","mobileUrl":"https:\/\/progallery.wixapps.net\/fullscreen","appPage":{"id":"fullscreen_page","name":"Fullscreen Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":true,"landingPageInMobile":false,"hideFromMenu":true},"applicationId":2735,"appDefinitionName":"Wix Pro Gallery","appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","isWixTPA":true,"allowScrolling":true},"14517f3f-ffc5-eced-f592-980aaa0bbb5c":{"widgetUrl":"https:\/\/engage.wixapps.net\/chat-widget-server\/renderChatWidget\/index","tpaWidgetId":"wix_visitors","appPage":{},"applicationId":2907,"appDefinitionName":"Wix Chat","appDefinitionId":"14517e1a-3ff0-af98-408e-2bd6953c36a2","isWixTPA":true,"allowScrolling":false},"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/my-account-ooi\/1.2783.0\/MyAccount","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/my-account-ooi\/1.2783.0\/MyAccount","appPage":{"id":"member_info","name":"My Account","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":3947,"appDefinitionName":"Member Account Info","appDefinitionId":"14cffd81-5215-0a7f-22f8-074b0e2401fb","isWixTPA":true,"allowScrolling":false},"14dbefb9-3b7b-c4e9-53e8-766defd30587":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-about-ooi\/1.2643.0\/Profile","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-about-ooi\/1.2643.0\/Profile","appPage":{"id":"about","name":"Profile","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":4878,"appDefinitionName":"Members About","appDefinitionId":"14dbef06-cc42-5583-32a7-3abd44da4908","isWixTPA":true,"allowScrolling":false},"14f2595a-a352-3ff1-9b3c-4d21861fe58f":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.135.0\/OoiNotifications","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.135.0\/OoiNotifications","appPage":{"id":"notifications_app","name":"Notifications","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":5906,"appDefinitionName":"Wix Members Area Notifications","appDefinitionId":"14f25924-5664-31b2-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"93fc7436-4f62-4e86-9f19-29afe012c541":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.0.0\/Notifications","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.0.0\/Notifications","tpaWidgetId":"93fc7436-4f62-4e86-9f19-29afe012c541","appPage":{},"applicationId":5906,"appDefinitionName":"Wix Members Area Notifications","appDefinitionId":"14f25924-5664-31b2-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"6ca9273a-a775-407c-87e1-9685588c9aa7":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.0.0\/Notifications","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.0.0\/Notifications","tpaWidgetId":"6ca9273a-a775-407c-87e1-9685588c9aa7","appPage":{"id":"Notifications","name":"Notifications","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":5906,"appDefinitionName":"Wix Members Area Notifications","appDefinitionId":"14f25924-5664-31b2-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"04462ba4-2137-41bd-9460-0814554aae07":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.63.0\/PreferencesOoi","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.63.0\/PreferencesOoi","tpaWidgetId":"04462ba4-2137-41bd-9460-0814554aae07","appPage":{"id":"Settings","name":"Settings","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":6805,"appDefinitionName":"Members Notifications Settings","appDefinitionId":"14f25dc5-6af3-5420-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"14f25dd2-f9b0-edc2-f38e-eded5da094aa":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.63.0\/PreferencesOoi","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.63.0\/PreferencesOoi","appPage":{"id":"settings","name":"Settings","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":6805,"appDefinitionName":"Members Notifications Settings","appDefinitionId":"14f25dc5-6af3-5420-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"151290e1-62a2-0775-6fbc-02182fad5dec":{"widgetUrl":"https:\/\/addresses.wixapps.net\/addresses\/address-book","mobileUrl":"https:\/\/addresses.wixapps.net\/addresses\/address-book","appPage":{"id":"my_addresses","name":"My Addresses","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":10640,"appDefinitionName":"My Addresses","appDefinitionId":"1505b775-e885-eb1b-b665-1e485d9bf90e","isWixTPA":true,"allowScrolling":false},"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/payments-my-wallet\/1.1131.0\/MyWallet","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/payments-my-wallet\/1.1131.0\/MyWallet","appPage":{"id":"my_wallet","name":"My Wallet","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":10795,"appDefinitionName":"My Wallet","appDefinitionId":"4aebd0cb-fbdb-4da7-b5d1-d05660a30172","isWixTPA":true,"allowScrolling":false},"14c92de1-0e02-cbe5-98e9-c3de44d63a55":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/faq-ooi\/1.592.0\/FaqOoi","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/faq-ooi\/1.592.0\/FaqOoi","tpaWidgetId":"faq_widget","appPage":{},"applicationId":12373,"appDefinitionName":"Wix FAQ","appDefinitionId":"14c92d28-031e-7910-c9a8-a670011e062d","isWixTPA":true,"allowScrolling":false},"371ee199-389c-4a93-849e-e35b8a15b7ca":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/form-app\/1.2427.0\/Form","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/form-app\/1.2427.0\/Form","tpaWidgetId":"371ee199-389c-4a93-849e-e35b8a15b7ca","appPage":{},"applicationId":14773,"appDefinitionName":"Wix Forms","appDefinitionId":"225dd912-7dea-4738-8688-4b8c6955ffc2","isWixTPA":true,"allowScrolling":false},"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-product-page\/1.4216.0\/ProductPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-product-page\/1.4216.0\/ProductPage","appPage":{"id":"product_page","name":"Product Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":2,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.5994.0\/SideCart","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.5994.0\/SideCart","tpaWidgetId":"49dbb2d9-d9e5-4605-a147-e926605bf164","appPage":{"id":"Side Cart","name":"Side Cart","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"14666402-0bc7-b763-e875-e99840d131bd":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/add-to-cart","mobileUrl":"https:\/\/ecom.wix.com\/storefront\/add-to-cart","tpaWidgetId":"add_to_cart_button","appPage":{},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/Wishlist","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/Wishlist","appPage":{"id":"wishlist","name":"My Wishlist","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":7,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"13afb094-84f9-739f-44fd-78d036adb028":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/GridGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/GridGallery","tpaWidgetId":"grid_gallery","appPage":{},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"1380bbab-4da3-36b0-efb4-2e0599971d14":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.5994.0\/cart","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.5994.0\/cart","appPage":{"id":"shopping_cart","name":"Cart Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":3,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/SliderGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/SliderGallery","tpaWidgetId":"slider_gallery","appPage":{},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"1380bbb4-8df0-fd38-a235-88821cf3f8a4":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPage","appPage":{"id":"thank_you_page","name":"Thank You Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":4,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/order-history","mobileUrl":"https:\/\/ecom.wix.com\/storefront\/order-history","appPage":{"id":"order_history","name":"My Orders","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":5,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"1380bba0-253e-a800-a235-88821cf3f8a4":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/GridGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/GridGallery","appPage":{"id":"product_gallery","name":"Shop","defaultPage":"","hidden":false,"multiInstanceEnabled":true,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"1380bbc4-1485-9d44-4616-92e36b1ead6b":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/cartwidget","mobileUrl":"https:\/\/ecom.wix.com\/storefront\/cartwidget","tpaWidgetId":"shopping_cart_icon","appPage":{},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"244576c9-d856-49b9-af14-216071924e3b":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchModalGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchModalGallery","tpaWidgetId":"244576c9-d856-49b9-af14-216071924e3b","appPage":{},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchResultsPageGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchResultsPageGallery","tpaWidgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","appPage":{},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"widgetUrl":"\/","tpaWidgetId":"4425f8e8-51fb-457b-9123-fdb7b1cef94a","appPage":{"id":"Payment Request Page","name":"Payment Request Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":true,"hideFromMenu":true},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":true},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/CategoryPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5856.0\/CategoryPage","tpaWidgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","appPage":{"id":"Category Page","name":"Category Page","defaultPage":"","hidden":false,"multiInstanceEnabled":true,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"14fd5970-8072-c276-1246-058b79e70c1a":{"widgetUrl":"https:\/\/ecom.wixapps.net\/storefront\/checkout","mobileUrl":"https:\/\/ecom.wixapps.net\/storefront\/checkout","appPage":{"id":"checkout","name":"Checkout","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":6,"indexable":false,"fullPage":false,"landingPageInMobile":true,"hideFromMenu":true},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":true},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/product-widget-view","mobileUrl":"https:\/\/ecom.wix.com\/storefront\/product-widget-view","tpaWidgetId":"product_widget","appPage":{},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"deaaaab0-f5bd-4b7a-a652-3845efcb546a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/ecom-platform-checkout\/1.0.0\/BundleBundle","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/ecom-platform-checkout\/1.0.0\/BundleBundle","tpaWidgetId":"deaaaab0-f5bd-4b7a-a652-3845efcb546a","appPage":{},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"215f8ab7-97c3-4838-a6d0-ad4a61747158":{"widgetUrl":"\/","appPage":{},"applicationId":16441,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"e53d6a92-5acc-4a00-9d4d-f46c86a49c2e":{"widgetUrl":"\/","appPage":{},"applicationId":16791,"appDefinitionName":"Wix Members Area","appDefinitionId":"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","isWixTPA":true,"allowScrolling":false},"5956d247-32d0-43af-9a49-7d1090c1e666":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":17703,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"2f6c5608-393f-4b15-bfd8-d4e15396787a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":17703,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"5ab312ae-0cf7-4093-bbf5-5e4d3690151c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":17703,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"widgetUrl":"\/","tpaWidgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b","appPage":{"id":"member_settings_page","name":"member_settings_page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":17703,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"widgetUrl":"\/","tpaWidgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b","appPage":{"id":"member_page","name":"member_page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":17703,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"25d08a82-0ea5-40f4-8047-07aee3e73e40":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":17703,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":17703,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":17703,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"596a6688-3ad7-46f7-bb9c-00023225876d":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":17703,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/profile-card-tpa-ooi\/1.2884.0\/ProfileCard","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/profile-card-tpa-ooi\/1.2884.0\/ProfileCard","tpaWidgetId":"profile","appPage":{},"applicationId":18325,"appDefinitionName":"Profile Card","appDefinitionId":"14ce28f7-7eb0-3745-22f8-074b0e2401fb","isWixTPA":true,"allowScrolling":false}},"appsClientSpecMapData":{"135c3d92-0fea-1f9d-2ba5-2a1dfb04297e":{"applicationId":10,"appDefinitionName":"ShoutOut (Legacy)","appFields":{"premiumBundle":{"parentAppSlug":"ee21fe60-48c5-45e9-95f4-6ca8f9b1c9d9","parentAppId":"ee21fe60-48c5-45e9-95f4-6ca8f9b1c9d9"},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.3471.0"},"isWixTPA":true},"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130":{"applicationId":13,"appDefinitionName":"Wix Portfolio","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=eddaf1fb-7444-4866-abf5-b6147d2eb578&metaSiteId=3b797846-5b17-4d50-aa76-817ae872bd80&siteRevision=9292","blocks_devSiteUrl":"https:\/\/exposure4.editorx.io\/i8oyrsuu6sw43bmv723c","blocks_widgetManifestsUrl":"\/manifests\/d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\/9292\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/portfolio-bob\/1.1224.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/portfolio-bob\/1.1224.0"},"baseUrlsTemplate":{"staticsBaseUrl":"<%= serviceUrl('portfolio-bob', '\/') %>"},"margins":{"desktop":{"top":{"type":"PX","value":0},"right":{"type":"PX","value":0},"bottom":{"type":"PX","value":0},"left":{"type":"PX","value":0}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/portfolio-bob\/1.1224.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('portfolio-bob', 'viewerScript.bundle.min.js') %>","isStretched":{"desktop":true},"routerServiceUrl":"\/_serverless\/portfolio-router","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/portfolio-bob\/1.1224.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954"},"editorScriptUrlTemplate":"<%= serviceUrl('portfolio-bob', 'editorScript.bundle.min.js') %>","width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{"url":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954"}},"studio":{"siteHeaderUrl":"f512fcdec26704c7da6a309d7b11c311_r3.json","wixCodeGridId":"2122ce2b-e7c2-40bf-a898-a6aa6f852c52","wixCodeInstanceId":"61d54d44-4efd-4c52-a518-f54563d97c37"}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:com.wixpress.portfolio-bob"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^40.311.0","installedVersion":"^40.0.0"},"isWixTPA":true},"14bcded7-0066-7c35-14d7-466cb3f09103":{"applicationId":1279,"appDefinitionName":"Wix Blog","appFields":{"platform":{"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/viewerScript.bundle.min.js","editorScriptUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/editorScript.bundle.min.js","baseUrls":{"mediaImageHost":"static.wixstatic.com","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","duplexerUrl":"duplexer.wix.com","apiBaseUrlClient":"\/_api\/communities-blog-node-api","translationsBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-translations\/1.4450.0\/","siteAssets":"{urlTemplate: {siteAssets}?siteId=f2343010-d1f3-4080-a98e-3d82976a671d&metaSiteId=2b9fa616-1dde-46d3-a1a3-d715ebc1d57d&siteRevision=1335","apiPlatformizedBaseUrl":"https:\/\/www.wix.com\/_api\/communities-blog-api-web","mediaVideoHost":"video.wixstatic.com","apiPlatformizedBaseUrlClient":"\/_api\/communities-blog-api-web","apiBaseUrl":"https:\/\/apps.wix.com\/_api\/communities-blog-node-api","apiExperimentsBaseUrlClient":"\/_api\/wix-laboratory-server","blocks_devSiteUrl":"https:\/\/zanass1.editorx.io\/2w5loeiwuf2frneevn6m","blocks_widgetManifestsUrl":"\/manifests\/14bcded7-0066-7c35-14d7-466cb3f09103\/1335\/manifests.json","useArchiveWidgetAdapter":"false","disableDuplexerForInstanceIds":"671e6bcb-a0a9-4ae0-98f2-f81a607bf167","provisioningModalUrl":"https:\/\/www.wix.com\/_partials\/communities-blog-provisioning-modal\/1.1107.0\/modal.html","apiAggregatorBaseUrl":"\/blog-frontend-adapter-public","apiPaywallBaseUrl":"\/_api\/paywall-server","categoryLabel":"false"},"margins":{"desktop":{"top":{"type":"PX","value":0},"right":{"type":"PX","value":0},"bottom":{"type":"PX","value":0},"left":{"type":"PX","value":0}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"migratedToNewPlatformApi":true,"height":{"desktop":{},"tablet":{},"mobile":{}},"editorTranslationUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.2252.0\/assets\/locales\/messages_%7B%7Blng%7D%7D.json","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"errorReporting":{"url":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643"},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{"url":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643"}},"studio":{"siteHeaderUrl":"ae7beb322e32912fccc688a488a3de89_r3.json","wixCodeGridId":"21056c2c-144a-488f-912d-5fb0e1262beb","wixCodeInstanceId":"c520f32b-7cd2-44bd-a087-e5c72fd7af4c"}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:com.wixpress.npm.communities-blog-node-api"}},"excludeFromAutoRevoke":true,"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.5125.0","installedVersion":"^0.0.0"},"isWixTPA":true},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"applicationId":2735,"appDefinitionName":"Wix Pro Gallery","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=ce7fd828-85c4-4b73-a390-d293eae32cec&metaSiteId=5af77ffc-cae0-4550-8a1e-4a85ff049a48&siteRevision=25","blocks_widgetManifestsUrl":"\/manifests\/14271d6f-ba62-d045-549b-ab972ae1f70e\/25\/manifests.json","santaWrapperBaseUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/"},"margins":{"desktop":{"top":{},"right":{},"bottom":{},"left":{}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"cloneAppDataUrl":"https:\/\/progallery.wixapps.net\/_api\/gallery\/clone","editorScriptUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/editorScript.bundle.min.js","docking":{"desktop":{},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427"},"width":{"desktop":{},"tablet":{},"mobile":{}},"shouldCloneDataPerComponent":true,"viewer":{"errorReporting":{"url":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427"}},"studio":{"siteHeaderUrl":"a7dbf879980a8e90e03d649b6f48fac4_r3.json","wixCodeGridId":"71869e96-79b7-49b9-b6f9-e32bcf00ac52","wixCodeInstanceId":"4655355b-4814-4846-b82a-e057f0df94a3"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.967.0","installedVersion":"^0.0.0"},"isWixTPA":true},"14517e1a-3ff0-af98-408e-2bd6953c36a2":{"applicationId":2907,"appDefinitionName":"Wix Chat","appFields":{"platform":{"optionalApplication":true,"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/chat-worker\/1.1239.0\/viewer-script.bundle.min.js","margins":{"desktop":{"top":{},"right":{},"bottom":{},"left":{}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/chat-worker\/1.1239.0\/editor-script.bundle.min.js","isStretched":{},"docking":{"desktop":{},"tablet":{},"mobile":{}},"errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"mostPopularPackage":"Sales","premiumBundle":{"parentAppSlug":"ee21fe60-48c5-45e9-95f4-6ca8f9b1c9d9","parentAppId":"ee21fe60-48c5-45e9-95f4-6ca8f9b1c9d9"},"featuresForNewPackagePicker":[{"forPackages":[{"value":"50","packageId":"Professional"},{"value":"150","packageId":"Sales"},{"value":"Unlimited","packageId":"Teams"}]},{"forPackages":[{"value":"true","packageId":"Professional"},{"value":"true","packageId":"Sales"},{"value":"true","packageId":"Teams"}]},{"forPackages":[{"value":"true","packageId":"Professional"},{"value":"true","packageId":"Sales"},{"value":"true","packageId":"Teams"}]},{"forPackages":[{"value":"true","packageId":"Professional"},{"value":"true","packageId":"Sales"},{"value":"true","packageId":"Teams"}]},{"forPackages":[{"value":"true","packageId":"Professional"},{"value":"true","packageId":"Sales"},{"value":"true","packageId":"Teams"}]},{"forPackages":[{"value":"true","packageId":"Professional"},{"value":"true","packageId":"Sales"},{"value":"true","packageId":"Teams"}]},{"forPackages":[{"value":"true","packageId":"Professional"},{"value":"true","packageId":"Sales"},{"value":"true","packageId":"Teams"}]},{"forPackages":[{"value":"true","packageId":"Professional"},{"value":"true","packageId":"Sales"},{"value":"true","packageId":"Teams"}]},{"forPackages":[{"value":"true","packageId":"Sales"},{"value":"true","packageId":"Teams"}]},{"forPackages":[{"value":"true","packageId":"Teams"}]}],"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.188.0","installedVersion":"^0.0.0"},"isWixTPA":true},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"applicationId":3947,"appDefinitionName":"Member Account Info","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0"},"margins":{"desktop":{"top":{},"right":{},"bottom":{},"left":{}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/editorScript.bundle.min.js","docking":{"desktop":{},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/viewerScript.bundle.min.js","errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.253.0"},"isWixTPA":true},"14dbef06-cc42-5583-32a7-3abd44da4908":{"applicationId":4878,"appDefinitionName":"Members About","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2643.0"},"margins":{"desktop":{"top":{"type":"PX","value":0},"right":{"type":"PX","value":0},"bottom":{"type":"PX","value":0},"left":{"type":"PX","value":0}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/editorScript.bundle.min.js","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/viewerScript.bundle.min.js","errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.214.0","installedVersion":"^0.0.0"},"isWixTPA":true},"14f25924-5664-31b2-9568-f9c5ed98c9b1":{"applicationId":5906,"appDefinitionName":"Wix Members Area Notifications","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('members-area-notifications', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/460ff4620fa44cba8df530afde949785@sentry.wixpress.com\/5803"},"viewer":{"errorReporting":{"url":"https:\/\/460ff4620fa44cba8df530afde949785@sentry.wixpress.com\/5803"}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.33.0"},"isWixTPA":true},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"applicationId":6805,"appDefinitionName":"Members Notifications Settings","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('members-area-notifications-preferences', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/271e9fa3230b4eec94b02bf95780f5f2@sentry.wixpress.com\/6097"},"viewer":{"errorReporting":{"url":"https:\/\/271e9fa3230b4eec94b02bf95780f5f2@sentry.wixpress.com\/6097"}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.22.0"},"isWixTPA":true},"1505b775-e885-eb1b-b665-1e485d9bf90e":{"applicationId":10640,"appDefinitionName":"My Addresses","appFields":{"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.0.0"},"isWixTPA":true},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"applicationId":10795,"appDefinitionName":"My Wallet","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894"},"viewer":{"errorReporting":{"url":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894"}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.73.0"},"isWixTPA":true},"14c92d28-031e-7910-c9a8-a670011e062d":{"applicationId":12373,"appDefinitionName":"Wix FAQ","appFields":{"platform":{"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/viewerScript.bundle.min.js"},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^5.298.0","installedVersion":""},"isWixTPA":true},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"applicationId":14773,"appDefinitionName":"Wix Forms","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2427.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2427.0"},"baseUrlsTemplate":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2427.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2421.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2421.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/5d1795a2db124a268f1e1bd88f503500@sentry.wixpress.com\/4615"},"viewer":{"errorReporting":{"url":"https:\/\/5d1795a2db124a268f1e1bd88f503500@sentry.wixpress.com\/4615"}},"ooiInEditor":true},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.1148.0"},"isWixTPA":true},"1380b703-ce81-ff05-f115-39571d94dfcd":{"applicationId":16441,"appDefinitionName":"Checkout & Orders","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","addToCartBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/","cartIconBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-icon\/1.2290.0\/","productWidgetBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2055.0\/","galleryBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/","wishlistBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-wishlist\/1.2322.0\/","productPageBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4213.0\/"},"margins":{"desktop":{"top":{"type":"PX","value":0},"right":{"type":"PX","value":0},"bottom":{"type":"PX","value":0},"left":{"type":"PX","value":0}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4706.0\/editor.bundle.min.js","routerServiceUrl":"\/_serverless\/wixstores-tpa-router","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4706.0\/viewerScript.bundle.min.js","errorReporting":{},"platformOnly":true,"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:serverless.wixstores-tpa-site-structure-service"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.6128.0"},"isWixTPA":true},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"applicationId":16791,"appDefinitionName":"Wix Members Area","appFields":{"platform":{"routerServiceUrl":"\/_api\/members\/v1\/santa-members","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/santa-members-viewer-app\/1.2819.0\/viewerScript.bundle.min.js","editorScriptUrl":"https:\/\/static.parastorage.com\/services\/santa-members-editor-app\/1.4359.0\/editorAppModule.bundle.min.js","margins":{"desktop":{"top":{},"right":{},"bottom":{},"left":{}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"docking":{"desktop":{},"tablet":{},"mobile":{}},"errorReporting":{},"editorScriptUrlTemplate":"<%= serviceUrl('santa-members-editor-app', 'editorAppModule.bundle.min.js') %>","width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:com.wixpress.members.members-area-site-structure-api"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.971.0"},"isWixTPA":true},"b976560c-3122-4351-878f-453f337b7245":{"applicationId":17703,"appDefinitionName":"Members Area","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=27e854ac-99e9-4626-b905-ff10071df796&metaSiteId=4a8777cf-00e8-44ee-95cd-d6abc09dc8e4&siteRevision=1291","blocks_devSiteUrl":"https:\/\/mnmteam.editorx.io\/vxgooi3j6xm5ykyver02","blocks_widgetManifestsUrl":"\/manifests\/b976560c-3122-4351-878f-453f337b7245\/1291\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2458.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2458.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2458.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('profile-page-bob', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2458.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935"},"editorScriptUrlTemplate":"<%= serviceUrl('profile-page-bob', 'editorScript.bundle.min.js') %>","viewer":{"errorReporting":{"url":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935"}},"studio":{"siteHeaderUrl":"85a6f2b73f462330bba8a9c29e3d6558_r3.json","wixCodeGridId":"5d5e1403-dffe-4565-948c-03a8e2f4251e","wixCodeInstanceId":"9a9eaf1c-6655-4e0c-9789-ee2c43dd1920"}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:com.wixpress.members.members-area-site-structure-api"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"newEditorSchemaVersion":"externalUnifiedComponents","isStandalone":true,"semanticVersion":"^12.400.0"},"isWixTPA":true},"14ce28f7-7eb0-3745-22f8-074b0e2401fb":{"applicationId":18325,"appDefinitionName":"Profile Card","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2884.0"},"margins":{"desktop":{"top":{"type":"PX","value":0},"right":{"type":"PX","value":0},"bottom":{"type":"PX","value":0},"left":{"type":"PX","value":0}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/editorScript.bundle.min.js","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/viewerScript.bundle.min.js","errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.278.0"},"isWixTPA":true}},"previewMode":false,"siteRevision":269,"userFileDomainUrl":"filesusr.com","metaSiteId":"d9e90e08-7d0d-40a4-9d40-77d4060455e7","isPremiumDomain":false,"routersConfig":{"routers-m2t334q6":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"in0hg"},"roleVariations":{}},"routers-mmi2hhq4":{"prefix":"portfolio-collections","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","config":"{\"portfolioPagesData\":[{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Project\",\"pageUriSEO\":\"project\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-131\"},\"title\":\"Pages de projet\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"xvo01\",\"sig\":\"1x2-129\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hgnx\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"xvo01\",\"sig\":\"1x2-130\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hgny\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"xvo01\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false},{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Collection\",\"pageUriSEO\":\"collection\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-153\"},\"title\":\"Pages de catégorie\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"vwxkh\",\"sig\":\"1x2-151\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hh18\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"vwxkh\",\"sig\":\"1x2-152\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hh181\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"vwxkh\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false},{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Portfolio\",\"pageUriSEO\":\"portfolio\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-174\"},\"title\":\"Portfolio\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"m3pi8\",\"sig\":\"1x2-172\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hhbi\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"m3pi8\",\"sig\":\"1x2-173\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hhbi1\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"m3pi8\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false}]}","group":"","pages":{"project":"xvo01","collection":"vwxkh"},"roleVariations":{}}},"routerByPrefix":{"category":"routers-m2t334q6","portfolio-collections":"routers-mmi2hhq4"},"pageIdToPrefix":{"in0hg":"category","xvo01":"portfolio-collections","vwxkh":"portfolio-collections"},"viewMode":"site","editorOrSite":"site","externalBaseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","tpaModalConfig":{"wixTPAs":{"13ee94c1-b635-8505-3391-97919052c16f":true,"141fbfae-511e-6817-c9f0-48993a7547d1":true,"4b10fcce-732d-4be3-9d46-801d271acda9":true,"8ea9df15-9ff6-4acf-bbb8-8d3a69ae5841":true,"55cd9036-36bb-480b-8ddc-afda3cb2eb8d":true,"35aec784-bbec-4e6e-abcb-d3d724af52cf":true,"135c3d92-0fea-1f9d-2ba5-2a1dfb04297e":true,"fc9314bc-a317-4a2b-a9d4-5ad21cc57856":true,"50d8c12f-715e-41ad-be25-d0f61375dbee":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130":true,"2f70e2b4-ff36-472e-bdb9-ce393b13669e":true,"139ef4fa-c108-8f9a-c7be-d5f492a2c939":true,"45c44b27-ca7b-4891-8c0d-1747d588b835":true,"f4d83b06-b408-4f3b-afd4-de8db311d7d8":true,"6580b7e9-4031-4a62-a0a5-8e2fa92e8e18":true,"14d7032a-0a65-5270-cca7-30f599708fed":true,"7516f85b-0868-4c23-9fcb-cea7784243df":true,"f534c0d3-dd59-4047-a86a-be3234d4591f":true,"57d13128-4a4c-494b-80b3-a6fb2e28018d":true,"d70b68e2-8d77-4e0c-9c00-c292d6e0025e":true,"146c0d71-352e-4464-9a03-2e868aabe7b9":true,"307ba931-689c-4b55-bb1d-6a382bad9222":true,"14b89688-9b25-5214-d1cb-a3fb9683618b":true,"ea2821fc-7d97-40a9-9f75-772f29178430":true,"9bead16f-1c73-4cda-b6c4-28cff46988db":true,"1480c568-5cbd-9392-5604-1148f5faffa0":true,"14e12b04-943e-fd32-456d-70b1820a2ff2":true,"14bca956-e09f-f4d6-14d7-466cb3f09103":true,"150ae7ee-c74a-eecd-d3d7-2112895b988a":true,"f123e8f1-4350-4c9b-b269-04adfadda977":true,"e593b0bd-b783-45b8-97c2-873d42aacaf4":true,"14bcded7-0066-7c35-14d7-466cb3f09103":true,"14271d6f-ba62-d045-549b-ab972ae1f70e":true,"14517e1a-3ff0-af98-408e-2bd6953c36a2":true,"14cffd81-5215-0a7f-22f8-074b0e2401fb":true,"14dbef06-cc42-5583-32a7-3abd44da4908":true,"14f25924-5664-31b2-9568-f9c5ed98c9b1":true,"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":true,"1505b775-e885-eb1b-b665-1e485d9bf90e":true,"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":true,"14c92d28-031e-7910-c9a8-a670011e062d":true,"225dd912-7dea-4738-8688-4b8c6955ffc2":true,"1380b703-ce81-ff05-f115-39571d94dfcd":true,"215238eb-22a5-4c36-9e7b-e7c08025e04e":true,"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":true,"b976560c-3122-4351-878f-453f337b7245":true,"14ce28f7-7eb0-3745-22f8-074b0e2401fb":true}},"appSectionParams":{},"requestUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/vente-en-gros-piment-cinq-couleurs","isMobileView":false,"deviceType":"desktop","isMobileDevice":false,"extras":{"currency":"XOF"},"tpaDebugParams":{"debugApp":null,"petri_ovr":null},"locale":"fr","timeZone":"Africa\/Dakar","shouldRenderTPAsIframe":true,"debug":false,"regionalLanguage":"fr","isBuilderComponentModel":false},"widgetWixCodeSdk":{"isBuilderComponentModel":false},"windowWixCodeSdk":{"locale":"fr-sn","isMobileFriendly":true,"formFactor":"Desktop","pageIdToRouterAppDefinitionId":{"in0hg":"1380b703-ce81-ff05-f115-39571d94dfcd","xvo01":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","vwxkh":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130"}},"wixCustomElementComponent":{"shouldLoadAllExternalScripts":false,"widgetsToRenderOnFreeSites":{"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-n4kxq":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-fs0dm":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-vvhj5":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-voiu8":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-r1fnu":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-kqw5u":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-o34ka":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-zmzxw":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-ojo5l":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-vp33g":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-e0nv3":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-cmkcv":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-a88xg":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-rb9ev":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-rtfl6":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-fm689":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-yufgs":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-szewz":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-a41im":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-loeuo":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-pnw72":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-itb6f":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-u8zs5":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-jk3m4":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-ifjtt":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-fzkgi":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-g3w3b":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-lfhru":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-spm0i":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-rnjwx":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-yxdba":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-xi4az":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-a5206":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-umlly":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-waybk":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-os5sm":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-jqcf0":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-ec6h7":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-yaafe":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-n0thf":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-egi36":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-r7t9v":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-aob4e":true,"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130-gnamo":true,"14bcded7-0066-7c35-14d7-466cb3f09103-sw47o":true,"14bcded7-0066-7c35-14d7-466cb3f09103-ak2wd":true,"14bcded7-0066-7c35-14d7-466cb3f09103-q8dzf":true,"14bcded7-0066-7c35-14d7-466cb3f09103-u5w25":true,"14bcded7-0066-7c35-14d7-466cb3f09103-hoxv1":true,"14bcded7-0066-7c35-14d7-466cb3f09103-pit6d":true,"14bcded7-0066-7c35-14d7-466cb3f09103-prihd":true,"14bcded7-0066-7c35-14d7-466cb3f09103-dqjva":true,"14bcded7-0066-7c35-14d7-466cb3f09103-nz8hi":true,"14bcded7-0066-7c35-14d7-466cb3f09103-e9hqn":true,"14bcded7-0066-7c35-14d7-466cb3f09103-e3jvn":true,"14bcded7-0066-7c35-14d7-466cb3f09103-gcv5t":true,"14bcded7-0066-7c35-14d7-466cb3f09103-ghrxf":true,"14bcded7-0066-7c35-14d7-466cb3f09103-liy9s":true,"14bcded7-0066-7c35-14d7-466cb3f09103-eii64":true,"14bcded7-0066-7c35-14d7-466cb3f09103-u61rq":true,"14bcded7-0066-7c35-14d7-466cb3f09103-pzdqd":true,"14bcded7-0066-7c35-14d7-466cb3f09103-yrjyo":true,"14bcded7-0066-7c35-14d7-466cb3f09103-wzdp6":true,"14bcded7-0066-7c35-14d7-466cb3f09103-y3apm":true,"14bcded7-0066-7c35-14d7-466cb3f09103-bu1xw":true,"14bcded7-0066-7c35-14d7-466cb3f09103-pz2i2":true,"14bcded7-0066-7c35-14d7-466cb3f09103-e25z0":true,"14bcded7-0066-7c35-14d7-466cb3f09103-b0z74":true,"14bcded7-0066-7c35-14d7-466cb3f09103-h77jn":true,"b976560c-3122-4351-878f-453f337b7245-aehnv":true,"b976560c-3122-4351-878f-453f337b7245-uuc0d":true,"b976560c-3122-4351-878f-453f337b7245-zuaoa":true,"b976560c-3122-4351-878f-453f337b7245-ng58u":true,"b976560c-3122-4351-878f-453f337b7245-a1ugz":true,"b976560c-3122-4351-878f-453f337b7245-xhv4l":true,"b976560c-3122-4351-878f-453f337b7245-mty3l":true},"wixCodeBundlersUrlData":{"url":"https:\/\/bundler.wix-code.com\/d9e90e08-7d0d-40a4-9d40-77d4060455e7\/b241c298-b970-4f3e-ab11-658c6e6a622b\/e7a9f1ab-9c4e-4e88-8817-3210e51daa6d\/","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_d9e90e08-7d0d-40a4-9d40-77d4060455e7\/gridAppId_e7a9f1ab-9c4e-4e88-8817-3210e51daa6d\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","appDefIdToWixCodeBundlerUrlData":{"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130":{"url":"https:\/\/bundler.wix-code.com\/d9e90e08-7d0d-40a4-9d40-77d4060455e7\/b241c298-b970-4f3e-ab11-658c6e6a622b\/2122ce2b-e7c2-40bf-a898-a6aa6f852c52\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_d9e90e08-7d0d-40a4-9d40-77d4060455e7\/gridAppId_2122ce2b-e7c2-40bf-a898-a6aa6f852c52\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"},"14bcded7-0066-7c35-14d7-466cb3f09103":{"url":"https:\/\/bundler.wix-code.com\/d9e90e08-7d0d-40a4-9d40-77d4060455e7\/b241c298-b970-4f3e-ab11-658c6e6a622b\/21056c2c-144a-488f-912d-5fb0e1262beb\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_d9e90e08-7d0d-40a4-9d40-77d4060455e7\/gridAppId_21056c2c-144a-488f-912d-5fb0e1262beb\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"url":"https:\/\/bundler.wix-code.com\/d9e90e08-7d0d-40a4-9d40-77d4060455e7\/b241c298-b970-4f3e-ab11-658c6e6a622b\/71869e96-79b7-49b9-b6f9-e32bcf00ac52\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_d9e90e08-7d0d-40a4-9d40-77d4060455e7\/gridAppId_71869e96-79b7-49b9-b6f9-e32bcf00ac52\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"},"b976560c-3122-4351-878f-453f337b7245":{"url":"https:\/\/bundler.wix-code.com\/d9e90e08-7d0d-40a4-9d40-77d4060455e7\/b241c298-b970-4f3e-ab11-658c6e6a622b\/5d5e1403-dffe-4565-948c-03a8e2f4251e\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_d9e90e08-7d0d-40a4-9d40-77d4060455e7\/gridAppId_5d5e1403-dffe-4565-948c-03a8e2f4251e\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"}}},"customElementWidgets":{}},"wixEmbedsApi":{"isAdminPage":false},"platform":{"sdksStaticPaths":{"mainSdks":"https:\/\/static.parastorage.com\/services\/wix-thunderbolt\/dist\/mainSdks.0b1ed80a.chunk.min.js","nonMainSdks":"https:\/\/static.parastorage.com\/services\/wix-thunderbolt\/dist\/nonMainSdks.b8fced9e.chunk.min.js"},"landingPageId":"xj4q0","clientWorkerUrl":"https:\/\/static.parastorage.com\/services\/wix-thunderbolt\/dist\/clientWorker.a776b0b3.bundle.min.js","bootstrapData":{"isMobileView":false,"isMobileAppBuilder":false,"appsSpecData":{"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130":{"appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","type":"public","instanceId":"232eb191-7a08-4f81-88e5-c2bd63f47894","appDefinitionName":"Wix Portfolio","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14bcded7-0066-7c35-14d7-466cb3f09103":{"appDefinitionId":"14bcded7-0066-7c35-14d7-466cb3f09103","type":"public","instanceId":"dd956875-0e55-402a-a882-1adbd5c7198d","appDefinitionName":"Wix Blog","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","type":"public","instanceId":"492acb06-1cb7-44d6-8bd8-552a0c63285a","appDefinitionName":"Wix Pro Gallery","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14517e1a-3ff0-af98-408e-2bd6953c36a2":{"appDefinitionId":"14517e1a-3ff0-af98-408e-2bd6953c36a2","type":"public","instanceId":"0364f6b0-e281-400e-a24e-d3c5cae37d4d","appDefinitionName":"Wix Chat","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"appDefinitionId":"14cffd81-5215-0a7f-22f8-074b0e2401fb","type":"public","instanceId":"e2d8d026-133b-484f-8e50-3ebc1a573551","appDefinitionName":"Member Account Info","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14dbef06-cc42-5583-32a7-3abd44da4908":{"appDefinitionId":"14dbef06-cc42-5583-32a7-3abd44da4908","type":"public","instanceId":"84b084eb-2ecc-43e4-80cd-51b210f8c2c9","appDefinitionName":"Members About","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14f25924-5664-31b2-9568-f9c5ed98c9b1":{"appDefinitionId":"14f25924-5664-31b2-9568-f9c5ed98c9b1","type":"public","instanceId":"2d4c5789-5dee-41ce-8c49-47c1c902769b","appDefinitionName":"Wix Members Area Notifications","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"appDefinitionId":"14f25dc5-6af3-5420-9568-f9c5ed98c9b1","type":"public","instanceId":"e16d3e72-b2dc-4725-bb3b-3d066be88026","appDefinitionName":"Members Notifications Settings","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"675bbcef-18d8-41f5-800e-131ec9e08762":{"appDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762","type":"siteextension","instanceId":"b241c298-b970-4f3e-ab11-658c6e6a622b","isIdentityTokenAppSpec":false,"isModuleFederated":false},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"appDefinitionId":"4aebd0cb-fbdb-4da7-b5d1-d05660a30172","type":"public","instanceId":"9dbff938-1a71-404c-8af5-a31decdc903d","appDefinitionName":"My Wallet","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14c92d28-031e-7910-c9a8-a670011e062d":{"appDefinitionId":"14c92d28-031e-7910-c9a8-a670011e062d","type":"public","instanceId":"e0091de0-8c7b-4cf4-8ad6-c0bf2d426426","appDefinitionName":"Wix FAQ","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"appDefinitionId":"225dd912-7dea-4738-8688-4b8c6955ffc2","type":"public","instanceId":"8f9475c5-27a2-432f-9321-79adfc3cf3a6","appDefinitionName":"Wix Forms","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"1380b703-ce81-ff05-f115-39571d94dfcd":{"appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","type":"public","instanceId":"23806059-e939-4d7d-ab76-81b4a1712312","appDefinitionName":"Checkout & Orders","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"appDefinitionId":"215238eb-22a5-4c36-9e7b-e7c08025e04e","type":"public","instanceId":"52ac8def-1e80-4156-a77f-98c1a209a72f","appDefinitionName":"Wix Stores","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"appDefinitionId":"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","type":"public","instanceId":"001c5aea-8142-42bd-b13c-4b197c89aecd","appDefinitionName":"Wix Members Area","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"b976560c-3122-4351-878f-453f337b7245":{"appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","type":"public","instanceId":"ea06e56c-4214-45c0-8a35-0468a74422e1","appDefinitionName":"Members Area","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14ce28f7-7eb0-3745-22f8-074b0e2401fb":{"appDefinitionId":"14ce28f7-7eb0-3745-22f8-074b0e2401fb","type":"public","instanceId":"39ff3592-f21e-450e-b3cb-ff43c77ec89d","appDefinitionName":"Profile Card","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"dataBinding":{"appDefinitionId":"dataBinding","type":"application","instanceId":"b241c298-b970-4f3e-ab11-658c6e6a622b","appDefinitionName":"Data Binding","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false}},"appsUrlData":{"14517e1a-3ff0-af98-408e-2bd6953c36a2":{"appDefId":"14517e1a-3ff0-af98-408e-2bd6953c36a2","appDefName":"Wix Chat","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/chat-worker\/1.1239.0\/viewer-script.bundle.min.js","baseUrls":{},"widgets":{"14517f3f-ffc5-eced-f592-980aaa0bbb5c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"14517f3f-ffc5-eced-f592-980aaa0bbb5c"}}},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"appDefId":"14cffd81-5215-0a7f-22f8-074b0e2401fb","appDefName":"Member Account Info","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0"},"widgets":{"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/MyAccountController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/MyAccountViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/MyAccountViewerWidgetNoCss.bundle.min.js","widgetId":"14dd1af6-3e02-63db-0ef2-72fbc7cc3136","cssPerBreakpoint":true}}},"14dbef06-cc42-5583-32a7-3abd44da4908":{"appDefId":"14dbef06-cc42-5583-32a7-3abd44da4908","appDefName":"Members About","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2643.0"},"widgets":{"14dbefb9-3b7b-c4e9-53e8-766defd30587":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/ProfileController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/ProfileViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2646.0\/ProfileViewerWidgetNoCss.bundle.min.js","widgetId":"14dbefb9-3b7b-c4e9-53e8-766defd30587","cssPerBreakpoint":true}}},"14f25924-5664-31b2-9568-f9c5ed98c9b1":{"appDefId":"14f25924-5664-31b2-9568-f9c5ed98c9b1","appDefName":"Wix Members Area Notifications","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0"},"errorReportingUrl":"https:\/\/460ff4620fa44cba8df530afde949785@sentry.wixpress.com\/5803","widgets":{"14f2595a-a352-3ff1-9b3c-4d21861fe58f":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0\/OoiNotificationsController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.135.0\/OoiNotificationsViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/460ff4620fa44cba8df530afde949785@sentry.wixpress.com\/5803","widgetId":"14f2595a-a352-3ff1-9b3c-4d21861fe58f"},"93fc7436-4f62-4e86-9f19-29afe012c541":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.0.0\/NotificationsController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.0.0\/NotificationsViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/460ff4620fa44cba8df530afde949785@sentry.wixpress.com\/5803","widgetId":"93fc7436-4f62-4e86-9f19-29afe012c541"},"6ca9273a-a775-407c-87e1-9685588c9aa7":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.0.0\/NotificationsController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.0.0\/NotificationsViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/460ff4620fa44cba8df530afde949785@sentry.wixpress.com\/5803","widgetId":"6ca9273a-a775-407c-87e1-9685588c9aa7"}}},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"appDefId":"14f25dc5-6af3-5420-9568-f9c5ed98c9b1","appDefName":"Members Notifications Settings","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0"},"errorReportingUrl":"https:\/\/271e9fa3230b4eec94b02bf95780f5f2@sentry.wixpress.com\/6097","widgets":{"04462ba4-2137-41bd-9460-0814554aae07":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0\/PreferencesOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0\/PreferencesOoiViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/ed436f5053144538958ad06a5005e99a@sentry.wixpress.com\/6142","widgetId":"04462ba4-2137-41bd-9460-0814554aae07","cssPerBreakpoint":false},"14f25dd2-f9b0-edc2-f38e-eded5da094aa":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0\/PreferencesOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.63.0\/PreferencesOoiViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/ed436f5053144538958ad06a5005e99a@sentry.wixpress.com\/6142","widgetId":"14f25dd2-f9b0-edc2-f38e-eded5da094aa","cssPerBreakpoint":false}}},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"appDefId":"4aebd0cb-fbdb-4da7-b5d1-d05660a30172","appDefName":"My Wallet","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0"},"errorReportingUrl":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894","widgets":{"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/MyWalletController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/MyWalletViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/MyWalletViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894","widgetId":"6467c15e-af3c-4e8d-b167-41bfb8efc32a","cssPerBreakpoint":true}}},"14c92d28-031e-7910-c9a8-a670011e062d":{"appDefId":"14c92d28-031e-7910-c9a8-a670011e062d","appDefName":"Wix FAQ","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/viewerScript.bundle.min.js","baseUrls":{},"widgets":{"14c92de1-0e02-cbe5-98e9-c3de44d63a55":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/FaqOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/FaqOoiViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/FaqOoiViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/79baaa8e09c746d2b7401643b99792e0@sentry.wixpress.com\/6001","widgetId":"14c92de1-0e02-cbe5-98e9-c3de44d63a55","cssPerBreakpoint":true}}},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"appDefId":"225dd912-7dea-4738-8688-4b8c6955ffc2","appDefName":"Wix Forms","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2421.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2427.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2427.0"},"errorReportingUrl":"https:\/\/5d1795a2db124a268f1e1bd88f503500@sentry.wixpress.com\/4615","widgets":{"371ee199-389c-4a93-849e-e35b8a15b7ca":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2421.0\/FormViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2421.0\/FormViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/18d2f96d279149989b95faf0a4b41882@sentry-next.wixpress.com\/1784","widgetId":"371ee199-389c-4a93-849e-e35b8a15b7ca","cssPerBreakpoint":true}}},"1380b703-ce81-ff05-f115-39571d94dfcd":{"appDefId":"1380b703-ce81-ff05-f115-39571d94dfcd","appDefName":"Checkout & Orders","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4706.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/","addToCartBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/","cartIconBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-icon\/1.2290.0\/","productWidgetBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2055.0\/","galleryBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/","wishlistBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-wishlist\/1.2322.0\/","productPageBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4213.0\/"},"widgets":{"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4213.0\/ProductPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4213.0\/ProductPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4213.0\/ProductPageViewerWidgetNoCss.bundle.min.js","widgetId":"13a94f09-2766-3c40-4a32-8edb5acdd8bc","cssPerBreakpoint":true},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/SideCartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/SideCartViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/SideCartViewerWidgetNoCss.bundle.min.js","widgetId":"49dbb2d9-d9e5-4605-a147-e926605bf164","cssPerBreakpoint":true},"14666402-0bc7-b763-e875-e99840d131bd":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/addToCartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/addToCart.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/addToCartNoCss.bundle.min.js","errorReportingUrl":"https:\/\/8c4075d5481d476e945486754f783364@sentry.io\/1865790","widgetId":"14666402-0bc7-b763-e875-e99840d131bd"},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/WishlistController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/WishlistViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/WishlistViewerWidgetNoCss.bundle.min.js","widgetId":"a63a5215-8aa6-42af-96b1-583bfd74cff5","cssPerBreakpoint":true},"13afb094-84f9-739f-44fd-78d036adb028":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/GridGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/GridGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/GridGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"13afb094-84f9-739f-44fd-78d036adb028","cssPerBreakpoint":true},"1380bbab-4da3-36b0-efb4-2e0599971d14":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/cartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/cartViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5991.0\/cartViewerWidgetNoCss.bundle.min.js","widgetId":"1380bbab-4da3-36b0-efb4-2e0599971d14"},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SliderGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SliderGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SliderGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82","cssPerBreakpoint":true},"1380bbb4-8df0-fd38-a235-88821cf3f8a4":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageViewerWidgetNoCss.bundle.min.js","widgetId":"1380bbb4-8df0-fd38-a235-88821cf3f8a4"},"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb"},"1380bba0-253e-a800-a235-88821cf3f8a4":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/GridGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/GridGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/GridGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"1380bba0-253e-a800-a235-88821cf3f8a4","cssPerBreakpoint":true},"1380bbc4-1485-9d44-4616-92e36b1ead6b":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.2233.0\/CartIconController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.2233.0\/CartIconViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.2233.0\/CartIconViewerWidgetNoCss.bundle.min.js","widgetId":"1380bbc4-1485-9d44-4616-92e36b1ead6b","cssPerBreakpoint":true},"244576c9-d856-49b9-af14-216071924e3b":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SearchModalGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SearchModalGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SearchModalGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"244576c9-d856-49b9-af14-216071924e3b","cssPerBreakpoint":true},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SearchResultsPageGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SearchResultsPageGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/SearchResultsPageGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","cssPerBreakpoint":true},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/PaymentRequestController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/PaymentRequestViewerWidget.bundle.min.js","noCssComponentUrl":"","widgetId":"4425f8e8-51fb-457b-9123-fdb7b1cef94a"},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/CategoryPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/CategoryPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5853.0\/CategoryPageViewerWidgetNoCss.bundle.min.js","widgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","cssPerBreakpoint":true},"14fd5970-8072-c276-1246-058b79e70c1a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/CheckoutController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/CheckoutViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/CheckoutViewerWidgetNoCss.bundle.min.js","widgetId":"14fd5970-8072-c276-1246-058b79e70c1a"},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2055.0\/productWidgetController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2055.0\/productWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2055.0\/productWidgetNoCss.bundle.min.js","widgetId":"13ec3e79-e668-cc0c-2d48-e99d53a213dd"},"deaaaab0-f5bd-4b7a-a652-3845efcb546a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/BundleBundleController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6796.0\/BundleBundleViewerWidget.bundle.min.js","noCssComponentUrl":"","widgetId":"deaaaab0-f5bd-4b7a-a652-3845efcb546a"},"215f8ab7-97c3-4838-a6d0-ad4a61747158":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"215f8ab7-97c3-4838-a6d0-ad4a61747158"}}},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"appDefId":"215238eb-22a5-4c36-9e7b-e7c08025e04e","appDefName":"Wix Stores","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4706.0\/storesViewerScript.bundle.min.js","baseUrls":{},"widgets":{}},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"appDefId":"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","appDefName":"Wix Members Area","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/santa-members-viewer-app\/1.2819.0\/viewerScript.bundle.min.js","baseUrls":{},"widgets":{"e53d6a92-5acc-4a00-9d4d-f46c86a49c2e":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"e53d6a92-5acc-4a00-9d4d-f46c86a49c2e"}}},"14ce28f7-7eb0-3745-22f8-074b0e2401fb":{"appDefId":"14ce28f7-7eb0-3745-22f8-074b0e2401fb","appDefName":"Profile Card","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2884.0"},"widgets":{"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/ProfileCardController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/ProfileCardViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2887.0\/ProfileCardViewerWidgetNoCss.bundle.min.js","widgetId":"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd","cssPerBreakpoint":true}}},"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130":{"appDefId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","appDefName":"Wix Portfolio","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/portfolio-bob\/1.1224.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=eddaf1fb-7444-4866-abf5-b6147d2eb578&metaSiteId=3b797846-5b17-4d50-aa76-817ae872bd80&siteRevision=9292","blocks_devSiteUrl":"https:\/\/exposure4.editorx.io\/i8oyrsuu6sw43bmv723c","blocks_widgetManifestsUrl":"\/manifests\/d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\/9292\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/portfolio-bob\/1.1224.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/portfolio-bob\/1.1224.0"},"errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgets":{"cee9250f-6d1b-4792-9c89-92ad9331a14c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"cee9250f-6d1b-4792-9c89-92ad9331a14c"},"2aab0194-002b-49b0-96b0-14023fe80a51":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"2aab0194-002b-49b0-96b0-14023fe80a51"},"0c69860e-22af-4e7d-afb5-8688f8a62810":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"0c69860e-22af-4e7d-afb5-8688f8a62810"},"d6c045f0-5d83-4c6c-845e-9059ca159990":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"d6c045f0-5d83-4c6c-845e-9059ca159990"},"a9d4e3aa-646a-4318-8cd1-142bf9dcbcc6":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"a9d4e3aa-646a-4318-8cd1-142bf9dcbcc6"},"19c2c23c-bee0-46d5-89a8-aa218df193c9":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"19c2c23c-bee0-46d5-89a8-aa218df193c9"},"dce5b630-279d-48fe-ad36-d4689446f8b8":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"dce5b630-279d-48fe-ad36-d4689446f8b8"},"dafd3feb-14fb-4e16-af79-43fa6e7757d6":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"dafd3feb-14fb-4e16-af79-43fa6e7757d6"},"8170e65e-9571-4936-8d8c-87b20e86983e":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"8170e65e-9571-4936-8d8c-87b20e86983e"},"e0a0078d-0b7b-448b-8286-634343625929":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"e0a0078d-0b7b-448b-8286-634343625929"},"90e98c69-d7e4-4735-ae70-8f865f447492":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"90e98c69-d7e4-4735-ae70-8f865f447492"},"5801308f-1c6e-484c-afaa-f5f002a0f05a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"5801308f-1c6e-484c-afaa-f5f002a0f05a"},"dcb496ce-09a9-4ad8-b376-8b95516767e4":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"dcb496ce-09a9-4ad8-b376-8b95516767e4"},"a0ad8ad7-c3d5-49d1-afd4-21d5bd73e727":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"a0ad8ad7-c3d5-49d1-afd4-21d5bd73e727"},"d88f5910-8e5f-430d-9a33-ead698c6a601":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"d88f5910-8e5f-430d-9a33-ead698c6a601"},"3f41d62e-4f48-4ba5-a2f4-54cc7b6a412f":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"3f41d62e-4f48-4ba5-a2f4-54cc7b6a412f"},"18c27451-20c4-4b32-817a-cec90ef4cf6a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"18c27451-20c4-4b32-817a-cec90ef4cf6a"},"94473845-b8a0-44cb-9b46-3be017b18139":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"94473845-b8a0-44cb-9b46-3be017b18139"},"83f9f884-6bc1-40fe-9507-0caf491eb30a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"83f9f884-6bc1-40fe-9507-0caf491eb30a"},"21044b85-8044-4a6a-9f6e-b60b6b8b8240":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"21044b85-8044-4a6a-9f6e-b60b6b8b8240"},"e824d6ec-80ef-42ea-bb34-a345716451c6":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"e824d6ec-80ef-42ea-bb34-a345716451c6"},"85ed03d7-7cab-44cf-b261-956cf77078d7":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"85ed03d7-7cab-44cf-b261-956cf77078d7"},"c6a5ef1c-92b9-4523-b0cf-f5f86e18b63f":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"c6a5ef1c-92b9-4523-b0cf-f5f86e18b63f"},"34f0a4f4-6ffe-4e9b-a144-0ad7c1ab8c80":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"34f0a4f4-6ffe-4e9b-a144-0ad7c1ab8c80"},"54160040-d8c6-47a0-b9cb-2023c59e5f72":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"54160040-d8c6-47a0-b9cb-2023c59e5f72"},"60c9bfbb-a162-45a3-a1f3-66fea3e3e4ed":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"60c9bfbb-a162-45a3-a1f3-66fea3e3e4ed"},"8a95c2ad-d49b-4a5c-8b7d-5a90a2e5cd18":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"8a95c2ad-d49b-4a5c-8b7d-5a90a2e5cd18"},"94749934-1639-4306-84db-7149978a0562":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"94749934-1639-4306-84db-7149978a0562"},"e90b63c1-7f1b-48c5-b046-391f2478d2aa":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"e90b63c1-7f1b-48c5-b046-391f2478d2aa"},"7ba61b91-d50d-4b14-ab40-0e5e9220919c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"7ba61b91-d50d-4b14-ab40-0e5e9220919c"},"7286ccdf-e28c-4ad8-a243-f90d09949ca3":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"7286ccdf-e28c-4ad8-a243-f90d09949ca3"},"830c75f8-dbe6-4bf9-bc08-7e39828a6301":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"830c75f8-dbe6-4bf9-bc08-7e39828a6301"},"cb811972-44c1-44b5-8fc9-c9508659c54e":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"cb811972-44c1-44b5-8fc9-c9508659c54e"},"ec526bfa-27bd-40a7-80c5-2deabcbaf204":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"ec526bfa-27bd-40a7-80c5-2deabcbaf204"},"c5a464fa-7892-47d5-b23e-f11e9ac1d694":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"c5a464fa-7892-47d5-b23e-f11e9ac1d694"},"c6b2e7c1-46ed-4cc5-8dbd-50ddb1b1e9ad":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"c6b2e7c1-46ed-4cc5-8dbd-50ddb1b1e9ad"},"5ec17c5e-c01b-4d4f-9ffe-ab6282146654":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"5ec17c5e-c01b-4d4f-9ffe-ab6282146654"},"ceecd61c-3aec-4639-b32c-cbfe1400e819":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"ceecd61c-3aec-4639-b32c-cbfe1400e819"},"e86110ad-890a-4b7a-abe3-6e8dc8bb15cf":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"e86110ad-890a-4b7a-abe3-6e8dc8bb15cf"},"437cf52e-f57d-449e-af48-96791677e471":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"437cf52e-f57d-449e-af48-96791677e471"},"ccd857ff-153e-452c-8cea-3f3a8aafeb86":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"ccd857ff-153e-452c-8cea-3f3a8aafeb86"},"43ae5824-a10b-4baf-9584-775920339ec7":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"43ae5824-a10b-4baf-9584-775920339ec7"},"43f58330-cdf6-4381-b1f4-e0d571533f51":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"43f58330-cdf6-4381-b1f4-e0d571533f51"},"1a280e59-fe91-46e5-9a08-66000a7becbe":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"1a280e59-fe91-46e5-9a08-66000a7becbe"},"26616003-ec67-46bf-93f3-eb1c1476a581":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/bfb679c754744c58a7374ee6e25cfc13@sentry.wixpress.com\/2954","widgetId":"26616003-ec67-46bf-93f3-eb1c1476a581"}}},"14bcded7-0066-7c35-14d7-466cb3f09103":{"appDefId":"14bcded7-0066-7c35-14d7-466cb3f09103","appDefName":"Wix Blog","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/viewerScript.bundle.min.js","baseUrls":{"mediaImageHost":"static.wixstatic.com","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/","duplexerUrl":"duplexer.wix.com","apiBaseUrlClient":"\/_api\/communities-blog-node-api","translationsBaseUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-translations\/1.4450.0\/","siteAssets":"{urlTemplate: {siteAssets}?siteId=f2343010-d1f3-4080-a98e-3d82976a671d&metaSiteId=2b9fa616-1dde-46d3-a1a3-d715ebc1d57d&siteRevision=1335","apiPlatformizedBaseUrl":"https:\/\/www.wix.com\/_api\/communities-blog-api-web","mediaVideoHost":"video.wixstatic.com","apiPlatformizedBaseUrlClient":"\/_api\/communities-blog-api-web","apiBaseUrl":"https:\/\/apps.wix.com\/_api\/communities-blog-node-api","apiExperimentsBaseUrlClient":"\/_api\/wix-laboratory-server","blocks_devSiteUrl":"https:\/\/zanass1.editorx.io\/2w5loeiwuf2frneevn6m","blocks_widgetManifestsUrl":"\/manifests\/14bcded7-0066-7c35-14d7-466cb3f09103\/1335\/manifests.json","useArchiveWidgetAdapter":"false","disableDuplexerForInstanceIds":"671e6bcb-a0a9-4ae0-98f2-f81a607bf167","provisioningModalUrl":"https:\/\/www.wix.com\/_partials\/communities-blog-provisioning-modal\/1.1107.0\/modal.html","apiAggregatorBaseUrl":"\/blog-frontend-adapter-public","apiPaywallBaseUrl":"\/_api\/paywall-server","categoryLabel":"false"},"errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgets":{"ea40bb32-ddfc-4f68-a163-477bd0e97c8e":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"ea40bb32-ddfc-4f68-a163-477bd0e97c8e"},"14f260f9-c2eb-50e8-9b3c-4d21861fe58f":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"14f260f9-c2eb-50e8-9b3c-4d21861fe58f"},"6e2b3a80-dc83-4ce3-adc2-82ce48ff2ed6":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"6e2b3a80-dc83-4ce3-adc2-82ce48ff2ed6"},"14e5b36b-e545-88a0-1475-2487df7e9206":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"14e5b36b-e545-88a0-1475-2487df7e9206"},"14c1462a-97f2-9f6a-7bb7-f5541f23caa6":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/BlogViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/BlogViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"14c1462a-97f2-9f6a-7bb7-f5541f23caa6"},"5fdc6c03-080d-4872-b567-24146c82fae5":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"5fdc6c03-080d-4872-b567-24146c82fae5"},"7183995a-bf0b-4a2f-a9b4-a1b7ef96b6fa":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"7183995a-bf0b-4a2f-a9b4-a1b7ef96b6fa"},"ff5bffc0-5d09-4b31-b140-be6d8ffa2c03":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"ff5bffc0-5d09-4b31-b140-be6d8ffa2c03"},"2d4ed2d3-75f8-4942-9787-71e3d182e256":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"2d4ed2d3-75f8-4942-9787-71e3d182e256"},"46a9e991-c1cc-47c9-b19a-e99d3be1e2c9":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/RelatedPostsViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/RelatedPostsViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"46a9e991-c1cc-47c9-b19a-e99d3be1e2c9"},"a0d7808c-0d7d-4a40-8cf0-911a9f0de96f":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/CategoryMenuViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/CategoryMenuViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"a0d7808c-0d7d-4a40-8cf0-911a9f0de96f","cssPerBreakpoint":true},"5940091f-797c-4e86-9c57-73fcfd87425f":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"5940091f-797c-4e86-9c57-73fcfd87425f"},"e5520a99-1725-4b88-a85f-c439916890c8":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"e5520a99-1725-4b88-a85f-c439916890c8"},"1b5b448c-a39f-4515-9445-c6b4ceace1c2":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"1b5b448c-a39f-4515-9445-c6b4ceace1c2"},"68a2d745-328b-475d-9e36-661f678daa31":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"68a2d745-328b-475d-9e36-661f678daa31"},"5e123a45-f3aa-4157-a47a-e58d8cb246eb":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"5e123a45-f3aa-4157-a47a-e58d8cb246eb"},"c0a125b8-2311-451e-99c5-89b6bba02b22":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/TagCloudViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/TagCloudViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"c0a125b8-2311-451e-99c5-89b6bba02b22","cssPerBreakpoint":true},"b27ea74b-1c6f-4bdb-bda7-8242323ba20b":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"b27ea74b-1c6f-4bdb-bda7-8242323ba20b"},"25ab36f9-f8bd-4799-a887-f10b6822fc2e":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"25ab36f9-f8bd-4799-a887-f10b6822fc2e"},"14f26109-514f-f9a8-9b3c-4d21861fe58f":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"14f26109-514f-f9a8-9b3c-4d21861fe58f"},"76359954-edd4-4c46-ad14-a7c5e65cc30c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"76359954-edd4-4c46-ad14-a7c5e65cc30c"},"14e5b39b-6d47-99c3-3ee5-cee1c2574c89":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"14e5b39b-6d47-99c3-3ee5-cee1c2574c89"},"26858b64-aad8-42ab-8c63-f19009198c7b":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"26858b64-aad8-42ab-8c63-f19009198c7b"},"129259f6-06e4-42a3-9877-81a1fa9de95c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"129259f6-06e4-42a3-9877-81a1fa9de95c"},"d134b0c9-8085-415a-9479-b555374ba958":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"d134b0c9-8085-415a-9479-b555374ba958"},"1515a9e7-b579-fbbb-43fc-0e3051c14803":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/RssButtonViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/RssButtonViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"1515a9e7-b579-fbbb-43fc-0e3051c14803","cssPerBreakpoint":true},"2f3d2c69-2bc4-4519-bd72-0a63dd92577f":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/ArchiveViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/ArchiveViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"2f3d2c69-2bc4-4519-bd72-0a63dd92577f","cssPerBreakpoint":true},"75eefde7-6159-4e4c-aafd-2aaf5a27ebbd":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"75eefde7-6159-4e4c-aafd-2aaf5a27ebbd"},"211b5287-14e2-4690-bb71-525908938c81":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"211b5287-14e2-4690-bb71-525908938c81","cssPerBreakpoint":true},"478911c3-de0c-469e-90e3-304f2f8cd6a7":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostTitleViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3116.0\/PostTitleViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"478911c3-de0c-469e-90e3-304f2f8cd6a7"},"f43a5e97-d70d-4906-a56e-45fdfc0f5bb7":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"f43a5e97-d70d-4906-a56e-45fdfc0f5bb7"},"ce8e832b-c34f-4b80-b2a6-6cfd6d573751":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"ce8e832b-c34f-4b80-b2a6-6cfd6d573751"},"0cc51cdc-4a4f-4054-9284-6cfb0dc5a22a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"0cc51cdc-4a4f-4054-9284-6cfb0dc5a22a"},"813eb645-c6bd-4870-906d-694f30869fd9":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostListViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/PostListViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"813eb645-c6bd-4870-906d-694f30869fd9"},"bc7fa914-015b-4c32-a323-e5472563a798":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"bc7fa914-015b-4c32-a323-e5472563a798"},"7466726a-84cf-41c8-be6b-1694445dc539":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"7466726a-84cf-41c8-be6b-1694445dc539"},"14f260e4-ea13-f861-b0ba-4577df99b961":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"14f260e4-ea13-f861-b0ba-4577df99b961"},"091d05b7-f44d-4a76-9163-0c7ed5312769":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"091d05b7-f44d-4a76-9163-0c7ed5312769"},"763aa9a8-0531-426f-a4b1-61a7291ce292":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"763aa9a8-0531-426f-a4b1-61a7291ce292"},"e5a2773b-0e6b-4cbb-a012-3b4a69e92046":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/MyPostsViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/communities-blog-ooi\/1.3115.0\/MyPostsViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"e5a2773b-0e6b-4cbb-a012-3b4a69e92046"},"14f26118-b65b-b1c1-b6db-34d5da9dd623":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/2062d0a4929b45348643784b5cb39c36@sentry.wixpress.com\/1643","widgetId":"14f26118-b65b-b1c1-b6db-34d5da9dd623"}}},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"appDefId":"14271d6f-ba62-d045-549b-ab972ae1f70e","appDefName":"Wix Pro Gallery","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=ce7fd828-85c4-4b73-a390-d293eae32cec&metaSiteId=5af77ffc-cae0-4550-8a1e-4a85ff049a48&siteRevision=25","blocks_widgetManifestsUrl":"\/manifests\/14271d6f-ba62-d045-549b-ab972ae1f70e\/25\/manifests.json","santaWrapperBaseUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/"},"errorReportingUrl":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427","widgets":{"142bb34d-3439-576a-7118-683e690a1e0d":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/WixProGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/WixProGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427","widgetId":"142bb34d-3439-576a-7118-683e690a1e0d"},"144f04b9-aab4-fde7-179b-780c11da4f46":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427","widgetId":"144f04b9-aab4-fde7-179b-780c11da4f46"}}},"b976560c-3122-4351-878f-453f337b7245":{"appDefId":"b976560c-3122-4351-878f-453f337b7245","appDefName":"Members Area","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2458.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=27e854ac-99e9-4626-b905-ff10071df796&metaSiteId=4a8777cf-00e8-44ee-95cd-d6abc09dc8e4&siteRevision=1291","blocks_devSiteUrl":"https:\/\/mnmteam.editorx.io\/vxgooi3j6xm5ykyver02","blocks_widgetManifestsUrl":"\/manifests\/b976560c-3122-4351-878f-453f337b7245\/1291\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2458.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2458.0"},"errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgets":{"5956d247-32d0-43af-9a49-7d1090c1e666":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"5956d247-32d0-43af-9a49-7d1090c1e666"},"2f6c5608-393f-4b15-bfd8-d4e15396787a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"2f6c5608-393f-4b15-bfd8-d4e15396787a"},"5ab312ae-0cf7-4093-bbf5-5e4d3690151c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"5ab312ae-0cf7-4093-bbf5-5e4d3690151c"},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"controllerUrl":"","componentUrl":"https:\/\/empty","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b"},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"controllerUrl":"","componentUrl":"https:\/\/empty","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b"},"25d08a82-0ea5-40f4-8047-07aee3e73e40":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"25d08a82-0ea5-40f4-8047-07aee3e73e40"},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"009081ab-9c3d-41d5-8b90-41af0e84c159"},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"a26fd26a-3dd9-42ca-b381-326a9c143e38"},"596a6688-3ad7-46f7-bb9c-00023225876d":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"596a6688-3ad7-46f7-bb9c-00023225876d"}}},"dataBinding":{"appDefId":"dataBinding","appDefName":"Data Binding","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/dbsm-viewer-app\/1.9023.0\/app.js","baseUrls":{},"widgets":{}},"675bbcef-18d8-41f5-800e-131ec9e08762":{"appDefId":"675bbcef-18d8-41f5-800e-131ec9e08762","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wix-code-viewer-app\/1.1479.745\/app.js","baseUrls":{},"widgets":{}}},"builderComponentsImportMapSdkUrls":{},"builderComponentsCompTypeSdkUrls":{},"builderPublicPackagesUrls":{"esm":{},"umd":{}},"blocksBootstrapData":{"blocksAppsData":{"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130":{"siteHeaderUrl":"f512fcdec26704c7da6a309d7b11c311_r3.json","wixCodeGridId":"2122ce2b-e7c2-40bf-a898-a6aa6f852c52","wixCodeInstanceId":"61d54d44-4efd-4c52-a518-f54563d97c37"},"14bcded7-0066-7c35-14d7-466cb3f09103":{"siteHeaderUrl":"ae7beb322e32912fccc688a488a3de89_r3.json","wixCodeGridId":"21056c2c-144a-488f-912d-5fb0e1262beb","wixCodeInstanceId":"c520f32b-7cd2-44bd-a087-e5c72fd7af4c"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"siteHeaderUrl":"a7dbf879980a8e90e03d649b6f48fac4_r3.json","wixCodeGridId":"71869e96-79b7-49b9-b6f9-e32bcf00ac52","wixCodeInstanceId":"4655355b-4814-4846-b82a-e057f0df94a3"},"b976560c-3122-4351-878f-453f337b7245":{"siteHeaderUrl":"85a6f2b73f462330bba8a9c29e3d6558_r3.json","wixCodeGridId":"5d5e1403-dffe-4565-948c-03a8e2f4251e","wixCodeInstanceId":"9a9eaf1c-6655-4e0c-9789-ee2c43dd1920"}},"elevatedBlocksAppsOnReactNative":[],"experiments":{"specs.blocks-client.alwaysUseTokenInfoForDecode":"true"},"experimentsQueryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=undefined","widgetBundleUrls":{},"isVeloBundlerParastorageUrlEnabled":true,"parastorageTemplateUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_\/gridAppId_\/filePath_\/fileType_js\/compression_gzip\/depToken_3938\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_"},"window":{"csrfToken":""},"location":{"externalBaseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","isPremiumDomain":false,"metaSiteId":"d9e90e08-7d0d-40a4-9d40-77d4060455e7","userFileDomainUrl":"filesusr.com"},"bi":{"ownerId":"0a1ffa22-83d1-443d-b21d-4653fd5ae678","isMobileFriendly":true,"isPreview":false,"requestId":"1773177042.411387056871310"},"platformAPIData":{"routersConfigMap":{"routers-m2t334q6":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"in0hg"},"roleVariations":{}},"routers-mmi2hhq4":{"prefix":"portfolio-collections","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","config":"{\"portfolioPagesData\":[{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Project\",\"pageUriSEO\":\"project\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-131\"},\"title\":\"Pages de projet\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"xvo01\",\"sig\":\"1x2-129\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hgnx\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"xvo01\",\"sig\":\"1x2-130\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hgny\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"xvo01\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false},{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Collection\",\"pageUriSEO\":\"collection\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-153\"},\"title\":\"Pages de catégorie\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"vwxkh\",\"sig\":\"1x2-151\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hh18\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"vwxkh\",\"sig\":\"1x2-152\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hh181\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"vwxkh\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false},{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Portfolio\",\"pageUriSEO\":\"portfolio\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-174\"},\"title\":\"Portfolio\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"m3pi8\",\"sig\":\"1x2-172\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hhbi\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"m3pi8\",\"sig\":\"1x2-173\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hhbi1\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"m3pi8\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false}]}","group":"","pages":{"project":"xvo01","collection":"vwxkh"},"roleVariations":{}}}},"wixCodeBootstrapData":{"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762","wixCodeInstanceId":"b241c298-b970-4f3e-ab11-658c6e6a622b","wixCloudBaseDomain":"wix-code.com","dbsmViewerApp":"https:\/\/static.parastorage.com\/services\/dbsm-viewer-app\/1.9023.0","wixCodePlatformBaseUrl":"https:\/\/static.parastorage.com\/services\/wix-code-platform\/1.1097.93","wixCodeModel":{"appData":{"codeAppId":"e7a9f1ab-9c4e-4e88-8817-3210e51daa6d"},"signedAppRenderInfo":"5c416bd06b9474755303e3080eacb4d3989190bb.eyJncmlkQXBwSWQiOiJlN2E5ZjFhYi05YzRlLTRlODgtODgxNy0zMjEwZTUxZGFhNmQiLCJodG1sU2l0ZUlkIjoiY2Y0ZTc0YjAtMGFkNC00NDY2LWE5ZTYtMTI5NGRjNGFjN2E1IiwiZGVtb0lkIjpudWxsLCJzaWduRGF0ZSI6MTc3MzE3NzA0MjY2M30="},"wixCodePageIds":{},"elementorySupport":{"baseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/_api\/wix-code-public-dispatcher-ng\/siteview"},"codePackagesData":[]},"autoFrontendModulesBaseUrl":"https:\/\/static.parastorage.com\/services\/auto-frontend-modules\/1.6238.0","disabledPlatformApps":{},"widgetsClientSpecMapData":{"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130":{"cee9250f-6d1b-4792-9c89-92ad9331a14c":{"componentFields":{}},"2aab0194-002b-49b0-96b0-14023fe80a51":{"componentFields":{}},"0c69860e-22af-4e7d-afb5-8688f8a62810":{"componentFields":{}},"d6c045f0-5d83-4c6c-845e-9059ca159990":{"componentFields":{}},"a9d4e3aa-646a-4318-8cd1-142bf9dcbcc6":{"componentFields":{}},"19c2c23c-bee0-46d5-89a8-aa218df193c9":{"componentFields":{}},"dce5b630-279d-48fe-ad36-d4689446f8b8":{"componentFields":{}},"dafd3feb-14fb-4e16-af79-43fa6e7757d6":{"componentFields":{}},"8170e65e-9571-4936-8d8c-87b20e86983e":{"componentFields":{}},"e0a0078d-0b7b-448b-8286-634343625929":{"componentFields":{}},"90e98c69-d7e4-4735-ae70-8f865f447492":{"componentFields":{}},"5801308f-1c6e-484c-afaa-f5f002a0f05a":{"componentFields":{}},"dcb496ce-09a9-4ad8-b376-8b95516767e4":{"componentFields":{}},"a0ad8ad7-c3d5-49d1-afd4-21d5bd73e727":{"componentFields":{}},"d88f5910-8e5f-430d-9a33-ead698c6a601":{"componentFields":{}},"3f41d62e-4f48-4ba5-a2f4-54cc7b6a412f":{"componentFields":{}},"18c27451-20c4-4b32-817a-cec90ef4cf6a":{"componentFields":{}},"94473845-b8a0-44cb-9b46-3be017b18139":{"componentFields":{}},"83f9f884-6bc1-40fe-9507-0caf491eb30a":{"componentFields":{}},"21044b85-8044-4a6a-9f6e-b60b6b8b8240":{"componentFields":{}},"e824d6ec-80ef-42ea-bb34-a345716451c6":{"componentFields":{}},"85ed03d7-7cab-44cf-b261-956cf77078d7":{"componentFields":{}},"c6a5ef1c-92b9-4523-b0cf-f5f86e18b63f":{"componentFields":{}},"34f0a4f4-6ffe-4e9b-a144-0ad7c1ab8c80":{"componentFields":{}},"54160040-d8c6-47a0-b9cb-2023c59e5f72":{"componentFields":{}},"60c9bfbb-a162-45a3-a1f3-66fea3e3e4ed":{"componentFields":{}},"8a95c2ad-d49b-4a5c-8b7d-5a90a2e5cd18":{"componentFields":{}},"94749934-1639-4306-84db-7149978a0562":{"componentFields":{}},"e90b63c1-7f1b-48c5-b046-391f2478d2aa":{"componentFields":{}},"7ba61b91-d50d-4b14-ab40-0e5e9220919c":{"componentFields":{}},"7286ccdf-e28c-4ad8-a243-f90d09949ca3":{"componentFields":{}},"830c75f8-dbe6-4bf9-bc08-7e39828a6301":{"componentFields":{}},"cb811972-44c1-44b5-8fc9-c9508659c54e":{"componentFields":{}},"ec526bfa-27bd-40a7-80c5-2deabcbaf204":{"componentFields":{}},"c5a464fa-7892-47d5-b23e-f11e9ac1d694":{"componentFields":{}},"c6b2e7c1-46ed-4cc5-8dbd-50ddb1b1e9ad":{"componentFields":{}},"5ec17c5e-c01b-4d4f-9ffe-ab6282146654":{"componentFields":{}},"ceecd61c-3aec-4639-b32c-cbfe1400e819":{"componentFields":{}},"e86110ad-890a-4b7a-abe3-6e8dc8bb15cf":{"componentFields":{}},"437cf52e-f57d-449e-af48-96791677e471":{"componentFields":{}},"ccd857ff-153e-452c-8cea-3f3a8aafeb86":{"componentFields":{}},"43ae5824-a10b-4baf-9584-775920339ec7":{"componentFields":{}},"43f58330-cdf6-4381-b1f4-e0d571533f51":{"componentFields":{}},"1a280e59-fe91-46e5-9a08-66000a7becbe":{"componentFields":{}},"26616003-ec67-46bf-93f3-eb1c1476a581":{"componentFields":{}}},"14bcded7-0066-7c35-14d7-466cb3f09103":{"ea40bb32-ddfc-4f68-a163-477bd0e97c8e":{"componentFields":{}},"14f260f9-c2eb-50e8-9b3c-4d21861fe58f":{"widgetName":"member-comments-page","componentFields":{}},"6e2b3a80-dc83-4ce3-adc2-82ce48ff2ed6":{"componentFields":{}},"14e5b36b-e545-88a0-1475-2487df7e9206":{"widgetName":"recent-posts-widget","componentFields":{}},"14c1462a-97f2-9f6a-7bb7-f5541f23caa6":{"widgetName":"blog","componentFields":{}},"5fdc6c03-080d-4872-b567-24146c82fae5":{"componentFields":{}},"7183995a-bf0b-4a2f-a9b4-a1b7ef96b6fa":{"componentFields":{}},"ff5bffc0-5d09-4b31-b140-be6d8ffa2c03":{"componentFields":{}},"2d4ed2d3-75f8-4942-9787-71e3d182e256":{"componentFields":{}},"46a9e991-c1cc-47c9-b19a-e99d3be1e2c9":{"widgetName":"46a9e991-c1cc-47c9-b19a-e99d3be1e2c9","componentFields":{}},"a0d7808c-0d7d-4a40-8cf0-911a9f0de96f":{"widgetName":"a0d7808c-0d7d-4a40-8cf0-911a9f0de96f","componentFields":{}},"5940091f-797c-4e86-9c57-73fcfd87425f":{"componentFields":{}},"e5520a99-1725-4b88-a85f-c439916890c8":{"componentFields":{}},"1b5b448c-a39f-4515-9445-c6b4ceace1c2":{"componentFields":{}},"68a2d745-328b-475d-9e36-661f678daa31":{"componentFields":{}},"5e123a45-f3aa-4157-a47a-e58d8cb246eb":{"componentFields":{}},"c0a125b8-2311-451e-99c5-89b6bba02b22":{"widgetName":"c0a125b8-2311-451e-99c5-89b6bba02b22","componentFields":{}},"b27ea74b-1c6f-4bdb-bda7-8242323ba20b":{"componentFields":{}},"25ab36f9-f8bd-4799-a887-f10b6822fc2e":{"componentFields":{}},"14f26109-514f-f9a8-9b3c-4d21861fe58f":{"widgetName":"member-likes-page","componentFields":{}},"76359954-edd4-4c46-ad14-a7c5e65cc30c":{"componentFields":{}},"14e5b39b-6d47-99c3-3ee5-cee1c2574c89":{"widgetName":"custom-feed-widget","componentFields":{}},"26858b64-aad8-42ab-8c63-f19009198c7b":{"componentFields":{}},"129259f6-06e4-42a3-9877-81a1fa9de95c":{"componentFields":{}},"d134b0c9-8085-415a-9479-b555374ba958":{"componentFields":{}},"1515a9e7-b579-fbbb-43fc-0e3051c14803":{"widgetName":"rss-feed-widget","componentFields":{}},"2f3d2c69-2bc4-4519-bd72-0a63dd92577f":{"widgetName":"2f3d2c69-2bc4-4519-bd72-0a63dd92577f","componentFields":{}},"75eefde7-6159-4e4c-aafd-2aaf5a27ebbd":{"componentFields":{}},"211b5287-14e2-4690-bb71-525908938c81":{"widgetName":"post","componentFields":{}},"478911c3-de0c-469e-90e3-304f2f8cd6a7":{"widgetName":"478911c3-de0c-469e-90e3-304f2f8cd6a7","componentFields":{}},"f43a5e97-d70d-4906-a56e-45fdfc0f5bb7":{"componentFields":{}},"ce8e832b-c34f-4b80-b2a6-6cfd6d573751":{"componentFields":{}},"0cc51cdc-4a4f-4054-9284-6cfb0dc5a22a":{"componentFields":{}},"813eb645-c6bd-4870-906d-694f30869fd9":{"widgetName":"813eb645-c6bd-4870-906d-694f30869fd9","componentFields":{}},"bc7fa914-015b-4c32-a323-e5472563a798":{"componentFields":{}},"7466726a-84cf-41c8-be6b-1694445dc539":{"componentFields":{}},"14f260e4-ea13-f861-b0ba-4577df99b961":{"widgetName":"member-drafts-page","componentFields":{}},"091d05b7-f44d-4a76-9163-0c7ed5312769":{"componentFields":{}},"763aa9a8-0531-426f-a4b1-61a7291ce292":{"componentFields":{}},"e5a2773b-0e6b-4cbb-a012-3b4a69e92046":{"widgetName":"e5a2773b-0e6b-4cbb-a012-3b4a69e92046","componentFields":{}},"14f26118-b65b-b1c1-b6db-34d5da9dd623":{"widgetName":"member-posts-page","componentFields":{}}},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"142bb34d-3439-576a-7118-683e690a1e0d":{"widgetName":"pro-gallery","componentFields":{}},"144f04b9-aab4-fde7-179b-780c11da4f46":{"widgetName":"fullscreen_page","componentFields":{}}},"14517e1a-3ff0-af98-408e-2bd6953c36a2":{"14517f3f-ffc5-eced-f592-980aaa0bbb5c":{"widgetName":"wix_visitors","componentFields":{}}},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"widgetName":"member_info","componentFields":{}}},"14dbef06-cc42-5583-32a7-3abd44da4908":{"14dbefb9-3b7b-c4e9-53e8-766defd30587":{"widgetName":"about","componentFields":{}}},"14f25924-5664-31b2-9568-f9c5ed98c9b1":{"14f2595a-a352-3ff1-9b3c-4d21861fe58f":{"widgetName":"notifications_app","componentFields":{}},"93fc7436-4f62-4e86-9f19-29afe012c541":{"widgetName":"93fc7436-4f62-4e86-9f19-29afe012c541","componentFields":{}},"6ca9273a-a775-407c-87e1-9685588c9aa7":{"widgetName":"6ca9273a-a775-407c-87e1-9685588c9aa7","componentFields":{}}},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"04462ba4-2137-41bd-9460-0814554aae07":{"widgetName":"04462ba4-2137-41bd-9460-0814554aae07","componentFields":{}},"14f25dd2-f9b0-edc2-f38e-eded5da094aa":{"widgetName":"settings","componentFields":{}}},"675bbcef-18d8-41f5-800e-131ec9e08762":{},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"widgetName":"my_wallet","componentFields":{}}},"14c92d28-031e-7910-c9a8-a670011e062d":{"14c92de1-0e02-cbe5-98e9-c3de44d63a55":{"widgetName":"faq_widget","componentFields":{}}},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"371ee199-389c-4a93-849e-e35b8a15b7ca":{"widgetName":"371ee199-389c-4a93-849e-e35b8a15b7ca","componentFields":{}}},"1380b703-ce81-ff05-f115-39571d94dfcd":{"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"widgetName":"product_page","componentFields":{}},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"widgetName":"49dbb2d9-d9e5-4605-a147-e926605bf164","componentFields":{}},"14666402-0bc7-b763-e875-e99840d131bd":{"widgetName":"add_to_cart_button","componentFields":{}},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"widgetName":"wishlist","componentFields":{}},"13afb094-84f9-739f-44fd-78d036adb028":{"widgetName":"grid_gallery","componentFields":{}},"1380bbab-4da3-36b0-efb4-2e0599971d14":{"widgetName":"shopping_cart","componentFields":{}},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"widgetName":"slider_gallery","componentFields":{}},"1380bbb4-8df0-fd38-a235-88821cf3f8a4":{"widgetName":"thank_you_page","componentFields":{}},"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb":{"widgetName":"order_history","componentFields":{}},"1380bba0-253e-a800-a235-88821cf3f8a4":{"widgetName":"product_gallery","componentFields":{}},"1380bbc4-1485-9d44-4616-92e36b1ead6b":{"widgetName":"shopping_cart_icon","componentFields":{}},"244576c9-d856-49b9-af14-216071924e3b":{"widgetName":"244576c9-d856-49b9-af14-216071924e3b","componentFields":{}},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"widgetName":"abcd87fe-c51f-4538-848d-2902a2f50d2d","componentFields":{}},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"widgetName":"4425f8e8-51fb-457b-9123-fdb7b1cef94a","componentFields":{}},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"widgetName":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","componentFields":{}},"14fd5970-8072-c276-1246-058b79e70c1a":{"widgetName":"checkout","componentFields":{}},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"widgetName":"product_widget","componentFields":{}},"deaaaab0-f5bd-4b7a-a652-3845efcb546a":{"widgetName":"deaaaab0-f5bd-4b7a-a652-3845efcb546a","componentFields":{}},"215f8ab7-97c3-4838-a6d0-ad4a61747158":{"componentFields":{}}},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"e53d6a92-5acc-4a00-9d4d-f46c86a49c2e":{"componentFields":{}}},"b976560c-3122-4351-878f-453f337b7245":{"5956d247-32d0-43af-9a49-7d1090c1e666":{"componentFields":{}},"2f6c5608-393f-4b15-bfd8-d4e15396787a":{"componentFields":{}},"5ab312ae-0cf7-4093-bbf5-5e4d3690151c":{"componentFields":{}},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"widgetName":"31aadcb0-9add-42cb-9b21-72f41e91389b","componentFields":{}},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"widgetName":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b","componentFields":{}},"25d08a82-0ea5-40f4-8047-07aee3e73e40":{"componentFields":{}},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"componentFields":{}},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"componentFields":{}},"596a6688-3ad7-46f7-bb9c-00023225876d":{"componentFields":{}}},"14ce28f7-7eb0-3745-22f8-074b0e2401fb":{"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd":{"widgetName":"profile","componentFields":{}}},"dataBinding":{}},"essentials":{"appsConductedExperiments":{"14f25924-5664-31b2-9568-f9c5ed98c9b1":{"specs.ping.membersAreaNotifications.useIntlInsteadOfMoment":"true","specs.ping.MANotifications.useMAWidgetPluginService":"true"},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"specs.forms.LocalPhoneNumbers":"true","specs.form-app.AiFormAssistantTypingEffect":"false","specs.forms.MultilineAddressInTemplates":"true","specs.forms.FetchFormsInEditor":"false","specs.forms.SettingsButtonTextFormatting":"true","specs.bookings.BifOnMeetingsInstallOnlyMeetings":"true","specs.forms.RemoveFalsyValues":"false","specs.forms.FixControllerActions":"true","specs.forms.WixServicesInstallation":"true","specs.forms.UseFieldsV2":"true","specs.forms.WdsOpacityColorPicker":"false","specs.bookings.BIFInstallOnlyMeetings":"false","specs.form-app.AiFormAssistantV2":"false","specs.forms.ImportFilesToMediaManagerExperiment":"true","specs.form-app.AiFormAssistantOptionsButtons":"true","specs.forms.EnableNewPhoneFieldValidation":"true","specs.forms.CreateFormFromPreset":"true","specs.bookings.InstallMeetingsForBIF":"false","specs.forms.EnablePhoneField":"true","specs.services.RemoveBookingsDependency":"true","specs.forms.SignatureFieldV2":"true","specs.forms.BoxlessTextStyles":"true","specs.forms.EnablePresetTab":"false"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"specs.pro-gallery.displayPreset14":"true","specs.pro-gallery.removeUseOfCounterApi":"true","specs.pro-gallery.horizontalScrollAnimations":"true","specs.pro-gallery.useImageAvifFormat":"true","specs.pro-gallery.EnableAlbumsStorePremiumValidation":"true","specs.pro-gallery.removePgStoreTab":"true","specs.pro-gallery.backgroundDesignFullscreen":"true","specs.pro-gallery.useMotherSiteAppInstance":"true","specs.pro-gallery.addSEOVideoMetaTags":"false","specs.pro-gallery.enableMainLightroomSettingsButton":"true","specs.pro-gallery.displayPreset17":"false","specs.pro-gallery.slideTransition":"true","specs.proGallery.shouldShowNewPanels":"false","specs.pro-gallery.displayProGalleryPresets":"true","specs.pro-gallery.navigationArrowsDrawer":"true","specs.pro-gallery.horizontalTitlePlacementOptions":"true","specs.pro-gallery.artstoreShowDeprecationMessageInSettings":"false","specs.pro-gallery.navArrowsVericalPositionController":"true","specs.pro-gallery.enablePGRenderIndicator":"false","specs.pro-gallery.excludeFromWarmupData":"false","specs.pro-gallery.customNavigationArrows":"true","specs.pro-gallery.fixedGalleryRatio":"true","specs.pro-gallery.displayProGalleryNewPreset":"true","specs.pro-gallery.useReactionService":"true","specs.pro-gallery.textBoxWidthControllers":"true","specs.pro-gallery.allowOverlayGradient":"true","specs.pro-gallery.excludeFromLayoutFixer":"false","specs.pro-gallery.useIsInFirstFold":"false","specs.pro-gallery.dontRenderGalleryBelowFoldOnLoad":"false","specs.pro-gallery.enableLightroomSettingsButton":"true","specs.pro-gallery.displayPreset16":"true","specs.pro-gallery.displayProGallerySEOSettings":"false","specs.pro-gallery.imageEditing":"b","specs.pro-gallery.useWowImageRenderer":"false","specs.pro-gallery.useWarmupData":"true","specs.pro-gallery.enableFullResFeature":"true","specs.pro-gallery.slideAnimationDeck":"true","specs.pro-gallery.useReactPortalInArtStore":"true","specs.pro-gallery.blockOAP":"false","specs.pro-gallery.useServerBlueprints-viewer":"false","specs.pro-gallery.excludeFromThinLinesFix":"false","specs.pro-gallery.excludeFromHlsVideosOnIphone":"true","specs.pro-gallery.removeRoleApplication":"true","specs.pro-gallery.tryCentralizedConduction":"false","specs.pro-gallery.organizeMediaMultiTypes":"true","specs.pro-gallery.useServerBlueprints-preview":"false","specs.pro-gallery.displayPreset15":"true","specs.pro-gallery.enableVideoPlaceholder":"true","specs.pro-gallery.organizeMediaAltText":"b","specs.pro-gallery.overlayDesign":"true","specs.pro-gallery.shouldUseVirtualization":"true","specs.pro-gallery.disableImagePreload":"true","specs.pro-gallery.excludeFromPrerenderPerformance":"false","specs.pro-gallery.appSettings":"true"},"b976560c-3122-4351-878f-453f337b7245":{"specs.profilePageBoB.EnablePageLoadErrorState":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.RemoveAdditionOfGlobalControllerInV3":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.membersAreaV2.SyncDataWithMenuItems":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.SplitInstallation":"true","specs.profilePageBoB.EnableCSSIndicators":"true","specs.profilePageBoB.EnableCustomSausageBarConfig":"true","specs.membersArea.AddWidgetsPluginsResilience":"true","specs.membersArea.installedWidgetsFromRoutes":"true","specs.membersAreaV2.UseSyncDeleteActions":"true","specs.profilePageBoB.Enable404SeoStatusCode":"true","specs.membersArea.EnableSausageBar":"true","specs.profilePageBoB.EnableFFLightboxErrorState":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.profilePageBoB.UseNewErrorPageRedirectFlow":"false","specs.membersArea.EnableUnifiedManager":"true","specs.profilePageBoB.VerticalDeletionRemoveRefreshApp":"true","specs.membersAreaV2.fasterMemberFetching":"true","specs.membersArea.OptimizeViewedMemberRolesFetch":"true"},"1505b775-e885-eb1b-b665-1e485d9bf90e":{"specs.stores.UseLatestSubdivisionsClient":"true","specs.addresses.SupportBIForHIPPA":"true"},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"specs.ping.membersAreaUseNotificationsV2Api":"true","specs.membersArea.enableNotificationsOnV2":"true","specs.membersArea.addStandalonePageRoutesToPublicAppData":"true","specs.membersArea.useScalableDimensionsForLoginBarOnE3":"true","specs.membersArea.addNavigationIntentParams":"true","specs.membersArea.enableAppData":"true","specs.membersArea.normalizeMenuItemsLinkMetaData":"true"},"14dbef06-cc42-5583-32a7-3abd44da4908":{"specs.UouSubscriptionServiceUseApiGatewayClient":"true","specs.membersArea.DoNotWaitInstallNavigation":"true","specs.membersArea.UseMembersNgApiUpdate":"false","specs.members.FollowersAudienceProvider":"false","specs.media.MediaManager3":"true","specs.ricos.newFormattingToolbar":"true","specs.membersArea.showCascadingIndicators":"true","specs.membersArea.HideMemberSortField":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.CheckUserContributorPermissions":"true","specs.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"true","specs.profileCardOOI.ReorganizeActionButtons":"true","specs.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.members.enableMuteMembersSkill":"true","specs.ricos.newVideoVerticalAndSocialModals":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.badges.useBadgesV3":"true","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersArea.ShouldOpenPropertyInDevCenter":"false","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.EnableLoginBarComponentExtension":"true","specs.members.enableUpdateCustomFieldSkill":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.membersAbout.EnableWDSPanels":"true","specs.members.enableHideCustomFieldSkill":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersAreaV2.HidePermissionsPanelOnPrivateMA":"false","specs.wixRicos.withWixStyles":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.members.enableDeleteCustomFieldSkill":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.UsePopoverDynamicPositioning":"true","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.ricos-server.resolveParentPagePath":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersAbout.UseResponsivePostsCover":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersAbout.UseNewPostsCoverDefaults":"true","specs.membersArea.ShowMoreMembersWithBadge":"false","specs.membersAbout.EnableAboutContainerStyles":"true","specs.membersAboutOOI.DisableButtonOnPublish":"true","specs.ricos.enablePages":"false","specs.membersArea.AddRevisionField":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.AddManageMemberAccessAction":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.membersAbout.EnablePostListInSEO":"true","specs.ricos.removeUsmFromImageUrls":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.members.enableUnmuteMembersSkill":"true","specs.membersArea.UseMembersAboutV2":"true","specs.members.enableCreateBadgeSkill":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.UseApplyChangeToAllLanguagesForMaV2":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.membersArea.AppDataRoutesCompressionMAV2":"true","specs.membersArea.EnableMenusDataFixer":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.badges.shouldUseBadgesV3InEdm":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.ricos.fixedTabSize":"true","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersAbout.EnableAccessibleRCE":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.membersAbout.EnableAboutMiddleware":"true","specs.members.enableManageMemberPrivacySkill":"true","specs.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.membersAbout.EnableCSSIndicators":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.membersAboutOOI.EnablePluralStatisticFix":"true","specs.ricos.encAutoImageUrls":"true","specs.members.enableCreateCustomFieldSkill":"true","specs.ricos.tiptapEditor":"false","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersAbout.EnableHtmlTagSettings":"true","specs.ricos.newSettingsModals":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true","specs.membersArea.ShowHeadingLevelSettings":"true"},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"specs.UouSubscriptionServiceUseApiGatewayClient":"true","specs.membersArea.DoNotWaitInstallNavigation":"true","specs.membersArea.UseMembersNgApiUpdate":"false","specs.members.FollowersAudienceProvider":"false","specs.media.MediaManager3":"true","specs.membersArea.showCascadingIndicators":"true","specs.membersArea.HideMemberSortField":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.CheckUserContributorPermissions":"true","specs.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"true","specs.profileCardOOI.ReorganizeActionButtons":"true","specs.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.ChangeLoginInfo":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.members.enableMuteMembersSkill":"true","specs.myAccount.UseNewSettings":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.badges.useBadgesV3":"true","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersArea.ShouldOpenPropertyInDevCenter":"false","specs.myAccount.EnablePhoneNumberValidation":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.EnableLoginBarComponentExtension":"true","specs.members.enableUpdateCustomFieldSkill":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.members.enableHideCustomFieldSkill":"true","specs.myAccount.EnableCSSIndicators":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersAreaV2.HidePermissionsPanelOnPrivateMA":"false","specs.myAccount.EnableDatePickerStyling":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.members.enableDeleteCustomFieldSkill":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.UsePopoverDynamicPositioning":"true","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.myAccount.EnableHtmlTagSettings":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersArea.ShowMoreMembersWithBadge":"false","specs.membersArea.AddRevisionField":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.AddManageMemberAccessAction":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.myAccount.EnableMyAccountMiddleware":"true","specs.members.enableUnmuteMembersSkill":"true","specs.membersArea.UseMembersAboutV2":"true","specs.members.enableCreateBadgeSkill":"true","specs.myAccount.EnableUrlEditNote":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.UseApplyChangeToAllLanguagesForMaV2":"true","specs.myAccount.ShowButtonTextSetting":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.membersArea.AppDataRoutesCompressionMAV2":"true","specs.membersArea.EnableMenusDataFixer":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.badges.shouldUseBadgesV3InEdm":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.members.enableManageMemberPrivacySkill":"true","specs.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.myAccount.EnableDesignTabResetButtonPerPage":"true","specs.myAccount.EnableLoginAndAddressInTextsTab":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.members.enableCreateCustomFieldSkill":"true","specs.myAccount.EnableWDSPanels":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.myAccount.EnableAllSubdivisionsInAddressForm":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true","specs.membersArea.ShowHeadingLevelSettings":"true"},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"specs.stores.UseAddToCurrentCart":"true","specs.stores.AddTrackDataOnAddProducts":"true"},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"specs.ping.errorHandlerInUou":"true","specs.ping.MAPreferences.useMAWidgetPluginService":"true"},"14bcded7-0066-7c35-14d7-466cb3f09103":{"specs.wixBlog.ImportFromWordPressInsideMenu":"false","specs.wixBlog.FixMultipleColors":"true","specs.media.MediaManager3":"true","specs.wixBlog.CollectMetrics":"false","specs.ricos.newFormattingToolbar":"true","specs.wixBlog.RemoveBlocksPostPage":"false","specs.wixBlog.UseWarmupStateInOldPostPage":"false","specs.wixBlog.PreInstalledAuthorChanged":"true","specs.wixBlog.UseBlogSettingsAllPostsFeedLabels":"true","specs.ricos.newVideoVerticalAndSocialModals":"true","specs.wixBlog.BlogSausageMenu":"false","specs.wixBlog.SausageMenuFeed":"false","specs.wixBlog.BMMergePendingReviewTab":"false","specs.wixBlog.ImportUseDraftPostApiProxy":"true","specs.wixBlog.RemoveMainTab":"true","specs.wixBlog.NewBlogPostComment":"false","specs.wixBlog.DontCallDbOnBadSlug":"false","specs.wixRicos.withWixStyles":"true","specs.wixBlog.UseWarmupStateInPostList":"true","specs.wixBlog.UseWarmupStateInNewPostPage":"true","specs.wixBlog.BlockViewCountUpdates":"false","specs.ricos-server.resolveParentPagePath":"true","specs.wixBlog.HashtagPageUseFeedPage":"true","specs.wixBlog.PostRatings":"true","specs.wixBlog.DisplayPostComposerError":"false","specs.wixBlog.ScrollPostListToTop":"true","specs.wixBlog.PreInstalledPostSubmittedForReview":"true","specs.ricos.enablePages":"false","specs.wixBlog.UseBlogPermissionCacheService":"true","specs.blogImporter.EnableRollbackOfMigrationsBM":"false","specs.wixBlog.UseWarmupStateInFeed":"true","specs.wixBlog.UseLayoutFixer":"true","specs.ricos.removeUsmFromImageUrls":"true","specs.forms.EnableFormsInBlog":"true","specs.wixBlog.DisableBlogInjectGenie":"false","specs.wixBlog.UseTranslationCreditsApi":"true","specs.membersArea.BlogCommentsFromCommentsSerivice":"true","specs.wixBlog.LiveSiteEditorDeprication":"true","specs.wixBlog.UseFilesusrDomain":"false","specs.wixBlog.UsePromptHubForImageGeneration":"true","specs.wixBlog.MigrateCustomFeedOnEditorReady":"false","specs.wixBlog.SettingsFromParastorage":"false","specs.wixBlog.NewBlogPostPublishedAutomation":"true","specs.ricos.fixedTabSize":"true","specs.wixBlog.UseBlogLikeNinjaService":"true","specs.wixBlog.BMManagePendingReviews":"true","specs.wixBlog.PreInstalledPostSubmissionStatus":"true","specs.wixBlog.EnableDiscoveryIngestion":"true","specs.wixBlog.UseAiServiceCreateDraftPost":"true","specs.wixBlog.PreInstalledScheduledPostPublished":"true","specs.ricos.encAutoImageUrls":"true","specs.ricos.tiptapEditor":"false","specs.ricos.newSettingsModals":"true"},"1380b703-ce81-ff05-f115-39571d94dfcd":{"specs.ecom.ShouldRenderStepContentWithCallback":"true","specs.stores.FixFilterColorWithMultipleNames":"true","specs.ecom.SupportManualPaymentsOnPaymentRequest":"false","specs.stores.FixQuickViewNavigationToProductPage":"true","specs.stores.GalleryMigrateRowsToProductsCountViewer":"true","specs.ecom.CheckoutUIRevampOrderSummary":"true","specs.ecom.ShowMultipleLineItemActions":"true","specs.stores.AddMobileClassesToSliderGalleryRoot":"true","specs.ecom.ShowCheckoutPoliciesPage":"true","specs.stores.DisableFocusProductOnInfiniteScroll":"true","specs.ecom.HidePointerOnNotClickableHeader":"true","specs.forms.LocalPhoneNumbers":"true","specs.stores.GalleryProductOptionMobileNativeDropdown":"true","specs.stores.AllowAddToCartButtonOnImageInViewer":"true","specs.ecom.FixImageDimensionsOnCart":"true","specs.forms.JapanAutocompleteEnabled":"true","specs.stores.GalleryFetchAppSettingsOnce":"false","specs.stores.ReturnCartIdNullInsteadOfDeprecatedForExpressService":"true","specs.stores.ImageSettingsInViewer":"true","specs.stores.EnableDynamicSizeDefaultImage":"true","specs.ecom.PricesIncludeTaxFromCheckoutInExpress":"true","specs.stores.AllowResponsiveLayoutMaxWidth":"true","specs.stores.ThumbnailsDesignViewer":"true","specs.stores.ProductPageNewWixCodeApi":"true","specs.stores.ProductPageFixReflowSausageNavigation":"true","specs.stores.ShowAutomaticDiscountDataOnGallery":"true","specs.stores.HideBillingFormForPayPalAndManualNotBrazil":"true","specs.stores.GalleryProductOptionsAndQuantityWidth":"true","specs.stores.ProductPageUpliftProductOptionsViewer":"true","specs.ecom.violationBasedOnDeliveryOption":"true","specs.ecom.FixDeliveryTaxExemption":"true","specs.ecom.deliveryOptionsSetFirstAsDefault":"true","specs.stores.ShowUserWishlistStateInProductPage":"true","specs.stores.InfoSectionTabsTPAComponent":"true","specs.stores.ProductPageBreadcrumbsAfterHydration":"true","specs.ecom.overrideDeliveryCountriesOnlyOnShippingFlow":"true","specs.stores.GalleryColorPickerA11yReflowKeyboardFix":"true","specs.stores.GalleryDontFetchFilteredProductsWithoutActiveFilters":"true","specs.ecom.PlatformFeeOnCartAndCheckout":"true","specs.stores.ShouldUseCommonDiscountPricingMethods":"true","specs.ecom.FixTotalPriceCSSSideCart":"true","specs.stores.UseNewFiltersQueryParamEncoder":"true","specs.stores.GalleryEnableLoadMoreHoverUnderline":"true","specs.stores.allowProductPageButtonsOption":"true","specs.stores.TYPUpdateOrderModelWithSubscriptionInfo":"true","specs.forms.MoveEcomLabelTranslations":"true","specs.stores.FixWishlistPageLiveTextEditing":"true","specs.ecom.separateAdditionalFee":"true","specs.ecom.PreloadOnCartCheckoutButton":"true","specs.stores.SliderGalleryInfiniteLoopToggleViewer":"true","specs.stores.UseProductThumbnailWithWowImage":"true","specs.stores.GalleryPriceFilterClientTicksCalculation":"true","ecomTestFedOwnerScope":"false","specs.stores.ProductPageBreadcrumbsDesignViewer":"true","specs.stores.GalleryEditableGridTemplateRepeatOption":"true","specs.stores.ProductPageRemovePagination":"true","specs.stores.AddHasDiscountToVariantsItemsQueries":"true","specs.stores.FixVerticalThumbnailsPosition":"true","specs.stores.SliderContrastPlaceholder":"true","specs.stores.ShowAutomaticDiscountDataOnProductWidget":"true","specs.stores.FixCheckoutAddressTemplateMandatoryZipCode":"true","specs.ecom.MoveCartToViewerContext":"true","specs.stores.FixVariantIdCalculationInBuyNowFlow":"false","specs.stores.OnlineStoresSessionStorageWithTTL":"true","specs.ecom.VerifyCountryBeforeSkippingCustomerDetailsStep":"true","specs.forms.MultilineAddressInTemplates":"true","specs.stores.FixCartIconOnEditor":"true","specs.stores.ResponsiveGalleryMigration":"true","specs.ecom.ShowCrossedOutPriceOnLineItemLevel":"false","specs.stores.GalleryAllowLinkToProductPageInSSR":"true","specs.ecom.MergeExpressDeliveryRateWithHandlingFee":"false","specs.stores.ShowAddToCartWithSubscription":"true","specs.stores.ProductPageSlotsAddMoreProps":"true","specs.stores.ProductPageBuyNowFromEcomSdk":"true","specs.stores.GalleryFixWarmUpDataCacheKeyWithQueryParams":"true","specs.ecom.CheckoutHeaderContinueBrowsingDisplayCheckout":"true","specs.stores.FixAnnounceNotDefinedBug":"true","specs.stores.ShowErrorHandlingToastsGallery":"true","specs.stores.RefactorFormServiceToCalcExtendedFields":"true","specs.stores.FixQuickViewForSubscriptionsInWishlist":"true","specs.stores.ShowGiftCardAddToCartSettings":"true","specs.stores.ProductPageVideoPosterOptimization":"true","specs.ecom.fixGroupedDeliveryOptionSelection":"false","specs.stores.LoadClientConfigInController":"true","specs.stores.MainMediaWrapperAsAnchorElement":"true","specs.stores.AllowGalleryProductRoundCornersInViewer":"false","specs.stores.ResponsiveEditorBreadcrumbsToggle":"true","specs.ecom.MigrateAddressFormToV2":"true","specs.stores.SupportFreeTrialTYP":"true","usingStoresViewerScriptAddToCart":"false","specs.stores.SwitchMainMediaSlickToSwiper":"true","specs.stores.FixFilterKeySpecialCharacter":"true","specs.forms.RemoveFalsyValues":"false","specs.stores.StorefrontLegacyEnablePanoramaIntegration":"true","specs.stores.ProductNameHtmlTag":"true","specs.stores.UseUndefinedAsDefaultBillingAddressInCheckout":"true","specs.stores.GalleryA11yReflowFilterModalFix":"true","specs.stores.EnableDiscountAndRegularPriceSwapViewer":"true","specs.ecom.CheckoutHeaderAdditionalCustomizationsCheckout":"true","specs.ecom.CacheGetClientConfigInSiteStore":"true","specs.stores.GalleryFiltersClassicMobileHorizontalOrientationFix":"true","specs.stores.ShowWishlistInGallery":"true","specs.ecom.ShowCheckoutOnEditorPreview":"true","specs.ecom.ShowVoidedErrorMessage":"true","specs.stores.UseOpenSideCartApi":"true","specs.stores.UsingStoresViewerScriptAddToCart":"true","specs.stores.ShowAutomaticDiscountDataOnProductPage":"true","specs.stores.ProductPageWaitForWarmupData":"true","specs.stores.ProductMediaNavigationDots":"false","specs.stores.UseNewSubscriptionView":"true","specs.stores.AddSlotToCheckoutPolicies":"true","specs.forms.FixControllerActions":"true","specs.ecom.ImprovePerformanceByParallelPromises":"true","specs.ecom.FixDebouncedUpdateItemQuantity":"true","specs.ecom.AddCheckoutCountryToDeliveryCountries":"true","specs.stores.GalleryAddMissingAddProductImpressionEvent":"true","specs.stores.GalleryRemoveUnusedFieldsFromQuery":"true","specs.stores.ProductPageUplift":"true","specs.stores.ProductPageUpliftNewFeaturesSF":"true","specs.ecom.NewThankYouPage":"false","specs.stores.ProductPageBlocksCtaTrackEvents":"true","specs.stores.ProductPageUpliftProductOptions":"true","specs.stores.SubscriptionPlanNewDesign":"false","specs.ecom.SupportDynamicBillingFieldsCheckout":"false","specs.stores.GallerySlotsPOC":"false","specs.stores.AllowGalleryIntervalNavigation":"true","specs.stores.navigateToRelativeUrlWithCustomizedUrl":"true","specs.ecom.UsePaymentStatusV2":"true","specs.stores.enableUnitedStatesMilitaryAddresses":"true","specs.stores.GalleryNewErrorState":"true","specs.ecom.ShowTwoDescriptionLinesOnCartAndCheckout":"true","specs.ecom.showPriceWithFreeShippingCoupon":"true","specs.stores.GalleryStoreExtractSEO":"true","specs.stores.ProductPageWishlistTrackEvent":"false","specs.ecom.FixOutOfStockOnCart":"true","specs.stores.GalleryPriceSliderA11yFixKeyboardFocus":"true","specs.stores.ProductPageSsrInvalidationTags":"true","specs.stores.AllowGalleryContainerPadding":"true","specs.stores.ConfigureGalleryViewStates":"true","specs.stores.ShouldHandlePaylinksRedirectError":"true","specs.ecom.FixCartNavigationOnPreview":"false","specs.stores.GalleryWaitForWarmupData":"true","specs.stores.ShouldProductPageUseNewSocialIcons":"true","specs.stores.SliderGalleryExposeOptionsViewer":"true","specs.ecom.DontUseViewerStorageOnPreview":"true","specs.stores.Set404ForSeoWhenPageHasNoProducts":"true","specs.stores.SliderGalleryFixSwiperIndex":"true","specs.stores.DontRedirectToSiteOnFailedFetch":"true","specs.stores.SupportMitEnabledFieldInCheckoutPage":"true","specs.stores.ConfigureSlotsInEditorSDK":"true","ecomTestFed":"false","specs.ecom.useFallbackInPreviewLoader":"true","specs.ecom.UsePartialLineItemUrlInCart":"true","specs.stores.GalleryProductOptionsLimit":"true","specs.stores.ProductPageSlots":"true","specs.stores.GalleryStorefrontFilter":"false","specs.stores.newClearFiltersHoverState":"true","specs.stores.UseGalleryNewApplyFilterQueryParams":"false","specs.stores.tpaRouterShouldQueryProductsV3":"true","specs.ecom.showDeliveryOptionPreviewError":"true","specs.ecom.MoveCheckoutToViewerContext":"true","specs.stores.ProductPageConsumePublicDataFromBothScopes":"true","specs.ecom.OrderPlatformFeesUoU":"true","storesFTGalleryEnableLoadMoreHoverUnderline":"false","specs.forms.EnableNewPhoneFieldValidation":"true","specs.ecom.RichTextPoliciesCheckout":"true","specs.stores.GallerySeoTags":"true","specs.stores.GalleryMoveDiscountNameUnderPrice":"true","specs.stores.SliderGallery200Limit":"true","specs.stores.ProductPageBlocksFixAddToCartOnSecondaryLang":"true","specs.stores.AllowStickySidebarInViewer":"true","specs.ecom.CallCartV2FromCheckout":"true","specs.stores.RangeFilterRefactor":"true","specs.stores.ProductPageLocationOnChangePathChangeForEditorSausage":"true","specs.ecom.SendPaymentTokenUndefinedFallback":"true","specs.stores.SubscriptionPlansNewDesignViewer":"true","specs.stores.AllowAddToCartButtonContentTypesInViewer":"true","specs.ecom.ShowNoAmountWhenNoDeliveryOnCart":"true","specs.ecom.OrdersModifiers":"true","specs.ecom.loadDeliverySectionsDataOnReadOnly":"true","specs.ecom.AddProjectionsTYPQuery":"true","specs.ecom.UpdateCartIconsSVGViewer":"true","specs.ecom.CallCartV2FromExpressCheckout":"false","specs.ecom.EcomPlatformWidgetsBFCache":"true","specs.stores.EnableOutOfStockAlignment":"true","specs.stores.GalleryStoreExtractBI":"true","specs.forms.EnablePhoneField":"true","specs.stores.UseNewQueriesOnWishlistWithDiscount":"true","specs.stores.FixGalleryBorderRadiusOnZoomHover":"true","specs.stores.UseExperimentsFromPlatformFlowApiLegacyProjects":"true","specs.ecom.ShowMultipleSubscriptions":"true","specs.stores.FixBackInStockButtonValidation":"true","specs.stores.RemoveControllerFactory":"true","specs.stores.FixGalleryNotToShowQueryPageFor1":"true","specs.stores.FixSliderGalleryRelatedProductsEmptyRender":"true","specs.stores.GalleryRouterHTTPMethodToGet":"false","specs.ecom.StopFocusOnCart":"true","specs.ecom.hideShippingOptionAvailibilityBadgeOnMobile":"true","specs.ecom.HideMissingLineItemImagesInPaymentRequest":"true","specs.stores.GalleryProductOptionsAndQuantityRoundCornersInViewer":"true","specs.forms.SignatureFieldV2":"true","specs.ecom.SideCartEditor3SettingsPanel":"true","specs.stores.GalleryQuickBuyViewer":"true","specs.stores.RenderSlotsInGallery":"true","specs.ecom.StopSendingOriginInCheckoutUrl":"true","specs.stores.PriceFilterClientTicksCalculation":"true","specs.ecom.TopCheckoutButtonSkeletonOnCart":"true","specs.stores.UseNewQueriesWithProductDiscount":"true","specs.stores.AlignProductCountAndSort":"true","specs.stores.GalleryOptionButtonsGrid":"true","specs.stores.MobileImageRatio":"false","specs.ecom.TaxExemptionOnTYP":"true","specs.stores.CustomTextDesignViewer":"false","specs.ecom.AddExemptTextToTaxNameWhenPartiallyExempt":"true","specs.stores.UseNewFiltersQueryParamDecoder":"true","specs.stores.ResponsiveTYPCss":"true","specs.stores.SendNewV3SeoData":"false","specs.ecom.InitCustomUrlApiOnlyInProductPage":"true","specs.stores.ShouldSplitBillingInfoPrefill":"true","specs.stores.UseExperimentsFromPlatformFlowApi":"true","specs.ecom.UsePaymentRequestTitleInThankYou":"true","specs.stores.ShouldShowFirstProductOptionInGallery":"true","specs.stores.GalleryColorOptionAlignment":"true","specs.stores.AllowGalleryFreeModeNavigationInViewer":"true","specs.stores.GalleryProductItemResetQuantityUponSelectionChange":"true","specs.stores.EnableQualityOptionsStylingChanges":"false","specs.stores.AddingOverflowHiddenToFilterTitleMobile":"true","specs.stores.ProductPageSupportGridLayout":"true","specs.stores.ShouldSeparateQuantityAndOptionsStyleParams":"true","specs.stores.UseProductLineItemFromTYP":"true","specs.stores.AddSliderGalleryTitleToGlobalPropsContext":"true","specs.ecom.FixCouponErrorInCart":"true","specs.ecom.FixCartCountOverlap":"true","specs.stores.EnableWarmUpDataCaching":"true","specs.stores.FixGalleryRenderingWhenUrlChanges":"false","specs.stores.ProductPageNotifyEmailOnCheckout":"true","specs.stores.CheckoutPagePreviewEnabled":"true","specs.ecom.UseIsMobileForOneColumnView":"true","specs.stores.PreventGalleryFullRefreshOnUrlChange":"true","specs.ecom.CallShowPaymentErrorModalAfterValidation":"true","specs.stores.ProductPageRicoDescription":"true","specs.stores.increaseGqlGetLimit":"true","specs.stores.CategoryPageFooterDescriptionSF":"true"},"675bbcef-18d8-41f5-800e-131ec9e08762":{"specs.wixCode.LoadWithImportAMDModule":"true","specs.wixCode.LoadNamespacesPerPage":"false","specs.wixcode.ViewerExperimentOwnerScopeTest":"true","specs.wixCode.resolveMissingPlatformNamespaces":"false","specs.wixcode.ViewerExperimentTest":"false"},"14ce28f7-7eb0-3745-22f8-074b0e2401fb":{"specs.UouSubscriptionServiceUseApiGatewayClient":"true","specs.membersArea.DoNotWaitInstallNavigation":"true","specs.membersArea.UseMembersNgApiUpdate":"false","specs.members.FollowersAudienceProvider":"false","specs.media.MediaManager3":"true","specs.membersArea.showCascadingIndicators":"true","specs.membersArea.HideMemberSortField":"true","specs.profileCardOOI.MakeProfileCardRemovableInNewMA":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.CheckUserContributorPermissions":"true","specs.profileCard.EnableHtmlTagSettings":"true","specs.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"true","specs.profileCardOOI.ReorganizeActionButtons":"true","specs.profileCardOOI.NewResetSettings":"true","specs.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.members.enableMuteMembersSkill":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.badges.useBadgesV3":"true","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersArea.ShouldOpenPropertyInDevCenter":"false","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.profileCardOOI.UseMiddlewareForGlobalSettingsGetter":"true","specs.membersArea.EnableLoginBarComponentExtension":"true","specs.members.enableUpdateCustomFieldSkill":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.members.enableHideCustomFieldSkill":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersAreaV2.HidePermissionsPanelOnPrivateMA":"false","specs.responsive-editor.NoMeasureInstall":"true","specs.members.enableDeleteCustomFieldSkill":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.UsePopoverDynamicPositioning":"true","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.profileCardOOI.UseMiddlewareForMemberGetter":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.profileCardOOI.EnableAvifEncoding":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersArea.ShowMoreMembersWithBadge":"false","specs.membersArea.AddRevisionField":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.AddManageMemberAccessAction":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.profileCardOOI.EnableProfileAlignmentCssVars":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.profileCardOOI.usePlaceholderLoaders":"true","specs.profileCardOOI.UseBlockedCheckFollowButton":"true","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.members.enableUnmuteMembersSkill":"true","specs.membersArea.UseMembersAboutV2":"true","specs.members.enableCreateBadgeSkill":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.UseApplyChangeToAllLanguagesForMaV2":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.profileCardOOI.showNewNotificationsContent":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.membersArea.AppDataRoutesCompressionMAV2":"true","specs.membersArea.EnableMenusDataFixer":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.badges.shouldUseBadgesV3InEdm":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.profileCardOOI.EnableCSSIndicators":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.profileCardOOI.UseMiddlewareForRolesMapGetter":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.profileCard.UseMigratedEditor3StylesParams":"true","specs.members.enableManageMemberPrivacySkill":"true","specs.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.members.enableCreateCustomFieldSkill":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true","specs.membersArea.ShowHeadingLevelSettings":"true"}}},"forceEmptySdks":false,"appDefIdToIsMigratedToGetPlatformApi":{"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130":false,"14bcded7-0066-7c35-14d7-466cb3f09103":true,"14271d6f-ba62-d045-549b-ab972ae1f70e":false,"14517e1a-3ff0-af98-408e-2bd6953c36a2":false,"14cffd81-5215-0a7f-22f8-074b0e2401fb":false,"14dbef06-cc42-5583-32a7-3abd44da4908":false,"14f25924-5664-31b2-9568-f9c5ed98c9b1":false,"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":false,"675bbcef-18d8-41f5-800e-131ec9e08762":false,"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":false,"14c92d28-031e-7910-c9a8-a670011e062d":false,"225dd912-7dea-4738-8688-4b8c6955ffc2":false,"1380b703-ce81-ff05-f115-39571d94dfcd":false,"215238eb-22a5-4c36-9e7b-e7c08025e04e":false,"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":false,"b976560c-3122-4351-878f-453f337b7245":false,"14ce28f7-7eb0-3745-22f8-074b0e2401fb":false,"dataBinding":false}},"appsScripts":{"urls":{"14517e1a-3ff0-af98-408e-2bd6953c36a2":["https:\/\/static.parastorage.com\/services\/chat-worker\/1.1239.0\/viewer-script.bundle.min.js"],"225dd912-7dea-4738-8688-4b8c6955ffc2":["https:\/\/static.parastorage.com\/services\/form-app\/1.2421.0\/viewerScript.bundle.min.js"],"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":["https:\/\/static.parastorage.com\/services\/santa-members-viewer-app\/1.2819.0\/viewerScript.bundle.min.js"]},"scope":"page"},"debug":{"disablePlatform":false,"disableSnapshots":false,"enableSnapshots":false},"isBuilderComponentModel":false}},"siteAssets":{"dataFixersParams":{"experiments":{"dm_migrateOldHoverBoxToNewFixer":true,"dm_masterPageVariablesQueryFixer":true,"dm_bgScrubToMotionFixer":true},"dfVersion":"1.5303.0","isHttps":true,"isUrlMigrated":true,"metaSiteId":"d9e90e08-7d0d-40a4-9d40-77d4060455e7","quickActionsMenuEnabled":false,"siteId":"cf4e74b0-0ad4-4466-a9e6-1294dc4ac7a5","siteRevision":269,"v":3,"cacheVersions":{"dataFixer":6},"oneDocEnabled":true},"modulesParams":{"features":{"moduleName":"thunderbolt-features","contentType":"application\/json","resourceType":"features","languageResolutionMethod":"QueryParam","isMultilingualEnabled":false,"externalBaseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","useSandboxInHTMLComp":true,"disableStaticPagesUrlHierarchy":false,"aboveTheFoldSectionsNum":null,"isTrackClicksAnalyticsEnabled":false,"isSocialElementsBlocked":false,"builderAppVersions":"","onlyInteractions":false},"platform":{"moduleName":"thunderbolt-platform","contentType":"application\/json","resourceType":"platform","externalBaseUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree","staticHTMLComponentUrl":"https:\/\/cocodrilodelnilo-wixsite-com.filesusr.com\/"},"css":{"moduleName":"thunderbolt-css","contentType":"application\/json","resourceType":"css","shouldRunVsm":true,"shouldRunCssInBrowser":false,"shouldGetCssResultObject":false,"stylableMetadataURLs":["editor-elements-library.thunderbolt.1045b9225a52664fa3d0902fa605ee8ccc6d2807","editor-elements-design-systems.thunderbolt.d776ac115a42df0dfe0d784ae2ff5c64c6bb12fb"],"builderAppVersions":"","ooiVersions":"1380bbab-4da3-36b0-efb4-2e0599971d14%3Dp.wixstores-client-cart-ooi%2F1.5991.0%2FcartViewerWidgetNoCss.%3B1380bbb4-8df0-fd38-a235-88821cf3f8a4%3Dp.wixstores-client-thank-you-page-ooi%2F1.3451.0%2FthankYouPageViewerWidgetNoCss.%3B13a94f09-2766-3c40-4a32-8edb5acdd8bc%3Dp.wixstores-client-product-page%2F1.4213.0%2FProductPageViewerWidgetNoCss.%3B14c1462a-97f2-9f6a-7bb7-f5541f23caa6%3Dp.communities-blog-ooi%2F1.3115.0%2FBlogViewerWidgetNoCss.%3B14c92de1-0e02-cbe5-98e9-c3de44d63a55%3Dp.faq-ooi%2F1.592.0%2FFaqOoiViewerWidgetNoCss.%3B14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd%3Dp.profile-card-tpa-ooi%2F1.2887.0%2FProfileCardViewerWidgetNoCss.%3B14dbefb9-3b7b-c4e9-53e8-766defd30587%3Dp.members-about-ooi%2F1.2646.0%2FProfileViewerWidgetNoCss.%3B14dd1af6-3e02-63db-0ef2-72fbc7cc3136%3Dp.my-account-ooi%2F1.2783.0%2FMyAccountViewerWidgetNoCss.%3B14fd5970-8072-c276-1246-058b79e70c1a%3Dp.ecom-platform-checkout%2F1.6796.0%2FCheckoutViewerWidgetNoCss.%3B211b5287-14e2-4690-bb71-525908938c81%3Dp.communities-blog-ooi%2F1.3115.0%2FPostViewerWidgetNoCss.%3B371ee199-389c-4a93-849e-e35b8a15b7ca%3Dp.form-app%2F1.2421.0%2FFormViewerWidgetNoCss.%3B49dbb2d9-d9e5-4605-a147-e926605bf164%3Dp.wixstores-client-cart-ooi%2F1.5991.0%2FSideCartViewerWidgetNoCss.%3B6467c15e-af3c-4e8d-b167-41bfb8efc32a%3Dp.payments-my-wallet%2F1.1131.0%2FMyWalletViewerWidgetNoCss.%3B813eb645-c6bd-4870-906d-694f30869fd9%3Dp.communities-blog-ooi%2F1.3115.0%2FPostListViewerWidgetNoCss.%3Bbda15dc1-816d-4ff3-8dcb-1172d5343cce%3Dp.wixstores-client-gallery%2F1.5853.0%2FCategoryPageViewerWidgetNoCss."},"cssMappers":{"moduleName":"thunderbolt-css-mappers","contentType":"application\/json","resourceType":"cssMappers","shouldRunVsm":true,"shouldRunCssInBrowser":false,"shouldGetCssResultObject":false,"stylableMetadataURLs":["editor-elements-library.thunderbolt.1045b9225a52664fa3d0902fa605ee8ccc6d2807","editor-elements-design-systems.thunderbolt.d776ac115a42df0dfe0d784ae2ff5c64c6bb12fb"],"builderAppVersions":"","ooiVersions":"1380bbab-4da3-36b0-efb4-2e0599971d14%3Dp.wixstores-client-cart-ooi%2F1.5991.0%2FcartViewerWidgetNoCss.%3B1380bbb4-8df0-fd38-a235-88821cf3f8a4%3Dp.wixstores-client-thank-you-page-ooi%2F1.3451.0%2FthankYouPageViewerWidgetNoCss.%3B13a94f09-2766-3c40-4a32-8edb5acdd8bc%3Dp.wixstores-client-product-page%2F1.4213.0%2FProductPageViewerWidgetNoCss.%3B14c1462a-97f2-9f6a-7bb7-f5541f23caa6%3Dp.communities-blog-ooi%2F1.3115.0%2FBlogViewerWidgetNoCss.%3B14c92de1-0e02-cbe5-98e9-c3de44d63a55%3Dp.faq-ooi%2F1.592.0%2FFaqOoiViewerWidgetNoCss.%3B14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd%3Dp.profile-card-tpa-ooi%2F1.2887.0%2FProfileCardViewerWidgetNoCss.%3B14dbefb9-3b7b-c4e9-53e8-766defd30587%3Dp.members-about-ooi%2F1.2646.0%2FProfileViewerWidgetNoCss.%3B14dd1af6-3e02-63db-0ef2-72fbc7cc3136%3Dp.my-account-ooi%2F1.2783.0%2FMyAccountViewerWidgetNoCss.%3B14fd5970-8072-c276-1246-058b79e70c1a%3Dp.ecom-platform-checkout%2F1.6796.0%2FCheckoutViewerWidgetNoCss.%3B211b5287-14e2-4690-bb71-525908938c81%3Dp.communities-blog-ooi%2F1.3115.0%2FPostViewerWidgetNoCss.%3B371ee199-389c-4a93-849e-e35b8a15b7ca%3Dp.form-app%2F1.2421.0%2FFormViewerWidgetNoCss.%3B49dbb2d9-d9e5-4605-a147-e926605bf164%3Dp.wixstores-client-cart-ooi%2F1.5991.0%2FSideCartViewerWidgetNoCss.%3B6467c15e-af3c-4e8d-b167-41bfb8efc32a%3Dp.payments-my-wallet%2F1.1131.0%2FMyWalletViewerWidgetNoCss.%3B813eb645-c6bd-4870-906d-694f30869fd9%3Dp.communities-blog-ooi%2F1.3115.0%2FPostListViewerWidgetNoCss.%3Bbda15dc1-816d-4ff3-8dcb-1172d5343cce%3Dp.wixstores-client-gallery%2F1.5853.0%2FCategoryPageViewerWidgetNoCss."},"siteMap":{"moduleName":"thunderbolt-site-map","contentType":"application\/json","resourceType":"siteMap"},"mobileAppBuilder":{"moduleName":"thunderbolt-mobile-app-builder","resourceType":"mobileAppBuilder","contentType":"application\/json"},"builderComponentFeatures":{"moduleName":"builder-component-features","resourceType":"builderComponentFeatures","contentType":"application\/json"},"builderComponentCss":{"moduleName":"builder-component-css","resourceType":"builderComponentCss","contentType":"application\/json"},"builderComponentPlatform":{"moduleName":"builder-component-platform","resourceType":"builderComponentPlatform","contentType":"application\/json"},"componentManifestCss":{"moduleName":"component-manifest-css","resourceType":"componentManifestCss","contentType":"application\/json","builderAppVersions":""},"pilerSiteAssets":{"moduleName":"piler-siteassets","resourceType":"pilerSiteAssets","contentType":"application\/json","buildFullApp":"true","keepWidgetBuild":"false","modulesToHashes":"{\"thunderbolt-platform\":\"5b24543c.bundle.min\",\"thunderbolt-css\":\"e5f10bc6.bundle.min\",\"thunderbolt-site-map\":\"ae461918.bundle.min\",\"thunderbolt-mobile-app-builder\":\"9c9dc363.bundle.min\",\"builder-component-features\":\"c179c440.bundle.min\",\"builder-component-css\":\"9e0468f2.bundle.min\",\"builder-component-platform\":\"9565eff0.bundle.min\",\"component-manifest-css\":\"b74b9d00.bundle.min\",\"thunderbolt-css-mappers\":\"4bcc9997.bundle.min\",\"thunderbolt-services-configs\":\"ed90fbd5.bundle.min\",\"thunderbolt-features\":\"6597e6c5.bundle.min\"}","nonBeckyModuleVersions":"{\"remote-widget-structure-builder\":\"1.251.0\",\"blocks-app-descriptor\":\"1.118.0\"}"}},"clientTopology":{"mediaRootUrl":"https:\/\/static.wixstatic.com","scriptsUrl":"static.parastorage.com","staticMediaUrl":"https:\/\/static.wixstatic.com\/media","moduleRepoUrl":"https:\/\/static.parastorage.com\/unpkg","fileRepoUrl":"https:\/\/static.parastorage.com\/services","viewerAppsUrl":"https:\/\/viewer-apps.parastorage.com","viewerAssetsUrl":"https:\/\/viewer-assets.parastorage.com","siteAssetsUrl":"https:\/\/siteassets.parastorage.com","pageJsonServerUrls":["https:\/\/pages.parastorage.com","https:\/\/staticorigin.wixstatic.com","https:\/\/fallback.wix.com\/wix-html-editor-pages-webapp\/page"],"pathOfTBModulesInFileRepoForFallback":"wix-thunderbolt\/dist\/"},"siteScopeParams":{"rendererType":null,"wixCodePageIds":[],"hasTPAWorkerOnSite":false,"formFactor":"desktop","viewMode":"desktop","freemiumBanner":true,"coBrandingBanner":false,"dayfulBanner":false,"mobileActionsMenu":false,"isWixSite":false,"isResponsive":false,"editorName":"Unknown","urlFormatModel":{"format":"slash","forbiddenPageUriSEOs":["app","apps","_api","robots.txt","sitemap.xml","feed.xml","sites"],"pageIdToResolvedUriSEO":{}},"pageJsonFileNames":{"lsp9y":"0a1ffa_068bfb99e4872266196d17462421e387_2.json","r07h1":"0a1ffa_0cbcbd860c5128a979c16a2efc181392_132.json","tm585":"0a1ffa_417d02eaac793ba717c5c995dbc69241_3.json","mf3r1":"0a1ffa_bde8ea02ee237354694077cf284c8c6d_248.json","c1dmp":"0a1ffa_b5c59836b8d70e31079f5e33caa626ca_268.json","ydji8":"0a1ffa_901a7cf36af6fc50248c5d0434bb9651_2.json","dttff":"0a1ffa_0051c5a3b71b13003d7e8055c3706624_2.json","mlrn6":"0a1ffa_93d798d0002f7ba3535dd90a7ff66814_268.json","xj4q0":"0a1ffa_7cc0608cb26edf1dabebf12ac8b252ce_258.json","in0hg":"0a1ffa_b1107a6fb3fa110f765b51bae4b09d1f_2.json","lcpuk":"0a1ffa_985f6729ee8a364bccd91e3c8eae9239_2.json","xvo01":"0a1ffa_f53a5e03d7b8ff87886dcc90f8fcc562_90.json","uftol":"0a1ffa_5f9eb87a1f727d88f94b79352d8ff9c3_268.json","ys95f":"0a1ffa_902496e4d442004124756bfe61a7f42b_2.json","vopn4":"0a1ffa_ebcb206556d1b4f6eba0656af8106cb0_247.json","m3pi8":"0a1ffa_2c5b9694810508be04257d0e88880b44_261.json","i7dt6":"0a1ffa_bacc80565a4dcdc09dbb9f214c7959c1_268.json","ajhb6":"0a1ffa_ac9759e8b3a46d5c604814c6296fb1f4_2.json","f8q4k":"0a1ffa_66e4a4e0f27d145dc9a206f737e23ead_2.json","rljou":"0a1ffa_d8b59d07642ab003a9e2fd7982b93c6c_2.json","m680y":"0a1ffa_6a1819c7422865244aff9b85c77a8326_2.json","idrny":"0a1ffa_85ad9dcf1a142cca0ec53d595ef0f881_252.json","vwxkh":"0a1ffa_0f4af20094b8a6efff64211caa9a93fb_90.json","ajhb5":"0a1ffa_c331f76cce63bd4d4bf2aa78a765e4aa_2.json","masterPage":"0a1ffa_8f898dba170c8fea1af320680bb8cc73_268.json"},"protectedPageIds":["anh8a","bk9wr","ftyt3"],"routersInfo":{"configMap":{"routers-m2t334q6":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"in0hg"},"roleVariations":{}},"routers-mmi2hhq4":{"prefix":"portfolio-collections","appDefinitionId":"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130","config":"{\"portfolioPagesData\":[{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Project\",\"pageUriSEO\":\"project\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-131\"},\"title\":\"Pages de projet\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"xvo01\",\"sig\":\"1x2-129\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hgnx\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"xvo01\",\"sig\":\"1x2-130\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hgny\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"xvo01\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false},{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Collection\",\"pageUriSEO\":\"collection\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-153\"},\"title\":\"Pages de catégorie\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"vwxkh\",\"sig\":\"1x2-151\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hh18\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"vwxkh\",\"sig\":\"1x2-152\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hh181\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"vwxkh\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false},{\"managingAppDefId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"appDefinitionId\":\"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130\",\"tpaPageId\":\"Portfolio\",\"pageUriSEO\":\"portfolio\",\"type\":\"Page\",\"metaData\":{\"schemaVersion\":\"1.0\",\"isPreset\":false,\"isHidden\":false,\"pageId\":\"masterPage\",\"sig\":\"1x2-174\"},\"title\":\"Portfolio\",\"hideTitle\":true,\"icon\":\"\",\"descriptionSEO\":\"\",\"metaKeywordsSEO\":\"\",\"pageTitleSEO\":\"\",\"hidePage\":false,\"underConstruction\":false,\"pageBackgrounds\":{\"desktop\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"m3pi8\",\"sig\":\"1x2-172\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"id\":\"dataItem-mmi2hhbi\"},\"isPreset\":true},\"mobile\":{\"custom\":true,\"ref\":{\"type\":\"BackgroundMedia\",\"metaData\":{\"schemaVersion\":\"2.0\",\"isPreset\":true,\"isHidden\":false,\"pageId\":\"m3pi8\",\"sig\":\"1x2-173\"},\"color\":\"{color_26}\",\"alignType\":\"top\",\"fittingType\":\"fill\",\"scrollType\":\"fixed\",\"colorOverlay\":\"\",\"colorOverlayOpacity\":0,\"id\":\"dataItem-mmi2hhbi1\"},\"isPreset\":true,\"mediaSizing\":\"viewport\"}},\"id\":\"m3pi8\",\"translationData\":{\"uriSEOTranslated\":false},\"pageSecurity\":{\"requireLogin\":false,\"passwordDigest\":\"\",\"dialogLanguage\":\"\"},\"indexable\":true,\"isLandingPage\":false,\"isMobileLandingPage\":false,\"isPopup\":false}]}","group":"","pages":{"project":"xvo01","collection":"vwxkh"},"roleVariations":{}}}},"isPremiumDomain":false,"disableSiteAssetsCache":false,"migratingToOoiWidgetIds":"","siteRevisionConfig":{},"registryLibrariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14966.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14966.0"}],"isInSeo":false,"language":"fr","originalLanguage":"fr","appDefinitionIdToSiteRevision":{"d90652a2-f5a1-4c7c-84c4-d4cdcc41f130":"9292","14bcded7-0066-7c35-14d7-466cb3f09103":"1335","14271d6f-ba62-d045-549b-ab972ae1f70e":"25","b976560c-3122-4351-878f-453f337b7245":"1291"},"isClientSdkOnSite":false,"appDefinitionIdsWithCustomCss":[],"isBuilderComponentModel":false,"hasUserDomainMedia":false},"beckyExperiments":{"specs.thunderbolt.one_cell_grid_display_flex":true,"specs.thunderbolt.useClassnameInResponsiveAppWidget":true,"specs.thunderbolt.shouldUseResponsiveImages":true,"specs.thunderbolt.WixFreeSiteBannerDesktop":true,"specs.thunderbolt.DatePickerPortal":true,"specs.thunderbolt.updateRichTextSemanticClassNamesOnCorvid":true,"specs.thunderbolt.DDMenuMigrateCssCarmiMapper":true,"specs.thunderbolt.buttonUdp":true,"specs.thunderbolt.useResponsiveImgClassicFixed":true,"specs.thunderbolt.DisableDocumentScrollWhenLightBoxOpen":true,"specs.thunderbolt.removeSafariStickyFix":true,"specs.thunderbolt.fiveGridLineStudioSkins":true,"specs.thunderbolt.useSvgLoaderFeature":true,"specs.thunderbolt.isClassNameToRootEnabled":true,"specs.thunderbolt.LoginBarEnableLoggingInStateInSSR":true,"specs.thunderbolt.WixFreeSiteBannerMobile":true,"specs.thunderbolt.calculateCollapsibleTextLineHeightByFont":true,"specs.thunderbolt.imageEncodingAVIF":true,"specs.thunderbolt.dynamicSlots":true,"specs.thunderbolt.TextInputAutoFillFix":true,"specs.thunderbolt.removeDynamicModelTopologyFromSiteAssets":true,"specs.thunderbolt.FreemiumBannerOdeditor":true,"specs.thunderbolt.UseLoginSocialBarCustomMenu":true,"specs.thunderbolt.dom_store":true,"specs.thunderbolt.UseNewLoginSocialBarCustomMenuPositioning":true,"specs.thunderbolt.customScaleMinBreakpoint":true,"specs.thunderbolt.useSvgLoaderFeatureOnBuilderComps":true,"specs.thunderbolt.safariStickyFix":true,"specs.thunderbolt.motionTimeAnimationsCSS":true,"specs.thunderbolt.takeAppDependenciesFromCSM":true,"specs.thunderbolt.propsCarmiMappersMigration1":true,"specs.thunderbolt.VerticalMenu_uiType_NativeMapper":true,"specs.thunderbolt.useImageAvifFormatInNativeProGallery":true,"specs.thunderbolt.propsCarmiMappersMigration4":true,"specs.thunderbolt.UseNewLoginSocialBarMemberInitialsAvatar":true,"specs.thunderbolt.HoverBoxSelectorToCssNativeMapper":true,"specs.thunderbolt.runMappersWithSpecificDeps":true,"specs.thunderbolt.UseNewLoginSocialBarElementStructure":true,"specs.thunderbolt.svgResolver_2":true,"specs.thunderbolt.disableBuilderWixComponents":true,"specs.thunderbolt.ooiCssSelectorWithSuffix":true,"specs.thunderbolt.propsCarmiMappersMigration5":true,"specs.thunderbolt.pinnedTopAuto":true,"specs.thunderbolt.EnableCustomCSSVarsForLoginSocialBar":true,"specs.thunderbolt.removeSingleTabCssMapper":true,"specs.thunderbolt.textScaleAdjust":true,"specs.thunderbolt.addIdAsClassName":true},"manifests":{"node":{"modulesToHashes":{"thunderbolt-platform":"5b24543c.bundle.min","thunderbolt-css":"e5f10bc6.bundle.min","thunderbolt-site-map":"ae461918.bundle.min","thunderbolt-mobile-app-builder":"9c9dc363.bundle.min","builder-component-features":"c179c440.bundle.min","builder-component-css":"9e0468f2.bundle.min","builder-component-platform":"9565eff0.bundle.min","component-manifest-css":"b74b9d00.bundle.min","thunderbolt-css-mappers":"4bcc9997.bundle.min","thunderbolt-services-configs":"ed90fbd5.bundle.min","thunderbolt-features":"6597e6c5.bundle.min"}},"web":{"modulesToHashes":{"builder-component-css":"621c5b0d.bundle.min","builder-component-platform":"699eb616.bundle.min","component-manifest-css":"b3e1f7c8.bundle.min","thunderbolt-css-mappers":"8826e09b.bundle.min","thunderbolt-services-configs":"444b0c96.bundle.min","webpack-runtime":"e9817151.bundle.min","thunderbolt-features":"c08a2b90.bundle.min","thunderbolt-platform":"43118199.bundle.min","thunderbolt-css":"4f1f392c.bundle.min","thunderbolt-site-map":"1e0787cc.bundle.min","thunderbolt-mobile-app-builder":"8c6f70aa.bundle.min","builder-component-features":"7e5f74c1.bundle.min"},"webpackRuntimeBundle":"e9817151.bundle.min"},"webWorker":{"modulesToHashes":{"thunderbolt-features":"87e0b798.bundle.min","thunderbolt-platform":"c6fd6ac6.bundle.min","thunderbolt-css":"a5bc72c0.bundle.min","thunderbolt-site-map":"b31ba44f.bundle.min","thunderbolt-mobile-app-builder":"a57e6682.bundle.min","builder-component-features":"7a3a8607.bundle.min","builder-component-css":"ca607177.bundle.min","builder-component-platform":"06a5f4a6.bundle.min","component-manifest-css":"5c1775b7.bundle.min","thunderbolt-css-mappers":"6b51c0be.bundle.min","thunderbolt-services-configs":"6029b569.bundle.min"}}},"siteAssetsVersions":{"viewer-assets-generator":"1.0.0","santa-data-fixer":"1.5303.0","@wix\/santa-main-r":"1.1643.0","santa-main-r":"1.1643.0","@wix\/blocks-app-descriptor":"1.118.0","simple-all-pages":"1.0.0","blocks-builder-manifest-generator":"1.151.0","@wix\/santa-data-fixer":"1.5303.0","remote-widget-structure-builder":"1.251.0","remote-widget-metadata":"1.2593.0","santa-site-metadata":"1.3218.0","piler-siteassets":"1.806.0","stylable-santa-flatten":"2.0.222","@wix\/piler-siteassets":"1.806.0"},"staticHTMLComponentUrl":"https:\/\/cocodrilodelnilo-wixsite-com.filesusr.com\/","remoteWidgetStructureBuilderVersion":"1.251.0","blocksBuilderManifestGeneratorVersion":"1.129.0"},"experiments":{"specs.thunderbolt.DisableSentry":true,"specs.thunderbolt.cmsDprNamedQueryParam":true,"specs.thunderbolt.viewport_hydration_extended_react_18":true,"specs.thunderbolt.inMemoryPaypalAuthToken":true,"specs.thunderbolt.roundBordersInResponsiveContainer":true,"specs.thunderbolt.removeWidgetsFromAppsCSM":true,"specs.thunderbolt.PanoramaErrorMonitor":true,"specs.thunderbolt.userAsFactory":true,"specs.thunderbolt.getMemberDetailsFromMembersNg":true,"specs.thunderbolt.UseEEImpress":true,"specs.promote.ar.reportRestPurchaseEventsInsteadOfKafka":true,"specs.thunderbolt.sendBiInlightbox":true,"specs.thunderbolt.fixDisabledLinkButtonStyles":true,"specs.thunderbolt.UseEcomFemBi":true,"specs.thunderbolt.one_cell_grid_display_flex":true,"specs.thunderbolt.siteMembersMultilingualLanguage":true,"specs.thunderbolt.useClassnameInResponsiveAppWidget":true,"specs.thunderbolt.shouldRunCodEmbedsCallbackOnce":true,"specs.thunderbolt.browserCacheReload":true,"specs.thunderbolt.shouldUseResponsiveImages":true,"specs.thunderbolt.fedops_enableSampleRateForAppNames":true,"specs.thunderbolt.WixFreeSiteBannerDesktop":true,"specs.thunderbolt.dontTruncateScrollPosition":true,"specs.thunderbolt.excludeInstanceFromQueryParams":true,"specs.thunderbolt.fullPageNavigationSpecificSites":true,"specs.thunderbolt.ComponentsRegistryFixAnonymousDefine":true,"specs.thunderbolt.newTransitionEndHandlerLogic":true,"specs.thunderbolt.postTransitionElementFocus":true,"specs.thunderbolt.preventDifferentContextMpaNavigation":true,"specs.thunderbolt.useMpaNavigationBlacklistMode":true,"specs.thunderbolt.LoginSocialBarSplitStateProps":true,"specs.thunderbolt.skipDecodeUri":true,"specs.thunderbolt.SetNoCacheOnAppError":true,"specs.thunderbolt.bundlerTrafficToAws":true,"specs.thunderbolt.fixMpaWorkerPanorama":true,"specs.thunderbolt.HtmlComponentPropsMapper":true,"specs.thunderbolt.UseOriginalBlocksAppInstance":true,"specs.thunderbolt.showContentReflowBanner":true,"specs.thunderbolt.removeDynamicModelTopologyFromSiteAssets":true,"specs.thunderbolt.updateStorageOnBfCacheRestore":true,"specs.thunderbolt.FreemiumBannerOdeditor":true,"specs.thunderbolt.pageUrlRegexIgnoreSpace":true,"specs.thunderbolt.UseLoginSocialBarCustomMenu":true,"specs.thunderbolt.WRichTextPropsMapper":true,"specs.thunderbolt.wixRealtimeGetAppTokenFromPlatformUtils":true,"specs.thunderbolt.newLoginFlowOnProtectedCollection":true,"specs.thunderbolt.deprecatewixperf":true,"specs.thunderbolt.shouldSendCookiesForSiteMembersSettings":true,"specs.thunderbolt.calculateHeadEmbedsInSSR":true,"specs.thunderbolt.useNewRegisterLogin":true,"specs.thunderbolt.popupCustom404":true,"specs.thunderbolt.TextInputPrefixWidthFix":true,"specs.thunderbolt.loadWebpackRuntimeInHead":true,"specs.thunderbolt.DatePickerPortal":true,"specs.thunderbolt.dom_store":true,"specs.thunderbolt.removeSendBeat":true,"specs.thunderbolt.UseNewLoginSocialBarCustomMenuPositioning":true,"specs.thunderbolt.siteButtonKeyboardBehavior":true,"specs.thunderbolt.adjustForPrerenderActivation":true,"specs.os.EnableErrorHandlerInViewer":true,"specs.thunderbolt.customScaleMinBreakpoint":true,"specs.thunderbolt.CallStoresPublicAPIForAddProducts":true,"specs.thunderbolt.ShouldUseNewIAMSocialFlow":true,"specs.thunderbolt.lazy_load_iframe":true,"specs.thunderbolt.useSvgLoaderFeatureOnBuilderComps":true,"specs.thunderbolt.useIAMEnabledConnections":true,"specs.thunderbolt.StoresCartNullOnShippingInfo":true,"specs.thunderbolt.shouldEncodeUriSlugs":true,"specs.thunderbolt.securityExperiments":true,"specs.thunderbolt.useElementoryRelativePath":true,"specs.thunderbolt.safariStickyFix":true,"specs.thunderbolt.mapLazyLoadedCompsInDifferentRegistrarMap":true,"specs.thunderbolt.fixAiChatOnSafari":true,"specs.thunderbolt.HamburgerMenuOverflowFix":true,"specs.thunderbolt.preventGetMemberDetailsWaterfall":true,"specs.thunderbolt.linkBarNativeMapper":true,"specs.thunderbolt.wrichtextListInRtl":true,"specs.thunderbolt.addPlatformizationOptionSignUpFlow":true,"specs.thunderbolt.scrollToRetries":true,"specs.thunderbolt.addPlatformizationOptionLoginFlow":true,"specs.thunderbolt.pageBGTransitionHandler":true,"specs.thunderbolt.updateRichTextSemanticClassNamesOnCorvid":true,"specs.thunderbolt.shouldFetchLoginUrlByClientId":true,"specs.thunderbolt.shouldLoadGoogleSdkEarly":true,"specs.thunderbolt.loadNewerSentrySdk":true,"specs.thunderbolt.motionTimeAnimationsCSS":true,"specs.thunderbolt.shouldUseMemberPrivacySettingsService":true,"specs.thunderbolt.DDMenuMigrateCssCarmiMapper":true,"specs.membersArea.LoginBarRemake":true,"specs.thunderbolt.spxStopper":true,"specs.thunderbolt.buttonUdp":true,"specs.thunderbolt.e3presetsPolyfillMutation":true,"specs.thunderbolt.alwaysApplySessionTokenOnIAM":true,"specs.thunderbolt.sendFedopsLoadStartedReplaced":true,"specs.thunderbolt.SlideshowStopMediaInNonActiveSlides":true,"specs.thunderbolt.removeDynamicModelTopology":true,"specs.thunderbolt.hardenFetchAndXHR":true,"specs.thunderbolt.useResponsiveImgClassicFixed":true,"specs.thunderbolt.DisableDocumentScrollWhenLightBoxOpen":true,"specs.thunderbolt.biForBrowserZoom":true,"specs.thunderbolt.shouldValidateRedirectUrl":true,"specs.thunderbolt.StoresCartZeroOnShippingAndTax":true,"specs.thunderbolt.cmsStandalone":true,"specs.thunderbolt.enableSignUpPrivacyNoteType":true,"specs.thunderbolt.veloWixMembersAmbassadorV2":true,"specs.thunderbolt.customElemCollapsedheight":true,"specs.thunderbolt.megaMenuMouseLeave":true,"specs.thunderbolt.useUrlFromBrowserWindowInsteadOfViewerModel":true,"specs.thunderbolt.takeAppDependenciesFromCSM":true,"specs.thunderbolt.WRichTextVerticalAlignTopSafariAndIOS":true,"specs.thunderbolt.viewportOnBPChange":true,"specs.thunderbolt.propsCarmiMappersMigration1":true,"specs.thunderbolt.allowMpaForExternalApps":true,"specs.thunderbolt.UseWixDataItemService":true,"specs.thunderbolt.VerticalMenu_uiType_NativeMapper":true,"specs.thunderbolt.onPageRestoreListener":true,"specs.thunderbolt.useImageAvifFormatInNativeProGallery":true,"specs.thunderbolt.splitLinkUtils":true,"specs.thunderbolt.useNewBuilderSdkApi":true,"specs.thunderbolt.propsCarmiMappersMigration4":true,"specs.thunderbolt.UseCloudDataUrlWithBaseExternalUrl":true,"specs.thunderbolt.dontCleanLightboxState":true,"specs.thunderbolt.removeSafariStickyFix":true,"specs.promote.ar.reportEcomPlatformPurchaseEvents":true,"specs.thunderbolt.UseNewLoginSocialBarMemberInitialsAvatar":true,"specs.thunderbolt.useIAMPlatform":true,"specs.thunderbolt.veloBundlerParastorageUrl":true,"specs.thunderbolt.motionBackgroundSiteParallax":true,"specs.thunderbolt.HoverBoxSelectorToCssNativeMapper":true,"specs.thunderbolt.fiveGridLineStudioSkins":true,"specs.thunderbolt.removeCsmeMpaFlag":true,"specs.thunderbolt.AddRegisterEventListenerToWixWindow":true,"specs.thunderbolt.fetchSVGfromNetworkInCSR":true,"specs.thunderbolt.newStyleApi":true,"specs.thunderbolt.runMappersWithSpecificDeps":true,"specs.thunderbolt.UseNewLoginSocialBarElementStructure":true,"specs.thunderbolt.inlineFontsCSSForIframeTPA":true,"specs.ident.usePlatformizedSMAuth":true,"specs.thunderbolt.svgResolver_2":true,"specs.thunderbolt.updateLoginSocialBarMenuItemsSDKData":true,"specs.thunderbolt.membersService":true,"specs.thunderbolt.shouldSearchForRouterPrefix":true,"specs.thunderbolt.carouselGalleryImageFitting":true,"specs.thunderbolt.scrollToAnchorSsr":true,"specs.thunderbolt.pricingPlansUserOrdersV2":true,"specs.thunderbolt.useSvgLoaderFeature":true,"specs.thunderbolt.loginSocialBarEnableUrlChangeListeners":true,"specs.thunderbolt.pageTransitionScrollSmoothly":true,"specs.thunderbolt.buttonUdp_loggedIn":true,"specs.thunderbolt.InitPlatformApiProvider":true,"specs.thunderbolt.magnifyKeyboardOperability":true,"specs.thunderbolt.isClassNameToRootEnabledNext":true,"specs.thunderbolt.isClassNameToRootEnabled":true,"specs.thunderbolt.LoginBarEnableLoggingInStateInSSR":true,"specs.thunderbolt.WixFreeSiteBannerMobile":true,"specs.thunderbolt.SearchBoxSanitiseSuggestions":true,"specs.thunderbolt.render_dom_store_before_site":true,"specs.thunderbolt.calculateCollapsibleTextLineHeightByFont":true,"specs.thunderbolt.imageEncodingAVIF":true,"displayWixAdsNewVersion":true,"specs.thunderbolt.hideWPhotoTooltip":true,"specs.thunderbolt.BundlerTypescriptListExportedFunctions":true,"specs.thunderbolt.smModalsShouldWaitForAppDidMount":true,"specs.thunderbolt.ooi_css_optimization":true,"specs.thunderbolt.mobileFriendlyInFormFactor":true,"specs.thunderbolt.dynamicSlots":true,"specs.thunderbolt.disableBuilderWixComponents":true,"specs.thunderbolt.addOnPageRestoreUnsubscribe":true,"specs.thunderbolt.fixGapBelowTextboxonMobileSite":true,"specs.thunderbolt.propsCarmiMappersMigration2":true,"specs.ShouldForceCaptchaVerificationOnSignupSpec":"Disabled","specs.ShouldForceCaptchaVerificationOnLoginSpec":"Disabled","specs.thunderbolt.css_optimization_change":true,"specs.thunderbolt.ooiCssSelectorWithSuffix":true,"specs.thunderbolt.propsCarmiMappersMigration5":true,"specs.thunderbolt.editorElementsRegistryEnsureComponentLoaderFix":true,"specs.thunderbolt.moveFedopsLoadStartToBody":true,"specs.thunderbolt.pinnedTopAuto":true,"specs.thunderbolt.EnableCustomCSSVarsForLoginSocialBar":true,"specs.thunderbolt.deduplicateFAQPageStructuredData":true,"specs.thunderbolt.shouldFetchLogoutUrlByClientId":true,"specs.thunderbolt.retainInternalQueryParams":true,"specs.thunderbolt.convertBirthdateToISOString":true,"specs.thunderbolt.textMaskFontFallbacks":true,"specs.thunderbolt.usePrerenderUntilScript":true,"specs.thunderbolt.getAppTokenForCustomElement":true,"specs.thunderbolt.businessLoggerService":true,"specs.promote.ar.reportScheduleEventsOnPurchaseIfNeeded":true,"specs.thunderbolt.removeSingleTabCssMapper":true,"specs.thunderbolt.newAuthorizedPagesFlow":true,"specs.thunderbolt.viewerWithoutWixDynamicCustomElements":true,"specs.thunderbolt.newControllersModel":true,"specs.thunderbolt.sanitizeCustomElement":true,"specs.thunderbolt.textScaleAdjust":true,"specs.thunderbolt.Panorama":true,"specs.thunderbolt.fetchCurrentMemberFromMembersNg":true,"specs.thunderbolt.logoutOnIAM":true,"specs.thunderbolt.TextInputAutoFillFix":true,"specs.thunderbolt.addIdAsClassName":true,"specs.thunderbolt.suspenseInSlots":true,"specs.thunderbolt.fixSoapSsrFlicker":true,"specs.thunderbolt.useNewTelemetryAPI":true},"fleetConfig":{"fleetName":"thunderbolt-renderer-gradual","type":"Rollout","code":1},"accessTokensUrl":"https:\/\/cocodrilodelnilo.wixsite.com\/agrodenree\/_api\/v1\/access-tokens","rollout":{"siteAssetsVersionsRollout":false,"isDACRollout":0,"isTBRollout":true},"commonConfig":{"brand":"wix","host":"VIEWER","bsi":"","consentPolicy":{},"consentPolicyHeader":{},"siteRevision":"269","renderingFlow":"NONE","language":"fr","locale":"fr-sn"},"componentsLibrariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14966.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14966.0"}],"anywhereConfig":{},"interactionSampleRatio":0.01,"rendererType":null,"isPartialRouteMatching":false,"useLocalPiler":false,"pilerExperiments":{"specs.piler.useEditorReactComponents":true},"react18Compatible":true,"react18HydrationBlackListWidgets":[],"mpaBlacklistWidgets":[],"excludeCompsForSSRList":[""],"mpaNavigationCompatible":true,"mpaIncompatibleWidgetsList":[],"isolatedRenderer":false}</script>
<script>window.viewerModel = JSON.parse(document.getElementById('wix-viewer-model').textContent)</script>
<!-- renderIndicator -->
<!-- versionIndicator -->
<!-- used platform apis start -->
<script type="application/json" id="used-platform-apis-data">["location","window","site","seo","user"]</script>
<script>window.usedPlatformApis = JSON.parse(document.getElementById('used-platform-apis-data').textContent)</script>
<!-- used platform apis end -->
<!-- Business Manager -->
<!-- initCustomElements #2 -->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/wixDropdownWrapper.inline.03d1fda0.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["5117"],{},function(n){n.O(0,["1619","3033"],function(){return n(n.s=55901)}),n.O()}]);</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/lazyCustomElementWrapper.inline.0a0bab45.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["6747"],{99090(e,t,o){o.d(t,{O:()=>c});let c=(e,t="")=>t.toLowerCase().includes("forcereducedmotion")||!!e?.matchMedia("(prefers-reduced-motion: reduce)").matches}},function(e){e.O(0,["1619","3033"],function(){return e(e.s=19787)}),e.O()}]);
//# sourceMappingURL=lazyCustomElementWrapper.inline.0a0bab45.bundle.min.js.map</script>
<!-- react -->
<script crossorigin="" onload="resolveExternalsRegistryModule('react')" src="https://static.parastorage.com/unpkg/react@18.3.1/umd/react.production.min.js"></script>
<!-- react-dom -->
<script crossorigin="" defer="" onload="resolveExternalsRegistryModule('reactDOM')" src="https://static.parastorage.com/unpkg/react-dom@18.3.1/umd/react-dom.production.min.js"></script>
<!-- lodash script -->
<script async="" onload="resolveExternalsRegistryModule('lodash')" src="https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.js"></script>
<!-- initial scripts -->
<script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.b0f4162a.bundle.min.js"></script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/bi-common.inline.fe86753d.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["6008"],{53850(e,t,r){r.d(t,{$:()=>o});let o={site:({api:e})=>{let t=!!e.rendererModel.getSiteMetaData()?.builderComponentModel,r=!!e.env.getExperiments()["specs.thunderbolt.servicesInfra"]||t;return{shouldLoadSiteFeature:r,shouldLoadSiteConfig:r,siteConfig:{}}},name:"fedopsLoggerService"}},68703(e,t,r){r.d(t,{L:()=>s});var o=r(8716),a=r(26778),n=r(89330);let s=(0,o.Og)([],()=>({definition:a.FedopsLoggerDefinition,impl:n.FedopsLoggerService,config:{},platformConfig:{}}))},89973(e,t,r){r.d(t,{h:()=>s});var o=r(65672),a=r(48869);let n=({useBatch:e=!0,publishMethod:t=o.PublishMethods.Auto,endpoint:r,muteBi:a=!1,biStore:n,sessionManager:s,fetch:i,factory:d})=>d({useBatch:e,publishMethod:t,endpoint:r}).setMuted(a).withUoUContext({msid:n.msid}).withNonEssentialContext({visitorId:()=>s.getVisitorId(),siteMemberId:()=>s.getSiteMemberId()}).updateDefaults({vsi:n.viewerSessionId,_av:`thunderbolt-${n.viewerVersion}`,isb:n.is_headless,...n.is_headless&&{isbr:n.is_headless_reason}}),s={createBaseBiLoggerFactory:n,createBiLoggerFactoryForFedops:e=>{let{biStore:{session_id:t,initialTimestamp:r,initialRequestTimestamp:o,dc:s,microPop:i,is_headless:d,isCached:l,pageData:p,rolloutData:u,caching:c,checkVisibility:f=()=>"",viewerVersion:m,requestUrl:I,st:h,isSuccessfulSSR:S,mpaSessionId:A,adjustForPrerenderActivation:g},muteBi:_=!1}=e;return n({...e,muteBi:_}).updateDefaults({ts:()=>Date.now()-r,tsn:()=>(function({initialRequestTimestamp:e,adjustForPrerender:t=!1}){if("undefined"==typeof window)return Math.round(performance.now()+(performance.timeOrigin-e));let r=t?(0,a.b)():0;return Math.round(performance.now()-r)})({initialRequestTimestamp:o,adjustForPrerender:g}),dc:s,microPop:i,caching:c,session_id:t,st:h,url:I||p.pageUrl,ish:d,pn:p.pageNumber,isFirstNavigation:1===p.pageNumber,pv:f,pageId:p.pageId,isServerSide:!1,isSuccessfulSSR:S,is_lightbox:p.isLightbox,is_cached:l,is_sav_rollout:+!!u.siteAssetsVersionsRollout,is_dac_rollout:+!!u.isDACRollout,v:m,mpaSessionId:A})}}},48869(e,t,r){r.d(t,{b:()=>o});let o=()=>{let e=(()=>{if("undefined"==typeof performance||"function"!=typeof performance.getEntriesByType)return;let e=performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e})();return e?.activationStart??0}},35499(e,t,r){r.d(t,{W:()=>l});var o=r(41394),a=r(41789),n=r(683),s=r(4291),i=r(6355),d=r(63328);let l=({biLoggerFactory:e,customParams:t={},phasesConfig:r="SEND_ON_FINISH",appName:l="thunderbolt",presetType:p=o.u.BOLT,reportBlackbox:u=!1,paramsOverrides:c={},factory:f,muteThunderboltEvents:m=!1,experiments:I={},monitoringData:h})=>{let S,A,g,_,N,E,b,v,R=f(l,{presetType:p,phasesConfig:r,isPersistent:!0,isServerSide:!1,reportBlackbox:u,customParams:t,biLoggerFactory:e,paramsOverrides:c,enableSampleRateForAppNames:(0,d.k)("specs.thunderbolt.fedops_enableSampleRateForAppNames",I)??("undefined"!=typeof window&&(0,d.k)("specs.thunderbolt.fedops_enableSampleRateForAppNames",I))}),{interactionStarted:w,interactionEnded:O,appLoadingPhaseStart:D,appLoadingPhaseFinish:T,appLoadStarted:y,appLoaded:C}=R,V=(0,d.k)("specs.thunderbolt.fedopsMuteErrors",I),F=(0,d.k)("specs.thunderbolt.panoramaInSsr",I),L="undefined"==typeof window,M=e=>e?.evid&&26===parseInt(e.evid,10),B=(S=(0,i.n)(),h?.viewerSessionId&&S.setSessionId(h.viewerSessionId),A=h?.metaSiteId??"",g=h?.dc??"",_=!!h?.isHeadless,N=!!h?.isCached,E=!!h?.rolloutData?.isTBRollout,b=!!h?.rolloutData?.isDACRollout,v=!!h?.rolloutData?.siteAssetsVersionsRollout,(0,n.V)({baseParams:{platform:s.OD.Viewer,msid:A,fullArtifactId:"com.wixpress.html-client.wix-thunderbolt",componentId:l},pluginParams:{useBatch:!0},data:{dataCenter:g,isHeadless:_,isCached:N,isRollout:E,isDacRollout:b,isSavRollout:v,isSsr:!1,presetType:p,customParams:t},reporterOptions:L?{fetchFn:fetch}:{}}).withGlobalConfig(S).client()),G=e=>{B&&(F||!L)&&(e?B.reportLoadStart():B.reportLoadFinish())},P=(e,t,r)=>{if(!B)return;let o=e.replaceAll(" ","_");t?B.transaction(o).start(r):B.transaction(o).finish(r)},k=(e,t,r,n)=>{if(a.iy.has(l))return!0;if(((e,t,r)=>{let n;return M(r)?V:(n=r?.siteAssetsModule??"",!(p!==o.u.BOLT||a.EQ.has(e)||t&&["thunderbolt-css","thunderbolt-features","thunderbolt-platform"].includes(n)))})(e,t,n))return!1;if(n?.siteAssetsModule)return!0;let s=!!r?.appId&&!a.S_.has(r.appId),i=a.S2.has(e),d=a.wV.has(e);return i||s||!d&&!m};return R.interactionStarted=(e,t)=>{if(M(t?.paramsOverrides)?((e={})=>{if(!B)return;let{errorInfo:t,errorType:r}=e,o=Error(t);B?.errorMonitor().reportError(o,{errorName:r,environment:"Viewer"})})(t?.paramsOverrides):(F||e.startsWith("platform_")||!L)&&P(e,!0),k(e,!0,void 0,t?.paramsOverrides))return w.call(R,e,t);try{performance.mark(`${e} started`)}catch(e){}return{timeoutId:0}},R.interactionEnded=(e,t)=>{if((F||e.startsWith("platform_")||!L)&&P(e,!1),k(e,!0,void 0,t?.paramsOverrides))O.call(R,e,t);else try{performance.mark(`${e} ended`)}catch(e){}},R.appLoadingPhaseStart=(e,t)=>{if(P(e,!0,{appDefId:t?.appId,componentId:t?.widgetId}),k(e,!1,t))D.call(R,e,t);else try{performance.mark(`${e} started`)}catch(e){}},R.appLoadingPhaseFinish=(e,t,r)=>{if(P(e,!1,{appDefId:t?.appId,componentId:t?.widgetId}),k(e,!1,t))T.call(R,e,t,r);else try{performance.mark(`${e} finished`)}catch(e){}},R.appLoadStarted=e=>{G(!0),y.call(R,e)},R.appLoaded=e=>{G(!1),C.call(R,e)},R}},81855(e,t,r){r.d(t,{c:()=>o});let o=e=>{let t="thunderbolt-commons";return{reportAsyncWithCustomKey:(r,o,a)=>e.reportAsyncWithCustomKey(r,t,o,a),runAsyncAndReport:(r,o)=>e.runAsyncAndReport(r,t,o),runAndReport:(r,o)=>e.runAndReport(r,t,o),reportError:r=>{e.captureError(r,{tags:{feature:t,clientMetricsReporterError:!0}})},meter:(t,r)=>{e.meter(t,r)},histogram:(e,t)=>{}}}},27256(e,t,r){r.r(t),r.d(t,{createBiReporter:()=>s,site:()=>i});var o=r(73388),a=r(60990);let n=(...e)=>console.log("[TB] ",...e);function s(e=n,t=n,r=()=>{},o=n,a=n){return{reportBI:e,sendBeat:t,setDynamicSessionData:r,reportPageNavigation:o,reportPageNavigationDone:a}}let i=({biReporter:e,wixBiSession:t,viewerModel:r})=>n=>{n(o.O$).toConstantValue(t),n(o.u6).toConstantValue(e),n(o.lR).toConstantValue((0,a.f)(r))}},94756(e,t,r){r.d(t,{lF:()=>n,mY:()=>i,w4:()=>s});var o,a,n=((o={})[o.START=1]="START",o[o.VISIBLE=2]="VISIBLE",o[o.PAGE_FINISH=33]="PAGE_FINISH",o[o.FIRST_CDN_RESPONSE=4]="FIRST_CDN_RESPONSE",o[o.TBD=-1]="TBD",o[o.PAGE_NAVIGATION=101]="PAGE_NAVIGATION",o[o.PAGE_NAVIGATION_DONE=103]="PAGE_NAVIGATION_DONE",o),s=((a={})[a.NAVIGATION=1]="NAVIGATION",a[a.DYNAMIC_REDIRECT=2]="DYNAMIC_REDIRECT",a[a.INNER_ROUTE=3]="INNER_ROUTE",a[a.NAVIGATION_ERROR=4]="NAVIGATION_ERROR",a[a.CANCELED=5]="CANCELED",a);let i={1:"page-navigation",2:"page-navigation-redirect",3:"page-navigation-inner-route",4:"navigation-error",5:"navigation-canceled"}},73388(e,t,r){r.d(t,{O$:()=>a,lR:()=>n,u6:()=>o});let o=Symbol.for("BI"),a=Symbol.for("WixBiSessionSymbol"),n=Symbol.for("appName")}}]);
//# sourceMappingURL=bi-common.inline.fe86753d.bundle.min.js.map</script>
<script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/main.6f3aafed.bundle.min.js"></script>
<script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.99fa8096.bundle.min.js"></script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/createPlatformWorker.inline.5582455f.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["8426"],{7146(e,r,t){t.r(r),t.d(r,{platformWorkerPromise:()=>m});let s=window.viewerModel,a=s?.siteFeatures||[],o=s?.siteFeaturesConfigs?.platform,p=s?.siteAssets?.clientTopology,l=s?.site?.externalBaseUrl,i=window.usedPlatformApis,c="undefined"!=typeof Worker&&a.includes("platform")&&!!o,n=async()=>{let e;if(!o?.clientWorkerUrl||!o?.appsScripts||!o?.bootstrapData)return void console.warn("[create-worker] Platform config incomplete (missing clientWorkerUrl, appsScripts, or bootstrapData), skipping worker creation");let r="platform_create-worker started";performance.mark(r);let{clientWorkerUrl:t,appsScripts:s,bootstrapData:a,sdksStaticPaths:c}=o,{appsSpecData:n={},appDefIdToIsMigratedToGetPlatformApi:m={},forceEmptySdks:d}=a||{},f=new Worker(t.startsWith("http://localhost:")||t.startsWith("https://bo.wix.com/suricate/")||document.baseURI!==location.href?(e=new Blob([`importScripts('${t}');`],{type:"application/javascript"}),URL.createObjectURL(e)):t.replace(p?.fileRepoUrl||"",`${l}/_partials`)),u=s?.urls||{},k=Object.keys(u).filter(e=>!n[e]?.isModuleFederated).reduce((e,r)=>(e[r]=u[r],e),{});c&&c.mainSdks&&c.nonMainSdks&&(Object.values(m).every(e=>e)||d?f.postMessage({type:"preloadNamespaces",namespaces:i}):f.postMessage({type:"preloadAllNamespaces",sdksStaticPaths:c})),f.postMessage({type:"platformScriptsToPreload",appScriptsUrls:k});let w="platform_create-worker ended";return performance.mark(w),performance.measure("Create Platform Web Worker",r,w),f},m=c?n():Promise.resolve()}},function(e){e(e.s=7146)}]);
//# sourceMappingURL=createPlatformWorker.inline.5582455f.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/windowMessageRegister.inline.d8470fd7.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["1625"],{97534(){var e;let n,a,t;e=window,n=new Set,a=[],t=e=>{let a=[];n.forEach(n=>{e.canHandleEvent(n)&&a.push(n)}),a.forEach(a=>{n.delete(a),e.handleEvent(a)})},e.addEventListener("message",e=>{let d={source:e.source,data:e.data,origin:e.origin},s=a.find(e=>e.canHandleEvent(d));s?(t(s),s.handleEvent(d)):n.add(d)}),e._addWindowMessageHandler=e=>{a.push(e),t(e)}}},function(e){e(e.s=97534)}]);
//# sourceMappingURL=windowMessageRegister.inline.d8470fd7.bundle.min.js.map</script>
<!-- scriptTagsToPreload -->
<!-- Old Browsers Deprecation -->
<script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/browser-deprecation.bundle.es5.js"></script>
<!-- bi -->
<script>
window.clientSideRender = false;
</script>
<!-- bi -->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/bi.inline.af370d22.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["9114"],{79032(e,i,n){let t,r,s,o;n.d(i,{K:()=>h});var a=n(94756);let l=e=>{let i=!1;if(!/\(iP(hone|ad|od);/i.test(window?.navigator?.userAgent))try{i=navigator.sendBeacon(e)}catch{}i||(new Image().src=e)};function c([e,i]){return null!==i&&`${e}=${i}`}let d=function(e,{eventType:i,ts:n,tts:t,extra:r=""},s,o){let a,l,d=(a=r.split("&").reduce((e,i)=>{let[n,t]=i.split("=");return{...e,[n]:t}},{}),(e,i)=>void 0!==a[e]?a[e]:i),u=e=>void 0===s[e]?null:s[e],p=!0,m=window?.consentPolicyManager;if(m){let e=m.getCurrentConsentPolicy();if(e){let{policy:i}=e;p=!(i.functional&&i.analytics)}}let w=u("requestUrl"),h=Object.entries({src:"29",evid:"3",viewer_name:u("viewerName"),caching:u("caching"),client_id:p?null:(l=document.cookie.match(/_wixCIDX=([^;]*)/))&&l[1],dc:u("dc"),microPop:u("microPop"),et:i,event_name:e?encodeURIComponent(e):null,is_cached:u("isCached"),is_platform_loaded:u("is_platform_loaded"),is_rollout:u("is_rollout"),ism:u("isMesh"),isp:0,isjp:u("isjp"),iss:u("isServerSide"),ssr_fb:u("fallbackReason"),ita:d("ita",s.checkVisibility()?"1":"0"),mid:p?null:o?.siteMemberId||null,msid:u("msId"),pid:d("pid",null),pn:d("pn","1"),ref:document.referrer&&!p?encodeURIComponent(document.referrer):null,sar:p?null:d("sar",screen.availWidth?`${screen.availWidth}x${screen.availHeight}`:null),sessionId:p&&m?null:u("sessionId"),siterev:s.siteRevision||s.siteCacheRevision?`${s.siteRevision}-${s.siteCacheRevision}`:null,sr:p?null:d("sr",screen.width?`${screen.width}x${screen.height}`:null),st:u("st"),ts:n,tts:t,url:p?function(e){if(!e)return null;let i=new URL(decodeURIComponent(e));return i.search="?",encodeURIComponent(i.href)}(w):w,v:window?.thunderboltVersion||"0.0.0",vid:p?null:o?.visitorId||null,bsi:p?null:o?.bsi||null,vsi:u("viewerSessionId"),wor:p||!window.outerWidth?null:`${window.outerWidth}x${window.outerHeight}`,wr:p?null:d("wr",window.innerWidth?`${window.innerWidth}x${window.innerHeight}`:null),_brandId:s.commonConfig?.brand||null,nt:d("nt",null)}).map(c).filter(Boolean).join("&");return`https://frog.wix.com/bt?${h}`},u="unknown",p=e=>{let i,n,t=(i=e.cache,n=e.varnish,`${i||u},${n||u}`);return{caching:t,isCached:t.includes("hit"),...e.microPop?{microPop:e.microPop}:{}}},m={WixSite:1,UGC:2,Template:3};var w=n(48869);let h=(t=(()=>{let{fedops:e,viewerModel:{siteFeaturesConfigs:i,requestUrl:n,site:t,fleetConfig:r,commonConfig:s,interactionSampleRatio:o},clientSideRender:a,santaRenderingError:l}=window,c=(({requestUrl:e,interactionSampleRatio:i})=>{let n=new URL(e).searchParams;return n.has("sampleEvents")?"true"===n.get("sampleEvents"):Math.random()<(i?1-i:.9)})({requestUrl:n,interactionSampleRatio:o}),d=(e=>{let{userAgent:i}=e.navigator;return/instagram.+google\/google/i.test(i)?"":/bot|google(?!play)|phantom|crawl|spider|headless|slurp|facebookexternal|Lighthouse|PTST|^mozilla\/4\.0$|^\s*$/i.test(i)?"ua":""})(window)||(()=>{try{if(window.self===window.top)return""}catch{}return"iframe"})()||(()=>{if(!Function.prototype.bind)return"bind";let{document:e,navigator:i}=window;if(!e||!i)return"document";let{webdriver:n,userAgent:t,plugins:r,languages:s}=i;if(n)return"webdriver";if(!r||Array.isArray(r))return"plugins";if(Object.getOwnPropertyDescriptor(r,"0")?.writable)return"plugins-extra";if(!t)return"userAgent";if(t.indexOf("Snapchat")>0&&e.hidden)return"Snapchat";if(!s||0===s.length||!Object.isFrozen(s))return"languages";try{throw Error()}catch(e){if(e instanceof Error){let{stack:i}=e;if(i&&/ (\(internal\/)|(\(?file:\/)/.test(i))return"stack"}}return""})()||(({seo:e})=>e?.isInSEO?"seo":"")(i);return{suppressbi:n.includes("suppressbi=true"),initialTimestamp:window.initialTimestamps.initialTimestamp,initialRequestTimestamp:window.initialTimestamps.initialRequestTimestamp,viewerSessionId:e.vsi,viewerName:t.appNameForBiEvents,siteRevision:String(t.siteRevision),msId:t.metaSiteId,is_rollout:0===r.code||1===r.code?r.code:null,is_platform_loaded:0,requestUrl:encodeURIComponent(n),sessionId:String(t.sessionId),btype:d,isjp:!!d,dc:t.dc,siteCacheRevision:"__siteCacheRevision__",checkVisibility:(()=>{let e=!0;function i(){e=e&&!0!==document.hidden}return document.addEventListener("visibilitychange",i,{passive:!0}),i(),()=>(i(),e)})(),...((e,i)=>{let n,t=(e=>{let i;try{i=e()}catch{i=[]}let n=i.reduce((e,i)=>(e[i.name]=i.description,e),{});return{cache:n.cache,varnish:n.varnish,microPop:n.dc}})(i);if(t.cache||t.varnish)return p({cache:t.cache||u,varnish:t.varnish||u,microPop:t.microPop});let r=(n=e.match(/ssr-caching="?cache[,#]\s*desc=([\w-]+)(?:[,#]\s*varnish=(\w+))?(?:[,#]\s*dc[,#]\s*desc=([\w-]+))?(?:"|;|$)/))&&n.length?{cache:n[1],varnish:n[2]||u,microPop:n[3]}:null;return r?p(r):{caching:u,isCached:!1}})(document.cookie,()=>[...performance.getEntriesByType("navigation")[0].serverTiming||[]]),isMesh:1,st:m[t.siteType]||0,commonConfig:s,muteThunderboltEvents:c,isServerSide:+!a,isSuccessfulSSR:!a,fallbackReason:l?.errorInfo,mpaSessionId:e.mpaSessionId}})(),r={},s=1,{sendBeat:o=(e,i,n={})=>{if(i&&performance.mark){let n=`${i} (beat ${e})`;performance.mark(n)}let o=globalThis.window?.viewerModel;if(!o?.experiments["specs.thunderbolt.removeSendBeat"]){let a=Date.now(),c=o?.experiments["specs.thunderbolt.adjustForPrerenderActivation"]?(0,w.b)():0,u=Math.round(performance.now()-c),p=a-t.initialTimestamp;if(t.suppressbi||window.__browser_deprecation__)return;let{pageId:m,pageNumber:h=s,navigationType:f}=n,v=`&pn=${h}`;m&&(v+=`&pid=${m}`),f&&(v+=`&nt=${f}`),l(d(i,{eventType:e,ts:p,tts:u,extra:v},t,r))}},reportBI:function(e,i){let n,t;n=i?`${e} - ${i}`:e,t="end"===i?`${e} - start`:null,performance.mark(n),performance.measure&&t&&performance.measure(`\u2B50${e}`,t,n)},wixBiSession:t,sendBeacon:l,setDynamicSessionData:({visitorId:e,siteMemberId:i,bsi:n})=>{r.visitorId=e||r.visitorId,r.siteMemberId=i||r.siteMemberId,r.bsi=n||r.bsi},reportPageNavigation:function(e){s+=1,o(a.lF.PAGE_NAVIGATION,"page navigation start",{pageId:e,pageNumber:s})},reportPageNavigationDone:function(e,i){o(a.lF.PAGE_NAVIGATION_DONE,"page navigation complete",{pageId:e,pageNumber:s,navigationType:i}),(i===a.w4.DYNAMIC_REDIRECT||i===a.w4.NAVIGATION_ERROR||i===a.w4.CANCELED)&&(s-=1)}});window.bi=h,window.bi.wixBiSession.isServerSide=+!window.clientSideRender,window.bi.wixBiSession.isSuccessfulSSR=!window.clientSideRender,window.clientSideRender&&(window.bi.wixBiSession.fallbackReason=window.santaRenderingError?.errorInfo),h.sendBeat(1,"Init")}},function(e){e.O(0,["6008"],function(){return e(e.s=79032)}),e.O()}]);
//# sourceMappingURL=bi.inline.af370d22.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/sendBeat12.inline.776ddbe5.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["1698"],{40250(e,i,n){n(79032).K.sendBeat(12,"Partially visible",{pageId:window.firstPageId})},79032(e,i,n){let t,r,s,o;n.d(i,{K:()=>h});var a=n(94756);let l=e=>{let i=!1;if(!/\(iP(hone|ad|od);/i.test(window?.navigator?.userAgent))try{i=navigator.sendBeacon(e)}catch{}i||(new Image().src=e)};function c([e,i]){return null!==i&&`${e}=${i}`}let d=function(e,{eventType:i,ts:n,tts:t,extra:r=""},s,o){let a,l,d=(a=r.split("&").reduce((e,i)=>{let[n,t]=i.split("=");return{...e,[n]:t}},{}),(e,i)=>void 0!==a[e]?a[e]:i),u=e=>void 0===s[e]?null:s[e],p=!0,w=window?.consentPolicyManager;if(w){let e=w.getCurrentConsentPolicy();if(e){let{policy:i}=e;p=!(i.functional&&i.analytics)}}let m=u("requestUrl"),h=Object.entries({src:"29",evid:"3",viewer_name:u("viewerName"),caching:u("caching"),client_id:p?null:(l=document.cookie.match(/_wixCIDX=([^;]*)/))&&l[1],dc:u("dc"),microPop:u("microPop"),et:i,event_name:e?encodeURIComponent(e):null,is_cached:u("isCached"),is_platform_loaded:u("is_platform_loaded"),is_rollout:u("is_rollout"),ism:u("isMesh"),isp:0,isjp:u("isjp"),iss:u("isServerSide"),ssr_fb:u("fallbackReason"),ita:d("ita",s.checkVisibility()?"1":"0"),mid:p?null:o?.siteMemberId||null,msid:u("msId"),pid:d("pid",null),pn:d("pn","1"),ref:document.referrer&&!p?encodeURIComponent(document.referrer):null,sar:p?null:d("sar",screen.availWidth?`${screen.availWidth}x${screen.availHeight}`:null),sessionId:p&&w?null:u("sessionId"),siterev:s.siteRevision||s.siteCacheRevision?`${s.siteRevision}-${s.siteCacheRevision}`:null,sr:p?null:d("sr",screen.width?`${screen.width}x${screen.height}`:null),st:u("st"),ts:n,tts:t,url:p?function(e){if(!e)return null;let i=new URL(decodeURIComponent(e));return i.search="?",encodeURIComponent(i.href)}(m):m,v:window?.thunderboltVersion||"0.0.0",vid:p?null:o?.visitorId||null,bsi:p?null:o?.bsi||null,vsi:u("viewerSessionId"),wor:p||!window.outerWidth?null:`${window.outerWidth}x${window.outerHeight}`,wr:p?null:d("wr",window.innerWidth?`${window.innerWidth}x${window.innerHeight}`:null),_brandId:s.commonConfig?.brand||null,nt:d("nt",null)}).map(c).filter(Boolean).join("&");return`https://frog.wix.com/bt?${h}`},u="unknown",p=e=>{let i,n,t=(i=e.cache,n=e.varnish,`${i||u},${n||u}`);return{caching:t,isCached:t.includes("hit"),...e.microPop?{microPop:e.microPop}:{}}},w={WixSite:1,UGC:2,Template:3};var m=n(48869);let h=(t=(()=>{let{fedops:e,viewerModel:{siteFeaturesConfigs:i,requestUrl:n,site:t,fleetConfig:r,commonConfig:s,interactionSampleRatio:o},clientSideRender:a,santaRenderingError:l}=window,c=(({requestUrl:e,interactionSampleRatio:i})=>{let n=new URL(e).searchParams;return n.has("sampleEvents")?"true"===n.get("sampleEvents"):Math.random()<(i?1-i:.9)})({requestUrl:n,interactionSampleRatio:o}),d=(e=>{let{userAgent:i}=e.navigator;return/instagram.+google\/google/i.test(i)?"":/bot|google(?!play)|phantom|crawl|spider|headless|slurp|facebookexternal|Lighthouse|PTST|^mozilla\/4\.0$|^\s*$/i.test(i)?"ua":""})(window)||(()=>{try{if(window.self===window.top)return""}catch{}return"iframe"})()||(()=>{if(!Function.prototype.bind)return"bind";let{document:e,navigator:i}=window;if(!e||!i)return"document";let{webdriver:n,userAgent:t,plugins:r,languages:s}=i;if(n)return"webdriver";if(!r||Array.isArray(r))return"plugins";if(Object.getOwnPropertyDescriptor(r,"0")?.writable)return"plugins-extra";if(!t)return"userAgent";if(t.indexOf("Snapchat")>0&&e.hidden)return"Snapchat";if(!s||0===s.length||!Object.isFrozen(s))return"languages";try{throw Error()}catch(e){if(e instanceof Error){let{stack:i}=e;if(i&&/ (\(internal\/)|(\(?file:\/)/.test(i))return"stack"}}return""})()||(({seo:e})=>e?.isInSEO?"seo":"")(i);return{suppressbi:n.includes("suppressbi=true"),initialTimestamp:window.initialTimestamps.initialTimestamp,initialRequestTimestamp:window.initialTimestamps.initialRequestTimestamp,viewerSessionId:e.vsi,viewerName:t.appNameForBiEvents,siteRevision:String(t.siteRevision),msId:t.metaSiteId,is_rollout:0===r.code||1===r.code?r.code:null,is_platform_loaded:0,requestUrl:encodeURIComponent(n),sessionId:String(t.sessionId),btype:d,isjp:!!d,dc:t.dc,siteCacheRevision:"__siteCacheRevision__",checkVisibility:(()=>{let e=!0;function i(){e=e&&!0!==document.hidden}return document.addEventListener("visibilitychange",i,{passive:!0}),i(),()=>(i(),e)})(),...((e,i)=>{let n,t=(e=>{let i;try{i=e()}catch{i=[]}let n=i.reduce((e,i)=>(e[i.name]=i.description,e),{});return{cache:n.cache,varnish:n.varnish,microPop:n.dc}})(i);if(t.cache||t.varnish)return p({cache:t.cache||u,varnish:t.varnish||u,microPop:t.microPop});let r=(n=e.match(/ssr-caching="?cache[,#]\s*desc=([\w-]+)(?:[,#]\s*varnish=(\w+))?(?:[,#]\s*dc[,#]\s*desc=([\w-]+))?(?:"|;|$)/))&&n.length?{cache:n[1],varnish:n[2]||u,microPop:n[3]}:null;return r?p(r):{caching:u,isCached:!1}})(document.cookie,()=>[...performance.getEntriesByType("navigation")[0].serverTiming||[]]),isMesh:1,st:w[t.siteType]||0,commonConfig:s,muteThunderboltEvents:c,isServerSide:+!a,isSuccessfulSSR:!a,fallbackReason:l?.errorInfo,mpaSessionId:e.mpaSessionId}})(),r={},s=1,{sendBeat:o=(e,i,n={})=>{if(i&&performance.mark){let n=`${i} (beat ${e})`;performance.mark(n)}let o=globalThis.window?.viewerModel;if(!o?.experiments["specs.thunderbolt.removeSendBeat"]){let a=Date.now(),c=o?.experiments["specs.thunderbolt.adjustForPrerenderActivation"]?(0,m.b)():0,u=Math.round(performance.now()-c),p=a-t.initialTimestamp;if(t.suppressbi||window.__browser_deprecation__)return;let{pageId:w,pageNumber:h=s,navigationType:f}=n,v=`&pn=${h}`;w&&(v+=`&pid=${w}`),f&&(v+=`&nt=${f}`),l(d(i,{eventType:e,ts:p,tts:u,extra:v},t,r))}},reportBI:function(e,i){let n,t;n=i?`${e} - ${i}`:e,t="end"===i?`${e} - start`:null,performance.mark(n),performance.measure&&t&&performance.measure(`\u2B50${e}`,t,n)},wixBiSession:t,sendBeacon:l,setDynamicSessionData:({visitorId:e,siteMemberId:i,bsi:n})=>{r.visitorId=e||r.visitorId,r.siteMemberId=i||r.siteMemberId,r.bsi=n||r.bsi},reportPageNavigation:function(e){s+=1,o(a.lF.PAGE_NAVIGATION,"page navigation start",{pageId:e,pageNumber:s})},reportPageNavigationDone:function(e,i){o(a.lF.PAGE_NAVIGATION_DONE,"page navigation complete",{pageId:e,pageNumber:s,navigationType:i}),(i===a.w4.DYNAMIC_REDIRECT||i===a.w4.NAVIGATION_ERROR||i===a.w4.CANCELED)&&(s-=1)}});window.bi=h,window.bi.wixBiSession.isServerSide=+!window.clientSideRender,window.bi.wixBiSession.isSuccessfulSSR=!window.clientSideRender,window.clientSideRender&&(window.bi.wixBiSession.fallbackReason=window.santaRenderingError?.errorInfo),h.sendBeat(1,"Init")}},function(e){e.O(0,["6008"],function(){return e(e.s=40250)}),e.O()}]);
//# sourceMappingURL=sendBeat12.inline.776ddbe5.bundle.min.js.map</script>
<script>
window.firstPageId = 'xj4q0'
if (window.requestCloseWelcomeScreen) {
window.requestCloseWelcomeScreen()
}
if (!window.__browser_deprecation__) {
window.fedops.phaseStarted('partially_visible', {paramsOverrides: { pageId: firstPageId, isSuccessfulSSR: !clientSideRender }})
}
</script>
<script>
const wixAdsOffsetHeight = document.querySelector(':is(.WIX_ADS, #WIX_ADS)')?.offsetHeight || 0;
const header = document.getElementsByTagName('header')[0];
let headerOffsetHeight = 0;
if (header) {
const headerPosition = window.getComputedStyle(header).getPropertyValue('position').toLowerCase();
const isHeaderStickyOrFixed = headerPosition === 'sticky' || headerPosition === 'fixed';
headerOffsetHeight = isHeaderStickyOrFixed ? header.offsetHeight : 0;
}
document.documentElement.style.scrollPaddingTop = `${wixAdsOffsetHeight + headerOffsetHeight}px`;
</script>
<script defer="" src="https://static.parastorage.com/services/tag-manager-client/1.1028.0/siteTags.bundle.min.js"></script>
<!--pageHtmlEmbeds.bodyEnd start-->
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.bodyEnd start"></script>
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.bodyEnd end"></script>
<!--pageHtmlEmbeds.bodyEnd end-->
<!-- warmup data start -->
<script type="application/json" id="wix-warmup-data">{"platform":{"ssrPropsUpdates":[],"ssrStyleUpdates":[],"ssrStructureUpdates":[]},"pages":{"compIdToTypeMap":{"CONTROLLER_COMP_CUSTOM_ID":"AppController","comp-js1plth3":"TPAGluedWidget","comp-jryo5ndk":"SiteButton","comp-jryrhwv4":"VectorImage","comp-jrub6acz":"WRichText","comp-mmjjyepq":"ShareButtons","comp-jrzyuclw":"WRichText","comp-jrub0l62":"WRichText","comp-jw4ix9v0":"FiveGridLine","comp-jruazwdd":"WRichText","comp-jrub2qkw":"WRichText","comp-jrub4826":"FiveGridLine","comp-k8elgqae":"WRichText","comp-k8elhgh7":"WRichText","comp-k8elibe7":"WRichText","comp-jrtafpz8":"VectorImage","comp-k8y0rk34":"WRichText","comp-k8y0r0sz":"WRichText","comp-mmj7s6ce":"WPhoto","comp-jrukrkdh":"WRichText","comp-k484yr9v":"LoginSocialBar","comp-jrtc10bp":"DropDownMenu","masterPage":"MasterPage","SITE_HEADER":"HeaderContainer","PAGES_CONTAINER":"PagesContainer","comp-jryrf02n":"Container","SITE_FOOTER":"FooterContainer","comp-jrt7b3ip":"StripColumnsContainer","SITE_PAGES":"PageGroup","comp-jrt66pm0":"StripColumnsContainer","comp-jrt67otl":"Container","comp-k96u1zld":"Group","comp-m0nhjcb9":"tpaWidgetNative","comp-jrt7b3jn":"Column","comp-jrt7m8u2":"Column","comp-jrt66pn7":"Column","BACKGROUND_GROUP":"BackgroundGroup","WIX_ADS":"FreemiumBannerDesktop","SCROLL_TO_TOP":"Anchor","SCROLL_TO_BOTTOM":"Anchor","comp-jryrf02n-pinned-layer":"PinnedLayer","pinnedTopRight":"DivWithChildren","soapAfterPagesContainer":"MeshGroup","comp-js1plth3-pinned-layer":"PinnedLayer","pinnedBottomRight":"DivWithChildren","SKIP_TO_CONTENT_BTN":"SkipToContentButton","comp-mmkqjrlw":"VectorImage","comp-mmkqjrlz":"WRichText","comp-mmkqjrm3":"FiveGridLine","comp-mmkqjrm6":"WRichText","comp-mmkqjrm8":"WRichText","comp-mmkqjrme":"WRichText","comp-mmkqjrmg":"WRichText","comp-mmkqjrmk":"WRichText","comp-mmkqjrmp":"WRichText","comp-mmkqjrmv":"WRichText","comp-mmkqjrmx":"WRichText","comp-mmkqjrn2":"WRichText","comp-mmkqjrn4":"SiteButton","comp-mmkqjrd2":"WRichText","comp-mmkqjrdo":"WRichText","comp-mmkqjrei":"WRichText","comp-mmkqjrf7":"WRichText","comp-mmkqjrff":"FiveGridLine","comp-mmkqjrfo":"WRichText","comp-mmkqjrfs":"WRichText","comp-mmkqjrfw":"WRichText","comp-mmkqjrg0":"WRichText","comp-mmkqjrg5":"WRichText","comp-mmkqjrg8":"WRichText","comp-mmkqjrgg":"VectorImage","comp-mmkqjrhj":"WRichText","comp-mmkrps06":"WRichText","comp-mmkqjrho":"WRichText","comp-mmkqjrhu":"WRichText","comp-mmkqjrhy":"WRichText","comp-mmkqjri1":"WRichText","comp-mmkrv88j":"WRichText","comp-mmkrvfv4":"WRichText","comp-mmkqjrib":"WRichText","comp-mmkqjrif":"WRichText","comp-mmkqjrjn":"WRichText","comp-mmkqjrjr":"WRichText","comp-mmkqjrkj":"VectorImage","comp-mmkqjrkp":"WRichText","comp-mmkqjrku":"WRichText","comp-mmkqjrkx":"WRichText","comp-mmkqjrl0":"WRichText","comp-mmkqjrl2":"WRichText","comp-mmkqjrl5":"WRichText","comp-mmkqjrlb":"WRichText","comp-mmkqjrle":"WRichText","comp-mmkqjrlh":"WRichText","comp-mmkqjrlj":"WRichText","comp-mmkqjrlm":"WRichText","comp-mmkqjrlo":"WRichText","pageBackground_xj4q0":"PageBackground","xj4q0":"Page","comp-mmkqjr6z":"ClassicSection","comp-mmkqjreo":"ClassicSection","comp-mmkqjrk1":"ClassicSection","comp-mmkqjrls":"ClassicSection","comp-mmkqjrae":"SlideShowContainer","comp-mmkqjrcf":"StripColumnsContainer","comp-mmkqjrey":"StripColumnsContainer","comp-mmkqjri5":"StripColumnsContainer","comp-mmkqjrk5":"StripColumnsContainer","comp-mmkqjrbx":"SlideShowSlide","comp-mmkqjrcx":"Column","comp-mmkqjrf3":"Column","comp-mmkqjrgb":"Column","comp-mmkqjri8":"Column","comp-mmkqjrim":"Column","comp-mmkqjrka":"Column","comp-mmkqjrl7":"Column","Containerxj4q0":"Group","DYNAMIC_STRUCTURE_CONTAINER":"DynamicStructureContainer","site-root":"DivWithChildren","main_MF":"DivWithChildren","xj4q0_wrapper":"PageMountUnmount","xj4q0_wrapper_background":"PageMountUnmount"}},"appsWarmupData":{"225dd912-7dea-4738-8688-4b8c6955ffc2":{"form-viewer-comp-m0nhjcb9":{"formsById":{"2d10620d-ac3e-4985-bedf-189f08591153":{"id":"2d10620d-ac3e-4985-bedf-189f08591153","fields":[{"id":"2b176bbc-95cc-445e-c8c1-711751145506","pii":false,"hidden":false,"view":{"submitText":"Nous Rejoindre","thankYouMessageDuration":8,"thankYouMessageText":{"nodes":[{"id":"dy2ku4","type":"PARAGRAPH","nodes":[{"id":"","type":"TEXT","nodes":[],"textData":{"text":"Thanks for submitting!","decorations":[]}}],"paragraphData":{"textStyle":{"textAlignment":"CENTER"}}}],"metadata":{"id":"c1dfdcc3-0931-4a33-9703-aa1d90dd65bd","version":1,"createdTimestamp":"2024-09-04T06:37:15.599Z","updatedTimestamp":"2024-09-04T06:37:15.599Z"},"documentStyle":{}},"nextText":"Next","submitAction":"THANK_YOU_MESSAGE","fieldType":"SUBMIT_BUTTON","previousText":"Back"},"readOnly":false},{"id":"56f7a52b-f25a-4394-4066-d79a038d710b","target":"email_3a6c","validation":{"string":{"format":"EMAIL","enum":[]},"required":true},"pii":true,"hidden":false,"view":{"label":"Email","fieldType":"CONTACTS_EMAIL","hideLabel":false},"readOnly":false},{"id":"bfa64109-44aa-4a41-0cb1-a788ed73a43f","target":"form_field_1dcd","validation":{"boolean":{"enum":[true]},"required":true},"pii":false,"hidden":false,"view":{"label":{"nodes":[{"id":"jzacz13","type":"PARAGRAPH","nodes":[{"id":"","type":"TEXT","nodes":[],"textData":{"text":"Oui, abonnez-moi à votre infolettre","decorations":[]}}],"paragraphData":{}}],"documentStyle":{}},"fieldType":"CHECKBOX","defaultValue":true},"readOnly":false}],"formFields":[{"id":"2b176bbc-95cc-445e-c8c1-711751145506","hidden":false,"identifier":"SUBMIT_BUTTON","fieldType":"DISPLAY","displayOptions":{"displayFieldType":"PAGE_NAVIGATION","pageNavigationOptions":{"nextPageText":"Next","previousPageText":"Back","submitText":"Nous Rejoindre"}}},{"id":"56f7a52b-f25a-4394-4066-d79a038d710b","hidden":false,"identifier":"CONTACTS_EMAIL","fieldType":"INPUT","inputOptions":{"target":"email_3a6c","pii":true,"required":true,"inputType":"STRING","contactMapping":{"contactField":"EMAIL","emailInfo":{"tag":"UNTAGGED"}},"readOnly":false,"stringOptions":{"validation":{"format":"EMAIL","enum":[]},"componentType":"TEXT_INPUT","textInputOptions":{"label":"Email","showLabel":true,"mediaSettings":{"imagePosition":"ABOVE","imageAlignment":"CENTER","imageFit":"COVER"}}}}},{"id":"bfa64109-44aa-4a41-0cb1-a788ed73a43f","hidden":false,"identifier":"CHECKBOX","fieldType":"INPUT","inputOptions":{"target":"form_field_1dcd","pii":false,"required":true,"inputType":"BOOLEAN","readOnly":false,"booleanOptions":{"validation":{"enum":[true]},"componentType":"CHECKBOX","checkboxOptions":{"label":{"nodes":[{"type":"PARAGRAPH","id":"jzacz13","nodes":[{"type":"TEXT","id":"","nodes":[],"textData":{"text":"Oui, abonnez-moi à votre infolettre","decorations":[]}}],"paragraphData":{}}],"documentStyle":{}},"checked":true}}}}],"steps":[{"id":"98132897-ad96-4ef9-618c-6afe179cf70a","name":"Page 1","hidden":false,"layout":{"large":{"items":[{"fieldId":"2b176bbc-95cc-445e-c8c1-711751145506","row":1,"column":8,"width":4,"height":1},{"fieldId":"56f7a52b-f25a-4394-4066-d79a038d710b","row":0,"column":0,"width":12,"height":1},{"fieldId":"bfa64109-44aa-4a41-0cb1-a788ed73a43f","row":1,"column":0,"width":7,"height":1}],"sections":[]}}}],"rules":[],"revision":"3","createdDate":"2026-03-08T17:58:50.477Z","updatedDate":"2026-03-09T18:54:40.383Z","properties":{"name":"Subscriptions","disabled":false},"deletedFields":[],"deletedFormFields":[],"kind":"REGULAR","postSubmissionTriggers":{"upsertContact":{"fieldsMapping":{"email_3a6c":{"contactField":"EMAIL","emailInfo":{"tag":"UNTAGGED"}}},"labels":[]}},"extendedFields":{"namespaces":{"@forms\/form-app":{"automationId":"7f8ff6b3-9d5b-401f-81c1-6e1a8fa4a5b6"}}},"namespace":"wix.form_app.form","nestedForms":[],"spamFilterProtectionLevel":"ADVANCED","submitSettings":{"submitSuccessAction":"THANK_YOU_MESSAGE","thankYouMessageOptions":{"durationInSeconds":8,"richContent":{"nodes":[{"type":"PARAGRAPH","id":"dy2ku4","nodes":[{"type":"TEXT","id":"","nodes":[],"textData":{"text":"Thanks for submitting!","decorations":[]}}],"paragraphData":{"textStyle":{"textAlignment":"CENTER"}}}],"metadata":{"version":1,"createdTimestamp":"2024-09-04T06:37:15.599Z","updatedTimestamp":"2024-09-04T06:37:15.599Z","id":"c1dfdcc3-0931-4a33-9703-aa1d90dd65bd"},"documentStyle":{}}}},"fieldGroups":[],"enabled":true,"name":"Subscriptions","formRules":[],"autoFillContact":"FORM_INPUT"}},"translations":{"field-description.a11y.aria-label":"Lien de description {linkText}","form.submit-button.next-step":"Suivant","multiline-address.a11y.group-name":"Champ d'adresse","error.could-not-load-form.button.label":"Actualiser","form.a11y.step.index.title":"Étape {index} sur {total}","form.disabled.fallback-message":"Sorry, but the form is closed.","submit.failed.message.DISABLED_FORM_ERROR":"Ce formulaire a expiré, vous ne pouvez plus le remplir.","bookings-address.a11y.group-name":"Address field","error.could-not-load-form.title":"Impossible de charger ce formulaire","form.submit-button.state.in-progress":"Envoi du formulaire...","checkbox.input.error.message.required":"Cochez la case pour continuer.","submit.failed.message.SITE_MUST_ACCEPT_PAYMENTS_TO_CREATE_CHECKOUT":"Nous ne pouvons pas accepter les paiements en ligne pour le moment. Contactez-nous pour effectuer votre transaction.","error.could-not-load-form.description":"Il semble qu'il y ait eu un problème temporaire de notre côté. Veuillez patienter quelques minutes, puis cliquez sur Actualiser pour réessayer.","form.submit-button.previous-step":"Retour","contacts-url-input.input.error.message.format-error":"Saisissez une URL, ex. https:\/\/www.exemple.com.","field-context-menu.cut":"Couper","input.error.message.incomplete-date-error.day-time":"Saisissez un jour et une heure.","field.signature.a11y.action-description.type":"Utilisez le clavier pour écrire.","input.error.message.required-error-forced":"Ce champ est obligatoire.","field-context-menu.show-field":"Afficher le champ","date-picker.input.error.message.format-error":"Choisissez une date.","form.login-bar.actions.login":"Se connecter","date-picker.a11y.clear-button":"Effacer","form.file-upload.uploading":"Importation de {count, plural, =0 {...} other {#%...}}","rating-input.a11y.reaction-label":"{count, plural, one {{count} étoile} other {{count} étoiles}}","contacts-company.input.error.message.required-error":"Saisissez un nom d'entreprise.","dext-phone.input.error.message.required-error":"Saisissez un numéro de téléphone.","field.signature.clear-button.label":"Effacer","input.error.message.type-error":"Choisissez un {type}.","payment-input.input.error.message.required-error":"Saisissez un montant de paiement.","form.login-bar.action.logout":"Se déconnecter","date-picker.a11y.arrow-left":"Accéder au mois précédent","mla-subdivision.input.error.message.required-error.tr":"Choisissez une ville.","settings.scheduling.sync-external-calendars.modal.tooltip.kb-link":"https:\/\/support.wix.com\/fr\/article\/r%C3%A9unions-synchroniser-les-agendas-personnels-avec-r%C3%A9unions","input.error.message.value-range-error":"Saisissez un nombre entre {minLimit} et {maxLimit}.","input.error.message.incomplete-date-error.year-month":"Saisissez un mois et une année.","mla-address-line.input.error.message.required-error":"Saisissez une adresse.","contacts-position.input.error.message.required-error":"Saisissez un nom de poste.","bookings-phone.input.error.message.format-error":"Saisissez un numéro de téléphone valide.","input.error.message.incomplete-date-error.year-month-time":"Saisissez un mois, une heure et une année.","field.number.aria-role-description":"Nombre","signature.input.error.message.required-error":"Signez dans la zone ci-dessus.","field.date.label.month":"Mois","field.rich-text.read-more-button.label":"Lire plus","field.time.label.period":"Réglage 24 h","submit.failed.message":"Nous n'avons pas pu envoyer votre formulaire. Veuillez réessayer plus tard.","image-choice.input.error.message.required-error":"Choisissez une option.","dext-email.input.error.message.required-error":"Saisissez une adresse e-mail, comme exemple@monsite.com.","mla-city.input.error.message.required-error.tr":"Saisissez un district.","date-picker.a11y.calendar-button.role-description":"Pop-up de la fenêtre de l'agenda réduit","field.signature.a11y.action-description.draw-or-type":"Signez dans la case ou utilisez le clavier pour écrire.","field.time.perdiod.AM":"AM","form.login-bar.title.logged-out-state":"Avez-vous un compte ? ","form.appointment.slots-not-found.text":"Il n'y a aucune disponibilité pour cette date. Essayez de sélectionner une autre date.","input.error.message.format-error":"Utilisez le format « {format} ».","contacts-address.input.error.message.required-error":"Saisissez une adresse.","field-context-menu.copy":"Copier dans le presse-papiers","field.signature.a11y.state.empty":"Le champ de signature est vide.","dext-date-picker.input.error.message.min-value-error":"Saisissez une date valide après la date d'aujourd'hui.","payment-input.input.error.message.min-value-error":"Saisissez un montant de paiement supérieur à {limit} {currency}.","input.error.message.incomplete-date-error.year-time":"Saisissez une année et une heure à 4 chiffres.","field.signature.a11y.state.signed":"Signé.","field.quiz-answer-feedback.wrong":"Incorrect","mla-city.input.error.message.required-error":"Saisissez une ville.","field.rich-text.read-less-button.label":"Lire moins","form.appointment.accessibility.calendar.previous-week.aria-label":"Afficher la semaine précédente","field.signature.mode.upload.description":"Le mode d'importation a été sélectionné. Importez une image de votre signature.","field.quiz-file-upload.skipped":"Cette question a été ignorée. ","ecom.email.label":"E‑mail","input.error.message.incomplete-date-error.year-month-day":"Saisissez un mois, un jour et une année.","field-context-menu.make-optional":"Rendre facultatif","contacts-subscribe.input.error.message.not-allowed-value":"Cochez la case pour continuer.","field.signature.mode.draw.description":"Le mode de dessin a été sélectionné. Le dessin nécessite une souris ou un pavé tactile. Pour l'accessibilité du clavier, sélectionnez « Saisir » ou « Importer ».","checkbox.input.error.message.required-error":"Cochez la case pour continuer.","date-picker.input.error.message.required-error":"Choisissez une date.","dext-tags.input.error.message.required-error":"Choisissez une option.","field-context-menu.delete":"Supprimer","field.date.label.year":"Année","mla-address-line-2.input.error.message.required-error":"Saisissez une deuxième ligne d'adresse (ex. appartement, suite, étage).","form.login-bar.title.logged-in-state":"Connecté en tant que {user}","payment-input.input.error.message.max-value-error":"Saisissez un montant de paiement inférieur à {limit} {currency}.","ecom-phone.input.error.message.required-error":"Saisissez un numéro de téléphone.","payment-input.input.error.message.value-range-error":"Saisissez un montant de paiement compris entre {minLimit} {currency}et {maxLimit} {currency}.","input.error.message.incomplete-date-error.year-day":"Saisissez un jour et une année.","submission-table.signature.not-signed":"Non signé","dext-url-input.input.error.message.format-error":"Saisissez une URL, ex. https:\/\/www.exemple.com.","ecom-phone.input.error.message.pattern-error":"Saisissez un numéro de téléphone valide.","contacts-phone.input.error.message.not-allowed-value":"Les numéros de téléphone avec cet indicatif de pays ne sont pas acceptés.","vat-id.input.error.message.required-error.il":"Saisissez un numéro d’identification valide à 9 chiffres (« teudat zehut ») ou un numéro d’entreprise (« het pey »).","input.error.message.incomplete-date-error.day":"Saisissez un jour.","date-input.input.error.message.min-value-error":"Saisissez une date valide après la date d'aujourd'hui.","input.error.message.invalid-location-id-error":"Location is invalid","input.error.message.max-length-error":"{limit, plural, one {Saisissez un maximum de {limit,number} caractère.} other {Saisissez un maximum de {limit,number} caractères.}}","field.date.placeholder.day":"Jour","services-dropdown.input.error.message.required-error":"Select a Service","ecom-email.input.error.message.required-error":"Saisissez une adresse e-mail, comme exemple@monsite.com.","dext-phone.input.error.message.not-allowed-value":"Les numéros de téléphone avec cet indicatif de pays ne sont pas acceptés.","dext-url-input.input.error.message.required-error":"Saisissez une URL, ex. https:\/\/www.exemple.com.","contacts-date-input.input.error.message.format-error":"Saisissez un mois, un jour et une année.","signature.input.error.message.required-error.with-upload":"Signez dans la zone ci-dessus ou importez votre signature.","contacts-phone.input.error.message.required-error":"Saisissez un numéro de téléphone.","field.phone.country-selector-button.aria-label":"Sélectionnez l'indicatif du pays","field-context-menu.move-up":"Déplacer vers le haut","dext-text-input.input.error.message.required-error":"Saisissez une réponse.","settings.required-indicator-text":"(Obligatoire)","file-upload.dropzone.overlay.button":" Déposer vos fichiers ici","field.time.perdiod.PM":"PM","contacts-birthdate.input.error.message.format-error":"Saisissez un mois, un jour et une année.","field.quiz-answer-feedback.correct":"Bonne réponse","vat-id.input.error.message.required-error":"Saisissez un numéro CPF\/CNPJ.","bookings-email.input.error.message.format-error":"Saisissez une adresse e-mail, comme exemple@monsite.com.","input.error.message.character-length-range-error":"Saisissez entre {minLimit} et {maxLimit} caractères.","bookings-phone.input.error.message.not-allowed-value":"Les numéros de téléphone avec cet indicatif de pays ne sont pas acceptés.","contacts-email.input.error.message.format-error":"Saisissez une adresse e-mail, comme exemple@monsite.com.","dropdown.input.error.message.required-error":"Choisissez une option.","dext-text-area.input.error.message.required-error":"Saisissez une réponse.","field.signature.settings.upload-button.label":"Importer une image","field.date.placeholder.month":"Mois","form.error.prefix.a11y":"Erreur :","contacts-tax-id.input.error.message.required-error":"Saisissez un numéro de TVA.","signature.text.placeholder":"Type your signature","contacts-number-input.input.error.message.required-error":"Enter a number.","date-picker.a11y.aria-label":"Afficher le sélecteur de date","field.phone.country-search-input.aria-label":"Rechercher","field.signature.a11y.state.drawing":"Signature en cours...","input.error.message.unknown-value-error":"Doit comporter des informations supplémentaires.","phone.input.error.message.pattern-error":"Enter a valid phone number.","dext-date-picker.input.error.message.max-value-error":"Saisissez une date valide entre le 1er janvier 1000 et aujourd'hui.","form.appointment.empty-state.notification.text":"Il n'y a aucun créneau horaire disponible pour le moment. Veuillez nous contacter pour finaliser votre demande.","mla-country.input.error.message.required-error":"Choisissez un pays\/une région.","field.time.label.hours":"Heures","file-upload.delete-file.aria-label":"Supprimer le fichier","field.vat-id.label-br":"CPF\/CNPJ","ecom-header.contact-details":"Détails du client","input.error.message.invalid-staff-id-error":"This field is invalid.","date-input.input.error.message.format-error":"Saisissez un mois, un jour et une année.","contacts-first-name.input.error.message.required-error":"Saisissez un prénom.","file-upload.dropzone.title":"Importer votre fichier","field-context-menu.move-down":"Déplacer vers le bas","contacts-url-input.input.error.message.required-error":"Saisissez une URL, ex. https:\/\/www.exemple.com.","field.time.label.minutes":"Minutes","dext-phone.input.error.message.format-error":"Saisissez un numéro de téléphone valide.","bookings-phone.input.error.message.required-error":"Saisissez un numéro de téléphone.","form.file-upload.explanation-text":"{count, plural, one {{count,number} fichier importé} other {{count,number} fichiers importés}}","contacts-last-name.input.error.message.required-error":"Saisissez un nom de famille.","field.signature.mode.selector.aria-label":"Mode de saisie de signature","phone.input.error.message.not-allowed-value":"Phone numbers with this country code aren't accepted.","field.signature.mode.draw.label":"Dessiner","mla-postal-code.input.error.message.pattern-error":"Saisissez un code postal valide.","date-picker.a11y.dropdown-year":"Sélectionner l'année","time-input.input.error.message.format-error":"Saisissez les heures et les minutes.","field-context-menu.hide-field":"Masquer le champ","input.error.message.not-allowed-value":"La valeur choisie n'est pas autorisée.","input.error.message.min-value-error":"Saisissez un nombre égal ou supérieur à {limit}.","input.error.message.incomplete-date-error.month-day":"Saisissez un mois et un jour.","field.date.placeholder.time":"HH:MM","submit.checkout.message":"Redirection vers la page de paiement...","form.file-upload.error.unsupported-file-format":"Le type de fichier n'est pas pris en charge.","input.error.message.invalid-phone-country-code-error":"Saisissez un indicatif de pays valide.","mla-street-name.input.error.message.required-error":"Saisissez un nom de rue.","settings.scheduling.sync-external-calendars.not-current-user.kb-link":"https:\/\/support.wix.com\/en\/article\/wix-meetings-syncing-personal-calendars-with-wix-meetings","bookings-first-name.input.error.message.required-error":"Saisissez un prénom.","vat-id.input.error.message.format-error":"Saisissez un numéro CPF\/CNPJ valide.","form.appointment.accessibility.calendar.next-week.aria-label":"Afficher la semaine prochaine","donation.input.error.message.required-error":"Choisissez un montant de don.","input.error.message.incomplete-date-error.month":"Saisissez un mois.","input.error.message.incomplete-date-error.year":"Saisissez une année à 4 chiffres.","vat-id.input.error.message.format-error.il":"Saisissez un numéro d’identification valide à 9 chiffres (« teudat zehut ») ou un numéro d’entreprise (« het pey »).","field.phone.aria-label":"Téléphone","field.signature.canvas.aria-label.empty":"Zone de dessin de la signature (vide)","file-upload.dropzone.limit-reached.title":"Vous avez atteint la limite d'importation de fichiers.","form.appointment.accessibility.calendar.has-availability.aria-label":"Ce jour dispose de créneaux horaires disponibles.","bookings-phone.input.error.message.pattern-error":"Saisissez un numéro de téléphone valide.","input.error.message.incomplete-date-error.month-time":"Saisissez un mois et une heure.","product-list.input.error.message.required-error":"Choisissez une option.","field-context-menu.move-to-next-page":"Déplacer vers la page suivante","mla-postal-code.input.error.message.required-error":"Saisissez un code postal.","file-upload.input.error.message.required-error":"Veuillez importer un fichier.","vat-id.input.error.message.format-error.br":"Enter a valid CPF\/CNPJ number.","input.error.message.exact-character-length-error":"{limit, plural, one {Saisissez exactement {limit,number} caractère.} other {Saisissez exactement {limit,number} caractères.}}","submission-table.signature.signed":"Signé","input.error.message.incomplete-date-error":"Saisissez un mois, un jour et une année.","ecom-email.input.error.message.format-error":"Saisissez une adresse e-mail, comme exemple@monsite.com.","field.vat-id.label-il":"Numéro d’identité\/d’entreprise","text-input.input.error.message.required-error":"Saisissez une réponse.","url-input.input.error.message.required-error":"Saisissez une URL, ex. https:\/\/www.exemple.com.","ecom-header.shipping-details":"Informations de livraison","service-dropdown.input.error.message.required-error":"Sélectionnez un service.","field.signature.mode.type.description":"Le mode de saisie a été sélectionné. Saisissez votre signature à l'aide du clavier.","input.error.message.incomplete-date-error.year-day-time":"Saisissez un jour, une heure et une année.","number-input.input.error.message.required-error":"Saisissez un nombre.","field.signature.mode.upload.label":"Importer","input.error.message.unknown-error":"Erreur inconnue, veuillez contacter l'Assistance.","input.error.message.max-items-error":"{limit, plural, one {Choisissez jusqu'à {limit,number} option.} other {Choisissez jusqu'à {limit,number} options.}}","file-upload.popover.aria-label":"Liste des fichiers importés","input.error.message.multiple-of-value-error":"Choisissez un multiple de {multipleOf}.","full-name-last-name.input.error.message.required-error":"Saisissez un nom de famille.","field-context-menu.paste":"Coller","input.error.message.pattern-error":"Correspond au modèle « {pattern} ».","dext-number-input.input.error.message.required-error":"Saisissez un nombre.","field-context-menu.ai-assistant":"AI Assistant","field-context-menu.move-to-previous-page":"Déplacer vers la page précédente","dext-date-picker.input.error.message.required-error":"Choisissez une date.","date-input.input.error.message.max-value-error":"Saisissez une date valide entre le 1er janvier 1000 et aujourd'hui.","dext-checkbox-group.input.error.message.required-error":"Choisissez une option.","file-upload.dropzone.subtitle":"Choisissez un fichier ou glissez-déposez-le ici.","dext-radio-group.input.error.message.required-error":"Choisissez une option.","checkbox.input.error.message.not-allowed-value":"Cochez la case pour continuer.","contacts-birthdate.input.error.message.max-value-error":"Saisissez une date entre le 1er janvier 1900 et aujourd'hui.","input.error.message.incomplete-date-error.month-day-time":"Saisissez un mois, un jour et une heure.","file-upload.aria-roledescription":"Importation de fichier","contacts-phone.input.error.message.pattern-error":"Saisissez un numéro de téléphone valide.","mla-street-number.input.error.message.required-error":"Saisissez un numéro de bâtiment.","date-picker.a11y.dropdown-month":"Sélectionner le mois","field.signature.mode.type.label":"Saisir","settings.default-value-conflict.min-value-error":"Min characters must be at least the default text length. Update the character limit or shorten the text.","date-picker.input.error.message.min-value-error":"Saisissez une date valide après la date d'aujourd'hui.","date-time-input.input.error.message.min-value-error":"Saisissez une date valide après la date d'aujourd'hui.","dext-checkbox.input.error.message.required-error":"Cochez la case pour continuer.","url-input.input.error.message.format-error":"Saisissez une URL, ex. https:\/\/www.exemple.com.","file-upload.file.uploading-spinner.aria-label":"Chargement du ficher","field.phone.country-code.aria-label":"Indicatif du pays","add-other.default-other-option-label":"Autre","dext-checkbox.input.error.message.not-allowed-value":"Cochez la case pour continuer.","field.date.placeholder.year":"Année","date-picker.input.error.message.max-value-error":"Saisissez une date valide entre le 1er janvier 1000 et aujourd'hui.","field.signature.text.placeholder":"Saisissez votre signature","dext-date-picker.input.error.message.format-error":"Choisissez une date.","form.file-upload.error.upload-limit":"{limit, plural, one {Il y a une limite d'importation de {limit,number} fichier.} other {Il y a une limite d'importation de {limit,number} fichiers.}}","checkbox-group.input.error.message.required-error":"Choisissez une option.","rating-input.input.error.message.required-error":"Choisissez une note par étoiles.","field.mla-apartment.label":"Appartement","text-area.input.error.message.required-error":"Saisissez une réponse.","field.phone.country-search-input.placeholder":"Rechercher","submission-table.appointment.meeting-tool-tip":"Go to Scheduled Meetings","donation.other-option.placeholder":"Saisissez un montant","dext-rating-input.input.error.message.required-error":"Choisissez une note par étoiles.","field.signature.a11y.action-description.draw":"Signez dans la zone.","contacts-birthdate.input.error.message.min-value-error":"Saisissez une date entre le 1er janvier 1900 et aujourd'hui.","mla-subdivision.input.error.message.required-error":"Choisissez une option.","dext-dropdown.input.error.message.required-error":"Choisissez une option.","contacts-text-input.input.error.message.required-error":"Enter an answer.","field.date.label.day":"Jour","vat-id.input.error.message.required-error.br":"Enter a CPF\/CNPJ number.","date-picker.calendar.close-button":"Fermer","phone.input.error.message.required-error":"Enter a phone number.","phone.input.error.message.format-error":"Enter a valid phone number.","input.error.message.invalid-value-for-pattern":"Saisissez une réponse valide.","radio-group.input.error.message.required-error":"Choisissez une option.","input.error.message.min-items-error":"{limit, plural, one {Choisissez au moins {limit,number} option.} other {Choisissez au moins {limit,number} options.}}","ecom.form.field-type.ecom-subscriptions.label":"J'accepte de recevoir des actualités à l'adresse e-mail et\/ou aux numéros de téléphone ajoutés","input.error.message.decimal_point_error":"Ajouter {number} chiffre(s) après la virgule.","bookings-email.input.error.message.required-error":"Saisissez une adresse e-mail, comme exemple@monsite.com.","contacts-subscribe.input.error.message.required-error":"Cochez la case pour continuer.","form.appointment.show-more-slots.text":"Afficher plus de créneaux","form.file-upload.error.upload-failed":"Échec d'importation du fichier.","dext-email.input.error.message.format-error":"Saisissez une adresse e-mail, comme exemple@monsite.com.","full-name-first-name.input.error.message.required-error":"Saisissez un prénom.","field-context-menu.settings":"Paramètres","settings.default-value-conflict.max-value-error":"Max characters must be at least the default text length. Update the character limit or shorten the text.","bookings-last-name.input.error.message.required-error":"Saisissez un nom de famille.","appointment.input.error.message.required-error":"Ce champ est obligatoire.","field-context-menu.make-required":"Rendre obligatoire","date-time-input.input.error.message.format-error":"Saisissez un mois, un jour et une année.","field.date.label.time":"Heure","input.error.message.required-error":"Ce champ est obligatoire.","field.phone.country-selector-dropdown.no-result":"Aucun résultat","input.error.message.exact-items-number-error":"{limit, plural, one {Choisissez {limit,number} option.} other {Choisissez {limit,number} options.}}","form.appointment.timezone.label":"Fuseau horaire ","dext-date-time-input.input.error.message.required-error":"Saisissez le jour, le mois et l'année.","actions.rules.button.label":"Rules","date-time-input.input.error.message.max-value-error":"Saisissez une date valide entre le 1er janvier 1000 et aujourd'hui.","date-picker.a11y.arrow-right":"Accéder au mois suivant","input.error.message.incomplete-date-error.time":"Saisissez une heure.","field.signature.canvas.aria-label.signed":"Zone de dessin de la signature (signée)","settings.default-value-conflict.regex-error":"The regex must be viable for the entered default value. Update the regex or change the text.","contacts-phone.input.error.message.format-error":"Saisissez un numéro de téléphone valide.","tags.input.error.message.required-error":"Choisissez une option.","file-upload.dropzone.limit-reached.subtitle":"Supprimez un fichier pour en ajouter un autre.","input.error.message.max-value-error":"Saisissez un nombre égal ou inférieur à {limit}.","input.error.message.min-length-error":"{limit, plural, one {Saisissez un minimum de {limit,number} caractère.} other {Saisissez un minimum de {limit,number} caractères.}}","form.appointment.meeting-format.in-person-location-method-os-location":"Emplacement de l’entreprise","form.file-upload.error.limit":"Vous avez atteint votre limite d'importation de {limit,number} fichiers.","contacts-email.input.error.message.required-error":"Saisissez une adresse e-mail, comme exemple@monsite.com.","field-context-menu.duplicate":"Dupliquer"},"localeDataset":{},"fieldInitialData":{}}}},"ooi":{"failedInSsr":{}}}</script>
<!-- warmup data end -->
<!-- presets polyfill -->
<!-- detect browser zoom -->
</body>
</html>