{
  "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/cnqiOdj0eNxL1OGn355E/M049XEsMDSjJH31tt8zr/eSqJNFExB.js", "ssg:https://framerusercontent.com/modules/ugLas9Q6pBhT02AK1Sf0/Ee6O2sOa5MhZr7q3TcGu/xGr5_OxV8.js", "ssg:https://framerusercontent.com/modules/62paM2JzkFUCLIFoZUab/PmRhD4pRWRwqaAasjafh/VAKRqxlHb.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", "// 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", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-4pR4k\";const variantClassNames={KgdsJZBE8:\"framer-v-1y116j9\"};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(React.Fragment);const getProps=({height,id,tap,width,...props})=>{return{...props,z7w3KU7ry:tap!==null&&tap!==void 0?tap:props.z7w3KU7ry};};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,z7w3KU7ry,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"KgdsJZBE8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapr3nx24=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(z7w3KU7ry){const res=await z7w3KU7ry(...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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1y116j9\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"KgdsJZBE8\",onTap:onTapr3nx24,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1n72cao\",\"data-framer-name\":\"CTA\",fill:\"black\",intrinsicHeight:46,intrinsicWidth:46,layoutDependency:layoutDependency,layoutId:\"ywsEoroiV\",svg:'<svg width=\"46\" height=\"46\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"46\" height=\"46\" rx=\"8\" fill=\"#111F3B\"/><g clip-path=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.505 15.578a32.456 32.456 0 0 1 6.574.396l4.286.701c.363.06.363.582 0 .64l-4.28.69a32.421 32.421 0 0 1-10.388-.012l-4.286-.7c-.363-.06-.363-.582 0-.64l4.28-.69a32.433 32.433 0 0 1 3.814-.385Z\" fill=\"#F8FCFF\"/></g><g clip-path=\"url(#b)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.505 21.578a32.456 32.456 0 0 1 6.574.396l4.286.701c.363.06.363.582 0 .64l-4.28.69a32.421 32.421 0 0 1-10.388-.012l-4.286-.7c-.363-.06-.363-.582 0-.64l4.28-.69a32.433 32.433 0 0 1 3.814-.386Z\" fill=\"#F8FCFF\"/></g><g clip-path=\"url(#c)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.505 27.578a32.456 32.456 0 0 1 6.574.396l4.286.701c.363.06.363.582 0 .64l-4.28.69a32.421 32.421 0 0 1-10.388-.012l-4.286-.7c-.363-.06-.363-.582 0-.64l4.28-.69a32.433 32.433 0 0 1 3.814-.386Z\" fill=\"#F8FCFF\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(13 15)\" d=\"M0 0h20v4H0z\"/></clipPath><clipPath id=\"b\"><path fill=\"#fff\" transform=\"translate(13 21)\" d=\"M0 0h20v4H0z\"/></clipPath><clipPath id=\"c\"><path fill=\"#fff\" transform=\"translate(13 27)\" d=\"M0 0h20v4H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4pR4k.framer-1iem2v6, .framer-4pR4k .framer-1iem2v6 { display: block; }\",\".framer-4pR4k.framer-1y116j9 { cursor: pointer; height: 46px; overflow: hidden; position: relative; width: 46px; }\",\".framer-4pR4k .framer-1n72cao { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 46px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 46\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"z7w3KU7ry\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxGr5_OxV8=withCSS(Component,css,\"framer-4pR4k\");export default FramerxGr5_OxV8;FramerxGr5_OxV8.displayName=\"ButtonMobile\";FramerxGr5_OxV8.defaultProps={height:46,width:46};addPropertyControls(FramerxGr5_OxV8,{z7w3KU7ry:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerxGr5_OxV8,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxGr5_OxV8\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"z7w3KU7ry\\\":\\\"tap\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"46\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"46\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xGr5_OxV8.map", "// Generated by Framer (7e4cc89)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withButtonTracking}from\"https://framerusercontent.com/modules/ziZYev3e9FdwRPjuigQE/UAj16kLjMzUDLPALzdtI/SegmentNavbarButton.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/kM7u1SDVxlpAoQyccNoU/wSrpoZ6R72TX8EXkvjCL/CzzJZSGnM.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/i4JAstypCEkcpfDdBGPW/dX73pSSJWWhN2BHPtH7w/DWV0DvSQC.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/bnh9KGXwhBpUh4Zr7yJA/ta3Dn4VP69IRmjHXRHxg/wx9xn3N9W.js\";import SecondaryButton from\"https://framerusercontent.com/modules/cnqiOdj0eNxL1OGn355E/M049XEsMDSjJH31tt8zr/eSqJNFExB.js\";import MainButtonForm,*as MainButtonFormInfo from\"https://framerusercontent.com/modules/MwTHTv6XyPbyfv7IMJ5y/YcFcmB4WJVgKp7lQb7NG/qikr2n3N1.js\";import ButtonMobile from\"https://framerusercontent.com/modules/ugLas9Q6pBhT02AK1Sf0/Ee6O2sOa5MhZr7q3TcGu/xGr5_OxV8.js\";const ButtonMobileFonts=getFonts(ButtonMobile);const SecondaryButtonFonts=getFonts(SecondaryButton);const MainButtonFormFonts=getFonts(MainButtonForm);const MainButtonFormWithButtonTrackingcuodqpWithMappedReactPropsfje57l=withMappedReactProps(withCodeBoundaryForOverrides(MainButtonForm,{nodeId:\"MG9nfZSr2\",override:withButtonTracking,scopeId:\"VAKRqxlHb\"}),MainButtonFormInfo);const MainButtonFormWithButtonTrackingr9ls0xWithMappedReactPropsfje57l=withMappedReactProps(withCodeBoundaryForOverrides(MainButtonForm,{nodeId:\"BnUW0KX1V\",override:withButtonTracking,scopeId:\"VAKRqxlHb\"}),MainButtonFormInfo);const MainButtonFormWithButtonTracking1yacdytWithMappedReactPropsfje57l=withMappedReactProps(withCodeBoundaryForOverrides(MainButtonForm,{nodeId:\"XSxASvmqz\",override:withButtonTracking,scopeId:\"VAKRqxlHb\"}),MainButtonFormInfo);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"xGu4roqMr\",\"VzwbC5UBD\",\"y7CiV5cCH\",\"azRtXtPUl\",\"t56vkOVsK\",\"hz2wxY74O\",\"S_a1ONiFv\",\"kW1khZW46\",\"DmOTuwyly\"];const serializationHash=\"framer-rtwSe\";const variantClassNames={azRtXtPUl:\"framer-v-8lof4w\",DmOTuwyly:\"framer-v-ftf0ad\",hz2wxY74O:\"framer-v-1chwnr1\",kW1khZW46:\"framer-v-v2pnbl\",S_a1ONiFv:\"framer-v-1mojtzh\",t56vkOVsK:\"framer-v-tmlnow\",VzwbC5UBD:\"framer-v-obubmb\",xGu4roqMr:\"framer-v-1a43g63\",y7CiV5cCH:\"framer-v-mmhihb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - White no links\":\"kW1khZW46\",\"Desktop - White Slim\":\"S_a1ONiFv\",\"Desktop - White\":\"xGu4roqMr\",\"Desktop-Black\":\"y7CiV5cCH\",\"menu-open\":\"t56vkOVsK\",\"mobile-black\":\"azRtXtPUl\",\"mobile-white-nolinks\":\"DmOTuwyly\",\"mobile-white\":\"VzwbC5UBD\",\"Variant 6\":\"hz2wxY74O\"};const getProps=({height,id,signinLink,singupLink,width,...props})=>{return{...props,dwyreM_cn:singupLink??props.dwyreM_cn,JUFOaxzDn:signinLink??props.JUFOaxzDn,variant:humanReadableVariantMap[props.variant]??props.variant??\"xGu4roqMr\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,JUFOaxzDn,dwyreM_cn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xGu4roqMr\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const z7w3KU7ryluv95m=activeVariantCallback(async(...args)=>{setVariant(\"t56vkOVsK\");});const z7w3KU7ry19m02rc=activeVariantCallback(async(...args)=>{setVariant(\"hz2wxY74O\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"VzwbC5UBD\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"S_a1ONiFv\")return true;return false;};const isDisplayed2=()=>{if([\"y7CiV5cCH\",\"azRtXtPUl\",\"hz2wxY74O\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"S_a1ONiFv\",\"kW1khZW46\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"S_a1ONiFv\",\"kW1khZW46\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"azRtXtPUl\",\"hz2wxY74O\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"azRtXtPUl\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"y7CiV5cCH\")return true;return false;};const isDisplayed8=()=>{if([\"VzwbC5UBD\",\"azRtXtPUl\",\"t56vkOVsK\",\"hz2wxY74O\",\"S_a1ONiFv\",\"kW1khZW46\",\"DmOTuwyly\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if(baseVariant===\"hz2wxY74O\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"t56vkOVsK\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"DmOTuwyly\")return true;return false;};const isDisplayed12=()=>{if([\"VzwbC5UBD\",\"azRtXtPUl\",\"t56vkOVsK\",\"hz2wxY74O\",\"DmOTuwyly\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1a43g63\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop - White\",layoutDependency:layoutDependency,layoutId:\"xGu4roqMr\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(24px)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(24px)\",...style},variants:{azRtXtPUl:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},DmOTuwyly:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},hz2wxY74O:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},kW1khZW46:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},S_a1ONiFv:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},t56vkOVsK:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},VzwbC5UBD:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},y7CiV5cCH:{\"--border-color\":\"rgba(238, 242, 245, 0.76)\"}},...addPropertyOverrides({azRtXtPUl:{\"data-framer-name\":\"mobile-black\"},DmOTuwyly:{\"data-framer-name\":\"mobile-white-nolinks\"},hz2wxY74O:{\"data-framer-name\":\"Variant 6\"},kW1khZW46:{\"data-framer-name\":\"Desktop - White no links\"},S_a1ONiFv:{\"data-framer-name\":\"Desktop - White Slim\"},t56vkOVsK:{\"data-framer-name\":\"menu-open\"},VzwbC5UBD:{\"data-framer-name\":\"mobile-white\"},y7CiV5cCH:{\"data-framer-name\":\"Desktop-Black\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{\"aria-label\":\"Landmark navigation\",className:\"framer-1rleqgo\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"frrwQcsjE\",...addPropertyOverrides({y7CiV5cCH:{\"aria-label\":\"Navigation\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u93ll0\",layoutDependency:layoutDependency,layoutId:\"c5QVEhmmN\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({VzwbC5UBD:{height:46,width:\"46px\",y:(componentViewport?.y||0)+8+(((componentViewport?.height||62)-16-46)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9lemzo-container\",layoutDependency:layoutDependency,layoutId:\"E6SeohKnT-container\",nodeId:\"E6SeohKnT\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(ButtonMobile,{height:\"100%\",id:\"E6SeohKnT\",layoutId:\"E6SeohKnT\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({VzwbC5UBD:{z7w3KU7ry:z7w3KU7ryluv95m}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,...addPropertyOverrides({VzwbC5UBD:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||62)-16-46)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12zflzw-container\",layoutDependency:layoutDependency,layoutId:\"iUR5bvagj-container\",nodeId:\"iUR5bvagj\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",whileHover:animation,children:/*#__PURE__*/_jsx(SecondaryButton,{BDCJXOoAc:\"https://home.citizenx.com/signup\",height:\"100%\",id:\"iUR5bvagj\",layoutId:\"iUR5bvagj\",style:{height:\"100%\"},UaYikATOT:\"Apply now\",variant:\"F71mtrd7y\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r5ecf1\",\"data-framer-name\":\"navbar-items\",layoutDependency:layoutDependency,layoutId:\"ch6MdgY7W\",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:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pztfGCgJf\"},motionChild:true,nodeId:\"WRXtni6Vc\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Why us\"})})})}),className:\"framer-1dkuv3f\",\"data-framer-name\":\"Why us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WRXtni6Vc\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ln12ah\",\"data-styles-preset\":\"DWV0DvSQC\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rfvD8mU9Q\"},motionChild:true,nodeId:\"u8Op70Js1\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Pricing\"})})})}),className:\"framer-16xv7u3\",\"data-framer-name\":\"Pricing\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u8Op70Js1\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cwfyfl\",layoutDependency:layoutDependency,layoutId:\"VHoG_VEEF\",whileHover:animation1,children:[isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:\"https://citizenx.com\",motionChild:true,nodeId:\"noeaFK3A8\",openInNewTab:false,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-vb6i7y framer-fcolvp\",\"data-framer-name\":\"Union\",description:\"CitizenX white logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:34,intrinsicWidth:126,layoutDependency:layoutDependency,layoutId:\"noeaFK3A8\",svg:'<svg width=\"126\" height=\"34\" viewBox=\"-1 -1 126 34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M108.441 11.1904C106.9 12.5997 105.42 14.0752 104.006 15.6127C102.08 17.708 100.276 19.9184 98.6049 22.2335L92.947 30.0727C92.4672 30.7374 93.2892 31.5614 93.9544 31.0827L101.814 25.427C104.131 23.7595 106.343 21.9587 108.441 20.035C109.978 18.6255 111.454 17.15 112.864 15.6127C114.765 13.539 116.547 11.3528 118.198 9.06442L123.856 1.22517C124.336 0.560466 123.514 -0.263506 122.849 0.215237L114.99 5.87088C112.702 7.5174 110.516 9.29397 108.441 11.1904ZM106.813 9.74208C105.338 11.0992 103.918 12.5155 102.556 13.9873C101.168 12.3832 99.8497 10.7166 98.6049 8.99199L92.947 1.15274C92.4672 0.488038 93.2892 -0.335933 93.9544 0.14281L101.814 5.79845C103.539 7.04045 105.207 8.35645 106.813 9.74208ZM123.856 30.0003L118.199 22.1611C116.973 20.4632 115.676 18.8216 114.312 17.2405C112.956 18.7104 111.541 20.1251 110.072 21.481C111.652 22.8409 113.293 24.1335 114.99 25.3546L122.849 31.0102C123.514 31.489 124.336 30.665 123.856 30.0003ZM10.7142 18.076L10.6906 18.2081C10.4195 19.7229 9.83987 20.9056 8.97824 21.71C8.11527 22.5157 6.97918 22.9327 5.61434 22.9327C3.82703 22.9327 2.41687 22.2898 1.45662 21.0665C0.499519 19.8472 0 18.0648 0 15.8032C0 13.5319 0.499464 11.7492 1.4644 10.5321C2.43252 9.31103 3.85772 8.67374 5.67393 8.67374C7.00991 8.67374 8.1359 9.09626 8.99587 9.90407C9.85454 10.7106 10.4392 11.893 10.7104 13.3982L10.7343 13.5304H8.68253L8.66309 13.4424C8.43725 12.4193 8.07691 11.6788 7.58416 11.1945C7.09431 10.7131 6.46364 10.4752 5.67393 10.4752C4.4757 10.4752 3.56308 10.9379 2.94532 11.8242C2.32324 12.7167 1.99219 14.0504 1.99219 15.8032C1.99219 17.5869 2.30879 18.9204 2.91598 19.8051C3.5183 20.6827 4.41519 21.1312 5.61434 21.1312C6.42507 21.1312 7.06051 20.8975 7.55227 20.4189C8.04714 19.9373 8.40754 19.197 8.6434 18.1633L8.66331 18.076H10.7142ZM18.2402 8.70012V22.8144H16.2879L16.2878 8.70012H18.2402ZM27.9337 22.8144V10.5016H23.6796V8.70012H34.1402V10.5016H29.8861V22.8144H27.9337ZM34.028 10.3893L34.0281 8.8124V10.3893H29.774V22.7021L29.7739 22.7021V10.3893H34.028ZM56.5372 21.013V22.8144H46.8744V21.4268L54.0291 10.5016H47.1326V8.70012H56.5339V10.0876L49.3988 21.013H56.5372ZM61.9128 8.70012H70.8572V10.5016H63.8653V14.6923H69.8045V16.4938H63.8653V20.9211H70.8606V22.7225H61.9128V8.70012ZM56.425 22.7021L46.9866 22.7021H56.425V21.1252L56.425 22.7021ZM78.3145 12.5312V22.8144H76.4415V8.70012H78.3083L84.0094 19.0529V8.70012H85.8825V22.8144H84.0159L78.3145 12.5312ZM41.4351 8.70012V22.8144H39.4827L39.4827 8.70012H41.4351ZM76.5537 22.7021L78.2023 22.7021L78.2023 12.0975V22.7021H76.5537ZM84.0819 22.7021L85.7703 22.7021L85.7703 8.8124V22.7021H84.0819ZM10.5594 18.3005C10.2196 20.0764 9.44548 21.3621 8.29696 22.0982C9.46953 21.3467 10.2519 20.0223 10.5802 18.1883L10.5802 18.1883C10.5735 18.2259 10.5665 18.2633 10.5594 18.3005ZM10.6 13.4182C10.1959 11.1754 9.09257 9.68252 7.45146 9.0828C9.06504 9.67244 10.1588 11.1256 10.5791 13.3059C10.5863 13.3431 10.5933 13.3805 10.6001 13.4182H8.77262L10.6 13.4182ZM5.67393 10.3629C3.21086 10.3629 1.88002 12.2749 1.88002 15.8032C1.88002 18.0778 2.39105 19.6551 3.3929 20.5049C2.39104 19.6551 1.87999 18.0778 1.87999 15.8032C1.87999 12.2749 3.21084 10.3629 5.6739 10.3629L5.67393 10.3629ZM41.3229 21.2829V10.3234L41.3229 8.8124V22.7021L41.3229 21.2829ZM18.1281 22.7021L18.128 22.7021V21.2829V10.3234V8.8124L18.1281 8.8124V22.7021ZM63.7531 10.3893L70.745 10.3893L70.7451 8.8124V10.3893H63.7531ZM70.7484 22.6103L70.7484 21.0334V22.6103H62.025L70.7484 22.6103Z\" fill=\"white\"/>\\n</svg>\\n',title:\"Landmark\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"Landmark navigation\",className:\"framer-127uk7l\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"T6tto8oaF\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a69cqp\",layoutDependency:layoutDependency,layoutId:\"UUcXDzKhg\",whileHover:animation1,children:/*#__PURE__*/_jsx(Link,{href:\"https://citizenx.com\",motionChild:true,nodeId:\"ObrOak0lS\",openInNewTab:false,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-92h0fm framer-fcolvp\",\"data-framer-name\":\"Union\",description:\"CitizenX white logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:34,intrinsicWidth:126,layoutDependency:layoutDependency,layoutId:\"ObrOak0lS\",svg:'<svg width=\"126\" height=\"34\" viewBox=\"-1 -1 126 34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M108.441 11.1904C106.9 12.5997 105.42 14.0752 104.006 15.6127C102.08 17.708 100.276 19.9184 98.6049 22.2335L92.947 30.0727C92.4672 30.7374 93.2892 31.5614 93.9544 31.0827L101.814 25.427C104.131 23.7595 106.343 21.9587 108.441 20.035C109.978 18.6255 111.454 17.15 112.864 15.6127C114.765 13.539 116.547 11.3528 118.198 9.06442L123.856 1.22517C124.336 0.560466 123.514 -0.263506 122.849 0.215237L114.99 5.87088C112.702 7.5174 110.516 9.29397 108.441 11.1904ZM106.813 9.74208C105.338 11.0992 103.918 12.5155 102.556 13.9873C101.168 12.3832 99.8497 10.7166 98.6049 8.99199L92.947 1.15274C92.4672 0.488038 93.2892 -0.335933 93.9544 0.14281L101.814 5.79845C103.539 7.04045 105.207 8.35645 106.813 9.74208ZM123.856 30.0003L118.199 22.1611C116.973 20.4632 115.676 18.8216 114.312 17.2405C112.956 18.7104 111.541 20.1251 110.072 21.481C111.652 22.8409 113.293 24.1335 114.99 25.3546L122.849 31.0102C123.514 31.489 124.336 30.665 123.856 30.0003ZM10.7142 18.076L10.6906 18.2081C10.4195 19.7229 9.83987 20.9056 8.97824 21.71C8.11527 22.5157 6.97918 22.9327 5.61434 22.9327C3.82703 22.9327 2.41687 22.2898 1.45662 21.0665C0.499519 19.8472 0 18.0648 0 15.8032C0 13.5319 0.499464 11.7492 1.4644 10.5321C2.43252 9.31103 3.85772 8.67374 5.67393 8.67374C7.00991 8.67374 8.1359 9.09626 8.99587 9.90407C9.85454 10.7106 10.4392 11.893 10.7104 13.3982L10.7343 13.5304H8.68253L8.66309 13.4424C8.43725 12.4193 8.07691 11.6788 7.58416 11.1945C7.09431 10.7131 6.46364 10.4752 5.67393 10.4752C4.4757 10.4752 3.56308 10.9379 2.94532 11.8242C2.32324 12.7167 1.99219 14.0504 1.99219 15.8032C1.99219 17.5869 2.30879 18.9204 2.91598 19.8051C3.5183 20.6827 4.41519 21.1312 5.61434 21.1312C6.42507 21.1312 7.06051 20.8975 7.55227 20.4189C8.04714 19.9373 8.40754 19.197 8.6434 18.1633L8.66331 18.076H10.7142ZM18.2402 8.70012V22.8144H16.2879L16.2878 8.70012H18.2402ZM27.9337 22.8144V10.5016H23.6796V8.70012H34.1402V10.5016H29.8861V22.8144H27.9337ZM34.028 10.3893L34.0281 8.8124V10.3893H29.774V22.7021L29.7739 22.7021V10.3893H34.028ZM56.5372 21.013V22.8144H46.8744V21.4268L54.0291 10.5016H47.1326V8.70012H56.5339V10.0876L49.3988 21.013H56.5372ZM61.9128 8.70012H70.8572V10.5016H63.8653V14.6923H69.8045V16.4938H63.8653V20.9211H70.8606V22.7225H61.9128V8.70012ZM56.425 22.7021L46.9866 22.7021H56.425V21.1252L56.425 22.7021ZM78.3145 12.5312V22.8144H76.4415V8.70012H78.3083L84.0094 19.0529V8.70012H85.8825V22.8144H84.0159L78.3145 12.5312ZM41.4351 8.70012V22.8144H39.4827L39.4827 8.70012H41.4351ZM76.5537 22.7021L78.2023 22.7021L78.2023 12.0975V22.7021H76.5537ZM84.0819 22.7021L85.7703 22.7021L85.7703 8.8124V22.7021H84.0819ZM10.5594 18.3005C10.2196 20.0764 9.44548 21.3621 8.29696 22.0982C9.46953 21.3467 10.2519 20.0223 10.5802 18.1883L10.5802 18.1883C10.5735 18.2259 10.5665 18.2633 10.5594 18.3005ZM10.6 13.4182C10.1959 11.1754 9.09257 9.68252 7.45146 9.0828C9.06504 9.67244 10.1588 11.1256 10.5791 13.3059C10.5863 13.3431 10.5933 13.3805 10.6001 13.4182H8.77262L10.6 13.4182ZM5.67393 10.3629C3.21086 10.3629 1.88002 12.2749 1.88002 15.8032C1.88002 18.0778 2.39105 19.6551 3.3929 20.5049C2.39104 19.6551 1.87999 18.0778 1.87999 15.8032C1.87999 12.2749 3.21084 10.3629 5.6739 10.3629L5.67393 10.3629ZM41.3229 21.2829V10.3234L41.3229 8.8124V22.7021L41.3229 21.2829ZM18.1281 22.7021L18.128 22.7021V21.2829V10.3234V8.8124L18.1281 8.8124V22.7021ZM63.7531 10.3893L70.745 10.3893L70.7451 8.8124V10.3893H63.7531ZM70.7484 22.6103L70.7484 21.0334V22.6103H62.025L70.7484 22.6103Z\" fill=\"white\"/>\\n</svg>\\n',title:\"Landmark\",withExternalLayout:true})})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aUvAbvOLr\"},motionChild:true,nodeId:\"Ivdac2yg8\",scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-10zb687 framer-fcolvp\",\"data-framer-name\":\"logo_black\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:124,layoutDependency:layoutDependency,layoutId:\"Ivdac2yg8\",svg:'<svg width=\"124\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M108.441 11.19a72.393 72.393 0 0 0-9.836 11.043l-5.658 7.84c-.48.664.342 1.488 1.007 1.01l7.86-5.656a72.271 72.271 0 0 0 16.384-16.363l5.658-7.839c.48-.665-.342-1.489-1.007-1.01l-7.859 5.656a72.345 72.345 0 0 0-6.549 5.32Zm-1.628-1.448a74.864 74.864 0 0 0-4.257 4.245 72.314 72.314 0 0 1-3.951-4.995l-5.658-7.84c-.48-.664.342-1.488 1.007-1.01l7.86 5.656a72.509 72.509 0 0 1 4.999 3.944ZM123.856 30l-5.657-7.839a72.573 72.573 0 0 0-3.887-4.92 74.706 74.706 0 0 1-4.24 4.24 72.037 72.037 0 0 0 4.918 3.874l7.859 5.655c.665.479 1.487-.345 1.007-1.01ZM10.714 18.076l-.023.132c-.272 1.515-.851 2.698-1.713 3.502-.863.806-1.999 1.223-3.364 1.223-1.787 0-3.197-.643-4.157-1.866C.5 19.847 0 18.065 0 15.803c0-2.271.5-4.054 1.464-5.27.969-1.222 2.394-1.86 4.21-1.86 1.336 0 2.462.423 3.322 1.231.859.807 1.443 1.989 1.714 3.494l.024.132H8.683l-.02-.088c-.226-1.023-.586-1.763-1.079-2.248-.49-.48-1.12-.719-1.91-.719-1.198 0-2.11.463-2.729 1.35-.622.892-.953 2.225-.953 3.978 0 1.784.317 3.117.924 4.002.602.878 1.5 1.326 2.698 1.326.811 0 1.447-.233 1.938-.712.495-.482.856-1.222 1.091-2.256l.02-.087h2.051ZM18.24 8.7v14.114h-1.952V8.7h1.952Zm9.694 14.114V10.502H23.68V8.7h10.46v1.802h-4.254v12.312h-1.952Zm6.094-12.425V8.812v1.577h-4.254v12.313V10.39h4.254Zm22.51 10.624v1.801h-9.664v-1.387l7.155-10.925h-6.896V8.7h9.4v1.388L49.4 21.013h7.138ZM61.912 8.7h8.944v1.802h-6.992v4.19h5.94v1.802h-5.94v4.427h6.996v1.802h-8.948V8.7Zm-5.488 14.002h-9.438 9.438v-1.577 1.577Zm21.89-10.17v10.282h-1.873V8.7h1.866l5.701 10.353V8.7h1.873v14.114h-1.866l-5.702-10.283ZM41.434 8.7v14.114h-1.952V8.7h1.952Zm35.119 14.002h1.648V12.097v10.605h-1.648Zm7.528 0h1.688V8.812v13.89h-1.688ZM10.559 18.3c-.34 1.776-1.114 3.062-2.262 3.798 1.173-.751 1.955-2.076 2.283-3.91a9.31 9.31 0 0 1-.02.113Zm.041-4.882c-.404-2.243-1.507-3.735-3.149-4.335 1.614.59 2.708 2.043 3.128 4.223l.021.112H8.773 10.6Zm-4.926-3.055c-2.463 0-3.794 1.912-3.794 5.44 0 2.275.511 3.852 1.513 4.702-1.002-.85-1.513-2.427-1.513-4.702 0-3.528 1.33-5.44 3.794-5.44Zm35.649 10.92V8.813v13.89-1.42Zm-23.195 1.42V8.812v13.89Zm45.625-12.314h6.992V8.812v1.577h-6.992Zm6.995 12.221v-1.577 1.577h-8.723 8.723Z\" fill=\"#111F3B\"/></svg>',withExternalLayout:true})}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m7lz7a\",layoutDependency:layoutDependency,layoutId:\"p_8i22uEY\",children:[isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({azRtXtPUl:{height:46,width:\"46px\",y:(componentViewport?.y||0)+8+(((componentViewport?.height||62)-16-46)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jnm14d-container\",layoutDependency:layoutDependency,layoutId:\"CaUC6mlBP-container\",nodeId:\"CaUC6mlBP\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(ButtonMobile,{height:\"100%\",id:\"CaUC6mlBP\",layoutId:\"CaUC6mlBP\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({azRtXtPUl:{z7w3KU7ry:z7w3KU7ry19m02rc}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,...addPropertyOverrides({azRtXtPUl:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||62)-16-46)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1th8l98-container\",layoutDependency:layoutDependency,layoutId:\"iyoxwYsSU-container\",nodeId:\"iyoxwYsSU\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",whileHover:animation,children:/*#__PURE__*/_jsx(SecondaryButton,{BDCJXOoAc:\"https://home.citizenx.com/signup\",height:\"100%\",id:\"iyoxwYsSU\",layoutId:\"iyoxwYsSU\",style:{height:\"100%\"},UaYikATOT:\"Apply now\",variant:\"F71mtrd7y\",width:\"100%\"})})})]}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16p8nuu\",layoutDependency:layoutDependency,layoutId:\"qSm5aI6Ok\",whileHover:animation1,children:isDisplayed7()&&/*#__PURE__*/_jsx(Link,{href:\"https://citizenx.com\",motionChild:true,nodeId:\"uJjXkYP08\",openInNewTab:false,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-v4vtjx framer-fcolvp\",\"data-framer-name\":\"logo_black\",description:\"CitizenX black logo\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:124,layoutDependency:layoutDependency,layoutId:\"uJjXkYP08\",svg:'<svg width=\"124\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M108.441 11.19a72.393 72.393 0 0 0-9.836 11.043l-5.658 7.84c-.48.664.342 1.488 1.007 1.01l7.86-5.656a72.271 72.271 0 0 0 16.384-16.363l5.658-7.839c.48-.665-.342-1.489-1.007-1.01l-7.859 5.656a72.345 72.345 0 0 0-6.549 5.32Zm-1.628-1.448a74.864 74.864 0 0 0-4.257 4.245 72.314 72.314 0 0 1-3.951-4.995l-5.658-7.84c-.48-.664.342-1.488 1.007-1.01l7.86 5.656a72.509 72.509 0 0 1 4.999 3.944ZM123.856 30l-5.657-7.839a72.573 72.573 0 0 0-3.887-4.92 74.706 74.706 0 0 1-4.24 4.24 72.037 72.037 0 0 0 4.918 3.874l7.859 5.655c.665.479 1.487-.345 1.007-1.01ZM10.714 18.076l-.023.132c-.272 1.515-.851 2.698-1.713 3.502-.863.806-1.999 1.223-3.364 1.223-1.787 0-3.197-.643-4.157-1.866C.5 19.847 0 18.065 0 15.803c0-2.271.5-4.054 1.464-5.27.969-1.222 2.394-1.86 4.21-1.86 1.336 0 2.462.423 3.322 1.231.859.807 1.443 1.989 1.714 3.494l.024.132H8.683l-.02-.088c-.226-1.023-.586-1.763-1.079-2.248-.49-.48-1.12-.719-1.91-.719-1.198 0-2.11.463-2.729 1.35-.622.892-.953 2.225-.953 3.978 0 1.784.317 3.117.924 4.002.602.878 1.5 1.326 2.698 1.326.811 0 1.447-.233 1.938-.712.495-.482.856-1.222 1.091-2.256l.02-.087h2.051ZM18.24 8.7v14.114h-1.952V8.7h1.952Zm9.694 14.114V10.502H23.68V8.7h10.46v1.802h-4.254v12.312h-1.952Zm6.094-12.425V8.812v1.577h-4.254v12.313V10.39h4.254Zm22.51 10.624v1.801h-9.664v-1.387l7.155-10.925h-6.896V8.7h9.4v1.388L49.4 21.013h7.138ZM61.912 8.7h8.944v1.802h-6.992v4.19h5.94v1.802h-5.94v4.427h6.996v1.802h-8.948V8.7Zm-5.488 14.002h-9.438 9.438v-1.577 1.577Zm21.89-10.17v10.282h-1.873V8.7h1.866l5.701 10.353V8.7h1.873v14.114h-1.866l-5.702-10.283ZM41.434 8.7v14.114h-1.952V8.7h1.952Zm35.119 14.002h1.648V12.097v10.605h-1.648Zm7.528 0h1.688V8.812v13.89h-1.688ZM10.559 18.3c-.34 1.776-1.114 3.062-2.262 3.798 1.173-.751 1.955-2.076 2.283-3.91a9.31 9.31 0 0 1-.02.113Zm.041-4.882c-.404-2.243-1.507-3.735-3.149-4.335 1.614.59 2.708 2.043 3.128 4.223l.021.112H8.773 10.6Zm-4.926-3.055c-2.463 0-3.794 1.912-3.794 5.44 0 2.275.511 3.852 1.513 4.702-1.002-.85-1.513-2.427-1.513-4.702 0-3.528 1.33-5.44 3.794-5.44Zm35.649 10.92V8.813v13.89-1.42Zm-23.195 1.42V8.812v13.89Zm45.625-12.314h6.992V8.812v1.577h-6.992Zm6.995 12.221v-1.577 1.577h-8.723 8.723Z\" fill=\"#111F3B\"/></svg>',title:\"CitizenX logo\",withExternalLayout:true})})}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y7j3ix\",\"data-framer-name\":\"navbar-items\",layoutDependency:layoutDependency,layoutId:\"JyROy3SlB\",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:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pztfGCgJf\"},motionChild:true,nodeId:\"yhbWaAMqF\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Why us\"})})})}),className:\"framer-wutlja\",\"data-framer-name\":\"Why us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yhbWaAMqF\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y7CiV5cCH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ln12ah\",\"data-styles-preset\":\"DWV0DvSQC\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pztfGCgJf\"},motionChild:true,nodeId:\"yhbWaAMqF\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ne9kgl\",\"data-styles-preset\":\"CzzJZSGnM\",children:\"Why us\"})})})})}},baseVariant,gestureVariant)}),/*#__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:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rfvD8mU9Q\"},motionChild:true,nodeId:\"uVY3ogYwJ\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Pricing\"})})})}),className:\"framer-10kr91b\",\"data-framer-name\":\"Pricing\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uVY3ogYwJ\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y7CiV5cCH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ln12ah\",\"data-styles-preset\":\"DWV0DvSQC\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rfvD8mU9Q\"},motionChild:true,nodeId:\"uVY3ogYwJ\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ne9kgl\",\"data-styles-preset\":\"CzzJZSGnM\",children:\"Pricing\"})})})})}},baseVariant,gestureVariant)})]}),isDisplayed9()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h5rrnm\",layoutDependency:layoutDependency,layoutId:\"pgGEb0iBR\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"46px\",...addPropertyOverrides({hz2wxY74O:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||62)-16-46)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xsj0tp-container\",layoutDependency:layoutDependency,layoutId:\"rjoOxoIQQ-container\",nodeId:\"rjoOxoIQQ\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(ButtonMobile,{height:\"100%\",id:\"rjoOxoIQQ\",layoutId:\"rjoOxoIQQ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",z7w3KU7ry:z7w3KU7ry19m02rc})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,...addPropertyOverrides({hz2wxY74O:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||62)-16-46)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gnn1p5-container\",layoutDependency:layoutDependency,layoutId:\"FMoyZh_JI-container\",nodeId:\"FMoyZh_JI\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",whileHover:animation,children:/*#__PURE__*/_jsx(SecondaryButton,{BDCJXOoAc:\"https://home.citizenx.com/signup\",height:\"100%\",id:\"FMoyZh_JI\",layoutId:\"FMoyZh_JI\",style:{height:\"100%\"},UaYikATOT:\"Apply now\",variant:\"F71mtrd7y\",width:\"100%\"})})})]}),isDisplayed10()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wz7p83\",layoutDependency:layoutDependency,layoutId:\"pmUZ3bM0M\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"46px\",...addPropertyOverrides({t56vkOVsK:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||62)-16-46)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tt8gk2-container\",layoutDependency:layoutDependency,layoutId:\"c8apg10yj-container\",nodeId:\"c8apg10yj\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(ButtonMobile,{height:\"100%\",id:\"c8apg10yj\",layoutId:\"c8apg10yj\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",z7w3KU7ry:z7w3KU7ryluv95m})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,...addPropertyOverrides({t56vkOVsK:{y:(componentViewport?.y||0)+8+(((componentViewport?.height||62)-16-46)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1w3r0hk-container\",layoutDependency:layoutDependency,layoutId:\"S_JhomST4-container\",nodeId:\"S_JhomST4\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",whileHover:animation,children:/*#__PURE__*/_jsx(SecondaryButton,{BDCJXOoAc:\"https://home.citizenx.com/signup\",height:\"100%\",id:\"S_JhomST4\",layoutId:\"S_JhomST4\",style:{height:\"100%\"},UaYikATOT:\"Apply now\",variant:\"F71mtrd7y\",width:\"100%\"})})})]}),isDisplayed11()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DmOTuwyly:{height:46,y:(componentViewport?.y||0)+8+(((componentViewport?.height||62)-16-46)/2+0+0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cuodqp-container\",layoutDependency:layoutDependency,layoutId:\"MG9nfZSr2-container\",nodeId:\"MG9nfZSr2\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(MainButtonFormWithButtonTrackingcuodqpWithMappedReactPropsfje57l,{FQykr21XF:dwyreM_cn,height:\"100%\",id:\"MG9nfZSr2\",kJa_RI6Lr:\"Request access\",layoutId:\"MG9nfZSr2\",style:{height:\"100%\"},variant:\"IvZGPGdLA\",width:\"100%\",x1PwGd6_P:\"\"})})})]}),isDisplayed12()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ge5vv0\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"T0g8TSCVv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+(8+((componentViewport?.height||62)-16-((componentViewport?.height||62)-16)*.7419354838709677)/2)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-193qx23-container\",layoutDependency:layoutDependency,layoutId:\"P6nx_eV7Q-container\",nodeId:\"P6nx_eV7Q\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",whileHover:animation,children:/*#__PURE__*/_jsx(SecondaryButton,{BDCJXOoAc:\"https://home.citizenx.com\",height:\"100%\",id:\"P6nx_eV7Q\",layoutId:\"P6nx_eV7Q\",style:{height:\"100%\"},UaYikATOT:\"Sign in\",variant:\"F71mtrd7y\",width:\"100%\",...addPropertyOverrides({kW1khZW46:{BDCJXOoAc:JUFOaxzDn},S_a1ONiFv:{BDCJXOoAc:JUFOaxzDn},y7CiV5cCH:{variant:\"SVjaNYskM\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({kW1khZW46:{height:46,y:(componentViewport?.y||0)+(8+((componentViewport?.height||62)-16-((componentViewport?.height||62)-16)*.7419354838709677)/2)+0},S_a1ONiFv:{height:46,y:(componentViewport?.y||0)+(8+((componentViewport?.height||62)-16-((componentViewport?.height||62)-16)*.7419354838709677)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-r9ls0x-container\",layoutDependency:layoutDependency,layoutId:\"BnUW0KX1V-container\",nodeId:\"BnUW0KX1V\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(MainButtonFormWithButtonTrackingr9ls0xWithMappedReactPropsfje57l,{FQykr21XF:dwyreM_cn,height:\"100%\",id:\"BnUW0KX1V\",kJa_RI6Lr:\"Request access\",layoutId:\"BnUW0KX1V\",style:{height:\"100%\"},variant:\"IvZGPGdLA\",width:\"100%\",x1PwGd6_P:\"https://home.citizenx.com/signup\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+(8+((componentViewport?.height||62)-16-((componentViewport?.height||62)-16)*.7419354838709677)/2)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yacdyt-container\",layoutDependency:layoutDependency,layoutId:\"XSxASvmqz-container\",nodeId:\"XSxASvmqz\",rendersWithMotion:true,scopeId:\"VAKRqxlHb\",children:/*#__PURE__*/_jsx(MainButtonFormWithButtonTracking1yacdytWithMappedReactPropsfje57l,{FQykr21XF:dwyreM_cn,height:\"100%\",id:\"XSxASvmqz\",kJa_RI6Lr:\"Request access\",layoutId:\"XSxASvmqz\",style:{height:\"100%\"},variant:\"IvZGPGdLA\",width:\"100%\",x1PwGd6_P:\"https://home.citizenx.com/signup\",...addPropertyOverrides({y7CiV5cCH:{x1PwGd6_P:\"\"}},baseVariant,gestureVariant)})})})]}),isDisplayed10()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1pnov4v\",\"data-framer-appear-id\":\"1pnov4v\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"KI4amSUdd\",optimized:true,style:{backdropFilter:\"blur(45px)\",backgroundColor:\"var(--token-904bae76-ae8a-405d-9088-eca7734fb272, rgb(8, 18, 38))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,transformPerspective:1200,WebkitBackdropFilter:\"blur(45px)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x18y0d\",layoutDependency:layoutDependency,layoutId:\"XbIrNWANT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pztfGCgJf\"},motionChild:true,nodeId:\"YuR57u9Ex\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Why us\"})})})}),className:\"framer-o879ho\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"YuR57u9Ex\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rfvD8mU9Q\"},motionChild:true,nodeId:\"qkDY9E4zz\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Pricing\"})})})}),className:\"framer-xgnj2t\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"qkDY9E4zz\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xOKNIevU5\"},motionChild:true,nodeId:\"QnjMOaCSp\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"About\"})})})}),className:\"framer-jmot35\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"QnjMOaCSp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://citizenx.com/insights\",motionChild:true,nodeId:\"QDNco9l1w\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Insights\"})})})}),className:\"framer-c8ild2\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"QDNco9l1w\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"home.citizenx.com/signin\",motionChild:true,nodeId:\"aHcJFDgJe\",openInNewTab:true,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Sign in\"})})})}),className:\"framer-17ht1kw\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"aHcJFDgJe\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed9()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-h5vwh9\",\"data-framer-appear-id\":\"h5vwh9\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"jtdn4VS42\",optimized:true,style:{backdropFilter:\"none\",backgroundColor:\"var(--token-904bae76-ae8a-405d-9088-eca7734fb272, rgb(8, 18, 38))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,transformPerspective:1200,WebkitBackdropFilter:\"none\"},variants:{hz2wxY74O:{backdropFilter:\"blur(45px)\",WebkitBackdropFilter:\"blur(45px)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rxg97v\",layoutDependency:layoutDependency,layoutId:\"DzHsBIEpy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pztfGCgJf\"},motionChild:true,nodeId:\"oXDy0le6K\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Why us\"})})})}),className:\"framer-1jlbi21\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"oXDy0le6K\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://citizenx.com/insights\",motionChild:true,nodeId:\"XKNkQYq3Z\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Insights\"})})})}),className:\"framer-14nrc5g\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"XKNkQYq3Z\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"home.citizenx.com/signin\",motionChild:true,nodeId:\"c7HzM5Xv7\",openInNewTab:true,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Sign in\"})})})}),className:\"framer-fa7rh2\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"c7HzM5Xv7\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rfvD8mU9Q\"},motionChild:true,nodeId:\"GSfuS3s7u\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"Pricing\"})})})}),className:\"framer-ycxtz0\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"GSfuS3s7u\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xOKNIevU5\"},motionChild:true,nodeId:\"Eka38MGhz\",openInNewTab:false,scopeId:\"VAKRqxlHb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfybzh\",\"data-styles-preset\":\"wx9xn3N9W\",children:\"About\"})})})}),className:\"framer-8bfb7g\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"Eka38MGhz\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rtwSe.framer-fcolvp, .framer-rtwSe .framer-fcolvp { display: block; }\",\".framer-rtwSe.framer-1a43g63 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 8px 8px 8px 20px; position: relative; width: 1368px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rtwSe .framer-1rleqgo, .framer-rtwSe .framer-r5ecf1, .framer-rtwSe .framer-127uk7l, .framer-rtwSe .framer-y7j3ix { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rtwSe .framer-u93ll0, .framer-rtwSe .framer-wz7p83 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rtwSe .framer-9lemzo-container, .framer-rtwSe .framer-jnm14d-container, .framer-rtwSe .framer-1xsj0tp-container, .framer-rtwSe .framer-tt8gk2-container { flex: none; height: 46px; position: relative; width: 46px; }\",\".framer-rtwSe .framer-12zflzw-container, .framer-rtwSe .framer-1th8l98-container, .framer-rtwSe .framer-gnn1p5-container, .framer-rtwSe .framer-1w3r0hk-container, .framer-rtwSe .framer-cuodqp-container, .framer-rtwSe .framer-193qx23-container, .framer-rtwSe .framer-r9ls0x-container, .framer-rtwSe .framer-1yacdyt-container { flex: none; height: 46px; position: relative; width: auto; }\",\".framer-rtwSe .framer-1dkuv3f, .framer-rtwSe .framer-16xv7u3, .framer-rtwSe .framer-wutlja, .framer-rtwSe .framer-10kr91b, .framer-rtwSe .framer-o879ho, .framer-rtwSe .framer-xgnj2t, .framer-rtwSe .framer-jmot35, .framer-rtwSe .framer-c8ild2, .framer-rtwSe .framer-17ht1kw, .framer-rtwSe .framer-1jlbi21, .framer-rtwSe .framer-14nrc5g, .framer-rtwSe .framer-fa7rh2, .framer-rtwSe .framer-ycxtz0, .framer-rtwSe .framer-8bfb7g { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rtwSe .framer-cwfyfl, .framer-rtwSe .framer-1a69cqp { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rtwSe .framer-vb6i7y, .framer-rtwSe .framer-92h0fm { aspect-ratio: 3.7096774193548385 / 1; flex: none; height: 31px; position: relative; text-decoration: none; width: var(--framer-aspect-ratio-supported, 115px); }\",\".framer-rtwSe .framer-10zb687 { aspect-ratio: 3.7096774193548385 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; text-decoration: none; width: 108px; }\",\".framer-rtwSe .framer-m7lz7a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 387px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rtwSe .framer-16p8nuu { 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: 29px; min-width: 108px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rtwSe .framer-v4vtjx { flex: none; height: 31px; position: relative; text-decoration: none; width: 115px; }\",\".framer-rtwSe .framer-1h5rrnm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 46px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rtwSe .framer-1ge5vv0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 74%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rtwSe .framer-1pnov4v, .framer-rtwSe .framer-h5vwh9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 32px 20px 32px 20px; position: absolute; right: 0px; top: 70px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-rtwSe .framer-x18y0d, .framer-rtwSe .framer-rxg97v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rtwSe .framer-1rleqgo, .framer-rtwSe .framer-u93ll0, .framer-rtwSe .framer-r5ecf1, .framer-rtwSe .framer-cwfyfl, .framer-rtwSe .framer-127uk7l, .framer-rtwSe .framer-1a69cqp, .framer-rtwSe .framer-m7lz7a, .framer-rtwSe .framer-16p8nuu, .framer-rtwSe .framer-y7j3ix, .framer-rtwSe .framer-1h5rrnm, .framer-rtwSe .framer-wz7p83, .framer-rtwSe .framer-1ge5vv0, .framer-rtwSe .framer-1pnov4v, .framer-rtwSe .framer-x18y0d, .framer-rtwSe .framer-h5vwh9, .framer-rtwSe .framer-rxg97v { gap: 0px; } .framer-rtwSe .framer-1rleqgo > *, .framer-rtwSe .framer-r5ecf1 > *, .framer-rtwSe .framer-127uk7l > *, .framer-rtwSe .framer-y7j3ix > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-rtwSe .framer-1rleqgo > :first-child, .framer-rtwSe .framer-u93ll0 > :first-child, .framer-rtwSe .framer-r5ecf1 > :first-child, .framer-rtwSe .framer-cwfyfl > :first-child, .framer-rtwSe .framer-127uk7l > :first-child, .framer-rtwSe .framer-1a69cqp > :first-child, .framer-rtwSe .framer-m7lz7a > :first-child, .framer-rtwSe .framer-16p8nuu > :first-child, .framer-rtwSe .framer-y7j3ix > :first-child, .framer-rtwSe .framer-1h5rrnm > :first-child, .framer-rtwSe .framer-wz7p83 > :first-child, .framer-rtwSe .framer-1ge5vv0 > :first-child { margin-left: 0px; } .framer-rtwSe .framer-1rleqgo > :last-child, .framer-rtwSe .framer-u93ll0 > :last-child, .framer-rtwSe .framer-r5ecf1 > :last-child, .framer-rtwSe .framer-cwfyfl > :last-child, .framer-rtwSe .framer-127uk7l > :last-child, .framer-rtwSe .framer-1a69cqp > :last-child, .framer-rtwSe .framer-m7lz7a > :last-child, .framer-rtwSe .framer-16p8nuu > :last-child, .framer-rtwSe .framer-y7j3ix > :last-child, .framer-rtwSe .framer-1h5rrnm > :last-child, .framer-rtwSe .framer-wz7p83 > :last-child, .framer-rtwSe .framer-1ge5vv0 > :last-child { margin-right: 0px; } .framer-rtwSe .framer-u93ll0 > *, .framer-rtwSe .framer-m7lz7a > *, .framer-rtwSe .framer-1h5rrnm > *, .framer-rtwSe .framer-wz7p83 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-rtwSe .framer-cwfyfl > *, .framer-rtwSe .framer-1a69cqp > *, .framer-rtwSe .framer-16p8nuu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rtwSe .framer-1ge5vv0 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-rtwSe .framer-1pnov4v > *, .framer-rtwSe .framer-h5vwh9 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-rtwSe .framer-1pnov4v > :first-child, .framer-rtwSe .framer-x18y0d > :first-child, .framer-rtwSe .framer-h5vwh9 > :first-child, .framer-rtwSe .framer-rxg97v > :first-child { margin-top: 0px; } .framer-rtwSe .framer-1pnov4v > :last-child, .framer-rtwSe .framer-x18y0d > :last-child, .framer-rtwSe .framer-h5vwh9 > :last-child, .framer-rtwSe .framer-rxg97v > :last-child { margin-bottom: 0px; } .framer-rtwSe .framer-x18y0d > *, .framer-rtwSe .framer-rxg97v > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-rtwSe.framer-v-obubmb.framer-1a43g63, .framer-rtwSe.framer-v-ftf0ad.framer-1a43g63 { flex-direction: column; gap: 8px; justify-content: center; padding: 8px 8px 8px 12px; width: 301px; }\",\".framer-rtwSe.framer-v-obubmb .framer-1rleqgo, .framer-rtwSe.framer-v-8lof4w .framer-1rleqgo, .framer-rtwSe.framer-v-tmlnow .framer-1rleqgo, .framer-rtwSe.framer-v-1chwnr1 .framer-1rleqgo, .framer-rtwSe.framer-v-ftf0ad .framer-1rleqgo { gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-rtwSe.framer-v-obubmb .framer-u93ll0, .framer-rtwSe.framer-v-tmlnow .framer-1pnov4v, .framer-rtwSe.framer-v-tmlnow .framer-jmot35, .framer-rtwSe.framer-v-1chwnr1 .framer-8bfb7g, .framer-rtwSe.framer-v-1mojtzh .framer-cwfyfl, .framer-rtwSe.framer-v-v2pnbl .framer-cwfyfl { order: 2; }\",\".framer-rtwSe.framer-v-obubmb .framer-9lemzo-container, .framer-rtwSe.framer-v-obubmb .framer-cwfyfl, .framer-rtwSe.framer-v-8lof4w .framer-jnm14d-container, .framer-rtwSe.framer-v-tmlnow .framer-cwfyfl, .framer-rtwSe.framer-v-tmlnow .framer-tt8gk2-container, .framer-rtwSe.framer-v-tmlnow .framer-xgnj2t, .framer-rtwSe.framer-v-1chwnr1 .framer-1xsj0tp-container, .framer-rtwSe.framer-v-1chwnr1 .framer-ycxtz0, .framer-rtwSe.framer-v-1mojtzh .framer-127uk7l, .framer-rtwSe.framer-v-1mojtzh .framer-1ge5vv0, .framer-rtwSe.framer-v-1mojtzh .framer-r9ls0x-container, .framer-rtwSe.framer-v-v2pnbl .framer-127uk7l, .framer-rtwSe.framer-v-v2pnbl .framer-1ge5vv0, .framer-rtwSe.framer-v-v2pnbl .framer-r9ls0x-container, .framer-rtwSe.framer-v-ftf0ad .framer-cwfyfl { order: 1; }\",\".framer-rtwSe.framer-v-obubmb .framer-12zflzw-container, .framer-rtwSe.framer-v-8lof4w .framer-1th8l98-container, .framer-rtwSe.framer-v-tmlnow .framer-1w3r0hk-container, .framer-rtwSe.framer-v-tmlnow .framer-o879ho, .framer-rtwSe.framer-v-1chwnr1 .framer-gnn1p5-container, .framer-rtwSe.framer-v-1chwnr1 .framer-1jlbi21, .framer-rtwSe.framer-v-1mojtzh .framer-1rleqgo, .framer-rtwSe.framer-v-1mojtzh .framer-193qx23-container, .framer-rtwSe.framer-v-v2pnbl .framer-1rleqgo, .framer-rtwSe.framer-v-v2pnbl .framer-193qx23-container { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rtwSe.framer-v-obubmb.framer-1a43g63, .framer-rtwSe.framer-v-obubmb .framer-1rleqgo { gap: 0px; } .framer-rtwSe.framer-v-obubmb.framer-1a43g63 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-rtwSe.framer-v-obubmb.framer-1a43g63 > :first-child { margin-top: 0px; } .framer-rtwSe.framer-v-obubmb.framer-1a43g63 > :last-child { margin-bottom: 0px; } .framer-rtwSe.framer-v-obubmb .framer-1rleqgo > *, .framer-rtwSe.framer-v-obubmb .framer-1rleqgo > :first-child, .framer-rtwSe.framer-v-obubmb .framer-1rleqgo > :last-child { margin: 0px; } }\",\".framer-rtwSe.framer-v-mmhihb .framer-1rleqgo { width: 372px; }\",\".framer-rtwSe.framer-v-mmhihb .framer-16p8nuu { min-height: unset; min-width: unset; }\",\".framer-rtwSe.framer-v-mmhihb .framer-v4vtjx { aspect-ratio: 3.7096774193548385 / 1; width: var(--framer-aspect-ratio-supported, 115px); }\",\".framer-rtwSe.framer-v-8lof4w.framer-1a43g63 { flex-direction: column; gap: 8px; justify-content: center; padding: 8px 8px 8px 12px; width: 300px; }\",\".framer-rtwSe.framer-v-8lof4w .framer-10zb687, .framer-rtwSe.framer-v-1chwnr1 .framer-10zb687 { height: var(--framer-aspect-ratio-supported, 31px); order: 5; width: 115px; }\",\".framer-rtwSe.framer-v-8lof4w .framer-m7lz7a { height: 46px; order: 6; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rtwSe.framer-v-8lof4w.framer-1a43g63, .framer-rtwSe.framer-v-8lof4w .framer-1rleqgo { gap: 0px; } .framer-rtwSe.framer-v-8lof4w.framer-1a43g63 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-rtwSe.framer-v-8lof4w.framer-1a43g63 > :first-child { margin-top: 0px; } .framer-rtwSe.framer-v-8lof4w.framer-1a43g63 > :last-child { margin-bottom: 0px; } .framer-rtwSe.framer-v-8lof4w .framer-1rleqgo > *, .framer-rtwSe.framer-v-8lof4w .framer-1rleqgo > :first-child, .framer-rtwSe.framer-v-8lof4w .framer-1rleqgo > :last-child { margin: 0px; } }\",\".framer-rtwSe.framer-v-tmlnow.framer-1a43g63 { flex-direction: column; gap: 8px; justify-content: center; overflow: visible; padding: 8px 8px 8px 12px; width: 301px; }\",\".framer-rtwSe.framer-v-tmlnow .framer-wz7p83 { order: 11; }\",\".framer-rtwSe.framer-v-tmlnow .framer-c8ild2, .framer-rtwSe.framer-v-1chwnr1 .framer-h5vwh9, .framer-rtwSe.framer-v-1chwnr1 .framer-14nrc5g, .framer-rtwSe.framer-v-1mojtzh .framer-r5ecf1, .framer-rtwSe.framer-v-1mojtzh .framer-1a69cqp, .framer-rtwSe.framer-v-v2pnbl .framer-1a69cqp { order: 3; }\",\".framer-rtwSe.framer-v-tmlnow .framer-17ht1kw, .framer-rtwSe.framer-v-1chwnr1 .framer-fa7rh2 { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rtwSe.framer-v-tmlnow.framer-1a43g63, .framer-rtwSe.framer-v-tmlnow .framer-1rleqgo { gap: 0px; } .framer-rtwSe.framer-v-tmlnow.framer-1a43g63 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-rtwSe.framer-v-tmlnow.framer-1a43g63 > :first-child { margin-top: 0px; } .framer-rtwSe.framer-v-tmlnow.framer-1a43g63 > :last-child { margin-bottom: 0px; } .framer-rtwSe.framer-v-tmlnow .framer-1rleqgo > *, .framer-rtwSe.framer-v-tmlnow .framer-1rleqgo > :first-child, .framer-rtwSe.framer-v-tmlnow .framer-1rleqgo > :last-child { margin: 0px; } }\",\".framer-rtwSe.framer-v-1chwnr1.framer-1a43g63 { flex-direction: column; gap: 8px; justify-content: center; overflow: visible; padding: 8px 8px 8px 12px; width: 300px; }\",\".framer-rtwSe.framer-v-1chwnr1 .framer-1h5rrnm { order: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rtwSe.framer-v-1chwnr1.framer-1a43g63, .framer-rtwSe.framer-v-1chwnr1 .framer-1rleqgo { gap: 0px; } .framer-rtwSe.framer-v-1chwnr1.framer-1a43g63 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-rtwSe.framer-v-1chwnr1.framer-1a43g63 > :first-child { margin-top: 0px; } .framer-rtwSe.framer-v-1chwnr1.framer-1a43g63 > :last-child { margin-bottom: 0px; } .framer-rtwSe.framer-v-1chwnr1 .framer-1rleqgo > *, .framer-rtwSe.framer-v-1chwnr1 .framer-1rleqgo > :first-child, .framer-rtwSe.framer-v-1chwnr1 .framer-1rleqgo > :last-child { margin: 0px; } }\",\".framer-rtwSe.framer-v-ftf0ad .framer-cuodqp-container { order: 12; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rtwSe.framer-v-ftf0ad.framer-1a43g63, .framer-rtwSe.framer-v-ftf0ad .framer-1rleqgo { gap: 0px; } .framer-rtwSe.framer-v-ftf0ad.framer-1a43g63 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-rtwSe.framer-v-ftf0ad.framer-1a43g63 > :first-child { margin-top: 0px; } .framer-rtwSe.framer-v-ftf0ad.framer-1a43g63 > :last-child { margin-bottom: 0px; } .framer-rtwSe.framer-v-ftf0ad .framer-1rleqgo > *, .framer-rtwSe.framer-v-ftf0ad .framer-1rleqgo > :first-child, .framer-rtwSe.framer-v-ftf0ad .framer-1rleqgo > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-rtwSe[data-border=\"true\"]::after, .framer-rtwSe [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 62\n * @framerIntrinsicWidth 1368\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VzwbC5UBD\":{\"layout\":[\"fixed\",\"auto\"]},\"y7CiV5cCH\":{\"layout\":[\"fixed\",\"auto\"]},\"azRtXtPUl\":{\"layout\":[\"fixed\",\"auto\"]},\"t56vkOVsK\":{\"layout\":[\"fixed\",\"auto\"]},\"hz2wxY74O\":{\"layout\":[\"fixed\",\"auto\"]},\"S_a1ONiFv\":{\"layout\":[\"fixed\",\"auto\"]},\"kW1khZW46\":{\"layout\":[\"fixed\",\"auto\"]},\"DmOTuwyly\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"JUFOaxzDn\":\"signinLink\",\"dwyreM_cn\":\"singupLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVAKRqxlHb=withCSS(Component,css,\"framer-rtwSe\");export default FramerVAKRqxlHb;FramerVAKRqxlHb.displayName=\"x-navbar\";FramerVAKRqxlHb.defaultProps={height:62,width:1368};addPropertyControls(FramerVAKRqxlHb,{variant:{options:[\"xGu4roqMr\",\"VzwbC5UBD\",\"y7CiV5cCH\",\"azRtXtPUl\",\"t56vkOVsK\",\"hz2wxY74O\",\"S_a1ONiFv\",\"kW1khZW46\",\"DmOTuwyly\"],optionTitles:[\"Desktop - White\",\"mobile-white\",\"Desktop-Black\",\"mobile-black\",\"menu-open\",\"Variant 6\",\"Desktop - White Slim\",\"Desktop - White no links\",\"mobile-white-nolinks\"],title:\"Variant\",type:ControlType.Enum},JUFOaxzDn:{title:\"Signin Link\",type:ControlType.Link},dwyreM_cn:{title:\"Singup Link\",type:ControlType.Link}});addFonts(FramerVAKRqxlHb,[{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://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...ButtonMobileFonts,...SecondaryButtonFonts,...MainButtonFormFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVAKRqxlHb\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VzwbC5UBD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y7CiV5cCH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"azRtXtPUl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t56vkOVsK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hz2wxY74O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S_a1ONiFv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kW1khZW46\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DmOTuwyly\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1368\",\"framerVariables\":\"{\\\"JUFOaxzDn\\\":\\\"signinLink\\\",\\\"dwyreM_cn\\\":\\\"singupLink\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"62\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VAKRqxlHb.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__", "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", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "z7w3KU7ry", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapr3nx24", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerxGr5_OxV8", "withCSS", "xGr5_OxV8_default", "addPropertyControls", "ControlType", "addFonts", "ButtonMobileFonts", "getFonts", "xGr5_OxV8_default", "SecondaryButtonFonts", "eSqJNFExB_default", "MainButtonFormFonts", "qikr2n3N1_default", "MainButtonFormWithButtonTrackingcuodqpWithMappedReactPropsfje57l", "withMappedReactProps", "withCodeBoundaryForOverrides", "withButtonTracking", "qikr2n3N1_exports", "MainButtonFormWithButtonTrackingr9ls0xWithMappedReactPropsfje57l", "MainButtonFormWithButtonTracking1yacdytWithMappedReactPropsfje57l", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "signinLink", "singupLink", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "JUFOaxzDn", "dwyreM_cn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "z7w3KU7ryluv95m", "args", "z7w3KU7ry19m02rc", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "Link", "SVG", "css", "FramerVAKRqxlHb", "withCSS", "VAKRqxlHb_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
