{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/zG9FXiSlpgMqPrHqmZM0/TJOq2Q4VbpzQ37R4HNM1/iVuNuqKek.js", "ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Jo2d4bKbCdbbg0oiZ0LB/Input.js", "ssg:https://framerusercontent.com/modules/GakX1b0DK7i3bkUyHBwq/32bV5Syek1U1mHY5DrvT/ptgVuemp3.js", "ssg:https://framerusercontent.com/modules/NO4kRgLvpz5bzGVDanIs/tDPVnmDzkTK5H09bMwHC/pz62UY4LQ.js", "ssg:https://framerusercontent.com/modules/RmcXSeuLy58T2Jq3YDix/EK70opCARN56ZGFzdPvP/b5Au5YaEC.js", "ssg:https://framerusercontent.com/modules/No63noR9h1IyacTuDkV0/YYNldlDw4zpSSC9DseBv/LXcytjnth.js", "ssg:https://framerusercontent.com/modules/WX57zD0OsAFZEfphVg53/i4UJNqEbut0FnizAQVSr/AgqhZPEsz.js"],
  "sourcesContent": ["// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Helvetica Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Helvetica Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/8ZGKUhbHJ9WjBkrf6nw2kbejS9s.woff2\"}]}];export const css=['.framer-gxZRt .framer-styles-preset-p79tt4:not(.rich-text-wrapper), .framer-gxZRt .framer-styles-preset-p79tt4.rich-text-wrapper h3 { --framer-font-family: \"Helvetica Bold\", \"Helvetica Bold Placeholder\", sans-serif; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 72px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, #fcfcfc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-gxZRt .framer-styles-preset-p79tt4:not(.rich-text-wrapper), .framer-gxZRt .framer-styles-preset-p79tt4.rich-text-wrapper h3 { --framer-font-family: \"Helvetica Bold\", \"Helvetica Bold Placeholder\", sans-serif; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 60px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, #fcfcfc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-gxZRt .framer-styles-preset-p79tt4:not(.rich-text-wrapper), .framer-gxZRt .framer-styles-preset-p79tt4.rich-text-wrapper h3 { --framer-font-family: \"Helvetica Bold\", \"Helvetica Bold Placeholder\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 50px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, #fcfcfc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-gxZRt\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useState}from\"react\";import{addPropertyControls,ControlType,withCSS,useRouter,inferInitialRouteFromPath}from\"framer\";import{motion,useAnimationControls}from\"framer-motion\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var _url_replace_match;const[,domain,parameters]=(_url_replace_match=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&_url_replace_match!==void 0?_url_replace_match:[null,null,null];return[domain,parameters?new URLSearchParams(parameters):null];};function safeURL(url){console.log(url);try{new URL(url);return url;}catch{try{new URL(`https://${url}`);return`https://${url}`;}catch{}}return undefined;}function isInternalURL(href){if(href===undefined)return false;if(href.startsWith(\"#\")||href.startsWith(\"/\")||href.startsWith(\".\"))return true;return false;}/**\n * Increment the number whenever shipping a new version to customers.\n * This will ensure that multiple versions of this component can exist\n * in the same project without css rules overlapping. Only use valid css class characters.\n */const VERSION=\"v1\";/**\n * INPUT\n * By Benjamin den Boer\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 40\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */const Input=withCSS(function Input({service,redirectAs,mailchimpURL,loopsID,loopsUserGroup,formsparkID,getwaitlistAPI,convertkitAPI,convertkitFormID,input,button,font,layout,link,gap,style,onSubmit}){const[email,setEmail]=useState(\"\");const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isFocus,setFocus]=useState(false);// Padding\nconst{paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,padding,borderRadius,borderObject,focusObject,shadowObject,height,fixedHeight}=input;const{buttonPaddingPerSide,buttonPaddingTop,buttonPaddingRight,buttonPaddingBottom,buttonPaddingLeft,buttonPadding}=button;const paddingValue=paddingPerSide?`${paddingTop}px ${button.isDocked?paddingRight+button.widthWhenDocked:paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px ${button.isDocked?padding+button.widthWhenDocked:padding}px ${padding}px ${padding}px`;const buttonPaddingValue=buttonPaddingPerSide?`${button.isDocked?0:buttonPaddingTop}px ${buttonPaddingRight}px ${button.isDocked?0:buttonPaddingBottom}px ${buttonPaddingLeft}px`:`${button.isDocked?0:buttonPadding}px ${buttonPadding}px ${button.isDocked?0:buttonPadding}px ${buttonPadding}px`;const router=useRouter();const onSuccess=()=>{/* Reset */setLoading(false);setFocus(false);setEmail(\"\");if(redirectAs===\"link\"&&link&&!isError){const[path,hash]=link.split(\"#\");const{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,path);if(routeId){router.navigate(routeId,hash,pathVariables);}if(!isInternalURL(link)){const url=safeURL(link);if(url)window.open(url,\"_blank\");}}};const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);formControls.start(\"error\");return false;}return true;},[validateEmail]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleFocus=useCallback(event=>{setFocus(true);},[]);const handleBlur=useCallback(event=>{setFocus(false);setError(false);},[]);const handleSubmit=useCallback(event=>{event.preventDefault();// Prevent submitting while submitting\nif(isLoading)return;setLoading(true);if(service===\"mailchimp\"){const[domain,parameters]=parseMailChimpUrl(mailchimpURL);if(!validateForm(email)||!domain||!parameters){setLoading(false);return;}// MERGE0 is Mailchimp\u2019s email field name\nparameters.set(\"MERGE0\",email);fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"loops\"){if(!validateForm(email)){setLoading(false);return;}const emailBody=`email=${encodeURIComponent(email)}`;const userGroupBody=`userGroup=${encodeURIComponent(loopsUserGroup)}`;const hasUserGroup=!!loopsUserGroup&&loopsUserGroup!==\" \";const formBody=hasUserGroup?emailBody+\"&\"+userGroupBody:emailBody;fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded\"},body:formBody}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"formspark\"){if(!validateForm(email)){setLoading(false);return;}const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formsparkID}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{onSuccess();onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"getwaitlist\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"convertkit\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;data.api_key=convertkitAPI;fetch(`https://api.convertkit.com/v3/forms/${convertkitFormID}/subscribe`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}},[mailchimpURL,formsparkID,convertkitFormID,email,onSubmit,validateForm,isLoading]);// Animation\nconst formControls=useAnimationControls();// Input Box Shadow Stylees\nconst focusStylesFrom=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthFrom}px ${focusObject.focusColor}`:null;const focusStylesTo=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthTo}px ${focusObject.focusColor}`:null;const shadowStyles=input.shadowObject?`${shadowObject.shadowX}px ${shadowObject.shadowY}px ${shadowObject.shadowBlur}px ${shadowObject.shadowColor}`:null;const borderStyles=input.borderObject?`inset 0 0 0 ${borderObject.borderWidth}px ${borderObject.borderColor}`:null;// Shake or wiggle as error\nconst formVariants={default:{x:0},error:{x:[0,-4,4,0],transition:{duration:.2}}};const inputVariants={default:{boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},focused:{boxShadow:dynamicBoxShadow(focusStylesTo,shadowStyles,borderStyles)}};return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,\"--framer-custom-placeholder-color\":input.placeholderColor},variants:formVariants,animate:formControls,children:/*#__PURE__*/_jsxs(\"form\",{style:{width:\"100%\",height:\"auto\",display:\"flex\",position:\"relative\",flexDirection:layout===\"vertical\"?\"column\":\"row\",color:button.color,gap:button.isDocked?0:gap},onSubmit:handleSubmit,method:\"POST\",children:[service===\"getwaitlist\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:getwaitlistAPI}),service===\"convertkit\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:convertkitAPI}),/*#__PURE__*/_jsx(motion.input,{type:\"email\",name:\"email\",placeholder:input.placeholder,value:email,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:handleFocus,onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",style:{...defaultStyle,padding:paddingValue,borderRadius,fontSize:16,...font,background:input.fill,height:height?\"auto\":fixedHeight,color:input.color,boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},variants:inputVariants,initial:false,animate:isFocus?\"focused\":\"default\",transition:{duration:.3},\"data-1p-ignore\":true}),!button.shouldAppear&&isLoading&&/*#__PURE__*/_jsx(Spinner,{shouldAppear:button.shouldAppear,paddingPerSide:paddingPerSide,paddingTop:paddingTop,paddingRight:paddingRight,padding:padding,color:input.color}),button.shouldAppear&&/*#__PURE__*/_jsxs(\"div\",{style:{position:button.isDocked?\"absolute\":\"relative\",top:button.isDocked?button.insetWhenDocked:0,right:button.isDocked?button.insetWhenDocked:0,bottom:button.isDocked?button.insetWhenDocked:0},children:[/*#__PURE__*/_jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,width:button.isDocked?button.widthWhenDocked:\"100%\",height:height?\"100%\":fixedHeight,cursor:\"pointer\",padding:buttonPaddingValue,borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,// fontWeight: button.fontWeight,\nfontSize:16,...button.buttonFont,background:button.fill,color:button.color,zIndex:1,boxShadow:getButtonShadow(button)}}),isLoading&&/*#__PURE__*/_jsx(\"div\",{style:{borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",inset:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/_jsx(Spinner,{color:button.color})})]})]})});},[`.${VERSION}.framer-custom-input::placeholder { color: var(--framer-custom-placeholder-color) !important; }`]);const Spinner=props=>{const noButtonStyles=!props.shouldAppear?{position:\"absolute\",top:`calc(50% - 8px)`,right:props.paddingPerSide?props.paddingRight:props.padding}:{};return /*#__PURE__*/_jsx(motion.div,{style:{height:16,width:16,...noButtonStyles},initial:{rotate:0},animate:{rotate:360},transition:{duration:1,repeat:Infinity},children:/*#__PURE__*/_jsx(motion.div,{initial:{scale:0},animate:{scale:1},children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",style:{fill:\"currentColor\",color:props.color},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})});};addPropertyControls(Input,{service:{title:\"Service\",type:ControlType.Enum,options:[\"loops\",\"formspark\",\"mailchimp\",\"getwaitlist\",\"convertkit\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\",\"ConvertKit\"],defaultValue:\"loops\"},mailchimpURL:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,hidden:props=>props.service!==\"mailchimp\"},loopsID:{title:\"ID\",placeholder:\"klm2jxy0i98abzr01pq7defg5\",type:ControlType.String,hidden:props=>props.service!==\"loops\"},loopsUserGroup:{title:\"User Group\",type:ControlType.String,placeholder:\"Title\",optional:true,hidden:props=>props.service!==\"loops\"},formsparkID:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,hidden:props=>props.service!==\"formspark\"},getwaitlistAPI:{title:\"ID\",placeholder:\"9148\",type:ControlType.String,hidden:props=>props.service!==\"getwaitlist\"},convertkitAPI:{title:\"API Key\",placeholder:\"5opis1WK6xnVsBwrOINUpe\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},convertkitFormID:{title:\"Form ID\",placeholder:\"1043389\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},redirectAs:{title:\"Success\",type:ControlType.Enum,options:[\"link\",\"overlay\"],optionTitles:[\"Open Link\",\"Show Overlay\"],defaultValue:\"link\"},link:{title:\"Redirect\",type:ControlType.Link,hidden:props=>props.redirectAs===\"overlay\"},onSubmit:{title:\"Submit\",type:ControlType.EventHandler,hidden:props=>props.redirectAs===\"link\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,hidden:props=>props.button.isDocked},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"name@email.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},height:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Auto\",disabledTitle:\"Fixed\"},fixedHeight:{title:\" \",type:ControlType.Number,displayStepper:true,min:0,defaultValue:50,hidden:props=>props.height},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},focusObject:{type:ControlType.Object,title:\"Focus\",optional:true,controls:{focusWidthFrom:{title:\"From\",type:ControlType.Number,displayStepper:true,defaultValue:0},focusWidthTo:{title:\"To\",type:ControlType.Number,displayStepper:true,defaultValue:2},focusColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#09F\"}}},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},button:{title:\"Button\",type:ControlType.Object,controls:{shouldAppear:{title:\"Show\",type:ControlType.Boolean,defaultValue:true},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Subscribe\"},buttonFont:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"},isDocked:{title:\"Docked\",type:ControlType.Boolean,defaultValue:false},widthWhenDocked:{title:\"Width\",type:ControlType.Number,min:0,defaultValue:100,displayStepper:true,hidden:props=>!props.isDocked},insetWhenDocked:{title:\"Inset\",type:ControlType.Number,min:0,defaultValue:5,displayStepper:true,hidden:props=>!props.isDocked},buttonPadding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"buttonPaddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"buttonPaddingTop\",\"buttonPaddingRight\",\"buttonPaddingBottom\",\"buttonPaddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},buttonShadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:10,hidden:props=>props.button.isDocked}});const defaultStyle={WebkitAppearance:\"none\",appearance:\"none\",width:\"100%\",height:\"auto\",outline:\"none\",border:\"none\"};const containerStyles={position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};function getButtonShadow(button){if(button.buttonShadow){return`${button.buttonShadow.shadowX}px ${button.buttonShadow.shadowY}px ${button.buttonShadow.shadowBlur}px ${button.buttonShadow.shadowColor}`;}else return\"none\";}function dynamicBoxShadow(...shadows){const output=[];shadows.forEach(shadow=>shadow&&output.push(shadow));return output.join(\", \");}export default Input;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Input\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "// Generated by Framer (6b748fa)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-z8imd .framer-styles-preset-azjnp5:not(.rich-text-wrapper), .framer-z8imd .framer-styles-preset-azjnp5.rich-text-wrapper a { --framer-link-current-text-color: var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, #fcfcfc) /* {\"name\":\"White\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, #fcfcfc) /* {\"name\":\"White\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: rgba(252, 252, 252, 0.6); --framer-link-text-decoration: none; }'];export const className=\"framer-z8imd\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Helvetica Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Helvetica Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/8ZGKUhbHJ9WjBkrf6nw2kbejS9s.woff2\"}]}];export const css=['.framer-1lt8J .framer-styles-preset-rcq0x7:not(.rich-text-wrapper), .framer-1lt8J .framer-styles-preset-rcq0x7.rich-text-wrapper h4 { --framer-font-family: \"Helvetica Bold\", \"Helvetica Bold Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 40px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, #fcfcfc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-1lt8J\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6b748fa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Jo2d4bKbCdbbg0oiZ0LB/Input.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zG9FXiSlpgMqPrHqmZM0/TJOq2Q4VbpzQ37R4HNM1/iVuNuqKek.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/L5gswzMLVYnMHQ0UUvyo/91yTE0Q8mdLaGyal7iWt/mprTekeF4.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/GakX1b0DK7i3bkUyHBwq/32bV5Syek1U1mHY5DrvT/ptgVuemp3.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/NO4kRgLvpz5bzGVDanIs/tDPVnmDzkTK5H09bMwHC/pz62UY4LQ.js\";const InputFonts=getFonts(Input);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"T3gna3Tsw\",\"X6aB2MZXB\",\"g7PG9NjVx\"];const serializationHash=\"framer-7NlBV\";const variantClassNames={g7PG9NjVx:\"framer-v-yzual7\",T3gna3Tsw:\"framer-v-1bg9utq\",X6aB2MZXB:\"framer-v-1blhh6e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-150};const transition2={damping:60,delay:.4,mass:1.2,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition3={delay:.1,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition4={delay:.1,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"T3gna3Tsw\",Phone:\"g7PG9NjVx\",Tablet:\"X6aB2MZXB\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"T3gna3Tsw\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"T3gna3Tsw\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bg9utq\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"T3gna3Tsw\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({g7PG9NjVx:{\"data-framer-name\":\"Phone\"},X6aB2MZXB:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g6dzio\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"yXCgQyrKh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tkz1vb\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"KfuIBVYVH\",style:{backgroundColor:\"var(--token-e0ef1f32-3b1c-4641-b0da-c9c0611523ba, rgb(34, 34, 34))\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-63cql2\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"zcRtrjqwk\",style:{backgroundColor:\"var(--token-e0ef1f32-3b1c-4641-b0da-c9c0611523ba, rgb(34, 34, 34))\"},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-nd4il7\",\"data-framer-name\":\"Newsletter + Contact Information\",layoutDependency:layoutDependency,layoutId:\"tJszBgV6x\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dupz7y\",\"data-framer-name\":\"Newsletter\",layoutDependency:layoutDependency,layoutId:\"SGCneWExt\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13uby7k\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"whUQhmAkJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-p79tt4\",\"data-styles-preset\":\"iVuNuqKek\",children:\"NEWSLETTER\"})}),className:\"framer-1yk8cmh\",\"data-framer-name\":\"NEWSLETTER\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uZG_zA9yX\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)))\"},children:\"Subscribe to newsletter for upcoming exhibitions, featured artists, and events.\"})}),className:\"framer-1dhqi27\",\"data-framer-name\":\"Subscribe to newsletter for upcoming exhibitions, featured artists, and events.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vhH4ROwnJ\",style:{\"--extracted-r6o4lv\":\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8mocpg-container\",layoutDependency:layoutDependency,layoutId:\"r7wPbrpZ3-container\",children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{},buttonPadding:15,buttonPaddingBottom:15,buttonPaddingLeft:15,buttonPaddingPerSide:false,buttonPaddingRight:15,buttonPaddingTop:15,color:\"rgb(255, 255, 255)\",fill:\"rgb(51, 51, 51)\",insetWhenDocked:5,isDocked:false,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:100},convertkitAPI:\"\",convertkitFormID:\"\",font:{},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"r7wPbrpZ3\",input:{borderRadius:0,color:\"rgb(0, 0, 0)\",fill:\"rgb(235, 235, 235)\",fixedHeight:50,height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:\"name@email.com\",placeholderColor:\"rgba(0, 0, 0, 0.3)\"},layout:\"horizontal\",layoutId:\"r7wPbrpZ3\",loopsID:\"\",loopsUserGroup:\"\",mailchimpURL:\"\",redirectAs:\"link\",service:\"formspark\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6vg8hg\",\"data-framer-name\":\"Contact Information\",layoutDependency:layoutDependency,layoutId:\"VOC1psqyE\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-nj44w5\",\"data-framer-name\":\"Company Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DYNB8EDq0\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 153 38\"><path d=\"M 30.026 31.94 C 28.598 33.739 26.829 35.04 24.721 35.843 C 22.612 36.614 20.487 37 18.344 37 C 15.624 37 13.192 36.534 11.05 35.602 C 8.907 34.639 7.088 33.353 5.591 31.747 C 4.095 30.141 2.955 28.293 2.173 26.205 C 1.391 24.116 1 21.948 1 19.699 C 1 17.193 1.357 14.815 2.071 12.566 C 2.819 10.285 3.908 8.293 5.336 6.59 C 6.798 4.888 8.601 3.538 10.743 2.542 C 12.92 1.514 15.454 1 18.344 1 C 20.317 1 22.17 1.225 23.905 1.675 C 25.673 2.092 27.238 2.767 28.598 3.699 C 29.992 4.631 31.148 5.819 32.067 7.265 C 33.019 8.679 33.665 10.398 34.005 12.422 L 29.159 12.422 C 28.921 11.104 28.479 9.98 27.833 9.048 C 27.186 8.084 26.387 7.297 25.435 6.687 C 24.483 6.076 23.395 5.627 22.17 5.337 C 20.98 5.016 19.705 4.855 18.344 4.855 C 16.134 4.855 14.229 5.273 12.631 6.108 C 11.066 6.944 9.774 8.052 8.754 9.434 C 7.768 10.783 7.036 12.341 6.56 14.108 C 6.084 15.843 5.846 17.627 5.846 19.458 C 5.846 21.257 6.118 22.992 6.662 24.663 C 7.207 26.301 8.006 27.763 9.06 29.048 C 10.114 30.301 11.407 31.313 12.937 32.084 C 14.501 32.823 16.304 33.193 18.344 33.193 C 20.249 33.193 21.932 32.904 23.395 32.325 C 24.857 31.747 26.081 30.96 27.067 29.964 C 28.088 28.936 28.853 27.747 29.363 26.398 C 29.873 25.016 30.094 23.538 30.026 21.964 L 18.395 21.964 L 18.395 18.108 L 34.362 18.108 L 34.362 36.229 L 31.302 36.229 Z\" fill=\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 61.592 36.133 C 60.844 36.55 59.807 36.759 58.48 36.759 C 57.358 36.759 56.457 36.47 55.777 35.892 C 55.131 35.281 54.807 34.301 54.807 32.952 C 53.617 34.301 52.223 35.281 50.624 35.892 C 49.06 36.47 47.36 36.759 45.523 36.759 C 44.333 36.759 43.194 36.63 42.105 36.373 C 41.051 36.117 40.133 35.715 39.351 35.169 C 38.569 34.623 37.939 33.916 37.463 33.048 C 37.021 32.149 36.8 31.072 36.8 29.819 C 36.8 28.406 37.055 27.249 37.565 26.349 C 38.075 25.45 38.739 24.727 39.555 24.181 C 40.405 23.602 41.357 23.169 42.411 22.88 C 43.5 22.59 44.605 22.349 45.727 22.157 C 46.918 21.932 48.04 21.771 49.094 21.675 C 50.182 21.546 51.135 21.386 51.951 21.193 C 52.767 20.968 53.413 20.663 53.889 20.277 C 54.365 19.859 54.603 19.265 54.603 18.494 C 54.603 17.594 54.416 16.871 54.042 16.325 C 53.702 15.779 53.243 15.361 52.665 15.072 C 52.121 14.783 51.492 14.59 50.778 14.494 C 50.097 14.398 49.417 14.349 48.737 14.349 C 46.901 14.349 45.37 14.687 44.146 15.361 C 42.922 16.004 42.258 17.241 42.156 19.072 L 37.82 19.072 C 37.888 17.53 38.228 16.229 38.841 15.169 C 39.453 14.108 40.269 13.257 41.289 12.614 C 42.309 11.94 43.466 11.458 44.758 11.169 C 46.084 10.88 47.496 10.735 48.992 10.735 C 50.182 10.735 51.356 10.815 52.512 10.976 C 53.702 11.136 54.773 11.474 55.726 11.988 C 56.678 12.47 57.443 13.161 58.021 14.06 C 58.599 14.96 58.889 16.133 58.889 17.578 L 58.889 30.398 C 58.889 31.361 58.94 32.068 59.041 32.518 C 59.178 32.968 59.586 33.193 60.266 33.193 C 60.64 33.193 61.082 33.112 61.592 32.952 Z M 54.552 23.361 C 54.008 23.747 53.294 24.036 52.41 24.229 C 51.526 24.39 50.591 24.534 49.604 24.663 C 48.652 24.759 47.683 24.888 46.697 25.048 C 45.71 25.177 44.826 25.402 44.044 25.723 C 43.262 26.044 42.616 26.51 42.105 27.121 C 41.629 27.699 41.391 28.502 41.391 29.53 C 41.391 30.205 41.527 30.783 41.799 31.265 C 42.105 31.715 42.48 32.084 42.922 32.374 C 43.398 32.663 43.942 32.872 44.554 33 C 45.166 33.129 45.812 33.193 46.493 33.193 C 47.921 33.193 49.145 33.016 50.165 32.663 C 51.186 32.277 52.019 31.811 52.665 31.265 C 53.311 30.687 53.787 30.076 54.093 29.434 C 54.399 28.759 54.552 28.133 54.552 27.554 Z\" fill=\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 63.332 1.819 L 67.668 1.819 L 67.668 36.229 L 63.332 36.229 Z\" fill=\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 72.09 1.819 L 76.426 1.819 L 76.426 36.229 L 72.09 36.229 Z\" fill=\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 98.906 21.385 C 98.838 20.422 98.6 19.506 98.192 18.639 C 97.818 17.771 97.291 17.032 96.611 16.422 C 95.965 15.779 95.182 15.281 94.264 14.928 C 93.38 14.542 92.394 14.349 91.305 14.349 C 90.183 14.349 89.163 14.542 88.245 14.928 C 87.36 15.281 86.595 15.779 85.949 16.422 C 85.303 17.064 84.793 17.819 84.419 18.687 C 84.045 19.522 83.824 20.422 83.756 21.385 Z M 103.089 28.325 C 102.511 31.12 101.236 33.225 99.263 34.639 C 97.291 36.052 94.808 36.759 91.816 36.759 C 89.707 36.759 87.871 36.438 86.306 35.795 C 84.776 35.153 83.484 34.253 82.429 33.096 C 81.375 31.94 80.576 30.558 80.032 28.952 C 79.522 27.345 79.232 25.594 79.164 23.699 C 79.164 21.803 79.471 20.068 80.083 18.494 C 80.695 16.92 81.545 15.554 82.633 14.398 C 83.755 13.241 85.065 12.341 86.561 11.699 C 88.092 11.056 89.758 10.735 91.561 10.735 C 93.907 10.735 95.846 11.201 97.376 12.133 C 98.94 13.032 100.182 14.189 101.1 15.602 C 102.052 17.016 102.698 18.558 103.038 20.229 C 103.412 21.9 103.565 23.49 103.497 25 L 83.755 25 C 83.722 26.092 83.858 27.136 84.164 28.133 C 84.47 29.096 84.963 29.964 85.643 30.735 C 86.323 31.474 87.19 32.068 88.245 32.518 C 89.299 32.968 90.54 33.193 91.969 33.193 C 93.805 33.193 95.301 32.791 96.458 31.988 C 97.648 31.185 98.43 29.964 98.804 28.325 Z\" fill=\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 105.288 11.313 L 109.369 11.313 L 109.369 16.566 L 109.471 16.566 C 110.526 14.542 111.818 13.048 113.348 12.084 C 114.879 11.12 116.817 10.671 119.164 10.735 L 119.164 15.072 C 117.429 15.072 115.95 15.297 114.726 15.747 C 113.501 16.197 112.515 16.855 111.767 17.723 C 111.019 18.59 110.475 19.651 110.135 20.904 C 109.795 22.125 109.624 23.538 109.624 25.145 L 109.624 36.229 L 105.288 36.229 Z\" fill=\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 124.47 6.831 L 120.133 6.831 L 120.133 1.819 L 124.47 1.819 Z M 120.133 11.313 L 124.47 11.313 L 124.47 36.229 L 120.133 36.229 Z\" fill=\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 152 36.133 C 151.252 36.55 150.215 36.759 148.888 36.759 C 147.766 36.759 146.865 36.47 146.185 35.892 C 145.538 35.281 145.215 34.301 145.215 32.952 C 144.025 34.301 142.631 35.281 141.032 35.892 C 139.468 36.47 137.767 36.759 135.931 36.759 C 134.741 36.759 133.601 36.63 132.513 36.373 C 131.459 36.117 130.541 35.715 129.759 35.169 C 128.976 34.623 128.347 33.916 127.871 33.048 C 127.429 32.149 127.208 31.072 127.208 29.819 C 127.208 28.406 127.463 27.249 127.973 26.349 C 128.483 25.45 129.146 24.727 129.963 24.181 C 130.813 23.602 131.765 23.169 132.819 22.88 C 133.908 22.59 135.013 22.349 136.135 22.157 C 137.325 21.932 138.448 21.771 139.502 21.675 C 140.59 21.546 141.542 21.386 142.359 21.193 C 143.175 20.968 143.821 20.663 144.297 20.277 C 144.773 19.859 145.011 19.265 145.011 18.494 C 145.011 17.594 144.824 16.871 144.45 16.325 C 144.11 15.779 143.651 15.361 143.073 15.072 C 142.529 14.783 141.9 14.59 141.185 14.494 C 140.505 14.398 139.825 14.349 139.145 14.349 C 137.308 14.349 135.778 14.687 134.554 15.361 C 133.329 16.004 132.666 17.241 132.564 19.072 L 128.228 19.072 C 128.296 17.53 128.636 16.229 129.248 15.169 C 129.861 14.108 130.677 13.257 131.697 12.614 C 132.717 11.94 133.874 11.458 135.166 11.169 C 136.492 10.88 137.904 10.735 139.4 10.735 C 140.59 10.735 141.763 10.815 142.92 10.976 C 144.11 11.136 145.181 11.474 146.134 11.988 C 147.086 12.47 147.851 13.161 148.429 14.06 C 149.007 14.96 149.296 16.133 149.296 17.578 L 149.296 30.398 C 149.296 31.361 149.347 32.068 149.449 32.518 C 149.585 32.968 149.993 33.193 150.674 33.193 C 151.048 33.193 151.49 33.112 152 32.952 Z M 144.96 23.361 C 144.416 23.747 143.702 24.036 142.818 24.229 C 141.934 24.39 140.998 24.534 140.012 24.663 C 139.06 24.759 138.091 24.888 137.104 25.048 C 136.118 25.177 135.234 25.402 134.452 25.723 C 133.669 26.044 133.023 26.51 132.513 27.121 C 132.037 27.699 131.799 28.502 131.799 29.53 C 131.799 30.205 131.935 30.783 132.207 31.265 C 132.513 31.715 132.887 32.084 133.329 32.374 C 133.806 32.663 134.35 32.872 134.962 33 C 135.574 33.129 136.22 33.193 136.9 33.193 C 138.329 33.193 139.553 33.016 140.573 32.663 C 141.593 32.277 142.427 31.811 143.073 31.265 C 143.719 30.687 144.195 30.076 144.501 29.434 C 144.807 28.759 144.96 28.133 144.96 27.554 Z\" fill=\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:11123879622,withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w01d3s\",\"data-framer-name\":\"Contact Details\",layoutDependency:layoutDependency,layoutId:\"AL_edUwn4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+6281244244606\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"( +123 ) 456 789000\"})})})}),className:\"framer-1pel5sq\",\"data-framer-name\":\"( +123 ) 456 789000 support@artgalleria.com 123 Artistic Street, North Avenue, Any State, City\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GJgRGb1WU\",style:{\"--extracted-r6o4lv\":\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@peterdraw.co\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"support@artgalleria.com\"})})})}),className:\"framer-j6nlz4\",\"data-framer-name\":\"( +123 ) 456 789000 support@artgalleria.com 123 Artistic Street, North Avenue, Any State, City\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MCLCqWfaA\",style:{\"--extracted-r6o4lv\":\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252)))\"},children:\"123 Artistic Street, North Avenue, Any State, City\"})}),className:\"framer-4ptagj\",\"data-framer-name\":\"( +123 ) 456 789000 support@artgalleria.com 123 Artistic Street, North Avenue, Any State, City\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iB53WfmSZ\",style:{\"--extracted-r6o4lv\":\"var(--token-8f9cad4b-dcc2-41fe-9991-5e0710619add, rgb(252, 252, 252))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iez043\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"xEIkammpt\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1p30uuw\",\"data-framer-name\":\"Top Part\",layoutDependency:layoutDependency,layoutId:\"EOXEWH_8T\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m6hdrw\",\"data-framer-name\":\"Exhibition\",layoutDependency:layoutDependency,layoutId:\"BoXuyL7iB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rcq0x7\",\"data-styles-preset\":\"pz62UY4LQ\",children:\"EXHIBITION\"})}),className:\"framer-1uu4dzm\",\"data-framer-name\":\"EXHIBITION\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v4K8vf_kz\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r3n20r\",\"data-framer-name\":\"Items\",layoutDependency:layoutDependency,layoutId:\"C1Qel8pcg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{VUz3tDWkn:\"ephemeral-beauty-exhibition\"},unresolvedPathSlugs:{VUz3tDWkn:{collectionId:\"Uer46vVnc\",collectionItemId:\"Sftpvxpxl\"}},webPageId:\"P1nCar0Ji\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"EPHEMERAL BEAUTY\"})})})}),className:\"framer-1v7b5xw\",\"data-framer-name\":\"CURRENT EXHIBITION\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"j2xT5QNyq\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{VUz3tDWkn:\"soulscape-an-abstract-play-exhibition\"},unresolvedPathSlugs:{VUz3tDWkn:{collectionId:\"Uer46vVnc\",collectionItemId:\"CUaJKljfH\"}},webPageId:\"P1nCar0Ji\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"ABSTRACT PLAY\"})})})}),className:\"framer-1ubqxlu\",\"data-framer-name\":\"UPCOMING EXHIBITION\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"B8IQE1jgV\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{VUz3tDWkn:\"lovable-earth-pioneer-of-art-exhibition\"},unresolvedPathSlugs:{VUz3tDWkn:{collectionId:\"Uer46vVnc\",collectionItemId:\"IZPLDV9Z9\"}},webPageId:\"P1nCar0Ji\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"PIONEER OF ART\"})})})}),className:\"framer-lnzilw\",\"data-framer-name\":\"PAST EXHIBITIONS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ndh1Zqacs\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{VUz3tDWkn:\"global-folk-arts-exhibition\"},unresolvedPathSlugs:{VUz3tDWkn:{collectionId:\"Uer46vVnc\",collectionItemId:\"SN6CYIf96\"}},webPageId:\"P1nCar0Ji\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"GLOBAL FOLK ARTS\"})})})}),className:\"framer-nmsigj\",\"data-framer-name\":\"COLLABORATION\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UBjHfI_9T\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11pe6o4\",\"data-framer-name\":\"Artists\",layoutDependency:layoutDependency,layoutId:\"msaDcnZi7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rcq0x7\",\"data-styles-preset\":\"pz62UY4LQ\",children:\"ARTISTS\"})}),className:\"framer-ero3ro\",\"data-framer-name\":\"ARTISTS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p9MATN_w9\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h9g0ab\",\"data-framer-name\":\"Items\",layoutDependency:layoutDependency,layoutId:\"iGZkd8leV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{NmLgJWEIQ:\"emma-williams\"},unresolvedPathSlugs:{NmLgJWEIQ:{collectionId:\"LI1jptUof\",collectionItemId:\"zEY44k_8E\"}},webPageId:\"W_pWLT8rE\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"EMMA WILLIAMS\"})})})}),className:\"framer-q5uoku\",\"data-framer-name\":\"FEATURED ARTISTS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u_266geJ9\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{NmLgJWEIQ:\"sarah-adams\"},unresolvedPathSlugs:{NmLgJWEIQ:{collectionId:\"LI1jptUof\",collectionItemId:\"ACpImyM_5\"}},webPageId:\"W_pWLT8rE\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"SARAH ADAMS\"})})})}),className:\"framer-1uqjohn\",\"data-framer-name\":\"EMERGING ARTISTS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iZUaNQ53U\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{NmLgJWEIQ:\"carlos-diaz\"},unresolvedPathSlugs:{NmLgJWEIQ:{collectionId:\"LI1jptUof\",collectionItemId:\"A5FV9Xn3z\"}},webPageId:\"W_pWLT8rE\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"CARLOZ DIAZ\"})})})}),className:\"framer-4xzhhw\",\"data-framer-name\":\"ARTIST PROGRAMME\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HrQecBoT3\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{NmLgJWEIQ:\"wilhelm-cooper\"},unresolvedPathSlugs:{NmLgJWEIQ:{collectionId:\"LI1jptUof\",collectionItemId:\"VZ9I5eXn1\"}},webPageId:\"W_pWLT8rE\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"WILHELM COOPER\"})})})}),className:\"framer-513h2z\",\"data-framer-name\":\"SUBMISSIONS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aZzAQk8np\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-on7yxi\",\"data-framer-name\":\"Bottom Part\",layoutDependency:layoutDependency,layoutId:\"BuxKB7_Wy\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w7k2ad\",\"data-framer-name\":\"About\",layoutDependency:layoutDependency,layoutId:\"PXWyLt6LM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rcq0x7\",\"data-styles-preset\":\"pz62UY4LQ\",children:\"QUICK LINK\"})}),className:\"framer-1y9cjp6\",\"data-framer-name\":\"ABOUT\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HO0zVkbNp\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tu6lu6\",\"data-framer-name\":\"Items\",layoutDependency:layoutDependency,layoutId:\"C9sFyUmUl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"HOME\"})})})}),className:\"framer-usq7ey\",\"data-framer-name\":\"OUR STORY\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"w9I6qjchs\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"m9OMYLmaE\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"ABOUT\"})})})}),className:\"framer-1jlvfiq\",\"data-framer-name\":\"HISTORY\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Burd8O3KI\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AN2uwOWhM\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"EXHIBITIONS\"})})})}),className:\"framer-1gdsi7g\",\"data-framer-name\":\"CONTACT\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wZSsvphpg\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qMjnFpGFQ\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"ARTISTS\"})})})}),className:\"framer-1628dep\",\"data-framer-name\":\"BLOG ARTICLES\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ppAyZkBIT\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jca3ry\",\"data-framer-name\":\"Support\",layoutDependency:layoutDependency,layoutId:\"SvIwnRx0E\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rcq0x7\",\"data-styles-preset\":\"pz62UY4LQ\",children:\"SOCIAL MEDIA\"})}),className:\"framer-boyscg\",\"data-framer-name\":\"SUPPORT\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MeEdgJTHe\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7ibz3m\",\"data-framer-name\":\"Items\",layoutDependency:layoutDependency,layoutId:\"NJtjkC_8q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"instagram.com/peterdraw.co\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"INSTAGRAM\"})})})}),className:\"framer-42tf63\",\"data-framer-name\":\"FAQ\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"J3RHmlBaQ\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/peterdraw\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"TWITTER\"})})})}),className:\"framer-3a7phs\",\"data-framer-name\":\"PRIVACY POLICY\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"czvv0MTw3\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://facebook.com/peterdrawstudio\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"FACEBOOK\"})})})}),className:\"framer-1lc6wnw\",\"data-framer-name\":\"USER POLICY\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p8C_0Zr3h\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-168evyv\",\"data-styles-preset\":\"mprTekeF4\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/peterdraw-co/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-azjnp5\",\"data-styles-preset\":\"ptgVuemp3\",children:\"LINKEDIN\"})})})}),className:\"framer-e9jye5\",\"data-framer-name\":\"TERMS & CONDITION\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lKtVcQMju\",style:{\"--extracted-r6o4lv\":\"var(--token-a11bb8e0-3523-45d0-a7ca-bd6394dae0c5, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"710px\",src:\"https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png\",srcSet:\"https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png?scale-down-to=512 512w,https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png 2840w\"},className:\"framer-1ltf087\",\"data-framer-name\":\"Photo\",layoutDependency:layoutDependency,layoutId:\"JZr8WVPWj\",...addPropertyOverrides({g7PG9NjVx:{background:{alt:\"\",fit:\"fill\",sizes:\"324px\",src:\"https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png\",srcSet:\"https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png?scale-down-to=512 512w,https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png 2840w\"}},X6aB2MZXB:{background:{alt:\"\",fit:\"fill\",sizes:\"500px\",src:\"https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png\",srcSet:\"https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png?scale-down-to=512 512w,https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nhusQyrBeVAMpOCZTXBVn9N52fs.png 2840w\"}}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7NlBV.framer-6ubwqd, .framer-7NlBV .framer-6ubwqd { display: block; }\",\".framer-7NlBV.framer-1bg9utq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 797px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-7NlBV .framer-1g6dzio { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 797px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-7NlBV .framer-tkz1vb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-7NlBV .framer-63cql2 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1920px; overflow: visible; padding: 100px 50px 100px 50px; position: relative; width: 1px; }\",\".framer-7NlBV .framer-nd4il7 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 660px; }\",\".framer-7NlBV .framer-dupz7y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7NlBV .framer-13uby7k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7NlBV .framer-1yk8cmh, .framer-7NlBV .framer-1dhqi27, .framer-7NlBV .framer-1pel5sq, .framer-7NlBV .framer-j6nlz4, .framer-7NlBV .framer-4ptagj, .framer-7NlBV .framer-1v7b5xw, .framer-7NlBV .framer-nmsigj, .framer-7NlBV .framer-q5uoku, .framer-7NlBV .framer-1uqjohn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7NlBV .framer-8mocpg-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-7NlBV .framer-6vg8hg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7NlBV .framer-nj44w5 { flex: none; height: 38px; position: relative; width: 153px; }\",\".framer-7NlBV .framer-1w01d3s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7NlBV .framer-iez043 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 571px; }\",\".framer-7NlBV .framer-1p30uuw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 157px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7NlBV .framer-m6hdrw, .framer-7NlBV .framer-11pe6o4, .framer-7NlBV .framer-1w7k2ad, .framer-7NlBV .framer-1jca3ry { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7NlBV .framer-1uu4dzm, .framer-7NlBV .framer-1ubqxlu, .framer-7NlBV .framer-lnzilw, .framer-7NlBV .framer-ero3ro, .framer-7NlBV .framer-4xzhhw, .framer-7NlBV .framer-513h2z, .framer-7NlBV .framer-1y9cjp6, .framer-7NlBV .framer-usq7ey, .framer-7NlBV .framer-1jlvfiq, .framer-7NlBV .framer-1gdsi7g, .framer-7NlBV .framer-1628dep, .framer-7NlBV .framer-boyscg, .framer-7NlBV .framer-42tf63, .framer-7NlBV .framer-3a7phs, .framer-7NlBV .framer-1lc6wnw, .framer-7NlBV .framer-e9jye5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7NlBV .framer-r3n20r, .framer-7NlBV .framer-h9g0ab { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-7NlBV .framer-on7yxi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 152px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7NlBV .framer-tu6lu6, .framer-7NlBV .framer-7ibz3m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7NlBV .framer-1ltf087 { flex: none; height: 154px; position: absolute; right: 0px; top: 0px; width: 710px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7NlBV.framer-1bg9utq, .framer-7NlBV .framer-tkz1vb, .framer-7NlBV .framer-dupz7y, .framer-7NlBV .framer-13uby7k, .framer-7NlBV .framer-6vg8hg, .framer-7NlBV .framer-1w01d3s, .framer-7NlBV .framer-iez043, .framer-7NlBV .framer-1p30uuw, .framer-7NlBV .framer-m6hdrw, .framer-7NlBV .framer-r3n20r, .framer-7NlBV .framer-11pe6o4, .framer-7NlBV .framer-h9g0ab, .framer-7NlBV .framer-on7yxi, .framer-7NlBV .framer-1w7k2ad, .framer-7NlBV .framer-tu6lu6, .framer-7NlBV .framer-1jca3ry, .framer-7NlBV .framer-7ibz3m { gap: 0px; } .framer-7NlBV.framer-1bg9utq > *, .framer-7NlBV .framer-tkz1vb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7NlBV.framer-1bg9utq > :first-child, .framer-7NlBV .framer-tkz1vb > :first-child, .framer-7NlBV .framer-1p30uuw > :first-child, .framer-7NlBV .framer-on7yxi > :first-child { margin-left: 0px; } .framer-7NlBV.framer-1bg9utq > :last-child, .framer-7NlBV .framer-tkz1vb > :last-child, .framer-7NlBV .framer-1p30uuw > :last-child, .framer-7NlBV .framer-on7yxi > :last-child { margin-right: 0px; } .framer-7NlBV .framer-dupz7y > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-7NlBV .framer-dupz7y > :first-child, .framer-7NlBV .framer-13uby7k > :first-child, .framer-7NlBV .framer-6vg8hg > :first-child, .framer-7NlBV .framer-1w01d3s > :first-child, .framer-7NlBV .framer-iez043 > :first-child, .framer-7NlBV .framer-m6hdrw > :first-child, .framer-7NlBV .framer-r3n20r > :first-child, .framer-7NlBV .framer-11pe6o4 > :first-child, .framer-7NlBV .framer-h9g0ab > :first-child, .framer-7NlBV .framer-1w7k2ad > :first-child, .framer-7NlBV .framer-tu6lu6 > :first-child, .framer-7NlBV .framer-1jca3ry > :first-child, .framer-7NlBV .framer-7ibz3m > :first-child { margin-top: 0px; } .framer-7NlBV .framer-dupz7y > :last-child, .framer-7NlBV .framer-13uby7k > :last-child, .framer-7NlBV .framer-6vg8hg > :last-child, .framer-7NlBV .framer-1w01d3s > :last-child, .framer-7NlBV .framer-iez043 > :last-child, .framer-7NlBV .framer-m6hdrw > :last-child, .framer-7NlBV .framer-r3n20r > :last-child, .framer-7NlBV .framer-11pe6o4 > :last-child, .framer-7NlBV .framer-h9g0ab > :last-child, .framer-7NlBV .framer-1w7k2ad > :last-child, .framer-7NlBV .framer-tu6lu6 > :last-child, .framer-7NlBV .framer-1jca3ry > :last-child, .framer-7NlBV .framer-7ibz3m > :last-child { margin-bottom: 0px; } .framer-7NlBV .framer-13uby7k > *, .framer-7NlBV .framer-r3n20r > *, .framer-7NlBV .framer-h9g0ab > *, .framer-7NlBV .framer-tu6lu6 > *, .framer-7NlBV .framer-7ibz3m > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-7NlBV .framer-6vg8hg > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-7NlBV .framer-1w01d3s > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-7NlBV .framer-iez043 > * { margin: 0px; margin-bottom: calc(55px / 2); margin-top: calc(55px / 2); } .framer-7NlBV .framer-1p30uuw > * { margin: 0px; margin-left: calc(157px / 2); margin-right: calc(157px / 2); } .framer-7NlBV .framer-m6hdrw > *, .framer-7NlBV .framer-11pe6o4 > *, .framer-7NlBV .framer-1w7k2ad > *, .framer-7NlBV .framer-1jca3ry > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-7NlBV .framer-on7yxi > * { margin: 0px; margin-left: calc(152px / 2); margin-right: calc(152px / 2); } }\",\".framer-7NlBV.framer-v-1blhh6e.framer-1bg9utq { height: min-content; overflow: visible; width: 810px; }\",\".framer-7NlBV.framer-v-1blhh6e .framer-1g6dzio { flex-direction: column; gap: 133px; height: min-content; justify-content: flex-start; padding: 100px 0px 0px 0px; }\",\".framer-7NlBV.framer-v-1blhh6e .framer-tkz1vb, .framer-7NlBV.framer-v-yzual7 .framer-tkz1vb { flex: none; width: 100%; }\",\".framer-7NlBV.framer-v-1blhh6e .framer-63cql2 { flex-direction: column; gap: 60px; justify-content: flex-start; padding: 100px 50px 60px 50px; }\",\".framer-7NlBV.framer-v-1blhh6e .framer-nd4il7, .framer-7NlBV.framer-v-yzual7 .framer-nd4il7 { align-self: unset; gap: 60px; height: min-content; justify-content: center; width: 100%; }\",\".framer-7NlBV.framer-v-1blhh6e .framer-iez043, .framer-7NlBV.framer-v-yzual7 .framer-iez043 { width: 100%; }\",\".framer-7NlBV.framer-v-1blhh6e .framer-1p30uuw, .framer-7NlBV.framer-v-1blhh6e .framer-on7yxi { gap: 250px; }\",\".framer-7NlBV.framer-v-1blhh6e .framer-1ltf087 { width: 500px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7NlBV.framer-v-1blhh6e .framer-1g6dzio, .framer-7NlBV.framer-v-1blhh6e .framer-63cql2, .framer-7NlBV.framer-v-1blhh6e .framer-nd4il7, .framer-7NlBV.framer-v-1blhh6e .framer-1p30uuw, .framer-7NlBV.framer-v-1blhh6e .framer-on7yxi { gap: 0px; } .framer-7NlBV.framer-v-1blhh6e .framer-1g6dzio > * { margin: 0px; margin-bottom: calc(133px / 2); margin-top: calc(133px / 2); } .framer-7NlBV.framer-v-1blhh6e .framer-1g6dzio > :first-child, .framer-7NlBV.framer-v-1blhh6e .framer-63cql2 > :first-child, .framer-7NlBV.framer-v-1blhh6e .framer-nd4il7 > :first-child { margin-top: 0px; } .framer-7NlBV.framer-v-1blhh6e .framer-1g6dzio > :last-child, .framer-7NlBV.framer-v-1blhh6e .framer-63cql2 > :last-child, .framer-7NlBV.framer-v-1blhh6e .framer-nd4il7 > :last-child { margin-bottom: 0px; } .framer-7NlBV.framer-v-1blhh6e .framer-63cql2 > *, .framer-7NlBV.framer-v-1blhh6e .framer-nd4il7 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-7NlBV.framer-v-1blhh6e .framer-1p30uuw > *, .framer-7NlBV.framer-v-1blhh6e .framer-on7yxi > * { margin: 0px; margin-left: calc(250px / 2); margin-right: calc(250px / 2); } .framer-7NlBV.framer-v-1blhh6e .framer-1p30uuw > :first-child, .framer-7NlBV.framer-v-1blhh6e .framer-on7yxi > :first-child { margin-left: 0px; } .framer-7NlBV.framer-v-1blhh6e .framer-1p30uuw > :last-child, .framer-7NlBV.framer-v-1blhh6e .framer-on7yxi > :last-child { margin-right: 0px; } }\",\".framer-7NlBV.framer-v-yzual7.framer-1bg9utq { gap: 0px; height: min-content; width: 390px; }\",\".framer-7NlBV.framer-v-yzual7 .framer-1g6dzio { flex-direction: column; gap: 133px; height: min-content; justify-content: flex-start; padding: 62px 0px 0px 0px; }\",\".framer-7NlBV.framer-v-yzual7 .framer-63cql2 { flex-direction: column; gap: 60px; justify-content: flex-start; padding: 100px 20px 50px 20px; }\",\".framer-7NlBV.framer-v-yzual7 .framer-1p30uuw, .framer-7NlBV.framer-v-yzual7 .framer-on7yxi { flex-direction: column; gap: 30px; }\",\".framer-7NlBV.framer-v-yzual7 .framer-1ltf087 { height: 114px; width: 324px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7NlBV.framer-v-yzual7.framer-1bg9utq, .framer-7NlBV.framer-v-yzual7 .framer-1g6dzio, .framer-7NlBV.framer-v-yzual7 .framer-63cql2, .framer-7NlBV.framer-v-yzual7 .framer-nd4il7, .framer-7NlBV.framer-v-yzual7 .framer-1p30uuw, .framer-7NlBV.framer-v-yzual7 .framer-on7yxi { gap: 0px; } .framer-7NlBV.framer-v-yzual7.framer-1bg9utq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7NlBV.framer-v-yzual7.framer-1bg9utq > :first-child { margin-left: 0px; } .framer-7NlBV.framer-v-yzual7.framer-1bg9utq > :last-child { margin-right: 0px; } .framer-7NlBV.framer-v-yzual7 .framer-1g6dzio > * { margin: 0px; margin-bottom: calc(133px / 2); margin-top: calc(133px / 2); } .framer-7NlBV.framer-v-yzual7 .framer-1g6dzio > :first-child, .framer-7NlBV.framer-v-yzual7 .framer-63cql2 > :first-child, .framer-7NlBV.framer-v-yzual7 .framer-nd4il7 > :first-child, .framer-7NlBV.framer-v-yzual7 .framer-1p30uuw > :first-child, .framer-7NlBV.framer-v-yzual7 .framer-on7yxi > :first-child { margin-top: 0px; } .framer-7NlBV.framer-v-yzual7 .framer-1g6dzio > :last-child, .framer-7NlBV.framer-v-yzual7 .framer-63cql2 > :last-child, .framer-7NlBV.framer-v-yzual7 .framer-nd4il7 > :last-child, .framer-7NlBV.framer-v-yzual7 .framer-1p30uuw > :last-child, .framer-7NlBV.framer-v-yzual7 .framer-on7yxi > :last-child { margin-bottom: 0px; } .framer-7NlBV.framer-v-yzual7 .framer-63cql2 > *, .framer-7NlBV.framer-v-yzual7 .framer-nd4il7 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-7NlBV.framer-v-yzual7 .framer-1p30uuw > *, .framer-7NlBV.framer-v-yzual7 .framer-on7yxi > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 797\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"X6aB2MZXB\":{\"layout\":[\"fixed\",\"auto\"]},\"g7PG9NjVx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb5Au5YaEC=withCSS(Component,css,\"framer-7NlBV\");export default Framerb5Au5YaEC;Framerb5Au5YaEC.displayName=\"Footer\";Framerb5Au5YaEC.defaultProps={height:797,width:1440};addPropertyControls(Framerb5Au5YaEC,{variant:{options:[\"T3gna3Tsw\",\"X6aB2MZXB\",\"g7PG9NjVx\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerb5Au5YaEC,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...InputFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb5Au5YaEC\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"797\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X6aB2MZXB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g7PG9NjVx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./b5Au5YaEC.map", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Helvetica Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Helvetica Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/8ZGKUhbHJ9WjBkrf6nw2kbejS9s.woff2\"}]}];export const css=['.framer-ryLgQ .framer-styles-preset-qyxuua:not(.rich-text-wrapper), .framer-ryLgQ .framer-styles-preset-qyxuua.rich-text-wrapper h2 { --framer-font-family: \"Helvetica Bold\", \"Helvetica Bold Placeholder\", sans-serif; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 88px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e0ef1f32-3b1c-4641-b0da-c9c0611523ba, #222222); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-ryLgQ .framer-styles-preset-qyxuua:not(.rich-text-wrapper), .framer-ryLgQ .framer-styles-preset-qyxuua.rich-text-wrapper h2 { --framer-font-family: \"Helvetica Bold\", \"Helvetica Bold Placeholder\", sans-serif; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 74px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e0ef1f32-3b1c-4641-b0da-c9c0611523ba, #222222); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ryLgQ .framer-styles-preset-qyxuua:not(.rich-text-wrapper), .framer-ryLgQ .framer-styles-preset-qyxuua.rich-text-wrapper h2 { --framer-font-family: \"Helvetica Bold\", \"Helvetica Bold Placeholder\", sans-serif; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 60px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e0ef1f32-3b1c-4641-b0da-c9c0611523ba, #222222); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-ryLgQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Helvetica Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Helvetica Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/oZONoKwmc9ZQRgrHzDY8MkKsgHk.woff2\"}]}];export const css=['.framer-vOsXU .framer-styles-preset-q126b:not(.rich-text-wrapper), .framer-vOsXU .framer-styles-preset-q126b.rich-text-wrapper h2 { --framer-font-family: \"Helvetica Regular\", \"Helvetica Regular Placeholder\", sans-serif; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 88px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e0ef1f32-3b1c-4641-b0da-c9c0611523ba, #222222); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-vOsXU .framer-styles-preset-q126b:not(.rich-text-wrapper), .framer-vOsXU .framer-styles-preset-q126b.rich-text-wrapper h2 { --framer-font-family: \"Helvetica Regular\", \"Helvetica Regular Placeholder\", sans-serif; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 74px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e0ef1f32-3b1c-4641-b0da-c9c0611523ba, #222222); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-vOsXU .framer-styles-preset-q126b:not(.rich-text-wrapper), .framer-vOsXU .framer-styles-preset-q126b.rich-text-wrapper h2 { --framer-font-family: \"Helvetica Regular\", \"Helvetica Regular Placeholder\", sans-serif; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 60px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e0ef1f32-3b1c-4641-b0da-c9c0611523ba, #222222); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-vOsXU\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "_url_replace_match", "domain", "parameters", "safeURL", "isInternalURL", "href", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "loopsUserGroup", "formsparkID", "getwaitlistAPI", "convertkitAPI", "convertkitFormID", "input", "button", "font", "layout", "link", "gap", "style", "onSubmit", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isFocus", "setFocus", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "padding", "borderRadius", "borderObject", "focusObject", "shadowObject", "height", "fixedHeight", "buttonPaddingPerSide", "buttonPaddingTop", "buttonPaddingRight", "buttonPaddingBottom", "buttonPaddingLeft", "buttonPadding", "paddingValue", "buttonPaddingValue", "router", "useRouter", "onSuccess", "path", "hash", "routeId", "pathVariables", "inferInitialRouteFromPath", "window", "validateForm", "te", "formControls", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "emailBody", "userGroupBody", "formBody", "data", "entries", "formData", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "Input_default", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "InputFonts", "getFonts", "Input_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "ComponentViewportProvider", "SVG", "Link", "Image2", "css", "Framerb5Au5YaEC", "withCSS", "b5Au5YaEC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className"]
}
