{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/KcPHIOxGGPMCYxqzxyaG/Qwij4DwVjIeZkcmaXN8k/FormCTA.js", "ssg:https://framerusercontent.com/modules/MwTHTv6XyPbyfv7IMJ5y/YcFcmB4WJVgKp7lQb7NG/qikr2n3N1.js", "ssg:https://framerusercontent.com/modules/ziZYev3e9FdwRPjuigQE/UAj16kLjMzUDLPALzdtI/SegmentNavbarButton.js", "ssg:https://framerusercontent.com/modules/cnqiOdj0eNxL1OGn355E/M049XEsMDSjJH31tt8zr/eSqJNFExB.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function FormCTA(props){const[phone,setPhone]=useState(\"+41\");const[loading,setLoading]=useState(false);const[message,setMessage]=useState(\"\");const[messageType,setMessageType]=useState(\"success\");const onSuccessRedirect=\"https://home.citizenx.com/signup\";const handleSubmit=async event=>{event.preventDefault();setLoading(true);setMessage(\"\");window.location.href=`${onSuccessRedirect}?phone=${encodeURIComponent(phone)}`;/*\n        // Perform the Loops request asynchronously without waiting\n        const formBody = \"userGroup=Lead&email=\" + encodeURIComponent(email)\n\n        fetch(\n            \"https://app.loops.so/api/newsletter-form/clsdjpor301ty5wqlyy1f6z3c\",\n            {\n                method: \"POST\",\n                body: formBody,\n                headers: {\n                    \"Content-Type\": \"application/x-www-form-urlencoded\",\n                },\n            }\n        )\n            .then((response) => response.json())\n            .then((data) => console.log(\"Loops response\", data))\n            .catch((error) => console.log(\"Loops error\", error))\n\n        try {\n            const response = await fetch(\n                \"https://api.citizenx.com/account/email/newsletter\",\n                {\n                    method: \"POST\",\n                    body: JSON.stringify({\n                        email: email,\n                        userGroup: \"Lead\",\n                    }),\n                    headers: {\n                        \"Content-Type\": \"application/json\",\n                    },\n                }\n            )\n\n            const data = await response.json()\n\n            if (response.ok) {\n                if (onSuccessRedirect) {\n                    window.location.href =\n                        onSuccessRedirect +\n                        `?email=${encodeURIComponent(email)}`\n                } else {\n                    setMessage(\"Thanks! We'll be in touch!\")\n                    setMessageType(\"success\")\n                }\n            } else {\n                throw new Error(\"CitizenX request failed\")\n            }\n        } catch (error) {\n            console.log(\"Error\", error)\n            if (onSuccessRedirect) {\n                window.location.href =\n                    onSuccessRedirect + `?email=${encodeURIComponent(email)}`\n            } else {\n                setMessage(\"Oops! Something went wrong, please try again\")\n                setMessageType(\"error\")\n            }\n        } finally {\n            setLoading(false)\n        }\n        */};return /*#__PURE__*/_jsxs(\"div\",{className:\"newsletter-form-container\",style:{fontFamily:\"Inter Tight\",display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",width:\"100vw\",maxWidth:\"340px\",padding:\"0 16px\"},children:[/*#__PURE__*/_jsxs(\"form\",{className:\"newsletter-form\",onSubmit:handleSubmit,style:{display:\"flex\",flexDirection:\"row\",alignItems:\"center\",justifyContent:\"center\",width:\"100%\"},children:[/*#__PURE__*/_jsx(\"style\",{children:`\n                        .newsletter-form-input::placeholder {\n                            color: #8B99B5;\n                        }\n                    `}),/*#__PURE__*/_jsx(\"input\",{className:\"signup-form-input\",name:\"signup-form-input\",type:\"text\",placeholder:\"+41 078 123 45 67\",required:true,value:phone,onChange:e=>setPhone(e.target.value),style:{margin:\"0px 8px 0px 0px\",fontFamily:\"Inter Tight\",width:\"100%\",minWidth:\"80px\",borderRadius:\"8px\",height:\"46px\",padding:\"8px 12px\",border:\"1px solid #eff5f9\",boxShadow:\"rgba(0, 0, 0, 0.05) 0px 1px 2px\",textAlign:\"left\",color:\"#081226\",fontSize:\"16px\",fontWeight:500,lineHeight:\"19px\",letterSpacing:\"-0.02em\"}}),/*#__PURE__*/_jsx(\"button\",{type:\"submit\",className:\"newsletter-form-button\",disabled:loading,style:{background:\"#111F3B\",fontFamily:\"Inter\",color:\"#FFFFFF\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",height:\"46px\",padding:\"8px 12px\",borderRadius:\"8px\",border:\"none\",cursor:\"pointer\",boxShadow:\"rgba(45, 63, 99, 0.08) 0px 2px 4px 0px\",fontSize:\"16px\",fontWeight:500,lineHeight:\"19px\",minWidth:\"100px\",letterSpacing:\"-0.02em\"},children:loading?\"Please wait...\":\"Sign up\"})]}),message&&/*#__PURE__*/_jsx(\"div\",{className:`newsletter-${messageType}`,style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",width:\"100%\",color:messageType===\"error\"?\"rgb(185, 28, 28)\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"p\",{children:message})})]});}addPropertyControls(FormCTA,{redirect:{type:ControlType.String,title:\"Redirect\"}});// Styles are written in object syntax\n// Learn more: https://reactjs.org/docs/dom-elements.html#style\nconst containerStyle={height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FormCTA\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FormCTA.map", "// Generated by Framer (0847096)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import FormCTA from\"https://framerusercontent.com/modules/KcPHIOxGGPMCYxqzxyaG/Qwij4DwVjIeZkcmaXN8k/FormCTA.js\";const FormCTAFonts=getFonts(FormCTA);const enabledGestures={IvZGPGdLA:{hover:true}};const cycleOrder=[\"IvZGPGdLA\",\"gQLn9AkLJ\",\"IpuSQ2aDc\",\"BiQMYQwzG\"];const serializationHash=\"framer-8oSSU\";const variantClassNames={BiQMYQwzG:\"framer-v-1t8bbns\",gQLn9AkLJ:\"framer-v-7zbziw\",IpuSQ2aDc:\"framer-v-y8v275\",IvZGPGdLA:\"framer-v-1wcvsh4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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={\"No icon\":\"IpuSQ2aDc\",\"Variant 1\":\"IvZGPGdLA\",\"Variant 2\":\"BiQMYQwzG\"};const getProps=({height,id,link,redirect,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,FQykr21XF:link!==null&&link!==void 0?link:props.FQykr21XF,kJa_RI6Lr:(_ref=title!==null&&title!==void 0?title:props.kJa_RI6Lr)!==null&&_ref!==void 0?_ref:\"Apply for an invite\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"IvZGPGdLA\",x1PwGd6_P:redirect!==null&&redirect!==void 0?redirect:props.x1PwGd6_P};};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,kJa_RI6Lr,x1PwGd6_P,FQykr21XF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IvZGPGdLA\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"gQLn9AkLJ\",\"IpuSQ2aDc\",\"BiQMYQwzG\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"gQLn9AkLJ\",\"BiQMYQwzG\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"gQLn9AkLJ\",\"BiQMYQwzG\"].includes(baseVariant))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:FQykr21XF,nodeId:\"IvZGPGdLA\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1wcvsh4\",className,classNames)} framer-cdufyf`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"IvZGPGdLA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-b6211620-bb22-4b53-8f2e-bf3b68fe2197, rgb(17, 31, 59))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"IvZGPGdLA-hover\":{backgroundColor:\"var(--token-f26b18b5-7238-454f-b18c-154b0724536c, rgb(29, 46, 79))\"},BiQMYQwzG:{backgroundColor:\"rgba(0, 0, 0, 0)\"},gQLn9AkLJ:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"IvZGPGdLA-hover\":{\"data-framer-name\":undefined},BiQMYQwzG:{\"data-framer-name\":\"Variant 2\"},gQLn9AkLJ:{\"data-framer-name\":\"Variant 2\"},IpuSQ2aDc:{\"data-framer-name\":\"No icon\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-18anpec\",\"data-framer-name\":\"CitizenX - Symbol\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"YvKsHMM_5\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.0275 7C5.66193 6.31065 6.32597 5.64911 7.01775 5.01725C7.94865 4.16697 8.92978 3.37044 9.95656 2.63222L13.4835 0.0965021C13.782 -0.118144 14.1509 0.251286 13.9356 0.549308L11.3965 4.06405C10.6553 5.09006 9.85569 6.07024 9.00234 7C8.36974 7.68924 7.70759 8.35078 7.01775 8.98275C6.0763 9.84523 5.08328 10.6526 4.04344 11.4003L0.516541 13.936C0.217993 14.1506 -0.150882 13.7812 0.0644146 13.4832L2.60352 9.96843C3.35337 8.93046 4.16294 7.9394 5.0275 7ZM4.37683 6.27125C4.98768 5.61134 5.62496 4.97637 6.2871 4.36788C5.5665 3.74663 4.81796 3.1566 4.04344 2.59975L0.516541 0.0640292C0.217993 -0.150616 -0.150882 0.218813 0.0644148 0.516835L2.60353 4.03158C3.16213 4.80482 3.75389 5.55204 4.37683 6.27125ZM7.74936 9.63103C8.40892 9.02311 9.04371 8.38886 9.65218 7.72982C10.2645 8.43872 10.8465 9.17472 11.3965 9.93595L13.9356 13.4507C14.1509 13.7487 13.782 14.1181 13.4835 13.9035L9.95656 11.3678C9.1951 10.8203 8.45874 10.2408 7.74936 9.63103Z\" fill=\"#F8FCFF\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Apply for an invite\"})}),className:\"framer-171v4v4\",fonts:[\"GF;Inter Tight-600\"],layoutDependency:layoutDependency,layoutId:\"H4qvZ8eW6\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:kJa_RI6Lr,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-m4i69f\",layoutDependency:layoutDependency,layoutId:\"hjxhlwSOk\",children:isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yt822m-container\",layoutDependency:layoutDependency,layoutId:\"KgSFhOfGB-container\",children:/*#__PURE__*/_jsx(FormCTA,{height:\"100%\",id:\"KgSFhOfGB\",layoutId:\"KgSFhOfGB\",redirect:x1PwGd6_P,width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8oSSU.framer-cdufyf, .framer-8oSSU .framer-cdufyf { display: block; }\",\".framer-8oSSU.framer-1wcvsh4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 46px; justify-content: center; padding: 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-8oSSU .framer-18anpec { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-8oSSU .framer-171v4v4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8oSSU .framer-m4i69f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 46px; min-width: 410px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-8oSSU .framer-1yt822m-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8oSSU.framer-1wcvsh4, .framer-8oSSU .framer-m4i69f { gap: 0px; } .framer-8oSSU.framer-1wcvsh4 > *, .framer-8oSSU .framer-m4i69f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-8oSSU.framer-1wcvsh4 > :first-child, .framer-8oSSU .framer-m4i69f > :first-child { margin-left: 0px; } .framer-8oSSU.framer-1wcvsh4 > :last-child, .framer-8oSSU .framer-m4i69f > :last-child { margin-right: 0px; } }\",\".framer-8oSSU.framer-v-7zbziw.framer-1wcvsh4, .framer-8oSSU.framer-v-1t8bbns.framer-1wcvsh4 { cursor: unset; gap: 0px; height: min-content; justify-content: flex-end; padding: 0px; }\",\".framer-8oSSU.framer-v-7zbziw .framer-m4i69f, .framer-8oSSU.framer-v-1t8bbns .framer-m4i69f { min-height: unset; min-width: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8oSSU.framer-v-7zbziw.framer-1wcvsh4 { gap: 0px; } .framer-8oSSU.framer-v-7zbziw.framer-1wcvsh4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-8oSSU.framer-v-7zbziw.framer-1wcvsh4 > :first-child { margin-left: 0px; } .framer-8oSSU.framer-v-7zbziw.framer-1wcvsh4 > :last-child { margin-right: 0px; } }\",\".framer-8oSSU.framer-v-y8v275.framer-1wcvsh4 { cursor: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8oSSU.framer-v-1t8bbns.framer-1wcvsh4 { gap: 0px; } .framer-8oSSU.framer-v-1t8bbns.framer-1wcvsh4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-8oSSU.framer-v-1t8bbns.framer-1wcvsh4 > :first-child { margin-left: 0px; } .framer-8oSSU.framer-v-1t8bbns.framer-1wcvsh4 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 183.617\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"gQLn9AkLJ\":{\"layout\":[\"auto\",\"auto\"]},\"IpuSQ2aDc\":{\"layout\":[\"auto\",\"fixed\"]},\"BiQMYQwzG\":{\"layout\":[\"auto\",\"auto\"]},\"EXo2caTWA\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"kJa_RI6Lr\":\"title\",\"x1PwGd6_P\":\"redirect\",\"FQykr21XF\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerqikr2n3N1=withCSS(Component,css,\"framer-8oSSU\");export default Framerqikr2n3N1;Framerqikr2n3N1.displayName=\"main-button-form\";Framerqikr2n3N1.defaultProps={height:46,width:183.617};addPropertyControls(Framerqikr2n3N1,{variant:{options:[\"IvZGPGdLA\",\"gQLn9AkLJ\",\"IpuSQ2aDc\",\"BiQMYQwzG\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"No icon\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},kJa_RI6Lr:{defaultValue:\"Apply for an invite\",displayTextArea:false,title:\"Title\",type:ControlType.String},x1PwGd6_P:{defaultValue:\"\",title:\"Redirect\",type:ControlType.String},FQykr21XF:{title:\"Link\",type:ControlType.Link}});addFonts(Framerqikr2n3N1,[{explicitInter:true,fonts:[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqWSRToK8EPg.woff2\",weight:\"600\"}]},...FormCTAFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerqikr2n3N1\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"183.617\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gQLn9AkLJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IpuSQ2aDc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"BiQMYQwzG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EXo2caTWA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"46\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"kJa_RI6Lr\\\":\\\"title\\\",\\\"x1PwGd6_P\\\":\\\"redirect\\\",\\\"FQykr21XF\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qikr2n3N1.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function withButtonTracking(Component){return props=>{const handleClick=()=>{// Call to tracking API\nwindow.analytics.track(\"Sign Up Button\",{// Example properties\nlocation:\"navbar\",type:\"button\"});// Call normal onClick event if exists\nprops===null||props===void 0?void 0:props.onClick();};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleClick});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withButtonTracking\":{\"type\":\"reactHoc\",\"name\":\"withButtonTracking\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SegmentNavbarButton.map", "// Generated by Framer (508aa67)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,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/i4JAstypCEkcpfDdBGPW/dX73pSSJWWhN2BHPtH7w/DWV0DvSQC.js\";import*as localizedValues from\"./eSqJNFExB-0.js\";import*as localizedValues1 from\"./eSqJNFExB-1.js\";import*as localizedValues2 from\"./eSqJNFExB-2.js\";import*as localizedValues3 from\"./eSqJNFExB-3.js\";const enabledGestures={F71mtrd7y:{hover:true,pressed:true},SVjaNYskM:{hover:true,pressed:true}};const cycleOrder=[\"F71mtrd7y\",\"SVjaNYskM\"];const serializationHash=\"framer-1v54D\";const variantClassNames={F71mtrd7y:\"framer-v-1ivhg65\",SVjaNYskM:\"framer-v-2v8gr3\"};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 valuesByLocaleId={e7MjBhbaC:localizedValues2,Fl6Q7OlKc:localizedValues3,JdPKftcyL:localizedValues,zGcxzq2ZJ:localizedValues1};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,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(React.Fragment);const humanReadableVariantMap={Black:\"SVjaNYskM\",White:\"F71mtrd7y\"};const getProps=({buttonText,height,id,link,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,BDCJXOoAc:link!==null&&link!==void 0?link:props.BDCJXOoAc,UaYikATOT:(_ref=buttonText!==null&&buttonText!==void 0?buttonText:props.UaYikATOT)!==null&&_ref!==void 0?_ref:\"Placeholder\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"F71mtrd7y\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,UaYikATOT,BDCJXOoAc,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"F71mtrd7y\",enabledGestures,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(Link,{href:BDCJXOoAc,openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ivhg65\",className,classNames)} framer-1saj9t1`,\"data-border\":true,\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"F71mtrd7y\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(237, 242, 245, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(32px)\",backgroundColor:\"rgba(255, 255, 255, 0.08)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,WebkitBackdropFilter:\"blur(32px)\",...style},variants:{\"F71mtrd7y-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.16)\"},\"F71mtrd7y-pressed\":{backgroundColor:\"rgba(255, 255, 255, 0.09)\"},SVjaNYskM:{\"--border-color\":\"rgb(238, 242, 245)\",backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({\"F71mtrd7y-hover\":{\"data-framer-name\":undefined},\"F71mtrd7y-pressed\":{\"data-framer-name\":undefined},\"SVjaNYskM-hover\":{\"data-framer-name\":undefined},\"SVjaNYskM-pressed\":{\"data-framer-name\":undefined},SVjaNYskM:{\"data-framer-name\":\"Black\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ln12ah\",\"data-styles-preset\":\"DWV0DvSQC\",children:\"Placeholder\"})}),className:\"framer-183hcxv\",\"data-framer-name\":\"Log In\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r_c5k_uPT\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:UaYikATOT,variants:{SVjaNYskM:{\"--extracted-r6o4lv\":\"var(--token-904bae76-ae8a-405d-9088-eca7734fb272, rgb(8, 18, 38))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SVjaNYskM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ln12ah\",\"data-styles-preset\":\"DWV0DvSQC\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-904bae76-ae8a-405d-9088-eca7734fb272, rgb(8, 18, 38)))\"},children:\"Placeholder\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1v54D.framer-1saj9t1, .framer-1v54D .framer-1saj9t1 { display: block; }\",\".framer-1v54D.framer-1ivhg65 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 46px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-1v54D .framer-183hcxv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1v54D.framer-1ivhg65 { gap: 0px; } .framer-1v54D.framer-1ivhg65 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-1v54D.framer-1ivhg65 > :first-child { margin-left: 0px; } .framer-1v54D.framer-1ivhg65 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-1v54D[data-border=\"true\"]::after, .framer-1v54D [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 119\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"SVjaNYskM\":{\"layout\":[\"auto\",\"fixed\"]},\"W2jEWRwwn\":{\"layout\":[\"auto\",\"fixed\"]},\"aMfK9Yiw3\":{\"layout\":[\"auto\",\"fixed\"]},\"yNk53_i0p\":{\"layout\":[\"auto\",\"fixed\"]},\"PDJPJSHKD\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"UaYikATOT\":\"buttonText\",\"BDCJXOoAc\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereSqJNFExB=withCSS(Component,css,\"framer-1v54D\");export default FramereSqJNFExB;FramereSqJNFExB.displayName=\"secondary-button\";FramereSqJNFExB.defaultProps={height:46,width:119};addPropertyControls(FramereSqJNFExB,{variant:{options:[\"F71mtrd7y\",\"SVjaNYskM\"],optionTitles:[\"White\",\"Black\"],title:\"Variant\",type:ControlType.Enum},UaYikATOT:{defaultValue:\"Placeholder\",displayTextArea:false,title:\"Button text\",type:ControlType.String},BDCJXOoAc:{title:\"Link\",type:ControlType.Link}});addFonts(FramereSqJNFExB,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereSqJNFExB\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"119\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"SVjaNYskM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"W2jEWRwwn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"aMfK9Yiw3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"yNk53_i0p\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"PDJPJSHKD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"UaYikATOT\\\":\\\"buttonText\\\",\\\"BDCJXOoAc\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"46\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eSqJNFExB.map"],
  "mappings": "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",
  "names": ["FormCTA", "props", "phone", "setPhone", "ye", "loading", "setLoading", "message", "setMessage", "messageType", "setMessageType", "onSuccessRedirect", "u", "event", "window", "p", "e", "addPropertyControls", "ControlType", "qikr2n3N1_exports", "__export", "__FramerMetadata__", "qikr2n3N1_default", "FormCTAFonts", "getFonts", "FormCTA", "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", "link", "redirect", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kJa_RI6Lr", "x1PwGd6_P", "FQykr21XF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "ComponentViewportProvider", "css", "Framerqikr2n3N1", "withCSS", "qikr2n3N1_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "withButtonTracking", "Component", "props", "p", "window", "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", "buttonText", "height", "id", "link", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "UaYikATOT", "BDCJXOoAc", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "css", "FramereSqJNFExB", "withCSS", "eSqJNFExB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
