{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/aje4P54Xqlt42zF1hNSg/x7jXbQbsC5U42mZWhEB5/aFBYyPbG0.js", "ssg:https://framer.com/m/framer/InputSites.js@1.12.0", "ssg:https://framerusercontent.com/modules/LoWwZfPC4cHteYUUDkMp/VYy8NSVHxmywPghuHqDG/Input_Formspark.js", "ssg:https://framerusercontent.com/modules/3qzQLskzjZN4fUgXKCN4/R5zoIM8WUKTNIoBdqFmb/QKTcnVGbb.js", "ssg:https://framerusercontent.com/modules/pAMECaVOzKxnjCtku1fd/3tlRluFIOoXwbQVYeXuK/HDIWEnHhB.js", "ssg:https://framerusercontent.com/modules/H1Q6Ov6aqXwVHiFMSPfh/ivVsWLn6o70CL5rnI3ev/owbxhsZ83.js", "ssg:https://framerusercontent.com/modules/tMmZEh9WICDvyZwrEF1w/v11S26Q4GVQ4p12graCl/elpEklCnE.js", "ssg:https://framerusercontent.com/modules/3L4697Sz8DHcmIucFPeZ/fHqhZr9PKEvFo49CVI2e/RUXlOnTbm.js", "ssg:https://framerusercontent.com/modules/bXMgXVTnvOJ1qrvfVPEu/tNZeDlW2jSIDGEkJzGni/ij2LL6zcP.js"],
  "sourcesContent": ["// Generated by Framer (e42045d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-JGifw .framer-styles-preset-m57p2w:not(.rich-text-wrapper), .framer-JGifw .framer-styles-preset-m57p2w.rich-text-wrapper a { --framer-link-current-text-color: var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, #ffffff) /* {\"name\":\"Full White\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, #eaedf0) /* {\"name\":\"Light Gray\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, #eaedf0); --framer-link-text-decoration: none; }'];export const className=\"framer-JGifw\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useState}from\"react\";import{addPropertyControls,ControlType,withCSS,useRouter,inferInitialRouteFromPath}from\"framer\";import{motion,useAnimationControls}from\"framer-motion\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var _url_replace_match;const[,domain,parameters]=(_url_replace_match=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&_url_replace_match!==void 0?_url_replace_match:[null,null,null];return[domain,parameters?new URLSearchParams(parameters):null];};function safeURL(url){console.log(url);try{new URL(url);return url;}catch{try{new URL(`https://${url}`);return`https://${url}`;}catch{}}return undefined;}function isInternalURL(href){if(href===undefined)return false;if(href.startsWith(\"#\")||href.startsWith(\"/\")||href.startsWith(\".\"))return true;return false;}/**\n * Increment the number whenever shipping a new version to customers.\n * This will ensure that multiple versions of this component can exist\n * in the same project without css rules overlapping. Only use valid css class characters.\n */const VERSION=\"v1\";/**\n * INPUT\n * By Benjamin den Boer\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 40\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */const Input=withCSS(function Input({service,redirectAs,mailchimpURL,loopsID,loopsUserGroup,formsparkID,getwaitlistAPI,convertkitAPI,convertkitFormID,input,button,font,layout,link,gap,style,onSubmit}){const[email,setEmail]=useState(\"\");const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isFocus,setFocus]=useState(false);// Padding\nconst{paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,padding,borderRadius,borderObject,focusObject,shadowObject,height,fixedHeight}=input;const{buttonPaddingPerSide,buttonPaddingTop,buttonPaddingRight,buttonPaddingBottom,buttonPaddingLeft,buttonPadding}=button;const paddingValue=paddingPerSide?`${paddingTop}px ${button.isDocked?paddingRight+button.widthWhenDocked:paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px ${button.isDocked?padding+button.widthWhenDocked:padding}px ${padding}px ${padding}px`;const buttonPaddingValue=buttonPaddingPerSide?`${button.isDocked?0:buttonPaddingTop}px ${buttonPaddingRight}px ${button.isDocked?0:buttonPaddingBottom}px ${buttonPaddingLeft}px`:`${button.isDocked?0:buttonPadding}px ${buttonPadding}px ${button.isDocked?0:buttonPadding}px ${buttonPadding}px`;const router=useRouter();const onSuccess=()=>{/* Reset */setLoading(false);setFocus(false);setEmail(\"\");if(redirectAs===\"link\"&&link&&!isError){const[path,hash]=link.split(\"#\");const{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,path);if(routeId){router.navigate(routeId,hash,pathVariables);}if(!isInternalURL(link)){const url=safeURL(link);if(url)window.open(url,\"_blank\");}}};const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);formControls.start(\"error\");return false;}return true;},[validateEmail]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleFocus=useCallback(event=>{setFocus(true);},[]);const handleBlur=useCallback(event=>{setFocus(false);setError(false);},[]);const handleSubmit=useCallback(event=>{event.preventDefault();// Prevent submitting while submitting\nif(isLoading)return;setLoading(true);if(service===\"mailchimp\"){const[domain,parameters]=parseMailChimpUrl(mailchimpURL);if(!validateForm(email)||!domain||!parameters){setLoading(false);return;}// MERGE0 is Mailchimp\u2019s email field name\nparameters.set(\"MERGE0\",email);fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"loops\"){if(!validateForm(email)){setLoading(false);return;}const emailBody=`email=${encodeURIComponent(email)}`;const userGroupBody=`userGroup=${encodeURIComponent(loopsUserGroup)}`;const hasUserGroup=!!loopsUserGroup&&loopsUserGroup!==\" \";const formBody=hasUserGroup?emailBody+\"&\"+userGroupBody:emailBody;fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded\"},body:formBody}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"formspark\"){if(!validateForm(email)){setLoading(false);return;}const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formsparkID}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{onSuccess();onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"getwaitlist\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"convertkit\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;data.api_key=convertkitAPI;fetch(`https://api.convertkit.com/v3/forms/${convertkitFormID}/subscribe`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}},[mailchimpURL,formsparkID,convertkitFormID,email,onSubmit,validateForm,isLoading]);// Animation\nconst formControls=useAnimationControls();// Input Box Shadow Stylees\nconst focusStylesFrom=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthFrom}px ${focusObject.focusColor}`:null;const focusStylesTo=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthTo}px ${focusObject.focusColor}`:null;const shadowStyles=input.shadowObject?`${shadowObject.shadowX}px ${shadowObject.shadowY}px ${shadowObject.shadowBlur}px ${shadowObject.shadowColor}`:null;const borderStyles=input.borderObject?`inset 0 0 0 ${borderObject.borderWidth}px ${borderObject.borderColor}`:null;// Shake or wiggle as error\nconst formVariants={default:{x:0},error:{x:[0,-4,4,0],transition:{duration:.2}}};const inputVariants={default:{boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},focused:{boxShadow:dynamicBoxShadow(focusStylesTo,shadowStyles,borderStyles)}};return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,\"--framer-custom-placeholder-color\":input.placeholderColor},variants:formVariants,animate:formControls,children:/*#__PURE__*/_jsxs(\"form\",{style:{width:\"100%\",height:\"auto\",display:\"flex\",position:\"relative\",flexDirection:layout===\"vertical\"?\"column\":\"row\",color:button.color,gap:button.isDocked?0:gap},onSubmit:handleSubmit,method:\"POST\",children:[service===\"getwaitlist\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:getwaitlistAPI}),service===\"convertkit\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:convertkitAPI}),/*#__PURE__*/_jsx(motion.input,{type:\"email\",name:\"email\",placeholder:input.placeholder,value:email,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:handleFocus,onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",style:{...defaultStyle,padding:paddingValue,borderRadius,fontSize:16,...font,background:input.fill,height:height?\"auto\":fixedHeight,color:input.color,boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},variants:inputVariants,initial:false,animate:isFocus?\"focused\":\"default\",transition:{duration:.3},\"data-1p-ignore\":true}),!button.shouldAppear&&isLoading&&/*#__PURE__*/_jsx(Spinner,{shouldAppear:button.shouldAppear,paddingPerSide:paddingPerSide,paddingTop:paddingTop,paddingRight:paddingRight,padding:padding,color:input.color}),button.shouldAppear&&/*#__PURE__*/_jsxs(\"div\",{style:{position:button.isDocked?\"absolute\":\"relative\",top:button.isDocked?button.insetWhenDocked:0,right:button.isDocked?button.insetWhenDocked:0,bottom:button.isDocked?button.insetWhenDocked:0},children:[/*#__PURE__*/_jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,width:button.isDocked?button.widthWhenDocked:\"100%\",height:height?\"100%\":fixedHeight,cursor:\"pointer\",padding:buttonPaddingValue,borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,// fontWeight: button.fontWeight,\nfontSize:16,...button.buttonFont,background:button.fill,color:button.color,zIndex:1,boxShadow:getButtonShadow(button)}}),isLoading&&/*#__PURE__*/_jsx(\"div\",{style:{borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",inset:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/_jsx(Spinner,{color:button.color})})]})]})});},[`.${VERSION}.framer-custom-input::placeholder { color: var(--framer-custom-placeholder-color) !important; }`]);const Spinner=props=>{const noButtonStyles=!props.shouldAppear?{position:\"absolute\",top:`calc(50% - 8px)`,right:props.paddingPerSide?props.paddingRight:props.padding}:{};return /*#__PURE__*/_jsx(motion.div,{style:{height:16,width:16,...noButtonStyles},initial:{rotate:0},animate:{rotate:360},transition:{duration:1,repeat:Infinity},children:/*#__PURE__*/_jsx(motion.div,{initial:{scale:0},animate:{scale:1},children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",style:{fill:\"currentColor\",color:props.color},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})});};addPropertyControls(Input,{service:{title:\"Service\",type:ControlType.Enum,options:[\"loops\",\"formspark\",\"mailchimp\",\"getwaitlist\",\"convertkit\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\",\"ConvertKit\"],defaultValue:\"loops\"},mailchimpURL:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,hidden:props=>props.service!==\"mailchimp\"},loopsID:{title:\"ID\",placeholder:\"klm2jxy0i98abzr01pq7defg5\",type:ControlType.String,hidden:props=>props.service!==\"loops\"},loopsUserGroup:{title:\"User Group\",type:ControlType.String,placeholder:\"Title\",optional:true,hidden:props=>props.service!==\"loops\"},formsparkID:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,hidden:props=>props.service!==\"formspark\"},getwaitlistAPI:{title:\"ID\",placeholder:\"9148\",type:ControlType.String,hidden:props=>props.service!==\"getwaitlist\"},convertkitAPI:{title:\"API Key\",placeholder:\"5opis1WK6xnVsBwrOINUpe\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},convertkitFormID:{title:\"Form ID\",placeholder:\"1043389\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},redirectAs:{title:\"Success\",type:ControlType.Enum,options:[\"link\",\"overlay\"],optionTitles:[\"Open Link\",\"Show Overlay\"],defaultValue:\"link\"},link:{title:\"Redirect\",type:ControlType.Link,hidden:props=>props.redirectAs===\"overlay\"},onSubmit:{title:\"Submit\",type:ControlType.EventHandler,hidden:props=>props.redirectAs===\"link\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,hidden:props=>props.button.isDocked},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"name@email.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},height:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Auto\",disabledTitle:\"Fixed\"},fixedHeight:{title:\" \",type:ControlType.Number,displayStepper:true,min:0,defaultValue:50,hidden:props=>props.height},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},focusObject:{type:ControlType.Object,title:\"Focus\",optional:true,controls:{focusWidthFrom:{title:\"From\",type:ControlType.Number,displayStepper:true,defaultValue:0},focusWidthTo:{title:\"To\",type:ControlType.Number,displayStepper:true,defaultValue:2},focusColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#09F\"}}},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},button:{title:\"Button\",type:ControlType.Object,controls:{shouldAppear:{title:\"Show\",type:ControlType.Boolean,defaultValue:true},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Subscribe\"},buttonFont:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"},isDocked:{title:\"Docked\",type:ControlType.Boolean,defaultValue:false},widthWhenDocked:{title:\"Width\",type:ControlType.Number,min:0,defaultValue:100,displayStepper:true,hidden:props=>!props.isDocked},insetWhenDocked:{title:\"Inset\",type:ControlType.Number,min:0,defaultValue:5,displayStepper:true,hidden:props=>!props.isDocked},buttonPadding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"buttonPaddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"buttonPaddingTop\",\"buttonPaddingRight\",\"buttonPaddingBottom\",\"buttonPaddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},buttonShadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:10,hidden:props=>props.button.isDocked}});const defaultStyle={WebkitAppearance:\"none\",appearance:\"none\",width:\"100%\",height:\"auto\",outline:\"none\",border:\"none\"};const containerStyles={position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};function getButtonShadow(button){if(button.buttonShadow){return`${button.buttonShadow.shadowX}px ${button.buttonShadow.shadowY}px ${button.buttonShadow.shadowBlur}px ${button.buttonShadow.shadowColor}`;}else return\"none\";}function dynamicBoxShadow(...shadows){const output=[];shadows.forEach(shadow=>shadow&&output.push(shadow));return output.join(\", \");}export default Input;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Input\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import Input from\"https://framer.com/m/framer/InputSites.js@1.12.0\";import{ControlType,addPropertyControls}from\"framer\";/**\n * INPUT - FORMSPARK\n * By Benjamin den Boer\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 40\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */export default function Formspark(props){// This is a React component containing an Example component\n// - Replace <Example /> with your own code\n// - Find inspiration: https://www.framer.com/developers/\nreturn /*#__PURE__*/_jsx(Input,{...props,service:\"formspark\"});}addPropertyControls(Formspark,{formsparkID:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String},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}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Formspark\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input_Formspark.map", "// Generated by Framer (e42045d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"WZPvY2Xi2\",\"JVKPm7AzH\",\"dCNz1dO27\",\"PbUC_bA1K\",\"TVsStnuMy\",\"HDMAX5arx\"];const serializationHash=\"framer-zw1W6\";const variantClassNames={dCNz1dO27:\"framer-v-wlyvpe\",HDMAX5arx:\"framer-v-rzi706\",JVKPm7AzH:\"framer-v-12taf3e\",PbUC_bA1K:\"framer-v-13946t7\",TVsStnuMy:\"framer-v-15eave8\",WZPvY2Xi2:\"framer-v-x6mbw8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"BeGlobal-Full Logo[BLACK]\":\"WZPvY2Xi2\",\"BeGlobal-Full Logo[WHITE]\":\"JVKPm7AzH\",\"BeGlobal-Symbol[BLACK]\":\"PbUC_bA1K\",\"BeGlobal-Symbol[WHITE]\":\"dCNz1dO27\",\"BeGlobal-Type[BLACK]\":\"HDMAX5arx\",\"BeGlobal-Type[WHITE]\":\"TVsStnuMy\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Kh7K1wMvL:click!==null&&click!==void 0?click:props.Kh7K1wMvL,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WZPvY2Xi2\"};};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,Kh7K1wMvL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WZPvY2Xi2\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapjiuw2t=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Kh7K1wMvL){const res=await Kh7K1wMvL(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"JVKPm7AzH\",\"dCNz1dO27\",\"PbUC_bA1K\",\"TVsStnuMy\",\"HDMAX5arx\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"JVKPm7AzH\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"dCNz1dO27\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"PbUC_bA1K\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"TVsStnuMy\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"HDMAX5arx\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tWc8rOpJD\"},nodeId:\"WZPvY2Xi2\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-x6mbw8\",className,classNames)} framer-f9ginq`,\"data-framer-name\":\"BeGlobal-Full Logo[BLACK]\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WZPvY2Xi2\",onTap:onTapjiuw2t,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({dCNz1dO27:{\"data-framer-name\":\"BeGlobal-Symbol[WHITE]\"},HDMAX5arx:{\"data-framer-name\":\"BeGlobal-Type[BLACK]\"},JVKPm7AzH:{\"data-framer-name\":\"BeGlobal-Full Logo[WHITE]\"},PbUC_bA1K:{\"data-framer-name\":\"BeGlobal-Symbol[BLACK]\"},TVsStnuMy:{\"data-framer-name\":\"BeGlobal-Type[WHITE]\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1y8jqoj\",\"data-framer-name\":\"BeGlobal-Full Logo[BLACK]\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kL4B9wpWs\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 191 40\"><g id=\"ss8843550824_1\"><path d=\"M 0 40 L 0 0 L 190.673 0 L 190.673 40 Z\" fill=\"transparent\"></path><path d=\"M 187.215 31.867 L 190.672 31.867 L 190.672 8.198 L 187.215 8.198 Z M 176.071 32.035 C 177.984 32.035 179.897 30.828 180.804 29.889 L 180.804 31.867 L 184.228 31.867 L 184.228 20.535 C 184.228 17.484 183.422 14.534 178.219 14.534 L 170.532 14.534 L 170.532 17.786 L 180.603 17.786 L 180.603 21.407 L 176.138 21.407 C 172.983 21.407 168.989 22.346 168.989 26.771 C 168.989 30.56 171.942 32.035 176.071 32.035 Z M 175.735 28.984 C 174.527 28.984 172.681 28.581 172.681 26.704 C 172.681 24.692 174.796 24.391 175.836 24.391 L 180.535 24.391 C 180.535 28.313 177.38 28.984 175.735 28.984 Z M 158.215 32.035 C 164.123 32.035 167.043 28.28 167.043 22.882 C 167.043 16.747 161.672 14.4 158.585 14.4 C 155.664 14.4 153.482 15.909 152.61 16.747 L 152.61 8.198 L 149.052 8.198 L 149.052 31.867 L 152.475 31.867 L 152.475 29.721 C 153.751 31.163 156 32.035 158.215 32.035 Z M 158.215 28.917 C 154.086 28.917 152.61 25.464 152.61 23.519 C 152.61 21.038 153.952 17.551 158.215 17.551 C 161.471 17.551 163.384 20.166 163.384 23.519 C 163.384 27.073 160.498 28.917 158.215 28.917 Z M 138.131 28.785 C 134.505 28.785 132.693 26.036 132.693 23.254 C 132.693 20.27 134.102 17.387 137.895 17.387 C 142.091 17.387 143.4 20.002 143.4 23.254 C 143.4 26.941 140.48 28.785 138.131 28.785 Z M 138.063 31.97 C 143.031 31.97 147.092 28.417 147.092 23.254 C 147.092 21.309 146.757 14.202 138.097 14.202 C 135.311 14.202 128.967 15.342 128.967 23.254 C 128.967 28.517 133.229 31.97 138.063 31.97 Z M 123.484 31.434 L 127.008 31.434 L 127.008 7.999 L 123.484 7.999 Z M 87.22 21.041 L 77.922 21.041 C 78.023 18.895 80.171 17.353 82.721 17.353 C 85.306 17.353 87.119 18.761 87.22 21.041 Z M 82.554 31.97 C 87.22 31.97 90.811 29.121 90.811 26.204 L 87.354 26.204 C 86.414 27.981 85.709 28.685 82.286 28.685 C 79.701 28.685 77.62 26.807 77.62 24.058 L 91.214 24.058 C 91.113 19.7 89.872 14.202 82.587 14.202 C 78.761 14.202 73.86 16.616 73.86 23.12 C 73.86 27.176 76.243 31.97 82.554 31.97 Z M 63.644 18.024 L 58.038 18.024 L 58.038 11.452 L 63.912 11.452 C 65.423 11.452 67.37 12.425 67.37 14.805 C 67.37 17.487 64.45 18.024 63.644 18.024 Z M 54.346 7.966 L 54.346 31.736 L 63.409 31.736 C 68.78 31.736 71.901 29.121 71.901 25.198 C 71.901 21.644 70.492 20.538 67.605 19.398 C 69.82 18.526 71.163 17.051 71.163 14.738 C 71.163 9.776 67.605 7.966 63.141 7.966 Z M 63.778 28.35 L 58.038 28.35 L 58.038 21.41 L 64.282 21.41 C 65.557 21.41 68.075 22.315 68.075 25.03 C 68.075 27.746 65.356 28.35 63.778 28.35 Z M 105.324 31.97 C 111.836 31.97 115.73 27.243 116.87 23.723 L 116.87 31.434 L 120.496 31.434 L 120.496 18.325 L 107.338 18.325 L 107.338 21.644 L 114.253 21.644 C 113.514 24.997 110.258 28.551 105.962 28.551 C 101.766 28.551 96.563 26.036 96.563 19.767 C 96.563 15.006 100.591 11.318 105.324 11.318 C 109.721 11.318 111.836 13.732 112.842 15.375 L 116.569 15.375 C 114.924 11.586 111.332 7.966 105.256 7.966 C 97.771 7.966 93.173 14.269 93.173 19.834 C 93.173 24.159 96.563 31.97 105.324 31.97 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 37.424 18.424 C 35.845 18.804 34.213 19.01 32.556 19.024 C 32.502 19.023 32.448 19.021 32.394 19.02 C 32.382 19.02 32.369 19.019 32.357 19.019 C 32.344 19.019 32.332 19.02 32.319 19.02 C 32.263 19.022 32.207 19.024 32.152 19.024 C 30.339 19.006 28.499 18.758 26.669 18.26 C 19.527 16.319 14.198 11.028 11.916 4.544 C 11.408 3.101 12.185 1.527 13.637 1.039 C 15.643 0.365 17.791 0 20.024 0 C 29.274 0 37.058 6.264 39.358 14.776 C 39.358 14.776 39.358 14.777 39.358 14.777 C 39.383 14.87 39.408 14.962 39.432 15.055 C 39.432 15.057 39.433 15.059 39.433 15.062 C 39.436 15.074 39.439 15.087 39.443 15.1 C 39.814 16.575 38.904 18.067 37.424 18.424 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 37.433 21.578 C 38.916 21.933 39.813 23.437 39.439 24.914 C 39.428 24.957 39.417 25 39.406 25.043 C 39.402 25.059 39.398 25.074 39.394 25.09 C 37.14 33.67 29.322 40 20.024 40 C 17.78 40 15.622 39.631 13.608 38.951 C 12.166 38.464 11.409 36.887 11.913 35.452 C 12.261 34.459 12.68 33.499 13.164 32.579 C 13.195 32.52 13.229 32.463 13.264 32.405 C 13.279 32.379 13.294 32.352 13.307 32.325 C 13.335 32.267 13.363 32.209 13.394 32.153 C 17.085 25.491 24.194 20.98 32.357 20.98 C 33.992 20.98 35.585 21.161 37.117 21.504 L 37.122 21.505 C 37.217 21.527 37.312 21.549 37.408 21.572 C 37.416 21.574 37.425 21.576 37.433 21.578 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 14.061 25.717 C 13.521 27.705 12.72 29.552 11.705 31.233 L 11.704 31.233 C 11.615 31.328 11.544 31.442 11.498 31.567 C 11.498 31.568 11.498 31.568 11.498 31.568 C 10.987 32.38 10.425 33.152 9.818 33.881 C 8.788 35.117 6.907 35.197 5.776 34.053 C 2.205 30.441 0 25.477 0 20 C 0 14.658 2.097 9.806 5.513 6.219 C 5.513 6.218 5.513 6.218 5.513 6.218 C 5.562 6.167 5.611 6.116 5.66 6.066 C 5.66 6.065 5.661 6.065 5.661 6.065 C 5.68 6.046 5.698 6.027 5.717 6.007 C 6.851 4.85 8.74 4.927 9.779 6.17 C 14.156 11.41 15.988 18.631 14.061 25.717 Z\" fill=\"rgb(0,0,0)\"></path></g></svg>',svgContentId:8843550824,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1m8u4lt\",\"data-framer-name\":\"BeGlobal-Full Logo[WHITE]\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:229,layoutDependency:layoutDependency,layoutId:\"uZT6asGrw\",svg:'<svg width=\"229\" height=\"48\" viewBox=\"0 0 229 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1111_1172)\">\\n<path d=\"M224.387 38.2402H228.531V9.83692H224.387V38.2402ZM211.03 38.4413C213.323 38.4413 215.616 36.993 216.703 35.8665V38.2401H220.806V24.642C220.806 20.9809 219.841 17.4406 213.605 17.4406H204.392V21.3431H216.461V25.6881H211.111C207.329 25.6881 202.541 26.8146 202.541 32.125C202.541 36.6712 206.082 38.4413 211.03 38.4413ZM210.628 34.7803C209.179 34.7803 206.967 34.2975 206.967 32.0445C206.967 29.6307 209.501 29.2685 210.748 29.2685H216.381C216.381 33.9757 212.599 34.7803 210.628 34.7803ZM189.629 38.4413C196.71 38.4413 200.21 33.9354 200.21 27.4582C200.21 20.096 193.773 17.2797 190.072 17.2797C186.572 17.2797 183.956 19.0901 182.911 20.0958V9.83692H178.646V38.2401H182.75V35.6652C184.278 37.3952 186.974 38.4413 189.629 38.4413ZM189.629 34.6997C184.681 34.6997 182.911 30.556 182.911 28.2226C182.911 25.2454 184.52 21.0614 189.629 21.0614C193.532 21.0614 195.825 24.1994 195.825 28.2226C195.825 32.4871 192.365 34.6997 189.629 34.6997ZM165.557 34.5422C161.212 34.5422 159.039 31.2433 159.039 27.9041C159.039 24.3235 160.729 20.8636 165.275 20.8636C170.304 20.8636 171.873 24.0016 171.873 27.9041C171.873 32.3295 168.373 34.5422 165.557 34.5422ZM165.476 38.3641C171.43 38.3641 176.298 34.0996 176.298 27.9041C176.298 25.5706 175.896 17.0416 165.516 17.0416C162.177 17.0416 154.573 18.4095 154.573 27.9041C154.573 34.2203 159.683 38.3641 165.476 38.3641ZM148.001 37.7205H152.226V9.59885H148.001V37.7205ZM104.537 25.2487H93.3934C93.5141 22.6739 96.0889 20.8233 99.1465 20.8233C102.244 20.8233 104.417 22.513 104.537 25.2487ZM98.9453 38.3641C104.537 38.3641 108.842 34.9445 108.842 31.4444H104.698C103.572 33.5766 102.727 34.4216 98.6235 34.4216C95.5258 34.4216 93.0314 32.1686 93.0314 28.8697H109.325C109.204 23.6396 107.716 17.0418 98.9856 17.0418C94.3992 17.0418 88.5255 19.9384 88.5255 27.7432C88.5254 32.611 91.3818 38.3641 98.9453 38.3641ZM76.2807 21.6279H69.5621V13.7426H76.6026C78.413 13.7426 80.7463 14.9093 80.7463 17.7657C80.7463 20.9842 77.2463 21.6279 76.2807 21.6279ZM65.1367 9.55859V38.0825H75.9992C82.4361 38.0825 86.1777 34.9445 86.1777 30.2374C86.1777 25.9729 84.4881 24.6453 81.0281 23.2774C83.6834 22.2315 85.2926 20.4613 85.2926 17.6853C85.2926 11.7312 81.0281 9.55859 75.6774 9.55859H65.1367ZM76.4417 34.0191H69.5622V25.6913H77.0453C78.574 25.6913 81.5914 26.7775 81.5914 30.0363C81.5914 33.2951 78.3325 34.0191 76.4417 34.0191ZM126.236 38.3641C134.041 38.3641 138.708 32.6915 140.076 28.4673V37.7205H144.421V21.9901H128.65V25.9729H136.938C136.053 29.996 132.15 34.2605 127.001 34.2605C121.972 34.2605 115.736 31.2431 115.736 23.72C115.736 18.0072 120.564 13.5817 126.236 13.5817C131.506 13.5817 134.041 16.4783 135.248 18.4496H139.714C137.742 13.9035 133.438 9.55859 126.156 9.55859C117.184 9.55859 111.673 17.122 111.673 23.8004C111.673 28.9902 115.736 38.3641 126.236 38.3641Z\" fill=\"white\"/>\\n<path d=\"M44.8549 22.1082C42.9627 22.5651 41.0065 22.8117 39.0203 22.8286C38.9559 22.8271 38.8916 22.8256 38.8272 22.8242C38.8121 22.8236 38.797 22.8234 38.7819 22.8234C38.7668 22.8234 38.752 22.8236 38.7371 22.8242C38.67 22.8267 38.603 22.8294 38.5359 22.8287C36.3638 22.8066 34.1586 22.5098 31.9646 21.9124C23.4051 19.5825 17.0173 13.2331 14.2823 5.45315C13.6734 3.72126 14.6052 1.8322 16.3452 1.24684C18.7494 0.438155 21.3237 0 24.0003 0C35.0865 0 44.4168 7.51665 47.1734 17.7313C47.1738 17.7317 47.1738 17.732 47.1738 17.7328C47.2038 17.8437 47.2326 17.9549 47.2616 18.0664C47.2622 18.0688 47.2626 18.0713 47.2633 18.0741C47.2672 18.0894 47.271 18.1048 47.2749 18.1201C47.7205 19.8894 46.6287 21.6799 44.8549 22.1082Z\" fill=\"white\"/>\\n<path d=\"M44.8665 25.8934C46.6433 26.3201 47.7188 28.1252 47.2705 29.8967C47.2574 29.9484 47.2442 30.0001 47.2308 30.0517C47.2263 30.0706 47.2213 30.0893 47.2162 30.1079C44.5147 40.4046 35.1447 48 24.0006 48C21.3112 48 18.7252 47.5577 16.3112 46.7417C14.5824 46.1573 13.6747 44.2645 14.2787 42.5425C14.6965 41.351 15.1987 40.1994 15.7784 39.0946C15.8156 39.0237 15.857 38.9553 15.8981 38.8866C15.9168 38.8552 15.9342 38.8229 15.95 38.7899C15.9832 38.7204 16.0168 38.651 16.0542 38.5835C20.4785 30.5891 28.9983 25.1766 38.7823 25.1766C40.7423 25.1766 42.6517 25.3939 44.4879 25.8056L44.493 25.8066C44.6074 25.8324 44.7217 25.859 44.8357 25.8861C44.846 25.8885 44.8563 25.891 44.8665 25.8934Z\" fill=\"white\"/>\\n<path d=\"M16.8531 30.8603C16.2053 33.2455 15.2453 35.4627 14.0287 37.4792L14.0283 37.4796C13.9209 37.5943 13.8361 37.7303 13.7814 37.8808C13.781 37.8812 13.781 37.8815 13.781 37.8815C13.1682 38.8565 12.4946 39.7828 11.7671 40.6567C10.5323 42.1399 8.27897 42.2365 6.92292 40.8634C2.64248 36.529 0 30.5729 0 23.9999C0 17.5898 2.51295 11.767 6.60753 7.46255C6.60753 7.46215 6.60793 7.46189 6.60819 7.46149C6.66638 7.40011 6.72497 7.33953 6.78396 7.27881C6.78436 7.27815 6.78462 7.27775 6.78502 7.27775C6.80734 7.25477 6.82966 7.23192 6.85198 7.20907C8.21122 5.82007 10.4748 5.91227 11.72 7.4045C16.967 13.6926 19.1626 22.3569 16.8531 30.8603Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1111_1172\">\\n<rect width=\"228.531\" height=\"48\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-17skcc9\",\"data-framer-name\":\"BeGlobal-Symbol[WHITE]\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:48,layoutDependency:layoutDependency,layoutId:\"kZ01tQzN1\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1111_1161)\">\\n<path d=\"M44.8549 22.1082C42.9626 22.5652 41.0065 22.8117 39.0204 22.8285C38.956 22.8271 38.8916 22.8256 38.8272 22.8242C38.8122 22.8237 38.7971 22.8233 38.7819 22.8233C38.767 22.8233 38.752 22.8236 38.7371 22.8242C38.6701 22.8267 38.6031 22.8293 38.536 22.8286C36.3639 22.8066 34.1587 22.5097 31.9646 21.9124C23.4052 19.5825 17.0173 13.233 14.2823 5.45312C13.6734 3.72122 14.6052 1.83211 16.3452 1.24684C18.7493 0.438234 21.3236 0 24.0002 0C35.0865 0 44.4167 7.51669 47.1733 17.7314C47.1736 17.7317 47.1736 17.7321 47.1736 17.7328C47.2036 17.8436 47.2325 17.9549 47.2615 18.0664C47.2622 18.0689 47.2625 18.0713 47.2632 18.0741C47.2671 18.0894 47.271 18.1047 47.2748 18.1201C47.7204 19.8895 46.6286 21.68 44.8549 22.1082Z\" fill=\"white\"/>\\n<path d=\"M44.8664 25.8934C46.6432 26.3202 47.7187 28.1253 47.2705 29.8968C47.2574 29.9485 47.2442 30.0002 47.2307 30.0517C47.2262 30.0706 47.2213 30.0894 47.2161 30.1079C44.5146 40.4045 35.1446 48 24.0005 48C21.3112 48 18.7251 47.5577 16.3112 46.7417C14.5824 46.1574 13.6748 44.2646 14.2786 42.5425C14.6964 41.3511 15.1987 40.1994 15.7783 39.0946C15.8155 39.0237 15.8569 38.9552 15.898 38.8865C15.9167 38.8552 15.9341 38.8229 15.9499 38.7898C15.9832 38.7203 16.0168 38.6509 16.054 38.5835C20.4783 30.5891 28.9982 25.1766 38.7822 25.1766C40.7422 25.1766 42.6516 25.3938 44.4878 25.8055L44.493 25.8066C44.6074 25.8324 44.7217 25.8589 44.8357 25.8861C44.8459 25.8885 44.8562 25.891 44.8664 25.8934Z\" fill=\"white\"/>\\n<path d=\"M16.8532 30.8603C16.2055 33.2456 15.2454 35.4628 14.0287 37.4793L14.0283 37.4796C13.9209 37.5943 13.8362 37.7303 13.7815 37.8809C13.7811 37.8812 13.7811 37.8816 13.7811 37.8816C13.1682 38.8566 12.4947 39.7829 11.7672 40.6568C10.5325 42.14 8.27907 42.2366 6.92303 40.8636C2.64245 36.5291 0 30.573 0 24.0001C0 17.5899 2.5129 11.7672 6.60746 7.46272C6.60746 7.46236 6.60782 7.46204 6.60814 7.46167C6.66637 7.40029 6.72492 7.33964 6.78384 7.279C6.7842 7.27831 6.78452 7.27795 6.78489 7.27795C6.80716 7.25499 6.82947 7.23208 6.85184 7.20922C8.21112 5.82018 10.4747 5.91241 11.7199 7.40458C16.967 13.6927 19.1625 22.357 16.8532 30.8603Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1111_1161\">\\n<rect width=\"47.3739\" height=\"48\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1yubzwc\",\"data-framer-name\":\"BeGlobal-Symbol[BLACK]\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:48,layoutDependency:layoutDependency,layoutId:\"nnIAuX0oV\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1111_1192)\">\\n<path d=\"M44.8549 22.1082C42.9626 22.5652 41.0065 22.8117 39.0204 22.8285C38.956 22.8271 38.8916 22.8256 38.8272 22.8242C38.8122 22.8237 38.7971 22.8233 38.7819 22.8233C38.767 22.8233 38.752 22.8236 38.7371 22.8242C38.6701 22.8267 38.6031 22.8293 38.536 22.8286C36.3639 22.8066 34.1587 22.5097 31.9646 21.9124C23.4052 19.5825 17.0173 13.233 14.2823 5.45312C13.6734 3.72122 14.6052 1.83211 16.3452 1.24684C18.7493 0.438234 21.3236 0 24.0002 0C35.0865 0 44.4167 7.51669 47.1733 17.7314C47.1736 17.7317 47.1736 17.7321 47.1736 17.7328C47.2036 17.8436 47.2325 17.9549 47.2615 18.0664C47.2622 18.0689 47.2625 18.0713 47.2632 18.0741C47.2671 18.0894 47.271 18.1047 47.2748 18.1201C47.7204 19.8895 46.6286 21.68 44.8549 22.1082Z\" fill=\"black\"/>\\n<path d=\"M44.8664 25.8934C46.6432 26.3202 47.7187 28.1253 47.2705 29.8968C47.2574 29.9485 47.2442 30.0002 47.2307 30.0517C47.2262 30.0706 47.2213 30.0894 47.2161 30.1079C44.5146 40.4045 35.1446 48 24.0005 48C21.3112 48 18.7251 47.5577 16.3112 46.7417C14.5824 46.1574 13.6748 44.2646 14.2786 42.5425C14.6964 41.3511 15.1987 40.1994 15.7783 39.0946C15.8155 39.0237 15.8569 38.9552 15.898 38.8865C15.9167 38.8552 15.9341 38.8229 15.9499 38.7898C15.9832 38.7203 16.0168 38.6509 16.054 38.5835C20.4783 30.5891 28.9982 25.1766 38.7822 25.1766C40.7422 25.1766 42.6516 25.3938 44.4878 25.8055L44.493 25.8066C44.6074 25.8324 44.7217 25.8589 44.8357 25.8861C44.8459 25.8885 44.8562 25.891 44.8664 25.8934Z\" fill=\"black\"/>\\n<path d=\"M16.8532 30.8603C16.2055 33.2456 15.2454 35.4628 14.0287 37.4793L14.0283 37.4796C13.9209 37.5943 13.8362 37.7303 13.7815 37.8809C13.7811 37.8812 13.7811 37.8816 13.7811 37.8816C13.1682 38.8566 12.4947 39.7829 11.7672 40.6568C10.5325 42.14 8.27907 42.2366 6.92303 40.8636C2.64245 36.5291 0 30.573 0 24.0001C0 17.5899 2.5129 11.7672 6.60746 7.46272C6.60746 7.46236 6.60782 7.46204 6.60814 7.46167C6.66637 7.40029 6.72492 7.33964 6.78384 7.279C6.7842 7.27831 6.78452 7.27795 6.78489 7.27795C6.80716 7.25499 6.82947 7.23208 6.85184 7.20922C8.21112 5.82018 10.4747 5.91241 11.7199 7.40458C16.967 13.6927 19.1625 22.357 16.8532 30.8603Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1111_1192\">\\n<rect width=\"47.3739\" height=\"48\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1jti8g1\",\"data-framer-name\":\"BeGlobal-Type[WHITE]\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:272,layoutDependency:layoutDependency,layoutId:\"sS39H7E2R\",svg:'<svg width=\"272\" height=\"48\" viewBox=\"0 0 272 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1111_1168)\">\\n<path d=\"M264.657 47.6657H271.543V0.462629H264.657V47.6657ZM242.459 48C246.27 48 250.081 45.593 251.887 43.7209V47.6657H258.706V25.0671C258.706 18.9828 257.102 13.0991 246.738 13.0991H231.427V19.5845H251.485V26.8054H242.593C236.308 26.8054 228.352 28.6775 228.352 37.503C228.352 45.0581 234.236 48 242.459 48ZM241.791 41.9158C239.384 41.9158 235.707 41.1134 235.707 37.3693C235.707 33.3577 239.919 32.7561 241.991 32.7561H251.352C251.352 40.5785 245.067 41.9158 241.791 41.9158ZM206.893 48C218.66 48 224.477 40.5116 224.477 29.7473C224.477 17.512 213.78 12.8318 207.629 12.8318C201.812 12.8318 197.466 15.8404 195.727 17.512V0.462629H188.64V47.6657H195.46V43.3866C198.001 46.2615 202.48 48 206.893 48ZM206.893 41.7819C198.669 41.7819 195.727 34.8954 195.727 31.0175C195.727 26.0699 198.402 19.1165 206.893 19.1165C213.378 19.1165 217.19 24.3316 217.19 31.0175C217.19 38.1047 211.44 41.7819 206.893 41.7819ZM166.887 41.52C159.666 41.52 156.056 36.0374 156.056 30.4882C156.056 24.5376 158.864 18.7877 166.419 18.7877C174.777 18.7877 177.384 24.0028 177.384 30.4882C177.384 37.8427 171.567 41.52 166.887 41.52ZM166.753 47.8717C176.648 47.8717 184.739 40.7845 184.739 30.4882C184.739 26.6102 184.07 12.436 166.82 12.436C161.271 12.436 148.634 14.7092 148.634 30.4882C148.634 40.9851 157.125 47.8717 166.753 47.8717ZM137.712 46.8019H144.732V0.0668344H137.712V46.8019ZM65.4797 26.0754H46.9595C47.1601 21.7963 51.4391 18.7208 56.5205 18.7208C61.6687 18.7207 65.2792 21.5288 65.4797 26.0754ZM56.1862 47.8717C65.4797 47.8717 72.6337 42.1886 72.6337 36.3719H65.7472C63.875 39.9155 62.471 41.3195 55.6513 41.3195C50.5031 41.3195 46.3578 37.5754 46.3578 32.0928H73.436C73.2354 23.4009 70.7616 12.436 56.253 12.436C48.6309 12.436 38.8694 17.2499 38.8694 30.2207C38.8694 38.3107 43.6165 47.8717 56.1862 47.8717ZM18.5202 20.058H7.35455V6.95339H19.055C22.0636 6.95339 25.9416 8.89235 25.9416 13.6394C25.9416 18.9882 20.1248 20.058 18.5202 20.058ZM0 0V47.4037H18.0522C28.7498 47.4037 34.9677 42.1886 34.9677 34.3661C34.9677 27.2789 32.1596 25.0726 26.4097 22.7993C30.8225 21.061 33.4969 18.119 33.4969 13.5058C33.4968 3.61044 26.4096 0 17.5172 0H0ZM18.7877 40.6508H7.35455V26.8109H19.7905C22.3311 26.8109 27.3457 28.616 27.3457 34.0318C27.3457 39.4475 21.93 40.6508 18.7877 40.6508ZM101.541 47.8717C114.512 47.8717 122.267 38.4445 124.541 31.4241V46.8019H131.762V20.6597H105.553V27.2787H119.326C117.855 33.9648 111.369 41.0518 102.811 41.0518C94.4538 41.0518 84.0906 36.0374 84.0906 23.5346C84.0906 14.0404 92.1138 6.6859 101.541 6.6859C110.3 6.6859 114.512 11.4998 116.518 14.7759H123.939C120.663 7.22088 113.509 0 101.407 0C86.4976 0 77.3377 12.5696 77.3377 23.6684C77.3377 32.2933 84.0906 47.8717 101.541 47.8717Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1111_1168\">\\n<rect width=\"271.543\" height=\"48\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-onr4l5\",\"data-framer-name\":\"BeGlobal-Type[BLACK]\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:272,layoutDependency:layoutDependency,layoutId:\"A5aItJ1mj\",svg:'<svg width=\"272\" height=\"48\" viewBox=\"0 0 272 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1111_1180)\">\\n<path d=\"M264.657 47.6657H271.543V0.462629H264.657V47.6657ZM242.459 48C246.27 48 250.081 45.593 251.887 43.7209V47.6657H258.706V25.0671C258.706 18.9828 257.102 13.0991 246.738 13.0991H231.427V19.5845H251.485V26.8054H242.593C236.308 26.8054 228.352 28.6775 228.352 37.503C228.352 45.0581 234.236 48 242.459 48ZM241.791 41.9158C239.384 41.9158 235.707 41.1134 235.707 37.3693C235.707 33.3577 239.919 32.7561 241.991 32.7561H251.352C251.352 40.5785 245.067 41.9158 241.791 41.9158ZM206.893 48C218.66 48 224.477 40.5116 224.477 29.7473C224.477 17.512 213.78 12.8318 207.629 12.8318C201.812 12.8318 197.466 15.8404 195.727 17.512V0.462629H188.64V47.6657H195.46V43.3866C198.001 46.2615 202.48 48 206.893 48ZM206.893 41.7819C198.669 41.7819 195.727 34.8954 195.727 31.0175C195.727 26.0699 198.402 19.1165 206.893 19.1165C213.378 19.1165 217.19 24.3316 217.19 31.0175C217.19 38.1047 211.44 41.7819 206.893 41.7819ZM166.887 41.52C159.666 41.52 156.056 36.0374 156.056 30.4882C156.056 24.5376 158.864 18.7877 166.419 18.7877C174.777 18.7877 177.384 24.0028 177.384 30.4882C177.384 37.8427 171.567 41.52 166.887 41.52ZM166.753 47.8717C176.648 47.8717 184.739 40.7845 184.739 30.4882C184.739 26.6102 184.07 12.436 166.82 12.436C161.271 12.436 148.634 14.7092 148.634 30.4882C148.634 40.9851 157.125 47.8717 166.753 47.8717ZM137.712 46.8019H144.732V0.0668344H137.712V46.8019ZM65.4797 26.0754H46.9595C47.1601 21.7963 51.4391 18.7208 56.5205 18.7208C61.6687 18.7207 65.2792 21.5288 65.4797 26.0754ZM56.1862 47.8717C65.4797 47.8717 72.6337 42.1886 72.6337 36.3719H65.7472C63.875 39.9155 62.471 41.3195 55.6513 41.3195C50.5031 41.3195 46.3578 37.5754 46.3578 32.0928H73.436C73.2354 23.4009 70.7616 12.436 56.253 12.436C48.6309 12.436 38.8694 17.2499 38.8694 30.2207C38.8694 38.3107 43.6165 47.8717 56.1862 47.8717ZM18.5202 20.058H7.35455V6.95339H19.055C22.0636 6.95339 25.9416 8.89235 25.9416 13.6394C25.9416 18.9882 20.1248 20.058 18.5202 20.058ZM0 0V47.4037H18.0522C28.7498 47.4037 34.9677 42.1886 34.9677 34.3661C34.9677 27.2789 32.1596 25.0726 26.4097 22.7993C30.8225 21.061 33.4969 18.119 33.4969 13.5058C33.4968 3.61044 26.4096 0 17.5172 0H0ZM18.7877 40.6508H7.35455V26.8109H19.7905C22.3311 26.8109 27.3457 28.616 27.3457 34.0318C27.3457 39.4475 21.93 40.6508 18.7877 40.6508ZM101.541 47.8717C114.512 47.8717 122.267 38.4445 124.541 31.4241V46.8019H131.762V20.6597H105.553V27.2787H119.326C117.855 33.9648 111.369 41.0518 102.811 41.0518C94.4538 41.0518 84.0906 36.0374 84.0906 23.5346C84.0906 14.0404 92.1138 6.6859 101.541 6.6859C110.3 6.6859 114.512 11.4998 116.518 14.7759H123.939C120.663 7.22088 113.509 0 101.407 0C86.4976 0 77.3377 12.5696 77.3377 23.6684C77.3377 32.2933 84.0906 47.8717 101.541 47.8717Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1111_1180\">\\n<rect width=\"271.543\" height=\"48\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zw1W6.framer-f9ginq, .framer-zw1W6 .framer-f9ginq { display: block; }\",\".framer-zw1W6.framer-x6mbw8 { cursor: pointer; height: 40px; overflow: hidden; position: relative; text-decoration: none; width: 191px; }\",\".framer-zw1W6 .framer-1y8jqoj { flex: none; height: 40px; left: 0px; position: absolute; top: 0px; width: 191px; }\",\".framer-zw1W6 .framer-1m8u4lt { aspect-ratio: 4.770833333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-zw1W6 .framer-17skcc9 { aspect-ratio: 1 / 1; bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-zw1W6 .framer-1yubzwc { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 0px; position: absolute; top: 0px; width: 40px; }\",\".framer-zw1W6 .framer-1jti8g1, .framer-zw1W6 .framer-onr4l5 { aspect-ratio: 5.666666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 0px; position: absolute; top: 0px; width: 227px; }\",\".framer-zw1W6.framer-v-wlyvpe.framer-x6mbw8, .framer-zw1W6.framer-v-13946t7.framer-x6mbw8, .framer-zw1W6.framer-v-15eave8.framer-x6mbw8, .framer-zw1W6.framer-v-rzi706.framer-x6mbw8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; width: min-content; }\",\".framer-zw1W6.framer-v-wlyvpe .framer-17skcc9 { bottom: unset; height: 40px; left: unset; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zw1W6.framer-v-wlyvpe.framer-x6mbw8 { gap: 0px; } .framer-zw1W6.framer-v-wlyvpe.framer-x6mbw8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zw1W6.framer-v-wlyvpe.framer-x6mbw8 > :first-child { margin-left: 0px; } .framer-zw1W6.framer-v-wlyvpe.framer-x6mbw8 > :last-child { margin-right: 0px; } }\",\".framer-zw1W6.framer-v-13946t7 .framer-1yubzwc, .framer-zw1W6.framer-v-15eave8 .framer-1jti8g1, .framer-zw1W6.framer-v-rzi706 .framer-onr4l5 { left: unset; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zw1W6.framer-v-13946t7.framer-x6mbw8 { gap: 0px; } .framer-zw1W6.framer-v-13946t7.framer-x6mbw8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zw1W6.framer-v-13946t7.framer-x6mbw8 > :first-child { margin-left: 0px; } .framer-zw1W6.framer-v-13946t7.framer-x6mbw8 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zw1W6.framer-v-15eave8.framer-x6mbw8 { gap: 0px; } .framer-zw1W6.framer-v-15eave8.framer-x6mbw8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zw1W6.framer-v-15eave8.framer-x6mbw8 > :first-child { margin-left: 0px; } .framer-zw1W6.framer-v-15eave8.framer-x6mbw8 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zw1W6.framer-v-rzi706.framer-x6mbw8 { gap: 0px; } .framer-zw1W6.framer-v-rzi706.framer-x6mbw8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zw1W6.framer-v-rzi706.framer-x6mbw8 > :first-child { margin-left: 0px; } .framer-zw1W6.framer-v-rzi706.framer-x6mbw8 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 191\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"JVKPm7AzH\":{\"layout\":[\"fixed\",\"fixed\"]},\"dCNz1dO27\":{\"layout\":[\"auto\",\"fixed\"]},\"PbUC_bA1K\":{\"layout\":[\"auto\",\"fixed\"]},\"TVsStnuMy\":{\"layout\":[\"auto\",\"fixed\"]},\"HDMAX5arx\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Kh7K1wMvL\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQKTcnVGbb=withCSS(Component,css,\"framer-zw1W6\");export default FramerQKTcnVGbb;FramerQKTcnVGbb.displayName=\"BeGlobal-Full Logo[BLACK]\";FramerQKTcnVGbb.defaultProps={height:40,width:191};addPropertyControls(FramerQKTcnVGbb,{variant:{options:[\"WZPvY2Xi2\",\"JVKPm7AzH\",\"dCNz1dO27\",\"PbUC_bA1K\",\"TVsStnuMy\",\"HDMAX5arx\"],optionTitles:[\"BeGlobal-Full Logo[BLACK]\",\"BeGlobal-Full Logo[WHITE]\",\"BeGlobal-Symbol[WHITE]\",\"BeGlobal-Symbol[BLACK]\",\"BeGlobal-Type[WHITE]\",\"BeGlobal-Type[BLACK]\"],title:\"Variant\",type:ControlType.Enum},Kh7K1wMvL:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerQKTcnVGbb,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQKTcnVGbb\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JVKPm7AzH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dCNz1dO27\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"PbUC_bA1K\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"TVsStnuMy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"HDMAX5arx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerVariables\":\"{\\\"Kh7K1wMvL\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"191\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QKTcnVGbb.map", "// Generated by Framer (4c8d0fb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Formspark from\"https://framerusercontent.com/modules/LoWwZfPC4cHteYUUDkMp/VYy8NSVHxmywPghuHqDG/Input_Formspark.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/aje4P54Xqlt42zF1hNSg/x7jXbQbsC5U42mZWhEB5/aFBYyPbG0.js\";import BeGlobalFullLogoBLACK from\"https://framerusercontent.com/modules/3qzQLskzjZN4fUgXKCN4/R5zoIM8WUKTNIoBdqFmb/QKTcnVGbb.js\";const FormsparkFonts=getFonts(Formspark);const BeGlobalFullLogoBLACKFonts=getFonts(BeGlobalFullLogoBLACK);const cycleOrder=[\"oOau5cEGf\",\"xpud6WIgM\"];const serializationHash=\"framer-bSBFE\";const variantClassNames={oOau5cEGf:\"framer-v-y8uiys\",xpud6WIgM:\"framer-v-146e89e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"oOau5cEGf\",Phone:\"xpud6WIgM\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"oOau5cEGf\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oOau5cEGf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-y8uiys\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"oOau5cEGf\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(0, 0, 0))\",borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({xpud6WIgM:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mf3qbu\",layoutDependency:layoutDependency,layoutId:\"I3C2kqp4J\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6a4ncl\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"phB9UH5NA\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hgnqga\",\"data-framer-name\":\"Columns\",layoutDependency:layoutDependency,layoutId:\"TiQf_7hFH\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-igm204\",\"data-framer-name\":\"Newsletter\",layoutDependency:layoutDependency,layoutId:\"rMNYdGNrb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xvdGEgR3JvdGVzcXVlIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Lota Grotesque Semi Bold\", \"Lota Grotesque Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255)))\"},children:\"Stay in touch\"})}),className:\"framer-ynq5lu\",fonts:[\"CUSTOM;Lota Grotesque Semi Bold\"],layoutDependency:layoutDependency,layoutId:\"PkJ5m7sDx\",style:{\"--extracted-r6o4lv\":\"var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:\"Subscribe for email updates\"})}),className:\"framer-uxgwbt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HLiURpZgq\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1waseu7-container\",layoutDependency:layoutDependency,layoutId:\"VmdSvxc5P-container\",children:/*#__PURE__*/_jsx(Formspark,{button:{buttonFont:{},buttonPadding:15,buttonPaddingBottom:15,buttonPaddingLeft:15,buttonPaddingPerSide:false,buttonPaddingRight:15,buttonPaddingTop:15,color:\"var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255))\",fill:\"var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(0, 0, 0))\",insetWhenDocked:5,isDocked:false,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"Lota Grotesque Regular\", \"Lota Grotesque Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"UYyyFJGI3\",gap:10,height:\"100%\",id:\"VmdSvxc5P\",input:{borderRadius:8,color:\"var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255))\",fill:\"rgb(82, 82, 82)\",fixedHeight:50,height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:\"name@email.com\",placeholderColor:\"rgb(184, 184, 184)\"},layout:\"horizontal\",layoutId:\"VmdSvxc5P\",redirectAs:\"link\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-130ddrs\",\"data-framer-name\":\"Company\",layoutDependency:layoutDependency,layoutId:\"OWaOxLdgL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255)))\"},children:\"Company\"})}),className:\"framer-1l4eeo6\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"RXCzbNOpX\",style:{\"--extracted-r6o4lv\":\"var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"q6h0KcTcc\"},nodeId:\"TTTtuxHJJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-m57p2w\",\"data-styles-preset\":\"aFBYyPbG0\",children:\"How it works\"})})})}),className:\"framer-112yuz7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TTTtuxHJJ\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OlxgBcNep\"},nodeId:\"xY84GMUM_\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-m57p2w\",\"data-styles-preset\":\"aFBYyPbG0\",children:\"Services\"})})})}),className:\"framer-cv72yr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xY84GMUM_\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SjdpcWo4C\"},nodeId:\"aoIA5EcRJ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-m57p2w\",\"data-styles-preset\":\"aFBYyPbG0\",children:\"Why BeGlobal\"})})})}),className:\"framer-qe5ylr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aoIA5EcRJ\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o9at5e\",\"data-framer-name\":\"Resources\",layoutDependency:layoutDependency,layoutId:\"FeWMvs5JM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255)))\"},children:\"Resources\"})}),className:\"framer-169bph1\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"So4eMPi0z\",style:{\"--extracted-r6o4lv\":\"var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CxRbxxUAy\"},nodeId:\"FAGKHhCZk\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-m57p2w\",\"data-styles-preset\":\"aFBYyPbG0\",children:\"Case Studies\"})})})}),className:\"framer-tilesa\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FAGKHhCZk\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HqSozqEAN\"},nodeId:\"x75mbAqlh\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-m57p2w\",\"data-styles-preset\":\"aFBYyPbG0\",children:\"Book a demo\"})})})}),className:\"framer-r3retq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"x75mbAqlh\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bm9l1l\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"KGk0OhuZO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255)))\"},children:\"Social\"})}),className:\"framer-cllmjo\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"mmLFxQvI5\",style:{\"--extracted-r6o4lv\":\"var(--token-d35e87d3-9028-454e-98a2-a235c4bf508a, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/beglobalhq/\",nodeId:\"bnOMLIPu5\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-m57p2w\",\"data-styles-preset\":\"aFBYyPbG0\",children:\"LinkedIn\"})})})}),className:\"framer-eigca3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bnOMLIPu5\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/beglobalhq/\",nodeId:\"kAeHhNEN4\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-m57p2w\",\"data-styles-preset\":\"aFBYyPbG0\",children:\"Instagram\"})})})}),className:\"framer-8kreul\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kAeHhNEN4\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8tkc8o\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"IvagHq7Zx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qkaxzl\",layoutDependency:layoutDependency,layoutId:\"wJ5RKdRjg\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hsn0ee\",layoutDependency:layoutDependency,layoutId:\"Ua5t4VhHI\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"191px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+60+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||312)-120-192)/2+0+0)+0+152+0+0+0,...addPropertyOverrides({xpud6WIgM:{height:29.109947643979055,width:\"139px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+60+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||848)-120-716.709947643979)/2+0+0)+0+526.4+0+0+0+0+12+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16mx8sp-container\",layoutDependency:layoutDependency,layoutId:\"sZs4duwdj-container\",children:/*#__PURE__*/_jsx(BeGlobalFullLogoBLACK,{height:\"100%\",id:\"sZs4duwdj\",layoutId:\"sZs4duwdj\",style:{height:\"100%\",width:\"100%\"},variant:\"JVKPm7AzH\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://drive.google.com/file/d/1oD7mhLlbpEl743iljyAzSCqyZK_1JzOc/view?usp=sharing\",nodeId:\"lKO2RYfg5\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-m57p2w\",\"data-styles-preset\":\"aFBYyPbG0\",children:\"Terms of Use\"})})})}),className:\"framer-imk8vw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lKO2RYfg5\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://drive.google.com/file/d/126Eimi6aURUPQ0avntSVk6J_huA1SgDu/view?usp=sharing\",nodeId:\"EaIqYqznp\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-m57p2w\",\"data-styles-preset\":\"aFBYyPbG0\",children:\"Privacy Policy\"})})})}),className:\"framer-thz9tv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EaIqYqznp\",style:{\"--extracted-r6o4lv\":\"var(--token-6d101442-a0c6-4ff0-a77d-7b7718bf0739, rgb(234, 237, 240))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z9mum9\",layoutDependency:layoutDependency,layoutId:\"TFZPJqJn0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 161, 161))\"},children:\"@ 2024 BeGlobal site. All rights reserved.\"})}),className:\"framer-gnogf0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IqYk8MmGz\",style:{\"--extracted-r6o4lv\":\"rgb(161, 161, 161)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bSBFE.framer-cabtel, .framer-bSBFE .framer-cabtel { display: block; }\",\".framer-bSBFE.framer-y8uiys { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 63px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 32px 60px 32px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bSBFE .framer-mf3qbu { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bSBFE .framer-6a4ncl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bSBFE .framer-1hgnqga { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bSBFE .framer-igm204 { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: 1px; }\",\".framer-bSBFE .framer-ynq5lu, .framer-bSBFE .framer-uxgwbt, .framer-bSBFE .framer-1l4eeo6, .framer-bSBFE .framer-112yuz7, .framer-bSBFE .framer-cv72yr, .framer-bSBFE .framer-qe5ylr, .framer-bSBFE .framer-169bph1, .framer-bSBFE .framer-tilesa, .framer-bSBFE .framer-r3retq, .framer-bSBFE .framer-cllmjo, .framer-bSBFE .framer-eigca3, .framer-bSBFE .framer-8kreul { flex: none; height: 22px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bSBFE .framer-1waseu7-container { flex: none; height: auto; position: relative; width: 80%; }\",\".framer-bSBFE .framer-130ddrs, .framer-bSBFE .framer-o9at5e, .framer-bSBFE .framer-1bm9l1l { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: 1px; }\",\".framer-bSBFE .framer-8tkc8o { align-content: center; align-items: center; 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: 100%; }\",\".framer-bSBFE .framer-1qkaxzl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bSBFE .framer-hsn0ee { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bSBFE .framer-16mx8sp-container { flex: none; height: 40px; position: relative; width: 191px; }\",\".framer-bSBFE .framer-imk8vw, .framer-bSBFE .framer-thz9tv, .framer-bSBFE .framer-gnogf0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bSBFE .framer-z9mum9 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bSBFE.framer-y8uiys, .framer-bSBFE .framer-mf3qbu, .framer-bSBFE .framer-6a4ncl, .framer-bSBFE .framer-1hgnqga, .framer-bSBFE .framer-igm204, .framer-bSBFE .framer-130ddrs, .framer-bSBFE .framer-o9at5e, .framer-bSBFE .framer-1bm9l1l, .framer-bSBFE .framer-8tkc8o, .framer-bSBFE .framer-1qkaxzl, .framer-bSBFE .framer-hsn0ee, .framer-bSBFE .framer-z9mum9 { gap: 0px; } .framer-bSBFE.framer-y8uiys > * { margin: 0px; margin-bottom: calc(63px / 2); margin-top: calc(63px / 2); } .framer-bSBFE.framer-y8uiys > :first-child, .framer-bSBFE .framer-mf3qbu > :first-child, .framer-bSBFE .framer-igm204 > :first-child, .framer-bSBFE .framer-130ddrs > :first-child, .framer-bSBFE .framer-o9at5e > :first-child, .framer-bSBFE .framer-1bm9l1l > :first-child, .framer-bSBFE .framer-z9mum9 > :first-child { margin-top: 0px; } .framer-bSBFE.framer-y8uiys > :last-child, .framer-bSBFE .framer-mf3qbu > :last-child, .framer-bSBFE .framer-igm204 > :last-child, .framer-bSBFE .framer-130ddrs > :last-child, .framer-bSBFE .framer-o9at5e > :last-child, .framer-bSBFE .framer-1bm9l1l > :last-child, .framer-bSBFE .framer-z9mum9 > :last-child { margin-bottom: 0px; } .framer-bSBFE .framer-mf3qbu > *, .framer-bSBFE .framer-130ddrs > *, .framer-bSBFE .framer-o9at5e > *, .framer-bSBFE .framer-1bm9l1l > *, .framer-bSBFE .framer-z9mum9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bSBFE .framer-6a4ncl > *, .framer-bSBFE .framer-1hgnqga > *, .framer-bSBFE .framer-8tkc8o > *, .framer-bSBFE .framer-1qkaxzl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bSBFE .framer-6a4ncl > :first-child, .framer-bSBFE .framer-1hgnqga > :first-child, .framer-bSBFE .framer-8tkc8o > :first-child, .framer-bSBFE .framer-1qkaxzl > :first-child, .framer-bSBFE .framer-hsn0ee > :first-child { margin-left: 0px; } .framer-bSBFE .framer-6a4ncl > :last-child, .framer-bSBFE .framer-1hgnqga > :last-child, .framer-bSBFE .framer-8tkc8o > :last-child, .framer-bSBFE .framer-1qkaxzl > :last-child, .framer-bSBFE .framer-hsn0ee > :last-child { margin-right: 0px; } .framer-bSBFE .framer-igm204 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-bSBFE .framer-hsn0ee > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } }\",\".framer-bSBFE.framer-v-146e89e.framer-y8uiys { width: 390px; }\",\".framer-bSBFE.framer-v-146e89e .framer-1hgnqga { flex: none; flex-direction: column; width: 326px; }\",\".framer-bSBFE.framer-v-146e89e .framer-igm204, .framer-bSBFE.framer-v-146e89e .framer-130ddrs, .framer-bSBFE.framer-v-146e89e .framer-o9at5e, .framer-bSBFE.framer-v-146e89e .framer-1bm9l1l { flex: none; width: 100%; }\",\".framer-bSBFE.framer-v-146e89e .framer-ynq5lu { white-space: pre; width: auto; }\",\".framer-bSBFE.framer-v-146e89e .framer-uxgwbt { height: auto; white-space: pre; width: auto; }\",\".framer-bSBFE.framer-v-146e89e .framer-1waseu7-container { width: 100%; }\",\".framer-bSBFE.framer-v-146e89e .framer-8tkc8o { align-content: flex-start; align-items: flex-start; flex-direction: column; }\",\".framer-bSBFE.framer-v-146e89e .framer-1qkaxzl { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; width: 326px; }\",\".framer-bSBFE.framer-v-146e89e .framer-hsn0ee { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; padding: 12px; width: 100%; }\",\".framer-bSBFE.framer-v-146e89e .framer-16mx8sp-container { aspect-ratio: 4.775 / 1; height: var(--framer-aspect-ratio-supported, 30px); width: 139px; }\",\".framer-bSBFE.framer-v-146e89e .framer-z9mum9 { align-content: flex-start; align-items: flex-start; padding: 12px; width: 326px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bSBFE.framer-v-146e89e .framer-1hgnqga, .framer-bSBFE.framer-v-146e89e .framer-8tkc8o, .framer-bSBFE.framer-v-146e89e .framer-1qkaxzl, .framer-bSBFE.framer-v-146e89e .framer-hsn0ee { gap: 0px; } .framer-bSBFE.framer-v-146e89e .framer-1hgnqga > *, .framer-bSBFE.framer-v-146e89e .framer-8tkc8o > *, .framer-bSBFE.framer-v-146e89e .framer-1qkaxzl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bSBFE.framer-v-146e89e .framer-1hgnqga > :first-child, .framer-bSBFE.framer-v-146e89e .framer-8tkc8o > :first-child, .framer-bSBFE.framer-v-146e89e .framer-1qkaxzl > :first-child, .framer-bSBFE.framer-v-146e89e .framer-hsn0ee > :first-child { margin-top: 0px; } .framer-bSBFE.framer-v-146e89e .framer-1hgnqga > :last-child, .framer-bSBFE.framer-v-146e89e .framer-8tkc8o > :last-child, .framer-bSBFE.framer-v-146e89e .framer-1qkaxzl > :last-child, .framer-bSBFE.framer-v-146e89e .framer-hsn0ee > :last-child { margin-bottom: 0px; } .framer-bSBFE.framer-v-146e89e .framer-hsn0ee > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 312\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xpud6WIgM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHDIWEnHhB=withCSS(Component,css,\"framer-bSBFE\");export default FramerHDIWEnHhB;FramerHDIWEnHhB.displayName=\"Footer\";FramerHDIWEnHhB.defaultProps={height:312,width:1200};addPropertyControls(FramerHDIWEnHhB,{variant:{options:[\"oOau5cEGf\",\"xpud6WIgM\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHDIWEnHhB,[{explicitInter:true,fonts:[{family:\"Lota Grotesque Semi Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/srxbaScH7LiBApwWrxB0EFexOas.woff2\"},{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:\"Lota Grotesque Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/HK61KJDdRJJAIg8eVw7KEe1TnM.woff2\"},{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\"}]},...FormsparkFonts,...BeGlobalFullLogoBLACKFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHDIWEnHhB\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"312\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xpud6WIgM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HDIWEnHhB.map", "// Generated by Framer (9f68555)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-hBHtm .framer-styles-preset-1i5boxh:not(.rich-text-wrapper), .framer-hBHtm .framer-styles-preset-1i5boxh.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-6e6404b5-2346-4050-9ca5-099f883d6fbc, #333333) /* {\"name\":\"Medium dark\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, #000000); --framer-link-text-decoration: none; }'];export const className=\"framer-hBHtm\";\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 (9e4a47a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"TNBRfxdfZ\",\"BAbCM_vXE\"];const serializationHash=\"framer-JzNQX\";const variantClassNames={BAbCM_vXE:\"framer-v-wj2498\",TNBRfxdfZ:\"framer-v-nsy1jt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Menu Closed\":\"TNBRfxdfZ\",\"Menu Opened\":\"BAbCM_vXE\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,g3l4jjBJc:click!==null&&click!==void 0?click:props.g3l4jjBJc,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"TNBRfxdfZ\"};};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,g3l4jjBJc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TNBRfxdfZ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapr1txwt=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(g3l4jjBJc){const res=await g3l4jjBJc(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-nsy1jt\",className,classNames),\"data-framer-name\":\"Menu Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TNBRfxdfZ\",onTap:onTapr1txwt,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({BAbCM_vXE:{\"data-framer-name\":\"Menu Opened\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i4kfeu\",layoutDependency:layoutDependency,layoutId:\"ve5jwLtsr\",style:{backgroundColor:\"rgb(0, 0, 0)\",rotate:0},variants:{BAbCM_vXE:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s1h4p1\",layoutDependency:layoutDependency,layoutId:\"MZP0SSsQv\",style:{backgroundColor:\"rgb(0, 0, 0)\",rotate:0},variants:{BAbCM_vXE:{rotate:45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JzNQX.framer-vd5h94, .framer-JzNQX .framer-vd5h94 { display: block; }\",\".framer-JzNQX.framer-nsy1jt { cursor: pointer; height: 36px; overflow: hidden; position: relative; width: 36px; }\",\".framer-JzNQX .framer-1i4kfeu { flex: none; height: 4px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: 11px; width: 20px; }\",\".framer-JzNQX .framer-s1h4p1 { bottom: 12px; flex: none; height: 4px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; width: 20px; }\",\".framer-JzNQX.framer-v-wj2498 .framer-1i4kfeu { top: calc(50.00000000000002% - 4px / 2); }\",\".framer-JzNQX.framer-v-wj2498 .framer-s1h4p1 { bottom: unset; top: calc(50.00000000000002% - 4px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 36\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"BAbCM_vXE\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"g3l4jjBJc\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerelpEklCnE=withCSS(Component,css,\"framer-JzNQX\");export default FramerelpEklCnE;FramerelpEklCnE.displayName=\"Menu\";FramerelpEklCnE.defaultProps={height:36,width:36};addPropertyControls(FramerelpEklCnE,{variant:{options:[\"TNBRfxdfZ\",\"BAbCM_vXE\"],optionTitles:[\"Menu Closed\",\"Menu Opened\"],title:\"Variant\",type:ControlType.Enum},g3l4jjBJc:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerelpEklCnE,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerelpEklCnE\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"g3l4jjBJc\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BAbCM_vXE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"36\",\"framerIntrinsicWidth\":\"36\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./elpEklCnE.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={rZdYQKBjX:{hover:true}};const cycleOrder=[\"rZdYQKBjX\",\"s6pLGXXGj\"];const serializationHash=\"framer-6GM0z\";const variantClassNames={rZdYQKBjX:\"framer-v-pw3ng4\",s6pLGXXGj:\"framer-v-lqkil6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"rZdYQKBjX\",Mobile:\"s6pLGXXGj\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"rZdYQKBjX\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rZdYQKBjX\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HqSozqEAN\"},nodeId:\"rZdYQKBjX\",openInNewTab:false,...addPropertyOverrides({s6pLGXXGj:{href:\"https://calendly.com/beglobalus/chat?back=1\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-pw3ng4\",className,classNames)} framer-v3hki3`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rZdYQKBjX\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(0, 0, 0))\",borderBottomLeftRadius:99,borderBottomRightRadius:99,borderTopLeftRadius:99,borderTopRightRadius:99,...style},variants:{\"rZdYQKBjX-hover\":{backgroundColor:\"rgb(56, 56, 56)\"}},...addPropertyOverrides({\"rZdYQKBjX-hover\":{\"data-framer-name\":undefined},s6pLGXXGj:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xvdGEgR3JvdGVzcXVlIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lota Grotesque Regular\", \"Lota Grotesque Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Book a demo\"})}),className:\"framer-1czgj6a\",\"data-framer-name\":\"Book a demo\",fonts:[\"CUSTOM;Lota Grotesque Regular\"],layoutDependency:layoutDependency,layoutId:\"e5WyEL_Dp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6GM0z.framer-v3hki3, .framer-6GM0z .framer-v3hki3 { display: block; }\",\".framer-6GM0z.framer-pw3ng4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 18px 8px 18px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-6GM0z .framer-1czgj6a { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6GM0z.framer-pw3ng4 { gap: 0px; } .framer-6GM0z.framer-pw3ng4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6GM0z.framer-pw3ng4 > :first-child { margin-left: 0px; } .framer-6GM0z.framer-pw3ng4 > :last-child { margin-right: 0px; } }\",\".framer-6GM0z.framer-v-lqkil6.framer-pw3ng4 { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 35\n * @framerIntrinsicWidth 133\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"s6pLGXXGj\":{\"layout\":[\"auto\",\"auto\"]},\"u4VknBRet\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRUXlOnTbm=withCSS(Component,css,\"framer-6GM0z\");export default FramerRUXlOnTbm;FramerRUXlOnTbm.displayName=\"Demo - Navbar\";FramerRUXlOnTbm.defaultProps={height:35,width:133};addPropertyControls(FramerRUXlOnTbm,{variant:{options:[\"rZdYQKBjX\",\"s6pLGXXGj\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRUXlOnTbm,[{explicitInter:true,fonts:[{family:\"Lota Grotesque Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/HK61KJDdRJJAIg8eVw7KEe1TnM.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRUXlOnTbm\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"35\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"s6pLGXXGj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u4VknBRet\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"133\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RUXlOnTbm.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,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/H1Q6Ov6aqXwVHiFMSPfh/ivVsWLn6o70CL5rnI3ev/owbxhsZ83.js\";import Menu from\"https://framerusercontent.com/modules/tMmZEh9WICDvyZwrEF1w/v11S26Q4GVQ4p12graCl/elpEklCnE.js\";import BeGlobalFullLogoBLACK from\"https://framerusercontent.com/modules/3qzQLskzjZN4fUgXKCN4/R5zoIM8WUKTNIoBdqFmb/QKTcnVGbb.js\";import DemoNavbar from\"https://framerusercontent.com/modules/3L4697Sz8DHcmIucFPeZ/fHqhZr9PKEvFo49CVI2e/RUXlOnTbm.js\";const BeGlobalFullLogoBLACKFonts=getFonts(BeGlobalFullLogoBLACK);const MenuFonts=getFonts(Menu);const DemoNavbarFonts=getFonts(DemoNavbar);const cycleOrder=[\"Xl3Nb6dXv\",\"WfN0Vs1FC\",\"BKCyIkK3h\"];const serializationHash=\"framer-QKjQV\";const variantClassNames={BKCyIkK3h:\"framer-v-1a42l15\",WfN0Vs1FC:\"framer-v-1j3va9w\",Xl3Nb6dXv:\"framer-v-ix5ucw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Closed\":\"BKCyIkK3h\",\"Mobile Opened\":\"WfN0Vs1FC\",Desktop:\"Xl3Nb6dXv\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Xl3Nb6dXv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Xl3Nb6dXv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const g3l4jjBJc8zjcq8=activeVariantCallback(async(...args)=>{setVariant(\"BKCyIkK3h\");});const g3l4jjBJc1p6qplx=activeVariantCallback(async(...args)=>{setVariant(\"WfN0Vs1FC\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"WfN0Vs1FC\",\"BKCyIkK3h\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ix5ucw\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Xl3Nb6dXv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({BKCyIkK3h:{\"data-framer-name\":\"Mobile Closed\"},WfN0Vs1FC:{\"data-framer-name\":\"Mobile Opened\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9iqzrc\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"lcSCRxOIE\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ajgxwg\",\"data-framer-name\":\"Logo + Menu\",layoutDependency:layoutDependency,layoutId:\"cdrvO1TWA\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"191px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(32+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||104)-64-40)/2)+0+0,...addPropertyOverrides({BKCyIkK3h:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0+0+0+10},WfN0Vs1FC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0+0+0+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10gf8ld-container\",layoutDependency:layoutDependency,layoutId:\"KYwUfNFot-container\",children:/*#__PURE__*/_jsx(BeGlobalFullLogoBLACK,{height:\"100%\",id:\"KYwUfNFot\",layoutId:\"KYwUfNFot\",style:{height:\"100%\",width:\"100%\"},variant:\"WZPvY2Xi2\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BKCyIkK3h:{height:36,width:\"36px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0+0+0+12},WfN0Vs1FC:{height:36,width:\"36px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0+0+0+12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rg42jl-container\",layoutDependency:layoutDependency,layoutId:\"RcN2pITGO-container\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"RcN2pITGO\",layoutId:\"RcN2pITGO\",style:{height:\"100%\",width:\"100%\"},variant:\"TNBRfxdfZ\",width:\"100%\",...addPropertyOverrides({BKCyIkK3h:{g3l4jjBJc:g3l4jjBJc1p6qplx},WfN0Vs1FC:{g3l4jjBJc:g3l4jjBJc8zjcq8,variant:\"BAbCM_vXE\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p3o46i\",\"data-framer-name\":\"Links + Button\",layoutDependency:layoutDependency,layoutId:\"EO4DwjFsn\",style:{opacity:1},variants:{BKCyIkK3h:{opacity:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12duf1l\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"ABRHqnzPl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xvdGEgR3JvdGVzcXVlIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lota Grotesque Regular\", \"Lota Grotesque Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(255, 0, 0)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"q6h0KcTcc\"},nodeId:\"Zan5JjUbZ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i5boxh\",\"data-styles-preset\":\"owbxhsZ83\",children:\"How it works\"})})})}),className:\"framer-9hi17z\",\"data-framer-name\":\"How it works\",fonts:[\"CUSTOM;Lota Grotesque Regular\"],layoutDependency:layoutDependency,layoutId:\"Zan5JjUbZ\",style:{\"--extracted-r6o4lv\":\"var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(255, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xvdGEgR3JvdGVzcXVlIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lota Grotesque Regular\", \"Lota Grotesque Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(255, 0, 0)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OlxgBcNep\"},nodeId:\"Xfqfw87TU\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i5boxh\",\"data-styles-preset\":\"owbxhsZ83\",children:\"Services\"})})})}),className:\"framer-15emmzi\",\"data-framer-name\":\"Services\",fonts:[\"CUSTOM;Lota Grotesque Regular\"],layoutDependency:layoutDependency,layoutId:\"Xfqfw87TU\",style:{\"--extracted-r6o4lv\":\"var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(255, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xvdGEgR3JvdGVzcXVlIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lota Grotesque Regular\", \"Lota Grotesque Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(255, 0, 0)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CxRbxxUAy\"},nodeId:\"QK_eyIq5a\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i5boxh\",\"data-styles-preset\":\"owbxhsZ83\",children:\"Case Studies\"})})})}),className:\"framer-1a82p1k\",\"data-framer-name\":\"Case Studies\",fonts:[\"CUSTOM;Lota Grotesque Regular\"],layoutDependency:layoutDependency,layoutId:\"QK_eyIq5a\",style:{\"--extracted-r6o4lv\":\"var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(255, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0xvdGEgR3JvdGVzcXVlIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lota Grotesque Regular\", \"Lota Grotesque Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(255, 0, 0)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SjdpcWo4C\"},nodeId:\"zkLK8sGWr\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i5boxh\",\"data-styles-preset\":\"owbxhsZ83\",children:\"Why BeGlobal\"})})})}),className:\"framer-humhs4\",\"data-framer-name\":\"Why BeGlobal\",fonts:[\"CUSTOM;Lota Grotesque Regular\"],layoutDependency:layoutDependency,layoutId:\"zkLK8sGWr\",style:{\"--extracted-r6o4lv\":\"var(--token-8f59fd6b-e0fe-4d42-9b92-b066e7d11cf8, rgb(255, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(32+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||104)-64-40)/2)+2.5+0,...addPropertyOverrides({BKCyIkK3h:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0+0+84+0+156.8},WfN0Vs1FC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0+0+84+0+156.8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j5dfou-container\",layoutDependency:layoutDependency,layoutId:\"iMqAllo9p-container\",children:/*#__PURE__*/_jsx(DemoNavbar,{height:\"100%\",id:\"iMqAllo9p\",layoutId:\"iMqAllo9p\",variant:\"rZdYQKBjX\",width:\"100%\",...addPropertyOverrides({WfN0Vs1FC:{variant:\"s6pLGXXGj\"}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QKjQV.framer-1wn3spc, .framer-QKjQV .framer-1wn3spc { display: block; }\",\".framer-QKjQV.framer-ix5ucw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 1200px; }\",\".framer-QKjQV .framer-9iqzrc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-QKjQV .framer-1ajgxwg { align-content: center; align-items: center; 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: min-content; }\",\".framer-QKjQV .framer-10gf8ld-container { flex: none; height: 40px; position: relative; width: 191px; }\",\".framer-QKjQV .framer-rg42jl-container { flex: none; height: 36px; position: relative; width: 36px; }\",\".framer-QKjQV .framer-p3o46i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-QKjQV .framer-12duf1l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QKjQV .framer-9hi17z, .framer-QKjQV .framer-15emmzi, .framer-QKjQV .framer-1a82p1k, .framer-QKjQV .framer-humhs4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QKjQV .framer-1j5dfou-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QKjQV.framer-ix5ucw, .framer-QKjQV .framer-1ajgxwg, .framer-QKjQV .framer-p3o46i, .framer-QKjQV .framer-12duf1l { gap: 0px; } .framer-QKjQV.framer-ix5ucw > * { margin: 0px; margin-left: calc(44px / 2); margin-right: calc(44px / 2); } .framer-QKjQV.framer-ix5ucw > :first-child, .framer-QKjQV .framer-1ajgxwg > :first-child, .framer-QKjQV .framer-p3o46i > :first-child, .framer-QKjQV .framer-12duf1l > :first-child { margin-left: 0px; } .framer-QKjQV.framer-ix5ucw > :last-child, .framer-QKjQV .framer-1ajgxwg > :last-child, .framer-QKjQV .framer-p3o46i > :last-child, .framer-QKjQV .framer-12duf1l > :last-child { margin-right: 0px; } .framer-QKjQV .framer-1ajgxwg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QKjQV .framer-p3o46i > *, .framer-QKjQV .framer-12duf1l > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-QKjQV.framer-v-1j3va9w.framer-ix5ucw { flex-direction: column; justify-content: flex-start; padding: 16px; width: 390px; }\",\".framer-QKjQV.framer-v-1j3va9w .framer-9iqzrc, .framer-QKjQV.framer-v-1a42l15 .framer-9iqzrc { flex: none; flex-direction: column; gap: 24px; justify-content: flex-start; width: 100%; }\",\".framer-QKjQV.framer-v-1j3va9w .framer-1ajgxwg { gap: unset; height: 60px; justify-content: space-between; width: 100%; }\",\".framer-QKjQV.framer-v-1j3va9w .framer-p3o46i, .framer-QKjQV.framer-v-1j3va9w .framer-12duf1l, .framer-QKjQV.framer-v-1a42l15 .framer-12duf1l { flex-direction: column; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QKjQV.framer-v-1j3va9w.framer-ix5ucw, .framer-QKjQV.framer-v-1j3va9w .framer-9iqzrc, .framer-QKjQV.framer-v-1j3va9w .framer-1ajgxwg, .framer-QKjQV.framer-v-1j3va9w .framer-p3o46i, .framer-QKjQV.framer-v-1j3va9w .framer-12duf1l { gap: 0px; } .framer-QKjQV.framer-v-1j3va9w.framer-ix5ucw > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-QKjQV.framer-v-1j3va9w.framer-ix5ucw > :first-child, .framer-QKjQV.framer-v-1j3va9w .framer-9iqzrc > :first-child, .framer-QKjQV.framer-v-1j3va9w .framer-p3o46i > :first-child, .framer-QKjQV.framer-v-1j3va9w .framer-12duf1l > :first-child { margin-top: 0px; } .framer-QKjQV.framer-v-1j3va9w.framer-ix5ucw > :last-child, .framer-QKjQV.framer-v-1j3va9w .framer-9iqzrc > :last-child, .framer-QKjQV.framer-v-1j3va9w .framer-p3o46i > :last-child, .framer-QKjQV.framer-v-1j3va9w .framer-12duf1l > :last-child { margin-bottom: 0px; } .framer-QKjQV.framer-v-1j3va9w .framer-9iqzrc > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-QKjQV.framer-v-1j3va9w .framer-1ajgxwg > *, .framer-QKjQV.framer-v-1j3va9w .framer-1ajgxwg > :first-child, .framer-QKjQV.framer-v-1j3va9w .framer-1ajgxwg > :last-child { margin: 0px; } .framer-QKjQV.framer-v-1j3va9w .framer-p3o46i > *, .framer-QKjQV.framer-v-1j3va9w .framer-12duf1l > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-QKjQV.framer-v-1a42l15.framer-ix5ucw { flex-direction: column; height: 90px; justify-content: flex-start; padding: 16px; width: 390px; }\",\".framer-QKjQV.framer-v-1a42l15 .framer-1ajgxwg { gap: unset; height: 60px; justify-content: space-between; order: 0; width: 100%; }\",\".framer-QKjQV.framer-v-1a42l15 .framer-p3o46i { flex-direction: column; order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QKjQV.framer-v-1a42l15.framer-ix5ucw, .framer-QKjQV.framer-v-1a42l15 .framer-9iqzrc, .framer-QKjQV.framer-v-1a42l15 .framer-1ajgxwg, .framer-QKjQV.framer-v-1a42l15 .framer-p3o46i, .framer-QKjQV.framer-v-1a42l15 .framer-12duf1l { gap: 0px; } .framer-QKjQV.framer-v-1a42l15.framer-ix5ucw > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-QKjQV.framer-v-1a42l15.framer-ix5ucw > :first-child, .framer-QKjQV.framer-v-1a42l15 .framer-9iqzrc > :first-child, .framer-QKjQV.framer-v-1a42l15 .framer-p3o46i > :first-child, .framer-QKjQV.framer-v-1a42l15 .framer-12duf1l > :first-child { margin-top: 0px; } .framer-QKjQV.framer-v-1a42l15.framer-ix5ucw > :last-child, .framer-QKjQV.framer-v-1a42l15 .framer-9iqzrc > :last-child, .framer-QKjQV.framer-v-1a42l15 .framer-p3o46i > :last-child, .framer-QKjQV.framer-v-1a42l15 .framer-12duf1l > :last-child { margin-bottom: 0px; } .framer-QKjQV.framer-v-1a42l15 .framer-9iqzrc > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-QKjQV.framer-v-1a42l15 .framer-1ajgxwg > *, .framer-QKjQV.framer-v-1a42l15 .framer-1ajgxwg > :first-child, .framer-QKjQV.framer-v-1a42l15 .framer-1ajgxwg > :last-child { margin: 0px; } .framer-QKjQV.framer-v-1a42l15 .framer-p3o46i > *, .framer-QKjQV.framer-v-1a42l15 .framer-12duf1l > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 104\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WfN0Vs1FC\":{\"layout\":[\"fixed\",\"auto\"]},\"BKCyIkK3h\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerij2LL6zcP=withCSS(Component,css,\"framer-QKjQV\");export default Framerij2LL6zcP;Framerij2LL6zcP.displayName=\"Nav\";Framerij2LL6zcP.defaultProps={height:104,width:1200};addPropertyControls(Framerij2LL6zcP,{variant:{options:[\"Xl3Nb6dXv\",\"WfN0Vs1FC\",\"BKCyIkK3h\"],optionTitles:[\"Desktop\",\"Mobile Opened\",\"Mobile Closed\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerij2LL6zcP,[{explicitInter:true,fonts:[{family:\"Lota Grotesque Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/HK61KJDdRJJAIg8eVw7KEe1TnM.woff2\"}]},...BeGlobalFullLogoBLACKFonts,...MenuFonts,...DemoNavbarFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerij2LL6zcP\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WfN0Vs1FC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BKCyIkK3h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"104\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "_url_replace_match", "domain", "parameters", "safeURL", "isInternalURL", "href", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "loopsUserGroup", "formsparkID", "getwaitlistAPI", "convertkitAPI", "convertkitFormID", "input", "button", "font", "layout", "link", "gap", "style", "onSubmit", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isFocus", "setFocus", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "padding", "borderRadius", "borderObject", "focusObject", "shadowObject", "height", "fixedHeight", "buttonPaddingPerSide", "buttonPaddingTop", "buttonPaddingRight", "buttonPaddingBottom", "buttonPaddingLeft", "buttonPadding", "paddingValue", "buttonPaddingValue", "router", "useRouter", "onSuccess", "path", "hash", "routeId", "pathVariables", "inferInitialRouteFromPath", "window", "validateForm", "te", "formControls", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "emailBody", "userGroupBody", "formBody", "data", "entries", "formData", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "InputSites_js_1_12_default", "Formspark", "props", "p", "InputSites_js_1_12_default", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kh7K1wMvL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapjiuw2t", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "css", "FramerQKTcnVGbb", "withCSS", "QKTcnVGbb_default", "addPropertyControls", "ControlType", "addFonts", "FormsparkFonts", "getFonts", "Formspark", "BeGlobalFullLogoBLACKFonts", "QKTcnVGbb_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "ComponentViewportProvider", "Link", "css", "FramerHDIWEnHhB", "withCSS", "HDIWEnHhB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "g3l4jjBJc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapr1txwt", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerelpEklCnE", "withCSS", "elpEklCnE_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerRUXlOnTbm", "withCSS", "RUXlOnTbm_default", "addPropertyControls", "ControlType", "addFonts", "BeGlobalFullLogoBLACKFonts", "getFonts", "QKTcnVGbb_default", "MenuFonts", "elpEklCnE_default", "DemoNavbarFonts", "RUXlOnTbm_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "g3l4jjBJc8zjcq8", "args", "g3l4jjBJc1p6qplx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "RichText2", "Link", "css", "Framerij2LL6zcP", "withCSS", "ij2LL6zcP_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
