{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/UIXK1WcUX02tYQTouHsC/Input.js", "ssg:https://framerusercontent.com/modules/aCvSVhDgBiHUwgZIEvHT/MvEaMq8UIB0Mz1SgO2CP/K7ksJ4SO5-0.js", "ssg:https://framerusercontent.com/modules/aCvSVhDgBiHUwgZIEvHT/MvEaMq8UIB0Mz1SgO2CP/K7ksJ4SO5.js", "ssg:https://framerusercontent.com/modules/PC3ZObGFTnUeJ6CXKBTF/PCFHybnA85wY2tRwybcs/sHkCBlIk9.js", "ssg:https://framerusercontent.com/modules/8Rk0pcEvmUBsWhOiqDFZ/hx1FfV2z5WvP9Rii3PRY/zO92pIxGo.js", "ssg:https://framerusercontent.com/modules/8jt3eGJNMW6tUxG2I7Iu/mloJRNUV1WWRq8Kohxas/CPOCXCXUu.js", "ssg:https://framerusercontent.com/modules/sk2mlH2H5sTQ3bPRoQkQ/BHEC0q2Mpme45wQWdpVL/m7dRfWjao.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js", "ssg:https://framerusercontent.com/modules/F2uCYM0d5PHie58urLnG/a3q6eRVeRbRFDmtPYgqP/rn1XrcHQj.js", "ssg:https://framerusercontent.com/modules/gY9aCAd6ujeV8mFwi4q7/zgZek7Wu3pl6M8uyKKXh/S7apUwGP4-0.js", "ssg:https://framerusercontent.com/modules/gY9aCAd6ujeV8mFwi4q7/zgZek7Wu3pl6M8uyKKXh/S7apUwGP4.js", "ssg:https://framerusercontent.com/modules/YNnfczFYo3xLkIFtVuYh/i6Uy57dXGXhI0ftoMP1k/ta_HQ679p-0.js", "ssg:https://framerusercontent.com/modules/YNnfczFYo3xLkIFtVuYh/i6Uy57dXGXhI0ftoMP1k/ta_HQ679p.js", "ssg:https://framerusercontent.com/modules/YmyTPFZgmuZgailpoVeT/fYbj6FNVdPi8VnH0bhlI/WL9qokWQo-0.js", "ssg:https://framerusercontent.com/modules/YmyTPFZgmuZgailpoVeT/fYbj6FNVdPi8VnH0bhlI/WL9qokWQo.js", "ssg:https://framerusercontent.com/modules/aVAvEgidfDdy5SqhxSoV/h2Kf3PvZiLgzxw99Tij1/Y45255iO2-0.js", "ssg:https://framerusercontent.com/modules/aVAvEgidfDdy5SqhxSoV/h2Kf3PvZiLgzxw99Tij1/Y45255iO2.js", "ssg:https://framerusercontent.com/modules/M9pCrza0DNl9SXNnAZke/hqzHPHuvegL20ekOFumd/in6nL0q8L.js", "ssg:https://framerusercontent.com/modules/6sHaJXAVYftdNJdcj2rn/dca3DuLyVWgOK7zKPWxj/vmGFk07v6.js", "ssg:https://framerusercontent.com/modules/GRIxycGYRiWS0kQOe2RE/ji5nOX7iPPpJQ8bYUWpb/augiA20Il.js", "ssg:https://framerusercontent.com/modules/u8N56ZjpQPti6O1500w9/md89vUEOqttJz0U5ObTi/augiA20Il.js"],
  "sourcesContent": ["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,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\");});}},[mailchimpURL,formsparkID,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}),/*#__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\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\"],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\"},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\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "export const v0={src:\"https://framerusercontent.com/images/ApGK0ktouPMYxlrW30N1MVGQ7k.png\",srcSet:\"https://framerusercontent.com/images/ApGK0ktouPMYxlrW30N1MVGQ7k.png?scale-down-to=512 512w, https://framerusercontent.com/images/ApGK0ktouPMYxlrW30N1MVGQ7k.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/ApGK0ktouPMYxlrW30N1MVGQ7k.png 1034w\"};export const v1={src:\"https://framerusercontent.com/images/ApGK0ktouPMYxlrW30N1MVGQ7k.png\",srcSet:\"https://framerusercontent.com/images/ApGK0ktouPMYxlrW30N1MVGQ7k.png?scale-down-to=512 512w, https://framerusercontent.com/images/ApGK0ktouPMYxlrW30N1MVGQ7k.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/ApGK0ktouPMYxlrW30N1MVGQ7k.png 1034w\"};\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8184e1b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,optimizeAppear,optimizeAppearTransformTemplate,RichText,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./K7ksJ4SO5-0.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={RpHxOpkUU:{hover:true}};const cycleOrder=[\"RpHxOpkUU\"];const serializationHash=\"framer-iTccp\";const variantClassNames={RpHxOpkUU:\"framer-v-1dyxg5\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={cwAuBCqTZ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const animation={opacity:0,rotate:0,scale:.5,x:1,y:0};const transition1={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,scale:.5,transition:transition1,x:1,y:0};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation2={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation4={opacity:.001,rotate:0,scale:1,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;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 getProps=({height,id,title,width,...props})=>{var _ref;return{...props,R7Qs_NWkf:(_ref=title!==null&&title!==void 0?title:props.R7Qs_NWkf)!==null&&_ref!==void 0?_ref:\"Add Dish\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,R7Qs_NWkf,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"RpHxOpkUU\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"RpHxOpkUU-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1dyxg5\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"RpHxOpkUU\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({\"RpHxOpkUU-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-wchxdy\",\"data-framer-name\":\"Frame 1192\",layoutDependency:layoutDependency,layoutId:\"MAvjzNRMK\",style:{borderBottomLeftRadius:7.25,borderBottomRightRadius:7.25,borderTopLeftRadius:7.25,borderTopRightRadius:7.25},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:520,intrinsicWidth:1034,pixelHeight:520,pixelWidth:1034,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(500px, 100vw) * 0.862)\",...(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:{src:\"https://framerusercontent.com/images/YQnhC9vdZQQkWQQPo0TbyKq8.png\",srcSet:\"https://framerusercontent.com/images/YQnhC9vdZQQkWQQPo0TbyKq8.png?scale-down-to=512 512w, https://framerusercontent.com/images/YQnhC9vdZQQkWQQPo0TbyKq8.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/YQnhC9vdZQQkWQQPo0TbyKq8.png 1034w\"}},className:\"framer-1y02fwz\",\"data-framer-name\":\"card_categorie\",layoutDependency:layoutDependency,layoutId:\"T5woibAIQ\",style:{filter:\"drop-shadow(0px 1px 18px rgba(31, 31, 33, 0.25))\",WebkitFilter:\"drop-shadow(0px 1px 18px rgba(31, 31, 33, 0.25))\"},...addPropertyOverrides({\"RpHxOpkUU-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:520,intrinsicWidth:1034,pixelHeight:520,pixelWidth:1034,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(500px, 100vw) * 0.862)\",...(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:{src:\"https://framerusercontent.com/images/YQnhC9vdZQQkWQQPo0TbyKq8.png\",srcSet:\"https://framerusercontent.com/images/YQnhC9vdZQQkWQQPo0TbyKq8.png?scale-down-to=512 512w, https://framerusercontent.com/images/YQnhC9vdZQQkWQQPo0TbyKq8.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/YQnhC9vdZQQkWQQPo0TbyKq8.png 1034w\"}}}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"160qitn\",animation3,\"1dyxg5\"),className:\"framer-160qitn\",\"data-framer-appear-id\":\"160qitn\",\"data-framer-name\":\"modal\",exit:animation2,initial:optimizeAppear(\"initial\",\"160qitn\",animation4,\"1dyxg5\"),layoutDependency:layoutDependency,layoutId:\"VzZZFc8zr\",style:{borderBottomLeftRadius:7.25,borderBottomRightRadius:7.25,borderTopLeftRadius:7.25,borderTopRightRadius:7.25},transformTemplate:optimizeAppearTransformTemplate(\"160qitn\",transformTemplate1),...addPropertyOverrides({\"RpHxOpkUU-hover\":{\"data-framer-appear-id\":\"jvg6tq\",animate:optimizeAppear(\"animate\",\"jvg6tq\",animation3,\"1ur2i7p\"),initial:optimizeAppear(\"initial\",\"jvg6tq\",animation4,\"1ur2i7p\"),transformTemplate:optimizeAppearTransformTemplate(\"jvg6tq\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:280.5,intrinsicWidth:269.5,pixelHeight:561,pixelWidth:539,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MXhRSFb4j671zUeZcz3zJgI7Xk.png\"},className:\"framer-18cxu7a\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"n76vu7z8B\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 42px 0px rgba(31, 31, 33, 0.25)\"}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jsbodh\",layoutDependency:layoutDependency,layoutId:\"gVO1fMnC9\",style:{backgroundColor:\"rgb(43, 51, 74)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255)))\"},children:\"Add Dish\"})}),className:\"framer-1329aar\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"KWfQXgDob\",style:{\"--extracted-r6o4lv\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:R7Qs_NWkf,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:255.5,intrinsicWidth:240.5,pixelHeight:511,pixelWidth:481,src:\"https://framerusercontent.com/images/SHGWE9UkunkE4MPfka30SZrH0.png\"},className:\"framer-1opdods\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"MwegMobpW\"})]})})});});const css=['.framer-iTccp[data-border=\"true\"]::after, .framer-iTccp [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iTccp.framer-1ddjiaw, .framer-iTccp .framer-1ddjiaw { display: block; }\",\".framer-iTccp.framer-1dyxg5 { cursor: pointer; height: 417px; overflow: hidden; position: relative; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-iTccp .framer-wchxdy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 45%; justify-content: center; left: calc(50.00000000000002% - 86.2% / 2); overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: calc(56.9027611044418% - 44.89795918367347% / 2); width: 86%; }\",\".framer-iTccp .framer-1y02fwz { flex-basis: 0px; flex-grow: 1; flex-shrink: 0; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-iTccp .framer-160qitn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 93%; justify-content: center; left: calc(50.00000000000002% - 60.4% / 2); overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: calc(86.19447779111647% - 93.27731092436974% / 2); width: 60%; }\",\".framer-iTccp .framer-18cxu7a { flex: none; height: 389px; overflow: hidden; position: relative; width: 302px; will-change: var(--framer-will-change-override, transform); }\",\".framer-iTccp .framer-jsbodh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 56px; justify-content: center; left: 50%; overflow: hidden; padding: 0px 20px 0px 20px; position: absolute; top: 19%; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-iTccp .framer-1329aar { flex: none; height: 34%; position: relative; white-space: pre; width: auto; }\",\".framer-iTccp .framer-1opdods { aspect-ratio: 0.9412915851272016 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: visible; position: absolute; right: 18px; top: 52px; width: 33px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iTccp .framer-wchxdy, .framer-iTccp .framer-160qitn, .framer-iTccp .framer-jsbodh { gap: 0px; } .framer-iTccp .framer-wchxdy > *, .framer-iTccp .framer-160qitn > * { margin: 0px; margin-bottom: calc(6.525857448577881px / 2); margin-top: calc(6.525857448577881px / 2); } .framer-iTccp .framer-wchxdy > :first-child, .framer-iTccp .framer-160qitn > :first-child { margin-top: 0px; } .framer-iTccp .framer-wchxdy > :last-child, .framer-iTccp .framer-160qitn > :last-child { margin-bottom: 0px; } .framer-iTccp .framer-jsbodh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iTccp .framer-jsbodh > :first-child { margin-left: 0px; } .framer-iTccp .framer-jsbodh > :last-child { margin-right: 0px; } }\",\".framer-iTccp.framer-v-1dyxg5.hover.framer-1dyxg5 { aspect-ratio: 1.2 / 1; height: var(--framer-aspect-ratio-supported, 417px); }\",\".framer-iTccp.framer-v-1dyxg5.hover .framer-160qitn { top: calc(76.59063625450182% - 93.27731092436974% / 2); }\",\".framer-iTccp.framer-v-1dyxg5.hover .framer-1opdods { aspect-ratio: unset; height: 35px; left: calc(61.00000000000002% - 33px / 2); right: unset; top: calc(23.76950780312127% - 35px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 416.5\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"I7ZpVWOQw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"R7Qs_NWkf\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerK7ksJ4SO5=withCSS(Component,css,\"framer-iTccp\");export default FramerK7ksJ4SO5;FramerK7ksJ4SO5.displayName=\"Animation 1\";FramerK7ksJ4SO5.defaultProps={height:416.5,width:500};addPropertyControls(FramerK7ksJ4SO5,{R7Qs_NWkf:{defaultValue:\"Add Dish\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerK7ksJ4SO5,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerK7ksJ4SO5\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"I7ZpVWOQw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"416.5\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"R7Qs_NWkf\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"500\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./K7ksJ4SO5.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[];export const css=['.framer-XpxTy .framer-styles-preset-1d66igb:not(.rich-text-wrapper), .framer-XpxTy .framer-styles-preset-1d66igb.rich-text-wrapper h3 { --framer-font-family: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-XpxTy\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[];export const css=['.framer-c6tKA .framer-styles-preset-fnue3s:not(.rich-text-wrapper), .framer-c6tKA .framer-styles-preset-fnue3s.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-c6tKA\";\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 (a7c2675)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/A9ERceibuOaWkdCIgady/ueFbTarIBPILSIO1aS3u/B5exhDUbH.js\";import*as localizedValues from\"./CPOCXCXUu-0.js\";const cycleOrder=[\"KKcbAoY_4\",\"Whs5Vml5G\"];const serializationHash=\"framer-O29GM\";const variantClassNames={KKcbAoY_4:\"framer-v-pbj4j0\",Whs5Vml5G:\"framer-v-i5rdln\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={cwAuBCqTZ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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 humanReadableVariantMap={dektop:\"KKcbAoY_4\",mobile:\"Whs5Vml5G\"};const getProps=({height,id,label,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,SJerHT2gx:(_ref=label!==null&&label!==void 0?label:props.SJerHT2gx)!==null&&_ref!==void 0?_ref:\"Add your restaurante logo\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"KKcbAoY_4\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,SJerHT2gx,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"KKcbAoY_4\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-pbj4j0\",className,classNames),\"data-framer-name\":\"dektop\",initial:variant,layoutDependency:layoutDependency,layoutId:\"KKcbAoY_4\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Whs5Vml5G:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g8d0w3\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"eZjbTFQIQ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9d5dkq\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kveNDysZR\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 20 C 16.418 20 20 16.418 20 12 C 20 7.582 16.418 4 12 4 C 7.582 4 4 7.582 4 12 C 4 16.418 7.582 20 12 20 Z\" fill=\"rgba(255, 84, 84, 0.04)\" stroke=\"rgba(255, 84, 84, 0.5)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 11.9 L 10.8 13.7 L 15 9.5\" fill=\"rgba(255, 84, 84, 0.04)\" stroke=\"rgba(255, 84, 84, 0.5)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:2035742713,withExternalLayout:true,...addPropertyOverrides({Whs5Vml5G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 22\"><path d=\"M 11 18.333 C 15.05 18.333 18.333 15.05 18.333 11 C 18.333 6.95 15.05 3.667 11 3.667 C 6.95 3.667 3.667 6.95 3.667 11 C 3.667 15.05 6.95 18.333 11 18.333 Z\" fill=\"rgba(255, 84, 84, 0.04)\" stroke-width=\"0.91\" stroke=\"rgba(255, 84, 84, 0.5)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 8.25 10.908 L 9.9 12.558 L 13.75 8.708\" fill=\"rgba(255, 84, 84, 0.04)\" stroke-width=\"0.91\" stroke=\"rgba(255, 84, 84, 0.5)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:2383443248}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hgewg4\",\"data-styles-preset\":\"B5exhDUbH\",children:\"text\"})}),className:\"framer-1d1gzf1\",layoutDependency:layoutDependency,layoutId:\"IegxVKJNt\",text:SJerHT2gx,variants:{Whs5Vml5G:{\"--extracted-r6o4lv\":\"var(--token-a8a802dd-6230-424c-8920-75aa4193e940, rgb(32, 39, 55))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Whs5Vml5G:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a8a802dd-6230-424c-8920-75aa4193e940, rgb(32, 39, 55)))\"},children:\"text\"})}),fonts:[\"GF;Inter-500\"]}},baseVariant,gestureVariant)})]})})});});const css=['.framer-O29GM[data-border=\"true\"]::after, .framer-O29GM [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-O29GM.framer-l0r2gz, .framer-O29GM .framer-l0r2gz { display: block; }\",\".framer-O29GM.framer-pbj4j0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 246px; }\",\".framer-O29GM .framer-1g8d0w3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 24px; }\",\".framer-O29GM .framer-9d5dkq { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-O29GM .framer-1d1gzf1 { -webkit-user-select: none; flex-basis: 0px; flex-grow: 1; flex-shrink: 0; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-O29GM.framer-pbj4j0, .framer-O29GM .framer-1g8d0w3 { gap: 0px; } .framer-O29GM.framer-pbj4j0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-O29GM.framer-pbj4j0 > :first-child, .framer-O29GM .framer-1g8d0w3 > :first-child { margin-left: 0px; } .framer-O29GM.framer-pbj4j0 > :last-child, .framer-O29GM .framer-1g8d0w3 > :last-child { margin-right: 0px; } .framer-O29GM .framer-1g8d0w3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-O29GM.framer-v-i5rdln.framer-pbj4j0 { justify-content: flex-start; }\",\".framer-O29GM.framer-v-i5rdln .framer-1g8d0w3 { height: min-content; width: min-content; }\",\".framer-O29GM.framer-v-i5rdln .framer-9d5dkq { height: 22px; width: 22px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 246\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Whs5Vml5G\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"SJerHT2gx\":\"label\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerCPOCXCXUu=withCSS(Component,css,\"framer-O29GM\");export default FramerCPOCXCXUu;FramerCPOCXCXUu.displayName=\"Check list - row\";FramerCPOCXCXUu.defaultProps={height:24,width:246};addPropertyControls(FramerCPOCXCXUu,{variant:{options:[\"KKcbAoY_4\",\"Whs5Vml5G\"],optionTitles:[\"dektop\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},SJerHT2gx:{defaultValue:\"Add your restaurante logo\",displayTextArea:false,placeholder:\"\",title:\"Label\",type:ControlType.String}});addFonts(FramerCPOCXCXUu,[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCPOCXCXUu\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"246\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Whs5Vml5G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"24\",\"framerVariables\":\"{\\\"SJerHT2gx\\\":\\\"label\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CPOCXCXUu.map", "// Generated by Framer (a7c2675)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/9HAgcdulWkPCV4gWK1GM/QkZntkFEV2d54Sns0pRY/IE34wkerE.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/PC3ZObGFTnUeJ6CXKBTF/PCFHybnA85wY2tRwybcs/sHkCBlIk9.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/SZRIiAEtThu8S2MZmoKI/wd8q2e9ZEHzkyihM2eQF/Vi6xpK6vr.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/8Rk0pcEvmUBsWhOiqDFZ/hx1FfV2z5WvP9Rii3PRY/zO92pIxGo.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/Qq3f0pOtCpqkDpLsnhkP/nM1Q57QyMEZ2lSYhP9aP/ZPwaahi4B.js\";import CheckListRow from\"https://framerusercontent.com/modules/8jt3eGJNMW6tUxG2I7Iu/mloJRNUV1WWRq8Kohxas/CPOCXCXUu.js\";import*as localizedValues from\"./m7dRfWjao-0.js\";const CheckListRowFonts=getFonts(CheckListRow);const cycleOrder=[\"FFkTKZYwg\",\"CSEhsjtMC\",\"hFa6XcfmP\"];const serializationHash=\"framer-kGexC\";const variantClassNames={CSEhsjtMC:\"framer-v-mt6a1q\",FFkTKZYwg:\"framer-v-1cb7jny\",hFa6XcfmP:\"framer-v-1pe0omx\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={cwAuBCqTZ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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 humanReadableVariantMap={\"Variant 3\":\"CSEhsjtMC\",Desktop:\"FFkTKZYwg\",Mobile:\"hFa6XcfmP\"};const getProps=({_1StPoint,_2NdPoint,_3RdPoint,description,height,id,title,visible,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6;return{...props,As2INVyrs:(_ref=title!==null&&title!==void 0?title:props.As2INVyrs)!==null&&_ref!==void 0?_ref:\"With your restaurant's unique identity!\",dbswtnfmh:(_ref1=_2NdPoint!==null&&_2NdPoint!==void 0?_2NdPoint:props.dbswtnfmh)!==null&&_ref1!==void 0?_ref1:\"Give your touch with cover image\",hiy39dy0c:(_ref2=description!==null&&description!==void 0?description:props.hiy39dy0c)!==null&&_ref2!==void 0?_ref2:\"Personalize with your logo, name, address and a cover image that tells the story of your business\",Igzhmp90t:(_ref3=_3RdPoint!==null&&_3RdPoint!==void 0?_3RdPoint:props.Igzhmp90t)!==null&&_ref3!==void 0?_ref3:\"Choose your colors\",iStkojRg9:(_ref4=_1StPoint!==null&&_1StPoint!==void 0?_1StPoint:props.iStkojRg9)!==null&&_ref4!==void 0?_ref4:\"Add your restaurante logo\",T7nsjPc0X:(_ref5=visible!==null&&visible!==void 0?visible:props.T7nsjPc0X)!==null&&_ref5!==void 0?_ref5:true,variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"FFkTKZYwg\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,As2INVyrs,hiy39dy0c,iStkojRg9,dbswtnfmh,Igzhmp90t,T7nsjPc0X,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"FFkTKZYwg\",transitions,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,sharedStyle4.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1cb7jny\",className,classNames),\"data-framer-name\":\"Desktop\",initial:variant,layoutDependency:layoutDependency,layoutId:\"FFkTKZYwg\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CSEhsjtMC:{\"data-framer-name\":\"Variant 3\"},hFa6XcfmP:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q9uhpm\",layoutDependency:layoutDependency,layoutId:\"p01skYUGd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-17xoc9h\",\"data-styles-preset\":\"IE34wkerE\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)))\"},children:\"With your restaurant's unique identity!\"})}),className:\"framer-12zt093\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"LqT8kTFpt\",style:{\"--extracted-1of0zx5\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},text:As2INVyrs,variants:{CSEhsjtMC:{\"--extracted-1lwpl3i\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},hFa6XcfmP:{\"--extracted-a0htzi\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CSEhsjtMC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)))\"},children:\"With your restaurant's unique identity!\"})})},hFa6XcfmP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)))\"},children:\"With your restaurant's unique identity!\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fnue3s\",\"data-styles-preset\":\"zO92pIxGo\",children:\"Personalize with your logo, name, address and a cover image that tells the story of your business\"})}),className:\"framer-1muxtps\",\"data-framer-name\":\"Description\",layoutDependency:layoutDependency,layoutId:\"sU7DukzZ8\",text:hiy39dy0c,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CSEhsjtMC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fuj35w\",\"data-styles-preset\":\"Vi6xpK6vr\",children:\"Personalize with your logo, name, address and a cover image that tells the story of your business\"})})},hFa6XcfmP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fuj35w\",\"data-styles-preset\":\"Vi6xpK6vr\",children:\"Personalize with your logo, name, address and a cover image that tells the story of your business\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qez8lk\",layoutDependency:layoutDependency,layoutId:\"aXEOrQFGN\",children:[T7nsjPc0X&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-irwbw3-container\",layoutDependency:layoutDependency,layoutId:\"Di5dKl3rz-container\",children:/*#__PURE__*/_jsx(CheckListRow,{height:\"100%\",id:\"Di5dKl3rz\",layoutId:\"Di5dKl3rz\",SJerHT2gx:iStkojRg9,style:{width:\"100%\"},variant:\"KKcbAoY_4\",width:\"100%\",...addPropertyOverrides({CSEhsjtMC:{variant:\"Whs5Vml5G\"},hFa6XcfmP:{variant:\"Whs5Vml5G\"}},baseVariant,gestureVariant)})}),T7nsjPc0X&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ianowz-container\",layoutDependency:layoutDependency,layoutId:\"IQ_LfkKC0-container\",children:/*#__PURE__*/_jsx(CheckListRow,{height:\"100%\",id:\"IQ_LfkKC0\",layoutId:\"IQ_LfkKC0\",SJerHT2gx:dbswtnfmh,style:{width:\"100%\"},variant:\"KKcbAoY_4\",width:\"100%\",...addPropertyOverrides({CSEhsjtMC:{variant:\"Whs5Vml5G\"},hFa6XcfmP:{variant:\"Whs5Vml5G\"}},baseVariant,gestureVariant)})}),T7nsjPc0X&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-s0qo7z-container\",layoutDependency:layoutDependency,layoutId:\"qEZpFiXT6-container\",children:/*#__PURE__*/_jsx(CheckListRow,{height:\"100%\",id:\"qEZpFiXT6\",layoutId:\"qEZpFiXT6\",SJerHT2gx:Igzhmp90t,style:{width:\"100%\"},variant:\"KKcbAoY_4\",width:\"100%\",...addPropertyOverrides({CSEhsjtMC:{variant:\"Whs5Vml5G\"},hFa6XcfmP:{variant:\"Whs5Vml5G\"}},baseVariant,gestureVariant)})})]})]})})});});const css=['.framer-kGexC[data-border=\"true\"]::after, .framer-kGexC [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kGexC.framer-i91nx1, .framer-kGexC .framer-i91nx1 { display: block; }\",\".framer-kGexC.framer-1cb7jny { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: auto; justify-content: center; max-width: 480px; padding: 0px 40px 0px 0px; position: relative; width: 470px; }\",\".framer-kGexC .framer-q9uhpm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-kGexC .framer-12zt093, .framer-kGexC .framer-1muxtps { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kGexC .framer-1qez8lk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-kGexC .framer-irwbw3-container, .framer-kGexC .framer-ianowz-container, .framer-kGexC .framer-s0qo7z-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kGexC.framer-1cb7jny, .framer-kGexC .framer-q9uhpm, .framer-kGexC .framer-1qez8lk { gap: 0px; } .framer-kGexC.framer-1cb7jny > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-kGexC.framer-1cb7jny > :first-child, .framer-kGexC .framer-q9uhpm > :first-child, .framer-kGexC .framer-1qez8lk > :first-child { margin-top: 0px; } .framer-kGexC.framer-1cb7jny > :last-child, .framer-kGexC .framer-q9uhpm > :last-child, .framer-kGexC .framer-1qez8lk > :last-child { margin-bottom: 0px; } .framer-kGexC .framer-q9uhpm > *, .framer-kGexC .framer-1qez8lk > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-kGexC.framer-v-mt6a1q.framer-1cb7jny, .framer-kGexC.framer-v-1pe0omx.framer-1cb7jny { padding: 0px 32px 0px 0px; width: 480px; }\",\".framer-kGexC.framer-v-mt6a1q .framer-q9uhpm, .framer-kGexC.framer-v-1pe0omx .framer-q9uhpm { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kGexC.framer-v-mt6a1q .framer-q9uhpm { gap: 0px; } .framer-kGexC.framer-v-mt6a1q .framer-q9uhpm > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-kGexC.framer-v-mt6a1q .framer-q9uhpm > :first-child { margin-top: 0px; } .framer-kGexC.framer-v-mt6a1q .framer-q9uhpm > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kGexC.framer-v-1pe0omx .framer-q9uhpm { gap: 0px; } .framer-kGexC.framer-v-1pe0omx .framer-q9uhpm > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-kGexC.framer-v-1pe0omx .framer-q9uhpm > :first-child { margin-top: 0px; } .framer-kGexC.framer-v-1pe0omx .framer-q9uhpm > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 305\n * @framerIntrinsicWidth 470\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"480px\",null,null]},\"CSEhsjtMC\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"480px\",null,null]},\"hFa6XcfmP\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"480px\",null,null]}}}\n * @framerVariables {\"As2INVyrs\":\"title\",\"hiy39dy0c\":\"description\",\"iStkojRg9\":\"_1StPoint\",\"dbswtnfmh\":\"_2NdPoint\",\"Igzhmp90t\":\"_3RdPoint\",\"T7nsjPc0X\":\"visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Framerm7dRfWjao=withCSS(Component,css,\"framer-kGexC\");export default Framerm7dRfWjao;Framerm7dRfWjao.displayName=\"Text Block Section\";Framerm7dRfWjao.defaultProps={height:305,width:470};addPropertyControls(Framerm7dRfWjao,{variant:{options:[\"FFkTKZYwg\",\"CSEhsjtMC\",\"hFa6XcfmP\"],optionTitles:[\"Desktop\",\"Variant 3\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},As2INVyrs:{defaultValue:\"With your restaurant's unique identity!\",displayTextArea:false,title:\"Title\",type:ControlType.String},hiy39dy0c:{defaultValue:\"Personalize with your logo, name, address and a cover image that tells the story of your business\",displayTextArea:false,title:\"Description\",type:ControlType.String},iStkojRg9:{defaultValue:\"Add your restaurante logo\",displayTextArea:false,placeholder:\"\",title:\"1st point\",type:ControlType.String},dbswtnfmh:{defaultValue:\"Give your touch with cover image\",displayTextArea:false,placeholder:\"\",title:\"2nd point\",type:ControlType.String},Igzhmp90t:{defaultValue:\"Choose your colors\",displayTextArea:false,placeholder:\"\",title:\"3rd point\",type:ControlType.String},T7nsjPc0X:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean}});addFonts(Framerm7dRfWjao,[...CheckListRowFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts,...sharedStyle3.fonts,...sharedStyle4.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm7dRfWjao\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"305\",\"framerIntrinsicWidth\":\"470\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"480px\\\",null,null]},\\\"CSEhsjtMC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"480px\\\",null,null]},\\\"hFa6XcfmP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"480px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"As2INVyrs\\\":\\\"title\\\",\\\"hiy39dy0c\\\":\\\"description\\\",\\\"iStkojRg9\\\":\\\"_1StPoint\\\",\\\"dbswtnfmh\\\":\\\"_2NdPoint\\\",\\\"Igzhmp90t\\\":\\\"_3RdPoint\\\",\\\"T7nsjPc0X\\\":\\\"visible\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerDisableUnlink\n */ export default function Embed({type,url,html}){if(type===\"url\"&&url){return /*#__PURE__*/ _jsx(EmbedURL,{url:url});}if(type===\"html\"&&html){return /*#__PURE__*/ _jsx(EmbedHTML,{html:html});}return /*#__PURE__*/ _jsx(Instructions,{});};addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",displayTextArea:true,type:ControlType.String,hidden(props){return props.type!==\"html\";}}});function Instructions(){return /*#__PURE__*/ _jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedURL({url}){// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(!url.startsWith(\"https://\")){return /*#__PURE__*/ _jsx(ErrorMessage,{message:\"Unsupported protocol.\"});}if(state===undefined){return /*#__PURE__*/ _jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/ _jsx(ErrorMessage,{message:state.message});}if(state===true){const message=`Can't embed ${url} due to its content security policy.`;return /*#__PURE__*/ _jsx(ErrorMessage,{message:message});}return /*#__PURE__*/ _jsx(\"iframe\",{src:url,style:iframeStyle,loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHTML({html}){const ref=useRef();// If the HTML contains a script tag we can't use\n// dangerouslySetInnerHTML because it doesn't execute\n// scripts on the client. Otherwise, we can benefit\n// from SSG by using dangerouslySetInnerHTML.\nconst hasScript=html.includes(\"</script>\");useEffect(()=>{if(!hasScript)return;const div=ref.current;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html,hasScript]);return /*#__PURE__*/ _jsx(\"div\",{ref:ref,style:htmlStyle,dangerouslySetInnerHTML:!hasScript?{__html:html}:undefined});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message}){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}const centerTextStyle={textAlign:\"center\",minWidth:140};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"600\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (9f55354)\nimport{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";const EmbedFonts=getFonts(Embed);const serializationHash=\"framer-HiGzT\";const variantClassNames={poqBnYUHq:\"framer-v-10b9fhu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"poqBnYUHq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-10b9fhu\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"poqBnYUHq\",ref:ref??ref1,style:{\"--border-bottom-width\":\"12px\",\"--border-color\":\"rgba(183, 188, 199, 0.3)\",\"--border-left-width\":\"12px\",\"--border-right-width\":\"12px\",\"--border-style\":\"solid\",\"--border-top-width\":\"12px\",backgroundColor:\"rgb(32, 39, 55)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 11px 72px 0px rgba(57, 67, 99, 0.35)\",...style},children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c0atz1\",\"data-framer-name\":\"Preview\",\"data-highlight\":true,id:`${layoutId}-1c0atz1`,layoutDependency:layoutDependency,layoutId:\"RyEVKWjHE\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref2,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g6knbp-container\",layoutDependency:layoutDependency,layoutId:\"JWneEdERE-container\",whileHover:animation,children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"\",id:\"JWneEdERE\",layoutId:\"JWneEdERE\",style:{height:\"100%\",width:\"100%\"},type:\"url\",url:\"https://app.resty.digital/restaurant/demo\",width:\"100%\"})})})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HiGzT.framer-1emqgss, .framer-HiGzT .framer-1emqgss { display: block; }\",\".framer-HiGzT.framer-10b9fhu { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 648px; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 1037px; }\",\".framer-HiGzT .framer-1c0atz1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HiGzT .framer-g6knbp-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HiGzT.framer-10b9fhu, .framer-HiGzT .framer-1c0atz1 { gap: 0px; } .framer-HiGzT.framer-10b9fhu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-HiGzT.framer-10b9fhu > :first-child, .framer-HiGzT .framer-1c0atz1 > :first-child { margin-left: 0px; } .framer-HiGzT.framer-10b9fhu > :last-child, .framer-HiGzT .framer-1c0atz1 > :last-child { margin-right: 0px; } .framer-HiGzT .framer-1c0atz1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",'.framer-HiGzT[data-border=\"true\"]::after, .framer-HiGzT [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 648\n * @framerIntrinsicWidth 1037\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerrn1XrcHQj=withCSS(Component,css,\"framer-HiGzT\");export default Framerrn1XrcHQj;Framerrn1XrcHQj.displayName=\"Preview-box\";Framerrn1XrcHQj.defaultProps={height:648,width:1037};addFonts(Framerrn1XrcHQj,[{explicitInter:true,fonts:[]},...EmbedFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerrn1XrcHQj\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"648\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1037\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rn1XrcHQj.map", "export const v0={src:\"https://framerusercontent.com/images/9sZwzsXyAXXtQDewW0cAPYZUg.png\",srcSet:\"https://framerusercontent.com/images/9sZwzsXyAXXtQDewW0cAPYZUg.png?scale-down-to=512 512w, https://framerusercontent.com/images/9sZwzsXyAXXtQDewW0cAPYZUg.png 544w\"};export const v1={src:\"https://framerusercontent.com/images/9sZwzsXyAXXtQDewW0cAPYZUg.png\",srcSet:\"https://framerusercontent.com/images/9sZwzsXyAXXtQDewW0cAPYZUg.png?scale-down-to=512 512w, https://framerusercontent.com/images/9sZwzsXyAXXtQDewW0cAPYZUg.png 544w\"};export const v2={src:\"https://framerusercontent.com/images/PzYbzqlNWCz6lCs4ilwcZOPNQWY.png\",srcSet:\"https://framerusercontent.com/images/PzYbzqlNWCz6lCs4ilwcZOPNQWY.png?scale-down-to=512 512w, https://framerusercontent.com/images/PzYbzqlNWCz6lCs4ilwcZOPNQWY.png 904w\"};export const v3={src:\"https://framerusercontent.com/images/PzYbzqlNWCz6lCs4ilwcZOPNQWY.png\",srcSet:\"https://framerusercontent.com/images/PzYbzqlNWCz6lCs4ilwcZOPNQWY.png?scale-down-to=512 512w, https://framerusercontent.com/images/PzYbzqlNWCz6lCs4ilwcZOPNQWY.png 904w\"};\nexport const __FramerMetadata__ = {\"exports\":{\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (83eb5d8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./S7apUwGP4-0.js\";const enabledGestures={fzF4BXDD5:{hover:true}};const cycleOrder=[\"fzF4BXDD5\"];const serializationHash=\"framer-DCcOf\";const variantClassNames={fzF4BXDD5:\"framer-v-1fldj8x\"};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 transitions={default:{damping:68,delay:0,mass:1,stiffness:370,type:\"spring\"}};const valuesByLocaleId={cwAuBCqTZ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"fzF4BXDD5\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1fldj8x\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"fzF4BXDD5\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({\"fzF4BXDD5-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hkb01j\",layoutDependency:layoutDependency,layoutId:\"QNeRplXfR\",style:{opacity:1},variants:{\"fzF4BXDD5-hover\":{opacity:.8}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:493,intrinsicWidth:544,pixelHeight:493,pixelWidth:544,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(500px, 100vw) * 0.65)\",...(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:{src:\"https://framerusercontent.com/images/UOBt2BQPAhgCIR7baASkNIplc.png\",srcSet:\"https://framerusercontent.com/images/UOBt2BQPAhgCIR7baASkNIplc.png?scale-down-to=512 512w, https://framerusercontent.com/images/UOBt2BQPAhgCIR7baASkNIplc.png 544w\"}},className:\"framer-1yac7u4\",\"data-framer-name\":\"horario\",layoutDependency:layoutDependency,layoutId:\"uy7DdrXE8\",style:{filter:\"drop-shadow(3px 1px 18px rgba(0,0,0,0.25))\",WebkitFilter:\"drop-shadow(3px 1px 18px rgba(0,0,0,0.25))\"},...addPropertyOverrides({\"fzF4BXDD5-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:493,intrinsicWidth:544,pixelHeight:493,pixelWidth:544,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(500px, 100vw) * 0.65)\",...(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:{src:\"https://framerusercontent.com/images/UOBt2BQPAhgCIR7baASkNIplc.png\",srcSet:\"https://framerusercontent.com/images/UOBt2BQPAhgCIR7baASkNIplc.png?scale-down-to=512 512w, https://framerusercontent.com/images/UOBt2BQPAhgCIR7baASkNIplc.png 544w\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pun7jf\",layoutDependency:layoutDependency,layoutId:\"lqhZzPlwZ\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:896,intrinsicWidth:904,pixelHeight:896,pixelWidth:904,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(500px, 100vw) * 0.666)\",...(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:{src:\"https://framerusercontent.com/images/HfUcl6OqWVuG3X4lsVZhvkT0.png\",srcSet:\"https://framerusercontent.com/images/HfUcl6OqWVuG3X4lsVZhvkT0.png?scale-down-to=512 512w, https://framerusercontent.com/images/HfUcl6OqWVuG3X4lsVZhvkT0.png 904w\"}},className:\"framer-ol1u1b\",layoutDependency:layoutDependency,layoutId:\"ECyJhf8gc\",style:{filter:\"drop-shadow(3px 1px 18px rgba(0,0,0,0.25))\",WebkitFilter:\"drop-shadow(3px 1px 18px rgba(0,0,0,0.25))\"},...addPropertyOverrides({\"fzF4BXDD5-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:896,intrinsicWidth:904,pixelHeight:896,pixelWidth:904,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(500px, 100vw) * 0.72)\",...(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:{src:\"https://framerusercontent.com/images/HfUcl6OqWVuG3X4lsVZhvkT0.png\",srcSet:\"https://framerusercontent.com/images/HfUcl6OqWVuG3X4lsVZhvkT0.png?scale-down-to=512 512w, https://framerusercontent.com/images/HfUcl6OqWVuG3X4lsVZhvkT0.png 904w\"}}}},baseVariant,gestureVariant)})})]})})});});const css=['.framer-DCcOf[data-border=\"true\"]::after, .framer-DCcOf [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DCcOf.framer-1b7lk8l, .framer-DCcOf .framer-1b7lk8l { display: block; }\",\".framer-DCcOf.framer-1fldj8x { cursor: pointer; height: 417px; overflow: hidden; position: relative; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DCcOf .framer-1hkb01j { align-content: center; align-items: center; bottom: -7px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 297px; justify-content: center; left: 50px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; width: 65%; }\",\".framer-DCcOf .framer-1yac7u4, .framer-DCcOf .framer-ol1u1b { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DCcOf .framer-1pun7jf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 330px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; right: 25px; top: 34px; width: 67%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DCcOf .framer-1hkb01j, .framer-DCcOf .framer-1pun7jf { gap: 0px; } .framer-DCcOf .framer-1hkb01j > *, .framer-DCcOf .framer-1pun7jf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DCcOf .framer-1hkb01j > :first-child, .framer-DCcOf .framer-1pun7jf > :first-child { margin-top: 0px; } .framer-DCcOf .framer-1hkb01j > :last-child, .framer-DCcOf .framer-1pun7jf > :last-child { margin-bottom: 0px; } }\",\".framer-DCcOf.framer-v-1fldj8x.hover.framer-1fldj8x { aspect-ratio: 1.2 / 1; height: var(--framer-aspect-ratio-supported, 416px); }\",\".framer-DCcOf.framer-v-1fldj8x.hover .framer-1pun7jf { height: 357px; width: 72%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 417\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"umBCpt_PD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerS7apUwGP4=withCSS(Component,css,\"framer-DCcOf\");export default FramerS7apUwGP4;FramerS7apUwGP4.displayName=\"Animation 3\";FramerS7apUwGP4.defaultProps={height:417,width:500};addFonts(FramerS7apUwGP4,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerS7apUwGP4\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"417\",\"framerIntrinsicWidth\":\"500\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"umBCpt_PD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./S7apUwGP4.map", "export const v0={src:\"https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png\",srcSet:\"https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png?scale-down-to=512 512w, https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png 2880w\"};export const v1={src:\"https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png\",srcSet:\"https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png?scale-down-to=512 512w, https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/cIkqB0m4FCYyWqMWOnSFFhNhE.png 2880w\"};export const v2={src:\"https://framerusercontent.com/images/dHcJKpONGiWHhlLsQlhTwSYEdSU.png\",srcSet:\"https://framerusercontent.com/images/dHcJKpONGiWHhlLsQlhTwSYEdSU.png 414w\"};export const v3={src:\"https://framerusercontent.com/images/dHcJKpONGiWHhlLsQlhTwSYEdSU.png\",srcSet:\"https://framerusercontent.com/images/dHcJKpONGiWHhlLsQlhTwSYEdSU.png 414w\"};\nexport const __FramerMetadata__ = {\"exports\":{\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (83eb5d8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./ta_HQ679p-0.js\";const enabledGestures={t4894LbXI:{hover:true}};const cycleOrder=[\"t4894LbXI\"];const serializationHash=\"framer-lUk2y\";const variantClassNames={t4894LbXI:\"framer-v-1pds245\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={cwAuBCqTZ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"t4894LbXI\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pds245\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"t4894LbXI\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({\"t4894LbXI-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-m75av1\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"blby2DdGb\",style:{\"--border-bottom-width\":\"6px\",\"--border-color\":\"rgb(104, 120, 156)\",\"--border-left-width\":\"6px\",\"--border-right-width\":\"6px\",\"--border-style\":\"solid\",\"--border-top-width\":\"6px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px -19px 32px 0px rgba(0,0,0,0.25)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1800,intrinsicWidth:2880,pixelHeight:1800,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:\"516px\",...(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:{src:\"https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png\",srcSet:\"https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png?scale-down-to=512 512w, https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png 2880w\"}},className:\"framer-rqkkn6\",layoutDependency:layoutDependency,layoutId:\"pzPMxhw7o\",...addPropertyOverrides({\"t4894LbXI-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1800,intrinsicWidth:2880,pixelHeight:1800,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:\"516px\",...(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:{src:\"https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png\",srcSet:\"https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png?scale-down-to=512 512w, https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/LKvUxiqoiHURlP5vg2AGbXxF8.png 2880w\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ig497f\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"moiRV0hr5\",style:{\"--border-bottom-width\":\"6px\",\"--border-color\":\"rgb(104, 120, 156)\",\"--border-left-width\":\"6px\",\"--border-right-width\":\"6px\",\"--border-style\":\"solid\",\"--border-top-width\":\"6px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px -19px 32px 0px rgba(0,0,0,0.25)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:851,intrinsicWidth:414,pixelHeight:851,pixelWidth:414,positionX:\"center\",positionY:\"center\",sizes:\"1px\",...(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:{src:\"https://framerusercontent.com/images/zf5pSgAyojIyrPQn7yZbNfXPNmM.png\",srcSet:\"https://framerusercontent.com/images/zf5pSgAyojIyrPQn7yZbNfXPNmM.png 414w\"}},className:\"framer-11djloi\",\"data-framer-name\":\"horario\",layoutDependency:layoutDependency,layoutId:\"UN86_p5i7\",...addPropertyOverrides({\"t4894LbXI-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:851,intrinsicWidth:414,pixelHeight:851,pixelWidth:414,positionX:\"center\",positionY:\"center\",sizes:\"1px\",...(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:{src:\"https://framerusercontent.com/images/zf5pSgAyojIyrPQn7yZbNfXPNmM.png\",srcSet:\"https://framerusercontent.com/images/zf5pSgAyojIyrPQn7yZbNfXPNmM.png 414w\"}}}},baseVariant,gestureVariant)})})]})})});});const css=['.framer-lUk2y[data-border=\"true\"]::after, .framer-lUk2y [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lUk2y.framer-18r2jhg, .framer-lUk2y .framer-18r2jhg { display: block; }\",\".framer-lUk2y.framer-1pds245 { cursor: pointer; height: 417px; overflow: hidden; position: relative; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lUk2y .framer-m75av1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 82%; justify-content: center; left: 82px; overflow: hidden; padding: 11px 11px 11px 11px; position: absolute; top: calc(49.880095923261415% - 82.49400479616307% / 2); width: 536px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lUk2y .framer-rqkkn6 { flex: none; height: 322px; overflow: hidden; position: relative; width: 516px; }\",\".framer-lUk2y .framer-1ig497f { align-content: center; align-items: center; bottom: -60px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 85%; justify-content: center; overflow: hidden; padding: 9px 9px 9px 9px; position: absolute; right: 37px; width: 173px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lUk2y .framer-11djloi { aspect-ratio: 0.9855072463768116 / 1; flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 333px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lUk2y .framer-m75av1, .framer-lUk2y .framer-1ig497f { gap: 0px; } .framer-lUk2y .framer-m75av1 > *, .framer-lUk2y .framer-1ig497f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lUk2y .framer-m75av1 > :first-child, .framer-lUk2y .framer-1ig497f > :first-child { margin-top: 0px; } .framer-lUk2y .framer-m75av1 > :last-child, .framer-lUk2y .framer-1ig497f > :last-child { margin-bottom: 0px; } }\",\".framer-lUk2y.framer-v-1pds245.hover.framer-1pds245 { aspect-ratio: 1.2 / 1; height: var(--framer-aspect-ratio-supported, 416px); }\",\".framer-lUk2y.framer-v-1pds245.hover .framer-m75av1 { left: 32px; top: calc(49.93997599039618% - 82.49400479616307% / 2); }\",\".framer-lUk2y.framer-v-1pds245.hover .framer-1ig497f { bottom: -40px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 417\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"e9YS3uCfT\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Framerta_HQ679p=withCSS(Component,css,\"framer-lUk2y\");export default Framerta_HQ679p;Framerta_HQ679p.displayName=\"Animation 4\";Framerta_HQ679p.defaultProps={height:417,width:500};addFonts(Framerta_HQ679p,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerta_HQ679p\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"500\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"417\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e9YS3uCfT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ta_HQ679p.map", "export const v0={src:\"https://framerusercontent.com/images/eBbpL0rONPi6wQQk0z1KVpOmUYg.png\",srcSet:\"https://framerusercontent.com/images/eBbpL0rONPi6wQQk0z1KVpOmUYg.png?scale-down-to=1024 1019w, https://framerusercontent.com/images/eBbpL0rONPi6wQQk0z1KVpOmUYg.png 1264w\"};export const v1={src:\"https://framerusercontent.com/images/eBbpL0rONPi6wQQk0z1KVpOmUYg.png\",srcSet:\"https://framerusercontent.com/images/eBbpL0rONPi6wQQk0z1KVpOmUYg.png?scale-down-to=1024 1019w, https://framerusercontent.com/images/eBbpL0rONPi6wQQk0z1KVpOmUYg.png 1264w\"};\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (83eb5d8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Image,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./WL9qokWQo-0.js\";const enabledGestures={efY1R1qXr:{hover:true}};const cycleOrder=[\"efY1R1qXr\"];const serializationHash=\"framer-I1cc6\";const variantClassNames={efY1R1qXr:\"framer-v-s2x8zp\"};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 transitions={default:{damping:13,delay:0,mass:.1,stiffness:22,type:\"spring\"}};const valuesByLocaleId={cwAuBCqTZ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"efY1R1qXr\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-s2x8zp\",className,classNames),\"data-framer-name\":\"Variant 2\",initial:variant,layoutDependency:layoutDependency,layoutId:\"efY1R1qXr\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({\"efY1R1qXr-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1twr9zh\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"spaDV4JPs\",style:{\"--border-bottom-width\":\"6px\",\"--border-color\":\"rgb(104, 120, 156)\",\"--border-left-width\":\"6px\",\"--border-right-width\":\"6px\",\"--border-style\":\"solid\",\"--border-top-width\":\"6px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px -19px 32px 0px rgba(0,0,0,0.25)\",opacity:.49},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1270,intrinsicWidth:1264,pixelHeight:1270,pixelWidth:1264,positionX:\"center\",positionY:\"center\",sizes:\"757px\",...(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:{src:\"https://framerusercontent.com/images/0frifVvmUnKaYRRQAi4LXWCWCE.png\",srcSet:\"https://framerusercontent.com/images/0frifVvmUnKaYRRQAi4LXWCWCE.png?scale-down-to=1024 1019w, https://framerusercontent.com/images/0frifVvmUnKaYRRQAi4LXWCWCE.png 1264w\"}},className:\"framer-k53964\",layoutDependency:layoutDependency,layoutId:\"DW567Lsj6\",...addPropertyOverrides({\"efY1R1qXr-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1270,intrinsicWidth:1264,pixelHeight:1270,pixelWidth:1264,positionX:\"center\",positionY:\"center\",sizes:\"757px\",...(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:{src:\"https://framerusercontent.com/images/0frifVvmUnKaYRRQAi4LXWCWCE.png\",srcSet:\"https://framerusercontent.com/images/0frifVvmUnKaYRRQAi4LXWCWCE.png?scale-down-to=1024 1019w, https://framerusercontent.com/images/0frifVvmUnKaYRRQAi4LXWCWCE.png 1264w\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k4hfa6\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"tzQuR6gG3\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px -19px 32px 0px rgba(0,0,0,0.25)\",rotate:7},transformTemplate:transformTemplate1,variants:{\"efY1R1qXr-hover\":{rotate:12}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:75,intrinsicWidth:149.5,pixelHeight:150,pixelWidth:299,src:\"https://framerusercontent.com/images/DOVegv9L7dPeIRxmtxEGdWqh1bg.png\"},className:\"framer-ktqx7d\",\"data-framer-name\":\"cover\",layoutDependency:layoutDependency,layoutId:\"VKldN_MGP\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1upd21c\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"szYNG8e5t\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px -19px 32px 0px rgba(0,0,0,0.25)\",rotate:-10},variants:{\"efY1R1qXr-hover\":{rotate:-15}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:75,intrinsicWidth:149.5,pixelHeight:150,pixelWidth:299,src:\"https://framerusercontent.com/images/xTLTrKOLNiuoWwSWf95u0mdCI.png\"},className:\"framer-w8y9jk\",\"data-framer-name\":\"cover\",layoutDependency:layoutDependency,layoutId:\"IDdjbxu51\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:100,intrinsicWidth:100,pixelHeight:200,pixelWidth:200,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TnRZRUt9HJVo7LcS6hy9920.png\"},className:\"framer-pgxnl0\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"o0UypqM8Z\",style:{rotate:-14}})]})})});});const css=['.framer-I1cc6[data-border=\"true\"]::after, .framer-I1cc6 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I1cc6.framer-1vfkykf, .framer-I1cc6 .framer-1vfkykf { display: block; }\",\".framer-I1cc6.framer-s2x8zp { cursor: pointer; height: 417px; overflow: hidden; position: relative; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-I1cc6 .framer-1twr9zh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 783px; justify-content: center; left: 65px; overflow: hidden; padding: 11px 11px 11px 11px; position: absolute; top: 103px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-I1cc6 .framer-k53964 { flex: none; height: 100%; overflow: hidden; position: relative; width: 757px; }\",\".framer-I1cc6 .framer-k4hfa6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 70%; overflow: hidden; padding: 3px 3px 3px 3px; position: absolute; top: 23%; width: 47%; will-change: var(--framer-will-change-override, transform); }\",\".framer-I1cc6 .framer-ktqx7d { aspect-ratio: 1.9933333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 115px); overflow: visible; position: relative; width: 100%; }\",\".framer-I1cc6 .framer-1upd21c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 130px; justify-content: center; left: calc(49.800000000000026% - 25.6% / 2); overflow: hidden; padding: 2px 2px 2px 2px; position: absolute; top: calc(34.093637454982016% - 130px / 2); width: 26%; will-change: var(--framer-will-change-override, transform); }\",\".framer-I1cc6 .framer-w8y9jk { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-I1cc6 .framer-pgxnl0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 33px; justify-content: center; left: calc(59.20000000000002% - 33px / 2); overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: calc(40.816326530612265% - 33px / 2); width: 33px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-I1cc6 .framer-1twr9zh, .framer-I1cc6 .framer-k4hfa6, .framer-I1cc6 .framer-1upd21c, .framer-I1cc6 .framer-pgxnl0 { gap: 0px; } .framer-I1cc6 .framer-1twr9zh > *, .framer-I1cc6 .framer-k4hfa6 > *, .framer-I1cc6 .framer-1upd21c > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-I1cc6 .framer-1twr9zh > :first-child, .framer-I1cc6 .framer-k4hfa6 > :first-child, .framer-I1cc6 .framer-1upd21c > :first-child { margin-top: 0px; } .framer-I1cc6 .framer-1twr9zh > :last-child, .framer-I1cc6 .framer-k4hfa6 > :last-child, .framer-I1cc6 .framer-1upd21c > :last-child { margin-bottom: 0px; } .framer-I1cc6 .framer-pgxnl0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-I1cc6 .framer-pgxnl0 > :first-child { margin-left: 0px; } .framer-I1cc6 .framer-pgxnl0 > :last-child { margin-right: 0px; } }\",\".framer-I1cc6.framer-v-s2x8zp.hover.framer-s2x8zp { aspect-ratio: 1.2 / 1; height: var(--framer-aspect-ratio-supported, 416px); }\",\".framer-I1cc6.framer-v-s2x8zp.hover .framer-k4hfa6 { top: 49%; }\",\".framer-I1cc6.framer-v-s2x8zp.hover .framer-1upd21c { top: calc(60.50420168067229% - 130px / 2); }\",\".framer-I1cc6.framer-v-s2x8zp.hover .framer-pgxnl0 { top: calc(67.70708283313328% - 33px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 417\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"bT4CAN1Z1\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerWL9qokWQo=withCSS(Component,css,\"framer-I1cc6\");export default FramerWL9qokWQo;FramerWL9qokWQo.displayName=\"Animation 2\";FramerWL9qokWQo.defaultProps={height:417,width:500};addFonts(FramerWL9qokWQo,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWL9qokWQo\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"417\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"500\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bT4CAN1Z1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WL9qokWQo.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)))\"},children:\"N\\xf3s criamos automaticamente os c\\xf3digos QR do seu menu, os cart\\xf5es de visita e outros elementos gr\\xe1ficos, prontos para serem exportados a qualquer momento que desejar.\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./Y45255iO2-0.js\";const cycleOrder=[\"WRBCiuKLH\"];const serializationHash=\"framer-0dT5r\";const variantClassNames={WRBCiuKLH:\"framer-v-mkc201\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={cwAuBCqTZ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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 getProps=({height,id,title,width,...props})=>{var _ref;return{...props,JOnrEV1ig:(_ref=title!==null&&title!==void 0?title:props.JOnrEV1ig)!==null&&_ref!==void 0?_ref:\"Coming Soon\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,JOnrEV1ig,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"WRBCiuKLH\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-mkc201\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"WRBCiuKLH\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(100, 129, 196, 0.1)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)))\"},children:\"Coming Soon\"})}),className:\"framer-x3mq60\",\"data-framer-name\":\"Description\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"UhG0hsIkI\",style:{\"--extracted-r6o4lv\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},text:JOnrEV1ig,verticalAlignment:\"top\",withExternalLayout:true})})})});});const css=['.framer-0dT5r[data-border=\"true\"]::after, .framer-0dT5r [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0dT5r.framer-fyu5v5, .framer-0dT5r .framer-fyu5v5 { display: block; }\",\".framer-0dT5r.framer-mkc201 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 12px 4px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0dT5r .framer-x3mq60 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0dT5r.framer-mkc201 { gap: 0px; } .framer-0dT5r.framer-mkc201 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0dT5r.framer-mkc201 > :first-child { margin-left: 0px; } .framer-0dT5r.framer-mkc201 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 108\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"JOnrEV1ig\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerY45255iO2=withCSS(Component,css,\"framer-0dT5r\");export default FramerY45255iO2;FramerY45255iO2.displayName=\"coming soon\";FramerY45255iO2.defaultProps={height:26,width:108};addPropertyControls(FramerY45255iO2,{JOnrEV1ig:{defaultValue:\"Coming Soon\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerY45255iO2,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerY45255iO2\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"108\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"26\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"JOnrEV1ig\\\":\\\"title\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Y45255iO2.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Sora-700\",\"GF;Sora-800\"]);export const fonts=[{family:\"Sora\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSe1mX-PIwNhBti0.woff2\",weight:\"700\"},{family:\"Sora\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSfSmX-PIwNhBti0.woff2\",weight:\"800\"}];export const css=['.framer-ZQx0L .framer-styles-preset-1hyl7pd:not(.rich-text-wrapper), .framer-ZQx0L .framer-styles-preset-1hyl7pd.rich-text-wrapper h1 { --framer-font-family: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-family-bold: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: -0.04em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-ZQx0L\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[];export const css=['.framer-KsyO9 .framer-styles-preset-id6s52:not(.rich-text-wrapper), .framer-KsyO9 .framer-styles-preset-id6s52.rich-text-wrapper h2 { --framer-font-family: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-KsyO9\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f55354)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={cwAuBCqTZ:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f55354)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/UIXK1WcUX02tYQTouHsC/Input.js\";import Header from\"#framer/local/canvasComponent/BlZOzEkMh/BlZOzEkMh.js\";import SecondaryButton from\"#framer/local/canvasComponent/j2zbx2HBo/j2zbx2HBo.js\";import Animation1 from\"#framer/local/canvasComponent/K7ksJ4SO5/K7ksJ4SO5.js\";import TextBlockSection from\"#framer/local/canvasComponent/m7dRfWjao/m7dRfWjao.js\";import PrimaryButton from\"#framer/local/canvasComponent/PdtvjdxlC/PdtvjdxlC.js\";import PreviewBox from\"#framer/local/canvasComponent/rn1XrcHQj/rn1XrcHQj.js\";import Logo from\"#framer/local/canvasComponent/RxPOBNPwq/RxPOBNPwq.js\";import Animation3 from\"#framer/local/canvasComponent/S7apUwGP4/S7apUwGP4.js\";import Animation4 from\"#framer/local/canvasComponent/ta_HQ679p/ta_HQ679p.js\";import Animation2 from\"#framer/local/canvasComponent/WL9qokWQo/WL9qokWQo.js\";import ComingSoon from\"#framer/local/canvasComponent/Y45255iO2/Y45255iO2.js\";import*as sharedStyle4 from\"#framer/local/css/IE34wkerE/IE34wkerE.js\";import*as sharedStyle3 from\"#framer/local/css/in6nL0q8L/in6nL0q8L.js\";import*as sharedStyle5 from\"#framer/local/css/sHkCBlIk9/sHkCBlIk9.js\";import*as sharedStyle7 from\"#framer/local/css/snFLVnF4z/snFLVnF4z.js\";import*as sharedStyle2 from\"#framer/local/css/Vi6xpK6vr/Vi6xpK6vr.js\";import*as sharedStyle6 from\"#framer/local/css/vmGFk07v6/vmGFk07v6.js\";import*as sharedStyle1 from\"#framer/local/css/zO92pIxGo/zO92pIxGo.js\";import*as sharedStyle from\"#framer/local/css/ZPwaahi4B/ZPwaahi4B.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const HeaderFonts=getFonts(Header);const HeaderWithVariantAppearEffect=withVariantAppearEffect(Header);const MotionDivWithFX=withFX(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const PrimaryButtonFonts=getFonts(PrimaryButton);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const PreviewBoxFonts=getFonts(PreviewBox);const ContainerWithFX=withFX(Container);const TextBlockSectionFonts=getFonts(TextBlockSection);const Animation1Fonts=getFonts(Animation1);const Animation2Fonts=getFonts(Animation2);const Animation3Fonts=getFonts(Animation3);const Animation4Fonts=getFonts(Animation4);const SecondaryButtonFonts=getFonts(SecondaryButton);const SVGWithFX=withFX(SVG);const ComingSoonFonts=getFonts(ComingSoon);const InputFonts=getFonts(Input);const LogoFonts=getFonts(Logo);const breakpoints={fKsOc8qxZ:\"(min-width: 640px) and (max-width: 1159px)\",S82MmitvW:\"(max-width: 639px)\",WQLkyLRf1:\"(min-width: 1160px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Ne0cU\";const variantClassNames={fKsOc8qxZ:\"framer-v-qzto9s\",S82MmitvW:\"framer-v-1g2m199\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition3={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:50};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:150};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"S82MmitvW\",Tablet:\"fKsOc8qxZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const elementId=useRouteElementId(\"FbSC2E57N\");const ref2=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S82MmitvW:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:\"min(100vw, 1400px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xadgyn-container\",\"data-framer-name\":\"header\",name:\"header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{variant:\"THK3eIhax\"},S82MmitvW:{variant:\"JnDRGZWSu\"}},children:/*#__PURE__*/_jsx(HeaderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"sYIaUQe1o\",layoutId:\"sYIaUQe1o\",name:\"header\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"TfzSevdHU\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x791ii\",\"data-framer-name\":\"hero-container\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-196j9f8\",\"data-framer-appear-id\":\"196j9f8\",\"data-framer-name\":\"hero\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ioni0p\",\"data-framer-name\":\"hero-left-shape\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{svgContentId:9536184395},S82MmitvW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 207 208\"><path d=\"M 58.5 6.5 C 114.557 6.5 160 51.943 160 108 C 160 164.057 114.557 209.5 58.5 209.5 C 2.443 209.5 -43 164.057 -43 108 C -43 51.943 2.443 6.5 58.5 6.5 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:12878095794}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14atqes\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 302 302\"><path d=\"M 151 0 C 234.395 0 302 67.605 302 151 C 302 234.395 234.395 302 151 302 C 67.605 302 0 234.395 0 151 C 0 67.605 67.605 0 151 0 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:946249803,withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:120,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d55kpo\",\"data-framer-name\":\"hero-right-shape\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 296 296\"><path d=\"M 152 8 C 231.529 8 296 72.471 296 152 C 296 231.529 231.529 296 152 296 C 72.471 296 8 231.529 8 152 C 8 72.471 72.471 8 152 8 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path></svg>',svgContentId:12291415896},S82MmitvW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 246 246\"><path d=\"M 127 8 C 192.722 8 246 61.278 246 127 C 246 192.722 192.722 246 127 246 C 61.278 246 8 192.722 8 127 C 8 61.278 61.278 8 127 8 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path></svg>',svgContentId:11958128783}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ro1k0f\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 432 432\"><path d=\"M 216 0 C 335.294 0 432 96.706 432 216 C 432 335.294 335.294 432 216 432 C 96.706 432 0 335.294 0 216 C 0 96.706 96.706 0 216 0 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path></svg>',svgContentId:350403344,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qxg5qg\",\"data-framer-name\":\"hero-content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vosoqp\",\"data-framer-name\":\"Frame 173\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8mibuj\",\"data-framer-name\":\"Frame 214\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kuw90z\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Simplify your\"})})},S82MmitvW:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Simplify your\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"66px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Simplify your\"})}),className:\"framer-1us51av\",\"data-framer-appear-id\":\"1us51av\",\"data-framer-name\":\"Restaurant menu made easy\",fonts:[\"GF;Sora-700\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"restaurant management\"})})},S82MmitvW:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"restaurant management\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"66px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"restaurant management\"})}),className:\"framer-1991sid\",\"data-framer-appear-id\":\"1991sid\",\"data-framer-name\":\"Restaurant menu made easy\",fonts:[\"GF;Sora-700\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fuj35w\",\"data-styles-preset\":\"Vi6xpK6vr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"A single, integrated digital platform to streamline all your restaurant operations\"})})},S82MmitvW:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fuj35w\",\"data-styles-preset\":\"Vi6xpK6vr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"A single, integrated digital platform to streamline all your restaurant operations\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fnue3s\",\"data-styles-preset\":\"zO92pIxGo\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"A single, integrated digital platform to streamline all your restaurant operations\"})}),className:\"framer-1iltbja\",\"data-framer-name\":\"A menu full of possibilities - create yours in 5 minutes\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1drm1ub-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{variant:\"YMqZQsPrd\"},S82MmitvW:{variant:\"YMqZQsPrd\"}},children:/*#__PURE__*/_jsx(PrimaryButton,{B7MdHOp_x:getLocalizedValue(\"v8\",activeLocale)??\"Create Your Menu for Free\",height:\"100%\",id:\"OFiQ8usyK\",layoutId:\"OFiQ8usyK\",m9DuAsuu6:\"https://app.resty.digital/register\",variant:\"OQBd1iAE3\",width:\"100%\"})})})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{width:\"calc(100vw - 40px)\"},S82MmitvW:{height:718,width:\"min(100vw - 24px, 380px)\",y:492.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:648,width:\"1036.8px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:50,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-170}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-hxkdv8-container\",\"data-framer-name\":\"menu-preview\",name:\"menu-preview\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S82MmitvW:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(PreviewBox,{height:\"100%\",id:\"StFGpeNzp\",layoutId:\"StFGpeNzp\",name:\"menu-preview\",style:{height:\"100%\",width:\"100%\"},wFqUniBFw:getLocalizedValue(\"v9\",activeLocale)??\"Try your future menu right now\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-185fmgh\",\"data-framer-name\":\"features-list\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nw98cv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mdv71b\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-17xoc9h\",\"data-styles-preset\":\"IE34wkerE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Fast \\xb7 Fantastic \\xb7 Fresh\"})})},S82MmitvW:{children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Fast \\xb7 Fantastic \\xb7 Fresh\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hyl7pd\",\"data-styles-preset\":\"in6nL0q8L\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Fast \\xb7 Fantastic \\xb7 Fresh\"})}),className:\"framer-n9gmce\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-17xoc9h\",\"data-styles-preset\":\"IE34wkerE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Restaurant Menu\"})})},S82MmitvW:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Restaurant Menu\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hyl7pd\",\"data-styles-preset\":\"in6nL0q8L\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Restaurant Menu\"})}),className:\"framer-i34rf\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fuj35w\",\"data-styles-preset\":\"Vi6xpK6vr\",style:{\"--framer-text-alignment\":\"center\"},children:\"Stuck in old, physical menus? We have the solution \u2013 an intuitive digital menu for you and your customers.\"})})},S82MmitvW:{children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fuj35w\",\"data-styles-preset\":\"Vi6xpK6vr\",style:{\"--framer-text-alignment\":\"center\"},children:\"Stuck in old, physical menus? We have the solution \u2013 an intuitive digital menu for you and your customers.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fnue3s\",\"data-styles-preset\":\"zO92pIxGo\",style:{\"--framer-text-alignment\":\"center\"},children:\"Stuck in old, physical menus? We have the solution \u2013 an intuitive digital menu for you and your customers.\"})}),className:\"framer-136wrh1\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d0lcxs\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6ly2x6\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15yal2u-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{variant:\"CSEhsjtMC\"},S82MmitvW:{variant:\"hFa6XcfmP\"}},children:/*#__PURE__*/_jsx(TextBlockSection,{As2INVyrs:getLocalizedValue(\"v18\",activeLocale)??\"Add, edit and organize your dishes easily\",dbswtnfmh:getLocalizedValue(\"v21\",activeLocale)??\"Clearly present and describe each dish\",height:\"100%\",hiy39dy0c:getLocalizedValue(\"v19\",activeLocale)??\"Be flexible with your offerings and keep your menu updated in real time\",id:\"tVCF4kMp5\",Igzhmp90t:getLocalizedValue(\"v22\",activeLocale)??\"Quickly update any information in real time\",iStkojRg9:getLocalizedValue(\"v20\",activeLocale)??\"Optimize and simply the access to your menu\",layoutId:\"tVCF4kMp5\",style:{width:\"100%\"},T7nsjPc0X:true,variant:\"FFkTKZYwg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lbh0wl-container\",children:/*#__PURE__*/_jsx(Animation1,{height:\"100%\",id:\"F7AK4G0wG\",layoutId:\"F7AK4G0wG\",R7Qs_NWkf:getLocalizedValue(\"v23\",activeLocale)??\"Add Dish\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10zc9nd\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y8ayt8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{variant:\"CSEhsjtMC\"},S82MmitvW:{variant:\"hFa6XcfmP\"}},children:/*#__PURE__*/_jsx(TextBlockSection,{As2INVyrs:getLocalizedValue(\"v24\",activeLocale)??\"With your restaurant's unique identity!\",dbswtnfmh:getLocalizedValue(\"v27\",activeLocale)??\"Add your own touch with a unique cover image\",height:\"100%\",hiy39dy0c:getLocalizedValue(\"v25\",activeLocale)??\"Personalize with your logo, name, address and a cover image that tells the story of your business\",id:\"wtCeqyYQk\",Igzhmp90t:getLocalizedValue(\"v28\",activeLocale)??\"Choose your brand colors\",iStkojRg9:getLocalizedValue(\"v26\",activeLocale)??\"Add your restaurant logo\",layoutId:\"wtCeqyYQk\",style:{width:\"100%\"},T7nsjPc0X:true,variant:\"FFkTKZYwg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mmk8xj-container\",children:/*#__PURE__*/_jsx(Animation2,{height:\"100%\",id:\"FVYiKDe9i\",layoutId:\"FVYiKDe9i\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1n64gb8\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14cq776-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{variant:\"CSEhsjtMC\"},S82MmitvW:{variant:\"hFa6XcfmP\"}},children:/*#__PURE__*/_jsx(TextBlockSection,{As2INVyrs:getLocalizedValue(\"v29\",activeLocale)??\"Present your client with restaurant information\",dbswtnfmh:getLocalizedValue(\"v32\",activeLocale)??\"Present all your social media links\",height:\"100%\",hiy39dy0c:getLocalizedValue(\"v30\",activeLocale)??\"Always have your restaurant opening hours and general information available at any time\",id:\"YbVBqWFv9\",Igzhmp90t:getLocalizedValue(\"v33\",activeLocale)??\"Keep your contact information always updated\",iStkojRg9:getLocalizedValue(\"v31\",activeLocale)??\"Add your own custom schedule (including holidays and special dates)\",layoutId:\"YbVBqWFv9\",style:{width:\"100%\"},T7nsjPc0X:true,variant:\"FFkTKZYwg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v0afch-container\",children:/*#__PURE__*/_jsx(Animation3,{height:\"100%\",id:\"xtjFSxltE\",layoutId:\"xtjFSxltE\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S82MmitvW:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-aatyjk\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1edpglj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{variant:\"CSEhsjtMC\"},S82MmitvW:{variant:\"hFa6XcfmP\"}},children:/*#__PURE__*/_jsx(TextBlockSection,{As2INVyrs:getLocalizedValue(\"v34\",activeLocale)??\"Your digital menu 100% responsive\",dbswtnfmh:getLocalizedValue(\"v37\",activeLocale)??\"Customers can easily access and browse your menu on any device\",height:\"100%\",hiy39dy0c:getLocalizedValue(\"v35\",activeLocale)??\"Embrace the future with a seamless experience on any device\",id:\"dukTNdmT4\",Igzhmp90t:getLocalizedValue(\"v38\",activeLocale)??\"Say goodbye to paper menus with real time updates\",iStkojRg9:getLocalizedValue(\"v36\",activeLocale)??\"Present your menu in tables via printable QR Code\",layoutId:\"dukTNdmT4\",style:{width:\"100%\"},T7nsjPc0X:true,variant:\"FFkTKZYwg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vferbx-container\",children:/*#__PURE__*/_jsx(Animation4,{height:\"100%\",id:\"paTJDrc7k\",layoutId:\"paTJDrc7k\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lzrrpl\",\"data-framer-name\":\"cta\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{whileHover:animation7}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1i2viwi\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x1kyut\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"Try our digital menu for FREE\"})}),fonts:[\"Inter-Bold\"]},S82MmitvW:{children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"Try our digital menu for FREE\"})}),fonts:[\"Inter-Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"Try our digital menu for FREE\"})}),className:\"framer-w94dt\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-17xoc9h\",\"data-styles-preset\":\"IE34wkerE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, rgb(246, 248, 252))\"},children:[\"Revolutionize \",/*#__PURE__*/_jsx(\"br\",{}),\"your business!\"]})})},S82MmitvW:{children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h5\",{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, rgb(246, 248, 252))\"},children:\"Revolutionize \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, rgb(246, 248, 252))\"},children:\"your business!\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1hyl7pd\",\"data-styles-preset\":\"in6nL0q8L\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, rgb(246, 248, 252))\"},children:[\"Revolutionize \",/*#__PURE__*/_jsx(\"br\",{}),\"your business!\"]})}),className:\"framer-17io3rk\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sz8b4k-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{variant:\"XMd7gLjgG\"},S82MmitvW:{variant:\"XMd7gLjgG\"}},children:/*#__PURE__*/_jsx(SecondaryButton,{Ed1lhH0HY:getLocalizedValue(\"v45\",activeLocale)??\"Start Now\",height:\"100%\",id:\"bCrm6PGsc\",IHxsHoolY:\"https://app.resty.digital/register\",layoutId:\"bCrm6PGsc\",variant:\"dfOi_tyej\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1944vhk\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 704 928\"><path d=\"M 513.502 720.174 C 472.858 720.174 432.612 713.127 395.061 699.439 C 357.511 685.748 323.391 665.683 294.651 640.387 C 265.911 615.091 243.113 585.062 227.559 552.012 C 212.006 518.96 204 483.538 204 447.765 C 204 411.991 212.006 376.568 227.559 343.518 C 243.113 310.468 265.911 280.438 294.651 255.142 C 323.391 229.846 357.511 209.781 395.061 196.091 C 432.612 182.401 472.858 175.355 513.502 175.355 L 513.502 447.765 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 231.307 740.006 C 231.307 722.956 245.12 709.135 262.158 709.135 C 279.196 709.135 293.009 722.956 293.009 740.006 C 293.009 757.056 279.196 770.878 262.158 770.878 C 245.12 770.878 231.307 757.056 231.307 740.006 Z\" fill=\"transparent\" stroke-width=\"9.45\" stroke=\"rgb(41,47,60)\" stroke-miterlimit=\"10\"></path><path d=\"M 204 178.485 L 230.445 152 L 256.891 178.485 L 230.445 204.97 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:9181603287},S82MmitvW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 295 520\"><path d=\"M 294.527 541.386 C 255.849 541.386 217.55 534.671 181.816 521.628 C 146.083 508.583 113.614 489.464 86.265 465.361 C 58.915 441.258 37.221 412.644 22.42 381.153 C 7.618 349.659 0 315.907 0 281.82 C 0 247.733 7.618 213.98 22.42 182.488 C 37.221 150.997 58.915 122.382 86.265 98.279 C 113.614 74.176 146.083 55.057 181.816 42.012 C 217.55 28.968 255.849 22.254 294.527 22.254 L 294.527 281.82 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 87.543 375.721 C 87.543 359.475 100.687 346.305 116.901 346.305 C 133.115 346.305 146.259 359.475 146.259 375.721 C 146.259 391.967 133.115 405.137 116.901 405.137 C 100.687 405.137 87.543 391.967 87.543 375.721 Z\" fill=\"transparent\" stroke-width=\"9\" stroke=\"rgb(41,47,60)\" stroke-miterlimit=\"10\"></path><path d=\"M 0 25.237 L 25.166 0 L 50.331 25.237 L 25.166 50.473 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:11302259037}},children:/*#__PURE__*/_jsx(SVGWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tboyet\",\"data-framer-name\":\"Ellipse 27\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 396 1302\"><path d=\"M 682 1421.075 C 600.318 1421.075 519.435 1406.921 443.971 1379.432 C 368.507 1351.936 299.937 1311.64 242.179 1260.838 C 184.421 1210.035 138.605 1149.727 107.347 1083.353 C 76.089 1016.973 60 945.834 60 873.99 C 60 802.146 76.089 731.005 107.347 664.629 C 138.605 598.254 184.421 537.944 242.179 487.142 C 299.938 436.34 368.507 396.043 443.971 368.549 C 519.435 341.055 600.318 326.905 682 326.905 L 682 873.99 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 24.879 740.905 C 24.879 706.663 52.637 678.905 86.879 678.905 C 121.12 678.905 148.879 706.663 148.879 740.905 C 148.879 775.146 121.12 802.905 86.879 802.905 C 52.637 802.905 24.879 775.146 24.879 740.905 Z\" fill=\"transparent\" stroke-width=\"19\" stroke=\"rgb(41,47,60)\" stroke-miterlimit=\"10\"></path><path d=\"M 181.6 768.157 L 234.747 714.966 L 287.893 768.157 L 234.747 821.347 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:2153857371,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 176.5 155\"><path d=\"M 88.074 154.856 C 76.508 154.856 65.055 152.853 54.369 148.962 C 43.684 145.071 33.975 139.368 25.796 132.178 C 17.618 124.988 11.13 116.452 6.704 107.059 C 2.278 97.664 0 87.596 0 77.428 C 0 67.26 2.278 57.192 6.704 47.798 C 11.13 38.404 17.618 29.868 25.796 22.678 C 33.975 15.488 43.684 9.785 54.369 5.894 C 65.055 2.003 76.508 0 88.074 0 L 88.074 77.428 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:8864702634},S82MmitvW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 167.5 147.5\"><path d=\"M 83.812 147.555 C 72.806 147.555 61.907 145.646 51.739 141.939 C 41.57 138.231 32.331 132.797 24.548 125.946 C 16.765 119.095 10.592 110.962 6.38 102.011 C 2.168 93.059 0 83.466 0 73.777 C 0 64.089 2.168 54.495 6.38 45.544 C 10.592 36.593 16.765 28.46 24.548 21.609 C 32.331 14.758 41.57 9.324 51.739 5.616 C 61.907 1.908 72.806 0 83.812 0 L 83.812 73.777 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10243288769}},children:/*#__PURE__*/_jsx(SVGWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5jsdwx\",\"data-framer-name\":\"Ellipse 27\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 354 311\"><path d=\"M 177 311 C 153.756 311 130.74 306.977 109.265 299.164 C 87.79 291.348 68.278 279.895 51.842 265.455 C 35.406 251.015 22.368 233.874 13.473 215.008 C 4.578 196.141 0 175.921 0 155.5 C 0 135.08 4.578 114.859 13.473 95.993 C 22.368 77.127 35.406 59.984 51.842 45.545 C 68.278 31.105 87.79 19.651 109.265 11.837 C 130.74 4.022 153.756 0 177 0 L 177 155.5 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:2007546868,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-nl48yr\",style:{rotate:-180,transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 581 981\"><path d=\"M 459.502 782.174 C 418.858 782.174 378.612 775.127 341.061 761.439 C 303.511 747.748 269.391 727.683 240.651 702.387 C 211.911 677.091 189.113 647.062 173.559 614.012 C 158.006 580.96 150 545.538 150 509.765 C 150 473.991 158.006 438.568 173.559 405.518 C 189.113 372.468 211.911 342.438 240.651 317.142 C 269.391 291.846 303.511 271.781 341.061 258.091 C 378.612 244.401 418.858 237.355 459.502 237.355 L 459.502 509.765 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 177.307 802.006 C 177.307 784.956 191.12 771.135 208.158 771.135 C 225.196 771.135 239.009 784.956 239.009 802.006 C 239.009 819.056 225.196 832.878 208.158 832.878 C 191.12 832.878 177.307 819.056 177.307 802.006 Z\" fill=\"transparent\" stroke-width=\"9.45\" stroke=\"rgb(41,47,60)\" stroke-miterlimit=\"10\"></path><path d=\"M 150 240.485 L 176.445 214 L 202.891 240.485 L 176.445 266.97 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:10189450311},S82MmitvW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 295 520\"><path d=\"M 294.527 541.386 C 255.849 541.386 217.55 534.671 181.816 521.628 C 146.083 508.583 113.614 489.464 86.265 465.361 C 58.915 441.258 37.221 412.644 22.42 381.153 C 7.618 349.659 0 315.907 0 281.82 C 0 247.733 7.618 213.98 22.42 182.488 C 37.221 150.997 58.915 122.382 86.265 98.279 C 113.614 74.176 146.083 55.057 181.816 42.012 C 217.55 28.968 255.849 22.254 294.527 22.254 L 294.527 281.82 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 87.543 375.721 C 87.543 359.475 100.687 346.305 116.901 346.305 C 133.115 346.305 146.259 359.475 146.259 375.721 C 146.259 391.967 133.115 405.137 116.901 405.137 C 100.687 405.137 87.543 391.967 87.543 375.721 Z\" fill=\"transparent\" stroke-width=\"9\" stroke=\"rgb(41,47,60)\" stroke-miterlimit=\"10\"></path><path d=\"M 0 25.237 L 25.166 0 L 50.331 25.237 L 25.166 50.473 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:11302259037}},children:/*#__PURE__*/_jsx(SVGWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1j2ajlo\",\"data-framer-name\":\"Ellipse 27\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 548 1802\"><path d=\"M 943.778 1966.803 C 830.743 1966.803 718.815 1947.214 614.384 1909.167 C 509.954 1871.113 415.065 1815.342 335.137 1745.031 C 255.21 1674.719 191.807 1591.25 148.551 1499.387 C 105.294 1407.516 83.03 1309.058 83.03 1209.623 C 83.03 1110.189 105.294 1011.728 148.551 919.863 C 191.807 827.998 255.21 744.527 335.137 674.217 C 415.066 603.906 509.954 548.133 614.384 510.081 C 718.815 472.029 830.743 452.444 943.778 452.444 L 943.778 1209.623 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 34.428 1537.519 C 34.428 1490.128 72.841 1451.71 120.226 1451.71 C 167.611 1451.71 206.024 1490.128 206.024 1537.519 C 206.024 1584.911 167.611 1623.329 120.226 1623.329 C 72.841 1623.329 34.428 1584.911 34.428 1537.519 Z\" fill=\"transparent\" stroke-width=\"26.29\" stroke=\"rgb(41,47,60)\" stroke-miterlimit=\"10\"></path><path d=\"M 251.306 1063.148 L 324.852 989.53 L 398.398 1063.148 L 324.852 1136.765 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:58808450,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 176.5 155\"><path d=\"M 88.074 154.856 C 76.508 154.856 65.055 152.853 54.369 148.962 C 43.684 145.071 33.975 139.368 25.796 132.178 C 17.618 124.988 11.13 116.452 6.704 107.059 C 2.278 97.664 0 87.596 0 77.428 C 0 67.26 2.278 57.192 6.704 47.798 C 11.13 38.404 17.618 29.868 25.796 22.678 C 33.975 15.488 43.684 9.785 54.369 5.894 C 65.055 2.003 76.508 0 88.074 0 L 88.074 77.428 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:8864702634},S82MmitvW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 167.5 147.5\"><path d=\"M 83.812 147.555 C 72.806 147.555 61.907 145.646 51.739 141.939 C 41.57 138.231 32.331 132.797 24.548 125.946 C 16.765 119.095 10.592 110.962 6.38 102.011 C 2.168 93.059 0 83.466 0 73.777 C 0 64.089 2.168 54.495 6.38 45.544 C 10.592 36.593 16.765 28.46 24.548 21.609 C 32.331 14.758 41.57 9.324 51.739 5.616 C 61.907 1.908 72.806 0 83.812 0 L 83.812 73.777 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10243288769}},children:/*#__PURE__*/_jsx(SVGWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qnqjky\",\"data-framer-name\":\"Ellipse 27\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 354 311\"><path d=\"M 177 311 C 153.756 311 130.74 306.977 109.265 299.164 C 87.79 291.348 68.278 279.895 51.842 265.455 C 35.406 251.015 22.368 233.874 13.473 215.008 C 4.578 196.141 0 175.921 0 155.5 C 0 135.08 4.578 114.859 13.473 95.993 C 22.368 77.127 35.406 59.984 51.842 45.545 C 68.278 31.105 87.79 19.651 109.265 11.837 C 130.74 4.022 153.756 0 177 0 L 177 155.5 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:4244487437,withExternalLayout:true})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cpfxey\",\"data-framer-name\":\"coming-soon\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wrlcjh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-le4kw5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d9osyz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-id6s52\",\"data-styles-preset\":\"vmGFk07v6\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Coming soon... \"})})},S82MmitvW:{children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Coming soon... \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-17xoc9h\",\"data-styles-preset\":\"IE34wkerE\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Coming soon... \"})}),className:\"framer-4qb69z\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"We are working on adding new features\"})})},S82MmitvW:{children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"We are working on adding new features\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hyl7pd\",\"data-styles-preset\":\"in6nL0q8L\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"We are working on adding new features\"})}),className:\"framer-14dd428\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":FbSC2E57N\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":FbSC2E57N\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":FbSC2E57N\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-55noln-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{m9DuAsuu6:resolvedLinks[1],variant:\"YMqZQsPrd\"},S82MmitvW:{m9DuAsuu6:resolvedLinks[2],variant:\"YMqZQsPrd\"}},children:/*#__PURE__*/_jsx(PrimaryButton,{B7MdHOp_x:getLocalizedValue(\"v52\",activeLocale)??\"Subscribe our Newsletter\",height:\"100%\",id:\"o_8fXTrbJ\",layoutId:\"o_8fXTrbJ\",m9DuAsuu6:resolvedLinks[0],variant:\"OQBd1iAE3\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qfiz4l\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 671 1147\"><path d=\"M 442 69 C 648.002 69 815 235.998 815 442 C 815 648.002 648.002 815 442 815 C 235.998 815 69 648.002 69 442 C 69 235.998 235.998 69 442 69 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 264.307 894.006 C 264.307 876.956 278.12 863.135 295.158 863.135 C 312.196 863.135 326.009 876.956 326.009 894.006 C 326.009 911.056 312.196 924.878 295.158 924.878 C 278.12 924.878 264.307 911.056 264.307 894.006 Z\" fill=\"transparent\" stroke-width=\"9.45\" stroke=\"var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, rgb(246, 248, 252)) /* {&quot;name&quot;:&quot;Grey&quot;} */\" stroke-miterlimit=\"10\"></path><path d=\"M 237 332.485 L 263.445 306 L 289.891 332.485 L 263.445 358.97 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:12168940620},S82MmitvW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 295 520\"><path d=\"M 442 69 C 648.002 69 815 235.998 815 442 C 815 648.002 648.002 815 442 815 C 235.998 815 69 648.002 69 442 C 69 235.998 235.998 69 442 69 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M 87.543 375.721 C 87.543 359.475 100.687 346.305 116.901 346.305 C 133.115 346.305 146.259 359.475 146.259 375.721 C 146.259 391.967 133.115 405.137 116.901 405.137 C 100.687 405.137 87.543 391.967 87.543 375.721 Z\" fill=\"transparent\" stroke-width=\"9\" stroke=\"var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, rgb(246, 248, 252)) /* {&quot;name&quot;:&quot;Grey&quot;} */\" stroke-miterlimit=\"10\"></path><path d=\"M 0 25.237 L 25.166 0 L 50.331 25.237 L 25.166 50.473 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:8926624754}},children:/*#__PURE__*/_jsx(SVGWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r56np4\",\"data-framer-name\":\"Ellipse 27\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 874 885\"><path d=\"M 442 69 C 648.002 69 815 235.998 815 442 C 815 648.002 648.002 815 442 815 C 235.998 815 69 648.002 69 442 C 69 235.998 235.998 69 442 69 Z\" fill=\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path><path d=\"M -62.121 390.905 C -62.121 356.663 -34.363 328.905 -0.121 328.905 C 34.12 328.905 61.879 356.663 61.879 390.905 C 61.879 425.146 34.12 452.905 -0.121 452.905 C -34.363 452.905 -62.121 425.146 -62.121 390.905 Z\" fill=\"transparent\" stroke-width=\"19\" stroke=\"var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, rgb(246, 248, 252)) /* {&quot;name&quot;:&quot;Grey&quot;} */\" stroke-miterlimit=\"10\"></path><path d=\"M 151.6 515.157 L 204.747 461.966 L 257.893 515.157 L 204.747 568.347 Z\" fill=\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84)) /* {&quot;name&quot;:&quot;Red&quot;} */\"></path></svg>',svgContentId:1484624345,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 176.5 155\"><path d=\"M 88.074 154.856 C 76.508 154.856 65.055 152.853 54.369 148.962 C 43.684 145.071 33.975 139.368 25.796 132.178 C 17.618 124.988 11.13 116.452 6.704 107.059 C 2.278 97.664 0 87.596 0 77.428 C 0 67.26 2.278 57.192 6.704 47.798 C 11.13 38.404 17.618 29.868 25.796 22.678 C 33.975 15.488 43.684 9.785 54.369 5.894 C 65.055 2.003 76.508 0 88.074 0 L 88.074 77.428 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:12253374143},S82MmitvW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 167.5 147.5\"><path d=\"M 83.812 147.555 C 72.806 147.555 61.907 145.646 51.739 141.939 C 41.57 138.231 32.331 132.797 24.548 125.946 C 16.765 119.095 10.592 110.962 6.38 102.011 C 2.168 93.059 0 83.466 0 73.777 C 0 64.089 2.168 54.495 6.38 45.544 C 10.592 36.593 16.765 28.46 24.548 21.609 C 32.331 14.758 41.57 9.324 51.739 5.616 C 61.907 1.908 72.806 0 83.812 0 L 83.812 73.777 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10243288769}},children:/*#__PURE__*/_jsx(SVGWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-x7grk5\",\"data-framer-name\":\"Ellipse 27\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 354 311\"><path d=\"M 177 311 C 153.756 311 130.74 306.977 109.265 299.164 C 87.79 291.348 68.278 279.895 51.842 265.455 C 35.406 251.015 22.368 233.874 13.473 215.008 C 4.578 196.141 0 175.921 0 155.5 C 0 135.08 4.578 114.859 13.473 95.993 C 22.368 77.127 35.406 59.984 51.842 45.545 C 68.278 31.105 87.79 19.651 109.265 11.837 C 130.74 4.022 153.756 0 177 0 L 177 155.5 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:604014353,withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15t0kk2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{whileHover:animation7}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mltqi\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t2b5wa\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sldaaq-container\",\"data-framer-name\":\"badge\",name:\"badge\",children:/*#__PURE__*/_jsx(ComingSoon,{height:\"100%\",id:\"YsJ8b2g1q\",JOnrEV1ig:getLocalizedValue(\"v53\",activeLocale)??\"Coming Soon\",layoutId:\"YsJ8b2g1q\",name:\"badge\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-viv2j7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Online Ordering\"})})},S82MmitvW:{children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Online Ordering\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-id6s52\",\"data-styles-preset\":\"vmGFk07v6\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Online Ordering\"})}),className:\"framer-1q4yfq6\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b7zz6p\",\"data-styles-preset\":\"snFLVnF4z\",children:\"Boost your eatery revenue with to-go options. Simplify lives for all!\"})})},S82MmitvW:{children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fuj35w\",\"data-styles-preset\":\"Vi6xpK6vr\",style:{\"--framer-text-alignment\":\"center\"},children:\"Boost your eatery revenue with to-go options. Simplify lives for all!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fuj35w\",\"data-styles-preset\":\"Vi6xpK6vr\",style:{\"--framer-text-alignment\":\"left\"},children:\"Boost your eatery revenue with to-go options. Simplify lives for all!\"})}),className:\"framer-1fthysr\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y5pjjt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1184,intrinsicWidth:760,pixelHeight:1184,pixelWidth:760,positionX:\"center\",positionY:\"center\",sizes:\"187px\",...getLocalizedValue(\"v60\",activeLocale)??{src:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png\",srcSet:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png?scale-down-to=1024 657w,https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png 760w\"}}},S82MmitvW:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1184,intrinsicWidth:760,loading:getLoadingLazyAtYPosition(5519.108196721312),pixelHeight:1184,pixelWidth:760,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(min(100vw - 40px, 1340px), 1440px) / 1.968)\",...getLocalizedValue(\"v60\",activeLocale)??{src:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png\",srcSet:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png?scale-down-to=1024 657w,https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png 760w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1184,intrinsicWidth:760,pixelHeight:1184,pixelWidth:760,positionX:\"center\",positionY:\"center\",sizes:\"261px\",...getLocalizedValue(\"v60\",activeLocale)??{src:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png\",srcSet:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png?scale-down-to=1024 657w,https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png 760w\"}},className:\"framer-p6paw\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1184,intrinsicWidth:760,pixelHeight:1184,pixelWidth:760,positionX:\"center\",positionY:\"center\",sizes:\"212px\",...getLocalizedValue(\"v60\",activeLocale)??{src:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png\",srcSet:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png?scale-down-to=1024 657w,https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png 760w\"}}},S82MmitvW:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1184,intrinsicWidth:760,loading:getLoadingLazyAtYPosition(5535.370491803279),pixelHeight:1184,pixelWidth:760,positionX:\"center\",positionY:\"center\",sizes:\"244px\",...getLocalizedValue(\"v60\",activeLocale)??{src:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png\",srcSet:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png?scale-down-to=1024 657w,https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png 760w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1184,intrinsicWidth:760,pixelHeight:1184,pixelWidth:760,positionX:\"center\",positionY:\"center\",sizes:\"291px\",...getLocalizedValue(\"v60\",activeLocale)??{src:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png\",srcSet:\"https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png?scale-down-to=1024 657w,https://framerusercontent.com/images/xRqkJT1DNilLWugyGp9v0jhK6w.png 760w\"}},className:\"framer-j6skts\"})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o2fkyx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{whileHover:animation7}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hfb9g8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e7so9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-193orj-container\",\"data-framer-name\":\"badge\",name:\"badge\",children:/*#__PURE__*/_jsx(ComingSoon,{height:\"100%\",id:\"LQi_YC70O\",JOnrEV1ig:getLocalizedValue(\"v53\",activeLocale)??\"Coming Soon\",layoutId:\"LQi_YC70O\",name:\"badge\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14dukwo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"left\"},children:\"Loyalty Programs\"})})},S82MmitvW:{children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"center\"},children:\"Loyalty Programs\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-id6s52\",\"data-styles-preset\":\"vmGFk07v6\",style:{\"--framer-text-alignment\":\"left\"},children:\"Loyalty Programs\"})}),className:\"framer-pjeqts\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10kznmi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:105.5,intrinsicWidth:161.5,pixelHeight:211,pixelWidth:323,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/4el0CBaHRDkgY1668ohCxMae7E.png\"}},S82MmitvW:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:105.5,intrinsicWidth:161.5,loading:getLoadingLazyAtYPosition(6465.101639344263),pixelHeight:211,pixelWidth:323,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/4el0CBaHRDkgY1668ohCxMae7E.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:105.5,intrinsicWidth:161.5,pixelHeight:211,pixelWidth:323,src:\"https://framerusercontent.com/images/4el0CBaHRDkgY1668ohCxMae7E.png\"},className:\"framer-1rj0ze1\",\"data-framer-name\":\"Frame_1110\",style:{rotate:9}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:663,intrinsicWidth:1143,pixelHeight:663,pixelWidth:1143,positionX:\"center\",positionY:\"center\",sizes:\"263px\",...getLocalizedValue(\"v64\",activeLocale)??{src:\"https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png\",srcSet:\"https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png?scale-down-to=512 512w,https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png 1143w\"}}},S82MmitvW:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:663,intrinsicWidth:1143,loading:getLoadingLazyAtYPosition(6471.92131147541),pixelHeight:663,pixelWidth:1143,positionX:\"center\",positionY:\"center\",sizes:\"292px\",...getLocalizedValue(\"v64\",activeLocale)??{src:\"https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png\",srcSet:\"https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png?scale-down-to=512 512w,https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png 1143w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:663,intrinsicWidth:1143,pixelHeight:663,pixelWidth:1143,sizes:\"320px\",...getLocalizedValue(\"v64\",activeLocale)??{src:\"https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png\",srcSet:\"https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png?scale-down-to=512 512w,https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q8RJ9SGGpGgWHClodOAbqDvzqU.png 1143w\"}},className:\"framer-lm32g3\",\"data-framer-name\":\"Frame_1109\",style:{rotate:-6}})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{whileHover:animation7}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vctqy9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14o41gp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1989r6k-container\",\"data-framer-name\":\"badge\",name:\"badge\",children:/*#__PURE__*/_jsx(ComingSoon,{height:\"100%\",id:\"X7gazHoT7\",JOnrEV1ig:getLocalizedValue(\"v53\",activeLocale)??\"Coming Soon\",layoutId:\"X7gazHoT7\",name:\"badge\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10kqd53\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Online Booking\"})})},S82MmitvW:{children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Online Booking\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-id6s52\",\"data-styles-preset\":\"vmGFk07v6\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Online Booking\"})}),className:\"framer-r5gtsk\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l0a8oe\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1087,intrinsicWidth:967,pixelHeight:1087,pixelWidth:967,sizes:\"182.5px\",...getLocalizedValue(\"v68\",activeLocale)??{src:\"https://framerusercontent.com/images/diUgdm1k4WjDNfHH3a47eyIiMY.png\",srcSet:\"https://framerusercontent.com/images/diUgdm1k4WjDNfHH3a47eyIiMY.png?scale-down-to=1024 910w,https://framerusercontent.com/images/diUgdm1k4WjDNfHH3a47eyIiMY.png 967w\"}}},S82MmitvW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1087,intrinsicWidth:967,loading:getLoadingLazyAtYPosition(5993.546067415731),pixelHeight:1087,pixelWidth:967,sizes:\"181px\",...getLocalizedValue(\"v68\",activeLocale)??{src:\"https://framerusercontent.com/images/diUgdm1k4WjDNfHH3a47eyIiMY.png\",srcSet:\"https://framerusercontent.com/images/diUgdm1k4WjDNfHH3a47eyIiMY.png?scale-down-to=1024 910w,https://framerusercontent.com/images/diUgdm1k4WjDNfHH3a47eyIiMY.png 967w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1087,intrinsicWidth:967,pixelHeight:1087,pixelWidth:967,sizes:\"277px\",...getLocalizedValue(\"v68\",activeLocale)??{src:\"https://framerusercontent.com/images/diUgdm1k4WjDNfHH3a47eyIiMY.png\",srcSet:\"https://framerusercontent.com/images/diUgdm1k4WjDNfHH3a47eyIiMY.png?scale-down-to=1024 910w,https://framerusercontent.com/images/diUgdm1k4WjDNfHH3a47eyIiMY.png 967w\"}},className:\"framer-1ws399l\",\"data-framer-name\":\"Frame_1109\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1329,intrinsicWidth:995,pixelHeight:1329,pixelWidth:995,sizes:\"177.5px\",...getLocalizedValue(\"v69\",activeLocale)??{src:\"https://framerusercontent.com/images/3YmNHTNdX64rZQybAnQKaYwDLk.png\",srcSet:\"https://framerusercontent.com/images/3YmNHTNdX64rZQybAnQKaYwDLk.png?scale-down-to=1024 766w,https://framerusercontent.com/images/3YmNHTNdX64rZQybAnQKaYwDLk.png 995w\"}}},S82MmitvW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1329,intrinsicWidth:995,loading:getLoadingLazyAtYPosition(5980.36254681648),pixelHeight:1329,pixelWidth:995,sizes:\"235px\",...getLocalizedValue(\"v69\",activeLocale)??{src:\"https://framerusercontent.com/images/3YmNHTNdX64rZQybAnQKaYwDLk.png\",srcSet:\"https://framerusercontent.com/images/3YmNHTNdX64rZQybAnQKaYwDLk.png?scale-down-to=1024 766w,https://framerusercontent.com/images/3YmNHTNdX64rZQybAnQKaYwDLk.png 995w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1329,intrinsicWidth:995,pixelHeight:1329,pixelWidth:995,sizes:\"295px\",...getLocalizedValue(\"v69\",activeLocale)??{src:\"https://framerusercontent.com/images/3YmNHTNdX64rZQybAnQKaYwDLk.png\",srcSet:\"https://framerusercontent.com/images/3YmNHTNdX64rZQybAnQKaYwDLk.png?scale-down-to=1024 766w,https://framerusercontent.com/images/3YmNHTNdX64rZQybAnQKaYwDLk.png 995w\"}},className:\"framer-jjx10f\",\"data-framer-name\":\"Frame_1109\"})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u683m8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rrsq93\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vfeq5w\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15594fy-container\",\"data-framer-name\":\"badge\",name:\"badge\",children:/*#__PURE__*/_jsx(ComingSoon,{height:\"100%\",id:\"BrTG7kC_u\",JOnrEV1ig:getLocalizedValue(\"v53\",activeLocale)??\"Coming Soon\",layoutId:\"BrTG7kC_u\",name:\"badge\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j3gxvo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Menu Filters\"})})},S82MmitvW:{children:getLocalizedValue(\"v72\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Menu Filters\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-id6s52\",\"data-styles-preset\":\"vmGFk07v6\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Menu Filters\"})}),className:\"framer-1vvidoq\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-po59ls\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2088,intrinsicWidth:1437,pixelHeight:2088,pixelWidth:1437,sizes:\"228px\",...getLocalizedValue(\"v73\",activeLocale)??{src:\"https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png\",srcSet:\"https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png?scale-down-to=1024 704w,https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png?scale-down-to=2048 1409w,https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png 1437w\"}}},S82MmitvW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2088,intrinsicWidth:1437,loading:getLoadingLazyAtYPosition(6879.000000000001),pixelHeight:2088,pixelWidth:1437,sizes:\"329px\",...getLocalizedValue(\"v73\",activeLocale)??{src:\"https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png\",srcSet:\"https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png?scale-down-to=1024 704w,https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png?scale-down-to=2048 1409w,https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png 1437w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2088,intrinsicWidth:1437,pixelHeight:2088,pixelWidth:1437,sizes:\"329px\",...getLocalizedValue(\"v73\",activeLocale)??{src:\"https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png\",srcSet:\"https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png?scale-down-to=1024 704w,https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png?scale-down-to=2048 1409w,https://framerusercontent.com/images/83BCZjWCtpLpo5XBnkotQQ5s7E.png 1437w\"}},className:\"framer-i1070u\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{whileHover:animation7}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lk8eqi\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-105vd9g\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1llmv8w-container\",\"data-framer-name\":\"badge\",name:\"badge\",children:/*#__PURE__*/_jsx(ComingSoon,{height:\"100%\",id:\"uA2btkLpA\",JOnrEV1ig:getLocalizedValue(\"v53\",activeLocale)??\"Coming Soon\",layoutId:\"uA2btkLpA\",name:\"badge\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iduapv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v75\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Brand Assets\"})})},S82MmitvW:{children:getLocalizedValue(\"v76\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1d66igb\",\"data-styles-preset\":\"sHkCBlIk9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Brand Assets\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v74\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-id6s52\",\"data-styles-preset\":\"vmGFk07v6\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\"},children:\"Brand Assets\"})}),className:\"framer-zg0yyz\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7fephw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:113.5,intrinsicWidth:139.5,pixelHeight:227,pixelWidth:279,sizes:\"107px\",src:\"https://framerusercontent.com/images/t1dayL1nBXMgvYZ9Z7qE8mfQdT4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/t1dayL1nBXMgvYZ9Z7qE8mfQdT4.png 452w\"}},S82MmitvW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:113.5,intrinsicWidth:139.5,loading:getLoadingLazyAtYPosition(7385.300000000001),pixelHeight:227,pixelWidth:279,sizes:\"136px\",src:\"https://framerusercontent.com/images/t1dayL1nBXMgvYZ9Z7qE8mfQdT4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/t1dayL1nBXMgvYZ9Z7qE8mfQdT4.png 452w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:113.5,intrinsicWidth:139.5,pixelHeight:227,pixelWidth:279,sizes:\"205px\",src:\"https://framerusercontent.com/images/t1dayL1nBXMgvYZ9Z7qE8mfQdT4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/t1dayL1nBXMgvYZ9Z7qE8mfQdT4.png 452w\"},className:\"framer-1jutabi\",\"data-framer-name\":\"Frame_1103\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S82MmitvW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:105.5,intrinsicWidth:162,loading:getLoadingLazyAtYPosition(7418.800000000001),pixelHeight:211,pixelWidth:324,src:\"https://framerusercontent.com/images/PhAqANe4klu1vI1zkd3W3zfH940.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:105.5,intrinsicWidth:162,pixelHeight:211,pixelWidth:324,src:\"https://framerusercontent.com/images/PhAqANe4klu1vI1zkd3W3zfH940.png\"},className:\"framer-1dhefds\",\"data-framer-name\":\"Frame_1109\",style:{rotate:-6}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S82MmitvW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:105.5,intrinsicWidth:161.5,loading:getLoadingLazyAtYPosition(7430.300000000001),pixelHeight:211,pixelWidth:323,src:\"https://framerusercontent.com/images/4el0CBaHRDkgY1668ohCxMae7E.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:105.5,intrinsicWidth:161.5,pixelHeight:211,pixelWidth:323,src:\"https://framerusercontent.com/images/4el0CBaHRDkgY1668ohCxMae7E.png\"},className:\"framer-879ncn\",\"data-framer-name\":\"Frame_1110\",style:{rotate:9}})})]})]})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-38ote9\",\"data-framer-name\":\"footer\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z0sb5j\",\"data-framer-name\":\"footer-form\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xw6b7v\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yxfkce\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v78\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-zg7gjw\",\"data-styles-preset\":\"ZPwaahi4B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\"},children:\"Stay in the loop\"})}),fonts:[\"Inter\"]},S82MmitvW:{children:getLocalizedValue(\"v79\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 84, 84)\"},children:\"Stay in the loop\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v77\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 84, 84)\"},children:\"Stay in the loop\"})}),className:\"framer-i5zujv\",\"data-framer-name\":\"Hey, wait...\",fonts:[\"GF;Sora-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v81\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-id6s52\",\"data-styles-preset\":\"vmGFk07v6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"Subscribe to our newsletter!\"})}),fonts:[\"Inter\"]},S82MmitvW:{children:getLocalizedValue(\"v82\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"Subscribe to our newsletter!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v80\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"Subscribe to our newsletter!\"})}),className:\"framer-1plsgl0\",\"data-framer-name\":\"Subscribe to our newsletter!\",fonts:[\"GF;Sora-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{children:getLocalizedValue(\"v84\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b7zz6p\",\"data-styles-preset\":\"snFLVnF4z\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"Resty is growing along with our partners - receive regular updates on new features!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v83\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fuj35w\",\"data-styles-preset\":\"Vi6xpK6vr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},children:\"Resty is growing along with our partners - receive regular updates on new features!\"})}),className:\"framer-br1zu9\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oq0qp3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fKsOc8qxZ:{button:{buttonFont:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:12,buttonPaddingBottom:12,buttonPaddingLeft:20,buttonPaddingPerSide:false,buttonPaddingRight:20,buttonPaddingTop:12,color:\"rgb(255, 255, 255)\",fill:\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\",insetWhenDocked:5,isDocked:false,label:getLocalizedValue(\"v86\",activeLocale)??\"Subscribe\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},input:{borderObject:{borderColor:\"rgba(255, 255, 255, 0.3)\",borderWidth:1},borderRadius:8,color:\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\",fill:\"rgba(255, 255, 255, 0.12)\",fixedHeight:50,focusObject:{focusColor:\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\",focusWidthFrom:0,focusWidthTo:2},height:true,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,placeholder:getLocalizedValue(\"v85\",activeLocale)??\"name@resty.com\",placeholderColor:\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"}},S82MmitvW:{button:{buttonFont:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:16,buttonPaddingBottom:14,buttonPaddingLeft:20,buttonPaddingPerSide:true,buttonPaddingRight:20,buttonPaddingTop:14,color:\"rgb(255, 255, 255)\",fill:\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\",insetWhenDocked:5,isDocked:false,label:getLocalizedValue(\"v86\",activeLocale)??\"Subscribe\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},input:{borderObject:{borderColor:\"rgba(255, 255, 255, 0.3)\",borderWidth:1},borderRadius:8,color:\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\",fill:\"rgba(255, 255, 255, 0.12)\",fixedHeight:50,focusObject:{focusColor:\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\",focusWidthFrom:0,focusWidthTo:2},height:true,padding:14,paddingBottom:14,paddingLeft:14,paddingPerSide:false,paddingRight:14,paddingTop:14,placeholder:getLocalizedValue(\"v85\",activeLocale)??\"name@resty.com\",placeholderColor:\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},layout:\"vertical\"}},children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:16,buttonPaddingBottom:12,buttonPaddingLeft:20,buttonPaddingPerSide:true,buttonPaddingRight:20,buttonPaddingTop:12,color:\"rgb(255, 255, 255)\",fill:\"var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, rgb(255, 84, 84))\",insetWhenDocked:5,isDocked:false,label:getLocalizedValue(\"v86\",activeLocale)??\"Subscribe\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:12,getwaitlistAPI:\"\",height:\"100%\",id:\"Vquk1gb7r\",input:{borderObject:{borderColor:\"rgba(255, 255, 255, 0.3)\",borderWidth:1},borderRadius:8,color:\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\",fill:\"rgba(255, 255, 255, 0.12)\",fixedHeight:50,focusObject:{focusColor:\"var(--token-82c06a72-a0c4-41d8-8290-4e0b56c0ffe4, rgb(32, 39, 55))\",focusWidthFrom:0,focusWidthTo:2},height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:getLocalizedValue(\"v85\",activeLocale)??\"name@resty.com\",placeholderColor:\"var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, rgb(255, 255, 255))\"},layout:\"horizontal\",layoutId:\"Vquk1gb7r\",loopsID:\"\",loopsUserGroup:\"\",mailchimpURL:\"\",redirectAs:\"link\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:6.1,stiffness:472,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:40,y:20}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1aiat3m\",\"data-framer-name\":\"footer-bg-ellipse\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v3dqtq-container\",\"data-framer-name\":\"footer-logo\",name:\"footer-logo\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"WeRKiyHWn\",iD5PdsTOp:getLocalizedValue(\"v87\",activeLocale)??\"Resty\",layoutId:\"WeRKiyHWn\",name:\"footer-logo\",variant:\"PAWvFGI92\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pukxps\",\"data-framer-name\":\"footer-social-media\"})]})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, rgb(246, 248, 252)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ne0cU.framer-lux5qc, .framer-Ne0cU .framer-lux5qc { display: block; }\",\".framer-Ne0cU.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1160px; }\",\".framer-Ne0cU .framer-1xadgyn-container { flex: none; height: auto; max-width: 1400px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-1x791ii { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-196j9f8 { align-content: center; align-items: center; background-color: #202737; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 80px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-1ioni0p { align-content: center; align-items: center; aspect-ratio: 0.7743467933491687 / 1; bottom: -292px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 421px); justify-content: center; left: -340px; overflow: hidden; padding: 0px; position: absolute; width: 326px; z-index: 0; }\",\".framer-Ne0cU .framer-14atqes { flex: none; height: 302px; position: relative; width: 302px; }\",\".framer-Ne0cU .framer-1d55kpo { align-content: center; align-items: center; bottom: -690px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -360px; width: min-content; z-index: 0; }\",\".framer-Ne0cU .framer-ro1k0f { flex: none; height: 432px; position: relative; width: 432px; }\",\".framer-Ne0cU .framer-1qxg5qg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 916px; }\",\".framer-Ne0cU .framer-1vosoqp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ne0cU .framer-8mibuj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-1kuw90z { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-1us51av, .framer-Ne0cU .framer-1991sid { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ne0cU .framer-1iltbja { flex: none; height: auto; max-width: 460px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ne0cU .framer-1drm1ub-container, .framer-Ne0cU .framer-1sz8b4k-container, .framer-Ne0cU .framer-55noln-container, .framer-Ne0cU .framer-sldaaq-container, .framer-Ne0cU .framer-193orj-container, .framer-Ne0cU .framer-1989r6k-container, .framer-Ne0cU .framer-15594fy-container, .framer-Ne0cU .framer-1llmv8w-container, .framer-Ne0cU .framer-1v3dqtq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Ne0cU .framer-hxkdv8-container { flex: none; height: 648px; position: relative; width: 1037px; }\",\".framer-Ne0cU .framer-185fmgh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: hidden; padding: 160px 80px 60px 80px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-1nw98cv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Ne0cU .framer-1mdv71b, .framer-Ne0cU .framer-1yxfkce { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Ne0cU .framer-n9gmce, .framer-Ne0cU .framer-i34rf { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-Ne0cU .framer-136wrh1 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 581px; word-break: break-word; word-wrap: break-word; }\",\".framer-Ne0cU .framer-1d0lcxs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1340px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-6ly2x6, .framer-Ne0cU .framer-10zc9nd, .framer-Ne0cU .framer-1n64gb8, .framer-Ne0cU .framer-aatyjk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-15yal2u-container, .framer-Ne0cU .framer-1y8ayt8-container, .framer-Ne0cU .framer-14cq776-container, .framer-Ne0cU .framer-1edpglj-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Ne0cU .framer-1lbh0wl-container, .framer-Ne0cU .framer-mmk8xj-container, .framer-Ne0cU .framer-v0afch-container, .framer-Ne0cU .framer-vferbx-container { flex: 1 0 0px; height: 400px; max-width: 100%; position: relative; width: 1px; }\",\".framer-Ne0cU .framer-1lzrrpl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-1i2viwi { align-content: center; align-items: center; background-color: var(--token-fe5db877-cfb6-462e-b319-3d39bef4642b, #ff5454); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.15); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ne0cU .framer-x1kyut { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 650px; }\",\".framer-Ne0cU .framer-w94dt { -webkit-user-select: none; flex: none; height: auto; opacity: 0.7; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ne0cU .framer-17io3rk, .framer-Ne0cU .framer-4qb69z, .framer-Ne0cU .framer-14dd428, .framer-Ne0cU .framer-1q4yfq6, .framer-Ne0cU .framer-1fthysr, .framer-Ne0cU .framer-pjeqts, .framer-Ne0cU .framer-r5gtsk, .framer-Ne0cU .framer-1vvidoq, .framer-Ne0cU .framer-zg0yyz { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ne0cU .framer-1944vhk { flex: none; height: 103%; overflow: visible; position: absolute; right: -40px; top: calc(88.75192604006166% - 103.17273795534665% / 2); width: 33%; z-index: 0; }\",\".framer-Ne0cU .framer-1tboyet { flex: none; height: 1302px; position: absolute; right: -148px; top: calc(2.6865671641791264% - 1302px / 2); width: 396px; }\",\".framer-Ne0cU .framer-5jsdwx { flex: none; height: 311px; position: absolute; right: -217px; top: calc(92.83582089552242% - 311px / 2); width: 354px; }\",\".framer-Ne0cU .framer-nl48yr { flex: none; height: 103%; left: -120px; overflow: visible; position: absolute; top: calc(85.6702619414484% - 103.07692307692307% / 2); width: 33%; z-index: 0; }\",\".framer-Ne0cU .framer-1j2ajlo { flex: none; height: 1802px; left: -32px; position: absolute; top: calc(35.52238805970151% - 1802px / 2); width: 548px; }\",\".framer-Ne0cU .framer-qnqjky { flex: none; height: 311px; left: 153px; position: absolute; top: calc(92.83582089552242% - 311px / 2); width: 354px; }\",\".framer-Ne0cU .framer-1cpfxey { align-content: center; align-items: center; background-color: var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 160px 110px 120px 110px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-wrlcjh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1340px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-le4kw5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-d9osyz { 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: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-Ne0cU .framer-qfiz4l { bottom: -226px; flex: none; height: 134%; overflow: visible; position: absolute; right: 0px; width: 33%; z-index: 0; }\",\".framer-Ne0cU .framer-1r56np4 { flex: none; height: 885px; position: absolute; right: -616px; top: calc(117.01492537313436% - 885px / 2); width: 874px; }\",\".framer-Ne0cU .framer-x7grk5 { bottom: -252px; flex: none; height: 311px; position: absolute; right: -387px; width: 354px; }\",\".framer-Ne0cU .framer-15t0kk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-1mltqi { align-content: center; align-items: center; background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ne0cU .framer-1t2b5wa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 400px; }\",\".framer-Ne0cU .framer-viv2j7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 320px; }\",\".framer-Ne0cU .framer-y5pjjt { background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); flex: 1 0 0px; height: 254px; overflow: visible; position: relative; width: 1px; }\",\".framer-Ne0cU .framer-p6paw { -webkit-filter: drop-shadow(3px 1px 18px rgba(0, 0, 0, 0.25)); filter: drop-shadow(3px 1px 18px rgba(0, 0, 0, 0.25)); flex: none; height: 159%; left: calc(37.70833333333336% - 261px / 2); opacity: 0.37; overflow: hidden; position: absolute; top: calc(0.39447731755426285% - 159.3688362919132% / 2); width: 261px; }\",\".framer-Ne0cU .framer-j6skts { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0.18065619053231785px 0.6021873017743928px 1.3831444013856649px 0px rgba(43, 55, 128, 0.02), 0.6865599909730371px 2.288533303243457px 5.256457611176471px 0px rgba(43, 55, 128, 0.05721), 3px 10px 22.968674319603217px 0px rgba(43, 55, 128, 0.25); flex: none; height: 178%; left: calc(57.291666666666686% - 291px / 2); overflow: hidden; position: absolute; top: calc(107.69230769230771% - 178.30374753451676% / 2); width: 291px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ne0cU .framer-1o2fkyx, .framer-Ne0cU .framer-1u683m8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-1hfb9g8 { align-content: center; align-items: center; align-self: stretch; background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ne0cU .framer-e7so9, .framer-Ne0cU .framer-14o41gp, .framer-Ne0cU .framer-105vd9g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-14dukwo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-10kznmi { background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); flex: none; height: 320px; max-width: 100%; overflow: visible; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-1rj0ze1 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12px 42px 0px rgba(27, 29, 122, 0.12); flex: none; height: 171px; left: calc(63.55555555555558% - 263px / 2); opacity: 0.7; overflow: visible; position: absolute; top: calc(61.56250000000002% - 171px / 2); width: 263px; }\",\".framer-Ne0cU .framer-lm32g3 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12px 42px 0px rgba(27, 29, 122, 0.12); flex: none; height: 208px; left: calc(46.66666666666669% - 320px / 2); overflow: visible; position: absolute; top: calc(56.87500000000002% - 208px / 2); width: 320px; }\",\".framer-Ne0cU .framer-1vctqy9 { align-content: center; align-items: center; background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ne0cU .framer-10kqd53, .framer-Ne0cU .framer-1iduapv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 370px; }\",\".framer-Ne0cU .framer-l0a8oe { background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); flex: none; height: 320px; max-width: 450px; overflow: visible; position: relative; width: 450px; }\",\".framer-Ne0cU .framer-1ws399l { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12px 42px 0px rgba(27, 29, 122, 0.12); flex: none; height: 80%; left: calc(38.22222222222224% - 277px / 2); overflow: visible; position: absolute; top: calc(55.62500000000002% - 80% / 2); width: 277px; }\",\".framer-Ne0cU .framer-jjx10f { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12px 42px 0px rgba(27, 29, 122, 0.12); flex: none; height: 123%; left: calc(60.888888888888914% - 295px / 2); overflow: visible; position: absolute; top: calc(71.56250000000001% - 122.50000000000001% / 2); width: 295px; }\",\".framer-Ne0cU .framer-1rrsq93, .framer-Ne0cU .framer-lk8eqi { align-content: center; align-items: center; background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ne0cU .framer-1vfeq5w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-j3gxvo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 390px; }\",\".framer-Ne0cU .framer-po59ls { background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); flex: none; height: 320px; overflow: hidden; position: relative; width: 100%; }\",\".framer-Ne0cU .framer-i1070u { -webkit-filter: drop-shadow(3px 1px 6px rgba(34, 39, 77, 0.05)); bottom: -194px; filter: drop-shadow(3px 1px 6px rgba(34, 39, 77, 0.05)); flex: none; height: 153%; left: calc(50.66666666666669% - 329px / 2); overflow: hidden; position: absolute; width: 329px; }\",\".framer-Ne0cU .framer-7fephw { align-content: center; align-items: center; background-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 320px; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Ne0cU .framer-1jutabi { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12px 42px 0px rgba(27, 29, 122, 0.12); flex: none; height: 254px; overflow: visible; position: relative; width: 205px; }\",\".framer-Ne0cU .framer-1dhefds { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12px 42px 0px rgba(27, 29, 122, 0.12); flex: none; height: 151px; overflow: visible; position: relative; width: 233px; }\",\".framer-Ne0cU .framer-879ncn { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12px 42px 0px rgba(27, 29, 122, 0.12); flex: none; height: 117px; overflow: visible; position: relative; width: 180px; }\",\".framer-Ne0cU .framer-38ote9 { align-content: center; align-items: center; background-color: var(--token-7ce313e9-3f0f-4117-95d9-e17a999fde9e, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 520px; justify-content: flex-start; overflow: visible; padding: 80px 120px 40px 120px; position: relative; width: 100%; z-index: 1; }\",\".framer-Ne0cU .framer-1z0sb5j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Ne0cU .framer-xw6b7v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Ne0cU .framer-i5zujv, .framer-Ne0cU .framer-1plsgl0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ne0cU .framer-br1zu9 { flex: none; height: auto; max-width: 419px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-Ne0cU .framer-oq0qp3-container { flex: none; height: auto; position: relative; width: 420px; }\",\".framer-Ne0cU .framer-1aiat3m { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #1b2230; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 1288px); justify-content: center; left: -54px; padding: 0px; position: absolute; right: -74px; top: 1px; z-index: -1; }\",\".framer-Ne0cU .framer-1pukxps { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1320px; min-height: 28px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ne0cU.framer-72rtr7, .framer-Ne0cU .framer-1x791ii, .framer-Ne0cU .framer-196j9f8, .framer-Ne0cU .framer-1ioni0p, .framer-Ne0cU .framer-1d55kpo, .framer-Ne0cU .framer-1qxg5qg, .framer-Ne0cU .framer-1vosoqp, .framer-Ne0cU .framer-8mibuj, .framer-Ne0cU .framer-1kuw90z, .framer-Ne0cU .framer-185fmgh, .framer-Ne0cU .framer-1nw98cv, .framer-Ne0cU .framer-1mdv71b, .framer-Ne0cU .framer-1d0lcxs, .framer-Ne0cU .framer-1lzrrpl, .framer-Ne0cU .framer-1i2viwi, .framer-Ne0cU .framer-x1kyut, .framer-Ne0cU .framer-1cpfxey, .framer-Ne0cU .framer-wrlcjh, .framer-Ne0cU .framer-le4kw5, .framer-Ne0cU .framer-d9osyz, .framer-Ne0cU .framer-15t0kk2, .framer-Ne0cU .framer-1mltqi, .framer-Ne0cU .framer-1t2b5wa, .framer-Ne0cU .framer-viv2j7, .framer-Ne0cU .framer-1o2fkyx, .framer-Ne0cU .framer-1hfb9g8, .framer-Ne0cU .framer-e7so9, .framer-Ne0cU .framer-14dukwo, .framer-Ne0cU .framer-1vctqy9, .framer-Ne0cU .framer-14o41gp, .framer-Ne0cU .framer-10kqd53, .framer-Ne0cU .framer-1u683m8, .framer-Ne0cU .framer-1rrsq93, .framer-Ne0cU .framer-1vfeq5w, .framer-Ne0cU .framer-j3gxvo, .framer-Ne0cU .framer-lk8eqi, .framer-Ne0cU .framer-105vd9g, .framer-Ne0cU .framer-1iduapv, .framer-Ne0cU .framer-7fephw, .framer-Ne0cU .framer-38ote9, .framer-Ne0cU .framer-1z0sb5j, .framer-Ne0cU .framer-xw6b7v, .framer-Ne0cU .framer-1yxfkce, .framer-Ne0cU .framer-1aiat3m { gap: 0px; } .framer-Ne0cU.framer-72rtr7 > *, .framer-Ne0cU .framer-1hfb9g8 > *, .framer-Ne0cU .framer-1vctqy9 > *, .framer-Ne0cU .framer-1rrsq93 > *, .framer-Ne0cU .framer-lk8eqi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ne0cU.framer-72rtr7 > :first-child, .framer-Ne0cU .framer-1x791ii > :first-child, .framer-Ne0cU .framer-196j9f8 > :first-child, .framer-Ne0cU .framer-1ioni0p > :first-child, .framer-Ne0cU .framer-1d55kpo > :first-child, .framer-Ne0cU .framer-1vosoqp > :first-child, .framer-Ne0cU .framer-8mibuj > :first-child, .framer-Ne0cU .framer-1kuw90z > :first-child, .framer-Ne0cU .framer-185fmgh > :first-child, .framer-Ne0cU .framer-1nw98cv > :first-child, .framer-Ne0cU .framer-1mdv71b > :first-child, .framer-Ne0cU .framer-1d0lcxs > :first-child, .framer-Ne0cU .framer-1lzrrpl > :first-child, .framer-Ne0cU .framer-1i2viwi > :first-child, .framer-Ne0cU .framer-x1kyut > :first-child, .framer-Ne0cU .framer-1cpfxey > :first-child, .framer-Ne0cU .framer-wrlcjh > :first-child, .framer-Ne0cU .framer-le4kw5 > :first-child, .framer-Ne0cU .framer-d9osyz > :first-child, .framer-Ne0cU .framer-15t0kk2 > :first-child, .framer-Ne0cU .framer-1t2b5wa > :first-child, .framer-Ne0cU .framer-viv2j7 > :first-child, .framer-Ne0cU .framer-1hfb9g8 > :first-child, .framer-Ne0cU .framer-e7so9 > :first-child, .framer-Ne0cU .framer-14dukwo > :first-child, .framer-Ne0cU .framer-1vctqy9 > :first-child, .framer-Ne0cU .framer-14o41gp > :first-child, .framer-Ne0cU .framer-10kqd53 > :first-child, .framer-Ne0cU .framer-1rrsq93 > :first-child, .framer-Ne0cU .framer-1vfeq5w > :first-child, .framer-Ne0cU .framer-j3gxvo > :first-child, .framer-Ne0cU .framer-lk8eqi > :first-child, .framer-Ne0cU .framer-105vd9g > :first-child, .framer-Ne0cU .framer-1iduapv > :first-child, .framer-Ne0cU .framer-38ote9 > :first-child, .framer-Ne0cU .framer-1z0sb5j > :first-child, .framer-Ne0cU .framer-xw6b7v > :first-child, .framer-Ne0cU .framer-1yxfkce > :first-child, .framer-Ne0cU .framer-1aiat3m > :first-child { margin-top: 0px; } .framer-Ne0cU.framer-72rtr7 > :last-child, .framer-Ne0cU .framer-1x791ii > :last-child, .framer-Ne0cU .framer-196j9f8 > :last-child, .framer-Ne0cU .framer-1ioni0p > :last-child, .framer-Ne0cU .framer-1d55kpo > :last-child, .framer-Ne0cU .framer-1vosoqp > :last-child, .framer-Ne0cU .framer-8mibuj > :last-child, .framer-Ne0cU .framer-1kuw90z > :last-child, .framer-Ne0cU .framer-185fmgh > :last-child, .framer-Ne0cU .framer-1nw98cv > :last-child, .framer-Ne0cU .framer-1mdv71b > :last-child, .framer-Ne0cU .framer-1d0lcxs > :last-child, .framer-Ne0cU .framer-1lzrrpl > :last-child, .framer-Ne0cU .framer-1i2viwi > :last-child, .framer-Ne0cU .framer-x1kyut > :last-child, .framer-Ne0cU .framer-1cpfxey > :last-child, .framer-Ne0cU .framer-wrlcjh > :last-child, .framer-Ne0cU .framer-le4kw5 > :last-child, .framer-Ne0cU .framer-d9osyz > :last-child, .framer-Ne0cU .framer-15t0kk2 > :last-child, .framer-Ne0cU .framer-1t2b5wa > :last-child, .framer-Ne0cU .framer-viv2j7 > :last-child, .framer-Ne0cU .framer-1hfb9g8 > :last-child, .framer-Ne0cU .framer-e7so9 > :last-child, .framer-Ne0cU .framer-14dukwo > :last-child, .framer-Ne0cU .framer-1vctqy9 > :last-child, .framer-Ne0cU .framer-14o41gp > :last-child, .framer-Ne0cU .framer-10kqd53 > :last-child, .framer-Ne0cU .framer-1rrsq93 > :last-child, .framer-Ne0cU .framer-1vfeq5w > :last-child, .framer-Ne0cU .framer-j3gxvo > :last-child, .framer-Ne0cU .framer-lk8eqi > :last-child, .framer-Ne0cU .framer-105vd9g > :last-child, .framer-Ne0cU .framer-1iduapv > :last-child, .framer-Ne0cU .framer-38ote9 > :last-child, .framer-Ne0cU .framer-1z0sb5j > :last-child, .framer-Ne0cU .framer-xw6b7v > :last-child, .framer-Ne0cU .framer-1yxfkce > :last-child, .framer-Ne0cU .framer-1aiat3m > :last-child { margin-bottom: 0px; } .framer-Ne0cU .framer-1x791ii > *, .framer-Ne0cU .framer-15t0kk2 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Ne0cU .framer-196j9f8 > *, .framer-Ne0cU .framer-1d0lcxs > *, .framer-Ne0cU .framer-1cpfxey > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-Ne0cU .framer-1ioni0p > *, .framer-Ne0cU .framer-1d55kpo > *, .framer-Ne0cU .framer-1lzrrpl > *, .framer-Ne0cU .framer-1aiat3m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ne0cU .framer-1qxg5qg > *, .framer-Ne0cU .framer-7fephw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ne0cU .framer-1qxg5qg > :first-child, .framer-Ne0cU .framer-1mltqi > :first-child, .framer-Ne0cU .framer-1o2fkyx > :first-child, .framer-Ne0cU .framer-1u683m8 > :first-child, .framer-Ne0cU .framer-7fephw > :first-child { margin-left: 0px; } .framer-Ne0cU .framer-1qxg5qg > :last-child, .framer-Ne0cU .framer-1mltqi > :last-child, .framer-Ne0cU .framer-1o2fkyx > :last-child, .framer-Ne0cU .framer-1u683m8 > :last-child, .framer-Ne0cU .framer-7fephw > :last-child { margin-right: 0px; } .framer-Ne0cU .framer-1vosoqp > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-Ne0cU .framer-8mibuj > *, .framer-Ne0cU .framer-1nw98cv > *, .framer-Ne0cU .framer-x1kyut > *, .framer-Ne0cU .framer-1t2b5wa > *, .framer-Ne0cU .framer-e7so9 > *, .framer-Ne0cU .framer-14o41gp > *, .framer-Ne0cU .framer-1vfeq5w > *, .framer-Ne0cU .framer-105vd9g > *, .framer-Ne0cU .framer-xw6b7v > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Ne0cU .framer-1kuw90z > *, .framer-Ne0cU .framer-1mdv71b > *, .framer-Ne0cU .framer-d9osyz > *, .framer-Ne0cU .framer-1yxfkce > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Ne0cU .framer-185fmgh > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-Ne0cU .framer-1i2viwi > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Ne0cU .framer-wrlcjh > *, .framer-Ne0cU .framer-38ote9 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-Ne0cU .framer-le4kw5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Ne0cU .framer-1mltqi > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-Ne0cU .framer-viv2j7 > *, .framer-Ne0cU .framer-14dukwo > *, .framer-Ne0cU .framer-10kqd53 > *, .framer-Ne0cU .framer-j3gxvo > *, .framer-Ne0cU .framer-1iduapv > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Ne0cU .framer-1o2fkyx > *, .framer-Ne0cU .framer-1u683m8 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-Ne0cU .framer-1z0sb5j > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-Ne0cU[data-border=\"true\"]::after, .framer-Ne0cU [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 640px) and (max-width: 1159px) { .framer-Ne0cU.framer-72rtr7 { width: 640px; } .framer-Ne0cU .framer-1xadgyn-container { order: 0; } .framer-Ne0cU .framer-1x791ii { order: 1; padding: 0px 20px 20px 20px; } .framer-Ne0cU .framer-196j9f8 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; } .framer-Ne0cU .framer-1ioni0p { bottom: -397px; height: var(--framer-aspect-ratio-supported, 413px); left: -240px; width: 53%; } .framer-Ne0cU .framer-1d55kpo { bottom: -662px; height: 148%; right: -260px; width: 62%; } .framer-Ne0cU .framer-ro1k0f { height: 296px; width: 296px; } .framer-Ne0cU .framer-1qxg5qg, .framer-Ne0cU .framer-hxkdv8-container, .framer-Ne0cU .framer-1nw98cv, .framer-Ne0cU .framer-136wrh1, .framer-Ne0cU .framer-10kqd53, .framer-Ne0cU .framer-j3gxvo, .framer-Ne0cU .framer-1iduapv { width: 100%; } .framer-Ne0cU .framer-1vosoqp { max-width: 500px; } .framer-Ne0cU .framer-185fmgh { gap: 60px; order: 2; padding: 100px 40px 60px 40px; } .framer-Ne0cU .framer-1mdv71b { gap: 2px; width: 100%; } .framer-Ne0cU .framer-n9gmce, .framer-Ne0cU .framer-i34rf { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Ne0cU .framer-1d0lcxs { gap: 60px; } .framer-Ne0cU .framer-1lzrrpl { order: 3; padding: 40px; } .framer-Ne0cU .framer-x1kyut { width: 340px; } .framer-Ne0cU .framer-1944vhk { bottom: -18px; height: unset; right: -110px; top: -17px; width: 507px; } .framer-Ne0cU .framer-1tboyet { height: 928px; right: -280px; top: calc(53.54838709677422% - 928px / 2); width: 704px; } .framer-Ne0cU .framer-5jsdwx { height: 155px; left: 445px; right: unset; top: calc(98.4615384615385% - 155px / 2); width: 177px; } .framer-Ne0cU .framer-nl48yr { bottom: 31px; height: unset; left: -179px; top: 4px; width: 392px; } .framer-Ne0cU .framer-1j2ajlo { height: 981px; top: calc(42.25806451612905% - 981px / 2); width: 581px; } .framer-Ne0cU .framer-qnqjky { height: 155px; left: 195px; top: calc(82.25806451612905% - 155px / 2); width: 177px; } .framer-Ne0cU .framer-1cpfxey { gap: 60px; order: 4; padding: 120px 40px 80px 40px; } .framer-Ne0cU .framer-wrlcjh { gap: 40px; } .framer-Ne0cU .framer-le4kw5 { max-width: 500px; width: min-content; } .framer-Ne0cU .framer-d9osyz { width: 370px; } .framer-Ne0cU .framer-qfiz4l { bottom: -218px; height: 390px; right: -400px; width: 507px; } .framer-Ne0cU .framer-1r56np4 { height: 1147px; right: -214px; top: calc(41.53846153846156% - 1147px / 2); width: 671px; } .framer-Ne0cU .framer-x7grk5 { height: 155px; left: 445px; right: unset; width: 177px; } .framer-Ne0cU .framer-15t0kk2, .framer-Ne0cU .framer-1o2fkyx, .framer-Ne0cU .framer-1u683m8 { gap: 20px; } .framer-Ne0cU .framer-1mltqi { gap: unset; justify-content: space-between; } .framer-Ne0cU .framer-1t2b5wa { flex: 1 0 0px; padding: 20px; width: 1px; } .framer-Ne0cU .framer-viv2j7 { gap: 4px; width: 100%; } .framer-Ne0cU .framer-y5pjjt { align-self: stretch; height: auto; } .framer-Ne0cU .framer-p6paw { height: 157%; left: calc(34.444444444444464% - 187px / 2); top: calc(2.220446049250313e-14% - 157.33695652173913% / 2); width: 187px; } .framer-Ne0cU .framer-j6skts { height: 182%; left: calc(53.33333333333336% - 212px / 2); top: calc(107.06521739130437% - 182.33695652173913% / 2); width: 212px; } .framer-Ne0cU .framer-1hfb9g8 { align-self: unset; height: min-content; } .framer-Ne0cU .framer-e7so9, .framer-Ne0cU .framer-14o41gp, .framer-Ne0cU .framer-1vfeq5w, .framer-Ne0cU .framer-105vd9g { padding: 20px; } .framer-Ne0cU .framer-10kznmi, .framer-Ne0cU .framer-po59ls { height: 300px; } .framer-Ne0cU .framer-1rj0ze1 { height: 57%; left: calc(69.14285714285717% - 269px / 2); top: calc(41.80064308681674% - 56.59163987138264% / 2); width: 269px; } .framer-Ne0cU .framer-lm32g3 { height: 55%; left: calc(49.42857142857145% - 263px / 2); top: calc(43.08681672025726% - 55.30546623794213% / 2); width: 263px; } .framer-Ne0cU .framer-l0a8oe { height: 300px; max-width: 129%; width: 100%; } .framer-Ne0cU .framer-1ws399l { height: 55%; left: 22px; top: calc(49.262536873156364% - 55.2% / 2); width: 183px; } .framer-Ne0cU .framer-jjx10f { height: 65%; left: unset; right: 32px; top: calc(48.9675516224189% - 64.53333333333333% / 2); width: 178px; } .framer-Ne0cU .framer-i1070u { bottom: 16px; height: 86%; left: calc(50.00000000000002% - 228px / 2); width: 228px; } .framer-Ne0cU .framer-7fephw { height: 300px; max-width: 280%; width: 100%; } .framer-Ne0cU .framer-1jutabi { height: 55%; width: 107px; } .framer-Ne0cU .framer-1dhefds { height: 33%; width: 162px; } .framer-Ne0cU .framer-879ncn { height: 26%; width: 94px; } .framer-Ne0cU .framer-38ote9 { order: 5; padding: 120px 20px 40px 20px; } .framer-Ne0cU .framer-1z0sb5j { gap: 24px; max-width: 80%; order: 0; } .framer-Ne0cU .framer-xw6b7v { gap: 4px; order: 0; } .framer-Ne0cU .framer-1yxfkce { gap: 2px; } .framer-Ne0cU .framer-oq0qp3-container { order: 1; } .framer-Ne0cU .framer-1aiat3m { height: var(--framer-aspect-ratio-supported, 1265px); left: -312px; order: 1; right: -313px; top: 2px; } .framer-Ne0cU .framer-1v3dqtq-container { order: 2; } .framer-Ne0cU .framer-1pukxps { align-content: center; align-items: center; flex-direction: column; gap: 20px; justify-content: center; order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ne0cU .framer-185fmgh, .framer-Ne0cU .framer-1mdv71b, .framer-Ne0cU .framer-1d0lcxs, .framer-Ne0cU .framer-1cpfxey, .framer-Ne0cU .framer-wrlcjh, .framer-Ne0cU .framer-15t0kk2, .framer-Ne0cU .framer-1mltqi, .framer-Ne0cU .framer-viv2j7, .framer-Ne0cU .framer-1o2fkyx, .framer-Ne0cU .framer-1u683m8, .framer-Ne0cU .framer-1z0sb5j, .framer-Ne0cU .framer-xw6b7v, .framer-Ne0cU .framer-1yxfkce, .framer-Ne0cU .framer-1pukxps { gap: 0px; } .framer-Ne0cU .framer-185fmgh > *, .framer-Ne0cU .framer-1d0lcxs > *, .framer-Ne0cU .framer-1cpfxey > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-Ne0cU .framer-185fmgh > :first-child, .framer-Ne0cU .framer-1mdv71b > :first-child, .framer-Ne0cU .framer-1d0lcxs > :first-child, .framer-Ne0cU .framer-1cpfxey > :first-child, .framer-Ne0cU .framer-wrlcjh > :first-child, .framer-Ne0cU .framer-15t0kk2 > :first-child, .framer-Ne0cU .framer-viv2j7 > :first-child, .framer-Ne0cU .framer-1z0sb5j > :first-child, .framer-Ne0cU .framer-xw6b7v > :first-child, .framer-Ne0cU .framer-1yxfkce > :first-child, .framer-Ne0cU .framer-1pukxps > :first-child { margin-top: 0px; } .framer-Ne0cU .framer-185fmgh > :last-child, .framer-Ne0cU .framer-1mdv71b > :last-child, .framer-Ne0cU .framer-1d0lcxs > :last-child, .framer-Ne0cU .framer-1cpfxey > :last-child, .framer-Ne0cU .framer-wrlcjh > :last-child, .framer-Ne0cU .framer-15t0kk2 > :last-child, .framer-Ne0cU .framer-viv2j7 > :last-child, .framer-Ne0cU .framer-1z0sb5j > :last-child, .framer-Ne0cU .framer-xw6b7v > :last-child, .framer-Ne0cU .framer-1yxfkce > :last-child, .framer-Ne0cU .framer-1pukxps > :last-child { margin-bottom: 0px; } .framer-Ne0cU .framer-1mdv71b > *, .framer-Ne0cU .framer-1yxfkce > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-Ne0cU .framer-wrlcjh > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Ne0cU .framer-15t0kk2 > *, .framer-Ne0cU .framer-1pukxps > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Ne0cU .framer-1mltqi > *, .framer-Ne0cU .framer-1mltqi > :first-child, .framer-Ne0cU .framer-1mltqi > :last-child { margin: 0px; } .framer-Ne0cU .framer-viv2j7 > *, .framer-Ne0cU .framer-xw6b7v > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Ne0cU .framer-1o2fkyx > *, .framer-Ne0cU .framer-1u683m8 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Ne0cU .framer-1o2fkyx > :first-child, .framer-Ne0cU .framer-1u683m8 > :first-child { margin-left: 0px; } .framer-Ne0cU .framer-1o2fkyx > :last-child, .framer-Ne0cU .framer-1u683m8 > :last-child { margin-right: 0px; } .framer-Ne0cU .framer-1z0sb5j > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\",\"@media (max-width: 639px) { .framer-Ne0cU.framer-72rtr7 { width: 420px; } .framer-Ne0cU .framer-1x791ii { gap: 20px; padding: 0px 12px 12px 12px; } .framer-Ne0cU .framer-196j9f8 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; order: 0; padding: 60px 20px 60px 20px; } .framer-Ne0cU .framer-1ioni0p { bottom: -291px; height: var(--framer-aspect-ratio-supported, 258px); left: -120px; width: 58%; } .framer-Ne0cU .framer-14atqes { height: 208px; width: 207px; } .framer-Ne0cU .framer-1d55kpo { bottom: -631px; height: 316px; right: -250px; width: 351px; } .framer-Ne0cU .framer-ro1k0f { height: 246px; width: 246px; } .framer-Ne0cU .framer-1qxg5qg, .framer-Ne0cU .framer-136wrh1, .framer-Ne0cU .framer-d9osyz, .framer-Ne0cU .framer-10kqd53, .framer-Ne0cU .framer-l0a8oe, .framer-Ne0cU .framer-j3gxvo, .framer-Ne0cU .framer-1iduapv, .framer-Ne0cU .framer-1yxfkce, .framer-Ne0cU .framer-br1zu9, .framer-Ne0cU .framer-oq0qp3-container { width: 100%; } .framer-Ne0cU .framer-1vosoqp { gap: 24px; } .framer-Ne0cU .framer-8mibuj { gap: 8px; max-width: 400px; } .framer-Ne0cU .framer-1kuw90z { gap: 0px; } .framer-Ne0cU .framer-hxkdv8-container { height: 718px; max-width: 380px; order: 1; width: 100%; } .framer-Ne0cU .framer-185fmgh { gap: 50px; padding: 100px 20px 80px 20px; } .framer-Ne0cU .framer-1nw98cv { max-width: 340px; width: 100%; } .framer-Ne0cU .framer-1mdv71b { gap: 0px; width: 100%; } .framer-Ne0cU .framer-n9gmce, .framer-Ne0cU .framer-i34rf, .framer-Ne0cU .framer-i5zujv, .framer-Ne0cU .framer-1plsgl0 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Ne0cU .framer-1d0lcxs { align-content: flex-start; align-items: flex-start; gap: 60px; } .framer-Ne0cU .framer-6ly2x6, .framer-Ne0cU .framer-10zc9nd { flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-Ne0cU .framer-15yal2u-container, .framer-Ne0cU .framer-1y8ayt8-container, .framer-Ne0cU .framer-14cq776-container, .framer-Ne0cU .framer-1edpglj-container { flex: none; order: 1; width: 100%; } .framer-Ne0cU .framer-1lbh0wl-container, .framer-Ne0cU .framer-mmk8xj-container, .framer-Ne0cU .framer-v0afch-container, .framer-Ne0cU .framer-vferbx-container, .framer-Ne0cU .framer-1vctqy9 { flex: none; order: 0; width: 100%; } .framer-Ne0cU .framer-1n64gb8 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-Ne0cU .framer-aatyjk { --border-bottom-width: 1px; --border-color: var(--token-5f26c27b-24c5-4ab1-a6a0-6f6c492b4466, #f6f8fc); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-Ne0cU .framer-1lzrrpl { padding: 20px; } .framer-Ne0cU .framer-1i2viwi { max-width: unset; padding: 30px; } .framer-Ne0cU .framer-x1kyut { gap: 8px; width: 100%; } .framer-Ne0cU .framer-1944vhk { bottom: -51px; height: unset; right: -79px; top: -48px; width: 24%; } .framer-Ne0cU .framer-1tboyet, .framer-Ne0cU .framer-1r56np4 { height: 520px; right: -144px; top: calc(57.40259740259742% - 520px / 2); width: 295px; } .framer-Ne0cU .framer-5jsdwx { bottom: 131px; height: 148px; right: -57px; top: unset; width: 168px; } .framer-Ne0cU .framer-nl48yr { bottom: -102px; height: unset; left: -69px; top: -51px; width: 24%; } .framer-Ne0cU .framer-1j2ajlo { height: 520px; top: calc(57.40259740259742% - 520px / 2); width: 295px; } .framer-Ne0cU .framer-qnqjky { bottom: 131px; height: 148px; top: unset; width: 168px; } .framer-Ne0cU .framer-1cpfxey { gap: 20px; padding: 80px 20px 60px 20px; } .framer-Ne0cU .framer-wrlcjh { gap: 40px; } .framer-Ne0cU .framer-le4kw5 { align-content: center; align-items: center; } .framer-Ne0cU .framer-qfiz4l { bottom: -51px; height: unset; right: -108px; top: -48px; width: 24%; } .framer-Ne0cU .framer-x7grk5 { bottom: 131px; height: 148px; right: -57px; width: 168px; } .framer-Ne0cU .framer-1mltqi { flex-direction: column; gap: 0px; } .framer-Ne0cU .framer-1t2b5wa { align-content: center; align-items: center; padding: 24px 0px 24px 0px; width: 100%; } .framer-Ne0cU .framer-y5pjjt { flex: none; height: 320px; max-width: 100%; width: 100%; } .framer-Ne0cU .framer-p6paw { -webkit-filter: drop-shadow(3px 1px 18px rgba(0, 0, 0, 0.25)); filter: drop-shadow(3px 1px 18px rgba(0, 0, 0, 0.25)); height: 149%; left: calc(63.95348837209305% - 50.813953488372086% / 2); top: calc(81.31147540983609% - 149.18032786885246% / 2); width: 51%; } .framer-Ne0cU .framer-j6skts { box-shadow: 3px 1px 42px 0px rgba(0, 0, 0, 0.25); height: 125%; left: calc(41.05263157894739% - 244px / 2); top: calc(74.09836065573772% - 124.59016393442623% / 2); width: 244px; } .framer-Ne0cU .framer-1o2fkyx, .framer-Ne0cU .framer-1u683m8 { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-Ne0cU .framer-1hfb9g8 { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-Ne0cU .framer-e7so9, .framer-Ne0cU .framer-14o41gp, .framer-Ne0cU .framer-1vfeq5w, .framer-Ne0cU .framer-105vd9g { align-content: center; align-items: center; padding: 24px 0px 0px 0px; } .framer-Ne0cU .framer-1rj0ze1 { height: 54%; left: calc(57.631578947368446% - 251px / 2); overflow: hidden; top: calc(46.22950819672133% - 53.77049180327869% / 2); width: 251px; will-change: var(--framer-will-change-override, transform); } .framer-Ne0cU .framer-lm32g3 { height: 55%; left: calc(46.578947368421076% - 292px / 2); overflow: hidden; top: calc(48.85245901639346% - 54.75409836065573% / 2); width: 292px; will-change: var(--framer-will-change-override, transform); } .framer-Ne0cU .framer-1ws399l { height: 79%; left: calc(35.526315789473706% - 181px / 2); top: calc(53.183520599250954% - 79.40074906367042% / 2); width: 181px; } .framer-Ne0cU .framer-jjx10f { height: 124%; left: calc(62.368421052631604% - 235px / 2); top: calc(71.1610486891386% - 123.59550561797752% / 2); width: 235px; } .framer-Ne0cU .framer-1rrsq93, .framer-Ne0cU .framer-lk8eqi { flex: none; width: 100%; } .framer-Ne0cU .framer-7fephw { max-width: unset; width: 100%; } .framer-Ne0cU .framer-1jutabi { height: 167px; width: 136px; } .framer-Ne0cU .framer-1dhefds { height: 100px; width: 155px; } .framer-Ne0cU .framer-879ncn { height: 77px; width: 120px; } .framer-Ne0cU .framer-38ote9 { gap: 43px; height: min-content; padding: 100px 20px 40px 20px; } .framer-Ne0cU .framer-1z0sb5j { max-width: 470px; order: 0; width: 100%; } .framer-Ne0cU .framer-xw6b7v { gap: 3px; width: 100%; } .framer-Ne0cU .framer-1aiat3m { height: var(--framer-aspect-ratio-supported, 864px); left: -221px; order: 1; right: -223px; top: 0px; } .framer-Ne0cU .framer-1v3dqtq-container { order: 2; } .framer-Ne0cU .framer-1pukxps { align-content: center; align-items: center; flex-direction: column; gap: 20px; justify-content: center; min-height: 68px; order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ne0cU .framer-1x791ii, .framer-Ne0cU .framer-1vosoqp, .framer-Ne0cU .framer-8mibuj, .framer-Ne0cU .framer-1kuw90z, .framer-Ne0cU .framer-185fmgh, .framer-Ne0cU .framer-1mdv71b, .framer-Ne0cU .framer-1d0lcxs, .framer-Ne0cU .framer-6ly2x6, .framer-Ne0cU .framer-10zc9nd, .framer-Ne0cU .framer-1n64gb8, .framer-Ne0cU .framer-aatyjk, .framer-Ne0cU .framer-x1kyut, .framer-Ne0cU .framer-1cpfxey, .framer-Ne0cU .framer-wrlcjh, .framer-Ne0cU .framer-1mltqi, .framer-Ne0cU .framer-1o2fkyx, .framer-Ne0cU .framer-1u683m8, .framer-Ne0cU .framer-38ote9, .framer-Ne0cU .framer-xw6b7v, .framer-Ne0cU .framer-1pukxps { gap: 0px; } .framer-Ne0cU .framer-1x791ii > *, .framer-Ne0cU .framer-1cpfxey > *, .framer-Ne0cU .framer-1pukxps > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Ne0cU .framer-1x791ii > :first-child, .framer-Ne0cU .framer-1vosoqp > :first-child, .framer-Ne0cU .framer-8mibuj > :first-child, .framer-Ne0cU .framer-1kuw90z > :first-child, .framer-Ne0cU .framer-185fmgh > :first-child, .framer-Ne0cU .framer-1mdv71b > :first-child, .framer-Ne0cU .framer-1d0lcxs > :first-child, .framer-Ne0cU .framer-6ly2x6 > :first-child, .framer-Ne0cU .framer-10zc9nd > :first-child, .framer-Ne0cU .framer-1n64gb8 > :first-child, .framer-Ne0cU .framer-aatyjk > :first-child, .framer-Ne0cU .framer-x1kyut > :first-child, .framer-Ne0cU .framer-1cpfxey > :first-child, .framer-Ne0cU .framer-wrlcjh > :first-child, .framer-Ne0cU .framer-1mltqi > :first-child, .framer-Ne0cU .framer-1o2fkyx > :first-child, .framer-Ne0cU .framer-1u683m8 > :first-child, .framer-Ne0cU .framer-38ote9 > :first-child, .framer-Ne0cU .framer-xw6b7v > :first-child, .framer-Ne0cU .framer-1pukxps > :first-child { margin-top: 0px; } .framer-Ne0cU .framer-1x791ii > :last-child, .framer-Ne0cU .framer-1vosoqp > :last-child, .framer-Ne0cU .framer-8mibuj > :last-child, .framer-Ne0cU .framer-1kuw90z > :last-child, .framer-Ne0cU .framer-185fmgh > :last-child, .framer-Ne0cU .framer-1mdv71b > :last-child, .framer-Ne0cU .framer-1d0lcxs > :last-child, .framer-Ne0cU .framer-6ly2x6 > :last-child, .framer-Ne0cU .framer-10zc9nd > :last-child, .framer-Ne0cU .framer-1n64gb8 > :last-child, .framer-Ne0cU .framer-aatyjk > :last-child, .framer-Ne0cU .framer-x1kyut > :last-child, .framer-Ne0cU .framer-1cpfxey > :last-child, .framer-Ne0cU .framer-wrlcjh > :last-child, .framer-Ne0cU .framer-1mltqi > :last-child, .framer-Ne0cU .framer-1o2fkyx > :last-child, .framer-Ne0cU .framer-1u683m8 > :last-child, .framer-Ne0cU .framer-38ote9 > :last-child, .framer-Ne0cU .framer-xw6b7v > :last-child, .framer-Ne0cU .framer-1pukxps > :last-child { margin-bottom: 0px; } .framer-Ne0cU .framer-1vosoqp > *, .framer-Ne0cU .framer-6ly2x6 > *, .framer-Ne0cU .framer-10zc9nd > *, .framer-Ne0cU .framer-1n64gb8 > *, .framer-Ne0cU .framer-aatyjk > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Ne0cU .framer-8mibuj > *, .framer-Ne0cU .framer-x1kyut > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Ne0cU .framer-1kuw90z > *, .framer-Ne0cU .framer-1mdv71b > *, .framer-Ne0cU .framer-1mltqi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ne0cU .framer-185fmgh > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-Ne0cU .framer-1d0lcxs > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-Ne0cU .framer-wrlcjh > *, .framer-Ne0cU .framer-1o2fkyx > *, .framer-Ne0cU .framer-1u683m8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Ne0cU .framer-38ote9 > * { margin: 0px; margin-bottom: calc(43px / 2); margin-top: calc(43px / 2); } .framer-Ne0cU .framer-xw6b7v > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6409\n * @framerIntrinsicWidth 1160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"fKsOc8qxZ\":{\"layout\":[\"fixed\",\"auto\"]},\"S82MmitvW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Ne0cU\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6409,width:1160};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSe1mX-PIwNhBti0.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.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://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.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://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.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://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.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://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{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://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...HeaderFonts,...PrimaryButtonFonts,...PreviewBoxFonts,...TextBlockSectionFonts,...Animation1Fonts,...Animation2Fonts,...Animation3Fonts,...Animation4Fonts,...SecondaryButtonFonts,...ComingSoonFonts,...InputFonts,...LogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"6409\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fKsOc8qxZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S82MmitvW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1160\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "_url_replace_match", "domain", "parameters", "safeURL", "isInternalURL", "href", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "loopsUserGroup", "formsparkID", "getwaitlistAPI", "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", "K7ksJ4SO5_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "v1", "__FramerMetadata__", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "K7ksJ4SO5_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "animation", "transition1", "animation1", "transformTemplate1", "_", "t", "animation2", "animation3", "animation4", "transformTemplate2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "R7Qs_NWkf", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "LayoutGroup", "u", "cx", "Image2", "optimizeAppear", "optimizeAppearTransformTemplate", "RichText2", "x", "css", "FramerK7ksJ4SO5", "withCSS", "K7ksJ4SO5_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "label", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "SJerHT2gx", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "serializationHash", "addPropertyOverrides", "SVG", "RichText2", "x", "css", "FramerCPOCXCXUu", "withCSS", "CPOCXCXUu_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "CheckListRowFonts", "getFonts", "CPOCXCXUu_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "_1StPoint", "_2NdPoint", "_3RdPoint", "description", "height", "id", "title", "visible", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "As2INVyrs", "hiy39dy0c", "iStkojRg9", "dbswtnfmh", "Igzhmp90t", "T7nsjPc0X", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "x", "CPOCXCXUu_default", "css", "Framerm7dRfWjao", "withCSS", "m7dRfWjao_default", "addPropertyControls", "ControlType", "addFonts", "CheckListRowFonts", "fonts", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "Embed", "type", "url", "html", "p", "EmbedURL", "EmbedHTML", "Instructions", "addPropertyControls", "ControlType", "props", "emptyStateStyle", "centerTextStyle", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "ref", "pe", "hasScript", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "u", "EmbedFonts", "getFonts", "Embed", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "ref2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "l", "ComponentViewportProvider", "Embed", "css", "Framerrn1XrcHQj", "withCSS", "rn1XrcHQj_default", "addFonts", "EmbedFonts", "S7apUwGP4_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v0", "v1", "v2", "v3", "__FramerMetadata__", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "S7apUwGP4_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "LayoutGroup", "u", "motion", "cx", "Image2", "css", "FramerS7apUwGP4", "withCSS", "S7apUwGP4_default", "addFonts", "ta_HQ679p_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v0", "v1", "v2", "v3", "__FramerMetadata__", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "ta_HQ679p_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "LayoutGroup", "u", "motion", "cx", "Image2", "css", "Framerta_HQ679p", "withCSS", "ta_HQ679p_default", "addFonts", "WL9qokWQo_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "v1", "__FramerMetadata__", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "WL9qokWQo_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "LayoutGroup", "u", "motion", "cx", "Image2", "css", "FramerWL9qokWQo", "withCSS", "WL9qokWQo_default", "addFonts", "Y45255iO2_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "p", "x", "motion", "__FramerMetadata__", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "valuesByLocaleId", "Y45255iO2_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "title", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "JOnrEV1ig", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "LayoutGroup", "motion", "cx", "serializationHash", "RichText2", "x", "css", "FramerY45255iO2", "withCSS", "Y45255iO2_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "HeaderFonts", "getFonts", "BlZOzEkMh_default", "HeaderWithVariantAppearEffect", "withVariantAppearEffect", "MotionDivWithFX", "withFX", "motion", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "PrimaryButtonFonts", "PdtvjdxlC_default", "MotionDivWithOptimizedAppearEffect", "PreviewBoxFonts", "rn1XrcHQj_default", "ContainerWithFX", "Container", "TextBlockSectionFonts", "m7dRfWjao_default", "Animation1Fonts", "K7ksJ4SO5_default", "Animation2Fonts", "WL9qokWQo_default", "Animation3Fonts", "S7apUwGP4_default", "Animation4Fonts", "ta_HQ679p_default", "SecondaryButtonFonts", "j2zbx2HBo_default", "SVGWithFX", "SVG", "ComingSoonFonts", "Y45255iO2_default", "InputFonts", "Input_default", "LogoFonts", "RxPOBNPwq_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "animation5", "animation6", "animation7", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "usePreloadLocalizedValues", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "defaultLayoutId", "ae", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "HeaderWithVariantAppearEffect", "MotionDivWithOptimizedAppearEffect", "MotionDivWithFX", "SVG", "getLocalizedValue", "x", "RichTextWithOptimizedAppearEffect", "RichText2", "PdtvjdxlC_default", "ContainerWithFX", "rn1XrcHQj_default", "m7dRfWjao_default", "K7ksJ4SO5_default", "WL9qokWQo_default", "S7apUwGP4_default", "ta_HQ679p_default", "j2zbx2HBo_default", "SVGWithFX", "ResolveLinks", "resolvedLinks", "Y45255iO2_default", "getLoadingLazyAtYPosition", "Image2", "Input_default", "RxPOBNPwq_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "HeaderFonts", "PrimaryButtonFonts", "PreviewBoxFonts", "TextBlockSectionFonts", "Animation1Fonts", "Animation2Fonts", "Animation3Fonts", "Animation4Fonts", "SecondaryButtonFonts", "ComingSoonFonts", "InputFonts", "LogoFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
