301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: rvwc.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <!-- SEO Tags --> <title>Roanoke Valley Wine Company | Wine & Beer Wholesale | Salem, VA</title> <meta name="description" content="Roanoke Valley Wine Company | Mid-Atlantic's leading importer, wholesaler and distributor of fine wine, beer and glassware serving VA, DC, MD and WV."/> <link rel="canonical" href="https://www.rvwc.com"/> <meta name="robots" content="index"/> <meta property="og:title" content="Roanoke Valley Wine Company | Wine & Beer Wholesale | Salem, VA"/> <meta property="og:description" content="Roanoke Valley Wine Company | Mid-Atlantic's leading importer, wholesaler and distributor of fine wine, beer and glassware serving VA, DC, MD and WV."/> <meta property="og:image" content="https://static.wixstatic.com/media/161e3b_63b64607d1a8415a92e4ad7a86eaca13~mv2.jpg/v1/fill/w_2129,h_1050,al_c/161e3b_63b64607d1a8415a92e4ad7a86eaca13~mv2.jpg"/> <meta property="og:image:width" content="2129"/> <meta property="og:image:height" content="1050"/> <meta property="og:url" content="https://www.rvwc.com"/> <meta property="og:site_name" content="RVWC.com"/> <meta property="og:type" content="website"/> <script type="application/ld+json">{"@context":"https://schema.org/","@type":"LocalBusiness","name":"Roanoke Valley Wine Company","url":"https://www.rvwc.com","image":"https://static.wixstatic.com/media/161e3b_ac5d405f91384593887db55439de3ffe~mv2.jpg","address":{"@type":"PostalAddress","addressCountry":"US","addressLocality":"Ashland","addressRegion":"VA","postalCode":"23005-8134","streetAddress":"10463 Wilden Drive"},"telephone":"1 (540) 444-4440"}</script> <script type="application/ld+json">{"@context":"https://schema.org/","@type":"WebSite","name":"RVWC.com","url":"https://www.rvwc.com"}</script> <link rel="alternate" href="https://www.rvwc.com/" hreflang="x-default"/> <link rel="alternate" href="https://es.rvwc.com/" hreflang="es-es"/> <link rel="alternate" href="https://fr.rvwc.com/" hreflang="fr-fr"/> <link rel="alternate" href="https://it.rvwc.com/" hreflang="it-it"/> <link rel="alternate" href="https://www.rvwc.com/" hreflang="en-us"/> <meta name="google-site-verification" content="qXB4lU_dh7qJAwmUOqRspPyuCp9bujXGuivDN81dP5I"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:title" content="Roanoke Valley Wine Company | Wine & Beer Wholesale | Salem, VA"/> <meta name="twitter:description" content="Roanoke Valley Wine Company | Mid-Atlantic's leading importer, wholesaler and distributor of fine wine, beer and glassware serving VA, DC, MD and WV."/> <meta name="twitter:image" content="https://static.wixstatic.com/media/161e3b_63b64607d1a8415a92e4ad7a86eaca13~mv2.jpg/v1/fill/w_2129,h_1050,al_c/161e3b_63b64607d1a8415a92e4ad7a86eaca13~mv2.jpg"/> <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://static.wixstatic.com/media/161e3b_99cfc7bbd18d48bdac59c3ead72abf7e%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/161e3b_99cfc7bbd18d48bdac59c3ead72abf7e%7Emv2.png" type="image/png"/> <link rel="shortcut icon" href="https://static.wixstatic.com/media/161e3b_99cfc7bbd18d48bdac59c3ead72abf7e%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/161e3b_99cfc7bbd18d48bdac59c3ead72abf7e%7Emv2.png" type="image/png"/> <link rel="apple-touch-icon" href="https://static.wixstatic.com/media/161e3b_99cfc7bbd18d48bdac59c3ead72abf7e%7Emv2.png/v1/fill/w_180%2Ch_180%2Clg_1%2Cusm_0.66_1.00_0.01/161e3b_99cfc7bbd18d48bdac59c3ead72abf7e%7Emv2.png" type="image/png"/> <!-- Safari Pinned Tab Icon --> <!-- <link rel="mask-icon" href="https://static.wixstatic.com/media/161e3b_99cfc7bbd18d48bdac59c3ead72abf7e%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/161e3b_99cfc7bbd18d48bdac59c3ead72abf7e%7Emv2.png"> --> <!-- Original trials --> <!-- Legacy Polyfills --> <script nomodule="" src="https://static.parastorage.com/unpkg/[email protected]/minified.js"></script> <script nomodule="" src="https://static.parastorage.com/unpkg/[email protected]/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> <!-- Globals Definitions --> <script> (function () { var now = Date.now() window.initialTimestamps = { initialTimestamp: now, initialRequestTimestamp: Math.round(performance.timeOrigin ? performance.timeOrigin : now - performance.now()) } window.thunderboltTag = "QA_READY" window.thunderboltVersion = "1.15663.0" })(); </script> <!-- Essential Viewer Model --> <script type="application/json" id="wix-essential-viewer-model">{"fleetConfig":{"fleetName":"thunderbolt-seo-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.13795.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.13795.0"}],"siteFeaturesConfigs":{"sessionManager":{"isRunningInDifferentSiteContext":false}},"language":{"userLanguage":"en"},"siteAssets":{"clientTopology":{"mediaRootUrl":"https:\/\/static.wixstatic.com","staticMediaUrl":"https:\/\/static.wixstatic.com\/media","moduleRepoUrl":"https:\/\/static.parastorage.com\/unpkg","fileRepoUrl":"https:\/\/static.parastorage.com\/services","siteAssetsUrl":"https:\/\/siteassets.parastorage.com","pageJsonServerUrls":["https:\/\/pages.parastorage.com","https:\/\/staticorigin.wixstatic.com","https:\/\/www.rvwc.com","https:\/\/fallback.wix.com\/wix-html-editor-pages-webapp\/page"],"pathOfTBModulesInFileRepoForFallback":"wix-thunderbolt\/dist\/"}},"siteFeatures":["appMonitoring","assetsLoader","businessLogger","captcha","clickHandlerRegistrar","codeEmbed","commonConfig","componentsLoader","componentsRegistry","consentPolicy","cookiesManager","cyclicTabbing","dynamicPages","environmentWixCodeSdk","environment","lightbox","locationWixCodeSdk","mpaNavigation","multilingual","navigationManager","navigationPhases","ooi","pages","panorama","passwordProtectedPage","protectedPages","renderer","reporter","routerFetch","router","scrollRestoration","seoWixCodeSdk","seo","sessionManager","siteMembersWixCodeSdk","siteMembers","siteScrollBlocker","siteWixCodeSdk","stores","structureApi","thunderboltInitializer","tpaCommons","translations","usedPlatformApis","warmupData","windowMessageRegistrar","windowWixCodeSdk","wixCustomElementComponent","wixEmbedsApi","componentsReact","platform"],"site":{"externalBaseUrl":"https:\/\/www.rvwc.com","isSEO":true},"media":{"staticMediaUrl":"https:\/\/static.wixstatic.com\/media","mediaRootUrl":"https:\/\/static.wixstatic.com\/","staticVideoUrl":"https:\/\/video.wixstatic.com\/"},"requestUrl":"https:\/\/www.rvwc.com\/","rollout":{"siteAssetsVersionsRollout":false,"isDACRollout":0,"isTBRollout":true},"commonConfig":{"brand":"wix","host":"VIEWER","bsi":"","consentPolicy":{},"consentPolicyHeader":{},"siteRevision":"667","renderingFlow":"NONE","language":"en","locale":"en-us"},"interactionSampleRatio":0.01,"dynamicModelUrl":"https:\/\/www.rvwc.com\/_api\/v2\/dynamicmodel","accessTokensUrl":"https:\/\/www.rvwc.com\/_api\/v1\/access-tokens","isExcludedFromSecurityExperiments":true,"experiments":{"specs.thunderbolt.hardenFetchAndXHR":true,"specs.thunderbolt.videoLazyLoading":true}}</script> <script>window.viewerModel = JSON.parse(document.getElementById('wix-essential-viewer-model').textContent)</script> <script> window.commonConfig = viewerModel.commonConfig </script> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/handleAccessTokens.inline.70d46595.bundle.min.js">(()=>{"use strict";const e=e=>"string"==typeof e?decodeURIComponent(e).toLowerCase().trimStart():e,o="client-session-bind",t=new Set([o,"client-binding","svSession","smSession","server-session-bind","wixSession2"].map((e=>e.toLowerCase()))),i=Object.getOwnPropertyDescriptor(Document.prototype,"cookie"),n=(e="")=>`${o}=; ${e} max-age=0; path=/; expires=Thu, 01 Jan 1970 00:00:01 GMT`,r=o=>{const i="string"==typeof o?o.split("=")[0].trim():o.name,n=e(i).toLowerCase();return t.has(n)},s=e=>{let o;return o="string"==typeof e?e.split(";").map((e=>e.trim())):e,o.filter((e=>!r(e)))},l="tbReady",a="security_overrideGlobals",{experiments:c,siteFeaturesConfigs:d,accessTokensUrl:g}=window.viewerModel,b=g,u={},m=(()=>{const e=document.cookie.split(";").map((e=>e.trim())).filter((e=>e?.startsWith(o)))[0]?.split("=")[1];return(()=>{const e=`domain=${location.hostname};`,o=n(),t=n(e);i.set.call(document,o),i.set.call(document,t)})(),e})();m&&(u["client-binding"]=m);let h=fetch;addEventListener(l,(function e(o){const{logger:t}=o.detail;try{window.tb.init({fetch:h,fetchHeaders:u})}catch(e){const o=new Error("TB003");t.meter(`${a}_${o.message}`,{paramsOverrides:{errorType:a,eventString:o.message}}),window?.viewerModel?.mode.debug&&console.error(e)}finally{removeEventListener(l,e),h=fetch}})),c["specs.thunderbolt.hardenFetchAndXHR"]||(window.fetchDynamicModel=()=>d.sessionManager.isRunningInDifferentSiteContext?Promise.resolve({}):fetch(b,{credentials:"same-origin",headers:u}).then((function(e){if(!e.ok)throw new Error(`[${e.status}]${e.statusText}`);return e.json()})),window.dynamicModelPromise=window.fetchDynamicModel()),Object.defineProperty(document,"cookie",{get(){const e=i.get.call(document);return s(e).join("; ")},set(o){const n=e(o.split(";")[0]);[...t].every((e=>!n?.startsWith(e.toLowerCase())))&&i.set.call(document,o)},enumerable:!0,configurable:!1}),(()=>{if(!globalThis.cookieStore)return;const e=globalThis.cookieStore.get.bind(globalThis.cookieStore),o=globalThis.cookieStore.getAll.bind(globalThis.cookieStore),i=globalThis.cookieStore.set.bind(globalThis.cookieStore),n=globalThis.cookieStore.delete.bind(globalThis.cookieStore);Object.defineProperty(globalThis.CookieStore.prototype,"get",{value:async o=>t.has(o.toLowerCase())?null:e.call(void 0,o),enumerable:!0,configurable:!1}),Object.defineProperty(globalThis.CookieStore.prototype,"getAll",{value:async()=>{const e=await o.call(void 0);return s(e)},enumerable:!0,configurable:!1}),Object.defineProperty(globalThis.CookieStore.prototype,"set",{value:async(...e)=>{const o=1===e.length?e[0].name:e[0];if(!r(o))return i.call(void 0,...e)},enumerable:!0,configurable:!1}),Object.defineProperty(globalThis.CookieStore.prototype,"delete",{value:async(...e)=>{const o=1===e.length?e[0].name:e[0];if(!r(o))return n.call(void 0,...e)},enumerable:!0,configurable:!1})})()})(); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/handleAccessTokens.inline.70d46595.bundle.min.js.map</script> <!-- Overriding Globals JS --> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/overrideGlobals.inline.1b841b59.bundle.min.js">(()=>{"use strict";const{ownKeys:e}=Reflect,t=["toString","toLocaleString","valueOf"],r=(r,o,n)=>{const i=o[r];if(!i)return;let s=!1;try{const e=Object.getOwnPropertyDescriptor(o,r);e&&(s=e.enumerable||!1)}catch(e){console.warn(`Failed to get property descriptor for key "${r}":`,e)}globalThis.defineStrictProperty(r,i,o,s);const c=i?.prototype;if(c){const e=Object.getOwnPropertyDescriptors(c);Object.keys(e).forEach((r=>{const o=e[r];o&&((e,r,o,n)=>{const i=!(n["specs.thunderbolt.hardenArrayPush"]&&n["specs.thunderbolt.loadWebpackRuntimeInHead"])&&"push"===r&&Array.isArray(e);if("constructor"!==r&&!i&&"value"in o&&o.configurable&&!t.includes(String(r))){const{value:t,enumerable:n,get:i,set:s}=o,c={enumerable:n,configurable:!1,...t?{value:t,writable:!1}:{get:i,set:s}};Object.defineProperty(e,r,c)}})(c,r,o,n)}))}e(i).forEach((e=>{const t=Object.getOwnPropertyDescriptor(i,e);t&&(t.writable||t.configurable)&&globalThis.defineStrictProperty(e.toString(),i[e],i,t.enumerable)}))},o=e=>"string"==typeof e?decodeURIComponent(e).toLowerCase().trimStart():e,n=(e,t,r,o)=>{(e=>e?.set&&e?.get&&"function"==typeof e.set&&"function"==typeof e.get&&!e.get.toString().includes("[native code]")&&!e.set.toString().includes("[native code]"))(t)?Object.defineProperty(r||globalThis,e,{get:t.get,set:t.set,configurable:!1,enumerable:o||!1}):Object.defineProperty(r||globalThis,e,{value:t,writable:!1,configurable:!1,enumerable:o||!1})},i=()=>{const e=globalThis.open,t=document.open,r=(t,r,o)=>{const n="string"!=typeof t,i=e.call(window,t,r,o);return n||((s=t).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}:${s}`)&&(s=`${location.protocol}${s}`),!s.startsWith("http")||new URL(s).hostname===location.hostname)?{}:i;var s};defineStrictProperty("open",r,globalThis,!0),defineStrictProperty("open",((e,o,n)=>e?r(e,o,n):t.call(document,e,o,n)),document,!0)},s=document.createElement,c=(e,t)=>{const r=s.call(document,e,t),n=Element.prototype.setAttribute,i=Element.prototype.setAttributeNS;if("iframe"===o(e)){globalThis.defineStrictProperty("srcdoc",{get:()=>{},set:()=>{console.error("`srcdoc` is not allowed in iframe elements.")}},r,!1);const e=function(e,t){"srcdoc"!==e.toLowerCase()?n.call(r,e,t):console.error("`srcdoc` attribute is not allowed to be set.")},t=function(e,t,o){"srcdoc"!==t.toLowerCase()?i.call(r,e,t,o):console.error("`srcdoc` attribute is not allowed to be set.")};r.setAttribute=e,r.setAttributeNS=t}return r},a="client-binding",l="security_overrideGlobals",d=["/_api/v1/access-tokens","/_api/v2/dynamicmodel","/_api/one-app-session-web/v3/businesses"],p=e=>(e instanceof Headers?e.forEach(((t,r)=>{decodeURIComponent(r).toLowerCase()===a&&e.delete(r)})):Object.keys(e).forEach((t=>{decodeURIComponent(t).toLowerCase()===a&&delete e[t]})),e),u=e=>{let t=!0;const r=(e=>{let t,r;if(globalThis.Request&&e instanceof Request)t=e.url;else{if("function"!=typeof e?.toString)throw new Error("Unsupported type for url");t=e.toString()}try{return new URL(t).pathname}catch(e){return r=t.replace(/#.+/gi,"").split("?").shift(),r.startsWith("/")?r:`/${r}`}})(e),n=o(r);return d.some((e=>n.includes(e)))&&(t=!1),t},f=(e=globalThis)=>{const t=fetch;e.defineStrictProperty("fetch",(function(){const r=(o=arguments,globalThis.Request&&o[0]instanceof Request&&o[0]?.headers?p(o[0].headers):o[1]?.headers&&p(o[1].headers),o);var o;return u(arguments[0])?t.apply(e,Array.from(r)):new Promise(((e,t)=>{const r=new Error("TB002");window.fedops?.interactionStarted(r,l),t(r)}))}))};performance.mark("overrideGlobals started");const{isExcludedFromSecurityExperiments:b,experiments:g}=window.viewerModel;try{((e=globalThis)=>{Object.defineProperty(e,"defineStrictProperty",{value:n,writable:!1,enumerable:!1,configurable:!1})})(),i(),b||globalThis.defineStrictProperty("createElement",c,document,!0),g["specs.thunderbolt.hardenFetchAndXHR"]&&!b&&(f(),((e=globalThis)=>{const t=XMLHttpRequest;function r(){const e=new t,r=e.open,o=e.setRequestHeader;return e.open=function(){if(arguments.length<2||u(arguments[1]))return r.apply(e,Array.from(arguments));{const e=new Error("TB002");throw window.fedops?.interactionStarted(e,l),e}},e.setRequestHeader=function(t,r){decodeURIComponent(t).toLowerCase()!==a&&o.call(e,t,r)},e}Object.keys(t).forEach((e=>{r[e]=t[e]})),e.defineStrictProperty("XMLHttpRequest",r)})()),g["specs.thunderbolt.removeServiceWorker"]&&(()=>{if(navigator&&"serviceWorker"in navigator)navigator.serviceWorker.register=()=>console.log("Service worker registration is not allowed"),Promise.resolve()})(),(e=>{let t=[],o=[];const{experiments:n}=window.viewerModel;o=o.concat(["TextEncoder","TextDecoder"]),n["specs.thunderbolt.hardenClientGlobals_EventTarget"]&&!e&&(o=o.concat(["XMLHttpRequestEventTarget","EventTarget"])),n["specs.thunderbolt.hardenArray"]&&o.push("Array"),o=o.concat(["URL","JSON"]),e||(t=t.concat(["addEventListener","removeEventListener"])),t=t.concat(["encodeURI","encodeURIComponent","decodeURI","decodeURIComponent"]),n["specs.thunderbolt.hardenStringAndNumber"]&&(o=o.concat(["String","Number"])),e||o.push("Object"),o=o.concat(["Reflect"]),t.forEach((e=>{Object.freeze(globalThis[e]),["addEventListener","removeEventListener"].includes(e)&&globalThis.defineStrictProperty(e,document[e],document,!0),globalThis.defineStrictProperty(e,globalThis[e],globalThis,!0)})),o.forEach((e=>{r(e,globalThis,n)}))})(b),b||(defineStrictProperty("preventStringArgument",((e,t,r)=>{const o=r||globalThis,n=o[e];defineStrictProperty(e,(function(){const r=Array.from(arguments);if("string"!=typeof r[t])return n.apply(o,r);console.warn(`Calling ${e} with a String Argument at index ${t} is not allowed`)}),o)})),preventStringArgument("setTimeout",0),preventStringArgument("setInterval",0))}catch(e){window?.viewerModel?.mode.debug&&console.error(e);const t=new Error("TB006");window.fedops?.reportError(t,"security_overrideGlobals"),window.Sentry?window.Sentry.captureException(t):globalThis.defineStrictProperty("sentryBuffer",[t],window,!1)}performance.mark("overrideGlobals ended")})(); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/overrideGlobals.inline.1b841b59.bundle.min.js.map</script> <script> window.commonConfig = viewerModel.commonConfig </script> <!-- Initial CSS --> <style data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/main.94c435c3.min.css">@keyframes slide-horizontal-new{0%{transform:translateX(100%)}}@keyframes slide-horizontal-old{80%{opacity:1}to{opacity:0;transform:translateX(-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}}html[data-page-transition=SlideHorizontal]::view-transition-old(page-group){animation:slide-horizontal-old .6s cubic-bezier(.83,0,.17,1) forwards;mix-blend-mode:normal}html[data-page-transition=SlideHorizontal]::view-transition-new(page-group){animation:slide-horizontal-new .6s cubic-bezier(.83,0,.17,1) backwards;mix-blend-mode:normal}html[data-page-transition=SlideVertical]::view-transition-old(page-group){animation:slide-vertical-old .6s cubic-bezier(.83,0,.17,1) forwards;mix-blend-mode:normal}html[data-page-transition=SlideVertical]::view-transition-new(page-group){animation:slide-vertical-new .6s cubic-bezier(.83,0,.17,1) backwards;mix-blend-mode:normal}html[data-page-transition=OutIn]::view-transition-old(page-group){animation:out-in-old .35s cubic-bezier(.64,0,.78,0) forwards}html[data-page-transition=OutIn]::view-transition-new(page-group){animation:out-in-new .35s cubic-bezier(.22,1,.36,1) .35s backwards}@media(prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation:none!important}}body,html{background:transparent;border:0;margin:0;outline:0;padding:0;vertical-align:baseline}body{--scrollbar-width:0px;font-family:Arial,Helvetica,sans-serif;font-size:10px}body,html{height:100%}body{overflow-x:auto;overflow-y:scroll}body:not(.responsive) #site-root{min-width:var(--site-width);width:100%}body:not([data-js-loaded]) [data-hide-prejs]{visibility:hidden}#SITE_CONTAINER{position:relative}:root{--one-unit:1vw;--section-max-width:9999px;--spx-stopper-max:9999px;--spx-stopper-min:0px}@supports(-webkit-appearance:none) and (stroke-color:transparent){:root{--safari-sticky-fix:opacity}}@supports(container-type:inline-size){:root{--one-unit:1cqw}}[id^=oldHoverBox-]{mix-blend-mode:plus-lighter;transition:opacity .5s ease,visibility .5s ease}[data-mesh-id$=inlineContent-gridContainer]:has(>[id^=oldHoverBox-]){isolation:isolate}</style> <style data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.beea92dc.min.css">a,abbr,acronym,address,applet,b,big,blockquote,button,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,footer,form,h1,h2,h3,h4,h5,h6,header,i,iframe,img,ins,kbd,label,legend,li,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,title,tr,tt,u,ul,var{background:transparent;border:0;margin:0;outline:0;padding:0;vertical-align:baseline}input,select,textarea{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{-webkit-appearance:none;background:none;border:0;color:inherit;font:inherit;line-height:normal;outline:0;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}: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{margin-left:auto;margin-right:auto;overflow-x:visible;position:relative;width:320px}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-x:hidden;overflow-y:hidden}@supports(overflow:clip){body.device-mobile-optimized #site-root{overflow-x:clip;overflow-y:clip}}body.device-mobile-non-optimized #SITE_CONTAINER #site-root:not(.overflow-clip-in-mobile){overflow-x:hidden;overflow-y:auto}body.device-mobile-non-optimized #SITE_CONTAINER #site-root.overflow-clip-in-mobile{overflow-x:clip;overflow-y:clip}body.device-mobile-non-optimized.fullScreenMode{background-color:#5f6360}body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,body.device-mobile-non-optimized.fullScreenMode #site-root,body.fullScreenMode #WIX_ADS{visibility:hidden}body.fullScreenMode{overflow-x:hidden!important;overflow-y: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 #masterPage,body.fullScreenMode-scrollable.device-mobile-optimized #site-root{overflow-x:hidden!important;overflow-y:hidden!important}body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND,body.fullScreenMode-scrollable.device-mobile-optimized #masterPage{height:auto!important}body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout{height:0!important}body.blockSiteScrolling,body.siteScrollingBlocked{position:fixed;width:100%}body.blockSiteScrolling #SITE_CONTAINER{margin-top:calc(var(--blocked-site-scroll-margin-top)*-1)}body.blockSiteScrolling:not(.responsive) #WIX_ADS{margin-top:var(--blocked-site-scroll-margin-top)}#site-root{margin:0 auto;min-height:100%;position:relative;top:var(--wix-ads-height)}#site-root img:not([src]){visibility:hidden}#site-root svg img:not([src]){visibility:visible}.auto-generated-link{color:inherit}#SCROLL_TO_BOTTOM,#SCROLL_TO_TOP{height:0}.has-click-trigger{cursor:pointer}.fullScreenOverlay{bottom:0;display:flex;justify-content:center;left:0;overflow-y:hidden;position:fixed;right:0;top:-60px;z-index:1005}.fullScreenOverlay>.fullScreenOverlayContent{bottom:0;left:0;margin:0 auto;overflow:hidden;position:absolute;right:0;top:60px;transform:translateZ(0)}[data-mesh-id$=centeredContent],[data-mesh-id$=form],[data-mesh-id$=inlineContent]{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{grid-area:2/1/3/2;-ms-grid-row:2;position:relative}#masterPage.mesh-layout{-ms-grid-rows:max-content max-content min-content max-content;-ms-grid-columns:100%;align-items:start;display:-ms-grid;display:grid;grid-template-columns:100%;grid-template-rows:max-content max-content min-content max-content;justify-content:stretch}#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #SITE_FOOTER-placeholder,#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,#masterPage.mesh-layout #SITE_HEADER-placeholder,#masterPage.mesh-layout #SITE_HEADER_WRAPPER,#masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~=mobileView],#masterPage.mesh-layout #soapAfterPagesContainer,#masterPage.mesh-layout #soapBeforePagesContainer{-ms-grid-row-align:start;-ms-grid-column-align:start;-ms-grid-column:1}#masterPage.mesh-layout #SITE_HEADER-placeholder,#masterPage.mesh-layout #SITE_HEADER_WRAPPER{grid-area:1/1/2/2;-ms-grid-row:1}#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #soapAfterPagesContainer,#masterPage.mesh-layout #soapBeforePagesContainer{grid-area:3/1/4/2;-ms-grid-row:3}#masterPage.mesh-layout #soapAfterPagesContainer,#masterPage.mesh-layout #soapBeforePagesContainer{width:100%}#masterPage.mesh-layout #PAGES_CONTAINER{align-self:stretch}#masterPage.mesh-layout main#PAGES_CONTAINER{display:block}#masterPage.mesh-layout #SITE_FOOTER-placeholder,#masterPage.mesh-layout #SITE_FOOTER_WRAPPER{grid-area:4/1/5/2;-ms-grid-row:4}#masterPage.mesh-layout #SITE_PAGES,#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERcenteredContent],#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERinlineContent]{height:100%}#masterPage.mesh-layout.desktop>*{width:100%}#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,#masterPage.mesh-layout #SITE_HEADER_WRAPPER,#masterPage.mesh-layout #SITE_PAGES,#masterPage.mesh-layout #masterPageinlineContent,#masterPage.mesh-layout:not(.one-doc) #SITE_FOOTER,#masterPage.mesh-layout:not(.one-doc) #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_FOOTER,#masterPage.mesh-layout.overflow-x-clip #SITE_HEADER{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))}</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 id="age-verification-mkp" src="https://mkp-prod.nyc3.cdn.digitaloceanspaces.com/age-verification/mkp-age-verification-script.js?instance_id=f89c8949-f26a-4828-83e5-4eeeb5886b61" async='true'></script> <script type="wix/htmlEmbeds" id="pageHtmlEmbeds.head end"></script> <!--pageHtmlEmbeds.head end--> <!-- head performance data start --> <!-- head performance data end --> <style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.14daee33.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);display:flex;flex-direction:var(--items-direction);margin:0 auto;position:relative;width:calc(100% - var(--padding)*2)}:host(:not(.device-mobile-optimized)) .V5AUxf>*,body:not(.device-mobile-optimized) .V5AUxf>*{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.f5dd96d7.min.css">.J6KGih{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}[data-view-transition=page-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}.a9YhBi{bottom:0;left:0;position:absolute;right:0;top:0}.dX12nb{cursor:pointer}.AKxYR5{-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)}.AKxYR5,.AKxYR5 svg{bottom:0;left:0;position:absolute;right:0;top:0}.AKxYR5 svg{height:var(--svg-calculated-height,100%);margin:auto;padding:var(--svg-calculated-padding,0);width:var(--svg-calculated-width,100%)}.AKxYR5 svg:not([data-type=ugc]){overflow:visible}.VZYmYf *{vector-effect:non-scaling-stroke}.HcOXKn{-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}.ONIxfn{cursor:pointer}.WUKwEB{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.QxJLC3 [data-attr-richtext-marker=true]{display:block}.QxJLC3 [data-attr-richtext-marker=true] table{border-collapse:collapse;margin:15px 0;width:100%}.QxJLC3 [data-attr-richtext-marker=true] table td{padding:12px;position:relative}.QxJLC3 [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}.QxJLC3 [data-attr-richtext-marker=true] table tr td:last-child:after{border-right:1px solid currentColor}.QxJLC3 [data-attr-richtext-marker=true] table tr:first-child td:after{border-top:1px solid currentColor}@supports(-webkit-appearance:none) and (stroke-color:transparent){.lq2cno>*>:first-child{vertical-align:top}}@supports(-webkit-touch-callout:none){.lq2cno>*>:first-child{vertical-align:top}}.agLt0N :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote) [class$=rich-text__text],.agLt0N :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote)[class$=rich-text__text]{color:var(--corvid-color,currentColor)}.agLt0N :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote) span[style*=color]{color:var(--corvid-color,currentColor)!important}.uGVkMG{direction:var(--text-direction);min-height:var(--min-height);min-width:var(--min-width)}.uGVkMG .edKzOf{word-wrap:break-word;height:100%;overflow-wrap:break-word;position:relative;width:100%}.uGVkMG .edKzOf ul{list-style:disc inside}.uGVkMG .edKzOf li{margin-bottom:12px}.SxM0TO blockquote,.SxM0TO h1,.SxM0TO h2,.SxM0TO h3,.SxM0TO h4,.SxM0TO h5,.SxM0TO h6,.SxM0TO p{letter-spacing:normal;line-height:normal}.nJYhU3{min-height:var(--min-height);min-width:var(--min-width)}.nJYhU3 .edKzOf{word-wrap:break-word;height:100%;overflow-wrap:break-word;position:relative;width:100%}.nJYhU3 .edKzOf ol,.nJYhU3 .edKzOf ul{letter-spacing:normal;line-height:normal;margin-inline-start:.5em;padding-inline-start:1.3em}.nJYhU3 .edKzOf ul{list-style-type:disc}.nJYhU3 .edKzOf ol{list-style-type:decimal}.nJYhU3 .edKzOf ol ul,.nJYhU3 .edKzOf ul ul{line-height:normal;list-style-type:circle}.nJYhU3 .edKzOf ol ol ul,.nJYhU3 .edKzOf ol ul ul,.nJYhU3 .edKzOf ul ol ul,.nJYhU3 .edKzOf ul ul ul{line-height:normal;list-style-type:square}.nJYhU3 .edKzOf li{font-style:inherit;font-weight:inherit;letter-spacing:normal;line-height:inherit}.nJYhU3 .edKzOf h1,.nJYhU3 .edKzOf h2,.nJYhU3 .edKzOf h3,.nJYhU3 .edKzOf h4,.nJYhU3 .edKzOf h5,.nJYhU3 .edKzOf h6,.nJYhU3 .edKzOf p{letter-spacing:normal;line-height:normal;margin-block:0;margin:0}.nJYhU3 .edKzOf a{color:inherit}.SxM0TO,.c9GqVL{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")}.SxM0TO>*,.c9GqVL>*{pointer-events:auto}.SxM0TO li,.c9GqVL li{font-style:inherit;font-weight:inherit;letter-spacing:normal;line-height:inherit}.SxM0TO ol,.SxM0TO ul,.c9GqVL ol,.c9GqVL ul{letter-spacing:normal;line-height:normal;margin-inline-end:0;margin-inline-start:.5em}.SxM0TO:not(.YQcXTT) ol,.SxM0TO:not(.YQcXTT) ul,.c9GqVL:not(.YQcXTT) ol,.c9GqVL:not(.YQcXTT) ul{padding-inline-end:0;padding-inline-start:1.3em}.SxM0TO ul,.c9GqVL ul{list-style-type:disc}.SxM0TO ol,.c9GqVL ol{list-style-type:decimal}.SxM0TO ol ul,.SxM0TO ul ul,.c9GqVL ol ul,.c9GqVL ul ul{list-style-type:circle}.SxM0TO ol ol ul,.SxM0TO ol ul ul,.SxM0TO ul ol ul,.SxM0TO ul ul ul,.c9GqVL ol ol ul,.c9GqVL ol ul ul,.c9GqVL ul ol ul,.c9GqVL ul ul ul{list-style-type:square}.SxM0TO blockquote,.SxM0TO h1,.SxM0TO h2,.SxM0TO h3,.SxM0TO h4,.SxM0TO h5,.SxM0TO h6,.SxM0TO p,.c9GqVL blockquote,.c9GqVL h1,.c9GqVL h2,.c9GqVL h3,.c9GqVL h4,.c9GqVL h5,.c9GqVL h6,.c9GqVL p{margin-block:0;margin:0}.SxM0TO a,.c9GqVL a{color:inherit}.YQcXTT 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[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[LanguageSelector].78e9a441.min.css">.LoinW8 .wxjDyf .AgcguT,.LoinW8 .wxjDyf .SLABZ6,.wxjDyf .LoinW8 .AgcguT,.wxjDyf .LoinW8 .SLABZ6,.wxjDyf .WfZwmg>button{justify-content:flex-start}.LoinW8 ._ap_Ez .AgcguT,.LoinW8 ._ap_Ez .SLABZ6,._ap_Ez .LoinW8 .AgcguT,._ap_Ez .LoinW8 .SLABZ6,._ap_Ez .WfZwmg>button{justify-content:center}.LoinW8 .yaSWtc .AgcguT,.LoinW8 .yaSWtc .SLABZ6,.yaSWtc .LoinW8 .AgcguT,.yaSWtc .LoinW8 .SLABZ6,.yaSWtc .WfZwmg>button{direction:rtl}.LoinW8 .SLABZ6 .P1lgnS img,.LoinW8 ._YBogd .P1lgnS img,.WfZwmg .LEHGju img{display:block;height:var(--iconSize)}.LoinW8 .AgcguT.s9mhXz,.LoinW8 .AgcguT:hover,.LoinW8 .SLABZ6:hover,.WfZwmg>button:hover{background-color:rgba(var(--backgroundColorHover,var(--color_4,color_4)),var(--alpha-backgroundColorHover,1));color:rgb(var(--itemTextColorHover,var(--color_1,color_1)))}.LoinW8 .AgcguT.s9mhXz path,.LoinW8 .AgcguT:hover path,.LoinW8 .SLABZ6:hover path,.WfZwmg>button:hover path{fill:rgb(var(--itemTextColorHover,var(--color_1,color_1)))}.LoinW8 .AgcguT:active,.LoinW8 .SLABZ6:active,.LoinW8 .wbgQXa.AgcguT,.LoinW8 .wbgQXa.SLABZ6,.WfZwmg>button.wbgQXa,.WfZwmg>button:active{background-color:rgba(var(--backgroundColorActive,var(--color_4,color_4)),var(--alpha-backgroundColorActive,1));color:rgb(var(--itemTextColorActive,var(--color_1,color_1)));cursor:default}.LoinW8 .AgcguT:active path,.LoinW8 .SLABZ6:active path,.LoinW8 .wbgQXa.AgcguT path,.LoinW8 .wbgQXa.SLABZ6 path,.WfZwmg>button.wbgQXa path,.WfZwmg>button:active path{fill:rgb(var(--itemTextColorActive,var(--color_1,color_1)))}.q6zugB{width:var(--width)}:host(.device-mobile-optimized) .q6zugB,body.device-mobile-optimized .q6zugB{--display:table;display:var(--display)}.q6zugB.L1JKAI{opacity:.38}.q6zugB.L1JKAI *,.q6zugB.L1JKAI:active{pointer-events:none}.LoinW8 .AgcguT,.LoinW8 .SLABZ6{align-items:center;display:flex;height:calc(var(--height) - var(--borderWidth, 1px)*2)}.LoinW8 .AgcguT .FeuKbY,.LoinW8 .SLABZ6 .FeuKbY{line-height:0}.LoinW8 ._ap_Ez .AgcguT .FeuKbY,.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,._ap_Ez .LoinW8 .AgcguT .FeuKbY,._ap_Ez .LoinW8 .SLABZ6 .FeuKbY{position:absolute;right:0}.LoinW8 ._ap_Ez .AgcguT .FeuKbY,.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,.LoinW8 .yaSWtc .AgcguT .FeuKbY,.LoinW8 .yaSWtc .SLABZ6 .FeuKbY,._ap_Ez .LoinW8 .AgcguT .FeuKbY,._ap_Ez .LoinW8 .SLABZ6 .FeuKbY,.yaSWtc .LoinW8 .AgcguT .FeuKbY,.yaSWtc .LoinW8 .SLABZ6 .FeuKbY{margin:0 20px 0 14px}.LoinW8 ._ap_Ez .AgcguT .FeuKbY,.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,.LoinW8 .wxjDyf .AgcguT .FeuKbY,.LoinW8 .wxjDyf .SLABZ6 .FeuKbY,._ap_Ez .LoinW8 .AgcguT .FeuKbY,._ap_Ez .LoinW8 .SLABZ6 .FeuKbY,.wxjDyf .LoinW8 .AgcguT .FeuKbY,.wxjDyf .LoinW8 .SLABZ6 .FeuKbY{margin:0 14px 0 20px}.LoinW8 .wxjDyf .AgcguT .Z9uI84,.LoinW8 .wxjDyf .SLABZ6 .Z9uI84,.LoinW8 .yaSWtc .AgcguT .Z9uI84,.LoinW8 .yaSWtc .SLABZ6 .Z9uI84,.wxjDyf .LoinW8 .AgcguT .Z9uI84,.wxjDyf .LoinW8 .SLABZ6 .Z9uI84,.yaSWtc .LoinW8 .AgcguT .Z9uI84,.yaSWtc .LoinW8 .SLABZ6 .Z9uI84{flex-grow:1}.LoinW8 .AgcguT svg,.LoinW8 .SLABZ6 svg{height:auto;width:12px}.LoinW8 .AgcguT path,.LoinW8 .SLABZ6 path{fill:rgb(var(--itemTextColor,var(--color_9,color_9)))}.LoinW8 .SLABZ6,.LoinW8 ._YBogd{background-color:rgba(var(--backgroundColor,var(--color_4,color_4)),var(--alpha-backgroundColor,1));border-color:rgba(var(--borderColor,32,32,32),var(--alpha-borderColor,1));border-radius:var(--borderRadius,5px);border-style:solid;border-width:var(--borderWidth,1px);box-shadow:var(--boxShadow,0 1px 3px rgba(0,0,0,.5));overflow:hidden}.LoinW8 .SLABZ6 .P1lgnS,.LoinW8 ._YBogd .P1lgnS{margin:0 -6px 0 14px}.LoinW8 ._ap_Ez .SLABZ6 .P1lgnS,.LoinW8 ._ap_Ez ._YBogd .P1lgnS,._ap_Ez .LoinW8 .SLABZ6 .P1lgnS,._ap_Ez .LoinW8 ._YBogd .P1lgnS{margin:0 4px}.LoinW8 .yaSWtc .SLABZ6 .P1lgnS,.LoinW8 .yaSWtc ._YBogd .P1lgnS,.yaSWtc .LoinW8 .SLABZ6 .P1lgnS,.yaSWtc .LoinW8 ._YBogd .P1lgnS{margin:0 14px 0 -6px}.LoinW8,.q6zugB{height:100%}.LoinW8{color:rgb(var(--itemTextColor,var(--color_9,color_9)));cursor:pointer;font:var(--itemFont,var(--font_0));position:relative;width:var(--width)}.LoinW8 *{box-sizing:border-box}.LoinW8 .SLABZ6{height:100%;position:relative;z-index:1}.s5_f9m.LoinW8 .SLABZ6{display:none!important}.LoinW8 .sJ9lQ9{margin:0 0 0 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ap_Ez .LoinW8 .sJ9lQ9{margin:0 4px}.yaSWtc .LoinW8 .sJ9lQ9{margin:0 14px 0 0}.LoinW8 ._YBogd{display:flex;flex-direction:column;max-height:calc(var(--height)*5.5);min-width:100%;overflow-y:auto;position:absolute;z-index:1}.LoinW8 ._YBogd:not(.qUhEZJ){--itemBorder:1px 0 0;top:0}.LoinW8 ._YBogd.qUhEZJ{--itemBorder:0 0 1px;bottom:0;flex-direction:column-reverse}.s5_f9m.LoinW8 ._YBogd svg{transform:rotate(180deg)}.LoinW8.s5_f9m{z-index:47}.LoinW8:not(.s5_f9m) ._YBogd{display:none}.LoinW8 .AgcguT{flex-shrink:0}.LoinW8 .AgcguT:not(:first-child){--force-state-metadata:false;border-color:rgba(var(--separatorColor,254,254,254),var(--alpha-separatorColor,1));border-style:solid;border-width:var(--itemBorder)}.s0VQNf{height:100%}:host(.device-mobile-optimized) .s0VQNf,body.device-mobile-optimized .s0VQNf{display:table;width:100%}.WfZwmg{background-color:rgba(var(--backgroundColor,var(--color_4,color_4)),var(--alpha-backgroundColor,1));border-color:rgba(var(--borderColor,32,32,32),var(--alpha-borderColor,1));border-radius:var(--borderRadius,5px);border-style:solid;border-width:var(--borderWidth,1px);box-shadow:var(--boxShadow,0 1px 3px rgba(0,0,0,.5));color:rgb(var(--itemTextColor,var(--color_9,color_9)));display:flex;font:var(--itemFont,var(--font_0));height:100%}.WfZwmg,.WfZwmg *{box-sizing:border-box}.WfZwmg>button{align-items:center;background-color:rgba(var(--backgroundColor,var(--color_4,color_4)),var(--alpha-backgroundColor,1));color:inherit;cursor:pointer;display:flex;flex:auto;font:inherit;height:100%}.WfZwmg>button:not(:first-child){--force-state-metadata:false;border-left-color:rgba(var(--separatorColor,254,254,254),var(--alpha-separatorColor,1));border-left-style:solid;border-left-width:1px}.WfZwmg>button:first-child,.WfZwmg>button:last-child{border-radius:var(--borderRadius,5px)}.WfZwmg>button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.WfZwmg>button:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.yaSWtc .WfZwmg .LEHGju{margin:0 14px 0 -6px}._ap_Ez .WfZwmg .LEHGju{margin:0 4px}.wxjDyf .WfZwmg .LEHGju{margin:0 -6px 0 14px}.WfZwmg .J6PIw1{margin:0 14px}._ap_Ez .WfZwmg .J6PIw1{margin:0 4px}.PSsm68 select{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PSsm68 .ZP_gER{display:none}</style> <style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[WPhoto_RoundPhoto].6daea16d.min.css">.nTOEE9{height:100%;overflow:hidden;position:relative;width:100%}.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}.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}.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}.MVY5Lo{box-sizing:border-box;height:100%;width:100%}.NM_OGj{min-height:var(--image-min-height);min-width:var(--image-min-width)}.NM_OGj img,img.NM_OGj{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)}.v__F4U .MVY5Lo{background-color:rgba(var(--brd,var(--color_11,color_11)),var(--alpha-brd,1));border-color:rgba(var(--brd,var(--color_11,color_11)),var(--alpha-brd,1));border-radius:var(--rd,5px);border-style:solid;border-width:var(--brw,2px);box-shadow:var(--shd,0 1px 3px rgba(0,0,0,.5));display:block;height:100%;overflow:hidden}.v__F4U .NM_OGj{border-radius:calc(var(--sizeRd, var(--rd, 5px)) - var(--sizeBrw, var(--brw, 2px)));overflow:hidden}</style> <style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalMenu_VerticalMenuSeparatedButtonFixedWidthSkin].be1cb888.min.css">.VUs9VM{margin:0 10px;opacity:.6}.m48Yht{height:auto!important}.fIxawB{direction:var(--direction)}.Ur5Vmd{direction:var(--item-direction);justify-content:var(--menu-item-align,var(--text-align,flex-start))}.A47Z2B{direction:var(--sub-menu-item-direction);justify-content:var(--sub-menu-item-align,var(--text-align,flex-start))}.IOfTmr .Z7cwZn{height:100%;position:relative;width:100%}.IOfTmr .E_2Q_U{min-width:100%;position:absolute;visibility:hidden;z-index:999}.IOfTmr .E_2Q_U.uf9Zs0{left:calc(100% + var(--SKINS_submenuMargin, 8px) - var(--brw, 1px))}.IOfTmr .E_2Q_U.pYmDZK{right:calc(100% + var(--SKINS_submenuMargin, 8px) - var(--brw, 1px))}.IOfTmr .E_2Q_U.OSGBAh{bottom:0}.IOfTmr .E_2Q_U.F8Lkq5{top:0}.IOfTmr .E_2Q_U:before{content:" ";height:100%;left:var(--sub-menu-open-direction-left,0);margin-left:calc(-1*var(--SKINS_submenuMargin, 8px));margin-right:calc(-1*var(--SKINS_submenuMargin, 8px));position:absolute;right:var(--sub-menu-open-direction-right,auto);top:0;width:var(--SKINS_submenuMargin,8px)}.IOfTmr .YGlZMx{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--brw,1px) rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 1px 4px rgba(0,0,0,.6));box-sizing:border-box;height:calc(var(--item-height, 50px) - var(--separator-height-adjusted, 0px));transition:var(--itemBGColorTrans,background-color .4s ease 0s)}.IOfTmr .YGlZMx.amuh9Z>.DzUZFw>.a50_l6{cursor:default}.IOfTmr .YGlZMx.lBccMF{background-color:rgba(var(--bgs,var(--color_15,color_15)),var(--alpha-bgs,1))}.IOfTmr .YGlZMx.lBccMF>.DzUZFw>.a50_l6{color:rgb(var(--txts,var(--color_13,color_13)))}.IOfTmr .YGlZMx.F95vTA>.E_2Q_U{visibility:visible}.IOfTmr .YGlZMx.F95vTA:not(.amuh9Z){background-color:rgba(var(--bgh,var(--color_15,color_15)),var(--alpha-bgh,1))}.IOfTmr .YGlZMx.F95vTA:not(.amuh9Z)>.DzUZFw>.a50_l6{color:rgb(var(--txth,var(--color_13,color_13)))}.IOfTmr .E_2Q_U .YGlZMx{background-color:rgba(var(--SKINS_bgSubmenu,var(--color_11,color_11)),var(--alpha-SKINS_bgSubmenu,1));border-radius:var(--SKINS_submenuBR,0)}.IOfTmr .a50_l6{align-items:center;box-sizing:border-box;color:rgb(var(--txt,var(--color_15,color_15)));cursor:pointer;display:flex;font:var(--fnt,var(--font_1));height:100%;padding-left:var(--textSpacing,10px);padding-right:var(--textSpacing,10px);position:relative;white-space:nowrap}.IOfTmr .a50_l6,.IOfTmr .a50_l6:after{background-color:transparent;width:100%}.IOfTmr .a50_l6:after{content:" ";height:var(--separator-height-adjusted,0);left:0;position:absolute;top:100%}.IOfTmr .Z7cwZn .YGlZMx .a50_l6{line-height:calc(var(--item-height, 50px) - var(--separator-height-adjusted, 0px))}.IOfTmr .E_2Q_U .a50_l6{font:var(--SKINS_fntSubmenu,var(--font_1))}.IOfTmr .MfQCD7{height:var(--separator-height-adjusted,0);min-height:0;width:100%}</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[StylableButton_Default].e469137d.min.css">.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}</style> <style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[WPhoto_GlowLinePhoto].c0ccaeb6.min.css">.nTOEE9{height:100%;overflow:hidden;position:relative;width:100%}.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}.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}.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}.BzTPNT{box-sizing:border-box;height:100%;width:100%}.OcGXIS{min-height:var(--image-min-height);min-width:var(--image-min-width)}.OcGXIS img,img.OcGXIS{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)}.LKjYWx .BzTPNT{box-shadow:var(--shd,0 2px 5px rgba(0,0,0,.53));display:block;height:100%;position:relative}.LKjYWx .BzTPNT,.LKjYWx .OcGXIS{border-radius:var(--rd,2px);overflow:hidden}.LKjYWx .OcGXIS:before{border-radius:var(--rd,2px);bottom:0;box-shadow:inset 0 0 6px 0 hsla(0,0%,100%,.59),inset 0 1px 0 0 hsla(0,0%,100%,.92),inset 0 0 5px 0 hsla(0,0%,100%,.2);content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}</style> <style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ProGallery_Default].4909c1ee.min.css">div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover) .gallery-item-content .gallery-item{transition:opacity .4s ease!important}div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item{opacity:0}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element{transition:transform 2.2s cubic-bezier(.14,.4,.09,.99)!important}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content{transform:scale(1.1)}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover){transform:scale(1.11)}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element{transform:scale(.9009009009)}div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover) .hover-info-element{transition:transform 1.2s cubic-bezier(.14,.4,.09,.99)!important}div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover):hover .gallery-item-content{transform:scale(.845) rotate(calc(var(--tiltAngleValue) * 1deg))}div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .4s linear!important}div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item{filter:blur(6px)}div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .6s ease!important}div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content{filter:grayscale(1)}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover){transition:background-color .4s ease!important;transition:transform .4s ease!important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover{transform:scale(.985)}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover div,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover div{transform:none!important}div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .6s ease!important}div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content{filter:invert(1)}div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content{filter:grayscale(1);transition:filter .6s ease!important}div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content{filter:grayscale(0)}div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content{filter:brightness(1);transition:filter .6s ease!important}div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content{filter:brightness(.7)}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover{transition:none}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before{opacity:0}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover){transition:none}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before{background:rgba(8,8,8,.75);opacity:1}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden){opacity:1!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover{transition:filter .4s ease,opacity .4s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before{filter:opacity(0);transition:filter .4s ease,opacity .4s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover{transition:transform .4s ease,filter .2s ease,opacity .2s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before{filter:opacity(0);transform:scale(.9);transition:transform .4s ease,filter .2s ease,opacity .2s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden){transition:opacity .2s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(1);transform:scale(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover{transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before{filter:opacity(0);transform:translateY(100%);transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(1);transform:translateY(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover{transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before{filter:opacity(0);transform:translateX(-100%);transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(1);transform:translateX(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover{transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before{filter:opacity(0);transform:translateX(100%);transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(1);transform:translateX(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover{transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before{filter:opacity(0);transform:translateY(-100%);transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(1);transform:translateY(0)}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover{transition:none}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before{background:rgba(8,8,8,.75);opacity:1}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner{opacity:1}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden){opacity:1!important}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover){transition:none}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before{opacity:0}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden){opacity:0!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover{transition:filter .4s ease,opacity .4s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before{filter:opacity(1);transition:filter .4s ease,opacity .4s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover{transition:transform .4s ease,filter .2s ease,opacity .2s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before{filter:opacity(1);transform:scale(1);transition:transform .4s ease,filter .2s ease,opacity .2s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden){transition:opacity .2s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(0);transform:scale(.9)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover{transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before{filter:opacity(1);transform:translateY(0);transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(0);transform:translateY(100%)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover{transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before{filter:opacity(1);transform:translateX(0);transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(0);transform:translateX(-100%)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover{transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before{filter:opacity(1);transform:translateX(100%);transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(0);transform:translateX(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover{transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before{filter:opacity(1);transform:translateY(-100%);transition:transform .4s cubic-bezier(.3,.13,.12,1),filter .5s ease,opacity .5s ease!important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(0);transform:translateY(0)}.animation-slide{transition:width .4s ease,height .4s ease,top .4s ease,left .4s ease}.item-with-secondary-media-container .secondary-media-item.hide{opacity:0}.item-with-secondary-media-container .secondary-media-item.show{opacity:1}[data-collapsed=true] .pro-gallery-parent-container .gallery-item,[data-hidden=true] .pro-gallery-parent-container .gallery-item{background-image:none!important}html.pro-gallery{height:auto;width:100%}body.pro-gallery{transition:opacity 2s ease}#gallery-loader{position:fixed;top:50%}.show-more-container{line-height:138px;text-align:center}.show-more-container i.show-more{color:#5d5d61;cursor:pointer;font-size:40px;margin-top:-3px}.show-more-container button.show-more{background:transparent;border:2px solid #5d5d61;border-radius:0;color:#5d5d61;cursor:pointer;display:inline-block;font-family:HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;font-size:12px;padding:11px 29px}.show-more-container button.show-more:hover{background:rgba(0,0,0,.1)}.more-items-loader{color:#116dff;display:block;font-size:30px;line-height:50px;text-align:center;width:100%}.version-header{background:hsla(0,0%,100%,.8);color:#e03939;font-family:Consolas,monospace;font-size:13px;height:100px;left:0;line-height:30px;position:absolute;text-align:left;top:0;width:320px;z-index:100}.auto-slideshow-button{cursor:pointer;height:28px;margin-top:19px;padding:5px;width:20px}.auto-slideshow-button,.auto-slideshow-counter{display:flex;left:auto;opacity:.9;position:absolute;text-align:center;z-index:1}.auto-slideshow-counter{font-size:15px;line-height:normal;margin-top:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mouse-cursor{display:flex;position:absolute;width:100%}.follow-mouse-cursor{position:absolute;transition:all .2s ease}.follow-mouse-cursor>div{pointer-events:none}.follow-mouse-cursor>div,.nav-arrows-container{align-items:center;display:flex;justify-content:center}.nav-arrows-container{background:transparent;border:none;cursor:pointer;left:auto;opacity:.9;outline:none;position:absolute;text-align:center}.nav-arrows-container:hover{opacity:1}.nav-arrows-container.shadow svg{filter:drop-shadow(0 1px .15px #B2B2B2)}.nav-arrows-container .slideshow-arrow{flex-shrink:0}.arrow-portal-container span{align-items:center;animation:fadeIn .1s ease-in-out;display:flex;justify-content:center;position:fixed;transition:top 50ms,left 50ms}div.gallery-slideshow .gallery-column,div.gallery-slideshow div.pro-gallery{box-sizing:content-box!important}div.gallery-slideshow .gallery-group,div.gallery-slideshow .gallery-item-container,div.gallery-slideshow .gallery-item-wrapper{overflow:visible!important}div.gallery-slideshow.streched .gallery-slideshow-info{padding-left:50px!important;padding-right:50px!important}@media(max-width:500px){div.gallery-slideshow div.pro-gallery .gallery-slideshow-info{padding-left:20px;padding-right:20px}}div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info{bottom:-220px;box-sizing:border-box;display:flex;height:220px;padding-top:0;position:absolute;width:100%;z-index:15}.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px 60px}.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px 10px 50px}.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px}div.pro-gallery{height:100%;width:100%}div.pro-gallery,div.pro-gallery .gallery-column{backface-visibility:hidden;overflow:hidden;position:relative}div.pro-gallery .gallery-column{float:left;transform-style:preserve-3d}div.pro-gallery .gallery-column .gallery-left-padding{display:inline-block;height:100%}div.pro-gallery .gallery-column .gallery-top-padding{display:block;width:100%}div.pro-gallery .gallery-group{backface-visibility:hidden;box-sizing:border-box;float:left;font-family:HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;font-size:11px;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}div.pro-gallery .gallery-group.debug.gallery-group-gone{background:#cdcdd0}div.pro-gallery .gallery-group.debug.gallery-group-visible{background:#c1f0c1}div.pro-gallery .gallery-group.debug.gallery-group-hidden{background:#f99}div.pro-gallery .gallery-item-container{backface-visibility:hidden;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:default;display:inline-block;font-family:HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;font-size:11px;outline:none;overflow:hidden;padding:0;position:absolute;scroll-snap-align:center;text-decoration:none;transform-style:preserve-3d;vertical-align:top;will-change:top,left,width,height}div.pro-gallery .gallery-item-container .item-action{height:1px;overflow:hidden;pointer-events:none;position:absolute;width:1px;z-index:-1}div.pro-gallery .gallery-item-container .item-action:focus{--focus-ring-box-shadow:none!important;box-shadow:none!important;outline:none!important}div.pro-gallery .gallery-item-container:hover .gallery-item-common-info{cursor:pointer}div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button{cursor:pointer;text-decoration:underline}div.pro-gallery .gallery-item-container.visible{transform:translateZ(0)}div.pro-gallery .gallery-item-container.clickable{cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-wrapper{height:100%;overflow:hidden;position:relative;width:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item{-o-object-fit:cover;object-fit:cover}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div{height:100%!important;width:100%!important}div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit,div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent{background:transparent}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item{background:transparent;-o-object-fit:contain;object-fit:contain}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item{border-radius:0;height:100%;left:0;margin:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;position:absolute;top:0;width:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item{-webkit-font-smoothing:antialiased;box-sizing:border-box;/*! autoprefixer: ignore next */white-space:normal}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item{letter-spacing:normal!important;line-height:normal!important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div{background:initial!important;box-sizing:border-box}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span{margin:0;padding:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader{height:30px;left:50%;opacity:.4;top:50%;width:15px;z-index:-1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item{height:100%!important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%!important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded{animation:none!important;background-color:transparent;opacity:1!important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after{display:none!important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error{opacity:0!important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded{background-position:50%;background-repeat:no-repeat;background-size:cover}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit{background-size:contain}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.three-d-loaded img{opacity:0;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.three-d-loading img{opacity:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder img{transition:opacity .2s ease}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video{overflow:hidden;text-align:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe{left:0;top:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item{opacity:0;pointer-events:none;transition:opacity .2s ease}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.playing button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.playing i,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem.playing button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem.playing i{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i{-webkit-font-smoothing:antialiased;background:#080808;border-radius:50px;color:#fff;display:inline-block;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.7;position:absolute;text-align:center;text-rendering:auto;/*! autoprefixer: ignore next */top:50%;z-index:11}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i.play-triangle{opacity:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i.play-triangle{font-size:26px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i:hover{opacity:.9}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i:before{font-size:2.3em;opacity:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info{bottom:-220px;box-sizing:border-box;display:flex;height:220px;position:absolute;width:100%;z-index:15}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div{height:100%;width:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{border-radius:0;box-sizing:border-box;height:100%;left:0;margin:0;overflow:hidden;position:absolute;top:0;white-space:normal;width:100%;z-index:15}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner{height:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before{opacity:0!important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before{box-sizing:border-box;content:" ";height:100%;left:0;margin:0;position:absolute;top:0;width:100%;z-index:-1}div.pro-gallery .gallery-item-container .gallery-item-common-info{box-sizing:border-box;cursor:pointer}div.pro-gallery .thumbnailItem.playing button,div.pro-gallery .thumbnailItem.playing i{display:none}div.pro-gallery .thumbnailItem button,div.pro-gallery .thumbnailItem i{-webkit-font-smoothing:antialiased;background:#080808;border-radius:100%;color:#fff;display:inline-block;height:28px;left:50%;margin:-16px -1px 0 -16px;opacity:.7;position:absolute;text-align:center;text-rendering:auto;/*! autoprefixer: ignore next */top:50%;width:28px;z-index:11}div.pro-gallery .thumbnailItem button.play-triangle,div.pro-gallery .thumbnailItem i.play-triangle{opacity:1}div.pro-gallery .thumbnailItem button:before,div.pro-gallery .thumbnailItem i:before{font-size:2.3em;opacity:1}div.pro-gallery.one-row{float:left;white-space:nowrap}div.pro-gallery.one-row .gallery-column{float:none;white-space:nowrap;width:100%}div.pro-gallery.one-row .gallery-column .gallery-group{display:inline-block;float:none}div.pro-gallery.one-row.slider .gallery-column{overflow-x:scroll}div.pro-gallery.one-row.slider .gallery-column.scroll-snap{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}div.pro-gallery.one-row .gallery-horizontal-scroll-inner{position:relative;will-change:transform}div.pro-gallery.thumbnails-gallery{float:left;overflow:hidden}div.pro-gallery.thumbnails-gallery .galleryColumn{overflow:visible;position:relative}div.pro-gallery.thumbnails-gallery .thumbnailItem{background-color:#fff;background-position:50%;background-size:cover;border-radius:0;cursor:pointer;overflow-y:inherit;position:absolute}div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight:after{background-color:hsla(0,0%,100%,.6);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:500px){div.pro-gallery.thumbnails-gallery{overflow:visible}}div.pro-gallery :focus{box-shadow:none}div.pro-gallery.accessible button:not(.nav-arrows-container,.has-custom-focus):focus,div.pro-gallery.accessible i:focus{box-shadow:0 0 0 1px #fff,0 0 1px 2px #116dff}div.pro-gallery.accessible .has-custom-focus:focus{box-shadow:inset 0 0 0 1px #fff,inset 0 0 1px 4px #116dff}div.pro-gallery.accessible .gallery-item-hover button:focus,div.pro-gallery.accessible .gallery-item-hover i:focus{box-shadow:none}div.pro-gallery.accessible .thumbnailItem.pro-gallery-highlight:after{box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,0 0 10px -5px #116dff}div.pro-gallery.accessible .gallery-item-container:has(.item-action:focus):after{border-radius:inherit;box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,inset 0 0 10px -5px #116dff;content:" ";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:15}div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted:before{box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,inset 0 0 10px -5px #116dff}div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted:after{border-radius:inherit;box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,0 0 10px -5px #116dff;content:" ";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}div.pro-gallery .hide-scrollbars{-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none}div.pro-gallery .hide-scrollbars ::-webkit-scrollbar,div.pro-gallery .hide-scrollbars::-webkit-scrollbar{height:0!important;width:0!important}div.pro-gallery .rtl{direction:rtl}div.pro-gallery .ltr{direction:ltr}.sr-only.out-of-view-component{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-logs{word-wrap:break-word;background:#fff;font-size:10px;width:280px}.fade{display:block;transition:opacity .6s ease}.fade-visible{opacity:1}.fade-hidden{opacity:0}.deck-before{transform:translateX(-100%)}.deck-before,.deck-before-rtl{display:block;transition:transform .6s ease;z-index:1}.deck-before-rtl{transform:translateX(100%)}.deck-current{display:block;transform:translateX(0);transition:transform .6s ease;z-index:0}.deck-current .override{transition:transform .6s ease,opacity .1s ease .2s!important}.deck-after{display:block;opacity:0;transition:opacity .2s ease .6s;z-index:-1}.deck-after .override{transition:opacity .1s ease 0s!important}.disabled-transition{transition:none!important}@keyframes changing_background{0%{background-color:hsla(0,0%,95%,.2)}50%{background-color:hsla(0,0%,95%,.8)}to{background-color:hsla(0,0%,95%,.2)}}.pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]:before,.pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper:before{content:"";height:1px;left:var(--group-left);pointer-events:none;position:absolute;right:var(--group-right);scroll-snap-align:center;top:var(--group-top);width:var(--group-width)}.gallery-item-container{scroll-snap-align:none!important}.gallery-slideshow .gallery-item-container:not(.clickable) a{cursor:default} /*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** css ../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/infoElement.scss ***! \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/.pro-gallery-wix-wrapper .slideshow-info-element-inner{box-sizing:border-box;height:100%;padding-top:24px;width:100%}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text{display:flex;flex-direction:column;flex-grow:1;margin-bottom:25px;padding:0}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text>div{width:100%}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-title{font-size:21px;/*! autoprefixer: ignore next */line-height:32px;white-space:normal}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-description,.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-title{-webkit-box-orient:vertical;color:#2b5672;display:block;font-family:HelveticaNeueW01-Thin,HelveticaNeueW02-Thin,HelveticaNeueW10-35Thin,sans-serif;height:auto;text-overflow:ellipsis;transition:opacity .4s ease}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-description{font-size:15px;line-height:25px;overflow:hidden;/*! autoprefixer: ignore next */white-space:nowrap}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-description>span{white-space:normal}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-member.hide{display:none}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper{color:#fff;display:flex;justify-content:center}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button{border-style:solid;border-width:1px;cursor:pointer;display:block;font-size:16px;line-height:0px;outline:none;overflow:hidden;padding:16px;position:relative;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;z-index:10}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay{display:none}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1!important}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay{background:hsla(0,0%,100%,.1);display:block;height:100%;left:0;position:absolute;top:0;width:100%}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social{display:flex;flex-direction:row;height:auto;margin:0;overflow:visible;position:static;transition:opacity .4s ease;z-index:16}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box{width:0!important}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social.info-align-right,.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px!important}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button{color:#2b5672;cursor:pointer;display:inline-flex;font-size:19px}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button svg{fill:inherit}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button *{height:inherit;width:inherit}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments{align-items:center;background:transparent;border:none;-moz-column-gap:7px;column-gap:7px;display:flex;font-size:15px;margin:-5px;padding:0;padding:5px}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:HelveticaNeueW01-UltLt,HelveticaNeueW02-UltLt,HelveticaNeueW10-25UltL,sans-serif;font-size:15px;font-style:normal;letter-spacing:1px;line-height:15px}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love{background:transparent;border:none;font-size:15px;padding:0}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i{background:transparent;border:none;cursor:pointer;display:inline-block;float:left;text-decoration:none}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;display:inline-block;float:left;font-family:HelveticaNeueW01-UltLt,HelveticaNeueW02-UltLt,HelveticaNeueW10-25UltL,sans-serif;font-style:normal;letter-spacing:1px;margin-top:2px;padding-left:9px}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share{flex-direction:row;outline:none}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box{outline:none;width:210px!important}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box{display:inline-block;font-size:12px;height:30px;margin-left:25px!important;margin-right:25px!important;max-width:300px;overflow:hidden;transform:none!important;transition:width .3s;width:0;z-index:16}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered,.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened{outline:none;width:210px!important}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i{background:transparent;border:none;color:#2b5672;cursor:pointer;display:inline-block;float:left;font-size:15px;height:30px;line-height:14px;margin:0 6px;text-align:center;text-decoration:none;width:30px}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7}.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share,.pro-gallery-wix-wrapper .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info{box-sizing:border-box;height:100%;padding-top:24px;padding-top:0;width:100%}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text{display:flex;flex-direction:column;flex-grow:1;margin-bottom:25px;padding:0}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text>div{width:100%}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-title{-webkit-box-orient:vertical;color:#2b5672;display:block;/*! autoprefixer: ignore next */font-family:HelveticaNeueW01-Thin,HelveticaNeueW02-Thin,HelveticaNeueW10-35Thin,sans-serif;font-size:21px;height:auto;line-height:32px;text-overflow:ellipsis;transition:opacity .4s ease;white-space:normal}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description{-webkit-box-orient:vertical;color:#2b5672;display:block;/*! autoprefixer: ignore next */font-family:HelveticaNeueW01-Thin,HelveticaNeueW02-Thin,HelveticaNeueW10-35Thin,sans-serif;font-size:15px;height:auto;line-height:25px;overflow:hidden;text-overflow:ellipsis;transition:opacity .4s ease;white-space:nowrap}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description>span{white-space:normal}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-member.hide{display:none}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper{color:#fff;display:flex;justify-content:center}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button{border-style:solid;border-width:1px;cursor:pointer;display:block;font-size:16px;line-height:0px;outline:none;overflow:hidden;padding:16px;position:relative;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;z-index:10}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button .overlay{display:none}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1!important}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover .overlay{background:hsla(0,0%,100%,.1);display:block;height:100%;left:0;position:absolute;top:0;width:100%}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social{display:flex;flex-direction:row;height:auto;margin:0;overflow:visible;position:static;transition:opacity .4s ease;z-index:16}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social:hover .info-element-social-share-box{width:0!important}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right,.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px!important}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button{color:#2b5672;cursor:pointer;display:inline-flex;font-size:19px}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button svg{fill:inherit}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button *{height:inherit;width:inherit}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments{align-items:center;background:transparent;border:none;-moz-column-gap:7px;column-gap:7px;display:flex;font-size:15px;margin:-5px;padding:0;padding:5px}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:HelveticaNeueW01-UltLt,HelveticaNeueW02-UltLt,HelveticaNeueW10-25UltL,sans-serif;font-size:15px;font-style:normal;letter-spacing:1px;line-height:15px}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love{background:transparent;border:none;font-size:15px;padding:0}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love button,.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love i{background:transparent;border:none;cursor:pointer;display:inline-block;float:left;text-decoration:none}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;display:inline-block;float:left;font-family:HelveticaNeueW01-UltLt,HelveticaNeueW02-UltLt,HelveticaNeueW10-25UltL,sans-serif;font-style:normal;letter-spacing:1px;margin-top:2px;padding-left:9px}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share{flex-direction:row;outline:none}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share:hover .info-element-social-share-box{outline:none;width:210px!important}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box{display:inline-block;font-size:12px;height:30px;margin-left:25px!important;margin-right:25px!important;max-width:300px;overflow:hidden;transform:none!important;transition:width .3s;width:0;z-index:16}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.hovered,.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.opened{outline:none;width:210px!important}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button,.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i{background:transparent;border:none;color:#2b5672;cursor:pointer;display:inline-block;float:left;font-size:15px;height:30px;line-height:14px;margin:0 6px;text-align:center;text-decoration:none;width:30px}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button:hover,.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7}.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.email-share,.pro-gallery-wix-wrapper .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner{box-sizing:border-box;height:100%;padding-top:24px;width:100%}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text{display:flex;flex-direction:column;flex-grow:1;margin-bottom:25px;padding:0}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text>div{width:100%}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-title{-webkit-box-orient:vertical;color:#2b5672;display:block;/*! autoprefixer: ignore next */font-family:HelveticaNeueW01-Thin,HelveticaNeueW02-Thin,HelveticaNeueW10-35Thin,sans-serif;font-size:21px;height:auto;line-height:32px;text-overflow:ellipsis;transition:opacity .4s ease;white-space:normal}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description{-webkit-box-orient:vertical;color:#2b5672;display:block;/*! autoprefixer: ignore next */font-family:HelveticaNeueW01-Thin,HelveticaNeueW02-Thin,HelveticaNeueW10-35Thin,sans-serif;font-size:15px;height:auto;line-height:25px;overflow:hidden;text-overflow:ellipsis;transition:opacity .4s ease;white-space:nowrap}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description>span{white-space:normal}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-member.hide{display:none}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper{color:#fff;display:flex;justify-content:center}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button{border-style:solid;border-width:1px;cursor:pointer;display:block;font-size:16px;line-height:0px;outline:none;overflow:hidden;padding:16px;position:relative;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;z-index:10}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay{display:none}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1!important}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay{background:hsla(0,0%,100%,.1);display:block;height:100%;left:0;position:absolute;top:0;width:100%}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social{display:flex;flex-direction:row;height:auto;margin:0;overflow:visible;position:static;transition:opacity .4s ease;z-index:16}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box{width:0!important}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right,.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px!important}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button{color:#2b5672;cursor:pointer;display:inline-flex;font-size:19px}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button svg{fill:inherit}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button *{height:inherit;width:inherit}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments{align-items:center;background:transparent;border:none;-moz-column-gap:7px;column-gap:7px;display:flex;font-size:15px;margin:-5px;padding:0;padding:5px}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:HelveticaNeueW01-UltLt,HelveticaNeueW02-UltLt,HelveticaNeueW10-25UltL,sans-serif;font-size:15px;font-style:normal;letter-spacing:1px;line-height:15px}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love{background:transparent;border:none;font-size:15px;padding:0}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i{background:transparent;border:none;cursor:pointer;display:inline-block;float:left;text-decoration:none}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;display:inline-block;float:left;font-family:HelveticaNeueW01-UltLt,HelveticaNeueW02-UltLt,HelveticaNeueW10-25UltL,sans-serif;font-style:normal;letter-spacing:1px;margin-top:2px;padding-left:9px}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share{flex-direction:row;outline:none}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box{outline:none;width:210px!important}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box{display:inline-block;font-size:12px;height:30px;margin-left:25px!important;margin-right:25px!important;max-width:300px;overflow:hidden;transform:none!important;transition:width .3s;width:0;z-index:16}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered,.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened{outline:none;width:210px!important}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i{background:transparent;border:none;color:#2b5672;cursor:pointer;display:inline-block;float:left;font-size:15px;height:30px;line-height:14px;margin:0 6px;text-align:center;text-decoration:none;width:30px}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7}.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share,.pro-gallery-wix-wrapper .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:0 20px 20px}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element{display:flex;flex-direction:column;justify-content:center}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social{display:flex;flex-direction:row;height:auto;margin:0;position:static}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows{margin:0 -10px 0;width:auto}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top{background:linear-gradient(rgba(0,0,0,.2),transparent 140px)}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box{width:0!important}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right,.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px!important}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button{font-size:19px;margin:0;position:static!important}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share{margin-top:-3px}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share{flex-direction:row;outline:none}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box{outline:none;width:210px!important}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box{margin-left:25px!important;margin-right:25px!important;overflow:hidden;transition:width .3s;width:0}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered,.pro-gallery-wix-wrapper .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered{outline:none;width:210px!important}.pro-gallery-wix-wrapper .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title{white-space:normal}.pro-gallery-wix-wrapper .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px}.pro-gallery-wix-wrapper .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:30px 0 0}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{-webkit-box-pack:center;color:#fff;display:flex;justify-content:center;/*! autoprefixer: ignore next */transition:opacity .4s ease}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper .buy-icon{margin-right:7px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{-webkit-box-orient:vertical;-webkit-line-clamp:1;border-style:solid;border-width:1px;color:#fff;cursor:pointer;display:block;/*! autoprefixer: ignore next */font-size:16px;line-height:0px;opacity:1;outline:none;overflow:hidden;padding:16px;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:10}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button .overlay{display:none}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button:hover .overlay{background:hsla(0,0%,100%,.1);display:block;left:0;position:absolute;top:0;width:100%}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin:0;padding:30px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.short-item{padding-top:5px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.narrow-item{padding-left:5px;padding-right:5px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.hidden{opacity:0!important;pointer-events:none}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text>div{width:100%}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.push-down{box-sizing:border-box;padding-top:60px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title{-webkit-box-orient:vertical;color:#fff;display:-webkit-box;/*! autoprefixer: ignore next */font-size:21px;line-height:32px;opacity:0;overflow:hidden;padding:0}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description{-webkit-box-orient:vertical;color:#fff;display:-webkit-box;/*! autoprefixer: ignore next */font-size:15px;line-height:25px;opacity:0;overflow:hidden;white-space:normal}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-member.hide{display:none}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements{display:flex;flex-direction:row}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-absolute{left:0;position:absolute;top:0}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social{box-sizing:border-box;outline:none;overflow:visible;transition:opacity .4s ease;z-index:16}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item{align-items:flex-end;display:flex;height:90%;justify-content:space-around}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item .info-element-social-button,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item .info-element-social-button{position:static}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.with-arrows{margin:0 7%;width:86%}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.hidden{opacity:0!important;pointer-events:none}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button{fill:#fff;color:#fff;cursor:pointer}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button svg{fill:inherit}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button *{height:inherit;width:inherit}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.visible{opacity:1!important}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments{align-items:center;background:#2b5672;border:none;bottom:auto;-moz-column-gap:7px;column-gap:7px;display:flex;font-size:15px;left:26px;margin:-5px;padding:5px;top:26px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{font-family:HelveticaNeueW01-UltLt,HelveticaNeueW02-UltLt,HelveticaNeueW10-25UltL,sans-serif;font-size:15px;font-style:normal;letter-spacing:1px;line-height:15px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love{background:transparent;border:none;bottom:30px;font-size:15px;left:30px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love button,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love i{background:transparent;border:none;color:#fff;cursor:pointer;display:inline-block;float:left;font-size:18px;line-height:14px;outline:none;text-decoration:none}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{display:inline-block;float:left;font-family:HelveticaNeueW01-UltLt,HelveticaNeueW02-UltLt,HelveticaNeueW10-25UltL,sans-serif;font-size:15px;font-style:normal;letter-spacing:1px;line-height:15px;margin-top:2px;padding-left:9px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-share{bottom:26px;left:auto;right:30px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-dots{display:flex;height:30px;justify-content:center;left:auto;right:22px;top:26px;width:20px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download{bottom:25px;left:auto;right:68px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download.pull-right{right:30px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button{bottom:calc(50% - 10px)}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love{left:calc(25% - 8px)}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments span,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love span{display:none}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-share{right:calc(25% - 8px)}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-dots,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-download{left:calc(50% - 8px)}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button{bottom:auto;left:calc(50% - 8px)}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-comments,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-love{top:calc(25% - 10px)}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-share{bottom:calc(25% - 10px);right:auto;top:auto}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-download{top:calc(50% - 10px)}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-dots{bottom:calc(50% - 10px)}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box{font-size:12px;height:100%;left:50%;margin-left:-3px;margin-top:1px;max-width:300px;min-width:200px;opacity:0;outline:none;overflow:visible;position:absolute;top:0;transform:translateX(-50%);transition:opacity .4s ease;width:100%;z-index:16}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.hidden{opacity:0!important;pointer-events:none}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i{background:transparent;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:15px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:22px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button:hover,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i:hover{opacity:.7}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-1,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-1{margin-left:5px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-2,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-2{font-size:13px;margin-top:1px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-4,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-4{margin-left:-1px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-5,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-5{font-size:13px;margin-left:-3px;margin-top:1px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item{left:0;max-height:300px;max-width:none;min-width:0;top:50%}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i{left:50%;margin-left:-10px;margin-top:8px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-2,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-5,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-2,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-5{font-size:13px}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-common-info{box-sizing:border-box;cursor:pointer}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description,.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title{-webkit-box-orient:vertical;display:-webkit-box;/*! autoprefixer: ignore next */overflow:hidden;/*! autoprefixer: ignore next */text-overflow:ellipsis}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description>span{white-space:normal}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-common-info .info-member.hide{display:none}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper{color:#fff;display:flex;justify-content:center}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button{border-style:solid;border-width:1px;cursor:pointer;display:block;font-size:16px;line-height:0px;outline:none;overflow:hidden;padding:16px;position:relative;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;z-index:10}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button .overlay{display:none}.pro-gallery-wix-wrapper div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button:hover .overlay{background:hsla(0,0%,100%,.1);display:block;left:0;position:absolute;top:0;width:100%}.pro-gallery-wix-wrapper div.pro-gallery.thumbnails-gallery .gallery-item-container .info-element-custom-button-wrapper{display:none!important}.pro-gallery-overlay-animation-wrapper .gallery-item-hover:before{transition:all .3s cubic-bezier(.3,.13,.12,1)}.pro-gallery-overlay-animation-wrapper.expand.animation-appears .gallery-item-hover:before{opacity:0!important;transform:scale(.8)}.pro-gallery-overlay-animation-wrapper.expand.animation-appears .gallery-item-container:hover .gallery-item-hover:before,.pro-gallery-overlay-animation-wrapper.expand.animation-disappears .gallery-item-hover:before{opacity:1!important;transform:scale(1)}.pro-gallery-overlay-animation-wrapper.expand.animation-disappears .gallery-item-container:hover .gallery-item-hover:before{opacity:0!important;transform:scale(.8)}.pro-gallery-overlay-animation-wrapper.fade-in.animation-appears .gallery-item-hover:before{filter:opacity(0)!important;opacity:0!important}.pro-gallery-overlay-animation-wrapper.fade-in.animation-appears .gallery-item-container:hover .gallery-item-hover:before,.pro-gallery-overlay-animation-wrapper.fade-in.animation-disappears .gallery-item-hover:before{filter:opacity(1)!important;opacity:1!important}.pro-gallery-overlay-animation-wrapper.fade-in.animation-disappears .gallery-item-container:hover .gallery-item-hover:before{filter:opacity(0)!important;opacity:0!important}.pro-gallery-overlay-animation-wrapper.slide-up.animation-appears .gallery-item-hover:before{transform:translateY(100%)!important}.pro-gallery-overlay-animation-wrapper.slide-up.animation-appears .gallery-item-container:hover .gallery-item-hover:before,.pro-gallery-overlay-animation-wrapper.slide-up.animation-disappears .gallery-item-hover:before{transform:translateY(0)!important}.pro-gallery-overlay-animation-wrapper.slide-up.animation-disappears .gallery-item-container:hover .gallery-item-hover:before{transform:translateY(-100%)!important}.pro-gallery-overlay-animation-wrapper.slide-right.animation-appears .gallery-item-hover:before{opacity:0!important;transform:translateX(-100%)!important}.pro-gallery-overlay-animation-wrapper.slide-right.animation-appears .gallery-item-container:hover .gallery-item-hover:before,.pro-gallery-overlay-animation-wrapper.slide-right.animation-disappears .gallery-item-hover:before{opacity:1!important;transform:translateX(0)!important}.pro-gallery-overlay-animation-wrapper.slide-right.animation-disappears .gallery-item-container:hover .gallery-item-hover:before{opacity:0!important;transform:translateX(100%)!important}.pro-gallery-overlay-animation-wrapper.slide-down.animation-appears .gallery-item-hover:before{opacity:0!important;transform:translateY(-100%)!important}.pro-gallery-overlay-animation-wrapper.slide-down.animation-appears .gallery-item-container:hover .gallery-item-hover:before,.pro-gallery-overlay-animation-wrapper.slide-down.animation-disappears .gallery-item-hover:before{opacity:1!important;transform:translateY(0)!important}.pro-gallery-overlay-animation-wrapper.slide-down.animation-disappears .gallery-item-container:hover .gallery-item-hover:before{opacity:0!important;transform:translateY(100%)!important}.pro-gallery-overlay-animation-wrapper.slide-left.animation-appears .gallery-item-hover:before{opacity:0!important;transform:translateX(100%)!important}.pro-gallery-overlay-animation-wrapper.slide-left.animation-appears .gallery-item-container:hover .gallery-item-hover:before,.pro-gallery-overlay-animation-wrapper.slide-left.animation-disappears .gallery-item-hover:before{opacity:1!important;transform:translateX(0)!important}.pro-gallery-overlay-animation-wrapper.slide-left.animation-disappears .gallery-item-container:hover .gallery-item-hover:before{opacity:0!important;transform:translateX(-100%)!important}.manual-height-gallery-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.fullscreen-focus-lock{height:100%}#variant-resize-watcher{left:0;pointer-events:none;position:absolute;top:0;visibility:hidden;width:calc(var(--variant-count) * .1px)}:root{--ProGallery669818973-overFreemiumBanner:1000000;--ProGallery669818973-overFullscreen:1000001}.ProGallery669818973__container{overflow:auto;overflow-x:hidden}.ProGallery669818973__container-prerender{height:100%;min-height:-moz-max-content;min-height:max-content}.ProGallery669818973__root{-archetype:paintBox;box-sizing:border-box;height:100%;max-height:100%;width:100%}.pro-gallery-parent-container{-archetype:paintBox}.gallery-item-container,.gallery-item-container .gallery-item-content,.gallery-item-container .gallery-item-hover:before{transition:all .3s,width 0s,height 0s}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-hover-flex-container .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-hover-flex-container .gallery-item-hover:before{background:transparent}.nav-arrows-container{opacity:1!important}.nav-arrows-container.only-arrows{background:unset!important;border:unset!important;box-shadow:unset!important}.ProGallery669818973__info{-archetype:text;box-sizing:border-box}.gallery-item-common-info .info-element-title{color:rgb(var(--color_15));font:var(--font_6)}.gallery-item-common-info .info-element-description{color:rgb(var(--color_15));font:var(--font_8)}.hover-info-element .info-element-title{color:rgb(var(--color_11));font:var(--font_6)}.hover-info-element .info-element-description{color:rgb(var(--color_11));font:var(--font_8)}.ProGallery669818973__fullscreen{-archetype:paintBox;background:#fff;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--ProGallery669818973-overFreemiumBanner)}.show-more{-archetype:box}.ProGallery669818973__fullscreen .ProGallery669818973__x{-archetype:icon;cursor:pointer;position:fixed;right:25px;top:25px;z-index:var(--ProGallery669818973-overFullscreen)}#fullscreen-view{-archetype:paintBox;background-color:rgb(var(--color_11))}#fullscreen-view .fullscreen-side-bar-title h1{-archetype:text;color:rgb(var(--color_15));font:var(--font_4)}#fullscreen-view .fullscreen-side-bar-description,#fullscreen-view .fullscreen-side-bar-link{-archetype:text;color:rgb(var(--color_15));font:var(--font_8)}#fullscreen-view .fullscreen-close,#fullscreen-view .fullscreen-icon{-archetype:icon;color:rgb(var(--color_15))}#fullscreen-view.pro-fullscreen-expanded .icon-background{-archetype:paintBox;background:rgba(var(--color_11),.4);opacity:1}#fullscreen-view .pro-gallery-slider-arrow svg{-archetype:icon;color:rgb(var(--color_15))}#fullscreen-view.pro-fullscreen-expanded .pro-gallery-slider-arrow{-archetype:paintBox;background:rgba(var(--color_11),.4)}.gallery-item-common-info .info-element-custom-button-button,.hover-info-element .info-element-custom-button-button{border-style:solid;border-width:1px;font-size:16px;line-height:0px;padding:16px}</style> <style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ClassicSection].9965d5ad.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);align-items:center;background-color:#fff;border-radius:24px;bottom:10px;color:#000;display:flex;height:25px;left:10px;outline:2px solid #000;padding:5px 10px;pointer-events:none;z-index:1000}.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[StripColumnsContainer_Default].8f0b39a2.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);display:flex;flex-direction:var(--items-direction);margin:0 auto;position:relative;width:calc(100% - var(--padding)*2)}:host(:not(.device-mobile-optimized)) .V5AUxf>*,body:not(.device-mobile-optimized) .V5AUxf>*{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[RefComponent].d977fc56.min.css">.S6Dcte{pointer-events:var(--ref-container-pointer-events)!important}.S6Dcte>*{pointer-events:auto}</style> <style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[AppWidget_Responsive].4475aedb.min.css">.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[Container_ResponsiveBox].9863245a.min.css">.J6KGih{cursor:pointer}.rM7ckN{--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));--overflow-wrapper-border-radius:var(--rd);--backdrop-filter:$backdrop-filter}.YJEKQk{background:none!important;border:none!important;box-shadow:none!important}.InKIFF{-webkit-backdrop-filter:var(--backdrop-filter,none);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}.YAf4Ti{bottom:0!important;height:unset!important;left:0!important;margin:0!important;max-height:unset!important;max-width:unset!important;min-height:unset!important;min-width:unset!important;padding:0!important;position:absolute!important;right:0!important;top:0!important;width:unset!important;z-index:unset!important}</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/wix-thunderbolt/dist/Repeater_FixedColumns.3e2ab597.chunk.min.css">.hRdzm4{direction:var(--direction);display:flex;flex-wrap:wrap;justify-content:var(--justify-content);margin-bottom:var(--margin-bottom);margin-top:var(--margin-top);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);position:relative}.T7n0L6{direction:ltr;margin:var(--item-margin)}.E6jjcn,.cGWabE{display:flex;flex-direction:column}.E6jjcn{direction:var(--direction);justify-content:var(--justify-content);margin-bottom:var(--margin-bottom);margin-top:var(--margin-top);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);position:relative}.aT7wGr>*{width:100%}.VM7gjN{display:flex;justify-content:space-between}.aT7wGr{direction:ltr;margin:var(--item-margin)}</style> <style data-href="https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.bae0ce0c.chunk.min.css">.TWFxr5{height:auto!important}.May50y{overflow:hidden!important}</style> <style id="css_masterPage"> @font-face {font-family: 'dinneuzeitgroteskltw01-_812426'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/b46aabec-b529-45a8-a0fe-2abaf6daf369/v1/dinneuzeitgroteskltw01-_812426.other.woff2') format('woff2'); unicode-range: U+02C7, U+2021, U+2030, U+E000, U+E002, U+E004, U+E006, U+E009, U+E00B, U+E011;font-display: swap; } @font-face {font-family: 'dinneuzeitgroteskltw01-_812426'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/b46aabec-b529-45a8-a0fe-2abaf6daf369/v1/dinneuzeitgroteskltw01-_812426.latin-ext.woff2') format('woff2'); unicode-range: U+0160-0161, U+0178, U+017D-017E, U+0192, U+2020;font-display: swap; } @font-face {font-family: 'dinneuzeitgroteskltw01-_812426'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/b46aabec-b529-45a8-a0fe-2abaf6daf369/v1/dinneuzeitgroteskltw01-_812426.latin.woff2') format('woff2'); unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+20AC, U+2122;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: 'futura-lt-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/8e5b5cbc-6ad9-49f7-aee7-4e5133c3ee4d/v1/futura-lt-w05-light.woff2') format('woff2'); unicode-range: U+0100-010F, U+0111-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, 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+FB01-FB02;font-display: swap; } @font-face {font-family: 'futura-lt-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/8e5b5cbc-6ad9-49f7-aee7-4e5133c3ee4d/v1/futura-lt-w01-light.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, 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: 'futura-lt-w01-book'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/790166f1-b347-4f16-8a29-f0c4931a7c35/v1/futura-lt-w01-book.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, 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; }#masterPage:not(.landingPage) #PAGES_CONTAINER{margin-top:0px;margin-bottom:0px;}#masterPage.landingPage #soapAfterPagesContainer, #masterPage.landingPage #soapBeforePagesContainer{margin-top:89px;}#masterPage.landingPage #SITE_HEADER{display:none;}#masterPage.landingPage #CONTROLLER_COMP_CUSTOM_ID{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{z-index:50;--above-all-in-container:10000;}#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;}#SITE_FOOTER{--pinned-layer-in-container:53;--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"]{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"]{position:absolute;top:15px;left:20px;margin-left:calc((100% - 980px) * 0.5);}:root,:host, .spxThemeOverride, .max-width-container{--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:204,204,204;--color_13:160,160,159;--color_14:96,94,94;--color_15:0,0,0;--color_16:244,192,175;--color_17:233,158,134;--color_18:222,80,33;--color_19:204,74,30;--color_20:74,27,11;--color_21:182,232,227;--color_22:141,209,202;--color_23:65,186,174;--color_24:43,124,116;--color_25:22,62,58;--color_26:169,199,224;--color_27:122,161,194;--color_28:43,108,163;--color_29:29,72,109;--color_30:14,36,54;--color_31:244,234,177;--color_32:233,219,137;--color_33:222,195,40;--color_34:148,130,27;--color_35:74,65,13;--color_36:255,255,255;--color_37:0,0,0;--color_38:204,204,204;--color_39:160,160,159;--color_40:96,94,94;--color_41:222,80,33;--color_42:0,0,0;--color_43:160,160,159;--color_44:255,255,255;--color_45:0,0,0;--color_46:96,94,94;--color_47:96,94,94;--color_48:222,80,33;--color_49:222,80,33;--color_50:255,255,255;--color_51:255,255,255;--color_52:222,80,33;--color_53:222,80,33;--color_54:160,160,159;--color_55:160,160,159;--color_56:255,255,255;--color_57:255,255,255;--color_58:222,80,33;--color_59:222,80,33;--color_60:222,80,33;--color_61:222,80,33;--color_62:255,255,255;--color_63:255,255,255;--color_64:160,160,159;--color_65:160,160,159;--font_0:normal normal normal 50px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;--font_1:normal normal normal 16px/1.4em din-next-w01-light,sans-serif;--font_2:normal normal normal 85px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;--font_3:normal normal normal 25px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;--font_4:normal normal normal 40px/1.4em din-next-w01-light,sans-serif;--font_5:normal normal normal 25px/1.4em din-next-w01-light,sans-serif;--font_6:normal normal normal 22px/1.4em din-next-w01-light,sans-serif;--font_7:normal normal normal 18px/1.4em futura-lt-w01-light,sans-serif;--font_8:normal normal normal 14px/1.4em futura-lt-w01-book,sans-serif;--font_9:normal normal normal 14px/1.4em din-next-w01-light,sans-serif;--font_10:normal normal normal 12px/1.4em din-next-w01-light,sans-serif;--wix-ads-height:0px;--sticky-offset:0px;--wix-ads-top-height:0px;--site-width:980px;--above-all-z-index:100000;--portals-z-index:100001;--wix-opt-in-direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--minViewportSize:320;--maxViewportSize:1920;--theme-spx-ratio:1px;--scaling-factor:min((100 * var(--one-unit)), var(--section-max-width));--customScaleViewportLimit:clamp(var(--minViewportSize) * 1px, 100 * var(--one-unit), min(var(--section-max-width), var(--maxViewportSize) * 1px));}.font_0{font:var(--font_0);color:rgb(var(--color_36));letter-spacing:0em;}.font_1{font:var(--font_1);color:rgb(var(--color_46));letter-spacing:0em;}.font_2{font:var(--font_2);color:rgb(var(--color_45));letter-spacing:0em;}.font_3{font:var(--font_3);color:rgb(var(--color_45));letter-spacing:0em;}.font_4{font:var(--font_4);color:rgb(var(--color_46));letter-spacing:0em;}.font_5{font:var(--font_5);color:rgb(var(--color_46));letter-spacing:0em;}.font_6{font:var(--font_6);color:rgb(var(--color_46));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_15));letter-spacing:0em;}.font_9{font:var(--font_9);color:rgb(var(--color_14));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:var(--header-height);--header-height:89px;}#masterPage.landingPage{--top-offset:0px;}#SITE_HEADER{--bg:var(--color_11);--shd:none;--brwt:0px;--brd:47,46,46;--brwb:0px;--bgctr:var(--color_11);--rd:0px;--boxShadowToggleOn-shd:none;--alpha-brd:1;--alpha-bgctr:0.9;--alpha-bg:0;--backdrop-blur:0px;--backdrop-filter: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-m91r8pu5"]{position:relative;margin:13px 0px 13px calc((100% - 980px) * 0.5);left:459px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#SITE_HEADER{--bg-overlay-color:rgba(var(--color_11), 0.9);--bg-gradient:none;--shc-mutated-brightness:128,128,128;position:sticky !important;top:var(--wix-ads-height);}#comp-m91r8pu5{--contentPaddingLeft:0px;--contentPaddingRight:0px;--contentPaddingTop:0px;--contentPaddingBottom:0px;}#comp-m91r8pu5{width:63px;height:63px;}#comp-m91r8pu5{--height:63px;--width:63px;}#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{--bgh:43,104,156;--rd:20px;--txth:255,255,255;--alpha-bg:1;--bg:61,155,233;--txt:255,255,255;--brw:0px;--fnt:normal normal normal 14px/1.4em raleway;--brd:43,104,156;--brdh:61,155,233;--alpha-bgh:1;--alpha-brd:1;--alpha-brdh:1;--alpha-txt:1;--alpha-txth:1;--boxShadowToggleOn-shd:none;--shd:0 1px 4px rgba(0, 0, 0, 0.6);}#SITE_FOOTER{--bg:var(--color_11);--shd:none;--brwt:0px;--brd:47,46,46;--brwb:0px;--bgctr:var(--color_11);--rd:0px;--boxShadowToggleOn-shd:none;--alpha-brd:1;--alpha-bgctr:0.9;--alpha-bg:0;--backdrop-blur:0px;--backdrop-filter:none;}#SITE_FOOTER{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=SITE_FOOTERinlineContent]{height:auto;width:100%;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kc0yam4s"]{position:relative;margin:15px 0px 15px calc((100% - 980px) * 0.5);left:408px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#SITE_FOOTER{--shc-mutated-brightness:128,128,128;--bg-overlay-color:rgba(var(--color_11), 0.9);--bg-gradient:none;}#comp-kc0yam4s{width:165px;height:36px;}#comp-kc0yam4s{--item-size:36px;--item-margin-block:0;--item-margin-inline:0px 7px;--item-display:inline-block;--direction:var(--wix-opt-in-direction, ltr);width:165px;height:36px;}</style> <style id="css_c1dmp">@font-face {font-family: 'futura-lt-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/8e5b5cbc-6ad9-49f7-aee7-4e5133c3ee4d/v1/futura-lt-w05-light.woff2') format('woff2'); unicode-range: U+0100-010F, U+0111-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, 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+FB01-FB02;font-display: swap; } @font-face {font-family: 'futura-lt-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/8e5b5cbc-6ad9-49f7-aee7-4e5133c3ee4d/v1/futura-lt-w01-light.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, 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; }#c1dmp{left:0;margin-left:0;width:100%;min-width:0;}#masterPage{--pinned-layers-in-page:0;}[data-mesh-id=Containerc1dmpinlineContent]{height:auto;width:100%;}[data-mesh-id=Containerc1dmpinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:40px;grid-template-rows:repeat(7, min-content) 1fr;grid-template-columns:100%;padding-bottom:0px;box-sizing:border-box;}[data-mesh-id=Containerc1dmpinlineContent-gridContainer] > [id="comp-liuo1wfv"]{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=Containerc1dmpinlineContent-gridContainer] > [id="comp-liuo1wfv1"]{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=Containerc1dmpinlineContent-gridContainer] > [id="comp-liuo1wfv2"]{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=Containerc1dmpinlineContent-gridContainer] > [id="comp-liuo1wfv3"]{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;}[data-mesh-id=Containerc1dmpinlineContent-gridContainer] > [id="comp-liuo1wfv4"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=Containerc1dmpinlineContent-gridContainer] > [id="comp-liuo1wfv5"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}[data-mesh-id=Containerc1dmpinlineContent-gridContainer] > [id="comp-liuo1wfv6"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:7 / 1 / 8 / 2;justify-self:start;align-self:start;}[data-mesh-id=Containerc1dmpinlineContent-gridContainer] > [id="comp-liuo1wfv7"]{position:relative;margin:0px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:8 / 1 / 9 / 2;justify-self:start;align-self:start;}#comp-liuo1wfv{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-liuo1wfvinlineContent]{height:auto;width:100%;}[data-mesh-id=comp-liuo1wfvinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:1249px;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-liuo1wfvinlineContent-gridContainer] > [id="comp-kcfa4sji"]{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;}#comp-kcfa4sji{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-kcfa4souinlineContent]{height:auto;width:100%;}[data-mesh-id=comp-kcfa4souinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:repeat(8, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-kcfa4souinlineContent-gridContainer] > [id="comp-kcz72rj6"]{position:relative;margin:17px 0px 39px calc((100% - 980px) * 0.5);left:716px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcfa4souinlineContent-gridContainer] > [id="comp-kbts68ms"]{position:relative;margin:0px 0px 27px calc((100% - 980px) * 0.5);left:716px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcfa4souinlineContent-gridContainer] > [id="comp-k3sfoeuc"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:288px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcfa4souinlineContent-gridContainer] > [id="comp-kcdhm65p"]{position:relative;margin:0px 0px 59px calc((100% - 980px) * 0.5);left:569px;grid-area:5 / 1 / 10 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcfa4souinlineContent-gridContainer] > [id="comp-kcdij5dn"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:924px;grid-area:8 / 1 / 9 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcfa4souinlineContent-gridContainer] > [id="comp-kcdiiqod"]{position:relative;margin:0px 0px 28px calc((100% - 980px) * 0.5);left:924px;grid-area:7 / 1 / 8 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcfa4souinlineContent-gridContainer] > [id="comp-kcdieq51"]{position:relative;margin:10px 0px 28px calc((100% - 980px) * 0.5);left:924px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcfa4souinlineContent-gridContainer] > [id="comp-kcdihhzj"]{position:relative;margin:0px 0px 28px calc((100% - 980px) * 0.5);left:924px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcfa4souinlineContent-wedge-5]{visibility:hidden;height:532px;width:0;grid-area:1 / 1 / 5 / 2;}#comp-kcfa4sou{width:980px;}#comp-kcz72rj6{--borderColor:217,217,217;--alpha-borderColor:1;--borderWidth:0px;--borderRadius:5px 5px 5px 5px;--boxShadow:0.00px 6.00px 12px 0px rgba(0,0,0,0.1);--separatorColor:254,254,254;--backgroundColor:var(--color_11);--borderRadiusValue:5px 5px 5px 5px;--itemFont:normal normal normal 12px/1.4em futura-lt-w01-light,sans-serif;--itemTextColor:35,35,35;--itemTextColorHover:82,79,70;--backgroundColorHover:var(--color_11);--itemTextColorActive:0,0,0;--alpha-itemTextColorActive:1;--backgroundColorActive:var(--color_11);--borderColorHover:rgba(32, 32, 32, 1);--alpha-backgroundColor:0.7;--alpha-itemTextColorHover:1;--alpha-backgroundColorActive:0.9;--alpha-separatorColor:0.5;--borderSides:none;--itemSpacing:5px;--alpha-itemTextColor:1;--alpha-backgroundColorHover:0.8;--borderColorActive:rgba(32, 32, 32, 1);}#comp-kcz72rj6{width:265px;height:22px;}#comp-kbts68ms{--rd:5px;--shd:-0.34px 0.94px 18px 2px rgba(0, 0, 0, 0.5);--brd:var(--color_13);--brw:1px;--sizeRd:5px;--sizeBrw:1px;--contentPaddingLeft:1px;--contentPaddingRight:1px;--contentPaddingBottom:1px;--contentPaddingTop:1px;--alpha-brd:1;}#comp-kbts68ms{width:265px;height:260px;}#comp-k3sfoeuc{width:695px;height:auto;}#comp-kcdhm65p{--subMenuOpacityTrans:all 0.6s ease 0s;--SKINS_submenuMargin:8px;--SKINS_fntSubmenu:italic normal normal 16px/1.4em 'times new roman',times,serif;--brw:0px;--brd:50,50,50;--SKINS_bgSubmenu:var(--color_11);--SKINS_submenuBR:2px 2px 2px 2px;--shd:none;--rd:5px 5px 5px 5px;--itemBGColorTrans:background-color 0.4s ease 0s;--textSpacing:5px;--bg:var(--color_37);--bgs:50,50,50;--txts:230,234,245;--alpha-txts:1;--bgh:var(--color_40);--txth:var(--color_36);--alpha-txth:1;--fnt:normal normal normal 20px/1.4em futura-lt-w01-light,sans-serif;--txt:var(--color_36);--alpha-txt:1;--separatorHeight:10px;--subItemAlterAlignPad:7px;--rdTop:5px 5px 5px 5px;--rdBottom:5px 5px 5px 5px;--dropDownRdTop:2px 2px 2px 2px;--dropDownRdBottom:2px 2px 2px 2px;--dropdownMarginReal:8px;--boxShadowToggleOn-shd:none;--alpha-SKINS_bgSubmenu:0;--alpha-brd:1;--alpha-bg:0.8;--alpha-bgh:1;--alpha-bgs:1;}#comp-kcdhm65p{width:413px;height:248px;}#comp-kcdij5dn{width:24px;height:34px;}#comp-kcdiiqod{width:24px;height:34px;}#comp-kcdieq51{width:24px;height:34px;}#comp-kcdihhzj{width:24px;height:34px;}#comp-liuo1wfv1{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-liuo1wfv1inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-liuo1wfv1inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-liuo1wfv1inlineContent-gridContainer] > [id="comp-irq17z9r"]{position:relative;margin:0px 0 10px 0;left:0;grid-area:1 / 1 / 2 / 2;justify-self:stretch;align-self:start;}[data-mesh-id=comp-liuo1wfv1inlineContent-gridContainer] > [id="comp-irpyzi6z"]{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-irq17z9r{width:100%;left:0;margin-left:0;min-width:initial;height:21px;}#comp-irpyzi6z{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-irpyzicninlineContent]{height:auto;width:100%;}[data-mesh-id=comp-irpyzicninlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:repeat(3, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-irpyzicninlineContent-gridContainer] > [id="comp-irq2gqhi"]{position:relative;margin:22px 0px 3px calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irpyzicninlineContent-gridContainer] > [id="comp-kcdi69gy"]{position:relative;margin:0px 0px 54px calc((100% - 980px) * 0.5);left:445px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irpyzicninlineContent-gridContainer] > [id="comp-irq2y035"]{position:relative;margin:0px 0px 31px calc((100% - 980px) * 0.5);left:36px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irpyzicninlineContent-gridContainer] > [id="comp-kdg1235v"]{position:relative;margin:0px 0px 63px calc((100% - 980px) * 0.5);left:469px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}#comp-irpyzicn{width:980px;}#comp-irq2gqhi{width:980px;height:auto;}#comp-kcdi69gy{--lnw:1px;--brd:var(--color_37);--alpha-brd:1;}#comp-kcdi69gy{width:90px;height:5px;}#comp-irq2y035{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-irq2y035{width:909px;height:auto;}#comp-kdg1235v{width:42px;height:40px;}#comp-liuo1wfv2{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-liuo1wfv2inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-liuo1wfv2inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-liuo1wfv2inlineContent-gridContainer] > [id="comp-irpyrelz"]{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-irpyrelz{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-irpyreqeinlineContent]{height:auto;width:100%;}[data-mesh-id=comp-irpyreqeinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-irpyreqeinlineContent-gridContainer] > [id="comp-kcgf5nqx"]{position:relative;margin:525px 0px 6px calc((100% - 980px) * 0.5);left:488px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#comp-irpyreqe{width:980px;}#comp-kcgf5nqx{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-kcgf5nqx{width:488px;height:auto;}#comp-liuo1wfv3{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-liuo1wfv3inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-liuo1wfv3inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:repeat(3, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-liuo1wfv3inlineContent-gridContainer] > [id="comp-irpzxvog"]{position:relative;margin:0px 0 10px 0;left:0;grid-area:1 / 1 / 2 / 2;justify-self:stretch;align-self:start;}[data-mesh-id=comp-liuo1wfv3inlineContent-gridContainer] > [id="comp-irpy8rch"]{position:relative;margin:0px 0px 0px calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-liuo1wfv3inlineContent-gridContainer] > [id="comp-kcdurozc"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:0px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-liuo1wfv3inlineContent-wedge-3]{visibility:hidden;height:162px;width:0;grid-area:1 / 1 / 3 / 2;}#comp-irpzxvog{width:100%;left:0;margin-left:0;min-width:initial;height:21px;}#comp-irpy8rch{--param_boolean_previewHover:false;}#comp-irpy8rch{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-irpy8rg8inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-irpy8rg8inlineContent-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-irpy8rg8inlineContent-gridContainer] > [id="comp-irq252zw"]{position:relative;margin:27px 0px -2px calc((100% - 980px) * 0.5);left:1px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irpy8rg8inlineContent-gridContainer] > [id="comp-kcdi5dob"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:401px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irpy8rg8inlineContent-gridContainer] > [id="comp-kc56s1l8"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:1px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irpy8rg8inlineContent-gridContainer] > [id="comp-kdg11rvk"]{position:relative;margin:0px 0px 40px calc((100% - 980px) * 0.5);left:469px;grid-area:6 / 1 / 7 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irpy8rg8inlineContent-wedge-4]{visibility:hidden;height:384px;width:0;grid-area:1 / 1 / 4 / 2;}[data-mesh-id=comp-irpy8rg8inlineContent-wedge-6]{visibility:hidden;height:688px;width:0;grid-area:1 / 1 / 6 / 2;}#comp-irpy8rg8{width:980px;}#comp-irq252zw{width:980px;height:auto;}#comp-kcdi5dob{--lnw:1px;--brd:var(--color_37);--alpha-brd:1;}#comp-kcdi5dob{width:180px;height:5px;}#comp-kc56s1l8{--lnw:1px;--brd:var(--color_39);--alpha-brd:1;}#comp-kc56s1l8{width:980px;height:5px;}#comp-kdg11rvk{width:42px;height:40px;}#comp-kcdurozc{width:980px;}[data-mesh-id=comp-kcdurp3winlineContent]{height:auto;width:100%;position:static;min-height:496px;}[data-mesh-id=comp-kcdurp40inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-kcdurp40inlineContent-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-kcdurp40inlineContent-gridContainer] > [id="comp-kcdurp43"]{position:relative;margin:0px 0px 54px calc((100% - 246px) * 0.5);left:20px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcdurp40inlineContent-gridContainer] > [id="comp-kcdurp46"]{position:relative;margin:0px 0px 70px calc((100% - 246px) * 0.5);left:20px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcdurp40inlineContent-gridContainer] > [id="comp-kcdurp49"]{position:relative;margin:0px 0px 70px calc((100% - 246px) * 0.5);left:20px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcdurp4cinlineContent]{height:auto;width:100%;position:static;min-height:496px;}[data-mesh-id=comp-kcdurp4einlineContent]{height:auto;width:100%;}[data-mesh-id=comp-kcdurp4einlineContent-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-kcdurp4einlineContent-gridContainer] > [id="comp-kcdurp4l"]{position:relative;margin:0px 0px 64px calc((100% - 246px) * 0.5);left:20px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcdurp4einlineContent-gridContainer] > [id="comp-kcdurp4h"]{position:relative;margin:0px 0px 48px calc((100% - 246px) * 0.5);left:20px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kcdurp4einlineContent-gridContainer] > [id="comp-kcdurp4j"]{position:relative;margin:0px 0px 70px calc((100% - 246px) * 0.5);left:20px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}#comp-kcdurp3w{width:242px;}#comp-kcdurp40{width:246px;}#comp-kcdurp43{width:186px;height:auto;}#comp-kcdurp46{width:194px;height:auto;}#comp-kcdurp49{--rd:20px;--trans1:border-color 0.4s ease 0s, background-color 0.4s ease 0s;--shd:none;--fnt:normal normal normal 18px/1.4em futura-lt-w01-light,sans-serif;--trans2:color 0.4s ease 0s;--txt:255,255,255;--brw:0px;--bg:35,35,35;--brd:0,0,0;--bgh:var(--color_39);--brdh:61,155,233;--txth:255,255,255;--bgd:204,204,204;--alpha-bgd:1;--brdd:204,204,204;--alpha-brdd:1;--txtd:255,255,255;--alpha-txtd:1;--boxShadowToggleOn-shd:none;--alpha-txt:1;--alpha-brdh:1;--alpha-brd:1;--alpha-txth:1;--alpha-bg:1;--alpha-bgh:1;}#comp-kcdurp49{width:171px;height:40px;}#comp-kcdurp4c{width:246px;}#comp-kcdurp4e{width:246px;}#comp-kcdurp4l{width:207px;height:auto;}#comp-kcdurp4h{width:186px;height:auto;}#comp-kcdurp4j{--rd:20px;--trans1:border-color 0.4s ease 0s, background-color 0.4s ease 0s;--shd:none;--fnt:normal normal normal 18px/1.4em futura-lt-w01-light,sans-serif;--trans2:color 0.4s ease 0s;--txt:255,255,255;--brw:0px;--bg:35,35,35;--brd:0,0,0;--bgh:var(--color_39);--brdh:61,155,233;--txth:255,255,255;--bgd:204,204,204;--alpha-bgd:1;--brdd:204,204,204;--alpha-brdd:1;--txtd:255,255,255;--alpha-txtd:1;--boxShadowToggleOn-shd:none;--alpha-txt:1;--alpha-brdh:1;--alpha-brd:1;--alpha-txth:1;--alpha-bg:1;--alpha-bgh:1;}#comp-kcdurp4j{width:179px;height:40px;}#comp-liuo1wfv4{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-liuo1wfv4inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-liuo1wfv4inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-liuo1wfv4inlineContent-gridContainer] > [id="comp-iso8zljd"]{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-iso8zljd{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-iso8zluvinlineContent]{height:auto;width:100%;}[data-mesh-id=comp-iso8zluvinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-iso8zluvinlineContent-gridContainer] > [id="comp-kcgeuru2"]{position:relative;margin:801px 0px 17px calc((100% - 980px) * 0.5);left:1px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#comp-iso8zluv{width:980px;}#comp-kcgeuru2{width:526px;height:auto;}#comp-liuo1wfv5{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-liuo1wfv5inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-liuo1wfv5inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-liuo1wfv5inlineContent-gridContainer] > [id="comp-kbvbp1nk"]{position:relative;margin:0px 0 10px 0;left:0;grid-area:1 / 1 / 2 / 2;justify-self:stretch;align-self:start;}[data-mesh-id=comp-liuo1wfv5inlineContent-gridContainer] > [id="comp-kc0qqbfl"]{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-kbvbp1nk{width:100%;left:0;margin-left:0;min-width:initial;height:21px;}#comp-kc0qqbfl{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-kc0qqbkvinlineContent]{height:auto;width:100%;}[data-mesh-id=comp-kc0qqbkvinlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:repeat(3, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-kc0qqbkvinlineContent-gridContainer] > [id="comp-kc0t8oqj"]{position:relative;margin:25px 0px -3px calc((100% - 980px) * 0.5);left:1px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kc0qqbkvinlineContent-gridContainer] > [id="comp-kcdi41xm"]{position:relative;margin:0px 0px 15px calc((100% - 980px) * 0.5);left:397px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kc0qqbkvinlineContent-gridContainer] > [id="comp-kcdjhlsk"]{position:relative;margin:0px 0px 31px calc((100% - 980px) * 0.5);left:0px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-kc0qqbkvinlineContent-gridContainer] > [id="comp-kd61pn2g"]{position:relative;margin:0px 0px 42px calc((100% - 980px) * 0.5);left:469px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}#comp-kc0qqbkv{width:980px;}#comp-kc0t8oqj{width:980px;height:auto;}#comp-kcdi41xm{--lnw:1px;--brd:var(--color_37);--alpha-brd:1;}#comp-kcdi41xm{width:188px;height:5px;}#comp-kcdjhlsk{--brw:0px;--brd:50,65,88;--bg:61,155,233;--rd:0px;--shd:none;--gradient:none;--alpha-bg:0;--alpha-brd:0;--boxShadowToggleOn-shd:none;--bg-gradient:none;}#comp-kcdjhlsk{width:980px;}[id^="comp-kcdjhluk__"]{width:311px;}[data-mesh-id^="comp-kcdjhluk__"][data-mesh-id$="inlineContent"]{height:auto;width:100%;}[data-mesh-id^="comp-kcdjhluk__"][data-mesh-id$="inlineContent-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-kcdjhluk__] > [id^="comp-kcdjhlve__"]{position:relative;margin:8px 0px 33px 0;left:1px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id^=comp-kcdjhluk__] > [id^="comp-kcdjhlvh__"]{position:relative;margin:0px 0px 23px 0;left:42px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id^=comp-kcdjhluk__] > [id^="comp-kcdrecmb__"]{position:relative;margin:0px 0px 30px 0;left:34px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[id^="comp-kcdjhlve__"]{--rd:10px;--shd:none;--contentPaddingLeft:0px;--contentPaddingRight:0px;--contentPaddingTop:0px;--contentPaddingBottom:0px;--boxShadowToggleOn-shd:none;}[id^="comp-kcdjhlve__"]{width:311px;height:388px;}[id^="comp-kcdjhlvh__"]{--rd:5px 5px 5px 5px;--trans1:border-color 0.4s ease 0s, background-color 0.4s ease 0s;--shd:none;--fnt:normal normal normal 20px/1.4em futura-lt-w01-light,sans-serif;--trans2:color 0.4s ease 0s;--txt:var(--color_8);--alpha-txt:1;--brw:0px;--bg:35,35,35;--brd:var(--color_40);--bgh:var(--color_38);--brdh:var(--color_38);--txth:var(--color_40);--alpha-txth:1;--bgd:204,204,204;--alpha-bgd:1;--brdd:204,204,204;--alpha-brdd:1;--txtd:255,255,255;--alpha-txtd:1;--boxShadowToggleOn-shd:none;--alpha-brdh:1;--alpha-brd:1;--alpha-bg:1;--alpha-bgh:1;}[id^="comp-kcdjhlvh__"]{width:238px;height:50px;}[id^="comp-kcdrecmb__"]{width:255px;height:auto;}#comp-kd61pn2g{width:42px;height:40px;}#comp-liuo1wfv6{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-liuo1wfv6inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-liuo1wfv6inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-liuo1wfv6inlineContent-gridContainer] > [id="comp-kbvfc1wr"]{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-kbvfc1wr{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-kbvfc20einlineContent]{height:auto;width:100%;}[data-mesh-id=comp-kbvfc20einlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-kbvfc20einlineContent-gridContainer] > [id="comp-kcgffv75"]{position:relative;margin:471px 0px 6px calc((100% - 980px) * 0.5);left:1px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}#comp-kbvfc20e{width:980px;}#comp-kcgffv75{width:463px;height:auto;}#comp-liuo1wfv7{left:0;margin-left:0;width:100%;min-width:0;}[data-mesh-id=comp-liuo1wfv7inlineContent]{height:auto;width:100%;}[data-mesh-id=comp-liuo1wfv7inlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%;}[data-mesh-id=comp-liuo1wfv7inlineContent-gridContainer] > [id="comp-irpzy1bu"]{position:relative;margin:0px 0 10px 0;left:0;grid-area:1 / 1 / 2 / 2;justify-self:stretch;align-self:start;}[data-mesh-id=comp-liuo1wfv7inlineContent-gridContainer] > [id="comp-irq2jfvg"]{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-irpzy1bu{width:100%;left:0;margin-left:0;min-width:initial;height:21px;}#comp-irq2jfvg{left:0;margin-left:0;width:100%;min-width:980px;}[data-mesh-id=comp-irq2jg3linlineContent]{height:auto;width:100%;}[data-mesh-id=comp-irq2jg3linlineContent-gridContainer]{position:static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:repeat(6, min-content) 1fr;grid-template-columns:100%;}[data-mesh-id=comp-irq2jg3linlineContent-gridContainer] > [id="comp-irq33xx5"]{position:relative;margin:36px 0px -3px calc((100% - 980px) * 0.5);left:1px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irq2jg3linlineContent-gridContainer] > [id="comp-kcdgcvlr"]{position:relative;margin:0px 0px 41px calc((100% - 980px) * 0.5);left:396px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irq2jg3linlineContent-gridContainer] > [id="comp-kc0xgd9z"]{position:relative;margin:0px 0px 32px calc((100% - 980px) * 0.5);left:1px;grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irq2jg3linlineContent-gridContainer] > [id="comp-kcf8zzw3"]{position:relative;margin:0px 0px 52px calc((100% - 980px) * 0.5);left:345px;grid-area:4 / 1 / 5 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irq2jg3linlineContent-gridContainer] > [id="comp-kccfx1m2"]{position:relative;margin:0px 0px 42px calc((100% - 980px) * 0.5);left:356px;grid-area:5 / 1 / 6 / 2;justify-self:start;align-self:start;}[data-mesh-id=comp-irq2jg3linlineContent-gridContainer] > [id="comp-m5y89fju"]{position:relative;margin:0px 0 50px 0;left:0;grid-area:6 / 1 / 7 / 2;justify-self:stretch;align-self:start;}[data-mesh-id=comp-irq2jg3linlineContent-gridContainer] > [id="comp-kdg12hds"]{position:relative;margin:0px 0px 40px calc((100% - 980px) * 0.5);left:470px;grid-area:7 / 1 / 8 / 2;justify-self:start;align-self:start;}#comp-irq2jg3l{width:980px;}#comp-irq33xx5{width:980px;height:auto;}#comp-kcdgcvlr{--lnw:1px;--brd:var(--color_37);--alpha-brd:1;}#comp-kcdgcvlr{width:188px;height:5px;}#comp-kc0xgd9z{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;}#comp-kc0xgd9z{width:980px;height:auto;}#comp-kcf8zzw3{--rd:10px;--trans1:border-color 0.4s ease 0s, background-color 0.4s ease 0s;--shd:none;--fnt:normal normal normal 20px/1.4em futura-lt-w01-light,sans-serif;--trans2:color 0.4s ease 0s;--txt:35,35,35;--brw:1px;--bg:255,255,255;--brd:var(--color_37);--bgh:var(--color_37);--brdh:var(--color_37);--txth:255,255,255;--bgd:204,204,204;--alpha-bgd:1;--brdd:204,204,204;--alpha-brdd:1;--txtd:255,255,255;--alpha-txtd:1;--boxShadowToggleOn-shd:none;--alpha-txt:1;--alpha-brdh:1;--alpha-brd:1;--alpha-txth:1;--alpha-bg:0;--alpha-bgh:1;}#comp-kcf8zzw3{width:294px;height:35px;}#comp-kccfx1m2{width:270px;height:42px;}#comp-m5y89fju{width:100%;left:0;margin-left:0;min-width:initial;}[data-mesh-id=comp-m5y89fjuinlineContent]{height:auto;width:100%;position:static;min-height:auto;padding-bottom:0px;box-sizing:border-box;}#comp-m5y89fju_r_comp-lgnn37ba{--l_display:unset;min-width:0px;min-height:0px;width:auto;height:auto;--comp-display:unset;align-self:stretch;justify-self:stretch;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-m5y89fju_r_comp-lgnn37ba-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-m5y89fju_r_comp-lgnn37ba:not(.comp-m5y89fju_r_comp-lgnn37ba-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-m5y89fju_r_comp-lgnn37ba{--comp-m5y89fju_r_comp-lgnn37ba-variables-lppdf90l:0px;--comp-m5y89fju_r_comp-lgnn37ba-variables-lui6dunj:0px;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphkxsd:32px;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphlnw7:32px;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphoq8z:0px;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphrmt3:0.9999724614798879fr;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphsix5:1.000027538520112fr;--comp-m5y89fju_r_comp-lgnn37ba-variables-lupi5x69:2;--comp-m5y89fju_r_comp-lgnn37ba-variables-lupi6w0w:3;--comp-m5y89fju_r_comp-lgnn37ba-variables-lupia2ej-grid:center;--comp-m5y89fju_r_comp-lgnn37ba-variables-lupia2ej-flex:center;--comp-m5y89fju_r_comp-lgnn37ba-variables-luzhyc9e:1;--comp-m5y89fju_r_comp-lgnn37ba-variables-luzhynx3:2;--comp-m5y89fju_r_comp-lgnn37ba-variables-luziqdtl-grid:center;--comp-m5y89fju_r_comp-lgnn37ba-variables-luziqdtl-flex:center;--comp-m5y89fju_r_comp-lgnn37ba-variables-luziwul3:3;--comp-m5y89fju_r_comp-lgnn37ba-variables-luzix4gw:4;}.device-mobile-optimized #comp-m5y89fju_r_comp-lgnn37ba{--comp-m5y89fju_r_comp-lgnn37ba-variables-lppdf90l:0px;--comp-m5y89fju_r_comp-lgnn37ba-variables-lui6dunj:20px;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphkxsd:20px;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphlnw7:20px;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphoq8z:4px;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphrmt3:0.9999724614798879fr;--comp-m5y89fju_r_comp-lgnn37ba-variables-luphsix5:1.000027538520112fr;--comp-m5y89fju_r_comp-lgnn37ba-variables-lupi5x69:1;--comp-m5y89fju_r_comp-lgnn37ba-variables-lupi6w0w:5;--comp-m5y89fju_r_comp-lgnn37ba-variables-lupia2ej-grid:center;--comp-m5y89fju_r_comp-lgnn37ba-variables-lupia2ej-flex:center;--comp-m5y89fju_r_comp-lgnn37ba-variables-luzhyc9e:2;--comp-m5y89fju_r_comp-lgnn37ba-variables-luzhynx3:3;--comp-m5y89fju_r_comp-lgnn37ba-variables-luziqdtl-grid:center;--comp-m5y89fju_r_comp-lgnn37ba-variables-luziqdtl-flex:center;--comp-m5y89fju_r_comp-lgnn37ba-variables-luziwul3:1;--comp-m5y89fju_r_comp-lgnn37ba-variables-luzix4gw:5;}#comp-m5y89fju_r_comp-lgnn37bd1{--l_display:unset;height:auto;min-width:0px;width:auto;--comp-display:unset;align-self:stretch;justify-self:stretch;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-m5y89fju_r_comp-lgnn37bd1-container{box-sizing:border-box;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));grid-template-rows:min-content auto min-content;grid-template-columns:1fr 1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-m5y89fju_r_comp-lgnn37bd1:not(.comp-m5y89fju_r_comp-lgnn37bd1-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}.device-mobile-optimized #comp-m5y89fju_r_comp-lgnn37bd1{--rd:0px;}#comp-m5y89fju_r_comp-lgnn37bd1{--brw:0px;--brd:var(--color_13);--bg:var(--color_11);--rd:0px 0px 0px 0px;--shd:none;--gradient:none;--alpha-brd:1;--alpha-bg:1;--boxShadowToggleOn-shd:none;--bg-gradient:none;}#comp-m5y89fju_r_comp-lqwd66ma{width:auto;height:auto;min-height:0px;--l_display:unset;min-width:0px;--comp-display:unset;align-self:stretch;justify-self:stretch;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:2/1/3/3;position:relative;}.comp-m5y89fju_r_comp-lqwd66ma-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-m5y89fju_r_comp-lqwd66ma:not(.comp-m5y89fju_r_comp-lqwd66ma-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2e{--l_display:unset;min-width:0px;min-height:0px;width:auto;height:auto;--comp-display:unset;align-self:stretch;justify-self:stretch;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2e-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2e:not(.comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2e-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i{--l_display:unset;height:auto;width:auto;min-width:0px;--comp-display:unset;align-self:stretch;justify-self:stretch;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i-container{box-sizing:border-box;padding-top:20px;padding-right:20px;padding-left:20px;padding-bottom:20px;display:var(--l_display,var(--container-display));grid-template-rows:min-content min-content;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i:not(.comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i{--brw:0px;--brd:var(--color_13);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:1;--alpha-bg:0;--boxShadowToggleOn-shd:none;--bg-gradient:none;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h{width:auto;height:auto;--l_display:unset;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:end;justify-self:stretch;margin-left:0%;margin-right:0%;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--textAlign:center;--letterSpacing:0em;--lineHeight:normal;--fontSize:32px;--color:var(--color_15);--alpha-color:1;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz{width:auto;height:auto;--l_display:unset;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:stretch;margin-left:0%;margin-right:0%;margin-top:24px;margin-bottom:0px;grid-area:2/1/3/2;position:relative;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--color:var(--color_15);--alpha-color:1;--textAlign:center;--letterSpacing:0em;--lineHeight:1.6em;--fontSize:16px;}#comp-m5y89fju_r_comp-lp9pu1jk{width:auto;height:auto;--l_display:unset;min-height:20px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;position:relative;--force-auto:auto;top:var(--force-auto,calc(0px));bottom:var(--force-auto,);left:var(--force-auto,);right:var(--force-auto,);margin-left:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-lui6dunj);margin-right:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-lui6dunj);margin-top:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-lppdf90l);margin-bottom:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-lppdf90l);grid-area:2/1/3/3;}#comp-m5y89fju_r_comp-luph70yy{width:auto;height:auto;min-height:0px;--l_display:unset;min-width:0px;--comp-display:unset;align-self:stretch;justify-self:stretch;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/3;position:relative;}.comp-m5y89fju_r_comp-luph70yy-container{box-sizing:border-box;padding-top:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luphkxsd);padding-right:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luphlnw7);padding-left:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luphlnw7);padding-bottom:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luphkxsd);column-gap:8px;display:var(--l_display,var(--container-display));grid-template-rows:min-content min-content;grid-template-columns:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luphrmt3) max-content max-content var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luphsix5);--container-layout-type:grid-container-layout;--container-display:grid;}#comp-m5y89fju_r_comp-luph70yy:not(.comp-m5y89fju_r_comp-luph70yy-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-m5y89fju_r_comp-luph70yy{--brw:0px;--brd:50,65,88;--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--bg-gradient:none;}#comp-m5y89fju_r_comp-luph7m8r{width:max-content;height:auto;--l_display:unset;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:center;justify-self:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-lupia2ej-grid);margin-left:0%;margin-right:0px;margin-top:0px;margin-bottom:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luphoq8z);grid-area:1/var(--comp-m5y89fju_r_comp-lgnn37ba-variables-lupi5x69)/2/var(--comp-m5y89fju_r_comp-lgnn37ba-variables-lupi6w0w);position:relative;}.device-mobile-optimized #comp-m5y89fju_r_comp-luph7m8r{--fontSize:20px;}#comp-m5y89fju_r_comp-luph7m8r{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--fontSize:28px;}#comp-m5y89fju_r_comp-luph9qfy{width:max-content;height:auto;min-width:0px;min-height:0px;--l_display:unset;--comp-display:unset;align-self:center;justify-self:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luziqdtl-grid);margin-left:-0.01217187500003547px;margin-right:0px;margin-top:0px;margin-bottom:0.015625px;grid-area:var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luzhyc9e)/var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luziwul3)/var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luzhynx3)/var(--comp-m5y89fju_r_comp-lgnn37ba-variables-luzix4gw);position:relative;}.comp-m5y89fju_r_comp-luph9qfy-container{box-sizing:border-box;padding-bottom:0px;display:var(--l_display,var(--container-display));grid-template-rows:min-content;grid-template-columns:0.5fr max-content max-content 0.5fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-m5y89fju_r_comp-luph9qfy:not(.comp-m5y89fju_r_comp-luph9qfy-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-m5y89fju_r_comp-luph9qfy{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-bg:0;--alpha-brd:0;--boxShadowToggleOn-shd:none;--bg-gradient:none;}#comp-m5y89fju_r_comp-luph9qg41{min-height:0px;--l_display:unset;height:auto;width:100%;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:center;justify-self:start;margin-left:8px;margin-right:0%;margin-top:0px;margin-bottom:0px;grid-area:1/3/2/4;position:relative;}#comp-m5y89fju_r_comp-luph9qg83{min-height:0px;--l_display:unset;height:auto;width:100%;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:center;justify-self:start;margin-left:0.00022182561211389178%;margin-right:0%;margin-top:0px;margin-bottom:0px;grid-area:1/2/2/3;position:relative;}#comp-m5y89fju_r_comp-m010jxj2{width:150px;height:48.8671875px;min-height:0px;--l_display:unset;min-width:0px;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:center;margin-left:0%;margin-right:0%;margin-top:31.992406249999988px;margin-bottom:31.992406250000045px;grid-area:3/1/4/3;position:relative;}#comp-kdg12hds{width:42px;height:40px;}</style> <style id="stylableCss_c1dmp">/* END STYLABLE DIRECTIVE RULES */ #comp-kdg1235v .style-kdg1236s2__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 50px;background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(180deg, rgba(101, 162, 136, 0.01) 0%, rgba(48, 2, 207, 0.01) 100%)} /* START STYLABLE DIRECTIVE RULES */ #comp-kdg1235v .style-kdg1236s2__root:disabled{background: #E2E2E2} #comp-kdg1235v .style-kdg1236s2__root:disabled .StylableButton2545352419__label{color: #8F8F8F} #comp-kdg1235v .style-kdg1236s2__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} #comp-kdg1235v .style-kdg1236s2__root .StylableButton2545352419__container{transition: inherit} #comp-kdg1235v .style-kdg1236s2__root .StylableButton2545352419__label{transition: inherit;font-size: 16px;color: #FFFFFF;display: none} #comp-kdg1235v .style-kdg1236s2__root .StylableButton2545352419__icon{transition: inherit;fill: rgba(0, 0, 0, 0.9);width: 36px;height: 36px} #comp-kdg1235v .style-kdg1236s2__root:hover .StylableButton2545352419__icon{width: 42px;height: 42px} #comp-kdg1235v .style-kdg1236s2__root:hover .StylableButton2545352419__label { font-size: 26px; }/* END STYLABLE DIRECTIVE RULES */ #comp-kdg11rvk .style-kdg11rwd2__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 50px;background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(180deg, rgba(101, 162, 136, 0.01) 0%, rgba(48, 2, 207, 0.01) 100%)} /* START STYLABLE DIRECTIVE RULES */ #comp-kdg11rvk .style-kdg11rwd2__root:disabled{background: #E2E2E2} #comp-kdg11rvk .style-kdg11rwd2__root:disabled .StylableButton2545352419__label{color: #8F8F8F} #comp-kdg11rvk .style-kdg11rwd2__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} #comp-kdg11rvk .style-kdg11rwd2__root .StylableButton2545352419__container{transition: inherit} #comp-kdg11rvk .style-kdg11rwd2__root .StylableButton2545352419__label{transition: inherit;font-size: 16px;color: #FFFFFF;display: none} #comp-kdg11rvk .style-kdg11rwd2__root .StylableButton2545352419__icon{transition: inherit;fill: rgba(0, 0, 0, 0.9);width: 36px;height: 36px} #comp-kdg11rvk .style-kdg11rwd2__root:hover .StylableButton2545352419__icon{width: 42px;height: 42px} #comp-kdg11rvk .style-kdg11rwd2__root:hover .StylableButton2545352419__label { font-size: 26px; }/* END STYLABLE DIRECTIVE RULES */ #comp-kd61pn2g .style-kd61pn3z1__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 50px;background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(180deg, rgba(101, 162, 136, 0.01) 0%, rgba(48, 2, 207, 0.01) 100%)} /* START STYLABLE DIRECTIVE RULES */ #comp-kd61pn2g .style-kd61pn3z1__root:disabled{background: #E2E2E2} #comp-kd61pn2g .style-kd61pn3z1__root:disabled .StylableButton2545352419__label{color: #8F8F8F} #comp-kd61pn2g .style-kd61pn3z1__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} #comp-kd61pn2g .style-kd61pn3z1__root .StylableButton2545352419__container{transition: inherit} #comp-kd61pn2g .style-kd61pn3z1__root .StylableButton2545352419__label{transition: inherit;font-size: 16px;color: #FFFFFF;display: none} #comp-kd61pn2g .style-kd61pn3z1__root .StylableButton2545352419__icon{transition: inherit;fill: rgba(0, 0, 0, 0.9);width: 36px;height: 36px} #comp-kd61pn2g .style-kd61pn3z1__root:hover .StylableButton2545352419__icon{width: 42px;height: 42px} #comp-kd61pn2g .style-kd61pn3z1__root:hover .StylableButton2545352419__label { font-size: 26px; }/* END STYLABLE DIRECTIVE RULES */ .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-container { background-color: rgba(164, 164, 164, 0);} /* START STYLABLE DIRECTIVE RULES */ .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-container .gallery-item-hover::before { background-color: rgba(0, 0, 0, 0.7); } .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-common-info .info-element-description { color: #000000; font-family: futura-lt-w01-book,sans-serif; font-size: 14px; font-weight: normal; font-style: normal; font-size: 16px; } .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-common-info .info-element-title { font-family: georgia,palatino,'book antiqua','palatino linotype',serif; font-size: 85px; font-weight: normal; font-style: normal; font-size: 24px; color: #000000; } .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .hover-info-element .info-element-description { color: #F8F8F8; font-family: futura-lt-w01-book,sans-serif; font-size: 14px; font-weight: normal; font-style: normal; font-size: 14px; } .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .hover-info-element .info-element-title { font-family: georgia,palatino,'book antiqua','palatino linotype',serif; font-size: 85px; font-weight: normal; font-style: normal; font-size: 24px; color: #FFFFFF; } .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-container:hover { background-color: rgba(0, 0, 0, 0.3); } .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .show-more { border: 1px solid #000000; box-shadow: 0.71px 0.71px 0 0 rgba(0, 0, 0, 0); padding: 12px; } .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root { -st-extends: ProGallery; color: #DFE6E9; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_allowTitleAndDescription: ",controllers_layoutParams_info_allowTitle,controllers_layoutParams_info_allowDescription"; background: rgba(255, 255, 255, 0); --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_verticalPadding: 0; box-shadow: 0.71px 0.71px 0 0 rgba(0, 0, 0, 0); --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_responsiveMode: "SET_ITEMS_PER_ROW"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_targetItemSize_value: 90; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_groups_density: 0.3; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_verticalAlignment: "CENTER"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_horizontalAlignment: "CENTER"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_item_content_hoverAnimation: "NO_EFFECT"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_horizontalPadding: 0; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_item_overlay_hoveringBehaviour: "APPEARS"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_gallery_blockContextMenu: true; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_galleryLayout: 2; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_numberOfGridRows: 2; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_structure_galleryRatio_value: 1; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_structure_galleryRatio_method: "MANUAL"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_numberOfColumns: 2; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_itemSpacing: 8; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_item_overlay_hoverAnimation: "NO_EFFECT"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_gallery_scrollAnimation: "NO_EFFECT"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_gallery_vertical_loadMore_enable: false; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_scrollDirection: "VERTICAL"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-variant_count: 25; } .device-mobile-optimized #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .pro-gallery-parent-container { border-radius: 0px; background-color: rgba(255, 255, 255, 0); }/* END STYLABLE DIRECTIVE RULES */ #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .nav-arrows-container svg.slideshow-arrow { fill: #000000;} /* START STYLABLE DIRECTIVE RULES */ #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .nav-arrows-container { border-radius: 100px; background-color: rgba(255, 255, 255, 0.6);} #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .nav-arrows-container:hover { border-radius: 100px; } #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-container { background-color: rgba(164, 164, 164, 0); border-radius: 0px;} #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-container .gallery-item-hover::before { background-color: rgba(0, 0, 0, 0.7); } #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-common-info .info-element-description { font-family: futura-lt-w01-book,sans-serif; font-size: 14px; font-weight: normal; font-style: normal; font-size: 16px; color: #FFFFFF; } #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-common-info .info-element-title { font-family: georgia,palatino,'book antiqua','palatino linotype',serif; font-size: 85px; font-weight: normal; font-style: normal; font-size: 24px; color: #000000; } #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .hover-info-element .info-element-description { font-family: futura-lt-w01-book,sans-serif; font-size: 14px; font-weight: normal; font-style: normal; color: #F8F8F8; } #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .hover-info-element .info-element-title { font-family: georgia,palatino,'book antiqua','palatino linotype',serif; font-size: 85px; font-weight: normal; font-style: normal; font-size: 24px; color: #FFFFFF; } #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .gallery-item-container:hover { background-color: rgba(0, 0, 0, 0.3); } #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .show-more { border: 1px solid #000000; box-shadow: 0.71px 0.71px 0 0 rgba(0, 0, 0, 0); padding: 12px; } #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root { -st-extends: ProGallery; color: #DFE6E9; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_allowTitleAndDescription: ",controllers_layoutParams_info_allowTitle,controllers_layoutParams_info_allowDescription"; background: rgba(255, 255, 255, 0); --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_verticalPadding: 0; box-shadow: 0.71px 0.71px 0 0 rgba(0, 0, 0, 0); --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_responsiveMode: "SET_ITEMS_PER_ROW"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_groups_density: 0.3; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_verticalAlignment: "CENTER"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_horizontalAlignment: "CENTER"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_item_content_hoverAnimation: "NO_EFFECT"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_info_horizontalPadding: 0; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_galleryLayout: 2; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_item_overlay_hoveringBehaviour: "APPEARS"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_gallery_blockContextMenu: true; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_itemSpacing: 12; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_scrollDirection: "HORIZONTAL"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_crop_ratios: 1; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_targetItemSize_value: 21; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_structure_galleryRatio_value: 3; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_crop_method: "FILL"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-controllers_layoutParams_structure_galleryRatio_method: "MANUAL"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_navigationArrows_position: "ON_GALLERY"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_navigationArrows_container_type: "BOX"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_navigationArrows_verticalAlignment: "ITEM_CENTER"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_navigationArrows_enable: true; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_item_overlay_hoverAnimation: "NO_EFFECT"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_gallery_scrollAnimation: "NO_EFFECT"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_structure_numberOfGridRows: 1; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_navigationArrows_size: 50; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-layoutParams_navigationArrows_padding: 32; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-behaviourParams_gallery_layoutDirection: "LEFT_TO_RIGHT"; --comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-variant_count: 27; } #comp-m5y89fju_r_comp-lp9pu1jk .comp-m5y89fju_r_comp-lp9pu1jk-styleId__root .pro-gallery-parent-container { border-radius: 0px; background: rgba(255, 255, 255, 0); }/* END STYLABLE DIRECTIVE RULES */ .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 0px;border: 0px solid #FFFFFF;background: rgba(255, 255, 255, 0);padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px} /* START STYLABLE DIRECTIVE RULES */ .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:hover { border: 0px solid #000000; background: rgba(255, 255, 255, 0); } .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:hover .StylableButton2545352419__icon { transform: rotate(2deg); fill: #000000;} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:hover .StylableButton2545352419__label { color: #E99E86; } .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:disabled{ background: rgba(255, 255, 255, 0)} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:disabled .StylableButton2545352419__label{ color: #A0A09F} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse;justify-content: flex-end;align-items: center} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root .StylableButton2545352419__label{transition: inherit;letter-spacing: 0em;text-align: center;color: #DE5021;margin-left: 0px;margin: 0px 0px 0px 2px;display: initial;text-decoration-line: none;line-height: unset; font-family: futura-lt-w01-book,sans-serif; font-size: 14px; font-weight: normal; font-style: normal;font-size: 16px} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root .StylableButton2545352419__icon{transition: inherit;margin-right: 0px;fill: #DE5021;width: 24px;height: 24px;margin: 0px 2px 0px 0px;display: none}/* END STYLABLE DIRECTIVE RULES */ #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 0px;border: 0px solid #FFFFFF;background: rgba(255, 255, 255, 0);padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px} /* START STYLABLE DIRECTIVE RULES */ #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:hover { border: 0px solid #000000; background: rgba(255, 255, 255, 0); } #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:hover .StylableButton2545352419__icon { transform: rotate(2deg); fill: #000000;} #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:hover .StylableButton2545352419__label { color: #E99E86; } #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:disabled{ background: rgba(255, 255, 255, 0)} #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:disabled .StylableButton2545352419__label{ color: #A0A09F} #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse;justify-content: flex-end;align-items: center} #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root .StylableButton2545352419__label{transition: inherit;letter-spacing: 0em;text-align: center;color: #DE5021;margin-left: 0px;margin: 0px 0px 0px 2px;display: initial;text-decoration-line: none;line-height: unset; font-family: georgia,palatino,'book antiqua','palatino linotype',serif; font-size: 85px; font-weight: normal; font-style: normal;font-size: 28px} #comp-m5y89fju_r_comp-luph9qg41 .comp-m5y89fju_r_comp-luph9qg41-styleId__root .StylableButton2545352419__icon{transition: inherit;margin-right: 0px;fill: #DE5021;width: 24px;height: 24px;margin: 0px 2px 0px 0px;display: none}/* END STYLABLE DIRECTIVE RULES */ .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 0px;border: 0px solid #FFFFFF;background: rgba(255, 255, 255, 0);padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px} /* START STYLABLE DIRECTIVE RULES */ .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:hover { border: 0px solid #000000; background: rgba(255, 255, 255, 0); } .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:hover .StylableButton2545352419__icon { transform: rotate(2deg); fill: #000000;} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:hover .StylableButton2545352419__label { color: #E99E86; } .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:disabled{ background: rgba(255, 255, 255, 0)} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:disabled .StylableButton2545352419__label{ color: #A0A09F} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse;justify-content: flex-end;align-items: center} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root .StylableButton2545352419__label{transition: inherit;letter-spacing: 0em;text-align: center;color: #DE5021;margin-left: 0px;margin: 0px 0px 0px 2px;display: initial;text-decoration-line: none;line-height: unset; font-family: futura-lt-w01-book,sans-serif; font-size: 14px; font-weight: normal; font-style: normal;font-size: 16px} .device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root .StylableButton2545352419__icon{transition: inherit;margin-right: 0px;fill: #DE5021;width: 24px;height: 24px;margin: 0px 2px 0px 0px;display: none}/* END STYLABLE DIRECTIVE RULES */ #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 0px;border: 0px solid #FFFFFF;background: rgba(255, 255, 255, 0);padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px} /* START STYLABLE DIRECTIVE RULES */ #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:hover { border: 0px solid #000000; background: rgba(255, 255, 255, 0); } #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:hover .StylableButton2545352419__icon { transform: rotate(2deg); fill: #000000;} #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:hover .StylableButton2545352419__label { color: #E99E86; } #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:disabled{ background: rgba(255, 255, 255, 0)} #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:disabled .StylableButton2545352419__label{ color: #A0A09F} #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse;justify-content: flex-end;align-items: center} #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root .StylableButton2545352419__label{transition: inherit;letter-spacing: 0em;text-align: center;color: #DE5021;margin-left: 0px;margin: 0px 0px 0px 2px;display: initial;text-decoration-line: none;line-height: unset; font-family: georgia,palatino,'book antiqua','palatino linotype',serif; font-size: 85px; font-weight: normal; font-style: normal;font-size: 28px} #comp-m5y89fju_r_comp-luph9qg83 .comp-m5y89fju_r_comp-luph9qg83-styleId__root .StylableButton2545352419__icon{transition: inherit;margin-right: 0px;fill: #DE5021;width: 24px;height: 24px;margin: 0px 2px 0px 0px;display: none}/* END STYLABLE DIRECTIVE RULES */ .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 0px;padding-right: 16px;padding-left: 16px;border: 1px solid #DE5021;padding-top: 12px;padding-bottom: 12px;background: #FFFFFF} /* START STYLABLE DIRECTIVE RULES */ .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:hover { background: #FFFFFF; border: 1px solid rgba(56, 74, 211, 0.7); } .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:hover .StylableButton2545352419__icon { transform: rotate(2deg); fill: #000000;} .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:hover .StylableButton2545352419__label { color: rgba(56, 74, 211, 0.7); } .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:disabled{ background: #FFFFFF; border: 1px solid #A0A09F} .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:disabled .StylableButton2545352419__label{ color: #A0A09F} .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse} .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root .StylableButton2545352419__label{transition: inherit;display: inherited;margin: 0px 0px 0px 4px;letter-spacing: 0em;line-height: 1.4em;text-align: center;color: #DE5021; font-family: futura-lt-w01-book,sans-serif; font-size: 14px; font-weight: normal; font-style: normal;font-size: 16px} .device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root .StylableButton2545352419__icon{transition: inherit;margin: 0px 4px 0px 0px;width: 24px;height: 24px;fill: #DE5021;display: none}/* END STYLABLE DIRECTIVE RULES */ #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 0px;padding-right: 16px;padding-left: 16px;border: 1px solid #DE5021;padding-top: 12px;padding-bottom: 12px;background: #FFFFFF} /* START STYLABLE DIRECTIVE RULES */ #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:hover { background: #FFFFFF; border: 1px solid rgba(56, 74, 211, 0.7); } #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:hover .StylableButton2545352419__icon { transform: rotate(2deg); fill: #000000;} #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:hover .StylableButton2545352419__label { color: rgba(56, 74, 211, 0.7); } #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:disabled{ background: #FFFFFF; border: 1px solid #A0A09F} #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:disabled .StylableButton2545352419__label{ color: #A0A09F} #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse} #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root .StylableButton2545352419__label{transition: inherit;display: inherited;margin: 0px 0px 0px 4px;letter-spacing: 0em;line-height: 1.4em;text-align: center;color: #DE5021; font-family: futura-lt-w01-book,sans-serif; font-size: 14px; font-weight: normal; font-style: normal;font-size: 16px} #comp-m5y89fju_r_comp-m010jxj2 .comp-m5y89fju_r_comp-m010jxj2-styleId__root .StylableButton2545352419__icon{transition: inherit;margin: 0px 4px 0px 0px;width: 24px;height: 24px;fill: #DE5021;display: none}/* END STYLABLE DIRECTIVE RULES */ #comp-kdg12hds .style-kdg12hej2__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;border-radius: 50px;background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(180deg, rgba(101, 162, 136, 0.01) 0%, rgba(48, 2, 207, 0.01) 100%)} /* START STYLABLE DIRECTIVE RULES */ #comp-kdg12hds .style-kdg12hej2__root:disabled{background: #E2E2E2} #comp-kdg12hds .style-kdg12hej2__root:disabled .StylableButton2545352419__label{color: #8F8F8F} #comp-kdg12hds .style-kdg12hej2__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F} #comp-kdg12hds .style-kdg12hej2__root .StylableButton2545352419__container{transition: inherit} #comp-kdg12hds .style-kdg12hej2__root .StylableButton2545352419__label{transition: inherit;font-size: 16px;color: #FFFFFF;display: none} #comp-kdg12hds .style-kdg12hej2__root .StylableButton2545352419__icon{transition: inherit;fill: rgba(0, 0, 0, 0.9);width: 36px;height: 36px} #comp-kdg12hds .style-kdg12hej2__root:hover .StylableButton2545352419__icon{width: 42px;height: 42px} #comp-kdg12hds .style-kdg12hej2__root:hover .StylableButton2545352419__label { font-size: 26px; }</style> <style id="compCssMappers_c1dmp"> #c1dmp{width:auto;min-height:40px;}#pageBackground_c1dmp{--bg-position:absolute;--bg-overlay-color:rgb(var(--color_11));--bg-gradient:none;}#comp-liuo1wfv{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-kcfa4sji{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row;}#comp-kcfa4sou{--fill-layer-image-opacity:1;--fill-layer-background-media-position:fixed;--fill-layer-background-media-pointer-events:none;--bg-overlay-color:rgb(250, 250, 250);--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-kcz72rj6{--itemFont:normal normal normal 12px/1.4em futura-lt-w01-light,sans-serif;--height:22px;--iconSize:16px;}#comp-kbts68ms{--height:260px;--width:265px;}#comp-k3sfoeuc{--min-height:91px;direction:var(--wix-opt-in-direction);}#comp-kcdhm65p{--item-height:62px;--item-align:center;--sub-menu-open-direction-right:auto;--sub-menu-open-direction-left:0;--separator-height-adjusted:8px;--text-align:center;--direction:var(--wix-opt-in-direction, ltr);--item-direction:inherit;--sub-menu-item-direction:inherit;}#comp-kcdij5dn{--fill-opacity:1;--stroke-width:0;--stroke:#5E97FF;--stroke-opacity:1;--fill:#FFFFFF;}#comp-kcdiiqod{--fill-opacity:1;--stroke-width:0;--stroke:#5E97FF;--stroke-opacity:1;--fill:#FFFFFF;}#comp-kcdieq51{--fill-opacity:1;--stroke-width:0;--stroke:#5E97FF;--stroke-opacity:1;--fill:#FFFFFF;}#comp-kcdihhzj{--fill-opacity:1;--stroke-width:0;--stroke:#5E97FF;--stroke-opacity:1;--fill:#FFFFFF;}#comp-liuo1wfv1{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-irpyzi6z{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row;}#comp-irpyzicn{--bg-overlay-color:rgb(var(--color_11));--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-irq2gqhi{direction:var(--wix-opt-in-direction);}#comp-kcdi69gy{transform-origin:center 0.5px;}#comp-irq2y035{--min-height:415px;direction:var(--wix-opt-in-direction);}#comp-liuo1wfv2{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-irpyrelz{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row;}#comp-irpyreqe{--fill-layer-image-opacity:1;--fill-layer-background-media-position:fixed;--fill-layer-background-media-pointer-events:none;--bg-overlay-color:rgb(var(--color_37));--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-kcgf5nqx{direction:var(--wix-opt-in-direction);}#comp-liuo1wfv3{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-irpy8rch{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row;}#comp-irpy8rg8{--bg-overlay-color:rgb(var(--color_11));--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-irq252zw{direction:var(--wix-opt-in-direction);}#comp-kcdi5dob{transform-origin:center 0.5px;}#comp-kc56s1l8{transform-origin:center 0.5px;}#comp-kcdurozc{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row;}#comp-kcdurp3w{--fill-layer-image-opacity:1;--bg-overlay-color:rgb(245, 245, 245);--bg-gradient:none;width:100%;--column-width:242px;--column-flex:242;}#comp-kcdurp40{--bg-overlay-color:rgb(255, 255, 254);--bg-gradient:none;width:100%;--column-width:246px;--column-flex:246;}#comp-kcdurp43{direction:var(--wix-opt-in-direction);}#comp-kcdurp46{--min-height:140px;direction:var(--wix-opt-in-direction);}#comp-kcdurp49{--shc-mutated-brightness:18,18,18;--margin-start:0px;--margin-end:0px;--fnt:normal normal normal 18px/1.4em futura-lt-w01-light,sans-serif;direction:var(--wix-opt-in-direction, ltr);--label-align:center;--label-text-align:center;}#comp-kcdurp4c{--fill-layer-image-opacity:1;--bg-overlay-color:transparent;--bg-gradient:none;width:100%;--column-width:246px;--column-flex:246;}#comp-kcdurp4e{--bg-overlay-color:rgb(255, 255, 254);--bg-gradient:none;width:100%;--column-width:246px;--column-flex:246;}#comp-kcdurp4l{direction:var(--wix-opt-in-direction);}#comp-kcdurp4h{--min-height:163px;direction:var(--wix-opt-in-direction);}#comp-kcdurp4j{--shc-mutated-brightness:18,18,18;--margin-start:0px;--margin-end:0px;--fnt:normal normal normal 18px/1.4em futura-lt-w01-light,sans-serif;direction:var(--wix-opt-in-direction, ltr);--label-align:center;--label-text-align:center;}#comp-liuo1wfv4{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-iso8zljd{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row;}#comp-iso8zluv{--fill-layer-image-opacity:1;--fill-layer-background-media-position:fixed;--fill-layer-background-media-pointer-events:none;--bg-overlay-color:rgb(var(--color_37));--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-kcgeuru2{direction:var(--wix-opt-in-direction);}#comp-liuo1wfv5{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-kc0qqbfl{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row;}#comp-kc0qqbkv{--bg-overlay-color:rgb(250, 250, 250);--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-kc0t8oqj{direction:var(--wix-opt-in-direction);}#comp-kcdi41xm{transform-origin:center 0.5px;}#comp-kcdjhlsk{--direction:var(--wix-opt-in-direction);--justify-content:start;--item-margin:11.5px 11.5px;--margin-top:-11.5px;--margin-bottom:-11.5px;--margin-inline-start:-11.5px;--margin-inline-end:-11.5px;}[id^="comp-kcdjhluk__"]{--bg-overlay-color:rgb(255, 255, 255);--bg-gradient:none;border-width:0 0 0 0;border-style:solid solid solid solid;border-color:rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);border-radius:0 0 0 0;overflow:clip;transform:translateZ(0);margin:-0px;}[id^="comp-kcdjhlve__"]{--height:388px;--width:311px;}[id^="comp-kcdjhlvh__"]{--shc-mutated-brightness:18,18,18;--margin-start:0px;--margin-end:0px;--fnt:normal normal normal 20px/1.4em futura-lt-w01-light,sans-serif;direction:var(--wix-opt-in-direction, ltr);--label-align:center;--label-text-align:center;}[id^="comp-kcdrecmb__"]{--min-height:118px;direction:var(--wix-opt-in-direction);}#comp-liuo1wfv6{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-kbvfc1wr{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row;}#comp-kbvfc20e{--fill-layer-image-opacity:1;--fill-layer-background-media-position:fixed;--fill-layer-background-media-pointer-events:none;--bg-overlay-color:rgb(250, 250, 250);--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-kcgffv75{direction:var(--wix-opt-in-direction);}#comp-liuo1wfv7{--bg-overlay-color:transparent;--bg-gradient:none;min-width:980px;}#comp-irq2jfvg{--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row;}#comp-irq2jg3l{--bg-overlay-color:rgb(var(--color_11));--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980;}#comp-irq33xx5{direction:var(--wix-opt-in-direction);}#comp-kcdgcvlr{transform-origin:center 0.5px;}#comp-kc0xgd9z{--min-height:266px;direction:var(--wix-opt-in-direction);}#comp-kcf8zzw3{--shc-mutated-brightness:128,128,128;--margin-start:0px;--margin-end:0px;--fnt:normal normal normal 20px/1.4em futura-lt-w01-light,sans-serif;direction:var(--wix-opt-in-direction, ltr);--label-align:center;--label-text-align:center;}#comp-kccfx1m2{--item-size:42px;--item-margin-block:0;--item-margin-inline:0px 15px;--item-display:inline-block;--direction:var(--wix-opt-in-direction, ltr);width:270px;height:42px;}#comp-m5y89fju{min-height:457px;display:grid;}.device-mobile-optimized #comp-m5y89fju_r_comp-lgnn37bd1{--shc-mutated-brightness:128,128,128;}#comp-m5y89fju_r_comp-lgnn37bd1{--shc-mutated-brightness:128,128,128;}.device-mobile-optimized #comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i{--shc-mutated-brightness:128,128,128;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i{--shc-mutated-brightness:128,128,128;}.device-mobile-optimized #comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h{direction:var(--wix-opt-in-direction);}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h{direction:var(--wix-opt-in-direction);}.device-mobile-optimized #comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){color:#000000 !important;background-color:transparent !important;font-size:32px !important;text-decoration:none !important;text-align:center !important;letter-spacing:0em !important;line-height:normal !important;}.device-mobile-optimized #comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){color:var(--corvid-color, #000000 !important);}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){color:#000000 !important;background-color:transparent !important;font-size:32px !important;text-decoration:none !important;text-align:center !important;letter-spacing:0em !important;line-height:normal !important;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){color:var(--corvid-color, #000000 !important);}.device-mobile-optimized #comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz{direction:var(--wix-opt-in-direction);}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz{direction:var(--wix-opt-in-direction);}.device-mobile-optimized #comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){color:#000000 !important;background-color:transparent !important;font-size:16px !important;text-align:center !important;letter-spacing:0em !important;line-height:1.6 !important;}.device-mobile-optimized #comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){color:var(--corvid-color, #000000 !important);}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){color:#000000 !important;background-color:transparent !important;font-size:16px !important;text-align:center !important;letter-spacing:0em !important;line-height:1.6 !important;}#comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){color:var(--corvid-color, #000000 !important);}.device-mobile-optimized #comp-m5y89fju_r_comp-luph70yy{--shc-mutated-brightness:128,128,128;}#comp-m5y89fju_r_comp-luph70yy{--shc-mutated-brightness:128,128,128;}.device-mobile-optimized #comp-m5y89fju_r_comp-luph7m8r{direction:var(--wix-opt-in-direction);}#comp-m5y89fju_r_comp-luph7m8r{direction:var(--wix-opt-in-direction);}.device-mobile-optimized #comp-m5y89fju_r_comp-luph7m8r :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){background-color:transparent !important;font-size:20px !important;text-decoration:none !important;}#comp-m5y89fju_r_comp-luph7m8r :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){background-color:transparent !important;font-size:28px !important;text-decoration:none !important;}#comp-m5y89fju_r_comp-luph9qfy{--shc-mutated-brightness:128,128,128;}.device-mobile-optimized #comp-m5y89fju_r_comp-luph9qg83{height:max-content;min-width:max-content;}#comp-m5y89fju_r_comp-luph9qg83{height:max-content;min-width:max-content;}.device-mobile-optimized #comp-m5y89fju_r_comp-m010jxj2{height:max-content;min-width:max-content;}#comp-m5y89fju_r_comp-m010jxj2{height:max-content;min-width:max-content;}</style> </head> <body class='' > <script type="text/javascript"> var bodyCacheable = true; </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> <div id="SITE_CONTAINER"><style id="STYLE_OVERRIDES_ID">#comp-m5y89fju_r_comp-m010jxj2{visibility:hidden !important;overflow:hidden !important;height:0 !important;width:0 !important;min-width:0 !important;min-height:0 !important;margin-bottom:0 !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important;position:absolute !important;margin-top:0 !important;}</style><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="BACKGROUND_GROUP" class="backgroundGroup_c1dmp BACKGROUND_GROUP"><div id="BACKGROUND_GROUP_TRANSITION_GROUP"><div id="pageBackground_c1dmp" data-media-height-override-type="" data-media-position-override="false" class="pageBackground_c1dmp BmZ5pC"><div id="bgLayers_pageBackground_c1dmp" data-hook="bgLayers" data-motion-part="BG_LAYER pageBackground_c1dmp" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_pageBackground_c1dmp" data-motion-part="BG_MEDIA pageBackground_c1dmp" class="VgO9Yg"></div></div></div></div></div><!--/$--><div id="site-root" class="site-root"><!--$--><div id="masterPage" class="mesh-layout landingPage masterPage css-editing-scope"><header id="SITE_HEADER" class="xU8fqS SITE_HEADER wixui-header" tabindex="-1"><div class="_C0cVf"><div class="_4XcTfy" data-testid="screenWidthContainerBg"></div></div><div class="U4Bvut"><div class="G5K6X8"><div class="gUbusX" data-testid="screenWidthContainerBgCenter"></div></div><div class="CJF7A2"><div data-mesh-id="SITE_HEADERinlineContent" data-testid="inline-content" class=""><div data-mesh-id="SITE_HEADERinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-m91r8pu5" class="MazNVa comp-m91r8pu5 wixui-image" title="161e3b_1680cebb6ed047c684be5e2acf73418f~mv2.png"><div data-testid="linkElement" class="j7pOnl"><wow-image id="img_comp-m91r8pu5" class="jhxvbR BI8PVQ" data-image-info="{"containerId":"comp-m91r8pu5","displayMode":"fill","targetWidth":63,"targetHeight":63,"isLQIP":false,"encoding":"AVIF","imageData":{"width":600,"height":600,"uri":"161e3b_1680cebb6ed047c684be5e2acf73418f~mv2.png","name":"161e3b_1680cebb6ed047c684be5e2acf73418f~mv2.png","displayMode":"fill"}}" data-motion-part="BG_IMG comp-m91r8pu5" data-bg-effect-name="" data-has-ssr-src=""><img src="https://static.wixstatic.com/media/161e3b_1680cebb6ed047c684be5e2acf73418f~mv2.png/v1/fill/w_63,h_63,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/161e3b_1680cebb6ed047c684be5e2acf73418f~mv2.png" alt="RVWC TPBL 2x2.png" style="width:63px;height:63px;object-fit:cover" width="63" height="63" srcSet="https://static.wixstatic.com/media/161e3b_1680cebb6ed047c684be5e2acf73418f~mv2.png/v1/fill/w_63,h_63,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/161e3b_1680cebb6ed047c684be5e2acf73418f~mv2.png 1x, https://static.wixstatic.com/media/161e3b_1680cebb6ed047c684be5e2acf73418f~mv2.png/v1/fill/w_63,h_63,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/161e3b_1680cebb6ed047c684be5e2acf73418f~mv2.png 2x" fetchpriority="high"/></wow-image></div></div><!--/$--></div></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="c1dmp" class="dBAkHi c1dmp"><div class="PFkO7r wixui-page" data-testid="page-bg"></div><div class="HT5ybB"><!--$--><div id="Containerc1dmp" class="Containerc1dmp SPY_vo"><div data-mesh-id="Containerc1dmpinlineContent" data-testid="inline-content" class=""><div data-mesh-id="Containerc1dmpinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-liuo1wfv" tabindex="-1" class="Oqnisf comp-liuo1wfv wixui-section" data-block-level-container="ClassicSection"><div id="bgLayers_comp-liuo1wfv" data-hook="bgLayers" data-motion-part="BG_LAYER comp-liuo1wfv" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-liuo1wfv" data-motion-part="BG_MEDIA comp-liuo1wfv" class="VgO9Yg"></div></div><div data-mesh-id="comp-liuo1wfvinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-liuo1wfvinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-kcfa4sji" class="comp-kcfa4sji CohWsy wixui-column-strip"><div id="bgLayers_comp-kcfa4sji" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcfa4sji" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-kcfa4sji" data-motion-part="BG_MEDIA comp-kcfa4sji" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-kcfa4sou" class="comp-kcfa4sou YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-kcfa4sou" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcfa4sou" class="MW5IWV N3eg0s"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><wix-bg-media id="bgMedia_comp-kcfa4sou" class="SUz0WK" data-container-id="comp-kcfa4sou" data-container-size="0, 0" data-page-id="c1dmp" data-bg-effect-name="BgParallax" data-motion-part="BG_MEDIA comp-kcfa4sou"><wow-image id="img_comp-kcfa4sou" class="jhxvbR Kv1aVt dLPlxY mNGsUM bgImage" data-image-info="{"containerId":"comp-kcfa4sou","alignType":"top","displayMode":"fill","targetWidth":980,"targetHeight":839,"isLQIP":true,"encoding":"AVIF","imageData":{"width":4928,"height":3280,"uri":"161e3b_c4a830b131d2457fbfecbd8bb7d226c3~mv2.jpg","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG comp-kcfa4sou" data-bg-effect-name="BgParallax" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/161e3b_c4a830b131d2457fbfecbd8bb7d226c3~mv2.jpg/v1/fill/w_980,h_652,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/161e3b_c4a830b131d2457fbfecbd8bb7d226c3~mv2.jpg" alt="DSC_1829.jpg" style="width:100%;height:100%;object-fit:cover;object-position:50% 0%" width="980" height="839"/></wow-image></wix-bg-media></div><div data-mesh-id="comp-kcfa4souinlineContent" data-testid="inline-content" class="mwF7X1"><div data-mesh-id="comp-kcfa4souinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kcz72rj6"></div><!--/$--><!--$--><div id="comp-kbts68ms" class="v__F4U comp-kbts68ms wixui-image"><div data-testid="linkElement" class="MVY5Lo"><wow-image id="img_comp-kbts68ms" class="jhxvbR NM_OGj" data-image-info="{"containerId":"comp-kbts68ms","displayMode":"fill","targetWidth":263,"targetHeight":258,"isLQIP":false,"encoding":"AVIF","imageData":{"width":7800,"height":7800,"uri":"161e3b_6b7dfa05a977453dae59af233f789d08~mv2.png","name":"RVWC BW TLT.png","displayMode":"fill","hasAnimation":false}}" data-motion-part="BG_IMG comp-kbts68ms" data-bg-effect-name="" data-has-ssr-src=""><img src="https://static.wixstatic.com/media/161e3b_6b7dfa05a977453dae59af233f789d08~mv2.png/v1/fill/w_263,h_258,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/RVWC%20BW%20TLT.png" alt="RVWC BW TLT.png" style="width:263px;height:258px;object-fit:cover" width="263" height="258" srcSet="https://static.wixstatic.com/media/161e3b_6b7dfa05a977453dae59af233f789d08~mv2.png/v1/fill/w_263,h_258,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/RVWC%20BW%20TLT.png 1x, https://static.wixstatic.com/media/161e3b_6b7dfa05a977453dae59af233f789d08~mv2.png/v1/fill/w_263,h_258,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/RVWC%20BW%20TLT.png 2x" fetchpriority="high"/></wow-image></div></div><!--/$--><!--$--><div id="comp-k3sfoeuc" class="HcOXKn SxM0TO QxJLC3 comp-k3sfoeuc wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><h1 class="font_3 wixui-rich-text__text" style="font-size:32px; text-align:right;"><span style="letter-spacing:0.05em;" class="wixui-rich-text__text"><span style="color:#FFFFFF;" class="wixui-rich-text__text"><span style="font-size:32px;" class="wixui-rich-text__text"><span style="text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 5px;" class="wixui-rich-text__text"><span style="font-style:italic;" class="wixui-rich-text__text"><span style="font-family:times new roman,times,serif;" class="wixui-rich-text__text">large enough to serve,</span></span></span></span></span></span></h1> <h1 class="font_3 wixui-rich-text__text" style="font-size:32px; text-align:right;"><span style="letter-spacing:0.05em;" class="wixui-rich-text__text"><span style="color:#FFFFFF;" class="wixui-rich-text__text"><span style="font-size:32px;" class="wixui-rich-text__text"><span style="text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 5px;" class="wixui-rich-text__text"><span style="font-style:italic;" class="wixui-rich-text__text"><span style="font-family:times new roman,times,serif;" class="wixui-rich-text__text">small enough to care</span></span></span></span></span></span></h1></div><!--/$--><!--$--><nav id="comp-kcdhm65p" aria-label="Site" class="IOfTmr m48Yht comp-kcdhm65p wixui-vertical-menu" tabindex="-1"><ul><li class="Z7cwZn wixui-vertical-menu__item"><div data-testid="itemContentWrapper-0" class="YGlZMx"><span class="DzUZFw fIxawB"><a data-testid="linkElement-0" data-anchor="dataItem-irq17z9y" data-anchor-comp-id="comp-irq17z9r" href="https://www.rvwc.com" target="_self" class="a50_l6 Ur5Vmd wixui-vertical-menu__item-label" tabindex="0">who we are</a></span></div><div class="MfQCD7"></div></li><li class="Z7cwZn wixui-vertical-menu__item"><div data-testid="itemContentWrapper-1" class="YGlZMx"><span class="DzUZFw fIxawB"><a data-testid="linkElement-1" data-anchor="dataItem-irpzxvoh" data-anchor-comp-id="comp-irpzxvog" href="https://www.rvwc.com" target="_self" class="a50_l6 Ur5Vmd wixui-vertical-menu__item-label" tabindex="0">our portfolio</a></span></div><div class="MfQCD7"></div></li><li class="Z7cwZn wixui-vertical-menu__item"><div data-testid="itemContentWrapper-2" class="YGlZMx"><span class="DzUZFw fIxawB"><a data-testid="linkElement-2" data-anchor="dataItem-kbvbp1qd" data-anchor-comp-id="comp-kbvbp1nk" href="https://www.rvwc.com" target="_self" class="a50_l6 Ur5Vmd wixui-vertical-menu__item-label" tabindex="0">customer & supplier resources</a></span></div><div class="MfQCD7"></div></li><li class="Z7cwZn wixui-vertical-menu__item"><div data-testid="itemContentWrapper-3" class="YGlZMx"><span class="DzUZFw fIxawB"><a data-testid="linkElement-3" data-anchor="dataItem-irpzy1bw" data-anchor-comp-id="comp-irpzy1bu" href="https://www.rvwc.com" target="_self" class="a50_l6 Ur5Vmd wixui-vertical-menu__item-label" tabindex="0">connect with us</a></span></div><div class="MfQCD7"></div></li></ul></nav><!--/$--><!--$--><div id="comp-kcdij5dn" class="comp-kcdij5dn wixui-vector-image"><a data-testid="linkElement" data-anchor="dataItem-irpzy1bw" data-anchor-comp-id="comp-irpzy1bu" href="https://www.rvwc.com" target="_self" class="a9YhBi"><div data-testid="svgRoot-comp-kcdij5dn" class="AKxYR5 VZYmYf comp-kcdij5dn"><svg preserveAspectRatio="none" data-bbox="13.05 2.55 33.878 54.8" xmlns="http://www.w3.org/2000/svg" viewBox="13.05 2.55 33.878 54.8" role=presentation aria-hidden=true aria-label=""> <g> <path d="M46.5 28.9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z"/> </g> </svg> </div></a></div><!--/$--><!--$--><div id="comp-kcdiiqod" class="comp-kcdiiqod wixui-vector-image"><a data-testid="linkElement" data-anchor="dataItem-kbvbp1qd" data-anchor-comp-id="comp-kbvbp1nk" href="https://www.rvwc.com" target="_self" class="a9YhBi"><div data-testid="svgRoot-comp-kcdiiqod" class="AKxYR5 VZYmYf comp-kcdiiqod"><svg preserveAspectRatio="none" data-bbox="13.05 2.55 33.878 54.8" xmlns="http://www.w3.org/2000/svg" viewBox="13.05 2.55 33.878 54.8" role=presentation aria-hidden=true aria-label=""> <g> <path d="M46.5 28.9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z"/> </g> </svg> </div></a></div><!--/$--><!--$--><div id="comp-kcdieq51" class="comp-kcdieq51 wixui-vector-image"><a data-testid="linkElement" data-anchor="dataItem-irq17z9y" data-anchor-comp-id="comp-irq17z9r" href="https://www.rvwc.com" target="_self" class="a9YhBi"><div data-testid="svgRoot-comp-kcdieq51" class="AKxYR5 VZYmYf comp-kcdieq51"><svg preserveAspectRatio="none" data-bbox="13.05 2.55 33.878 54.8" xmlns="http://www.w3.org/2000/svg" viewBox="13.05 2.55 33.878 54.8" role=presentation aria-hidden=true aria-label=""> <g> <path d="M46.5 28.9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z"/> </g> </svg> </div></a></div><!--/$--><!--$--><div id="comp-kcdihhzj" class="comp-kcdihhzj wixui-vector-image"><a data-testid="linkElement" data-anchor="dataItem-irpzxvoh" data-anchor-comp-id="comp-irpzxvog" href="https://www.rvwc.com" target="_self" class="a9YhBi"><div data-testid="svgRoot-comp-kcdihhzj" class="AKxYR5 VZYmYf comp-kcdihhzj"><svg preserveAspectRatio="none" data-bbox="13.05 2.55 33.878 54.8" xmlns="http://www.w3.org/2000/svg" viewBox="13.05 2.55 33.878 54.8" role=presentation aria-hidden=true aria-label=""> <g> <path d="M46.5 28.9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z"/> </g> </svg> </div></a></div><!--/$--><div data-mesh-id="comp-kcfa4souinlineContent-wedge-5"></div></div></div></div><!--/$--></div></section><!--/$--></div></div></section><!--/$--><!--$--><section id="comp-liuo1wfv1" tabindex="-1" class="Oqnisf comp-liuo1wfv1 wixui-section" data-block-level-container="ClassicSection"><div id="bgLayers_comp-liuo1wfv1" data-hook="bgLayers" data-motion-part="BG_LAYER comp-liuo1wfv1" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-liuo1wfv1" data-motion-part="BG_MEDIA comp-liuo1wfv1" class="VgO9Yg"></div></div><div data-mesh-id="comp-liuo1wfv1inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-liuo1wfv1inlineContent-gridContainer" data-testid="mesh-container-content"><div id="comp-irq17z9r" class="Vd6aQZ ignore-focus comp-irq17z9r" role="region" tabindex="-1" aria-label="about."><div id="about"></div><span class="mHZSwn">about.</span></div><!--$--><section id="comp-irpyzi6z" class="comp-irpyzi6z CohWsy wixui-column-strip"><div id="bgLayers_comp-irpyzi6z" data-hook="bgLayers" data-motion-part="BG_LAYER comp-irpyzi6z" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-irpyzi6z" data-motion-part="BG_MEDIA comp-irpyzi6z" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-irpyzicn" class="comp-irpyzicn YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-irpyzicn" data-hook="bgLayers" data-motion-part="BG_LAYER comp-irpyzicn" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-irpyzicn" data-motion-part="BG_MEDIA comp-irpyzicn" class="VgO9Yg"></div></div><div data-mesh-id="comp-irpyzicninlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-irpyzicninlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-irq2gqhi" class="HcOXKn SxM0TO QxJLC3 comp-irq2gqhi wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><h2 class="font_2 wixui-rich-text__text" style="font-size:40px; text-align:center;"><span style="font-size:40px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"><span style="letter-spacing:-0.01em;" class="wixui-rich-text__text">about</span></span></span></h2></div><!--/$--><!--$--><div id="comp-kcdi69gy" class="comp-kcdi69gy aVng1S wixui-horizontal-line"></div><!--/$--><!--$--><div id="comp-irq2y035" class="HcOXKn c9GqVL QxJLC3 comp-irq2y035 wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_8 wixui-rich-text__text" style="font-size:20px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:20px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text">Founded in 1994 by Beth and Rob Crittenden, with two toddlers, a mini-van and a passion for Pacific Northwest wines, Roanoke Valley Wine Company has grown to be one of the mid-Atlantic’s leading importers/wholesalers of fine wine, beer, and crystal stemware from around the world. Still family-owned and independently operated, we strive to work with like-minded small growers and brewers, and on- and off-premise customers throughout Virginia, Washington, DC, Maryland and (through a partner) West Virginia.</span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:20px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:20px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"> </span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:20px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:20px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text">We aspire for excellence and bring to the table an impressive portfolio, order accuracy, wine-service training, access to live inventory through cloud technology, and professional service at every level. Our warehouse operates out of Ashland, VA. We strive to care for our staff, customers, suppliers, inventory and environment. </span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:20px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:20px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"> </span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:20px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:20px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text">Our goal since 1994 is to foster long-term, sustainable partnerships with each other, our suppliers and our customers. It is important to us to bring fellowship, through fine wines and beers, to every family table. </span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:20px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:20px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"> </span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:20px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:20px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text">Thank you for checking in, and welcome to our family. We look forward to seeing you soon.</span></span></span></p></div><!--/$--><!--$--><div id="comp-kdg1235v" class="comp-kdg1235v" data-semantic-classname="button"><a data-testid="linkElement" data-anchor="SCROLL_TO_TOP" href="https://www.rvwc.com" target="_self" class="StylableButton2545352419__root style-kdg1236s2__root wixui-button StylableButton2545352419__link" aria-label=""><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__icon wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><?xml version="1.0" encoding="UTF-8"?> <svg data-bbox="19.918 28.275 160.047 143.625" xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" data-type="shape"> <g> <path d="M170.8 89.9L103 38.3c-1.9-1.5-5.1-1.5-7.1 0L29.2 89.9c-1 .8-.3 3 1 3l8.1.1v64.7c0 3 1 5.1 4 5.1h34.4c3 0 5.1-2 5.1-5.1v-34.4c0-2 1-3 3-3h30.4c2 0 3 1 3 3v34.4c0 3 2 5.1 5.1 5.1h33.4c2.9 0 5.1-2 5.1-5.1V92.9h8.1c1.2 0 1.9-2.3.9-3zm0 11.1v56.7c0 9.1-4 14.2-14.2 14.2h-34.4c-8.1 0-13.2-6.1-13.2-14.2v-28.3H90.9v28.3c0 9.1-5.1 14.2-13.2 14.2H42.3c-8.1 0-13.2-6.1-13.2-14.2V101C20 101 16.5 89.5 24 83.8l66.8-52.6c5.1-3.9 12-3.9 17.2 0l67.8 51.6c8.2 6.2 3.1 18.2-5 18.2z"/> </g> </svg> </span></span></span></a></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--></div></div></section><!--/$--><!--$--><section id="comp-liuo1wfv2" tabindex="-1" class="Oqnisf comp-liuo1wfv2 wixui-section" data-block-level-container="ClassicSection"><div id="bgLayers_comp-liuo1wfv2" data-hook="bgLayers" data-motion-part="BG_LAYER comp-liuo1wfv2" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-liuo1wfv2" data-motion-part="BG_MEDIA comp-liuo1wfv2" class="VgO9Yg"></div></div><div data-mesh-id="comp-liuo1wfv2inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-liuo1wfv2inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-irpyrelz" class="comp-irpyrelz CohWsy wixui-column-strip"><div id="bgLayers_comp-irpyrelz" data-hook="bgLayers" data-motion-part="BG_LAYER comp-irpyrelz" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-irpyrelz" data-motion-part="BG_MEDIA comp-irpyrelz" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-irpyreqe" class="comp-irpyreqe YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-irpyreqe" data-hook="bgLayers" data-motion-part="BG_LAYER comp-irpyreqe" class="MW5IWV N3eg0s"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><wix-bg-media id="bgMedia_comp-irpyreqe" class="SUz0WK" data-container-id="comp-irpyreqe" data-container-size="0, 0" data-page-id="c1dmp" data-bg-effect-name="BgParallax" data-motion-part="BG_MEDIA comp-irpyreqe"><wow-image id="img_comp-irpyreqe" class="jhxvbR Kv1aVt dLPlxY mNGsUM bgImage" data-image-info="{"containerId":"comp-irpyreqe","alignType":"bottom","displayMode":"fill","targetWidth":980,"targetHeight":554,"isLQIP":true,"encoding":"AVIF","imageData":{"width":3000,"height":1997,"uri":"161e3b_72c9f4455465475db4529acb211faca5~mv2.jpg","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG comp-irpyreqe" data-bg-effect-name="BgParallax" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/161e3b_72c9f4455465475db4529acb211faca5~mv2.jpg/v1/fill/w_832,h_554,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/161e3b_72c9f4455465475db4529acb211faca5~mv2.jpg" alt="" style="width:100%;height:100%;object-fit:cover;object-position:50% 100%" width="980" height="554"/></wow-image></wix-bg-media></div><div data-mesh-id="comp-irpyreqeinlineContent" data-testid="inline-content" class="mwF7X1"><div data-mesh-id="comp-irpyreqeinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kcgf5nqx" class="HcOXKn c9GqVL QxJLC3 comp-kcgf5nqx wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_9 wixui-rich-text__text" style="font-size:17px; line-height:normal; text-align:right;"><span style="text-shadow:rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;" class="wixui-rich-text__text"><span style="color:#FFFFFF;" class="wixui-rich-text__text"><span style="font-size:17px;" class="wixui-rich-text__text"><span style="letter-spacing:0.05em;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"><span style="font-style:italic;" class="wixui-rich-text__text">Picking an order in the warehouse</span></span></span></span></span></span></p></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--></div></div></section><!--/$--><!--$--><section id="comp-liuo1wfv3" tabindex="-1" class="Oqnisf comp-liuo1wfv3 wixui-section" data-block-level-container="ClassicSection"><div id="bgLayers_comp-liuo1wfv3" data-hook="bgLayers" data-motion-part="BG_LAYER comp-liuo1wfv3" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-liuo1wfv3" data-motion-part="BG_MEDIA comp-liuo1wfv3" class="VgO9Yg"></div></div><div data-mesh-id="comp-liuo1wfv3inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-liuo1wfv3inlineContent-gridContainer" data-testid="mesh-container-content"><div id="comp-irpzxvog" class="Vd6aQZ ignore-focus comp-irpzxvog" role="region" tabindex="-1" aria-label="portfolio."><div id="portfolio"></div><span class="mHZSwn">portfolio.</span></div><!--$--><section id="comp-irpy8rch" class="comp-irpy8rch CohWsy wixui-column-strip"><div id="bgLayers_comp-irpy8rch" data-hook="bgLayers" data-motion-part="BG_LAYER comp-irpy8rch" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-irpy8rch" data-motion-part="BG_MEDIA comp-irpy8rch" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-irpy8rg8" class="comp-irpy8rg8 YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-irpy8rg8" data-hook="bgLayers" data-motion-part="BG_LAYER comp-irpy8rg8" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-irpy8rg8" data-motion-part="BG_MEDIA comp-irpy8rg8" class="VgO9Yg"></div></div><div data-mesh-id="comp-irpy8rg8inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-irpy8rg8inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-irq252zw" class="HcOXKn SxM0TO QxJLC3 comp-irq252zw wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><h2 class="font_2 wixui-rich-text__text" style="font-size:60px; text-align:center;"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text"><span style="font-size:60px;" class="wixui-rich-text__text">portfolio</span></span></span></h2></div><!--/$--><!--$--><div id="comp-kcdi5dob" class="comp-kcdi5dob aVng1S wixui-horizontal-line"></div><!--/$--><!--$--><div id="comp-kc56s1l8" class="comp-kc56s1l8 aVng1S wixui-horizontal-line"></div><!--/$--><!--$--><div id="comp-kdg11rvk" class="comp-kdg11rvk" data-semantic-classname="button"><a data-testid="linkElement" data-anchor="SCROLL_TO_TOP" href="https://www.rvwc.com" target="_self" class="StylableButton2545352419__root style-kdg11rwd2__root wixui-button StylableButton2545352419__link" aria-label=""><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__icon wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><?xml version="1.0" encoding="UTF-8"?> <svg data-bbox="19.918 28.275 160.047 143.625" xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" data-type="shape"> <g> <path d="M170.8 89.9L103 38.3c-1.9-1.5-5.1-1.5-7.1 0L29.2 89.9c-1 .8-.3 3 1 3l8.1.1v64.7c0 3 1 5.1 4 5.1h34.4c3 0 5.1-2 5.1-5.1v-34.4c0-2 1-3 3-3h30.4c2 0 3 1 3 3v34.4c0 3 2 5.1 5.1 5.1h33.4c2.9 0 5.1-2 5.1-5.1V92.9h8.1c1.2 0 1.9-2.3.9-3zm0 11.1v56.7c0 9.1-4 14.2-14.2 14.2h-34.4c-8.1 0-13.2-6.1-13.2-14.2v-28.3H90.9v28.3c0 9.1-5.1 14.2-13.2 14.2H42.3c-8.1 0-13.2-6.1-13.2-14.2V101C20 101 16.5 89.5 24 83.8l66.8-52.6c5.1-3.9 12-3.9 17.2 0l67.8 51.6c8.2 6.2 3.1 18.2-5 18.2z"/> </g> </svg> </span></span></span></a></div><!--/$--><div data-mesh-id="comp-irpy8rg8inlineContent-wedge-4"></div><div data-mesh-id="comp-irpy8rg8inlineContent-wedge-6"></div></div></div></div><!--/$--></div></section><!--/$--><!--$--><section id="comp-kcdurozc" class="comp-kcdurozc CohWsy wixui-column-strip"><div id="bgLayers_comp-kcdurozc" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcdurozc" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-kcdurozc" data-motion-part="BG_MEDIA comp-kcdurozc" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-kcdurp3w" class="comp-kcdurp3w YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-kcdurp3w" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcdurp3w" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-kcdurp3w" data-motion-part="BG_MEDIA comp-kcdurp3w" class="VgO9Yg"><wow-image id="img_comp-kcdurp3w" class="jhxvbR Kv1aVt dLPlxY mNGsUM bgImage" data-image-info="{"containerId":"comp-kcdurp3w","alignType":"center","displayMode":"fill","targetWidth":242,"targetHeight":496,"isLQIP":true,"encoding":"AVIF","imageData":{"width":1000,"height":1805,"uri":"161e3b_f5ec759be70f4ed4b5cbdf10ec9b03ba~mv2.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG comp-kcdurp3w" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/161e3b_f5ec759be70f4ed4b5cbdf10ec9b03ba~mv2.png/v1/fill/w_242,h_437,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/161e3b_f5ec759be70f4ed4b5cbdf10ec9b03ba~mv2.png" alt="Provi.png" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="242" height="496"/></wow-image></div></div><div data-mesh-id="comp-kcdurp3winlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-kcdurp3winlineContent-gridContainer" data-testid="mesh-container-content"></div></div></div><!--/$--><!--$--><div id="comp-kcdurp40" class="comp-kcdurp40 YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-kcdurp40" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcdurp40" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-kcdurp40" data-motion-part="BG_MEDIA comp-kcdurp40" class="VgO9Yg"></div></div><div data-mesh-id="comp-kcdurp40inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-kcdurp40inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kcdurp43" class="HcOXKn SxM0TO QxJLC3 comp-kcdurp43 wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_8 wixui-rich-text__text" style="font-size:36px; line-height:1.1em;"><span style="color:#363636;" class="wixui-rich-text__text"><span style="font-size:36px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif; letter-spacing:0.05em;" class="wixui-rich-text__text">Explore</span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:36px; line-height:1.1em;"><span style="color:#363636;" class="wixui-rich-text__text"><span style="font-size:36px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif; letter-spacing:0.05em;" class="wixui-rich-text__text">our</span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:36px; line-height:1.1em;"><span style="color:#363636;" class="wixui-rich-text__text"><span style="font-size:36px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif; letter-spacing:0.05em;" class="wixui-rich-text__text">portfolio</span></span></span></p></div><!--/$--><!--$--><div id="comp-kcdurp46" class="HcOXKn SxM0TO QxJLC3 comp-kcdurp46 wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_8 wixui-rich-text__text" style="font-size:16px; line-height:1.6em;"><span style="color:#000000;" class="wixui-rich-text__text"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text">Browse our available inventory using advanced search parameters, compare pricing, find tasting notes, place an order and more.</span></span></span></p></div><!--/$--><!--$--><div class="comp-kcdurp49 FubTgk" id="comp-kcdurp49" aria-disabled="false"><a data-testid="linkElement" href="https://www.provi.com/provi-sevenfifty" target="_blank" rel="noreferrer noopener" class="uDW_Qe wixui-button PlZyDq" aria-disabled="false" aria-label="Go to Provi"><span class="l7_2fn wixui-button__label">Go to Provi</span></a></div><!--/$--></div></div></div><!--/$--><!--$--><div id="comp-kcdurp4c" class="comp-kcdurp4c YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-kcdurp4c" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcdurp4c" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-kcdurp4c" data-motion-part="BG_MEDIA comp-kcdurp4c" class="VgO9Yg"><wow-image id="img_comp-kcdurp4c" class="jhxvbR Kv1aVt dLPlxY mNGsUM bgImage" data-image-info="{"containerId":"comp-kcdurp4c","alignType":"center","displayMode":"fill","targetWidth":246,"targetHeight":496,"isLQIP":true,"encoding":"AVIF","imageData":{"width":2250,"height":3000,"uri":"161e3b_8c3e6bb000784b5eafb6b435c7a6fae3~mv2.jpg","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG comp-kcdurp4c" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/161e3b_8c3e6bb000784b5eafb6b435c7a6fae3~mv2.jpg/v1/fill/w_246,h_328,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/161e3b_8c3e6bb000784b5eafb6b435c7a6fae3~mv2.jpg" alt="" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="246" height="496"/></wow-image></div></div><div data-mesh-id="comp-kcdurp4cinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-kcdurp4cinlineContent-gridContainer" data-testid="mesh-container-content"></div></div></div><!--/$--><!--$--><div id="comp-kcdurp4e" class="comp-kcdurp4e YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-kcdurp4e" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcdurp4e" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-kcdurp4e" data-motion-part="BG_MEDIA comp-kcdurp4e" class="VgO9Yg"></div></div><div data-mesh-id="comp-kcdurp4einlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-kcdurp4einlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kcdurp4l" class="HcOXKn SxM0TO QxJLC3 comp-kcdurp4l wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_8 wixui-rich-text__text" style="font-size:30px; line-height:1.1em;"><span style="color:#363636;" class="wixui-rich-text__text"><span style="display:none;" class="wixui-rich-text__text"> </span><span style="font-size:36px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif; letter-spacing:0.0433333em;" class="wixui-rich-text__text">Meet</span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:36px; line-height:1.1em;"><span style="color:#363636;" class="wixui-rich-text__text"><span style="font-size:36px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif; letter-spacing:0.0433333em;" class="wixui-rich-text__text">our</span></span></span></p> <p class="font_8 wixui-rich-text__text" style="font-size:30px; line-height:1.1em;"><span style="color:#363636;" class="wixui-rich-text__text"><span style="font-size:36px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif; letter-spacing:0.0433333em;" class="wixui-rich-text__text">producers</span></span><span style="display:none;" class="wixui-rich-text__text"> </span></span></p></div><!--/$--><!--$--><div id="comp-kcdurp4h" class="HcOXKn SxM0TO QxJLC3 comp-kcdurp4h wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_8 wixui-rich-text__text" style="font-size:16px; line-height:1.6em;"><span style="font-size:16px;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text">Explore our list of producers and suppliers with links to their websites for more information on who they are and what they do.</span></span></p></div><!--/$--><!--$--><div class="comp-kcdurp4j FubTgk" id="comp-kcdurp4j" aria-disabled="false"><a data-testid="linkElement" href="https://www.rvwc.com/portfolio-full" target="_blank" class="uDW_Qe wixui-button PlZyDq" aria-disabled="false" aria-label="Browse producers"><span class="l7_2fn wixui-button__label">Browse producers</span></a></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--><div data-mesh-id="comp-liuo1wfv3inlineContent-wedge-3"></div></div></div></section><!--/$--><!--$--><section id="comp-liuo1wfv4" tabindex="-1" class="Oqnisf comp-liuo1wfv4 wixui-section" data-block-level-container="ClassicSection"><div id="bgLayers_comp-liuo1wfv4" data-hook="bgLayers" data-motion-part="BG_LAYER comp-liuo1wfv4" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-liuo1wfv4" data-motion-part="BG_MEDIA comp-liuo1wfv4" class="VgO9Yg"></div></div><div data-mesh-id="comp-liuo1wfv4inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-liuo1wfv4inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-iso8zljd" class="comp-iso8zljd CohWsy wixui-column-strip"><div id="bgLayers_comp-iso8zljd" data-hook="bgLayers" data-motion-part="BG_LAYER comp-iso8zljd" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-iso8zljd" data-motion-part="BG_MEDIA comp-iso8zljd" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-iso8zluv" class="comp-iso8zluv YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-iso8zluv" data-hook="bgLayers" data-motion-part="BG_LAYER comp-iso8zluv" class="MW5IWV N3eg0s"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><wix-bg-media id="bgMedia_comp-iso8zluv" class="SUz0WK" data-container-id="comp-iso8zluv" data-container-size="0, 0" data-page-id="c1dmp" data-bg-effect-name="BgParallax" data-motion-part="BG_MEDIA comp-iso8zluv"><wow-image id="img_comp-iso8zluv" class="jhxvbR Kv1aVt dLPlxY mNGsUM bgImage" data-image-info="{"containerId":"comp-iso8zluv","alignType":"center","displayMode":"fill","targetWidth":980,"targetHeight":841,"isLQIP":true,"encoding":"AVIF","imageData":{"width":2250,"height":1507,"uri":"161e3b_020e9e62ea514d3982a60509bdc4f5d5~mv2.jpg","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG comp-iso8zluv" data-bg-effect-name="BgParallax" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/161e3b_020e9e62ea514d3982a60509bdc4f5d5~mv2.jpg/v1/fill/w_980,h_656,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/161e3b_020e9e62ea514d3982a60509bdc4f5d5~mv2.jpg" alt="" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="980" height="841"/></wow-image></wix-bg-media></div><div data-mesh-id="comp-iso8zluvinlineContent" data-testid="inline-content" class="mwF7X1"><div data-mesh-id="comp-iso8zluvinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kcgeuru2" class="HcOXKn SxM0TO QxJLC3 comp-kcgeuru2 wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_9 wixui-rich-text__text" style="font-size:17px;"><span style="font-size:17px;" class="wixui-rich-text__text"><span style="letter-spacing:0.05em;" class="wixui-rich-text__text"><span style="text-shadow:rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;" class="wixui-rich-text__text"><span style="color:#FFFFFF;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"><span style="font-style:italic;" class="wixui-rich-text__text">Cabernet sauvignon on Spring Mountain in Napa Valley</span></span></span></span></span></span></p></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--></div></div></section><!--/$--><!--$--><section id="comp-liuo1wfv5" tabindex="-1" class="Oqnisf comp-liuo1wfv5 wixui-section" data-block-level-container="ClassicSection"><div id="bgLayers_comp-liuo1wfv5" data-hook="bgLayers" data-motion-part="BG_LAYER comp-liuo1wfv5" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-liuo1wfv5" data-motion-part="BG_MEDIA comp-liuo1wfv5" class="VgO9Yg"></div></div><div data-mesh-id="comp-liuo1wfv5inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-liuo1wfv5inlineContent-gridContainer" data-testid="mesh-container-content"><div id="comp-kbvbp1nk" class="Vd6aQZ ignore-focus comp-kbvbp1nk" role="region" tabindex="-1" aria-label="trade + media."><div id="trademedia"></div><span class="mHZSwn">trade + media.</span></div><!--$--><section id="comp-kc0qqbfl" class="comp-kc0qqbfl CohWsy wixui-column-strip"><div id="bgLayers_comp-kc0qqbfl" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kc0qqbfl" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-kc0qqbfl" data-motion-part="BG_MEDIA comp-kc0qqbfl" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-kc0qqbkv" class="comp-kc0qqbkv YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-kc0qqbkv" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kc0qqbkv" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-kc0qqbkv" data-motion-part="BG_MEDIA comp-kc0qqbkv" class="VgO9Yg"></div></div><div data-mesh-id="comp-kc0qqbkvinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-kc0qqbkvinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kc0t8oqj" class="HcOXKn SxM0TO QxJLC3 comp-kc0t8oqj wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><h2 class="font_2 wixui-rich-text__text" style="font-size:60px; text-align:center;"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"><span style="letter-spacing:0em;" class="wixui-rich-text__text"><span style="font-size:60px;" class="wixui-rich-text__text"><span style="color:#292929;" class="wixui-rich-text__text">trade</span></span></span></span></h2></div><!--/$--><!--$--><div id="comp-kcdi41xm" class="comp-kcdi41xm aVng1S wixui-horizontal-line"></div><!--/$--><!--$--><div id="comp-kcdjhlsk" class=" comp-kcdjhlsk wixui-repeater"><div role="list" class="hRdzm4"><div class="cGWabE"><div role="listitem" class="T7n0L6"><!--$--><div id="comp-kcdjhluk__item1" class="comp-kcdjhluk YzqVVZ wixui-repeater__item"><div id="bgLayers_comp-kcdjhluk__item1" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcdjhluk__item1" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-kcdjhluk__item1" data-motion-part="BG_MEDIA comp-kcdjhluk__item1" class="VgO9Yg"></div></div><div data-mesh-id="comp-kcdjhluk__item1inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-kcdjhluk__item1inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kcdjhlve__item1" class="LKjYWx comp-kcdjhlve wixui-image"><div data-testid="linkElement" class="BzTPNT"><wow-image id="img_comp-kcdjhlve__item1" class="jhxvbR OcGXIS" data-image-info="{"containerId":"comp-kcdjhlve__item1","displayMode":"fill","targetWidth":311,"targetHeight":388,"isLQIP":true,"encoding":"AVIF","imageData":{"width":1890,"height":2839,"uri":"161e3b_40c71c860ebe401eaa714cbef8f51bf4~mv2.jpg","name":"DSC_1832_edited.jpg","displayMode":"fill","crop":{"x":0,"y":241,"width":1890,"height":2358}}}" data-motion-part="BG_IMG comp-kcdjhlve__item1" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/161e3b_40c71c860ebe401eaa714cbef8f51bf4~mv2.jpg/v1/crop/x_0,y_241,w_1890,h_2358/fill/w_311,h_388,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/DSC_1832_edited.jpg" alt="DSC_1832_edited.jpg" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="311" height="388" loading="lazy"/></wow-image></div></div><!--/$--><!--$--><div class="comp-kcdjhlvh FubTgk" id="comp-kcdjhlvh__item1" aria-disabled="false"><a data-testid="linkElement" href="mailto:[email protected]?subject=web inquiry" target="_self" class="uDW_Qe wixui-button PlZyDq" aria-disabled="false" aria-label="Contact us"><span class="l7_2fn wixui-button__label">Contact us</span></a></div><!--/$--><!--$--><div id="comp-kcdrecmb__item1" class="HcOXKn SxM0TO QxJLC3 comp-kcdrecmb wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_7 wixui-rich-text__text" style="text-align:center; font-size:18px;">When in doubt, just reach out. Send us an email or call our office at 540-444-4440. We're happy to help.</p></div><!--/$--></div></div></div><!--/$--></div></div><div class="cGWabE"><div role="listitem" class="T7n0L6"><!--$--><div id="comp-kcdjhluk__item-j9r9uz7e" class="comp-kcdjhluk YzqVVZ wixui-repeater__item"><div id="bgLayers_comp-kcdjhluk__item-j9r9uz7e" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcdjhluk__item-j9r9uz7e" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-kcdjhluk__item-j9r9uz7e" data-motion-part="BG_MEDIA comp-kcdjhluk__item-j9r9uz7e" class="VgO9Yg"></div></div><div data-mesh-id="comp-kcdjhluk__item-j9r9uz7einlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-kcdjhluk__item-j9r9uz7einlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kcdjhlve__item-j9r9uz7e" class="LKjYWx comp-kcdjhlve wixui-image"><div data-testid="linkElement" class="BzTPNT"><wow-image id="img_comp-kcdjhlve__item-j9r9uz7e" class="jhxvbR OcGXIS" data-image-info="{"containerId":"comp-kcdjhlve__item-j9r9uz7e","displayMode":"fill","targetWidth":311,"targetHeight":388,"isLQIP":true,"encoding":"AVIF","imageData":{"width":1997,"height":3000,"uri":"161e3b_795524e013f64a24b2fe3ded4944c980~mv2.jpg","name":"DSC_1688_edited.jpg","displayMode":"fill","crop":{"x":0,"y":254,"width":1997,"height":2491}}}" data-motion-part="BG_IMG comp-kcdjhlve__item-j9r9uz7e" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/161e3b_795524e013f64a24b2fe3ded4944c980~mv2.jpg/v1/crop/x_0,y_254,w_1997,h_2491/fill/w_311,h_388,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/DSC_1688_edited.jpg" alt="DSC_1688_edited.jpg" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="311" height="388" loading="lazy"/></wow-image></div></div><!--/$--><!--$--><div class="comp-kcdjhlvh FubTgk" id="comp-kcdjhlvh__item-j9r9uz7e" aria-disabled="false"><a data-testid="linkElement" href="https://www.rvwc.com/customer-resources" target="_blank" class="uDW_Qe wixui-button PlZyDq" aria-disabled="false" aria-label="Customer resources"><span class="l7_2fn wixui-button__label">Customer resources</span></a></div><!--/$--><!--$--><div id="comp-kcdrecmb__item-j9r9uz7e" class="HcOXKn SxM0TO QxJLC3 comp-kcdrecmb wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_7 wixui-rich-text__text" style="text-align:center; font-size:18px;">Find video tutorials, forms, office and delivery schedules, electronic payment info and other tools to help your business.</p></div><!--/$--></div></div></div><!--/$--></div></div><div class="cGWabE"><div role="listitem" class="T7n0L6"><!--$--><div id="comp-kcdjhluk__item-j9r9uxns" class="comp-kcdjhluk YzqVVZ wixui-repeater__item"><div id="bgLayers_comp-kcdjhluk__item-j9r9uxns" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kcdjhluk__item-j9r9uxns" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-kcdjhluk__item-j9r9uxns" data-motion-part="BG_MEDIA comp-kcdjhluk__item-j9r9uxns" class="VgO9Yg"></div></div><div data-mesh-id="comp-kcdjhluk__item-j9r9uxnsinlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-kcdjhluk__item-j9r9uxnsinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kcdjhlve__item-j9r9uxns" class="LKjYWx comp-kcdjhlve wixui-image"><div data-testid="linkElement" class="BzTPNT"><wow-image id="img_comp-kcdjhlve__item-j9r9uxns" class="jhxvbR OcGXIS" data-image-info="{"containerId":"comp-kcdjhlve__item-j9r9uxns","displayMode":"fill","targetWidth":311,"targetHeight":388,"isLQIP":true,"encoding":"AVIF","imageData":{"width":3024,"height":3024,"uri":"161e3b_8757a34517434315b2d34471592d6367~mv2.jpg","name":"IMG_4619.jpg","displayMode":"fill","crop":{"x":687,"y":574,"width":1877,"height":2342}}}" data-motion-part="BG_IMG comp-kcdjhlve__item-j9r9uxns" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/161e3b_8757a34517434315b2d34471592d6367~mv2.jpg/v1/crop/x_687,y_574,w_1877,h_2342/fill/w_311,h_388,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/IMG_4619.jpg" alt="IMG_4619.jpg" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="311" height="388" loading="lazy"/></wow-image></div></div><!--/$--><!--$--><div class="comp-kcdjhlvh FubTgk" id="comp-kcdjhlvh__item-j9r9uxns" aria-disabled="false"><a data-testid="linkElement" href="https://www.rvwc.com/supplier-resources" target="_blank" class="uDW_Qe wixui-button PlZyDq" aria-disabled="false" aria-label="Supplier resources"><span class="l7_2fn wixui-button__label">Supplier resources</span></a></div><!--/$--><!--$--><div id="comp-kcdrecmb__item-j9r9uxns" class="HcOXKn SxM0TO QxJLC3 comp-kcdrecmb wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_7 wixui-rich-text__text" style="text-align:center; font-size:18px;">Schedule a meeting, request depletion or inventory reports, submit samples for evaluation and find forms and other useful info.</p></div><!--/$--></div></div></div><!--/$--></div></div></div></div><!--/$--><!--$--><div id="comp-kd61pn2g" class="comp-kd61pn2g" data-semantic-classname="button"><a data-testid="linkElement" data-anchor="SCROLL_TO_TOP" href="https://www.rvwc.com" target="_self" class="StylableButton2545352419__root style-kd61pn3z1__root wixui-button StylableButton2545352419__link" aria-label=""><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__icon wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><?xml version="1.0" encoding="UTF-8"?> <svg data-bbox="19.918 28.275 160.047 143.625" xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" data-type="shape"> <g> <path d="M170.8 89.9L103 38.3c-1.9-1.5-5.1-1.5-7.1 0L29.2 89.9c-1 .8-.3 3 1 3l8.1.1v64.7c0 3 1 5.1 4 5.1h34.4c3 0 5.1-2 5.1-5.1v-34.4c0-2 1-3 3-3h30.4c2 0 3 1 3 3v34.4c0 3 2 5.1 5.1 5.1h33.4c2.9 0 5.1-2 5.1-5.1V92.9h8.1c1.2 0 1.9-2.3.9-3zm0 11.1v56.7c0 9.1-4 14.2-14.2 14.2h-34.4c-8.1 0-13.2-6.1-13.2-14.2v-28.3H90.9v28.3c0 9.1-5.1 14.2-13.2 14.2H42.3c-8.1 0-13.2-6.1-13.2-14.2V101C20 101 16.5 89.5 24 83.8l66.8-52.6c5.1-3.9 12-3.9 17.2 0l67.8 51.6c8.2 6.2 3.1 18.2-5 18.2z"/> </g> </svg> </span></span></span></a></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--></div></div></section><!--/$--><!--$--><section id="comp-liuo1wfv6" tabindex="-1" class="Oqnisf comp-liuo1wfv6 wixui-section" data-block-level-container="ClassicSection"><div id="bgLayers_comp-liuo1wfv6" data-hook="bgLayers" data-motion-part="BG_LAYER comp-liuo1wfv6" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-liuo1wfv6" data-motion-part="BG_MEDIA comp-liuo1wfv6" class="VgO9Yg"></div></div><div data-mesh-id="comp-liuo1wfv6inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-liuo1wfv6inlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><section id="comp-kbvfc1wr" class="comp-kbvfc1wr CohWsy wixui-column-strip"><div id="bgLayers_comp-kbvfc1wr" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kbvfc1wr" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-kbvfc1wr" data-motion-part="BG_MEDIA comp-kbvfc1wr" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-kbvfc20e" class="comp-kbvfc20e YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-kbvfc20e" data-hook="bgLayers" data-motion-part="BG_LAYER comp-kbvfc20e" class="MW5IWV N3eg0s"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><wix-bg-media id="bgMedia_comp-kbvfc20e" class="SUz0WK" data-container-id="comp-kbvfc20e" data-container-size="0, 0" data-page-id="c1dmp" data-bg-effect-name="BgParallax" data-motion-part="BG_MEDIA comp-kbvfc20e"><wow-image id="img_comp-kbvfc20e" class="jhxvbR Kv1aVt dLPlxY mNGsUM bgImage" data-image-info="{"containerId":"comp-kbvfc20e","alignType":"center","displayMode":"fill","targetWidth":980,"targetHeight":500,"isLQIP":true,"encoding":"AVIF","imageData":{"width":3000,"height":1387,"uri":"161e3b_d09e4e1a756c4d4fbd827ae126eb5ef3~mv2.jpg","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG comp-kbvfc20e" data-bg-effect-name="BgParallax" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/161e3b_d09e4e1a756c4d4fbd827ae126eb5ef3~mv2.jpg/v1/fill/w_980,h_453,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/161e3b_d09e4e1a756c4d4fbd827ae126eb5ef3~mv2.jpg" alt="" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="980" height="500"/></wow-image></wix-bg-media></div><div data-mesh-id="comp-kbvfc20einlineContent" data-testid="inline-content" class="mwF7X1"><div data-mesh-id="comp-kbvfc20einlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kcgffv75" class="HcOXKn SxM0TO QxJLC3 comp-kcgffv75 wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_9 wixui-rich-text__text" style="font-size:17px;"><span style="font-size:17px;" class="wixui-rich-text__text"><span style="letter-spacing:0.05em;" class="wixui-rich-text__text"><span style="text-shadow:rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;" class="wixui-rich-text__text"><span style="color:#FFFFFF;" class="wixui-rich-text__text"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"><span style="font-style:italic;" class="wixui-rich-text__text">Willamette Valley Pinot noir aging in barrels</span></span></span></span></span></span></p></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--></div></div></section><!--/$--><!--$--><section id="comp-liuo1wfv7" tabindex="-1" class="Oqnisf comp-liuo1wfv7 wixui-section" data-block-level-container="ClassicSection"><div id="bgLayers_comp-liuo1wfv7" data-hook="bgLayers" data-motion-part="BG_LAYER comp-liuo1wfv7" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-liuo1wfv7" data-motion-part="BG_MEDIA comp-liuo1wfv7" class="VgO9Yg"></div></div><div data-mesh-id="comp-liuo1wfv7inlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-liuo1wfv7inlineContent-gridContainer" data-testid="mesh-container-content"><div id="comp-irpzy1bu" class="Vd6aQZ ignore-focus comp-irpzy1bu" role="region" tabindex="-1" aria-label="contact."><div id="contact"></div><span class="mHZSwn">contact.</span></div><!--$--><section id="comp-irq2jfvg" class="comp-irq2jfvg CohWsy wixui-column-strip"><div id="bgLayers_comp-irq2jfvg" data-hook="bgLayers" data-motion-part="BG_LAYER comp-irq2jfvg" class="if7Vw2"><div data-testid="colorUnderlay" class="tcElKx i1tH8h"></div><div id="bgMedia_comp-irq2jfvg" data-motion-part="BG_MEDIA comp-irq2jfvg" class="wG8dni"></div></div><div data-testid="columns" class="V5AUxf"><!--$--><div id="comp-irq2jg3l" class="comp-irq2jg3l YzqVVZ wixui-column-strip__column"><div id="bgLayers_comp-irq2jg3l" data-hook="bgLayers" data-motion-part="BG_LAYER comp-irq2jg3l" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-irq2jg3l" data-motion-part="BG_MEDIA comp-irq2jg3l" class="VgO9Yg"></div></div><div data-mesh-id="comp-irq2jg3linlineContent" data-testid="inline-content" class=""><div data-mesh-id="comp-irq2jg3linlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-irq33xx5" class="HcOXKn SxM0TO QxJLC3 comp-irq33xx5 wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><h2 class="font_2 wixui-rich-text__text" style="font-size:60px; text-align:center;"><span style="font-family:futura-lt-w01-light,sans-serif;" class="wixui-rich-text__text"><span style="text-shadow:rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;" class="wixui-rich-text__text"><span style="font-size:60px;" class="wixui-rich-text__text">connect</span></span></span></h2></div><!--/$--><!--$--><div id="comp-kcdgcvlr" class="comp-kcdgcvlr aVng1S wixui-horizontal-line"></div><!--/$--><!--$--><div id="comp-kc0xgd9z" class="HcOXKn c9GqVL QxJLC3 comp-kc0xgd9z wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:1.7em; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="text-decoration:underline;" class="wixui-rich-text__text"><span style="font-style:italic;" class="wixui-rich-text__text">Mailing address</span></span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">3735 Franklin Rd SW #262</span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">Roanoke, VA 24014</span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span class="wixGuard wixui-rich-text__text"></span></span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="text-decoration:underline;" class="wixui-rich-text__text"><span style="font-style:italic;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">Warehouse address</span></span></span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">10463 Wilde</span><span style="font-size:22px;" class="wixui-rich-text__text">n Drive</span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">Ashland, VA, 23005</span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">866.780.6100</span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:28px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:28px;" class="wixui-rich-text__text"><span class="wixGuard wixui-rich-text__text"></span></span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">phone | 540.444.4440</span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text">fax | 540.375.8877</span></span></p> <p class="font_7 wixui-rich-text__text" style="font-size:22px; line-height:normal; text-align:center;"><span style="letter-spacing:normal;" class="wixui-rich-text__text"><span style="font-size:22px;" class="wixui-rich-text__text"><span style="text-decoration:underline;" class="wixui-rich-text__text"><a href="mailto:[email protected]?subject=Web inquiry" target="_self" class="wixui-rich-text__text">[email protected]</a></span></span></span></p></div><!--/$--><!--$--><div class="comp-kcf8zzw3 FubTgk" id="comp-kcf8zzw3" aria-disabled="false"><a data-testid="linkElement" href="https://www.rvwc.com/_files/ugd/161e3b_21cda7fa8c1b48dbb08a4caebe612880.pdf" target="_blank" class="uDW_Qe wixui-button PlZyDq" aria-disabled="false" aria-label="Application for employment"><span class="l7_2fn wixui-button__label">Application for employment</span></a></div><!--/$--><!--$--><div id="comp-kccfx1m2" class="comp-kccfx1m2 WzbAF8"><ul class="mpGTIt" aria-label="Social Bar"><li id="dataItem-kccfx1nn1-comp-kccfx1m2" class="O6KwRn"><a data-testid="linkElement" href="https://www.facebook.com/Roanokevalley/" target="_blank" rel="noreferrer noopener" class="oRtuWN" aria-label="Follow us on Facebook"><wow-image id="img_0_comp-kccfx1m2" class="jhxvbR YaS0jR" data-image-info="{"containerId":"dataItem-kccfx1nn1-comp-kccfx1m2","displayMode":"fill","encoding":"AVIF","imageData":{"width":200,"height":200,"uri":"4057345bcf57474b96976284050c00df.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG dataItem-kccfx1nn1-comp-kccfx1m2" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(200px, 100%)"><img alt="Follow us on Facebook"/></wow-image></a></li><li id="dataItem-kccglehs-comp-kccfx1m2" class="O6KwRn"><a data-testid="linkElement" href="https://maps.app.goo.gl/1dV64yHLssxG68M5A" target="_blank" rel="noreferrer noopener" class="oRtuWN" aria-label="Find us on the map"><wow-image id="img_1_comp-kccfx1m2" class="jhxvbR YaS0jR" data-image-info="{"containerId":"dataItem-kccglehs-comp-kccfx1m2","displayMode":"fill","encoding":"AVIF","imageData":{"width":192,"height":192,"uri":"161e3b_89825752b06c4117938d1153b99eb952~mv2.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG dataItem-kccglehs-comp-kccfx1m2" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(192px, 100%)"><img alt="Find us on the map"/></wow-image></a></li><li id="dataItem-kccfx1nw-comp-kccfx1m2" class="O6KwRn"><a data-testid="linkElement" href="https://www.instagram.com/roanokevalleywineco/" target="_blank" rel="noreferrer noopener" class="oRtuWN" aria-label="Follow us on Instagram"><wow-image id="img_2_comp-kccfx1m2" class="jhxvbR YaS0jR" data-image-info="{"containerId":"dataItem-kccfx1nw-comp-kccfx1m2","displayMode":"fill","encoding":"AVIF","imageData":{"width":200,"height":200,"uri":"e1aa082f7c0747168d9cf43e77046142.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG dataItem-kccfx1nw-comp-kccfx1m2" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(200px, 100%)"><img alt="Follow us on Instagram"/></wow-image></a></li><li id="dataItem-lcqnnfdm-comp-kccfx1m2" class="O6KwRn"><a data-testid="linkElement" href="https://www.provi.com/provi-sevenfifty" target="_blank" rel="noreferrer noopener" class="oRtuWN" aria-label="provi_favicon"><wow-image id="img_3_comp-kccfx1m2" class="jhxvbR YaS0jR" data-image-info="{"containerId":"dataItem-lcqnnfdm-comp-kccfx1m2","displayMode":"fill","encoding":"AVIF","imageData":{"width":200,"height":200,"uri":"161e3b_815de74f3cd544248014ee91ec253027~mv2.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG dataItem-lcqnnfdm-comp-kccfx1m2" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(200px, 100%)"><img alt="provi_favicon"/></wow-image></a></li><li id="dataItem-kccgabh52-comp-kccfx1m2" class="O6KwRn"><a data-testid="linkElement" href="https://vimeo.com/rvwc" target="_blank" rel="noreferrer noopener" class="oRtuWN" aria-label="Check out our Vimeo page"><wow-image id="img_4_comp-kccfx1m2" class="jhxvbR YaS0jR" data-image-info="{"containerId":"dataItem-kccgabh52-comp-kccfx1m2","displayMode":"fill","encoding":"AVIF","imageData":{"width":200,"height":200,"uri":"5dfaf41c5f644c01969e9c76131d1f48.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG dataItem-kccgabh52-comp-kccfx1m2" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(200px, 100%)"><img alt="Check out our Vimeo page"/></wow-image></a></li></ul></div><!--/$--><div id="comp-m5y89fju" class="custom-css-deb18ef1-e0c6-4668-a7bc-4a13785eb5b7 comp-m5y89fju" slots="[object Object]"><!--$--><div id="comp-m5y89fju_r_comp-lgnn37ba" class="comp-m5y89fju_r_comp-lgnn37ba-container"><!--$--><div id="comp-m5y89fju_r_comp-lgnn37bd1" role="" class="rM7ckN YJEKQk comp-m5y89fju_r_comp-lgnn37bd1-container comp-m5y89fju_r_comp-lgnn37bd1 wixui-box"><div class="YAf4Ti InKIFF wixui-box"></div><div id="comp-m5y89fju_r_comp-lqwd66ma" class="custom-css-deb18ef1-e0c6-4668-a7bc-4a13785eb5b7 comp-m5y89fju_r_comp-lqwd66ma comp-m5y89fju_r_comp-lqwd66ma-container" slots="[object Object]"><!--$--><div id="comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2e" class="comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2e-container"><!--$--><div id="comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i" role="" class="rM7ckN YJEKQk comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i-container comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i wixui-box"><div class="YAf4Ti InKIFF wixui-box"></div><!--$--><div id="comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h" class="HcOXKn c9GqVL QxJLC3 comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><h2 class="font_2 wixui-rich-text__text"><span class="wixGuard">​</span></h2></div><!--/$--><!--$--><div id="comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz" class="HcOXKn c9GqVL QxJLC3 comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><p class="font_8 wixui-rich-text__text"><span class="wixGuard">​</span></p></div><!--/$--></div><!--/$--></div><!--/$--></div><!--$--><div id="comp-m5y89fju_r_comp-lp9pu1jk" class="ProGallery669818973__container comp-m5y89fju_r_comp-lp9pu1jk"><div class="ProGallery669818973__root comp-m5y89fju_r_comp-lp9pu1jk-styleId__root wixui-gallery"><div id="variant-resize-watcher" style="--variant-count:var(--comp-m5y89fju_r_comp-lp9pu1jk-styleId-ProGallery-variant_count)"></div><div class="pro-gallery-wix-wrapper"><div id="pro-gallery-comp-m5y89fju_r_comp-lp9pu1jk" class="pro-gallery"><div data-key="pro-gallery-inner-container" class="" tabindex="-1"><div data-hook="css-scroll-indicator" data-scroll-base="0" data-scroll-top="0" class="pgscl-0 pgscl_lp9pu1jk_0-40960 pgscl_lp9pu1jk_0-20480 pgscl_lp9pu1jk_0-10240 pgscl_lp9pu1jk_0-5120 pgscl_lp9pu1jk_0-2560 pgscl_lp9pu1jk_0-1280 pgscl_lp9pu1jk_0-640 pgscl_lp9pu1jk_0-320 pgscl_lp9pu1jk_0-160 pgscl_lp9pu1jk_0-80 pgscl_lp9pu1jk_0-40 pgscl_lp9pu1jk_0-20 pgscl_lp9pu1jk_0-10" style="display:none"></div><div class="pro-gallery-parent-container" role="region"><div id="pro-gallery-container-comp-m5y89fju_r_comp-lp9pu1jk" class="pro-gallery inline-styles ltr " style="height:5598px;overflow-x:hidden"><div id="pro-gallery-margin-container-comp-m5y89fju_r_comp-lp9pu1jk" class="pro-gallery-margin-container" style="margin:0px;height:5598px;width:980px;overflow:visible;position:relative"><div data-id="f804a832-50c2-497e-bc80-f14122cd044f_0" class="item-link-wrapper" data-idx="0" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgif804a83250c2497ebc80f14122cd044f_0_0" data-hash="f804a832-50c2-497e-bc80-f14122cd044f_0" data-id="f804a832-50c2-497e-bc80-f14122cd044f_0" data-idx="0" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:0;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="0" id="item-action-f804a832-50c2-497e-bc80-f14122cd044f_0" class="item-action" tabindex="0" data-hook="item-action" aria-label="Get ready for awesome Oregon Pinot Noirs!! RVWC welcomes Jim Anderson, owner/winemaker at Patricia Green Cellars, May 13, 14, & 15 in DC and Richmond. With the tag line “Patricia Green Cellars enthusiastically and unapologetically produces more individual bottlings of Pinot Noir than any winery in America”, Jim and his crew can find beauty, distinction, and purity in almost any of their many growing sites that could set it apart. His dry Maine wit and storied journey in the Oregon wine industry puts a smile on our face whenever he comes to mind. I hope you get to know him and PGC Wines! 🍷 @patriciagreencellars" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-f804a832-50c2-497e-bc80-f14122cd044f_0" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/491459297_18502202182044156_3273798412199801785_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=4_UcoLwHXIEQ7kNvwER3R4G&_nc_oc=AdkX9RDzSPLvyG5LdOAYfPNywrIMR10lOgM1ottT0qiwYxbRvLm9m4eMk4U-wdxPKm4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJnKV90_wI8LOraWTaYTw5rt2SFuAcsFNP8LddlDOeYVw&oe=682FCF1F" alt="Get ready for awesome Oregon Pinot Noirs!! RVWC welcomes Jim Anderson, owner/winemaker at Patricia Green Cellars, May 13, 14, & 15 in DC and Richmond. With the tag line “Patricia Green Cellars enthusiastically and unapologetically produces more individual bottlings of Pinot Noir than any winery in America”, Jim and his crew can find beauty, distinction, and purity in almost any of their many growing sites that could set it apart. His dry Maine wit and storied journey in the Oregon wine industry puts a smile on our face whenever he comes to mind. I hope you get to know him and PGC Wines! 🍷 @patriciagreencellars" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/491459297_18502202182044156_3273798412199801785_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=4_UcoLwHXIEQ7kNvwER3R4G&_nc_oc=AdkX9RDzSPLvyG5LdOAYfPNywrIMR10lOgM1ottT0qiwYxbRvLm9m4eMk4U-wdxPKm4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJnKV90_wI8LOraWTaYTw5rt2SFuAcsFNP8LddlDOeYVw&oe=682FCF1F" alt="Get ready for awesome Oregon Pinot Noirs!! RVWC welcomes Jim Anderson, owner/winemaker at Patricia Green Cellars, May 13, 14, & 15 in DC and Richmond. With the tag line “Patricia Green Cellars enthusiastically and unapologetically produces more individual bottlings of Pinot Noir than any winery in America”, Jim and his crew can find beauty, distinction, and purity in almost any of their many growing sites that could set it apart. His dry Maine wit and storied journey in the Oregon wine industry puts a smile on our face whenever he comes to mind. I hope you get to know him and PGC Wines! 🍷 @patriciagreencellars" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="3ac51ef3-9f79-4a80-9004-7558d3b50ca8_1" class="item-link-wrapper" data-idx="1" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi3ac51ef39f794a8090047558d3b50ca8_1_1" data-hash="3ac51ef3-9f79-4a80-9004-7558d3b50ca8_1" data-id="3ac51ef3-9f79-4a80-9004-7558d3b50ca8_1" data-idx="1" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:0;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="1" id="item-action-3ac51ef3-9f79-4a80-9004-7558d3b50ca8_1" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Known as one of the kindest people in the wine business, Jerry Sass is coming to Virginia May 6, 7, & 8 as we showcase his Oregon Pinot Noirs and more. RVWC sales reps Robert Crum, Alicia Calfee, Mike Bryant, Matt Wallace, and Pat Ferrell will introduce him to customers in Charlottesville, Richmond, and Tidewater, no doubt adding to our very own Jerry Sass fan club! @sasswinery" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-3ac51ef3-9f79-4a80-9004-7558d3b50ca8_1" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/491503172_18502202617044156_2375058923412821321_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=jq2tYREpmsIQ7kNvwEJarlU&_nc_oc=AdnFkwKeZNVfqiJErpocyb8CfvQtHC4nN3PR4VznBljqUGX-0Qq5V8RWOSiL9qGtkG0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK-xW6Dio8EriUO4H52OXcEn33EKKSjBgVnFblzvlieqA&oe=682FE065" alt="Known as one of the kindest people in the wine business, Jerry Sass is coming to Virginia May 6, 7, & 8 as we showcase his Oregon Pinot Noirs and more. RVWC sales reps Robert Crum, Alicia Calfee, Mike Bryant, Matt Wallace, and Pat Ferrell will introduce him to customers in Charlottesville, Richmond, and Tidewater, no doubt adding to our very own Jerry Sass fan club! @sasswinery" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/491503172_18502202617044156_2375058923412821321_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=jq2tYREpmsIQ7kNvwEJarlU&_nc_oc=AdnFkwKeZNVfqiJErpocyb8CfvQtHC4nN3PR4VznBljqUGX-0Qq5V8RWOSiL9qGtkG0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK-xW6Dio8EriUO4H52OXcEn33EKKSjBgVnFblzvlieqA&oe=682FE065" alt="Known as one of the kindest people in the wine business, Jerry Sass is coming to Virginia May 6, 7, & 8 as we showcase his Oregon Pinot Noirs and more. RVWC sales reps Robert Crum, Alicia Calfee, Mike Bryant, Matt Wallace, and Pat Ferrell will introduce him to customers in Charlottesville, Richmond, and Tidewater, no doubt adding to our very own Jerry Sass fan club! @sasswinery" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="0804787a-c6cf-4dd3-a3b5-b02a0f0f878a_2" class="item-link-wrapper" data-idx="2" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi0804787ac6cf4dd3a3b5b02a0f0f878a_2_2" data-hash="0804787a-c6cf-4dd3-a3b5-b02a0f0f878a_2" data-id="0804787a-c6cf-4dd3-a3b5-b02a0f0f878a_2" data-idx="2" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:0;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="2" id="item-action-0804787a-c6cf-4dd3-a3b5-b02a0f0f878a_2" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-0804787a-c6cf-4dd3-a3b5-b02a0f0f878a_2" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/495625907_18504350128044156_3794072459234843834_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=O3LDByypME8Q7kNvwGszNfI&_nc_oc=AdlGHb_OwNi10r4yNce5Qmh01l2zlbWAb2jRKLkAYTr7QeFp0e8Vd7Tya-CHIsITeqk&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL9V5Kw2C7cLjCtKnvAtRCY1QH3iwcjdIXxq8PGs73nAQ&oe=682FDFE5" alt="" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/495625907_18504350128044156_3794072459234843834_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=O3LDByypME8Q7kNvwGszNfI&_nc_oc=AdlGHb_OwNi10r4yNce5Qmh01l2zlbWAb2jRKLkAYTr7QeFp0e8Vd7Tya-CHIsITeqk&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL9V5Kw2C7cLjCtKnvAtRCY1QH3iwcjdIXxq8PGs73nAQ&oe=682FDFE5" alt="" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="e704385a-23ce-4da3-97ab-b7d6cc07cd8a_3" class="item-link-wrapper" data-idx="3" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgie704385a23ce4da397abb7d6cc07cd8a_3_3" data-hash="e704385a-23ce-4da3-97ab-b7d6cc07cd8a_3" data-id="e704385a-23ce-4da3-97ab-b7d6cc07cd8a_3" data-idx="3" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:330px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="3" id="item-action-e704385a-23ce-4da3-97ab-b7d6cc07cd8a_3" class="item-action" tabindex="-1" data-hook="item-action" aria-label="RVWC is pleased to welcome Ruth and Charles Simpson to Maryland and Washington DC May 6 & 7. Owners of Simpsons Wine Estates in the South Downs of Kent, England, they’re sharing their lovely Chalklands Classic Cuvée, Flint Fields Blanc de Noirs, Canterbury Rosé, and White Cliffs Blanc de Blanc while traveling with RVWC sales reps John Coco, Howard Dinkle and James Kellaris. Cheers to English Sparkling wines! 🥂 @simpsonswine" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-e704385a-23ce-4da3-97ab-b7d6cc07cd8a_3" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/491529467_18502215136044156_2854941166390585008_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=yIua4HeX6RoQ7kNvwE8hCaY&_nc_oc=AdkvfwBt3w9JBA_XmYGz1-zpLi6NlGjJzptffBLK6UP7Jh6I6RWU7UAUDAZ_Fmi_QXU&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfILlO916MmTxWRcUBcMXeqDTXlUa5svw0XYhU0BPfCx8w&oe=682FD252" alt="RVWC is pleased to welcome Ruth and Charles Simpson to Maryland and Washington DC May 6 & 7. Owners of Simpsons Wine Estates in the South Downs of Kent, England, they’re sharing their lovely Chalklands Classic Cuvée, Flint Fields Blanc de Noirs, Canterbury Rosé, and White Cliffs Blanc de Blanc while traveling with RVWC sales reps John Coco, Howard Dinkle and James Kellaris. Cheers to English Sparkling wines! 🥂 @simpsonswine" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/491529467_18502215136044156_2854941166390585008_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=yIua4HeX6RoQ7kNvwE8hCaY&_nc_oc=AdkvfwBt3w9JBA_XmYGz1-zpLi6NlGjJzptffBLK6UP7Jh6I6RWU7UAUDAZ_Fmi_QXU&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfILlO916MmTxWRcUBcMXeqDTXlUa5svw0XYhU0BPfCx8w&oe=682FD252" alt="RVWC is pleased to welcome Ruth and Charles Simpson to Maryland and Washington DC May 6 & 7. Owners of Simpsons Wine Estates in the South Downs of Kent, England, they’re sharing their lovely Chalklands Classic Cuvée, Flint Fields Blanc de Noirs, Canterbury Rosé, and White Cliffs Blanc de Blanc while traveling with RVWC sales reps John Coco, Howard Dinkle and James Kellaris. Cheers to English Sparkling wines! 🥂 @simpsonswine" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="f804a852-53c7-4943-b7a7-642632a5caba_4" class="item-link-wrapper" data-idx="4" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgif804a85253c74943b7a7642632a5caba_4_4" data-hash="f804a852-53c7-4943-b7a7-642632a5caba_4" data-id="f804a852-53c7-4943-b7a7-642632a5caba_4" data-idx="4" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:330px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="4" id="item-action-f804a852-53c7-4943-b7a7-642632a5caba_4" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Thank you to Giovanna Garesio for generously hosting us at the beautiful Garesio Family Winery in the hills of Serralunga d’Alba in Piedmonte. The magnificent facility (and resort!) and flights of gorgeous Barolos, Barbera, and Nizza made for a lovely and memorable ending to our Piedmonte tour. 🇮🇹 @garesiovini" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-f804a852-53c7-4943-b7a7-642632a5caba_4" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/491431575_18502240261044156_7082916369497982679_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=6Yvb98dw7dcQ7kNvwEHr3q9&_nc_oc=AdmlvSrCt0ZUFf_gkprHrco_xTJJfHdc6garFqQa8KwUjTUfCduqQV-pxgEpEV-6vXA&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIO_9rMSldetTaxL3j6w-qIVtCeC3w_0vNOXlPsh2HY9Q&oe=682FC12C" alt="Thank you to Giovanna Garesio for generously hosting us at the beautiful Garesio Family Winery in the hills of Serralunga d’Alba in Piedmonte. The magnificent facility (and resort!) and flights of gorgeous Barolos, Barbera, and Nizza made for a lovely and memorable ending to our Piedmonte tour. 🇮🇹 @garesiovini" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/491431575_18502240261044156_7082916369497982679_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=6Yvb98dw7dcQ7kNvwEHr3q9&_nc_oc=AdmlvSrCt0ZUFf_gkprHrco_xTJJfHdc6garFqQa8KwUjTUfCduqQV-pxgEpEV-6vXA&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIO_9rMSldetTaxL3j6w-qIVtCeC3w_0vNOXlPsh2HY9Q&oe=682FC12C" alt="Thank you to Giovanna Garesio for generously hosting us at the beautiful Garesio Family Winery in the hills of Serralunga d’Alba in Piedmonte. The magnificent facility (and resort!) and flights of gorgeous Barolos, Barbera, and Nizza made for a lovely and memorable ending to our Piedmonte tour. 🇮🇹 @garesiovini" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="32797ccd-49e9-47e4-af51-fd8f1c0ce76a_5" class="item-link-wrapper" data-idx="5" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi32797ccd49e947e4af51fd8f1c0ce76a_5_5" data-hash="32797ccd-49e9-47e4-af51-fd8f1c0ce76a_5" data-id="32797ccd-49e9-47e4-af51-fd8f1c0ce76a_5" data-idx="5" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:330px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="5" id="item-action-32797ccd-49e9-47e4-af51-fd8f1c0ce76a_5" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Big thank you to Luca Cravanzola and Produttori del Barbaresco for a warm welcome and insightful tour and tasting! Luca represents generations of producers as the grandson of the first president of the co-op and father of triplets. He is an excellent historian and storyteller. The wines, of course, were magnificent as always! 🍷 @produttoridelbarbaresco" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-32797ccd-49e9-47e4-af51-fd8f1c0ce76a_5" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/491897849_18502217161044156_5154024743032997345_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=IAqQyWqlzUMQ7kNvwFIflUu&_nc_oc=AdkzdDJHXJfc6Ctxyakk6S9PiB6c-Cn9dI-FPD8pFHA7aXR8GaD9nS7Vv3KFNMXgoEc&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLE3_UPR14WJa3HVDFiWv_9HprorSLJX3XqjFqeMweDlA&oe=682FD16B" alt="Big thank you to Luca Cravanzola and Produttori del Barbaresco for a warm welcome and insightful tour and tasting! Luca represents generations of producers as the grandson of the first president of the co-op and father of triplets. He is an excellent historian and storyteller. The wines, of course, were magnificent as always! 🍷 @produttoridelbarbaresco" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/491897849_18502217161044156_5154024743032997345_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=IAqQyWqlzUMQ7kNvwFIflUu&_nc_oc=AdkzdDJHXJfc6Ctxyakk6S9PiB6c-Cn9dI-FPD8pFHA7aXR8GaD9nS7Vv3KFNMXgoEc&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLE3_UPR14WJa3HVDFiWv_9HprorSLJX3XqjFqeMweDlA&oe=682FD16B" alt="Big thank you to Luca Cravanzola and Produttori del Barbaresco for a warm welcome and insightful tour and tasting! Luca represents generations of producers as the grandson of the first president of the co-op and father of triplets. He is an excellent historian and storyteller. The wines, of course, were magnificent as always! 🍷 @produttoridelbarbaresco" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="ef0830cc-a984-4ec6-9a53-ba9f546736c3_6" class="item-link-wrapper" data-idx="6" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgief0830cca9844ec69a53ba9f546736c3_6_6" data-hash="ef0830cc-a984-4ec6-9a53-ba9f546736c3_6" data-id="ef0830cc-a984-4ec6-9a53-ba9f546736c3_6" data-idx="6" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:660px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="6" id="item-action-ef0830cc-a984-4ec6-9a53-ba9f546736c3_6" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Thank you, James Kellaris, for 17+ years at RVWC! We’re forever grateful to call you a part of the team. 🎉" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-ef0830cc-a984-4ec6-9a53-ba9f546736c3_6" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/489331927_18499287604044156_1571843806721721538_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=f_T3ErFQFpQQ7kNvwERW02g&_nc_oc=Adk1DxeH2BUvkn6ZtUtaJHNVltIRvjmjrsRnHSudfmmYoWiODONDG9-mWUQvY1DEbuw&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJlY4ENDrzh0gSCtftHOp7yMDfQcEBLmQ0-tmuCdMTWqg&oe=682FC415" alt="Thank you, James Kellaris, for 17+ years at RVWC! We’re forever grateful to call you a part of the team. 🎉" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/489331927_18499287604044156_1571843806721721538_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=f_T3ErFQFpQQ7kNvwERW02g&_nc_oc=Adk1DxeH2BUvkn6ZtUtaJHNVltIRvjmjrsRnHSudfmmYoWiODONDG9-mWUQvY1DEbuw&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJlY4ENDrzh0gSCtftHOp7yMDfQcEBLmQ0-tmuCdMTWqg&oe=682FC415" alt="Thank you, James Kellaris, for 17+ years at RVWC! We’re forever grateful to call you a part of the team. 🎉" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="ce47ca24-66da-42e4-b130-c58dd2892fea_7" class="item-link-wrapper" data-idx="7" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgice47ca2466da42e4b130c58dd2892fea_7_7" data-hash="ce47ca24-66da-42e4-b130-c58dd2892fea_7" data-id="ce47ca24-66da-42e4-b130-c58dd2892fea_7" data-idx="7" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:660px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="7" id="item-action-ce47ca24-66da-42e4-b130-c58dd2892fea_7" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Rootstock may have ended, but Peter & Deanne Franus are keeping the party going with their tasting tonight at @vino_market! Cheers to impeccable California wines! 🍷 @peterfranuswine @peterfranuswinecompany" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-ce47ca24-66da-42e4-b130-c58dd2892fea_7" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/491442881_18501396754044156_2685404625167429612_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=qjW7QN4gL3EQ7kNvwGdhS-X&_nc_oc=Adl6i4uCbl_sium7o0ecXtNeZsQKJEpUNxKrtaYyFsLa1tJnCVRlkci4Ct6DRnX9WNU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLirlOHYAMWfIix7smvPGvW8gBA7FYKzsrbcHrcRFDTgw&oe=682FDA78" alt="Rootstock may have ended, but Peter & Deanne Franus are keeping the party going with their tasting tonight at @vino_market! Cheers to impeccable California wines! 🍷 @peterfranuswine @peterfranuswinecompany" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/491442881_18501396754044156_2685404625167429612_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=qjW7QN4gL3EQ7kNvwGdhS-X&_nc_oc=Adl6i4uCbl_sium7o0ecXtNeZsQKJEpUNxKrtaYyFsLa1tJnCVRlkci4Ct6DRnX9WNU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLirlOHYAMWfIix7smvPGvW8gBA7FYKzsrbcHrcRFDTgw&oe=682FDA78" alt="Rootstock may have ended, but Peter & Deanne Franus are keeping the party going with their tasting tonight at @vino_market! Cheers to impeccable California wines! 🍷 @peterfranuswine @peterfranuswinecompany" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="843a52dd-b695-4721-aab0-8b10e4bc29d9_8" class="item-link-wrapper" data-idx="8" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi843a52ddb6954721aab08b10e4bc29d9_8_8" data-hash="843a52dd-b695-4721-aab0-8b10e4bc29d9_8" data-id="843a52dd-b695-4721-aab0-8b10e4bc29d9_8" data-idx="8" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:660px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="8" id="item-action-843a52dd-b695-4721-aab0-8b10e4bc29d9_8" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Mom-created and owned, lower alcohol, organic, low sulfites, no sugar or preservatives, alternative recyclable packaging and delicious. What’s not to love? 🍊 Certified Sommelier Jordan Salcito created Ramona Wine Spritzes while on maternity leave with her first born. Combining organically farmed Italian Zebibbo and Trebbiano wines with organic citrus fruits of Sicily, she came up with a fresh, natural and immensely delightful drink for anytime. Ramona’s Ruby Grapefruit, Blood Orange, Dry Sparkling Rose, Meyer Lemon, and Amarino Wine Spritzes are a perfect fit in RVWC’s fine wine portfolio. 🍋 @drinkramona" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-843a52dd-b695-4721-aab0-8b10e4bc29d9_8" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/488907841_18499792273044156_5049290837832420742_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=AzIF-bm0BcAQ7kNvwFVltbh&_nc_oc=Adn1C-_FjC26ip9pCF2q-PGtrnjNfsVGxBeaPvBKxCNfp71JEL89hyTiHnYoFPqtPxM&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKK3mSPSRy_pttVbqpUAumb2kZxq8qHt_edfGtJYMPuCg&oe=682FC822" alt="Mom-created and owned, lower alcohol, organic, low sulfites, no sugar or preservatives, alternative recyclable packaging and delicious. What’s not to love? 🍊 Certified Sommelier Jordan Salcito created Ramona Wine Spritzes while on maternity leave with her first born. Combining organically farmed Italian Zebibbo and Trebbiano wines with organic citrus fruits of Sicily, she came up with a fresh, natural and immensely delightful drink for anytime. Ramona’s Ruby Grapefruit, Blood Orange, Dry Sparkling Rose, Meyer Lemon, and Amarino Wine Spritzes are a perfect fit in RVWC’s fine wine portfolio. 🍋 @drinkramona" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/488907841_18499792273044156_5049290837832420742_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=AzIF-bm0BcAQ7kNvwFVltbh&_nc_oc=Adn1C-_FjC26ip9pCF2q-PGtrnjNfsVGxBeaPvBKxCNfp71JEL89hyTiHnYoFPqtPxM&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKK3mSPSRy_pttVbqpUAumb2kZxq8qHt_edfGtJYMPuCg&oe=682FC822" alt="Mom-created and owned, lower alcohol, organic, low sulfites, no sugar or preservatives, alternative recyclable packaging and delicious. What’s not to love? 🍊 Certified Sommelier Jordan Salcito created Ramona Wine Spritzes while on maternity leave with her first born. Combining organically farmed Italian Zebibbo and Trebbiano wines with organic citrus fruits of Sicily, she came up with a fresh, natural and immensely delightful drink for anytime. Ramona’s Ruby Grapefruit, Blood Orange, Dry Sparkling Rose, Meyer Lemon, and Amarino Wine Spritzes are a perfect fit in RVWC’s fine wine portfolio. 🍋 @drinkramona" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="c643c292-e913-41c1-b3d2-9a1f2a89e621_9" class="item-link-wrapper" data-idx="9" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgic643c292e91341c1b3d29a1f2a89e621_9_9" data-hash="c643c292-e913-41c1-b3d2-9a1f2a89e621_9" data-id="c643c292-e913-41c1-b3d2-9a1f2a89e621_9" data-idx="9" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:990px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="9" id="item-action-c643c292-e913-41c1-b3d2-9a1f2a89e621_9" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Rootstock Wrap-Up! What a week, welcoming these rockstars to some of our favorite cities. A huge thank you to @bellepente, @bethelheightsvineyard, @crowleywines, @goodfellowfamilycellars, and @walterscottwines for the good times and great wines. Shoutout to our hosts, @atlasrestaurantgroup, @tagliatabaltimore, @theroostdc, @buckheads_restaurant, and @steinhilbers! 🤘" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-c643c292-e913-41c1-b3d2-9a1f2a89e621_9" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/490112388_18499765021044156_5526171457243332057_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=R2uzzCVanQYQ7kNvwGvu8Oc&_nc_oc=AdnkCAfp0QM94Ai1cpY9JEkH7EgzfvyGq_183RrgRhuoa5FUUNLMDDLW0C5SfyrKo3w&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJspck_nxFcS7IQw2vAncEvbC4-MC8trS_s0eY0uuSzjQ&oe=682FBCA6" alt="Rootstock Wrap-Up! What a week, welcoming these rockstars to some of our favorite cities. A huge thank you to @bellepente, @bethelheightsvineyard, @crowleywines, @goodfellowfamilycellars, and @walterscottwines for the good times and great wines. Shoutout to our hosts, @atlasrestaurantgroup, @tagliatabaltimore, @theroostdc, @buckheads_restaurant, and @steinhilbers! 🤘" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/490112388_18499765021044156_5526171457243332057_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=R2uzzCVanQYQ7kNvwGvu8Oc&_nc_oc=AdnkCAfp0QM94Ai1cpY9JEkH7EgzfvyGq_183RrgRhuoa5FUUNLMDDLW0C5SfyrKo3w&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJspck_nxFcS7IQw2vAncEvbC4-MC8trS_s0eY0uuSzjQ&oe=682FBCA6" alt="Rootstock Wrap-Up! What a week, welcoming these rockstars to some of our favorite cities. A huge thank you to @bellepente, @bethelheightsvineyard, @crowleywines, @goodfellowfamilycellars, and @walterscottwines for the good times and great wines. Shoutout to our hosts, @atlasrestaurantgroup, @tagliatabaltimore, @theroostdc, @buckheads_restaurant, and @steinhilbers! 🤘" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="ad4f6ab8-3352-4469-af26-e1670c92736d_10" class="item-link-wrapper" data-idx="10" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgiad4f6ab833524469af26e1670c92736d_10_10" data-hash="ad4f6ab8-3352-4469-af26-e1670c92736d_10" data-id="ad4f6ab8-3352-4469-af26-e1670c92736d_10" data-idx="10" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:990px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="10" id="item-action-ad4f6ab8-3352-4469-af26-e1670c92736d_10" class="item-action" tabindex="-1" data-hook="item-action" aria-label="RVWC’s Rootstock 2025 hits Virginia Beach ✨TODAY✨ from 1:30-4:30pm at Steinhilber’s. Join us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott. Speed Dating BEGINS at 1:30! Don’t miss out! @bellepente @bethelheightsvineyard @goodfellowfamilycellars @crowleywines @walterscottwines @steinhilbers" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-ad4f6ab8-3352-4469-af26-e1670c92736d_10" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/489572750_18499138687044156_5241371139065454504_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=nd5ZNiUw_nAQ7kNvwFT3OaD&_nc_oc=Adnq4uWM9I1stOymDzlD0rB_kN1wgm79tkqQjYCChhlwsBLJ8j1lE4U7CL66DWAZnfE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIEBnryR9ULpohw6jeDnCNOu2Pu-LF5ESkZ_lPQDh4t3A&oe=682FB712" alt="RVWC’s Rootstock 2025 hits Virginia Beach ✨TODAY✨ from 1:30-4:30pm at Steinhilber’s. Join us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott. Speed Dating BEGINS at 1:30! Don’t miss out! @bellepente @bethelheightsvineyard @goodfellowfamilycellars @crowleywines @walterscottwines @steinhilbers" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/489572750_18499138687044156_5241371139065454504_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=nd5ZNiUw_nAQ7kNvwFT3OaD&_nc_oc=Adnq4uWM9I1stOymDzlD0rB_kN1wgm79tkqQjYCChhlwsBLJ8j1lE4U7CL66DWAZnfE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIEBnryR9ULpohw6jeDnCNOu2Pu-LF5ESkZ_lPQDh4t3A&oe=682FB712" alt="RVWC’s Rootstock 2025 hits Virginia Beach ✨TODAY✨ from 1:30-4:30pm at Steinhilber’s. Join us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott. Speed Dating BEGINS at 1:30! Don’t miss out! @bellepente @bethelheightsvineyard @goodfellowfamilycellars @crowleywines @walterscottwines @steinhilbers" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="3271ec59-7f68-4d9a-8d85-347ae38f5d5d_11" class="item-link-wrapper" data-idx="11" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi3271ec597f684d9a8d85347ae38f5d5d_11_11" data-hash="3271ec59-7f68-4d9a-8d85-347ae38f5d5d_11" data-id="3271ec59-7f68-4d9a-8d85-347ae38f5d5d_11" data-idx="11" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:990px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="11" id="item-action-3271ec59-7f68-4d9a-8d85-347ae38f5d5d_11" class="item-action" tabindex="-1" data-hook="item-action" aria-label="RVWC’s Rootstock 2025 hits Richmond ✨TODAY✨ from 1:30-4:30pm at Buckhead’s. Join us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott. Speed Dating BEGINS at 1:30! Don’t miss out! @bellepente @bethelheightsvineyard @goodfellowfamilycellars @crowleywines @walterscottwines @buckheads_restaurant" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-3271ec59-7f68-4d9a-8d85-347ae38f5d5d_11" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/489564372_18499138474044156_1367154387129271199_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=7U1KmCmw2FoQ7kNvwGHBWv0&_nc_oc=AdkDOoj9lXPNDRjsIZ-tVDL_qUdYvU5nc5sLivYkljoukjZNWVKx-GRNz7ksDEn3gHw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKk26Q4R9ul4FFcZNMTtBnru3cxz6WkD3_LFvVHK8uVpA&oe=682FB3D2" alt="RVWC’s Rootstock 2025 hits Richmond ✨TODAY✨ from 1:30-4:30pm at Buckhead’s. Join us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott. Speed Dating BEGINS at 1:30! Don’t miss out! @bellepente @bethelheightsvineyard @goodfellowfamilycellars @crowleywines @walterscottwines @buckheads_restaurant" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/489564372_18499138474044156_1367154387129271199_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=7U1KmCmw2FoQ7kNvwGHBWv0&_nc_oc=AdkDOoj9lXPNDRjsIZ-tVDL_qUdYvU5nc5sLivYkljoukjZNWVKx-GRNz7ksDEn3gHw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKk26Q4R9ul4FFcZNMTtBnru3cxz6WkD3_LFvVHK8uVpA&oe=682FB3D2" alt="RVWC’s Rootstock 2025 hits Richmond ✨TODAY✨ from 1:30-4:30pm at Buckhead’s. Join us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott. Speed Dating BEGINS at 1:30! Don’t miss out! @bellepente @bethelheightsvineyard @goodfellowfamilycellars @crowleywines @walterscottwines @buckheads_restaurant" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="1161db31-7c6c-49c9-816b-6e65133da6ed_12" class="item-link-wrapper" data-idx="12" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi1161db317c6c49c9816b6e65133da6ed_12_12" data-hash="1161db31-7c6c-49c9-816b-6e65133da6ed_12" data-id="1161db31-7c6c-49c9-816b-6e65133da6ed_12" data-idx="12" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:1320px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="12" id="item-action-1161db31-7c6c-49c9-816b-6e65133da6ed_12" class="item-action" tabindex="-1" data-hook="item-action" aria-label="RVWC’s Rootstock 2025 hits DC 🌸TODAY🌸 from 1:30-4:30pm at The Roost. Join us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott. Speed Dating BEGINS at 1:30! Don’t miss out! @bellepente @bethelheightsvineyard @goodfellowfamilycellars @crowleywines @walterscottwines @theroostdc" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-1161db31-7c6c-49c9-816b-6e65133da6ed_12" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/489673300_18499137964044156_6349087446659344712_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=C_Qc9ODW1bIQ7kNvwG--iZc&_nc_oc=Adl2pwJGPbhEcoGA_sfG_zd1mAd_mBmfpWn8RUMWhiGpMhhpDdT1ImgSclVdvqTqX2E&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKkhSyWf4paDk-SZ3KlPAuNlE8bBde1wvW2KIn2xqTm_g&oe=682FCF72" alt="RVWC’s Rootstock 2025 hits DC 🌸TODAY🌸 from 1:30-4:30pm at The Roost. Join us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott. Speed Dating BEGINS at 1:30! Don’t miss out! @bellepente @bethelheightsvineyard @goodfellowfamilycellars @crowleywines @walterscottwines @theroostdc" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/489673300_18499137964044156_6349087446659344712_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=C_Qc9ODW1bIQ7kNvwG--iZc&_nc_oc=Adl2pwJGPbhEcoGA_sfG_zd1mAd_mBmfpWn8RUMWhiGpMhhpDdT1ImgSclVdvqTqX2E&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKkhSyWf4paDk-SZ3KlPAuNlE8bBde1wvW2KIn2xqTm_g&oe=682FCF72" alt="RVWC’s Rootstock 2025 hits DC 🌸TODAY🌸 from 1:30-4:30pm at The Roost. Join us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott. Speed Dating BEGINS at 1:30! Don’t miss out! @bellepente @bethelheightsvineyard @goodfellowfamilycellars @crowleywines @walterscottwines @theroostdc" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="9593fdba-8077-45b5-848a-0c3393fb6e33_13" class="item-link-wrapper" data-idx="13" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi9593fdba807745b5848a0c3393fb6e33_13_13" data-hash="9593fdba-8077-45b5-848a-0c3393fb6e33_13" data-id="9593fdba-8077-45b5-848a-0c3393fb6e33_13" data-idx="13" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:1320px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="13" id="item-action-9593fdba-8077-45b5-848a-0c3393fb6e33_13" class="item-action" tabindex="-1" data-hook="item-action" aria-label="RVWC’s Rootstock 2025 hits Baltimore ✨TODAY✨ at Atlas Quarter! Educational Tasting from 2:00-4:00 Happy Hour with the growers at Tagliata from 5:00-6:30 @bethelheightsvineyard @walterscottwines @goodfellowfamilycellars @crowleywines @atlasrestaurantgroup @tagliatabaltimore" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-9593fdba-8077-45b5-848a-0c3393fb6e33_13" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/489013965_18499119514044156_5758706164658289661_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=0-mZq3BD9o0Q7kNvwG_2f8H&_nc_oc=AdlT9xMdF5_QirwbP7dDE8XWkM0crhqY0b9hm2xH2UrmoEjZkapxLkFrdjXrFci4Mrc&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLFrGxAiV7oLR7VLORzblsxM5N7FvzAGoz0eNvf4ujkZA&oe=682FB4F3" alt="RVWC’s Rootstock 2025 hits Baltimore ✨TODAY✨ at Atlas Quarter! Educational Tasting from 2:00-4:00 Happy Hour with the growers at Tagliata from 5:00-6:30 @bethelheightsvineyard @walterscottwines @goodfellowfamilycellars @crowleywines @atlasrestaurantgroup @tagliatabaltimore" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/489013965_18499119514044156_5758706164658289661_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=0-mZq3BD9o0Q7kNvwG_2f8H&_nc_oc=AdlT9xMdF5_QirwbP7dDE8XWkM0crhqY0b9hm2xH2UrmoEjZkapxLkFrdjXrFci4Mrc&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLFrGxAiV7oLR7VLORzblsxM5N7FvzAGoz0eNvf4ujkZA&oe=682FB4F3" alt="RVWC’s Rootstock 2025 hits Baltimore ✨TODAY✨ at Atlas Quarter! Educational Tasting from 2:00-4:00 Happy Hour with the growers at Tagliata from 5:00-6:30 @bethelheightsvineyard @walterscottwines @goodfellowfamilycellars @crowleywines @atlasrestaurantgroup @tagliatabaltimore" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="21c11611-14b8-415d-9b2c-d4e12b592b1f_14" class="item-link-wrapper" data-idx="14" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi21c1161114b8415d9b2cd4e12b592b1f_14_14" data-hash="21c11611-14b8-415d-9b2c-d4e12b592b1f_14" data-id="21c11611-14b8-415d-9b2c-d4e12b592b1f_14" data-idx="14" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:1320px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="14" id="item-action-21c11611-14b8-415d-9b2c-d4e12b592b1f_14" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Ah, Barolo, you have stolen our hearts! ❤️ Thank you to Paola Rinaldi of Francesco Rinaldi e Figli for sharing her family’s passion and memories with us as we tasted the new Barolo releases from Cannubi, Brunate, and Rocche dell’Annunciata vineyards, plus Grignolino, Nebbiolo and Barbera. Traditional styles; elegant, lovely wines! The winery’s tasting room, on the upper floor of the former family home, overlooks the Cannubi hill on one side and Brunate on the other. Still new to RVWC’s portfolio, we are thrilled to be working with such gorgeous and storied wines! 🍷 @francescorinaldiefigli" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-21c11611-14b8-415d-9b2c-d4e12b592b1f_14" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/487948701_18498200659044156_2674897344302480613_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=kcdzwVxbNzoQ7kNvwFib1ug&_nc_oc=AdnRcO16JlgjPYtpW8U3PcuX2nW8Sp2izLIbk1s6He36pZKibvbknNxFKkDvscnb2Lk&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI1ZZWKFAHmjLmuOADp8tkKlH2H83g8-1r0TOL0JaFVSg&oe=682FD4FB" alt="Ah, Barolo, you have stolen our hearts! ❤️ Thank you to Paola Rinaldi of Francesco Rinaldi e Figli for sharing her family’s passion and memories with us as we tasted the new Barolo releases from Cannubi, Brunate, and Rocche dell’Annunciata vineyards, plus Grignolino, Nebbiolo and Barbera. Traditional styles; elegant, lovely wines! The winery’s tasting room, on the upper floor of the former family home, overlooks the Cannubi hill on one side and Brunate on the other. Still new to RVWC’s portfolio, we are thrilled to be working with such gorgeous and storied wines! 🍷 @francescorinaldiefigli" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/487948701_18498200659044156_2674897344302480613_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=kcdzwVxbNzoQ7kNvwFib1ug&_nc_oc=AdnRcO16JlgjPYtpW8U3PcuX2nW8Sp2izLIbk1s6He36pZKibvbknNxFKkDvscnb2Lk&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI1ZZWKFAHmjLmuOADp8tkKlH2H83g8-1r0TOL0JaFVSg&oe=682FD4FB" alt="Ah, Barolo, you have stolen our hearts! ❤️ Thank you to Paola Rinaldi of Francesco Rinaldi e Figli for sharing her family’s passion and memories with us as we tasted the new Barolo releases from Cannubi, Brunate, and Rocche dell’Annunciata vineyards, plus Grignolino, Nebbiolo and Barbera. Traditional styles; elegant, lovely wines! The winery’s tasting room, on the upper floor of the former family home, overlooks the Cannubi hill on one side and Brunate on the other. Still new to RVWC’s portfolio, we are thrilled to be working with such gorgeous and storied wines! 🍷 @francescorinaldiefigli" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="19b57e1b-cc73-4e6a-abe7-5a2daabf4b4d_15" class="item-link-wrapper" data-idx="15" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi19b57e1bcc734e6aabe75a2daabf4b4d_15_15" data-hash="19b57e1b-cc73-4e6a-abe7-5a2daabf4b4d_15" data-id="19b57e1b-cc73-4e6a-abe7-5a2daabf4b4d_15" data-idx="15" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:1650px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="15" id="item-action-19b57e1b-cc73-4e6a-abe7-5a2daabf4b4d_15" class="item-action" tabindex="-1" data-hook="item-action" aria-label="🌸Five Days🌸 until we kick off Rootstock 2025 in DC! RSVP by contacting your sales rep or email [email protected]." role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-19b57e1b-cc73-4e6a-abe7-5a2daabf4b4d_15" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded video-item gallery-item-video" data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.71878-15/487505642_1338979644020991_2468011449958550445_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=Ie_XM-q1fhQQ7kNvwHoqIRx&_nc_oc=AdlemPySxU4KyPZyHu25zSBjcOJ1dEagYbmspC7f6CBGz0UcMcLLTFyvDN2qsFszCXo&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKLmB1k97n_oz_iJFPiBhBSg0YcPeJr6q8PMkbBUnedJw&oe=682FE545" alt="🌸Five Days🌸 until we kick off Rootstock 2025 in DC! RSVP by contacting your sales rep or email [email protected]." class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.71878-15/487505642_1338979644020991_2468011449958550445_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=Ie_XM-q1fhQQ7kNvwHoqIRx&_nc_oc=AdlemPySxU4KyPZyHu25zSBjcOJ1dEagYbmspC7f6CBGz0UcMcLLTFyvDN2qsFszCXo&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKLmB1k97n_oz_iJFPiBhBSg0YcPeJr6q8PMkbBUnedJw&oe=682FE545" alt="🌸Five Days🌸 until we kick off Rootstock 2025 in DC! RSVP by contacting your sales rep or email [email protected]." class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div><iframe data-hook="video-iframe-placeholder" class="gallery-item-content video-iframe-placeholder" title="pro-gallery-video" style="width:319px;height:318px;margin-top:0;margin-left:0" allow="fullscreen" src="https://scontent-iad3-2.cdninstagram.com/o1/v/t2/f2/m86/AQP0_mXkXeYjA97Uz57pFu_RpPmKsSgfWVQumMIKBQdNrRgqykg8QyxUpnzkVVuVFh-CiQcC83ULfMLv1jKibmA51BLoc1lID4URXH8.mp4?_nc_cat=111&_nc_sid=5e9851&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_ohc=1cZZA37PFIEQ7kNvwGufpzz&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6OTU4NDExMjMyOTQ2OTM3LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MTcsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=9961141ebb824dad&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9CQjRDMzBDOURBMEJENTJCMkE5MzRGMjdERUE5ODI5Nl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJeTRBQjA0STJGZE5Ga0NBUFBfQzRHRm1vRjNicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJvKrtZHw6rMDFQIoAkMzLBdAMbMzMzMzMxgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gdl5p0BAA&_nc_zt=28&oh=00_AfJ6bNg1H1v4du_fQMBV7Lobc6EGvTlWnq0pzWF0XrW9RQ&oe=682BE590" allowfullscreen="" loading="lazy"></iframe></div></div></div></div><div data-id="d7a49d9a-5673-459f-b9bb-fa0f4d83d598_16" class="item-link-wrapper" data-idx="16" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgid7a49d9a5673459fb9bbfa0f4d83d598_16_16" data-hash="d7a49d9a-5673-459f-b9bb-fa0f4d83d598_16" data-id="d7a49d9a-5673-459f-b9bb-fa0f4d83d598_16" data-idx="16" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:1650px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="16" id="item-action-d7a49d9a-5673-459f-b9bb-fa0f4d83d598_16" class="item-action" tabindex="-1" data-hook="item-action" aria-label="✨Maryland Rootstock Preview✨ Join John Coco and our Rootstock winemakers Monday April 7 for an exclusive Maryland preview before Rootstock hits the road! Educational tasting and casual conversations: 2-4pm @atlasrestaurantgroup “Meet the Winemakers” Happy Hour: 5-6:30pm @tagliatabaltimore Reserve your spot by RSVPing to [email protected] @bethelheightsvineyard @walterscottwines @goodfellowfamilycellars @crowleywines" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-d7a49d9a-5673-459f-b9bb-fa0f4d83d598_16" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/487934119_18497701513044156_6273604313850984154_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=81aMKwAPEoUQ7kNvwGn-K9m&_nc_oc=AdncUbiIRo6Xj41zm3lQ5lTe3HFO3a0rLuarxo2P7APJa1Tt1Xa3WXmZ5d_tpbHq6DY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIC2728QYamac4Z5TBs-CX95d46Ik3gDNjRHbrLJ59n9g&oe=682FC26E" alt="✨Maryland Rootstock Preview✨ Join John Coco and our Rootstock winemakers Monday April 7 for an exclusive Maryland preview before Rootstock hits the road! Educational tasting and casual conversations: 2-4pm @atlasrestaurantgroup “Meet the Winemakers” Happy Hour: 5-6:30pm @tagliatabaltimore Reserve your spot by RSVPing to [email protected] @bethelheightsvineyard @walterscottwines @goodfellowfamilycellars @crowleywines" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/487934119_18497701513044156_6273604313850984154_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=81aMKwAPEoUQ7kNvwGn-K9m&_nc_oc=AdncUbiIRo6Xj41zm3lQ5lTe3HFO3a0rLuarxo2P7APJa1Tt1Xa3WXmZ5d_tpbHq6DY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIC2728QYamac4Z5TBs-CX95d46Ik3gDNjRHbrLJ59n9g&oe=682FC26E" alt="✨Maryland Rootstock Preview✨ Join John Coco and our Rootstock winemakers Monday April 7 for an exclusive Maryland preview before Rootstock hits the road! Educational tasting and casual conversations: 2-4pm @atlasrestaurantgroup “Meet the Winemakers” Happy Hour: 5-6:30pm @tagliatabaltimore Reserve your spot by RSVPing to [email protected] @bethelheightsvineyard @walterscottwines @goodfellowfamilycellars @crowleywines" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="3a7d14ff-91ae-4872-9b9e-d770be34b4a9_17" class="item-link-wrapper" data-idx="17" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi3a7d14ff91ae48729b9ed770be34b4a9_17_17" data-hash="3a7d14ff-91ae-4872-9b9e-d770be34b4a9_17" data-id="3a7d14ff-91ae-4872-9b9e-d770be34b4a9_17" data-idx="17" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:1650px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="17" id="item-action-3a7d14ff-91ae-4872-9b9e-d770be34b4a9_17" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Beautiful Paitin Wines 🍷 We love working with Giovanni and Luca Pesquero-Elia at Paitin, one of the oldest wineries in Barbaresco. Paitin is known for their elegant, traditional line of Barbaresco, Barbera, and Langhe Nebbiolo, made by the family for more than 200 years. It was also exciting to see the beginnings of their new property in Gattinara with Luca! Thank you, Giovanni and Luca, for the tours and tastings, and extra thanks to Luca for the quick visit to see us! @paitinwine" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-3a7d14ff-91ae-4872-9b9e-d770be34b4a9_17" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/487457948_18497584417044156_510634630865992845_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=HT3loT0k684Q7kNvwENQz2p&_nc_oc=AdnSHPr-8yE7kdnWjiMS91zN44eKJTUshARdxPfTVkRpPecGbXfyKN76NWcEPOjc_b8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLZb6of3t8dQgAK42arUNtcptqxmmf5wZnqDfUQuivuFQ&oe=682FB302" alt="Beautiful Paitin Wines 🍷 We love working with Giovanni and Luca Pesquero-Elia at Paitin, one of the oldest wineries in Barbaresco. Paitin is known for their elegant, traditional line of Barbaresco, Barbera, and Langhe Nebbiolo, made by the family for more than 200 years. It was also exciting to see the beginnings of their new property in Gattinara with Luca! Thank you, Giovanni and Luca, for the tours and tastings, and extra thanks to Luca for the quick visit to see us! @paitinwine" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/487457948_18497584417044156_510634630865992845_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=HT3loT0k684Q7kNvwENQz2p&_nc_oc=AdnSHPr-8yE7kdnWjiMS91zN44eKJTUshARdxPfTVkRpPecGbXfyKN76NWcEPOjc_b8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLZb6of3t8dQgAK42arUNtcptqxmmf5wZnqDfUQuivuFQ&oe=682FB302" alt="Beautiful Paitin Wines 🍷 We love working with Giovanni and Luca Pesquero-Elia at Paitin, one of the oldest wineries in Barbaresco. Paitin is known for their elegant, traditional line of Barbaresco, Barbera, and Langhe Nebbiolo, made by the family for more than 200 years. It was also exciting to see the beginnings of their new property in Gattinara with Luca! Thank you, Giovanni and Luca, for the tours and tastings, and extra thanks to Luca for the quick visit to see us! @paitinwine" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="63dab78d-e74b-4f2d-be4a-f696b520d927_18" class="item-link-wrapper" data-idx="18" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi63dab78de74b4f2dbe4af696b520d927_18_18" data-hash="63dab78d-e74b-4f2d-be4a-f696b520d927_18" data-id="63dab78d-e74b-4f2d-be4a-f696b520d927_18" data-idx="18" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:1980px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="18" id="item-action-63dab78d-e74b-4f2d-be4a-f696b520d927_18" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Have you reserved your seat? RSVP to join us for Rootstock 2025, “Speed Dating” with 5 of Oregon’s top winemakers from the DRC (Deep Roots Coalition). April 8 from 1:30-3:30 - The Roost, Washington, DC April 9 from 1:30-3:30 - Buckheads, Richmond April 10 from 1:30-3:30 - Steinhilber’s, Virginia Beach Limited seating. Reserve yours soon by contacting your RVWC sales rep or [email protected]. @theroostdc @buckheads_restaurant @steinhilbers" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-63dab78d-e74b-4f2d-be4a-f696b520d927_18" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/486394641_18496512274044156_3208264679764848456_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=9JXMVJD-XjwQ7kNvwHXE3gz&_nc_oc=AdmY_adTt1IuunQB5Ka4Jp3CAggOWK2rnmdQ7rp31H4vw5RvbvIaKPiJtKWoF34k3F8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJF7pwjYTmJsYH8M_MdOaqnabv6KmIrWSTQz1G71FwRBA&oe=682FC655" alt="Have you reserved your seat? RSVP to join us for Rootstock 2025, “Speed Dating” with 5 of Oregon’s top winemakers from the DRC (Deep Roots Coalition). April 8 from 1:30-3:30 - The Roost, Washington, DC April 9 from 1:30-3:30 - Buckheads, Richmond April 10 from 1:30-3:30 - Steinhilber’s, Virginia Beach Limited seating. Reserve yours soon by contacting your RVWC sales rep or [email protected]. @theroostdc @buckheads_restaurant @steinhilbers" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/486394641_18496512274044156_3208264679764848456_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=9JXMVJD-XjwQ7kNvwHXE3gz&_nc_oc=AdmY_adTt1IuunQB5Ka4Jp3CAggOWK2rnmdQ7rp31H4vw5RvbvIaKPiJtKWoF34k3F8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJF7pwjYTmJsYH8M_MdOaqnabv6KmIrWSTQz1G71FwRBA&oe=682FC655" alt="Have you reserved your seat? RSVP to join us for Rootstock 2025, “Speed Dating” with 5 of Oregon’s top winemakers from the DRC (Deep Roots Coalition). April 8 from 1:30-3:30 - The Roost, Washington, DC April 9 from 1:30-3:30 - Buckheads, Richmond April 10 from 1:30-3:30 - Steinhilber’s, Virginia Beach Limited seating. Reserve yours soon by contacting your RVWC sales rep or [email protected]. @theroostdc @buckheads_restaurant @steinhilbers" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="b693fd4a-8175-459f-8212-7b05c3b3b5e8_19" class="item-link-wrapper" data-idx="19" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgib693fd4a8175459f82127b05c3b3b5e8_19_19" data-hash="b693fd4a-8175-459f-8212-7b05c3b3b5e8_19" data-id="b693fd4a-8175-459f-8212-7b05c3b3b5e8_19" data-idx="19" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:1980px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="19" id="item-action-b693fd4a-8175-459f-8212-7b05c3b3b5e8_19" class="item-action" tabindex="-1" data-hook="item-action" aria-label="A gem in RVWC’s Spanish Portfolio, Bernabeleva comes to us through Rare Wine Company. Located on the east edge of Spain’s Sierra de Gredos Mountains (just 60 miles from Madrid), the rugged, craggy soil produces gorgeous, balanced, and vibrant Garnacha including our favorites Bernabeleva Navaherreros from the oldest and best parcels, and Camino de Navaherreros, a blend from all the estate’s vineyards. Juan Diaz Bulnes is carrying on the legacy of his great-grandfather Dr. Vincent Alvarez-Villamil, who purchased and planted the historic vineyard in 1923. Vincente named it Bernabeleva, or “path of the bear” after the ancient bear carvings found from the property’s Celtic past. The Goddess-on-a-bear logo is a tribute to an old family photo of Vincente’s daughter Luisa perched on one of the bear-like rocks. Spain’s political instability and Civil War devastated the country but the family continued to care for the vines for 80 years. Juan and a cousin took on the vineyard in 2006 and painstakingly nurtured the harvests into the seductive Bernabeleva wines we know today. @bernabeleva" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-b693fd4a-8175-459f-8212-7b05c3b3b5e8_19" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/485189909_18494954377044156_1700291059539626044_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=_CfmIkcQttsQ7kNvwHl6ULO&_nc_oc=Adm1kIxkVUwUESapiIkeEuDfzS2h3BkfBA8sINv4bwgzfcX9_S38h2U0BSoqVWNozw0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJMGp8cfBrvGeMUhaj598IxUeOKWcmdtM10KU5oWYDAxw&oe=682FE1DE" alt="A gem in RVWC’s Spanish Portfolio, Bernabeleva comes to us through Rare Wine Company. Located on the east edge of Spain’s Sierra de Gredos Mountains (just 60 miles from Madrid), the rugged, craggy soil produces gorgeous, balanced, and vibrant Garnacha including our favorites Bernabeleva Navaherreros from the oldest and best parcels, and Camino de Navaherreros, a blend from all the estate’s vineyards. Juan Diaz Bulnes is carrying on the legacy of his great-grandfather Dr. Vincent Alvarez-Villamil, who purchased and planted the historic vineyard in 1923. Vincente named it Bernabeleva, or “path of the bear” after the ancient bear carvings found from the property’s Celtic past. The Goddess-on-a-bear logo is a tribute to an old family photo of Vincente’s daughter Luisa perched on one of the bear-like rocks. Spain’s political instability and Civil War devastated the country but the family continued to care for the vines for 80 years. Juan and a cousin took on the vineyard in 2006 and painstakingly nurtured the harvests into the seductive Bernabeleva wines we know today. @bernabeleva" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/485189909_18494954377044156_1700291059539626044_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=_CfmIkcQttsQ7kNvwHl6ULO&_nc_oc=Adm1kIxkVUwUESapiIkeEuDfzS2h3BkfBA8sINv4bwgzfcX9_S38h2U0BSoqVWNozw0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJMGp8cfBrvGeMUhaj598IxUeOKWcmdtM10KU5oWYDAxw&oe=682FE1DE" alt="A gem in RVWC’s Spanish Portfolio, Bernabeleva comes to us through Rare Wine Company. Located on the east edge of Spain’s Sierra de Gredos Mountains (just 60 miles from Madrid), the rugged, craggy soil produces gorgeous, balanced, and vibrant Garnacha including our favorites Bernabeleva Navaherreros from the oldest and best parcels, and Camino de Navaherreros, a blend from all the estate’s vineyards. Juan Diaz Bulnes is carrying on the legacy of his great-grandfather Dr. Vincent Alvarez-Villamil, who purchased and planted the historic vineyard in 1923. Vincente named it Bernabeleva, or “path of the bear” after the ancient bear carvings found from the property’s Celtic past. The Goddess-on-a-bear logo is a tribute to an old family photo of Vincente’s daughter Luisa perched on one of the bear-like rocks. Spain’s political instability and Civil War devastated the country but the family continued to care for the vines for 80 years. Juan and a cousin took on the vineyard in 2006 and painstakingly nurtured the harvests into the seductive Bernabeleva wines we know today. @bernabeleva" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="3acdeeff-fef3-48e5-8076-aa909004af0b_20" class="item-link-wrapper" data-idx="20" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi3acdeefffef348e58076aa909004af0b_20_20" data-hash="3acdeeff-fef3-48e5-8076-aa909004af0b_20" data-id="3acdeeff-fef3-48e5-8076-aa909004af0b_20" data-idx="20" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:1980px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="20" id="item-action-3acdeeff-fef3-48e5-8076-aa909004af0b_20" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Happy work anniversary to one of our best and brightest, Alicia Calfee! You are ‘somm’ kind of wonderful! 🍷" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-3acdeeff-fef3-48e5-8076-aa909004af0b_20" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/482539479_18492025618044156_6506432310015980526_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=vsBydlek2J4Q7kNvwFr-aFu&_nc_oc=AdnIog35-RSLqY0NPxe3rPPwwo8RXCAYC8Gt8brCepyRqJvciaSincq0ZO-PmX9LukQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJbXyJW8evz4XiK9NDEaM1wMSM9FlBllCHuhk25UjpF9Q&oe=682FB9F5" alt="Happy work anniversary to one of our best and brightest, Alicia Calfee! You are ‘somm’ kind of wonderful! 🍷" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/482539479_18492025618044156_6506432310015980526_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=vsBydlek2J4Q7kNvwFr-aFu&_nc_oc=AdnIog35-RSLqY0NPxe3rPPwwo8RXCAYC8Gt8brCepyRqJvciaSincq0ZO-PmX9LukQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJbXyJW8evz4XiK9NDEaM1wMSM9FlBllCHuhk25UjpF9Q&oe=682FB9F5" alt="Happy work anniversary to one of our best and brightest, Alicia Calfee! You are ‘somm’ kind of wonderful! 🍷" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="beff90b0-d10f-408b-b995-f8271ae864f6_21" class="item-link-wrapper" data-idx="21" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgibeff90b0d10f408bb995f8271ae864f6_21_21" data-hash="beff90b0-d10f-408b-b995-f8271ae864f6_21" data-id="beff90b0-d10f-408b-b995-f8271ae864f6_21" data-idx="21" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:2310px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="21" id="item-action-beff90b0-d10f-408b-b995-f8271ae864f6_21" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Thanks for the warm welcome from Roberto Conterno, Stephanie Flou, and Erin at Giacomo Conterno in Monforte d’Alba. It is always a delight to spend time here and taste the marvelous Barolos and Barberas! @giacomo" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-beff90b0-d10f-408b-b995-f8271ae864f6_21" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/485073350_18494951401044156_1613816667433366470_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=qaaO_cBO9N8Q7kNvwE4fusT&_nc_oc=Adn1RP35lKCLMmYkYud-_JIbFzzMN102rAMccI4qubvi_yM-fVJ7WrfbFvfqgGWzSO8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI3PNThNvMU-Z1LJJm0UW0fmE9wfQseGnc0I1UC-JOIJA&oe=682FD0A0" alt="Thanks for the warm welcome from Roberto Conterno, Stephanie Flou, and Erin at Giacomo Conterno in Monforte d’Alba. It is always a delight to spend time here and taste the marvelous Barolos and Barberas! @giacomo" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/485073350_18494951401044156_1613816667433366470_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=qaaO_cBO9N8Q7kNvwE4fusT&_nc_oc=Adn1RP35lKCLMmYkYud-_JIbFzzMN102rAMccI4qubvi_yM-fVJ7WrfbFvfqgGWzSO8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI3PNThNvMU-Z1LJJm0UW0fmE9wfQseGnc0I1UC-JOIJA&oe=682FD0A0" alt="Thanks for the warm welcome from Roberto Conterno, Stephanie Flou, and Erin at Giacomo Conterno in Monforte d’Alba. It is always a delight to spend time here and taste the marvelous Barolos and Barberas! @giacomo" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="befff040-0a03-486b-87d8-32d9e0a493e6_22" class="item-link-wrapper" data-idx="22" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgibefff0400a03486b87d832d9e0a493e6_22_22" data-hash="befff040-0a03-486b-87d8-32d9e0a493e6_22" data-id="befff040-0a03-486b-87d8-32d9e0a493e6_22" data-idx="22" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:2310px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="22" id="item-action-befff040-0a03-486b-87d8-32d9e0a493e6_22" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! @nervigattinara @cucinenervi" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-befff040-0a03-486b-87d8-32d9e0a493e6_22" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/485091335_18494056882044156_1919378894435287063_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=bu6u5rciwsEQ7kNvwERzNzI&_nc_oc=AdkdLCjV2CWNs9famM3DBE_W4UPjLxXzphJn_FN67kEGJ7iVuQ5IgvwXsmE0ACYLIXQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ7hRY47dGfjEmJMinc695B71UROJaRJzsscUnLMlvXxA&oe=682FCD70" alt="Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! @nervigattinara @cucinenervi" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/485091335_18494056882044156_1919378894435287063_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=bu6u5rciwsEQ7kNvwERzNzI&_nc_oc=AdkdLCjV2CWNs9famM3DBE_W4UPjLxXzphJn_FN67kEGJ7iVuQ5IgvwXsmE0ACYLIXQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ7hRY47dGfjEmJMinc695B71UROJaRJzsscUnLMlvXxA&oe=682FCD70" alt="Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! @nervigattinara @cucinenervi" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="b6439222-5f15-490c-b109-fbd1072d5846_23" class="item-link-wrapper" data-idx="23" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgib64392225f15490cb109fbd1072d5846_23_23" data-hash="b6439222-5f15-490c-b109-fbd1072d5846_23" data-id="b6439222-5f15-490c-b109-fbd1072d5846_23" data-idx="23" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:2310px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="23" id="item-action-b6439222-5f15-490c-b109-fbd1072d5846_23" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! @nervigattinara @cucinenervi" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-b6439222-5f15-490c-b109-fbd1072d5846_23" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/484488840_18493504435044156_3172179953667133502_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=3ptUDoBqVhgQ7kNvwGaPD_o&_nc_oc=AdkVpEx5jCJky6PWIx2cwJ8uTQCNqc8KFhn2nMHsP1g3Imw3B4ePM08B0IValib3MgY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKqaJH0zHauWKZ113HlXcKryQgISVix0qakvt6K8R8O9A&oe=682FC743" alt="Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! @nervigattinara @cucinenervi" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/484488840_18493504435044156_3172179953667133502_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=3ptUDoBqVhgQ7kNvwGaPD_o&_nc_oc=AdkVpEx5jCJky6PWIx2cwJ8uTQCNqc8KFhn2nMHsP1g3Imw3B4ePM08B0IValib3MgY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKqaJH0zHauWKZ113HlXcKryQgISVix0qakvt6K8R8O9A&oe=682FC743" alt="Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! @nervigattinara @cucinenervi" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="086443c2-2e2a-4111-9f74-bd6321e901c1_24" class="item-link-wrapper" data-idx="24" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi086443c22e2a41119f74bd6321e901c1_24_24" data-hash="086443c2-2e2a-4111-9f74-bd6321e901c1_24" data-id="086443c2-2e2a-4111-9f74-bd6321e901c1_24" data-idx="24" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:2640px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="24" id="item-action-086443c2-2e2a-4111-9f74-bd6321e901c1_24" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Many thanks to Paolo, Marta, and Francesca de Marchi from Proprietà Sperino for the stunning vineyard and winery tour, tasting and traditional Piedmontese lunch in their home. Their gracious hospitality and exquisite foods and wines made for a memorable day! 🍷 @proprietasperino" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-086443c2-2e2a-4111-9f74-bd6321e901c1_24" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/484015485_18493496473044156_6749277410658909080_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=Sz-oDNDiFbsQ7kNvwGJLlz2&_nc_oc=AdmmaVUQFWzDA-6xTcHP578ie7rmJghDmCvRTeA57drLclaNnn4YNiC05603RlKFYUI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIrLEVtbd0SM3Llo0XQ0THzQBxNHcn_o7aRdenOfey5qw&oe=682FBC39" alt="Many thanks to Paolo, Marta, and Francesca de Marchi from Proprietà Sperino for the stunning vineyard and winery tour, tasting and traditional Piedmontese lunch in their home. Their gracious hospitality and exquisite foods and wines made for a memorable day! 🍷 @proprietasperino" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/484015485_18493496473044156_6749277410658909080_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=Sz-oDNDiFbsQ7kNvwGJLlz2&_nc_oc=AdmmaVUQFWzDA-6xTcHP578ie7rmJghDmCvRTeA57drLclaNnn4YNiC05603RlKFYUI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIrLEVtbd0SM3Llo0XQ0THzQBxNHcn_o7aRdenOfey5qw&oe=682FBC39" alt="Many thanks to Paolo, Marta, and Francesca de Marchi from Proprietà Sperino for the stunning vineyard and winery tour, tasting and traditional Piedmontese lunch in their home. Their gracious hospitality and exquisite foods and wines made for a memorable day! 🍷 @proprietasperino" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="efa03528-a3ba-4ca7-962b-75553e561514_25" class="item-link-wrapper" data-idx="25" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgiefa03528a3ba4ca7962b75553e561514_25_25" data-hash="efa03528-a3ba-4ca7-962b-75553e561514_25" data-id="efa03528-a3ba-4ca7-962b-75553e561514_25" data-idx="25" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:2640px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="25" id="item-action-efa03528-a3ba-4ca7-962b-75553e561514_25" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Last stop on our Chalkline Tour. We piled into Charles and Ruth Simpson’s Land Rover Defender (England’s ultimate winery vehicle!) for a tour of The Roman Road and Railway Hill vineyards in the North Downs of Kent near Canterbury. Grateful thanks to Charles, Ruth, and Silvia Cackova for making time for us on a Saturday. We had a chance to get to know them and the land, taste the delicious Chalklands Classic Cuvée, Canterbury Rosé, Flint Fields Blanc de Noirs and White Cliffs Blanc de Blancs, and get an adrenaline rush down the winery slide before we left! 🛝 @simpsonswine" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-efa03528-a3ba-4ca7-962b-75553e561514_25" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/483006982_18493040521044156_1235726347314148324_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=XpUpRdCil0AQ7kNvwEMzaHx&_nc_oc=AdndhDX-FhUtJL5LKCmPVYPrhiuH7xHz9BBDIiv4yvJMGGmGi41YdXQR814v7iXq9VE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLCmp9Pk1eu5CN2lRtlL1gnn4vUZoP6j8ewBoTi7m5EAg&oe=682FB3D7" alt="Last stop on our Chalkline Tour. We piled into Charles and Ruth Simpson’s Land Rover Defender (England’s ultimate winery vehicle!) for a tour of The Roman Road and Railway Hill vineyards in the North Downs of Kent near Canterbury. Grateful thanks to Charles, Ruth, and Silvia Cackova for making time for us on a Saturday. We had a chance to get to know them and the land, taste the delicious Chalklands Classic Cuvée, Canterbury Rosé, Flint Fields Blanc de Noirs and White Cliffs Blanc de Blancs, and get an adrenaline rush down the winery slide before we left! 🛝 @simpsonswine" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/483006982_18493040521044156_1235726347314148324_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=XpUpRdCil0AQ7kNvwEMzaHx&_nc_oc=AdndhDX-FhUtJL5LKCmPVYPrhiuH7xHz9BBDIiv4yvJMGGmGi41YdXQR814v7iXq9VE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLCmp9Pk1eu5CN2lRtlL1gnn4vUZoP6j8ewBoTi7m5EAg&oe=682FB3D7" alt="Last stop on our Chalkline Tour. We piled into Charles and Ruth Simpson’s Land Rover Defender (England’s ultimate winery vehicle!) for a tour of The Roman Road and Railway Hill vineyards in the North Downs of Kent near Canterbury. Grateful thanks to Charles, Ruth, and Silvia Cackova for making time for us on a Saturday. We had a chance to get to know them and the land, taste the delicious Chalklands Classic Cuvée, Canterbury Rosé, Flint Fields Blanc de Noirs and White Cliffs Blanc de Blancs, and get an adrenaline rush down the winery slide before we left! 🛝 @simpsonswine" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="f0b87674-4630-4202-ad30-b0767211d081_26" class="item-link-wrapper" data-idx="26" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgif0b8767446304202ad30b0767211d081_26_26" data-hash="f0b87674-4630-4202-ad30-b0767211d081_26" data-id="f0b87674-4630-4202-ad30-b0767211d081_26" data-idx="26" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:2640px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="26" id="item-action-f0b87674-4630-4202-ad30-b0767211d081_26" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Thanks to the entire crew at Rathfinny Estate who made our visit to England’s South Downs so incredibly memorable. Owners Mark and Sarah Driver instill passion and strive for perfection in Rathfinny Vintage Classic Cuvee Brut, Rosé, Blanc de Blancs and Blanc de Noirs. Every aspect of this B Corp is well-planned and thoughtfully brought to fruition. Special thanks to export manager Andy Gadd for arranging for us a vineyard tour with Richard, David and Ian, dosage trials with Tony and Miguel, and disgorging with Ash. 🍾 @rathfinnyestate" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-f0b87674-4630-4202-ad30-b0767211d081_26" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/482765981_18492229702044156_3724884487667879443_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=1C50AWDaIo8Q7kNvwE9Qwuh&_nc_oc=AdlN1iJcaJHATW-jIohrCTU6DHJUr5QuVtNNJ2hvE9vNLNw7TRdT4Npn6zTHtAamrdo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJVnhQl_IfbHKUVZJ6htb8OAaTR_tmUqxNwSErDRT1tQw&oe=682FBA79" alt="Thanks to the entire crew at Rathfinny Estate who made our visit to England’s South Downs so incredibly memorable. Owners Mark and Sarah Driver instill passion and strive for perfection in Rathfinny Vintage Classic Cuvee Brut, Rosé, Blanc de Blancs and Blanc de Noirs. Every aspect of this B Corp is well-planned and thoughtfully brought to fruition. Special thanks to export manager Andy Gadd for arranging for us a vineyard tour with Richard, David and Ian, dosage trials with Tony and Miguel, and disgorging with Ash. 🍾 @rathfinnyestate" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/482765981_18492229702044156_3724884487667879443_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=1C50AWDaIo8Q7kNvwE9Qwuh&_nc_oc=AdlN1iJcaJHATW-jIohrCTU6DHJUr5QuVtNNJ2hvE9vNLNw7TRdT4Npn6zTHtAamrdo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJVnhQl_IfbHKUVZJ6htb8OAaTR_tmUqxNwSErDRT1tQw&oe=682FBA79" alt="Thanks to the entire crew at Rathfinny Estate who made our visit to England’s South Downs so incredibly memorable. Owners Mark and Sarah Driver instill passion and strive for perfection in Rathfinny Vintage Classic Cuvee Brut, Rosé, Blanc de Blancs and Blanc de Noirs. Every aspect of this B Corp is well-planned and thoughtfully brought to fruition. Special thanks to export manager Andy Gadd for arranging for us a vineyard tour with Richard, David and Ian, dosage trials with Tony and Miguel, and disgorging with Ash. 🍾 @rathfinnyestate" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="e7a46d02-b97b-415f-abde-86ac49899348_27" class="item-link-wrapper" data-idx="27" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgie7a46d02b97b415fabde86ac49899348_27_27" data-hash="e7a46d02-b97b-415f-abde-86ac49899348_27" data-id="e7a46d02-b97b-415f-abde-86ac49899348_27" data-idx="27" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:2970px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="27" id="item-action-e7a46d02-b97b-415f-abde-86ac49899348_27" class="item-action" tabindex="-1" data-hook="item-action" aria-label="RVWC’s Chalkline Tour continues, taking the Eurostar and following the chalky soil from Champagne to Paris to London, then south to Sussex and Wiston Estate. Big thanks to Pip and Harry Goring and Kirsty Goring, plus export manager Nick Beck and winemaker Marcus Reyner-Ward for the warm welcome on a glorious day. We toured the extensive farm, learned the rich history of the family and the land, and enjoyed the delicious English Sparkling Wines, including the NV Brut, Rosé and Blanc de Blancs as well as the vintage bubbles! 🥂 @wistonestate" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-e7a46d02-b97b-415f-abde-86ac49899348_27" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/482992328_18492192076044156_3449406416527101237_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=0BOTVaHdh40Q7kNvwGQtFDg&_nc_oc=AdlHe0KarhPcQM0zz_db8ko1GT0-ypLXkkAM9078UIIllG-IPBNguK0QTAYKdYtOAi0&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKvcigSZWJKIstTzByycMYtopEK3DEq83-5GKnPnqEA8Q&oe=682FB9DD" alt="RVWC’s Chalkline Tour continues, taking the Eurostar and following the chalky soil from Champagne to Paris to London, then south to Sussex and Wiston Estate. Big thanks to Pip and Harry Goring and Kirsty Goring, plus export manager Nick Beck and winemaker Marcus Reyner-Ward for the warm welcome on a glorious day. We toured the extensive farm, learned the rich history of the family and the land, and enjoyed the delicious English Sparkling Wines, including the NV Brut, Rosé and Blanc de Blancs as well as the vintage bubbles! 🥂 @wistonestate" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/482992328_18492192076044156_3449406416527101237_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=0BOTVaHdh40Q7kNvwGQtFDg&_nc_oc=AdlHe0KarhPcQM0zz_db8ko1GT0-ypLXkkAM9078UIIllG-IPBNguK0QTAYKdYtOAi0&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKvcigSZWJKIstTzByycMYtopEK3DEq83-5GKnPnqEA8Q&oe=682FB9DD" alt="RVWC’s Chalkline Tour continues, taking the Eurostar and following the chalky soil from Champagne to Paris to London, then south to Sussex and Wiston Estate. Big thanks to Pip and Harry Goring and Kirsty Goring, plus export manager Nick Beck and winemaker Marcus Reyner-Ward for the warm welcome on a glorious day. We toured the extensive farm, learned the rich history of the family and the land, and enjoyed the delicious English Sparkling Wines, including the NV Brut, Rosé and Blanc de Blancs as well as the vintage bubbles! 🥂 @wistonestate" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="e704d80a-ffce-4d13-8004-372cf597b17a_28" class="item-link-wrapper" data-idx="28" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgie704d80affce4d138004372cf597b17a_28_28" data-hash="e704d80a-ffce-4d13-8004-372cf597b17a_28" data-id="e704d80a-ffce-4d13-8004-372cf597b17a_28" data-idx="28" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:2970px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="28" id="item-action-e704d80a-ffce-4d13-8004-372cf597b17a_28" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Happy (belated) work-iversary to the one and only John Coco! We are so lucky to have you as a part of the RVWC family! ⭐️" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-e704d80a-ffce-4d13-8004-372cf597b17a_28" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/482527787_18491686036044156_165868096750401426_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=YqVFRS8sDX8Q7kNvwEPH43M&_nc_oc=AdnKrxoigYS5_Xd4u8CFkypma3AUftYJX7MqrZWiwlvBjLBUf0BcM_5G1b37eUEotXc&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfID-kmJO4ovUE2hJ8RZEE5D6Y3qAlKLO-P_y57MCrkUKw&oe=682FBF34" alt="Happy (belated) work-iversary to the one and only John Coco! We are so lucky to have you as a part of the RVWC family! ⭐️" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/482527787_18491686036044156_165868096750401426_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=YqVFRS8sDX8Q7kNvwEPH43M&_nc_oc=AdnKrxoigYS5_Xd4u8CFkypma3AUftYJX7MqrZWiwlvBjLBUf0BcM_5G1b37eUEotXc&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfID-kmJO4ovUE2hJ8RZEE5D6Y3qAlKLO-P_y57MCrkUKw&oe=682FBF34" alt="Happy (belated) work-iversary to the one and only John Coco! We are so lucky to have you as a part of the RVWC family! ⭐️" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="f0007070-420d-4810-a395-b76e77846980_29" class="item-link-wrapper" data-idx="29" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgif0007070420d4810a395b76e77846980_29_29" data-hash="f0007070-420d-4810-a395-b76e77846980_29" data-id="f0007070-420d-4810-a395-b76e77846980_29" data-idx="29" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:2970px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="29" id="item-action-f0007070-420d-4810-a395-b76e77846980_29" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Day 2 of our Chalkline Tour took RVWC Sales Reps Quentin Beery, John Coco and James Kellaris to Champagne Larmandier-Bernier with Georges Larmandier, Champagne Pascal Agrapart et Fils with Amboise and Chloe Agrapart, and Champagne Voirin-Jumel with Julie Voirin. We experienced the seamless transition from one generation to the next in all three wineries as we did a deep dive into RVWC’s champagne growers. @larmandier.bernier @domainepascalagrapart @voirin_jumel" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-f0007070-420d-4810-a395-b76e77846980_29" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/482633393_18491683981044156_5310052696143649207_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=VKSlpCOuoE8Q7kNvwHYfckF&_nc_oc=AdluQ5JXlhUXqJKxdk9liU9X40hiti4gbQMkM1lqyLDi4OqQpRH1hUegP5Tv8AXVXe0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI6W11qvpGlIKfD0NCvjlVYlKeHPLSt6OwkVCparrazQQ&oe=682FD752" alt="Day 2 of our Chalkline Tour took RVWC Sales Reps Quentin Beery, John Coco and James Kellaris to Champagne Larmandier-Bernier with Georges Larmandier, Champagne Pascal Agrapart et Fils with Amboise and Chloe Agrapart, and Champagne Voirin-Jumel with Julie Voirin. We experienced the seamless transition from one generation to the next in all three wineries as we did a deep dive into RVWC’s champagne growers. @larmandier.bernier @domainepascalagrapart @voirin_jumel" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/482633393_18491683981044156_5310052696143649207_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=VKSlpCOuoE8Q7kNvwHYfckF&_nc_oc=AdluQ5JXlhUXqJKxdk9liU9X40hiti4gbQMkM1lqyLDi4OqQpRH1hUegP5Tv8AXVXe0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI6W11qvpGlIKfD0NCvjlVYlKeHPLSt6OwkVCparrazQQ&oe=682FD752" alt="Day 2 of our Chalkline Tour took RVWC Sales Reps Quentin Beery, John Coco and James Kellaris to Champagne Larmandier-Bernier with Georges Larmandier, Champagne Pascal Agrapart et Fils with Amboise and Chloe Agrapart, and Champagne Voirin-Jumel with Julie Voirin. We experienced the seamless transition from one generation to the next in all three wineries as we did a deep dive into RVWC’s champagne growers. @larmandier.bernier @domainepascalagrapart @voirin_jumel" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="f8bc7e06-c3fe-43f5-aba7-57946aca104b_30" class="item-link-wrapper" data-idx="30" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgif8bc7e06c3fe43f5aba757946aca104b_30_30" data-hash="f8bc7e06-c3fe-43f5-aba7-57946aca104b_30" data-id="f8bc7e06-c3fe-43f5-aba7-57946aca104b_30" data-idx="30" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:3300px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="30" id="item-action-f8bc7e06-c3fe-43f5-aba7-57946aca104b_30" class="item-action" tabindex="-1" data-hook="item-action" aria-label="RVWC Sales Reps John Coco, James Kellaris and Quentin Beery joined Rob and Beth Crittenden to follow the Chalk Line of France and England! Day 1 included visits to Champagne growers Laurent Lequart, Louis Cheval of Gatinois and Antoine Coutier of R. H. Coutier. @laurentlequart #gatinoischampagne @rhcoutier" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-f8bc7e06-c3fe-43f5-aba7-57946aca104b_30" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/481745020_18490504609044156_8964775220294724639_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=gIiz_Ffs7foQ7kNvwG_08Bc&_nc_oc=AdmGIDskcRSSqq04yP7ddGUIGKPAa5V3cQCUxvvnaP8RfOgdcTlsPIUQoqlCODebSpA&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKOF9qikMW9x3fMN_4yIBZ4nG6Yklklx715yO_K9YIzEA&oe=682FB054" alt="RVWC Sales Reps John Coco, James Kellaris and Quentin Beery joined Rob and Beth Crittenden to follow the Chalk Line of France and England! Day 1 included visits to Champagne growers Laurent Lequart, Louis Cheval of Gatinois and Antoine Coutier of R. H. Coutier. @laurentlequart #gatinoischampagne @rhcoutier" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/481745020_18490504609044156_8964775220294724639_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=gIiz_Ffs7foQ7kNvwG_08Bc&_nc_oc=AdmGIDskcRSSqq04yP7ddGUIGKPAa5V3cQCUxvvnaP8RfOgdcTlsPIUQoqlCODebSpA&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKOF9qikMW9x3fMN_4yIBZ4nG6Yklklx715yO_K9YIzEA&oe=682FB054" alt="RVWC Sales Reps John Coco, James Kellaris and Quentin Beery joined Rob and Beth Crittenden to follow the Chalk Line of France and England! Day 1 included visits to Champagne growers Laurent Lequart, Louis Cheval of Gatinois and Antoine Coutier of R. H. Coutier. @laurentlequart #gatinoischampagne @rhcoutier" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="5b2619f3-91d2-4ace-9596-a1f839151eaf_31" class="item-link-wrapper" data-idx="31" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi5b2619f391d24ace9596a1f839151eaf_31_31" data-hash="5b2619f3-91d2-4ace-9596-a1f839151eaf_31" data-id="5b2619f3-91d2-4ace-9596-a1f839151eaf_31" data-idx="31" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:3300px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="31" id="item-action-5b2619f3-91d2-4ace-9596-a1f839151eaf_31" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Oregon Immersion, Part 3 We had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Big Table Farm, Ken Wright Cellars, The Eyrie Vineyards, Patricia Green Cellars, Beaux Frères, Belle Pente, and Cameron Winery for another incomparable trip! @bigtablefarm @kwcellars @eyrievineyards @patriciagreencellars @beauxfreres @bellepente @cameronwinery" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-5b2619f3-91d2-4ace-9596-a1f839151eaf_31" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/480745949_18489073300044156_569189061235897466_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=s2EkOs2EfhcQ7kNvwG0iUkD&_nc_oc=AdnqSIliraupMkh2RkKcCL0SAY9LDLblBssd2OSqdyxopKzOrqNqqF2U1sfXXZuC-gg&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIobqzQCwBLwt4dMDow1nUsoxWKO1XgHPYfehO7BDKGqQ&oe=682FBC11" alt="Oregon Immersion, Part 3 We had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Big Table Farm, Ken Wright Cellars, The Eyrie Vineyards, Patricia Green Cellars, Beaux Frères, Belle Pente, and Cameron Winery for another incomparable trip! @bigtablefarm @kwcellars @eyrievineyards @patriciagreencellars @beauxfreres @bellepente @cameronwinery" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/480745949_18489073300044156_569189061235897466_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=s2EkOs2EfhcQ7kNvwG0iUkD&_nc_oc=AdnqSIliraupMkh2RkKcCL0SAY9LDLblBssd2OSqdyxopKzOrqNqqF2U1sfXXZuC-gg&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIobqzQCwBLwt4dMDow1nUsoxWKO1XgHPYfehO7BDKGqQ&oe=682FBC11" alt="Oregon Immersion, Part 3 We had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Big Table Farm, Ken Wright Cellars, The Eyrie Vineyards, Patricia Green Cellars, Beaux Frères, Belle Pente, and Cameron Winery for another incomparable trip! @bigtablefarm @kwcellars @eyrievineyards @patriciagreencellars @beauxfreres @bellepente @cameronwinery" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="4a254983-27d1-4a39-93c8-b96aecdd8af5_32" class="item-link-wrapper" data-idx="32" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi4a25498327d14a3993c8b96aecdd8af5_32_32" data-hash="4a254983-27d1-4a39-93c8-b96aecdd8af5_32" data-id="4a254983-27d1-4a39-93c8-b96aecdd8af5_32" data-idx="32" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:3300px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="32" id="item-action-4a254983-27d1-4a39-93c8-b96aecdd8af5_32" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Save 👏🏻 the 👏🏻 date! Rootstock 2025 is April 8-10 with stops across VA, and this is one event you don’t want to miss! More details to come - stay tuned! 🍷" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-4a254983-27d1-4a39-93c8-b96aecdd8af5_32" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/477954336_18488505028044156_2139511328745125666_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=ga4Fcjg9ipoQ7kNvwEDzj3S&_nc_oc=AdmoK8ykp6FZHNswuwveAdyJ2hvdMCEMw-zFf-D0vJvpja5NI-AdN7OvoeFZGZ0g-oY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLGL2Qtx-V4MDiQN-8iwf1hEaQdK1XikOoJyZUteAqRHw&oe=682FDB46" alt="Save 👏🏻 the 👏🏻 date! Rootstock 2025 is April 8-10 with stops across VA, and this is one event you don’t want to miss! More details to come - stay tuned! 🍷" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/477954336_18488505028044156_2139511328745125666_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=ga4Fcjg9ipoQ7kNvwEDzj3S&_nc_oc=AdmoK8ykp6FZHNswuwveAdyJ2hvdMCEMw-zFf-D0vJvpja5NI-AdN7OvoeFZGZ0g-oY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLGL2Qtx-V4MDiQN-8iwf1hEaQdK1XikOoJyZUteAqRHw&oe=682FDB46" alt="Save 👏🏻 the 👏🏻 date! Rootstock 2025 is April 8-10 with stops across VA, and this is one event you don’t want to miss! More details to come - stay tuned! 🍷" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="f8b40e02-827a-41ea-8b16-7d7c83a9cf0d_33" class="item-link-wrapper" data-idx="33" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgif8b40e02827a41ea8b167d7c83a9cf0d_33_33" data-hash="f8b40e02-827a-41ea-8b16-7d7c83a9cf0d_33" data-id="f8b40e02-827a-41ea-8b16-7d7c83a9cf0d_33" data-idx="33" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:3630px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="33" id="item-action-f8b40e02-827a-41ea-8b16-7d7c83a9cf0d_33" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Welcome, Patrick Farrell, to RVWC! We’re thrilled that Patrick has come aboard on our Tidewater sales team. We were immediately impressed by Patrick’s history as a Certified Sommelier and we are confident that he will fit right in with our incredible sales team. 🥂" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-f8b40e02-827a-41ea-8b16-7d7c83a9cf0d_33" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/479551257_18488417779044156_3986341267900525062_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=zPEh-W8a794Q7kNvwEyvbTP&_nc_oc=Adkxf3jHBxowJiFal0OG-Pkt4G6tfnxPI4rp24JmWBvE1NOt9Vvt_c1cMMSHaEgC9Xo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL1gWg019i7bMty9aJzbuDD8aKfER9kl2--SZN3ATeprQ&oe=682FBE1C" alt="Welcome, Patrick Farrell, to RVWC! We’re thrilled that Patrick has come aboard on our Tidewater sales team. We were immediately impressed by Patrick’s history as a Certified Sommelier and we are confident that he will fit right in with our incredible sales team. 🥂" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/479551257_18488417779044156_3986341267900525062_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=zPEh-W8a794Q7kNvwEyvbTP&_nc_oc=Adkxf3jHBxowJiFal0OG-Pkt4G6tfnxPI4rp24JmWBvE1NOt9Vvt_c1cMMSHaEgC9Xo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL1gWg019i7bMty9aJzbuDD8aKfER9kl2--SZN3ATeprQ&oe=682FBE1C" alt="Welcome, Patrick Farrell, to RVWC! We’re thrilled that Patrick has come aboard on our Tidewater sales team. We were immediately impressed by Patrick’s history as a Certified Sommelier and we are confident that he will fit right in with our incredible sales team. 🥂" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="532281d9-441e-4521-aa21-cfb8d703c961_34" class="item-link-wrapper" data-idx="34" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi532281d9441e4521aa21cfb8d703c961_34_34" data-hash="532281d9-441e-4521-aa21-cfb8d703c961_34" data-id="532281d9-441e-4521-aa21-cfb8d703c961_34" data-idx="34" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:3630px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="34" id="item-action-532281d9-441e-4521-aa21-cfb8d703c961_34" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Oregon Immersion, Part 2 We had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you, Bethel Heights, Evesham Wood, Haden Fig, Sass Winery, Walter Scott Wines, and Hundred Suns for another incredible visit. @bethelheightsvineyard @sasswinery @walterscottwines @hundredsunswine #eveshamwoodwinery" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-532281d9-441e-4521-aa21-cfb8d703c961_34" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/475998203_18486620482044156_970060422858862569_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=BxOxxQnSJWoQ7kNvwF85IDl&_nc_oc=AdkvEZESRPIfel6Cjx8uLzvIGmmrOpurabvJ2wRxIw6DRxHe6Aip1KE-7Mxj9QtXP_I&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJFRieZ7fmJt4wk5VDi1BWRQLk8kR_3NrVm3LsVicSZeA&oe=682FD71B" alt="Oregon Immersion, Part 2 We had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you, Bethel Heights, Evesham Wood, Haden Fig, Sass Winery, Walter Scott Wines, and Hundred Suns for another incredible visit. @bethelheightsvineyard @sasswinery @walterscottwines @hundredsunswine #eveshamwoodwinery" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/475998203_18486620482044156_970060422858862569_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=BxOxxQnSJWoQ7kNvwF85IDl&_nc_oc=AdkvEZESRPIfel6Cjx8uLzvIGmmrOpurabvJ2wRxIw6DRxHe6Aip1KE-7Mxj9QtXP_I&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJFRieZ7fmJt4wk5VDi1BWRQLk8kR_3NrVm3LsVicSZeA&oe=682FD71B" alt="Oregon Immersion, Part 2 We had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you, Bethel Heights, Evesham Wood, Haden Fig, Sass Winery, Walter Scott Wines, and Hundred Suns for another incredible visit. @bethelheightsvineyard @sasswinery @walterscottwines @hundredsunswine #eveshamwoodwinery" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="b643c292-ed1c-49a6-b37c-6eff5aadfd2b_35" class="item-link-wrapper" data-idx="35" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgib643c292ed1c49a6b37c6eff5aadfd2b_35_35" data-hash="b643c292-ed1c-49a6-b37c-6eff5aadfd2b_35" data-id="b643c292-ed1c-49a6-b37c-6eff5aadfd2b_35" data-idx="35" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:3630px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="35" id="item-action-b643c292-ed1c-49a6-b37c-6eff5aadfd2b_35" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Happy work-iversary to Wendy! 🎉 We all love working with you (although we’re sure Slater loves you the most)! 🐶 Thank you for being a part of the RVWC team! 🥂" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-b643c292-ed1c-49a6-b37c-6eff5aadfd2b_35" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/475648218_18485874016044156_3975565865427235612_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=CyvCHfYma0gQ7kNvwEB_87h&_nc_oc=AdlmURy0AyefvXmTFk1vbuSJd8PUMbowVa0Eg9oIUPBJg87df-4RlIaKOFKNQHtGTf0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJEtf_YCy3gqe8ItesWVWUVM65hy0iTVGjCdYfY1FXDXA&oe=682FC5BB" alt="Happy work-iversary to Wendy! 🎉 We all love working with you (although we’re sure Slater loves you the most)! 🐶 Thank you for being a part of the RVWC team! 🥂" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/475648218_18485874016044156_3975565865427235612_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=CyvCHfYma0gQ7kNvwEB_87h&_nc_oc=AdlmURy0AyefvXmTFk1vbuSJd8PUMbowVa0Eg9oIUPBJg87df-4RlIaKOFKNQHtGTf0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJEtf_YCy3gqe8ItesWVWUVM65hy0iTVGjCdYfY1FXDXA&oe=682FC5BB" alt="Happy work-iversary to Wendy! 🎉 We all love working with you (although we’re sure Slater loves you the most)! 🐶 Thank you for being a part of the RVWC team! 🥂" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="c6fb089e-8d4f-4f9e-8e71-404708a055c7_36" class="item-link-wrapper" data-idx="36" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgic6fb089e8d4f4f9e8e71404708a055c7_36_36" data-hash="c6fb089e-8d4f-4f9e-8e71-404708a055c7_36" data-id="c6fb089e-8d4f-4f9e-8e71-404708a055c7_36" data-idx="36" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:3960px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="36" id="item-action-c6fb089e-8d4f-4f9e-8e71-404708a055c7_36" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Oregon Immersion, Part 1 We had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Jim Prosser of J.K. Carriere, Tyson Crowley of Crowley Wines, and Drew Voit of Harper Voit Wines for hosting us! @jkcarrierewines @crowleywines @harpervoitwines" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-c6fb089e-8d4f-4f9e-8e71-404708a055c7_36" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/476182107_18486414646044156_4761235790177200198_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=KT4TmQSZRkgQ7kNvwHQcNe3&_nc_oc=Admfk4926fNSdufTQ9HycEn7_2RX5rjNSgYyWmxQ9JYQW1uskbKMg8zZajQ2XXIGRco&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLAja0f44s0Ph9HmSQXrg6V2p7qn82B0om2riTtrVcHIQ&oe=682FDCFB" alt="Oregon Immersion, Part 1 We had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Jim Prosser of J.K. Carriere, Tyson Crowley of Crowley Wines, and Drew Voit of Harper Voit Wines for hosting us! @jkcarrierewines @crowleywines @harpervoitwines" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/476182107_18486414646044156_4761235790177200198_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=KT4TmQSZRkgQ7kNvwHQcNe3&_nc_oc=Admfk4926fNSdufTQ9HycEn7_2RX5rjNSgYyWmxQ9JYQW1uskbKMg8zZajQ2XXIGRco&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLAja0f44s0Ph9HmSQXrg6V2p7qn82B0om2riTtrVcHIQ&oe=682FDCFB" alt="Oregon Immersion, Part 1 We had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Jim Prosser of J.K. Carriere, Tyson Crowley of Crowley Wines, and Drew Voit of Harper Voit Wines for hosting us! @jkcarrierewines @crowleywines @harpervoitwines" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="7482bcf9-e065-45e4-bb88-6bec30036772_37" class="item-link-wrapper" data-idx="37" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi7482bcf9e06545e4bb886bec30036772_37_37" data-hash="7482bcf9-e065-45e4-bb88-6bec30036772_37" data-id="7482bcf9-e065-45e4-bb88-6bec30036772_37" data-idx="37" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:3960px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="37" id="item-action-7482bcf9-e065-45e4-bb88-6bec30036772_37" class="item-action" tabindex="-1" data-hook="item-action" aria-label="One of our longtime coworkers has decided to finally hang up his wine bag to spend more time with his family. We hired Virginia Beach Sales Rep Bill Averett in 2006 and have cherished the many years working with him. Bill grew from a green newbie on our sales team to the veteran pro and highly respected “Old Guard” he is today. He (and his family!) will always be a part of our RVWC family. Bill, we wish you all the best and will miss you! ❤️" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-7482bcf9-e065-45e4-bb88-6bec30036772_37" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/476401279_18486876511044156_7590187973231254703_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=qnMiOFH0NwMQ7kNvwE8np4M&_nc_oc=Adl-iUbzfioPSXH-ijIsvxH04FIMtpkifJmzyd-oI1rqvfvViCXUNqvNJFmoUeb3NUU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJbsnyQkz5aiG_qAnKZvBZpC8JfHeGIHEdF8WwZcmaQeQ&oe=682FCA7C" alt="One of our longtime coworkers has decided to finally hang up his wine bag to spend more time with his family. We hired Virginia Beach Sales Rep Bill Averett in 2006 and have cherished the many years working with him. Bill grew from a green newbie on our sales team to the veteran pro and highly respected “Old Guard” he is today. He (and his family!) will always be a part of our RVWC family. Bill, we wish you all the best and will miss you! ❤️" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/476401279_18486876511044156_7590187973231254703_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=qnMiOFH0NwMQ7kNvwE8np4M&_nc_oc=Adl-iUbzfioPSXH-ijIsvxH04FIMtpkifJmzyd-oI1rqvfvViCXUNqvNJFmoUeb3NUU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJbsnyQkz5aiG_qAnKZvBZpC8JfHeGIHEdF8WwZcmaQeQ&oe=682FCA7C" alt="One of our longtime coworkers has decided to finally hang up his wine bag to spend more time with his family. We hired Virginia Beach Sales Rep Bill Averett in 2006 and have cherished the many years working with him. Bill grew from a green newbie on our sales team to the veteran pro and highly respected “Old Guard” he is today. He (and his family!) will always be a part of our RVWC family. Bill, we wish you all the best and will miss you! ❤️" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="8c362a2b-9dd0-4e0e-91f6-40fd692ff01f_38" class="item-link-wrapper" data-idx="38" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi8c362a2b9dd04e0e91f640fd692ff01f_38_38" data-hash="8c362a2b-9dd0-4e0e-91f6-40fd692ff01f_38" data-id="8c362a2b-9dd0-4e0e-91f6-40fd692ff01f_38" data-idx="38" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:3960px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="38" id="item-action-8c362a2b-9dd0-4e0e-91f6-40fd692ff01f_38" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Visit the link in our bio for the latest edition of Pour Decisions 🗞️" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-8c362a2b-9dd0-4e0e-91f6-40fd692ff01f_38" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded video-item gallery-item-video" data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/476477314_18486732988044156_1162632292761446736_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=z0e2APHFG4AQ7kNvwFYyloN&_nc_oc=AdkMmTtNaq4YC4Ob1_wpM0HPrichTZZS16aFvpr4F-xGRCUP1Hb1B1-p40i1Bldt2mY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIQDxtPoQByD9093KIadJM53jZ1XnMoCpoFXfSGD7cdOQ&oe=682FC83C" alt="Visit the link in our bio for the latest edition of Pour Decisions 🗞️" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/476477314_18486732988044156_1162632292761446736_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=z0e2APHFG4AQ7kNvwFYyloN&_nc_oc=AdkMmTtNaq4YC4Ob1_wpM0HPrichTZZS16aFvpr4F-xGRCUP1Hb1B1-p40i1Bldt2mY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIQDxtPoQByD9093KIadJM53jZ1XnMoCpoFXfSGD7cdOQ&oe=682FC83C" alt="Visit the link in our bio for the latest edition of Pour Decisions 🗞️" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div><iframe data-hook="video-iframe-placeholder" class="gallery-item-content video-iframe-placeholder" title="pro-gallery-video" style="width:318px;height:318px;margin-top:0;margin-left:0" allow="fullscreen" src="https://scontent-iad3-2.cdninstagram.com/o1/v/t2/f2/m86/AQPnNsdfwEUw3LuIwpe-LBCraKVSENa-YpyWDwXqkfT2Kx5mM_oYxyXRh7StdSOEK6oY_OOawewdi52_dEWGF3PsTFMYvX3WkodFhkw.mp4?_nc_cat=103&_nc_sid=5e9851&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_ohc=5YQlwfsYJXIQ7kNvwFfaMHJ&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTE2OTY5NDc2MTE4MTAzNCwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjgsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=63e6711a37f6f7db&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8xMDQ5QTJBRUMwRUZDNTlERTk2NTc4RjE2ODM4MTA5OF92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dBUnJZaHlyYTFhdzkwd0RBUG00SWx6REIyZ0hicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJtT94ouZ9ZMEFQIoAkMzLBdAIAAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gdl5p0BAA&_nc_zt=28&oh=00_AfIYND2OCtvyOBt7IshlYg1Q67ddHpMKw3V1SB0DdsAJdA&oe=682BDA88" allowfullscreen="" loading="lazy"></iframe></div></div></div></div><div data-id="ce4f3ae0-ad58-4024-9af9-748c9980f132_39" class="item-link-wrapper" data-idx="39" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgice4f3ae0ad5840249af9748c9980f132_39_39" data-hash="ce4f3ae0-ad58-4024-9af9-748c9980f132_39" data-id="ce4f3ae0-ad58-4024-9af9-748c9980f132_39" data-idx="39" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:4290px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="39" id="item-action-ce4f3ae0-ad58-4024-9af9-748c9980f132_39" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Soter Vineyards recently joined RVWC’s portfolio, introducing us to the immense talent and environmentally-focused philosophy of Tony and the late Michelle Soter. Tony returned home to Oregon and the Willamette Valley after years of winemaking and consulting at Etude, Shafer, Araujo, and others in Napa. They worked diligently to realize their dream of creating a fully biodynamic farm and gorgeous wines at Mineral Springs Ranch, adding gardens and heritage livestock, then a beautiful tasting room to introduce visitors to the bounty while supporting a local food bank. Now it’s our turn, as we feature the delicious and great value Planet Oregon Pinot Noir and Rosé Sparkling and Soter Vineyards Estate and Mineral Springs Ranch wines. Cheers! @soterwines" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-ce4f3ae0-ad58-4024-9af9-748c9980f132_39" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/476006186_18486399517044156_8222982852803396342_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=jPOOyo9e2_EQ7kNvwG9u9NP&_nc_oc=Adm9kXJotJAxuEGt_Nrw_GaexzOI-x0m1TjMgSjeWORpOGaHE1z2DjuZVFzd888pdCE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKI7qLpPdFUp8pxQGEhZ_dtugFDtnv-Ako_8rhPlFGIog&oe=682FCB20" alt="Soter Vineyards recently joined RVWC’s portfolio, introducing us to the immense talent and environmentally-focused philosophy of Tony and the late Michelle Soter. Tony returned home to Oregon and the Willamette Valley after years of winemaking and consulting at Etude, Shafer, Araujo, and others in Napa. They worked diligently to realize their dream of creating a fully biodynamic farm and gorgeous wines at Mineral Springs Ranch, adding gardens and heritage livestock, then a beautiful tasting room to introduce visitors to the bounty while supporting a local food bank. Now it’s our turn, as we feature the delicious and great value Planet Oregon Pinot Noir and Rosé Sparkling and Soter Vineyards Estate and Mineral Springs Ranch wines. Cheers! @soterwines" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/476006186_18486399517044156_8222982852803396342_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=jPOOyo9e2_EQ7kNvwG9u9NP&_nc_oc=Adm9kXJotJAxuEGt_Nrw_GaexzOI-x0m1TjMgSjeWORpOGaHE1z2DjuZVFzd888pdCE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKI7qLpPdFUp8pxQGEhZ_dtugFDtnv-Ako_8rhPlFGIog&oe=682FCB20" alt="Soter Vineyards recently joined RVWC’s portfolio, introducing us to the immense talent and environmentally-focused philosophy of Tony and the late Michelle Soter. Tony returned home to Oregon and the Willamette Valley after years of winemaking and consulting at Etude, Shafer, Araujo, and others in Napa. They worked diligently to realize their dream of creating a fully biodynamic farm and gorgeous wines at Mineral Springs Ranch, adding gardens and heritage livestock, then a beautiful tasting room to introduce visitors to the bounty while supporting a local food bank. Now it’s our turn, as we feature the delicious and great value Planet Oregon Pinot Noir and Rosé Sparkling and Soter Vineyards Estate and Mineral Springs Ranch wines. Cheers! @soterwines" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="9d3f9ab8-d95c-4499-bf56-96b79fbae5fd_40" class="item-link-wrapper" data-idx="40" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi9d3f9ab8d95c4499bf5696b79fbae5fd_40_40" data-hash="9d3f9ab8-d95c-4499-bf56-96b79fbae5fd_40" data-id="9d3f9ab8-d95c-4499-bf56-96b79fbae5fd_40" data-idx="40" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:4290px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="40" id="item-action-9d3f9ab8-d95c-4499-bf56-96b79fbae5fd_40" class="item-action" tabindex="-1" data-hook="item-action" aria-label="A Tribute to Grace owner/winemaker, Angela Osborne, stole our hearts from first meeting. An expat New Zealander who moved to California in search of Grenache sites, we met her on a hot dusty day, as she climbed over barrels (while very pregnant) to claim samples of her Grenache for us to taste. Small production, minimal intervention, native ferment, low alcohol, high acid.... A Tribute to Grace Santa Barbara Highland’s Grenache and Grace Rosé of Grenache brings all this and more. She and her husband, Jason Osborne, an expat from Cornwall, have three boys and a collaborative winery, Land of Saints. We’re particularly enamored with a lovely, ripe, well-rounded Land of Saints Cabernet Sauvignon from 3 diverse lots in the Santa Ynez Valley produced by Angela, Jason and friend Manuel Cuevas. Celebrate the people, the wines and the reason we are in this business. Look for these wines! @gracewine @landofsaints" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-9d3f9ab8-d95c-4499-bf56-96b79fbae5fd_40" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/475098211_18485292760044156_950428355147799314_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=CQ0XoJ8OFjoQ7kNvwEJ5TAS&_nc_oc=Adl_Rznl0NXMsJjaxJQ6-tdFhJKgglNs9Ut4YjStaF9FJP8W6Hql6Zxe7-NT_W-PtIU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLGYD1FLasMdn2FkTtSg30baF3hxDjjtagEiAwiRw-nCg&oe=682FE692" alt="A Tribute to Grace owner/winemaker, Angela Osborne, stole our hearts from first meeting. An expat New Zealander who moved to California in search of Grenache sites, we met her on a hot dusty day, as she climbed over barrels (while very pregnant) to claim samples of her Grenache for us to taste. Small production, minimal intervention, native ferment, low alcohol, high acid.... A Tribute to Grace Santa Barbara Highland’s Grenache and Grace Rosé of Grenache brings all this and more. She and her husband, Jason Osborne, an expat from Cornwall, have three boys and a collaborative winery, Land of Saints. We’re particularly enamored with a lovely, ripe, well-rounded Land of Saints Cabernet Sauvignon from 3 diverse lots in the Santa Ynez Valley produced by Angela, Jason and friend Manuel Cuevas. Celebrate the people, the wines and the reason we are in this business. Look for these wines! @gracewine @landofsaints" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/475098211_18485292760044156_950428355147799314_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=CQ0XoJ8OFjoQ7kNvwEJ5TAS&_nc_oc=Adl_Rznl0NXMsJjaxJQ6-tdFhJKgglNs9Ut4YjStaF9FJP8W6Hql6Zxe7-NT_W-PtIU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLGYD1FLasMdn2FkTtSg30baF3hxDjjtagEiAwiRw-nCg&oe=682FE692" alt="A Tribute to Grace owner/winemaker, Angela Osborne, stole our hearts from first meeting. An expat New Zealander who moved to California in search of Grenache sites, we met her on a hot dusty day, as she climbed over barrels (while very pregnant) to claim samples of her Grenache for us to taste. Small production, minimal intervention, native ferment, low alcohol, high acid.... A Tribute to Grace Santa Barbara Highland’s Grenache and Grace Rosé of Grenache brings all this and more. She and her husband, Jason Osborne, an expat from Cornwall, have three boys and a collaborative winery, Land of Saints. We’re particularly enamored with a lovely, ripe, well-rounded Land of Saints Cabernet Sauvignon from 3 diverse lots in the Santa Ynez Valley produced by Angela, Jason and friend Manuel Cuevas. Celebrate the people, the wines and the reason we are in this business. Look for these wines! @gracewine @landofsaints" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="32117181-4c1e-4926-a369-5f9e974df98b_41" class="item-link-wrapper" data-idx="41" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi321171814c1e4926a3695f9e974df98b_41_41" data-hash="32117181-4c1e-4926-a369-5f9e974df98b_41" data-id="32117181-4c1e-4926-a369-5f9e974df98b_41" data-idx="41" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:4290px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="41" id="item-action-32117181-4c1e-4926-a369-5f9e974df98b_41" class="item-action" tabindex="-1" data-hook="item-action" aria-label="RVWC is hiring! Roanoke Valley Wine Co has a well-established sales position open in Tidewater! The upcoming retirement of a veteran sales consultant presents an opportunity for a self-motivated, wine-centric, and energetic candidate. Is that you?" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-32117181-4c1e-4926-a369-5f9e974df98b_41" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/474126370_18483667249044156_5663473935967129562_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=66ZbAB5fYh8Q7kNvwHmDyMp&_nc_oc=AdmcAEw5kbA4qDKzHK-LwmKMYfddSARDmig3LSSES4lzSsKs_qHjpctJU4yemNsLmsE&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIatBPTgsEu-H6CIxsiwA3emXMqT7rzKY_G0-AXPs0XGQ&oe=682FC7CE" alt="RVWC is hiring! Roanoke Valley Wine Co has a well-established sales position open in Tidewater! The upcoming retirement of a veteran sales consultant presents an opportunity for a self-motivated, wine-centric, and energetic candidate. Is that you?" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/474126370_18483667249044156_5663473935967129562_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=66ZbAB5fYh8Q7kNvwHmDyMp&_nc_oc=AdmcAEw5kbA4qDKzHK-LwmKMYfddSARDmig3LSSES4lzSsKs_qHjpctJU4yemNsLmsE&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIatBPTgsEu-H6CIxsiwA3emXMqT7rzKY_G0-AXPs0XGQ&oe=682FC7CE" alt="RVWC is hiring! Roanoke Valley Wine Co has a well-established sales position open in Tidewater! The upcoming retirement of a veteran sales consultant presents an opportunity for a self-motivated, wine-centric, and energetic candidate. Is that you?" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="196513eb-922e-468c-9a16-d7e8feeb1ca6_42" class="item-link-wrapper" data-idx="42" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi196513eb922e468c9a16d7e8feeb1ca6_42_42" data-hash="196513eb-922e-468c-9a16-d7e8feeb1ca6_42" data-id="196513eb-922e-468c-9a16-d7e8feeb1ca6_42" data-idx="42" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:4620px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="42" id="item-action-196513eb-922e-468c-9a16-d7e8feeb1ca6_42" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Big thank you to Michael Shaps for joining us for a fabulous dinner at The Local last night. Reconnecting with an old friend over braised short ribs and great wine on a frigid night totally derailed our plans to get any pictures! 🍷 @mswineworks @maison.shaps @thecvillelocal" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-196513eb-922e-468c-9a16-d7e8feeb1ca6_42" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/473983700_18483574786044156_514134732114197379_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=E5Ut_IB9AusQ7kNvwEk0bdH&_nc_oc=AdmcAPGXLifc8LLKg594Hi1kQFvPgGoEBausKy5BndcW-kkI7TqtoMn1t_6XYAEKfnQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLQUXzmdK5NkaKk-5pe29EqZu6BwxKkPlOIOnb8tRtdWg&oe=682FD298" alt="Big thank you to Michael Shaps for joining us for a fabulous dinner at The Local last night. Reconnecting with an old friend over braised short ribs and great wine on a frigid night totally derailed our plans to get any pictures! 🍷 @mswineworks @maison.shaps @thecvillelocal" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/473983700_18483574786044156_514134732114197379_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=E5Ut_IB9AusQ7kNvwEk0bdH&_nc_oc=AdmcAPGXLifc8LLKg594Hi1kQFvPgGoEBausKy5BndcW-kkI7TqtoMn1t_6XYAEKfnQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLQUXzmdK5NkaKk-5pe29EqZu6BwxKkPlOIOnb8tRtdWg&oe=682FD298" alt="Big thank you to Michael Shaps for joining us for a fabulous dinner at The Local last night. Reconnecting with an old friend over braised short ribs and great wine on a frigid night totally derailed our plans to get any pictures! 🍷 @mswineworks @maison.shaps @thecvillelocal" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="0804a8ca-53ca-4d38-baa7-cd0342bfc204_43" class="item-link-wrapper" data-idx="43" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi0804a8ca53ca4d38baa7cd0342bfc204_43_43" data-hash="0804a8ca-53ca-4d38-baa7-cd0342bfc204_43" data-id="0804a8ca-53ca-4d38-baa7-cd0342bfc204_43" data-idx="43" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:4620px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="43" id="item-action-0804a8ca-53ca-4d38-baa7-cd0342bfc204_43" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Throwback Thursday 🪩 Can you guess what RVWC owners Beth and Rob Crittenden picked as their 10 year wedding anniversary gift in 1995? Hint: it’s the aluminum anniversary… #iforkingloveyou #howtogrowabusiness" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-0804a8ca-53ca-4d38-baa7-cd0342bfc204_43" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/472120372_18480933214044156_5155275525359503280_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=RbbFSxbXy34Q7kNvwFnJTBi&_nc_oc=Adm0GyLr1jsMZnYxNbpM37HIiDqFpJGBKvZqNA1Z0MyLOxml8guAIG48dg2koOsJTj4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJTdEFwGkp8uvxxbUCJ7nzCMx8Exk-jVK794tdMnn6qew&oe=682FE386" alt="Throwback Thursday 🪩 Can you guess what RVWC owners Beth and Rob Crittenden picked as their 10 year wedding anniversary gift in 1995? Hint: it’s the aluminum anniversary… #iforkingloveyou #howtogrowabusiness" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/472120372_18480933214044156_5155275525359503280_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=RbbFSxbXy34Q7kNvwFnJTBi&_nc_oc=Adm0GyLr1jsMZnYxNbpM37HIiDqFpJGBKvZqNA1Z0MyLOxml8guAIG48dg2koOsJTj4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJTdEFwGkp8uvxxbUCJ7nzCMx8Exk-jVK794tdMnn6qew&oe=682FE386" alt="Throwback Thursday 🪩 Can you guess what RVWC owners Beth and Rob Crittenden picked as their 10 year wedding anniversary gift in 1995? Hint: it’s the aluminum anniversary… #iforkingloveyou #howtogrowabusiness" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="7cdeffbf-0302-401b-8920-017770b0c936_44" class="item-link-wrapper" data-idx="44" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi7cdeffbf0302401b8920017770b0c936_44_44" data-hash="7cdeffbf-0302-401b-8920-017770b0c936_44" data-id="7cdeffbf-0302-401b-8920-017770b0c936_44" data-idx="44" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:4620px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="44" id="item-action-7cdeffbf-0302-401b-8920-017770b0c936_44" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Pour Decisions Vol. 2 is out now! Visit the link in our bio to read, subscribe, or learn more. 🗞️" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-7cdeffbf-0302-401b-8920-017770b0c936_44" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/472279931_18480874963044156_4052375704920011551_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=VJLdQUy5WGQQ7kNvwFiqWpz&_nc_oc=AdkDglrETg-EGl_UCoYf4IaFfCIMXoiB6sY03ONea5a4sNzq37d_B7H4F4w86yKRSXM&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLOfltTvD1oN82IXO820MzzyAfykEAiUbX3dSoAzE-xlw&oe=682FCCE1" alt="Pour Decisions Vol. 2 is out now! Visit the link in our bio to read, subscribe, or learn more. 🗞️" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/472279931_18480874963044156_4052375704920011551_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=VJLdQUy5WGQQ7kNvwFiqWpz&_nc_oc=AdkDglrETg-EGl_UCoYf4IaFfCIMXoiB6sY03ONea5a4sNzq37d_B7H4F4w86yKRSXM&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLOfltTvD1oN82IXO820MzzyAfykEAiUbX3dSoAzE-xlw&oe=682FCCE1" alt="Pour Decisions Vol. 2 is out now! Visit the link in our bio to read, subscribe, or learn more. 🗞️" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="6b2e591f-3258-4889-a116-1c150c2c6cad_45" class="item-link-wrapper" data-idx="45" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi6b2e591f32584889a1161c150c2c6cad_45_45" data-hash="6b2e591f-3258-4889-a116-1c150c2c6cad_45" data-id="6b2e591f-3258-4889-a116-1c150c2c6cad_45" data-idx="45" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:4950px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="45" id="item-action-6b2e591f-3258-4889-a116-1c150c2c6cad_45" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Cheers to Sandro Fay, an iconic second-generation producer of Valtellina wines founded in 1971. Continuing their father’s legacy, siblings Elena Fay manages the business and Marco Fay farms the ridiculously steep, rocky slopes and is winemaker. Patrick, Rob, and Beth climbed up and down these unbelievable rock formations (aka vineyards), marveling at the tiny slices of land terraced out from a sheer rock face — sometimes only 2 or 3 rows wide. Always attracted to wines off the beaten path, we were entranced by the Chiavanesca grape (known elsewhere as Nebbiolo) and the vibrant, exciting Ca Morei 2019 and Valgella Valtellina Superiore DOCG 2021 (once labeled Costa Bassa). Go exploring and taste Sandro Fay Valtellina! @sandrofaywine" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-6b2e591f-3258-4889-a116-1c150c2c6cad_45" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/472425144_18481145425044156_5761038195067037815_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=mihGcJ5VtwYQ7kNvwGroJUt&_nc_oc=AdlsGeNIbIG-_rC-641DbAsGFVOaDNeOro4kkaol1tbrk1ldB_2xLwVZpGJyp55c9cQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKl0EeBGjfxX8fzBU78eucSKADEbvRdm4bcLaacp3J9mg&oe=682FB80E" alt="Cheers to Sandro Fay, an iconic second-generation producer of Valtellina wines founded in 1971. Continuing their father’s legacy, siblings Elena Fay manages the business and Marco Fay farms the ridiculously steep, rocky slopes and is winemaker. Patrick, Rob, and Beth climbed up and down these unbelievable rock formations (aka vineyards), marveling at the tiny slices of land terraced out from a sheer rock face — sometimes only 2 or 3 rows wide. Always attracted to wines off the beaten path, we were entranced by the Chiavanesca grape (known elsewhere as Nebbiolo) and the vibrant, exciting Ca Morei 2019 and Valgella Valtellina Superiore DOCG 2021 (once labeled Costa Bassa). Go exploring and taste Sandro Fay Valtellina! @sandrofaywine" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/472425144_18481145425044156_5761038195067037815_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=mihGcJ5VtwYQ7kNvwGroJUt&_nc_oc=AdlsGeNIbIG-_rC-641DbAsGFVOaDNeOro4kkaol1tbrk1ldB_2xLwVZpGJyp55c9cQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKl0EeBGjfxX8fzBU78eucSKADEbvRdm4bcLaacp3J9mg&oe=682FB80E" alt="Cheers to Sandro Fay, an iconic second-generation producer of Valtellina wines founded in 1971. Continuing their father’s legacy, siblings Elena Fay manages the business and Marco Fay farms the ridiculously steep, rocky slopes and is winemaker. Patrick, Rob, and Beth climbed up and down these unbelievable rock formations (aka vineyards), marveling at the tiny slices of land terraced out from a sheer rock face — sometimes only 2 or 3 rows wide. Always attracted to wines off the beaten path, we were entranced by the Chiavanesca grape (known elsewhere as Nebbiolo) and the vibrant, exciting Ca Morei 2019 and Valgella Valtellina Superiore DOCG 2021 (once labeled Costa Bassa). Go exploring and taste Sandro Fay Valtellina! @sandrofaywine" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="5b761483-922c-4ad7-981b-16fa5e45175c_46" class="item-link-wrapper" data-idx="46" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi5b761483922c4ad7981b16fa5e45175c_46_46" data-hash="5b761483-922c-4ad7-981b-16fa5e45175c_46" data-id="5b761483-922c-4ad7-981b-16fa5e45175c_46" data-idx="46" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:4950px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="46" id="item-action-5b761483-922c-4ad7-981b-16fa5e45175c_46" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Happy work anniversary to one of our favorite re-hires, Robin Spicer! Thanks for being a beloved member of the RVWC family for 10+ years. 💎" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-5b761483-922c-4ad7-981b-16fa5e45175c_46" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/471768420_18479843020044156_8632056188887826885_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=gvIdgzQRY8AQ7kNvwGteZzs&_nc_oc=AdljIaLBAUP3SgU8AAHJYpSXcLitJfs7xJhsqimImyEAY-jEnSCyW-Z6bd6lfc2lU98&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKyIj3WJ4lkOmFfI-LvZeLPGQgsm2WKtR2ZFmxQFxRMPQ&oe=682FD9A1" alt="Happy work anniversary to one of our favorite re-hires, Robin Spicer! Thanks for being a beloved member of the RVWC family for 10+ years. 💎" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-2.cdninstagram.com/v/t51.75761-15/471768420_18479843020044156_8632056188887826885_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=gvIdgzQRY8AQ7kNvwGteZzs&_nc_oc=AdljIaLBAUP3SgU8AAHJYpSXcLitJfs7xJhsqimImyEAY-jEnSCyW-Z6bd6lfc2lU98&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKyIj3WJ4lkOmFfI-LvZeLPGQgsm2WKtR2ZFmxQFxRMPQ&oe=682FD9A1" alt="Happy work anniversary to one of our favorite re-hires, Robin Spicer! Thanks for being a beloved member of the RVWC family for 10+ years. 💎" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="32c176c1-45b3-49a2-a4bc-8227225d7569_47" class="item-link-wrapper" data-idx="47" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgi32c176c145b349a2a4bc8227225d7569_47_47" data-hash="32c176c1-45b3-49a2-a4bc-8227225d7569_47" data-id="32c176c1-45b3-49a2-a4bc-8227225d7569_47" data-idx="47" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:4950px;left:662px;right:auto;width:318px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="47" id="item-action-32c176c1-45b3-49a2-a4bc-8227225d7569_47" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Happy Work-iversary to the woman who started it all, our own Beth Crittenden. We couldn’t find a photo of Beth without her family in it, which says a lot about who she is as a person. She’s generous, warm, and kind, but also a leader we’re proud to follow. Happy 31 years at RVWC, Beth! 🥂🎉🎈" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-32c176c1-45b3-49a2-a4bc-8227225d7569_47" style="background-color:none;height:318px;width:318px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:318px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/471630551_18479815705044156_7913098994064727597_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=TuCnNEZ9a6YQ7kNvwGn57Sr&_nc_oc=AdkO9IyfhyQTC2kWweZgFBZmHPX1wanaEMXdePb2x6bJWyVWzxwHxAqXaQNYI2Za4MY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKPFbMYFCdAg678y4OhA2eDW0TMd735pZSTaBBbdiKobQ&oe=682FBB2B" alt="Happy Work-iversary to the woman who started it all, our own Beth Crittenden. We couldn’t find a photo of Beth without her family in it, which says a lot about who she is as a person. She’s generous, warm, and kind, but also a leader we’re proud to follow. Happy 31 years at RVWC, Beth! 🥂🎉🎈" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/471630551_18479815705044156_7913098994064727597_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=TuCnNEZ9a6YQ7kNvwGn57Sr&_nc_oc=AdkO9IyfhyQTC2kWweZgFBZmHPX1wanaEMXdePb2x6bJWyVWzxwHxAqXaQNYI2Za4MY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKPFbMYFCdAg678y4OhA2eDW0TMd735pZSTaBBbdiKobQ&oe=682FBB2B" alt="Happy Work-iversary to the woman who started it all, our own Beth Crittenden. We couldn’t find a photo of Beth without her family in it, which says a lot about who she is as a person. She’s generous, warm, and kind, but also a leader we’re proud to follow. Happy 31 years at RVWC, Beth! 🥂🎉🎈" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:318px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="b6fb9826-5f41-4b63-bc08-f1d9d216bb42_48" class="item-link-wrapper" data-idx="48" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgib6fb98265f414b63bc08f1d9d216bb42_48_48" data-hash="b6fb9826-5f41-4b63-bc08-f1d9d216bb42_48" data-id="b6fb9826-5f41-4b63-bc08-f1d9d216bb42_48" data-idx="48" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:5280px;left:0;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="48" id="item-action-b6fb9826-5f41-4b63-bc08-f1d9d216bb42_48" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Happy 18 year RVWC anniversary to Robert Crum! We are so honored and proud of your years on the team. Thank you for all that you do! 🍾🎈" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-b6fb9826-5f41-4b63-bc08-f1d9d216bb42_48" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/471850394_18479843584044156_2767223205341035384_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=mQ2ovgSKw4cQ7kNvwHZ2mtV&_nc_oc=AdngRw5aNkmMEQJWJtXIlFlCd_WfiWnCYkfcmP__7OR5wj43S0BORPRJ9WkugE-PTqI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJFpJiUB94ehS-ppiUKpU0bZkqWgSzKnyZGuLoPGw8NhQ&oe=682FB193" alt="Happy 18 year RVWC anniversary to Robert Crum! We are so honored and proud of your years on the team. Thank you for all that you do! 🍾🎈" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/471850394_18479843584044156_2767223205341035384_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=mQ2ovgSKw4cQ7kNvwHZ2mtV&_nc_oc=AdngRw5aNkmMEQJWJtXIlFlCd_WfiWnCYkfcmP__7OR5wj43S0BORPRJ9WkugE-PTqI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJFpJiUB94ehS-ppiUKpU0bZkqWgSzKnyZGuLoPGw8NhQ&oe=682FB193" alt="Happy 18 year RVWC anniversary to Robert Crum! We are so honored and proud of your years on the team. Thank you for all that you do! 🍾🎈" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div><div data-id="e70408e2-86ce-498e-85b2-47f818dd8caf_49" class="item-link-wrapper" data-idx="49" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable" id="pgie70408e286ce498e85b247f818dd8caf_49_49" data-hash="e70408e2-86ce-498e-85b2-47f818dd8caf_49" data-id="e70408e2-86ce-498e-85b2-47f818dd8caf_49" data-idx="49" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:0;top:5280px;left:331px;right:auto;width:319px;height:318px;overflow:hidden;transition:opacity .2s ease;opacity:1;display:block"><div data-idx="49" id="item-action-e70408e2-86ce-498e-85b2-47f818dd8caf_49" class="item-action" tabindex="-1" data-hook="item-action" aria-label="Happy Work-iversary to Rob, our Sounders-loving wine nerd who puts the R in RVWC (we wish). He’s been there since the beginning but was officially hired 27 years ago today! Congrats, Rob! 🎉" role="button"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-e70408e2-86ce-498e-85b2-47f818dd8caf_49" style="background-color:none;height:318px;width:319px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded " data-hook="image-item" style="width:319px;height:318px;margin-top:0;margin-left:0"><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/471926382_18479835238044156_1829669398131620030_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=-0eu4tWBU_8Q7kNvwGITZOp&_nc_oc=Adnr_bJE4nupl_5y__FMIZpymPVsJnLKCL-7xUmKLm1Dp8gMBGatLeYpuqf3ymZml7w&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKDDSG77OEvdvA3gUgVEkPQW212Kg11oIYIqp8RxhBIpQ&oe=682FD4C1" alt="Happy Work-iversary to Rob, our Sounders-loving wine nerd who puts the R in RVWC (we wish). He’s been there since the beginning but was officially hired 27 years ago today! Congrats, Rob! 🎉" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><img src="https://scontent-iad3-1.cdninstagram.com/v/t51.75761-15/471926382_18479835238044156_1829669398131620030_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=-0eu4tWBU_8Q7kNvwGITZOp&_nc_oc=Adnr_bJE4nupl_5y__FMIZpymPVsJnLKCL-7xUmKLm1Dp8gMBGatLeYpuqf3ymZml7w&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKDDSG77OEvdvA3gUgVEkPQW212Kg11oIYIqp8RxhBIpQ&oe=682FD4C1" alt="Happy Work-iversary to Rob, our Sounders-loving wine nerd who puts the R in RVWC (we wish). He’s been there since the beginning but was officially hired 27 years ago today! Congrats, Rob! 🎉" class="gallery-item-visible gallery-item gallery-item-preloaded" style="width:319px;height:318px" data-hook="gallery-item-image-img" loading="eager"/></picture></div></div></div></div></div></div></div></div><div data-key="items-styles" style="display:none"></div></div></div><div id="layout-fixer-comp-m5y89fju_r_comp-lp9pu1jk" style="display:none"><link rel="stylesheet" id="layout-fixer-style-comp-m5y89fju_r_comp-lp9pu1jk" href=""/><script>try { window.requestAnimationFrame(function() { var ele = document.getElementById('pro-gallery-comp-m5y89fju_r_comp-lp9pu1jk'); var nativeComp = document.getElementById("comp-m5y89fju_r_comp-lp9pu1jk"), nativeRect = nativeComp.getBoundingClientRect(); var pgMeasures = {top: nativeRect.top, width: nativeRect.width, height: Number(getComputedStyle(nativeComp).getPropertyValue("height").replace("px", ""))}; var options = ((ele) => { const mainFunc = (galleryEle) => { const computedStyle = window.getComputedStyle(galleryEle); const computedStyles = {}; // search css variables to query const cssVariables = []; const stylesheets = document.styleSheets; for (let i = 0; i < stylesheets.length; i++) { try { const rules = stylesheets[i].rules || stylesheets[i].cssRules; for (let j = 0; j < rules.length; j++) { const rule = rules[j]; const style = rule.style; if (style) { for (let k = 0; k < style.length; k++) { const prop = style[k]; if (prop.startsWith('--')) { if (prop.includes('ProGallery-')) { cssVariables.push(prop); } } } } } } catch (e) { } } const cssVariablesMap = cssVariables.map((item) => { return { name: item, value: computedStyle.getPropertyValue(item), } }).filter((item) => item.value); // get computed styles for (let i = 0; i < cssVariablesMap.length; i++) { computedStyles[cssVariablesMap[i].name] = cssVariablesMap[i].value; } const options = Object.entries(computedStyles).reduce((res, [key, value]) => { const keyNameStart = key.indexOf('ProGallery-') + 'ProGallery-'.length; const keyName = key.substring(keyNameStart); res[keyName] = JSON.parse(value); return res; }, {}); const optionsStr = Object.entries({...{"controllers_layoutParams_structure_galleryRatio_method":"MANUAL","behaviourParams_gallery_blockContextMenu":true,"controllers_layoutParams_structure_galleryRatio_value":1.7777777777777777,"layoutParams_structure_galleryLayout":2,"layoutParams_structure_scrollDirection":"VERTICAL","controllers_layoutParams_structure_imageWidth_method":"FIXED","controllers_layoutParams_structure_numberOfDisplayedItems":3,"layoutParams_structure_layoutOrientation":"HORIZONTAL","behaviourParams_gallery_layoutDirection":"LEFT_TO_RIGHT","layoutParams_structure_itemSpacing":12,"layoutParams_structure_numberOfGridRows":1,"layoutParams_structure_numberOfColumns":3,"layoutParams_groups_density":0.3,"layoutParams_targetItemSize_value":90,"layoutParams_crop_method":"FILL","layoutParams_crop_ratios":[1],"layoutParams_structure_responsiveMode":"SET_ITEMS_PER_ROW","layoutParams_thumbnails_alignment":"BOTTOM","layoutParams_thumbnails_size":120,"layoutParams_thumbnails_spacing":4,"controllers_layoutParams_thumbnails_marginToGallery":4,"behaviourParams_gallery_vertical_loadMore_enable":false,"behaviourParams_gallery_vertical_loadMore_text":"Load More","behaviourParams_gallery_horizontal_navigationDuration":800,"behaviourParams_gallery_horizontal_loop":true,"behaviourParams_gallery_horizontal_autoSlide_interval":4,"behaviourParams_gallery_horizontal_autoSlide_speed":50,"behaviourParams_gallery_horizontal_autoSlide_pauseOnHover":false,"layoutParams_navigationArrows_enable":true,"layoutParams_navigationArrows_size":50,"layoutParams_navigationArrows_position":"ON_GALLERY","layoutParams_navigationArrows_container_type":"BOX","layoutParams_navigationArrows_mouseCursorContainerMaxWidth":"100%","layoutParams_navigationArrows_verticalAlignment":"ITEM_CENTER","behaviourParams_item_content_hoverAnimation":"NO_EFFECT","behaviourParams_item_content_loader":"BLUR","behaviourParams_item_content_placementAnimation":"NO_EFFECT","behaviourParams_gallery_scrollAnimation":"NO_EFFECT","behaviourParams_gallery_horizontal_slideAnimation":"SCROLL","behaviourParams_item_video_enablePlayButton":true,"behaviourParams_item_video_playTrigger":"HOVER","behaviourParams_item_video_speed":1,"controllers_optionsMap_behaviourParams_item_video_volume":false,"behaviourParams_item_video_loop":true,"behaviourParams_item_clickAction":"ACTION","behaviourParams_item_content_magnificationValue":2,"layoutParams_navigationArrows_padding":32,"behaviourParams_gallery_vertical_loadMore_amount":"PARTIAL","behaviourParams_gallery_horizontal_autoSlide_behaviour":"OFF","behaviourParams_gallery_horizontal_slideTransition":"cubic-bezier(0.46,0.1,0.25,1)","controllers_layoutParams_external_info_placement":"BELOW","controllers_layoutParams_external_info_SocialButtonsHorizontalAlignment":"LEFT","controllers_layoutParams_internal_info_SocialButtonsHorizontalAlignment":"LEFT","layoutParams_info_placement":"OVERLAY","controllers_layoutParams_info_allowTitle":true,"controllers_layoutParams_info_allowDescription":true,"controllers_layoutParams_info_allowTitleAndDescription":",controllers_layoutParams_info_allowTitle,controllers_layoutParams_info_allowDescription","controllers_layoutParams_info_verticalPadding":12,"controllers_layoutParams_info_horizontalPadding":0,"controllers_layoutParams_info_verticalAlignment":"CENTER","controllers_layoutParams_info_horizontalAlignment":"CENTER","layoutParams_info_sizeUnits":"PIXEL","layoutParams_info_height":0,"controllers_layoutParams_info_width_pixel":200,"controllers_layoutParams_info_width_percent":50,"behaviourParams_item_overlay_hoveringBehaviour":"APPEARS","controllers_behaviourParams_item_overlay_overlayType":"FULL","behaviourParams_item_overlay_sizeUnits":"PERCENT","controllers_behaviourParams_item_overlay_enabled":true,"controllers_layoutParams_info_newInfo_external_enabled":true,"controllers_behaviourParams_item_overlay_size_percent":100,"controllers_behaviourParams_item_overlay_size_pixel":114,"behaviourParams_item_overlay_position":"BOTTOM","behaviourParams_item_overlay_padding":0,"behaviourParams_item_overlay_hoverAnimation":"NO_EFFECT","controllers_behaviourParams_item_overlay_hoverAnimationBehavior":"APPEARS","behaviourParams_item_threeDimensionalScene_playTrigger":"AUTO","controllers_experimental_useNewInfo":"","controllers_showManageMedia":false,"controllers_layoutParams_infoElementOptions_external_order":"top,Title,Description,middle,bottom","controllers_layoutParams_infoElementOptions_internal_order":"top,Title,Description,middle,bottom","controllers_layoutParams_infoElementOptions_external_enabled":"","controllers_layoutParams_infoElementOptions_internal_enabled":"","controllers_fullscreen_allowTitleExpand":true,"controllers_fullscreen_allowDescriptionExpand":true,"controllers_fullscreen_allowLinkExpand":false,"controllers_fullscreen_whenToShowInfo":"ALWAYS","controllers_fullscreen_expandInfoPosition":"SIDE","controllers_fullscreen_showInfoExpandButton":false,"controllers_fullscreen_allowFullscreenExpand":true,"controllers_fullscreen_fullscreenLoop":false,"controllers_fullscreen_allowFullscreenMagnifyImage":false,"controllers_fullscreen_fullscreenMagnificationLevel":2,"controllers_fullscreen_fullscreenMagnificationPercent":200,"controllers_fullscreen_backgroundBlurFilter":1,"controllers_fullscreen_backgroundGrayscaleFilter":false,"FULLSCREEN_PREVIEW":"","FULLSCREEN_CTA":"","behaviourParams_item_video_volume":0,"controllers_layoutParams_external_info_CustomButtonCustomButtonText":"Click here","variant_count":33,"controllers_layoutParams_internal_info_CustomButtonHorizontalAlignment":"CENTER","controllers_layoutParams_internal_info_CustomButtonCustomButtonText":"Click here","controllers_layoutParams_external_info_CustomButtonHorizontalAlignment":"CENTER","behaviourParams_item_secondaryMedia_enableHoverTrigger":false,"responsive":true,"layoutParams_info_width":200,"infoElementsOptions_external_enabled_Title":false,"infoElementsOptions_external_enabled_Description":false,"infoElementsOptions_external_enabled_CustomButton":false,"infoElementsOptions_external_enabled_Social":false,"infoElementsOptions_external_socialParams_options_loveButton":false,"infoElementsOptions_external_socialParams_options_allowSocial":false,"infoElementsOptions_external_socialParams_options_loveCounter":false,"infoElementsOptions_external_socialParams_options_allowDownload":true,"infoElementsOptions_external_order_top":"Title,Description,CustomButton","infoElementsOptions_external_order_middle":"","infoElementsOptions_external_order_bottom":"Social","infoElementsOptions_internal_enabled_Title":false,"infoElementsOptions_internal_enabled_Description":false,"infoElementsOptions_internal_enabled_CustomButton":false,"infoElementsOptions_internal_enabled_Social":false,"infoElementsOptions_internal_socialParams_options_loveButton":false,"infoElementsOptions_internal_socialParams_options_allowSocial":false,"infoElementsOptions_internal_socialParams_options_loveCounter":false,"infoElementsOptions_internal_socialParams_options_allowDownload":true,"infoElementsOptions_internal_order_top":"Title,Description,CustomButton","infoElementsOptions_internal_order_middle":"","infoElementsOptions_internal_order_bottom":"Social","galleryHorizontalAlign":"center","galleryTextAlign":"center","infoElementsOptions_external_socialParams_horizontalAlignment":"left","infoElementsOptions_internal_socialParams_horizontalAlignment":"left","behaviourParams_item_overlay_size":100,"layoutParams_structure_galleryRatio_value":0,"layoutParams_thumbnails_marginToGallery":4,"layoutParams_crop_enable":false,"layoutParams_targetItemSize_unit":"SMART","behaviourParams_item_secondaryMedia_trigger":"HOVER"}, ...options, ...{"behaviourParams_item_clickAction":"EXPAND"}}) .map(([key, value]) => ([key, JSON.stringify(value)])) .filter(([key, value]) => key.includes('layoutParams_')) .map((keyval) => keyval.join(":")).join('|'); return optionsStr; }; return mainFunc(ele); })(ele); var isVertical = options.includes('layoutParams_structure_scrollDirection:"VERTICAL"'); var layoutFixerUrl = '/_serverless/pro-gallery-native-layout-fixer/layoutCssNative?id=comp-m5y89fju_r_comp-lp9pu1jk&items=35529_1_1|35538_1_1|35306_1_1|35357_1_1|35794_1_1|35268_1_1|35696_1_1|35805_1_1|35750_1_1|35595_1_1|35378_1_1|35580_1_1|35724_1_1|35643_1_1|35582_1_1|80959_1_1|34865_1_1|35603_1_1|35319_1_1|35721_1_1&container=' + pgMeasures.top + '_' + pgMeasures.width + '_' + pgMeasures.height + '_' + window.innerHeight + '&options=' + options; document.getElementById('layout-fixer-style-comp-m5y89fju_r_comp-lp9pu1jk').setAttribute('href', encodeURI(layoutFixerUrl)); }); } catch (e) { console.warn('Cannot set layoutFixer css', e); }</script></div></div><noscript><style> .pro-gallery-wix-wrapper {display: block !important;} .pro-gallery-wix-wrapper .gallery-item-container {opacity: 1 !important; display: block !important;} </style></noscript></div></div><!--/$--><!--$--><div id="comp-m5y89fju_r_comp-luph70yy" role="" class="rM7ckN YJEKQk comp-m5y89fju_r_comp-luph70yy-container comp-m5y89fju_r_comp-luph70yy wixui-box"><div class="YAf4Ti InKIFF wixui-box"></div><!--$--><div id="comp-m5y89fju_r_comp-luph7m8r" class="HcOXKn c9GqVL QxJLC3 comp-m5y89fju_r_comp-luph7m8r wixui-rich-text" data-testid="richTextElement" ariaAttributes="[object Object]"><h2 class="font_2 wixui-rich-text__text">Follow us on Instagram</h2></div><!--/$--><!--$--><div id="comp-m5y89fju_r_comp-luph9qfy" role="" class="rM7ckN YJEKQk comp-m5y89fju_r_comp-luph9qfy-container comp-m5y89fju_r_comp-luph9qfy wixui-box"><div class="YAf4Ti InKIFF wixui-box"></div><!--$--><div id="comp-m5y89fju_r_comp-luph9qg41" class="comp-m5y89fju_r_comp-luph9qg41" style="visibility:hidden;overflow:hidden;width:0;min-width:0;height:0;min-height:0;pointer-events:none;margin:0;position:absolute"></div><!--/$--><!--$--><div id="comp-m5y89fju_r_comp-luph9qg83" class="comp-m5y89fju_r_comp-luph9qg83" data-semantic-classname="button"><a data-testid="linkElement" href="https://www.instagram.com/roanokevalleywineco" target="_blank" rel="noopener" class="StylableButton2545352419__root StylableButton2545352419--isMaxContent comp-m5y89fju_r_comp-luph9qg83-styleId__root wixui-button StylableButton2545352419__link" aria-label="@roanokevalleywineco"><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__label wixui-button__label" data-testid="stylablebutton-label">@roanokevalleywineco</span><span class="StylableButton2545352419__icon wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><?xml version="1.0" encoding="UTF-8"?> <svg data-bbox="29.998 30.006 139.998 139.998" viewBox="0 0 200 200" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="shape"> <g> <path d="M169.996 34.048c.001-.064-.001-.128-.003-.192a4.05 4.05 0 0 0-.05-.527c-.009-.057-.015-.114-.027-.171a3.921 3.921 0 0 0-.191-.643c-.02-.05-.046-.097-.068-.147a3.889 3.889 0 0 0-.366-.656 3.941 3.941 0 0 0-.451-.552 3.925 3.925 0 0 0-.727-.563 3.988 3.988 0 0 0-.48-.252c-.05-.022-.098-.049-.149-.069a3.995 3.995 0 0 0-.641-.19c-.058-.012-.117-.018-.175-.027a3.975 3.975 0 0 0-.522-.05c-.065-.002-.13-.004-.195-.003a3.948 3.948 0 0 0-.648.062l-.036.004a3.835 3.835 0 0 0-.548.149L32.656 76.441a3.973 3.973 0 0 0-.302 7.378l58.033 25.792 25.793 58.033a3.97 3.97 0 0 0 3.792 2.356 3.971 3.971 0 0 0 3.587-2.656L169.78 35.28c.063-.181.113-.364.149-.549l.004-.033c.041-.216.059-.433.063-.65zm-19.08 9.419-58.399 58.399-47.78-21.236 106.179-37.163zM119.37 155.264l-21.237-47.781 58.4-58.4-37.163 106.181z"/> </g> </svg> </span></span></span></a></div><!--/$--></div><!--/$--></div><!--/$--><!--$--><div id="comp-m5y89fju_r_comp-m010jxj2" class="comp-m5y89fju_r_comp-m010jxj2" data-semantic-classname="button"><button type="button" class="StylableButton2545352419__root StylableButton2545352419--isMaxContent comp-m5y89fju_r_comp-m010jxj2-styleId__root wixui-button" data-testid="buttonContent" aria-label="Load More"><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__label wixui-button__label" data-testid="stylablebutton-label">Load More</span><span class="StylableButton2545352419__icon wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><?xml version="1.0" encoding="UTF-8"?> <svg data-bbox="29.998 30.006 139.998 139.998" viewBox="0 0 200 200" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="shape"> <g> <path d="M169.996 34.048c.001-.064-.001-.128-.003-.192a4.05 4.05 0 0 0-.05-.527c-.009-.057-.015-.114-.027-.171a3.921 3.921 0 0 0-.191-.643c-.02-.05-.046-.097-.068-.147a3.889 3.889 0 0 0-.366-.656 3.941 3.941 0 0 0-.451-.552 3.925 3.925 0 0 0-.727-.563 3.988 3.988 0 0 0-.48-.252c-.05-.022-.098-.049-.149-.069a3.995 3.995 0 0 0-.641-.19c-.058-.012-.117-.018-.175-.027a3.975 3.975 0 0 0-.522-.05c-.065-.002-.13-.004-.195-.003a3.948 3.948 0 0 0-.648.062l-.036.004a3.835 3.835 0 0 0-.548.149L32.656 76.441a3.973 3.973 0 0 0-.302 7.378l58.033 25.792 25.793 58.033a3.97 3.97 0 0 0 3.792 2.356 3.971 3.971 0 0 0 3.587-2.656L169.78 35.28c.063-.181.113-.364.149-.549l.004-.033c.041-.216.059-.433.063-.65zm-19.08 9.419-58.399 58.399-47.78-21.236 106.179-37.163zM119.37 155.264l-21.237-47.781 58.4-58.4-37.163 106.181z"/> </g> </svg> </span></span></span></button></div><!--/$--></div><!--/$--></div><!--/$--></div><!--$--><div id="comp-kdg12hds" class="comp-kdg12hds" data-semantic-classname="button"><a data-testid="linkElement" data-anchor="SCROLL_TO_TOP" href="https://www.rvwc.com" target="_self" class="StylableButton2545352419__root style-kdg12hej2__root wixui-button StylableButton2545352419__link" aria-label=""><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__icon wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><?xml version="1.0" encoding="UTF-8"?> <svg data-bbox="19.918 28.275 160.047 143.625" xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" data-type="shape"> <g> <path d="M170.8 89.9L103 38.3c-1.9-1.5-5.1-1.5-7.1 0L29.2 89.9c-1 .8-.3 3 1 3l8.1.1v64.7c0 3 1 5.1 4 5.1h34.4c3 0 5.1-2 5.1-5.1v-34.4c0-2 1-3 3-3h30.4c2 0 3 1 3 3v34.4c0 3 2 5.1 5.1 5.1h33.4c2.9 0 5.1-2 5.1-5.1V92.9h8.1c1.2 0 1.9-2.3.9-3zm0 11.1v56.7c0 9.1-4 14.2-14.2 14.2h-34.4c-8.1 0-13.2-6.1-13.2-14.2v-28.3H90.9v28.3c0 9.1-5.1 14.2-13.2 14.2H42.3c-8.1 0-13.2-6.1-13.2-14.2V101C20 101 16.5 89.5 24 83.8l66.8-52.6c5.1-3.9 12-3.9 17.2 0l67.8 51.6c8.2 6.2 3.1 18.2-5 18.2z"/> </g> </svg> </span></span></span></a></div><!--/$--></div></div></div><!--/$--></div></section><!--/$--></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><!--/$--><!--$--><footer id="SITE_FOOTER" class="xU8fqS SITE_FOOTER wixui-footer" tabindex="-1"><div class="_C0cVf"><div class="_4XcTfy" data-testid="screenWidthContainerBg"></div></div><div class="U4Bvut"><div class="G5K6X8"><div class="gUbusX" data-testid="screenWidthContainerBgCenter"></div></div><div class="CJF7A2"><div data-mesh-id="SITE_FOOTERinlineContent" data-testid="inline-content" class=""><div data-mesh-id="SITE_FOOTERinlineContent-gridContainer" data-testid="mesh-container-content"><!--$--><div id="comp-kc0yam4s" class="comp-kc0yam4s WzbAF8"><ul class="mpGTIt" aria-label="Social Bar"><li id="dataItem-kc119gks-comp-kc0yam4s" class="O6KwRn"><a data-testid="linkElement" href="https://www.sevenfifty.com/rvwc" target="_blank" class="oRtuWN" aria-label="View our portfolio on SevenFifty"><wow-image id="img_0_comp-kc0yam4s" class="jhxvbR YaS0jR" data-image-info="{"containerId":"dataItem-kc119gks-comp-kc0yam4s","displayMode":"fill","encoding":"AVIF","imageData":{"width":192,"height":192,"uri":"161e3b_2ac7e9102e014f6198a140313525f348~mv2.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG dataItem-kc119gks-comp-kc0yam4s" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(192px, 100%)"><img alt="View our portfolio on SevenFifty"/></wow-image></a></li><li id="dataItem-kc0yam662-comp-kc0yam4s" class="O6KwRn"><a data-testid="linkElement" href="https://www.instagram.com/roanokevalleywineco/" target="_blank" class="oRtuWN" aria-label="Follow us on Instagram"><wow-image id="img_1_comp-kc0yam4s" class="jhxvbR YaS0jR" data-image-info="{"containerId":"dataItem-kc0yam662-comp-kc0yam4s","displayMode":"fill","encoding":"AVIF","imageData":{"width":200,"height":200,"uri":"01c3aff52f2a4dffa526d7a9843d46ea.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG dataItem-kc0yam662-comp-kc0yam4s" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(200px, 100%)"><img alt="Follow us on Instagram"/></wow-image></a></li><li id="dataItem-kc0yam651-comp-kc0yam4s" class="O6KwRn"><a data-testid="linkElement" href="https://www.facebook.com/Roanokevalley/" target="_blank" class="oRtuWN" aria-label="Follow us on Facebook"><wow-image id="img_2_comp-kc0yam4s" class="jhxvbR YaS0jR" data-image-info="{"containerId":"dataItem-kc0yam651-comp-kc0yam4s","displayMode":"fill","encoding":"AVIF","imageData":{"width":200,"height":200,"uri":"0fdef751204647a3bbd7eaa2827ed4f9.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG dataItem-kc0yam651-comp-kc0yam4s" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(200px, 100%)"><img alt="Follow us on Facebook"/></wow-image></a></li><li id="dataItem-kc119gku-comp-kc0yam4s" class="O6KwRn"><a data-testid="linkElement" href="https://vimeo.com/rvwc" target="_blank" class="oRtuWN" aria-label="View our tutorials on Vimeo"><wow-image id="img_3_comp-kc0yam4s" class="jhxvbR YaS0jR" data-image-info="{"containerId":"dataItem-kc119gku-comp-kc0yam4s","displayMode":"fill","encoding":"AVIF","imageData":{"width":200,"height":200,"uri":"dbcb9dab6c244854b4146cde5958b170.png","name":"","displayMode":"fill"}}" data-motion-part="BG_IMG dataItem-kc119gku-comp-kc0yam4s" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(200px, 100%)"><img alt="View our tutorials on Vimeo"/></wow-image></a></li></ul></div><!--/$--></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 type="application/json" id="wix-fedops">{"data":{"site":{"metaSiteId":"fdbffcc2-13aa-4611-a2f5-88e8be74fabd","userId":"161e3b74-181d-4f61-97d0-dd39c0e8e297","siteId":"524a5244-5b82-4a67-82cb-2b9c457da83c","externalBaseUrl":"https:\/\/www.rvwc.com","siteRevision":667,"siteType":"UGC","dc":"ireland-pub","isResponsive":false,"editorName":"Unknown","sessionId":"04d1132f-2d1c-453b-bf36-f74bf0345e83","isSEO":true,"appNameForBiEvents":"thunderbolt"},"rollout":{"siteAssetsVersionsRollout":false,"isDACRollout":0,"isTBRollout":true},"fleetConfig":{"fleetName":"thunderbolt-seo-renderer-gradual","type":"Rollout","code":1},"requestUrl":"https:\/\/www.rvwc.com\/","isInSEO":true,"platformOnSite":true}}</script> <script>window.fedops = JSON.parse(document.getElementById('wix-fedops').textContent)</script> <script id='sendFedopsLoadStarted'> !function(){function e(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function r(e,r,t){return(r=function(e){var r=function(e,r){if("object"!=typeof e||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,r||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(e)}(e,"string");return"symbol"==typeof r?r:String(r)}(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}var t=function(e){var r,t,n,o=!1;if(null===(r=window.viewerModel)||void 0===r||!/\(iP(hone|ad|od);/i.test(null===(t=window)||void 0===t||null===(n=t.navigator)||void 0===n?void 0:n.userAgent))try{o=navigator.sendBeacon(e)}catch(e){}o||((new Image).src=e)};var n=window.fedops.data,o=n.site,i=n.rollout,a=n.fleetConfig,s=n.requestUrl,c=n.isInSEO,shouldReportErrorOnlyInPanorama=n.shouldReportErrorOnlyInPanorama;var u=function(e){var r=e.navigator.userAgent;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)||function(){try{if(window.self===window.top)return""}catch(e){}return"iframe"}()||function(){var e;if(!Function.prototype.bind)return"bind";var r=window,t=r.document,n=r.navigator;if(!t||!n)return"document";var o=n.webdriver,i=n.userAgent,a=n.plugins,s=n.languages;if(o)return"webdriver";if(!a||Array.isArray(a))return"plugins";if(null!==(e=Object.getOwnPropertyDescriptor(a,"0"))&&void 0!==e&&e.writable)return"plugins-extra";if(!i)return"userAgent";if(i.indexOf("Snapchat")>0&&t.hidden)return"Snapchat";if(!s||0===s.length||!Object.isFrozen(s))return"languages";try{throw Error()}catch(e){if(e instanceof Error){var c=e.stack;if(c&&/ (\(internal\/)|(\(?file:\/)/.test(c))return"stack"}}return""}()||(c?"seo":""),l=!!u,p=function(t,n){var o,i="none",a=t.match(/ssr-caching="?cache[,#]\s*desc=([\w-]+)(?:[,#]\s*varnish=(\w+))?(?:[,#]\s*dc[,#]\s*desc=([\w-]+))?(?:"|;|$)/);if(!a&&window.PerformanceServerTiming){var s=function(e){var r,t;try{r=e()}catch(e){r=[]}var n=[];return r.forEach((function(e){switch(e.name){case"cache":n[1]=e.description;break;case"varnish":n[2]=e.description;break;case"dc":t=e.description}})),{microPop:t,matches:n}}(n);o=s.microPop,a=s.matches}if(a&&a.length&&(i=`${a[1]},${a[2]||"none"}`,o||(o=a[3])),"none"===i){var c="undefined"!=typeof performance?performance.timing:null;c&&c.responseStart-c.requestStart==0&&(i="browser")}return function(t){for(var n=1;n<arguments.length;n++){var o=null!=arguments[n]?arguments[n]:{};n%2?e(Object(o),!0).forEach((function(e){r(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):e(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}({caching:i,isCached:i.includes("hit")},o?{microPop:o}:{})}(document.cookie,(function(){return performance.getEntriesByType("navigation")[0].serverTiming||[]})),f=p.isCached,m=p.caching,v=p.microPop,w={WixSite:1,UGC:2,Template:3}[o.siteType]||0,g="Studio"===o.editorName?"wix-studio":o.isResponsive?"thunderbolt-responsive":"thunderbolt",h=i.isDACRollout,b=i.siteAssetsVersionsRollout,y=h?1:0,x=b?1:0,O=0===a.code||1===a.code?a.code:null,S=2===a.code,P=Date.now()-window.initialTimestamps.initialTimestamp,T=Math.round(performance.now()),_=document.visibilityState,j=window,E=j.fedops,I=j.addEventListener,k=j.thunderboltVersion;E.apps=E.apps||{},E.apps[g]={startLoadTime:T},E.sessionId=o.sessionId,E.vsi="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var r=16*Math.random()|0;return("x"===e?r:3&r|8).toString(16)})),E.is_cached=f,E.phaseStarted=D(28),E.phaseEnded=D(22),performance.mark("[cache] "+m+(v?" ["+v+"]":"")),E.reportError=function(e,r="load"){var t=(null==e?void 0:e.reason)||(null==e?void 0:e.message);t?(shouldReportErrorOnlyInPanorama||R(26,`&errorInfo=${t}&errorType=${r}`),$({error:{name:r,message:t,stack:e?.stack}})):e.preventDefault()},I("error",E.reportError),I("unhandledrejection",E.reportError);var A=!1;function R(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if(!s.includes("suppressbi=true")){var n="//frog.wix.com/bolt-performance?src=72&evid="+e+"&appName="+g+"&is_rollout="+O+"&is_company_network="+S+"&is_sav_rollout="+x+"&is_dac_rollout="+y+"&dc="+o.dc+(v?"µPop="+v:"")+"&is_cached="+f+"&msid="+o.metaSiteId+"&session_id="+window.fedops.sessionId+"&ish="+l+"&isb="+l+(l?"&isbr="+u:"")+"&vsi="+window.fedops.vsi+"&caching="+m+(A?",browser_cache":"")+"&pv="+_+"&pn=1&v="+k+"&url="+encodeURIComponent(s)+"&st="+w+`&ts=${P}&tsn=${T}`+r;t(n)}}function $({transaction:e,error:r}){const t=[{fullArtifactId:"com.wixpress.html-client.wix-thunderbolt",componentId:g,platform:"viewer",msid:window.fedops.data.site.metaSiteId,sessionId:window.fedops.sessionId,sessionTime:Date.now()-window.initialTimestamps.initialTimestamp,logLevel:r?"ERROR":"INFO",message:r?.message??(e?.name&&`${e.name} START`),errorName:r?.name,errorStack:r?.stack,transactionName:e?.name,transactionAction:e&&"START",isSsr:!1,dataCenter:o.dc,isCached:!!f,isRollout:!!O,isHeadless:!!l,isDacRollout:!!y,isSavRollout:!!x,isCompanyNetwork:!!S}];try{const e=JSON.stringify({messages:t});return navigator.sendBeacon("https://panorama.wixapps.net/api/v1/bulklog",e)}catch(e){console.error(e)}}function D(e){return function(r,t){var n=`&name=${r}&duration=${Date.now()-P}`,o=t&&t.paramsOverrides?Object.keys(t.paramsOverrides).map((function(e){return e+"="+t.paramsOverrides[e]})).join("&"):"";R(e,o?`${n}&${o}`:n)}}I("pageshow",(function(e){e.persisted&&(A||(A=!0,E.is_cached=!0))}),!0),window.__browser_deprecation__||(R(21,`&platformOnSite=${window.fedops.data.platformOnSite}`),$({transaction:{name:"PANORAMA_COMPONENT_LOAD"}}))}(); </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.c85465c7.bundle.min.js">(()=>{"use strict";var e,o,a,r,i,n={},t={};function d(e){var o=t[e];if(void 0!==o)return o.exports;var a=t[e]={id:e,loaded:!1,exports:{}};return n[e].call(a.exports,a,a.exports,d),a.loaded=!0,a.exports}d.m=n,e=[],d.O=(o,a,r,i)=>{if(!a){var n=1/0;for(p=0;p<e.length;p++){for(var[a,r,i]=e[p],t=!0,s=0;s<a.length;s++)(!1&i||n>=i)&&Object.keys(d.O).every((e=>d.O[e](a[s])))?a.splice(s--,1):(t=!1,i<n&&(n=i));if(t){e.splice(p--,1);var c=r();void 0!==c&&(o=c)}}return o}i=i||0;for(var p=e.length;p>0&&e[p-1][2]>i;p--)e[p]=e[p-1];e[p]=[a,r,i]},d.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return d.d(o,{a:o}),o},a=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,d.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var i=Object.create(null);d.r(i);var n={};o=o||[null,a({}),a([]),a(a)];for(var t=2&r&&e;"object"==typeof t&&!~o.indexOf(t);t=a(t))Object.getOwnPropertyNames(t).forEach((o=>n[o]=()=>e[o]));return n.default=()=>e,d.d(i,n),i},d.d=(e,o)=>{for(var a in o)d.o(o,a)&&!d.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:o[a]})},d.f={},d.e=e=>Promise.all(Object.keys(d.f).reduce(((o,a)=>(d.f[a](e,o),o)),[])),d.u=e=>671===e?"thunderbolt-commons.a514f271.bundle.min.js":592===e?"fastdom.inline.fbeb22f8.bundle.min.js":8398===e?"custom-element-utils.inline.90375295.bundle.min.js":996===e?"render-indicator.inline.44f675de.bundle.min.js":7122===e?"version-indicator.inline.5c969259.bundle.min.js":({34:"FontFaces",40:"wixEcomFrontendWixCodeSdk",46:"TPAPopup",130:"styleUtilsService",161:"wix-seo-events-page-structured-data-index",200:"wix-seo-reviews-component-index",255:"sessionManagerService",266:"group_3",316:"windowScroll",349:"wix-seo-breadcrumbs-component-index",350:"namedSignalsService",359:"group_48",407:"wix-seo-SEO_DEFAULT",481:"wix-seo-forum-category-index",488:"interactions",541:"TPAUnavailableMessageOverlay",569:"assetsLoader",622:"siteThemeService",693:"triggersAndReactions",695:"animationsWixCodeSdk",711:"passwordProtectedPage",740:"group_43",789:"wix-seo-images-component-index",851:"group_2",970:"tpaWidgetNativeDeadComp",974:"animations",1021:"wix-seo-portfolio-collections-index",1141:"consentPolicy",1171:"platformPubsub",1184:"group_18",1232:"group_9",1274:"ooi",1305:"seo-api",1494:"wix-seo-groups-post-index",1499:"wix-seo-protected-page-index",1501:"builderComponent",1525:"topologyService",1530:"wix-seo-bookings-form-index",1560:"TPABaseComponent",1579:"wix-seo-services-component-index",1582:"consentPolicyService",1632:"SiteStyles",1663:"PageMountUnmount",1922:"widgetWixCodeSdk",1991:"tpaModuleProvider",2040:"debug",2077:"wix-seo-search-page-index",2177:"group_11",2179:"AppPart2",2305:"serviceRegistrar",2313:"group_46",2338:"businessLoggerService",2342:"imagePlaceholderService",2358:"wix-seo-blog-post-index",2396:"merge-mappers",2545:"thunderbolt-components-registry",2563:"environmentService",2624:"group_21",2635:"group_22",2646:"platform",2694:"group_38",2705:"group_37",2816:"wix-seo-blog-category-index",2865:"Repeater_FixedColumns",3002:"svgLoader",3006:"wix-seo-paginated-component-index",3092:"group_50",3096:"wix-seo-stores-gallery-component-index",3119:"Repeater_FluidColumns",3272:"FontRulersContainer",3286:"wix-seo-stores-product-schema-presets-index",3324:"testService",3470:"cyclicTabbingService",3495:"wix-seo-blog-tags-index",3499:"wix-seo-restaurants-menu-component-index",3511:"environmentWixCodeSdk",3542:"dynamicPages",3605:"cyclicTabbing",3617:"contentReflow",3659:"componentsqaapi",3660:"group_5",3671:"group_6",3682:"TPAWorker",3689:"seo-api-converters",3724:"versionIndicator",3780:"wix-seo-schedule-page-index",3795:"canvas",3831:"ContentReflowBanner",3909:"motion",3930:"mobileFullScreen",3993:"group_19",4047:"wix-seo-events-list-component-index",4066:"TPAPreloaderOverlay",4134:"group_41",4206:"santa-platform-utils",4245:"testApi",4303:"widget",4391:"wix-seo-media-component-index",4456:"group_29",4493:"remoteStructureRenderer",4526:"group_30",4551:"wix-seo-members-area-profile-tabs-index",4655:"reporter-api",4676:"wix-seo-events-page-index",4708:"routerFetch",4773:"quickActionBar",4874:"wix-seo-stores-category-index",4937:"businessLogger",5114:"wix-seo-bookings-calendar-index",5116:"wix-seo-wix-data-page-item-index",5122:"group_45",5133:"group_42",5148:"router",5168:"wixDomSanitizer",5181:"imagePlaceholder",5219:"wix-seo-static-page-index",5221:"stores",5294:"environment",5307:"wix-seo-blog-hashtags-index",5363:"mappersLegacyService",5377:"onloadCompsBehaviors",5433:"group_20",5444:"group_25",5445:"protectedPages",5503:"group_39",5625:"group_8",5648:"wix-seo-members-area-profile-index",5652:"multilingual",5679:"urlService",5739:"externalComponent",5901:"group_51",5966:"group_49",5998:"stickyToComponent",6055:"mpaNavigation",6099:"group_35",6178:"searchBox",6304:"wix-seo-gift-card-index",6384:"dashboardWixCodeSdk",6441:"wix-seo-restaurants-menu-page-index",6469:"group_4",6505:"editorElementsDynamicTheme",6510:"tslib.inline",6521:"navigation",6578:"renderIndicator",6821:"becky-css",6850:"componentsLoader",6851:"wix-seo-forum-post-index",6935:"module-executor",6943:"group_40",7030:"feedback",7116:"scrollToAnchor",7171:"siteMembers",7230:"popups",7265:"group_28",7331:"RemoteRefDeadComp",7393:"vsm-css",7457:"group_0",7471:"wix-seo-bookings-service-index",7513:"wix-seo-stores-sub-category-index",7547:"AppPart",7562:"usedPlatformApis",7882:"appMonitoring",7920:"group_47",7931:"group_44",7969:"wix-seo-static-page-v2-index",8039:"containerSlider",8104:"tpa",8149:"GhostComp",8212:"translationsService",8242:"group_23",8253:"group_24",8368:"wix-seo-programs-component-index",8380:"group_14",8423:"customCss",8519:"qaApi",8595:"wix-seo-challenges-page-index",8735:"wix-seo-static-page-v2-schema-presets-index",8791:"wix-seo-events-page-calculated-index",8838:"group_27",8840:"ByocStyles",8908:"group_32",8919:"group_31",8934:"panorama",8981:"wix-seo-groups-page-index",9040:"wix-seo-restaurants-order-page-index",9090:"clientSdk",9098:"wix-seo-video-component-index",9131:"wix-seo-payment-page-index",9141:"wix-seo-pro-gallery-item-index",9166:"wix-seo-portfolio-projects-index",9203:"wix-seo-thank-you-page-index",9278:"group_7",9341:"editorWixCodeSdk",9368:"group_10",9506:"wix-seo-members-area-author-profile-index",9507:"TPAModal",9533:"wix-seo-stores-product-index",9737:"servicesManagerReact",9764:"wix-seo-pricing-plans-index",9822:"businessManager",9896:"group_36",9948:"wix-seo-blog-archive-index"}[e]||e)+"."+{23:"c1a0e806",34:"b2c633d6",40:"00465236",46:"c2744a36",130:"f1a17ce1",161:"b1d6c809",200:"ee6329f6",255:"82db2865",266:"4b2241ff",316:"b245a329",349:"16963f41",350:"951bf511",359:"9669b060",407:"90df952e",481:"f8e2d255",488:"dc6a6658",490:"9be42d65",541:"19bb319e",569:"1e70f802",622:"9949a47a",693:"e7bf7036",695:"fe9dd88b",711:"ce72bbef",740:"238aa196",789:"df97276c",851:"a4de3925",970:"264775c2",974:"94ee3f1f",1021:"cda13122",1141:"3578be8a",1171:"482837af",1184:"630297d8",1232:"8d3d5f3e",1274:"f864528d",1305:"2cf77d67",1494:"b14fc9c8",1499:"d97840e9",1501:"eaecd0bc",1525:"84b9e9da",1530:"9c7a1881",1560:"cf2bf895",1579:"58cae903",1582:"c8e1c31c",1619:"161054ef",1632:"9071ae79",1663:"2d5a95d6",1922:"64a4bcd7",1991:"23f9682f",2040:"bab22a1a",2077:"464b6933",2177:"ee0fa2c7",2179:"42627332",2248:"01044e73",2305:"5beadc6d",2313:"921f9e22",2338:"c6d8bd20",2342:"ab3e03c4",2358:"09762121",2396:"68df09fd",2545:"b89104dd",2563:"6edb2285",2624:"2aad62b8",2635:"20852866",2646:"6ddf3204",2694:"38642abf",2705:"b4a31f0c",2816:"4d2bdbc1",2865:"caebb96c",3002:"c1f52f2f",3006:"cf05d182",3092:"5912132f",3096:"5f33d809",3119:"1b78c404",3272:"d072b975",3286:"f9040bda",3324:"6c868dea",3470:"23b0bad7",3495:"a49fe581",3499:"16944fd5",3511:"a8e26091",3520:"0eb05960",3542:"d7fc0274",3605:"2ea10861",3617:"efb52d60",3659:"6e9fcd51",3660:"f38afa29",3671:"2c2e56c0",3682:"d3c73ed6",3689:"39945cf4",3724:"b218a6e5",3780:"c52e90cd",3795:"7e3fb547",3831:"385d4e90",3909:"53027777",3930:"13d7239a",3993:"d9238efa",4047:"886b0b8e",4066:"3dedf657",4134:"9290432b",4206:"5fe4171d",4245:"9175c4fb",4303:"d15d6d9b",4391:"f19647fe",4456:"a4ae3cd3",4493:"1784b28c",4526:"e616afc6",4551:"6afe659c",4655:"4012e8ac",4676:"7413506f",4708:"5590027d",4773:"8776b4aa",4874:"1344ec61",4937:"d4cfb7e4",5114:"63c127fe",5116:"2d37ed29",5122:"c635dd0f",5133:"3e96fce6",5148:"478f8b95",5168:"5c048d48",5181:"c199301c",5219:"5c6726a5",5221:"7c90e5c5",5294:"aa865c71",5307:"bf11bf83",5363:"227a604b",5377:"a5af195f",5433:"78e9b6cd",5444:"b4ae073d",5445:"5c56210c",5503:"e6e6b755",5625:"3d7b33ae",5648:"f27bd307",5652:"08d12b42",5679:"8c025bb2",5739:"cab2f052",5901:"19163709",5966:"79bde428",5998:"a25627bf",6055:"065a38e9",6099:"7f067089",6178:"814de654",6304:"b1105590",6384:"9763315a",6441:"3aa70cad",6469:"b1f3f9b5",6505:"08b738a7",6510:"95dc7d6c",6521:"d5962942",6578:"5bdd4005",6821:"4600d3d7",6850:"8acadaf2",6851:"8e7881b0",6935:"2b22a7d9",6943:"f9f51e40",7030:"f3c15ee1",7116:"03bceb39",7171:"99e7afd8",7230:"9712b254",7265:"a74cf8a9",7331:"7984a796",7393:"a130262f",7457:"c985ea20",7471:"629c20d5",7513:"ea74726d",7547:"09b9d194",7562:"7db29f51",7882:"39e75b67",7920:"4fd19472",7931:"ee804dc7",7969:"3dc8a0da",8039:"c4aa0c80",8104:"c94318bd",8149:"290fde46",8212:"b72131e7",8242:"2bb305c8",8253:"b861fd74",8368:"18568241",8380:"3a3ec4c6",8423:"6f11bb37",8518:"8ce4f244",8519:"a501fe24",8595:"a51c41dd",8735:"966f10b8",8791:"c8a0d4bb",8838:"e86658c9",8840:"73ce5462",8869:"b1efd5da",8908:"b83efe39",8919:"fd9132fa",8934:"2872cc39",8981:"0c2dbc1e",9040:"1ef6dd9e",9090:"28693d5d",9098:"4a07b704",9131:"63e88a5f",9141:"45cfa286",9166:"d9d940c3",9203:"5f6bebbf",9278:"6d785000",9341:"a12ad814",9368:"5605f0ae",9506:"54e58fa3",9507:"63272dbe",9519:"e431afb6",9533:"5881d4d1",9622:"88c2f433",9737:"7917c752",9764:"d1f52483",9822:"7a5cb97d",9839:"a6a8764d",9896:"dabdc384",9948:"63464c26"}[e]+".chunk.min.js",d.miniCssF=e=>996===e?"render-indicator.inline.044c11cb.min.css":7122===e?"version-indicator.inline.004341ff.min.css":{46:"TPAPopup",541:"TPAUnavailableMessageOverlay",970:"tpaWidgetNativeDeadComp",1560:"TPABaseComponent",2179:"AppPart2",2865:"Repeater_FixedColumns",3119:"Repeater_FluidColumns",3272:"FontRulersContainer",3831:"ContentReflowBanner",4066:"TPAPreloaderOverlay",7547:"AppPart",9278:"group_7",9507:"TPAModal"}[e]+"."+{46:"7e7f441d",541:"fb1e5320",970:"edad7c2d",1560:"27e1e284",2179:"0a2601ec",2865:"3e2ab597",3119:"287f6d9f",3272:"2b93f1ca",3831:"d7e07a05",4066:"6dbffa0c",7547:"34a92bc1",9278:"bae0ce0c",9507:"1b4dd679"}[e]+".chunk.min.css",d.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),d.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),r={},i="_wix_thunderbolt_app:",d.l=(e,o,a,n)=>{if(r[e])r[e].push(o);else{var t,s;if(void 0!==a)for(var c=document.getElementsByTagName("script"),p=0;p<c.length;p++){var b=c[p];if(b.getAttribute("src")==e||b.getAttribute("data-webpack")==i+a){t=b;break}}t||(s=!0,(t=document.createElement("script")).charset="utf-8",t.timeout=120,d.nc&&t.setAttribute("nonce",d.nc),t.setAttribute("data-webpack",i+a),t.src=e,0!==t.src.indexOf(window.location.origin+"/")&&(t.crossOrigin="anonymous")),r[e]=[o];var l=(o,a)=>{t.onerror=t.onload=null,clearTimeout(f);var i=r[e];if(delete r[e],t.parentNode&&t.parentNode.removeChild(t),i&&i.forEach((e=>e(a))),o)return o(a)},f=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),s&&document.head.appendChild(t)}},d.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},d.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),d.p="https://static.parastorage.com/services/wix-thunderbolt/dist/",(()=>{if("undefined"!=typeof document){var e=e=>new Promise(((o,a)=>{var r=d.miniCssF(e),i=d.p+r;if(((e,o)=>{for(var a=document.getElementsByTagName("link"),r=0;r<a.length;r++){var i=(t=a[r]).getAttribute("data-href")||t.getAttribute("href");if("stylesheet"===t.rel&&(i===e||i===o))return t}var n=document.getElementsByTagName("style");for(r=0;r<n.length;r++){var t;if((i=(t=n[r]).getAttribute("data-href"))===e||i===o)return t}})(r,i))return o();((e,o,a,r,i)=>{var n=document.createElement("link");n.rel="stylesheet",n.type="text/css",n.onerror=n.onload=a=>{if(n.onerror=n.onload=null,"load"===a.type)r();else{var t=a&&("load"===a.type?"missing":a.type),d=a&&a.target&&a.target.href||o,s=new Error("Loading CSS chunk "+e+" failed.\n("+d+")");s.code="CSS_CHUNK_LOAD_FAILED",s.type=t,s.request=d,n.parentNode&&n.parentNode.removeChild(n),i(s)}},n.href=o,0!==n.href.indexOf(window.location.origin+"/")&&(n.crossOrigin="anonymous"),a?a.parentNode.insertBefore(n,a.nextSibling):document.head.appendChild(n)})(e,i,null,o,a)})),o={7311:0};d.f.miniCss=(a,r)=>{o[a]?r.push(o[a]):0!==o[a]&&{46:1,541:1,970:1,996:1,1560:1,2179:1,2865:1,3119:1,3272:1,3831:1,4066:1,7122:1,7547:1,9278:1,9507:1}[a]&&r.push(o[a]=e(a).then((()=>{o[a]=0}),(e=>{throw delete o[a],e})))}}})(),(()=>{var e={7311:0};d.f.j=(o,a)=>{var r=d.o(e,o)?e[o]:void 0;if(0!==r)if(r)a.push(r[2]);else if(7311!=o){var i=new Promise(((a,i)=>r=e[o]=[a,i]));a.push(r[2]=i);var n=d.p+d.u(o),t=new Error;d.l(n,(a=>{if(d.o(e,o)&&(0!==(r=e[o])&&(e[o]=void 0),r)){var i=a&&("load"===a.type?"missing":a.type),n=a&&a.target&&a.target.src;t.message="Loading chunk "+o+" failed.\n("+i+": "+n+")",t.name="ChunkLoadError",t.type=i,t.request=n,r[1](t)}}),"chunk-"+o,o)}else e[o]=0},d.O.j=o=>0===e[o];var o=(o,a)=>{var r,i,[n,t,s]=a,c=0;if(n.some((o=>0!==e[o]))){for(r in t)d.o(t,r)&&(d.m[r]=t[r]);if(s)var p=s(d)}for(o&&o(a);c<n.length;c++)i=n[c],d.o(e,i)&&e[i]&&e[i][0](),e[i]=0;return d.O(p)},a=self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[];a.forEach(o.bind(null,0)),a.push=o.bind(null,a.push.bind(a))})()})(); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/webpack-runtime.c85465c7.bundle.min.js.map</script> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/fastdom.inline.fbeb22f8.bundle.min.js">(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[592],{17709:function(t,e,n){var i;!function(e){"use strict";var r=function(){},s=e.requestAnimationFrame||e.webkitRequestAnimationFrame||e.mozRequestAnimationFrame||e.msRequestAnimationFrame||function(t){return setTimeout(t,16)};function a(){var t=this;t.reads=[],t.writes=[],t.raf=s.bind(e),r("initialized",t)}function u(t){t.scheduled||(t.scheduled=!0,t.raf(o.bind(null,t)),r("flush scheduled"))}function o(t){r("flush");var e,n=t.writes,i=t.reads;try{r("flushing reads",i.length),t.runTasks(i),r("flushing writes",n.length),t.runTasks(n)}catch(t){e=t}if(t.scheduled=!1,(i.length||n.length)&&u(t),e){if(r("task errored",e.message),!t.catch)throw e;t.catch(e)}}function c(t,e){var n=t.indexOf(e);return!!~n&&!!t.splice(n,1)}a.prototype={constructor:a,runTasks:function(t){var e;for(r("run tasks");e=t.shift();)e()},measure:function(t,e){r("measure");var n=e?t.bind(e):t;return this.reads.push(n),u(this),n},mutate:function(t,e){r("mutate");var n=e?t.bind(e):t;return this.writes.push(n),u(this),n},clear:function(t){return r("clear",t),c(this.reads,t)||c(this.writes,t)},extend:function(t){if(r("extend",t),"object"!=typeof t)throw new Error("expected object");var e=Object.create(this);return function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}(e,t),e.fastdom=this,e.initialize&&e.initialize(),e},catch:null};var h=e.fastdom=e.fastdom||new a;void 0===(i=function(){return h}.call(h,n,h,t))||(t.exports=i)}("undefined"!=typeof window?window:void 0!==this?this:globalThis)}}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/fastdom.inline.fbeb22f8.bundle.min.js.map</script> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/custom-element-utils.inline.90375295.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[8398],{22538:(e,t,i)=>{i.r(t),i.d(t,{STATIC_MEDIA_URL:()=>Xe,alignTypes:()=>d,fileType:()=>v,fittingTypes:()=>h,getData:()=>$e,getFileExtension:()=>$,getPlaceholder:()=>He,getResponsiveImageProps:()=>Ze,htmlTag:()=>g,isWEBP:()=>G,populateGlobalFeatureSupport:()=>Q,sdk:()=>Je,upscaleMethods:()=>p});const n="v1",r=2,o=1920,s=1920,a=1e3,c=1e3,h={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"},l={FIT:"fit",FILL:"fill",FILL_FOCAL:"fill_focal",CROP:"crop",LEGACY_CROP:"legacy_crop",LEGACY_FILL:"legacy_fill"},d={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"},u={[d.CENTER]:{x:.5,y:.5},[d.TOP_LEFT]:{x:0,y:0},[d.TOP_RIGHT]:{x:1,y:0},[d.TOP]:{x:.5,y:0},[d.BOTTOM_LEFT]:{x:0,y:1},[d.BOTTOM_RIGHT]:{x:1,y:1},[d.BOTTOM]:{x:.5,y:1},[d.RIGHT]:{x:1,y:.5},[d.LEFT]:{x:0,y:.5}},m={center:"c",top:"t",top_left:"tl",top_right:"tr",bottom:"b",bottom_left:"bl",bottom_right:"br",left:"l",right:"r"},g={BG:"bg",IMG:"img",SVG:"svg"},p={AUTO:"auto",CLASSIC:"classic",SUPER:"super"},f={classic:1,super:2},b={radius:"0.66",amount:"1.00",threshold:"0.01"},_={uri:"",css:{img:{},container:{}},attr:{img:{},container:{}},transformed:!1},T=25e6,I=[1.5,2,4],E={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}},L={HIGH:"HIGH",MEDIUM:"MEDIUM",LOW:"LOW",TINY:"TINY"},w={CONTRAST:"contrast",BRIGHTNESS:"brightness",SATURATION:"saturation",HUE:"hue",BLUR:"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"},A={AVIF:"AVIF",PAVIF:"PAVIF"};v.JPG,v.JPEG,v.JPE,v.PNG,v.GIF,v.WEBP;function y(e,...t){return function(...i){const n=i[i.length-1]||{},r=[e[0]];return t.forEach((function(t,o){const s=Number.isInteger(t)?i[t]:n[t];r.push(s,e[o+1])})),r.join("")}}function O(e){return e[e.length-1]}const C=[v.PNG,v.JPEG,v.JPG,v.JPE,v.WIX_ICO_MP,v.WIX_MP,v.WEBP,v.AVIF],R=[v.JPEG,v.JPG,v.JPE];function M(e,t,i){return i&&t&&!(!(n=t.id)||!n.trim()||"none"===n.toLowerCase())&&Object.values(h).includes(e);var n}function S(e,t,i){return function(e,t,i=!1){return!((G(e)||P(e))&&t&&!i)}(e,t,i)&&(function(e){return C.includes($(e))}(e)||function(e,t=!1){return F(e)&&t}(e,i))&&!/(^https?)|(^data)|(^\/\/)/.test(e)}function x(e){return $(e)===v.PNG}function G(e){return $(e)===v.WEBP}function F(e){return $(e)===v.GIF}function P(e){return $(e)===v.AVIF}const N=["/","\\","?","<",">","|","\u201c",":",'"'].map(encodeURIComponent),k=["\\.","\\*"],B="_";function H(e){return function(e){return R.includes($(e))}(e)?v.JPG:x(e)?v.PNG:G(e)?v.WEBP:F(e)?v.GIF:P(e)?v.AVIF:v.UNRECOGNIZED}function $(e){return(/[.]([^.]+)$/.exec(e)&&/[.]([^.]+)$/.exec(e)[1]||"").toLowerCase()}function U(e,t,i,n,r){let o;return o=r===l.FILL?function(e,t,i,n){return Math.max(i/e,n/t)}(e,t,i,n):r===l.FIT?function(e,t,i,n){return Math.min(i/e,n/t)}(e,t,i,n):1,o}function W(e,t,i,n,r,o){e=e||n.width,t=t||n.height;const{scaleFactor:s,width:a,height:c}=function(e,t,i,n,r){let o,s=i,a=n;if(o=U(e,t,i,n,r),r===l.FIT&&(s=e*o,a=t*o),s&&a&&s*a>T){const i=Math.sqrt(T/(s*a));s*=i,a*=i,o=U(e,t,s,a,r)}return{scaleFactor:o,width:s,height:a}}(e,t,n.width*r,n.height*r,i);return function(e,t,i,n,r,o,s){const{optimizedScaleFactor:a,upscaleMethodValue:c,forceUSM:h}=function(e,t,i,n){if("auto"===n)return function(e,t){const i=V(e,t);return{optimizedScaleFactor:E[i].maxUpscale,upscaleMethodValue:f.classic,forceUSM:!1}}(e,t);if("super"===n)return function(e){return{optimizedScaleFactor:O(I),upscaleMethodValue:f.super,forceUSM:!(I.includes(e)||e>O(I))}}(i);return function(e,t){const i=V(e,t);return{optimizedScaleFactor:E[i].maxUpscale,upscaleMethodValue:f.classic,forceUSM:!1}}(e,t)}(e,t,o,r);let d=i,u=n;if(o<=a)return{width:d,height:u,scaleFactor:o,upscaleMethodValue:c,forceUSM:h,cssUpscaleNeeded:!1};switch(s){case l.FILL:d=i*(a/o),u=n*(a/o);break;case l.FIT:d=e*a,u=t*a}return{width:d,height:u,scaleFactor:a,upscaleMethodValue:c,forceUSM:h,cssUpscaleNeeded:!0}}(e,t,a,c,o,s,i)}function z(e,t,i,n){const r=D(i)||function(e=d.CENTER){return u[e]}(n);return{x:Math.max(0,Math.min(e.width-t.width,r.x*e.width-t.width/2)),y:Math.max(0,Math.min(e.height-t.height,r.y*e.height-t.height/2)),width:Math.min(e.width,t.width),height:Math.min(e.height,t.height)}}function Y(e){return e.alignment&&m[e.alignment]||m[d.CENTER]}function D(e){let t;return!e||"number"!=typeof e.x||isNaN(e.x)||"number"!=typeof e.y||isNaN(e.y)||(t={x:j(Math.max(0,Math.min(100,e.x))/100,2),y:j(Math.max(0,Math.min(100,e.y))/100,2)}),t}function V(e,t){const i=e*t;return i>E[L.HIGH].size?L.HIGH:i>E[L.MEDIUM].size?L.MEDIUM:i>E[L.LOW].size?L.LOW:L.TINY}function j(e,t){const i=Math.pow(10,t||0);return(e*i/i).toFixed(t)}function q(e){return e&&e.upscaleMethod&&p[e.upscaleMethod.toUpperCase()]||p.AUTO}function Z(e,t){const i=G(e)||P(e);return $(e)===v.GIF||i&&t}const J={isMobile:!1},X=function(e){return J[e]},K=function(e,t){J[e]=t};function Q(){if("undefined"!=typeof window&&"undefined"!=typeof navigator){const e=window.matchMedia&&window.matchMedia("(max-width: 767px)").matches,t=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);K("isMobile",e&&t)}}function ee(e,t){const i={css:{container:{}}},{css:n}=i,{fittingType:r}=e;switch(r){case h.ORIGINAL_SIZE:case h.LEGACY_ORIGINAL_SIZE:case h.LEGACY_STRIP_ORIGINAL_SIZE:n.container.backgroundSize="auto",n.container.backgroundRepeat="no-repeat";break;case h.SCALE_TO_FIT:case h.LEGACY_STRIP_SCALE_TO_FIT:n.container.backgroundSize="contain",n.container.backgroundRepeat="no-repeat";break;case h.STRETCH:n.container.backgroundSize="100% 100%",n.container.backgroundRepeat="no-repeat";break;case h.SCALE_TO_FILL:case h.LEGACY_STRIP_SCALE_TO_FILL:n.container.backgroundSize="cover",n.container.backgroundRepeat="no-repeat";break;case h.TILE_HORIZONTAL:case h.LEGACY_STRIP_TILE_HORIZONTAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-x";break;case h.TILE_VERTICAL:case h.LEGACY_STRIP_TILE_VERTICAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-y";break;case h.TILE:case h.LEGACY_STRIP_TILE:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat";break;case h.LEGACY_STRIP_FIT_AND_TILE:n.container.backgroundSize="contain",n.container.backgroundRepeat="repeat";break;case h.FIT_AND_TILE:case h.LEGACY_BG_FIT_AND_TILE:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat";break;case h.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-x";break;case h.LEGACY_BG_FIT_AND_TILE_VERTICAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-y";break;case h.LEGACY_BG_NORMAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="no-repeat"}switch(t.alignment){case d.CENTER:n.container.backgroundPosition="center center";break;case d.LEFT:n.container.backgroundPosition="left center";break;case d.RIGHT:n.container.backgroundPosition="right center";break;case d.TOP:n.container.backgroundPosition="center top";break;case d.BOTTOM:n.container.backgroundPosition="center bottom";break;case d.TOP_RIGHT:n.container.backgroundPosition="right top";break;case d.TOP_LEFT:n.container.backgroundPosition="left top";break;case d.BOTTOM_RIGHT:n.container.backgroundPosition="right bottom";break;case d.BOTTOM_LEFT:n.container.backgroundPosition="left bottom"}return i}const te={[d.CENTER]:"center",[d.TOP]:"top",[d.TOP_LEFT]:"top left",[d.TOP_RIGHT]:"top right",[d.BOTTOM]:"bottom",[d.BOTTOM_LEFT]:"bottom left",[d.BOTTOM_RIGHT]:"bottom right",[d.LEFT]:"left",[d.RIGHT]:"right"},ie={position:"absolute",top:"auto",right:"auto",bottom:"auto",left:"auto"};function ne(e,t){const i={css:{container:{},img:{}}},{css:n}=i,{fittingType:r}=e,o=t.alignment;switch(n.container.position="relative",r){case h.ORIGINAL_SIZE:case h.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 h.SCALE_TO_FIT:case h.LEGACY_FIT_WIDTH:case h.LEGACY_FIT_HEIGHT:case h.LEGACY_FULL:n.img.width=t.width,n.img.height=t.height,n.img.objectFit="contain",n.img.objectPosition=te[o]||"unset";break;case h.LEGACY_BG_NORMAL:n.img.width="100%",n.img.height="100%",n.img.objectFit="none",n.img.objectPosition=te[o]||"unset";break;case h.STRETCH:n.img.width=t.width,n.img.height=t.height,n.img.objectFit="fill";break;case h.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)){const e=Math.round((t.height-n.img.height)/2),i=Math.round((t.width-n.img.width)/2);Object.assign(n.img,ie,function(e,t,i){return{[d.TOP_LEFT]:{top:0,left:0},[d.TOP_RIGHT]:{top:0,right:0},[d.TOP]:{top:0,left:t},[d.BOTTOM_LEFT]:{bottom:0,left:0},[d.BOTTOM_RIGHT]:{bottom:0,right:0},[d.BOTTOM]:{bottom:0,left:t},[d.RIGHT]:{top:e,right:0},[d.LEFT]:{top:e,left:0},[d.CENTER]:{width:i.width,height:i.height,objectFit:"none"}}}(e,i,t)[o])}return i}function re(e,t){const i={css:{container:{}},attr:{container:{},img:{}}},{css:n,attr:r}=i,{fittingType:o}=e,s=t.alignment,{width:a,height:c}=e.src;let u;switch(n.container.position="relative",o){case h.ORIGINAL_SIZE:case h.LEGACY_ORIGINAL_SIZE:case h.TILE:e.parts&&e.parts.length?(r.img.width=e.parts[0].width,r.img.height=e.parts[0].height):(r.img.width=a,r.img.height=c),r.img.preserveAspectRatio="xMidYMid slice";break;case h.SCALE_TO_FIT:case h.LEGACY_FIT_WIDTH:case h.LEGACY_FIT_HEIGHT:case h.LEGACY_FULL:r.img.width="100%",r.img.height="100%",r.img.transform="",r.img.preserveAspectRatio="";break;case h.STRETCH:r.img.width=t.width,r.img.height=t.height,r.img.x=0,r.img.y=0,r.img.transform="",r.img.preserveAspectRatio="none";break;case h.SCALE_TO_FILL:S(e.src.id)?(r.img.width=t.width,r.img.height=t.height):(u=function(e,t,i,n,r){const o=U(e,t,i,n,r);return{width:Math.round(e*o),height:Math.round(t*o)}}(a,c,t.width,t.height,l.FILL),r.img.width=u.width,r.img.height=u.height),r.img.x=0,r.img.y=0,r.img.transform="",r.img.preserveAspectRatio="xMidYMid slice"}if("number"==typeof r.img.width&&"number"==typeof r.img.height&&(r.img.width!==t.width||r.img.height!==t.height)){let e,i,n=0,a=0;o===h.TILE?(e=t.width%r.img.width,i=t.height%r.img.height):(e=t.width-r.img.width,i=t.height-r.img.height);const c=Math.round(e/2),l=Math.round(i/2);switch(s){case d.TOP_LEFT:n=0,a=0;break;case d.TOP:n=c,a=0;break;case d.TOP_RIGHT:n=e,a=0;break;case d.LEFT:n=0,a=l;break;case d.CENTER:n=c,a=l;break;case d.RIGHT:n=e,a=l;break;case d.BOTTOM_LEFT:n=0,a=i;break;case d.BOTTOM:n=c,a=i;break;case d.BOTTOM_RIGHT:n=e,a=i}r.img.x=n,r.img.y=a}return r.container.width=t.width,r.container.height=t.height,r.container.viewBox=[0,0,t.width,t.height].join(" "),i}function oe(e,t,i){let n;switch(t.crop&&(n=function(e,t){const i=Math.max(0,Math.min(e.width,t.x+t.width)-Math.max(0,t.x)),n=Math.max(0,Math.min(e.height,t.y+t.height)-Math.max(0,t.y));return i&&n&&(e.width!==i||e.height!==n)?{x:Math.max(0,t.x),y:Math.max(0,t.y),width:i,height:n}:null}(t,t.crop),n&&(e.src.width=n.width,e.src.height=n.height,e.src.isCropped=!0,e.parts.push(ae(n)))),e.fittingType){case h.SCALE_TO_FIT:case h.LEGACY_FIT_WIDTH:case h.LEGACY_FIT_HEIGHT:case h.LEGACY_FULL:case h.FIT_AND_TILE:case h.LEGACY_BG_FIT_AND_TILE:case h.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:case h.LEGACY_BG_FIT_AND_TILE_VERTICAL:case h.LEGACY_BG_NORMAL:e.parts.push(se(e,i));break;case h.SCALE_TO_FILL:e.parts.push(function(e,t){const i=W(e.src.width,e.src.height,l.FILL,t,e.devicePixelRatio,e.upscaleMethod),n=D(e.focalPoint);return{transformType:n?l.FILL_FOCAL:l.FILL,width:Math.round(i.width),height:Math.round(i.height),alignment:Y(t),focalPointX:n&&n.x,focalPointY:n&&n.y,upscale:i.scaleFactor>1,forceUSM:i.forceUSM,scaleFactor:i.scaleFactor,cssUpscaleNeeded:i.cssUpscaleNeeded,upscaleMethodValue:i.upscaleMethodValue}}(e,i));break;case h.STRETCH:e.parts.push(function(e,t){const i=U(e.src.width,e.src.height,t.width,t.height,l.FILL),n={...t};return n.width=e.src.width*i,n.height=e.src.height*i,se(e,n)}(e,i));break;case h.TILE_HORIZONTAL:case h.TILE_VERTICAL:case h.TILE:case h.LEGACY_ORIGINAL_SIZE:case h.ORIGINAL_SIZE:n=z(e.src,i,e.focalPoint,i.alignment),e.src.isCropped?(Object.assign(e.parts[0],n),e.src.width=n.width,e.src.height=n.height):e.parts.push(ae(n));break;case h.LEGACY_STRIP_TILE_HORIZONTAL:case h.LEGACY_STRIP_TILE_VERTICAL:case h.LEGACY_STRIP_TILE:case h.LEGACY_STRIP_ORIGINAL_SIZE:e.parts.push(function(e){return{transformType:l.LEGACY_CROP,width:Math.round(e.width),height:Math.round(e.height),alignment:Y(e),upscale:!1,forceUSM:!1,scaleFactor:1,cssUpscaleNeeded:!1}}(i));break;case h.LEGACY_STRIP_SCALE_TO_FIT:case h.LEGACY_STRIP_FIT_AND_TILE:e.parts.push(function(e){return{transformType:l.FIT,width:Math.round(e.width),height:Math.round(e.height),upscale:!1,forceUSM:!0,scaleFactor:1,cssUpscaleNeeded:!1}}(i));break;case h.LEGACY_STRIP_SCALE_TO_FILL:e.parts.push(function(e){return{transformType:l.LEGACY_FILL,width:Math.round(e.width),height:Math.round(e.height),alignment:Y(e),upscale:!1,forceUSM:!0,scaleFactor:1,cssUpscaleNeeded:!1}}(i))}}function se(e,t){const i=W(e.src.width,e.src.height,l.FIT,t,e.devicePixelRatio,e.upscaleMethod);return{transformType:!e.src.width||!e.src.height?l.FIT:l.FILL,width:Math.round(i.width),height:Math.round(i.height),alignment:m.center,upscale:i.scaleFactor>1,forceUSM:i.forceUSM,scaleFactor:i.scaleFactor,cssUpscaleNeeded:i.cssUpscaleNeeded,upscaleMethodValue:i.upscaleMethodValue}}function ae(e){return{transformType:l.CROP,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 ce(e,t){t=t||{},e.quality=function(e,t){const i=e.fileType===v.PNG,n=e.fileType===v.JPG,r=e.fileType===v.WEBP,o=e.fileType===v.AVIF,s=n||i||r||o;if(s){const n=O(e.parts),r=(a=n.width,c=n.height,E[V(a,c)].quality);let o=t.quality&&t.quality>=5&&t.quality<=90?t.quality:r;return o=i?o+5:o,o}var a,c;return 0}(e,t),e.progressive=function(e){return!1!==e.progressive}(t),e.watermark=function(e){return e.watermark}(t),e.autoEncode=t.autoEncode??!0,e.encoding=t?.encoding,e.unsharpMask=function(e,t){if(function(e){const t="number"==typeof(e=e||{}).radius&&!isNaN(e.radius)&&e.radius>=.1&&e.radius<=500,i="number"==typeof e.amount&&!isNaN(e.amount)&&e.amount>=0&&e.amount<=10,n="number"==typeof e.threshold&&!isNaN(e.threshold)&&e.threshold>=0&&e.threshold<=255;return t&&i&&n}(t.unsharpMask))return{radius:j(t.unsharpMask?.radius,2),amount:j(t.unsharpMask?.amount,2),threshold:j(t.unsharpMask?.threshold,2)};if(("number"!=typeof(i=(i=t.unsharpMask)||{}).radius||isNaN(i.radius)||0!==i.radius||"number"!=typeof i.amount||isNaN(i.amount)||0!==i.amount||"number"!=typeof i.threshold||isNaN(i.threshold)||0!==i.threshold)&&function(e){const t=O(e.parts);return!(t.scaleFactor>=1)||t.forceUSM||t.transformType===l.FIT}(e))return b;var i;return}(e,t),e.filters=function(e){const t=e.filters||{},i={};he(t[w.CONTRAST],-100,100)&&(i[w.CONTRAST]=t[w.CONTRAST]);he(t[w.BRIGHTNESS],-100,100)&&(i[w.BRIGHTNESS]=t[w.BRIGHTNESS]);he(t[w.SATURATION],-100,100)&&(i[w.SATURATION]=t[w.SATURATION]);he(t[w.HUE],-180,180)&&(i[w.HUE]=t[w.HUE]);he(t[w.BLUR],0,100)&&(i[w.BLUR]=t[w.BLUR]);return i}(t)}function he(e,t,i){return"number"==typeof e&&!isNaN(e)&&0!==e&&e>=t&&e<=i}function le(e,t,i,n){const o=function(e){return e?.isSEOBot??!1}(n),s=H(t.id),a=function(e,t){const i=/\.([^.]*)$/,n=new RegExp(`(${N.concat(k).join("|")})`,"g");if(t&&t.length){let e=t;const r=t.match(i);return r&&C.includes(r[1])&&(e=t.replace(i,"")),encodeURIComponent(e).replace(n,B)}const r=e.match(/\/(.*?)$/);return(r?r[1]:e).replace(i,"")}(t.id,t.name),c=o?1:function(e){return Math.min(e.pixelAspectRatio||1,r)}(i),h=$(t.id),l=h,d=S(t.id,n?.hasAnimation,n?.allowAnimatedTransform),u={fileName:a,fileExtension:h,fileType:s,fittingType:e,preferredExtension:l,src:{id:t.id,width:t.width,height:t.height,isCropped:!1,isAnimated:Z(t.id,n?.hasAnimation)},focalPoint:{x:t.focalPoint&&t.focalPoint.x,y:t.focalPoint&&t.focalPoint.y},parts:[],devicePixelRatio:c,quality:0,upscaleMethod:q(n),progressive:!0,watermark:"",unsharpMask:{},filters:{},transformed:d};return d&&(oe(u,t,i),ce(u,n)),u}function de(e,t,i){const n={...i},r=X("isMobile");switch(e){case h.LEGACY_BG_FIT_AND_TILE:case h.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:case h.LEGACY_BG_FIT_AND_TILE_VERTICAL:case h.LEGACY_BG_NORMAL:const e=r?a:o,i=r?c:s;n.width=Math.min(e,t.width),n.height=Math.min(i,Math.round(n.width/(t.width/t.height))),n.pixelAspectRatio=1}return n}const ue=y`fit/w_${"width"},h_${"height"}`,me=y`fill/w_${"width"},h_${"height"},al_${"alignment"}`,ge=y`fill/w_${"width"},h_${"height"},fp_${"focalPointX"}_${"focalPointY"}`,pe=y`crop/x_${"x"},y_${"y"},w_${"width"},h_${"height"}`,fe=y`crop/w_${"width"},h_${"height"},al_${"alignment"}`,be=y`fill/w_${"width"},h_${"height"},al_${"alignment"}`,_e=y`,lg_${"upscaleMethodValue"}`,Te=y`,q_${"quality"}`,Ie=y`,quality_auto`,Ee=y`,usm_${"radius"}_${"amount"}_${"threshold"}`,Le=y`,bl`,we=y`,wm_${"watermark"}`,ve={[w.CONTRAST]:y`,con_${"contrast"}`,[w.BRIGHTNESS]:y`,br_${"brightness"}`,[w.SATURATION]:y`,sat_${"saturation"}`,[w.HUE]:y`,hue_${"hue"}`,[w.BLUR]:y`,blur_${"blur"}`},Ae=y`,enc_auto`,ye=y`,enc_avif`,Oe=y`,enc_pavif`,Ce=y`,pstr`;function Re(e,t,i,r={},o){if(S(t.id,r?.hasAnimation,r?.allowAnimatedTransform)){if(G(t.id)||P(t.id)){const{alignment:n,...s}=i;t.focalPoint={x:void 0,y:void 0},delete t?.crop,o=le(e,t,s,r)}else o=o||le(e,t,i,r);return function(e){const t=[];e.parts.forEach((e=>{switch(e.transformType){case l.CROP:t.push(pe(e));break;case l.LEGACY_CROP:t.push(fe(e));break;case l.LEGACY_FILL:let i=be(e);e.upscale&&(i+=_e(e)),t.push(i);break;case l.FIT:let n=ue(e);e.upscale&&(n+=_e(e)),t.push(n);break;case l.FILL:let r=me(e);e.upscale&&(r+=_e(e)),t.push(r);break;case l.FILL_FOCAL:let o=ge(e);e.upscale&&(o+=_e(e)),t.push(o)}}));let i=t.join("/");return e.quality&&(i+=Te(e)),e.unsharpMask&&(i+=Ee(e.unsharpMask)),e.progressive||(i+=Le(e)),e.watermark&&(i+=we(e)),e.filters&&(i+=Object.keys(e.filters).map((t=>ve[t](e.filters))).join("")),e.fileType!==v.GIF&&(e.encoding===A.AVIF?(i+=ye(e),i+=Ie(e)):e.encoding===A.PAVIF?(i+=Oe(e),i+=Ie(e)):e.autoEncode&&(i+=Ae(e))),e.src?.isAnimated&&e.transformed&&(i+=Ce(e)),`${e.src.id}/${n}/${i}/${e.fileName}.${e.preferredExtension}`}(o)}return t.id}const Me={[d.CENTER]:"50% 50%",[d.TOP_LEFT]:"0% 0%",[d.TOP_RIGHT]:"100% 0%",[d.TOP]:"50% 0%",[d.BOTTOM_LEFT]:"0% 100%",[d.BOTTOM_RIGHT]:"100% 100%",[d.BOTTOM]:"50% 100%",[d.RIGHT]:"100% 50%",[d.LEFT]:"0% 50%"},Se=Object.entries(Me).reduce(((e,[t,i])=>(e[i]=t,e)),{}),xe=[h.TILE,h.TILE_HORIZONTAL,h.TILE_VERTICAL,h.LEGACY_BG_FIT_AND_TILE,h.LEGACY_BG_FIT_AND_TILE_HORIZONTAL,h.LEGACY_BG_FIT_AND_TILE_VERTICAL],Ge=[h.LEGACY_ORIGINAL_SIZE,h.ORIGINAL_SIZE,h.LEGACY_BG_NORMAL];function Fe(e,t,{width:i,height:n}){return e===h.TILE&&t.width>i&&t.height>n}function Pe(e,{width:t,height:i}){if(!t||!i){const n=t||Math.min(980,e.width),r=n/e.width;return{width:n,height:i||e.height*r}}return{width:t,height:i}}function Ne(e,t,i,n="center"){const r={img:{},container:{}};if(e===h.SCALE_TO_FILL){const e=t.focalPoint&&function(e){const t=`${e.x}% ${e.y}%`;return Se[t]||""}(t.focalPoint),o=e||n;t.focalPoint&&!e?r.img={objectPosition:ke(t,i,t.focalPoint)}:r.img={objectPosition:Me[o]}}else[h.LEGACY_ORIGINAL_SIZE,h.ORIGINAL_SIZE].includes(e)?r.img={objectFit:"none",top:"auto",left:"auto",right:"auto",bottom:"auto"}:xe.includes(e)&&(r.container={backgroundSize:`${t.width}px ${t.height}px`});return r}function ke(e,t,i){const{width:n,height:r}=e,{width:o,height:s}=t,{x:a,y:c}=i;if(!o||!s)return`${a}% ${c}%`;const h=Math.max(o/n,s/r),l=n*h,d=r*h,u=Math.max(0,Math.min(l-o,l*(a/100)-o/2)),m=Math.max(0,Math.min(d-s,d*(c/100)-s/2));return`${u&&Math.floor(u/(l-o)*100)}% ${m&&Math.floor(m/(d-s)*100)}%`}const Be={width:"100%",height:"100%"};function He(e,t,i,n={}){const{autoEncode:r=!0,isSEOBot:o,shouldLoadHQImage:s,hasAnimation:a,allowAnimatedTransform:c,encoding:l}=n;if(!M(e,t,i))return _;const d=void 0===c||c,u=S(t.id,a,d);if(!u||s)return $e(e,t,i,{...n,autoEncode:r,useSrcset:u});const m={...i,...Pe(t,i)},{alignment:g,htmlTag:p}=m,f=Fe(e,t,m),b=function(e,t,{width:i,height:n},r=!1){if(r)return{width:i,height:n};const o=!Ge.includes(e),s=Fe(e,t,{width:i,height:n}),a=!s&&xe.includes(e),c=a?t.width:i,h=a?t.height:n,l=o?function(e,t){return e>900?t?.05:.15:e>500?t?.1:.18:e>200?.25:1}(c,x(t.id)):1;return{width:s?1920:c*l,height:h*l}}(e,t,m,o),T=function(e,t,i){return i?0:xe.includes(t)?1:e>200?2:3}(m.width,e,o),I=function(e,t){const i=xe.includes(e)&&!t;return e===h.SCALE_TO_FILL||i?h.SCALE_TO_FIT:e}(e,f),E=Ne(e,t,i,g),{uri:L}=$e(I,t,{...b,alignment:g,htmlTag:p},{autoEncode:r,filters:T?{blur:T}:{},hasAnimation:a,allowAnimatedTransform:d,encoding:l}),{attr:w={},css:v}=$e(e,t,{...m,alignment:g,htmlTag:p},{});return v.img=v.img||{},v.container=v.container||{},Object.assign(v.img,E.img,Be),Object.assign(v.container,E.container),{uri:L,css:v,attr:w,transformed:!0}}function $e(e,t,i,n){let r={};if(M(e,t,i)){const o=de(e,t,i),s=le(e,t,o,n);r.uri=Re(e,t,o,n,s),n?.useSrcset&&(r.srcset=function(e,t,i,n,r){const o=i.pixelAspectRatio||1;return{dpr:[`${1===o?r.uri:Re(e,t,{...i,pixelAspectRatio:1},n)} 1x`,`${2===o?r.uri:Re(e,t,{...i,pixelAspectRatio:2},n)} 2x`]}}(e,t,o,n,r)),Object.assign(r,function(e,t){let i;return i=t.htmlTag===g.BG?ee:t.htmlTag===g.SVG?re:ne,i(e,t)}(s,o),{transformed:s.transformed})}else r=_;return r}function Ue(e,t,i,n){if(M(e,t,i)){const r=de(e,t,i);return{uri:Re(e,t,r,n||{},le(e,t,r,n))}}return{uri:""}}const We="https://static.wixstatic.com/media/",ze=/^media\//i,Ye="undefined"!=typeof window?window.devicePixelRatio:1,De=(e,t)=>{const i=t&&t.baseHostURL;return i?`${i}${e}`:(e=>ze.test(e)?`https://static.wixstatic.com/${e}`:`${We}${e}`)(e)};Q();const Ve="center",je=[1920,1536,1366,1280,980],qe=(e,t,i,n,r,o,s,a,c,h,l,d,u,m,g,p)=>{const f="original_size"===p,b=t/i;return je.map(((p,_)=>{const T=980===p,I=t=>T?r:e/100*(t-2*(g||0)),E=I(je[_+1]),L=I(p),w=!(f||T)&&((e,t,i,n,r,o,s,a=Ve)=>{if(e>t){const e=n,t=Math.round(n/(o/r));let s=Math.round(i/2-t/2);const c=0;return a.includes("top")?s=0:a.includes("bottom")&&(s=i-t),{width:e,height:t,x:c,y:s}}{const e=Math.round(i/(r/s)),t=i;let o=Math.round(n/2-e/2);const c=0;return a.includes("left")?o=0:a.includes("right")&&(o=n-e),{width:e,height:t,x:o,y:c}}})(E/n,b,i,t,n,E,L,c),{srcset:v,fallbackSrc:A,css:y}=Ze({displayMode:f?"original_size":T?"fill":"fit",uri:o,width:t,height:i,crop:u||w,name:a,focalPoint:d,alignType:c,quality:s,upscaleMethod:l,hasAnimation:h,encoding:m},L,n);return f&&y&&(y.img.objectFit="cover"),{srcset:v||"",sizes:T?`${e}vw`:`${L}px`,media:`(max-width: ${p}px)`,fallbackSrc:A,imgStyle:y?.img}}))},Ze=(e,t,i)=>{const{displayMode:n,uri:r,width:o,height:s,name:a,crop:c,focalPoint:h,alignType:l,quality:d,upscaleMethod:u,hasAnimation:m,allowAnimatedTransform:g,encoding:p,siteMargin:f,widthProportion:b}=e;if(b){const e=qe(b,o,s,i,t,r,d,a,l,m,u,h,c,p,f,n).filter(Boolean).reverse();return{fallbackSrc:e[0].fallbackSrc,sources:e,css:e[0].imgStyle}}{const{srcset:e,css:f,uri:b}=$e(n,{id:r,width:o,height:s,name:a,crop:c,focalPoint:h},{width:t,height:i,alignment:l},{focalPoint:h,name:a,quality:d?.quality,upscaleMethod:u,hasAnimation:m,allowAnimatedTransform:g,useSrcset:!0,encoding:p}),_=e?.dpr?.map((e=>/^[a-z]+:/.test(e)?e:`${Xe}${e}`));return{fallbackSrc:`${Xe}${b}`,srcset:_?.join(", ")||"",css:f}}};Q();const Je={getScaleToFitImageURL:function(e,t,i,n,r,o){const s=Ue(h.SCALE_TO_FIT,{id:e,width:t,height:i,name:o&&o.name},{width:n,height:r,htmlTag:g.IMG,alignment:d.CENTER,pixelAspectRatio:o?.devicePixelRatio??Ye},o);return De(s.uri,o)},getScaleToFillImageURL:function(e,t,i,n,r,o){const s=Ue(h.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:r,htmlTag:g.IMG,alignment:d.CENTER,pixelAspectRatio:o?.devicePixelRatio??Ye},o);return De(s.uri,o)},getCropImageURL:function(e,t,i,n,r,o,s,a,c,l){const u=Ue(h.SCALE_TO_FILL,{id:e,width:t,height:i,name:l&&l.name,crop:{x:n,y:r,width:o,height:s}},{width:a,height:c,htmlTag:g.IMG,alignment:d.CENTER,pixelAspectRatio:l?.devicePixelRatio??Ye},l);return De(u.uri,l)}},Xe=We},72757:(e,t,i)=>{(0,i(30012).Rr)()},98700:(e,t,i)=>{var n=i(30012),r=i(20826);((e=window)=>{const{mediaServices:t,environmentConsts:i,requestUrl:o,staticVideoUrl:s}=e.customElementNamespace;(0,n.EH)(e,t,{...i,prefersReducedMotion:(0,r.O)(window,o),staticVideoUrl:s}),(0,n.jh)(e),(0,n.p7)(e,t,i)})(),window.resolveExternalsRegistryModule("imageClientApi")},30012:(e,t,i)=>{i.d(t,{Rr:()=>F,Aq:()=>h,p7:()=>C,jh:()=>N,EH:()=>U,KU:()=>c,_o:()=>a,vk:()=>l,NL:()=>R,yO:()=>A});var n=i(17709),r=i.n(n);const o=(e,t,i)=>{let n=1,r=0;for(let o=0;o<e.length;o++){const s=e[o];if(s>t)return!1;if(r+=s,r>t&&(n++,r=s,n>i))return!1}return!0},s=(e,t,i)=>{let n=-1/0;const r=e.map((e=>(e.height+t>n&&(n=e.height+t),e.height+t)));let s=n,a=n*e.length,c=n;for(;s<a;){const e=Math.floor((s+a)/2);o(r,e,i)?a=e:s=e+1,c=s}return c-t};function a(){class e extends HTMLElement{constructor(){super(...arguments),this.containerWidth=0,this.isActive=!1,this.isDuringCalc=!1,this.attachObservers=()=>{this.mutationObserver?.observe(this,{childList:!0,subtree:!0}),this.containerWidthObserver?.observe(this),Array.from(this.children).forEach((e=>{this.handleItemAdded(e)}))},this.detachHeightCalcObservers=()=>{this.mutationObserver?.disconnect(),this.containerWidthObserver?.disconnect(),this.childResizeObserver?.disconnect()},this.recalcHeight=()=>{this.isActive&&r().measure((()=>{if(!this.isActive||this.isDuringCalc)return;this.isDuringCalc=!0;const e=getComputedStyle(this),t=s(this.itemsHeights,this.getRowGap(e),this.getColumnCount(e));this.isDuringCalc=!1,r().mutate((()=>{this.setContainerHeight(t),this.style.setProperty("visibility",null)}))}))},this.cleanUp=()=>{this.detachHeightCalcObservers(),this.removeContainerHeight(),this.isActiveObserver?.disconnect()},this.handleItemAdded=e=>{e instanceof window.HTMLElement&&this.childResizeObserver?.observe(e)},this.handleItemRemoved=e=>{e instanceof window.HTMLElement&&this.childResizeObserver?.unobserve(e)},this.createObservers=()=>{this.containerWidthObserver=new ResizeObserver((e=>{const t=e[0];if(t.contentRect.width!==this.containerWidth){if(0===this.containerWidth)return void(this.containerWidth=t.contentRect.width);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()}))}}setContainerHeight(e){this.style.setProperty("--flex-columns-height",`${e}px`)}removeContainerHeight(){this.style.removeProperty("--flex-columns-height")}getColumnCount(e){const t=e.getPropertyValue("--flex-column-count");return parseInt(t,10)}getRowGap(e){const t=e.getPropertyValue("row-gap");return parseInt(t||"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=>{const t=getComputedStyle(e);let i=parseFloat(t.height||"0");return i+=parseFloat(t.marginTop||"0"),i+=parseFloat(t.marginBottom||"0"),{height:i}}))}setIsActive(){const 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()}}return e}const c="multi-column-layouter",h=()=>{const e={observedElementToRelayoutTarget:new Map,getLayoutTargets(t){const 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,n)=>{e.observedElementToRelayoutTarget.set(i,n),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},l=(e,t=window)=>{let i=!1;return(...n)=>{i||(i=!0,t.requestAnimationFrame((()=>{i=!1,e(...n)})))}};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(22538);const m=(e,t,i)=>{if(/(^https?)|(^data)|(^blob)|(^\/\/)/.test(e))return e;let n=`${t}/`;return e&&(/^micons\//.test(e)?n=i:"ico"===/[^.]+$/.exec(e)[0]&&(n=n.replace("media","ficons"))),n+e},g=e=>{const t=window.location.search.split("&").map((e=>e.split("="))).find((e=>e[0].toLowerCase().includes("devicepixelratio")));return(t?Number(t[1]):null)||e||1};const p={columnCount:1,columns:1,fontWeight:1,lineHeight:1,opacity:1,zIndex:1,zoom:1},f=(e,t)=>e&&t&&Object.keys(t).forEach((i=>e.setAttribute(i,t[i]))),b=(e,t)=>e&&t&&Object.keys(t).forEach((i=>{const n=t[i];void 0!==n?e.style[i]=((e,t)=>"number"!=typeof t||p[e]?t:`${t}px`)(i,n):e.style.removeProperty(i)})),_=(e,t)=>e&&t&&Object.keys(t).forEach((i=>{e.style.setProperty(i,t[i])})),T=(e,t,i=!0)=>{return e&&i?(n=e.dataset[t])?"true"===n||"false"!==n&&("null"===n?null:""+ +n===n?+n:n):n:e.dataset[t];var n},I=(e,t)=>e&&t&&Object.assign(e.dataset,t),E=e=>e||document.documentElement.clientHeight||window.innerHeight||0,L={fit:"contain",fill:"cover"};const w=(e=window)=>({measure:function(e,t,i,{containerId:n,bgEffectName:r},o){const s=i[e],a=i[n],{width:c,height:h}=o.getMediaDimensionsByEffect(r,a.offsetWidth,a.offsetHeight,E(o.getScreenHeightOverride?.()));t.width=c,t.height=h,t.currentSrc=s.style.backgroundImage,t.bgEffectName=s.dataset.bgEffectName},patch:function(t,i,n,r,o){const s=n[t];r.targetWidth=i.width,r.targetHeight=i.height;const a=((e,t,i)=>{const{targetWidth:n,targetHeight:r,imageData:o,filters:s,displayMode:a=u.fittingTypes.SCALE_TO_FILL}=e;if(!n||!r||!o.uri)return{uri:"",css:{}};const{width:c,height:h,crop:l,name:d,focalPoint:p,upscaleMethod:f,quality:b,devicePixelRatio:_=t.devicePixelRatio}=o,T={filters:s,upscaleMethod:f,...b,hasAnimation:e?.hasAnimation||o?.hasAnimation},I=g(_),E={id:o.uri,width:c,height:h,...l&&{crop:l},...p&&{focalPoint:p},...d&&{name:d}},L={width:n,height:r,htmlTag:i||"img",pixelAspectRatio:I,alignment:e.alignType||u.alignTypes.CENTER},w=(0,u.getData)(a,E,L,T);return w.uri=m(w.uri,t.staticMediaUrl,t.mediaRootUrl),w})(r,o,"bg");!function(e="",t){return!e.includes(t)||!!e!=!!t}(i.currentSrc,a.uri)?b(s,a.css.container):function(t,i){const n={backgroundImage:`url("${i.uri}")`,...i.css.container},r=new e.Image;r.onload=b.bind(null,t,n),r.src=i.uri}(s,a)}});const v=(e,t,i)=>{void 0===e.customElements.get(t)&&e.customElements.define(t,i)};function A(e,t=window){class i extends t.HTMLElement{constructor(){super()}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=[]);const n=new t.MutationObserver((()=>this.reLayout()));n.observe(e,{attributeFilter:i}),this.childrenAttributesObservers.push(n)}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()}}return i}const y=e=>{if(e.customElementNamespace||(e.customElementNamespace={}),void 0===e.customElementNamespace.WixElement){const t=A({resizeService:h()},e);return e.customElementNamespace.WixElement=t,t}return e.customElementNamespace.WixElement},O="wix-bg-image",C=(e=globalThis.window,t={},i={experiments:{}})=>{if(e&&void 0===e.customElements.get(O)){const n=function(e,t,i,n=window){const r=w(n);return class extends e{constructor(){super()}reLayout(){if(function(e){return e.isExperimentOpen("specs.thunderbolt.tb_stop_client_images")||e.isExperimentOpen("specs.thunderbolt.final_force_webp")||e.isExperimentOpen("specs.thunderbolt.final_force_no_webp")}(t))return;const e={},o={},s=this.getAttribute("id"),a=JSON.parse(this.dataset.tiledImageInfo),{bgEffectName:c}=this.dataset,{containerId:h}=a,l=n.document.getElementById(h);e[s]=this,e[h]=l,a.displayMode=a.imageData.displayMode,t.mutationService.measure((()=>{r.measure(s,o,e,{containerId:h,bgEffectName:c},t)})),t.mutationService.mutate((()=>{r.patch(s,o,e,a,i,t)}))}attributeChangedCallback(e,t){t&&this.reLayout()}disconnectedCallback(){super.disconnectedCallback()}static get observedAttributes(){return["data-tiled-image-info"]}}}(y(e),t,i,e);v(e,O,n)}};function R(e,t,i=window){const n={width:void 0,height:void 0,left:void 0};return class extends e{constructor(){super()}reLayout(){const{containerId:e,pageId:r,useCssVars:o,bgEffectName:s}=this.dataset,a=this.closest(`#${e}`)||i.document.getElementById(`${e}`),c=this.closest(`#${r}`)||i.document.getElementById(`${r}`),h={};t.mutationService.measure((()=>{const e="fixed"===i.getComputedStyle(this).position,n=E(t.getScreenHeightOverride?.()),r=a.getBoundingClientRect(),l=t.getMediaDimensionsByEffect(s,r.width,r.height,n),{hasParallax:d}=l,u=c&&(i.getComputedStyle(c).transition||"").includes("transform"),{width:m,height:g}=l,p=`${m}px`,f=`${g}px`;let b=(r.width-m)/2+"px";if(e){const e=i.document.documentElement.clientLeft;b=u?a.offsetLeft-e+"px":r.left-e+"px"}const _=e||d?0:(r.height-g)/2+"px",T=o?{"--containerW":p,"--containerH":f,"--containerL":b,"--screenH_val":`${n}`}:{width:p,height:f,left:b,top:_};Object.assign(h,T)})),t.mutationService.mutate((()=>{o?(b(this,n),_(this,h)):b(this,h)}))}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"]}}}const M="__more__",S="moreContainer",x=(e=window)=>{const t=(e,t,i,n,r,o,s,a)=>{if(e-=r*(s?n.length:n.length-1),e-=a.left+a.right,t&&(n=n.map((()=>o))),n.some((e=>0===e)))return null;let c=0;const h=n.reduce(((e,t)=>e+t),0);if(h>e)return null;if(t){if(i){const t=Math.floor(e/n.length),i=n.map((()=>t));if(c=t*n.length,c<e){const t=Math.floor(e-c);n.forEach(((e,n)=>{n<=t-1&&i[n]++}))}return i}return n}if(i){const t=Math.floor((e-h)/n.length);c=0;const i=n.map((e=>(c+=e+t,e+t)));if(c<e){const t=Math.floor(e-c);n.forEach(((e,n)=>{n<=t-1&&i[n]++}))}return i}return n},i=e=>Math.round(e),n=e=>{const t=parseFloat(e);return isFinite(t)?t:0},r=t=>t.getBoundingClientRect().top>e.innerHeight/2,o=(e,t,i,n,r)=>{const{width:o,height:s,alignButtons:a,hoverListPosition:c,menuItemContainerExtraPixels:h}=t,l=t.absoluteLeft,d=((e,t,i,n,r,o,s,a,c,h)=>{let l="0px",d="auto";const u=o.left,m=o.width;if("left"===t?l="left"===r?0:`${u+e.left}px`:"right"===t?(d="right"===r?0:n-u-m-e.right+"px",l="auto"):"left"===r?l=`${u+(m+e.left-i)/2}px`:"right"===r?(l="auto",d=(m+e.right-(i+e.width))/2+"px"):l=`${e.left+u+(m-(i+e.width))/2}px`,"auto"!==l){const e=s+parseInt(l,10);e+h>c?(l="auto",d=0):l=e<0?0:l}"auto"!==d&&(d=a-parseInt(d,10)>c?0:d);return{moreContainerLeft:l,moreContainerRight:d}})(h,a,n,o,c,i,l,l+o,t.bodyClientWidth,r);return{left:d.moreContainerLeft,right:d.moreContainerRight,top:t.needToOpenMenuUp?"auto":`${s}px`,bottom:t.needToOpenMenuUp?`${s}px`:"auto"}},s=e=>!isNaN(parseFloat(e))&&isFinite(e);return{measure:(o,s)=>{const a={},c={};c[o]=s;let h=1;const l=s.getRootNode().querySelector("[id^=site-root]");l&&(h=l.getBoundingClientRect().width/l.offsetWidth);const d=(e=>{const t=+T(e,"numItems");return t<=0||t>Number.MAX_SAFE_INTEGER?[]:new Array(t).fill(0).map(((e,t)=>String(t)))})(c[o]),u=(e=>["moreContainer","itemsContainer","dropWrapper"].concat(e,[M]))(d);u.forEach((e=>{const t=`${o}${e}`;c[t]=s.getRootNode().getElementById(`${t}`)})),a.children=((e,t,n,r)=>{const o={};return n.forEach((n=>{const s=`${e}${n}`,a=t[s];a&&(o[s]={width:a.offsetWidth,boundingClientRectWidth:i(a.getBoundingClientRect().width/r),height:a.offsetHeight})})),o})(o,c,u,h);const m=c[o],g=c[`${o}itemsContainer`],p=g.childNodes,f=c[`${o}moreContainer`],b=f.childNodes,_=T(m,"stretchButtonsToMenuWidth"),I=T(m,"sameWidthButtons"),E=m.getBoundingClientRect();a.absoluteLeft=E.left,a.bodyClientWidth=e.document.body.clientWidth,a.alignButtons=T(m,"dropalign"),a.hoverListPosition=T(m,"drophposition"),a.menuBorderY=parseInt(T(m,"menuborderY"),10),a.ribbonExtra=parseInt(T(m,"ribbonExtra"),10),a.ribbonEls=parseInt(T(m,"ribbonEls"),10),a.labelPad=parseInt(T(m,"labelPad"),10),a.menuButtonBorder=parseInt(T(m,"menubtnBorder"),10),a.menuItemContainerMargins=(t=>{const i=t.lastChild,n=e.getComputedStyle(i);return(parseInt(n.marginLeft,10)||0)+(parseInt(n.marginRight,10)||0)})(g),a.menuItemContainerExtraPixels=((t,i)=>{const r=e.getComputedStyle(t);let o=n(r.borderTopWidth)+n(r.paddingTop),s=n(r.borderBottomWidth)+n(r.paddingBottom),a=n(r.borderLeftWidth)+n(r.paddingLeft),c=n(r.borderRightWidth)+n(r.paddingRight);return i&&(o+=n(r.marginTop),s+=n(r.marginBottom),a+=n(r.marginLeft),c+=n(r.marginRight)),{top:o,bottom:s,left:a,right:c,height:o+s,width:a+c}})(g,!0),a.needToOpenMenuUp=r(m),a.menuItemMarginForAllChildren=!_||"false"!==g.getAttribute("data-marginAllChildren"),a.moreSubItem=[],a.labelWidths={},a.linkIds={},a.parentId={},a.menuItems={},a.labels={},b.forEach(((t,i)=>{a.parentId[t.id]=T(t,"parentId");const n=T(t,"dataId");a.menuItems[n]={dataId:n,parentId:T(t,"parentId"),moreDOMid:t.id,moreIndex:i},c[t.id]=t;const r=t.querySelector("p");c[r.id]=r,a.labels[r.id]={width:r.offsetWidth,height:r.offsetHeight,left:r.offsetLeft,lineHeight:parseInt(e.getComputedStyle(r).fontSize,10)},a.moreSubItem.push(t.id)})),p.forEach(((e,t)=>{const n=T(e,"dataId");a.menuItems[n]=a.menuItems[n]||{},a.menuItems[n].menuIndex=t,a.menuItems[n].menuDOMid=e.id,a.children[e.id].left=e.offsetLeft;const r=e.querySelector("p");c[r.id]=r,a.labelWidths[r.id]=((e,t)=>i(e.getBoundingClientRect().width/t))(r,h);const o=e.querySelector("p");c[o.id]=o,a.linkIds[e.id]=o.id}));const L=m.offsetHeight;a.height=L,a.width=m.offsetWidth,a.lineHeight=((e,t)=>e-t.menuBorderY-t.labelPad-t.ribbonEls-t.menuButtonBorder-t.ribbonExtra+"px")(L,a);const w=((e,i,n,r,o)=>{const s=i.width;i.hasOriginalGapData={},i.originalGapBetweenTextAndBtn={};const a=o.map((t=>{const n=r[e+t];let o;const s=T(n,"originalGapBetweenTextAndBtn");return void 0===s?(i.hasOriginalGapData[t]=!1,o=i.children[e+t].boundingClientRectWidth-i.labelWidths[`${e+t}label`],i.originalGapBetweenTextAndBtn[e+t]=o):(i.hasOriginalGapData[t]=!0,o=parseFloat(s)),i.children[e+t].width>0?Math.floor(i.labelWidths[`${e+t}label`]+o):0})),c=a.pop(),h=n.sameWidthButtons,l=n.stretchButtonsToMenuWidth;let d=!1;const u=i.menuItemContainerMargins,m=i.menuItemMarginForAllChildren,g=i.menuItemContainerExtraPixels,p=(e=>e.reduce(((e,t)=>e>t?e:t),-1/0))(a);let f=t(s,h,l,a,u,p,m,g);if(!f){for(let e=1;e<=a.length;e++)if(f=t(s,h,l,a.slice(0,-1*e).concat(c),u,p,m,g),f){d=!0;break}f||(d=!0,f=[c])}if(d){const e=f[f.length-1];for(f=f.slice(0,-1);f.length<o.length;)f.push(0);f[f.length-1]=e}return{realWidths:f,moreShown:d}})(o,a,{sameWidthButtons:I,stretchButtonsToMenuWidth:_},c,d.concat(M));return a.realWidths=w.realWidths,a.isMoreShown=w.moreShown,a.menuItemIds=d,a.hoverState=T(f,"hover",!1),{measures:a,domNodes:c}},patch:(e,t,i)=>{const n=i[e];b(n,{overflowX:"visible"});const{menuItemIds:r,needToOpenMenuUp:a}=t,c=r.concat(M);I(n,{dropmode:a?"dropUp":"dropDown"});let h=0;if(t.hoverState===M){const e=t.realWidths.indexOf(0),n=t.menuItems[(l=t.menuItems,d=t=>t.menuIndex===e,Object.keys(l).find((e=>d(l[e],e))))],o=n.moreIndex,s=o===r.length-1;n.moreDOMid&&f(i[n.moreDOMid],{"data-listposition":s?"dropLonely":"top"}),Object.values(t.menuItems).filter((e=>!!e.moreDOMid)).forEach((e=>{if(e.moreIndex<o)b(i[e.moreDOMid],{display:"none"});else{const i=`${e.moreDOMid}label`;h=Math.max(t.labels[i].width,h)}}))}else t.hoverState&&t.moreSubItem.forEach(((i,n)=>{const r=`${e+S+n}label`;h=Math.max(t.labels[r].width,h)}));var l,d;((e,t,i,n)=>{const{hoverState:r}=t;if("-1"!==r){const{menuItemIds:a}=t,c=a.indexOf(r);if(s(t.hoverState)||r===M){if(!t.realWidths)return;const r=Math.max(n,t.children[-1!==c?e+c:e+M].width),a=Math.max(n,t.children[`${e}dropWrapper`].width),h=((e,t)=>e+15+t.menuBorderY+t.labelPad+t.menuButtonBorder)(0!==t.moreSubItem.length?t.labels[`${t.moreSubItem[0]}label`].lineHeight:0,t);t.moreSubItem.forEach((e=>{b(i[e],{minWidth:`${r}px`}),b(i[`${e}label`],{minWidth:"0px",lineHeight:`${h}px`})}));const l=s(t.hoverState)?t.hoverState:"__more__",d={width:t.children[e+l].width,left:t.children[e+l].left},u=o(0,t,d,r,a);b(i[`${e}${S}`],{left:u.left,right:u.right}),b(i[`${e}dropWrapper`],{left:u.left,right:u.right,top:u.top,bottom:u.bottom})}}})(e,t,i,h),t.originalGapBetweenTextAndBtn&&c.forEach((n=>{t.hasOriginalGapData[n]||I(i[`${e}${n}`],{originalGapBetweenTextAndBtn:t.originalGapBetweenTextAndBtn[`${e}${n}`]})})),((e,t,i,n)=>{const{realWidths:r,height:o,menuItemContainerExtraPixels:s}=i;let a=0,c=null,h=null;const l=i.lineHeight,d=o-s.height;for(let o=0;o<n.length;o++){const s=r[o],u=s>0,m=e+n[o];h=i.linkIds[m],u?(a++,c=m,b(t[m],{width:`${s}px`,height:`${d}px`,position:"relative","box-sizing":"border-box",overflow:"visible",visibility:"inherit"}),b(t[`${m}label`],{"line-height":l}),f(t[m],{"aria-hidden":!1})):(b(t[m],{height:"0px",overflow:"hidden",position:"absolute",visibility:"hidden"}),f(t[m],{"aria-hidden":!0}),f(t[h],{tabIndex:-1}))}1===a&&(I(t[`${e}moreContainer`],{listposition:"lonely"}),I(t[c],{listposition:"lonely"}))})(e,i,t,c)}}};const G="wix-dropdown-menu",F=(e=globalThis.window)=>{if(e&&void 0===e.customElements.get(G)){const t=h(),i=function(e,t,i=window){const n=x(i);return class extends e{constructor(){super(...arguments),this._visible=!1,this._mutationIds={read:null,write:null},this._itemsContainer=null,this._dropContainer=null,this._labelItems=[]}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;const 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(){const 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((()=>{const t=n.measure(this._id,this);e=t.measures,i=t.domNodes})),this._mutationIds.write=t.mutationService.mutate((()=>{n.patch(this._id,e,i),this._showElement()}))}}}(y(e),{resizeService:t,mutationService:r()},e);e.customElements.define(G,i)}};const P="wix-iframe",N=(e=globalThis.window)=>{if(e&&void 0===e.customElements.get(P)){const t=function(e){return class extends e{constructor(){super()}reLayout(){const e=this.querySelector("iframe");if(e){const 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"]}}}(y(e));v(e,P,t)}},k={measure(e,t,{hasBgScrollEffect:i,videoWidth:n,videoHeight:r,fittingType:o,alignType:s="center",qualities:a,staticVideoUrl:c,videoId:h,videoFormat:l,focalPoint:m}){const g=i?t.offsetWidth:e.parentElement.offsetWidth,p=e.parentElement.offsetHeight,f=parseInt(n,10),b=parseInt(r,10),_=function(e,t,i,n){return{wScale:e/i,hScale:t/n}}(g,p,f,b),T=function(e,t,i,n){let r;r=e===u.fittingTypes.SCALE_TO_FIT?Math.min(t.wScale,t.hScale):Math.max(t.wScale,t.hScale);return{width:Math.round(i*r),height:Math.round(n*r)}}(o,_,f,b),I=function(e,{width:t,height:i}){const n=((e,t)=>{const i=e.reduce(((e,i)=>(e[t(i)]=i,e)),{});return Object.values(i)})(e,(e=>e.size)),r=n.find((e=>e.size>t*i));return r||e[e.length-1]}(a,T),E=function(e,t,i,n){if("mp4"===n)return e.url?d(t,e.url):d(t,i,e.quality,n,"file.mp4");return""}(I,c,h,l),w=function(e,t){const i=e.networkState===e.NETWORK_NO_SOURCE,n=!e.currentSrc.endsWith(t);return t&&(n||i)}(e,E),v=L[o]||"cover",A=m?function(e,t,i){const{width:n,height:r}=e,{width:o,height:s}=t,{x:a,y:c}=i;if(!o||!s)return`${a}% ${c}%`;const h=Math.max(o/n,s/r),l=n*h,d=r*h,u=Math.max(0,Math.min(l-o,l*(a/100)-o/2)),m=Math.max(0,Math.min(d-s,d*(c/100)-s/2)),g=u&&Math.floor(u/(l-o)*100),p=m&&Math.floor(m/(d-s)*100);return`${g}% ${p}%`}(T,{width:g,height:p},m):"",y=s.replace("_"," ");return{videoSourceUrl:E,needsSrcUpdate:w,videoStyle:{height:"100%",width:"100%",objectFit:v,objectPosition:A||y}}},mutate(e,t,i,n,r,o,s,a,c,h,l){r?i.setAttribute("autoplay",""):i.removeAttribute("autoplay"),t?b(t,n):(!function(e,t,i,n,r,o){o&&t.paused&&(i.style.opacity="1",t.style.opacity="0");const s=t.paused||""===t.currentSrc,a=e||o;if(a&&s)if(t.ontimeupdate=null,t.onseeked=null,t.onplay=null,!o&&r){const e=t.muted;t.muted=!0,t.ontimeupdate=()=>{t.currentTime>0&&(t.ontimeupdate=null,t.onseeked=()=>{t.onseeked=null,t.muted=e,B(t,i,n)},t.currentTime=0)}}else t.onplay=()=>{o||(t.onplay=null),B(t,i,n)}}(s,i,e,a,r,l),b(i,n)),function(e,t,i){e&&(t.src=i,t.load())}(s,i,o),i.playbackRate=h}};function B(e,t,i){"fade"===i&&(t.style.transition="opacity 1.6s ease-out"),t.style.opacity="0",e.style.opacity="1"}function H(e,t,i){return class extends e{constructor(){super()}connectedCallback(){t.isExperimentOpen("specs.thunderbolt.videoLazyLoading")?i.disableImagesLazyLoading?this.reLayout():t.intersectionObserver.observe(this):super.connectedCallback.call(this)}disconnectedCallback(){t.isExperimentOpen("specs.thunderbolt.videoLazyLoading")?(this.unobserveResize(),this.unobserveIntersect(),this.unobserveChildren()):super.disconnectedCallback.call(this)}unobserveIntersect(){t.intersectionObserver?.unobserve(this)}reLayout(){const{isVideoDataExists:e,videoWidth:n,videoHeight:r,qualities:o,videoId:s,videoFormat:a,alignType:c,fittingType:h,focalPoint:l,hasBgScrollEffect:d,autoPlay:u,animatePoster:m,containerId:g,isEditorMode:p,playbackRate:f,hasAlpha:b}=JSON.parse(this.dataset.videoInfo);if(!e)return;const _=!i.prefersReducedMotion&&u,T=this.querySelector(`video[id^="${g}"]`),I=this.querySelector(`.bgVideoposter[id^="${g}"]`);if(this.unobserveChildren(),!T||!I)return void this.observeChildren(this);const E=this.getRootNode().getElementById(`${g}`),L=E.querySelector(`.webglcanvas[id^="${g}"]`);!(b||"true"===E.dataset.hasAlpha)||L?t.mutationService.measure((()=>{const e=k.measure(T,E,{hasBgScrollEffect:d,videoWidth:n,videoHeight:r,fittingType:h,alignType:c,qualities:o,staticVideoUrl:i.staticVideoUrl,videoId:s,videoFormat:a,focalPoint:l}),{videoSourceUrl:u,needsSrcUpdate:g,videoStyle:b}=e;t.mutationService.mutate((()=>{k.mutate(I,L,T,b,_,u,g,m,a,f,p)}))})):requestAnimationFrame((()=>this.reLayout()))}attributeChangedCallback(e,t){t&&this.reLayout()}static get observedAttributes(){return["data-video-info"]}}}const $="wix-video",U=(e=globalThis.window,t,i={experiments:{}})=>{if(e&&void 0===e.customElements.get($)){const n=y(e);let r;if(t?.isExperimentOpen("specs.thunderbolt.videoLazyLoading")){const e=new IntersectionObserver((e=>e.map((e=>{if(e.isIntersecting){const t=e.target;t.unobserveIntersect(),t.observeResize()}return e}))),{rootMargin:"50% 100%"});r=H(n,{...t,intersectionObserver:e},i)}else r=H(n,t,i);v(e,$,r)}}},96567:(e,t,i)=>{var n=i(17709),r=i.n(n),o=i(33842),s=i(22538),a=i(30012);const c={imageClientApi:s,...{init:function(e,t=window){! /** * @license * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt * Code distributed by Google as part of the polymer project is also * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt */function(e){if(void 0===e.Reflect||void 0===e.customElements||e.customElements.hasOwnProperty("polyfillWrapFlushCallback"))return;const 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);const i={registry:new Set,observe(e){i.registry.add(e)},unobserve(e){i.registry.delete(e)}};e.windowResizeService.init((0,a.vk)((()=>i.registry.forEach((e=>e.reLayout())))),t);const n=(0,a.Aq)(),r=(e,i)=>{void 0===t.customElements.get(e)&&t.customElements.define(e,i)},o=(0,a.yO)({resizeService:n},t);return t.customElementNamespace={WixElement:o},r("wix-element",o),{contextWindow:t,defineWixBgMedia:e=>{const n=(0,a.NL)(o,{windowResizeService:i,...e},t);r("wix-bg-media",n)},defineMultiColumnRepeaterElement:()=>{const e=(0,a._o)();r(a.KU,e)}}}}};var h=i(3412);const l=()=>({getSiteScale:()=>{const e=document.querySelector("#site-root");return e?e.getBoundingClientRect().width/e.offsetWidth:1}}),d=()=>{const e={init:e=>new ResizeObserver(e)},t={init:e=>window.addEventListener("resize",e)},i=l();return c.init({resizeService:e,windowResizeService:t,siteService:i})},u=(e,t,i,n)=>{const{getMediaDimensions:r,...s}=o[e]||{};return r?{...r(t,i,n),...s}:{width:t,height:i,...s}},{experiments:m,media:g,requestUrl:p}=window.viewerModel;((e,t,i,n)=>{const{environmentConsts:o,wixCustomElements:s,media:a,requestUrl:m,mediaServices:g}=((e,t,i,n)=>{const o={staticMediaUrl:e.media.staticMediaUrl,mediaRootUrl:e.media.mediaRootUrl,experiments:{},isViewerMode:!0,devicePixelRatio:/iemobile/i.test(navigator.userAgent)?Math.round(window.screen.availWidth/(window.screen.width||window.document.documentElement.clientWidth)):window.devicePixelRatio,...n},s={mutationService:r(),isExperimentOpen:t=>Boolean(e.experiments[t]),siteService:l()},a={getMediaDimensionsByEffect:u,...s,...i};return{...e,wixCustomElements:t||d(),services:s,environmentConsts:o,mediaServices:a}})(e,t,i,n),p=s?.contextWindow||window;p.wixCustomElements=s,Object.assign(p.customElementNamespace,{mediaServices:g,environmentConsts:o,requestUrl:m,staticVideoUrl:a.staticVideoUrl}),(0,h.g)({...g},s.contextWindow,o),s.defineWixBgMedia(g),s.defineMultiColumnRepeaterElement(),window.__imageClientApi__=c.imageClientApi})({experiments:m,media:g,requestUrl:p})}}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/custom-element-utils.inline.90375295.bundle.min.js.map</script> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/initCustomElements.inline.d403acd5.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[6916],{33842:(e,t,i)=>{i.r(t),i.d(t,{BackgroundParallax:()=>o,BackgroundParallaxZoom:()=>r,BackgroundReveal:()=>c,BgCloseUp:()=>d,BgExpand:()=>h,BgFabeBack:()=>l,BgFadeIn:()=>g,BgFadeOut:()=>u,BgFake3D:()=>m,BgPanLeft:()=>f,BgPanRight:()=>b,BgParallax:()=>p,BgPullBack:()=>v,BgReveal:()=>M,BgRotate:()=>w,BgShrink:()=>y,BgSkew:()=>x,BgUnwind:()=>D,BgZoomIn:()=>I,BgZoomOut:()=>S,ImageParallax:()=>E,ImageReveal:()=>P});var s=i(41217);const n=(e,t)=>({width:e,height:t}),a=(e,t,i)=>({width:e,height:Math.max(t,i)});const o={hasParallax:!0,getMediaDimensions:a},r={hasParallax:!0,getMediaDimensions:a},c={hasParallax:!0,getMediaDimensions:a},d={getMediaDimensions:n},h={getMediaDimensions:n},l={getMediaDimensions:n},g={getMediaDimensions:n},u={getMediaDimensions:n},m={hasParallax:!0,getMediaDimensions:a},f={getMediaDimensions:(e,t)=>({width:1.2*e,height:t})},b={getMediaDimensions:(e,t)=>({width:1.2*e,height:t})},p={hasParallax:!0,getMediaDimensions:a},v={getMediaDimensions:n},M={hasParallax:!0,getMediaDimensions:a},w={getMediaDimensions:(e,t)=>function(e,t,i){const n=(0,s.kU)(i),a=Math.hypot(e,t)/2,o=Math.acos(e/2/a),r=e*Math.abs(Math.cos(n))+t*Math.abs(Math.sin(n)),c=e*Math.abs(Math.sin(n))+t*Math.abs(Math.cos(n));return{width:Math.ceil(n<o?r:2*a),height:Math.ceil(n<(0,s.kU)(90)-o?c:2*a)}}(e,t,22)},y={getMediaDimensions:n},x={getMediaDimensions:(e,t)=>function(e,t,i){const n=(0,s.kU)(i);return{width:e,height:e*Math.tan(n)+t}}(e,t,20)},D={getMediaDimensions:n},I={hasParallax:!0,getMediaDimensions:a},S={getMediaDimensions:(e,t)=>({width:1.15*e,height:1.15*t})},E={getMediaDimensions:(e,t)=>({width:e,height:1.5*t})},P={getMediaDimensions:(e,t,i)=>({width:e,height:i})}},3412:(e,t,i)=>{i.d(t,{g:()=>w});var s=i(22538);const n={columnCount:1,columns:1,fontWeight:1,lineHeight:1,opacity:1,zIndex:1,zoom:1},a=(e,t)=>(Array.isArray(t)?t:[t]).reduce(((t,i)=>{const s=e[i];return void 0!==s?Object.assign(t,{[i]:s}):t}),{}),o=(e,t)=>e&&t&&Object.keys(t).forEach((i=>{const s=i,a=t[s];void 0!==a?e.style[s]=((e,t)=>"number"!=typeof t||n[e]?t.toString():`${t}px`)(s,a):e.style.removeProperty(s)})),r=(e,t,i)=>{if(!e.targetWidth||!e.targetHeight||!e.imageData.uri)return{uri:"",css:{},transformed:!1};const{imageData:n}=e,o=e.displayMode||s.fittingTypes.SCALE_TO_FILL,r=Object.assign(a(n,["upscaleMethod"]),a(e,["filters","encoding"]),e.quality||n.quality,{hasAnimation:e?.hasAnimation||n?.hasAnimation}),h=e.imageData.devicePixelRatio||t.devicePixelRatio,l=d(h),g=Object.assign(a(n,["width","height","crop","name","focalPoint"]),{id:n.uri}),u={width:e.targetWidth,height:e.targetHeight,htmlTag:i||"img",pixelAspectRatio:l,alignment:e.alignType||s.alignTypes.CENTER},m=(0,s.getData)(o,g,u,r);return m.uri=c(m.uri,t.staticMediaUrl,t.mediaRootUrl),m},c=(e,t,i)=>{if(/(^https?)|(^data)|(^blob)|(^\/\/)/.test(e))return e;let s=`${t}/`;return e&&(/^micons\//.test(e)?s=i:"ico"===/[^.]+$/.exec(e)?.[0]&&(s=s.replace("media","ficons"))),s+e},d=e=>{const 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},h=e=>e.getAttribute("src"),l=80;const g={measure:function(e,t,i,{containerElm:s,bgEffect:n="none",sourceSets:a},o){const r=i.image,c=i[e],d=(g=o.getScreenHeightOverride?.(),g||document.documentElement.clientHeight||window.innerHeight||0);var g;const u=s?.dataset.mediaHeightOverrideType,m=n&&"none"!==n||a&&a.some((e=>e.scrollEffect)),f=s&&m?s:c,b=window.getComputedStyle(c).getPropertyValue("--bg-scrub-effect"),{width:p,height:v}=o.getMediaDimensionsByEffect?.(b||n,f.offsetWidth,f.offsetHeight,d)||{width:c.offsetWidth,height:c.offsetHeight};if(a&&(t.sourceSetsTargetHeights=function(e,t,i,s,n){const a={};return e.forEach((({mediaQuery:e,scrollEffect:o})=>{a[e]=n.getMediaDimensionsByEffect(o,t,i,s).height})),a}(a,f.offsetWidth,f.offsetHeight,d,o)),!r)return;const M=h(r);b&&(t.top=.5*(c.offsetHeight-v),t.left=.5*(c.offsetWidth-p)),t.width=p,t.height=function(e,t){return"fixed"===t||"viewport"===t?document.documentElement.clientHeight+l:e}(v,u),t.screenHeight=d,t.imgSrc=M,t.boundingRect=c.getBoundingClientRect(),t.mediaHeightOverrideType=u,t.srcset=r.srcset},patch:function(e,t,i,n,a,c,d,h,l){if(!Object.keys(t).length)return;const{imageData:g}=n,u=i[e],m=i.image;h&&(g.devicePixelRatio=1);const f=n.targetScale||1,b={...n,...!n.skipMeasure&&{targetWidth:(t.width||0)*f,targetHeight:(t.height||0)*f},displayMode:g.displayMode},p=r(b,a,"img"),v=p?.css?.img||{},M=function(e,t,i,s,n){const a=function(e,t=1){return 1!==t?{...e,width:"100%",height:"100%"}:e}(t,s);if(n&&(delete a.height,a.width="100%"),!e)return a;const o={...a};return"fill"===i?(o.position="absolute",o.top="0"):"fit"===i&&(o.height="100%"),"fixed"===e&&(o["will-change"]="transform"),o.objectPosition&&(o.objectPosition=t.objectPosition.replace(/(center|bottom)$/,"top")),o}(t.mediaHeightOverrideType,v,g.displayMode,f,d);o(m,M),(t.top||t.left)&&o(u,{top:`${t.top}px`,left:`${t.left}px`});const w=p?.uri||"",y=g?.hasAnimation||n?.hasAnimation,x=function(e,t,i){const{sourceSets:s}=t;if(!s||!s.length)return;const n={};return s.forEach((({mediaQuery:s,crop:a,focalPoint:o})=>{const c={...t,targetHeight:(e.sourceSetsTargetHeights||{})[s]||0,imageData:{...t.imageData,crop:a,focalPoint:o}},d=r(c,i,"img");n[s]=d.uri||""})),n}(t,b,a);if(l&&(m.dataset.ssrSrcDone="true"),n.isLQIP&&n.lqipTransition&&!("transitioned"in u.dataset)&&(u.dataset.transitioned="",m.complete?m.onload=function(){m.dataset.loadDone=""}:m.onload=function(){m.complete?m.dataset.loadDone="":m.onload=function(){m.dataset.loadDone=""}}),c){((e,t)=>(0,s.getFileExtension)(e)===s.fileType.GIF||(0,s.getFileExtension)(e)===s.fileType.WEBP&&t)(g.uri,y)?(m.setAttribute("fetchpriority","low"),m.setAttribute("loading","lazy"),m.setAttribute("decoding","async")):m.setAttribute("fetchpriority","high"),m.currentSrc!==w&&m.setAttribute("src",w);t.srcset&&!t.srcset.split(", ").some((e=>e.split(" ")[0]===w))&&m.setAttribute("srcset",w),i.picture&&b.sourceSets&&Array.from(i.picture.querySelectorAll("source")).forEach((e=>{const t=e.media||"",i=x?.[t];e.srcset!==i&&e.setAttribute("srcset",i||"")}))}}},u={parallax:"ImageParallax",fixed:"ImageReveal"};const m=function(e,t,i){return class extends i.HTMLElement{constructor(){super(),this.childListObserver=null,this.timeoutId=null}attributeChangedCallback(e,t){t&&this.reLayout()}connectedCallback(){t.disableImagesLazyLoading?this.reLayout():this.observeIntersect()}disconnectedCallback(){this.unobserveResize(),this.unobserveIntersect(),this.unobserveChildren()}static get observedAttributes(){return["data-image-info"]}reLayout(){const s={},n={},a=this.getAttribute("id"),o=JSON.parse(this.dataset.imageInfo||""),r="true"===this.dataset.isResponsive,{bgEffectName:c}=this.dataset,{scrollEffect:d}=o.imageData,{sourceSets:l}=o,m=c||d&&u[d];l&&l.length&&l.forEach((e=>{e.scrollEffect&&(e.scrollEffect=u[e.scrollEffect])})),s[a]=this,o.containerId&&(s[o.containerId]=i.document.getElementById(`${o.containerId}`));const f=o.containerId?s[o.containerId]:void 0;if(s.image=this.querySelector("img"),s.picture=this.querySelector("picture"),!s.image){const e=this;return void this.observeChildren(e)}this.unobserveChildren(),this.observeChildren(this),e.mutationService.measure((()=>{g.measure(a,n,s,{containerElm:f,bgEffect:m,sourceSets:l},e)}));const b=(i,c)=>{e.mutationService.mutate((()=>{g.patch(a,n,s,o,t,i,r,m,c)}))},p=s.image,v=this.dataset.hasSsrSrc&&!p.dataset.ssrSrcDone;!h(p)||v?b(!0,!0):this.debounceImageLoad(b)}debounceImageLoad(e){clearTimeout(this.timeoutId),this.timeoutId=i.setTimeout((()=>{e(!0)}),250),e(!1)}observeResize(){e.resizeService?.observe(this)}unobserveResize(){e.resizeService?.unobserve(this)}observeIntersect(){e.intersectionService?.observe(this)}unobserveIntersect(){e.intersectionService?.unobserve(this)}observeChildren(e){this.childListObserver||(this.childListObserver=new i.MutationObserver((()=>{this.reLayout()}))),this.childListObserver.observe(e,{childList:!0})}unobserveChildren(){this.childListObserver&&(this.childListObserver.disconnect(),this.childListObserver=null)}}};var f=i(17709),b=i.n(f);const p=()=>/iemobile/i.test(navigator.userAgent)?Math.round(window.screen.availWidth/(window.screen.width||window.document.documentElement.clientWidth)):window.devicePixelRatio,v="https://static.wixstatic.com/media",M="https://static.wixstatic.com";function w(e={},t=null,i={}){if("undefined"==typeof window)return;const s={staticMediaUrl:v,mediaRootUrl:M,experiments:{},devicePixelRatio:p(),...i},n=function(e,t){const i="wow-image";if(void 0===(e=e||window).customElements.get(i)){let s,n;return e.ResizeObserver&&(s=new e.ResizeObserver((e=>e.map((e=>e.target.reLayout()))))),e.IntersectionObserver&&(n=new IntersectionObserver((e=>e.map((e=>{if(e.isIntersecting){const t=e.target;t.unobserveIntersect(),t.observeResize()}return e}))),{rootMargin:"150% 100%"})),function(a){const o=m({resizeService:s,intersectionService:n,mutationService:b(),...t},a,e);e.customElements.define(i,o)}}}(t,e);n&&n(s)}},41217:(e,t,i)=>{i.d(t,{Io:()=>n,Rb:()=>o,_b:()=>s,kU:()=>a});function s(e,t,i,s,n){return(n-e)*(s-i)/(t-e)+i}function n(e,t){let[i,s]=e,[n,a]=t;return Math.sqrt((n-i)**2+(a-s)**2)}function a(e){return e*Math.PI/180}function o(e,t,i){void 0===e&&(e=[0,0]),void 0===t&&(t=[0,0]),void 0===i&&(i=0);return(360+i+180*Math.atan2(t[1]-e[1],t[0]-e[0])/Math.PI)%360}}},e=>{e.O(0,[592,8398],(()=>{return t=96567,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/initCustomElements.inline.d403acd5.bundle.min.js.map</script> <!-- preloading pre-scripts --> <link href="https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%22b278a256-2757-4f19-9313-c05c783bec92%22%3A%222377%22%2C%229a5d83fd-8570-482e-81ab-cfa88942ee60%22%3A%223691%22%2C%229dd67198-68df-4884-92d5-d38ba59bcae0%22%3A%22306%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22e329a4ab-e1b2-4268-9cc6-ac6f77ec6767%22%3A%22234%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%22886%22%2C%22deb18ef1-e0c6-4668-a7bc-4a13785eb5b7%22%3A%22634%22%7D&beckyExperiments=.EnableCustomCSSVarsForLoginSocialBar%2C.LoginBarEnableLoggingInStateInSSR%2C.buttonUdp%2C.dropAppsClientSpecMapByApplicationId%2C.imageEncodingAVIF%2C.shouldUseResponsiveImages%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useImageAvifFormatInNativeProGallery%2C.useSvgLoaderFeature&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.4726.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_deleteLayoutOverridesForRefComponents%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.rvwc.com&fileId=6461bcec.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=true&isMultilingualEnabled=true&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=fdbffcc2-13aa-4611-a2f5-88e8be74fabd&migratingToOoiWidgetIds=14fd5970-8072-c276-1246-058b79e70c1a%2C35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6%2C1537b264-0a4d-ca5e-52b9-980bc763d50a%2C14f2595a-a352-3ff1-9b3c-4d21861fe58f%2C14f25dd2-f9b0-edc2-f38e-eded5da094aa&module=thunderbolt-features&originalLanguage=en&pageId=161e3b_4115d062f858f3bb9f9207214dc0f1ad_666.json&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.13795.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.13795.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=524a5244-5b82-4a67-82cb-2b9c457da83c&siteRevision=667&staticHTMLComponentUrl=https%3A%2F%2Fwww-rvwc-com.filesusr.com%2F&useSandboxInHTMLComp=false&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%22b278a256-2757-4f19-9313-c05c783bec92%22%3A%222377%22%2C%229a5d83fd-8570-482e-81ab-cfa88942ee60%22%3A%223691%22%2C%229dd67198-68df-4884-92d5-d38ba59bcae0%22%3A%22306%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22e329a4ab-e1b2-4268-9cc6-ac6f77ec6767%22%3A%22234%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%22886%22%2C%22deb18ef1-e0c6-4668-a7bc-4a13785eb5b7%22%3A%22634%22%7D&beckyExperiments=.EnableCustomCSSVarsForLoginSocialBar%2C.LoginBarEnableLoggingInStateInSSR%2C.buttonUdp%2C.dropAppsClientSpecMapByApplicationId%2C.imageEncodingAVIF%2C.shouldUseResponsiveImages%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useImageAvifFormatInNativeProGallery%2C.useSvgLoaderFeature&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.4726.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_deleteLayoutOverridesForRefComponents%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.rvwc.com&fileId=6461bcec.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=true&isMultilingualEnabled=true&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=fdbffcc2-13aa-4611-a2f5-88e8be74fabd&migratingToOoiWidgetIds=14fd5970-8072-c276-1246-058b79e70c1a%2C35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6%2C1537b264-0a4d-ca5e-52b9-980bc763d50a%2C14f2595a-a352-3ff1-9b3c-4d21861fe58f%2C14f25dd2-f9b0-edc2-f38e-eded5da094aa&module=thunderbolt-features&originalLanguage=en&pageId=161e3b_16620a8bcf38afd4fbf69a737fd533a7_666.json&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.13795.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.13795.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=524a5244-5b82-4a67-82cb-2b9c457da83c&siteRevision=667&staticHTMLComponentUrl=https%3A%2F%2Fwww-rvwc-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop" id="features_c1dmp" as="fetch" position="post-scripts" rel="preload" crossorigin="anonymous"></link> <link href="https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%22b278a256-2757-4f19-9313-c05c783bec92%22%3A%222377%22%2C%229a5d83fd-8570-482e-81ab-cfa88942ee60%22%3A%223691%22%2C%229dd67198-68df-4884-92d5-d38ba59bcae0%22%3A%22306%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22e329a4ab-e1b2-4268-9cc6-ac6f77ec6767%22%3A%22234%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%22886%22%2C%22deb18ef1-e0c6-4668-a7bc-4a13785eb5b7%22%3A%22634%22%7D&beckyExperiments=.EnableCustomCSSVarsForLoginSocialBar%2C.LoginBarEnableLoggingInStateInSSR%2C.buttonUdp%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useImageAvifFormatInNativeProGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.4726.0&editorName=Unknown&experiments=dm_deleteLayoutOverridesForRefComponents%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.rvwc.com&fileId=8e8ba012.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=true&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=fdbffcc2-13aa-4611-a2f5-88e8be74fabd&migratingToOoiWidgetIds=14fd5970-8072-c276-1246-058b79e70c1a%2C35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6%2C1537b264-0a4d-ca5e-52b9-980bc763d50a%2C14f2595a-a352-3ff1-9b3c-4d21861fe58f%2C14f25dd2-f9b0-edc2-f38e-eded5da094aa&module=thunderbolt-platform&originalLanguage=en&pageId=161e3b_4115d062f858f3bb9f9207214dc0f1ad_666.json&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.13795.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.13795.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=524a5244-5b82-4a67-82cb-2b9c457da83c&siteRevision=667&staticHTMLComponentUrl=https%3A%2F%2Fwww-rvwc-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%22b278a256-2757-4f19-9313-c05c783bec92%22%3A%222377%22%2C%229a5d83fd-8570-482e-81ab-cfa88942ee60%22%3A%223691%22%2C%229dd67198-68df-4884-92d5-d38ba59bcae0%22%3A%22306%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22e329a4ab-e1b2-4268-9cc6-ac6f77ec6767%22%3A%22234%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%22886%22%2C%22deb18ef1-e0c6-4668-a7bc-4a13785eb5b7%22%3A%22634%22%7D&beckyExperiments=.EnableCustomCSSVarsForLoginSocialBar%2C.LoginBarEnableLoggingInStateInSSR%2C.buttonUdp%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useImageAvifFormatInNativeProGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.4726.0&editorName=Unknown&experiments=dm_deleteLayoutOverridesForRefComponents%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.rvwc.com&fileId=8e8ba012.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=true&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=fdbffcc2-13aa-4611-a2f5-88e8be74fabd&migratingToOoiWidgetIds=14fd5970-8072-c276-1246-058b79e70c1a%2C35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6%2C1537b264-0a4d-ca5e-52b9-980bc763d50a%2C14f2595a-a352-3ff1-9b3c-4d21861fe58f%2C14f25dd2-f9b0-edc2-f38e-eded5da094aa&module=thunderbolt-platform&originalLanguage=en&pageId=161e3b_16620a8bcf38afd4fbf69a737fd533a7_666.json&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.13795.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.13795.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=524a5244-5b82-4a67-82cb-2b9c457da83c&siteRevision=667&staticHTMLComponentUrl=https%3A%2F%2Fwww-rvwc-com.filesusr.com%2F&viewMode=desktop" id="platform_c1dmp" as="fetch" position="post-scripts" rel="preload" crossorigin="anonymous"></link> <script id="sentry"> (function(c,t,u,n,p,l,y,z,v){if(c[l] && c[l].mute) {return;}function e(b){if(!w){w=!0;var d=t.getElementsByTagName(u)[0],a=t.createElement(u);a.src=z;a.crossorigin="anonymous";a.addEventListener("load",function(){try{c[n]=q;c[p]=r;var a=c[l],d=a.init;a.init=function(a){for(var b in a)Object.prototype.hasOwnProperty.call(a,b)&&(v[b]=a[b]);d(v)};B(b,a)}catch(A){console.error(A)}});d.parentNode.insertBefore(a,d)}}function B(b,d){try{for(var a=0;a<b.length;a++)if("function"===typeof b[a])b[a]();var f=m.data,g=!1,h=!1;for(a=0;a<f.length;a++)if(f[a].f){h=!0;var e=f[a];!1===g&&"init"!==e.f&&d.init();g=!0;d[e.f].apply(d,e.a)}!1===h&&d.init();var k=c[n],l=c[p];for(a=0;a<f.length;a++)f[a].e&&k?k.apply(c,f[a].e):f[a].p&&l&&l.apply(c,[f[a].p])}catch(C){console.error(C)}}for(var g=!0,x=!1,k=0;k<document.scripts.length;k++)if(-1<document.scripts[k].src.indexOf(y)){g="no"!==document.scripts[k].getAttribute("data-lazy");break}var w=!1,h=[],m=function(b){(b.e||b.p||b.f&&-1<b.f.indexOf("capture")||b.f&&-1<b.f.indexOf("showReportDialog"))&&g&&e(h);m.data.push(b)};m.data=[];c[l]={onLoad:function(b){h.push(b);g&&!x||e(h)},forceLoad:function(){x=!0;g&&setTimeout(function(){e(h)})}};"init addBreadcrumb captureMessage captureException captureEvent configureScope withScope showReportDialog".split(" ").forEach(function(b){c[l][b]=function(){m({f:b,a:arguments})}});var q=c[n];c[n]=function(b,d,a,f,e){m({e:[].slice.call(arguments)});q&&q.apply(c,arguments)};var r=c[p];c[p]=function(b){m({p:b.reason});r&&r.apply(c,arguments)};g||setTimeout(function(){e(h)})})(window,document,"script","onerror","onunhandledrejection","Sentry","605a7baede844d278b89dc95ae0a9123","https://browser.sentry-cdn.com/6.18.2/bundle.min.js",{"dsn":"https://[email protected]/68", "beforeBreadcrumb": function(b){window.onBeforeSentryBreadcrumb && window.onBeforeSentryBreadcrumb(b)}}); </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.a7ae621e.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[9420],{42243:()=>{window.__imageClientApi__=window.__imageClientApi__||{sdk:{}};const{lodash:e,react:o,reactDOM:a,imageClientApi:n,clientSdk:d}=window.externalsRegistry={lodash:{},react:{},reactDOM:{},imageClientApi:{},clientSdk:{}};n.loaded=new Promise((e=>{n.onload=e})),e.loaded=new Promise((o=>{e.onload=o})),d.loaded=new Promise((e=>{d.onload=e})),window.ReactDOM||(window.reactDOMReference=window.ReactDOM={loading:!0}),a.loaded=new Promise((e=>{a.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,a.loaded]),window.resolveExternalsRegistryPromise()}},e=>{var o;o=42243,e(e.s=o)}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/externals-registry.inline.a7ae621e.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:\/\/www.rvwc.com\/","siteFeatures":["appMonitoring","assetsLoader","businessLogger","captcha","clickHandlerRegistrar","codeEmbed","commonConfig","componentsLoader","componentsRegistry","consentPolicy","cookiesManager","cyclicTabbing","dynamicPages","environmentWixCodeSdk","environment","lightbox","locationWixCodeSdk","mpaNavigation","multilingual","navigationManager","navigationPhases","ooi","pages","panorama","passwordProtectedPage","protectedPages","renderer","reporter","routerFetch","router","scrollRestoration","seoWixCodeSdk","seo","sessionManager","siteMembersWixCodeSdk","siteMembers","siteScrollBlocker","siteWixCodeSdk","stores","structureApi","thunderboltInitializer","tpaCommons","translations","usedPlatformApis","warmupData","windowMessageRegistrar","windowWixCodeSdk","wixCustomElementComponent","wixEmbedsApi","componentsReact","platform"],"site":{"metaSiteId":"fdbffcc2-13aa-4611-a2f5-88e8be74fabd","userId":"161e3b74-181d-4f61-97d0-dd39c0e8e297","siteId":"524a5244-5b82-4a67-82cb-2b9c457da83c","externalBaseUrl":"https:\/\/www.rvwc.com","siteRevision":667,"siteType":"UGC","dc":"ireland-pub","isResponsive":false,"editorName":"Unknown","sessionId":"04d1132f-2d1c-453b-bf36-f74bf0345e83","isSEO":true,"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":"en","userLanguageResolutionMethod":"QueryParam","siteLanguage":"en","isMultilingualEnabled":true,"directionByLanguage":"ltr"},"mode":{"qa":false,"enableTestApi":false,"debug":false,"ssrIndicator":false,"ssrOnly":false,"siteAssetsFallback":"enable","versionIndicator":false},"siteFeaturesConfigs":{"appMonitoring":{"appsWithMonitoring":[]},"assetsLoader":{"isStylableComponentInStructure":true},"codeEmbed":{"htmlEmbeds":[{"id":"2e9dcbb1-2004-4eb3-b2ca-bfbe69142383","embedType":"custom","position":"head","loadOnce":true,"content":{"type":"custom","html":"<script id=\"age-verification-mkp\" src=\"https:\/\/mkp-prod.nyc3.cdn.digitaloceanspaces.com\/age-verification\/mkp-age-verification-script.js?instance_id=f89c8949-f26a-4828-83e5-4eeeb5886b61\" async='true'><\/script>"},"domain":"rvwc.com","name":"appMarketEmbed"}],"shouldLoadRequireJS":true},"componentsRegistry":{"librariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.13795.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.13795.0"}]},"consentPolicy":{"isWixSite":false},"cookiesManager":{"cookieSitePath":"\/","cookieSiteDomain":"www.rvwc.com"},"dataWixCodeSdk":{"gridAppId":"4b17df22-2ada-4598-b478-1d39fc548b6f","environment":"LIVE","cloudDataUrlWithExternalBase":"https:\/\/www.rvwc.com\/_api\/cloud-data"},"dynamicPages":{"prefixToRouterFetchData":{"category":{"urlData":{"basePath":"https:\/\/www.rvwc.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":"iq55w","title":"Category Page"}},"routerPrefix":"\/category","config":{},"roleVariations":{}},"headers":{"Content-Type":"application\/json","X-XSRF-TOKEN":""}},"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762"}},"routerPagesSeoToIdMap":{"category-page":"iq55w"},"externalBaseUrl":"https:\/\/www.rvwc.com"},"elementorySupportWixCodeSdk":{"baseUrl":"https:\/\/www.rvwc.com\/_api\/wix-code-public-dispatcher-ng\/siteview","relativePath":"\/\/_api\/wix-code-public-dispatcher-ng\/siteview","gridAppId":"4b17df22-2ada-4598-b478-1d39fc548b6f","viewMode":"site","siteRevision":667},"environmentWixCodeSdk":{},"environment":{"editorType":"","domain":"rvwc.com","previewMode":false},"fedopsWixCodeSdk":{"isWixSite":false,"shouldReportFedops":false},"lightbox":{"prefixToRouterFetchData":{"category":{"urlData":{"basePath":"https:\/\/www.rvwc.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":"iq55w","title":"Category Page"}},"routerPrefix":"\/category","config":{},"roleVariations":{}},"headers":{"Content-Type":"application\/json","X-XSRF-TOKEN":""}},"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762"}},"pageIdToPrefix":{"iq55w":"category"}},"locationWixCodeSdk":{"routersConfigMap":{"routers-ltosu7aj":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"iq55w"},"roleVariations":{}}},"urlMappings":null},"mpaNavigation":{"forceMpaNavigation":false},"multilingual":{"originalLanguage":{"languageCode":"en","locale":"en-us","countryCode":"USA","resolutionMethod":"Subdomain","url":"https:\/\/www.rvwc.com\/","name":"English","seoLang":"en-us","localizedName":"English","isPrimaryLanguage":true},"isOriginalLanguage":true,"currentLanguage":{"languageCode":"en","locale":"en-us","countryCode":"USA","resolutionMethod":"Subdomain","url":"https:\/\/www.rvwc.com\/","name":"English","seoLang":"en-us","localizedName":"English","isPrimaryLanguage":true},"siteLanguages":[{"languageCode":"es","locale":"es-es","countryCode":"ESP","resolutionMethod":"Subdomain","url":"https:\/\/es.rvwc.com\/","name":"Spanish","seoLang":"es-es","localizedName":"Español","isPrimaryLanguage":false,"status":"Active"},{"languageCode":"fr","locale":"fr-fr","countryCode":"FRA","resolutionMethod":"Subdomain","url":"https:\/\/fr.rvwc.com\/","name":"French","seoLang":"fr-fr","localizedName":"Français","isPrimaryLanguage":false,"status":"Active"},{"languageCode":"it","locale":"it-it","countryCode":"ITA","resolutionMethod":"Subdomain","url":"https:\/\/it.rvwc.com\/","name":"Italian","seoLang":"it-it","localizedName":"Italiano","isPrimaryLanguage":false,"status":"Active"},{"languageCode":"en","locale":"en-us","countryCode":"USA","resolutionMethod":"Subdomain","url":"https:\/\/www.rvwc.com\/","name":"English","seoLang":"en-us","localizedName":"English","isPrimaryLanguage":true,"status":"Active"}],"hasLanguageSelector":true,"isEnabled":true,"baseUrl":"https:\/\/www.rvwc.com","domain":"rvwc.com","isPremiumDomain":true,"flagsUrl":"https:\/\/static.parastorage.com\/services\/linguist-flags\/1.969.0"},"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.bwpmm1pucrex8lxcwrjn.css","https:\/\/static.parastorage.com\/services\/fonts-data\/dist\/wixMadefor.j95mkaziqjnrn77aekr8.css","https:\/\/static.parastorage.com\/services\/fonts-data\/dist\/google.cmnlec8hp0bn9uarhtct.css"]},"ooi":{"ooiComponentsData":{"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/ProductPageViewerWidget.bundle.min.js","widgetId":"13a94f09-2766-3c40-4a32-8edb5acdd8bc","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/ProductPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"0b8ba619-580b-4a3c-912a-2aba1f10763a":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/PlatformizedGalleryViewerWidget.bundle.min.js","widgetId":"0b8ba619-580b-4a3c-912a-2aba1f10763a","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/SideCartViewerWidget.bundle.min.js","widgetId":"49dbb2d9-d9e5-4605-a147-e926605bf164","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/SideCartViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14666402-0bc7-b763-e875-e99840d131bd":{"sentryDsn":"https:\/\/[email protected]\/1865790","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1440.0\/addToCart.bundle.min.js","widgetId":"14666402-0bc7-b763-e875-e99840d131bd","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/WishlistViewerWidget.bundle.min.js","widgetId":"a63a5215-8aa6-42af-96b1-583bfd74cff5","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"13afb094-84f9-739f-44fd-78d036adb028":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryViewerWidget.bundle.min.js","widgetId":"13afb094-84f9-739f-44fd-78d036adb028","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.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.4671.0\/cartViewerWidget.bundle.min.js","widgetId":"1380bbab-4da3-36b0-efb4-2e0599971d14","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/cartViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SliderGalleryViewerWidget.bundle.min.js","widgetId":"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.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.3196.0\/thankYouPageViewerWidget.bundle.min.js","widgetId":"1380bbb4-8df0-fd38-a235-88821cf3f8a4","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3196.0\/thankYouPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"1380bba0-253e-a800-a235-88821cf3f8a4":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryViewerWidget.bundle.min.js","widgetId":"1380bba0-253e-a800-a235-88821cf3f8a4","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.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.1511.0\/CartIconViewerWidget.bundle.min.js","widgetId":"1380bbc4-1485-9d44-4616-92e36b1ead6b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"244576c9-d856-49b9-af14-216071924e3b":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchModalGalleryViewerWidget.bundle.min.js","widgetId":"244576c9-d856-49b9-af14-216071924e3b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchResultsPageGalleryViewerWidget.bundle.min.js","widgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14fd5970-8072-c276-1246-058b79e70c1a":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.0\/CheckoutViewerWidget.bundle.min.js","widgetId":"14fd5970-8072-c276-1246-058b79e70c1a","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.0\/CheckoutViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.0\/PaymentRequestViewerWidget.bundle.min.js","widgetId":"4425f8e8-51fb-457b-9123-fdb7b1cef94a","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/CategoryPageViewerWidget.bundle.min.js","widgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/CategoryPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.1994.0\/productWidget.bundle.min.js","widgetId":"13ec3e79-e668-cc0c-2d48-e99d53a213dd","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6":{"sentryDsn":"https:\/\/[email protected]\/5578","componentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FilesOoiViewerWidget.bundle.min.js","widgetId":"35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6","noCssComponentUrl":"","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"75a32499-b1aa-4dae-8cc2-6e10be7a92de":{"sentryDsn":"https:\/\/[email protected]\/5578","componentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.150.0\/FilesOoiViewerWidget.bundle.min.js","widgetId":"75a32499-b1aa-4dae-8cc2-6e10be7a92de","noCssComponentUrl":"","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"1537b264-0a4d-ca5e-52b9-980bc763d50a":{"sentryDsn":"https:\/\/[email protected]\/5578","componentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FileShareOoiViewerWidget.bundle.min.js","widgetId":"1537b264-0a4d-ca5e-52b9-980bc763d50a","noCssComponentUrl":"","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"componentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/MyAccountViewerWidget.bundle.min.js","widgetId":"14dd1af6-3e02-63db-0ef2-72fbc7cc3136","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/MyAccountViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd":{"componentUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/ProfileCardViewerWidget.bundle.min.js","widgetId":"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14dbefb9-3b7b-c4e9-53e8-766defd30587":{"componentUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/ProfileViewerWidget.bundle.min.js","widgetId":"14dbefb9-3b7b-c4e9-53e8-766defd30587","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14f2595a-a352-3ff1-9b3c-4d21861fe58f":{"sentryDsn":"https:\/\/[email protected]\/5803","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.54.0\/OoiNotificationsViewerWidget.bundle.min.js","widgetId":"14f2595a-a352-3ff1-9b3c-4d21861fe58f","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"7ae13e41-6022-46c4-b050-2173272ef12e":{"sentryDsn":"https:\/\/[email protected]\/5803","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.21.0\/NotificationsViewerWidget.bundle.min.js","widgetId":"7ae13e41-6022-46c4-b050-2173272ef12e","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"53283e84-0c7c-4ca5-af93-0337f9f7f674":{"sentryDsn":"https:\/\/[email protected]\/5803","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0\/OoiNotificationsViewerWidget.bundle.min.js","widgetId":"53283e84-0c7c-4ca5-af93-0337f9f7f674","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"4c910826-dc3a-42b6-aa89-11e813c3821d":{"sentryDsn":"https:\/\/[email protected]\/6142","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiViewerWidget.bundle.min.js","widgetId":"4c910826-dc3a-42b6-aa89-11e813c3821d","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"14f25dd2-f9b0-edc2-f38e-eded5da094aa":{"sentryDsn":"https:\/\/[email protected]\/6097","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiViewerWidget.bundle.min.js","widgetId":"14f25dd2-f9b0-edc2-f38e-eded5da094aa","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"b29db04a-a8f2-4bfe-bbad-21c99c1054b5":{"componentUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/MySubscriptionsViewerWidget.bundle.min.js","widgetId":"b29db04a-a8f2-4bfe-bbad-21c99c1054b5","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"sentryDsn":"https:\/\/[email protected]\/5894","componentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/MyWalletViewerWidget.bundle.min.js","widgetId":"6467c15e-af3c-4e8d-b167-41bfb8efc32a","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc":{"sentryDsn":"https:\/\/[email protected]\/17329","componentUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-ooi\/1.864.0\/MenusViewerWidget.bundle.min.js","widgetId":"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-bob\/1.1470.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"07def684-158d-4742-b9f2-4a9d57ffdbe6":{"sentryDsn":"https:\/\/[email protected]\/4666","componentUrl":"https:\/\/static.parastorage.com\/services\/restaurants-menu-olo-livesite\/1.117.0\/MiniCartViewerWidget.bundle.min.js","widgetId":"07def684-158d-4742-b9f2-4a9d57ffdbe6","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurants-orders-bob\/1.1568.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"142bb34d-3439-576a-7118-683e690a1e0d":{"sentryDsn":"https:\/\/[email protected]\/3427","componentUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1325.0\/WixProGalleryViewerWidget.bundle.min.js","widgetId":"142bb34d-3439-576a-7118-683e690a1e0d","noCssComponentUrl":"","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"sentryDsn":"https:\/\/[email protected]\/3935","componentUrl":"https:\/\/empty","widgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2292.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"sentryDsn":"https:\/\/[email protected]\/3935","componentUrl":"https:\/\/empty","widgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2292.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false}},"viewMode":"Site","formFactor":"Desktop","blogMobileComponentUrl":"undefinedfeed-page-mobile-viewer.bundle.min.js"},"passwordProtectedPage":{"protectedPageResolverUrl":"https:\/\/site-pages.wix.com\/_api\/wix-public-html-info-webapp\/resolve_protected_page_urls","homePageId":"c1dmp"},"protectedPages":{"passwordProtected":{"pzp2o":"pzp2o"},"publicPageIds":["hnrav","iq55w","z9wl3","c1dmp","q643u","lwjqh","v0wjs","q163r","zrmfk","qzaz2","l4547","rpta6"],"pageUriSeoToRouterPrefix":{"category-page":"category"}},"renderer":{"disabledComponents":{}},"reporter":{"userId":"161e3b74-181d-4f61-97d0-dd39c0e8e297","metaSiteId":"fdbffcc2-13aa-4611-a2f5-88e8be74fabd","isPremium":true,"isFBServerEventsAppProvisioned":false,"dynamicPagesIds":["iq55w"]},"routerFetch":{"externalBaseUrl":"https:\/\/www.rvwc.com","viewMode":"desktop"},"router":{"baseUrl":"https:\/\/www.rvwc.com","mainPageId":"c1dmp","pagesMap":{"hnrav":{"pageId":"hnrav","title":"Thank You Page","pageUriSEO":"thank-you-page","pageJsonFileName":"161e3b_e9129a3ac76f59d062eda355414b6ea1_666"},"iq55w":{"pageId":"iq55w","title":"Category Page","pageUriSEO":"category-page","pageJsonFileName":"161e3b_ef43148a816f52ec9bec79925a6838bb_666"},"z9wl3":{"pageId":"z9wl3","title":" producers","pageUriSEO":"portfolio-full","pageJsonFileName":"161e3b_2dadd6e6f3a1deb9f2f87994e77a4d79_666"},"c1dmp":{"pageId":"c1dmp","title":"HOME","pageUriSEO":"home","pageJsonFileName":"161e3b_16620a8bcf38afd4fbf69a737fd533a7_666"},"pzp2o":{"pageId":"pzp2o","title":"Cart Page","pageUriSEO":"cart-page"},"q643u":{"pageId":"q643u","title":"Checkout","pageUriSEO":"checkout","pageJsonFileName":"161e3b_4b234d3d9715f75515bf77a983bbc885_666"},"lwjqh":{"pageId":"lwjqh","title":"Product Page","pageUriSEO":"product-page","pageJsonFileName":"161e3b_83f33d0aaaf0341c0023580a04456cf8_666"},"v0wjs":{"pageId":"v0wjs","title":"Side Cart","pageUriSEO":"popup-v0wjs","pageJsonFileName":"161e3b_7a55c429a61624dcd2f41b9a668e016b_666"},"q163r":{"pageId":"q163r","title":"Member Page","pageUriSEO":"members-area","pageJsonFileName":"161e3b_5a7387055a18cf8489f37a6c1b203fdc_666"},"zrmfk":{"pageId":"zrmfk","title":"supplier resources","pageUriSEO":"supplier-resources","pageJsonFileName":"161e3b_3a955cb3ae697d7e8d3f444a8f783bed_666"},"qzaz2":{"pageId":"qzaz2","title":"Fullscreen Page","pageUriSEO":"fullscreen-page","pageJsonFileName":"161e3b_cdcdb3d8bf9bba48429dc3a9a1c659be_667"},"l4547":{"pageId":"l4547","title":"customer resources","pageUriSEO":"customer-resources","pageJsonFileName":"161e3b_8eeaf52c4ccf48343fe5a63f8a49d098_666"},"rpta6":{"pageId":"rpta6","title":"Instagram Feed Expand Mode","pageUriSEO":"popup-rpta6","pageJsonFileName":"161e3b_bbf7c963308c0e9074763429cde27865_666"}},"disableStaticPagesUrlHierarchy":false,"routes":{".\/thank-you-page":{"type":"Static","pageId":"hnrav"},".\/portfolio-full":{"type":"Static","pageId":"z9wl3"},".\/home":{"type":"Static","pageId":"c1dmp"},".\/cart-page":{"type":"Static","pageId":"pzp2o"},".\/checkout":{"type":"Static","pageId":"q643u"},".\/product-page":{"type":"Static","pageId":"lwjqh"},".\/popup-v0wjs":{"type":"Static","pageId":"v0wjs"},".\/members-area":{"type":"Static","pageId":"q163r"},".\/supplier-resources":{"type":"Static","pageId":"zrmfk"},".\/fullscreen-page":{"type":"Static","pageId":"qzaz2"},".\/customer-resources":{"type":"Static","pageId":"l4547"},".\/popup-rpta6":{"type":"Static","pageId":"rpta6"},".\/category":{"type":"Dynamic","pageIds":["iq55w"]},".\/":{"type":"Static","pageId":"c1dmp"}},"pageIdToPrefix":{"iq55w":"category"},"isWixSite":false,"partialRouteMatchingAllowed":true},"searchWixCodeSdk":{"language":"en"},"seoTpa":{"url":"http:\/\/172.20.48.25:81\/com.wixpress.html.tpa.seo.tpa-seo\/v1\/fetch-applications-seo-data?metaSiteId=fdbffcc2-13aa-4611-a2f5-88e8be74fabd","canonicalUrl":"https:\/\/www.rvwc.com\/","widgetWithUseSsrSeo":{"28":["13a94f09-2766-3c40-4a32-8edb5acdd8bc","13afb094-84f9-739f-44fd-78d036adb028","1380bba0-253e-a800-a235-88821cf3f8a4","13ec3e79-e668-cc0c-2d48-e99d53a213dd"],"1470":["142bb34d-3439-576a-7118-683e690a1e0d","144f04b9-aab4-fde7-179b-780c11da4f46"],"6561":["1537b264-0a4d-ca5e-52b9-980bc763d50a"]},"deviceType":"Desktop","baseUri":"https:\/\/www.rvwc.com","mainPageId":"c1dmp","siteId":"524a5244-5b82-4a67-82cb-2b9c457da83c","metaSiteId":"fdbffcc2-13aa-4611-a2f5-88e8be74fabd","runningExperiments":{"runningExperiments":{"specs.thunderbolt.videoLazyLoading":"true","specs.thunderbolt.viewport_hydration_extended_react_18":"true","specs.thunderbolt.shouldRedirectOnLogout":"false","specs.thunderbolt.inMemoryPaypalAuthToken":"true","specs.thunderbolt.PanoramaErrorMonitor":"true","specs.thunderbolt.getMemberDetailsFromMembersNg":"true","specs.thunderbolt.UseEcomFemBi":"true","specs.thunderbolt.shouldUseResponsiveImages":"true","specs.thunderbolt.fedops_enableSampleRateForAppNames":"true","specs.thunderbolt.excludeInstanceFromQueryParams":"true","specs.thunderbolt.LoginSocialBarSplitStateProps":"true","specs.thunderbolt.bundlerTrafficToAws":"true","sv_imageZoomSeo":"false","specs.thunderbolt.routeToExternalDispatcher":"true","specs.thunderbolt.servicesInfra":"false","specs.thunderbolt.FixWixDataInstanceForBlocksPreview":"true","specs.thunderbolt.deprecatewixperf":"true","specs.thunderbolt.useNewRegisterLogin":"true","specs.thunderbolt.useWowImageInFastGallery":"false","specs.thunderbolt.ShouldUseNewIAMSocialFlow":"true","specs.thunderbolt.useIAMEnabledConnections":"true","specs.thunderbolt.SentryViaPanorama":"false","specs.thunderbolt.useElementoryRelativePath":"true","specs.thunderbolt.updateRichTextSemanticClassNamesOnCorvid":"true","specs.thunderbolt.DDMenuMigrateCssCarmiMapper":"true","specs.membersArea.LoginBarRemake":"true","specs.thunderbolt.buttonUdp":"true","specs.thunderbolt.hardenFetchAndXHR":"true","specs.thunderbolt.useVeloAppId":"false","specs.thunderbolt.veloWixMembersAmbassadorV2":"new","specs.thunderbolt.megaMenuMouseLeave":"true","specs.thunderbolt.UseWixDataItemService":"true","specs.thunderbolt.useImageAvifFormatInNativeProGallery":"true","specs.thunderbolt.UseCloudDataUrlWithBaseExternalUrl":"true","specs.promote.ar.reportEcomPlatformPurchaseEvents":"true","specs.thunderbolt.AddRegisterEventListenerToWixWindow":"true","specs.thunderbolt.WixCodeGetAppDefIdFromPackageName":"false","specs.thunderbolt.updateLoginSocialBarMenuItemsSDKData":"true","specs.thunderbolt.pricingPlansUserOrdersV2":"true","specs.thunderbolt.useSvgLoaderFeature":"true","specs.thunderbolt.buttonUdp_loggedIn":"true","bypassSsrInternalCache":"false","specs.thunderbolt.LoginBarEnableLoggingInStateInSSR":"true","specs.thunderbolt.imageEncodingAVIF":"true","displayWixAdsNewVersion":"new","specs.thunderbolt.dropAppsClientSpecMapByApplicationId":"true","specs.thunderbolt.BundlerTypescriptListExportedFunctions":"true","specs.thunderbolt.ooi_css_optimization":"new","specs.thunderbolt.hardenObject":"true","specs.ShouldForceCaptchaVerificationOnSignupSpec":"Disabled","specs.ShouldForceCaptchaVerificationOnLoginSpec":"Disabled","specs.thunderbolt.editorElementsRegistryEnsureComponentLoaderFix":"true","dummySpecTorTestsOfThunderboltViewer":"true","specs.thunderbolt.EnableCustomCSSVarsForLoginSocialBar":"true","specs.thunderbolt.shouldFetchLogoutUrlByClientId":"true","specs.thunderbolt.wixPulse":"false","specs.thunderbolt.useNativeSchedulerYield":"true","specs.thunderbolt.convertBirthdateToISOString":"true","specs.thunderbolt.WixCodeAnalyzeImportedNamespaces":"true","specs.thunderbolt.presenceWithoutChat":"false","specs.thunderbolt.hardenTimeout":"true","specs.thunderbolt.fetchCurrentMemberFromMembersNg":"true"}},"signedInstances":{"4":["14bca956-e09f-f4d6-14d7-466cb3f09103","hwVI4tfRWz5turqCGIQej51Fc1DgfU0pJARdPEeuZFg.eyJpbnN0YW5jZUlkIjoiY2MxZGU4NTYtMzVhMS00NDkwLWFjOTgtN2QyZjBlYzQ5OWUzIiwiYXBwRGVmSWQiOiIxNGJjYTk1Ni1lMDlmLWY0ZDYtMTRkNy00NjZjYjNmMDkxMDMiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiJmN2Y3ZTcxMy1hNjBhLTQ0MzEtODJjZS0wODBlZWQ5NGZhNjUiLCJiaVRva2VuIjoiMzFhMjE0OTQtMjYwYi0wMjgxLTBlNmQtZjVjN2IwYjA2MzVlIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"5":["141fbfae-511e-6817-c9f0-48993a7547d1","gRA7QCJ5oPVQO6wbH72u8gyiCdvgaaHykQJwWZyVyZU.eyJpbnN0YW5jZUlkIjoiZjhjZTgxZWYtOGJiNS00ZmI4LTk1YmYtZmYzNjIyMWI2ZWYzIiwiYXBwRGVmSWQiOiIxNDFmYmZhZS01MTFlLTY4MTctYzlmMC00ODk5M2E3NTQ3ZDEiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiJiMDU5N2UxNS1kMmMwLTRlZTAtYjU5Mi1lYWZiMTVlMTJhNWQiLCJiaVRva2VuIjoiMDU3MTdkMmQtOTgxZi0wOWE5LTM3NGEtNzdkZTljNmY5NDRlIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"6":["13ee94c1-b635-8505-3391-97919052c16f","bHkl_AUPYwEBnj8MgCBBY5zF5-db31XFx93A8kfxucg.eyJpbnN0YW5jZUlkIjoiNzI4MjMwOTktYjYxMi00ZTNlLWI0YTEtMjNiY2MyZWU2MjU5IiwiYXBwRGVmSWQiOiIxM2VlOTRjMS1iNjM1LTg1MDUtMzM5MS05NzkxOTA1MmMxNmYiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiI4NjMyNjM1ZS0yZWI1LTRhMmEtYTUwNS00Y2I3MWFjZGU1ODYiLCJiaVRva2VuIjoiOGYzZGNjNWItYTViOC0wODJmLTE2NTQtYWI1NDdjOWE5OGU0Iiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"7":["150ae7ee-c74a-eecd-d3d7-2112895b988a","gg8-AxzOJolVI6A7YwY6vV_gMnr6QLuXaymBCJHPmMc.eyJpbnN0YW5jZUlkIjoiMmFkNjBlMzgtNTZlMS00YTY4LWI0OTUtMDFiMjlmMDY2YjgyIiwiYXBwRGVmSWQiOiIxNTBhZTdlZS1jNzRhLWVlY2QtZDNkNy0yMTEyODk1Yjk4OGEiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiI5OGEwMWI0ZC01OGZlLTQ3ZWQtOTI5YS0zNDA5MGFlMTZkNDEiLCJiaVRva2VuIjoiZDc2OWYyZmEtNDU0Yi0wYzc5LTE2NjAtODk1YTIxNzI5MTNmIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"8":["a322993b-2c74-426f-bbb8-444db73d0d1b","kf0l66Dmt6ZQmJkXvc5jHYnxRl1DGKmCl5PmW9iJDEs.eyJpbnN0YW5jZUlkIjoiNzcwODY2M2ItN2FiYS00NGU1LWFhNGItYWU3ZjU4NGQwYzBhIiwiYXBwRGVmSWQiOiJhMzIyOTkzYi0yYzc0LTQyNmYtYmJiOC00NDRkYjczZDBkMWIiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiIxMjY0Mjg5OS05NGQ3LTQ3ZmEtYjIzYi0zMjkyMWNkYmE5MjEiLCJiaVRva2VuIjoiOGFiNzlhZjktNjkxMC0wMmY0LTA4YmUtMjY5N2U2MzlmNmI3Iiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"9":["55cd9036-36bb-480b-8ddc-afda3cb2eb8d","Uguec6otvhT2RgA3l-PydIi1bfcD7bVWN0uWZyBr4HY.eyJpbnN0YW5jZUlkIjoiMTZkNzE2NDMtMTEzZS00YzVkLWIzZGYtMTRlOTE0YTYxNTA0IiwiYXBwRGVmSWQiOiI1NWNkOTAzNi0zNmJiLTQ4MGItOGRkYy1hZmRhM2NiMmViOGQiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiI4YWVjM2FmYi0xOTkyLTRkMGItYmJiOC1iODZlNzZiNWNhOGYiLCJiaVRva2VuIjoiZWI2OGVhODEtMDI5NC0wYTRjLTExMmEtOWMwMWFhZDJlZmI5Iiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"10":["f123e8f1-4350-4c9b-b269-04adfadda977","suQvEVdfy3a1bNCEDFKopfoo4sKRnWFsB41pBakrMSw.eyJpbnN0YW5jZUlkIjoiOTc3YWViY2YtZDRmNi00NWYyLThlYzEtMTcyNWZiMzRkZGMzIiwiYXBwRGVmSWQiOiJmMTIzZThmMS00MzUwLTRjOWItYjI2OS0wNGFkZmFkZGE5NzciLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiIzNzM3OGQyMC1jNmNjLTRjMDYtYTE5Mi02ZWE4MTdlMmExYWEiLCJiaVRva2VuIjoiNmFjNTE3MGQtYzc1Yy0wM2UzLTJjMzQtOWZjZDQ1NDAyNzdlIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"11":["9bead16f-1c73-4cda-b6c4-28cff46988db","GQKzT39DDpYUTMNmxIiGP46mxVk86rnNaQHjHD3_HdQ.eyJpbnN0YW5jZUlkIjoiNWI4YmQ4OGMtNzAwNC00Y2Q1LTg3YTktNGUzY2Q0YzY1MWYxIiwiYXBwRGVmSWQiOiI5YmVhZDE2Zi0xYzczLTRjZGEtYjZjNC0yOGNmZjQ2OTg4ZGIiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiJiZThlMDZjZS1lMjUxLTRkZmEtYjkwMy00MDQ2ODc2NGU2MTUiLCJiaVRva2VuIjoiYTYzNDI0NGUtNjNhZS0wYWM0LTI1NWMtYzZkNDZhYjJhYjRjIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"12":["1480c568-5cbd-9392-5604-1148f5faffa0","KnCO3d7XrzbO6Rdsaj0VLL1YvdyVQsheP4CQgA2ebaM.eyJpbnN0YW5jZUlkIjoiM2M3MTM1M2UtOWVkNC00M2QzLWEzYTItZTBlY2UwZjM1MDBlIiwiYXBwRGVmSWQiOiIxNDgwYzU2OC01Y2JkLTkzOTItNTYwNC0xMTQ4ZjVmYWZmYTAiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiJjZDJkZjA0Mi1hNzMzLTRmZTMtYmZkNi00Y2U3N2I2ODcwNWUiLCJiaVRva2VuIjoiYzFjZWM5ZmMtOGQ3ZS0wNWMyLTAxNTctNjgwNDVlODdhYWIzIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"13":[null,null],"14":["13aa9735-aa50-4bdb-877c-0bb46804bd71","9g4VixgaPrHK-JaDXqdB3WccCuBY7CjIyr2OUFUJDAA.eyJpbnN0YW5jZUlkIjoiOThmZjVhZTItOWU0Yi00ZmVkLWE3MjMtZTFjMDI5MmQ5OGVjIiwiYXBwRGVmSWQiOiIxM2FhOTczNS1hYTUwLTRiZGItODc3Yy0wYmI0NjgwNGJkNzEiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiI4N2RiYjhlMS04MzY2LTQ0MWQtOGU5Yy1lMGM0ZDBjZmQ2OTkiLCJiaVRva2VuIjoiNjU0MGE2MjAtOGRlMS0wOWZjLTA1ZDYtNjkyODk3NTk2MjUxIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"15":["d70b68e2-8d77-4e0c-9c00-c292d6e0025e","xpDSFDfKBhH2UgMA6eEst_XAozlJcKdDX-UWJKD5h80.eyJpbnN0YW5jZUlkIjoiMWFkNmIyYmQtMjdiMC00YzJlLWIyMzctNDU4NDJlYWQxYWU0IiwiYXBwRGVmSWQiOiJkNzBiNjhlMi04ZDc3LTRlMGMtOWMwMC1jMjkyZDZlMDAyNWUiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiI0ODg0MWNiZS0zYTFmLTRmZjAtYjI4OC0wZTk0ZGExNWI0MmYiLCJiaVRva2VuIjoiZTc2OTRlN2YtMzQxYS0wYTNmLTEwYzItY2Q2YzkwZDllMDU5Iiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"16":["14b89688-9b25-5214-d1cb-a3fb9683618b","5VsnJx1ztIBHpmDA9UXuW4J-5ji8cHm3eIu09W2RW_Q.eyJpbnN0YW5jZUlkIjoiMTAxMDg4NzYtNjEyZi00ZGE3LWExNjYtZWI2ZDM4N2ZkMDViIiwiYXBwRGVmSWQiOiIxNGI4OTY4OC05YjI1LTUyMTQtZDFjYi1hM2ZiOTY4MzYxOGIiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiIyMjYxZmJlNi0wYWRhLTRiOTEtYWVhYy03MDBhMzZjMWUxNzIiLCJiaVRva2VuIjoiZWRhZjc0YjQtNzI4NS0wYmI2LTAzOTMtNjM4NTg2MGIyYWU2Iiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"18":["135c3d92-0fea-1f9d-2ba5-2a1dfb04297e","Ac1uj8MJ3tRfe8Rn2IC16Z9397nG5m-cmAfxUjIgsnc.eyJpbnN0YW5jZUlkIjoiYmYyNWZkNmMtNzc2Ny00YTQ2LTkyMmItOGRmZjYxZTNlOTk5IiwiYXBwRGVmSWQiOiIxMzVjM2Q5Mi0wZmVhLTFmOWQtMmJhNS0yYTFkZmIwNDI5N2UiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiI3OTg0YmFkNy0xYjgwLTQ3NTYtODgxZS0yM2Y2MWJkNDE4M2UiLCJiaVRva2VuIjoiNDI5YTAxYWUtNjRjZC0wYzU3LTMwZGUtMDUxN2RmOTcxMzI0Iiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"19":["146c0d71-352e-4464-9a03-2e868aabe7b9","xToZNcjixCy8tAB_GtYGvQqauB5EkGdOCI5PwM1TSSo.eyJpbnN0YW5jZUlkIjoiMzI3YTBjMmEtNDc1Ni00NmZlLWI0MDAtYWYxZWI3OTE2MmM2IiwiYXBwRGVmSWQiOiIxNDZjMGQ3MS0zNTJlLTQ0NjQtOWEwMy0yZTg2OGFhYmU3YjkiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiJmYzYzOGUxZC05ZmIzLTQxZTItODkyZC0wZWRmYjQ0ZmRhYjAiLCJiaVRva2VuIjoiY2ZjNWYwZTgtNTRmYy0wMGVmLTE2ZjUtMjdmNjA5ZTU5ODdiIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"20":["139ef4fa-c108-8f9a-c7be-d5f492a2c939","TBaiucyg8WyGZOPCy-sFF36_iT9p0rmwuQrtziRZYq8.eyJpbnN0YW5jZUlkIjoiZDFmODI4ZTUtMmY1YS00OWQyLTk4MDAtMjBmMGUxZmY0MjIyIiwiYXBwRGVmSWQiOiIxMzllZjRmYS1jMTA4LThmOWEtYzdiZS1kNWY0OTJhMmM5MzkiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiIxODc1NzQzNi02ZmE3LTRlZDctYTcxMy1kMzNhNzhiODRlNGQiLCJiaVRva2VuIjoiMmM0N2Q0MjctM2NmMC0wZmMzLTNhZjUtYTgxODVmOGJiODlmIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"21":["307ba931-689c-4b55-bb1d-6a382bad9222","kPS2W8r7To-H24hzCiTAE-r9uybwdPMAuZQ8blT2TRc.eyJpbnN0YW5jZUlkIjoiODQxNDQ3NDAtMjFhNS00OTU5LWJiYmYtNGM1NDVhMjgxZmJmIiwiYXBwRGVmSWQiOiIzMDdiYTkzMS02ODljLTRiNTUtYmIxZC02YTM4MmJhZDkyMjIiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiI4NjAyYTAyNy1jYTI1LTRjZDQtYmRiMS01YzIwNjg5MTQ1MGIiLCJiaVRva2VuIjoiNzlhYmJiODItMzIwZi0wZjQ4LTE5NGEtYzRiY2U0NWNlNTAyIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"22":["ea2821fc-7d97-40a9-9f75-772f29178430","4dWeZmzPy4jQm6c4aSi0cL3BP4dj3XWwMmUD1J_1tfQ.eyJpbnN0YW5jZUlkIjoiZDAwYjY3ZTUtMjdiNi00MzY2LTgyN2QtYTYxMmNjNDhlZDVhIiwiYXBwRGVmSWQiOiJlYTI4MjFmYy03ZDk3LTQwYTktOWY3NS03NzJmMjkxNzg0MzAiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiI3OTgyNjM0MC1lZGVmLTQ3MmItYWJiZS0zMjJlZmYyYzc3NDAiLCJiaVRva2VuIjoiMmRiNDliMjctMzQxYy0wNTc3LTIwODgtMmVmYTcyM2MxN2U3Iiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"23":["4b10fcce-732d-4be3-9d46-801d271acda9","FXZcrfX6plPzHS_1ilAn9icuMC79XzNK2aRFW3IXreA.eyJpbnN0YW5jZUlkIjoiNWYwNWZkOGUtZjE4NS00OWNlLTk5MDItYWFiYjEzZDMzMjk0IiwiYXBwRGVmSWQiOiI0YjEwZmNjZS03MzJkLTRiZTMtOWQ0Ni04MDFkMjcxYWNkYTkiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJhMmJhMDE0Yy1lMjJmLTBmZGYtM2JmNy0yMjUzYWRhN2M4MjkiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"25":["8ea9df15-9ff6-4acf-bbb8-8d3a69ae5841","sRXtlTY2g4MZQbAqMOh7oBSLFwQiXOrgfpxgLUu9ejY.eyJpbnN0YW5jZUlkIjoiZWQxZGQ5YjktNTAzNi00MjAyLTlhYWMtMmEyNmUzN2JmZGI3IiwiYXBwRGVmSWQiOiI4ZWE5ZGYxNS05ZmY2LTRhY2YtYmJiOC04ZDNhNjlhZTU4NDEiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiIxMGEyMjU3Yi00MzljLTA0MTMtMzg1OS1hMmNlNWQwZjA3MGEiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"26":["94bc563b-675f-41ad-a2a6-5494f211c47b","9EN31pq6lCsZnE5LvQFFJ4Vn7uI8jMbAvBCaQGsAkKY.eyJpbnN0YW5jZUlkIjoiMGMwODQxZjMtNDZhMC00Y2Y2LTgyYTEtZmZkMmI4MTU5MjQ2IiwiYXBwRGVmSWQiOiI5NGJjNTYzYi02NzVmLTQxYWQtYTJhNi01NDk0ZjIxMWM0N2IiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJmMWI3YmQzMS01NTBhLTBhZTctMjA1NC03NzNhMDY2MTY4ZmIiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"28":["1380b703-ce81-ff05-f115-39571d94dfcd","KlWKs81JmOf46YteKhz1zSTQ-nTcn79W4rNnyfeclgM.eyJpbnN0YW5jZUlkIjoiNjg4NDUzN2ItMzI3Ni00ZTJlLTgyZDItYjQ2ZjExNTM0NjgzIiwiYXBwRGVmSWQiOiIxMzgwYjcwMy1jZTgxLWZmMDUtZjExNS0zOTU3MWQ5NGRmY2QiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJ2ZW5kb3JQcm9kdWN0SWQiOiJzdG9yZXNfc2lsdmVyIiwiZGVtb01vZGUiOmZhbHNlLCJiaVRva2VuIjoiOTUzYmFmYjktMjFkYy0wODNmLTIwMjctM2M4N2FmMjdiYzNlIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"35":["14d84998-ae09-1abf-c6fc-3f3cace5bf19","OlDh2h-E3cLkD-GfrH1tFuKxETMrNLTOpJmXFOur1Qw.eyJpbnN0YW5jZUlkIjoiOTk4MzEyYTAtNmFjMi00NzU0LWJlYjgtYzRhZmJlNThlZWFjIiwiYXBwRGVmSWQiOiIxNGQ4NDk5OC1hZTA5LTFhYmYtYzZmYy0zZjNjYWNlNWJmMTkiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI2NDNjZWU2Mi03OTY4LTAxNDUtMWM0ZC00YzQ3MDAyYzE0MTEiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"36":["35aec784-bbec-4e6e-abcb-d3d724af52cf","IK2uFlz2Q-9KFPC0cotDwhhbCfGQsTH2g6dNqRHhYrs.eyJpbnN0YW5jZUlkIjoiMzUxY2EzNDItZDVhNC00MmI4LTlhNDUtMzlkYWRmYjIwNGRkIiwiYXBwRGVmSWQiOiIzNWFlYzc4NC1iYmVjLTRlNmUtYWJjYi1kM2Q3MjRhZjUyY2YiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJjOGEzNWY4MC1jNjBlLTA0YTktMzhiMC1iMTMyNjFjNmZlNjAiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"37":["05509e60-039b-471d-8af1-790b51277410","aBiWRkbhntk4Xh-0QVzCCMJQ7iKw6GrpzwuOzgQ9wRg.eyJpbnN0YW5jZUlkIjoiNjZkMDYzNTgtZTJiNy00N2QwLWExZjktMDA0ODNhZDlhMjBhIiwiYXBwRGVmSWQiOiIwNTUwOWU2MC0wMzliLTQ3MWQtOGFmMS03OTBiNTEyNzc0MTAiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI5YjZmOWY5YS1mMTFkLTAxYzEtMDMwYy04OGEwODRhZDU4YjciLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"39":["8d8ba777-9a97-4f63-88da-3d21f7914863","WMWtXlip4WVrkD7RjiiuoRVHeAP-TWFWELznL4VJe3s.eyJpbnN0YW5jZUlkIjoiZmMxZWM2OTUtYWQxZi00NmQ3LTgzZDEtZjY4Y2M5YTg0NzY1IiwiYXBwRGVmSWQiOiI4ZDhiYTc3Ny05YTk3LTRmNjMtODhkYS0zZDIxZjc5MTQ4NjMiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiIwMWExM2E1Ny1iZWI1LTAwYzYtMjEyNC03ZTY0NzdkY2JkZDgiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"40":["8725b255-2aa2-4a53-b76d-7d3c363aaeea","VqRdU5lJg8rNezWEzPrNYi0-hdsR3WWQOlWBa48XOME.eyJpbnN0YW5jZUlkIjoiMDdkOTNkZjEtYmYyYS00NjMxLTliMzgtNjMyNzJhZDRjNTkyIiwiYXBwRGVmSWQiOiI4NzI1YjI1NS0yYWEyLTRhNTMtYjc2ZC03ZDNjMzYzYWFlZWEiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJmYTY2YzEzMy1hYzgwLTAwMjAtMzljZC1lYmNmOTRhMDNmMmYiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"41":["eb5611ad-ef33-4aa9-ba11-27356412895e","YOqWQk7pvMZ39gNBl6kHAcpMamqAD4HFycfgro0mZsc.eyJpbnN0YW5jZUlkIjoiZDdiNTM4MzQtZWQzZC00MzRlLWIzZjktMjA4MGFjZWExZWMwIiwiYXBwRGVmSWQiOiJlYjU2MTFhZC1lZjMzLTRhYTktYmExMS0yNzM1NjQxMjg5NWUiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiIyYTBhYzRmNi1mZTk3LTA1NWYtMTEwYy1hODY4MTI5ZWU0N2QiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"42":["14e12b04-943e-fd32-456d-70b1820a2ff2","-hxIKSqSMM081yFMtxqItkSMiM7Y7bLVs_U5NLEzzUI.eyJpbnN0YW5jZUlkIjoiZDM2ZGYyY2ItZGQ0MC00YzVlLWE1ZTctZmU1MGE2ZjI2OTk4IiwiYXBwRGVmSWQiOiIxNGUxMmIwNC05NDNlLWZkMzItNDU2ZC03MGIxODIwYTJmZjIiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiIyZWQyMGUwOS1jZWVhLTBhNGYtMDcxMi03NmI4MTg4NjkzMjUiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"43":["b9ee3073-2918-4f30-bf31-fb7683632f7a","OauthNG.JWS.eyJraWQiOiJZSEJzdUpwSCIsImFsZyI6IkhTMjU2In0.eyJkYXRhIjoie1wiaW5zdGFuY2VcIjp7XCJpbnN0YW5jZUlkXCI6XCJlODUyYzhhYi0zZTRmLTQzMzItYWQ5YS1jM2I3YTVkZTY0MGZcIixcImFwcERlZklkXCI6XCJiOWVlMzA3My0yOTE4LTRmMzAtYmYzMS1mYjc2ODM2MzJmN2FcIixcInNpZ25EYXRlXCI6XCIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVpcIixcImRlbW9Nb2RlXCI6ZmFsc2UsXCJzaXRlT3duZXJJZFwiOlwiMTYxZTNiNzQtMTgxZC00ZjYxLTk3ZDAtZGQzOWMwZThlMjk3XCIsXCJjYWNoZVwiOnRydWUsXCJwc1wiOlwiYjllZTMwNzMtMjkxOC00ZjMwLWJmMzEtZmI3NjgzNjMyZjdhOjMuMC4wXCIsXCJzY2RcIjpcIjIwMjAtMDYtMjNUMTk6MjU6MTYuOTA4WlwifX0iLCJpYXQiOjE3NDc1ODE0NzQsImV4cCI6MTc0NzU5NTg3NH0.rSo4-BlP6fAO6Jus8Eh2RXvTG3c0ImZcd522rB3DpLk"],"44":["0ae2a363-4587-4d31-8e52-fc39d2e61fb9","OauthNG.JWS.eyJraWQiOiJZSEJzdUpwSCIsImFsZyI6IkhTMjU2In0.eyJkYXRhIjoie1wiaW5zdGFuY2VcIjp7XCJpbnN0YW5jZUlkXCI6XCJmODljODk0OS1mMjZhLTQ4MjgtODNlNS00ZWVlYjU4ODZiNjFcIixcImFwcERlZklkXCI6XCIwYWUyYTM2My00NTg3LTRkMzEtOGU1Mi1mYzM5ZDJlNjFmYjlcIixcInNpZ25EYXRlXCI6XCIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVpcIixcImRlbW9Nb2RlXCI6ZmFsc2UsXCJzaXRlT3duZXJJZFwiOlwiMTYxZTNiNzQtMTgxZC00ZjYxLTk3ZDAtZGQzOWMwZThlMjk3XCIsXCJjYWNoZVwiOnRydWUsXCJwc1wiOlwiMGFlMmEzNjMtNDU4Ny00ZDMxLThlNTItZmMzOWQyZTYxZmI5OjIuMC4wXCIsXCJzY2RcIjpcIjIwMjAtMDYtMjNUMTk6MjU6MTYuOTA4WlwifX0iLCJpYXQiOjE3NDc1ODE0NzQsImV4cCI6MTc0NzU5NTg3NH0.kSTQLEUsYXhGEliJjzn9ueIxppf-zzwDr11DAz-oglk"],"45":["215238eb-22a5-4c36-9e7b-e7c08025e04e","gPlnGrlxGVM0HZzJrLeVU09z7HXrGI73nFJkacbZKlE.eyJpbnN0YW5jZUlkIjoiOTY3MTQ2OWQtMzZjNS00MmNhLTlkOTAtNWE4NWIwZDg1OTQ5IiwiYXBwRGVmSWQiOiIyMTUyMzhlYi0yMmE1LTRjMzYtOWU3Yi1lN2MwODAyNWUwNGUiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI2YmNlYmE1Zi0yNTZmLTA0ZGItM2Y2NS1kMjZkMGVhY2EzZjQiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"46":["6580b7e9-4031-4a62-a0a5-8e2fa92e8e18","Lqxt5IMhAbk2h69M15e5kql_FO4VtuZfnV07ZWR5SoQ.eyJpbnN0YW5jZUlkIjoiYTUxZDIyM2QtMjY5YS00ZWM1LWI2NjgtMGYwOTZlYzQ2MGVjIiwiYXBwRGVmSWQiOiI2NTgwYjdlOS00MDMxLTRhNjItYTBhNS04ZTJmYTkyZThlMTgiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI1OGEyZGVmZi0zNTMwLTA4ZDQtMTQ5ZC04N2UxZDBiMDlhNTEiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"47":["14d7032a-0a65-5270-cca7-30f599708fed","rXTeD2epbG95TmqSgZidLFwVAtO-Uo3w9ZENIHf_4Rg.eyJpbnN0YW5jZUlkIjoiMDdhNWJjZDItYzA1OS00OGY1LTkxYWItNTgzZGViYTU4ZjNiIiwiYXBwRGVmSWQiOiIxNGQ3MDMyYS0wYTY1LTUyNzAtY2NhNy0zMGY1OTk3MDhmZWQiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJmYTFhNDAxMC1kM2YzLTBlZTQtMzM1ZS1kMGQ1NTVkMTc1ODYiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"48":["7516f85b-0868-4c23-9fcb-cea7784243df","d0hD8eksX4mM_0HSlR5Ky_mdcssNQUlZ1qSUx7iydaw.eyJpbnN0YW5jZUlkIjoiZTJjMGIzMDEtZTNjMS00MTlmLWJlNzgtM2VkYmFmYzFmMTA0IiwiYXBwRGVmSWQiOiI3NTE2Zjg1Yi0wODY4LTRjMjMtOWZjYi1jZWE3Nzg0MjQzZGYiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiIxZjdmNGZjMy1mMDZiLTA3OGUtMWM4ZC1iNjMzMTFiNTBiYjkiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"49":["57d13128-4a4c-494b-80b3-a6fb2e28018d","AiT7rLMnoyhB8Y7u05VDmyVZukbTewRRafSgndSmHsw.eyJpbnN0YW5jZUlkIjoiN2JiMWYyY2YtM2QxNy00OThjLTlhNDgtZDcwYzNkNDA0ZTkxIiwiYXBwRGVmSWQiOiI1N2QxMzEyOC00YTRjLTQ5NGItODBiMy1hNmZiMmUyODAxOGQiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI4NjBlMGUwZC0yZWJkLTBmOWQtMzhiZC01ZmU0ODMzNGI0MmMiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"50":["b278a256-2757-4f19-9313-c05c783bec92","5ATAGbc6WnwpQMBnLDybYyvNpkTDqJHUQOX0kYC915M.eyJpbnN0YW5jZUlkIjoiOWZiMGI4YmQtNjQzOS00ZjhiLWIyYjYtZWE0OGY2ZjIyNmUzIiwiYXBwRGVmSWQiOiJiMjc4YTI1Ni0yNzU3LTRmMTktOTMxMy1jMDVjNzgzYmVjOTIiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI2MjBmNDQ3Zi03NzkzLTA5OWEtMTA0My02MmEwNDg4NmRjNWUiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"51":["9142e27e-2e30-4948-ad8f-7e128939efc4","tCG4wEY665YhzntB85WUIiJeVhHWByGk2vSxaJgrRNU.eyJpbnN0YW5jZUlkIjoiMjQyODRiNTctOTQ1OC00ZTY1LWIyNjktM2JkNTM3ODY1MTFkIiwiYXBwRGVmSWQiOiI5MTQyZTI3ZS0yZTMwLTQ5NDgtYWQ4Zi03ZTEyODkzOWVmYzQiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJkOTk3Yjc5NS04N2YyLTA4NzQtMTA5Yy1iMzNkODlmMmFiYTAiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"52":["9a5d83fd-8570-482e-81ab-cfa88942ee60","wInSRFNpgqJqZo1XtsVP85va0WddnpHbi95BXjJoANo.eyJpbnN0YW5jZUlkIjoiMjAyNTU1ZDMtYzI4YS00MjcwLTgyMjctOTQyZmRlNzIzMThkIiwiYXBwRGVmSWQiOiI5YTVkODNmZC04NTcwLTQ4MmUtODFhYi1jZmE4ODk0MmVlNjAiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJkZDlhYTkxMS1kMTIwLTA0NjEtMjBkMi0xY2M3NjAwNmNiMzAiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"53":["9dd67198-68df-4884-92d5-d38ba59bcae0","qM8a7MOuCAF406OgKcXg0ZDMUfyxlcokgMV3MabQG3Q.eyJpbnN0YW5jZUlkIjoiMmI5OTJhY2QtNzdjYy00OGM0LThiM2MtYTMxNzI4MjRkYmNlIiwiYXBwRGVmSWQiOiI5ZGQ2NzE5OC02OGRmLTQ4ODQtOTJkNS1kMzhiYTU5YmNhZTAiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJkNjI2ZDYwZi02NDY2LTBlZDUtMjljOS0yYmZmOTY1MDIxNzMiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"54":["446ac100-e83d-4a06-b1ac-edb4595ca2c1","oH5krtakgCpTDL9_2ESD1Uv3M3x-TcfdFpG4UbqzYQ8.eyJpbnN0YW5jZUlkIjoiNjU4NjlhODctNzUxYy00NWQwLTlhY2ItYWRiNzhhMjAxMjI5IiwiYXBwRGVmSWQiOiI0NDZhYzEwMC1lODNkLTRhMDYtYjFhYy1lZGI0NTk1Y2EyYzEiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI5ODM5NjY0NS02NmI2LTAzYzEtMzgzZS0yNTVmMzQ1NGU4OTQiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"55":["ad836327-80ba-4b72-8c9e-6c273a555d5c","DMQNE-lZndFvt9Bk9obmS_fopzxOQR4FqtpwQPj-AzM.eyJpbnN0YW5jZUlkIjoiNTlhZDNkNTgtNzczNi00MGYwLTgyYTctMThkZDk4ZDAyN2YzIiwiYXBwRGVmSWQiOiJhZDgzNjMyNy04MGJhLTRiNzItOGM5ZS02YzI3M2E1NTVkNWMiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJhNDEyYzE5YS02NDljLTA2ZTEtMjA1Mi05MDM1MjZhNGRkNGUiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"56":["44562f1b-17ec-4907-b242-b76ac06e707a","tpzWcoTQ03-G6jRandc0d_gpE9tMi2mys1R_u-dNdHk.eyJpbnN0YW5jZUlkIjoiMjdmYjM0YzMtZWFlMS00OTI1LThlZDktODdkMjI4NzdlY2MyIiwiYXBwRGVmSWQiOiI0NDU2MmYxYi0xN2VjLTQ5MDctYjI0Mi1iNzZhYzA2ZTcwN2EiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJkYTQ0YzgwMS1mOTRiLTBmMzQtMmMyYy0wZjNhOTYwMzE2N2YiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"57":["50d8c12f-715e-41ad-be25-d0f61375dbee","3rdyijGsUI98utqHpJlFuNlVCbXgh2tBma_vOSHP3vE.eyJpbnN0YW5jZUlkIjoiNTI2ZWFlOGEtNTQwYi00ZWFkLWEyNDktMmQ5ZjAyZTQxY2RjIiwiYXBwRGVmSWQiOiI1MGQ4YzEyZi03MTVlLTQxYWQtYmUyNS1kMGY2MTM3NWRiZWUiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJhZmQxNTI0OC00N2ExLTA4YmMtMDBiYy1hNTc3YmM5MGU2NjEiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"58":["1973457f-c021-4da5-941f-58444ff761d4","Sj2v3IOE1dS8Kw95P0kR_eGGSusGtfjVBfqXYJGAG0o.eyJpbnN0YW5jZUlkIjoiYTgwYmJmNjktMzM5MS00MWI4LTkxNDctNmQ4NjVhNGJjZDQ0IiwiYXBwRGVmSWQiOiIxOTczNDU3Zi1jMDIxLTRkYTUtOTQxZi01ODQ0NGZmNzYxZDQiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI1NWI0NDNhYi0yMDNiLTA3YTktMzNiMi1lNTZlZTQzZjM3ZjkiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"59":["45c44b27-ca7b-4891-8c0d-1747d588b835","eeGL2CPgOFOwQuhSqnTde3lllDv123Gv5T0SeyBBhck.eyJpbnN0YW5jZUlkIjoiOTVjMDU3MTgtZjU0Ni00MzQ0LWFhNDctYmVjNzVhMmFkZTBjIiwiYXBwRGVmSWQiOiI0NWM0NGIyNy1jYTdiLTQ4OTEtOGMwZC0xNzQ3ZDU4OGI4MzUiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI2ODdmYWJkYS1lNmVjLTA1NTUtMDhiMi0zNjJmZTQ1ZTI0YjEiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"60":["fc9314bc-a317-4a2b-a9d4-5ad21cc57856","gL7zM6nGZWxYrnBogCLJRSh2An7vLG6FFQemCYpz_7Q.eyJpbnN0YW5jZUlkIjoiOTE2NTNiYTYtOGNmYS00ODI2LThhNGMtODY1Yzk1MzlhNDc5IiwiYXBwRGVmSWQiOiJmYzkzMTRiYy1hMzE3LTRhMmItYTlkNC01YWQyMWNjNTc4NTYiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI2Y2RhYzc2NC05ZjUwLTBlMzctMjhiOS0wZWI0MmI0ZDVlYzQiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"61":["f4d83b06-b408-4f3b-afd4-de8db311d7d8","vfnAUgmNxfqLBfHwgWBGwb-UIkoA7rCNVJLnYo5wzD0.eyJpbnN0YW5jZUlkIjoiOGI5ODkyMDEtNmRlMC00MjgwLTkzOGMtMDZiNWZhMTE1NjA1IiwiYXBwRGVmSWQiOiJmNGQ4M2IwNi1iNDA4LTRmM2ItYWZkNC1kZThkYjMxMWQ3ZDgiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI3NjI3NmVjMy03ZTRhLTA0OTEtMzE3OS04ZTVkNDQ2NWFjYjgiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"1470":["14271d6f-ba62-d045-549b-ab972ae1f70e","equ-qsrWTQpcLDc6M4ejdWNjU0uIqww28Dttu6aS4A0.eyJpbnN0YW5jZUlkIjoiOWY0YjVkZmYtYzFkYi00Yzk4LTk4ZTItY2ExZjg3ZDViYjFmIiwiYXBwRGVmSWQiOiIxNDI3MWQ2Zi1iYTYyLWQwNDUtNTQ5Yi1hYjk3MmFlMWY3MGUiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiJjZjY3ZGY2ZS1hNWQzLTRiMzktODk3NC04ZTVlOTIzZjc3ZWMiLCJiaVRva2VuIjoiNjJmNGExM2QtZDI3MS0wYTg5LTNhMTctNDJmNzM5YTE0MWEyIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"2280":["14ce1214-b278-a7e4-1373-00cebd1bef7c","pstgTYDrPC6YZSsr0l4zl_7umxDcLl25F8QGtcEQLrU.eyJpbnN0YW5jZUlkIjoiZmUyZjYwN2YtZjE5Mi00ZjcxLTg0Y2MtOTRiNjM0ZDVmYTAwIiwiYXBwRGVmSWQiOiIxNGNlMTIxNC1iMjc4LWE3ZTQtMTM3My0wMGNlYmQxYmVmN2MiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiIzZGUwY2Q3MS0wZjY2LTRmM2YtOWE2YS01ZmY2MDU4MzRhNjkiLCJiaVRva2VuIjoiMDM5MDljYmQtZTIzOC0wOTYwLTI2MzktMWM1ZThhYTEwMGJkIiwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"3304":["675bbcef-18d8-41f5-800e-131ec9e08762","wixcode-pub.88d0c59e7671dd7e4cf923ca7f0d26081bf20aab.eyJpbnN0YW5jZUlkIjoiNDIzMWFjYTctZGFiOS00ZWNhLWFmNjEtMmM0YTY0NGY5OGQ1IiwiaHRtbFNpdGVJZCI6IjUyNGE1MjQ0LTViODItNGE2Ny04MmNiLTJiOWM0NTdkYTgzYyIsInVpZCI6bnVsbCwicGVybWlzc2lvbnMiOm51bGwsImlzVGVtcGxhdGUiOmZhbHNlLCJzaWduRGF0ZSI6MTc0NzU4MTQ3NDM5NSwiYWlkIjpudWxsLCJhcHBEZWZJZCI6IkNsb3VkU2l0ZUV4dGVuc2lvbiIsImlzQWRtaW4iOmZhbHNlLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwiY2FjaGUiOnRydWUsImV4cGlyYXRpb25EYXRlIjpudWxsLCJwcmVtaXVtQXNzZXRzIjoiQWRzRnJlZSxIYXNFQ29tbWVyY2UsU2hvd1dpeFdoaWxlTG9hZGluZyxIYXNEb21haW4iLCJ0ZW5hbnQiOm51bGwsInNpdGVPd25lcklkIjoiMTYxZTNiNzQtMTgxZC00ZjYxLTk3ZDAtZGQzOWMwZThlMjk3IiwiaW5zdGFuY2VUeXBlIjoicHViIiwic2l0ZU1lbWJlcklkIjpudWxsLCJwZXJtaXNzaW9uU2NvcGUiOm51bGwsImxvZ2luQWNjb3VudElkIjpudWxsLCJpc0xvZ2luQWNjb3VudE93bmVyIjpudWxsLCJib3VuZFNlc3Npb24iOm51bGwsInNlc3Npb25JZCI6bnVsbCwic2Vzc2lvbkNyZWF0aW9uVGltZSI6bnVsbCwic2l0ZUNyZWF0ZWREYXRlIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIiwiYWNjb3VudENyZWF0ZWREYXRlIjpudWxsfQ=="],"5681":["1346fcbb-e41e-6d12-ad1b-95ddfe1577d4","8cyX2r6Eo8G2YxFTwSEKN01t6V39f_jRuNX6h_r8BM4.eyJpbnN0YW5jZUlkIjoiNTlkYWI0YjQtZmE3ZS00MjM3LThkMmMtY2RhYjBlOTM1YjkwIiwiYXBwRGVmSWQiOiIxMzQ2ZmNiYi1lNDFlLTZkMTItYWQxYi05NWRkZmUxNTc3ZDQiLCJzaWduRGF0ZSI6IjIwMjUtMDUtMThUMTU6MTc6NTQuMzk1WiIsImRlbW9Nb2RlIjpmYWxzZSwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"6561":["1537b24e-29d1-6d8f-b8e1-d6860f2f70b9","EG6smAdENj_VSRtZLPrhIUa9t4WU-w4KxdH7XDYHkhQ.eyJpbnN0YW5jZUlkIjoiZTI1Y2ZjMzItNDVlNC00ZGEyLWFiZDUtZmI1MzY2NTJhOGYyIiwiYXBwRGVmSWQiOiIxNTM3YjI0ZS0yOWQxLTZkOGYtYjhlMS1kNjg2MGYyZjcwYjkiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiIxZmUzMDBmMC01NjRlLTBiYjMtMDkyMC03M2JiZDgyNjUyNGYiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"6953":["14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","jDT2rJBIddq8yTVWenLg7K2_AaXf7ae9hcx6RtdhaiY.eyJpbnN0YW5jZUlkIjoiNGZlMmJhMGYtMzM4My00ZDMzLWE1M2QtOWMxMjA0OGNmYTZiIiwiYXBwRGVmSWQiOiIxNGNjNTliYy1mMGI3LTE1YjgtZTFjNy04OWNlNDFkMGUwYzkiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJiMjVkNDZjZC0yMDI5LTBiMjItMDdjOC0xNGZhYmFmODAwZDYiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"7113":["14cffd81-5215-0a7f-22f8-074b0e2401fb","LnoDQ3UHq-sM1wWQDHFq77rJf8eisLAVwSD-KcPOt7s.eyJpbnN0YW5jZUlkIjoiODc1OWM4MjAtYTk1Ny00NjFiLTk4NjAtMTEyOWIyMDdkYzMwIiwiYXBwRGVmSWQiOiIxNGNmZmQ4MS01MjE1LTBhN2YtMjJmOC0wNzRiMGUyNDAxZmIiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI3YWU2MzRlMi1iYWZkLTAwMGEtM2E5NS05OWMxMGM3MzI2OGQiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"7596":["14ce28f7-7eb0-3745-22f8-074b0e2401fb","niyHk7Lu80j8spcgXby6GGzfaa-H7PZmyFHg8ucPbXI.eyJpbnN0YW5jZUlkIjoiNmMxOGI5MDgtNjViMi00NWQ1LTlhYTAtYWRiMTQ3NjM3ZDZmIiwiYXBwRGVmSWQiOiIxNGNlMjhmNy03ZWIwLTM3NDUtMjJmOC0wNzRiMGUyNDAxZmIiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI5MWE3NDVjYS03NjE4LTAzYzQtMzg1NS0yNTU5ZjkxNzg3ZDIiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"8179":["14dbef06-cc42-5583-32a7-3abd44da4908","jiXK7Ph1Dj-fwKCM8tTzst1_iEUVFsdpKDjpVM5jaC4.eyJpbnN0YW5jZUlkIjoiNjhiZTRhODktZjhhMC00ZjVhLWE2Y2ItNjVmZWMxNmEzYzk4IiwiYXBwRGVmSWQiOiIxNGRiZWYwNi1jYzQyLTU1ODMtMzJhNy0zYWJkNDRkYTQ5MDgiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI5NTAxYjY0Yi1lYjBhLTA5NGItMDQzZS1lZDE2N2YxZWM2MjUiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"9177":["14f25924-5664-31b2-9568-f9c5ed98c9b1","8MhADi01VuMJlMROn5hijslFT58jzeqmxk9CVqaLttE.eyJpbnN0YW5jZUlkIjoiMmJmZjY1NzktMjJjNi00ZDAyLTk3YjYtNzU0MDgyZWEyZjAxIiwiYXBwRGVmSWQiOiIxNGYyNTkyNC01NjY0LTMxYjItOTU2OC1mOWM1ZWQ5OGM5YjEiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJkNjQwOTliYi0zMTZjLTBiMTMtMzU0My1mZGE4M2M5ZWQ1YmMiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"10014":["14ebe801-d78a-daa9-c9e5-0286a891e46f","vbtAtSVa5zXb1jeimmmwDpAuAGcJDyL0gXk1IFKzLLI.eyJpbnN0YW5jZUlkIjoiM2E5MTU0NDAtYzc4YS00MTgxLWEzN2ItMWVhMGRmNzJlNDc4IiwiYXBwRGVmSWQiOiIxNGViZTgwMS1kNzhhLWRhYTktYzllNS0wMjg2YTg5MWU0NmYiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJjNzJlYTg4Mi1kNDIwLTA3OTAtMDE4ZS05NjQ4NjEwNjFlYzUiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"10586":["14f25dc5-6af3-5420-9568-f9c5ed98c9b1","Q9WzicHUAhQgFgP3ToDbsvN34YyZu10uajlxFHRP748.eyJpbnN0YW5jZUlkIjoiZjFmYWVjMWItZGNiMy00ZThiLWFhNDktN2I2MTU1MWNjYzM5IiwiYXBwRGVmSWQiOiIxNGYyNWRjNS02YWYzLTU0MjAtOTU2OC1mOWM1ZWQ5OGM5YjEiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiIwYzQ1MTBkOS1jZjE5LTA4OWEtMDhiYy1mMzg5ZWI2ODM2ODQiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"11389":["14dbefd2-01b4-fb61-32a7-3abd44da4908","VMwgKLxnGCS2ur_-9lIh44n3B_XsWYAIsuafB93v0DU.eyJpbnN0YW5jZUlkIjoiZDk0MTExNzktNmVhMy00YTU3LWFhODgtM2Q1NzBiZDgyMTQ4IiwiYXBwRGVmSWQiOiIxNGRiZWZkMi0wMWI0LWZiNjEtMzJhNy0zYWJkNDRkYTQ5MDgiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiIyNGZlZWRiYi03ZDA5LTBjNDYtMDg3ZC1iNWJmYjVhY2RiZjUiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"13372":["14635256-b183-1c71-a4d2-f55179b80e8a","7OwTjIyxmyY4gn9Kfb7iEqQ0K79FFYk2mON9VmaEn64.eyJpbnN0YW5jZUlkIjoiNjgzODA2Y2YtYzAyNC00NjZkLWJhYTItNWY0YmQwMzNhZDBhIiwiYXBwRGVmSWQiOiIxNDYzNTI1Ni1iMTgzLTFjNzEtYTRkMi1mNTUxNzliODBlOGEiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NVoiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI5NTg3ZmEwZC1kMzhlLTAwN2MtMTg1Ny1kN2EzNmU0NzU3YjciLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"14059":["136e8e3c-0f84-1750-d45a-da6f5d7229f8","gZ9gAW16NdtEfLBnKlZVwUq8iYYbtahVR4PIFop6ghA.eyJpbnN0YW5jZUlkIjoiMWM5ZjIxYTAtYThhOC00YmIwLWFjYWQtZTdhNTdlMDAxMDg5IiwiYXBwRGVmSWQiOiIxMzZlOGUzYy0wZjg0LTE3NTAtZDQ1YS1kYTZmNWQ3MjI5ZjgiLCJzaWduRGF0ZSI6IjIwMjUtMDUtMThUMTU6MTc6NTQuMzk1WiIsImRlbW9Nb2RlIjpmYWxzZSwic2l0ZU93bmVySWQiOiIxNjFlM2I3NC0xODFkLTRmNjEtOTdkMC1kZDM5YzBlOGUyOTciLCJjYWNoZSI6dHJ1ZSwic2NkIjoiMjAyMC0wNi0yM1QxOToyNToxNi45MDhaIn0"],"16319":["2bef2abe-7abe-43da-889c-53c1500a328c","ODAh1fTUWnPp-HjTYVw2yO6xtON5kYup1BKOc6vz_TM.eyJpbnN0YW5jZUlkIjoiMTE5ZDczNzEtMTZmNS00ZTdhLWIxY2QtNmU0NWE1YmNiYjgzIiwiYXBwRGVmSWQiOiIyYmVmMmFiZS03YWJlLTQzZGEtODg5Yy01M2MxNTAwYTMyOGMiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJlYzIyOGZiMy0wNTVmLTA4NmItMTMzOC1lNmFkMWJjODQxM2UiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"16680":["1505b775-e885-eb1b-b665-1e485d9bf90e","7MYF6ilay2XSmmBs3lXF7yb_rh5gAUc8aUhJwUEXwcM.eyJpbnN0YW5jZUlkIjoiMDg4NzBjMzktNGUxYS00ZmY5LWE3NjYtNTE2YzEzYzg1ZWYwIiwiYXBwRGVmSWQiOiIxNTA1Yjc3NS1lODg1LWViMWItYjY2NS0xZTQ4NWQ5YmY5MGUiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJmNTM4ZjBmYi01ZGIwLTA5ZTgtMDU5My1kOTg0YWRiY2E0NGQiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"17039":["4aebd0cb-fbdb-4da7-b5d1-d05660a30172","5v8n1tM7h6r99Pk182bZUxH_t33L5LkikEXZJXpQvVU.eyJpbnN0YW5jZUlkIjoiNjY1NTQ3MzUtOWViMC00NjY2LWE1OGUtNDQwYTZlOGU2MThiIiwiYXBwRGVmSWQiOiI0YWViZDBjYi1mYmRiLTRkYTctYjVkMS1kMDU2NjBhMzAxNzIiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI5YmVhYmJmNy04ZDFhLTAwNzctMDc3Yi1jY2UyZDBmYTliMzYiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"19141":["e329a4ab-e1b2-4268-9cc6-ac6f77ec6767","ZGpPZdSw54ZyTVRQFKrReFxoNR5CNGgztbpHsvX9bto.eyJpbnN0YW5jZUlkIjoiYmFkNTNkMTMtNjU5MC00ZjhlLTg3YTAtN2RlNzYxZjhkYjdhIiwiYXBwRGVmSWQiOiJlMzI5YTRhYi1lMWIyLTQyNjgtOWNjNi1hYzZmNzdlYzY3NjciLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI0NzZhYzFkMS03NjNhLTA5OWYtMjU1NS1mNTBmZGY4YzIxYzciLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"20479":["b976560c-3122-4351-878f-453f337b7245","BVyfrXW6lMDOKz7bPp_l3sr4QQga4NbVf3JtSSpb0PE.eyJpbnN0YW5jZUlkIjoiMDIyMTk4ZjItOGQ4My00ODVmLWIwMjctYmFhMTU5OWY2MGVhIiwiYXBwRGVmSWQiOiJiOTc2NTYwYy0zMTIyLTQzNTEtODc4Zi00NTNmMzM3YjcyNDUiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiJmZjllNjQzMC05ZTI5LTBlNGUtMTJkMi0zMjQ5ZTdlYjlhNTciLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"22174":["deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","4EhMR8wsstCvKea32UeO5uW3BiiEpubirTw6lOPwk5I.eyJpbnN0YW5jZUlkIjoiYjUxYTg0MTMtNWFkMS00MzUwLTg1MGUtOWIwMGU5ZTg3NjQ0IiwiYXBwRGVmSWQiOiJkZWIxOGVmMS1lMGM2LTQ2NjgtYTdiYy00YTEzNzg1ZWI1YjciLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsImJpVG9rZW4iOiI0OGE1NzhkMS00OTdiLTA1NDEtMjdmYi0xM2U4NTc5YzhjZjkiLCJzaXRlT3duZXJJZCI6IjE2MWUzYjc0LTE4MWQtNGY2MS05N2QwLWRkMzljMGU4ZTI5NyIsImNhY2hlIjp0cnVlLCJzY2QiOiIyMDIwLTA2LTIzVDE5OjI1OjE2LjkwOFoifQ"],"-666":["22bef345-3c5b-4c18-b782-74d4085112ff","7LZi01OnYyPK3fIKw-tfNdkmgMHYj6_zbIMW3p-qytU.eyJpbnN0YW5jZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwiYXBwRGVmSWQiOiIyMmJlZjM0NS0zYzViLTRjMTgtYjc4Mi03NGQ0MDg1MTEyZmYiLCJtZXRhU2l0ZUlkIjoiZmRiZmZjYzItMTNhYS00NjExLWEyZjUtODhlOGJlNzRmYWJkIiwic2lnbkRhdGUiOiIyMDI1LTA1LTE4VDE1OjE3OjU0LjM5NloiLCJkZW1vTW9kZSI6ZmFsc2UsInNpdGVPd25lcklkIjoiMTYxZTNiNzQtMTgxZC00ZjYxLTk3ZDAtZGQzOWMwZThlMjk3IiwiY2FjaGUiOnRydWUsInNjZCI6IjIwMjAtMDYtMjNUMTk6MjU6MTYuOTA4WiJ9"]}},"seo":{"context":{"siteName":"RVWC.com","siteUrl":"https:\/\/www.rvwc.com","domain":"rvwc.com","indexSite":true,"defaultUrl":"https:\/\/www.rvwc.com\/","currLangIsOriginal":true,"homePageTitle":"HOME","businessName":"Roanoke Valley Wine Company","businesLocale":"en-us","businesLogo":"https:\/\/static.wixstatic.com\/media\/161e3b_ac5d405f91384593887db55439de3ffe~mv2.jpg","businessLocationCountry":"US","businessLocationFormatted":"10463 Wilden Drive, Ashland, VA, USA","businesLocationsState":"VA","businessLocationCity":"Ashland","businesLocationsStreet":"Wilden Drive","businessLocationsStreetNumber":"10463","businessPostalCode":"23005-8134","businessLocationCoordinates":{"latitude":37.6972399,"longitude":-77.452114},"currency":"USD","experiments":{"specs.seo.EnableFaqSD":"false","specs.seo.EnableOnlineProgramsVideoSD":"true"},"platformAppsExperiments":{"13e8d036-5516-6104-b456-c8466db39542":{"specs.restaurants.automationTrigger":"true","specs.restaurants.ItemsSelectionPikachuForPaylink":"false","specs.restaurants.connect.hidepreinstalled":"false","specs.restaurants.oloMultiPages":"true","specs.restaurants.CreatePickupFulfillmentOnOperationCreation":"true","specs.restaurants.UseRestaurantsLocationsInPos":"false","specs.restaurants.getMenusByOperation":"true","specs.restaurants.isServiceFeeEnabled-olo-client-dev":"true","specs.restaurants.fix-it-reset-delivery-on-pickup-save":"true","specs.restaurants.ValidateOnCart":"true","specs.restaurants.OloServerMLArchivedLocationValidation":"true","restaurants.mobile.olo.owner.enable-menu-items-pikachu-client-provider":"true","specs.restaurants.OLOServerValidateOnMissingSubdivision":"true","specs.restaurants.dine-in":"true","specs.marketplace.editorx-for-13e8d036-5516-6104-b456-c8466db39542":"true","specs.restaurants.myBusinessActions":"true","restaurants.lev.test":"true","specs.restaurants.shouldExpandRulesMenusOlo":"true","specs.restaurants.ShouldAddModifierGroupNameInDescriptionLine":"true","specs.restaurants.StopCatalogsCacheRead":"true","specs.restaurants.OloServerSingleAsapDeliveryOption":"true","specs.restaurants.BM-ordersDealerBanner":"true","specs.restaurants.OloServerShouldAddTaxableAddress":"true","specs.restaurants.CreateDoorDashFulfillmentOnOperationCreation":"true","specs.restaurants.ShouldOverrideMenuLocationIdOnMigration":"false","specs.restaurants.disountsEntry":"true","specs.restaurants.ShouldHandleOrderDeltasCommittedOnlyForLineItemsChanges":"true","specs.restaurants.menus.enlargeModifiersOnGroupAmount":"true","specs.restaurants.restaurantsMyOrdersWidget":"false","specs.restaurants.bm-integrations-settings":"true","specs.restaurants.CreateOrgInServer":"true","specs.restaurants.menuStatus-livesite":"true","specs.restaurants.installNewTips":"true","specs.restaurants.OloServerMLFilterMenusNotOnTheSameLocationAsOperation":"true","specs.restaurants.old-olo-pages-migration":"true","specs.restaurants.UsePreferredCodeResolver":"true","specs.restaurants.WriteInstanceMappingShadowMode":"false","specs.restaurants.menus.reduceSectionsOnMenuAmount":"false","specs.restaurants.ShouldAddBusinessLocationIdOnMenuChangedEvent":"true","specs.restaurants.funnel.OldMenusDealer":"true","specs.restaurants.connect.preinstalledsmsaction.updated.orderoutfordelivery":"true","specs.restaurants.discounts-gate-page":"true","specs.restaurants.explorationDealerBm":"true","specs.restaurants.ConnectServerPreDoorDashMLWriteEnabled":"true","specs.restaurants.OloServerMLEnabled":"true","specs.restaurants.default-fulfillment":"true","specs.restaurants.OLO.livesite.enableMultiLocation":"true","specs.restaurants.considerAvailabilityExceptions":"true","specs.restaurants.installNewDoorDashApp":"true","spec.restaurants.olo.bm.NewOperationFloatingHelper":"false","specs.restaurants.connect.preinstalledsmsaction.updated.remainderfutureorder":"true","specs.restaurants.ExternalProviderValidation":"true","specs.restaurants.enlargeMaxModifiersSelection":"true","specs.restaurants.TakeStatusFromFilteredFulfillment":"true","specs.restaurants.UseNewSpiSignerInLocalDelivery":"true","specs.restaurants.ShouldCreateSingleOperationWhenOperationGroupCreated":"true","specs.restaurants.ShouldCopyExternalProviderFulfillmentsFromSourceSite":"true","specs.restaurants.connect.updatedowneremail":"true","specs.restaurants.UseNewAddressGenerator":"true","specs.restaurants.connect.preinstalledsms":"false","specs.restaurants.ShouldCreateOperationsOnOperationGroupCreated":"true","specs.restaurants.olo-ml.openBusinessInfoModal":"false","specs.restaurants.delivery-radius-range-enabled":"true","levTestSpec-logged":"true","specs.restaurants.OloServerMLMenuOperationLocationValidation":"false","specs.restaurants.UseRestaurantsFulfillmentsInLocalDelivery":"false","com.wixpress.restaurants.automations.orders.specs.HandleOrderDomainEvent":"true","specs.restaurants.oloWelcomeModalBm":"true","restaurants.mobile.olo.owner.disable-doordash":"false","specs.restaurants.reservationsCustomFields":"true","specs.restaurants.RLD-v2":"false","specs.restaurants.ShouldGetRestaurantsShippingOptionMetadata":"true","specs.stores.UseCheckoutSettings":"true","specs.restaurants.ShouldSetDefaultLocationOnCloneFromTemplate":"true","specs.tableReservations.oldAppBmSunset":"true","specs.restaurants.livesite.createCart":"true","specs.restaurants.GetLocationOnAutomations":"true","specs.restaurants.ShouldHandleFulfillmentWithEnricher":"false","specs.restaurants.UseSettingsRpcClient":"true","specs.restaurants.cashierWallets":"true","specs.restaurants.holiday-menu-availability-bm":"true","specs.restaurants.olo-client.skipToCheckout":"false","specs.restaurants.old-menus-page-migration":"true","specs.restaurants.ShouldUseFormattedAddressForDoorDashStore":"true","restaurants.mobile.olo.owner.enable-edit-order-entry-point":"true","specs.restaurants.woa.olo-settings.thermal-printer":"true","specs.restaurants.defaultMenuVisible":"true","restaurants.mobile.olo.owner.disable-manual-thermal-printing":"false","specs.restaurants.MenuAvailabilityValidation":"true","specs.restaurants.oloFedInstallationRetry":"true","restaurants.mobile.olo.owner.order-transactions":"true","specs.restaurants.OLO.BM.manageLocationsEntry":"true","specs.restaurants.ShouldCopyOperationGroupFromSourceSite":"true","specs.restaurants.ShouldEnabledSsrCache":"false","specs.restaurants.editor.cssIndication":"true","restaurants.mobile.olo.owner.enable-initialize-modile-when-loaded":"true","specs.restaurants.ShouldReturnMockDoorDashCreateDeliveryError":"false","specs.restaurants.dine-in-ml":"true","specs.restaurants.openItemModalByQueryParams":"true","specs.restaurants.menu-availability-ux-improvements":"true","specs.restaurants.olo-client-members-area":"true","specs.restaurants.OloServerMLLocationIdConsistencyValidation":"true","restaurants.mobile.olo.owner.disable-opt-in-with-delivery-partner":"false","specs.restaurants.fix-it-no-contact-label":"true","specs.restaurants.ShouldCreateMenusInOriginalLocations":"true","specs.restaurants.connect.preinstalledsmsaction.updated.orderedited":"true","specs.tableReservations.shouldInstallMembersArea":"false","specs.restaurants.shutdown-screen-olo-migration":"false","specs.restaurants.catalogs-v3-migration":"false","specs.restaurants.ShouldUseNewTaxGroupDomainEventsForOperation":"true","specs.restaurants.ShouldEnhanceNotificationWithLocation":"true","specs.restaurants.remove-discounts-for-non-orders-app":"true","specs.restaurants.InstallNewTipsAppProvisionService":"true","specs.restaurants.UseRestaurantLocationsInLocalDelivery":"false","specs.restaurants.UseSettingsCache":"true","specs.restaurants.templatesDemo":"true","specs.restaurants.OLO.BM.multilocation":"true","specs.restaurants.fix-it-orderSettingsFromEditor":"true","specs.restaurants.connect.preinstalledsmsaction.updated.manualordercreated":"true","specs.restaurants.ShouldUseNewTaxGroupDomainEventsForItem":"true","specs.restaurants.ShouldRemoveDoorDashDeliveryTimeBrackets":"true","specs.restaurants.DisableMenuItemTotalPriceValidation":"true","specs.restaurants.olo-client-classic-editor-sticky-navigation":"true","specs.restaurants.ShouldSendDuplexerEventsByLocation":"true","specs.restaurants.openItemModalBeforeDispatch":"true","specs.restaurants.ShouldUseProviderCreateDeliveryNewErrorFormat":"true","specs.restaurants.menusImportImageGemini":"true","specs.restaurants.StopUsingRelooseMenus":"false","specs.restaurants.new-tips-entry-point":"true","restaurants.mobile.olo.owner.unfilter-overdue-orders":"false","specs.restaurants.OLOServerTemplateCloneTenantHandling":"true","specs.restaurants.UsePreferredCodeFallback":"true","specs.restaurants.Notification_TakeStatusFromFilteredFulfillment":"true","specs.restaurants.hide-special-requests":"true","restaurants.mobile.olo.owner.filter-delivery-partner-fulfillment-methods":"false","specs.restaurants.connect.OrderWithGoogleFilterByBusinessLocation":"true","specs.restaurants.bm-reservations-settings":"true","specs.restaurants.ShouldConsumeLocationCreatedEvent":"true","specs.restaurants.connect.preinstalledsmsaction.updated.ordercreated":"true","specs.restaurants.oloDealerOffers":"true","specs.restaurants.ItemsSelectionPikachu":"true","specs.restaurants.menus.reduceItemsOnSectionAmount":"false","specs.restaurants.AtlasQueryOrderItemsChange":"true","specs.restaurants.unifyPhoneOrderingNotification":"true","specs.restaurants.OLO.livesite.editCartItem":"false","specs.restaurants.ShouldFormatPriceInModifierGroup":"true","specs.restaurants.connect.preinstalledautomation.uouorderreceived":"true","specs.restaurants.ShouldUseAppContainerInProvisionRestaurants":"true","specs.restaurants.menus.enlargeVariantsAmount":"true","specs.restaurants.ShouldSetDefaultLocationOnOrderIfMissing":"true","specs.restaurants.ShouldWriteShippingOptionMetadataInCache":"true","specs.restaurants.phoneCallAutomationPoc":"false","specs.restaurants.OloServerMLMapMenuToFirstOperationByLocationId":"true","specs.restaurants.menusImportImageNoPartialParse":"true","specs.restaurants.unchangedDeliveryAddress":"false","specs.restaurants.oloCartButtonBob":"true","specs.restaurants.EnableDoorDashFulfillmentAfterSuccessfulRegistration":"false","specs.restaurants.connect.preinstalledsmsaction.updated.orderready":"true","specs.restaurants.hide-old-olo-apps":"true","specs.restaurants.disable-order-pacing":"false","specs.restaurants.order-pacing":"true","specs.restaurants.olo-client-members-area-my-wallet":"true","restaurants.mobile.olo.owner.enable-orders-wo-due-by-or-fulfillment":"true","specs.restaurants.welcomeModalMigratedUsers":"true","specs.restaurants.bm-future-orders-message":"true","specs.restaurants.connect.ItemSelectionProviderUseSearchInsteadOfQuery":"true","specs.restaurants.editor.enableOperationGroup":"true","specs.restaurants.ShouldHandleFulfillmentWithStatusManager":"true","specs.restaurants.MenusVideoTutorial":"true","specs.restaurants.DisplayVariantsMultilingual":"true","specs.restaurants.menuAvailabilityLivesite":"true"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"specs.pro-gallery.usePictureElement":"true","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.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":"true","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.disableImagePreload":"true","specs.pro-gallery.excludeFromPrerenderPerformance":"false","specs.pro-gallery.appSettings":"true"},"2bef2abe-7abe-43da-889c-53c1500a328c":{"specs.premium.subscriptions-tpa.VerifyGracePeriodBeforePayNow":"true","specs.premium.subscriptions-tpa.UseInitiatePaymentMethodSetup":"true","specs.subscriptionsTpa.ShowLastNextCharge":"true"},"14409595-f076-4753-8303-9a86f9f71469":{"specs.vod.iosHlsJsOverrideNative":"true"},"b976560c-3122-4351-878f-453f337b7245":{"specs.profilePageBoB.EnablePageLoadErrorState":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersAreaV2.SyncDataWithMenuItems":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.profilePageBoB.EnableCSSIndicators":"true","specs.profilePageBoB.EnableCustomSausageBarConfig":"true","specs.membersArea.AddWidgetsPluginsResilience":"true","specs.membersArea.installedWidgetsFromRoutes":"true","specs.membersAreaV2.UseSyncDeleteActions":"true","specs.membersArea.EnableSausageBar":"true","specs.profilePageBoB.EnableFFLightboxErrorState":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.EnableUnifiedManager":"true","specs.profilePageBoB.VerticalDeletionRemoveRefreshApp":"true","specs.membersAreaV2.fasterMemberFetching":"true","specs.membersArea.OptimizeViewedMemberRolesFetch":"true"},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"specs.payments-checkout.UseSitePaymentMethodTypes":"true"},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"specs.membersArea.enableNotificationsOnV2":"true","specs.ping.membersAreaUseNotificationsV2Api":"true","specs.membersArea.normalizeMenuItemsLinkMetaData":"true","specs.membersArea.enableAppData":"true"},"9dd67198-68df-4884-92d5-d38ba59bcae0":{"specs.tips.AddWidgetToStage":"false","specs.tips.WaitForProps":"false","specs.tips.CustomTipAsButton":"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.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.UseCustomizeMemberPageCTA":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.membersAbout.EnableWDSPanels":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersArea.framelessEditorProfilePage":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersAbout.EnableRicosContentInSEO":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersAbout.UseResponsivePostsCover":"false","specs.membersArea.PrivateMemberIndicator":"false","specs.membersAreaV2.enableCustomPages":"true","specs.membersAboutOOI.DisableButtonOnPublish":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.membersAbout.EnablePostListInSEO":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.membersAboutOOI.EnableMobileTitleSetting":"true","specs.membersArea.UseMembersAboutV2":"true","specs.membersAboutOOI.EnableDesignTabResetButtonPerPage":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.membersAboutOOI.EnableMobileDesignTabSectionHeaders":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.wixBlog.MAHideWriterActionsInViewer":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersAboutOOI.EnableButtonBorderSettings":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.membersAbout.EnableAboutMiddleware":"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.ricos.tiptapEditor":"false","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true"},"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":{"specs.restaurants.connect.tracker.orderWithoutMethod":"true"},"9142e27e-2e30-4948-ad8f-7e128939efc4":{"specs.restaurants.menusOoiDuplicateAction":"true"},"dataBinding":{"specs.wixDataClient.AutomationsClientV2":"true","specs.wixDataViewer.UseCloudDataUrlWithBaseExternalUrl":"true","specs.wixDataViewer.fixExpressionsAsyncInRepeater":"false","specs.wixDataClient.BlitzNoFilteredResultsCounter":"true","specs.wixDataViewer.fetchOnlyConnectedFields":"true","specs.wixDataClient.NumberOfItemsImprovements":"true","specs.wixDataClient.accessibilityBindingsViewer":"false","specs.wixDataViewer.fixExpressionsFetchingOrder":"false"},"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.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.UseCustomizeMemberPageCTA":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.myAccount.UseNewSettings":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.myAccount.EnableCSSIndicators":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","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.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersAreaV2.enableCustomPages":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"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.membersArea.UseMembersAboutV2":"true","specs.myAccount.EnableUrlEditNote":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"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.members.usePlatformizedServicesForUpdate":"true","specs.wixBlog.MAHideWriterActionsInViewer":"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.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.myAccount.EnableDesignTabResetButtonPerPage":"true","specs.membersArea.framelessEditorMyAccount":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.myAccount.EnableWDSPanels":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true"},"9a5d83fd-8570-482e-81ab-cfa88942ee60":{"specs.restaurants.oloMultiPages":"true","specs.restaurants.getMenusByOperation":"true","specs.restaurants.myBusinessActions":"true","specs.restaurants.menuStatus-livesite":"true","specs.restaurants.installNewTips":"true","specs.restaurants.OLO.livesite.enableMultiLocation":"true","specs.restaurants.livesite.createCart":"true","specs.restaurants.oloFedInstallationRetry":"true","specs.restaurants.editor.cssIndication":"true","specs.restaurants.openItemModalByQueryParams":"true","specs.restaurants.openItemModalBeforeDispatch":"true","specs.restaurants.OLO.livesite.editCartItem":"false","specs.restaurants.unchangedDeliveryAddress":"false","specs.restaurants.oloCartButtonBob":"true","specs.restaurants.editor.enableOperationGroup":"true","specs.restaurants.menuAvailabilityLivesite":"true"},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"specs.stores.UseCurrentCartFromSdk":"true"},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"specs.ping.errorHandlerInUou":"true"},"14ce1214-b278-a7e4-1373-00cebd1bef7c":{"specs.forms.EnableFormsInBlog":"true"},"1380b703-ce81-ff05-f115-39571d94dfcd":{"specs.stores.ShouldNotUseDestinationCompleteness":"true","specs.stores.DisableFocusProductOnInfiniteScroll":"true","specs.forms.LocalPhoneNumbers":"true","specs.stores.GalleryProductOptionMobileNativeDropdown":"true","specs.stores.AllowAddToCartButtonOnImageInViewer":"true","specs.stores.AddLayoutConfigToLineItemsAutoGql":"true","specs.stores.FixScrollToPaymentWidgetOnPaymentFormError":"true","specs.stores.ShouldPreloadPurchaseFlowProperties":"true","specs.stores.ShouldRemoveFilterModalOpenClass":"true","specs.ecom.CollectPaymentForZeroPriceWhenPaymentRequired":"true","specs.stores.MoveSlotAboveCheckoutButton":"true","specs.stores.GalleryFetchAppSettingsOnce":"false","specs.stores.ProductPageOOIExpandIcon":"false","specs.stores.ProductPageFixFullScreenRicoImage":"true","specs.stores.GalleryProductOptionsAndQuantityWidth":"true","specs.stores.UseCurrentCartFromSdk":"true","specs.stores.UsePrefixForRouterNavigationToProductPage":"true","specs.stores.ProductPageBreadcrumbsAfterHydration":"true","specs.stores.ChangeShippingDestinationDialogLabelsTextColor":"true","specs.stores.GalleryColorPickerA11yReflowKeyboardFix":"false","specs.stores.GalleryDontFetchFilteredProductsWithoutActiveFilters":"true","specs.stores.ProductPageNoLostBusinessNotifier":"true","specs.stores.ProductPageDropdownLabelForNoAria":"true","specs.stores.UseNewFiltersQueryParamEncoder":"true","specs.ecom.HandleNoCheckoutIdError":"true","specs.ecom.UseTitleHtmlTagSettingParam":"true","specs.stores.MergePaymentAndPlaceOrderSteps":"true","specs.stores.GalleryEnableLoadMoreHoverUnderline":"true","specs.stores.GalleryPriceFilterClientTicksCalculation":"true","specs.stores.ProductPageOOIScrollToError":"true","specs.stores.RemoveModifiersSelectionIdsFromUserSelections":"true","specs.stores.AddHasDiscountToVariantsItemsQueries":"true","specs.stores.ProductPageDropdownLabelFor":"true","specs.stores.ShowAutomaticDiscountDataOnProductWidget":"true","specs.forms.MultilineAddressInTemplates":"true","specs.stores.ShowCorrectVariantPPU":"true","specs.stores.RefactorPlaceOrderStateCalculation":"true","specs.stores.AddKeyToShippingDestinationModalCloseButton":"true","specs.stores.CheckoutHeaderAndLogoA11yChanges":"true","specs.stores.FixAnnounceNotDefinedBug":"true","specs.stores.AddPaymentRequiredToCheckoutQuery":"true","specs.stores.AddComparePriceToVariantsItemsQueries":"true","specs.ecom.FixCarrierIdForSelectShippingOption":"true","specs.stores.ColorOptionsDefaultSizeViewer":"true","specs.stores.AddSidePaddingOnCartPageForDesktopViewer":"true","specs.stores.StorefrontLegacyEnablePanoramaIntegration":"false","specs.stores.ShouldFocusMainElementOnCartPage":"true","specs.stores.GiftCartSeviceDownCheckout":"true","specs.stores.GalleryFiltersClassicMobileHorizontalOrientationFix":"false","specs.stores.UsePaymentRequired":"true","specs.stores.UsingStoresViewerScriptAddToCart":"false","specs.stores.ShouldFixZoomForCheckoutInClassic":"false","specs.stores.EnableFadeInAnimationOnGalleryScroll":"true","specs.ecom.UseAdditionalInfoFormLabel":"true","specs.stores.AddSubscriptionChargesToCheckoutQuery":"true","specs.stores.AddSlotToCheckoutPolicies":"false","specs.stores.RemoveLinkFromNonStoresItems":"true","specs.stores.AddToCartInLightboxOpneProductPage":"true","specs.stores.GalleryAddMissingAddProductImpressionEvent":"true","specs.stores.FixQueryParamSpecialCharDecode":"true","specs.stores.TYPErrorMsgGC":"false","specs.stores.GallerySlotsPOC":"false","specs.stores.navigateToRelativeUrlWithCustomizedUrl":"true","specs.stores.enableUnitedStatesMilitaryAddresses":"true","specs.ecom.FixShippingOptionSelectionBug":"true","specs.stores.GalleryPriceSliderA11yFixKeyboardFocus":"true","specs.stores.AllowGalleryContainerPadding":"true","specs.ecom.RemoveGQLCallOnCreateCheckout":"true","specs.stores.OptimizeSelectionCalculation":"true","specs.stores.CartFromSDKWhenShowShippingOrShowTax":"true","specs.stores.SupportMemberOnlyCheckout":"true","specs.stores.HoverEffectOnImageOnly":"true","specs.stores.ShouldProductPageUseNewSocialIcons":"true","specs.stores.FixGalleryDropdownOptionsDisabledOpacity":"true","specs.stores.SliderGalleryFixSwiperIndex":"true","specs.stores.DontRedirectToSiteOnFailedFetch":"false","specs.stores.ProductPageSlots":"true","specs.stores.UseGalleryNewApplyFilterQueryParams":"false","specs.stores.ProductPageOptionsMigrateToUITPA":"true","specs.stores.tpaRouterShouldQueryProductsV3":"true","specs.stores.SliderGalleryTitleFontSizeViewer":"true","specs.stores.PreorderDataInWishlist":"true","specs.stores.UseNewSubscriptionCheckboxInCustomerDetailsForm":"false","specs.forms.EnableNewPhoneFieldValidation":"true","specs.stores.GalleryProductItemsLazyLoadingForV3":"true","specs.stores.GallerySeoTags":"true","specs.stores.SliderGallery200Limit":"true","specs.stores.AllowStickySidebarInViewer":"true","specs.stores.RangeFilterRefactor":"true","specs.stores.QuickViewMoreLinkFontFallback":"true","specs.ecom.AddProjectionsTYPQuery":"false","specs.stores.ShowCssPerBreakpointIndicationsSideCart":"true","specs.forms.EnablePhoneField":"true","specs.stores.ShouldScrollToPaymentWidgetOnPaymentFormError":"true","specs.stores.FixBackInStockButtonValidation":"true","specs.stores.FixGalleryNotToShowQueryPageFor1":"true","specs.stores.FixSliderGalleryRelatedProductsEmptyRender":"true","specs.stores.AddMembersOnlyToCheckoutQuery":"true","specs.stores.ShouldRecalculatePlaceOrderButtonStateForMembers":"true","specs.stores.FixProductPageUrlsForRouterPage":"true","specs.stores.GalleryShowLazyLoadingLoader":"true","specs.stores.RenderSlotsInGallery":"true","specs.stores.PriceFilterClientTicksCalculation":"true","specs.stores.CheckoutButtonLinkedToSecureCheckout":"true","specs.stores.ProductPageOOIMediaNavigationToSwiper":"true","specs.stores.AddPoliciesToLineItems":"true","specs.stores.ProductPageAddDelayedCapturePropToPaymentMethodsBanner":"false","specs.stores.WishlistStylePolyfillForIframe":"false","specs.stores.UseNewFiltersQueryParamDecoder":"true","specs.stores.ShouldSplitBillingInfoPrefill":"true","specs.stores.AllowGalleryFreeModeNavigationInViewer":"false","specs.stores.EnableStorefrontSubCategories":"true","specs.stores.AddingOverflowHiddenToFilterTitleMobile":"true","specs.forms.EnableDextPhoneField":"true","specs.stores.AvifImageEncoding":"true","specs.stores.FixGalleryRenderingWhenUrlChanges":"false","specs.stores.SupportFreeTrialLineItems":"true","specs.stores.AddCheckoutSettingsToGetConfigGQLQuery":"false","specs.stores.GalleryStorefrontAddStrikethroughAndSalePriceDesign":"true","specs.stores.productPageDropdownOptionsUseCssVars":"true","specs.stores.CategoryHeaderLayoutPerBreakpoint":"true","specs.stores.PreventGalleryFullRefreshOnUrlChange":"true","specs.stores.ProductPageRicoDescription":"true","specs.stores.increaseGqlGetLimit":"true"},"b278a256-2757-4f19-9313-c05c783bec92":{"specs.restaurants.listItemsApi":"false","specs.restaurants.menus.modifiersOnShowcase":"false","specs.restaurants.editorGetOptimizedBulk":"true","specs.restaurants.menusOoiDropdownBottom":"true","specs.restaurants.menusOoiDuplicateAction":"true","specs.restaurants.menusLivesiteMultiLocation":"true","specs.restaurants.labelsTooltipInElementsPanel":"true","specs.restaurants.convertNavigationBarToWidget":"true","specs.restaurants.imagePositionField":"true","specs.restaurants.menusOoiTabsPanel":"true","specs.restaurants.multiMenuLayouts":"false","specs.restaurants.section-image":"true","specs.restaurants.menus.useLabelIconColorToggle":"true","specs.restaurants.useMenusOOIWidget":"true","specs.restaurants.ooiStyleAI.useSiteTheme":"true","specs.restaurants.menus.dots-border":"true","specs.restaurants.sideBySidePreset":"true","specs.restaurants.locationURLQueryParam":"true","specs.restaurants.ooiStyleAI":"true","specs.restaurants.menusOoiExpandCollapsePreset":"true","specs.restaurants.removeAddMenuPageFromBlocks":"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.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"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.UseCustomizeMemberPageCTA":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.profileCardOOI.UseMiddlewareForGlobalSettingsGetter":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","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.membersAreaV2.enableCustomPages":"true","specs.membersArea.framelessEditorPW":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"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.membersArea.UseMembersAboutV2":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"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.members.usePlatformizedServicesForUpdate":"true","specs.wixBlog.MAHideWriterActionsInViewer":"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.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true"},"13d21c63-b5ec-5912-8397-c3a5ddb27a97":{"specs.bookings.useSkeletonImagesInWixStudio":"true","specs.bookings.PreventDoubleBookingCourse":"true","specs.bookings.stripLayoutMultiColumn":"true","specs.forms.LocalPhoneNumbers":"true","specs.bookings.serviceListMenuLayout":"true","specs.bookings.paidByClasspassIndication":"true","specs.bookings.useOnlyBusinessLocationsOnGetLocationId":"true","specs.bookings.AlignDateAndTime":"true","specs.bookings.StaffQueryParamInCalendar":"true","specs.bookings.CalendarIntervalsImprovement":"true","specs.bookings.MyBookingsCssPBPIndication":"true","specs.bookings.msaNotPartOfBlockNavigation":"true","specs.bookings.UoUMultiLocationV1":"true","specs.bookings.members-area-lazy-load":"true","specs.bookings.KibanaInfoLogs":"false","specs.bookings.TimezoneIndicatorImprovementCalendars":"true","specs.bookings.useAndOperatorOnSpecificCategoryTab":"true","specs.bookings.SitePropertiesFacadeMigration":"true","specs.bookings.layoutStylePerBreakPoint":"true","specs.bookings.consultants.dynamicPricingPerStaff":"true","specs.bookings.layoutPerBreakPointPhase2":"true","specs.bookings.EcomRendererHidePriceForMembershipAndFree":"true","specs.bookings.consultants.dynamicPricingCustom":"true","specs.bookings.dev.UseBusinessInfoMapper":"true","specs.wossm.EnableMultiLocation":"true","specs.bookings.calendarFixLoadingButtonSize":"true","specs.bookings.BookAnotherText":"true","specs.bookings.initSlotsToShow":"true","specs.bookings.AddPaymentAmountToCashier":"true","specs.bookings.AdditionalTimeSlotsInFormPlugin":"true","specs.bookings.FormAddH1HeaderForA11y":"true","specs.bookings.DeprecateCatalogServicesSlotAvailability":"false","specs.forms.UseCSSVarsOnly":"true","specs.bookings.ServiceListEventsClassDays":"true","specs.bookings.agendaWarmupDataForStaffMembers":"true","specs.bookings.NotFoundPageForContactInfoDeepLink":"true","specs.bookings.metroGetBusinessInfoInDetails":"false","specs.bookings.mapServiceListToServiceV2":"true","specs.bookings.UouZoomV2":"true","specs.bookings.getStaffMemberNameForPreferencesFromService":"true","specs.bookings.ServiceListNumOfSpotLeftFix":"false","specs.bookings.addNotificationTogglesToBoxes":"true","specs.bookings.metroGetBusinessInfo":"true","specs.bookings.migrateCalendarSettingsToServicesV2":"true","specs.bookings.warnOnShowAllServicesFilterOption":"true","specs.bookings.react18ErrorInServicePge":"true","specs.bookings.fetchAllServicesInMSA":"true","specs.bookings.TimezoneIndicatorImprovementOfferingPage":"true","specs.bookings.AppBuilderControllersUseNewAPIs":"true","specs.bookings.BookOnBehalf":"false","specs.bookings.withErrorHandler":"true","specs.bookings.msaServiceSelectionImprovements":"true","specs.bookings.UserTimezoneFirstSlotWithDifferentWeek":"true","specs.bookings.AppBuilderUseServicesV2":"true","specs.bookings.FormEditorKBContent":"false","specs.bookings.MyBookingsShowFormSubmission":"true","specs.bookings.translatePages":"false","specs.bookings.FixApplyingCouponExperience":"true","specs.bookings.UoUMultiLocationAllLocations":"true","specs.bookings.useBookingsViewerCache":"false","specs.bookings.FormUseAutomationsForSMS":"true","specs.forms.FileUploadLimitExceeded":"true","specs.bookings.FixServiceListSettingsMigration":"false","specs.bookings.assignStaffVariantToSelectionsWithAnyStaff":"true","specs.bookings.ServiceV2ServicePage":"true","specs.bookings.CheckIsMemberAreaInstalledUsingPublicAPI":"true","specs.bookings.redirectIfNeeded":"true","specs.bookings.dynamicDurationUoU":"true","specs.bookings.CancellationFeesUoU":"true","specs.bookings.metroGetBusinessInfoInCalendar":"false","specs.bookings.calendarA11YChanges":"true","specs.bookings.noTpaSettingsProviderInList":"true","specs.bookings.showTitlesInDateAndTimeViewMode":"true","specs.bookings.AddParticipantShortcut":"true","specs.bookings.metroNotifyNonPremium":"true","spec.bookings.owner-fes.DeprecateCatalogWriter":"false","specs.bookings.fetchTabsInServiceList":"true","specs.bookings.ShowSelectedServiceInServicePage":"false","specs.bookings.A11YCalendarLabel":"true","specs.bookings.migrateUoUAvailability2":"false","specs.bookings.servicePageSettingsRedesign":"true","specs.bookings.SkipCheckoutForSavedPaymentMethod":"false","spec.bookings.setRolesForBIEvent":"true","specs.bookings.CheckForExistingBooking":"true","specs.bookings.withErrorHandlerCheckout":"true","spec.bookings.owner-fes.RemoveOldEndpoints":"true","specs.bookings.UseQueryBySessionStartForContactBookings":"true","specs.bookings.DynamicPricingResilientUOU":"false","specs.bookings.UseGetAvailabilityForCourse":"true","specs.bookings.RemoveCalendarLinkFromBookingsCheckoutSettingsPanel":"true","specs.bookings.DetachNumberOfParticipantsFieldFromForm":"true","specs.bookings.AddonsUOU":"false","specs.bookings.useCustomUrlSegmentsForSlug":"true","specs.bookings.MultiLocationUoU":"false","specs.bookings.FormReplaceArray":"true","specs.bookings.QueryServicesInBatches":"false","specs.bookings.DatacapsuleMigration":"true","specs.bookings.AlwaysShowComplexPhoneField":"false","specs.bookings.ResilientBusinessInfo":"true","specs.bookings.boMultilocation":"false","specs.wos.KillWixSMS":"false","specs.bookings.fineGrainPermissionsModelWithWOA":"true","specs.bookings.AppInstanceOnCashierConfg":"true","specs.bookings.FixPricingPlanNavigation":"true"}},"siteLanguages":[{"languageCode":"x-default","locale":"en-us","countryCode":"USA","resolutionMethod":"Subdomain","url":"https:\/\/www.rvwc.com\/","name":"English","seoLang":"en-us","localizedName":"English","isPrimaryLanguage":false,"status":"Active"},{"languageCode":"es","locale":"es-es","countryCode":"ESP","resolutionMethod":"Subdomain","url":"https:\/\/es.rvwc.com\/","name":"Spanish","seoLang":"es-es","localizedName":"Español","isPrimaryLanguage":false,"status":"Active"},{"languageCode":"fr","locale":"fr-fr","countryCode":"FRA","resolutionMethod":"Subdomain","url":"https:\/\/fr.rvwc.com\/","name":"French","seoLang":"fr-fr","localizedName":"Français","isPrimaryLanguage":false,"status":"Active"},{"languageCode":"it","locale":"it-it","countryCode":"ITA","resolutionMethod":"Subdomain","url":"https:\/\/it.rvwc.com\/","name":"Italian","seoLang":"it-it","localizedName":"Italiano","isPrimaryLanguage":false,"status":"Active"},{"languageCode":"en","locale":"en-us","countryCode":"USA","resolutionMethod":"Subdomain","url":"https:\/\/www.rvwc.com\/","name":"English","seoLang":"en-us","localizedName":"English","isPrimaryLanguage":true,"status":"Active"}],"businessPhone":"1 (540) 444-4440","currLangCode":"en","seoLang":"en-us","currLangResolutionMethod":"Subdomain"},"userPatterns":[],"metaTags":[{"name":"fb_admins_meta_tag","value":"","property":false},{"name":"google-site-verification","value":"qXB4lU_dh7qJAwmUOqRspPyuCp9bujXGuivDN81dP5I","property":false}],"customHeadTags":"","isInSEO":true,"hasBlogAmp":false,"mainPageId":"c1dmp"},"sessionManager":{"sessionModel":{},"appsInstances":{},"dynamicModelApiUrl":"https:\/\/www.rvwc.com\/_api\/v2\/dynamicmodel","accessTokensApiUrl":"https:\/\/www.rvwc.com\/_api\/v1\/access-tokens","expiryTimeoutOverride":0,"isRunningInDifferentSiteContext":false},"siteMembersWixCodeSdk":{"isPreviewMode":false,"isEditMode":false,"smToken":"","smcollectionId":"7e3261c8-9847-4142-9057-cf09eb85755a"},"siteMembers":{"collectionExposure":"Public","smcollectionId":"7e3261c8-9847-4142-9057-cf09eb85755a","smToken":"","protectedHomepage":false,"isTemplate":false,"loginSocialBarOnSite":false,"routerPrefix":"","isCommunityInstalled":false,"memberInfoAppId":7113},"siteWixCodeSdk":{"fontFaceServerUrl":"https:\/\/serverless.parastorage.com\/_serverless\/site-sdk-server\/v1\/style","siteDisplayName":"RVWC.com","siteRevision":667,"regionalSettings":"en-us","language":"en","currency":"USD","mainPageId":"c1dmp","pageIdToPrefix":{"iq55w":"category"},"routerPrefixes":{"category":{"name":"category","prefix":"\/category","type":"dynamicPages"}},"timezone":"America\/New_York","pageIdToTitle":{"hnrav":"Thank You Page","iq55w":"Category Page","z9wl3":" producers","c1dmp":"HOME","pzp2o":"Cart Page","q643u":"Checkout","lwjqh":"Product Page","v0wjs":"Side Cart","q163r":"Member Page","zrmfk":"supplier resources","qzaz2":"Fullscreen Page","l4547":"customer resources","rpta6":"Instagram Feed Expand Mode"},"urlMappings":null,"viewMode":"Site"},"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":18,"appDefinitionName":"ShoutOut (Legacy)","appDefinitionId":"135c3d92-0fea-1f9d-2ba5-2a1dfb04297e","isWixTPA":true,"allowScrolling":false},"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-product-page\/1.3562.0\/ProductPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-product-page\/1.3562.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":28,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"0b8ba619-580b-4a3c-912a-2aba1f10763a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/PlatformizedGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/PlatformizedGallery","tpaWidgetId":"0b8ba619-580b-4a3c-912a-2aba1f10763a","appPage":{},"applicationId":28,"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.4692.0\/SideCart","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.4692.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":28,"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":28,"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.5093.0\/Wishlist","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/Wishlist","appPage":{"id":"wishlist","name":"My Wishlist","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":7,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":28,"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.5093.0\/GridGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/GridGallery","tpaWidgetId":"grid_gallery","appPage":{},"applicationId":28,"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.4692.0\/cart","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.4692.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":28,"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.5093.0\/SliderGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/SliderGallery","tpaWidgetId":"slider_gallery","appPage":{},"applicationId":28,"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.3196.0\/thankYouPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-thank-you-page-ooi\/1.3196.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":28,"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":28,"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.5093.0\/GridGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/GridGallery","appPage":{"id":"product_gallery","name":"Shop","defaultPage":"","hidden":false,"multiInstanceEnabled":true,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":28,"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":28,"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":28,"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":28,"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":28,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":true},"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":28,"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.5093.0\/CategoryPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/CategoryPage","tpaWidgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","appPage":{"id":"Category Page","name":"Category Page","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":28,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"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":28,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"48ee78f1-1277-448b-82c0-c5a806948988":{"widgetUrl":"\/","appPage":{},"applicationId":43,"appDefinitionName":"Age Verification Popup","appDefinitionId":"b9ee3073-2918-4f30-bf31-fb7683632f7a","isWixTPA":false,"allowScrolling":false},"a8c8051a-b0e4-48bc-8aee-24e57d029911":{"widgetUrl":"\/","appPage":{},"applicationId":44,"appDefinitionName":"Age Verification Pro","appDefinitionId":"0ae2a363-4587-4d31-8e52-fc39d2e61fb9","isWixTPA":false,"allowScrolling":false},"e48ae222-fde1-457d-ba9b-8dea2a55b6c4":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"a1fdf2bb-a0d4-453e-80be-3c796d083e36":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"fb101fde-5787-446e-8403-72b153a8d430":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"2b8b1797-18d3-49e6-81c3-ce257c3bb7be":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"4a9adbd9-4682-47aa-a3cb-970610b0012f":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"1fd5a21a-f47d-4604-9cab-1cf76d81b231":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"865da96a-c45e-45f9-b590-e88bbdad7c85":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"335a635e-dcf0-4252-8ad3-955eff19a0c2":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"3024245a-be3e-4c67-add6-c73e7d3ab15c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"7bfe2427-04f9-43b3-8524-07fb7807be5a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"a1c26b60-1eac-46f1-9b6d-84280de64369":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"a799fd74-b5ae-494a-80cb-258ddd19bf76":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"adfc8039-dfba-4edb-bd55-e66bbb1c6def":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"ef7cc729-40b5-451b-8079-c94567ec0c1b":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"a3fba921-2527-4ae6-ac95-12e07d2bf750":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"fb7a9142-2b07-45a3-a713-f0255e30a578":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"d123479a-1c05-4aea-9565-4cdcb9ed3d16":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"9dcdb78c-b19c-4de7-b5d6-ef00bba83a19":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"4d5e900f-ad0f-4c60-b122-7f80f07f89f4":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"082abb67-348b-42ec-9736-9b713f6f3737":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"7502c487-f96c-49fe-9570-d4e8b517d429":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"42080ddf-416a-4904-8050-aa8072fbc28c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/restaurant-menus-showcase-ooi\/1.878.0\/Menus","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/restaurant-menus-showcase-ooi\/1.878.0\/Menus","tpaWidgetId":"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc","appPage":{"id":"Menus","name":"Menus","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"1dc354dc-5ea1-476c-a1b5-fca4c9e9d7aa":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"4b0b39dc-dff6-4ed5-ab66-506be2dd8b50":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"c3c9834e-337d-48c3-9c54-5e5a3642e22c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"56efde65-22b8-45c9-b8c0-34ee6b04e793":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"27e8214d-587e-44be-b65e-46a20730f11a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"f9a48122-4834-4759-93fd-2691cc3e5d30":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"1c1971c6-5498-4a85-a260-e5e6ba7611b3":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"3f10f715-22b6-45ae-aaf0-d92398ffe6f7":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"33b4f1e9-734a-4223-8640-e57a23580471":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"b0548eaf-6c29-49ce-965f-1d1325867604":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"34263026-b3d0-45f9-bd70-983fa1bc46b4":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"e2f7ed4c-dff8-4f47-82f4-d951d5624c42":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"a24f7e42-b8c3-4073-a20d-80e2bababb2a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"93da2654-b903-4245-89a6-8852e4b75697":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"096efab1-9c27-4f1d-b95d-d8a30bb96d78":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"1c87e8db-e1c9-4258-b6c4-a54a4568b1ae":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"9bf25d94-4102-41c8-96d4-73f12fbc19bd":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"306eba77-d5f9-4a68-a788-4f959cd58b88":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":50,"appDefinitionName":"Wix Restaurants Menus (New)","appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","isWixTPA":true,"allowScrolling":false},"9018d9d6-7c9d-4c2b-bbcf-666dc9101174":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"12debf06-f9be-44c0-a88a-3e70516e6a30":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"25fd8df5-5eac-4334-aa72-f11da16db0b2":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"97f84a28-a476-4643-a20b-0739094701ea":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"3a1527b1-da5f-458a-86c2-bbb85f904559":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"67f0fd5a-98a1-4e8c-a871-2fc32595b036":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"07def684-158d-4742-b9f2-4a9d57ffdbe6":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/restaurants-menu-olo-livesite\/1.117.0\/MiniCart","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/restaurants-menu-olo-livesite\/1.117.0\/MiniCart","tpaWidgetId":"07def684-158d-4742-b9f2-4a9d57ffdbe6","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"179be61f-8c73-492b-bd59-3a68160d637b":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"a88fedaa-ee09-4466-9dbf-96b634f7b504":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"e79c15ad-5a5a-4157-bc39-85e291a98a78":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"8ad8f1b5-b637-449a-9ec2-7dc704a3782c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"8bf0c9e2-c2b9-4b17-a3c5-548f2eae1397":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"3ef2c630-279e-40ca-bd7c-b5222c1ccb50":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"86f6a15a-741d-4595-97ef-c92c7f98def0":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"9c1cbd0a-370a-4b24-a70e-d5b01eb8462a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"76137764-e36c-4b79-891e-0709c00c3986":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"7bb9e6da-b8e1-41f9-8120-1a5d71908a28":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"5077609c-e47c-4da6-8147-008d243e4499":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"4a6daa44-4fc7-465b-beb7-8faef4e24b7a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"85b1bee1-dbc6-4b53-a31c-e55e4cfaca12":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"010ccc93-56ea-46a7-b6a6-7693556214a7":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"2d49d023-1787-4ecb-98f7-112e7087efc1":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"16b8f266-8332-4402-b9be-211319e118cc":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"c8bb56a5-886f-43e1-b885-90a85d9af090":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"4ed3dad3-08ae-4c41-a696-2fc970e3bd84":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"3da51d5d-166e-49b2-a4fc-49d9e2015ea2":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"20a943be-f3aa-413e-a20c-5b36dc5d76a9":{"widgetUrl":"\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"a362b160-020e-40ec-a02d-6ca20cee56e9":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"fead24ed-3548-4e05-82f1-dbb76debe567":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"4003cca6-5e9b-439a-8cc2-8d708d1d2ce6":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"Wix Restaurants Orders (New)","appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","isWixTPA":true,"allowScrolling":false},"1b9f60e8-e5d8-4c01-9e1d-d65ad6a822c0":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":53,"appDefinitionName":"Wix Tips","appDefinitionId":"9dd67198-68df-4884-92d5-d38ba59bcae0","isWixTPA":true,"allowScrolling":false},"0fd3d900-f2e7-40cc-b0b3-e3bc449fba5b":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":53,"appDefinitionName":"Wix Tips","appDefinitionId":"9dd67198-68df-4884-92d5-d38ba59bcae0","isWixTPA":true,"allowScrolling":false},"4260e41d-150d-43bb-9495-aedaf4c2c60d":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":53,"appDefinitionName":"Wix Tips","appDefinitionId":"9dd67198-68df-4884-92d5-d38ba59bcae0","isWixTPA":true,"allowScrolling":false},"490939b9-16ea-43a1-a7f4-62ec6994f398":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":53,"appDefinitionName":"Wix Tips","appDefinitionId":"9dd67198-68df-4884-92d5-d38ba59bcae0","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":1470,"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":1470,"appDefinitionName":"Wix Pro Gallery","appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","isWixTPA":true,"allowScrolling":true},"121a27a6-8fda-4a45-b2eb-60bf40299017":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":1470,"appDefinitionName":"Wix Pro Gallery","appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","isWixTPA":true,"allowScrolling":false},"1346fd41-903e-1a57-9057-980eff60156a":{"widgetUrl":"https:\/\/www.powr.io\/plugins\/social-media-icons\/wix_cached_view","mobileUrl":"https:\/\/www.powr.io\/plugins\/social-media-icons\/wix_cached_view","tpaWidgetId":"powr_social_media_icons","appPage":{},"applicationId":5681,"appDefinitionName":"Social Media Icons","appDefinitionId":"1346fcbb-e41e-6d12-ad1b-95ddfe1577d4","isWixTPA":false,"allowScrolling":false},"35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.468.0\/FilesOoi","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.468.0\/FilesOoi","appPage":{"id":"wix_file_share_members_page","name":"Files","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":2,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":6561,"appDefinitionName":"Wix File Share","appDefinitionId":"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9","isWixTPA":true,"allowScrolling":false},"75a32499-b1aa-4dae-8cc2-6e10be7a92de":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.150.0\/FilesOoi","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.150.0\/FilesOoi","tpaWidgetId":"75a32499-b1aa-4dae-8cc2-6e10be7a92de","appPage":{"id":"FilesOoi","name":"FilesOoi","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":6561,"appDefinitionName":"Wix File Share","appDefinitionId":"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9","isWixTPA":true,"allowScrolling":false},"1537b264-0a4d-ca5e-52b9-980bc763d50a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.468.0\/FileShareOoi","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.468.0\/FileShareOoi","appPage":{"id":"wix_file_share_page","name":"File Share","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":6561,"appDefinitionName":"Wix File Share","appDefinitionId":"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9","isWixTPA":true,"allowScrolling":false},"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/my-account-ooi\/1.2587.0\/MyAccount","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/my-account-ooi\/1.2587.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":7113,"appDefinitionName":"Member Account Info","appDefinitionId":"14cffd81-5215-0a7f-22f8-074b0e2401fb","isWixTPA":true,"allowScrolling":false},"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/profile-card-tpa-ooi\/1.2742.0\/ProfileCard","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/profile-card-tpa-ooi\/1.2742.0\/ProfileCard","tpaWidgetId":"profile","appPage":{},"applicationId":7596,"appDefinitionName":"Profile Card","appDefinitionId":"14ce28f7-7eb0-3745-22f8-074b0e2401fb","isWixTPA":true,"allowScrolling":false},"14dbefb9-3b7b-c4e9-53e8-766defd30587":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-about-ooi\/1.2435.0\/Profile","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-about-ooi\/1.2435.0\/Profile","appPage":{"id":"about","name":"Profile","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":8179,"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.54.0\/OoiNotifications","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.54.0\/OoiNotifications","appPage":{"id":"notifications_app","name":"Notifications","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":9177,"appDefinitionName":"Wix Members Area Notifications","appDefinitionId":"14f25924-5664-31b2-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"7ae13e41-6022-46c4-b050-2173272ef12e":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.21.0\/Notifications","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.21.0\/Notifications","tpaWidgetId":"7ae13e41-6022-46c4-b050-2173272ef12e","appPage":{},"applicationId":9177,"appDefinitionName":"Wix Members Area Notifications","appDefinitionId":"14f25924-5664-31b2-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"53283e84-0c7c-4ca5-af93-0337f9f7f674":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.57.0\/OoiNotifications","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.57.0\/OoiNotifications","tpaWidgetId":"53283e84-0c7c-4ca5-af93-0337f9f7f674","appPage":{},"applicationId":9177,"appDefinitionName":"Wix Members Area Notifications","appDefinitionId":"14f25924-5664-31b2-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"14ebe825-b273-0d5f-0fd1-e6293322b83b":{"widgetUrl":"https:\/\/members.wixapps.net\/_api\/members-area\/app\/ff","mobileUrl":"https:\/\/members.wixapps.net\/_api\/members-area\/app\/ff","appPage":{"id":"following_followers","name":"Followers","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":10014,"appDefinitionName":"Followers","appDefinitionId":"14ebe801-d78a-daa9-c9e5-0286a891e46f","isWixTPA":true,"allowScrolling":false},"4c910826-dc3a-42b6-aa89-11e813c3821d":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.17.0\/PreferencesOoi","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.17.0\/PreferencesOoi","tpaWidgetId":"4c910826-dc3a-42b6-aa89-11e813c3821d","appPage":{},"applicationId":10586,"appDefinitionName":"Members Notifications Settings","appDefinitionId":"14f25dc5-6af3-5420-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"14f25dd2-f9b0-edc2-f38e-eded5da094aa":{"widgetUrl":"http:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.17.0\/PreferencesOoi","mobileUrl":"http:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.17.0\/PreferencesOoi","appPage":{"id":"settings","name":"Settings","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":10586,"appDefinitionName":"Members Notifications Settings","appDefinitionId":"14f25dc5-6af3-5420-9568-f9c5ed98c9b1","isWixTPA":true,"allowScrolling":false},"14dbefdd-0f55-0dfe-70a2-79a8fe7ee7b9":{"widgetUrl":"https:\/\/members.wixapps.net\/_api\/members-area\/app\/members","mobileUrl":"https:\/\/members.wixapps.net\/_api\/members-area\/app\/members","appPage":{"id":"all_members","name":"Members","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":11389,"appDefinitionName":"Members","appDefinitionId":"14dbefd2-01b4-fb61-32a7-3abd44da4908","isWixTPA":true,"allowScrolling":false},"14635280-8c8d-5346-b643-691f84f48973":{"widgetUrl":"https:\/\/instafeed.codev.wixapps.net\/ig_business_app\/widget","mobileUrl":"https:\/\/instafeed.codev.wixapps.net\/ig_business_app\/widget","tpaWidgetId":"instagram_feed","appPage":{},"applicationId":13372,"appDefinitionName":"Instagram Feed","appDefinitionId":"14635256-b183-1c71-a4d2-f55179b80e8a","isWixTPA":true,"allowScrolling":false},"136e8e54-a599-3a61-e4cd-14548c1da9d2":{"widgetUrl":"https:\/\/www.powr.io\/plugins\/social-feed\/wix_cached_view","mobileUrl":"https:\/\/www.powr.io\/plugins\/social-feed\/wix_cached_view","tpaWidgetId":"powr_banner_slider","appPage":{},"applicationId":14059,"appDefinitionName":"Social Stream","appDefinitionId":"136e8e3c-0f84-1750-d45a-da6f5d7229f8","isWixTPA":false,"allowScrolling":false},"b29db04a-a8f2-4bfe-bbad-21c99c1054b5":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/subscriptions-tpa\/1.1191.0\/MySubscriptions","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/subscriptions-tpa\/1.1191.0\/MySubscriptions","tpaWidgetId":"","appPage":{"id":"My Subscriptions","name":"My Subscriptions","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":16319,"appDefinitionName":"My Subscriptions","appDefinitionId":"2bef2abe-7abe-43da-889c-53c1500a328c","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":16680,"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.562.0\/MyWallet","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/payments-my-wallet\/1.562.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":17039,"appDefinitionName":"My Wallet","appDefinitionId":"4aebd0cb-fbdb-4da7-b5d1-d05660a30172","isWixTPA":true,"allowScrolling":false},"ce621ecc-c9b6-4e7c-9b95-42ca25993409":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":19141,"appDefinitionName":"Restaurants Tracker app","appDefinitionId":"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767","isWixTPA":true,"allowScrolling":false},"f5cdbb6f-bafe-4374-beca-8f0db78bbc2a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":19141,"appDefinitionName":"Restaurants Tracker app","appDefinitionId":"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767","isWixTPA":true,"allowScrolling":false},"6a045820-e605-408a-ba87-48290252a05b":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":19141,"appDefinitionName":"Restaurants Tracker app","appDefinitionId":"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767","isWixTPA":true,"allowScrolling":false},"d16a7951-e33b-4c04-b8f7-a040df49e700":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":19141,"appDefinitionName":"Restaurants Tracker app","appDefinitionId":"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767","isWixTPA":true,"allowScrolling":false},"2f6c5608-393f-4b15-bfd8-d4e15396787a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":20479,"appDefinitionName":"Member Page","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"5ab312ae-0cf7-4093-bbf5-5e4d3690151c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":20479,"appDefinitionName":"Member Page","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":20479,"appDefinitionName":"Member Page","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":20479,"appDefinitionName":"Member Page","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":20479,"appDefinitionName":"Member Page","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":20479,"appDefinitionName":"Member Page","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"596a6688-3ad7-46f7-bb9c-00023225876d":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":20479,"appDefinitionName":"Member Page","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"50bd2535-0ac5-4e59-b520-c665f3b38be8":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":22174,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"5e950125-a2e4-489f-bb0b-fb30677719e2":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":22174,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"41911f9d-aa42-4111-aafd-bef63e8463e8":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":22174,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"4aa5ffff-4e98-47ce-95fe-3b40a658ced4":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":22174,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"9775dac1-735d-448f-9143-c9c70bd04de4":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":22174,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false}},"appsClientSpecMapData":{"135c3d92-0fea-1f9d-2ba5-2a1dfb04297e":{"applicationId":18,"widgets":{"141995eb-c700-8487-6366-a482f7432e2b":{"widgetUrl":"https:\/\/so-feed.codev.wixapps.net\/widget","widgetId":"141995eb-c700-8487-6366-a482f7432e2b","refreshOnWidthChange":true,"mobileUrl":"https:\/\/so-feed.codev.wixapps.net\/widget","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{},"tpaWidgetId":"shoutout_feed","default":true}},"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.2141.0"},"isWixTPA":true},"1380b703-ce81-ff05-f115-39571d94dfcd":{"applicationId":28,"widgets":{"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-product-page\/1.3562.0\/ProductPage","widgetId":"13a94f09-2766-3c40-4a32-8edb5acdd8bc","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-product-page\/1.3562.0\/ProductPage","appPage":{"id":"product_page","name":"Product Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":2,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/ProductPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/ProductPageViewerWidget.bundle.min.js","useSsrSeo":true,"subPages":[{"key":"wix.stores.sub_pages.product","enumerable":true}],"linkable":true,"viewer":{"errorReporting":{"url":""}},"noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/ProductPageViewerWidgetNoCss.bundle.min.js","isLoadable":true,"ssrCacheExcluded":"false"},"default":false},"0b8ba619-580b-4a3c-912a-2aba1f10763a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/PlatformizedGallery","widgetId":"0b8ba619-580b-4a3c-912a-2aba1f10763a","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/PlatformizedGallery","published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"viewer":{"errorReporting":{"url":""}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/PlatformizedGalleryController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/PlatformizedGalleryViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/PlatformizedGalleryViewerWidget.bundle.min.js","cssPerBreakpoint":true,"ssrCacheExcluded":"true"},"tpaWidgetId":"0b8ba619-580b-4a3c-912a-2aba1f10763a","default":false},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.4692.0\/SideCart","widgetId":"49dbb2d9-d9e5-4605-a147-e926605bf164","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.4692.0\/SideCart","appPage":{"id":"Side Cart","name":"Side Cart","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"mobileSettingsEnabled":true,"linkable":true,"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/SideCartController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/SideCartViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/SideCartViewerWidget.bundle.min.js","ssrCacheExcluded":"true","cssPerBreakpoint":true},"tpaWidgetId":"49dbb2d9-d9e5-4605-a147-e926605bf164","default":false},"14666402-0bc7-b763-e875-e99840d131bd":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/add-to-cart","widgetId":"14666402-0bc7-b763-e875-e99840d131bd","refreshOnWidthChange":true,"mobileUrl":"https:\/\/ecom.wix.com\/storefront\/add-to-cart","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/1865790"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1440.0\/addToCartController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1440.0\/addToCartNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1440.0\/addToCart.bundle.min.js","ssrCacheExcluded":"false"},"tpaWidgetId":"add_to_cart_button","default":false},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/Wishlist","widgetId":"a63a5215-8aa6-42af-96b1-583bfd74cff5","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/Wishlist","appPage":{"id":"wishlist","name":"My Wishlist","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":7,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"linkable":true,"viewer":{"errorReporting":{"url":""}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/WishlistController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/WishlistViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/WishlistViewerWidget.bundle.min.js","cssPerBreakpoint":true,"isLoadable":true,"ssrCacheExcluded":"true"},"default":false},"13afb094-84f9-739f-44fd-78d036adb028":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/GridGallery","widgetId":"13afb094-84f9-739f-44fd-78d036adb028","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/GridGallery","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryController.bundle.min.js","mobileSettingsEnabled":true,"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryViewerWidget.bundle.min.js","useSsrSeo":true,"viewer":{"errorReporting":{"url":""}},"noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryViewerWidgetNoCss.bundle.min.js","cssPerBreakpoint":true,"isLoadable":true,"ssrCacheExcluded":"false"},"tpaWidgetId":"grid_gallery","default":false},"1380bbab-4da3-36b0-efb4-2e0599971d14":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.4692.0\/cart","widgetId":"1380bbab-4da3-36b0-efb4-2e0599971d14","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.4692.0\/cart","appPage":{"id":"shopping_cart","name":"Cart Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":3,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"mobileSettingsEnabled":true,"linkable":true,"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/cartController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/cartViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/cartViewerWidget.bundle.min.js","ssrCacheExcluded":"true","noCssComponentUrlTemplate":"<%=serviceUrl('wixstores-client-cart-ooi', 'cartViewerWidgetNoCss.bundle.min.js')%>"},"default":false},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/SliderGallery","widgetId":"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/SliderGallery","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SliderGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SliderGalleryViewerWidget.bundle.min.js","mobileSettingsEnabled":true,"viewer":{"errorReporting":{"url":""}},"noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SliderGalleryViewerWidgetNoCss.bundle.min.js","cssPerBreakpoint":true,"isLoadable":true,"ssrCacheExcluded":"false"},"tpaWidgetId":"slider_gallery","default":false},"1380bbb4-8df0-fd38-a235-88821cf3f8a4":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-thank-you-page-ooi\/1.3196.0\/thankYouPage","widgetId":"1380bbb4-8df0-fd38-a235-88821cf3f8a4","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-thank-you-page-ooi\/1.3196.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},"published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3196.0\/thankYouPageController.bundle.min.js","iframeWithPlatform":true,"linkable":false,"viewer":{"errorReporting":{"url":""}},"noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3196.0\/thankYouPageViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3196.0\/thankYouPageViewerWidget.bundle.min.js","ssrCacheExcluded":"true","noCssComponentUrlTemplate":"<%=serviceUrl('wixstores-client-thank-you-page-ooi', 'thankYouPageViewerWidgetNoCss.bundle.min.js')%>","ooiInEditor":true},"default":false},"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/order-history","widgetId":"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb","refreshOnWidthChange":true,"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},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"linkable":true},"default":false},"1380bba0-253e-a800-a235-88821cf3f8a4":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/GridGallery","widgetId":"1380bba0-253e-a800-a235-88821cf3f8a4","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/GridGallery","appPage":{"id":"product_gallery","name":"Shop","defaultPage":"","hidden":false,"multiInstanceEnabled":true,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"mobileSettingsEnabled":true,"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryViewerWidget.bundle.min.js","useSsrSeo":true,"minHeightInMobile":340,"linkable":true,"viewer":{"errorReporting":{"url":""}},"noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryViewerWidgetNoCss.bundle.min.js","cssPerBreakpoint":true,"isLoadable":true,"ssrCacheExcluded":"false"},"default":false},"1380bbc4-1485-9d44-4616-92e36b1ead6b":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/cartwidget","widgetId":"1380bbc4-1485-9d44-4616-92e36b1ead6b","refreshOnWidthChange":true,"mobileUrl":"https:\/\/ecom.wix.com\/storefront\/cartwidget","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.1511.0\/CartIconController.bundle.min.js","componentName":"cartWidget","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.1511.0\/CartIconViewerWidget.bundle.min.js","viewer":{"errorReporting":{"url":""}},"noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.1511.0\/CartIconViewerWidgetNoCss.bundle.min.js","ssrCacheExcluded":"true","ooiInEditor":true},"tpaWidgetId":"shopping_cart_icon","default":false},"244576c9-d856-49b9-af14-216071924e3b":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchModalGallery","widgetId":"244576c9-d856-49b9-af14-216071924e3b","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchModalGallery","published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"viewer":{"errorReporting":{"url":""}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchModalGalleryController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchModalGalleryViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchModalGalleryViewerWidget.bundle.min.js","cssPerBreakpoint":true,"isLoadable":true,"ssrCacheExcluded":"true"},"tpaWidgetId":"244576c9-d856-49b9-af14-216071924e3b","default":false},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchResultsPageGallery","widgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchResultsPageGallery","published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"viewer":{"errorReporting":{"url":""}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchResultsPageGalleryController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchResultsPageGalleryViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchResultsPageGalleryViewerWidget.bundle.min.js","cssPerBreakpoint":true,"ssrCacheExcluded":"true"},"tpaWidgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","default":false},"14fd5970-8072-c276-1246-058b79e70c1a":{"widgetUrl":"https:\/\/ecom.wixapps.net\/storefront\/checkout","widgetId":"14fd5970-8072-c276-1246-058b79e70c1a","refreshOnWidthChange":true,"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},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"minHeightInMobile":480,"fullPageDesktopOnly":true,"linkable":true,"controllerUrlTemplate":"<%= serviceUrl('ecom-platform-checkout', 'CheckoutController.bundle.min.js') %>","componentUrlTemplate":"<%= serviceUrl('ecom-platform-checkout', 'CheckoutViewerWidget.bundle.min.js') %>","migratingToOoi":true,"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5073.0\/CheckoutViewerWidget.bundle.min.js","controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5073.0\/CheckoutController.bundle.min.js","outOfIframeData":{"slots":[{"slotRole":"checkout:summary:before","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]},{"slotRole":"checkout:summary:lineItems:after","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]},{"slotRole":"checkout:summary:lineItems:after2","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]},{"slotRole":"checkout:summary:totalsBreakdown:before","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]},{"slotRole":"checkout:summary:after","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]},{"slotRole":"checkout:header","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]},{"slotRole":"checkout:top","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]},{"slotRole":"checkout:steps:deliveryMethod","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]},{"slotRole":"checkout:steps:before","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]},{"slotRole":"checkout:policies:after-1","pluginInterfaces":["DEFAULT","CHECKOUT_WIDGET"]}]},"noCssComponentUrlTemplate":"<%=serviceUrl('ecom-platform-checkout', 'CheckoutViewerWidgetNoCss.bundle.min.js')%>"},"default":false},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"widgetUrl":"\/","widgetId":"4425f8e8-51fb-457b-9123-fdb7b1cef94a","refreshOnWidthChange":true,"appPage":{"id":"Payment Request Page","name":"Payment Request Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":true,"hideFromMenu":true},"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"minHeightInMobile":480,"mobileSettingsEnabled":true,"linkable":true,"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.0\/PaymentRequestController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.0\/PaymentRequestViewerWidget.bundle.min.js","ssrCacheExcluded":"true","fullPageDesktopOnly":true},"tpaWidgetId":"4425f8e8-51fb-457b-9123-fdb7b1cef94a","default":false},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/CategoryPage","widgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5093.0\/CategoryPage","appPage":{"id":"Category Page","name":"Category Page","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"mobileSettingsEnabled":true,"subPages":[{"key":"wix.stores.sub_pages.category","enumerable":true},{"key":"wix.stores.sub_pages.sub_category","enumerable":true}],"linkable":true,"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/CategoryPageController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/CategoryPageViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/CategoryPageViewerWidget.bundle.min.js","cssPerBreakpoint":true,"isLoadable":true,"ssrCacheExcluded":"false"},"tpaWidgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","default":false},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/product-widget-view","widgetId":"13ec3e79-e668-cc0c-2d48-e99d53a213dd","refreshOnWidthChange":true,"mobileUrl":"https:\/\/ecom.wix.com\/storefront\/product-widget-view","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.1994.0\/productWidgetController.bundle.min.js","minHeightInMobile":354,"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.1994.0\/productWidget.bundle.min.js","useSsrSeo":true,"viewer":{"errorReporting":{"url":""}},"noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.1994.0\/productWidgetNoCss.bundle.min.js","ssrCacheExcluded":"false"},"tpaWidgetId":"product_widget","default":false}},"appDefinitionName":"Checkout & Orders","appFields":{"platform":{"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4073.0\/viewerScript.bundle.min.js","editorScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4073.0\/editor.bundle.min.js","baseUrls":{"addToCartBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1440.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.1994.0\/","galleryBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/","productPageBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","wishlistBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-wishlist\/1.2322.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":{}},"routerServiceUrl":"\/_serverless\/wixstores-tpa-router","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}},"migratingToOoi":true},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:serverless.wixstores-tpa-site-structure-service"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.4625.0","installedVersion":"^0.0.0"},"isWixTPA":true},"b9ee3073-2918-4f30-bf31-fb7683632f7a":{"applicationId":43,"widgets":{"48ee78f1-1277-448b-82c0-c5a806948988":{"widgetUrl":"\/","widgetId":"48ee78f1-1277-448b-82c0-c5a806948988","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"allowedForFreeSite":true,"dependencies":[]},"default":false}},"appDefinitionName":"Age Verification Popup","appFields":{"permissionsEnforced":true,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^3.0.0","installedVersion":"^3.0.0"},"isWixTPA":false},"0ae2a363-4587-4d31-8e52-fc39d2e61fb9":{"applicationId":44,"widgets":{"a8c8051a-b0e4-48bc-8aee-24e57d029911":{"widgetUrl":"\/","widgetId":"a8c8051a-b0e4-48bc-8aee-24e57d029911","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"allowedForFreeSite":true,"dependencies":[]},"default":false}},"appDefinitionName":"Age Verification Pro","appFields":{"permissionsEnforced":true,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^2.0.0","installedVersion":"^2.0.0"},"isWixTPA":false},"b278a256-2757-4f19-9313-c05c783bec92":{"applicationId":50,"widgets":{"e48ae222-fde1-457d-ba9b-8dea2a55b6c4":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"e48ae222-fde1-457d-ba9b-8dea2a55b6c4","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"um45e","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"a1fdf2bb-a0d4-453e-80be-3c796d083e36":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"a1fdf2bb-a0d4-453e-80be-3c796d083e36","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"ds0ux","pageJsonFilename":"02837e_c54209093c680f60d2361d919abdeaf9_59.json","blocksVersion":"2.0.0","ssrCacheExcluded":"false","relatedArtifact":"restaurant-menus-showcase-bob","nestedWidgets":"{\"internal\":[\"d123479a-1c05-4aea-9565-4cdcb9ed3d16\",\"3f10f715-22b6-45ae-aaf0-d92398ffe6f7\",\"85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0\",\"ef7cc729-40b5-451b-8079-c94567ec0c1b\",\"096efab1-9c27-4f1d-b95d-d8a30bb96d78\",\"4a9adbd9-4682-47aa-a3cb-970610b0012f\"]}"}},"default":false},"fb101fde-5787-446e-8403-72b153a8d430":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"fb101fde-5787-446e-8403-72b153a8d430","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"hlrvq","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"2b8b1797-18d3-49e6-81c3-ce257c3bb7be":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"2b8b1797-18d3-49e6-81c3-ce257c3bb7be","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"ry4zy","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"4a9adbd9-4682-47aa-a3cb-970610b0012f":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"4a9adbd9-4682-47aa-a3cb-970610b0012f","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"a5w77","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":"{\"internal\":[]}"}},"default":false},"1fd5a21a-f47d-4604-9cab-1cf76d81b231":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"1fd5a21a-f47d-4604-9cab-1cf76d81b231","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"enb56","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"865da96a-c45e-45f9-b590-e88bbdad7c85":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"865da96a-c45e-45f9-b590-e88bbdad7c85","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"p87wv","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"ro5fq","pageJsonFilename":"02837e_d1ee94aad6367691f20d132f5536d7da_59.json","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":"{\"internal\":[\"ef7cc729-40b5-451b-8079-c94567ec0c1b\",\"096efab1-9c27-4f1d-b95d-d8a30bb96d78\"]}"}},"default":false},"335a635e-dcf0-4252-8ad3-955eff19a0c2":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"335a635e-dcf0-4252-8ad3-955eff19a0c2","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"nj6ax","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"3024245a-be3e-4c67-add6-c73e7d3ab15c":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"3024245a-be3e-4c67-add6-c73e7d3ab15c","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"bjqpp","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"7bfe2427-04f9-43b3-8524-07fb7807be5a":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"7bfe2427-04f9-43b3-8524-07fb7807be5a","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"bv3uo","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"a1c26b60-1eac-46f1-9b6d-84280de64369":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"a1c26b60-1eac-46f1-9b6d-84280de64369","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"akwp8","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"a799fd74-b5ae-494a-80cb-258ddd19bf76":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"a799fd74-b5ae-494a-80cb-258ddd19bf76","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"s4dp5","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"adfc8039-dfba-4edb-bd55-e66bbb1c6def":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"adfc8039-dfba-4edb-bd55-e66bbb1c6def","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"n2mst","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"ef7cc729-40b5-451b-8079-c94567ec0c1b":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"ef7cc729-40b5-451b-8079-c94567ec0c1b","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"mjdcr","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":"{\"internal\":[]}"}},"default":false},"a3fba921-2527-4ae6-ac95-12e07d2bf750":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"a3fba921-2527-4ae6-ac95-12e07d2bf750","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"vot7l","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{"internal":["d123479a-1c05-4aea-9565-4cdcb9ed3d16","3f10f715-22b6-45ae-aaf0-d92398ffe6f7","85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0","096efab1-9c27-4f1d-b95d-d8a30bb96d78","ef7cc729-40b5-451b-8079-c94567ec0c1b"]}}},"default":false},"fb7a9142-2b07-45a3-a713-f0255e30a578":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"fb7a9142-2b07-45a3-a713-f0255e30a578","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"ka1e2","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"d123479a-1c05-4aea-9565-4cdcb9ed3d16":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"d123479a-1c05-4aea-9565-4cdcb9ed3d16","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"zqn1n","pageJsonFilename":"02837e_a4337522a16bfc531dbad59b88f9572f_59.json","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":"{\"internal\":[\"3f10f715-22b6-45ae-aaf0-d92398ffe6f7\",\"85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0\",\"ef7cc729-40b5-451b-8079-c94567ec0c1b\",\"096efab1-9c27-4f1d-b95d-d8a30bb96d78\"]}"}},"default":false},"9dcdb78c-b19c-4de7-b5d6-ef00bba83a19":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"9dcdb78c-b19c-4de7-b5d6-ef00bba83a19","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"i0p2o","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"4d5e900f-ad0f-4c60-b122-7f80f07f89f4":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"4d5e900f-ad0f-4c60-b122-7f80f07f89f4","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"hmyr8","pageJsonFilename":"02837e_22fd3883c89ad2f680380ef9b39518da_59.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{"internal":["9bf25d94-4102-41c8-96d4-73f12fbc19bd","85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0"]}}},"default":false},"082abb67-348b-42ec-9736-9b713f6f3737":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"082abb67-348b-42ec-9736-9b713f6f3737","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"rxb24","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"7502c487-f96c-49fe-9570-d4e8b517d429":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"7502c487-f96c-49fe-9570-d4e8b517d429","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"g2n14","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"42080ddf-416a-4904-8050-aa8072fbc28c":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"42080ddf-416a-4904-8050-aa8072fbc28c","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"er9ip","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/restaurant-menus-showcase-ooi\/1.878.0\/Menus","widgetId":"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/restaurant-menus-showcase-ooi\/1.878.0\/Menus","appPage":{"id":"Menus","name":"Menus","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"mobileSettingsEnabled":true,"linkable":true,"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/17329"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-ooi\/1.864.0\/MenusController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-ooi\/1.864.0\/MenusViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-ooi\/1.864.0\/MenusViewerWidget.bundle.min.js","cssPerBreakpoint":true,"ssrCacheExcluded":"false"},"tpaWidgetId":"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc","default":true},"1dc354dc-5ea1-476c-a1b5-fca4c9e9d7aa":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"1dc354dc-5ea1-476c-a1b5-fca4c9e9d7aa","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"o1hli","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"4b0b39dc-dff6-4ed5-ab66-506be2dd8b50":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"4b0b39dc-dff6-4ed5-ab66-506be2dd8b50","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"jl29k","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"c3c9834e-337d-48c3-9c54-5e5a3642e22c":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"c3c9834e-337d-48c3-9c54-5e5a3642e22c","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"mopjr","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"56efde65-22b8-45c9-b8c0-34ee6b04e793":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"56efde65-22b8-45c9-b8c0-34ee6b04e793","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"lo1do","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"27e8214d-587e-44be-b65e-46a20730f11a":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"27e8214d-587e-44be-b65e-46a20730f11a","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"jqr39","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"f9a48122-4834-4759-93fd-2691cc3e5d30":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"f9a48122-4834-4759-93fd-2691cc3e5d30","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"kc49x","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"1c1971c6-5498-4a85-a260-e5e6ba7611b3":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"1c1971c6-5498-4a85-a260-e5e6ba7611b3","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"r7kjh","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"3f10f715-22b6-45ae-aaf0-d92398ffe6f7":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"3f10f715-22b6-45ae-aaf0-d92398ffe6f7","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"b2xx2","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":"{\"internal\":[\"85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0\",\"ef7cc729-40b5-451b-8079-c94567ec0c1b\",\"096efab1-9c27-4f1d-b95d-d8a30bb96d78\"]}"}},"default":false},"33b4f1e9-734a-4223-8640-e57a23580471":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"33b4f1e9-734a-4223-8640-e57a23580471","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"fdxm5","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"b0548eaf-6c29-49ce-965f-1d1325867604":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"b0548eaf-6c29-49ce-965f-1d1325867604","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"uv41a","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"34263026-b3d0-45f9-bd70-983fa1bc46b4":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"34263026-b3d0-45f9-bd70-983fa1bc46b4","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"boxwe","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"e2f7ed4c-dff8-4f47-82f4-d951d5624c42":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"e2f7ed4c-dff8-4f47-82f4-d951d5624c42","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"lc0pc","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{"internal":["096efab1-9c27-4f1d-b95d-d8a30bb96d78","ef7cc729-40b5-451b-8079-c94567ec0c1b"]}}},"default":false},"a24f7e42-b8c3-4073-a20d-80e2bababb2a":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"a24f7e42-b8c3-4073-a20d-80e2bababb2a","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"jv7tz","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"93da2654-b903-4245-89a6-8852e4b75697":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"93da2654-b903-4245-89a6-8852e4b75697","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"ftls8","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"096efab1-9c27-4f1d-b95d-d8a30bb96d78":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"096efab1-9c27-4f1d-b95d-d8a30bb96d78","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"kx4tg","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":"{\"internal\":[]}"}},"default":false},"1c87e8db-e1c9-4258-b6c4-a54a4568b1ae":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"1c87e8db-e1c9-4258-b6c4-a54a4568b1ae","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"xieyf","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"9bf25d94-4102-41c8-96d4-73f12fbc19bd":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"9bf25d94-4102-41c8-96d4-73f12fbc19bd","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"xyzrl","pageJsonFilename":"02837e_1b86fe889297de201d34f6320c23bfac_59.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{"internal":["85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0"]}}},"default":false},"306eba77-d5f9-4a68-a788-4f959cd58b88":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"306eba77-d5f9-4a68-a788-4f959cd58b88","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"dqwqi","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false}},"appDefinitionName":"Wix Restaurants Menus (New)","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=d3ebc742-4310-40c9-8d22-9816b623fc2c&metaSiteId=f528d42c-ce95-4689-8422-f3adb809bfcd&siteRevision=2377","blocks_devSiteUrl":"https:\/\/lotemc9.editorx.io\/l8de7ipnv5ubnnosqi4f","blocks_widgetManifestsUrl":"\/manifests\/b278a256-2757-4f19-9313-c05c783bec92\/2377\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-bob\/1.1470.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-bob\/1.1470.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-bob\/1.1470.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-bob\/1.1470.0\/viewerScript.bundle.min.js","errorReporting":{},"platformOnly":true,"viewer":{"errorReporting":{}},"studio":{"siteHeaderUrl":"55b61908aa98bd345aee80ce2e999bef_r3.json","wixCodeGridId":"dd6aba6d-db45-4375-b861-dca04fef5596","wixCodeInstanceId":"0ef6a444-a1a3-435e-a1d2-ac7f79d12f84"}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:com.wixpress.restaurants.restaurants-menus-menu"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^1.1248.0","installedVersion":"^1.0.0"},"isWixTPA":true},"9a5d83fd-8570-482e-81ab-cfa88942ee60":{"applicationId":52,"widgets":{"9018d9d6-7c9d-4c2b-bbcf-666dc9101174":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"9018d9d6-7c9d-4c2b-bbcf-666dc9101174","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"emrlh","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false},"12debf06-f9be-44c0-a88a-3e70516e6a30":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"12debf06-f9be-44c0-a88a-3e70516e6a30","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"txgvp","pageJsonFilename":"01ecb7_f4401df36007a3bc4c502dc82d1fd750_57.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false},"25fd8df5-5eac-4334-aa72-f11da16db0b2":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"25fd8df5-5eac-4334-aa72-f11da16db0b2","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"zztc8","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"97f84a28-a476-4643-a20b-0739094701ea":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"97f84a28-a476-4643-a20b-0739094701ea","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"xah9m","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[\"76137764-e36c-4b79-891e-0709c00c3986\"]}"}},"default":false},"3a1527b1-da5f-458a-86c2-bbb85f904559":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"3a1527b1-da5f-458a-86c2-bbb85f904559","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"vwep7","pageJsonFilename":"01ecb7_ce9e6532afc49f24b565803313a151a0_57.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[\"12debf06-f9be-44c0-a88a-3e70516e6a30\"]}"}},"default":false},"67f0fd5a-98a1-4e8c-a871-2fc32595b036":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"67f0fd5a-98a1-4e8c-a871-2fc32595b036","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"umijd","pageJsonFilename":"01ecb7_41d7c5ee487162030e460f2ec0a14558_57.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false},"07def684-158d-4742-b9f2-4a9d57ffdbe6":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/restaurants-menu-olo-livesite\/1.117.0\/MiniCart","widgetId":"07def684-158d-4742-b9f2-4a9d57ffdbe6","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/restaurants-menu-olo-livesite\/1.117.0\/MiniCart","published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"viewer":{"errorReporting":{"url":""}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/restaurants-menu-olo-livesite\/1.117.0\/MiniCartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/restaurants-menu-olo-livesite\/1.117.0\/MiniCartViewerWidget.bundle.min.js","ssrCacheExcluded":"true"},"tpaWidgetId":"07def684-158d-4742-b9f2-4a9d57ffdbe6","default":false},"179be61f-8c73-492b-bd59-3a68160d637b":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"179be61f-8c73-492b-bd59-3a68160d637b","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"vt0kt","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"a88fedaa-ee09-4466-9dbf-96b634f7b504":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"a88fedaa-ee09-4466-9dbf-96b634f7b504","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"h7lco","pageJsonFilename":"01ecb7_f2dce19a8a0ac628c6221ad70cc4ba6b_57.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[\"9018d9d6-7c9d-4c2b-bbcf-666dc9101174\"]}"}},"default":false},"e79c15ad-5a5a-4157-bc39-85e291a98a78":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"e79c15ad-5a5a-4157-bc39-85e291a98a78","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"hfole","pageJsonFilename":"01ecb7_7a58d81c769f9c0e7c37b14064c56ebd_133.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"8ad8f1b5-b637-449a-9ec2-7dc704a3782c":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"8ad8f1b5-b637-449a-9ec2-7dc704a3782c","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"mlxan","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[\"9018d9d6-7c9d-4c2b-bbcf-666dc9101174\"]}"}},"default":false},"8bf0c9e2-c2b9-4b17-a3c5-548f2eae1397":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"8bf0c9e2-c2b9-4b17-a3c5-548f2eae1397","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"u7x2a","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false"}},"default":false},"3ef2c630-279e-40ca-bd7c-b5222c1ccb50":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"3ef2c630-279e-40ca-bd7c-b5222c1ccb50","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"f1t91","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false},"86f6a15a-741d-4595-97ef-c92c7f98def0":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"86f6a15a-741d-4595-97ef-c92c7f98def0","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"ab12h","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false"}},"default":false},"9c1cbd0a-370a-4b24-a70e-d5b01eb8462a":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"9c1cbd0a-370a-4b24-a70e-d5b01eb8462a","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"tiemz","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false},"76137764-e36c-4b79-891e-0709c00c3986":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"76137764-e36c-4b79-891e-0709c00c3986","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"qunj4","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false},"7bb9e6da-b8e1-41f9-8120-1a5d71908a28":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"7bb9e6da-b8e1-41f9-8120-1a5d71908a28","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"aiq3o","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false},"5077609c-e47c-4da6-8147-008d243e4499":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"5077609c-e47c-4da6-8147-008d243e4499","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"ups3j","pageJsonFilename":"01ecb7_6fe6b7276b9b9eb823b32b5caa1ad9cc_57.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","relatedArtifact":"restaurants-orders-bob","nestedWidgets":"{\"internal\":[\"a88fedaa-ee09-4466-9dbf-96b634f7b504\",\"9018d9d6-7c9d-4c2b-bbcf-666dc9101174\",\"16b8f266-8332-4402-b9be-211319e118cc\",\"3a1527b1-da5f-458a-86c2-bbb85f904559\",\"12debf06-f9be-44c0-a88a-3e70516e6a30\",\"67f0fd5a-98a1-4e8c-a871-2fc32595b036\",\"4003cca6-5e9b-439a-8cc2-8d708d1d2ce6\",\"3ef2c630-279e-40ca-bd7c-b5222c1ccb50\"]}"}},"default":false},"4a6daa44-4fc7-465b-beb7-8faef4e24b7a":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"4a6daa44-4fc7-465b-beb7-8faef4e24b7a","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"l7gt8","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"85b1bee1-dbc6-4b53-a31c-e55e4cfaca12":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"85b1bee1-dbc6-4b53-a31c-e55e4cfaca12","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"fq7bb","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false},"010ccc93-56ea-46a7-b6a6-7693556214a7":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"010ccc93-56ea-46a7-b6a6-7693556214a7","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"bg1de","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false"}},"default":false},"2d49d023-1787-4ecb-98f7-112e7087efc1":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"2d49d023-1787-4ecb-98f7-112e7087efc1","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"y4546","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"16b8f266-8332-4402-b9be-211319e118cc":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"16b8f266-8332-4402-b9be-211319e118cc","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"lj4wo","pageJsonFilename":"01ecb7_c504e6c498ce41f981162657322dd5ba_57.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[\"3a1527b1-da5f-458a-86c2-bbb85f904559\",\"12debf06-f9be-44c0-a88a-3e70516e6a30\"]}"}},"default":false},"c8bb56a5-886f-43e1-b885-90a85d9af090":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"c8bb56a5-886f-43e1-b885-90a85d9af090","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"xrcj4","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"4ed3dad3-08ae-4c41-a696-2fc970e3bd84":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"4ed3dad3-08ae-4c41-a696-2fc970e3bd84","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"rwtw2","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false"}},"default":false},"3da51d5d-166e-49b2-a4fc-49d9e2015ea2":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"3da51d5d-166e-49b2-a4fc-49d9e2015ea2","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"etd93","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{"internal":["9018d9d6-7c9d-4c2b-bbcf-666dc9101174"]}}},"default":false},"20a943be-f3aa-413e-a20c-5b36dc5d76a9":{"widgetUrl":"\/","widgetId":"20a943be-f3aa-413e-a20c-5b36dc5d76a9","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"veloCustomCss":{"gridId":"9c57b5c1-acc5-4da1-a9b2-335e58e31927","filePath":"styles\/widget.css"}},"default":false},"a362b160-020e-40ec-a02d-6ca20cee56e9":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"a362b160-020e-40ec-a02d-6ca20cee56e9","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"by6cq","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[\"9018d9d6-7c9d-4c2b-bbcf-666dc9101174\"]}"}},"default":false},"fead24ed-3548-4e05-82f1-dbb76debe567":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"fead24ed-3548-4e05-82f1-dbb76debe567","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"nexrx","pageJsonFilename":"01ecb7_3f3447be024bf10d42d1a5f71b912d23_57.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false},"4003cca6-5e9b-439a-8cc2-8d708d1d2ce6":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"4003cca6-5e9b-439a-8cc2-8d708d1d2ce6","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"izs55","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":"{\"internal\":[]}"}},"default":false}},"appDefinitionName":"Wix Restaurants Orders (New)","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=8d41eb44-b3ed-4a5a-838f-4482b49d6cdc&metaSiteId=6f883610-24f0-4d69-91af-3e7c5289954f&siteRevision=3691","blocks_devSiteUrl":"https:\/\/levv52.editorx.io\/7tdjpcayrwkoz4y6ilm0","blocks_widgetManifestsUrl":"\/manifests\/9a5d83fd-8570-482e-81ab-cfa88942ee60\/3691\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurants-orders-bob\/1.1568.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurants-orders-bob\/1.1585.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/restaurants-orders-bob\/1.1568.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/restaurants-orders-bob\/1.1568.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/[email protected]\/4666"},"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/4666"}},"studio":{"siteHeaderUrl":"39b46e30066c9b2c77fd2bf44d9df7a2_r3.json","wixCodeGridId":"b1b3eb01-3603-4ff2-a25d-197aea3ab100","wixCodeInstanceId":"aa1ef6a5-5de6-4cd0-ab69-97d0ed9a2386"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^3.1789.0","installedVersion":"^3.0.0"},"isWixTPA":true},"9dd67198-68df-4884-92d5-d38ba59bcae0":{"applicationId":53,"widgets":{"1b9f60e8-e5d8-4c01-9e1d-d65ad6a822c0":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"1b9f60e8-e5d8-4c01-9e1d-d65ad6a822c0","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"pufxo","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"0fd3d900-f2e7-40cc-b0b3-e3bc449fba5b":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"0fd3d900-f2e7-40cc-b0b3-e3bc449fba5b","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"lks1m","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"4260e41d-150d-43bb-9495-aedaf4c2c60d":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"4260e41d-150d-43bb-9495-aedaf4c2c60d","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"ikpvn","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"490939b9-16ea-43a1-a7f4-62ec6994f398":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"490939b9-16ea-43a1-a7f4-62ec6994f398","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"x9mwh","pageJsonFilename":"8a434d_14452f21312f26a59e2e591d070ca414_124.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","relatedArtifact":"wix-tips-storefront-blocks","nestedWidgets":{}}},"default":false}},"appDefinitionName":"Wix Tips","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=ebc0953e-cf95-4dd4-a75f-0b0b11e54692&metaSiteId=e871dc6d-db08-4bc6-b3bc-399da4eb89ce&siteRevision=306","blocks_devSiteUrl":"https:\/\/yuvalz3.editorx.io\/89zfshz7r9eantj7q72a","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/wix-tips-storefront-blocks\/1.148.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/wix-tips-storefront-blocks\/1.148.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/wix-tips-storefront-blocks\/1.148.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('wix-tips-storefront-blocks', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wix-tips-storefront-blocks\/1.148.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/[email protected]\/4876"},"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/4876"}},"studio":{"siteHeaderUrl":"6ab084757f9ab96f578541f9a46bb69b_r3.json","wixCodeGridId":"47a456da-cc68-4084-81ce-ab76ebbdb2d8","wixCodeInstanceId":"7ab6b382-5bd0-47c0-934d-10edb5385f3d"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^2.0.0"},"isWixTPA":true},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"applicationId":1470,"widgets":{"142bb34d-3439-576a-7118-683e690a1e0d":{"widgetUrl":"https:\/\/progallery.wixapps.net\/gallery.html","widgetId":"142bb34d-3439-576a-7118-683e690a1e0d","refreshOnWidthChange":true,"mobileUrl":"https:\/\/progallery.wixapps.net\/gallery.html","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"mobileSettingsEnabled":true,"useSsrSeo":true,"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/3427"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1325.0\/WixProGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1325.0\/WixProGalleryViewerWidget.bundle.min.js","ssrCacheExcluded":"false","isLoadable":true},"tpaWidgetId":"pro-gallery","default":false},"144f04b9-aab4-fde7-179b-780c11da4f46":{"widgetUrl":"https:\/\/progallery.wixapps.net\/fullscreen","widgetId":"144f04b9-aab4-fde7-179b-780c11da4f46","refreshOnWidthChange":true,"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},"published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":true,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"useSsrSeo":true,"linkable":true},"default":false},"121a27a6-8fda-4a45-b2eb-60bf40299017":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"121a27a6-8fda-4a45-b2eb-60bf40299017","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"myzur","pageJsonFilename":"60cca8_1187b22ad1b74be9c211069460329a2b_8.json","blocksVersion":"2.0.0","ssrCacheExcluded":"true","relatedArtifact":"pro-gallery-tpa","nestedWidgets":"{\"internal\":[]}"}},"default":false}},"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.1325.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.1325.0\/editorScript.bundle.min.js","docking":{"desktop":{},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1325.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/[email protected]\/3427"},"width":{"desktop":{},"tablet":{},"mobile":{}},"shouldCloneDataPerComponent":true,"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/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.943.0"},"isWixTPA":true},"1346fcbb-e41e-6d12-ad1b-95ddfe1577d4":{"applicationId":5681,"widgets":{"1346fd41-903e-1a57-9057-980eff60156a":{"widgetUrl":"https:\/\/www.powr.io\/plugins\/social-media-icons\/wix_cached_view","widgetId":"1346fd41-903e-1a57-9057-980eff60156a","refreshOnWidthChange":true,"mobileUrl":"https:\/\/www.powr.io\/plugins\/social-media-icons\/wix_cached_view","published":true,"mobilePublished":true,"seoEnabled":true,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{},"tpaWidgetId":"powr_social_media_icons","default":true}},"appDefinitionName":"Social Media Icons","appFields":{"featuresForNewPackagePicker":[],"packagePickerV2":[{"model":{"features":[{"description":"Remove the POWr logo from your Social Media Icons.","name":"No POWr Logo","id":"7a766c1f-d9c1-4ab0-8c8b-9b9fb2cf8368"},{"description":"The number of social media icons you can add to your site.","name":"Number of Icons","id":"e18861b3-f1e6-4d93-b6da-5fc280e7ef05"},{"description":"Add your own custom icons with custom links.","name":"Custom Icons","id":"3b6ae5db-f3aa-45ae-ae98-be92671a0c52"},{"description":"Add animations to your icons, like 'glow' or 'grow', to get more clicks.","name":"'Get more clicks' animations","id":"f5088c49-a6db-4e9d-a1a5-7f0d41f86077"}],"isExternalPricing":false,"languageCode":"en","isInAppPurchase":false,"freeTrialDays":0,"plans":[{"name":"Starter","vendorId":"premium","featureList":{"7a766c1f-d9c1-4ab0-8c8b-9b9fb2cf8368":"","e18861b3-f1e6-4d93-b6da-5fc280e7ef05":"4"},"id":"3ed06117-5d23-4608-8e10-c89763299ff8","mostPopular":false,"billing":{"oneTimePrice":0,"yearlyDiscountPercent":11,"monthlyPrice":2.9900000095367,"yearlyPrice":2.6700000762939}},{"name":"Pro","vendorId":"Pro","featureList":{"3b6ae5db-f3aa-45ae-ae98-be92671a0c52":"","7a766c1f-d9c1-4ab0-8c8b-9b9fb2cf8368":"","f5088c49-a6db-4e9d-a1a5-7f0d41f86077":"","e18861b3-f1e6-4d93-b6da-5fc280e7ef05":"10"},"id":"6602e8c7-81c8-4355-8683-0ab5ef1c3541","mostPopular":true,"billing":{"oneTimePrice":0,"yearlyDiscountPercent":30,"monthlyPrice":5.9899997711182,"yearlyPrice":4.1900000572205}},{"name":"Business","vendorId":"business","featureList":{"3b6ae5db-f3aa-45ae-ae98-be92671a0c52":"","7a766c1f-d9c1-4ab0-8c8b-9b9fb2cf8368":"","f5088c49-a6db-4e9d-a1a5-7f0d41f86077":"","e18861b3-f1e6-4d93-b6da-5fc280e7ef05":"Unlimited"},"id":"ce074605-096c-4b2e-808b-b9cc252e0a05","mostPopular":false,"billing":{"oneTimePrice":0,"yearlyDiscountPercent":30,"monthlyPrice":9.9899997711182,"yearlyPrice":6.9899997711182}}],"businessModel":"PREMIUM"},"appId":"22894ad1-0063-4bef-81ae-b007a8280753","languageCode":"en"}],"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.0.0","installedVersion":"^0.0.0"},"isWixTPA":false},"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9":{"applicationId":6561,"widgets":{"35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.468.0\/FilesOoi","widgetId":"35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.468.0\/FilesOoi","appPage":{"id":"wix_file_share_members_page","name":"Files","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":2,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"linkable":true,"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/5578"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FilesOoiController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FilesOoiViewerWidgetNoCss.bundle.min.js","componentUrlTemplate":"<%= serviceUrl('file-share-ooi', 'FilesOoiViewerWidget.bundle.min.js') %>","componentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FilesOoiViewerWidget.bundle.min.js","controllerUrlTemplate":"<%= serviceUrl('file-share-ooi', 'FilesOoiController.bundle.min.js') %>","cssPerBreakpoint":true,"ssrCacheExcluded":"true","migratingToOoi":true,"ooiInEditor":true},"default":false},"75a32499-b1aa-4dae-8cc2-6e10be7a92de":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.150.0\/FilesOoi","widgetId":"75a32499-b1aa-4dae-8cc2-6e10be7a92de","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.150.0\/FilesOoi","appPage":{"id":"FilesOoi","name":"FilesOoi","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"linkable":true,"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/5578"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.150.0\/FilesOoiController.bundle.min.js","componentUrlTemplate":"<%= serviceUrl('file-share-ooi', 'FilesOoiViewerWidget.bundle.min.js') %>","componentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.150.0\/FilesOoiViewerWidget.bundle.min.js","controllerUrlTemplate":"<%= serviceUrl('file-share-ooi', 'FilesOoiController.bundle.min.js') %>","ssrCacheExcluded":"true"},"tpaWidgetId":"75a32499-b1aa-4dae-8cc2-6e10be7a92de","default":false},"1537b264-0a4d-ca5e-52b9-980bc763d50a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.468.0\/FileShareOoi","widgetId":"1537b264-0a4d-ca5e-52b9-980bc763d50a","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/file-share-ooi\/1.468.0\/FileShareOoi","appPage":{"id":"wix_file_share_page","name":"File Share","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"useSsrSeo":true,"linkable":true,"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/5578"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FileShareOoiController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FileShareOoiViewerWidgetNoCss.bundle.min.js","componentUrlTemplate":"<%= serviceUrl('file-share-ooi', 'FileShareOoiViewerWidget.bundle.min.js') %>","componentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FileShareOoiViewerWidget.bundle.min.js","controllerUrlTemplate":"<%= serviceUrl('file-share-ooi', 'FileShareOoiController.bundle.min.js') %>","ssrCacheExcluded":"true","migratingToOoi":true,"ooiInEditor":true},"default":true}},"appDefinitionName":"Wix File Share","appFields":{"platform":{"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/editorScript.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":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/viewerScript.bundle.min.js"},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.130.0","installedVersion":"^0.0.0","outOfIframeData":{"ssrCacheExcluded":true}},"isWixTPA":true},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"applicationId":7113,"widgets":{"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/my-account-ooi\/1.2587.0\/MyAccount","widgetId":"14dd1af6-3e02-63db-0ef2-72fbc7cc3136","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/my-account-ooi\/1.2587.0\/MyAccount","appPage":{"id":"member_info","name":"My Account","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"mobileSettingsEnabled":true,"linkable":true,"viewer":{"errorReporting":{"url":""}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/MyAccountController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/MyAccountViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/MyAccountViewerWidget.bundle.min.js","ssrCacheExcluded":"true","noCssComponentUrlTemplate":"<%= serviceUrl('my-account-ooi', 'MyAccountViewerWidgetNoCss.bundle.min.js') %>","isLoadable":true,"cssPerBreakpoint":true},"default":true}},"appDefinitionName":"Member Account Info","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.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.2587.0\/editorScript.bundle.min.js","docking":{"desktop":{},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/viewerScript.bundle.min.js","errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.207.0"},"isWixTPA":true},"14ce28f7-7eb0-3745-22f8-074b0e2401fb":{"applicationId":7596,"widgets":{"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/profile-card-tpa-ooi\/1.2742.0\/ProfileCard","widgetId":"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/profile-card-tpa-ooi\/1.2742.0\/ProfileCard","published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"mobileSettingsEnabled":true,"controllerUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/ProfileCardController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/ProfileCardViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/ProfileCardViewerWidget.bundle.min.js","ssrCacheExcluded":"false","cssPerBreakpoint":true,"isLoadable":true,"noCssComponentUrlTemplate":"<%= serviceUrl('profile-card-tpa-ooi', 'ProfileCardViewerWidgetNoCss.bundle.min.js') %>"},"tpaWidgetId":"profile","default":true}},"appDefinitionName":"Profile Card","appFields":{"platform":{"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/editorScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.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":{}},"docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/viewerScript.bundle.min.js","errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.235.0"},"isWixTPA":true},"14dbef06-cc42-5583-32a7-3abd44da4908":{"applicationId":8179,"widgets":{"14dbefb9-3b7b-c4e9-53e8-766defd30587":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-about-ooi\/1.2435.0\/Profile","widgetId":"14dbefb9-3b7b-c4e9-53e8-766defd30587","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-about-ooi\/1.2435.0\/Profile","appPage":{"id":"about","name":"Profile","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"minHeightInMobile":0,"mobileSettingsEnabled":true,"linkable":true,"viewer":{"errorReporting":{"url":""}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/ProfileController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/ProfileViewerWidgetNoCss.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/ProfileViewerWidget.bundle.min.js","ssrCacheExcluded":"false","isLoadable":true,"shouldLoadServerZip":true,"chunkLoadingGlobal":"webpackJsonp__wix_members_about_ooi","cssPerBreakpoint":true,"noCssComponentUrlTemplate":"<%= serviceUrl('members-about-ooi', 'ProfileViewerWidgetNoCss.bundle.min.js') %>"},"default":true}},"appDefinitionName":"Members About","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.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.2435.0\/editorScript.bundle.min.js","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/viewerScript.bundle.min.js","errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.173.0"},"isWixTPA":true},"14f25924-5664-31b2-9568-f9c5ed98c9b1":{"applicationId":9177,"widgets":{"14f2595a-a352-3ff1-9b3c-4d21861fe58f":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.54.0\/OoiNotifications","widgetId":"14f2595a-a352-3ff1-9b3c-4d21861fe58f","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.54.0\/OoiNotifications","appPage":{"id":"notifications_app","name":"Notifications","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"minHeightInMobile":0,"linkable":true,"migratingToOoi":true,"ooiInEditor":true,"componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.54.0\/OoiNotificationsViewerWidget.bundle.min.js","controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.54.0\/OoiNotificationsController.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.54.0\/OoiNotificationsViewerWidget.bundle.min.js"},"default":true},"7ae13e41-6022-46c4-b050-2173272ef12e":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.21.0\/Notifications","widgetId":"7ae13e41-6022-46c4-b050-2173272ef12e","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.21.0\/Notifications","published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/5803"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.21.0\/NotificationsController.bundle.min.js","componentUrlTemplate":"<%= serviceUrl('members-area-notifications', 'NotificationsViewerWidget.bundle.min.js') %>","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.21.0\/NotificationsViewerWidget.bundle.min.js","controllerUrlTemplate":"<%= serviceUrl('members-area-notifications', 'NotificationsController.bundle.min.js') %>","ssrCacheExcluded":"false"},"tpaWidgetId":"7ae13e41-6022-46c4-b050-2173272ef12e","default":true},"53283e84-0c7c-4ca5-af93-0337f9f7f674":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.57.0\/OoiNotifications","widgetId":"53283e84-0c7c-4ca5-af93-0337f9f7f674","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications\/1.57.0\/OoiNotifications","published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/5803"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0\/OoiNotificationsController.bundle.min.js","componentUrlTemplate":"<%= serviceUrl('members-area-notifications', 'OoiNotificationsViewerWidget.bundle.min.js') %>","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0\/OoiNotificationsViewerWidget.bundle.min.js","controllerUrlTemplate":"<%= serviceUrl('members-area-notifications', 'OoiNotificationsController.bundle.min.js') %>","ssrCacheExcluded":"false"},"tpaWidgetId":"53283e84-0c7c-4ca5-af93-0337f9f7f674","default":true}},"appDefinitionName":"Wix Members Area Notifications","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.54.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('members-area-notifications', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.54.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/[email protected]\/5803"},"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/5803"}},"ooiInEditor":true,"migratingToOoi":true},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.11.0"},"isWixTPA":true},"14ebe801-d78a-daa9-c9e5-0286a891e46f":{"applicationId":10014,"widgets":{"14ebe825-b273-0d5f-0fd1-e6293322b83b":{"widgetUrl":"https:\/\/members.wixapps.net\/_api\/members-area\/app\/ff","widgetId":"14ebe825-b273-0d5f-0fd1-e6293322b83b","refreshOnWidthChange":true,"mobileUrl":"https:\/\/members.wixapps.net\/_api\/members-area\/app\/ff","appPage":{"id":"following_followers","name":"Followers","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"minHeightInMobile":0,"linkable":true},"default":true}},"appDefinitionName":"Followers","appFields":{"platform":{"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-area-app-editor-script\/1.457.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.22.0"},"isWixTPA":true},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"applicationId":10586,"widgets":{"4c910826-dc3a-42b6-aa89-11e813c3821d":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.17.0\/PreferencesOoi","widgetId":"4c910826-dc3a-42b6-aa89-11e813c3821d","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.17.0\/PreferencesOoi","published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/6142"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiController.bundle.min.js","componentUrlTemplate":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiViewerWidget.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiViewerWidget.bundle.min.js","controllerUrlTemplate":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiController.bundle.min.js","ssrCacheExcluded":"false"},"tpaWidgetId":"4c910826-dc3a-42b6-aa89-11e813c3821d","default":true},"14f25dd2-f9b0-edc2-f38e-eded5da094aa":{"widgetUrl":"http:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.17.0\/PreferencesOoi","widgetId":"14f25dd2-f9b0-edc2-f38e-eded5da094aa","refreshOnWidthChange":true,"mobileUrl":"http:\/\/editor.wixapps.net\/render\/prod\/editor\/members-area-notifications-preferences\/1.17.0\/PreferencesOoi","appPage":{"id":"settings","name":"Settings","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"linkable":true,"ooiInEditor":true,"migratingToOoi":true,"componentUrlTemplate":"<%= serviceUrl('members-area-notifications-preferences', 'PreferencesOoiViewerWidget.bundle.min.js') %>","controllerUrlTemplate":"<%= serviceUrl('members-area-notifications-preferences', 'PreferencesOoiController.bundle.min.js') %>","controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiViewerWidget.bundle.min.js"},"default":true}},"appDefinitionName":"Members Notifications Settings","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/viewerScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/[email protected]\/6097"},"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/6097"}},"ooiInEditor":true,"migratingToOoi":true},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.5.0"},"isWixTPA":true},"14dbefd2-01b4-fb61-32a7-3abd44da4908":{"applicationId":11389,"widgets":{"14dbefdd-0f55-0dfe-70a2-79a8fe7ee7b9":{"widgetUrl":"https:\/\/members.wixapps.net\/_api\/members-area\/app\/members","widgetId":"14dbefdd-0f55-0dfe-70a2-79a8fe7ee7b9","refreshOnWidthChange":true,"mobileUrl":"https:\/\/members.wixapps.net\/_api\/members-area\/app\/members","appPage":{"id":"all_members","name":"Members","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"minHeightInMobile":0,"linkable":true},"default":true}},"appDefinitionName":"Members","appFields":{"platform":{"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-area-app-editor-script\/1.602.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.0.0"},"isWixTPA":true},"14635256-b183-1c71-a4d2-f55179b80e8a":{"applicationId":13372,"widgets":{"14635280-8c8d-5346-b643-691f84f48973":{"widgetUrl":"https:\/\/instafeed.codev.wixapps.net\/ig_business_app\/widget","widgetId":"14635280-8c8d-5346-b643-691f84f48973","refreshOnWidthChange":true,"mobileUrl":"https:\/\/instafeed.codev.wixapps.net\/ig_business_app\/widget","published":false,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"mobileSettingsEnabled":true},"tpaWidgetId":"instagram_feed","default":false}},"appDefinitionName":"Instagram Feed","appFields":{"excludeFromAutoRevoke":true,"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^1.0.0"},"isWixTPA":true},"136e8e3c-0f84-1750-d45a-da6f5d7229f8":{"applicationId":14059,"widgets":{"136e8e54-a599-3a61-e4cd-14548c1da9d2":{"widgetUrl":"https:\/\/www.powr.io\/plugins\/social-feed\/wix_cached_view","widgetId":"136e8e54-a599-3a61-e4cd-14548c1da9d2","refreshOnWidthChange":true,"mobileUrl":"https:\/\/www.powr.io\/plugins\/social-feed\/wix_cached_view","published":true,"mobilePublished":true,"seoEnabled":true,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{},"tpaWidgetId":"powr_banner_slider","default":true}},"appDefinitionName":"Social Stream","appFields":{"featuresForNewPackagePicker":[],"packagePickerV2":[{"model":{"features":[{"description":"Remove the POWr logo from the bottom of your Social Feed","name":"No POWr Logo","id":"35e5e9dd-7e87-4619-839f-2a15e0bb43b7"},{"description":"The number of different Social Streams you can add to one website.","name":"Number of Streams","id":"d81a8679-b0e9-444a-ae70-4a67d715c30b"},{"description":"The amount of time before your Social Stream is updated with new posts.","name":"Content Updates","id":"f64eccfd-d916-43c5-9c4a-55d85c68c5ed"},{"description":"The number of handles and\/or hashtags you can follow in one Social Stream.","name":"Accounts\/Hashtags Per Stream","id":"41efcd19-c307-4e4b-9101-c141f82b3f03"},{"description":"The maximum number of posts you can display in one Social Stream.","name":"Posts Per Account","id":"0e4c2154-e024-4a70-988b-7beb424c1519"},{"description":"Add social sharing buttons to your images or videos so visitors can share them on social media.","name":"Shareable Entries","id":"fc4a28c8-f76b-4783-91a3-532700089cc2"},{"description":"Manually approve posts before they appear on your stream and delete any unwanted posts.","name":"Manual Approval","id":"f251a052-01aa-4c78-925b-75eb416229f6"}],"isExternalPricing":false,"languageCode":"en","isInAppPurchase":false,"freeTrialDays":0,"plans":[{"name":"Starter","vendorId":"premium","featureList":{"0e4c2154-e024-4a70-988b-7beb424c1519":"12","35e5e9dd-7e87-4619-839f-2a15e0bb43b7":"","41efcd19-c307-4e4b-9101-c141f82b3f03":"2","d81a8679-b0e9-444a-ae70-4a67d715c30b":"2","f64eccfd-d916-43c5-9c4a-55d85c68c5ed":"12 Hours"},"id":"70ed5d0d-f8b4-42f1-9287-ae85644af312","mostPopular":false,"billing":{"oneTimePrice":0,"yearlyDiscountPercent":10,"monthlyPrice":3.9900000095367,"yearlyPrice":3.5799999237061}},{"name":"Pro","vendorId":"pro","featureList":{"0e4c2154-e024-4a70-988b-7beb424c1519":"20","fc4a28c8-f76b-4783-91a3-532700089cc2":"","35e5e9dd-7e87-4619-839f-2a15e0bb43b7":"","41efcd19-c307-4e4b-9101-c141f82b3f03":"4","d81a8679-b0e9-444a-ae70-4a67d715c30b":"5","f64eccfd-d916-43c5-9c4a-55d85c68c5ed":"3 Hours"},"id":"fbb76cdf-3eab-4c3c-9dec-0a259ff93c83","mostPopular":true,"billing":{"oneTimePrice":0,"yearlyDiscountPercent":30,"monthlyPrice":11.069999694824,"yearlyPrice":7.75}},{"name":"Business","vendorId":"enterprise","featureList":{"0e4c2154-e024-4a70-988b-7beb424c1519":"50","fc4a28c8-f76b-4783-91a3-532700089cc2":"","35e5e9dd-7e87-4619-839f-2a15e0bb43b7":"","41efcd19-c307-4e4b-9101-c141f82b3f03":"15","d81a8679-b0e9-444a-ae70-4a67d715c30b":"Unlimited","f251a052-01aa-4c78-925b-75eb416229f6":"","f64eccfd-d916-43c5-9c4a-55d85c68c5ed":"20 Minutes"},"id":"73eed1ba-9e61-4fea-a24c-b5acdb41286c","mostPopular":false,"billing":{"oneTimePrice":0,"yearlyDiscountPercent":17,"monthlyPrice":15.989999771118,"yearlyPrice":13.199999809265}}],"businessModel":"FREEMIUM"},"appId":"e7fa3a01-ea5b-4963-a1f7-ceb25dc8c2fa","languageCode":"en"}],"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.0.0","installedVersion":"^0.0.0"},"isWixTPA":false},"2bef2abe-7abe-43da-889c-53c1500a328c":{"applicationId":16319,"widgets":{"b29db04a-a8f2-4bfe-bbad-21c99c1054b5":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/subscriptions-tpa\/1.1191.0\/MySubscriptions","widgetId":"b29db04a-a8f2-4bfe-bbad-21c99c1054b5","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/subscriptions-tpa\/1.1191.0\/MySubscriptions","appPage":{"id":"My Subscriptions","name":"My Subscriptions","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"linkable":true,"viewer":{"errorReporting":{"url":""}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/MySubscriptionsController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/MySubscriptionsViewerWidget.bundle.min.js","ssrCacheExcluded":"true"},"tpaWidgetId":"","default":true}},"appDefinitionName":"My Subscriptions","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.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\/subscriptions-tpa\/1.1191.0\/editorScript.bundle.min.js","docking":{"desktop":{},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/viewerScript.bundle.min.js","errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.132.0"},"isWixTPA":true},"1505b775-e885-eb1b-b665-1e485d9bf90e":{"applicationId":16680,"widgets":{"151290e1-62a2-0775-6fbc-02182fad5dec":{"widgetUrl":"https:\/\/addresses.wixapps.net\/addresses\/address-book","widgetId":"151290e1-62a2-0775-6fbc-02182fad5dec","refreshOnWidthChange":true,"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},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"linkable":true},"default":true}},"appDefinitionName":"My Addresses","appFields":{"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.0.0"},"isWixTPA":true},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"applicationId":17039,"widgets":{"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/payments-my-wallet\/1.562.0\/MyWallet","widgetId":"6467c15e-af3c-4e8d-b167-41bfb8efc32a","refreshOnWidthChange":true,"mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/payments-my-wallet\/1.562.0\/MyWallet","appPage":{"id":"my_wallet","name":"My Wallet","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"preFetch":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/5894"}},"controllerUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/MyWalletController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/MyWalletViewerWidget.bundle.min.js","cssPerBreakpoint":true,"ssrCacheExcluded":"false","noCssComponentUrlTemplate":"<%= serviceUrl('payments-my-wallet', 'MyWalletViewerWidgetNoCss.bundle.min.js') %>"},"default":true}},"appDefinitionName":"My Wallet","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.562.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/[email protected]\/5894"},"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/5894"}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.51.0"},"isWixTPA":true},"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":{"applicationId":19141,"widgets":{"ce621ecc-c9b6-4e7c-9b95-42ca25993409":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"ce621ecc-c9b6-4e7c-9b95-42ca25993409","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"x91qr","pageJsonFilename":"ea40c4_8321334d420a2a18ff1d9fbcd7779b9e_6.json","blocksVersion":"2.0.0","ssrCacheExcluded":"false","relatedArtifact":"restaurants-order-tracker","nestedWidgets":"{\"internal\":[]}"}},"default":false},"f5cdbb6f-bafe-4374-beca-8f0db78bbc2a":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"f5cdbb6f-bafe-4374-beca-8f0db78bbc2a","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"euxz6","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":"{\"internal\":[\"ce621ecc-c9b6-4e7c-9b95-42ca25993409\"]}"}},"default":false},"6a045820-e605-408a-ba87-48290252a05b":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"6a045820-e605-408a-ba87-48290252a05b","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"b6p0h","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true"}},"default":false},"d16a7951-e33b-4c04-b8f7-a040df49e700":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"d16a7951-e33b-4c04-b8f7-a040df49e700","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"dg4og","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":"{\"internal\":[]}"}},"default":false}},"appDefinitionName":"Restaurants Tracker app","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=f444306c-28b4-44d9-a966-a871fa706dd2&metaSiteId=cd17bf1b-ba0b-4867-b500-a55bfd505223&siteRevision=234","blocks_devSiteUrl":"https:\/\/shmuliks04.editorx.io\/dxxj0kf9ygsetwmagtzd","blocks_widgetManifestsUrl":"\/manifests\/e329a4ab-e1b2-4268-9cc6-ac6f77ec6767\/234\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurants-order-tracker\/1.673.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurants-order-tracker\/1.673.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/restaurants-order-tracker\/1.673.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/restaurants-order-tracker\/1.673.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/[email protected]\/4856"},"viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/4856"}},"studio":{"siteHeaderUrl":"99c941fa9aa05389dafdbecab6434446_r3.json","wixCodeGridId":"7b52bd92-e5c6-486b-a524-9ca99aea20a3","wixCodeInstanceId":"4720bced-a5f8-4e4f-ad27-beb2127ab772"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^1.174.0"},"isWixTPA":true},"b976560c-3122-4351-878f-453f337b7245":{"applicationId":20479,"widgets":{"2f6c5608-393f-4b15-bfd8-d4e15396787a":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"2f6c5608-393f-4b15-bfd8-d4e15396787a","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"uuc0d","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":{}}},"default":false},"5ab312ae-0cf7-4093-bbf5-5e4d3690151c":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"5ab312ae-0cf7-4093-bbf5-5e4d3690151c","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"zuaoa","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":{}}},"default":false},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"widgetUrl":"\/","widgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b","refreshOnWidthChange":true,"appPage":{"id":"member_settings_page","name":"member_settings_page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"subPages":[{"key":"wix.members_area.settings_sub_pages.tab","enumerable":true,"hideFromFloatingNavBar":true}],"linkable":true,"componentUrl":"https:\/\/empty","ssrCacheExcluded":"false"},"tpaWidgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b","default":false},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"widgetUrl":"\/","widgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b","refreshOnWidthChange":true,"appPage":{"id":"member_page","name":"member_page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefault":false,"shouldBeStretchedByDefaultMobile":false,"componentFields":{"subPages":[{"key":"wix.members_area.sub_pages.tab","enumerable":true,"hideFromFloatingNavBar":true}],"linkable":true,"componentUrl":"https:\/\/empty","ssrCacheExcluded":"false"},"tpaWidgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b","default":false},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"009081ab-9c3d-41d5-8b90-41af0e84c159","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"a1ugz","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false"}},"default":false},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"a26fd26a-3dd9-42ca-b381-326a9c143e38","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"xhv4l","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":{"internal":["5ab312ae-0cf7-4093-bbf5-5e4d3690151c"]}}},"default":false},"596a6688-3ad7-46f7-bb9c-00023225876d":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"596a6688-3ad7-46f7-bb9c-00023225876d","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"mty3l","pageJsonFilename":"3ccac2_c0e4b2226b92ae3ba7711d07eec529d4_122.json","blocksVersion":"2.0.0","ssrCacheExcluded":"false","relatedArtifact":"profile-page-bob","nestedWidgets":{}}},"default":false}},"appDefinitionName":"Member Page","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=27e854ac-99e9-4626-b905-ff10071df796&metaSiteId=4a8777cf-00e8-44ee-95cd-d6abc09dc8e4&siteRevision=886","blocks_devSiteUrl":"https:\/\/justea2.editorx.io\/vxgooi3j6xm5ykyver02","blocks_widgetManifestsUrl":"\/manifests\/b976560c-3122-4351-878f-453f337b7245\/886\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2292.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2292.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2292.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('profile-page-bob', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2292.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/[email protected]\/3935"},"editorScriptUrlTemplate":"<%= serviceUrl('profile-page-bob', 'editorScript.bundle.min.js') %>","viewer":{"errorReporting":{"url":"https:\/\/[email protected]\/3935"}},"studio":{"siteHeaderUrl":"eace6664f51effbfb64a22edd2273890_r3.json","wixCodeGridId":"144a1dfe-8d52-4f7d-8926-51c640275505","wixCodeInstanceId":"9a9eaf1c-6655-4e0c-9789-ee2c43dd1920"}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:com.wixpress.members.members-area-site-structure-api"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^12.317.0"},"isWixTPA":true},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"applicationId":22174,"widgets":{"50bd2535-0ac5-4e59-b520-c665f3b38be8":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"50bd2535-0ac5-4e59-b520-c665f3b38be8","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"mzdqe","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":{}}},"default":false},"5e950125-a2e4-489f-bb0b-fb30677719e2":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"5e950125-a2e4-489f-bb0b-fb30677719e2","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"wm0ej","pageJsonFilename":"3e41b8_eb89f7542dadb94c34529b7acba51a08_58.json","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":{}}},"default":false},"41911f9d-aa42-4111-aafd-bef63e8463e8":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"41911f9d-aa42-4111-aafd-bef63e8463e8","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"s2zfa","pageJsonFilename":"","blocksVersion":"2.0.0","ssrCacheExcluded":"true","nestedWidgets":{}}},"default":false},"4aa5ffff-4e98-47ce-95fe-3b40a658ced4":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"4aa5ffff-4e98-47ce-95fe-3b40a658ced4","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"ire8y","pageJsonFilename":"3e41b8_613e08b8054274cfe90e7fd11d9e24b2_14.json","blocksVersion":"2.0.0","ssrCacheExcluded":"false","nestedWidgets":{}}},"default":false},"9775dac1-735d-448f-9143-c9c70bd04de4":{"widgetUrl":"https:\/\/editor.wix.com\/","widgetId":"9775dac1-735d-448f-9143-c9c70bd04de4","refreshOnWidthChange":true,"published":true,"mobilePublished":true,"seoEnabled":false,"shouldBeStretchedByDefaultMobile":true,"componentFields":{"appStudioFields":{"id":"x5kmw","pageJsonFilename":"3e41b8_cc81de730c6b1da87a9728c1f47b5235_14.json","blocksVersion":"2.0.0","ssrCacheExcluded":"false","relatedArtifact":"instagram-blocks-app","nestedWidgets":{"internal":["50bd2535-0ac5-4e59-b520-c665f3b38be8"]}}},"default":false}},"appDefinitionName":"Instagram Feed (New)","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=a31c8851-2462-40a5-bd68-097744cb6404&metaSiteId=e868bda4-9a8a-45b6-8c84-d1c77f18dce7&siteRevision=634","blocks_devSiteUrl":"https:\/\/ronyf3.editorx.io\/fyz6zvejisbcbebhj1xw","blocks_widgetManifestsUrl":"\/manifests\/deb18ef1-e0c6-4668-a7bc-4a13785eb5b7\/634\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.0.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.0.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.424.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('instagram-blocks-app', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.424.0\/viewerScript.bundle.min.js","errorReporting":{},"viewer":{"errorReporting":{}},"studio":{"siteHeaderUrl":"b0bff6870361bd12f0f4ecaa9af1e580_r3.json","wixCodeGridId":"c50e5e08-385e-4f11-8515-a12d1885c426","wixCodeInstanceId":"841abdb9-cb94-4497-a1ad-9b47c4725e8f"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^3.166.0","installedVersion":"^3.0.0"},"isWixTPA":true}},"previewMode":false,"siteRevision":667,"userFileDomainUrl":"filesusr.com","metaSiteId":"fdbffcc2-13aa-4611-a2f5-88e8be74fabd","isPremiumDomain":true,"routersConfig":{"routers-ltosu7aj":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"iq55w"},"roleVariations":{}}},"routerByPrefix":{"category":"routers-ltosu7aj"},"pageIdToPrefix":{"iq55w":"category"},"viewMode":"site","editorOrSite":"site","externalBaseUrl":"https:\/\/www.rvwc.com","tpaModalConfig":{"wixTPAs":{"14bca956-e09f-f4d6-14d7-466cb3f09103":true,"141fbfae-511e-6817-c9f0-48993a7547d1":true,"13ee94c1-b635-8505-3391-97919052c16f":true,"150ae7ee-c74a-eecd-d3d7-2112895b988a":true,"a322993b-2c74-426f-bbb8-444db73d0d1b":true,"55cd9036-36bb-480b-8ddc-afda3cb2eb8d":true,"f123e8f1-4350-4c9b-b269-04adfadda977":true,"9bead16f-1c73-4cda-b6c4-28cff46988db":true,"1480c568-5cbd-9392-5604-1148f5faffa0":true,"13aa9735-aa50-4bdb-877c-0bb46804bd71":true,"d70b68e2-8d77-4e0c-9c00-c292d6e0025e":true,"14b89688-9b25-5214-d1cb-a3fb9683618b":true,"135c3d92-0fea-1f9d-2ba5-2a1dfb04297e":true,"146c0d71-352e-4464-9a03-2e868aabe7b9":true,"139ef4fa-c108-8f9a-c7be-d5f492a2c939":true,"307ba931-689c-4b55-bb1d-6a382bad9222":true,"ea2821fc-7d97-40a9-9f75-772f29178430":true,"4b10fcce-732d-4be3-9d46-801d271acda9":true,"8ea9df15-9ff6-4acf-bbb8-8d3a69ae5841":true,"94bc563b-675f-41ad-a2a6-5494f211c47b":true,"1380b703-ce81-ff05-f115-39571d94dfcd":true,"14d84998-ae09-1abf-c6fc-3f3cace5bf19":true,"35aec784-bbec-4e6e-abcb-d3d724af52cf":true,"05509e60-039b-471d-8af1-790b51277410":true,"8d8ba777-9a97-4f63-88da-3d21f7914863":true,"8725b255-2aa2-4a53-b76d-7d3c363aaeea":true,"eb5611ad-ef33-4aa9-ba11-27356412895e":true,"14e12b04-943e-fd32-456d-70b1820a2ff2":true,"215238eb-22a5-4c36-9e7b-e7c08025e04e":true,"6580b7e9-4031-4a62-a0a5-8e2fa92e8e18":true,"14d7032a-0a65-5270-cca7-30f599708fed":true,"7516f85b-0868-4c23-9fcb-cea7784243df":true,"57d13128-4a4c-494b-80b3-a6fb2e28018d":true,"b278a256-2757-4f19-9313-c05c783bec92":true,"9142e27e-2e30-4948-ad8f-7e128939efc4":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60":true,"9dd67198-68df-4884-92d5-d38ba59bcae0":true,"446ac100-e83d-4a06-b1ac-edb4595ca2c1":true,"ad836327-80ba-4b72-8c9e-6c273a555d5c":true,"44562f1b-17ec-4907-b242-b76ac06e707a":true,"50d8c12f-715e-41ad-be25-d0f61375dbee":true,"1973457f-c021-4da5-941f-58444ff761d4":true,"45c44b27-ca7b-4891-8c0d-1747d588b835":true,"fc9314bc-a317-4a2b-a9d4-5ad21cc57856":true,"f4d83b06-b408-4f3b-afd4-de8db311d7d8":true,"14271d6f-ba62-d045-549b-ab972ae1f70e":true,"14ce1214-b278-a7e4-1373-00cebd1bef7c":true,"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9":true,"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":true,"14cffd81-5215-0a7f-22f8-074b0e2401fb":true,"14ce28f7-7eb0-3745-22f8-074b0e2401fb":true,"14dbef06-cc42-5583-32a7-3abd44da4908":true,"14f25924-5664-31b2-9568-f9c5ed98c9b1":true,"14ebe801-d78a-daa9-c9e5-0286a891e46f":true,"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":true,"14dbefd2-01b4-fb61-32a7-3abd44da4908":true,"14635256-b183-1c71-a4d2-f55179b80e8a":true,"2bef2abe-7abe-43da-889c-53c1500a328c":true,"1505b775-e885-eb1b-b665-1e485d9bf90e":true,"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":true,"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":true,"b976560c-3122-4351-878f-453f337b7245":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":true}},"appSectionParams":{},"requestUrl":"https:\/\/www.rvwc.com\/","isMobileView":false,"deviceType":"desktop","isMobileDevice":false,"extras":{"currency":"USD"},"tpaDebugParams":{"debugApp":null,"petri_ovr":null},"locale":"en","timeZone":"America\/New_York","shouldRenderTPAsIframe":true,"debug":false,"regionalLanguage":"en"},"windowWixCodeSdk":{"locale":"en-us","isMobileFriendly":true,"formFactor":"Desktop","pageIdToRouterAppDefinitionId":{"iq55w":"1380b703-ce81-ff05-f115-39571d94dfcd"}},"wixCustomElementComponent":{"shouldLoadAllExternalScripts":true,"widgetsToRenderOnFreeSites":{"48ee78f1-1277-448b-82c0-c5a806948988":true,"a8c8051a-b0e4-48bc-8aee-24e57d029911":true,"b278a256-2757-4f19-9313-c05c783bec92-um45e":true,"b278a256-2757-4f19-9313-c05c783bec92-ds0ux":true,"b278a256-2757-4f19-9313-c05c783bec92-hlrvq":true,"b278a256-2757-4f19-9313-c05c783bec92-ry4zy":true,"b278a256-2757-4f19-9313-c05c783bec92-a5w77":true,"b278a256-2757-4f19-9313-c05c783bec92-enb56":true,"b278a256-2757-4f19-9313-c05c783bec92-p87wv":true,"b278a256-2757-4f19-9313-c05c783bec92-ro5fq":true,"b278a256-2757-4f19-9313-c05c783bec92-nj6ax":true,"b278a256-2757-4f19-9313-c05c783bec92-bjqpp":true,"b278a256-2757-4f19-9313-c05c783bec92-bv3uo":true,"b278a256-2757-4f19-9313-c05c783bec92-akwp8":true,"b278a256-2757-4f19-9313-c05c783bec92-s4dp5":true,"b278a256-2757-4f19-9313-c05c783bec92-n2mst":true,"b278a256-2757-4f19-9313-c05c783bec92-mjdcr":true,"b278a256-2757-4f19-9313-c05c783bec92-vot7l":true,"b278a256-2757-4f19-9313-c05c783bec92-ka1e2":true,"b278a256-2757-4f19-9313-c05c783bec92-zqn1n":true,"b278a256-2757-4f19-9313-c05c783bec92-i0p2o":true,"b278a256-2757-4f19-9313-c05c783bec92-hmyr8":true,"b278a256-2757-4f19-9313-c05c783bec92-rxb24":true,"b278a256-2757-4f19-9313-c05c783bec92-g2n14":true,"b278a256-2757-4f19-9313-c05c783bec92-er9ip":true,"b278a256-2757-4f19-9313-c05c783bec92-o1hli":true,"b278a256-2757-4f19-9313-c05c783bec92-jl29k":true,"b278a256-2757-4f19-9313-c05c783bec92-mopjr":true,"b278a256-2757-4f19-9313-c05c783bec92-lo1do":true,"b278a256-2757-4f19-9313-c05c783bec92-jqr39":true,"b278a256-2757-4f19-9313-c05c783bec92-kc49x":true,"b278a256-2757-4f19-9313-c05c783bec92-r7kjh":true,"b278a256-2757-4f19-9313-c05c783bec92-b2xx2":true,"b278a256-2757-4f19-9313-c05c783bec92-fdxm5":true,"b278a256-2757-4f19-9313-c05c783bec92-uv41a":true,"b278a256-2757-4f19-9313-c05c783bec92-boxwe":true,"b278a256-2757-4f19-9313-c05c783bec92-lc0pc":true,"b278a256-2757-4f19-9313-c05c783bec92-jv7tz":true,"b278a256-2757-4f19-9313-c05c783bec92-ftls8":true,"b278a256-2757-4f19-9313-c05c783bec92-kx4tg":true,"b278a256-2757-4f19-9313-c05c783bec92-xieyf":true,"b278a256-2757-4f19-9313-c05c783bec92-xyzrl":true,"b278a256-2757-4f19-9313-c05c783bec92-dqwqi":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-emrlh":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-txgvp":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-zztc8":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-xah9m":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-vwep7":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-umijd":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-vt0kt":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-h7lco":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-hfole":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-mlxan":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-u7x2a":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-f1t91":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-ab12h":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-tiemz":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-qunj4":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-aiq3o":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-ups3j":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-l7gt8":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-fq7bb":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-bg1de":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-y4546":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-lj4wo":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-xrcj4":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-rwtw2":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-etd93":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-by6cq":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-nexrx":true,"9a5d83fd-8570-482e-81ab-cfa88942ee60-izs55":true,"9dd67198-68df-4884-92d5-d38ba59bcae0-pufxo":true,"9dd67198-68df-4884-92d5-d38ba59bcae0-lks1m":true,"9dd67198-68df-4884-92d5-d38ba59bcae0-ikpvn":true,"9dd67198-68df-4884-92d5-d38ba59bcae0-x9mwh":true,"14271d6f-ba62-d045-549b-ab972ae1f70e-myzur":true,"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767-x91qr":true,"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767-euxz6":true,"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767-b6p0h":true,"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767-dg4og":true,"b976560c-3122-4351-878f-453f337b7245-uuc0d":true,"b976560c-3122-4351-878f-453f337b7245-zuaoa":true,"b976560c-3122-4351-878f-453f337b7245-a1ugz":true,"b976560c-3122-4351-878f-453f337b7245-xhv4l":true,"b976560c-3122-4351-878f-453f337b7245-mty3l":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-mzdqe":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-wm0ej":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-s2zfa":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-ire8y":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-x5kmw":true},"wixCodeBundlersUrlData":{"url":"https:\/\/bundler.wix-code.com\/fdbffcc2-13aa-4611-a2f5-88e8be74fabd\/4231aca7-dab9-4eca-af61-2c4a644f98d5\/4b17df22-2ada-4598-b478-1d39fc548b6f\/","queryParams":"analyze-imported-namespaces=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false&bundler-traffic-to-aws=true&bundler-typescript-analysis=true","appDefIdToWixCodeBundlerUrlData":{"b278a256-2757-4f19-9313-c05c783bec92":{"url":"https:\/\/bundler.wix-code.com\/fdbffcc2-13aa-4611-a2f5-88e8be74fabd\/4231aca7-dab9-4eca-af61-2c4a644f98d5\/dd6aba6d-db45-4375-b861-dca04fef5596\/","queryParams":"analyze-imported-namespaces=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false&bundler-traffic-to-aws=true&bundler-typescript-analysis=true"},"9a5d83fd-8570-482e-81ab-cfa88942ee60":{"url":"https:\/\/bundler.wix-code.com\/fdbffcc2-13aa-4611-a2f5-88e8be74fabd\/4231aca7-dab9-4eca-af61-2c4a644f98d5\/b1b3eb01-3603-4ff2-a25d-197aea3ab100\/","queryParams":"analyze-imported-namespaces=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false&bundler-traffic-to-aws=true&bundler-typescript-analysis=true"},"9dd67198-68df-4884-92d5-d38ba59bcae0":{"url":"https:\/\/bundler.wix-code.com\/fdbffcc2-13aa-4611-a2f5-88e8be74fabd\/4231aca7-dab9-4eca-af61-2c4a644f98d5\/47a456da-cc68-4084-81ce-ab76ebbdb2d8\/","queryParams":"analyze-imported-namespaces=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false&bundler-traffic-to-aws=true&bundler-typescript-analysis=true"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"url":"https:\/\/bundler.wix-code.com\/fdbffcc2-13aa-4611-a2f5-88e8be74fabd\/4231aca7-dab9-4eca-af61-2c4a644f98d5\/71869e96-79b7-49b9-b6f9-e32bcf00ac52\/","queryParams":"analyze-imported-namespaces=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false&bundler-traffic-to-aws=true&bundler-typescript-analysis=true"},"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":{"url":"https:\/\/bundler.wix-code.com\/fdbffcc2-13aa-4611-a2f5-88e8be74fabd\/4231aca7-dab9-4eca-af61-2c4a644f98d5\/7b52bd92-e5c6-486b-a524-9ca99aea20a3\/","queryParams":"analyze-imported-namespaces=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false&bundler-traffic-to-aws=true&bundler-typescript-analysis=true"},"b976560c-3122-4351-878f-453f337b7245":{"url":"https:\/\/bundler.wix-code.com\/fdbffcc2-13aa-4611-a2f5-88e8be74fabd\/4231aca7-dab9-4eca-af61-2c4a644f98d5\/144a1dfe-8d52-4f7d-8926-51c640275505\/","queryParams":"analyze-imported-namespaces=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false&bundler-traffic-to-aws=true&bundler-typescript-analysis=true"},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"url":"https:\/\/bundler.wix-code.com\/fdbffcc2-13aa-4611-a2f5-88e8be74fabd\/4231aca7-dab9-4eca-af61-2c4a644f98d5\/c50e5e08-385e-4f11-8515-a12d1885c426\/","queryParams":"analyze-imported-namespaces=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false&bundler-traffic-to-aws=true&bundler-typescript-analysis=true"}}},"customElementWidgets":{}},"wixEmbedsApi":{"isAdminPage":false},"platform":{"sdksStaticPaths":{"mainSdks":"https:\/\/static.parastorage.com\/services\/wix-thunderbolt\/dist\/mainSdks.d08bc88c.chunk.min.js","nonMainSdks":"https:\/\/static.parastorage.com\/services\/wix-thunderbolt\/dist\/nonMainSdks.29e2e76a.chunk.min.js"},"landingPageId":"c1dmp","isChancePlatformOnLandingPage":true,"clientWorkerUrl":"https:\/\/static.parastorage.com\/services\/wix-thunderbolt\/dist\/clientWorker.114698bd.bundle.min.js","bootstrapData":{"isMobileView":false,"isMobileAppBuilder":false,"appsSpecData":{"1380b703-ce81-ff05-f115-39571d94dfcd":{"appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","type":"public","instanceId":"6884537b-3276-4e2e-82d2-b46f11534683","appDefinitionName":"Checkout & Orders","isWixTPA":true,"isModuleFederated":false},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"appDefinitionId":"215238eb-22a5-4c36-9e7b-e7c08025e04e","type":"public","instanceId":"9671469d-36c5-42ca-9d90-5a85b0d85949","appDefinitionName":"Wix Stores","isWixTPA":true,"isModuleFederated":false},"b278a256-2757-4f19-9313-c05c783bec92":{"appDefinitionId":"b278a256-2757-4f19-9313-c05c783bec92","type":"public","instanceId":"9fb0b8bd-6439-4f8b-b2b6-ea48f6f226e3","appDefinitionName":"Wix Restaurants Menus (New)","isWixTPA":true,"isModuleFederated":false},"9a5d83fd-8570-482e-81ab-cfa88942ee60":{"appDefinitionId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","type":"public","instanceId":"202555d3-c28a-4270-8227-942fde72318d","appDefinitionName":"Wix Restaurants Orders (New)","isWixTPA":true,"isModuleFederated":false},"9dd67198-68df-4884-92d5-d38ba59bcae0":{"appDefinitionId":"9dd67198-68df-4884-92d5-d38ba59bcae0","type":"public","instanceId":"2b992acd-77cc-48c4-8b3c-a3172824dbce","appDefinitionName":"Wix Tips","isWixTPA":true,"isModuleFederated":false},"1973457f-c021-4da5-941f-58444ff761d4":{"appDefinitionId":"1973457f-c021-4da5-941f-58444ff761d4","type":"public","instanceId":"a80bbf69-3391-41b8-9147-6d865a4bcd44","appDefinitionName":"CMS","isWixTPA":true,"isModuleFederated":false},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","type":"public","instanceId":"9f4b5dff-c1db-4c98-98e2-ca1f87d5bb1f","appDefinitionName":"Wix Pro Gallery","isWixTPA":true,"isModuleFederated":false},"14ce1214-b278-a7e4-1373-00cebd1bef7c":{"appDefinitionId":"14ce1214-b278-a7e4-1373-00cebd1bef7c","type":"public","instanceId":"fe2f607f-f192-4f71-84cc-94b634d5fa00","appDefinitionName":"Old Wix Forms and Payments","isWixTPA":true,"isModuleFederated":false},"675bbcef-18d8-41f5-800e-131ec9e08762":{"appDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762","type":"siteextension","instanceId":"4231aca7-dab9-4eca-af61-2c4a644f98d5","isModuleFederated":false},"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9":{"appDefinitionId":"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9","type":"public","instanceId":"e25cfc32-45e4-4da2-abd5-fb536652a8f2","appDefinitionName":"Wix File Share","isWixTPA":true,"isModuleFederated":false},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"appDefinitionId":"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","type":"public","instanceId":"4fe2ba0f-3383-4d33-a53d-9c12048cfa6b","appDefinitionName":"Wix Members Area","isWixTPA":true,"isModuleFederated":false},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"appDefinitionId":"14cffd81-5215-0a7f-22f8-074b0e2401fb","type":"public","instanceId":"8759c820-a957-461b-9860-1129b207dc30","appDefinitionName":"Member Account Info","isWixTPA":true,"isModuleFederated":false},"14ce28f7-7eb0-3745-22f8-074b0e2401fb":{"appDefinitionId":"14ce28f7-7eb0-3745-22f8-074b0e2401fb","type":"public","instanceId":"6c18b908-65b2-45d5-9aa0-adb147637d6f","appDefinitionName":"Profile Card","isWixTPA":true,"isModuleFederated":false},"14dbef06-cc42-5583-32a7-3abd44da4908":{"appDefinitionId":"14dbef06-cc42-5583-32a7-3abd44da4908","type":"public","instanceId":"68be4a89-f8a0-4f5a-a6cb-65fec16a3c98","appDefinitionName":"Members About","isWixTPA":true,"isModuleFederated":false},"14f25924-5664-31b2-9568-f9c5ed98c9b1":{"appDefinitionId":"14f25924-5664-31b2-9568-f9c5ed98c9b1","type":"public","instanceId":"2bff6579-22c6-4d02-97b6-754082ea2f01","appDefinitionName":"Wix Members Area Notifications","isWixTPA":true,"isModuleFederated":false},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"appDefinitionId":"14f25dc5-6af3-5420-9568-f9c5ed98c9b1","type":"public","instanceId":"f1faec1b-dcb3-4e8b-aa49-7b61551ccc39","appDefinitionName":"Members Notifications Settings","isWixTPA":true,"isModuleFederated":false},"2bef2abe-7abe-43da-889c-53c1500a328c":{"appDefinitionId":"2bef2abe-7abe-43da-889c-53c1500a328c","type":"public","instanceId":"119d7371-16f5-4e7a-b1cd-6e45a5bcbb83","appDefinitionName":"My Subscriptions","isWixTPA":true,"isModuleFederated":false},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"appDefinitionId":"4aebd0cb-fbdb-4da7-b5d1-d05660a30172","type":"public","instanceId":"66554735-9eb0-4666-a58e-440a6e8e618b","appDefinitionName":"My Wallet","isWixTPA":true,"isModuleFederated":false},"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":{"appDefinitionId":"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767","type":"public","instanceId":"bad53d13-6590-4f8e-87a0-7de761f8db7a","appDefinitionName":"Restaurants Tracker app","isWixTPA":true,"isModuleFederated":false},"b976560c-3122-4351-878f-453f337b7245":{"appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","type":"public","instanceId":"022198f2-8d83-485f-b027-baa1599f60ea","appDefinitionName":"Member Page","isWixTPA":true,"isModuleFederated":false},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","type":"public","instanceId":"b51a8413-5ad1-4350-850e-9b00e9e87644","appDefinitionName":"Instagram Feed (New)","isWixTPA":true,"isModuleFederated":false},"dataBinding":{"appDefinitionId":"dataBinding","type":"application","instanceId":"4231aca7-dab9-4eca-af61-2c4a644f98d5","appDefinitionName":"Data Binding","isWixTPA":true,"isModuleFederated":false}},"appsUrlData":{"1380b703-ce81-ff05-f115-39571d94dfcd":{"appDefId":"1380b703-ce81-ff05-f115-39571d94dfcd","appDefName":"Checkout & Orders","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4073.0\/viewerScript.bundle.min.js","baseUrls":{"addToCartBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1440.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.1994.0\/","galleryBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/","productPageBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/","wishlistBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-wishlist\/1.2322.0\/"},"widgets":{"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/ProductPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/ProductPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.3562.0\/ProductPageViewerWidgetNoCss.bundle.min.js","widgetId":"13a94f09-2766-3c40-4a32-8edb5acdd8bc"},"0b8ba619-580b-4a3c-912a-2aba1f10763a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/PlatformizedGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/PlatformizedGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/PlatformizedGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"0b8ba619-580b-4a3c-912a-2aba1f10763a","cssPerBreakpoint":true},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/SideCartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/SideCartViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.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.1440.0\/addToCartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1440.0\/addToCart.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1440.0\/addToCartNoCss.bundle.min.js","errorReportingUrl":"https:\/\/[email protected]\/1865790","widgetId":"14666402-0bc7-b763-e875-e99840d131bd"},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/WishlistController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/WishlistViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.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.5093.0\/GridGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.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.4671.0\/cartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.0\/cartViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.4671.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.5093.0\/SliderGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SliderGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.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.3196.0\/thankYouPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3196.0\/thankYouPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3196.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.5093.0\/GridGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/GridGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.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.1511.0\/CartIconController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.1511.0\/CartIconViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.1511.0\/CartIconViewerWidgetNoCss.bundle.min.js","widgetId":"1380bbc4-1485-9d44-4616-92e36b1ead6b"},"244576c9-d856-49b9-af14-216071924e3b":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchModalGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchModalGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.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.5093.0\/SearchResultsPageGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchResultsPageGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/SearchResultsPageGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","cssPerBreakpoint":true},"14fd5970-8072-c276-1246-058b79e70c1a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.0\/CheckoutController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.0\/CheckoutViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.0\/CheckoutViewerWidgetNoCss.bundle.min.js","widgetId":"14fd5970-8072-c276-1246-058b79e70c1a"},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.0\/PaymentRequestController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.5226.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.5093.0\/CategoryPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/CategoryPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5093.0\/CategoryPageViewerWidgetNoCss.bundle.min.js","widgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","cssPerBreakpoint":true},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.1994.0\/productWidgetController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.1994.0\/productWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.1994.0\/productWidgetNoCss.bundle.min.js","widgetId":"13ec3e79-e668-cc0c-2d48-e99d53a213dd"}}},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"appDefId":"215238eb-22a5-4c36-9e7b-e7c08025e04e","appDefName":"Wix Stores","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4076.0\/storesViewerScript.bundle.min.js","baseUrls":{},"widgets":{}},"1973457f-c021-4da5-941f-58444ff761d4":{"appDefId":"1973457f-c021-4da5-941f-58444ff761d4","appDefName":"CMS","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wix-data-client-app\/1.29.0\/webworker\/wixDataViewer.umd.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/wix-data-client-app\/1.29.0\/webworker\/"},"widgets":{}},"14ce1214-b278-a7e4-1373-00cebd1bef7c":{"appDefId":"14ce1214-b278-a7e4-1373-00cebd1bef7c","appDefName":"Old Wix Forms and Payments","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/forms-viewer\/1.883.0\/viewerScript.bundle.min.js","baseUrls":{},"widgets":{}},"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9":{"appDefId":"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9","appDefName":"Wix File Share","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/viewerScript.bundle.min.js","baseUrls":{},"widgets":{"35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FilesOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FilesOoiViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FilesOoiViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/[email protected]\/5578","widgetId":"35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6","cssPerBreakpoint":true},"75a32499-b1aa-4dae-8cc2-6e10be7a92de":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.150.0\/FilesOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.150.0\/FilesOoiViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/5578","widgetId":"75a32499-b1aa-4dae-8cc2-6e10be7a92de"},"1537b264-0a4d-ca5e-52b9-980bc763d50a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FileShareOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FileShareOoiViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/file-share-ooi\/1.468.0\/FileShareOoiViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/[email protected]\/5578","widgetId":"1537b264-0a4d-ca5e-52b9-980bc763d50a"}}},"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.2721.0\/viewerScript.bundle.min.js","baseUrls":{},"widgets":{}},"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.2587.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0"},"widgets":{"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/MyAccountController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/MyAccountViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2587.0\/MyAccountViewerWidgetNoCss.bundle.min.js","widgetId":"14dd1af6-3e02-63db-0ef2-72fbc7cc3136","cssPerBreakpoint":true}}},"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.2742.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0"},"widgets":{"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/ProfileCardController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/ProfileCardViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/profile-card-tpa-ooi\/1.2742.0\/ProfileCardViewerWidgetNoCss.bundle.min.js","widgetId":"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd","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.2435.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0"},"widgets":{"14dbefb9-3b7b-c4e9-53e8-766defd30587":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/ProfileController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.0\/ProfileViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/members-about-ooi\/1.2435.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.54.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0"},"errorReportingUrl":"https:\/\/[email protected]\/5803","widgets":{"14f2595a-a352-3ff1-9b3c-4d21861fe58f":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.54.0\/OoiNotificationsController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.54.0\/OoiNotificationsViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.54.0\/OoiNotificationsViewerWidget.bundle.min.js","errorReportingUrl":"https:\/\/[email protected]\/5803","widgetId":"14f2595a-a352-3ff1-9b3c-4d21861fe58f"},"7ae13e41-6022-46c4-b050-2173272ef12e":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.21.0\/NotificationsController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.21.0\/NotificationsViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/5803","widgetId":"7ae13e41-6022-46c4-b050-2173272ef12e"},"53283e84-0c7c-4ca5-af93-0337f9f7f674":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0\/OoiNotificationsController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications\/1.57.0\/OoiNotificationsViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/5803","widgetId":"53283e84-0c7c-4ca5-af93-0337f9f7f674"}}},"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.17.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0"},"errorReportingUrl":"https:\/\/[email protected]\/6097","widgets":{"4c910826-dc3a-42b6-aa89-11e813c3821d":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/6142","widgetId":"4c910826-dc3a-42b6-aa89-11e813c3821d"},"14f25dd2-f9b0-edc2-f38e-eded5da094aa":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/members-area-notifications-preferences\/1.17.0\/PreferencesOoiViewerWidget.bundle.min.js","errorReportingUrl":"https:\/\/[email protected]\/6097","widgetId":"14f25dd2-f9b0-edc2-f38e-eded5da094aa"}}},"2bef2abe-7abe-43da-889c-53c1500a328c":{"appDefId":"2bef2abe-7abe-43da-889c-53c1500a328c","appDefName":"My Subscriptions","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0"},"widgets":{"b29db04a-a8f2-4bfe-bbad-21c99c1054b5":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/MySubscriptionsController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/subscriptions-tpa\/1.1191.0\/MySubscriptionsViewerWidget.bundle.min.js","noCssComponentUrl":"","widgetId":"b29db04a-a8f2-4bfe-bbad-21c99c1054b5"}}},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"appDefId":"4aebd0cb-fbdb-4da7-b5d1-d05660a30172","appDefName":"My Wallet","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.562.0"},"errorReportingUrl":"https:\/\/[email protected]\/5894","widgets":{"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/MyWalletController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/MyWalletViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.564.0\/MyWalletViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/[email protected]\/5894","widgetId":"6467c15e-af3c-4e8d-b167-41bfb8efc32a","cssPerBreakpoint":true}}},"b278a256-2757-4f19-9313-c05c783bec92":{"appDefId":"b278a256-2757-4f19-9313-c05c783bec92","appDefName":"Wix Restaurants Menus (New)","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-bob\/1.1470.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=d3ebc742-4310-40c9-8d22-9816b623fc2c&metaSiteId=f528d42c-ce95-4689-8422-f3adb809bfcd&siteRevision=2377","blocks_devSiteUrl":"https:\/\/lotemc9.editorx.io\/l8de7ipnv5ubnnosqi4f","blocks_widgetManifestsUrl":"\/manifests\/b278a256-2757-4f19-9313-c05c783bec92\/2377\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-bob\/1.1470.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-bob\/1.1470.0"},"widgets":{"e48ae222-fde1-457d-ba9b-8dea2a55b6c4":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"e48ae222-fde1-457d-ba9b-8dea2a55b6c4"},"a1fdf2bb-a0d4-453e-80be-3c796d083e36":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"a1fdf2bb-a0d4-453e-80be-3c796d083e36"},"fb101fde-5787-446e-8403-72b153a8d430":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"fb101fde-5787-446e-8403-72b153a8d430"},"2b8b1797-18d3-49e6-81c3-ce257c3bb7be":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"2b8b1797-18d3-49e6-81c3-ce257c3bb7be"},"4a9adbd9-4682-47aa-a3cb-970610b0012f":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"4a9adbd9-4682-47aa-a3cb-970610b0012f"},"1fd5a21a-f47d-4604-9cab-1cf76d81b231":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"1fd5a21a-f47d-4604-9cab-1cf76d81b231"},"865da96a-c45e-45f9-b590-e88bbdad7c85":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"865da96a-c45e-45f9-b590-e88bbdad7c85"},"85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0"},"335a635e-dcf0-4252-8ad3-955eff19a0c2":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"335a635e-dcf0-4252-8ad3-955eff19a0c2"},"3024245a-be3e-4c67-add6-c73e7d3ab15c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"3024245a-be3e-4c67-add6-c73e7d3ab15c"},"7bfe2427-04f9-43b3-8524-07fb7807be5a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"7bfe2427-04f9-43b3-8524-07fb7807be5a"},"a1c26b60-1eac-46f1-9b6d-84280de64369":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"a1c26b60-1eac-46f1-9b6d-84280de64369"},"a799fd74-b5ae-494a-80cb-258ddd19bf76":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"a799fd74-b5ae-494a-80cb-258ddd19bf76"},"adfc8039-dfba-4edb-bd55-e66bbb1c6def":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"adfc8039-dfba-4edb-bd55-e66bbb1c6def"},"ef7cc729-40b5-451b-8079-c94567ec0c1b":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"ef7cc729-40b5-451b-8079-c94567ec0c1b"},"a3fba921-2527-4ae6-ac95-12e07d2bf750":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"a3fba921-2527-4ae6-ac95-12e07d2bf750"},"fb7a9142-2b07-45a3-a713-f0255e30a578":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"fb7a9142-2b07-45a3-a713-f0255e30a578"},"d123479a-1c05-4aea-9565-4cdcb9ed3d16":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"d123479a-1c05-4aea-9565-4cdcb9ed3d16"},"9dcdb78c-b19c-4de7-b5d6-ef00bba83a19":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"9dcdb78c-b19c-4de7-b5d6-ef00bba83a19"},"4d5e900f-ad0f-4c60-b122-7f80f07f89f4":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"4d5e900f-ad0f-4c60-b122-7f80f07f89f4"},"082abb67-348b-42ec-9736-9b713f6f3737":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"082abb67-348b-42ec-9736-9b713f6f3737"},"7502c487-f96c-49fe-9570-d4e8b517d429":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"7502c487-f96c-49fe-9570-d4e8b517d429"},"42080ddf-416a-4904-8050-aa8072fbc28c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"42080ddf-416a-4904-8050-aa8072fbc28c"},"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-ooi\/1.864.0\/MenusController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-ooi\/1.864.0\/MenusViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/restaurant-menus-showcase-ooi\/1.864.0\/MenusViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/[email protected]\/17329","widgetId":"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc","cssPerBreakpoint":true},"1dc354dc-5ea1-476c-a1b5-fca4c9e9d7aa":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"1dc354dc-5ea1-476c-a1b5-fca4c9e9d7aa"},"4b0b39dc-dff6-4ed5-ab66-506be2dd8b50":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"4b0b39dc-dff6-4ed5-ab66-506be2dd8b50"},"c3c9834e-337d-48c3-9c54-5e5a3642e22c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"c3c9834e-337d-48c3-9c54-5e5a3642e22c"},"56efde65-22b8-45c9-b8c0-34ee6b04e793":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"56efde65-22b8-45c9-b8c0-34ee6b04e793"},"27e8214d-587e-44be-b65e-46a20730f11a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"27e8214d-587e-44be-b65e-46a20730f11a"},"f9a48122-4834-4759-93fd-2691cc3e5d30":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"f9a48122-4834-4759-93fd-2691cc3e5d30"},"1c1971c6-5498-4a85-a260-e5e6ba7611b3":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"1c1971c6-5498-4a85-a260-e5e6ba7611b3"},"3f10f715-22b6-45ae-aaf0-d92398ffe6f7":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"3f10f715-22b6-45ae-aaf0-d92398ffe6f7"},"33b4f1e9-734a-4223-8640-e57a23580471":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"33b4f1e9-734a-4223-8640-e57a23580471"},"b0548eaf-6c29-49ce-965f-1d1325867604":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"b0548eaf-6c29-49ce-965f-1d1325867604"},"34263026-b3d0-45f9-bd70-983fa1bc46b4":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"34263026-b3d0-45f9-bd70-983fa1bc46b4"},"e2f7ed4c-dff8-4f47-82f4-d951d5624c42":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"e2f7ed4c-dff8-4f47-82f4-d951d5624c42"},"a24f7e42-b8c3-4073-a20d-80e2bababb2a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"a24f7e42-b8c3-4073-a20d-80e2bababb2a"},"93da2654-b903-4245-89a6-8852e4b75697":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"93da2654-b903-4245-89a6-8852e4b75697"},"096efab1-9c27-4f1d-b95d-d8a30bb96d78":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"096efab1-9c27-4f1d-b95d-d8a30bb96d78"},"1c87e8db-e1c9-4258-b6c4-a54a4568b1ae":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"1c87e8db-e1c9-4258-b6c4-a54a4568b1ae"},"9bf25d94-4102-41c8-96d4-73f12fbc19bd":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"9bf25d94-4102-41c8-96d4-73f12fbc19bd"},"306eba77-d5f9-4a68-a788-4f959cd58b88":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"306eba77-d5f9-4a68-a788-4f959cd58b88"}}},"9a5d83fd-8570-482e-81ab-cfa88942ee60":{"appDefId":"9a5d83fd-8570-482e-81ab-cfa88942ee60","appDefName":"Wix Restaurants Orders (New)","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/restaurants-orders-bob\/1.1568.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=8d41eb44-b3ed-4a5a-838f-4482b49d6cdc&metaSiteId=6f883610-24f0-4d69-91af-3e7c5289954f&siteRevision=3691","blocks_devSiteUrl":"https:\/\/levv52.editorx.io\/7tdjpcayrwkoz4y6ilm0","blocks_widgetManifestsUrl":"\/manifests\/9a5d83fd-8570-482e-81ab-cfa88942ee60\/3691\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurants-orders-bob\/1.1568.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurants-orders-bob\/1.1585.0"},"errorReportingUrl":"https:\/\/[email protected]\/4666","widgets":{"9018d9d6-7c9d-4c2b-bbcf-666dc9101174":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"9018d9d6-7c9d-4c2b-bbcf-666dc9101174"},"12debf06-f9be-44c0-a88a-3e70516e6a30":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"12debf06-f9be-44c0-a88a-3e70516e6a30"},"25fd8df5-5eac-4334-aa72-f11da16db0b2":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"25fd8df5-5eac-4334-aa72-f11da16db0b2"},"97f84a28-a476-4643-a20b-0739094701ea":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"97f84a28-a476-4643-a20b-0739094701ea"},"3a1527b1-da5f-458a-86c2-bbb85f904559":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"3a1527b1-da5f-458a-86c2-bbb85f904559"},"67f0fd5a-98a1-4e8c-a871-2fc32595b036":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"67f0fd5a-98a1-4e8c-a871-2fc32595b036"},"07def684-158d-4742-b9f2-4a9d57ffdbe6":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/restaurants-menu-olo-livesite\/1.117.0\/MiniCartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/restaurants-menu-olo-livesite\/1.117.0\/MiniCartViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"07def684-158d-4742-b9f2-4a9d57ffdbe6"},"179be61f-8c73-492b-bd59-3a68160d637b":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"179be61f-8c73-492b-bd59-3a68160d637b"},"a88fedaa-ee09-4466-9dbf-96b634f7b504":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"a88fedaa-ee09-4466-9dbf-96b634f7b504"},"e79c15ad-5a5a-4157-bc39-85e291a98a78":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"e79c15ad-5a5a-4157-bc39-85e291a98a78"},"8ad8f1b5-b637-449a-9ec2-7dc704a3782c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"8ad8f1b5-b637-449a-9ec2-7dc704a3782c"},"8bf0c9e2-c2b9-4b17-a3c5-548f2eae1397":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"8bf0c9e2-c2b9-4b17-a3c5-548f2eae1397"},"3ef2c630-279e-40ca-bd7c-b5222c1ccb50":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"3ef2c630-279e-40ca-bd7c-b5222c1ccb50"},"86f6a15a-741d-4595-97ef-c92c7f98def0":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"86f6a15a-741d-4595-97ef-c92c7f98def0"},"9c1cbd0a-370a-4b24-a70e-d5b01eb8462a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"9c1cbd0a-370a-4b24-a70e-d5b01eb8462a"},"76137764-e36c-4b79-891e-0709c00c3986":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"76137764-e36c-4b79-891e-0709c00c3986"},"7bb9e6da-b8e1-41f9-8120-1a5d71908a28":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"7bb9e6da-b8e1-41f9-8120-1a5d71908a28"},"5077609c-e47c-4da6-8147-008d243e4499":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"5077609c-e47c-4da6-8147-008d243e4499"},"4a6daa44-4fc7-465b-beb7-8faef4e24b7a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"4a6daa44-4fc7-465b-beb7-8faef4e24b7a"},"85b1bee1-dbc6-4b53-a31c-e55e4cfaca12":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"85b1bee1-dbc6-4b53-a31c-e55e4cfaca12"},"010ccc93-56ea-46a7-b6a6-7693556214a7":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"010ccc93-56ea-46a7-b6a6-7693556214a7"},"2d49d023-1787-4ecb-98f7-112e7087efc1":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"2d49d023-1787-4ecb-98f7-112e7087efc1"},"16b8f266-8332-4402-b9be-211319e118cc":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"16b8f266-8332-4402-b9be-211319e118cc"},"c8bb56a5-886f-43e1-b885-90a85d9af090":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"c8bb56a5-886f-43e1-b885-90a85d9af090"},"4ed3dad3-08ae-4c41-a696-2fc970e3bd84":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"4ed3dad3-08ae-4c41-a696-2fc970e3bd84"},"3da51d5d-166e-49b2-a4fc-49d9e2015ea2":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"3da51d5d-166e-49b2-a4fc-49d9e2015ea2"},"20a943be-f3aa-413e-a20c-5b36dc5d76a9":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"20a943be-f3aa-413e-a20c-5b36dc5d76a9"},"a362b160-020e-40ec-a02d-6ca20cee56e9":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"a362b160-020e-40ec-a02d-6ca20cee56e9"},"fead24ed-3548-4e05-82f1-dbb76debe567":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"fead24ed-3548-4e05-82f1-dbb76debe567"},"4003cca6-5e9b-439a-8cc2-8d708d1d2ce6":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4666","widgetId":"4003cca6-5e9b-439a-8cc2-8d708d1d2ce6"}}},"9dd67198-68df-4884-92d5-d38ba59bcae0":{"appDefId":"9dd67198-68df-4884-92d5-d38ba59bcae0","appDefName":"Wix Tips","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wix-tips-storefront-blocks\/1.148.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=ebc0953e-cf95-4dd4-a75f-0b0b11e54692&metaSiteId=e871dc6d-db08-4bc6-b3bc-399da4eb89ce&siteRevision=306","blocks_devSiteUrl":"https:\/\/yuvalz3.editorx.io\/89zfshz7r9eantj7q72a","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/wix-tips-storefront-blocks\/1.148.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/wix-tips-storefront-blocks\/1.148.0"},"errorReportingUrl":"https:\/\/[email protected]\/4876","widgets":{"1b9f60e8-e5d8-4c01-9e1d-d65ad6a822c0":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4876","widgetId":"1b9f60e8-e5d8-4c01-9e1d-d65ad6a822c0"},"0fd3d900-f2e7-40cc-b0b3-e3bc449fba5b":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4876","widgetId":"0fd3d900-f2e7-40cc-b0b3-e3bc449fba5b"},"4260e41d-150d-43bb-9495-aedaf4c2c60d":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4876","widgetId":"4260e41d-150d-43bb-9495-aedaf4c2c60d"},"490939b9-16ea-43a1-a7f4-62ec6994f398":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4876","widgetId":"490939b9-16ea-43a1-a7f4-62ec6994f398"}}},"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.1325.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.1325.0\/"},"errorReportingUrl":"https:\/\/[email protected]\/3427","widgets":{"142bb34d-3439-576a-7118-683e690a1e0d":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1325.0\/WixProGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1325.0\/WixProGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3427","widgetId":"142bb34d-3439-576a-7118-683e690a1e0d"},"144f04b9-aab4-fde7-179b-780c11da4f46":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3427","widgetId":"144f04b9-aab4-fde7-179b-780c11da4f46"},"121a27a6-8fda-4a45-b2eb-60bf40299017":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3427","widgetId":"121a27a6-8fda-4a45-b2eb-60bf40299017"}}},"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":{"appDefId":"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767","appDefName":"Restaurants Tracker app","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/restaurants-order-tracker\/1.673.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=f444306c-28b4-44d9-a966-a871fa706dd2&metaSiteId=cd17bf1b-ba0b-4867-b500-a55bfd505223&siteRevision=234","blocks_devSiteUrl":"https:\/\/shmuliks04.editorx.io\/dxxj0kf9ygsetwmagtzd","blocks_widgetManifestsUrl":"\/manifests\/e329a4ab-e1b2-4268-9cc6-ac6f77ec6767\/234\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurants-order-tracker\/1.673.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/restaurants-order-tracker\/1.673.0"},"errorReportingUrl":"https:\/\/[email protected]\/4856","widgets":{"ce621ecc-c9b6-4e7c-9b95-42ca25993409":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4856","widgetId":"ce621ecc-c9b6-4e7c-9b95-42ca25993409"},"f5cdbb6f-bafe-4374-beca-8f0db78bbc2a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4856","widgetId":"f5cdbb6f-bafe-4374-beca-8f0db78bbc2a"},"6a045820-e605-408a-ba87-48290252a05b":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4856","widgetId":"6a045820-e605-408a-ba87-48290252a05b"},"d16a7951-e33b-4c04-b8f7-a040df49e700":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/4856","widgetId":"d16a7951-e33b-4c04-b8f7-a040df49e700"}}},"b976560c-3122-4351-878f-453f337b7245":{"appDefId":"b976560c-3122-4351-878f-453f337b7245","appDefName":"Member Page","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2292.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=27e854ac-99e9-4626-b905-ff10071df796&metaSiteId=4a8777cf-00e8-44ee-95cd-d6abc09dc8e4&siteRevision=886","blocks_devSiteUrl":"https:\/\/justea2.editorx.io\/vxgooi3j6xm5ykyver02","blocks_widgetManifestsUrl":"\/manifests\/b976560c-3122-4351-878f-453f337b7245\/886\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2292.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2292.0"},"errorReportingUrl":"https:\/\/[email protected]\/3935","widgets":{"2f6c5608-393f-4b15-bfd8-d4e15396787a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3935","widgetId":"2f6c5608-393f-4b15-bfd8-d4e15396787a"},"5ab312ae-0cf7-4093-bbf5-5e4d3690151c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3935","widgetId":"5ab312ae-0cf7-4093-bbf5-5e4d3690151c"},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"controllerUrl":"","componentUrl":"https:\/\/empty","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3935","widgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b"},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"controllerUrl":"","componentUrl":"https:\/\/empty","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3935","widgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b"},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3935","widgetId":"009081ab-9c3d-41d5-8b90-41af0e84c159"},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3935","widgetId":"a26fd26a-3dd9-42ca-b381-326a9c143e38"},"596a6688-3ad7-46f7-bb9c-00023225876d":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/[email protected]\/3935","widgetId":"596a6688-3ad7-46f7-bb9c-00023225876d"}}},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"appDefId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","appDefName":"Instagram Feed (New)","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.424.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=a31c8851-2462-40a5-bd68-097744cb6404&metaSiteId=e868bda4-9a8a-45b6-8c84-d1c77f18dce7&siteRevision=634","blocks_devSiteUrl":"https:\/\/ronyf3.editorx.io\/fyz6zvejisbcbebhj1xw","blocks_widgetManifestsUrl":"\/manifests\/deb18ef1-e0c6-4668-a7bc-4a13785eb5b7\/634\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.0.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.0.0"},"widgets":{"50bd2535-0ac5-4e59-b520-c665f3b38be8":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"50bd2535-0ac5-4e59-b520-c665f3b38be8"},"5e950125-a2e4-489f-bb0b-fb30677719e2":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"5e950125-a2e4-489f-bb0b-fb30677719e2"},"41911f9d-aa42-4111-aafd-bef63e8463e8":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"41911f9d-aa42-4111-aafd-bef63e8463e8"},"4aa5ffff-4e98-47ce-95fe-3b40a658ced4":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"4aa5ffff-4e98-47ce-95fe-3b40a658ced4"},"9775dac1-735d-448f-9143-c9c70bd04de4":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"9775dac1-735d-448f-9143-c9c70bd04de4"}}},"dataBinding":{"appDefId":"dataBinding","appDefName":"Data Binding","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/dbsm-viewer-app\/1.8715.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.739\/app.js","baseUrls":{},"widgets":{}}},"builderComponentsSdkUrls":{},"blocksBootstrapData":{"blocksAppsData":{"b278a256-2757-4f19-9313-c05c783bec92":{"siteHeaderUrl":"55b61908aa98bd345aee80ce2e999bef_r3.json","wixCodeGridId":"dd6aba6d-db45-4375-b861-dca04fef5596","wixCodeInstanceId":"0ef6a444-a1a3-435e-a1d2-ac7f79d12f84"},"9a5d83fd-8570-482e-81ab-cfa88942ee60":{"siteHeaderUrl":"39b46e30066c9b2c77fd2bf44d9df7a2_r3.json","wixCodeGridId":"b1b3eb01-3603-4ff2-a25d-197aea3ab100","wixCodeInstanceId":"aa1ef6a5-5de6-4cd0-ab69-97d0ed9a2386"},"9dd67198-68df-4884-92d5-d38ba59bcae0":{"siteHeaderUrl":"6ab084757f9ab96f578541f9a46bb69b_r3.json","wixCodeGridId":"47a456da-cc68-4084-81ce-ab76ebbdb2d8","wixCodeInstanceId":"7ab6b382-5bd0-47c0-934d-10edb5385f3d"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"siteHeaderUrl":"a7dbf879980a8e90e03d649b6f48fac4_r3.json","wixCodeGridId":"71869e96-79b7-49b9-b6f9-e32bcf00ac52","wixCodeInstanceId":"4655355b-4814-4846-b82a-e057f0df94a3"},"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":{"siteHeaderUrl":"99c941fa9aa05389dafdbecab6434446_r3.json","wixCodeGridId":"7b52bd92-e5c6-486b-a524-9ca99aea20a3","wixCodeInstanceId":"4720bced-a5f8-4e4f-ad27-beb2127ab772"},"b976560c-3122-4351-878f-453f337b7245":{"siteHeaderUrl":"eace6664f51effbfb64a22edd2273890_r3.json","wixCodeGridId":"144a1dfe-8d52-4f7d-8926-51c640275505","wixCodeInstanceId":"9a9eaf1c-6655-4e0c-9789-ee2c43dd1920"},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"siteHeaderUrl":"b0bff6870361bd12f0f4ecaa9af1e580_r3.json","wixCodeGridId":"c50e5e08-385e-4f11-8515-a12d1885c426","wixCodeInstanceId":"841abdb9-cb94-4497-a1ad-9b47c4725e8f"}},"elevatedBlocksAppsOnReactNative":[],"experiments":{"specs.blocks-client.alwaysUseTokenInfoForDecode":"true"},"experimentsQueryParams":"analyze-imported-namespaces=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=undefined&bundler-traffic-to-aws=true&bundler-typescript-analysis=true","widgetBundleUrls":{},"isVeloBundlerParastorageUrlEnabled":false,"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:\/\/www.rvwc.com","isPremiumDomain":true,"metaSiteId":"fdbffcc2-13aa-4611-a2f5-88e8be74fabd","userFileDomainUrl":"filesusr.com"},"bi":{"ownerId":"161e3b74-181d-4f61-97d0-dd39c0e8e297","isMobileFriendly":true,"isPreview":false,"requestId":"1747581474.35242062101522091824"},"platformAPIData":{"routersConfigMap":{"routers-ltosu7aj":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"iq55w"},"roleVariations":{}}}},"wixCodeBootstrapData":{"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762","wixCodeInstanceId":"4231aca7-dab9-4eca-af61-2c4a644f98d5","wixCloudBaseDomain":"wix-code.com","dbsmViewerApp":"https:\/\/static.parastorage.com\/services\/dbsm-viewer-app\/1.8715.0","wixCodePlatformBaseUrl":"https:\/\/static.parastorage.com\/services\/wix-code-platform\/1.1097.93","wixCodeModel":{"appData":{"codeAppId":"4b17df22-2ada-4598-b478-1d39fc548b6f"},"signedAppRenderInfo":"880b4d564bb50f8c55fde35b0612bbcd01e28bf9.eyJncmlkQXBwSWQiOiI0YjE3ZGYyMi0yYWRhLTQ1OTgtYjQ3OC0xZDM5ZmM1NDhiNmYiLCJodG1sU2l0ZUlkIjoiNTI0YTUyNDQtNWI4Mi00YTY3LTgyY2ItMmI5YzQ1N2RhODNjIiwiZGVtb0lkIjpudWxsLCJzaWduRGF0ZSI6MTc0NzU4MTQ3NDQ0Nn0="},"wixCodePageIds":{},"elementorySupport":{"baseUrl":"https:\/\/www.rvwc.com\/_api\/wix-code-public-dispatcher-ng\/siteview"},"codePackagesData":[]},"autoFrontendModulesBaseUrl":"https:\/\/static.parastorage.com\/services\/auto-frontend-modules\/1.6238.0","disabledPlatformApps":{},"widgetsClientSpecMapData":{"1380b703-ce81-ff05-f115-39571d94dfcd":{"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"widgetName":"product_page","componentFields":{}},"0b8ba619-580b-4a3c-912a-2aba1f10763a":{"widgetName":"0b8ba619-580b-4a3c-912a-2aba1f10763a","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":{}},"14fd5970-8072-c276-1246-058b79e70c1a":{"widgetName":"checkout","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":{}},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"widgetName":"product_widget","componentFields":{}}},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{},"b278a256-2757-4f19-9313-c05c783bec92":{"e48ae222-fde1-457d-ba9b-8dea2a55b6c4":{"componentFields":{}},"a1fdf2bb-a0d4-453e-80be-3c796d083e36":{"componentFields":{}},"fb101fde-5787-446e-8403-72b153a8d430":{"componentFields":{}},"2b8b1797-18d3-49e6-81c3-ce257c3bb7be":{"componentFields":{}},"4a9adbd9-4682-47aa-a3cb-970610b0012f":{"componentFields":{}},"1fd5a21a-f47d-4604-9cab-1cf76d81b231":{"componentFields":{}},"865da96a-c45e-45f9-b590-e88bbdad7c85":{"componentFields":{}},"85f0fc1c-00b4-49ba-aaa1-5bd79c1d8fb0":{"componentFields":{}},"335a635e-dcf0-4252-8ad3-955eff19a0c2":{"componentFields":{}},"3024245a-be3e-4c67-add6-c73e7d3ab15c":{"componentFields":{}},"7bfe2427-04f9-43b3-8524-07fb7807be5a":{"componentFields":{}},"a1c26b60-1eac-46f1-9b6d-84280de64369":{"componentFields":{}},"a799fd74-b5ae-494a-80cb-258ddd19bf76":{"componentFields":{}},"adfc8039-dfba-4edb-bd55-e66bbb1c6def":{"componentFields":{}},"ef7cc729-40b5-451b-8079-c94567ec0c1b":{"componentFields":{}},"a3fba921-2527-4ae6-ac95-12e07d2bf750":{"componentFields":{}},"fb7a9142-2b07-45a3-a713-f0255e30a578":{"componentFields":{}},"d123479a-1c05-4aea-9565-4cdcb9ed3d16":{"componentFields":{}},"9dcdb78c-b19c-4de7-b5d6-ef00bba83a19":{"componentFields":{}},"4d5e900f-ad0f-4c60-b122-7f80f07f89f4":{"componentFields":{}},"082abb67-348b-42ec-9736-9b713f6f3737":{"componentFields":{}},"7502c487-f96c-49fe-9570-d4e8b517d429":{"componentFields":{}},"42080ddf-416a-4904-8050-aa8072fbc28c":{"componentFields":{}},"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc":{"widgetName":"3f7c620e-526a-4dbb-afff-6fb77bfa8dcc","componentFields":{}},"1dc354dc-5ea1-476c-a1b5-fca4c9e9d7aa":{"componentFields":{}},"4b0b39dc-dff6-4ed5-ab66-506be2dd8b50":{"componentFields":{}},"c3c9834e-337d-48c3-9c54-5e5a3642e22c":{"componentFields":{}},"56efde65-22b8-45c9-b8c0-34ee6b04e793":{"componentFields":{}},"27e8214d-587e-44be-b65e-46a20730f11a":{"componentFields":{}},"f9a48122-4834-4759-93fd-2691cc3e5d30":{"componentFields":{}},"1c1971c6-5498-4a85-a260-e5e6ba7611b3":{"componentFields":{}},"3f10f715-22b6-45ae-aaf0-d92398ffe6f7":{"componentFields":{}},"33b4f1e9-734a-4223-8640-e57a23580471":{"componentFields":{}},"b0548eaf-6c29-49ce-965f-1d1325867604":{"componentFields":{}},"34263026-b3d0-45f9-bd70-983fa1bc46b4":{"componentFields":{}},"e2f7ed4c-dff8-4f47-82f4-d951d5624c42":{"componentFields":{}},"a24f7e42-b8c3-4073-a20d-80e2bababb2a":{"componentFields":{}},"93da2654-b903-4245-89a6-8852e4b75697":{"componentFields":{}},"096efab1-9c27-4f1d-b95d-d8a30bb96d78":{"componentFields":{}},"1c87e8db-e1c9-4258-b6c4-a54a4568b1ae":{"componentFields":{}},"9bf25d94-4102-41c8-96d4-73f12fbc19bd":{"componentFields":{}},"306eba77-d5f9-4a68-a788-4f959cd58b88":{"componentFields":{}}},"9a5d83fd-8570-482e-81ab-cfa88942ee60":{"9018d9d6-7c9d-4c2b-bbcf-666dc9101174":{"componentFields":{}},"12debf06-f9be-44c0-a88a-3e70516e6a30":{"componentFields":{}},"25fd8df5-5eac-4334-aa72-f11da16db0b2":{"componentFields":{}},"97f84a28-a476-4643-a20b-0739094701ea":{"componentFields":{}},"3a1527b1-da5f-458a-86c2-bbb85f904559":{"componentFields":{}},"67f0fd5a-98a1-4e8c-a871-2fc32595b036":{"componentFields":{}},"07def684-158d-4742-b9f2-4a9d57ffdbe6":{"widgetName":"07def684-158d-4742-b9f2-4a9d57ffdbe6","componentFields":{}},"179be61f-8c73-492b-bd59-3a68160d637b":{"componentFields":{}},"a88fedaa-ee09-4466-9dbf-96b634f7b504":{"componentFields":{}},"e79c15ad-5a5a-4157-bc39-85e291a98a78":{"componentFields":{}},"8ad8f1b5-b637-449a-9ec2-7dc704a3782c":{"componentFields":{}},"8bf0c9e2-c2b9-4b17-a3c5-548f2eae1397":{"componentFields":{}},"3ef2c630-279e-40ca-bd7c-b5222c1ccb50":{"componentFields":{}},"86f6a15a-741d-4595-97ef-c92c7f98def0":{"componentFields":{}},"9c1cbd0a-370a-4b24-a70e-d5b01eb8462a":{"componentFields":{}},"76137764-e36c-4b79-891e-0709c00c3986":{"componentFields":{}},"7bb9e6da-b8e1-41f9-8120-1a5d71908a28":{"componentFields":{}},"5077609c-e47c-4da6-8147-008d243e4499":{"componentFields":{}},"4a6daa44-4fc7-465b-beb7-8faef4e24b7a":{"componentFields":{}},"85b1bee1-dbc6-4b53-a31c-e55e4cfaca12":{"componentFields":{}},"010ccc93-56ea-46a7-b6a6-7693556214a7":{"componentFields":{}},"2d49d023-1787-4ecb-98f7-112e7087efc1":{"componentFields":{}},"16b8f266-8332-4402-b9be-211319e118cc":{"componentFields":{}},"c8bb56a5-886f-43e1-b885-90a85d9af090":{"componentFields":{}},"4ed3dad3-08ae-4c41-a696-2fc970e3bd84":{"componentFields":{}},"3da51d5d-166e-49b2-a4fc-49d9e2015ea2":{"componentFields":{}},"20a943be-f3aa-413e-a20c-5b36dc5d76a9":{"componentFields":{}},"a362b160-020e-40ec-a02d-6ca20cee56e9":{"componentFields":{}},"fead24ed-3548-4e05-82f1-dbb76debe567":{"componentFields":{}},"4003cca6-5e9b-439a-8cc2-8d708d1d2ce6":{"componentFields":{}}},"9dd67198-68df-4884-92d5-d38ba59bcae0":{"1b9f60e8-e5d8-4c01-9e1d-d65ad6a822c0":{"componentFields":{}},"0fd3d900-f2e7-40cc-b0b3-e3bc449fba5b":{"componentFields":{}},"4260e41d-150d-43bb-9495-aedaf4c2c60d":{"componentFields":{}},"490939b9-16ea-43a1-a7f4-62ec6994f398":{"componentFields":{}}},"1973457f-c021-4da5-941f-58444ff761d4":{},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"142bb34d-3439-576a-7118-683e690a1e0d":{"widgetName":"pro-gallery","componentFields":{}},"144f04b9-aab4-fde7-179b-780c11da4f46":{"widgetName":"fullscreen_page","componentFields":{}},"121a27a6-8fda-4a45-b2eb-60bf40299017":{"componentFields":{}}},"14ce1214-b278-a7e4-1373-00cebd1bef7c":{},"675bbcef-18d8-41f5-800e-131ec9e08762":{},"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9":{"35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6":{"widgetName":"wix_file_share_members_page","componentFields":{}},"75a32499-b1aa-4dae-8cc2-6e10be7a92de":{"widgetName":"75a32499-b1aa-4dae-8cc2-6e10be7a92de","componentFields":{}},"1537b264-0a4d-ca5e-52b9-980bc763d50a":{"widgetName":"wix_file_share_page","componentFields":{}}},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"widgetName":"member_info","componentFields":{}}},"14ce28f7-7eb0-3745-22f8-074b0e2401fb":{"14cefc05-d163-dbb7-e4ec-cd4f2c4d6ddd":{"widgetName":"profile","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":{}},"7ae13e41-6022-46c4-b050-2173272ef12e":{"widgetName":"7ae13e41-6022-46c4-b050-2173272ef12e","componentFields":{}},"53283e84-0c7c-4ca5-af93-0337f9f7f674":{"widgetName":"53283e84-0c7c-4ca5-af93-0337f9f7f674","componentFields":{}}},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"4c910826-dc3a-42b6-aa89-11e813c3821d":{"widgetName":"4c910826-dc3a-42b6-aa89-11e813c3821d","componentFields":{}},"14f25dd2-f9b0-edc2-f38e-eded5da094aa":{"widgetName":"settings","componentFields":{}}},"2bef2abe-7abe-43da-889c-53c1500a328c":{"b29db04a-a8f2-4bfe-bbad-21c99c1054b5":{"widgetName":"My Subscriptions","componentFields":{}}},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"widgetName":"my_wallet","componentFields":{}}},"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":{"ce621ecc-c9b6-4e7c-9b95-42ca25993409":{"componentFields":{}},"f5cdbb6f-bafe-4374-beca-8f0db78bbc2a":{"componentFields":{}},"6a045820-e605-408a-ba87-48290252a05b":{"componentFields":{}},"d16a7951-e33b-4c04-b8f7-a040df49e700":{"componentFields":{}}},"b976560c-3122-4351-878f-453f337b7245":{"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":{}},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"componentFields":{}},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"componentFields":{}},"596a6688-3ad7-46f7-bb9c-00023225876d":{"componentFields":{}}},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"50bd2535-0ac5-4e59-b520-c665f3b38be8":{"componentFields":{}},"5e950125-a2e4-489f-bb0b-fb30677719e2":{"componentFields":{}},"41911f9d-aa42-4111-aafd-bef63e8463e8":{"componentFields":{}},"4aa5ffff-4e98-47ce-95fe-3b40a658ced4":{"componentFields":{}},"9775dac1-735d-448f-9143-c9c70bd04de4":{"componentFields":{}}},"dataBinding":{}},"essentials":{"appsConductedExperiments":{"13e8d036-5516-6104-b456-c8466db39542":{"specs.restaurants.automationTrigger":"true","specs.restaurants.ItemsSelectionPikachuForPaylink":"false","specs.restaurants.connect.hidepreinstalled":"false","specs.restaurants.oloMultiPages":"true","specs.restaurants.CreatePickupFulfillmentOnOperationCreation":"true","specs.restaurants.UseRestaurantsLocationsInPos":"false","specs.restaurants.getMenusByOperation":"true","specs.restaurants.isServiceFeeEnabled-olo-client-dev":"true","specs.restaurants.fix-it-reset-delivery-on-pickup-save":"true","specs.restaurants.ValidateOnCart":"true","specs.restaurants.OloServerMLArchivedLocationValidation":"true","restaurants.mobile.olo.owner.enable-menu-items-pikachu-client-provider":"true","specs.restaurants.OLOServerValidateOnMissingSubdivision":"true","specs.restaurants.dine-in":"true","specs.marketplace.editorx-for-13e8d036-5516-6104-b456-c8466db39542":"true","specs.restaurants.myBusinessActions":"true","restaurants.lev.test":"true","specs.restaurants.shouldExpandRulesMenusOlo":"true","specs.restaurants.ShouldAddModifierGroupNameInDescriptionLine":"true","specs.restaurants.StopCatalogsCacheRead":"true","specs.restaurants.OloServerSingleAsapDeliveryOption":"true","specs.restaurants.BM-ordersDealerBanner":"true","specs.restaurants.OloServerShouldAddTaxableAddress":"true","specs.restaurants.CreateDoorDashFulfillmentOnOperationCreation":"true","specs.restaurants.ShouldOverrideMenuLocationIdOnMigration":"false","specs.restaurants.disountsEntry":"true","specs.restaurants.ShouldHandleOrderDeltasCommittedOnlyForLineItemsChanges":"true","specs.restaurants.menus.enlargeModifiersOnGroupAmount":"true","specs.restaurants.restaurantsMyOrdersWidget":"false","specs.restaurants.bm-integrations-settings":"true","specs.restaurants.CreateOrgInServer":"true","specs.restaurants.menuStatus-livesite":"true","specs.restaurants.installNewTips":"true","specs.restaurants.OloServerMLFilterMenusNotOnTheSameLocationAsOperation":"true","specs.restaurants.old-olo-pages-migration":"true","specs.restaurants.UsePreferredCodeResolver":"true","specs.restaurants.WriteInstanceMappingShadowMode":"false","specs.restaurants.menus.reduceSectionsOnMenuAmount":"false","specs.restaurants.ShouldAddBusinessLocationIdOnMenuChangedEvent":"true","specs.restaurants.funnel.OldMenusDealer":"true","specs.restaurants.connect.preinstalledsmsaction.updated.orderoutfordelivery":"true","specs.restaurants.discounts-gate-page":"true","specs.restaurants.explorationDealerBm":"true","specs.restaurants.ConnectServerPreDoorDashMLWriteEnabled":"true","specs.restaurants.OloServerMLEnabled":"true","specs.restaurants.default-fulfillment":"true","specs.restaurants.OLO.livesite.enableMultiLocation":"true","specs.restaurants.considerAvailabilityExceptions":"true","specs.restaurants.installNewDoorDashApp":"true","spec.restaurants.olo.bm.NewOperationFloatingHelper":"false","specs.restaurants.connect.preinstalledsmsaction.updated.remainderfutureorder":"true","specs.restaurants.ExternalProviderValidation":"true","specs.restaurants.enlargeMaxModifiersSelection":"true","specs.restaurants.TakeStatusFromFilteredFulfillment":"true","specs.restaurants.UseNewSpiSignerInLocalDelivery":"true","specs.restaurants.ShouldCreateSingleOperationWhenOperationGroupCreated":"true","specs.restaurants.ShouldCopyExternalProviderFulfillmentsFromSourceSite":"true","specs.restaurants.connect.updatedowneremail":"true","specs.restaurants.UseNewAddressGenerator":"true","specs.restaurants.connect.preinstalledsms":"false","specs.restaurants.ShouldCreateOperationsOnOperationGroupCreated":"true","specs.restaurants.olo-ml.openBusinessInfoModal":"false","specs.restaurants.delivery-radius-range-enabled":"true","levTestSpec-logged":"true","specs.restaurants.OloServerMLMenuOperationLocationValidation":"false","specs.restaurants.UseRestaurantsFulfillmentsInLocalDelivery":"false","com.wixpress.restaurants.automations.orders.specs.HandleOrderDomainEvent":"true","specs.restaurants.oloWelcomeModalBm":"true","restaurants.mobile.olo.owner.disable-doordash":"false","specs.restaurants.reservationsCustomFields":"true","specs.restaurants.RLD-v2":"false","specs.restaurants.ShouldGetRestaurantsShippingOptionMetadata":"true","specs.stores.UseCheckoutSettings":"true","specs.restaurants.ShouldSetDefaultLocationOnCloneFromTemplate":"true","specs.tableReservations.oldAppBmSunset":"true","specs.restaurants.livesite.createCart":"true","specs.restaurants.GetLocationOnAutomations":"true","specs.restaurants.ShouldHandleFulfillmentWithEnricher":"false","specs.restaurants.UseSettingsRpcClient":"true","specs.restaurants.cashierWallets":"true","specs.restaurants.holiday-menu-availability-bm":"true","specs.restaurants.olo-client.skipToCheckout":"false","specs.restaurants.old-menus-page-migration":"true","specs.restaurants.ShouldUseFormattedAddressForDoorDashStore":"true","restaurants.mobile.olo.owner.enable-edit-order-entry-point":"true","specs.restaurants.woa.olo-settings.thermal-printer":"true","specs.restaurants.defaultMenuVisible":"true","restaurants.mobile.olo.owner.disable-manual-thermal-printing":"false","specs.restaurants.MenuAvailabilityValidation":"true","specs.restaurants.oloFedInstallationRetry":"true","restaurants.mobile.olo.owner.order-transactions":"true","specs.restaurants.OLO.BM.manageLocationsEntry":"true","specs.restaurants.ShouldCopyOperationGroupFromSourceSite":"true","specs.restaurants.ShouldEnabledSsrCache":"false","specs.restaurants.editor.cssIndication":"true","restaurants.mobile.olo.owner.enable-initialize-modile-when-loaded":"true","specs.restaurants.ShouldReturnMockDoorDashCreateDeliveryError":"false","specs.restaurants.dine-in-ml":"true","specs.restaurants.openItemModalByQueryParams":"true","specs.restaurants.menu-availability-ux-improvements":"true","specs.restaurants.olo-client-members-area":"true","specs.restaurants.OloServerMLLocationIdConsistencyValidation":"true","restaurants.mobile.olo.owner.disable-opt-in-with-delivery-partner":"false","specs.restaurants.fix-it-no-contact-label":"true","specs.restaurants.ShouldCreateMenusInOriginalLocations":"true","specs.restaurants.connect.preinstalledsmsaction.updated.orderedited":"true","specs.tableReservations.shouldInstallMembersArea":"false","specs.restaurants.shutdown-screen-olo-migration":"false","specs.restaurants.catalogs-v3-migration":"false","specs.restaurants.ShouldUseNewTaxGroupDomainEventsForOperation":"true","specs.restaurants.ShouldEnhanceNotificationWithLocation":"true","specs.restaurants.remove-discounts-for-non-orders-app":"true","specs.restaurants.InstallNewTipsAppProvisionService":"true","specs.restaurants.UseRestaurantLocationsInLocalDelivery":"false","specs.restaurants.UseSettingsCache":"true","specs.restaurants.templatesDemo":"true","specs.restaurants.OLO.BM.multilocation":"true","specs.restaurants.fix-it-orderSettingsFromEditor":"true","specs.restaurants.connect.preinstalledsmsaction.updated.manualordercreated":"true","specs.restaurants.ShouldUseNewTaxGroupDomainEventsForItem":"true","specs.restaurants.ShouldRemoveDoorDashDeliveryTimeBrackets":"true","specs.restaurants.DisableMenuItemTotalPriceValidation":"true","specs.restaurants.olo-client-classic-editor-sticky-navigation":"true","specs.restaurants.ShouldSendDuplexerEventsByLocation":"true","specs.restaurants.openItemModalBeforeDispatch":"true","specs.restaurants.ShouldUseProviderCreateDeliveryNewErrorFormat":"true","specs.restaurants.menusImportImageGemini":"true","specs.restaurants.StopUsingRelooseMenus":"false","specs.restaurants.new-tips-entry-point":"true","restaurants.mobile.olo.owner.unfilter-overdue-orders":"false","specs.restaurants.OLOServerTemplateCloneTenantHandling":"true","specs.restaurants.UsePreferredCodeFallback":"true","specs.restaurants.Notification_TakeStatusFromFilteredFulfillment":"true","specs.restaurants.hide-special-requests":"true","restaurants.mobile.olo.owner.filter-delivery-partner-fulfillment-methods":"false","specs.restaurants.connect.OrderWithGoogleFilterByBusinessLocation":"true","specs.restaurants.bm-reservations-settings":"true","specs.restaurants.ShouldConsumeLocationCreatedEvent":"true","specs.restaurants.connect.preinstalledsmsaction.updated.ordercreated":"true","specs.restaurants.oloDealerOffers":"true","specs.restaurants.ItemsSelectionPikachu":"true","specs.restaurants.menus.reduceItemsOnSectionAmount":"false","specs.restaurants.AtlasQueryOrderItemsChange":"true","specs.restaurants.unifyPhoneOrderingNotification":"true","specs.restaurants.OLO.livesite.editCartItem":"false","specs.restaurants.ShouldFormatPriceInModifierGroup":"true","specs.restaurants.connect.preinstalledautomation.uouorderreceived":"true","specs.restaurants.ShouldUseAppContainerInProvisionRestaurants":"true","specs.restaurants.menus.enlargeVariantsAmount":"true","specs.restaurants.ShouldSetDefaultLocationOnOrderIfMissing":"true","specs.restaurants.ShouldWriteShippingOptionMetadataInCache":"true","specs.restaurants.phoneCallAutomationPoc":"false","specs.restaurants.OloServerMLMapMenuToFirstOperationByLocationId":"true","specs.restaurants.menusImportImageNoPartialParse":"true","specs.restaurants.unchangedDeliveryAddress":"false","specs.restaurants.oloCartButtonBob":"true","specs.restaurants.EnableDoorDashFulfillmentAfterSuccessfulRegistration":"false","specs.restaurants.connect.preinstalledsmsaction.updated.orderready":"true","specs.restaurants.hide-old-olo-apps":"true","specs.restaurants.disable-order-pacing":"false","specs.restaurants.order-pacing":"true","specs.restaurants.olo-client-members-area-my-wallet":"true","restaurants.mobile.olo.owner.enable-orders-wo-due-by-or-fulfillment":"true","specs.restaurants.welcomeModalMigratedUsers":"true","specs.restaurants.bm-future-orders-message":"true","specs.restaurants.connect.ItemSelectionProviderUseSearchInsteadOfQuery":"true","specs.restaurants.editor.enableOperationGroup":"true","specs.restaurants.ShouldHandleFulfillmentWithStatusManager":"true","specs.restaurants.MenusVideoTutorial":"true","specs.restaurants.DisplayVariantsMultilingual":"true","specs.restaurants.menuAvailabilityLivesite":"true"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"specs.pro-gallery.usePictureElement":"true","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.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":"true","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.disableImagePreload":"true","specs.pro-gallery.excludeFromPrerenderPerformance":"false","specs.pro-gallery.appSettings":"true"},"2bef2abe-7abe-43da-889c-53c1500a328c":{"specs.premium.subscriptions-tpa.VerifyGracePeriodBeforePayNow":"true","specs.premium.subscriptions-tpa.UseInitiatePaymentMethodSetup":"true","specs.subscriptionsTpa.ShowLastNextCharge":"true"},"14409595-f076-4753-8303-9a86f9f71469":{"specs.vod.iosHlsJsOverrideNative":"true"},"b976560c-3122-4351-878f-453f337b7245":{"specs.profilePageBoB.EnablePageLoadErrorState":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersAreaV2.SyncDataWithMenuItems":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.profilePageBoB.EnableCSSIndicators":"true","specs.profilePageBoB.EnableCustomSausageBarConfig":"true","specs.membersArea.AddWidgetsPluginsResilience":"true","specs.membersArea.installedWidgetsFromRoutes":"true","specs.membersAreaV2.UseSyncDeleteActions":"true","specs.membersArea.EnableSausageBar":"true","specs.profilePageBoB.EnableFFLightboxErrorState":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.EnableUnifiedManager":"true","specs.profilePageBoB.VerticalDeletionRemoveRefreshApp":"true","specs.membersAreaV2.fasterMemberFetching":"true","specs.membersArea.OptimizeViewedMemberRolesFetch":"true"},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"specs.payments-checkout.UseSitePaymentMethodTypes":"true"},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"specs.membersArea.enableNotificationsOnV2":"true","specs.ping.membersAreaUseNotificationsV2Api":"true","specs.membersArea.normalizeMenuItemsLinkMetaData":"true","specs.membersArea.enableAppData":"true"},"9dd67198-68df-4884-92d5-d38ba59bcae0":{"specs.tips.AddWidgetToStage":"false","specs.tips.WaitForProps":"false","specs.tips.CustomTipAsButton":"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.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.UseCustomizeMemberPageCTA":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.membersAbout.EnableWDSPanels":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersArea.framelessEditorProfilePage":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersAbout.EnableRicosContentInSEO":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersAbout.UseResponsivePostsCover":"false","specs.membersArea.PrivateMemberIndicator":"false","specs.membersAreaV2.enableCustomPages":"true","specs.membersAboutOOI.DisableButtonOnPublish":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.membersAbout.EnablePostListInSEO":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.membersAboutOOI.EnableMobileTitleSetting":"true","specs.membersArea.UseMembersAboutV2":"true","specs.membersAboutOOI.EnableDesignTabResetButtonPerPage":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.membersAboutOOI.EnableMobileDesignTabSectionHeaders":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.wixBlog.MAHideWriterActionsInViewer":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersAboutOOI.EnableButtonBorderSettings":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.membersAbout.EnableAboutMiddleware":"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.ricos.tiptapEditor":"false","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true"},"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":{"specs.restaurants.connect.tracker.orderWithoutMethod":"true"},"9142e27e-2e30-4948-ad8f-7e128939efc4":{"specs.restaurants.menusOoiDuplicateAction":"true"},"dataBinding":{"specs.wixDataClient.AutomationsClientV2":"true","specs.wixDataViewer.UseCloudDataUrlWithBaseExternalUrl":"true","specs.wixDataViewer.fixExpressionsAsyncInRepeater":"false","specs.wixDataClient.BlitzNoFilteredResultsCounter":"true","specs.wixDataViewer.fetchOnlyConnectedFields":"true","specs.wixDataClient.NumberOfItemsImprovements":"true","specs.wixDataClient.accessibilityBindingsViewer":"false","specs.wixDataViewer.fixExpressionsFetchingOrder":"false"},"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.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.UseCustomizeMemberPageCTA":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.myAccount.UseNewSettings":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.myAccount.EnableCSSIndicators":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","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.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersAreaV2.enableCustomPages":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"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.membersArea.UseMembersAboutV2":"true","specs.myAccount.EnableUrlEditNote":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"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.members.usePlatformizedServicesForUpdate":"true","specs.wixBlog.MAHideWriterActionsInViewer":"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.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.myAccount.EnableDesignTabResetButtonPerPage":"true","specs.membersArea.framelessEditorMyAccount":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.myAccount.EnableWDSPanels":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true"},"9a5d83fd-8570-482e-81ab-cfa88942ee60":{"specs.restaurants.oloMultiPages":"true","specs.restaurants.getMenusByOperation":"true","specs.restaurants.myBusinessActions":"true","specs.restaurants.menuStatus-livesite":"true","specs.restaurants.installNewTips":"true","specs.restaurants.OLO.livesite.enableMultiLocation":"true","specs.restaurants.livesite.createCart":"true","specs.restaurants.oloFedInstallationRetry":"true","specs.restaurants.editor.cssIndication":"true","specs.restaurants.openItemModalByQueryParams":"true","specs.restaurants.openItemModalBeforeDispatch":"true","specs.restaurants.OLO.livesite.editCartItem":"false","specs.restaurants.unchangedDeliveryAddress":"false","specs.restaurants.oloCartButtonBob":"true","specs.restaurants.editor.enableOperationGroup":"true","specs.restaurants.menuAvailabilityLivesite":"true"},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"specs.stores.UseCurrentCartFromSdk":"true"},"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":{"specs.ping.errorHandlerInUou":"true"},"14ce1214-b278-a7e4-1373-00cebd1bef7c":{"specs.forms.EnableFormsInBlog":"true"},"1380b703-ce81-ff05-f115-39571d94dfcd":{"specs.stores.ShouldNotUseDestinationCompleteness":"true","specs.stores.DisableFocusProductOnInfiniteScroll":"true","specs.forms.LocalPhoneNumbers":"true","specs.stores.GalleryProductOptionMobileNativeDropdown":"true","specs.stores.AllowAddToCartButtonOnImageInViewer":"true","specs.stores.AddLayoutConfigToLineItemsAutoGql":"true","specs.stores.FixScrollToPaymentWidgetOnPaymentFormError":"true","specs.stores.ShouldPreloadPurchaseFlowProperties":"true","specs.stores.ShouldRemoveFilterModalOpenClass":"true","specs.ecom.CollectPaymentForZeroPriceWhenPaymentRequired":"true","specs.stores.MoveSlotAboveCheckoutButton":"true","specs.stores.GalleryFetchAppSettingsOnce":"false","specs.stores.ProductPageOOIExpandIcon":"false","specs.stores.ProductPageFixFullScreenRicoImage":"true","specs.stores.GalleryProductOptionsAndQuantityWidth":"true","specs.stores.UseCurrentCartFromSdk":"true","specs.stores.UsePrefixForRouterNavigationToProductPage":"true","specs.stores.ProductPageBreadcrumbsAfterHydration":"true","specs.stores.ChangeShippingDestinationDialogLabelsTextColor":"true","specs.stores.GalleryColorPickerA11yReflowKeyboardFix":"false","specs.stores.GalleryDontFetchFilteredProductsWithoutActiveFilters":"true","specs.stores.ProductPageNoLostBusinessNotifier":"true","specs.stores.ProductPageDropdownLabelForNoAria":"true","specs.stores.UseNewFiltersQueryParamEncoder":"true","specs.ecom.HandleNoCheckoutIdError":"true","specs.ecom.UseTitleHtmlTagSettingParam":"true","specs.stores.MergePaymentAndPlaceOrderSteps":"true","specs.stores.GalleryEnableLoadMoreHoverUnderline":"true","specs.stores.GalleryPriceFilterClientTicksCalculation":"true","specs.stores.ProductPageOOIScrollToError":"true","specs.stores.RemoveModifiersSelectionIdsFromUserSelections":"true","specs.stores.AddHasDiscountToVariantsItemsQueries":"true","specs.stores.ProductPageDropdownLabelFor":"true","specs.stores.ShowAutomaticDiscountDataOnProductWidget":"true","specs.forms.MultilineAddressInTemplates":"true","specs.stores.ShowCorrectVariantPPU":"true","specs.stores.RefactorPlaceOrderStateCalculation":"true","specs.stores.AddKeyToShippingDestinationModalCloseButton":"true","specs.stores.CheckoutHeaderAndLogoA11yChanges":"true","specs.stores.FixAnnounceNotDefinedBug":"true","specs.stores.AddPaymentRequiredToCheckoutQuery":"true","specs.stores.AddComparePriceToVariantsItemsQueries":"true","specs.ecom.FixCarrierIdForSelectShippingOption":"true","specs.stores.ColorOptionsDefaultSizeViewer":"true","specs.stores.AddSidePaddingOnCartPageForDesktopViewer":"true","specs.stores.StorefrontLegacyEnablePanoramaIntegration":"false","specs.stores.ShouldFocusMainElementOnCartPage":"true","specs.stores.GiftCartSeviceDownCheckout":"true","specs.stores.GalleryFiltersClassicMobileHorizontalOrientationFix":"false","specs.stores.UsePaymentRequired":"true","specs.stores.UsingStoresViewerScriptAddToCart":"false","specs.stores.ShouldFixZoomForCheckoutInClassic":"false","specs.stores.EnableFadeInAnimationOnGalleryScroll":"true","specs.ecom.UseAdditionalInfoFormLabel":"true","specs.stores.AddSubscriptionChargesToCheckoutQuery":"true","specs.stores.AddSlotToCheckoutPolicies":"false","specs.stores.RemoveLinkFromNonStoresItems":"true","specs.stores.AddToCartInLightboxOpneProductPage":"true","specs.stores.GalleryAddMissingAddProductImpressionEvent":"true","specs.stores.FixQueryParamSpecialCharDecode":"true","specs.stores.TYPErrorMsgGC":"false","specs.stores.GallerySlotsPOC":"false","specs.stores.navigateToRelativeUrlWithCustomizedUrl":"true","specs.stores.enableUnitedStatesMilitaryAddresses":"true","specs.ecom.FixShippingOptionSelectionBug":"true","specs.stores.GalleryPriceSliderA11yFixKeyboardFocus":"true","specs.stores.AllowGalleryContainerPadding":"true","specs.ecom.RemoveGQLCallOnCreateCheckout":"true","specs.stores.OptimizeSelectionCalculation":"true","specs.stores.CartFromSDKWhenShowShippingOrShowTax":"true","specs.stores.SupportMemberOnlyCheckout":"true","specs.stores.HoverEffectOnImageOnly":"true","specs.stores.ShouldProductPageUseNewSocialIcons":"true","specs.stores.FixGalleryDropdownOptionsDisabledOpacity":"true","specs.stores.SliderGalleryFixSwiperIndex":"true","specs.stores.DontRedirectToSiteOnFailedFetch":"false","specs.stores.ProductPageSlots":"true","specs.stores.UseGalleryNewApplyFilterQueryParams":"false","specs.stores.ProductPageOptionsMigrateToUITPA":"true","specs.stores.tpaRouterShouldQueryProductsV3":"true","specs.stores.SliderGalleryTitleFontSizeViewer":"true","specs.stores.PreorderDataInWishlist":"true","specs.stores.UseNewSubscriptionCheckboxInCustomerDetailsForm":"false","specs.forms.EnableNewPhoneFieldValidation":"true","specs.stores.GalleryProductItemsLazyLoadingForV3":"true","specs.stores.GallerySeoTags":"true","specs.stores.SliderGallery200Limit":"true","specs.stores.AllowStickySidebarInViewer":"true","specs.stores.RangeFilterRefactor":"true","specs.stores.QuickViewMoreLinkFontFallback":"true","specs.ecom.AddProjectionsTYPQuery":"false","specs.stores.ShowCssPerBreakpointIndicationsSideCart":"true","specs.forms.EnablePhoneField":"true","specs.stores.ShouldScrollToPaymentWidgetOnPaymentFormError":"true","specs.stores.FixBackInStockButtonValidation":"true","specs.stores.FixGalleryNotToShowQueryPageFor1":"true","specs.stores.FixSliderGalleryRelatedProductsEmptyRender":"true","specs.stores.AddMembersOnlyToCheckoutQuery":"true","specs.stores.ShouldRecalculatePlaceOrderButtonStateForMembers":"true","specs.stores.FixProductPageUrlsForRouterPage":"true","specs.stores.GalleryShowLazyLoadingLoader":"true","specs.stores.RenderSlotsInGallery":"true","specs.stores.PriceFilterClientTicksCalculation":"true","specs.stores.CheckoutButtonLinkedToSecureCheckout":"true","specs.stores.ProductPageOOIMediaNavigationToSwiper":"true","specs.stores.AddPoliciesToLineItems":"true","specs.stores.ProductPageAddDelayedCapturePropToPaymentMethodsBanner":"false","specs.stores.WishlistStylePolyfillForIframe":"false","specs.stores.UseNewFiltersQueryParamDecoder":"true","specs.stores.ShouldSplitBillingInfoPrefill":"true","specs.stores.AllowGalleryFreeModeNavigationInViewer":"false","specs.stores.EnableStorefrontSubCategories":"true","specs.stores.AddingOverflowHiddenToFilterTitleMobile":"true","specs.forms.EnableDextPhoneField":"true","specs.stores.AvifImageEncoding":"true","specs.stores.FixGalleryRenderingWhenUrlChanges":"false","specs.stores.SupportFreeTrialLineItems":"true","specs.stores.AddCheckoutSettingsToGetConfigGQLQuery":"false","specs.stores.GalleryStorefrontAddStrikethroughAndSalePriceDesign":"true","specs.stores.productPageDropdownOptionsUseCssVars":"true","specs.stores.CategoryHeaderLayoutPerBreakpoint":"true","specs.stores.PreventGalleryFullRefreshOnUrlChange":"true","specs.stores.ProductPageRicoDescription":"true","specs.stores.increaseGqlGetLimit":"true"},"b278a256-2757-4f19-9313-c05c783bec92":{"specs.restaurants.listItemsApi":"false","specs.restaurants.menus.modifiersOnShowcase":"false","specs.restaurants.editorGetOptimizedBulk":"true","specs.restaurants.menusOoiDropdownBottom":"true","specs.restaurants.menusOoiDuplicateAction":"true","specs.restaurants.menusLivesiteMultiLocation":"true","specs.restaurants.labelsTooltipInElementsPanel":"true","specs.restaurants.convertNavigationBarToWidget":"true","specs.restaurants.imagePositionField":"true","specs.restaurants.menusOoiTabsPanel":"true","specs.restaurants.multiMenuLayouts":"false","specs.restaurants.section-image":"true","specs.restaurants.menus.useLabelIconColorToggle":"true","specs.restaurants.useMenusOOIWidget":"true","specs.restaurants.ooiStyleAI.useSiteTheme":"true","specs.restaurants.menus.dots-border":"true","specs.restaurants.sideBySidePreset":"true","specs.restaurants.locationURLQueryParam":"true","specs.restaurants.ooiStyleAI":"true","specs.restaurants.menusOoiExpandCollapsePreset":"true","specs.restaurants.removeAddMenuPageFromBlocks":"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.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"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.UseCustomizeMemberPageCTA":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.profileCardOOI.UseMiddlewareForGlobalSettingsGetter":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","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.membersAreaV2.enableCustomPages":"true","specs.membersArea.framelessEditorPW":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"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.membersArea.UseMembersAboutV2":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"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.members.usePlatformizedServicesForUpdate":"true","specs.wixBlog.MAHideWriterActionsInViewer":"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.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true"},"13d21c63-b5ec-5912-8397-c3a5ddb27a97":{"specs.bookings.useSkeletonImagesInWixStudio":"true","specs.bookings.PreventDoubleBookingCourse":"true","specs.bookings.stripLayoutMultiColumn":"true","specs.forms.LocalPhoneNumbers":"true","specs.bookings.serviceListMenuLayout":"true","specs.bookings.paidByClasspassIndication":"true","specs.bookings.useOnlyBusinessLocationsOnGetLocationId":"true","specs.bookings.AlignDateAndTime":"true","specs.bookings.StaffQueryParamInCalendar":"true","specs.bookings.CalendarIntervalsImprovement":"true","specs.bookings.MyBookingsCssPBPIndication":"true","specs.bookings.msaNotPartOfBlockNavigation":"true","specs.bookings.UoUMultiLocationV1":"true","specs.bookings.members-area-lazy-load":"true","specs.bookings.KibanaInfoLogs":"false","specs.bookings.TimezoneIndicatorImprovementCalendars":"true","specs.bookings.useAndOperatorOnSpecificCategoryTab":"true","specs.bookings.SitePropertiesFacadeMigration":"true","specs.bookings.layoutStylePerBreakPoint":"true","specs.bookings.consultants.dynamicPricingPerStaff":"true","specs.bookings.layoutPerBreakPointPhase2":"true","specs.bookings.EcomRendererHidePriceForMembershipAndFree":"true","specs.bookings.consultants.dynamicPricingCustom":"true","specs.bookings.dev.UseBusinessInfoMapper":"true","specs.wossm.EnableMultiLocation":"true","specs.bookings.calendarFixLoadingButtonSize":"true","specs.bookings.BookAnotherText":"true","specs.bookings.initSlotsToShow":"true","specs.bookings.AddPaymentAmountToCashier":"true","specs.bookings.AdditionalTimeSlotsInFormPlugin":"true","specs.bookings.FormAddH1HeaderForA11y":"true","specs.bookings.DeprecateCatalogServicesSlotAvailability":"false","specs.forms.UseCSSVarsOnly":"true","specs.bookings.ServiceListEventsClassDays":"true","specs.bookings.agendaWarmupDataForStaffMembers":"true","specs.bookings.NotFoundPageForContactInfoDeepLink":"true","specs.bookings.metroGetBusinessInfoInDetails":"false","specs.bookings.mapServiceListToServiceV2":"true","specs.bookings.UouZoomV2":"true","specs.bookings.getStaffMemberNameForPreferencesFromService":"true","specs.bookings.ServiceListNumOfSpotLeftFix":"false","specs.bookings.addNotificationTogglesToBoxes":"true","specs.bookings.metroGetBusinessInfo":"true","specs.bookings.migrateCalendarSettingsToServicesV2":"true","specs.bookings.warnOnShowAllServicesFilterOption":"true","specs.bookings.react18ErrorInServicePge":"true","specs.bookings.fetchAllServicesInMSA":"true","specs.bookings.TimezoneIndicatorImprovementOfferingPage":"true","specs.bookings.AppBuilderControllersUseNewAPIs":"true","specs.bookings.BookOnBehalf":"false","specs.bookings.withErrorHandler":"true","specs.bookings.msaServiceSelectionImprovements":"true","specs.bookings.UserTimezoneFirstSlotWithDifferentWeek":"true","specs.bookings.AppBuilderUseServicesV2":"true","specs.bookings.FormEditorKBContent":"false","specs.bookings.MyBookingsShowFormSubmission":"true","specs.bookings.translatePages":"false","specs.bookings.FixApplyingCouponExperience":"true","specs.bookings.UoUMultiLocationAllLocations":"true","specs.bookings.useBookingsViewerCache":"false","specs.bookings.FormUseAutomationsForSMS":"true","specs.forms.FileUploadLimitExceeded":"true","specs.bookings.FixServiceListSettingsMigration":"false","specs.bookings.assignStaffVariantToSelectionsWithAnyStaff":"true","specs.bookings.ServiceV2ServicePage":"true","specs.bookings.CheckIsMemberAreaInstalledUsingPublicAPI":"true","specs.bookings.redirectIfNeeded":"true","specs.bookings.dynamicDurationUoU":"true","specs.bookings.CancellationFeesUoU":"true","specs.bookings.metroGetBusinessInfoInCalendar":"false","specs.bookings.calendarA11YChanges":"true","specs.bookings.noTpaSettingsProviderInList":"true","specs.bookings.showTitlesInDateAndTimeViewMode":"true","specs.bookings.AddParticipantShortcut":"true","specs.bookings.metroNotifyNonPremium":"true","spec.bookings.owner-fes.DeprecateCatalogWriter":"false","specs.bookings.fetchTabsInServiceList":"true","specs.bookings.ShowSelectedServiceInServicePage":"false","specs.bookings.A11YCalendarLabel":"true","specs.bookings.migrateUoUAvailability2":"false","specs.bookings.servicePageSettingsRedesign":"true","specs.bookings.SkipCheckoutForSavedPaymentMethod":"false","spec.bookings.setRolesForBIEvent":"true","specs.bookings.CheckForExistingBooking":"true","specs.bookings.withErrorHandlerCheckout":"true","spec.bookings.owner-fes.RemoveOldEndpoints":"true","specs.bookings.UseQueryBySessionStartForContactBookings":"true","specs.bookings.DynamicPricingResilientUOU":"false","specs.bookings.UseGetAvailabilityForCourse":"true","specs.bookings.RemoveCalendarLinkFromBookingsCheckoutSettingsPanel":"true","specs.bookings.DetachNumberOfParticipantsFieldFromForm":"true","specs.bookings.AddonsUOU":"false","specs.bookings.useCustomUrlSegmentsForSlug":"true","specs.bookings.MultiLocationUoU":"false","specs.bookings.FormReplaceArray":"true","specs.bookings.QueryServicesInBatches":"false","specs.bookings.DatacapsuleMigration":"true","specs.bookings.AlwaysShowComplexPhoneField":"false","specs.bookings.ResilientBusinessInfo":"true","specs.bookings.boMultilocation":"false","specs.wos.KillWixSMS":"false","specs.bookings.fineGrainPermissionsModelWithWOA":"true","specs.bookings.AppInstanceOnCashierConfg":"true","specs.bookings.FixPricingPlanNavigation":"true"}}},"forceEmptySdks":false,"appDefIdToIsMigratedToGetPlatformApi":{"1380b703-ce81-ff05-f115-39571d94dfcd":false,"215238eb-22a5-4c36-9e7b-e7c08025e04e":false,"b278a256-2757-4f19-9313-c05c783bec92":false,"9a5d83fd-8570-482e-81ab-cfa88942ee60":false,"9dd67198-68df-4884-92d5-d38ba59bcae0":false,"1973457f-c021-4da5-941f-58444ff761d4":false,"14271d6f-ba62-d045-549b-ab972ae1f70e":false,"14ce1214-b278-a7e4-1373-00cebd1bef7c":false,"675bbcef-18d8-41f5-800e-131ec9e08762":false,"1537b24e-29d1-6d8f-b8e1-d6860f2f70b9":false,"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":false,"14cffd81-5215-0a7f-22f8-074b0e2401fb":false,"14ce28f7-7eb0-3745-22f8-074b0e2401fb":false,"14dbef06-cc42-5583-32a7-3abd44da4908":false,"14f25924-5664-31b2-9568-f9c5ed98c9b1":false,"14f25dc5-6af3-5420-9568-f9c5ed98c9b1":false,"2bef2abe-7abe-43da-889c-53c1500a328c":false,"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":false,"e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":false,"b976560c-3122-4351-878f-453f337b7245":false,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":false,"dataBinding":false}},"appsScripts":{"urls":{"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":["https:\/\/static.parastorage.com\/services\/santa-members-viewer-app\/1.2721.0\/viewerScript.bundle.min.js"],"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":["https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.424.0\/viewerScript.bundle.min.js"]},"scope":"page"},"debug":{"disablePlatform":false,"disableSnapshots":false,"enableSnapshots":false}}},"siteAssets":{"dataFixersParams":{"experiments":{"dm_deleteLayoutOverridesForRefComponents":true,"dm_migrateOldHoverBoxToNewFixer":true},"dfVersion":"1.4726.0","isHttps":true,"isUrlMigrated":true,"metaSiteId":"fdbffcc2-13aa-4611-a2f5-88e8be74fabd","quickActionsMenuEnabled":false,"siteId":"524a5244-5b82-4a67-82cb-2b9c457da83c","siteRevision":667,"v":3,"cacheVersions":{"dataFixer":6},"oneDocEnabled":false},"modulesParams":{"features":{"moduleName":"thunderbolt-features","contentType":"application\/json","resourceType":"features","languageResolutionMethod":"QueryParam","isMultilingualEnabled":true,"externalBaseUrl":"https:\/\/www.rvwc.com","useSandboxInHTMLComp":false,"disableStaticPagesUrlHierarchy":false,"aboveTheFoldSectionsNum":null,"isTrackClicksAnalyticsEnabled":false,"isSocialElementsBlocked":false},"platform":{"moduleName":"thunderbolt-platform","contentType":"application\/json","resourceType":"platform","externalBaseUrl":"https:\/\/www.rvwc.com","staticHTMLComponentUrl":"https:\/\/www-rvwc-com.filesusr.com\/"},"css":{"moduleName":"thunderbolt-css","contentType":"application\/json","resourceType":"css","shouldRunVsm":true,"shouldRunCssInBrowser":false,"shouldGetCssResultObject":false,"stylableMetadataURLs":["editor-elements-library.thunderbolt.8b67c6ed7eee42d212ec8aa0ff886ed41e256936","editor-elements-design-systems.thunderbolt.5ce25cc50addfbebe5e5dc1ebc483c8a6afec2e4"],"ooiVersions":"1380bbab-4da3-36b0-efb4-2e0599971d14%3Dp.wixstores-client-cart-ooi%2F1.4671.0%2FcartViewerWidgetNoCss.%3B1380bbb4-8df0-fd38-a235-88821cf3f8a4%3Dp.wixstores-client-thank-you-page-ooi%2F1.3196.0%2FthankYouPageViewerWidgetNoCss.%3B13a94f09-2766-3c40-4a32-8edb5acdd8bc%3Dp.wixstores-client-product-page%2F1.3562.0%2FProductPageViewerWidgetNoCss.%3B14dd1af6-3e02-63db-0ef2-72fbc7cc3136%3Dp.my-account-ooi%2F1.2587.0%2FMyAccountViewerWidgetNoCss.%3B14fd5970-8072-c276-1246-058b79e70c1a%3Dp.ecom-platform-checkout%2F1.5226.0%2FCheckoutViewerWidgetNoCss.%3B49dbb2d9-d9e5-4605-a147-e926605bf164%3Dp.wixstores-client-cart-ooi%2F1.4671.0%2FSideCartViewerWidgetNoCss.%3Bbda15dc1-816d-4ff3-8dcb-1172d5343cce%3Dp.wixstores-client-gallery%2F1.5093.0%2FCategoryPageViewerWidgetNoCss."},"cssMappers":{"moduleName":"thunderbolt-css-mappers","contentType":"application\/json","resourceType":"cssMappers","shouldRunVsm":true,"shouldRunCssInBrowser":false,"shouldGetCssResultObject":false,"stylableMetadataURLs":["editor-elements-library.thunderbolt.8b67c6ed7eee42d212ec8aa0ff886ed41e256936","editor-elements-design-systems.thunderbolt.5ce25cc50addfbebe5e5dc1ebc483c8a6afec2e4"],"ooiVersions":"1380bbab-4da3-36b0-efb4-2e0599971d14%3Dp.wixstores-client-cart-ooi%2F1.4671.0%2FcartViewerWidgetNoCss.%3B1380bbb4-8df0-fd38-a235-88821cf3f8a4%3Dp.wixstores-client-thank-you-page-ooi%2F1.3196.0%2FthankYouPageViewerWidgetNoCss.%3B13a94f09-2766-3c40-4a32-8edb5acdd8bc%3Dp.wixstores-client-product-page%2F1.3562.0%2FProductPageViewerWidgetNoCss.%3B14dd1af6-3e02-63db-0ef2-72fbc7cc3136%3Dp.my-account-ooi%2F1.2587.0%2FMyAccountViewerWidgetNoCss.%3B14fd5970-8072-c276-1246-058b79e70c1a%3Dp.ecom-platform-checkout%2F1.5226.0%2FCheckoutViewerWidgetNoCss.%3B49dbb2d9-d9e5-4605-a147-e926605bf164%3Dp.wixstores-client-cart-ooi%2F1.4671.0%2FSideCartViewerWidgetNoCss.%3Bbda15dc1-816d-4ff3-8dcb-1172d5343cce%3Dp.wixstores-client-gallery%2F1.5093.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"}},"clientTopology":{"mediaRootUrl":"https:\/\/static.wixstatic.com","staticMediaUrl":"https:\/\/static.wixstatic.com\/media","moduleRepoUrl":"https:\/\/static.parastorage.com\/unpkg","fileRepoUrl":"https:\/\/static.parastorage.com\/services","siteAssetsUrl":"https:\/\/siteassets.parastorage.com","pageJsonServerUrls":["https:\/\/pages.parastorage.com","https:\/\/staticorigin.wixstatic.com","https:\/\/www.rvwc.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":false,"coBrandingBanner":false,"dayfulBanner":false,"mobileActionsMenu":false,"isWixSite":false,"editorName":"Unknown","urlFormatModel":{"format":"slash","forbiddenPageUriSEOs":["app","apps","_api","robots.txt","sitemap.xml","feed.xml","sites"],"pageIdToResolvedUriSEO":{}},"pageJsonFileNames":{"hnrav":"161e3b_e9129a3ac76f59d062eda355414b6ea1_666.json","iq55w":"161e3b_ef43148a816f52ec9bec79925a6838bb_666.json","z9wl3":"161e3b_2dadd6e6f3a1deb9f2f87994e77a4d79_666.json","c1dmp":"161e3b_16620a8bcf38afd4fbf69a737fd533a7_666.json","q643u":"161e3b_4b234d3d9715f75515bf77a983bbc885_666.json","lwjqh":"161e3b_83f33d0aaaf0341c0023580a04456cf8_666.json","v0wjs":"161e3b_7a55c429a61624dcd2f41b9a668e016b_666.json","q163r":"161e3b_5a7387055a18cf8489f37a6c1b203fdc_666.json","zrmfk":"161e3b_3a955cb3ae697d7e8d3f444a8f783bed_666.json","qzaz2":"161e3b_cdcdb3d8bf9bba48429dc3a9a1c659be_667.json","l4547":"161e3b_8eeaf52c4ccf48343fe5a63f8a49d098_666.json","rpta6":"161e3b_bbf7c963308c0e9074763429cde27865_666.json","masterPage":"161e3b_4115d062f858f3bb9f9207214dc0f1ad_666.json"},"protectedPageIds":["pzp2o"],"routersInfo":{"configMap":{"routers-ltosu7aj":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"iq55w"},"roleVariations":{}}}},"isPremiumDomain":true,"disableSiteAssetsCache":false,"migratingToOoiWidgetIds":"14fd5970-8072-c276-1246-058b79e70c1a,35a4cb97-c8cd-4ee9-ac3c-89c13c8493d6,1537b264-0a4d-ca5e-52b9-980bc763d50a,14f2595a-a352-3ff1-9b3c-4d21861fe58f,14f25dd2-f9b0-edc2-f38e-eded5da094aa","siteRevisionConfig":{},"registryLibrariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.13795.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.13795.0"}],"isInSeo":true,"language":"en","originalLanguage":"en","appDefinitionIdToSiteRevision":{"b278a256-2757-4f19-9313-c05c783bec92":"2377","9a5d83fd-8570-482e-81ab-cfa88942ee60":"3691","9dd67198-68df-4884-92d5-d38ba59bcae0":"306","14271d6f-ba62-d045-549b-ab972ae1f70e":"25","e329a4ab-e1b2-4268-9cc6-ac6f77ec6767":"234","b976560c-3122-4351-878f-453f337b7245":"886","deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":"634"},"builderWidgetsIds":{},"isClientSdkOnSite":false,"appDefinitionIdsWithCustomCss":[]},"beckyExperiments":{"specs.thunderbolt.shouldUseResponsiveImages":true,"specs.thunderbolt.updateRichTextSemanticClassNamesOnCorvid":true,"specs.thunderbolt.DDMenuMigrateCssCarmiMapper":true,"specs.thunderbolt.buttonUdp":true,"specs.thunderbolt.useSvgLoaderFeature":true,"specs.thunderbolt.LoginBarEnableLoggingInStateInSSR":true,"specs.thunderbolt.imageEncodingAVIF":true,"specs.thunderbolt.dropAppsClientSpecMapByApplicationId":true,"specs.thunderbolt.useImageAvifFormatInNativeProGallery":true,"specs.thunderbolt.EnableCustomCSSVarsForLoginSocialBar":true},"manifests":{"node":{"modulesToHashes":{"thunderbolt-features":"6461bcec.bundle.min","thunderbolt-platform":"8e8ba012.bundle.min","thunderbolt-css":"896a9b57.bundle.min","thunderbolt-site-map":"c7dd72b7.bundle.min","thunderbolt-mobile-app-builder":"758b3243.bundle.min","builder-component-features":"487859d2.bundle.min","builder-component-css":"df486367.bundle.min","builder-component-platform":"69689e89.bundle.min","thunderbolt-css-mappers":"c67d228b.bundle.min"}},"web":{"modulesToHashes":{"thunderbolt-features":"ce52b593.bundle.min","thunderbolt-platform":"cbc91784.bundle.min","thunderbolt-css":"e9a4fd25.bundle.min","thunderbolt-site-map":"0adce73d.bundle.min","thunderbolt-mobile-app-builder":"ef01924e.bundle.min","builder-component-features":"caed6ada.bundle.min","builder-component-css":"dbb3b94e.bundle.min","builder-component-platform":"0b5c03ce.bundle.min","thunderbolt-css-mappers":"ef1d26c1.bundle.min","webpack-runtime":"97ae7421.bundle.min"},"webpackRuntimeBundle":"97ae7421.bundle.min"},"webWorker":{"modulesToHashes":{"thunderbolt-features":"cd0438a3.bundle.min","thunderbolt-platform":"d0ee5a11.bundle.min","thunderbolt-css":"75e0bd73.bundle.min","thunderbolt-site-map":"743820ce.bundle.min","thunderbolt-mobile-app-builder":"077d5643.bundle.min","builder-component-features":"ce16a992.bundle.min","builder-component-css":"09906a2d.bundle.min","builder-component-platform":"2934d597.bundle.min","thunderbolt-css-mappers":"f17d4694.bundle.min"}}},"staticHTMLComponentUrl":"https:\/\/www-rvwc-com.filesusr.com\/","remoteWidgetStructureBuilderVersion":"1.251.0","blocksBuilderManifestGeneratorVersion":"1.129.0"},"experiments":{"specs.thunderbolt.videoLazyLoading":true,"specs.thunderbolt.viewport_hydration_extended_react_18":true,"specs.thunderbolt.inMemoryPaypalAuthToken":true,"specs.thunderbolt.PanoramaErrorMonitor":true,"specs.thunderbolt.getMemberDetailsFromMembersNg":true,"specs.thunderbolt.UseEcomFemBi":true,"specs.thunderbolt.shouldUseResponsiveImages":true,"specs.thunderbolt.fedops_enableSampleRateForAppNames":true,"specs.thunderbolt.excludeInstanceFromQueryParams":true,"specs.thunderbolt.LoginSocialBarSplitStateProps":true,"specs.thunderbolt.bundlerTrafficToAws":true,"specs.thunderbolt.routeToExternalDispatcher":true,"specs.thunderbolt.FixWixDataInstanceForBlocksPreview":true,"specs.thunderbolt.deprecatewixperf":true,"specs.thunderbolt.useNewRegisterLogin":true,"specs.thunderbolt.ShouldUseNewIAMSocialFlow":true,"specs.thunderbolt.useIAMEnabledConnections":true,"specs.thunderbolt.useElementoryRelativePath":true,"specs.thunderbolt.updateRichTextSemanticClassNamesOnCorvid":true,"specs.thunderbolt.DDMenuMigrateCssCarmiMapper":true,"specs.membersArea.LoginBarRemake":true,"specs.thunderbolt.buttonUdp":true,"specs.thunderbolt.hardenFetchAndXHR":true,"specs.thunderbolt.veloWixMembersAmbassadorV2":true,"specs.thunderbolt.megaMenuMouseLeave":true,"specs.thunderbolt.UseWixDataItemService":true,"specs.thunderbolt.useImageAvifFormatInNativeProGallery":true,"specs.thunderbolt.UseCloudDataUrlWithBaseExternalUrl":true,"specs.promote.ar.reportEcomPlatformPurchaseEvents":true,"specs.thunderbolt.AddRegisterEventListenerToWixWindow":true,"specs.thunderbolt.updateLoginSocialBarMenuItemsSDKData":true,"specs.thunderbolt.pricingPlansUserOrdersV2":true,"specs.thunderbolt.useSvgLoaderFeature":true,"specs.thunderbolt.buttonUdp_loggedIn":true,"specs.thunderbolt.LoginBarEnableLoggingInStateInSSR":true,"specs.thunderbolt.imageEncodingAVIF":true,"displayWixAdsNewVersion":true,"specs.thunderbolt.dropAppsClientSpecMapByApplicationId":true,"specs.thunderbolt.BundlerTypescriptListExportedFunctions":true,"specs.thunderbolt.ooi_css_optimization":true,"specs.thunderbolt.hardenObject":true,"specs.ShouldForceCaptchaVerificationOnSignupSpec":"Disabled","specs.ShouldForceCaptchaVerificationOnLoginSpec":"Disabled","specs.thunderbolt.editorElementsRegistryEnsureComponentLoaderFix":true,"dummySpecTorTestsOfThunderboltViewer":true,"specs.thunderbolt.EnableCustomCSSVarsForLoginSocialBar":true,"specs.thunderbolt.shouldFetchLogoutUrlByClientId":true,"specs.thunderbolt.useNativeSchedulerYield":true,"specs.thunderbolt.convertBirthdateToISOString":true,"specs.thunderbolt.WixCodeAnalyzeImportedNamespaces":true,"specs.thunderbolt.hardenTimeout":true,"specs.thunderbolt.fetchCurrentMemberFromMembersNg":true},"fleetConfig":{"fleetName":"thunderbolt-seo-renderer-gradual","type":"Rollout","code":1},"dynamicModelUrl":"https:\/\/www.rvwc.com\/_api\/v2\/dynamicmodel","accessTokensUrl":"https:\/\/www.rvwc.com\/_api\/v1\/access-tokens","rollout":{"siteAssetsVersionsRollout":false,"isDACRollout":0,"isTBRollout":true},"commonConfig":{"brand":"wix","host":"VIEWER","bsi":"","consentPolicy":{},"consentPolicyHeader":{},"siteRevision":"667","renderingFlow":"NONE","language":"en","locale":"en-us"},"componentsLibrariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.13795.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.13795.0"}],"anywhereConfig":{},"interactionSampleRatio":0.01,"rendererType":null,"isPartialRouteMatching":false,"isExcludedFromSecurityExperiments":true,"react18Compatible":true,"react18HydrationBlackListWidgets":[],"excludeCompsForSSRList":[""],"mpaNavigationCompatible":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/lazyCustomElementWrapper.inline.95017eb5.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[4198],{20826:(e,o,r)=>{r.d(o,{O:()=>s});const s=(e,o="")=>o.toLowerCase().includes("forcereducedmotion")||Boolean(e?.matchMedia("(prefers-reduced-motion: reduce)").matches)}},e=>{e.O(0,[592,8398],(()=>{return o=98700,e(e.s=o);var o}));e.O()}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/lazyCustomElementWrapper.inline.95017eb5.bundle.min.js.map</script> <!-- initial scripts --> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/createPlatformWorker.inline.a6c05fb0.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[3169],{11682:(e,t,r)=>{r.r(t),r.d(t,{platformWorkerPromise:()=>i});const{viewerModel:{siteAssets:{clientTopology:s},siteFeatures:a,siteFeaturesConfigs:{platform:o},site:{externalBaseUrl:p}},usedPlatformApis:l}=window,c=Worker&&a.includes("platform"),i=c?(async()=>{const e="platform_create-worker started";performance.mark(e);const{clientWorkerUrl:t,appsScripts:r,bootstrapData:a,sdksStaticPaths:c}=o,{appsSpecData:i,appDefIdToIsMigratedToGetPlatformApi:n,forceEmptySdks:d}=a,m=t.startsWith("http://localhost:")||t.startsWith("https://bo.wix.com/suricate/")||document.baseURI!==location.href?(e=>{const t=new Blob([`importScripts('${e}');`],{type:"application/javascript"});return URL.createObjectURL(t)})(t):t.replace(s.fileRepoUrl,`${p}/_partials`),f=new Worker(m),u=Object.keys(r.urls).filter((e=>!i[e]?.isModuleFederated)).reduce(((e,t)=>(e[t]=r.urls[t],e)),{});if(c&&c.mainSdks&&c.nonMainSdks){Object.values(n).every((e=>e))||d?f.postMessage({type:"preloadNamespaces",namespaces:l}):f.postMessage({type:"preloadAllNamespaces",sdksStaticPaths:c})}f.postMessage({type:"platformScriptsToPreload",appScriptsUrls:u});const k="platform_create-worker ended";return performance.mark(k),performance.measure("Create Platform Web Worker",e,k),f})():Promise.resolve()}},e=>{var t;t=11682,e(e.s=t)}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/createPlatformWorker.inline.a6c05fb0.bundle.min.js.map</script> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/windowMessageRegister.inline.2f428192.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[8800],{1643:()=>{!function(e){const n=new Set,a=[],s=e=>{const a=[];n.forEach((n=>{e.canHandleEvent(n)&&a.push(n)})),a.forEach((a=>{n.delete(a),e.handleEvent(a)}))};e.addEventListener("message",(e=>{const t={source:e.source,data:e.data,origin:e.origin},d=a.find((e=>e.canHandleEvent(t)));d?(s(d),d.handleEvent(t)):n.add(t)})),e._addWindowMessageHandler=e=>{a.push(e),s(e)}}(window)}},e=>{var n;n=1643,e(e.s=n)}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/windowMessageRegister.inline.2f428192.bundle.min.js.map</script> <script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.a514f271.bundle.min.js"></script> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/bi-common.inline.2733998a.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[507],{27037:(e,t,r)=>{r.d(t,{h:()=>o});var s=r(65672);const a=({useBatch:e=!0,publishMethod:t=s.PublishMethods.Auto,endpoint:r,muteBi:a=!1,biStore:o,sessionManager:i,fetch:n,factory:p})=>p({useBatch:e,publishMethod:t,endpoint:r}).setMuted(a).withUoUContext({msid:o.msid}).withNonEssentialContext({visitorId:()=>i.getVisitorId(),siteMemberId:()=>i.getSiteMemberId()}).updateDefaults({vsi:o.viewerSessionId,_av:`thunderbolt-${o.viewerVersion}`,isb:o.is_headless,...o.is_headless&&{isbr:o.is_headless_reason}}),o={createBaseBiLoggerFactory:a,createBiLoggerFactoryForFedops:e=>{const{biStore:{session_id:t,initialTimestamp:r,initialRequestTimestamp:s,dc:o,microPop:i,is_headless:n,isCached:p,pageData:d,rolloutData:l,caching:c,checkVisibility:u=(()=>""),viewerVersion:m,requestUrl:h,st:I,isSuccessfulSSR:f},muteBi:S=!1}=e;return a({...e,muteBi:S}).updateDefaults({ts:()=>Date.now()-r,tsn:()=>function({initialRequestTimestamp:e}){return"undefined"==typeof window?Math.round(performance.now()+(performance.timeOrigin-e)):Math.round(performance.now())}({initialRequestTimestamp:s}),dc:o,microPop:i,caching:c,session_id:t,st:I,url:h||d.pageUrl,ish:n,pn:d.pageNumber,isFirstNavigation:1===d.pageNumber,pv:u,pageId:d.pageId,isServerSide:!1,isSuccessfulSSR:f,is_lightbox:d.isLightbox,is_cached:p,is_sav_rollout:l.siteAssetsVersionsRollout?1:0,is_dac_rollout:l.isDACRollout?1:0,v:m})}}},36451:(e,t,r)=>{r.d(t,{W:()=>l});var s=r(76022),a=r(5189),o=r(45124),i=r(75967),n=r(66715),p=r(76904),d=r(23184);const l=({biLoggerFactory:e,customParams:t={},phasesConfig:r="SEND_ON_FINISH",appName:l="thunderbolt",presetType:c=s.u.BOLT,reportBlackbox:u=!1,paramsOverrides:m={},factory:h,muteThunderboltEvents:I=!1,experiments:f={},monitoringData:S})=>{const g=h(l,{presetType:c,phasesConfig:r,isPersistent:!0,isServerSide:!1,reportBlackbox:u,customParams:t,biLoggerFactory:e,paramsOverrides:m,enableSampleRateForAppNames:(0,p.k)("specs.thunderbolt.fedops_enableSampleRateForAppNames",f)??("undefined"!=typeof window&&(0,p.k)("specs.thunderbolt.fedops_enableSampleRateForAppNames",f))}),{interactionStarted:A,interactionEnded:N,appLoadingPhaseStart:R,appLoadingPhaseFinish:_,appLoadStarted:b,appLoaded:E}=g,v=(0,p.k)("specs.thunderbolt.fedopsMuteErrors",f),D=(0,p.k)("specs.thunderbolt.panoramaInSsr",f),T=!1,w="undefined"==typeof window,y=e=>e.startsWith("platform_"),O=e=>e?.evid&&26===parseInt(e.evid,10),B=(()=>{const e=(0,n.n)();S?.viewerSessionId&&e.setSessionId(S.viewerSessionId);const r=S?.metaSiteId??"",s=S?.dc??"",a=!!S?.isHeadless,p=!!S?.isCached,d=!!S?.rolloutData?.isTBRollout,u=!!S?.rolloutData?.isDACRollout,m=!!S?.rolloutData?.siteAssetsVersionsRollout;return(0,o.V)({baseParams:{platform:i.OD.Viewer,msid:r,fullArtifactId:"com.wixpress.html-client.wix-thunderbolt",componentId:l},pluginParams:{useBatch:!0},data:{dataCenter:s,isHeadless:a,isCached:p,isRollout:d,isDacRollout:u,isSavRollout:m,isSsr:T,presetType:c,customParams:t},reporterOptions:w?{fetchFn:fetch}:{}}).withGlobalConfig(e).client()})(),C=e=>{!B||!D&&w||(e?B.reportLoadStart():B.reportLoadFinish())},P=(e,t,r)=>{if(!B)return;const s=e.replaceAll(" ","_");t?B.transaction(s).start(r):B.transaction(s).finish(r)},V=(e,t,r)=>"react-native"!==d.env.RENDERER_BUILD&&(O(r)?v:!((e,t,r)=>{const o=t?.siteAssetsModule??"";return!(c===s.u.BOLT)||a.EQ.has(e)||r&&["thunderbolt-css","thunderbolt-features","thunderbolt-platform"].includes(o)})(e,r,t)),L=(e,t,r,s)=>{if(a.iy.has(l))return!0;if(V(e,t,s))return!1;if(s?.siteAssetsModule)return!0;const o=!!r?.appId&&!a.S_.has(r.appId),i=a.S2.has(e),n=a.wV.has(e);return i||o||!n&&!I};return g.interactionStarted=(e,t)=>{if(O(t?.paramsOverrides)?((e={})=>{if(!B)return;const{errorInfo:t,errorType:r}=e,s=new Error(t);B?.errorMonitor().reportError(s,{errorName:r,environment:"Viewer"})})(t?.paramsOverrides):(D||y(e)||!w)&&P(e,!0),L(e,!0,void 0,t?.paramsOverrides))return A.call(g,e,t);try{performance.mark(`${e} started`)}catch{}return{timeoutId:0}},g.interactionEnded=(e,t)=>{if((D||y(e)||!w)&&P(e,!1),L(e,!0,void 0,t?.paramsOverrides))N.call(g,e,t);else try{performance.mark(`${e} ended`)}catch{}},g.appLoadingPhaseStart=(e,t)=>{if(P(e,!0,{appDefId:t?.appId,componentId:t?.widgetId}),L(e,!1,t))R.call(g,e,t);else try{performance.mark(`${e} started`)}catch{}},g.appLoadingPhaseFinish=(e,t,r)=>{if(P(e,!1,{appDefId:t?.appId,componentId:t?.widgetId}),L(e,!1,t))_.call(g,e,t,r);else try{performance.mark(`${e} finished`)}catch{}},g.appLoadStarted=e=>{C(!0),b.call(g,e)},g.appLoaded=e=>{C(!1),E.call(g,e)},g}},58839:(e,t,r)=>{r.d(t,{c:()=>s});const s=e=>{const t="thunderbolt-commons";return{reportAsyncWithCustomKey:(r,s,a)=>e.reportAsyncWithCustomKey(r,t,s,a),runAsyncAndReport:(r,s)=>e.runAsyncAndReport(r,t,s),runAndReport:(r,s)=>e.runAndReport(r,t,s),reportError:r=>{e.captureError(r,{tags:{feature:t,clientMetricsReporterError:!0}})},meter:(t,r)=>{e.meter(t,r)},histogram:(e,t)=>{}}}},97056:(e,t,r)=>{r.r(t),r.d(t,{createBiReporter:()=>i,site:()=>n});var s=r(9492),a=r(63590);const o=(...e)=>console.log("[TB] ",...e);function i(e=o,t=o,r=(()=>{}),s=o,a=o){return{reportBI:e,sendBeat:t,setDynamicSessionData:r,reportPageNavigation:s,reportPageNavigationDone:a}}const n=({biReporter:e,wixBiSession:t,viewerModel:r})=>o=>{o(s.O$).toConstantValue(t),o(s.u6).toConstantValue(e),o(s.lR).toConstantValue((0,a.f)(r))}},25196:(e,t,r)=>{var s,a;r.d(t,{lF:()=>s,mY:()=>o,w4:()=>a}),function(e){e[e.START=1]="START",e[e.VISIBLE=2]="VISIBLE",e[e.PAGE_FINISH=33]="PAGE_FINISH",e[e.FIRST_CDN_RESPONSE=4]="FIRST_CDN_RESPONSE",e[e.TBD=-1]="TBD",e[e.PAGE_NAVIGATION=101]="PAGE_NAVIGATION",e[e.PAGE_NAVIGATION_DONE=103]="PAGE_NAVIGATION_DONE"}(s||(s={})),function(e){e[e.NAVIGATION=1]="NAVIGATION",e[e.DYNAMIC_REDIRECT=2]="DYNAMIC_REDIRECT",e[e.INNER_ROUTE=3]="INNER_ROUTE",e[e.NAVIGATION_ERROR=4]="NAVIGATION_ERROR",e[e.CANCELED=5]="CANCELED"}(a||(a={}));const o={1:"page-navigation",2:"page-navigation-redirect",3:"page-navigation-inner-route",4:"navigation-error",5:"navigation-canceled"}},9492:(e,t,r)=>{r.d(t,{O$:()=>a,lR:()=>o,u6:()=>s});const s=Symbol.for("BI"),a=Symbol.for("WixBiSessionSymbol"),o=Symbol.for("appName")}}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/bi-common.inline.2733998a.bundle.min.js.map</script> <script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/main.efca12a0.bundle.min.js"></script> <script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.a20626f8.bundle.min.js"></script> <!-- lodash script --> <script async="" onload="resolveExternalsRegistryModule('lodash')" src="https://static.parastorage.com/unpkg/[email protected]/lodash.min.js"></script> <!-- react --> <script crossorigin="" onload="resolveExternalsRegistryModule('react')" src="https://static.parastorage.com/unpkg/[email protected]/umd/react.production.min.js"></script> <!-- react-dom --> <script crossorigin="" defer="" onload="resolveExternalsRegistryModule('reactDOM')" src="https://static.parastorage.com/unpkg/[email protected]/umd/react-dom.production.min.js"></script> <!-- scriptTagsToPreload --> <!-- bi --> <script> window.clientSideRender = false; </script> <!-- bi --> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/bi.inline.bee051e0.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[4017],{16992:(e,i,n)=>{n.d(i,{K:()=>m});var t=n(25196);const r=e=>{let i=!1;if(!/\(iP(hone|ad|od);/i.test(window?.navigator?.userAgent))try{i=navigator.sendBeacon(e)}catch(e){}i||((new Image).src=e)},s=null;function o([e,i]){return i!==s&&`${e}=${i}`}function a(){const e=document.cookie.match(/_wixCIDX=([^;]*)/);return e&&e[1]}function c(e){if(!e)return s;const i=new URL(decodeURIComponent(e));return i.search="?",encodeURIComponent(i.href)}const d=function(e,{eventType:i,ts:n,tts:t,extra:r=""},d,l){const p=function(e){const i=e.split("&").reduce(((e,i)=>{const[n,t]=i.split("=");return{...e,[n]:t}}),{});return(e,n)=>void 0!==i[e]?i[e]:n}(r),u=(m=d,e=>void 0===m[e]?s:m[e]);var m;let w=!0;const f=window?.consentPolicyManager;if(f){const e=f.getCurrentConsentPolicy();if(e){const{policy:i}=e;w=!(i.functional&&i.analytics)}}const g=u("requestUrl"),h={src:"29",evid:"3",viewer_name:u("viewerName"),caching:u("caching"),client_id:w?s:a(),dc:u("dc"),microPop:u("microPop"),et:i,event_name:e?encodeURIComponent(e):s,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:p("ita",d.checkVisibility()?"1":"0"),mid:w?s:l?.siteMemberId||s,msid:u("msId"),pid:p("pid",s),pn:p("pn","1"),ref:document.referrer&&!w?encodeURIComponent(document.referrer):s,sar:w?s:p("sar",screen.availWidth?`${screen.availWidth}x${screen.availHeight}`:s),sessionId:w&&f?s:u("sessionId"),siterev:d.siteRevision||d.siteCacheRevision?`${d.siteRevision}-${d.siteCacheRevision}`:s,sr:w?s:p("sr",screen.width?`${screen.width}x${screen.height}`:s),st:u("st"),ts:n,tts:t,url:w?c(g):g,v:window?.thunderboltVersion||"0.0.0",vid:w?s:l?.visitorId||s,bsi:w?s:l?.bsi||s,vsi:u("viewerSessionId"),wor:w||!window.outerWidth?s:`${window.outerWidth}x${window.outerHeight}`,wr:w?s:p("wr",window.innerWidth?`${window.innerWidth}x${window.innerHeight}`:s),_brandId:d.commonConfig?.brand||s,nt:p("nt",s)};return`https://frog.wix.com/bt?${Object.entries(h).map(o).filter(Boolean).join("&")}`},l=(e,i)=>{let n,t="none",r=e.match(/ssr-caching="?cache[,#]\s*desc=([\w-]+)(?:[,#]\s*varnish=(\w+))?(?:[,#]\s*dc[,#]\s*desc=([\w-]+))?(?:"|;|$)/);if(!r&&window.PerformanceServerTiming){const e=(e=>{let i,n;try{i=e()}catch(e){i=[]}const t=[];return i.forEach((e=>{switch(e.name){case"cache":t[1]=e.description;break;case"varnish":t[2]=e.description;break;case"dc":n=e.description}})),{microPop:n,matches:t}})(i);n=e.microPop,r=e.matches}if(r&&r.length&&(t=`${r[1]},${r[2]||"none"}`,n||(n=r[3])),"none"===t){const e="undefined"!=typeof performance?performance.timing:null;e&&e.responseStart-e.requestStart==0&&(t="browser")}return{caching:t,isCached:t.includes("hit"),...n?{microPop:n}:{}}},p={WixSite:1,UGC:2,Template:3},u=()=>{const{fedops:e,viewerModel:{siteFeaturesConfigs:i,requestUrl:n,site:t,fleetConfig:r,commonConfig:s,interactionSampleRatio:o},clientSideRender:a,santaRenderingError:c}=window,d=(({requestUrl:e,interactionSampleRatio:i})=>{const n=new URL(e).searchParams;return n.has("sampleEvents")?"true"===n.get("sampleEvents"):Math.random()<(i?1-i:.9)})({requestUrl:n,interactionSampleRatio:o}),u=(e=>{const{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(e){}return"iframe"})()||(()=>{if(!Function.prototype.bind)return"bind";const{document:e,navigator:i}=window;if(!e||!i)return"document";const{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){const{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:u,isjp:!!u,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)})(),...l(document.cookie,(()=>[...performance.getEntriesByType("navigation")[0].serverTiming||[]])),isMesh:1,st:p[t.siteType]||0,commonConfig:s,muteThunderboltEvents:d,isServerSide:a?0:1,isSuccessfulSSR:!a,fallbackReason:c?.errorInfo}};const m=function(){const e=u(),i={};let n=1;const s=(t,s,o={})=>{!function(e,i){if(i&&performance.mark){const n=`${i} (beat ${e})`;performance.mark(n)}}(t,s);const a=globalThis.window?.viewerModel;if(!a?.experiments["specs.thunderbolt.removeSendBeat"]){const a=Date.now(),c=Math.round(performance.now()),l=a-e.initialTimestamp;if(e.suppressbi||window.__browser_deprecation__)return;const{pageId:p,pageNumber:u=n,navigationType:m}=o;let w=`&pn=${u}`;p&&(w+=`&pid=${p}`),m&&(w+=`&nt=${m}`);const f=d(s,{eventType:t,ts:l,tts:c,extra:w},e,i);r(f)}};return{sendBeat:s,reportBI:function(e,i){!function(e,i){const n=i?`${e} - ${i}`:e,t="end"===i?`${e} - start`:null;performance.mark(n),performance.measure&&t&&performance.measure(`\u2b50${e}`,t,n)}(e,i)},wixBiSession:e,sendBeacon:r,setDynamicSessionData:({visitorId:e,siteMemberId:n,bsi:t})=>{i.visitorId=e||i.visitorId,i.siteMemberId=n||i.siteMemberId,i.bsi=t||i.bsi},reportPageNavigation:function(e){n+=1,s(t.lF.PAGE_NAVIGATION,"page navigation start",{pageId:e,pageNumber:n})},reportPageNavigationDone:function(e,i){s(t.lF.PAGE_NAVIGATION_DONE,"page navigation complete",{pageId:e,pageNumber:n,navigationType:i}),i!==t.w4.DYNAMIC_REDIRECT&&i!==t.w4.NAVIGATION_ERROR&&i!==t.w4.CANCELED||(n-=1)}}}();window.bi=m,window.bi.wixBiSession.isServerSide=window.clientSideRender?0:1,window.bi.wixBiSession.isSuccessfulSSR=!window.clientSideRender,window.clientSideRender&&(window.bi.wixBiSession.fallbackReason=window.santaRenderingError?.errorInfo),m.sendBeat(1,"Init")}},e=>{e.O(0,[507],(()=>{return i=16992,e(e.s=i);var i}));e.O()}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/bi.inline.bee051e0.bundle.min.js.map</script> <script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/sendBeat12.inline.62e7b16d.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([[4017,7257],{42466:(e,i,n)=>{n(16992).K.sendBeat(12,"Partially visible",{pageId:window.firstPageId})},16992:(e,i,n)=>{n.d(i,{K:()=>m});var t=n(25196);const r=e=>{let i=!1;if(!/\(iP(hone|ad|od);/i.test(window?.navigator?.userAgent))try{i=navigator.sendBeacon(e)}catch(e){}i||((new Image).src=e)},s=null;function o([e,i]){return i!==s&&`${e}=${i}`}function a(){const e=document.cookie.match(/_wixCIDX=([^;]*)/);return e&&e[1]}function c(e){if(!e)return s;const i=new URL(decodeURIComponent(e));return i.search="?",encodeURIComponent(i.href)}const d=function(e,{eventType:i,ts:n,tts:t,extra:r=""},d,l){const p=function(e){const i=e.split("&").reduce(((e,i)=>{const[n,t]=i.split("=");return{...e,[n]:t}}),{});return(e,n)=>void 0!==i[e]?i[e]:n}(r),u=(m=d,e=>void 0===m[e]?s:m[e]);var m;let w=!0;const f=window?.consentPolicyManager;if(f){const e=f.getCurrentConsentPolicy();if(e){const{policy:i}=e;w=!(i.functional&&i.analytics)}}const g=u("requestUrl"),h={src:"29",evid:"3",viewer_name:u("viewerName"),caching:u("caching"),client_id:w?s:a(),dc:u("dc"),microPop:u("microPop"),et:i,event_name:e?encodeURIComponent(e):s,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:p("ita",d.checkVisibility()?"1":"0"),mid:w?s:l?.siteMemberId||s,msid:u("msId"),pid:p("pid",s),pn:p("pn","1"),ref:document.referrer&&!w?encodeURIComponent(document.referrer):s,sar:w?s:p("sar",screen.availWidth?`${screen.availWidth}x${screen.availHeight}`:s),sessionId:w&&f?s:u("sessionId"),siterev:d.siteRevision||d.siteCacheRevision?`${d.siteRevision}-${d.siteCacheRevision}`:s,sr:w?s:p("sr",screen.width?`${screen.width}x${screen.height}`:s),st:u("st"),ts:n,tts:t,url:w?c(g):g,v:window?.thunderboltVersion||"0.0.0",vid:w?s:l?.visitorId||s,bsi:w?s:l?.bsi||s,vsi:u("viewerSessionId"),wor:w||!window.outerWidth?s:`${window.outerWidth}x${window.outerHeight}`,wr:w?s:p("wr",window.innerWidth?`${window.innerWidth}x${window.innerHeight}`:s),_brandId:d.commonConfig?.brand||s,nt:p("nt",s)};return`https://frog.wix.com/bt?${Object.entries(h).map(o).filter(Boolean).join("&")}`},l=(e,i)=>{let n,t="none",r=e.match(/ssr-caching="?cache[,#]\s*desc=([\w-]+)(?:[,#]\s*varnish=(\w+))?(?:[,#]\s*dc[,#]\s*desc=([\w-]+))?(?:"|;|$)/);if(!r&&window.PerformanceServerTiming){const e=(e=>{let i,n;try{i=e()}catch(e){i=[]}const t=[];return i.forEach((e=>{switch(e.name){case"cache":t[1]=e.description;break;case"varnish":t[2]=e.description;break;case"dc":n=e.description}})),{microPop:n,matches:t}})(i);n=e.microPop,r=e.matches}if(r&&r.length&&(t=`${r[1]},${r[2]||"none"}`,n||(n=r[3])),"none"===t){const e="undefined"!=typeof performance?performance.timing:null;e&&e.responseStart-e.requestStart==0&&(t="browser")}return{caching:t,isCached:t.includes("hit"),...n?{microPop:n}:{}}},p={WixSite:1,UGC:2,Template:3},u=()=>{const{fedops:e,viewerModel:{siteFeaturesConfigs:i,requestUrl:n,site:t,fleetConfig:r,commonConfig:s,interactionSampleRatio:o},clientSideRender:a,santaRenderingError:c}=window,d=(({requestUrl:e,interactionSampleRatio:i})=>{const n=new URL(e).searchParams;return n.has("sampleEvents")?"true"===n.get("sampleEvents"):Math.random()<(i?1-i:.9)})({requestUrl:n,interactionSampleRatio:o}),u=(e=>{const{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(e){}return"iframe"})()||(()=>{if(!Function.prototype.bind)return"bind";const{document:e,navigator:i}=window;if(!e||!i)return"document";const{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){const{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:u,isjp:!!u,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)})(),...l(document.cookie,(()=>[...performance.getEntriesByType("navigation")[0].serverTiming||[]])),isMesh:1,st:p[t.siteType]||0,commonConfig:s,muteThunderboltEvents:d,isServerSide:a?0:1,isSuccessfulSSR:!a,fallbackReason:c?.errorInfo}};const m=function(){const e=u(),i={};let n=1;const s=(t,s,o={})=>{!function(e,i){if(i&&performance.mark){const n=`${i} (beat ${e})`;performance.mark(n)}}(t,s);const a=globalThis.window?.viewerModel;if(!a?.experiments["specs.thunderbolt.removeSendBeat"]){const a=Date.now(),c=Math.round(performance.now()),l=a-e.initialTimestamp;if(e.suppressbi||window.__browser_deprecation__)return;const{pageId:p,pageNumber:u=n,navigationType:m}=o;let w=`&pn=${u}`;p&&(w+=`&pid=${p}`),m&&(w+=`&nt=${m}`);const f=d(s,{eventType:t,ts:l,tts:c,extra:w},e,i);r(f)}};return{sendBeat:s,reportBI:function(e,i){!function(e,i){const n=i?`${e} - ${i}`:e,t="end"===i?`${e} - start`:null;performance.mark(n),performance.measure&&t&&performance.measure(`\u2b50${e}`,t,n)}(e,i)},wixBiSession:e,sendBeacon:r,setDynamicSessionData:({visitorId:e,siteMemberId:n,bsi:t})=>{i.visitorId=e||i.visitorId,i.siteMemberId=n||i.siteMemberId,i.bsi=t||i.bsi},reportPageNavigation:function(e){n+=1,s(t.lF.PAGE_NAVIGATION,"page navigation start",{pageId:e,pageNumber:n})},reportPageNavigationDone:function(e,i){s(t.lF.PAGE_NAVIGATION_DONE,"page navigation complete",{pageId:e,pageNumber:n,navigationType:i}),i!==t.w4.DYNAMIC_REDIRECT&&i!==t.w4.NAVIGATION_ERROR&&i!==t.w4.CANCELED||(n-=1)}}}();window.bi=m,window.bi.wixBiSession.isServerSide=window.clientSideRender?0:1,window.bi.wixBiSession.isSuccessfulSSR=!window.clientSideRender,window.clientSideRender&&(window.bi.wixBiSession.fallbackReason=window.santaRenderingError?.errorInfo),m.sendBeat(1,"Init")}},e=>{e.O(0,[507],(()=>{return i=42466,e(e.s=i);var i}));e.O()}]); //# sourceMappingURL=https://static.parastorage.com/services/wix-thunderbolt/dist/sendBeat12.inline.62e7b16d.bundle.min.js.map</script> <script> window.firstPageId = 'c1dmp' if (window.requestCloseWelcomeScreen) { window.requestCloseWelcomeScreen() } if (!window.__browser_deprecation__) { window.fedops.phaseStarted('partially_visible', {paramsOverrides: { pageId: firstPageId, isSuccessfulSSR: !clientSideRender }}) } </script> <script defer="" src="https://static.parastorage.com/services/tag-manager-client/1.920.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":[{"comp-m5y89fju_r_comp-m010jxj2":{"collapsed":true},"comp-m5y89fju_r_comp-lp9pu1jk":{"deleted":false,"manualStyleParams":{"behaviourParams_item_clickAction":"EXPAND"},"wixSDKItems":[{"type":"image","description":"Get ready for awesome Oregon Pinot Noirs!! RVWC welcomes Jim Anderson, owner\/winemaker at Patricia Green Cellars, May 13, 14, & 15 in DC and Richmond. With the tag line “Patricia Green Cellars enthusiastically and unapologetically produces more individual bottlings of Pinot Noir than any winery in America”, Jim and his crew can find beauty, distinction, and purity in almost any of their many growing sites that could set it apart. His dry Maine wit and storied journey in the Oregon wine industry puts a smile on our face whenever he comes to mind. I hope you get to know him and PGC Wines! 🍷\n\n@patriciagreencellars","alt":"Get ready for awesome Oregon Pinot Noirs!! RVWC welcomes Jim Anderson, owner\/winemaker at Patricia Green Cellars, May 13, 14, & 15 in DC and Richmond. With the tag line “Patricia Green Cellars enthusiastically and unapologetically produces more individual bottlings of Pinot Noir than any winery in America”, Jim and his crew can find beauty, distinction, and purity in almost any of their many growing sites that could set it apart. His dry Maine wit and storied journey in the Oregon wine industry puts a smile on our face whenever he comes to mind. I hope you get to know him and PGC Wines! 🍷\n\n@patriciagreencellars","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491459297_18502202182044156_3273798412199801785_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=4_UcoLwHXIEQ7kNvwER3R4G&_nc_oc=AdkX9RDzSPLvyG5LdOAYfPNywrIMR10lOgM1ottT0qiwYxbRvLm9m4eMk4U-wdxPKm4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJnKV90_wI8LOraWTaYTw5rt2SFuAcsFNP8LddlDOeYVw&oe=682FCF1F","link":"https:\/\/www.instagram.com\/p\/DJl8yG2TUPg\/","timestamp":"2025-05-13T12:00:00.000Z"},{"type":"carousel","description":"Known as one of the kindest people in the wine business, Jerry Sass is coming to Virginia May 6, 7, & 8 as we showcase his Oregon Pinot Noirs and more. RVWC sales reps Robert Crum, Alicia Calfee, Mike Bryant, Matt Wallace, and Pat Ferrell will introduce him to customers in Charlottesville, Richmond, and Tidewater, no doubt adding to our very own Jerry Sass fan club!\n\n@sasswinery","alt":"Known as one of the kindest people in the wine business, Jerry Sass is coming to Virginia May 6, 7, & 8 as we showcase his Oregon Pinot Noirs and more. RVWC sales reps Robert Crum, Alicia Calfee, Mike Bryant, Matt Wallace, and Pat Ferrell will introduce him to customers in Charlottesville, Richmond, and Tidewater, no doubt adding to our very own Jerry Sass fan club!\n\n@sasswinery","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/491503172_18502202617044156_2375058923412821321_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=jq2tYREpmsIQ7kNvwEJarlU&_nc_oc=AdnFkwKeZNVfqiJErpocyb8CfvQtHC4nN3PR4VznBljqUGX-0Qq5V8RWOSiL9qGtkG0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK-xW6Dio8EriUO4H52OXcEn33EKKSjBgVnFblzvlieqA&oe=682FE065","link":"https:\/\/www.instagram.com\/p\/DJT7OH2zHLe\/","timestamp":"2025-05-06T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/491503172_18502202617044156_2375058923412821321_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=jq2tYREpmsIQ7kNvwEJarlU&_nc_oc=AdnFkwKeZNVfqiJErpocyb8CfvQtHC4nN3PR4VznBljqUGX-0Qq5V8RWOSiL9qGtkG0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK-xW6Dio8EriUO4H52OXcEn33EKKSjBgVnFblzvlieqA&oe=682FE065"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491465948_18502202626044156_2282463945924994304_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=PvMOvy-7DX0Q7kNvwGDIcXV&_nc_oc=AdlOl_7UR7pQfV3CT5qIzzkW0zE3zJiRKqrV8v3s8elWfEykM8vBAjlsVgt3smGlcw8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKjZhkRqVs3JCikGv95yf49FbhHnMCbi5-6lyKmvb-J8w&oe=682FE51D"}]},{"type":"image","description":"","alt":"","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/495625907_18504350128044156_3794072459234843834_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=O3LDByypME8Q7kNvwGszNfI&_nc_oc=AdlGHb_OwNi10r4yNce5Qmh01l2zlbWAb2jRKLkAYTr7QeFp0e8Vd7Tya-CHIsITeqk&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL9V5Kw2C7cLjCtKnvAtRCY1QH3iwcjdIXxq8PGs73nAQ&oe=682FDFE5","link":"https:\/\/www.instagram.com\/p\/DJR5zlDvTIA\/","timestamp":"2025-05-05T17:09:27.000Z"},{"type":"carousel","description":"RVWC is pleased to welcome Ruth and Charles Simpson to Maryland and Washington DC May 6 & 7. Owners of Simpsons Wine Estates in the South Downs of Kent, England, they’re sharing their lovely Chalklands Classic Cuvée, Flint Fields Blanc de Noirs, Canterbury Rosé, and White Cliffs Blanc de Blanc while traveling with RVWC sales reps John Coco, Howard Dinkle and James Kellaris. Cheers to English Sparkling wines! 🥂\n\n@simpsonswine","alt":"RVWC is pleased to welcome Ruth and Charles Simpson to Maryland and Washington DC May 6 & 7. Owners of Simpsons Wine Estates in the South Downs of Kent, England, they’re sharing their lovely Chalklands Classic Cuvée, Flint Fields Blanc de Noirs, Canterbury Rosé, and White Cliffs Blanc de Blanc while traveling with RVWC sales reps John Coco, Howard Dinkle and James Kellaris. Cheers to English Sparkling wines! 🥂\n\n@simpsonswine","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491529467_18502215136044156_2854941166390585008_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=yIua4HeX6RoQ7kNvwE8hCaY&_nc_oc=AdkvfwBt3w9JBA_XmYGz1-zpLi6NlGjJzptffBLK6UP7Jh6I6RWU7UAUDAZ_Fmi_QXU&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfILlO916MmTxWRcUBcMXeqDTXlUa5svw0XYhU0BPfCx8w&oe=682FD252","link":"https:\/\/www.instagram.com\/p\/DJHDUxhzSLf\/","timestamp":"2025-05-01T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491529467_18502215136044156_2854941166390585008_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=yIua4HeX6RoQ7kNvwE8hCaY&_nc_oc=AdkvfwBt3w9JBA_XmYGz1-zpLi6NlGjJzptffBLK6UP7Jh6I6RWU7UAUDAZ_Fmi_QXU&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfILlO916MmTxWRcUBcMXeqDTXlUa5svw0XYhU0BPfCx8w&oe=682FD252"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491458905_18502215124044156_3376162543468783575_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=3vjJF48rL8oQ7kNvwH6Nviy&_nc_oc=AdmqOjTdogLleQOyrtLL-GxB3qa8EWB7l99AF5gYkSEApQWOV-N1Xp8EYEZmZQr4KKw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIK-Bq4EhPCtBCIgaIEYQvZZz7ouQkQexrq9YCgIwPtcw&oe=682FCD06"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491095882_18502215148044156_1667084454515136125_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=Wb8468ANS0cQ7kNvwEhaPE1&_nc_oc=AdnCCunas8ZJtQ3gMDUpOGpY3sZZi6k9d5kS-7_LLF1vzwvI__ZK35nwv3YGkivuBH8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKkdT4oxRpBck-KryfPbDs3jXdjtSCwCTfbPUOzC-xWGg&oe=682FB235"}]},{"type":"carousel","description":"Thank you to Giovanna Garesio for generously hosting us at the beautiful Garesio Family Winery in the hills of Serralunga d’Alba in Piedmonte. The magnificent facility (and resort!) and flights of gorgeous Barolos, Barbera, and Nizza made for a lovely and memorable ending to our Piedmonte tour. 🇮🇹 \n\n@garesiovini","alt":"Thank you to Giovanna Garesio for generously hosting us at the beautiful Garesio Family Winery in the hills of Serralunga d’Alba in Piedmonte. The magnificent facility (and resort!) and flights of gorgeous Barolos, Barbera, and Nizza made for a lovely and memorable ending to our Piedmonte tour. 🇮🇹 \n\n@garesiovini","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491431575_18502240261044156_7082916369497982679_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=6Yvb98dw7dcQ7kNvwEHr3q9&_nc_oc=AdmlvSrCt0ZUFf_gkprHrco_xTJJfHdc6garFqQa8KwUjTUfCduqQV-pxgEpEV-6vXA&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIO_9rMSldetTaxL3j6w-qIVtCeC3w_0vNOXlPsh2HY9Q&oe=682FC12C","link":"https:\/\/www.instagram.com\/p\/DI_U6zMPwc2\/","timestamp":"2025-04-28T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491431575_18502240261044156_7082916369497982679_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=6Yvb98dw7dcQ7kNvwEHr3q9&_nc_oc=AdmlvSrCt0ZUFf_gkprHrco_xTJJfHdc6garFqQa8KwUjTUfCduqQV-pxgEpEV-6vXA&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIO_9rMSldetTaxL3j6w-qIVtCeC3w_0vNOXlPsh2HY9Q&oe=682FC12C"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491430793_18502240270044156_8830879099066018370_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=isYV1RgKB6UQ7kNvwG0JAwu&_nc_oc=AdkCsvNB0xRBzSxWQqEqZL-MG3eyiu1EYjRhwGqWJujfA7KpMFSmqn8rctIETI8jkys&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKkA51iHo8-OOXZEOTD2Fwew1u_IKY-jvwuWvg6zzdHpw&oe=682FE07B"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/491504584_18502240297044156_2380692411347988592_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=-fxDT2gQynwQ7kNvwF8u-FC&_nc_oc=Adn-qmycywSfLdcjWPQ5mkxVM0s0viap3amq0Ac7NQc1T1ibfTZbvAY1Jcz7kY2kDNQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKbvvA0oPIWlOx7mDX9QDuqN9QzmXrbzTA0V_KQVfCaVw&oe=682FB334"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491428817_18502240306044156_7899974958873168444_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=SgZg5M2LjqoQ7kNvwE0wJkK&_nc_oc=AdnGOylGtzNEkg3Pr3qyOM9X0DXB9nipoAFRLF2G-buqfsULyEG2SNzlY-Bu28_a6zc&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLqjJLGmBR7vf83pz2KEgxA_CTL-rXMGJI412SXA9VwsA&oe=682FD6FB"}]},{"type":"carousel","description":"Big thank you to Luca Cravanzola and Produttori del Barbaresco for a warm welcome and insightful tour and tasting! Luca represents generations of producers as the grandson of the first president of the co-op and father of triplets. He is an excellent historian and storyteller. The wines, of course, were magnificent as always! 🍷\n\n@produttoridelbarbaresco","alt":"Big thank you to Luca Cravanzola and Produttori del Barbaresco for a warm welcome and insightful tour and tasting! Luca represents generations of producers as the grandson of the first president of the co-op and father of triplets. He is an excellent historian and storyteller. The wines, of course, were magnificent as always! 🍷\n\n@produttoridelbarbaresco","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491897849_18502217161044156_5154024743032997345_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=IAqQyWqlzUMQ7kNvwFIflUu&_nc_oc=AdkzdDJHXJfc6Ctxyakk6S9PiB6c-Cn9dI-FPD8pFHA7aXR8GaD9nS7Vv3KFNMXgoEc&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLE3_UPR14WJa3HVDFiWv_9HprorSLJX3XqjFqeMweDlA&oe=682FD16B","link":"https:\/\/www.instagram.com\/p\/DI1BqWwTS_0\/","timestamp":"2025-04-24T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491897849_18502217161044156_5154024743032997345_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=IAqQyWqlzUMQ7kNvwFIflUu&_nc_oc=AdkzdDJHXJfc6Ctxyakk6S9PiB6c-Cn9dI-FPD8pFHA7aXR8GaD9nS7Vv3KFNMXgoEc&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLE3_UPR14WJa3HVDFiWv_9HprorSLJX3XqjFqeMweDlA&oe=682FD16B"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491456692_18502217179044156_56783053072135701_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=GXweKZNJU2MQ7kNvwFhENjZ&_nc_oc=AdnD4W-xWPT91ABfRMf9dv_ioUPeZl_fw157yAFtCzgRLOu0Ue_8AXaOkHFU_TkLKlk&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI8DfcLfXal0HTOuJ6dlPnGJ5vdl87kHjvxPS1IeS1ocg&oe=682FC792"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/490736935_18502217221044156_266793566819884536_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=X0yeJFrIdCMQ7kNvwGpyl4o&_nc_oc=AdlLBA2GR6l6r4ccGABrSts8Bn7SAGWEPoAQRHgUyQG1PGGpkpaVg7MYy5FfmJL52YY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ9PGIprqdsKK0KOmmGKn9wJujcHsRgpGF4Z9v8P0WyMQ&oe=682FB7D5"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491468033_18502217191044156_3896546796258881514_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=G_hmri3uXIcQ7kNvwEDD-bG&_nc_oc=AdmZKKib6SUGS7zPBiiPaDsS6HdUJzXIGBhff_82jnGaj_AOMZo7eMbKIBSFcrpmXIw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI6oTmOU-TLeunVOTkRIumkbkeLACcEThU1zQLzHV1hag&oe=682FC911"}]},{"type":"image","description":"Thank you, James Kellaris, for 17+ years at RVWC! We’re forever grateful to call you a part of the team. 🎉","alt":"Thank you, James Kellaris, for 17+ years at RVWC! We’re forever grateful to call you a part of the team. 🎉","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/489331927_18499287604044156_1571843806721721538_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=f_T3ErFQFpQQ7kNvwERW02g&_nc_oc=Adk1DxeH2BUvkn6ZtUtaJHNVltIRvjmjrsRnHSudfmmYoWiODONDG9-mWUQvY1DEbuw&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJlY4ENDrzh0gSCtftHOp7yMDfQcEBLmQ0-tmuCdMTWqg&oe=682FC415","link":"https:\/\/www.instagram.com\/p\/DIoXaSeJyn_\/","timestamp":"2025-04-19T14:00:00.000Z"},{"type":"carousel","description":"Rootstock may have ended, but Peter & Deanne Franus are keeping the party going with their tasting tonight at @vino_market! Cheers to impeccable California wines! 🍷\n\n@peterfranuswine\n@peterfranuswinecompany","alt":"Rootstock may have ended, but Peter & Deanne Franus are keeping the party going with their tasting tonight at @vino_market! Cheers to impeccable California wines! 🍷\n\n@peterfranuswine\n@peterfranuswinecompany","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/491442881_18501396754044156_2685404625167429612_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=qjW7QN4gL3EQ7kNvwGdhS-X&_nc_oc=Adl6i4uCbl_sium7o0ecXtNeZsQKJEpUNxKrtaYyFsLa1tJnCVRlkci4Ct6DRnX9WNU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLirlOHYAMWfIix7smvPGvW8gBA7FYKzsrbcHrcRFDTgw&oe=682FDA78","link":"https:\/\/www.instagram.com\/p\/DIm8ftyTOdC\/","timestamp":"2025-04-19T00:45:36.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/491442881_18501396754044156_2685404625167429612_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=qjW7QN4gL3EQ7kNvwGdhS-X&_nc_oc=Adl6i4uCbl_sium7o0ecXtNeZsQKJEpUNxKrtaYyFsLa1tJnCVRlkci4Ct6DRnX9WNU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLirlOHYAMWfIix7smvPGvW8gBA7FYKzsrbcHrcRFDTgw&oe=682FDA78"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/491437411_18501396736044156_4934302052850659921_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=r5oamOtJZQAQ7kNvwF_S2Fc&_nc_oc=AdnOT4zcbMg_H7B8-LWZmh2jeIWCUUKb6Ez4kzzcNi_-gWNR8PZFLbgO16GwHWAOb8Y&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJN7mWZm3UJSo176OIDBWTaajS-fzsqE-ej_9w2yYCnJw&oe=682FCE20"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/491443243_18501396745044156_1944981281833051637_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=qJNAX_EJP7oQ7kNvwENfTas&_nc_oc=AdlyKxSmI6zrgEQv-XMJHEfPuGgIaGz1C_aYd0o7kZGhvszX8bbLmI_mB13n3HDoZhk&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKba7EvYzNdHx7o6IMHXilQgcFpJ7H26WZyR6uZqqMzyQ&oe=682FDA2B"}]},{"type":"carousel","description":"Mom-created and owned, lower alcohol, organic, low sulfites, no sugar or preservatives, alternative recyclable packaging and delicious. What’s not to love? 🍊\n\nCertified Sommelier Jordan Salcito created Ramona Wine Spritzes while on maternity leave with her first born. Combining organically farmed Italian Zebibbo and Trebbiano wines with organic citrus fruits of Sicily, she came up with a fresh, natural and immensely delightful drink for anytime. Ramona’s Ruby Grapefruit, Blood Orange, Dry Sparkling Rose, Meyer Lemon, and Amarino Wine Spritzes are a perfect fit in RVWC’s fine wine portfolio. 🍋\n\n@drinkramona","alt":"Mom-created and owned, lower alcohol, organic, low sulfites, no sugar or preservatives, alternative recyclable packaging and delicious. What’s not to love? 🍊\n\nCertified Sommelier Jordan Salcito created Ramona Wine Spritzes while on maternity leave with her first born. Combining organically farmed Italian Zebibbo and Trebbiano wines with organic citrus fruits of Sicily, she came up with a fresh, natural and immensely delightful drink for anytime. Ramona’s Ruby Grapefruit, Blood Orange, Dry Sparkling Rose, Meyer Lemon, and Amarino Wine Spritzes are a perfect fit in RVWC’s fine wine portfolio. 🍋\n\n@drinkramona","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/488907841_18499792273044156_5049290837832420742_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=AzIF-bm0BcAQ7kNvwFVltbh&_nc_oc=Adn1C-_FjC26ip9pCF2q-PGtrnjNfsVGxBeaPvBKxCNfp71JEL89hyTiHnYoFPqtPxM&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKK3mSPSRy_pttVbqpUAumb2kZxq8qHt_edfGtJYMPuCg&oe=682FC822","link":"https:\/\/www.instagram.com\/p\/DIbRswXJpAT\/","timestamp":"2025-04-14T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/488907841_18499792273044156_5049290837832420742_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=AzIF-bm0BcAQ7kNvwFVltbh&_nc_oc=Adn1C-_FjC26ip9pCF2q-PGtrnjNfsVGxBeaPvBKxCNfp71JEL89hyTiHnYoFPqtPxM&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKK3mSPSRy_pttVbqpUAumb2kZxq8qHt_edfGtJYMPuCg&oe=682FC822"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/488594606_18499792291044156_2275332314947350688_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=i34XEXXxTTUQ7kNvwHiRwzU&_nc_oc=Adnlr34kAdnIwHS278YIwdmrp0HQLMSIixvt0taBv-GsFEK-op5cO0eUfgvAkeJhRA0&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJJrJ4wnmCTHQDikW78gAPkDIfMdhHTkJ2XUNmlx6hnxg&oe=682FD8DA"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/489365075_18499792282044156_6823916465572008412_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=4pIDljatSaIQ7kNvwGjO8Km&_nc_oc=AdkWA22L12IgGbUpUoth5T5Ka5WTm6evq-geR9h09hEWFJA2Skax3bKPHwskHrnolX8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLxQpgxQDCjKVMOTKmuS972LQfjGsEYDNBVKX30f7cVAA&oe=682FDDDA"}]},{"type":"carousel","description":"Rootstock Wrap-Up! What a week, welcoming these rockstars to some of our favorite cities. A huge thank you to @bellepente, @bethelheightsvineyard, @crowleywines, @goodfellowfamilycellars, and @walterscottwines for the good times and great wines. Shoutout to our hosts, @atlasrestaurantgroup, @tagliatabaltimore, @theroostdc, @buckheads_restaurant, and @steinhilbers! 🤘","alt":"Rootstock Wrap-Up! What a week, welcoming these rockstars to some of our favorite cities. A huge thank you to @bellepente, @bethelheightsvineyard, @crowleywines, @goodfellowfamilycellars, and @walterscottwines for the good times and great wines. Shoutout to our hosts, @atlasrestaurantgroup, @tagliatabaltimore, @theroostdc, @buckheads_restaurant, and @steinhilbers! 🤘","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/490112388_18499765021044156_5526171457243332057_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=R2uzzCVanQYQ7kNvwGvu8Oc&_nc_oc=AdnkCAfp0QM94Ai1cpY9JEkH7EgzfvyGq_183RrgRhuoa5FUUNLMDDLW0C5SfyrKo3w&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJspck_nxFcS7IQw2vAncEvbC4-MC8trS_s0eY0uuSzjQ&oe=682FBCA6","link":"https:\/\/www.instagram.com\/p\/DITjW_iSTyv\/","timestamp":"2025-04-11T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/490112388_18499765021044156_5526171457243332057_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=R2uzzCVanQYQ7kNvwGvu8Oc&_nc_oc=AdnkCAfp0QM94Ai1cpY9JEkH7EgzfvyGq_183RrgRhuoa5FUUNLMDDLW0C5SfyrKo3w&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJspck_nxFcS7IQw2vAncEvbC4-MC8trS_s0eY0uuSzjQ&oe=682FBCA6"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/489555443_18499765057044156_2002931314127714292_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=Lr8cdaFmbvoQ7kNvwEgL9Zk&_nc_oc=AdnvHGD644JP7idqvdRfwQObChssMhgRUMFNvsNgNojN0ws79e8VqHK6Kx2uWtWxJD8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKMmlWflVmQIXKHvf_DWzBBG9_bAXtHH-CAQL3FVwA3vg&oe=682FB18D"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/489305882_18499765069044156_4060657624529334281_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=F5RBJqkR6UQQ7kNvwHBfWkY&_nc_oc=AdneJ9H2SxollV412Hmy8X6RFs9mQhU60AmKuS2ceeqoKYPuKLkdNAdQ1CjhD_bCmJc&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLzhyZ7MfzKeJYTGUUtSOx9VKtqGQV0BHI1Bak0sBf1bg&oe=682FE2C1"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/490085555_18499765078044156_7293907567070525333_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=Od87hjgx_U4Q7kNvwECPf_z&_nc_oc=AdkrHrnw17Khjt3KmbauonxxLYITwCWU9DHnPiFp90-k60umji-8jeOc0UT0RRRsco4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIveidppfVLyFIwpeEcK9KTAQNdymrpK_VZtubI5nTBFA&oe=682FCE65"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/489826427_18499765087044156_9201789070444577858_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=Uotp5znwwjgQ7kNvwHR-MJV&_nc_oc=Adn8eUDVVo-hVtld-TqOVVQLO8ejOx6X33ssqd3l8s1mLQ8ImKLWpaoUN7XxZPBDrDE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ1hDf6U6UDMiL3wd1TqgDYKwY6Qh5-yXRp5hiB6a-OcQ&oe=682FC5D5"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/489435125_18499765096044156_8822347935884480384_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=8w_6pa7sQNMQ7kNvwHJZsn0&_nc_oc=Adlmw3FYqA31HS_qzOnltid8LpARNLMTEky2X1lFOllccY4c5TBthJDrMAXo6OUCfrU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK6x0vIwDg8oHF-Jrhas3JuCTJrCiSd6qlqbJjuzs6y_g&oe=682FC3C4"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/489594372_18499765105044156_886995360669248175_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=dWmVgv760AAQ7kNvwFZloyg&_nc_oc=Adm1pv1EcmAVIMWr9wrYNn2_4dt51R5Kx78nTLj96Y8qBFmuqtH1TjApOhEFvzCTOIo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJJcAdvJ_t0GOfogGBdFXRhoY5hbM0cRzWSJgZESe_SNA&oe=682FC6AF"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/489459064_18499765114044156_7471780245395174898_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=l4ahvhWJpiMQ7kNvwHkGSl2&_nc_oc=Adk86QbG9KtHH4PUs6JjT-3Y69taOiPaKPJrMVncWLazqDdeHgFElSIgCJwaPa4HhYA&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI6zUc9ucegcRuRHRlcb-V7V2_3Cgs0-GEQKx2Qh7QiEQ&oe=682FD811"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/490299542_18499765123044156_1046183242193265349_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=d3ZEB7sR1NkQ7kNvwGP7zxi&_nc_oc=Adk6ZsiXtZhG8CIYcw0r17PWnKClHO1aTWqdPnZLZgOjXWY--V_KyB8mQDFDZ5SDyjw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIPF9ZW2j5y2ARfcSS3bcWUx3ogAd_ByxE1aZ-a_SeAkQ&oe=682FE57E"}]},{"type":"image","description":"RVWC’s Rootstock 2025 hits Virginia Beach ✨TODAY✨ from 1:30-4:30pm at Steinhilber’s.\n\nJoin us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott.\n\nSpeed Dating BEGINS at 1:30! Don’t miss out!\n\n@bellepente \n@bethelheightsvineyard\n@goodfellowfamilycellars \n@crowleywines \n@walterscottwines \n@steinhilbers","alt":"RVWC’s Rootstock 2025 hits Virginia Beach ✨TODAY✨ from 1:30-4:30pm at Steinhilber’s.\n\nJoin us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott.\n\nSpeed Dating BEGINS at 1:30! Don’t miss out!\n\n@bellepente \n@bethelheightsvineyard\n@goodfellowfamilycellars \n@crowleywines \n@walterscottwines \n@steinhilbers","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/489572750_18499138687044156_5241371139065454504_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=nd5ZNiUw_nAQ7kNvwFT3OaD&_nc_oc=Adnq4uWM9I1stOymDzlD0rB_kN1wgm79tkqQjYCChhlwsBLJ8j1lE4U7CL66DWAZnfE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIEBnryR9ULpohw6jeDnCNOu2Pu-LF5ESkZ_lPQDh4t3A&oe=682FB712","link":"https:\/\/www.instagram.com\/p\/DIRFf1UTSkb\/","timestamp":"2025-04-10T13:00:00.000Z"},{"type":"image","description":"RVWC’s Rootstock 2025 hits Richmond ✨TODAY✨ from 1:30-4:30pm at Buckhead’s.\n\nJoin us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott.\n\nSpeed Dating BEGINS at 1:30! Don’t miss out!\n\n@bellepente \n@bethelheightsvineyard\n@goodfellowfamilycellars \n@crowleywines \n@walterscottwines\n@buckheads_restaurant","alt":"RVWC’s Rootstock 2025 hits Richmond ✨TODAY✨ from 1:30-4:30pm at Buckhead’s.\n\nJoin us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott.\n\nSpeed Dating BEGINS at 1:30! Don’t miss out!\n\n@bellepente \n@bethelheightsvineyard\n@goodfellowfamilycellars \n@crowleywines \n@walterscottwines\n@buckheads_restaurant","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/489564372_18499138474044156_1367154387129271199_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=7U1KmCmw2FoQ7kNvwGHBWv0&_nc_oc=AdkDOoj9lXPNDRjsIZ-tVDL_qUdYvU5nc5sLivYkljoukjZNWVKx-GRNz7ksDEn3gHw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKk26Q4R9ul4FFcZNMTtBnru3cxz6WkD3_LFvVHK8uVpA&oe=682FB3D2","link":"https:\/\/www.instagram.com\/p\/DIOgsxrzasx\/","timestamp":"2025-04-09T13:00:00.000Z"},{"type":"image","description":"RVWC’s Rootstock 2025 hits DC 🌸TODAY🌸 from 1:30-4:30pm at The Roost.\n\nJoin us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott.\n\nSpeed Dating BEGINS at 1:30! Don’t miss out!\n\n@bellepente \n@bethelheightsvineyard\n@goodfellowfamilycellars \n@crowleywines \n@walterscottwines \n@theroostdc","alt":"RVWC’s Rootstock 2025 hits DC 🌸TODAY🌸 from 1:30-4:30pm at The Roost.\n\nJoin us for a Trade-Only Speed Dating Event with Oregon Winemakers from the DRC (Deep Roots Coalition) - Belle Pente, Bethel Heights, Goodfellow, Crowley, Walter Scott.\n\nSpeed Dating BEGINS at 1:30! Don’t miss out!\n\n@bellepente \n@bethelheightsvineyard\n@goodfellowfamilycellars \n@crowleywines \n@walterscottwines \n@theroostdc","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/489673300_18499137964044156_6349087446659344712_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=C_Qc9ODW1bIQ7kNvwG--iZc&_nc_oc=Adl2pwJGPbhEcoGA_sfG_zd1mAd_mBmfpWn8RUMWhiGpMhhpDdT1ImgSclVdvqTqX2E&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKkhSyWf4paDk-SZ3KlPAuNlE8bBde1wvW2KIn2xqTm_g&oe=682FCF72","link":"https:\/\/www.instagram.com\/p\/DIL70SRTv_3\/","timestamp":"2025-04-08T13:00:00.000Z"},{"type":"image","description":"RVWC’s Rootstock 2025 hits Baltimore ✨TODAY✨ at Atlas Quarter!\n\nEducational Tasting from 2:00-4:00\n\nHappy Hour with the growers at Tagliata from 5:00-6:30\n\n@bethelheightsvineyard\n@walterscottwines\n@goodfellowfamilycellars\n@crowleywines\n@atlasrestaurantgroup\n@tagliatabaltimore","alt":"RVWC’s Rootstock 2025 hits Baltimore ✨TODAY✨ at Atlas Quarter!\n\nEducational Tasting from 2:00-4:00\n\nHappy Hour with the growers at Tagliata from 5:00-6:30\n\n@bethelheightsvineyard\n@walterscottwines\n@goodfellowfamilycellars\n@crowleywines\n@atlasrestaurantgroup\n@tagliatabaltimore","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/489013965_18499119514044156_5758706164658289661_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=0-mZq3BD9o0Q7kNvwG_2f8H&_nc_oc=AdlT9xMdF5_QirwbP7dDE8XWkM0crhqY0b9hm2xH2UrmoEjZkapxLkFrdjXrFci4Mrc&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLFrGxAiV7oLR7VLORzblsxM5N7FvzAGoz0eNvf4ujkZA&oe=682FB4F3","link":"https:\/\/www.instagram.com\/p\/DIJ384cz3En\/","timestamp":"2025-04-07T17:47:55.000Z"},{"type":"carousel","description":"Ah, Barolo, you have stolen our hearts! ❤️ Thank you to Paola Rinaldi of Francesco Rinaldi e Figli for sharing her family’s passion and memories with us as we tasted the new Barolo releases from Cannubi, Brunate, and Rocche dell’Annunciata vineyards, plus Grignolino, Nebbiolo and Barbera. Traditional styles; elegant, lovely wines! The winery’s tasting room, on the upper floor of the former family home, overlooks the Cannubi hill on one side and Brunate on the other. Still new to RVWC’s portfolio, we are thrilled to be working with such gorgeous and storied wines! 🍷\n\n@francescorinaldiefigli","alt":"Ah, Barolo, you have stolen our hearts! ❤️ Thank you to Paola Rinaldi of Francesco Rinaldi e Figli for sharing her family’s passion and memories with us as we tasted the new Barolo releases from Cannubi, Brunate, and Rocche dell’Annunciata vineyards, plus Grignolino, Nebbiolo and Barbera. Traditional styles; elegant, lovely wines! The winery’s tasting room, on the upper floor of the former family home, overlooks the Cannubi hill on one side and Brunate on the other. Still new to RVWC’s portfolio, we are thrilled to be working with such gorgeous and storied wines! 🍷\n\n@francescorinaldiefigli","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/487948701_18498200659044156_2674897344302480613_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=kcdzwVxbNzoQ7kNvwFib1ug&_nc_oc=AdnRcO16JlgjPYtpW8U3PcuX2nW8Sp2izLIbk1s6He36pZKibvbknNxFKkDvscnb2Lk&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI1ZZWKFAHmjLmuOADp8tkKlH2H83g8-1r0TOL0JaFVSg&oe=682FD4FB","link":"https:\/\/www.instagram.com\/p\/DIBh036xjCu\/","timestamp":"2025-04-04T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/487948701_18498200659044156_2674897344302480613_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=kcdzwVxbNzoQ7kNvwFib1ug&_nc_oc=AdnRcO16JlgjPYtpW8U3PcuX2nW8Sp2izLIbk1s6He36pZKibvbknNxFKkDvscnb2Lk&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI1ZZWKFAHmjLmuOADp8tkKlH2H83g8-1r0TOL0JaFVSg&oe=682FD4FB"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/487678783_18498200695044156_7884051371203210154_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=PBj5yj53l4IQ7kNvwGYhsS6&_nc_oc=AdknHs1WQ1AB40napUNDHDFeJRCB-kdEsM_4hRbJbfa4G1ZDvC3ZoHnYIuKU8OCDaig&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ5p_Q6qkjAkIzE_ueoQDNGwSTpnRaEVOMjeW9Cru8LzQ&oe=682FD091"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/487781211_18498200707044156_7366242439305317357_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=8lNGqDVSYg0Q7kNvwFiJNyL&_nc_oc=Adl01C7kk6d93HRjtYBSTujMBTGpeSNbqQRLAjNVoVQT7iPww5GpnV-nheCLADBgkK8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJYbc9fsbYCY0QxTdo-BB6GuoMU5jDiydrBUd0FD9DNTg&oe=682FD735"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/487782835_18498200722044156_7247588649204781289_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=UdkIazhhnioQ7kNvwHTRtbt&_nc_oc=Adk7-5puRtRbBJV7JYVJzRLdCow-w3vqhj16HuzqYriSU3expEP8VunjKoV9UTh0MWY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK7_tnGhHR_HloicPklHrrQOgejhw-GrdJZjYOUCB8f9Q&oe=682FBB29"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/487998242_18498200731044156_3052866732476273750_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=cwOy0BtPKBAQ7kNvwGyS4ye&_nc_oc=AdmzTJh1wTK7UGyq0CoWKG5MSueQyigJakAxQcpbtfUNNrA3psUOk7a3Lb6zfKr6rEA&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLFqHjIDEqJa_CFDlSIH43h3i-ivA3AsHn_OBEUUH5pfA&oe=682FBA20"}]},{"type":"video","description":"🌸Five Days🌸 until we kick off Rootstock 2025 in DC! RSVP by contacting your sales rep or email [email protected].","alt":"🌸Five Days🌸 until we kick off Rootstock 2025 in DC! RSVP by contacting your sales rep or email [email protected].","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/o1\/v\/t2\/f2\/m86\/AQP0_mXkXeYjA97Uz57pFu_RpPmKsSgfWVQumMIKBQdNrRgqykg8QyxUpnzkVVuVFh-CiQcC83ULfMLv1jKibmA51BLoc1lID4URXH8.mp4?_nc_cat=111&_nc_sid=5e9851&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_ohc=1cZZA37PFIEQ7kNvwGufpzz&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6OTU4NDExMjMyOTQ2OTM3LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MTcsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=9961141ebb824dad&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9CQjRDMzBDOURBMEJENTJCMkE5MzRGMjdERUE5ODI5Nl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJeTRBQjA0STJGZE5Ga0NBUFBfQzRHRm1vRjNicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJvKrtZHw6rMDFQIoAkMzLBdAMbMzMzMzMxgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gdl5p0BAA&_nc_zt=28&oh=00_AfJ6bNg1H1v4du_fQMBV7Lobc6EGvTlWnq0pzWF0XrW9RQ&oe=682BE590","thumbnail":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.71878-15\/487505642_1338979644020991_2468011449958550445_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=Ie_XM-q1fhQQ7kNvwHoqIRx&_nc_oc=AdlemPySxU4KyPZyHu25zSBjcOJ1dEagYbmspC7f6CBGz0UcMcLLTFyvDN2qsFszCXo&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKLmB1k97n_oz_iJFPiBhBSg0YcPeJr6q8PMkbBUnedJw&oe=682FE545","link":"https:\/\/www.instagram.com\/reel\/DH-8-DtSwv6\/","timestamp":"2025-04-03T12:00:00.000Z"},{"type":"image","description":"✨Maryland Rootstock Preview✨\n\nJoin John Coco and our Rootstock winemakers Monday April 7 for an exclusive Maryland preview before Rootstock hits the road!\n\nEducational tasting and casual conversations: 2-4pm @atlasrestaurantgroup \n\n“Meet the Winemakers” Happy Hour: 5-6:30pm @tagliatabaltimore \n\nReserve your spot by RSVPing to [email protected]\n\n@bethelheightsvineyard\n@walterscottwines\n@goodfellowfamilycellars\n@crowleywines","alt":"✨Maryland Rootstock Preview✨\n\nJoin John Coco and our Rootstock winemakers Monday April 7 for an exclusive Maryland preview before Rootstock hits the road!\n\nEducational tasting and casual conversations: 2-4pm @atlasrestaurantgroup \n\n“Meet the Winemakers” Happy Hour: 5-6:30pm @tagliatabaltimore \n\nReserve your spot by RSVPing to [email protected]\n\n@bethelheightsvineyard\n@walterscottwines\n@goodfellowfamilycellars\n@crowleywines","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/487934119_18497701513044156_6273604313850984154_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=81aMKwAPEoUQ7kNvwGn-K9m&_nc_oc=AdncUbiIRo6Xj41zm3lQ5lTe3HFO3a0rLuarxo2P7APJa1Tt1Xa3WXmZ5d_tpbHq6DY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIC2728QYamac4Z5TBs-CX95d46Ik3gDNjRHbrLJ59n9g&oe=682FC26E","link":"https:\/\/www.instagram.com\/p\/DH5zbWQyVzz\/","timestamp":"2025-04-01T12:00:00.000Z"},{"type":"carousel","description":"Beautiful Paitin Wines 🍷\n\nWe love working with Giovanni and Luca Pesquero-Elia at Paitin, one of the oldest wineries in Barbaresco. Paitin is known for their elegant, traditional line of Barbaresco, Barbera, and Langhe Nebbiolo, made by the family for more than 200 years. It was also exciting to see the beginnings of their new property in Gattinara with Luca! Thank you, Giovanni and Luca, for the tours and tastings, and extra thanks to Luca for the quick visit to see us!\n\n@paitinwine","alt":"Beautiful Paitin Wines 🍷\n\nWe love working with Giovanni and Luca Pesquero-Elia at Paitin, one of the oldest wineries in Barbaresco. Paitin is known for their elegant, traditional line of Barbaresco, Barbera, and Langhe Nebbiolo, made by the family for more than 200 years. It was also exciting to see the beginnings of their new property in Gattinara with Luca! Thank you, Giovanni and Luca, for the tours and tastings, and extra thanks to Luca for the quick visit to see us!\n\n@paitinwine","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/487457948_18497584417044156_510634630865992845_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=HT3loT0k684Q7kNvwENQz2p&_nc_oc=AdnSHPr-8yE7kdnWjiMS91zN44eKJTUshARdxPfTVkRpPecGbXfyKN76NWcEPOjc_b8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLZb6of3t8dQgAK42arUNtcptqxmmf5wZnqDfUQuivuFQ&oe=682FB302","link":"https:\/\/www.instagram.com\/p\/DH3OqNqONg_\/","timestamp":"2025-03-31T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/487457948_18497584417044156_510634630865992845_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=HT3loT0k684Q7kNvwENQz2p&_nc_oc=AdnSHPr-8yE7kdnWjiMS91zN44eKJTUshARdxPfTVkRpPecGbXfyKN76NWcEPOjc_b8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLZb6of3t8dQgAK42arUNtcptqxmmf5wZnqDfUQuivuFQ&oe=682FB302"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/487111944_18497584429044156_2153265421334149233_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=CBrztX2fU6YQ7kNvwGTH0Si&_nc_oc=Adlfrdn5ku8yWuXADhoWeMPysslhte-s1S6cqt-hr11L2dl6plzDLuBuwhw6_NOWuCo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKdKZ7KrVyOuQCR8yGUmJrrJEIgtvu6qg1CANhv5uve8g&oe=682FB1C5"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/486825881_18497584468044156_9194515668044576111_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=zL4nUC12xTIQ7kNvwHOjdvd&_nc_oc=AdnqPBtu7VOAP-Efim2rYzRfx003nzLJfq2DmfbDChuRy8unfJdgxGuULaR3prkquYs&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLH7Q-O5eTtWQ9VSGuM0NwWMbpnABU4T23RDvwuicgmKw&oe=682FCC5A"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/487676152_18497584477044156_7359267062021329505_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=hetsl75BzrkQ7kNvwE8xp1y&_nc_oc=AdmU5BaEVzynac6c1QICocgvzHqpw5s9vf0DhaRtuFb0-5c9aGFlicUb-zY6d7HjMW4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI5nNPeliuSilaZDTkdNpXDDqCa3luyB0OXJ8KC3oy6VQ&oe=682FB504"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/487448663_18497584486044156_7657167567304920767_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=-sMAq9isXmEQ7kNvwELWTGz&_nc_oc=AdmsJg1IqIjNvYNcBIv-p5-iHGwCZHIlb5mzurXUaUPq-4kNTPrS7gTgDGQEMPwV12U&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKqd0shRKUOBPgEKwDd2UWaRzCBb4bm5x-YT3tcwNUQ3g&oe=682FDB51"}]},{"type":"carousel","description":"Have you reserved your seat? RSVP to join us for Rootstock 2025, “Speed Dating” with 5 of Oregon’s top winemakers from the DRC (Deep Roots Coalition).\n\nApril 8 from 1:30-3:30 - The Roost, Washington, DC\n\nApril 9 from 1:30-3:30 - Buckheads, Richmond\n\nApril 10 from 1:30-3:30 - Steinhilber’s, Virginia Beach\n\nLimited seating. Reserve yours soon by contacting your RVWC sales rep or [email protected].\n\n@theroostdc\n@buckheads_restaurant\n@steinhilbers","alt":"Have you reserved your seat? RSVP to join us for Rootstock 2025, “Speed Dating” with 5 of Oregon’s top winemakers from the DRC (Deep Roots Coalition).\n\nApril 8 from 1:30-3:30 - The Roost, Washington, DC\n\nApril 9 from 1:30-3:30 - Buckheads, Richmond\n\nApril 10 from 1:30-3:30 - Steinhilber’s, Virginia Beach\n\nLimited seating. Reserve yours soon by contacting your RVWC sales rep or [email protected].\n\n@theroostdc\n@buckheads_restaurant\n@steinhilbers","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/486394641_18496512274044156_3208264679764848456_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=9JXMVJD-XjwQ7kNvwHXE3gz&_nc_oc=AdmY_adTt1IuunQB5Ka4Jp3CAggOWK2rnmdQ7rp31H4vw5RvbvIaKPiJtKWoF34k3F8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJF7pwjYTmJsYH8M_MdOaqnabv6KmIrWSTQz1G71FwRBA&oe=682FC655","link":"https:\/\/www.instagram.com\/p\/DHqWpwuu-3p\/","timestamp":"2025-03-26T12:00:00.000Z","children":[{"type":"video","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/o1\/v\/t16\/f2\/m84\/AQMvs30S4hDvsvLk4aNGW9mJUJDpcRwtpKXmN-mPZLmTZDfgmDQEPjVASYtGGlHy32bdwOTUstWwSAU3lMlCD1qzaXWdk5kc3W2x5Tc.mp4?_nc_cat=111&_nc_sid=5e9851&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_ohc=tjY1C98s5pcQ7kNvwFrWOny&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0FST1VTRUxfSVRFTS5DMy4xMjc2LmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6NTg3MjM1NTQwOTkyMTg0LCJ2aV91c2VjYXNlX2lkIjoxMDE0NiwiZHVyYXRpb25fcyI6MTksInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=28d65f861f3b5368&_nc_vs=HBkcFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC84QzQ2QTQ5NDBDMUM2QzVEM0RDODkxQjNDQ0VENkNBRV92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbwgpDdzYWLAhUCKAJDMywXQDOIcrAgxJwYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HZcSeAQA&_nc_zt=28&oh=00_AfLcz023eTZHIk_PnzFc5B_keCOqdwA3Lg5QANltz85JYQ&oe=682BE435","thumbnail":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/486394641_18496512274044156_3208264679764848456_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=9JXMVJD-XjwQ7kNvwHXE3gz&_nc_oc=AdmY_adTt1IuunQB5Ka4Jp3CAggOWK2rnmdQ7rp31H4vw5RvbvIaKPiJtKWoF34k3F8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJF7pwjYTmJsYH8M_MdOaqnabv6KmIrWSTQz1G71FwRBA&oe=682FC655"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/485983017_18496512262044156_2919554573478110965_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=yZavW9AkZKkQ7kNvwGhwwW9&_nc_oc=AdnbEf3ZaCK5t4a5AlIX2cICASrwtYeXKn70u1p4iYmBSp20b81OoWutXyp_gqhXMLs&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK9_t8l1wFLKvF2vkDILb4vh-lAzO8wi74vtUJHcWZ1sQ&oe=682FAED8"}]},{"type":"carousel","description":"A gem in RVWC’s Spanish Portfolio, Bernabeleva comes to us through Rare Wine Company. Located on the east edge of Spain’s Sierra de Gredos Mountains (just 60 miles from Madrid), the rugged, craggy soil produces gorgeous, balanced, and vibrant Garnacha including our favorites Bernabeleva Navaherreros from the oldest and best parcels, and Camino de Navaherreros, a blend from all the estate’s vineyards.\n\nJuan Diaz Bulnes is carrying on the legacy of his great-grandfather Dr. Vincent Alvarez-Villamil, who purchased and planted the historic vineyard in 1923. Vincente named it Bernabeleva, or “path of the bear” after the ancient bear carvings found from the property’s Celtic past. The Goddess-on-a-bear logo is a tribute to an old family photo of Vincente’s daughter Luisa perched on one of the bear-like rocks.\n\nSpain’s political instability and Civil War devastated the country but the family continued to care for the vines for 80 years. Juan and a cousin took on the vineyard in 2006 and painstakingly nurtured the harvests into the seductive Bernabeleva wines we know today.\n\n@bernabeleva","alt":"A gem in RVWC’s Spanish Portfolio, Bernabeleva comes to us through Rare Wine Company. Located on the east edge of Spain’s Sierra de Gredos Mountains (just 60 miles from Madrid), the rugged, craggy soil produces gorgeous, balanced, and vibrant Garnacha including our favorites Bernabeleva Navaherreros from the oldest and best parcels, and Camino de Navaherreros, a blend from all the estate’s vineyards.\n\nJuan Diaz Bulnes is carrying on the legacy of his great-grandfather Dr. Vincent Alvarez-Villamil, who purchased and planted the historic vineyard in 1923. Vincente named it Bernabeleva, or “path of the bear” after the ancient bear carvings found from the property’s Celtic past. The Goddess-on-a-bear logo is a tribute to an old family photo of Vincente’s daughter Luisa perched on one of the bear-like rocks.\n\nSpain’s political instability and Civil War devastated the country but the family continued to care for the vines for 80 years. Juan and a cousin took on the vineyard in 2006 and painstakingly nurtured the harvests into the seductive Bernabeleva wines we know today.\n\n@bernabeleva","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/485189909_18494954377044156_1700291059539626044_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=_CfmIkcQttsQ7kNvwHl6ULO&_nc_oc=Adm1kIxkVUwUESapiIkeEuDfzS2h3BkfBA8sINv4bwgzfcX9_S38h2U0BSoqVWNozw0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJMGp8cfBrvGeMUhaj598IxUeOKWcmdtM10KU5oWYDAxw&oe=682FE1DE","link":"https:\/\/www.instagram.com\/p\/DHden4CRjRB\/","timestamp":"2025-03-21T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/485189909_18494954377044156_1700291059539626044_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=_CfmIkcQttsQ7kNvwHl6ULO&_nc_oc=Adm1kIxkVUwUESapiIkeEuDfzS2h3BkfBA8sINv4bwgzfcX9_S38h2U0BSoqVWNozw0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJMGp8cfBrvGeMUhaj598IxUeOKWcmdtM10KU5oWYDAxw&oe=682FE1DE"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484879296_18494954386044156_8154425981886393237_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=BfVRdwKAbWoQ7kNvwH2HX_2&_nc_oc=AdlSPOr63av60NOVHYfiPLIe_24DwZXQJ7rfioDwr5VSte5UrQ6ZnwIuQ0zl5ETmvEk&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKYgrcsutT3RraHb3ln4PDaBEskQ5AX1ffIC7ZcZ1pwYQ&oe=682FDF5E"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/485516597_18494954401044156_4989789870053543630_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=OXwveqVefk8Q7kNvwFR75Hd&_nc_oc=Adm_VfVNdPBBZMnmI4C0rXbKfIwKeMBxmLqaHyQxCgsij5DiEMs8k4wiozDQ9QHuW7I&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJFgfKfVc4b-z3Ks9cUNJ6XsaSMrBFyAsVsXHZ2ynrT3A&oe=682FBE29"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/485477116_18494954404044156_7781562636480921456_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=cH8mNPcqvVkQ7kNvwGZtJ5r&_nc_oc=Adl1HCIteF1j2uGvyI_CujDEzu0bZfyrw3mkkuUUXLfV03AFfsLFOIYPIN-W_WIqoTg&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJuWbKylIh1daAk2-p-UYvZLAv3RPl98JUGI_VgDL-QsQ&oe=682FBA4B"}]},{"type":"image","description":"Happy work anniversary to one of our best and brightest, Alicia Calfee! You are ‘somm’ kind of wonderful! 🍷","alt":"Happy work anniversary to one of our best and brightest, Alicia Calfee! You are ‘somm’ kind of wonderful! 🍷","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482539479_18492025618044156_6506432310015980526_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=vsBydlek2J4Q7kNvwFr-aFu&_nc_oc=AdnIog35-RSLqY0NPxe3rPPwwo8RXCAYC8Gt8brCepyRqJvciaSincq0ZO-PmX9LukQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJbXyJW8evz4XiK9NDEaM1wMSM9FlBllCHuhk25UjpF9Q&oe=682FB9F5","link":"https:\/\/www.instagram.com\/p\/DHa54OhSc4Q\/","timestamp":"2025-03-20T12:00:00.000Z"},{"type":"carousel","description":"Thanks for the warm welcome from Roberto Conterno, Stephanie Flou, and Erin at Giacomo Conterno in Monforte d’Alba. It is always a delight to spend time here and taste the marvelous Barolos and Barberas!\n\n@giacomo","alt":"Thanks for the warm welcome from Roberto Conterno, Stephanie Flou, and Erin at Giacomo Conterno in Monforte d’Alba. It is always a delight to spend time here and taste the marvelous Barolos and Barberas!\n\n@giacomo","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/485073350_18494951401044156_1613816667433366470_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=qaaO_cBO9N8Q7kNvwE4fusT&_nc_oc=Adn1RP35lKCLMmYkYud-_JIbFzzMN102rAMccI4qubvi_yM-fVJ7WrfbFvfqgGWzSO8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI3PNThNvMU-Z1LJJm0UW0fmE9wfQseGnc0I1UC-JOIJA&oe=682FD0A0","link":"https:\/\/www.instagram.com\/p\/DHYVE3vR1Gk\/","timestamp":"2025-03-19T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/485073350_18494951401044156_1613816667433366470_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=qaaO_cBO9N8Q7kNvwE4fusT&_nc_oc=Adn1RP35lKCLMmYkYud-_JIbFzzMN102rAMccI4qubvi_yM-fVJ7WrfbFvfqgGWzSO8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI3PNThNvMU-Z1LJJm0UW0fmE9wfQseGnc0I1UC-JOIJA&oe=682FD0A0"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/485075765_18494951413044156_304075203042511047_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=DWzqpn1trhcQ7kNvwHU8t51&_nc_oc=AdmuyDM9NJ4-KvfYjWwXLTH6MB6o8-RTemQyBGrDcZmy8ISk4-r_omrZXrQIIVxBUa4&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIBH8QE0lA2l1e1_Jxqk576a1flQZRwJBYsDborqjaZog&oe=682FD732"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/485635134_18494951410044156_3041188355851785869_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=zV8xSK-v4OcQ7kNvwG9tmV6&_nc_oc=AdlYJtw3mxFATD6lyv2-HL07_xG0z-gtK_l6gEIg2NWuGUf6n0W27W0h2o0UimY4_Oo&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKbtcP428X7qTaBBj4T4aspPxZ3fi1GNpWbNA-8whJanA&oe=682FC312"}]},{"type":"carousel","description":"Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! \n\n@nervigattinara\n@cucinenervi","alt":"Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! \n\n@nervigattinara\n@cucinenervi","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/485091335_18494056882044156_1919378894435287063_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=bu6u5rciwsEQ7kNvwERzNzI&_nc_oc=AdkdLCjV2CWNs9famM3DBE_W4UPjLxXzphJn_FN67kEGJ7iVuQ5IgvwXsmE0ACYLIXQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ7hRY47dGfjEmJMinc695B71UROJaRJzsscUnLMlvXxA&oe=682FCD70","link":"https:\/\/www.instagram.com\/p\/DHNF_qeRs05\/","timestamp":"2025-03-15T03:16:58.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/485091335_18494056882044156_1919378894435287063_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=bu6u5rciwsEQ7kNvwERzNzI&_nc_oc=AdkdLCjV2CWNs9famM3DBE_W4UPjLxXzphJn_FN67kEGJ7iVuQ5IgvwXsmE0ACYLIXQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ7hRY47dGfjEmJMinc695B71UROJaRJzsscUnLMlvXxA&oe=682FCD70"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/483914803_18494056966044156_3082166063857578169_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=RICP8IGCJ0gQ7kNvwFCZDmt&_nc_oc=AdkB4DPSod606OwK2BSI8ZG4jFTgcYRfKQwQ5YNmwMFCYoajD-izCAwdwfwwpobkzXE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfICc-X7xiaH67c1gdpi171Fm7-qbaVPfoa59SxuRJR1Og&oe=682FDDB8"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484582893_18494056978044156_8917435703792948330_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=GYgpDf0zKF4Q7kNvwF6ovOa&_nc_oc=AdnPW7QvS1mj5WUTsUam9xt0PPe0Yht_CjTJBC-nGeujYFBidO2oVzAlf1IuqZI2WNA&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKLvxtTihtGE--m17z40LYR4ljRgEjdgaGtr9u0hc-B3A&oe=682FB770"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484158790_18494056987044156_8465371445094042485_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=n7MMN97TeSEQ7kNvwG4Iwby&_nc_oc=AdmgTQ6s8MFHIW32xMVbxX0ivOWbkHJDdhozn9n1c5twQweotlxXKJ4HB0KAwOZr9mk&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKKC7SMnUjDwHhW8eryHJEdNakr7kqzL6DtKGckkzkUbQ&oe=682FBCE1"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484415755_18494057035044156_8854142249959475185_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=jr0a-0wgRE0Q7kNvwGwssM2&_nc_oc=AdkHyp639EI35F1FA95MWqeJxBDB90wd56elHPvMDriu56phTr9W0QHlGzG4_BtwIc0&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKm6aM9XwJ_qwUuWZ0DTcf2IrXo4xHMOLflSLJARcV4kA&oe=682FD093"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484982156_18494057044044156_5459679291099650811_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=v9vxFTuiu2wQ7kNvwG-XYf4&_nc_oc=AdlbONpnEuevqgtT4pPyTnloJ6A7ACrNXL1dYOdqAw4aKX-tvKyX4LQSX5xqDbtkhok&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK9NIoUV68yXRFrG_777jNAa0sJxWMx77lcDzS9RvYVPQ&oe=682FD1B4"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483982516_18494057056044156_6211917078862003041_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=fGwIgAHltmwQ7kNvwFWJ2xB&_nc_oc=AdlYPowvTTrQpcWRZIW7xT_1-AIBAtJlDityJkXX4o5_e8xRfqxJGM-1pPpu3lEpP0o&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJgYtDXdXlzHzq5JCmwSD3Ab1jaI2M738hFj6zn0kyU8A&oe=682FE5F9"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484305097_18494057065044156_8089764109677627971_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=U79udkCImlcQ7kNvwGavt5n&_nc_oc=AdlkBroxNK_FtL2Ikyy2f7tCg0BrwP6Cj2Yo2D70gPc-oHnyF4ghe0Fmh1jhW-gpHn8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIxzjU4fm8_WeS3qcLgfyFzWO6rOIfBQMJmbuNCXdCHYQ&oe=682FE3A3"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484740542_18494057080044156_2853263203244315952_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=SDHU3YRrXtAQ7kNvwHPYYZh&_nc_oc=AdnxGqV90-0FbzE4Rs3wZTgdcWaWvZyveeG30BVZ3agAJnCYg8GbVIRoOIvIIWuQJBI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLLWFq_6smcm4aia5kuFTOx4SPlaD4Y9PdP1b9SsavikQ&oe=682FD2D9"}]},{"type":"carousel","description":"Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! \n\n@nervigattinara\n@cucinenervi","alt":"Thank you to the professional team at Nervi-Conterno for a wonderful visit, tasting and unforgettable lunch at Cucine Nervi. Founded in 1906, Nervi is the oldest continuously operating winery in Gattinara with some of the appellation’s greatest vineyards. Roberto Conterno purchased it in 2018, adding a Michelin restaurant and stunning wine-making facility. Elisa, Marta, and Isabella were gracious and informative hosts for our group! \n\n@nervigattinara\n@cucinenervi","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484488840_18493504435044156_3172179953667133502_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=3ptUDoBqVhgQ7kNvwGaPD_o&_nc_oc=AdkVpEx5jCJky6PWIx2cwJ8uTQCNqc8KFhn2nMHsP1g3Imw3B4ePM08B0IValib3MgY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKqaJH0zHauWKZ113HlXcKryQgISVix0qakvt6K8R8O9A&oe=682FC743","link":"https:\/\/www.instagram.com\/p\/DHLdKZ_yF--\/","timestamp":"2025-03-14T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484488840_18493504435044156_3172179953667133502_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=3ptUDoBqVhgQ7kNvwGaPD_o&_nc_oc=AdkVpEx5jCJky6PWIx2cwJ8uTQCNqc8KFhn2nMHsP1g3Imw3B4ePM08B0IValib3MgY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKqaJH0zHauWKZ113HlXcKryQgISVix0qakvt6K8R8O9A&oe=682FC743"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484635123_18493504462044156_7020713830733750350_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=BqslcgJiY4gQ7kNvwEA-Syv&_nc_oc=Adk4AK44csHp7tYncfaognVSSiZly9MSD55c9OOMU2FOqINzquO8GdmOw6QRAa9cn2Q&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ-Zhz65qbrjS6BsxYiPwn1eTHkIuTn9QH5lmVlI6KYWQ&oe=682FB754"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483942857_18493504474044156_8217367171752106690_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=olGtubTwiSAQ7kNvwHZ9pbw&_nc_oc=AdmeG0KUxUqpygxd8IIsvpQIgZ3POdPGY-pxSYr9-0Es55w_Qys6KfNxBvuzWeQnjHQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIjwb7-dNZ0PgF4ihnEZ_dM-8Yz0x1CnRKlOc_f4sZG0g&oe=682FC508"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484586298_18493504483044156_5559782581595615583_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=_dSpbmWHjwIQ7kNvwHkx1g7&_nc_oc=Adk5IwDShRqgMm0IIOjwAW78A9Er8aE5qPIwH_vCU4_x9gbNDBhknbtjQlXhgCUFmH8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJBYuscK_X3EZ4ZRYCksseEGYl8qQ-rQ0OmLHst_SkBzA&oe=682FC3B5"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483574898_18493504498044156_8099548394527059881_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=iEua7Tk3gNsQ7kNvwHkAj1n&_nc_oc=AdlMcpl2-KhLsvbLwomE8BWb00JCsdcraaNV8G9bGTY7vMzapkqK8b9mX1s3MUtO5V8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL3t-Wujoz8Oio2ZMksCD2WctZ1l9cgSpXRAi5lCpdwsw&oe=682FD081"}]},{"type":"carousel","description":"Many thanks to Paolo, Marta, and Francesca de Marchi from Proprietà Sperino for the stunning vineyard and winery tour, tasting and traditional Piedmontese lunch in their home. Their gracious hospitality and exquisite foods and wines made for a memorable day! 🍷\n\n@proprietasperino","alt":"Many thanks to Paolo, Marta, and Francesca de Marchi from Proprietà Sperino for the stunning vineyard and winery tour, tasting and traditional Piedmontese lunch in their home. Their gracious hospitality and exquisite foods and wines made for a memorable day! 🍷\n\n@proprietasperino","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484015485_18493496473044156_6749277410658909080_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=Sz-oDNDiFbsQ7kNvwGJLlz2&_nc_oc=AdmmaVUQFWzDA-6xTcHP578ie7rmJghDmCvRTeA57drLclaNnn4YNiC05603RlKFYUI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIrLEVtbd0SM3Llo0XQ0THzQBxNHcn_o7aRdenOfey5qw&oe=682FBC39","link":"https:\/\/www.instagram.com\/p\/DHI4R0bSSU7\/","timestamp":"2025-03-13T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484015485_18493496473044156_6749277410658909080_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=Sz-oDNDiFbsQ7kNvwGJLlz2&_nc_oc=AdmmaVUQFWzDA-6xTcHP578ie7rmJghDmCvRTeA57drLclaNnn4YNiC05603RlKFYUI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIrLEVtbd0SM3Llo0XQ0THzQBxNHcn_o7aRdenOfey5qw&oe=682FBC39"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483597107_18493503460044156_3439774127663141077_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=CwIMrqtaJ8sQ7kNvwEXsfIB&_nc_oc=AdkdFVrgRm9GJmUR-SVfPcxmtwDUBWIXOrJ0pHzCIL1uLrXqG5v0FK6a5fybz84Bcbk&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ4F7PFCXjF1ez6-d4L5hGZjCWyI9OtQw1dwuUqVE3vzw&oe=682FCB79"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483373138_18493503469044156_1353316512609066127_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=sYlhFxkuPY8Q7kNvwHQfSFs&_nc_oc=Adn6QsYB0Vd18e47fzbIgIYdxcndKHK27g3kZIu7Z0-wAQudgVdRJdJV6b1y9NnYYJ0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLfdpNwtR9BqrF6fsXyOJQrahIjmnjbI23n_6SzwF25bw&oe=682FCD80"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483855891_18493503481044156_2197750195294219679_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=yXzazPPqSa4Q7kNvwE_mJNl&_nc_oc=AdkjGInwfWvGrdd-Z7L2DvldGBLMtIX0cwiNLqIIvReUaZJjuiDrmtlSTJnb9BffQ4s&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIcDc9RHsEFhW_6PF24PdEd0yHT2N5XkFto-N26m8qLAw&oe=682FC302"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484275277_18493503490044156_8822026052971741836_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=afdkkf2SkNkQ7kNvwEXzXXb&_nc_oc=AdkiscykcmkbHbKsrOGJJMge62GtN2fNCRYAXhQk8dN4Pu8uTpyEH7xXLHz0d7JkzpY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIgpWImsEuyRcgCeXdCih1QJ4XQ-ThFrDdfTWjgNYz9yA&oe=682FC071"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484279102_18493503505044156_924713347592110539_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=pr7KcOHErA4Q7kNvwGUGqE6&_nc_oc=AdlBnG15TyXqjQ4WIlZ-iHzN46CcWcgxxU4D9HpXNBAiRewOeSom94p4TI_IkCVaVsk&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKcVHqDyxQ9FRqzvSBBoIG8Cr266mwSQystX3sM2xqObQ&oe=682FCD47"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/484051328_18493503520044156_1029370975764951545_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=6FqgskeGZxwQ7kNvwHzcE3N&_nc_oc=AdnhWgufWMdlNvZOg-Z8h5EiRWKMFwULNwg_uovpwF8RrvYukZhBZFs3No2UlAZ7V5E&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJbEU6_Tv-wMoahGCIMBHCUg5a9EX4TBnYfzrQTa_4_iA&oe=682FE438"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483543386_18493503622044156_7163327598006986046_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=ZcvsjYEjjFYQ7kNvwEmZwnv&_nc_oc=Adloh_ilqA7APNkzZ8FHaVzO8fcVWQsvvOI2aaElu-BUbJyhO1uMuaxImvVZ51Srm7s&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJewKuxIJEZlBmhq_0PQecGzv1W0SoSKyMb7UUPn8rdeA&oe=682FE217"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/484390328_18493503637044156_4423725635091104918_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=zEMvIZdtE_QQ7kNvwGD0pSk&_nc_oc=AdmFP8Duf5zjy8rFtfwqQlrdgni3Qet50svt-gL3VO-K-p-TM6GyMtj5T4NJD8GKESM&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKqtYQXisCu6m1vsh9GEpvvPIAzkf-ezqH2dxtR_z0Erg&oe=682FB5FB"}]},{"type":"carousel","description":"Last stop on our Chalkline Tour. We piled into Charles and Ruth Simpson’s Land Rover Defender (England’s ultimate winery vehicle!) for a tour of The Roman Road and Railway Hill vineyards in the North Downs of Kent near Canterbury. Grateful thanks to Charles, Ruth, and Silvia Cackova for making time for us on a Saturday. We had a chance to get to know them and the land, taste the delicious Chalklands Classic Cuvée, Canterbury Rosé, Flint Fields Blanc de Noirs and White Cliffs Blanc de Blancs, and get an adrenaline rush down the winery slide before we left! 🛝\n\n@simpsonswine","alt":"Last stop on our Chalkline Tour. We piled into Charles and Ruth Simpson’s Land Rover Defender (England’s ultimate winery vehicle!) for a tour of The Roman Road and Railway Hill vineyards in the North Downs of Kent near Canterbury. Grateful thanks to Charles, Ruth, and Silvia Cackova for making time for us on a Saturday. We had a chance to get to know them and the land, taste the delicious Chalklands Classic Cuvée, Canterbury Rosé, Flint Fields Blanc de Noirs and White Cliffs Blanc de Blancs, and get an adrenaline rush down the winery slide before we left! 🛝\n\n@simpsonswine","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/483006982_18493040521044156_1235726347314148324_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=XpUpRdCil0AQ7kNvwEMzaHx&_nc_oc=AdndhDX-FhUtJL5LKCmPVYPrhiuH7xHz9BBDIiv4yvJMGGmGi41YdXQR814v7iXq9VE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLCmp9Pk1eu5CN2lRtlL1gnn4vUZoP6j8ewBoTi7m5EAg&oe=682FB3D7","link":"https:\/\/www.instagram.com\/p\/DHDuw2VSoQp\/","timestamp":"2025-03-11T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/483006982_18493040521044156_1235726347314148324_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=XpUpRdCil0AQ7kNvwEMzaHx&_nc_oc=AdndhDX-FhUtJL5LKCmPVYPrhiuH7xHz9BBDIiv4yvJMGGmGi41YdXQR814v7iXq9VE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLCmp9Pk1eu5CN2lRtlL1gnn4vUZoP6j8ewBoTi7m5EAg&oe=682FB3D7"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483938971_18493040581044156_7892460429690501857_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=NOqJd88N5HcQ7kNvwF1FQyT&_nc_oc=Adktl_n0WL99GbKL7HSRgYqKzgC43eACkFkn1apstbKouqzlNUW7OegwzqWHVj-XP84&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLK0F3Ur9mhcCiNQs0lDUfqH76A5UmJxB4p5j_4l09f5A&oe=682FB1EE"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/483276450_18493040596044156_2272923819613593805_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=cGsXofNDx_gQ7kNvwEJ_90e&_nc_oc=AdnWhmSPXxsE3A1rKd0hY6GZCe23Zmg4EgZuSZjnBzQB6o8dsWKpyyVULj_wwEddqkQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKFvD2Vd949X7L9w30xLSbVWYcEmjPSlNjynt9R3xig5g&oe=682FBC31"},{"type":"video","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/o1\/v\/t16\/f2\/m84\/AQMJXmmDmPtQ5j8rhpag0sblukC3RxCtiPR-enrPrjLLhdaeuMJkKyjWe9OlJvUOBk0TEV443uX-i1QJgvp8T_byATFBk_x1lC6osAc.mp4?_nc_cat=102&_nc_sid=5e9851&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_ohc=KGQF4GYHHlsQ7kNvwHONxYC&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0FST1VTRUxfSVRFTS5DMy40NzYuZGFzaF9iYXNlbGluZV8zX3YxIiwieHB2X2Fzc2V0X2lkIjo5Mzg3MzQ0Mzg0Mzc0MjMsInZpX3VzZWNhc2VfaWQiOjEwMTQ2LCJkdXJhdGlvbl9zIjo5LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=156c049d8dccbfcb&_nc_vs=HBksFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC8wNjRGM0MxMEVFQTQ1QUI4MUE0RDY2NDFCQjNFNEU5Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dKTVQweHpFa2x1ZlpZVUhBT09XS2l5alN5c2Jia1lMQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJt7I7svE8aoDFQIoAkMzLBdAIzMzMzMzMxgSZGFzaF9iYXNlbGluZV8zX3YxEQB17gdlxJ4BAA&_nc_zt=28&oh=00_AfIfAip5oqcERAYDEXtktnNSAclODM83gbGC5gWIfTrjdw&oe=682BEB2A","thumbnail":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/483627546_18493040503044156_8512856323359697595_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=pwqzob20pk4Q7kNvwHP78P4&_nc_oc=AdnUZCjW8ZoUyqeQLlISLF-JINrpb1ZMb5IA1yzShw95YrCI-N52baDeHfz76TeZ-T4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJO23yLORxosYW3YfImaV-kQUSll8irxgiuNUwv23WjvQ&oe=682FB586"}]},{"type":"carousel","description":"Thanks to the entire crew at Rathfinny Estate who made our visit to England’s South Downs so incredibly memorable. Owners Mark and Sarah Driver instill passion and strive for perfection in Rathfinny Vintage Classic Cuvee Brut, Rosé, Blanc de Blancs and Blanc de Noirs. Every aspect of this B Corp is well-planned and thoughtfully brought to fruition. Special thanks to export manager Andy Gadd for arranging for us a vineyard tour with Richard, David and Ian, dosage trials with Tony and Miguel, and disgorging with Ash. 🍾\n\n@rathfinnyestate","alt":"Thanks to the entire crew at Rathfinny Estate who made our visit to England’s South Downs so incredibly memorable. Owners Mark and Sarah Driver instill passion and strive for perfection in Rathfinny Vintage Classic Cuvee Brut, Rosé, Blanc de Blancs and Blanc de Noirs. Every aspect of this B Corp is well-planned and thoughtfully brought to fruition. Special thanks to export manager Andy Gadd for arranging for us a vineyard tour with Richard, David and Ian, dosage trials with Tony and Miguel, and disgorging with Ash. 🍾\n\n@rathfinnyestate","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482765981_18492229702044156_3724884487667879443_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=1C50AWDaIo8Q7kNvwE9Qwuh&_nc_oc=AdlN1iJcaJHATW-jIohrCTU6DHJUr5QuVtNNJ2hvE9vNLNw7TRdT4Npn6zTHtAamrdo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJVnhQl_IfbHKUVZJ6htb8OAaTR_tmUqxNwSErDRT1tQw&oe=682FBA79","link":"https:\/\/www.instagram.com\/p\/DHBJ4aIyy2G\/","timestamp":"2025-03-10T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482765981_18492229702044156_3724884487667879443_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=1C50AWDaIo8Q7kNvwE9Qwuh&_nc_oc=AdlN1iJcaJHATW-jIohrCTU6DHJUr5QuVtNNJ2hvE9vNLNw7TRdT4Npn6zTHtAamrdo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJVnhQl_IfbHKUVZJ6htb8OAaTR_tmUqxNwSErDRT1tQw&oe=682FBA79"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482698028_18492229711044156_4226091723703477603_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=RDB1vYLcdAEQ7kNvwEu1W9N&_nc_oc=AdnDNBiCeaAEgnhX9bPrdwgli9iM2LoGxEpcMFSQJxP4mQtFnCHcMPPFhI-2_mc7vSw&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKHr53Zm3IQ_ToTqwD0f4kWJPdPzY5eQEtKx-I7WcdieQ&oe=682FB33B"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482708131_18492229720044156_7653896230179642903_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=VlJ_zmN7CXkQ7kNvwHDBQyI&_nc_oc=Adm2YJ7e8DFG7g2Q_lSgQ4CgVAHCghm9hodEJ8PpZoZqhktkDjkANZaDwLHsH49lntU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ4hNO7bVI3DpN1QU4DlPVNovl-PuFlXLfitwYYYCS8aw&oe=682FDAA5"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/483242209_18492229732044156_1580672693606221416_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=RrlDBDP7o1EQ7kNvwE9tH9x&_nc_oc=AdnT420lSJqXEPWksbuDa9RtiuHIW1bqdTjPyRVc-A-hm5e48VP1orLwSwNgAOOdt7Q&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLZjmD86dDYmzJwk4AOBG-1VhqTnOyjr7mhYRYq1-o2xw&oe=682FDFB4"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482753590_18492229741044156_9182774423578196736_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=Od3bPRfxfEIQ7kNvwHVvJGr&_nc_oc=AdkvN_k0AZL7saD7Yd3ZWO_X2xdYlxws6nB6Ujv-SJhDV4sPiRtA9rLseS2HQIDk4b0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLxsy-vZ8_neAb0mdJJ-xGhbK5TshHRUpnkgK1Mqc_n8g&oe=682FBC57"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482736244_18492229753044156_2383884836684336409_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=0VZvBVgEiBoQ7kNvwGJNxn8&_nc_oc=AdkUeuy6eGM8VGDR2mOtRfJKgg4V8MGYmT8lT01ScjWDkZmf3hrkYOA6HuahkGaOU70&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIxlo6MoEuB3QaxWE08CiIzYM8zW9eTZBsf2c8THtqelg&oe=682FB855"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482858592_18492229765044156_3298919178942439312_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=stt-uVKy1-sQ7kNvwEbOZaA&_nc_oc=AdlY1tppgnKitMRjTtGadTxIxqlrmiZM9sQRNPGO59-hqhkAnVZQvlGJhdilhSR4WFQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL03IF4s-jdjmWl7HDxclpfCO_AsIrA4bLOVuDk1KhAQw&oe=682FE44A"}]},{"type":"carousel","description":"RVWC’s Chalkline Tour continues, taking the Eurostar and following the chalky soil from Champagne to Paris to London, then south to Sussex and Wiston Estate. Big thanks to Pip and Harry Goring and Kirsty Goring, plus export manager Nick Beck and winemaker Marcus Reyner-Ward for the warm welcome on a glorious day. We toured the extensive farm, learned the rich history of the family and the land, and enjoyed the delicious English Sparkling Wines, including the NV Brut, Rosé and Blanc de Blancs as well as the vintage bubbles! 🥂\n\n@wistonestate","alt":"RVWC’s Chalkline Tour continues, taking the Eurostar and following the chalky soil from Champagne to Paris to London, then south to Sussex and Wiston Estate. Big thanks to Pip and Harry Goring and Kirsty Goring, plus export manager Nick Beck and winemaker Marcus Reyner-Ward for the warm welcome on a glorious day. We toured the extensive farm, learned the rich history of the family and the land, and enjoyed the delicious English Sparkling Wines, including the NV Brut, Rosé and Blanc de Blancs as well as the vintage bubbles! 🥂\n\n@wistonestate","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482992328_18492192076044156_3449406416527101237_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=0BOTVaHdh40Q7kNvwGQtFDg&_nc_oc=AdlHe0KarhPcQM0zz_db8ko1GT0-ypLXkkAM9078UIIllG-IPBNguK0QTAYKdYtOAi0&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKvcigSZWJKIstTzByycMYtopEK3DEq83-5GKnPnqEA8Q&oe=682FB9DD","link":"https:\/\/www.instagram.com\/p\/DG5iXnOSEZm\/","timestamp":"2025-03-07T13:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482992328_18492192076044156_3449406416527101237_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=0BOTVaHdh40Q7kNvwGQtFDg&_nc_oc=AdlHe0KarhPcQM0zz_db8ko1GT0-ypLXkkAM9078UIIllG-IPBNguK0QTAYKdYtOAi0&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKvcigSZWJKIstTzByycMYtopEK3DEq83-5GKnPnqEA8Q&oe=682FB9DD"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483024203_18492192103044156_6958321200651678493_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=SjbSIKdfQoQQ7kNvwFo8zEc&_nc_oc=AdnxUIgwuj2tphQuk-PGjy357_-GaHAa5bA3hInN_A1XPv4WWzYdNF5YnDvAU8Se-ck&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIZ-RtNen8ajs8fUbAP7BddUr7WoFbzQYSPQEEurdhPeg&oe=682FC8C0"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482843842_18492192112044156_6092302606776746370_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=G5JmTGeU69EQ7kNvwFAWT2L&_nc_oc=AdlJ1ltR_BqjFMO_P6XeyE7xZwuIZ3YbCLbs--N2LbOUsYanmBTJtg2SJ9P3v23fdu0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJG5EISi6VgXQnfHzjApAN4WNVSCDDZ-R6iuJt357rIQw&oe=682FE2F8"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483175281_18492192124044156_1054941705568850258_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=NRI1PCcQDEkQ7kNvwGX8CBP&_nc_oc=AdmknHg2ygaUTM-8tMwX8J_JGw4l5lYa0AqmZysvwTVlObTSClu3sUQPHpO86_LMj_c&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ8xsdZQ0FHfVKFV3d28Mhyeb7LuXH1LH2K4IZGQ_k57A&oe=682FB6B9"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483050962_18492192136044156_7872484328261620421_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=KpUX3HuS2OUQ7kNvwFzWeZJ&_nc_oc=Adncvi7mOFoSOg-IhZ0_oWPjZIhySXJAxKFgGjBWuxiU4XBXMS6LYU4e0BtGuHiC9gU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLgi4USpTRSgXEsiWR6mUra6cfMQYrhKVTnINXNLLHNTA&oe=682FC438"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/483371353_18492192145044156_7805512053056150886_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=6bo3STjH7EEQ7kNvwFJHhao&_nc_oc=Adm0d8qk8-ALC7B-z4ZHBRloTCcCvwx7XRyASZDnf6EQlcmEzjDXzJC22ftJ5ncsl2w&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK0BTgl1XnjZosv0mTTte8SOa-wVHyExMkYtwwDXMT0Iw&oe=682FC1E0"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/483006231_18492192163044156_6160797405362581737_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=Jqx2L7raz5gQ7kNvwGxS8KT&_nc_oc=AdkQMXwSHeYKWiCIfbncl-SAoOa6oXsKFNri6-WeHfwnVkr7cN-eVGx46ibgBRWvC7A&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKDBSCrLVBJMNs0kHBVahEIq1Pw1sit5O6g3ixbL-nu-A&oe=682FC445"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482717647_18492192160044156_1029867806709310007_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=kzjQtpbnqjwQ7kNvwEH09Fd&_nc_oc=Adkx6zM3t62Ze9yYR1VNEHiXo04mYIYBwYdseH1ojtzQM4SwlXaqmoWKAGb3VlxMymw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJrnZpfUOVwoswi6vhidAaAIC-rdbLZlm6z_lechWb7fw&oe=682FBF34"}]},{"type":"image","description":"Happy (belated) work-iversary to the one and only John Coco! We are so lucky to have you as a part of the RVWC family! ⭐️","alt":"Happy (belated) work-iversary to the one and only John Coco! We are so lucky to have you as a part of the RVWC family! ⭐️","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482527787_18491686036044156_165868096750401426_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=YqVFRS8sDX8Q7kNvwEPH43M&_nc_oc=AdnKrxoigYS5_Xd4u8CFkypma3AUftYJX7MqrZWiwlvBjLBUf0BcM_5G1b37eUEotXc&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfID-kmJO4ovUE2hJ8RZEE5D6Y3qAlKLO-P_y57MCrkUKw&oe=682FBF34","link":"https:\/\/www.instagram.com\/p\/DG0Y2gAxjKN\/","timestamp":"2025-03-05T13:00:00.000Z"},{"type":"carousel","description":"Day 2 of our Chalkline Tour took RVWC Sales Reps Quentin Beery, John Coco and James Kellaris to Champagne Larmandier-Bernier with Georges Larmandier, Champagne Pascal Agrapart et Fils with Amboise and Chloe Agrapart, and Champagne Voirin-Jumel with Julie Voirin. We experienced the seamless transition from one generation to the next in all three wineries as we did a deep dive into RVWC’s champagne growers.\n\[email protected]\n@domainepascalagrapart\n@voirin_jumel","alt":"Day 2 of our Chalkline Tour took RVWC Sales Reps Quentin Beery, John Coco and James Kellaris to Champagne Larmandier-Bernier with Georges Larmandier, Champagne Pascal Agrapart et Fils with Amboise and Chloe Agrapart, and Champagne Voirin-Jumel with Julie Voirin. We experienced the seamless transition from one generation to the next in all three wineries as we did a deep dive into RVWC’s champagne growers.\n\[email protected]\n@domainepascalagrapart\n@voirin_jumel","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482633393_18491683981044156_5310052696143649207_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=VKSlpCOuoE8Q7kNvwHYfckF&_nc_oc=AdluQ5JXlhUXqJKxdk9liU9X40hiti4gbQMkM1lqyLDi4OqQpRH1hUegP5Tv8AXVXe0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI6W11qvpGlIKfD0NCvjlVYlKeHPLSt6OwkVCparrazQQ&oe=682FD752","link":"https:\/\/www.instagram.com\/p\/DGx0CWrxLqK\/","timestamp":"2025-03-04T13:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482633393_18491683981044156_5310052696143649207_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=VKSlpCOuoE8Q7kNvwHYfckF&_nc_oc=AdluQ5JXlhUXqJKxdk9liU9X40hiti4gbQMkM1lqyLDi4OqQpRH1hUegP5Tv8AXVXe0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI6W11qvpGlIKfD0NCvjlVYlKeHPLSt6OwkVCparrazQQ&oe=682FD752"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482689075_18491683993044156_6571868677399475561_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=19PihPuyx_4Q7kNvwGL7oC6&_nc_oc=AdmUlluo2N7shnpyFjYqpiic8efNz-mxSAwnZmWZ-3wCe4m2Zjp-Z_IpZL3dTb9eyVk&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK4HgIerWen7fiEvsUty7k5ezKBAEAxi6iwgKu8rIOpVg&oe=682FD339"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482061029_18491684002044156_6467485106292979740_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=l3Tu6lzaJv8Q7kNvwGEYzIv&_nc_oc=AdkrVrO8VEjku2m1qLOuSufbf71q7i2i73MwBHL1buY04--Nqv5FkTEftgPZmTH-zoQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJt4hQI29ke_Id_Pj8pCVIQsfoYbjofmvI6Fb9F6ESPFg&oe=682FDA2E"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482156914_18491684026044156_7620136410394155457_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=CPj3cxQ-1GkQ7kNvwHKC0Nj&_nc_oc=Adlx1EcY8s87h4eTVPVzCxa8izY9QM9VsVQ7yJ-Bbqgl3yTksw-kzBW_o_zLeIYOs_k&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLSz1hR7O7vNnbC_AHmi80CAUOfn-ykLBm-wzJojLhykg&oe=682FE20A"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482547338_18491684035044156_5961689788787018802_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=PSr01WpNvP8Q7kNvwHhPp9J&_nc_oc=Admx20tq38QeyyyCBexsrN4eKbBcnR7eQdXMSEDUbcbqxgPxaxbevuyzjUOf1lQ1wk0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIFynD8gcoj63Zem3pdExXQ8mInS7K-xJFcIWHu4s5FcA&oe=682FB5B9"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482317007_18491684044044156_8438234955961915470_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=L0DjovTHXMoQ7kNvwFBflLE&_nc_oc=Adn09JOP0RclL0YB4IYnqczsujLMCW7iVk41sVBG-wcxzyxyRm2AOqfFhT2qTjYh13w&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJclUdgo8ct2enJNBKdq5wyPhjz_MTY187A5nJNQDqlEw&oe=682FE23B"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482384665_18491684053044156_9182906161336903857_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=a7Lv4tpkOqAQ7kNvwEtE1SR&_nc_oc=AdlpKuSCr2Akf4DCzBhi-1By_7pu2nG6nc8xK_wJq6dpGJCtf6jQhdcOPE2XuIs1zR0&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLyg-aNM7oZNr-d5xsJwzvkAAbvtThar74iymYLpOcifg&oe=682FC85F"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482636840_18491684062044156_6742662270125172313_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=2GjSn3cbKJ8Q7kNvwF3M4hX&_nc_oc=AdmtVw3eoHOmXwH1a_0QsStXE9VXw_t7T43E3huEQGNQesmd-rlOiiIrzVE2dXv3o98&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKw9vaKh0ryNE57yekfgXCb51kx4MHQ_1FgrLM_MNRCEA&oe=682FCEF3"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/482201494_18491684071044156_5325543755522342442_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=djLQGyAMAkYQ7kNvwFHvHBg&_nc_oc=Adnhd-5EGFR_9WiXcq5Z-RU7JCT6NAc5HxVb3OHL9hkyl1BQ_TR5A5HwhzUf8p2cBWs&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJRwf6SjDmVVnbarffJp7fkVMNnqeP2fiqf1FF426Y_6g&oe=682FE0B6"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/482441963_18491684080044156_2724057895230346347_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=kaNXJ_Io2uYQ7kNvwGxzToV&_nc_oc=Adkswd6sb4IK4jZqPMVIXmVD2teKSQj45PO-LDZ8RHgL3N1mOfy5cl94rlTUmJtOE7A&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ-LqeMoXYUmESoP8XJvKTvT83QAF2iAsyVmp8auV5Cyw&oe=682FB4FD"}]},{"type":"carousel","description":"RVWC Sales Reps John Coco, James Kellaris and Quentin Beery joined Rob and Beth Crittenden to follow the Chalk Line of France and England! Day 1 included visits to Champagne growers Laurent Lequart, Louis Cheval of Gatinois and Antoine Coutier of R. H. Coutier.\n\n@laurentlequart\n#gatinoischampagne\n@rhcoutier","alt":"RVWC Sales Reps John Coco, James Kellaris and Quentin Beery joined Rob and Beth Crittenden to follow the Chalk Line of France and England! Day 1 included visits to Champagne growers Laurent Lequart, Louis Cheval of Gatinois and Antoine Coutier of R. H. Coutier.\n\n@laurentlequart\n#gatinoischampagne\n@rhcoutier","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/481745020_18490504609044156_8964775220294724639_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=gIiz_Ffs7foQ7kNvwG_08Bc&_nc_oc=AdmGIDskcRSSqq04yP7ddGUIGKPAa5V3cQCUxvvnaP8RfOgdcTlsPIUQoqlCODebSpA&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKOF9qikMW9x3fMN_4yIBZ4nG6Yklklx715yO_K9YIzEA&oe=682FB054","link":"https:\/\/www.instagram.com\/p\/DGiXPycTSjY\/","timestamp":"2025-02-26T13:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/481745020_18490504609044156_8964775220294724639_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=gIiz_Ffs7foQ7kNvwG_08Bc&_nc_oc=AdmGIDskcRSSqq04yP7ddGUIGKPAa5V3cQCUxvvnaP8RfOgdcTlsPIUQoqlCODebSpA&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKOF9qikMW9x3fMN_4yIBZ4nG6Yklklx715yO_K9YIzEA&oe=682FB054"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/481752120_18490504618044156_8399741176581966123_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=s677M1HpPkwQ7kNvwFszUJJ&_nc_oc=AdnlhJ7Gj9lCxL5Ui2zd2lgnZMcVZ-5Bi7jks53MSmW9B7zARsOVcsMEvRpwOFH-LPQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIBHEE_l4H4mP4SNH-Iqi10vwBO1y8qEshsuifEXPW6YQ&oe=682FCDA9"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/481980704_18490504630044156_5028022112530834717_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=9ADswElp600Q7kNvwG-e73N&_nc_oc=AdnmK7OMd7OvLGuLDU2YNn4FmuUdDWFh6qqGJ15MM3tezeX6hrAQhicud_-S1DZNjbg&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIjbo-JwinTNVUtV3Vj-eRvR-5JeWoT3UobbL7I79HCQA&oe=682FC360"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/481775285_18490504642044156_6103403393943116754_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=FMjSZyWU8lwQ7kNvwH5-yAu&_nc_oc=AdlWhKS6AWesAJ296K2qLxxM0ZZDlzX1UxE-Zrq3sjzXgohm571cmtkgCXTPZrTDx6U&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIXNNPvXE2sRgEiCyWgNRjdtheqpbRtR4KaX489NYo3Bw&oe=682FC2A1"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/481759115_18490504651044156_8951477285872063707_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=gstp9Exlb-kQ7kNvwGDA9g7&_nc_oc=AdmA9nGfL8fbZWgLyDOtpF49ENxP0HclgY19AyY0RGpslOdlj07DZk6ulzl3TzYugC4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLyMTb4gLAQo-o5bTvAljPmhy5-Srp24zs3AQxTJYB3dA&oe=682FB26C"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/481798660_18490504660044156_8946701756868997388_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=woiByAsEMSAQ7kNvwEUoGIz&_nc_oc=AdnQ7B-le0c6yh1sV0KyFXHx0u7fdxeg8sqDr9hyhzUVHPy7PDDCz9869bTIkBtjrw8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI9GXqZUb6u6E-o_sSknTWkJU0Zp9AuBrMe2fp9ok3YbA&oe=682FB3B0"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/481980704_18490504744044156_851612642682815490_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=jCH0RnmYS3QQ7kNvwFRAaQG&_nc_oc=Adnonq1vz14GRL6DJ0mnjRqofyomzIDIJwW8ejYEfcyYMWdykoCHRaCUn8zyFaATFhY&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJDSpzCmY52lmBYZKVzHpQl6-hbkOOCH5AmaH1b3Bmeww&oe=682FB7AE"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/481958442_18490504753044156_4132742853372017003_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=ZWOVW8dxp8sQ7kNvwFJOSLL&_nc_oc=Adl7PDfw7rzX99nlV9AjFoTtVTpArlpc7b4p7YR1i2niw0a-gBVBiMYDEJgp1yAoIJw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIAyGPo_T4XGEsV3P7R-bleXdgo6Z2HkMat0GOMjKsQQg&oe=682FD2C5"}]},{"type":"carousel","description":"Oregon Immersion, Part 3\n\nWe had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Big Table Farm, Ken Wright Cellars, The Eyrie Vineyards, Patricia Green Cellars, Beaux Frères, Belle Pente, and Cameron Winery for another incomparable trip!\n\n@bigtablefarm \n@kwcellars \n@eyrievineyards\n@patriciagreencellars\n@beauxfreres\n@bellepente \n@cameronwinery","alt":"Oregon Immersion, Part 3\n\nWe had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Big Table Farm, Ken Wright Cellars, The Eyrie Vineyards, Patricia Green Cellars, Beaux Frères, Belle Pente, and Cameron Winery for another incomparable trip!\n\n@bigtablefarm \n@kwcellars \n@eyrievineyards\n@patriciagreencellars\n@beauxfreres\n@bellepente \n@cameronwinery","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/480745949_18489073300044156_569189061235897466_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=s2EkOs2EfhcQ7kNvwG0iUkD&_nc_oc=AdnqSIliraupMkh2RkKcCL0SAY9LDLblBssd2OSqdyxopKzOrqNqqF2U1sfXXZuC-gg&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIobqzQCwBLwt4dMDow1nUsoxWKO1XgHPYfehO7BDKGqQ&oe=682FBC11","link":"https:\/\/www.instagram.com\/p\/DGSzlmWo9oi\/","timestamp":"2025-02-20T12:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/480745949_18489073300044156_569189061235897466_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=s2EkOs2EfhcQ7kNvwG0iUkD&_nc_oc=AdnqSIliraupMkh2RkKcCL0SAY9LDLblBssd2OSqdyxopKzOrqNqqF2U1sfXXZuC-gg&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIobqzQCwBLwt4dMDow1nUsoxWKO1XgHPYfehO7BDKGqQ&oe=682FBC11"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480141167_18489073309044156_3238909297883472866_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=P7kWbCQfhqcQ7kNvwH-IQ01&_nc_oc=Admc2I46R7dL8Lvus09V8mNQqzSMW4OuPEhe6VMBfTAmcdMeoCD55bporObMije3BC8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKLCklCCa_ld4NWLi9LM5HyWVV3INgwX7SngOEcXvZIyQ&oe=682FD787"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480246849_18489073324044156_2707021600682488675_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=q34UX7h4P48Q7kNvwFlbS4B&_nc_oc=AdlmfgY4jvOWhFm6HlZ_N5K_3bSRvG9SoiNcuyCZmv3iUBDiasf5LOjD0GUJ3tvCSxQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIgc7qjJWWG0oEp3w1ON4hEO65akesqRU3qTsxrw-XdEw&oe=682FD605"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480317309_18489073339044156_5558954907392666832_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=o6x7EC34nj8Q7kNvwHhpS0i&_nc_oc=AdnRzNI7c3-BSjyNHRKlCBYSBKXsbIf5QAvaNdlPxDPJRO6P2A4q9vzYMfDYD59N9l4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ9_FhSIG-AyOPa6QqGnVDv3z7F2uU_roRgOQiDSvTDqw&oe=682FC7A1"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480675131_18489073348044156_2415031458493518427_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=bXUCPqRBe8QQ7kNvwE_KSvL&_nc_oc=Adn5gxN1P9jVzHcblIN5UpDg8Rci9WQxiYZt6gzG9Fymb2PkvnHCxIgRCpXqN7tn7uo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKRLcAUYKTVcWfSYejUVUVD4LTJGksHFygdXM7P5Dy2BQ&oe=682FE0DC"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480566981_18489073357044156_8975967295208884162_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=yfcZpdOqKi4Q7kNvwFuegd4&_nc_oc=Adn-Tfr8K71d12iFZqHe2nhiz1v4JBoVi9E9Fjjogg_KHydRJsOST0fW_L7OdJPwvlI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL9HqfbH3Hh_qa8rO7KAm4wBX4n3pR3AlRnw56fa-ysgg&oe=682FC495"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/480091820_18489073366044156_1733598571708464156_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=V28RLbdqn6AQ7kNvwEtQWax&_nc_oc=AdmC9bxNySWuRM6WiaWl86QjyJIbp5Xr4ryrYmvQIUeE9U88sxVXNJOYJEHLM-_xe1w&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKkXhiOzfaaGIuscDHUJOoVO34T2SR0ytv462XTQd484g&oe=682FC9C1"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480569355_18489073375044156_18140499387912679_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=zxmw02M-CA0Q7kNvwF2RgKO&_nc_oc=AdkcqC-OGN4g-yxDiScGYgFDR0oDK7xyaHR4TPNh2iKcszLDAYcOA-Gr-LaSN6ZvX9g&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJlyea82oT97SgqkAF0kmBVZj3lypLSbt_pdGqTdWpOFg&oe=682FC265"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480259126_18489073384044156_291484510144506356_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=sTNNO3p4ye4Q7kNvwERObj0&_nc_oc=Adl_dxMsuZi1EIkyeCr9gUtuSVTu21aNclT-Qsdq14If3Vg4hx3UgVPxhdox7XHopz8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLSa90CUnUKyVfjADte1eJ5AqQ0zwQpOPfs6fiEf8UmGQ&oe=682FBD49"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/479998205_18489073393044156_2755726625659623863_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=ya8QqywvYaMQ7kNvwHcauk6&_nc_oc=Adml7BWR_bACjimbm8Kh6fhLB9GCq_lW6S4AFwxIY5taa_9e1bXH3yPSTSas4_F8BPw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKCYnj7N2wNU1OJ1RcCWMOIZLe4Tly4l2orX6VzmNuDpQ&oe=682FE3DA"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480199364_18489073453044156_2144084685255490483_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=K-cfKPBsCtUQ7kNvwFR2ZMK&_nc_oc=AdlqErZvusmpvFLKXvt18DkWlWejb_dsPRgnmrnFDaj0l8j8sMUm02qI3w-Cs8cTM4w&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLgnvcb8E3g4bpesj5QVkH3bIW6i-5c7zsMitrHOkr9Tw&oe=682FD532"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/479957030_18489073465044156_5557202664028248837_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=WZ2QmWZm7GQQ7kNvwH7g_G7&_nc_oc=AdmD4ku3Ecnzfnoag02JLcMYJJ4xhdJ6Z7m5dPyhvPq0TWPrE6EKqAL7B3qgy-Q74oc&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJOOnXZNtAZnulas6bv-kBhwUrr_xccDqvZuZIHRuH8eA&oe=682FC5E7"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480414384_18489073483044156_5293392959111179174_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=tD_W_PFGV_wQ7kNvwHrVty3&_nc_oc=AdkXJBDM1ck77eG72FNlVqlYGmb0LdyJMW2SW-kzKqFxzSusg6FCi7AhUI6CudBw2r8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI0MVxb_e2U_Vp6RjxGx-leiqzb-ijIdvIbTF9y3iyKRw&oe=682FE55B"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/480753360_18489073474044156_4842794844067947068_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=tZdg9M8e8LMQ7kNvwFCReQv&_nc_oc=AdlvrOFoPeoi5odmOKuopRpDrj9om_nOIAKmwZBrmKWa71EHpYrz1mFNZOZ-FbMcdmM&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI8os5nbPM0wgQpDkc64LKqgAsjEs_ejYPBHdjgFrmREQ&oe=682FDBE7"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/480370830_18489073492044156_8809590231193350397_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=nPgmkdiQCAgQ7kNvwFz9wZt&_nc_oc=Adn_wuj5hHpaQbBflGtSRlSPz92HATeSHIWOMuayLK3c2bUulTeMmOQH_1PPlYMxQTI&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLi14oK1dI763GS8loo1J5vg8RnaC4_AUoJLXYzRTnvVQ&oe=682FAED5"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/480141167_18489073501044156_3410468044880769268_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=Udv5IMehaOsQ7kNvwHoU2BF&_nc_oc=AdlmhteAllZVoMGeF5TCe4JU_S4ZJ2ikm2Ag-ZcRNXlOyN8_sd3sIG80doxtYE-EHrM&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIBNWBTTHRy3jRpTkA3r4735z-NRYjhuvntKHOSNy3MIQ&oe=682FE5E3"}]},{"type":"image","description":"Save 👏🏻 the 👏🏻 date! Rootstock 2025 is April 8-10 with stops across VA, and this is one event you don’t want to miss! More details to come - stay tuned! 🍷","alt":"Save 👏🏻 the 👏🏻 date! Rootstock 2025 is April 8-10 with stops across VA, and this is one event you don’t want to miss! More details to come - stay tuned! 🍷","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/477954336_18488505028044156_2139511328745125666_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=ga4Fcjg9ipoQ7kNvwEDzj3S&_nc_oc=AdmoK8ykp6FZHNswuwveAdyJ2hvdMCEMw-zFf-D0vJvpja5NI-AdN7OvoeFZGZ0g-oY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLGL2Qtx-V4MDiQN-8iwf1hEaQdK1XikOoJyZUteAqRHw&oe=682FDB46","link":"https:\/\/www.instagram.com\/p\/DGGCi-IOwLs\/","timestamp":"2025-02-15T13:00:00.000Z"},{"type":"image","description":"Welcome, Patrick Farrell, to RVWC! We’re thrilled that Patrick has come aboard on our Tidewater sales team. We were immediately impressed by Patrick’s history as a Certified Sommelier and we are confident that he will fit right in with our incredible sales team. 🥂","alt":"Welcome, Patrick Farrell, to RVWC! We’re thrilled that Patrick has come aboard on our Tidewater sales team. We were immediately impressed by Patrick’s history as a Certified Sommelier and we are confident that he will fit right in with our incredible sales team. 🥂","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/479551257_18488417779044156_3986341267900525062_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=zPEh-W8a794Q7kNvwEyvbTP&_nc_oc=Adkxf3jHBxowJiFal0OG-Pkt4G6tfnxPI4rp24JmWBvE1NOt9Vvt_c1cMMSHaEgC9Xo&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL1gWg019i7bMty9aJzbuDD8aKfER9kl2--SZN3ATeprQ&oe=682FBE1C","link":"https:\/\/www.instagram.com\/p\/DGDQpnwxCpb\/","timestamp":"2025-02-14T11:06:16.000Z"},{"type":"carousel","description":"Oregon Immersion, Part 2\n\nWe had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you, Bethel Heights, Evesham Wood, Haden Fig, Sass Winery, Walter Scott Wines, and Hundred Suns for another incredible visit.\n\n@bethelheightsvineyard \n@sasswinery\n@walterscottwines \n@hundredsunswine\n#eveshamwoodwinery","alt":"Oregon Immersion, Part 2\n\nWe had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you, Bethel Heights, Evesham Wood, Haden Fig, Sass Winery, Walter Scott Wines, and Hundred Suns for another incredible visit.\n\n@bethelheightsvineyard \n@sasswinery\n@walterscottwines \n@hundredsunswine\n#eveshamwoodwinery","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/475998203_18486620482044156_970060422858862569_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=BxOxxQnSJWoQ7kNvwF85IDl&_nc_oc=AdkvEZESRPIfel6Cjx8uLzvIGmmrOpurabvJ2wRxIw6DRxHe6Aip1KE-7Mxj9QtXP_I&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJFRieZ7fmJt4wk5VDi1BWRQLk8kR_3NrVm3LsVicSZeA&oe=682FD71B","link":"https:\/\/www.instagram.com\/p\/DGA483YxS8A\/","timestamp":"2025-02-13T13:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/475998203_18486620482044156_970060422858862569_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=BxOxxQnSJWoQ7kNvwF85IDl&_nc_oc=AdkvEZESRPIfel6Cjx8uLzvIGmmrOpurabvJ2wRxIw6DRxHe6Aip1KE-7Mxj9QtXP_I&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJFRieZ7fmJt4wk5VDi1BWRQLk8kR_3NrVm3LsVicSZeA&oe=682FD71B"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/475245015_18486620491044156_5807943480145282414_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=gfEKJ9SA5M0Q7kNvwH1BcpN&_nc_oc=Adl5LWcXHgnSzPyw1_BAVs7MhZZQD8GzOt0co76zzW8Khw5UhQID_HFY8rNuUPRFH8s&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIv24rn2sgtDUB5R9or2mqXtCQunk2a1kWH8eqWkTxm9Q&oe=682FDB7D"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476290963_18486620506044156_2391513350182818903_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=3ba30G_IfdIQ7kNvwEc8gSG&_nc_oc=AdnidqbjiFirgPucMsS58o_1pFUIMOW6R3pV-Cn31T9p_3RjNIQsedVJaPBZU0Ccyos&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIpJIWDWQ82XEyw5uH2zdn7hNtu0JmdXdzr5EASkL4fgw&oe=682FBEDB"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476343054_18486620515044156_989727228690938622_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=d4nDLUB49CIQ7kNvwFozTTy&_nc_oc=AdmFJBv8yLzS2Man3rZt-Ogm_07s9_W-RnvHwlFiUx5XRenS_jdDEIPRDQfQBixLE34&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJiC_hv_Gb6CTkc9R5nTbYDAne1Y56bQfe8aQ1iqPO6hg&oe=682FE5F9"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/475910435_18486620524044156_4126233885835460151_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=pxtYS9VTNYIQ7kNvwHyMQDg&_nc_oc=AdlMzJrGs8QjU4ZN0GEgFumaQYt7Wi1aftrp3WozVJEGZmVbh77l88tfXiYaEEBFjsM&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfId0mpVHBUD3SaodWN_pQ2yfxIvfhVmHOTgkpa_uINfLg&oe=682FDC7E"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/475916835_18486620533044156_1689601024731392691_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=PWvSnRjbf-QQ7kNvwH75AKr&_nc_oc=AdltaPJYkm3oMlZ-P_CkMNkXcJHOjs0WkrB1mCJKrC1WOJN1v3nqVaP4LFHj06yDzCs&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJX6_Oy3lSqouKS-q1q2syJHlYRPyyP-KSPYQQ0sGKLDQ&oe=682FE056"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/475860145_18486620542044156_6131384913524298467_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=LBbSJ8AM1yAQ7kNvwG-87Ly&_nc_oc=AdnWuiIkxYg4xA7psckVrfreRKC2vDduoftm1h7eSQioZ4nc3IPWmB61KEibzrTU65M&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLNdLuKL7myxqcDgn6Pl8ZdVyP0oa6lKy6iEFW-EFeYKw&oe=682FCBA7"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476010705_18486620551044156_2877368601361958132_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=IiLc-1MWfR0Q7kNvwE2UdU7&_nc_oc=AdlfXXZRzU9SJvKyZvEtT4yt_4GW6E3LjyTM4BZvixFl2zP8XOesYR_qyILvUBxWXyk&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKilH2YE9ezQJMSs3JHLhWeQSgt6G6taiZznP66L9El7g&oe=682FD051"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/475967314_18486620560044156_6439931167409494470_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=chMTBWMUkAMQ7kNvwEA_FjK&_nc_oc=Adk7Sax3z_kjSVPd2hdXBSU_p3wan2kiOBHzxVLC2sURUDK7a643X4S430u4GSbmS4Q&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJQgkIHB3KDSvxkAnmFzf9_xNvF1hn7XHq4T0C_BWwvFA&oe=682FC4E6"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476134162_18486620572044156_5961745244214907472_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=Gn8s2gCbqqoQ7kNvwF_VRO2&_nc_oc=AdlOlKAFjMQFME4nKcNN7W9eSL6BHvVV7m6D9H1oOIG_Kt3EHqKVZK3DqU8onkcHX1U&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJNs-Y6Bjp7NwCcQpo4ngvYETH3YBN1vVq2apAk6diFmQ&oe=682FB6D1"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476035212_18486620602044156_4614172058995333065_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=o9YzgMVFn6MQ7kNvwETjLAy&_nc_oc=Adm18KctBnDWyWiBTIdeI0dvFaFl-_ew2Sliu1Ihfc2XqE-tZ6ZTZeCqxAS7AxoxOuw&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLzRGco4eLgvo2TUGFVPFEGwNeVf1YoW3jlgkpkYdCzgQ&oe=682FD9DD"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476002557_18486620584044156_3490255478462245427_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=ZOvqXlj3kCsQ7kNvwF16wHq&_nc_oc=AdkzIxzrtxZOZW1lf6lKV6i87mLBgXmVyT_2Pm8uqtWkPA2o8DVFOcxu5nwbr4NP7Is&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKlwGb5vK8t_qjpyaPYwk3nd1AUEqBX8EHOs6IoNlEiyg&oe=682FCD85"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476070804_18486620593044156_5850217608383120894_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=U0z5OCTg_38Q7kNvwFub1LN&_nc_oc=AdlCYKxRak1f5XWE7QaD2oZz2s9UU15TaOTaLR33Ev0VLp-UPgE-fszVKRvLoGqLWQU&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKBqyb0F9A-N1S-7O94sQ56CzcZZjiZnANdlFjc4KEOaA&oe=682FC1DD"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476120816_18486620611044156_408140371068060553_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=dC4ucC89UVUQ7kNvwFxDCfU&_nc_oc=AdlOMFzxRXY_wiDcbkwtHz-_pQkx4lBbyUWkErcOVZa3hv3g57KzkZLLxJhhg5_90bQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKf9t_DIppst0XhYdFMI7x7nxdaL3cIlccMiAnSEoja0A&oe=682FBDC9"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476125154_18486620620044156_4617846270908958099_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=LQxcFAaDiGAQ7kNvwGUpFUx&_nc_oc=AdmkJWiiFtMgoFVAes8-SXAXH8-LlHdDqQMlp8seTArQPLuF9z3olYSZzq8hezWXx4o&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfI4ekiyikZqZJApdQd-LXjqGCzuusvuhXYp4RR2Uitbcg&oe=682FE105"}]},{"type":"image","description":"Happy work-iversary to Wendy! 🎉 We all love working with you (although we’re sure Slater loves you the most)! 🐶 Thank you for being a part of the RVWC team! 🥂","alt":"Happy work-iversary to Wendy! 🎉 We all love working with you (although we’re sure Slater loves you the most)! 🐶 Thank you for being a part of the RVWC team! 🥂","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/475648218_18485874016044156_3975565865427235612_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=CyvCHfYma0gQ7kNvwEB_87h&_nc_oc=AdlmURy0AyefvXmTFk1vbuSJd8PUMbowVa0Eg9oIUPBJg87df-4RlIaKOFKNQHtGTf0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJEtf_YCy3gqe8ItesWVWUVM65hy0iTVGjCdYfY1FXDXA&oe=682FC5BB","link":"https:\/\/www.instagram.com\/p\/DF7vXlATFWi\/","timestamp":"2025-02-11T13:00:00.000Z"},{"type":"carousel","description":"Oregon Immersion, Part 1\n\nWe had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Jim Prosser of J.K. Carriere, Tyson Crowley of Crowley Wines, and Drew Voit of Harper Voit Wines for hosting us!\n\n@jkcarrierewines \n@crowleywines \n@harpervoitwines","alt":"Oregon Immersion, Part 1\n\nWe had a chance to introduce RVWC Sales Consultants Alicia Calfee and Mike Bryant to all-things-Oregon on an Immersion trip in January, stopping by to meet talented growers and taste through the amazing portfolio of wines that we represent. ❤️🥂❤️ Thank you Jim Prosser of J.K. Carriere, Tyson Crowley of Crowley Wines, and Drew Voit of Harper Voit Wines for hosting us!\n\n@jkcarrierewines \n@crowleywines \n@harpervoitwines","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476182107_18486414646044156_4761235790177200198_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=KT4TmQSZRkgQ7kNvwHQcNe3&_nc_oc=Admfk4926fNSdufTQ9HycEn7_2RX5rjNSgYyWmxQ9JYQW1uskbKMg8zZajQ2XXIGRco&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLAja0f44s0Ph9HmSQXrg6V2p7qn82B0om2riTtrVcHIQ&oe=682FDCFB","link":"https:\/\/www.instagram.com\/p\/DFu3ZulSAGv\/","timestamp":"2025-02-06T13:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476182107_18486414646044156_4761235790177200198_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=KT4TmQSZRkgQ7kNvwHQcNe3&_nc_oc=Admfk4926fNSdufTQ9HycEn7_2RX5rjNSgYyWmxQ9JYQW1uskbKMg8zZajQ2XXIGRco&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLAja0f44s0Ph9HmSQXrg6V2p7qn82B0om2riTtrVcHIQ&oe=682FDCFB"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476345824_18486414658044156_7927120746091776006_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=aYms5pYL01UQ7kNvwFlcQ6V&_nc_oc=AdlCIrmO33_HkEuRKEBThq8LGMF1_CHmvglB2xriWN3shLZaF2jYTEXwYn-eg_hEf9U&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKQcp-ki0tclDY7iI7UcBHv5EKJPTRlR_eyQpZn4_-Hjg&oe=682FB377"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476308154_18486414667044156_5325849793644482112_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=GgBjkdWEnA8Q7kNvwH60EUt&_nc_oc=Adnl8AOeY3w3u20YUaQixisGHDidlfhhqs7cwu_UBlnlqyH6GbuEZYKzS0uSIMePPEU&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKY00RwK20ZgxkLZaBUOnrPylGL6He7BiLTW2J5MFXN5w&oe=682FC8EA"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476103808_18486414679044156_8723471393511255013_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=F7URvo8Lr4AQ7kNvwETgH0c&_nc_oc=AdmWjr-6RYQSjc5qCnBjH91tCIwbomexymuBsOcNyrPoCLZ022bpRgnHZ0TNDMeHB3A&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKeVJghjzzYO0oIT9hlFXs79RFKvVoucGEsh-TI9iN1dg&oe=682FE4B9"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476135728_18486414691044156_6878581610735044610_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=MsPr73vDXBwQ7kNvwEfiLUC&_nc_oc=Adld0afzLyLfVEIx8kHN3oPxBZcTVsKf4umBcotbaVs8IZo30lCBM8ujMy7a9rFCKrs&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKqrzSO2EAt7KfjPCox5fnuxD514sBouGZnpnggrFLZpA&oe=682FB95A"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476281113_18486414703044156_5414957761950223666_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=yn-dSbPQOEwQ7kNvwFHj_Rj&_nc_oc=AdlfNZ3MV17AxqboCIR7lVRg-W8fN9Z9RyIXpvoPssSQA6UWujQY9npxGsmRWXt9l-M&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLdKBnKQmzIb3diMtMA0UTIw4_xMuSDlJS1HmqcMqiPmg&oe=682FDDB7"}]},{"type":"carousel","description":"One of our longtime coworkers has decided to finally hang up his wine bag to spend more time with his family. We hired Virginia Beach Sales Rep Bill Averett in 2006 and have cherished the many years working with him. Bill grew from a green newbie on our sales team to the veteran pro and highly respected “Old Guard” he is today. He (and his family!) will always be a part of our RVWC family. Bill, we wish you all the best and will miss you! ❤️","alt":"One of our longtime coworkers has decided to finally hang up his wine bag to spend more time with his family. We hired Virginia Beach Sales Rep Bill Averett in 2006 and have cherished the many years working with him. Bill grew from a green newbie on our sales team to the veteran pro and highly respected “Old Guard” he is today. He (and his family!) will always be a part of our RVWC family. Bill, we wish you all the best and will miss you! ❤️","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476401279_18486876511044156_7590187973231254703_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=qnMiOFH0NwMQ7kNvwE8np4M&_nc_oc=Adl-iUbzfioPSXH-ijIsvxH04FIMtpkifJmzyd-oI1rqvfvViCXUNqvNJFmoUeb3NUU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJbsnyQkz5aiG_qAnKZvBZpC8JfHeGIHEdF8WwZcmaQeQ&oe=682FCA7C","link":"https:\/\/www.instagram.com\/p\/DFsvOGLPUaW\/","timestamp":"2025-02-05T17:10:52.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476401279_18486876511044156_7590187973231254703_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=qnMiOFH0NwMQ7kNvwE8np4M&_nc_oc=Adl-iUbzfioPSXH-ijIsvxH04FIMtpkifJmzyd-oI1rqvfvViCXUNqvNJFmoUeb3NUU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJbsnyQkz5aiG_qAnKZvBZpC8JfHeGIHEdF8WwZcmaQeQ&oe=682FCA7C"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476272205_18486876538044156_4502950501224710972_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=WlZar1fWSEMQ7kNvwF3a_eC&_nc_oc=AdlG5FUd0JxkjXTIXQ1IMmTNA2d_q7ddyCf8F5sv9-iuCT_RUZkalU9htWIqmmP9UD0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJwy8UOGgNTzBjtiVQo9P2y-_M32s3PK-wFwzH2Nmy_XA&oe=682FE3CC"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476273970_18486876520044156_1199115845472835650_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=mAX15jWeGgoQ7kNvwE3IiLr&_nc_oc=AdkzYnUMgOF4nYf3WwiCVvMVK1bIwHmNS46DRcAPqVD6XqYc_NhmUfZe6NXBYOmPRPY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJqQ3N5W2hpQMiYh2jhinde6mXQaLVkZZRHoKS5HLmCzg&oe=682FB028"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476273970_18486876535044156_2579305148737627661_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=sYTVESptAOMQ7kNvwGhjz1G&_nc_oc=AdkqX0HaZTEihr2jfFcWXg2MUZZ-mtRIhQks4v79-6Pp54DoqZUuVmbkL1ID4u98sj0&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLOaIzrM4f2NN5pPEwEwPWX3qtTaDZhDhtmNhmufxn0Aw&oe=682FB035"}]},{"type":"video","description":"Visit the link in our bio for the latest edition of Pour Decisions 🗞️","alt":"Visit the link in our bio for the latest edition of Pour Decisions 🗞️","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/o1\/v\/t2\/f2\/m86\/AQPnNsdfwEUw3LuIwpe-LBCraKVSENa-YpyWDwXqkfT2Kx5mM_oYxyXRh7StdSOEK6oY_OOawewdi52_dEWGF3PsTFMYvX3WkodFhkw.mp4?_nc_cat=103&_nc_sid=5e9851&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_ohc=5YQlwfsYJXIQ7kNvwFfaMHJ&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTE2OTY5NDc2MTE4MTAzNCwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjgsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=63e6711a37f6f7db&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8xMDQ5QTJBRUMwRUZDNTlERTk2NTc4RjE2ODM4MTA5OF92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dBUnJZaHlyYTFhdzkwd0RBUG00SWx6REIyZ0hicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJtT94ouZ9ZMEFQIoAkMzLBdAIAAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gdl5p0BAA&_nc_zt=28&oh=00_AfIYND2OCtvyOBt7IshlYg1Q67ddHpMKw3V1SB0DdsAJdA&oe=682BDA88","thumbnail":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476477314_18486732988044156_1162632292761446736_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=z0e2APHFG4AQ7kNvwFYyloN&_nc_oc=AdkMmTtNaq4YC4Ob1_wpM0HPrichTZZS16aFvpr4F-xGRCUP1Hb1B1-p40i1Bldt2mY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIQDxtPoQByD9093KIadJM53jZ1XnMoCpoFXfSGD7cdOQ&oe=682FC83C","link":"https:\/\/www.instagram.com\/reel\/DFqfVoJzFW2\/","timestamp":"2025-02-04T20:15:16.000Z"},{"type":"carousel","description":"Soter Vineyards recently joined RVWC’s portfolio, introducing us to the immense talent and environmentally-focused philosophy of Tony and the late Michelle Soter. \n\nTony returned home to Oregon and the Willamette Valley after years of winemaking and consulting at Etude, Shafer, Araujo, and others in Napa. They worked diligently to realize their dream of creating a fully biodynamic farm and gorgeous wines at Mineral Springs Ranch, adding gardens and heritage livestock, then a beautiful tasting room to introduce visitors to the bounty while supporting a local food bank.\n\nNow it’s our turn, as we feature the delicious and great value Planet Oregon Pinot Noir and Rosé Sparkling and Soter Vineyards Estate and Mineral Springs Ranch wines. Cheers!\n\n@soterwines","alt":"Soter Vineyards recently joined RVWC’s portfolio, introducing us to the immense talent and environmentally-focused philosophy of Tony and the late Michelle Soter. \n\nTony returned home to Oregon and the Willamette Valley after years of winemaking and consulting at Etude, Shafer, Araujo, and others in Napa. They worked diligently to realize their dream of creating a fully biodynamic farm and gorgeous wines at Mineral Springs Ranch, adding gardens and heritage livestock, then a beautiful tasting room to introduce visitors to the bounty while supporting a local food bank.\n\nNow it’s our turn, as we feature the delicious and great value Planet Oregon Pinot Noir and Rosé Sparkling and Soter Vineyards Estate and Mineral Springs Ranch wines. Cheers!\n\n@soterwines","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476006186_18486399517044156_8222982852803396342_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=jPOOyo9e2_EQ7kNvwG9u9NP&_nc_oc=Adm9kXJotJAxuEGt_Nrw_GaexzOI-x0m1TjMgSjeWORpOGaHE1z2DjuZVFzd888pdCE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKI7qLpPdFUp8pxQGEhZ_dtugFDtnv-Ako_8rhPlFGIog&oe=682FCB20","link":"https:\/\/www.instagram.com\/p\/DFnI_jVTc_N\/","timestamp":"2025-02-03T13:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476006186_18486399517044156_8222982852803396342_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&_nc_ohc=jPOOyo9e2_EQ7kNvwG9u9NP&_nc_oc=Adm9kXJotJAxuEGt_Nrw_GaexzOI-x0m1TjMgSjeWORpOGaHE1z2DjuZVFzd888pdCE&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKI7qLpPdFUp8pxQGEhZ_dtugFDtnv-Ako_8rhPlFGIog&oe=682FCB20"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476116147_18486399526044156_580396332999835905_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&_nc_ohc=Elj8_kkmMqYQ7kNvwEEcdJi&_nc_oc=AdmabvTxWYMnQLJocl8cu8fZb9ToGvgWVP8aLjjyirSeqqsWNxccOb-RhZr3Y8iiX9U&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfL0WsPa-nI5V2jqcZRhEoCU2kRiNUHLBrs6IKc5q1PF_w&oe=682FD912"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/476163254_18486399535044156_2367253505930943968_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=-jdPptMpjWkQ7kNvwGY0vJC&_nc_oc=AdlsHyPmHjQPJBYjJPauhNN5rG3P1N9rgGG3PpRihrhxszU2aZBxudMEujXef71NXy8&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLcaNlmoZsOEkvnfFa7ByBT_MWDA-u3SAXJXO_ajXPhRw&oe=682FD64D"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476069696_18486399544044156_893682209705600414_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=7-5&_nc_sid=18de74&_nc_ohc=MNPt_9RPULsQ7kNvwE2nurE&_nc_oc=AdlcmFcJr_NR5Z-eJ2DhRu5Pt4bx5JGUC3Pu4eCW3q2hFFrj3mRN00mN9ssKxowtG5I&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKYowfLOdTdTvpRPyWihlzcI7M8Ikra-nm-YkPQDwmZEA&oe=682FE399"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/476068959_18486399553044156_4780791696902093634_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=YTkuLokiPE8Q7kNvwGnndyw&_nc_oc=AdmESJgobAZ7zVy_oHPERikSoVxZR_nN4rL9_tJt9xODuAePUPp8e40neSD5BQcVRQw&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfK8FNMOlWIOMgEdcLSR0MoA7zNnTOLga3qVG5BFEQaXXw&oe=682FC72C"}]},{"type":"carousel","description":"A Tribute to Grace owner\/winemaker, Angela Osborne, stole our hearts from first meeting. An expat New Zealander who moved to California in search of Grenache sites, we met her on a hot dusty day, as she climbed over barrels (while very pregnant) to claim samples of her Grenache for us to taste. Small production, minimal intervention, native ferment, low alcohol, high acid.... A Tribute to Grace Santa Barbara Highland’s Grenache and Grace Rosé of Grenache brings all this and more. \n\nShe and her husband, Jason Osborne, an expat from Cornwall, have three boys and a collaborative winery, Land of Saints. We’re particularly enamored with a lovely, ripe, well-rounded Land of Saints Cabernet Sauvignon from 3 diverse lots in the Santa Ynez Valley produced by Angela, Jason and friend Manuel Cuevas.\n\nCelebrate the people, the wines and the reason we are in this business. Look for these wines!\n\n@gracewine\n@landofsaints","alt":"A Tribute to Grace owner\/winemaker, Angela Osborne, stole our hearts from first meeting. An expat New Zealander who moved to California in search of Grenache sites, we met her on a hot dusty day, as she climbed over barrels (while very pregnant) to claim samples of her Grenache for us to taste. Small production, minimal intervention, native ferment, low alcohol, high acid.... A Tribute to Grace Santa Barbara Highland’s Grenache and Grace Rosé of Grenache brings all this and more. \n\nShe and her husband, Jason Osborne, an expat from Cornwall, have three boys and a collaborative winery, Land of Saints. We’re particularly enamored with a lovely, ripe, well-rounded Land of Saints Cabernet Sauvignon from 3 diverse lots in the Santa Ynez Valley produced by Angela, Jason and friend Manuel Cuevas.\n\nCelebrate the people, the wines and the reason we are in this business. Look for these wines!\n\n@gracewine\n@landofsaints","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/475098211_18485292760044156_950428355147799314_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=CQ0XoJ8OFjoQ7kNvwEJ5TAS&_nc_oc=Adl_Rznl0NXMsJjaxJQ6-tdFhJKgglNs9Ut4YjStaF9FJP8W6Hql6Zxe7-NT_W-PtIU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLGYD1FLasMdn2FkTtSg30baF3hxDjjtagEiAwiRw-nCg&oe=682FE692","link":"https:\/\/www.instagram.com\/p\/DFVHYvlplEU\/","timestamp":"2025-01-27T13:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/475098211_18485292760044156_950428355147799314_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=CQ0XoJ8OFjoQ7kNvwEJ5TAS&_nc_oc=Adl_Rznl0NXMsJjaxJQ6-tdFhJKgglNs9Ut4YjStaF9FJP8W6Hql6Zxe7-NT_W-PtIU&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLGYD1FLasMdn2FkTtSg30baF3hxDjjtagEiAwiRw-nCg&oe=682FE692"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/475263819_18485292769044156_9033478749806653044_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ccb=7-5&_nc_sid=18de74&_nc_ohc=nHWwcyOyM_MQ7kNvwG8bfEy&_nc_oc=AdkuS6vY5Q8mfsn5b_uCKZ-EMr0p90Pld4GQdRNUn39xmNR3O1FwK3xCGwDcWFpHYvY&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJ-e19odzETtdCctURSGzcclbA2JENQljaXoyQJ-RmP8w&oe=682FB259"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/475366547_18485292778044156_5515215647149301649_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=BuLMteol9HAQ7kNvwHGal2_&_nc_oc=AdlnIap496wPskDAsV1AmN_WXEwagXr1kq9d2f0gGCsImsHX1PJtfVtR2iRE0ZYZ3do&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLwUWqbZPwpcKBVrJCTkK9LLUzBU2HOghpYxjNRVKntbg&oe=682FDA17"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/474840589_18485292787044156_6141752395871238044_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&_nc_ohc=B08R5TbJllUQ7kNvwFTNqxB&_nc_oc=AdlgNglTDjUgBiU1cuY5n4dqK4X4buhfQw0lZNdV4WnEW1aSPP-1vszjCWLGkYOFCeI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJplIcYd3L5gi-ZQ5-EbGM5jZm5WhI4ZThFgkWIWE8A-g&oe=682FBD83"}]},{"type":"image","description":"RVWC is hiring! \n\nRoanoke Valley Wine Co has a well-established sales position open in Tidewater! The upcoming retirement of a veteran sales consultant presents an opportunity for a self-motivated, wine-centric, and energetic candidate. Is that you?","alt":"RVWC is hiring! \n\nRoanoke Valley Wine Co has a well-established sales position open in Tidewater! The upcoming retirement of a veteran sales consultant presents an opportunity for a self-motivated, wine-centric, and energetic candidate. Is that you?","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/474126370_18483667249044156_5663473935967129562_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=66ZbAB5fYh8Q7kNvwHmDyMp&_nc_oc=AdmcAEw5kbA4qDKzHK-LwmKMYfddSARDmig3LSSES4lzSsKs_qHjpctJU4yemNsLmsE&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfIatBPTgsEu-H6CIxsiwA3emXMqT7rzKY_G0-AXPs0XGQ&oe=682FC7CE","link":"https:\/\/www.instagram.com\/p\/DE7XaLBxqF2\/","timestamp":"2025-01-17T13:00:00.000Z"},{"type":"image","description":"Big thank you to Michael Shaps for joining us for a fabulous dinner at The Local last night. Reconnecting with an old friend over braised short ribs and great wine on a frigid night totally derailed our plans to get any pictures! 🍷\n\n@mswineworks\[email protected]\n@thecvillelocal","alt":"Big thank you to Michael Shaps for joining us for a fabulous dinner at The Local last night. Reconnecting with an old friend over braised short ribs and great wine on a frigid night totally derailed our plans to get any pictures! 🍷\n\n@mswineworks\[email protected]\n@thecvillelocal","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/473983700_18483574786044156_514134732114197379_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=E5Ut_IB9AusQ7kNvwEk0bdH&_nc_oc=AdmcAPGXLifc8LLKg594Hi1kQFvPgGoEBausKy5BndcW-kkI7TqtoMn1t_6XYAEKfnQ&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLQUXzmdK5NkaKk-5pe29EqZu6BwxKkPlOIOnb8tRtdWg&oe=682FD298","link":"https:\/\/www.instagram.com\/p\/DE5TyZSyb1u\/","timestamp":"2025-01-16T17:49:53.000Z"},{"type":"image","description":"Throwback Thursday 🪩 Can you guess what RVWC owners Beth and Rob Crittenden picked as their 10 year wedding anniversary gift in 1995? Hint: it’s the aluminum anniversary… \n\n#iforkingloveyou\n#howtogrowabusiness","alt":"Throwback Thursday 🪩 Can you guess what RVWC owners Beth and Rob Crittenden picked as their 10 year wedding anniversary gift in 1995? Hint: it’s the aluminum anniversary… \n\n#iforkingloveyou\n#howtogrowabusiness","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/472120372_18480933214044156_5155275525359503280_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&_nc_ohc=RbbFSxbXy34Q7kNvwFnJTBi&_nc_oc=Adm0GyLr1jsMZnYxNbpM37HIiDqFpJGBKvZqNA1Z0MyLOxml8guAIG48dg2koOsJTj4&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJTdEFwGkp8uvxxbUCJ7nzCMx8Exk-jVK794tdMnn6qew&oe=682FE386","link":"https:\/\/www.instagram.com\/p\/DEmxHNJJNbc\/","timestamp":"2025-01-09T13:00:00.000Z"},{"type":"image","description":"Pour Decisions Vol. 2 is out now! Visit the link in our bio to read, subscribe, or learn more. 🗞️","alt":"Pour Decisions Vol. 2 is out now! Visit the link in our bio to read, subscribe, or learn more. 🗞️","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/472279931_18480874963044156_4052375704920011551_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=VJLdQUy5WGQQ7kNvwFiqWpz&_nc_oc=AdkDglrETg-EGl_UCoYf4IaFfCIMXoiB6sY03ONea5a4sNzq37d_B7H4F4w86yKRSXM&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLOfltTvD1oN82IXO820MzzyAfykEAiUbX3dSoAzE-xlw&oe=682FCCE1","link":"https:\/\/www.instagram.com\/p\/DEfeN9YyB8A\/","timestamp":"2025-01-07T13:00:00.000Z"},{"type":"carousel","description":"Cheers to Sandro Fay, an iconic second-generation producer of Valtellina wines founded in 1971. Continuing their father’s legacy, siblings Elena Fay manages the business and Marco Fay farms the ridiculously steep, rocky slopes and is winemaker. \n\nPatrick, Rob, and Beth climbed up and down these unbelievable rock formations (aka vineyards), marveling at the tiny slices of land terraced out from a sheer rock face — sometimes only 2 or 3 rows wide. Always attracted to wines off the beaten path, we were entranced by the Chiavanesca grape (known elsewhere as Nebbiolo) and the vibrant, exciting Ca Morei 2019 and Valgella Valtellina Superiore DOCG 2021 (once labeled Costa Bassa).\n\nGo exploring and taste Sandro Fay Valtellina!\n\n@sandrofaywine","alt":"Cheers to Sandro Fay, an iconic second-generation producer of Valtellina wines founded in 1971. Continuing their father’s legacy, siblings Elena Fay manages the business and Marco Fay farms the ridiculously steep, rocky slopes and is winemaker. \n\nPatrick, Rob, and Beth climbed up and down these unbelievable rock formations (aka vineyards), marveling at the tiny slices of land terraced out from a sheer rock face — sometimes only 2 or 3 rows wide. Always attracted to wines off the beaten path, we were entranced by the Chiavanesca grape (known elsewhere as Nebbiolo) and the vibrant, exciting Ca Morei 2019 and Valgella Valtellina Superiore DOCG 2021 (once labeled Costa Bassa).\n\nGo exploring and taste Sandro Fay Valtellina!\n\n@sandrofaywine","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/472425144_18481145425044156_5761038195067037815_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=mihGcJ5VtwYQ7kNvwGroJUt&_nc_oc=AdlsGeNIbIG-_rC-641DbAsGFVOaDNeOro4kkaol1tbrk1ldB_2xLwVZpGJyp55c9cQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKl0EeBGjfxX8fzBU78eucSKADEbvRdm4bcLaacp3J9mg&oe=682FB80E","link":"https:\/\/www.instagram.com\/p\/DEfCtj1RuEp\/","timestamp":"2025-01-06T13:00:00.000Z","children":[{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/472425144_18481145425044156_5761038195067037815_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&_nc_ohc=mihGcJ5VtwYQ7kNvwGroJUt&_nc_oc=AdlsGeNIbIG-_rC-641DbAsGFVOaDNeOro4kkaol1tbrk1ldB_2xLwVZpGJyp55c9cQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKl0EeBGjfxX8fzBU78eucSKADEbvRdm4bcLaacp3J9mg&oe=682FB80E"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/472536711_18481145443044156_7900712126941916749_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=7-5&_nc_sid=18de74&_nc_ohc=CLe33lvWBw4Q7kNvwFUVxE_&_nc_oc=AdlNpr4-_W7Zfmum6gtH4pNtKdJiik87KgHXScgNPaKGo6WLK_rXRNQRaxNi09fWM8w&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJleNIOfzYx8kMP25-xB2rQX-MAh0UoIwIhq5WYUXvSYw&oe=682FC85B"},{"type":"image","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/472483426_18481145479044156_1046349905233717496_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=cYC6gWMPLn4Q7kNvwGGquHv&_nc_oc=Adm5-hzR8cyiII4rViXAqqC-0NPe1-BW7zLKyDNIyxWJ73MY7IZbTvdgTepLmUGN6G8&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfLqC6Opi8NT6yKFO6-yZ0zmRLagmRjLwaxAPgA7NomzwQ&oe=682FDBC2"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/472494216_18481145506044156_4820163025350599725_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&_nc_ohc=JpacHM_42nUQ7kNvwHgIaqj&_nc_oc=AdkzuH7v4shSN4wUQLbx_x_HSlguhdhUEboflQb_T_gxf1wgeQhQgXjVHqbBxRI5hEc&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKVkFMz0JnewXMhM2Vow4Kywnq-RnDAAt-ugfanJQktQw&oe=682FB190"},{"type":"image","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/472433519_18481145515044156_6959126572462267573_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&_nc_ohc=llakfOuQw0IQ7kNvwFXGKQG&_nc_oc=Adk9uXXocOOPtZnEa01TaQnmNWkH-J167jrEOZkS5Hr-oWYg5czRfp2CDu7kPtfSA-E&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKCGE-xoAHEIog85q7zOfYmxekwXtu39bDHokYOUFDJwQ&oe=682FE17C"}]},{"type":"image","description":"Happy work anniversary to one of our favorite re-hires, Robin Spicer! Thanks for being a beloved member of the RVWC family for 10+ years. 💎","alt":"Happy work anniversary to one of our favorite re-hires, Robin Spicer! Thanks for being a beloved member of the RVWC family for 10+ years. 💎","src":"https:\/\/scontent-iad3-2.cdninstagram.com\/v\/t51.75761-15\/471768420_18479843020044156_8632056188887826885_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ccb=7-5&_nc_sid=18de74&_nc_ohc=gvIdgzQRY8AQ7kNvwGteZzs&_nc_oc=AdljIaLBAUP3SgU8AAHJYpSXcLitJfs7xJhsqimImyEAY-jEnSCyW-Z6bd6lfc2lU98&_nc_zt=23&_nc_ht=scontent-iad3-2.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKyIj3WJ4lkOmFfI-LvZeLPGQgsm2WKtR2ZFmxQFxRMPQ&oe=682FD9A1","link":"https:\/\/www.instagram.com\/p\/DEZ5FYHTuMG\/","timestamp":"2025-01-04T13:00:00.000Z"},{"type":"image","description":"Happy Work-iversary to the woman who started it all, our own Beth Crittenden. We couldn’t find a photo of Beth without her family in it, which says a lot about who she is as a person. She’s generous, warm, and kind, but also a leader we’re proud to follow. Happy 31 years at RVWC, Beth! 🥂🎉🎈","alt":"Happy Work-iversary to the woman who started it all, our own Beth Crittenden. We couldn’t find a photo of Beth without her family in it, which says a lot about who she is as a person. She’s generous, warm, and kind, but also a leader we’re proud to follow. Happy 31 years at RVWC, Beth! 🥂🎉🎈","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/471630551_18479815705044156_7913098994064727597_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=TuCnNEZ9a6YQ7kNvwGn57Sr&_nc_oc=AdkO9IyfhyQTC2kWweZgFBZmHPX1wanaEMXdePb2x6bJWyVWzxwHxAqXaQNYI2Za4MY&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKPFbMYFCdAg678y4OhA2eDW0TMd735pZSTaBBbdiKobQ&oe=682FBB2B","link":"https:\/\/www.instagram.com\/p\/DEXUSdoSVGn\/","timestamp":"2025-01-03T13:00:00.000Z"},{"type":"image","description":"Happy 18 year RVWC anniversary to Robert Crum! We are so honored and proud of your years on the team. Thank you for all that you do! 🍾🎈","alt":"Happy 18 year RVWC anniversary to Robert Crum! We are so honored and proud of your years on the team. Thank you for all that you do! 🍾🎈","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/471850394_18479843584044156_2767223205341035384_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=mQ2ovgSKw4cQ7kNvwHZ2mtV&_nc_oc=AdngRw5aNkmMEQJWJtXIlFlCd_WfiWnCYkfcmP__7OR5wj43S0BORPRJ9WkugE-PTqI&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfJFpJiUB94ehS-ppiUKpU0bZkqWgSzKnyZGuLoPGw8NhQ&oe=682FB193","link":"https:\/\/www.instagram.com\/p\/DEUvl-FTTOD\/","timestamp":"2025-01-02T13:00:00.000Z"},{"type":"image","description":"Happy Work-iversary to Rob, our Sounders-loving wine nerd who puts the R in RVWC (we wish). He’s been there since the beginning but was officially hired 27 years ago today! Congrats, Rob! 🎉","alt":"Happy Work-iversary to Rob, our Sounders-loving wine nerd who puts the R in RVWC (we wish). He’s been there since the beginning but was officially hired 27 years ago today! Congrats, Rob! 🎉","src":"https:\/\/scontent-iad3-1.cdninstagram.com\/v\/t51.75761-15\/471926382_18479835238044156_1829669398131620030_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&_nc_ohc=-0eu4tWBU_8Q7kNvwGITZOp&_nc_oc=Adnr_bJE4nupl_5y__FMIZpymPVsJnLKCL-7xUmKLm1Dp8gMBGatLeYpuqf3ymZml7w&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=4k6oiz0xIj-hBH5P_bnCBA&oh=00_AfKDDSG77OEvdvA3gUgVEkPQW212Kg11oIYIqp8RxhBIpQ&oe=682FD4C1","link":"https:\/\/www.instagram.com\/p\/DESKzG_TMQ_\/","timestamp":"2025-01-01T13:00:00.000Z"}],"itemsSrc":"wixSDK","isExternalPagination":true},"comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h":{"html":"<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixGuard\">​<\/span><\/h2>"},"comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz":{"html":"<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixGuard\">​<\/span><\/p>"},"comp-m5y89fju_r_comp-luph70yy":{"collapsed":false},"comp-m5y89fju_r_comp-luph9qg83":{"label":"@roanokevalleywineco","link":{"type":"ExternalLink","href":"https:\/\/www.instagram.com\/roanokevalleywineco","target":"_blank","rel":"noopener"}}}],"ssrStyleUpdates":[{"comp-m5y89fju_r_comp-m010jxj2":{"visibility":"hidden !important","overflow":"hidden !important","height":"0 !important","width":"0 !important","min-width":"0 !important","min-height":"0 !important","margin-bottom":"0 !important","margin-left":"0 !important","margin-right":"0 !important","padding":"0 !important","position":"absolute !important","margin-top":"0 !important"}}],"ssrStructureUpdates":[{"comp-m5y89fju_r_comp-lp9pu1jk":{"deleted":false}}]},"pages":{"compIdToTypeMap":{"CONTROLLER_COMP_CUSTOM_ID":"AppController","comp-m91r8pu5":"WPhoto","comp-kc0yam4s":"LinkBar","masterPage":"MasterPage","SITE_HEADER":"HeaderContainer","PAGES_CONTAINER":"PagesContainer","SITE_FOOTER":"FooterContainer","SITE_PAGES":"PageGroup","BACKGROUND_GROUP":"BackgroundGroup","SCROLL_TO_TOP":"Anchor","SCROLL_TO_BOTTOM":"Anchor","soapAfterPagesContainer":"MeshGroup","SKIP_TO_CONTENT_BTN":"SkipToContentButton","comp-irq17z9r":"Anchor","comp-irpzxvog":"Anchor","comp-kbvbp1nk":"Anchor","comp-irpzy1bu":"Anchor","comp-kcz72rj6":"LanguageSelector","comp-kbts68ms":"WPhoto","comp-k3sfoeuc":"WRichText","comp-kcdhm65p":"VerticalMenu","comp-kcdij5dn":"VectorImage","comp-kcdiiqod":"VectorImage","comp-kcdieq51":"VectorImage","comp-kcdihhzj":"VectorImage","comp-irq2gqhi":"WRichText","comp-kcdi69gy":"FiveGridLine","comp-irq2y035":"WRichText","comp-kdg1235v":"StylableButton","comp-kcgf5nqx":"WRichText","comp-irq252zw":"WRichText","comp-kcdi5dob":"FiveGridLine","comp-kc56s1l8":"FiveGridLine","comp-kdg11rvk":"StylableButton","comp-kcdurp43":"WRichText","comp-kcdurp46":"WRichText","comp-kcdurp49":"SiteButton","comp-kcdurp4l":"WRichText","comp-kcdurp4h":"WRichText","comp-kcdurp4j":"SiteButton","comp-kcgeuru2":"WRichText","comp-kc0t8oqj":"WRichText","comp-kcdi41xm":"FiveGridLine","comp-kd61pn2g":"StylableButton","comp-kcgffv75":"WRichText","comp-irq33xx5":"WRichText","comp-kcdgcvlr":"FiveGridLine","comp-kc0xgd9z":"WRichText","comp-kcf8zzw3":"SiteButton","comp-kccfx1m2":"LinkBar","comp-kdg12hds":"StylableButton","comp-kcdjhlve":"WPhoto","comp-kcdjhlvh":"SiteButton","comp-kcdrecmb":"WRichText","comp-m5y89fju_r_comp-lp9pu1jk":"ProGallery","comp-m5y89fju_r_comp-m010jxj2":"StylableButton","comp-m5y89fju_r_comp-luph7m8r":"WRichText","comp-m5y89fju_r_comp-luph9qg83":"StylableButton","comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwctm3h":"WRichText","comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcu1sz":"WRichText","pageBackground_c1dmp":"PageBackground","c1dmp":"Page","comp-liuo1wfv":"ClassicSection","comp-liuo1wfv1":"ClassicSection","comp-liuo1wfv2":"ClassicSection","comp-liuo1wfv3":"ClassicSection","comp-liuo1wfv4":"ClassicSection","comp-liuo1wfv5":"ClassicSection","comp-liuo1wfv6":"ClassicSection","comp-liuo1wfv7":"ClassicSection","comp-kcfa4sji":"StripColumnsContainer","comp-irpyzi6z":"StripColumnsContainer","comp-irpyrelz":"StripColumnsContainer","comp-irpy8rch":"StripColumnsContainer","comp-kcdurozc":"StripColumnsContainer","comp-iso8zljd":"StripColumnsContainer","comp-kc0qqbfl":"StripColumnsContainer","comp-kbvfc1wr":"StripColumnsContainer","comp-irq2jfvg":"StripColumnsContainer","comp-kcfa4sou":"Column","comp-irpyzicn":"Column","comp-irpyreqe":"Column","comp-irpy8rg8":"Column","comp-kcdurp3w":"Column","comp-kcdurp40":"Column","comp-kcdurp4c":"Column","comp-kcdurp4e":"Column","comp-iso8zluv":"Column","comp-kc0qqbkv":"Column","comp-kbvfc20e":"Column","comp-irq2jg3l":"Column","comp-kcdjhlsk":"Repeater","comp-m5y89fju":"RefComponent","comp-kcdjhluk":"MediaContainer","comp-m5y89fju_r_comp-lgnn37ba":"AppWidget","comp-m5y89fju_r_comp-lgnn37bd1":"Container","comp-m5y89fju_r_comp-lqwd66ma":"RefComponent","comp-m5y89fju_r_comp-luph70yy":"Container","comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2e":"AppWidget","comp-m5y89fju_r_comp-luph9qfy":"Container","comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i":"Container","comp-m5y89fju_r_comp-luph9qg41":"GhostComp","Containerc1dmp":"Group","comp-m5y89fju_r_comp-lgnn37bd1_relative":"ResponsiveContainer","comp-m5y89fju_r_comp-luph70yy_relative":"ResponsiveContainer","comp-m5y89fju_r_comp-luph9qfy_relative":"ResponsiveContainer","comp-m5y89fju_r_comp-lqwd66ma_r_comp-lqwcss2i_relative":"ResponsiveContainer","DYNAMIC_STRUCTURE_CONTAINER":"DynamicStructureContainer","site-root":"DivWithChildren","main_MF":"DivWithChildren","c1dmp_wrapper":"PageMountUnmount","c1dmp_wrapper_background":"PageMountUnmount"}},"appsWarmupData":{},"ooi":{"failedInSsr":{}}}</script> <!-- warmup data end --> </body> </html>