{"version":3,"file":"RD5krWk0cuyWd8LSOR-S9UIWeg7Nu2WZanUBI5EYdw8.CMc3zRPZ.mjs","names":["DJ_Email_Capture_Form","Container","Material","DJ_Email_Capture_Form","DJ_Email_Capture_Form1","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","ButtonBigCopy2Fonts","ButtonBigCopy2","ButtonBigCopy2Info","serializationHash","variantClassNames","toResponsiveImage","humanReadableVariantMap","getProps","Component","Image","className","css","Component","DJForm","DJFeatured","ButtonBigCopy2","ButtonBigCopy2Info","DJCard","DjPill","MealScanCarousel","CTABannerPartner","DJTweetTickerCopy","FAQQuestions","LogoLevels","IconsSocialCopy","GetStartedButton","GetStartedButtonInfo","DJButton","DJButtonInfo","Partner","metadata","className","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/BEAC2R2XjoXiG2BKT9Xg/6SdXTsTihPOcUuWKqu0w/DJ_Email_Capture_Form_2.js","https:/framerusercontent.com/modules/uiNwMTppiH50fz1G3cws/5oFIc8qvSti4IN26EDK1/bPs09eMrw.js","https:/framerusercontent.com/modules/9JB9SMV0Vu5Ionx70s73/94oQBSNOpKyGcVLB6MtH/DToFB8C1f.js","https:/framerusercontent.com/modules/z2DQ7NdCH6mUft40paDR/02P7UJf0LRAus33zg10B/m7_dObCPO.js","https:/framerusercontent.com/modules/EOJnA7oc06jsQSDdOPKy/t4kbXoCByfg9slqihkwJ/Scroll_to_top_of_page.js","https:/framerusercontent.com/modules/tbGN7z6LX7uQTpILCXZ6/bfqU5qZL5FzjSEJtSQyI/rh4JmlsFx.js"],"sourcesContent":["// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import styled from\"styled-components\";import{useState}from\"react\";// /**\n//  * @framerSupportedLayoutWidth auto\n//  * @framerSupportedLayoutHeight auto\n//  */\n/**\n * @framerIntrinsicHeight 440\n * @framerIntrinsicWidth 200\n */export default function DJ_Email_Capture_Form(props){const[email,setEmail]=useState(\"\");const[state,setState]=useState(\"default\");const formUrl=\"https://hooks.zapier.com/hooks/catch/11243021/217pjxd/\";const handleSubmit=async event=>{event.preventDefault()// Prevent the default form submission behavior\n;if(!email){console.log(\"Email is required\");return;}// Use partner code from the CMS (passed as a prop)\nconst partnerCode=props.partnerCode||\"defaultCode\"// Fallback in case no partnerCode is provided\n;console.log(\"Form submitted with email:\",email,\"and partner code:\",partnerCode);setState(\"loading\");try{const response=await fetch(formUrl,{method:\"POST\",body:JSON.stringify({email,partnerCode})});if(!response.ok){throw new Error(\"Network response was not ok\");}// Redirect to the offer link after a successful submission\nconst url=new URL(props.offerLink,window.location.href);url.searchParams.set(\"email\",email)// add/replace ?email=\n;// ----------------------------------------------\nwindow.location.href=url.toString()// Redirect\n;}catch(error){console.error(\"Error during form submission: \",error);setState(\"error\")// Update state to indicate an error\n;}};return /*#__PURE__*/_jsx(Container,{className:`${props.layout} ${state}`,children:/*#__PURE__*/_jsxs(\"form\",{onSubmit:handleSubmit,className:`${props.layout}`,style:styles.form,children:[/*#__PURE__*/_jsx(\"input\",{type:\"email\",placeholder:\"email@example.com\",onChange:e=>setEmail(e.target.value),style:emailInput}),/*#__PURE__*/_jsxs(\"div\",{className:`stateContainer`,children:[/*#__PURE__*/_jsx(\"button\",{type:\"submit\",value:props.submitLabel,disabled:state==\"loading\"||state==\"done\"||!email,style:button,children:state==\"loading\"?props.loadingUI:state==\"done\"?props.successIcon:props.submitLabel}),/*#__PURE__*/_jsx(\"div\",{className:\"stateMessage\",children:props.successText})]})]})});}const form={display:\"flex\",flexDirection:\"row\",overflow:\"visible\",borderRadius:0,gap:10,fontSize:18};const stateContainer={};const emailInput={fontFamily:\"inherit\",fontSize:\"inherit\",boxSizing:\"border-box\",width:338,height:56,display:\"flex\",flexDirection:\"row\",justifyContent:\"flex-start\",alignItems:\"center\",padding:16,backgroundColor:\"#ffffff\",overflow:\"visible\",alignContent:\"center\",flexWrap:\"nowrap\",gap:4,borderRadius:10,border:\"1px solid #d6d9d9\",color:\"#000000\"};const button={fontSize:\"inherit\",width:210,height:56,display:\"flex\",backgroundColor:\"#127968\",flexDirection:\"row\",alignItems:\"center\",justifyContent:\"center\",padding:\"16px 24px 16px 24px\",outline:0,border:0,gap:10,cursor:\"pointer\",fontFamily:\"TT Hoves DemiBold\",lineHeight:1.4,color:\"#ffffff\",borderRadius:10};const styles={form,emailInput,stateContainer};const Container=styled.div`\n    input[type=\"submit\"], button {\n        fontSize: inherit,\n        box-sizing: border-box;\n        width: 210px;\n        height: 56px;\n        display: flex;\n        flex-direction: row;\n        justify-content: center;\n        align-items: center;\n        padding: 16px 24px 16px 24px;\n        background-color: #127968;\n        overflow: hidden;\n        align-content: center;\n        flex-wrap: nowrap;\n        gap: 10;\n        border-radius: 10px;\n\n        outline: 0px;\n        border: 0px;\n\n        cursor: pointer;\n\n        // Label\n        white-space: pre;\n        font-family: \"TT Hoves DemiBold\", \"TT Hoves DemiBold Placeholder\", sans-serif;\n        color: var(--Grey_900, #ffffff);\n        letter-spacing: 0em;\n        line-height: 1.4;\n\n        /* Style for the button when it is disabled */\n        &:disabled {\n            cursor: default !important;       /* Change cursor to indicate it is disabled */\n        }\n    }\n\n\n    font-family: var(--framer-font-family, Inter, Inter Placeholder, sans-serif);\n    \n    form {\n        &.mobile {\n            flex-direction: column !important;\n            gap: 8px !important;\n\n            height: 112px !important;\n\n            input, button {\n                font-size: 15px !important;\n                height: 44px !important;\n            }\n\n            input {\n                width: 100% !important; /* Set the input to take full width in mobile */\n            }\n\n            button {\n                width: 100% !important; /* Keep the button full width */\n                font-size: 14px !important;\n            }\n\n            .stateMessage {\n                font-size: 16px !important;\n            }\n        }\n    }\n\n\n\n    &.default, &.loading{\n        .stateMessage{\n            display: none;     \n        }\n        .stateContainer{\n            all: unset;      \n        }\n    }\n\n    &.done{\n         input[type=\"email\"]{\n            display: none;\n        }\n\n        button{\n            height: 40px;\n            width: 40px;\n            min-width: 40px;\n\n            align-items: center;\n            justify-contents: center;\n            padding: 0px;\n        }\n    }\n    \n    &.mobile.done{\n        .stateContainer{\n            // background-color: red;\n            padding: 4px 16px 4px 4px !important;\n            button{\n                width: 28px !important;\n                min-width: 28px !important;\n                height: 28px !important;\n            }\n\n            .stateMessage{\n                font-size: 14px !important;\n            }\n        }\n    }\n\n    .stateContainer {\n        box-sizing: border-box;\n        width: fit-content;\n        width: 100%;\n        display: flex;\n        flex-direction: row;\n        justify-content: flex-start;\n        align-items: center;\n        padding: 6px 32px 6px 6px;\n        background-color: #f5f5f5;\n        align-content: center;\n        gap: 8px;\n        border-radius: 10px;\n        border: 1px solid #d6d9d9;\n    }\n\n    .stateMessage{\n        width: 100%;\n        height: auto;\n        white-space: pre;\n        font-family: TT Hoves DemiBold, \"TT Hoves DemiBold\", \"TT Hoves DemiBold Placeholder\", sans-serif;\n        color: var(--Grey_200, #232729);\n        font-size: 18px;\n        letter-spacing: -0.02em;\n        line-height: 1.4;\n    }\n\n    input[type=\"email\"] {\n        box-sizing: border-box;\n        width: 338px;\n        height: 56px;\n        display: flex;\n        flex-direction: row;\n        justify-content: flex-start;\n        align-items: center;\n        padding: 16px;\n        background-color: #ffffff;\n        overflow: visible;\n        align-content: center;\n        flex-wrap: nowrap;\n        gap: 4;\n        border-radius: 10px;\n        border: 1px solid #d6d9d9;\n\n    /* Text */\n        white-space: pre;\n        font-family: \"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif;\n        color: #9DA7A8;\n        letter-spacing: 0em;\n        line-height: 1.4;\n    }\n\n    /* Focus state */\n    input[type=\"text\"]:focus {\n        box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);\n        border: 1px solid #9DA7A8;\n        color: #000000;\n    }\n\n    /* Placeholder text style */\n    input[type=\"text\"]::placeholder {\n        color: #9DA7A8;\n        opacity: 1;\n    }\n\n    // input[type=\"submit\"], button {\n    //     box-sizing: border-box;\n    //     width: 210px;\n    //     height: 56px;\n    //     display: flex;\n    //     flex-direction: row;\n    //     justify-content: center;\n    //     align-items: center;\n    //     padding: 16px 24px 16px 24px;\n    //     background-color: #127968;\n    //     overflow: hidden;\n    //     align-content: center;\n    //     flex-wrap: nowrap;\n    //     gap: 10;\n    //     border-radius: 10px;\n\n    //     outline: 0px;\n    //     border: 0px;\n\n    //     cursor: pointer;\n\n    //     // Label\n    //     white-space: pre;\n    //     font-family: \"TT Hoves DemiBold\", \"TT Hoves DemiBold\", sans-serif;\n    //     color: var(--Grey_900, #ffffff);\n    //     letter-spacing: 0em;\n    //     line-height: 1.4;\n\n    //     /* Style for the button when it is disabled */\n    //     &:disabled {\n    //         cursor: default;       /* Change cursor to indicate it is disabled */\n    //     }\n    // }\n`;// Define property controls\naddPropertyControls(DJ_Email_Capture_Form,{submitLabel:{title:\"Submit Label\",type:ControlType.String,defaultValue:\"Submit\"},successText:{title:\"Success Text\",type:ControlType.String,defaultValue:\"Access link sent to your email address!\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"desktop\",\"mobile\"],defaultValue:\"desktop\"},offerLink:{title:\"Offer Link\",type:ControlType.String,defaultValue:\"https://levels.com\"},partnerCode:{title:\"Partner Code\",type:ControlType.String,defaultValue:\"\"},onTap:{type:ControlType.EventHandler},loadingUI:{type:ControlType.ComponentInstance},successIcon:{type:ControlType.ComponentInstance}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DJ_Email_Capture_Form\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"\",\"framerIntrinsicHeight\":\"440\",\"framerSupportedLayoutWidth\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DJ_Email_Capture_Form_2.map","// Generated by Framer (64bc75b)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{Loading}from\"https://framerusercontent.com/modules/NQ9LlTfXzHTRhTTi6qMI/5u9VoSaQM7qxLI2scUcH/Loading.js\";import DJ_Email_Capture_Form from\"https://framerusercontent.com/modules/BEAC2R2XjoXiG2BKT9Xg/6SdXTsTihPOcUuWKqu0w/DJ_Email_Capture_Form_2.js\";import DJ_Email_Capture_Form1 from\"https://framerusercontent.com/modules/wlP972Yf7Zyh76Y0Hf70/1VO8WNOdTZ4TJQmkPLUy/DJ_Email_Capture_Form.js\";const LoadingFonts=getFonts(Loading);const MaterialFonts=getFonts(Material);const DJ_Email_Capture_FormFonts=getFonts(DJ_Email_Capture_Form);const DJ_Email_Capture_Form1Controls=getPropertyControls(DJ_Email_Capture_Form1);const serializationHash=\"framer-fyC88\";const variantClassNames={U_bz6YsbF:\"framer-v-1kjkv3o\"};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,layout,offerLink,partnerCode,submitLable,successText,width,...props})=>{return{...props,oOkNPBCYa:partnerCode??props.oOkNPBCYa,PKWv3L3ND:submitLable??props.PKWv3L3ND??\"Get Access\",pUcYxWZKu:layout??props.pUcYxWZKu??\"desktop\",t8dXS5ypE:successText??props.t8dXS5ypE??\"Access link sent to your email address!\",VZWTlIJk1:offerLink??props.VZWTlIJk1};};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,pUcYxWZKu,PKWv3L3ND,t8dXS5ypE,VZWTlIJk1,oOkNPBCYa,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"U_bz6YsbF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??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-1kjkv3o\",className,classNames),\"data-framer-name\":\"Default state\",layoutDependency:layoutDependency,layoutId:\"U_bz6YsbF\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-382k1u-container\",layoutDependency:layoutDependency,layoutId:\"I1KnyFFkv-container\",children:/*#__PURE__*/_jsx(DJ_Email_Capture_Form,{height:\"100%\",id:\"I1KnyFFkv\",layout:pUcYxWZKu,layoutId:\"I1KnyFFkv\",loadingUI:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tro4zf-container\",layoutDependency:layoutDependency,layoutId:\"eVbDdvcHk-container\",children:/*#__PURE__*/_jsx(Loading,{animation:{delay:0,duration:1.3,ease:[.44,0,.56,1],type:\"tween\"},color:\"var(--token-5551b052-a34c-41c4-b470-ad604b65887a, rgb(253, 253, 251))\",duration:2,fadeOut:true,hasDuration:false,height:\"100%\",id:\"eVbDdvcHk\",indicator:\"Material\",layoutId:\"eVbDdvcHk\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],offerLink:VZWTlIJk1,partnerCode:oOkNPBCYa,style:{width:\"100%\"},submitLabel:PKWv3L3ND,successIcon:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15fnfi3-container\",layoutDependency:layoutDependency,layoutId:\"eMgxTF466-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-5551b052-a34c-41c4-b470-ad604b65887a, rgb(253, 253, 251))\",height:\"100%\",iconSearch:\"check\",iconSelection:\"Home\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"eMgxTF466\",layoutId:\"eMgxTF466\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],successText:t8dXS5ypE,width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fyC88.framer-obdhw4, .framer-fyC88 .framer-obdhw4 { display: block; }\",\".framer-fyC88.framer-1kjkv3o { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 509px; }\",\".framer-fyC88 .framer-382k1u-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-fyC88 .framer-1tro4zf-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; z-index: 1; }\",\".framer-fyC88 .framer-15fnfi3-container { height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fyC88.framer-1kjkv3o { gap: 0px; } .framer-fyC88.framer-1kjkv3o > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-fyC88.framer-1kjkv3o > :first-child { margin-left: 0px; } .framer-fyC88.framer-1kjkv3o > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 509\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pUcYxWZKu\":\"layout\",\"PKWv3L3ND\":\"submitLable\",\"t8dXS5ypE\":\"successText\",\"VZWTlIJk1\":\"offerLink\",\"oOkNPBCYa\":\"partnerCode\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbPs09eMrw=withCSS(Component,css,\"framer-fyC88\");export default FramerbPs09eMrw;FramerbPs09eMrw.displayName=\"DJ • Form\";FramerbPs09eMrw.defaultProps={height:56,width:509};addPropertyControls(FramerbPs09eMrw,{pUcYxWZKu:DJ_Email_Capture_Form1Controls?.[\"layout\"]&&{...DJ_Email_Capture_Form1Controls[\"layout\"],defaultValue:\"desktop\",description:undefined,hidden:undefined,title:\"Layout\"},PKWv3L3ND:{defaultValue:\"Get Access\",title:\"Submit Lable\",type:ControlType.String},t8dXS5ypE:{defaultValue:\"Access link sent to your email address!\",title:\"Success Text\",type:ControlType.String},VZWTlIJk1:{defaultValue:\"\",title:\"Offer Link\",type:ControlType.String},oOkNPBCYa:{defaultValue:\"\",title:\"Partner Code\",type:ControlType.String}});addFonts(FramerbPs09eMrw,[{explicitInter:true,fonts:[]},...LoadingFonts,...MaterialFonts,...DJ_Email_Capture_FormFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbPs09eMrw\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"pUcYxWZKu\\\":\\\"layout\\\",\\\"PKWv3L3ND\\\":\\\"submitLable\\\",\\\"t8dXS5ypE\\\":\\\"successText\\\",\\\"VZWTlIJk1\\\":\\\"offerLink\\\",\\\"oOkNPBCYa\\\":\\\"partnerCode\\\"}\",\"framerIntrinsicHeight\":\"56\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"509\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (99f3353)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/cYfHo9XVl9sLplgrAZbU/rlAbhgLeE6zje06gITaO/pDql11tah.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xnBhQwSg36ESqf8VVnLh/QreLoUFyINk78rxRnGR3/qI9CgkE1p.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/pfNbCrUjXz6oKsLBZOlg/8baPLI68YgxZ2C87HOgH/yJiJ_JQuB.js\";const cycleOrder=[\"S4MS45Tv1\",\"KgkgVaIKN\",\"q1fkZ5neG\",\"j4LfqZ1fY\",\"CVUa5p62E\",\"xuWDdu3Tm\"];const serializationHash=\"framer-veoMt\";const variantClassNames={CVUa5p62E:\"framer-v-1euavho\",j4LfqZ1fY:\"framer-v-1gtrf7t\",KgkgVaIKN:\"framer-v-1rczvsa\",q1fkZ5neG:\"framer-v-1wmgumn\",S4MS45Tv1:\"framer-v-1tcwwhz\",xuWDdu3Tm:\"framer-v-ooevo5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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={\"While L\":\"j4LfqZ1fY\",\"White S\":\"CVUa5p62E\",\"White SX\":\"xuWDdu3Tm\",L:\"S4MS45Tv1\",S:\"KgkgVaIKN\",SX:\"q1fkZ5neG\"};const getProps=({blurb,blurbText,height,id,link,overline,text,width,...props})=>{return{...props,k_SK34he5:blurbText??props.k_SK34he5??\"Blurb text\",pb6_i4wmO:overline??props.pb6_i4wmO??\"Overline\",SRj4rFUDK:blurb??props.SRj4rFUDK,variant:humanReadableVariantMap[props.variant]??props.variant??\"S4MS45Tv1\",WvfRfT5ak:text??props.WvfRfT5ak??\"Long call to action text goes here\",z70lncQ44:link??props.z70lncQ44};};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,pb6_i4wmO,WvfRfT5ak,SRj4rFUDK,k_SK34he5,z70lncQ44,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"S4MS45Tv1\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:z70lncQ44,motionChild:true,nodeId:\"S4MS45Tv1\",openInNewTab:true,scopeId:\"DToFB8C1f\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1tcwwhz\",className,classNames)} framer-14k2tzu`,\"data-framer-name\":\"L\",layoutDependency:layoutDependency,layoutId:\"S4MS45Tv1\",ref:refBinding,style:{backgroundColor:\"var(--token-58ddd105-93b8-4cfd-9d00-fab142fc34b0, rgb(26, 29, 28))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{CVUa5p62E:{backgroundColor:\"rgb(255, 255, 255)\"},j4LfqZ1fY:{backgroundColor:\"rgb(255, 255, 255)\"},q1fkZ5neG:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},xuWDdu3Tm:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({CVUa5p62E:{\"data-framer-name\":\"White S\"},j4LfqZ1fY:{\"data-framer-name\":\"While L\"},KgkgVaIKN:{\"data-framer-name\":\"S\"},q1fkZ5neG:{\"data-framer-name\":\"SX\"},xuWDdu3Tm:{\"data-framer-name\":\"White SX\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ob3x2f\",layoutDependency:layoutDependency,layoutId:\"HflvFWNTn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169)))\"},children:\"BUILD BETTER HABITS\"})}),className:\"framer-15dyzx2\",\"data-framer-name\":\"Overline\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"buow5KzYa\",style:{\"--extracted-r6o4lv\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\",\"--framer-paragraph-spacing\":\"0px\"},text:pb6_i4wmO,variants:{CVUa5p62E:{\"--extracted-r6o4lv\":\"var(--token-dbd4ede2-84b1-44c3-a59e-a0b258ab8280, rgb(93, 100, 101))\"},j4LfqZ1fY:{\"--extracted-r6o4lv\":\"var(--token-dbd4ede2-84b1-44c3-a59e-a0b258ab8280, rgb(93, 100, 101))\"},xuWDdu3Tm:{\"--extracted-r6o4lv\":\"var(--token-dbd4ede2-84b1-44c3-a59e-a0b258ab8280, rgb(93, 100, 101))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({CVUa5p62E:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dbd4ede2-84b1-44c3-a59e-a0b258ab8280, rgb(93, 100, 101)))\"},children:\"Overline\"})})},j4LfqZ1fY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dbd4ede2-84b1-44c3-a59e-a0b258ab8280, rgb(93, 100, 101)))\"},children:\"Overline\"})})},q1fkZ5neG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169)))\"},children:\"BUILD BETTER HABITS\"})})},xuWDdu3Tm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dbd4ede2-84b1-44c3-a59e-a0b258ab8280, rgb(93, 100, 101)))\"},children:\"Overline\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-8d1n4c\",\"data-styles-preset\":\"qI9CgkE1p\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Unlock your membership for $199/year or $40/month.\"})}),className:\"framer-5ekpl6\",\"data-framer-name\":\"Your health, measured in real time\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QrOC0wGvG\",style:{\"--extracted-1eung3n\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:WvfRfT5ak,variants:{CVUa5p62E:{\"--extracted-1eung3n\":\"rgb(0, 0, 0)\"},j4LfqZ1fY:{\"--extracted-1eung3n\":\"rgb(0, 0, 0)\"},xuWDdu3Tm:{\"--extracted-1eung3n\":\"rgb(0, 0, 0)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({CVUa5p62E:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-8d1n4c\",\"data-styles-preset\":\"qI9CgkE1p\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(0, 0, 0))\"},children:\"Long call to action text goes here\"})})},j4LfqZ1fY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-8d1n4c\",\"data-styles-preset\":\"qI9CgkE1p\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(0, 0, 0))\"},children:\"Long call to action text goes here\"})})},q1fkZ5neG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-8d1n4c\",\"data-styles-preset\":\"qI9CgkE1p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Unlock your membership for $199/year or $40/month.\"})})},xuWDdu3Tm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-8d1n4c\",\"data-styles-preset\":\"qI9CgkE1p\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(0, 0, 0))\"},children:\"Long call to action text goes here\"})})}},baseVariant,gestureVariant)}),SRj4rFUDK&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Blurb text\"})}),className:\"framer-mdh7h6\",\"data-framer-name\":\"Blurb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YwIljsDZI\",style:{\"--extracted-r6o4lv\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\",\"--framer-paragraph-spacing\":\"0px\"},text:k_SK34he5,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({q1fkZ5neG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Blurb text\"})})},xuWDdu3Tm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Blurb text\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i8md6h\",layoutDependency:layoutDependency,layoutId:\"t7DAQdlYN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Get started\"})}),className:\"framer-112n8of\",fonts:[\"CUSTOM;TT Hoves Medium\"],layoutDependency:layoutDependency,layoutId:\"Y1MgOawXC\",style:{\"--extracted-r6o4lv\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KgkgVaIKN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Get started\"})})},q1fkZ5neG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Get started\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-erkp8g\",\"data-framer-name\":\"arrow_forward\",layoutDependency:layoutDependency,layoutId:\"D1lpd_icU\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-w23yka\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"az9C4kgBt\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 1.209 9 L 12.379 9 L 7.499 13.88 C 7.109 14.27 7.109 14.91 7.499 15.3 C 7.889 15.69 8.519 15.69 8.909 15.3 L 15.499 8.71 C 15.889 8.32 15.889 7.69 15.499 7.3 L 8.919 0.7 C 8.529 0.31 7.899 0.31 7.509 0.7 C 7.119 1.09 7.119 1.72 7.509 2.11 L 12.379 7 L 1.209 7 C 0.659 7 0.209 7.45 0.209 8 C 0.209 8.55 0.659 9 1.209 9 Z\" fill=\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;label primary&quot;} */\"></path></svg>',svgContentId:10198155554,withExternalLayout:true,...addPropertyOverrides({KgkgVaIKN:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 1.058 7.875 L 10.832 7.875 L 6.562 12.145 C 6.22 12.486 6.22 13.046 6.562 13.388 C 6.903 13.729 7.454 13.729 7.795 13.388 L 13.562 7.621 C 13.903 7.28 13.903 6.729 13.562 6.387 L 7.804 0.612 C 7.463 0.271 6.912 0.271 6.57 0.612 C 6.229 0.954 6.229 1.505 6.57 1.846 L 10.832 6.125 L 1.058 6.125 C 0.577 6.125 0.183 6.519 0.183 7 C 0.183 7.481 0.577 7.875 1.058 7.875 Z\" fill=\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;label primary&quot;} */\"></path></svg>',svgContentId:10866701898},q1fkZ5neG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 0.907 6.75 L 9.284 6.75 L 5.624 10.41 C 5.332 10.702 5.332 11.182 5.624 11.475 C 5.917 11.767 6.389 11.767 6.682 11.475 L 11.624 6.532 C 11.917 6.24 11.917 5.767 11.624 5.475 L 6.689 0.525 C 6.397 0.232 5.924 0.232 5.632 0.525 C 5.339 0.817 5.339 1.29 5.632 1.582 L 9.284 5.25 L 0.907 5.25 C 0.494 5.25 0.157 5.587 0.157 6 C 0.157 6.412 0.494 6.75 0.907 6.75 Z\" fill=\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;label primary&quot;} */\"></path></svg>',svgContentId:12774009409}},baseVariant,gestureVariant)})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-veoMt.framer-14k2tzu, .framer-veoMt .framer-14k2tzu { display: block; }\",\".framer-veoMt.framer-1tcwwhz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 36px 32px 36px; position: relative; text-decoration: none; width: 1240px; will-change: var(--framer-will-change-override, transform); }\",\".framer-veoMt .framer-1ob3x2f { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-veoMt .framer-15dyzx2, .framer-veoMt .framer-5ekpl6, .framer-veoMt .framer-mdh7h6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-veoMt .framer-1i8md6h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 56px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 154px; }\",\".framer-veoMt .framer-112n8of { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-veoMt .framer-erkp8g { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-veoMt .framer-w23yka { flex: none; height: 16px; left: 4px; position: absolute; top: 4px; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-veoMt.framer-1tcwwhz, .framer-veoMt .framer-1ob3x2f, .framer-veoMt .framer-1i8md6h { gap: 0px; } .framer-veoMt.framer-1tcwwhz > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-veoMt.framer-1tcwwhz > :first-child, .framer-veoMt .framer-1i8md6h > :first-child { margin-left: 0px; } .framer-veoMt.framer-1tcwwhz > :last-child, .framer-veoMt .framer-1i8md6h > :last-child { margin-right: 0px; } .framer-veoMt .framer-1ob3x2f > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-veoMt .framer-1ob3x2f > :first-child { margin-top: 0px; } .framer-veoMt .framer-1ob3x2f > :last-child { margin-bottom: 0px; } .framer-veoMt .framer-1i8md6h > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-veoMt.framer-v-1rczvsa.framer-1tcwwhz, .framer-veoMt.framer-v-1euavho.framer-1tcwwhz { padding: 32px; }\",\".framer-veoMt.framer-v-1rczvsa .framer-erkp8g { height: var(--framer-aspect-ratio-supported, 22px); width: 22px; }\",\".framer-veoMt.framer-v-1rczvsa .framer-w23yka { height: 14px; width: 14px; }\",\".framer-veoMt.framer-v-1wmgumn.framer-1tcwwhz, .framer-veoMt.framer-v-ooevo5.framer-1tcwwhz { flex-direction: column; gap: 16px; padding: 24px 16px 16px 16px; width: 561px; }\",\".framer-veoMt.framer-v-1wmgumn .framer-1ob3x2f, .framer-veoMt.framer-v-ooevo5 .framer-1ob3x2f { flex: none; gap: 2px; width: 100%; }\",\".framer-veoMt.framer-v-1wmgumn .framer-1i8md6h { height: 30px; }\",\".framer-veoMt.framer-v-1wmgumn .framer-erkp8g { height: var(--framer-aspect-ratio-supported, 22px); width: 20px; }\",\".framer-veoMt.framer-v-1wmgumn .framer-w23yka { height: 12px; width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-veoMt.framer-v-1wmgumn.framer-1tcwwhz, .framer-veoMt.framer-v-1wmgumn .framer-1ob3x2f { gap: 0px; } .framer-veoMt.framer-v-1wmgumn.framer-1tcwwhz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-veoMt.framer-v-1wmgumn.framer-1tcwwhz > :first-child, .framer-veoMt.framer-v-1wmgumn .framer-1ob3x2f > :first-child { margin-top: 0px; } .framer-veoMt.framer-v-1wmgumn.framer-1tcwwhz > :last-child, .framer-veoMt.framer-v-1wmgumn .framer-1ob3x2f > :last-child { margin-bottom: 0px; } .framer-veoMt.framer-v-1wmgumn .framer-1ob3x2f > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-veoMt.framer-v-ooevo5.framer-1tcwwhz, .framer-veoMt.framer-v-ooevo5 .framer-1ob3x2f { gap: 0px; } .framer-veoMt.framer-v-ooevo5.framer-1tcwwhz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-veoMt.framer-v-ooevo5.framer-1tcwwhz > :first-child, .framer-veoMt.framer-v-ooevo5 .framer-1ob3x2f > :first-child { margin-top: 0px; } .framer-veoMt.framer-v-ooevo5.framer-1tcwwhz > :last-child, .framer-veoMt.framer-v-ooevo5 .framer-1ob3x2f > :last-child { margin-bottom: 0px; } .framer-veoMt.framer-v-ooevo5 .framer-1ob3x2f > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 139\n * @framerIntrinsicWidth 1240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KgkgVaIKN\":{\"layout\":[\"fixed\",\"auto\"]},\"q1fkZ5neG\":{\"layout\":[\"fixed\",\"auto\"]},\"j4LfqZ1fY\":{\"layout\":[\"fixed\",\"auto\"]},\"CVUa5p62E\":{\"layout\":[\"fixed\",\"auto\"]},\"xuWDdu3Tm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pb6_i4wmO\":\"overline\",\"WvfRfT5ak\":\"text\",\"SRj4rFUDK\":\"blurb\",\"k_SK34he5\":\"blurbText\",\"z70lncQ44\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerDToFB8C1f=withCSS(Component,css,\"framer-veoMt\");export default FramerDToFB8C1f;FramerDToFB8C1f.displayName=\"CTA Banner Partner\";FramerDToFB8C1f.defaultProps={height:139,width:1240};addPropertyControls(FramerDToFB8C1f,{variant:{options:[\"S4MS45Tv1\",\"KgkgVaIKN\",\"q1fkZ5neG\",\"j4LfqZ1fY\",\"CVUa5p62E\",\"xuWDdu3Tm\"],optionTitles:[\"L\",\"S\",\"SX\",\"While L\",\"White S\",\"White SX\"],title:\"Variant\",type:ControlType.Enum},pb6_i4wmO:{defaultValue:\"Overline\",displayTextArea:false,placeholder:\"\",title:\"Overline\",type:ControlType.String},WvfRfT5ak:{defaultValue:\"Long call to action text goes here\",displayTextArea:true,title:\"Text\",type:ControlType.String},SRj4rFUDK:{defaultValue:false,title:\"Blurb\",type:ControlType.Boolean},k_SK34he5:{defaultValue:\"Blurb text\",displayTextArea:true,title:\"Blurb text\",type:ControlType.String},z70lncQ44:{title:\"Link\",type:ControlType.Link}});addFonts(FramerDToFB8C1f,[{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:\"TT Hoves Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/iaqyFx7VYsu0tuUdGSdQAYI44.ttf\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDToFB8C1f\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1240\",\"framerIntrinsicHeight\":\"139\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KgkgVaIKN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q1fkZ5neG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j4LfqZ1fY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CVUa5p62E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xuWDdu3Tm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"pb6_i4wmO\\\":\\\"overline\\\",\\\"WvfRfT5ak\\\":\\\"text\\\",\\\"SRj4rFUDK\\\":\\\"blurb\\\",\\\"k_SK34he5\\\":\\\"blurbText\\\",\\\"z70lncQ44\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (629c622)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withLinkRedirect}from\"https://framerusercontent.com/modules/vrV7BDLfiTQqc3A1HPpz/392xdMLMhv0vBdcrZg2X/CTARedirect.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/MNyfNEHHevilBi9XGi6Y/gf57z2rjwyL9HvvNE7a5/pDDb1R6pu.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/J0NpAJdC0jQkgsAKeCYW/OEyUjJSof3G0oeWojpx3/rP9oYqDw8.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/AEWtuIbKeFZxx9iIg1OJ/R0j8G3wUC98FA3o6D81o/sit55A73o.js\";import ButtonBigCopy2,*as ButtonBigCopy2Info from\"https://framerusercontent.com/modules/SAEFKxMXVu72ngq8GBkM/HJxa3hodjAj3fe8zI314/WXM64xkLJ.js\";const ButtonBigCopy2Fonts=getFonts(ButtonBigCopy2);const ButtonBigCopy2WithLinkRedirecto7fiu4WithMappedReactProps15lor1e=withMappedReactProps(withCodeBoundaryForOverrides(ButtonBigCopy2,{nodeId:\"K2bUGzLjl\",override:withLinkRedirect,scopeId:\"m7_dObCPO\"}),ButtonBigCopy2Info);const ButtonBigCopy2WithLinkRedirectt54gxnWithMappedReactProps15lor1e=withMappedReactProps(withCodeBoundaryForOverrides(ButtonBigCopy2,{nodeId:\"v7jiqXsOw\",override:withLinkRedirect,scopeId:\"m7_dObCPO\"}),ButtonBigCopy2Info);const enabledGestures={Axe5WkzrO:{hover:true},bfHDVQLL4:{hover:true},Gx2ELb7s7:{hover:true},KdAhvyKPA:{hover:true},moPwbmr5z:{hover:true},q9wUvlhOI:{hover:true}};const cycleOrder=[\"q9wUvlhOI\",\"KdAhvyKPA\",\"bfHDVQLL4\",\"moPwbmr5z\",\"Gx2ELb7s7\",\"Axe5WkzrO\",\"WRlGpmGKP\",\"UZ3AgHkxo\",\"dmRFM1LxQ\"];const serializationHash=\"framer-bVysr\";const variantClassNames={Axe5WkzrO:\"framer-v-1tazvnp\",bfHDVQLL4:\"framer-v-9m6hc0\",dmRFM1LxQ:\"framer-v-1oynik\",Gx2ELb7s7:\"framer-v-1spss2f\",KdAhvyKPA:\"framer-v-1jdt8cp\",moPwbmr5z:\"framer-v-1gy6z1l\",q9wUvlhOI:\"framer-v-1u7xtwi\",UZ3AgHkxo:\"framer-v-hcpbd9\",WRlGpmGKP:\"framer-v-yxdit4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={\"L • Green\":\"KdAhvyKPA\",\"M • Green\":\"moPwbmr5z\",\"SX • Green\":\"Axe5WkzrO\",\"Variant 8\":\"UZ3AgHkxo\",\"Variant 9\":\"dmRFM1LxQ\",L:\"q9wUvlhOI\",M:\"bfHDVQLL4\",SX:\"Gx2ELb7s7\",Variant:\"WRlGpmGKP\"};const getProps=({blurb,height,id,image,link,title,width,...props})=>{return{...props,dCsEDVMiz:title??props.dCsEDVMiz??\"Levels Labs\",O3NsHcESn:blurb??props.O3NsHcESn??\"Measure key biomarkers to uncover insights into your metabolic health.\",s5ZIDRu5K:link??props.s5ZIDRu5K,sCJs95l4K:image??props.sCJs95l4K,variant:humanReadableVariantMap[props.variant]??props.variant??\"q9wUvlhOI\"};};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,sCJs95l4K,dCsEDVMiz,O3NsHcESn,s5ZIDRu5K,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"q9wUvlhOI\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"UZ3AgHkxo\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"UZ3AgHkxo\")return false;return true;};const isDisplayed2=()=>{if([\"UZ3AgHkxo\",\"dmRFM1LxQ\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"dmRFM1LxQ\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({\"Axe5WkzrO-hover\":{value:undefined},\"bfHDVQLL4-hover\":{value:undefined},\"Gx2ELb7s7-hover\":{value:undefined},\"KdAhvyKPA-hover\":{value:undefined},\"moPwbmr5z-hover\":{value:undefined},Axe5WkzrO:{value:undefined},bfHDVQLL4:{value:undefined},dmRFM1LxQ:{value:undefined},Gx2ELb7s7:{value:undefined},KdAhvyKPA:{value:undefined},moPwbmr5z:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:s5ZIDRu5K,motionChild:true,nodeId:\"q9wUvlhOI\",openInNewTab:false,scopeId:\"m7_dObCPO\",smoothScroll:true,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,as:\"a\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:1152,pixelWidth:1204,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zvETOZOYfYWCbFVsxH1w3BpwW24.png\",srcSet:\"https://framerusercontent.com/images/zvETOZOYfYWCbFVsxH1w3BpwW24.png?scale-down-to=512 512w,https://framerusercontent.com/images/zvETOZOYfYWCbFVsxH1w3BpwW24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zvETOZOYfYWCbFVsxH1w3BpwW24.png 1204w\"},className:`${cx(scopingClassNames,\"framer-1u7xtwi\",className,classNames)} framer-1u9es5v`,\"data-framer-name\":\"L\",layoutDependency:layoutDependency,layoutId:\"q9wUvlhOI\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{\"Axe5WkzrO-hover\":{backgroundColor:\"rgb(4, 84, 71)\"},\"bfHDVQLL4-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.05)\"},\"Gx2ELb7s7-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.05)\"},\"KdAhvyKPA-hover\":{backgroundColor:\"rgb(4, 84, 71)\"},\"moPwbmr5z-hover\":{backgroundColor:\"rgb(4, 84, 71)\"},\"q9wUvlhOI-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.05)\"},Axe5WkzrO:{backgroundColor:\"var(--token-42dc7342-11b1-4e13-978d-5108e74813a0, rgb(0, 59, 49))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},bfHDVQLL4:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},dmRFM1LxQ:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},Gx2ELb7s7:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},KdAhvyKPA:{backgroundColor:\"var(--token-42dc7342-11b1-4e13-978d-5108e74813a0, rgb(0, 59, 49))\"},moPwbmr5z:{backgroundColor:\"var(--token-42dc7342-11b1-4e13-978d-5108e74813a0, rgb(0, 59, 49))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},UZ3AgHkxo:{backgroundColor:\"rgba(0, 0, 0, 0)\"},WRlGpmGKP:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"Axe5WkzrO-hover\":{\"data-framer-name\":undefined,background:undefined},\"bfHDVQLL4-hover\":{\"data-framer-name\":undefined,background:undefined},\"Gx2ELb7s7-hover\":{\"data-framer-name\":undefined,background:undefined},\"KdAhvyKPA-hover\":{\"data-framer-name\":undefined,background:undefined},\"moPwbmr5z-hover\":{\"data-framer-name\":undefined,background:undefined},\"q9wUvlhOI-hover\":{\"data-framer-name\":undefined,background:undefined},Axe5WkzrO:{\"data-framer-name\":\"SX • Green\",background:undefined},bfHDVQLL4:{\"data-framer-name\":\"M\"},dmRFM1LxQ:{\"data-framer-name\":\"Variant 9\"},Gx2ELb7s7:{\"data-framer-name\":\"SX\"},KdAhvyKPA:{\"data-framer-name\":\"L • Green\",background:undefined},moPwbmr5z:{\"data-framer-name\":\"M • Green\",background:undefined},UZ3AgHkxo:{\"data-framer-name\":\"Variant 8\"},WRlGpmGKP:{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u2ajgu\",\"data-framer-name\":\"Image Container\",layoutDependency:layoutDependency,layoutId:\"EYfIkW1do\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0),sizes:\"72px\",...toResponsiveImage(sCJs95l4K)},className:\"framer-womz3\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"D6FlEPZ8z\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({Axe5WkzrO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(20+((componentViewport?.height||180)-40-((componentViewport?.height||180)-40)*1)/2)+(0+(((componentViewport?.height||180)-40)*1-0-72)/2)),sizes:\"44px\",...toResponsiveImage(sCJs95l4K)}},bfHDVQLL4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(24+((componentViewport?.height||169)-48-((componentViewport?.height||169)-48)*1)/2)+(0+(((componentViewport?.height||169)-48)*1-0-72)/2)),sizes:\"72px\",...toResponsiveImage(sCJs95l4K)}},dmRFM1LxQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(20+((componentViewport?.height||213)-40-((componentViewport?.height||213)-40)*1)/2)+(0+(((componentViewport?.height||213)-40)*1-0-72)/2)),sizes:\"44px\",...toResponsiveImage(sCJs95l4K)}},Gx2ELb7s7:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(20+((componentViewport?.height||180)-40-((componentViewport?.height||180)-40)*1)/2)+(0+(((componentViewport?.height||180)-40)*1-0-72)/2)),sizes:\"44px\",...toResponsiveImage(sCJs95l4K)}},moPwbmr5z:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(24+((componentViewport?.height||169)-48-((componentViewport?.height||169)-48)*1)/2)+(0+(((componentViewport?.height||169)-48)*1-0-72)/2)),sizes:\"72px\",...toResponsiveImage(sCJs95l4K)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m1tw3c\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"SFaiJyw8z\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o2nt1z\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"vVBCjbrd3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})}),className:\"framer-1a76429\",\"data-framer-name\":\"App Membership\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aEdMwq1Dp\",style:{\"--extracted-r6o4lv\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:dCsEDVMiz,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})}),className:\"framer-14kqva4\",\"data-framer-name\":\"Price\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KkJVaR4u6\",style:{\"--extracted-r6o4lv\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\",\"--framer-paragraph-spacing\":\"0px\"},text:O3NsHcESn,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gpgl8a\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"OPCDA4kdj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})}),className:\"framer-fm333\",\"data-framer-name\":\"App Membership\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ctjUsS1Hy\",style:{\"--extracted-r6o4lv\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:dCsEDVMiz,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({Axe5WkzrO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})})},bfHDVQLL4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})})},dmRFM1LxQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})})},Gx2ELb7s7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})})},moPwbmr5z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})}),className:\"framer-xmospi\",\"data-framer-name\":\"Price\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JbiUtBd6q\",style:{\"--extracted-r6o4lv\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\",\"--framer-paragraph-spacing\":\"0px\"},text:O3NsHcESn,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Axe5WkzrO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})})},bfHDVQLL4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})})},dmRFM1LxQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})})},Gx2ELb7s7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})})},moPwbmr5z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({UZ3AgHkxo:{height:56,width:\"100px\",y:(componentViewport?.y||0)+32+104+0+298}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o7fiu4-container\",layoutDependency:layoutDependency,layoutId:\"K2bUGzLjl-container\",nodeId:\"K2bUGzLjl\",rendersWithMotion:true,scopeId:\"m7_dObCPO\",children:/*#__PURE__*/_jsx(ButtonBigCopy2WithLinkRedirecto7fiu4WithMappedReactProps15lor1e,{dzLqzwdWi:\"Shop\",fwZeIgwWT:\"rgb(1, 59, 49)\",height:\"100%\",id:\"K2bUGzLjl\",layoutId:\"K2bUGzLjl\",ocEot2V19:false,OMDKuiSCX:\"var(--token-58a5b9b4-d733-448b-883e-52b69f9296be, rgb(255, 255, 255))\",style:{height:\"100%\",width:\"100%\"},variant:\"PRBamdq4Z\",width:\"100%\",yzPq_gw_B:20})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ks66hj\",\"data-styles-preset\":\"sit55A73o\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Learn more\"})}),className:\"framer-5wmzjz\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s028z1t8O\",style:{\"--extracted-r6o4lv\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({dmRFM1LxQ:{height:56,width:\"100px\",y:(componentViewport?.y||0)+(20+((componentViewport?.height||213)-40-338)/2)+0+282}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t54gxn-container\",layoutDependency:layoutDependency,layoutId:\"v7jiqXsOw-container\",nodeId:\"v7jiqXsOw\",rendersWithMotion:true,scopeId:\"m7_dObCPO\",children:/*#__PURE__*/_jsx(ButtonBigCopy2WithLinkRedirectt54gxnWithMappedReactProps15lor1e,{dzLqzwdWi:\"Shop\",fwZeIgwWT:\"rgb(1, 59, 49)\",height:\"100%\",id:\"v7jiqXsOw\",layoutId:\"v7jiqXsOw\",ocEot2V19:false,OMDKuiSCX:\"var(--token-58a5b9b4-d733-448b-883e-52b69f9296be, rgb(255, 255, 255))\",style:{height:\"100%\",width:\"100%\"},variant:\"PRBamdq4Z\",width:\"100%\",yzPq_gw_B:20})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bVysr.framer-1u9es5v, .framer-bVysr .framer-1u9es5v { display: block; }\",\".framer-bVysr.framer-1u7xtwi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 24px 24px 24px; position: relative; text-decoration: none; width: 301px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bVysr .framer-u2ajgu { 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: 100%; }\",\".framer-bVysr .framer-womz3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); position: relative; width: 72px; }\",\".framer-bVysr .framer-m1tw3c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bVysr .framer-o2nt1z, .framer-bVysr .framer-1gpgl8a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bVysr .framer-1a76429, .framer-bVysr .framer-14kqva4, .framer-bVysr .framer-fm333, .framer-bVysr .framer-xmospi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bVysr .framer-o7fiu4-container, .framer-bVysr .framer-t54gxn-container { flex: none; height: 56px; position: relative; width: 100px; }\",\".framer-bVysr .framer-5wmzjz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bVysr.framer-v-9m6hc0.framer-1u7xtwi, .framer-bVysr.framer-v-1gy6z1l.framer-1u7xtwi { flex-direction: row; padding: 24px 24px 24px 32px; width: 554px; }\",\".framer-bVysr.framer-v-9m6hc0 .framer-u2ajgu, .framer-bVysr.framer-v-1gy6z1l .framer-u2ajgu, .framer-bVysr.framer-v-1spss2f .framer-u2ajgu, .framer-bVysr.framer-v-1tazvnp .framer-u2ajgu, .framer-bVysr.framer-v-1oynik .framer-u2ajgu { align-self: stretch; height: auto; width: min-content; }\",\".framer-bVysr.framer-v-9m6hc0 .framer-m1tw3c, .framer-bVysr.framer-v-1gy6z1l .framer-m1tw3c { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; gap: 20px; width: 1px; }\",\".framer-bVysr.framer-v-1spss2f.framer-1u7xtwi, .framer-bVysr.framer-v-1tazvnp.framer-1u7xtwi { flex-direction: row; padding: 20px; width: 358px; }\",\".framer-bVysr.framer-v-1spss2f .framer-womz3, .framer-bVysr.framer-v-1tazvnp .framer-womz3, .framer-bVysr.framer-v-1oynik .framer-womz3 { height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-bVysr.framer-v-1spss2f .framer-m1tw3c, .framer-bVysr.framer-v-1tazvnp .framer-m1tw3c, .framer-bVysr.framer-v-1oynik .framer-m1tw3c { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; gap: 16px; width: 1px; }\",\".framer-bVysr.framer-v-yxdit4.framer-1u7xtwi { cursor: unset; height: 293px; }\",\".framer-bVysr.framer-v-hcpbd9.framer-1u7xtwi { cursor: unset; }\",\".framer-bVysr.framer-v-hcpbd9 .framer-u2ajgu { order: 0; }\",\".framer-bVysr.framer-v-hcpbd9 .framer-m1tw3c { order: 1; }\",\".framer-bVysr.framer-v-1oynik.framer-1u7xtwi { cursor: unset; flex-direction: row; padding: 20px; width: 358px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 293\n * @framerIntrinsicWidth 301\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KdAhvyKPA\":{\"layout\":[\"fixed\",\"auto\"]},\"bfHDVQLL4\":{\"layout\":[\"fixed\",\"auto\"]},\"moPwbmr5z\":{\"layout\":[\"fixed\",\"auto\"]},\"Gx2ELb7s7\":{\"layout\":[\"fixed\",\"auto\"]},\"Axe5WkzrO\":{\"layout\":[\"fixed\",\"auto\"]},\"WRlGpmGKP\":{\"layout\":[\"fixed\",\"fixed\"]},\"UZ3AgHkxo\":{\"layout\":[\"fixed\",\"auto\"]},\"dmRFM1LxQ\":{\"layout\":[\"fixed\",\"auto\"]},\"T3tLh0eoW\":{\"layout\":[\"fixed\",\"auto\"]},\"M4BVfXMG8\":{\"layout\":[\"fixed\",\"auto\"]},\"m9vEG_4xS\":{\"layout\":[\"fixed\",\"auto\"]},\"sKLe_r9XN\":{\"layout\":[\"fixed\",\"auto\"]},\"fWnYlaVPE\":{\"layout\":[\"fixed\",\"auto\"]},\"wslLf1IFY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"sCJs95l4K\":\"image\",\"dCsEDVMiz\":\"title\",\"O3NsHcESn\":\"blurb\",\"s5ZIDRu5K\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerm7_dObCPO=withCSS(Component,css,\"framer-bVysr\");export default Framerm7_dObCPO;Framerm7_dObCPO.displayName=\"DJ/Card\";Framerm7_dObCPO.defaultProps={height:293,width:301};addPropertyControls(Framerm7_dObCPO,{variant:{options:[\"q9wUvlhOI\",\"KdAhvyKPA\",\"bfHDVQLL4\",\"moPwbmr5z\",\"Gx2ELb7s7\",\"Axe5WkzrO\",\"WRlGpmGKP\",\"UZ3AgHkxo\",\"dmRFM1LxQ\"],optionTitles:[\"L\",\"L • Green\",\"M\",\"M • Green\",\"SX\",\"SX • Green\",\"Variant\",\"Variant 8\",\"Variant 9\"],title:\"Variant\",type:ControlType.Enum},sCJs95l4K:{title:\"Image\",type:ControlType.ResponsiveImage},dCsEDVMiz:{defaultValue:\"Levels Labs\",displayTextArea:false,title:\"Title\",type:ControlType.String},O3NsHcESn:{defaultValue:\"Measure key biomarkers to uncover insights into your metabolic health.\",displayTextArea:false,title:\"Blurb\",type:ControlType.String},s5ZIDRu5K:{title:\"Link\",type:ControlType.Link}});addFonts(Framerm7_dObCPO,[{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\"}]},...ButtonBigCopy2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm7_dObCPO\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"sCJs95l4K\\\":\\\"image\\\",\\\"dCsEDVMiz\\\":\\\"title\\\",\\\"O3NsHcESn\\\":\\\"blurb\\\",\\\"s5ZIDRu5K\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KdAhvyKPA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bfHDVQLL4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"moPwbmr5z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Gx2ELb7s7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Axe5WkzrO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WRlGpmGKP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UZ3AgHkxo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dmRFM1LxQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T3tLh0eoW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M4BVfXMG8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m9vEG_4xS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sKLe_r9XN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fWnYlaVPE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wslLf1IFY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"301\",\"framerIntrinsicHeight\":\"293\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";// Learn more: https://www.framer.com/developers/overrides/\nconst useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}export function withHover(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,whileHover:{scale:1.05}});};}export function withRandomColor(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});};}// Override to scroll to top on click\nexport function withScrollToTop(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onClick:()=>{window.scrollTo({top:0,behavior:\"smooth\"});}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrollToTop\":{\"type\":\"reactHoc\",\"name\":\"withScrollToTop\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scroll_to_top_of_page.map","// Generated by Framer (de48785)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LogoLevels from\"https://framerusercontent.com/modules/tkRkRHsltyyZvf6ZW4vQ/JTdF79c7sFYM5npMRaFG/zX4ufVGdh.js\";import DJFeatured from\"https://framerusercontent.com/modules/URHb2MpX5kpoMBC0H2HD/NVxoZGHZeDGKsCYmb7So/wrUAV4eSR.js\";import DJButton,*as DJButtonInfo from\"#framer/local/canvasComponent/ajGTBXIeI/ajGTBXIeI.js\";import IconsSocialCopy from\"#framer/local/canvasComponent/aJOv__Zm2/aJOv__Zm2.js\";import DJForm from\"#framer/local/canvasComponent/bPs09eMrw/bPs09eMrw.js\";import MealScanCarousel from\"#framer/local/canvasComponent/dE88xBW8B/dE88xBW8B.js\";import CTABannerPartner from\"#framer/local/canvasComponent/DToFB8C1f/DToFB8C1f.js\";import DJTweetTickerCopy from\"#framer/local/canvasComponent/EQBCAkNK3/EQBCAkNK3.js\";import DJCard from\"#framer/local/canvasComponent/m7_dObCPO/m7_dObCPO.js\";import FAQQuestions from\"#framer/local/canvasComponent/mFhwos1_N/mFhwos1_N.js\";import GetStartedButton,*as GetStartedButtonInfo from\"#framer/local/canvasComponent/tB55TXkWf/tB55TXkWf.js\";import DjPill from\"#framer/local/canvasComponent/uyXfbyUEW/uyXfbyUEW.js\";import ButtonBigCopy2,*as ButtonBigCopy2Info from\"#framer/local/canvasComponent/WXM64xkLJ/WXM64xkLJ.js\";import{Advisors}from\"#framer/local/codeFile/bSmBarb/Advisors_Carasoule.js\";import{partnerLinkRedirect}from\"#framer/local/codeFile/Yh5Uia6/CTARedirect.js\";import{replaceWithComingSoonBadge}from\"#framer/local/codeFile/rAgsp4M/Dietitian_Overide.js\";import{VimeoPlayerWithControls}from\"#framer/local/codeFile/ev3I9m2/DJ_Vimeo_Player.js\";import{HowLevelsHelps}from\"#framer/local/codeFile/YIzGA4A/How_Levels_Helps.js\";import{withScrollToTop}from\"#framer/local/codeFile/VfzEH_l/Scroll_to_top_of_page.js\";import Partner from\"#framer/local/collection/xH2U2fqrM/xH2U2fqrM.js\";import*as sharedStyle4 from\"#framer/local/css/cMKJK7KUT/cMKJK7KUT.js\";import*as sharedStyle5 from\"#framer/local/css/fY4XzkyYL/fY4XzkyYL.js\";import*as sharedStyle9 from\"#framer/local/css/H8DsV09Gt/H8DsV09Gt.js\";import*as sharedStyle from\"#framer/local/css/HEp5tHtDT/HEp5tHtDT.js\";import*as sharedStyle7 from\"#framer/local/css/KbOt8OmoC/KbOt8OmoC.js\";import*as sharedStyle12 from\"#framer/local/css/KjEL69wIH/KjEL69wIH.js\";import*as sharedStyle6 from\"#framer/local/css/pDql11tah/pDql11tah.js\";import*as sharedStyle11 from\"#framer/local/css/qI9CgkE1p/qI9CgkE1p.js\";import*as sharedStyle1 from\"#framer/local/css/rRzLZDEIE/rRzLZDEIE.js\";import*as sharedStyle10 from\"#framer/local/css/TshmwkzGX/TshmwkzGX.js\";import*as sharedStyle2 from\"#framer/local/css/WoWMFA2MN/WoWMFA2MN.js\";import*as sharedStyle8 from\"#framer/local/css/yJiJ_JQuB/yJiJ_JQuB.js\";import*as sharedStyle3 from\"#framer/local/css/YsKeTu7nh/YsKeTu7nh.js\";import metadataProvider from\"#framer/local/webPageMetadata/rh4JmlsFx/rh4JmlsFx.js\";const DJFormFonts=getFonts(DJForm);const DJFeaturedFonts=getFonts(DJFeatured);const ButtonBigCopy2Fonts=getFonts(ButtonBigCopy2);const ButtonBigCopy2PartnerLinkRedirect1owqdkxWithMappedReactProps15lor1e=withMappedReactProps(withCodeBoundaryForOverrides(ButtonBigCopy2,{nodeId:\"EALJmv3T3\",override:partnerLinkRedirect,scopeId:\"rh4JmlsFx\"}),ButtonBigCopy2Info);const VimeoPlayerWithControlsFonts=getFonts(VimeoPlayerWithControls);const DJCardFonts=getFonts(DJCard);const AdvisorsFonts=getFonts(Advisors);const DjPillFonts=getFonts(DjPill);const MotionDivWithFX=withFX(motion.div);const MealScanCarouselFonts=getFonts(MealScanCarousel);const CTABannerPartnerFonts=getFonts(CTABannerPartner);const RichTextReplaceWithComingSoonBadge1p15n1x=withCodeBoundaryForOverrides(RichText,{nodeId:\"rO7NfvQrG\",override:replaceWithComingSoonBadge,scopeId:\"rh4JmlsFx\"});const HowLevelsHelpsFonts=getFonts(HowLevelsHelps);const DJTweetTickerCopyFonts=getFonts(DJTweetTickerCopy);const FAQQuestionsFonts=getFonts(FAQQuestions);const LogoLevelsFonts=getFonts(LogoLevels);const IconsSocialCopyFonts=getFonts(IconsSocialCopy);const MotionDivWithScrollToTop1t4ulo4=withCodeBoundaryForOverrides(motion.div,{nodeId:\"qZG3pY9R1\",override:withScrollToTop,scopeId:\"rh4JmlsFx\"});const GetStartedButtonFonts=getFonts(GetStartedButton);const GetStartedButtonPartnerLinkRedirect1fjvi6lWithMappedReactPropsk906t0=withMappedReactProps(withCodeBoundaryForOverrides(GetStartedButton,{nodeId:\"k0pT9QxG_\",override:partnerLinkRedirect,scopeId:\"rh4JmlsFx\"}),GetStartedButtonInfo);const DJButtonFonts=getFonts(DJButton);const DJButtonPartnerLinkRedirect2hgetjWithMappedReactProps1cymik9=withMappedReactProps(withCodeBoundaryForOverrides(DJButton,{nodeId:\"mY2dbqZQg\",override:partnerLinkRedirect,scopeId:\"rh4JmlsFx\"}),DJButtonInfo);const breakpoints={IVQCIbABl:\"(max-width: 839px)\",kr7vbumEb:\"(min-width: 1200px) and (max-width: 1439px)\",LaDsZ_Rs5:\"(min-width: 1440px)\",qzAfYqr74:\"(min-width: 840px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ITfjn\";const variantClassNames={IVQCIbABl:\"framer-v-15vwg9k\",kr7vbumEb:\"framer-v-1ak80gb\",LaDsZ_Rs5:\"framer-v-6yvfl7\",qzAfYqr74:\"framer-v-30vfof\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"LaDsZ_Rs5\",M:\"kr7vbumEb\",S:\"qzAfYqr74\",XS:\"IVQCIbABl\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LaDsZ_Rs5\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"rh4JmlsFx\",data:Partner,type:\"Collection\"},select:[{collection:\"rh4JmlsFx\",name:\"qIUtUA7C7\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"JMNaTJEJ3\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"jyLHgc53i\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"C_SLvCp68\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"zjRyRyK4N\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"XLb5BBlbn\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"WSXAsjXuG\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"Ad3YQqabL\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"GAiQ957gr\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"zQjgk2lES\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"FYvCQG0wD\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"wqjpas1sQ\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"GzFKxqT9j\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"B7CMTKDe0\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"qo42dgZ9R\",type:\"Identifier\"},{collection:\"rh4JmlsFx\",name:\"Z1JfiVtbx\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"rh4JmlsFx\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,qo42dgZ9R=getFromCurrentRouteData(\"qo42dgZ9R\")??true,zjRyRyK4N=getFromCurrentRouteData(\"zjRyRyK4N\"),Z1JfiVtbx=getFromCurrentRouteData(\"Z1JfiVtbx\")??true,GAiQ957gr=getFromCurrentRouteData(\"GAiQ957gr\")??\"\",WSXAsjXuG=getFromCurrentRouteData(\"WSXAsjXuG\")??\"\",XLb5BBlbn=getFromCurrentRouteData(\"XLb5BBlbn\")??\"\",C_SLvCp68=getFromCurrentRouteData(\"C_SLvCp68\")??\"\",qIUtUA7C7=getFromCurrentRouteData(\"qIUtUA7C7\")??\"\",FYvCQG0wD=getFromCurrentRouteData(\"FYvCQG0wD\")??\"\",zQjgk2lES=getFromCurrentRouteData(\"zQjgk2lES\")??\"\",JMNaTJEJ3=getFromCurrentRouteData(\"JMNaTJEJ3\")??\"\",wqjpas1sQ=getFromCurrentRouteData(\"wqjpas1sQ\")??\"\",GzFKxqT9j=getFromCurrentRouteData(\"GzFKxqT9j\")??\"\",B7CMTKDe0=getFromCurrentRouteData(\"B7CMTKDe0\")??\"\",Ad3YQqabL=getFromCurrentRouteData(\"Ad3YQqabL\")??\"\",jyLHgc53i=getFromCurrentRouteData(\"jyLHgc53i\")??\"\",...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(currentRouteData,activeLocale),[currentRouteData,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"LTdffNdp3\");const ref1=React.useRef(null);const isDisplayed=value=>{if(!isBrowser())return true;if(baseVariant===\"IVQCIbABl\")return value;return true;};const isDisplayed1=value=>{if(!isBrowser())return true;if(baseVariant===\"IVQCIbABl\")return value;return false;};const isDisplayed2=value=>{if(!isBrowser())return true;if(baseVariant===\"IVQCIbABl\")return false;return value;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"qzAfYqr74\",\"IVQCIbABl\"].includes(baseVariant))return false;return true;};const isDisplayed4=value=>{if(!isBrowser())return true;if([\"qzAfYqr74\",\"IVQCIbABl\"].includes(baseVariant))return false;return value;};const visible=isSet(GzFKxqT9j);const router=useRouter();const elementId1=useRouteElementId(\"cq0Fd2RuZ\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"ZVjfY0TM3\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"FgE3amSNJ\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"fFGix_0L0\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"skKFpTbQ3\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"yUenmqEGI\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"tLg4kvLWA\");const ref8=React.useRef(null);const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"IVQCIbABl\")return true;return false;};const isDisplayed6=()=>{if(!isBrowser())return true;if(baseVariant===\"IVQCIbABl\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"LaDsZ_Rs5\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(19, 20, 19); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-6yvfl7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14jzfey\",\"data-framer-name\":\"Above the Fold\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vbwick\",\"data-framer-name\":\"Bento\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bfrgmt\",\"data-framer-name\":\"Left\",children:[isDisplayed(qo42dgZ9R)&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px)`,...toResponsiveImage(zjRyRyK4N),...{positionX:\"center\",positionY:\"top\"}}},qzAfYqr74:{background:{alt:\"\",fit:\"fill\",sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 840px) - 76px) / 2, 1px) * 1.0023)`,...toResponsiveImage(zjRyRyK4N),...{positionX:\"center\",positionY:\"top\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"459px\",...toResponsiveImage(zjRyRyK4N)},className:cx(\"framer-1bnxbkg\",!qo42dgZ9R&&\"hidden-15vwg9k\"),\"data-border\":true,\"data-framer-name\":\"Image\"})}),isDisplayed1(Z1JfiVtbx)&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px)`,...toResponsiveImage(zjRyRyK4N),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(zjRyRyK4N),...{positionX:\"center\",positionY:\"center\"}},className:cx(\"framer-15z5voh\",\"hidden-6yvfl7\",\"hidden-1ak80gb\",\"hidden-30vfof\",!Z1JfiVtbx&&\"hidden-15vwg9k\"),\"data-border\":true,\"data-framer-name\":\"Image\"})}),isDisplayed2(qo42dgZ9R)&&/*#__PURE__*/_jsx(\"div\",{className:cx(\"framer-oeagqz\",\"hidden-15vwg9k\",!qo42dgZ9R&&\"hidden-6yvfl7\",!qo42dgZ9R&&\"hidden-1ak80gb\",!qo42dgZ9R&&\"hidden-30vfof\"),\"data-border\":true,\"data-framer-name\":\"Social Proof Banner\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-157n0ct\",\"data-styles-preset\":\"HEp5tHtDT\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Content\"})}),className:\"framer-1fqyort\",\"data-framer-name\":\"60,000+ Members with Sustained Results\",fonts:[\"Inter\"],text:GAiQ957gr,verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c6yb7m\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9bmx43\",\"data-framer-name\":\"Offer\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k5gskd\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g6araz\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14qtipw\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-color\":\"rgb(17, 123, 105)\"},children:\"Content\"})}),className:\"framer-34zumm\",\"data-framer-name\":\"Overline\",fonts:[\"Inter\"],text:WSXAsjXuG,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-6lvh4s\",\"data-styles-preset\":\"WoWMFA2MN\",children:\"Content\"})}),className:\"framer-wgd2xl\",\"data-framer-name\":\"Offer\",fonts:[\"Inter\"],text:XLb5BBlbn,verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zvh9l8\",\"data-framer-name\":\"Testimony\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.8)\"},children:\"Content\"})}),className:\"framer-1vt71wc\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],text:C_SLvCp68,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-157n0ct\",\"data-styles-preset\":\"HEp5tHtDT\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.8)\"},children:\"Content\"})}),className:\"framer-1ux5k8c\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],text:qIUtUA7C7,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:31,intrinsicWidth:43,pixelHeight:62,pixelWidth:86,src:\"https://framerusercontent.com/images/cC5TRpIc5VWT1RuXZKGqtWBAfqw.png\"},className:\"framer-17i2reh hidden-30vfof hidden-15vwg9k\",\"data-framer-name\":\"Image\"})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, (min(${componentViewport?.width||\"100vw\"}, 560px) - 32px) * 0.99) - 32px)`},qzAfYqr74:{width:`calc(min(max((min(${componentViewport?.width||\"100vw\"}, 840px) - 76px) / 2, 1px), (min(${componentViewport?.width||\"100vw\"}, 840px) - 64px) * 0.99) - 48px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"560px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nb646u-container\",nodeId:\"kptXvgjEP\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{pUcYxWZKu:\"mobile\"},qzAfYqr74:{pUcYxWZKu:\"mobile\"}},children:/*#__PURE__*/_jsx(DJForm,{height:\"100%\",id:\"kptXvgjEP\",layoutId:\"kptXvgjEP\",oOkNPBCYa:JMNaTJEJ3,PKWv3L3ND:FYvCQG0wD,pUcYxWZKu:\"desktop\",style:{width:\"100%\"},t8dXS5ypE:\"\",VZWTlIJk1:zQjgk2lES,width:\"100%\"})})})})})]})}),isDisplayed4(qo42dgZ9R)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-3rystv\",\"hidden-30vfof\",\"hidden-15vwg9k\",!qo42dgZ9R&&\"hidden-6yvfl7\",!qo42dgZ9R&&\"hidden-1ak80gb\"),\"data-border\":true,\"data-framer-name\":\"Fine print\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dtlgc1\",\"data-framer-name\":\"Main Note Container\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-aljldz\",\"data-styles-preset\":\"cMKJK7KUT\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.75)\"},children:\"Content\"})}),className:\"framer-1j98o9u\",\"data-framer-name\":\"Note\",fonts:[\"Inter\"],text:wqjpas1sQ,verticalAlignment:\"center\",withExternalLayout:true})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-aljldz\",\"data-styles-preset\":\"cMKJK7KUT\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.75)\"},children:\"Content\"})}),className:\"framer-11dt2j3\",\"data-framer-name\":\"Astrics Note\",fonts:[\"Inter\"],text:GzFKxqT9j,verticalAlignment:\"center\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bx4f9d\",\"data-framer-name\":\"Media\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-color\":\"rgb(72, 190, 169)\"},children:\"Featured in\"})}),className:\"framer-16tac82\",\"data-framer-name\":\"Featured in\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px)`},kr7vbumEb:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`},qzAfYqr74:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 840px) - 64px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t58m8l-container\",isModuleExternal:true,nodeId:\"JpvFFnOdF\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(DJFeatured,{height:\"100%\",id:\"JpvFFnOdF\",layoutId:\"JpvFFnOdF\",style:{width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hqiln2\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yyy4vu\",\"data-framer-name\":\"Bento\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8l5akk\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-if5jls\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-yv3wkm\",\"data-framer-name\":\"Frame 13\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cl1a57\",\"data-framer-name\":\"Frame 628801\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x1zo04\",\"data-framer-name\":\"Frame 20\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-4ykw4s\",\"data-styles-preset\":\"fY4XzkyYL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Health tracking and insights that drive real change\"})})},kr7vbumEb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-4ykw4s\",\"data-styles-preset\":\"fY4XzkyYL\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Health tracking and insights that drive real change\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-4ykw4s\",\"data-styles-preset\":\"fY4XzkyYL\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Health tracking and insights that drive real change\"})}),className:\"framer-zcfl4e\",\"data-framer-name\":\"Your health, measured in real time\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Levels helps you see how food impacts your health with AI-powered food logging, habit tracking, and smarter insights. Add tools like continuous glucose monitors and lab tests for a complete picture of your health.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Levels helps you see how food impacts your health with AI-powered food logging, habit tracking, and smarter insights. Add tools like continuous glucose monitors and lab tests for a complete picture of your health.\"})}),className:\"framer-zymrfz\",\"data-framer-name\":\"Levels shows you how food impacts your health. Through data and insights we help you tailor your nutrition, sleep, and exercise to hit your health goals.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:52},kr7vbumEb:{height:52},qzAfYqr74:{height:52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1owqdkx-container\",nodeId:\"EALJmv3T3\",rendersWithMotion:true,scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{rhVkHWkB5:resolvedLinks[3]},kr7vbumEb:{rhVkHWkB5:resolvedLinks[1]},qzAfYqr74:{rhVkHWkB5:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonBigCopy2PartnerLinkRedirect1owqdkxWithMappedReactProps15lor1e,{aPQr6FT9k:17,dzLqzwdWi:B7CMTKDe0,fwZeIgwWT:\"rgb(1, 59, 49)\",height:\"100%\",id:\"EALJmv3T3\",layoutId:\"EALJmv3T3\",ocEot2V19:false,OMDKuiSCX:\"var(--token-58a5b9b4-d733-448b-883e-52b69f9296be, rgb(255, 255, 255))\",rhVkHWkB5:resolvedLinks[0],style:{height:\"100%\"},variant:\"PRBamdq4Z\",width:\"100%\",yzPq_gw_B:20})})})})})})]})})}),/*#__PURE__*/_jsx(Link,{href:Ad3YQqabL,motionChild:true,nodeId:\"JFM1r0oW4\",openInNewTab:true,scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-uyx19x framer-bdrhng\",\"data-border\":true,\"data-framer-name\":\"Social Proof Banner\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6mawrx\",\"data-framer-name\":\"Rating\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dyixf\",\"data-framer-name\":\"Stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:87,svg:'<svg width=\"87\" height=\"16\" viewBox=\"0 0 87 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1506_834)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.56962 1.85243C6.88696 1.08955 7.96929 1.08955 8.28662 1.85243L9.76137 5.39835L13.5892 5.70576C14.4137 5.77164 14.748 6.80014 14.1197 7.33847L11.2035 9.83676L12.0939 13.5718C12.2859 14.3765 11.4111 15.0118 10.7056 14.5812L7.42812 12.5794L4.15066 14.5812C3.44516 15.0118 2.57037 14.3758 2.76233 13.5718L3.65271 9.83676L0.736498 7.33847C0.108206 6.80014 0.442539 5.77164 1.26704 5.70576L5.09487 5.39835L6.56962 1.85243Z\" fill=\"#C48E16\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.6058 1.85243C24.9231 1.08955 26.0054 1.08955 26.3228 1.85243L27.7975 5.39835L31.6253 5.70576C32.4498 5.77164 32.7842 6.80014 32.1559 7.33847L29.2397 9.83676L30.13 13.5718C30.322 14.3765 29.4472 15.0118 28.7417 14.5812L25.4643 12.5794L22.1868 14.5812C21.4813 15.0118 20.6065 14.3758 20.7985 13.5718L21.6888 9.83676L18.7726 7.33847C18.1443 6.80014 18.4787 5.77164 19.3032 5.70576L23.131 5.39835L24.6058 1.85243Z\" fill=\"#C48E16\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M42.6419 1.85243C42.9592 1.08955 44.0416 1.08955 44.3589 1.85243L45.8336 5.39835L49.6615 5.70576C50.486 5.77164 50.8203 6.80014 50.192 7.33847L47.2758 9.83676L48.1662 13.5718C48.3581 14.3765 47.4833 15.0118 46.7778 14.5812L43.5004 12.5794L40.2229 14.5812C39.5174 15.0118 38.6426 14.3758 38.8346 13.5718L39.725 9.83676L36.8088 7.33847C36.1805 6.80014 36.5148 5.77164 37.3393 5.70576L41.1671 5.39835L42.6419 1.85243Z\" fill=\"#C48E16\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M60.677 1.85243C60.9944 1.08955 62.0767 1.08955 62.394 1.85243L63.8688 5.39835L67.6966 5.70576C68.5211 5.77164 68.8555 6.80014 68.2272 7.33847L65.311 9.83676L66.2013 13.5718C66.3933 14.3765 65.5185 15.0118 64.813 14.5812L61.5355 12.5794L58.2581 14.5812C57.5526 15.0118 56.6778 14.3758 56.8698 13.5718L57.7601 9.83676L54.8439 7.33847C54.2156 6.80014 54.55 5.77164 55.3745 5.70576L59.2023 5.39835L60.677 1.85243Z\" fill=\"#C48E16\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M78.7132 1.85243C79.0305 1.08955 80.1128 1.08955 80.4302 1.85243L81.9049 5.39835L85.7328 5.70576C86.5573 5.77164 86.8916 6.80014 86.2633 7.33847L83.3471 9.83676L84.2375 13.5718C84.4294 14.3765 83.5546 15.0118 82.8491 14.5812L79.5717 12.5794L76.2942 14.5812C75.5887 15.0118 74.7139 14.3758 74.9059 13.5718L75.7963 9.83676L72.8801 7.33847C72.2518 6.80014 72.5861 5.77164 73.4106 5.70576L77.2384 5.39835L78.7132 1.85243Z\" fill=\"#C48E16\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1506_834\">\\n<rect width=\"86.1797\" height=\"16\" fill=\"white\" transform=\"translate(0.410156)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-157n0ct\",\"data-styles-preset\":\"HEp5tHtDT\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Join over 80,000+ members\"})}),className:\"framer-1gs5321\",\"data-framer-name\":\"60,000+ Members with Sustained Results\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1irxi4g\",\"data-border\":true,\"data-framer-name\":\"Video Playback\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-283mcx-container\",isAuthoredByUser:true,nodeId:\"E1X6R03nI\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(VimeoPlayerWithControls,{autoPlay:true,backgroundImage:addImageAlt({pixelHeight:1298,pixelWidth:664,src:\"https://framerusercontent.com/images/c64V6zbta4M2zuZsFt4Jforncs.png\",srcSet:\"https://framerusercontent.com/images/c64V6zbta4M2zuZsFt4Jforncs.png?scale-down-to=1024 523w,https://framerusercontent.com/images/c64V6zbta4M2zuZsFt4Jforncs.png 664w\"},\"\"),borderRadius:40,height:\"100%\",id:\"E1X6R03nI\",layoutId:\"E1X6R03nI\",style:{height:\"100%\"},videoId:\"1046862010\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j5kamp\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ckhysz\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(72, 190, 169)\"},children:\"REACH YOUR HEALTH GOALS\"})}),className:\"framer-1apoln1\",\"data-framer-name\":\"Oveline\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1cslaxj\",\"data-styles-preset\":\"KbOt8OmoC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"What is Levels?\"})}),className:\"framer-wl5zd8\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Levels helps you reach your health goals by tracking your body across food, exercise, and sleep, as well as biomarkers like glucose and bloodwork, and translating that data into actionable, real-world guidance. It's the health coach in your pocket.\"})}),className:\"framer-oougwx\",\"data-framer-name\":\"Take control of your health journey with intelligent tools that simplify meal logging. Describe your meals, analyze photos, and scan items effortlessly for precise macro tracking—all personalized to meet your goals.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nwf8xb\",\"data-framer-name\":\"Props\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":cq0Fd2RuZ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":cq0Fd2RuZ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":cq0Fd2RuZ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":cq0Fd2RuZ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:293,width:`calc(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px)`},kr7vbumEb:{height:166.5,width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px) - 12px) / 2, 410px)`},qzAfYqr74:{height:185.5,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 76px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:293.5,width:\"301px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jcqsrg-container\",nodeId:\"oTkmYFtH7\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{s5ZIDRu5K:resolvedLinks1[3],style:{width:\"100%\"},variant:\"Axe5WkzrO\"},kr7vbumEb:{s5ZIDRu5K:resolvedLinks1[1],variant:\"moPwbmr5z\"},qzAfYqr74:{s5ZIDRu5K:resolvedLinks1[2],variant:\"moPwbmr5z\"}},children:/*#__PURE__*/_jsx(DJCard,{dCsEDVMiz:\"App Membership\",height:\"100%\",id:\"oTkmYFtH7\",layoutId:\"oTkmYFtH7\",O3NsHcESn:\"Track meals, exercise, and sleep with AI to build better habits.\",s5ZIDRu5K:resolvedLinks1[0],sCJs95l4K:addImageAlt({pixelHeight:960,pixelWidth:960,src:\"https://framerusercontent.com/images/hcjdnReR1b2L1gDZXBeAGCNvZY.svg\",srcSet:\"https://framerusercontent.com/images/hcjdnReR1b2L1gDZXBeAGCNvZY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hcjdnReR1b2L1gDZXBeAGCNvZY.svg 960w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"KdAhvyKPA\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ZVjfY0TM3\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":ZVjfY0TM3\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":ZVjfY0TM3\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":ZVjfY0TM3\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:293,width:`calc(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px)`},kr7vbumEb:{height:166.5,width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px) - 12px) / 2, 410px)`},qzAfYqr74:{height:185.5,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 76px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:293.5,width:\"301px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a3jfuy-container\",nodeId:\"PFbjX0hWd\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{s5ZIDRu5K:resolvedLinks2[3],style:{width:\"100%\"},variant:\"Gx2ELb7s7\"},kr7vbumEb:{s5ZIDRu5K:resolvedLinks2[1],variant:\"bfHDVQLL4\"},qzAfYqr74:{s5ZIDRu5K:resolvedLinks2[2],variant:\"bfHDVQLL4\"}},children:/*#__PURE__*/_jsx(DJCard,{dCsEDVMiz:\"Bloodwork\",height:\"100%\",id:\"PFbjX0hWd\",layoutId:\"PFbjX0hWd\",O3NsHcESn:\"Measure key biomarkers to uncover insights into your metabolic health.\",s5ZIDRu5K:resolvedLinks2[0],sCJs95l4K:addImageAlt({pixelHeight:960,pixelWidth:960,src:\"https://framerusercontent.com/images/5pe8gzcZdyVUgcGIDFICPl1OJI.svg\",srcSet:\"https://framerusercontent.com/images/5pe8gzcZdyVUgcGIDFICPl1OJI.svg?scale-down-to=512 512w,https://framerusercontent.com/images/5pe8gzcZdyVUgcGIDFICPl1OJI.svg 960w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"q9wUvlhOI\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":FgE3amSNJ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":FgE3amSNJ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":FgE3amSNJ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":FgE3amSNJ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:293,width:`calc(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px)`},kr7vbumEb:{height:166.5,width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px) - 12px) / 2, 410px)`},qzAfYqr74:{height:185.5,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 76px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:293.5,width:\"301px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-mmerdz-container\",nodeId:\"IRSelARaM\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{s5ZIDRu5K:resolvedLinks3[3],style:{width:\"100%\"},variant:\"Gx2ELb7s7\"},kr7vbumEb:{s5ZIDRu5K:resolvedLinks3[1],variant:\"bfHDVQLL4\"},qzAfYqr74:{s5ZIDRu5K:resolvedLinks3[2],variant:\"bfHDVQLL4\"}},children:/*#__PURE__*/_jsx(DJCard,{dCsEDVMiz:\"Glucose Monitor\",height:\"100%\",id:\"IRSelARaM\",layoutId:\"IRSelARaM\",O3NsHcESn:\"Monitor blood sugar in real time to understand your diet’s impact.\",s5ZIDRu5K:resolvedLinks3[0],sCJs95l4K:addImageAlt({pixelHeight:960,pixelWidth:960,src:\"https://framerusercontent.com/images/yK6M7ZF2IElMaSs068CY1vNvds.svg\",srcSet:\"https://framerusercontent.com/images/yK6M7ZF2IElMaSs068CY1vNvds.svg?scale-down-to=512 512w,https://framerusercontent.com/images/yK6M7ZF2IElMaSs068CY1vNvds.svg 960w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"q9wUvlhOI\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":fFGix_0L0\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":fFGix_0L0\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":fFGix_0L0\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined},{href:{hash:\":fFGix_0L0\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:293,width:`calc(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px)`},kr7vbumEb:{height:166.5,width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px) - 12px) / 2, 410px)`},qzAfYqr74:{height:185.5,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 76px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:293.5,width:\"301px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gkdz2n-container\",nodeId:\"EEXEWUiu6\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{s5ZIDRu5K:resolvedLinks4[3],style:{width:\"100%\"},variant:\"Gx2ELb7s7\"},kr7vbumEb:{s5ZIDRu5K:resolvedLinks4[1],variant:\"bfHDVQLL4\"},qzAfYqr74:{s5ZIDRu5K:resolvedLinks4[2],variant:\"bfHDVQLL4\"}},children:/*#__PURE__*/_jsx(DJCard,{dCsEDVMiz:\"Personal Dietitian\",height:\"100%\",id:\"EEXEWUiu6\",layoutId:\"EEXEWUiu6\",O3NsHcESn:\"Get personalized nutrition coaching to meet your unique health goals.\",s5ZIDRu5K:resolvedLinks4[0],sCJs95l4K:addImageAlt({pixelHeight:960,pixelWidth:960,src:\"https://framerusercontent.com/images/vGnuzsbI1yYve2wD7ETOj8Ayv4M.svg\",srcSet:\"https://framerusercontent.com/images/vGnuzsbI1yYve2wD7ETOj8Ayv4M.svg?scale-down-to=512 512w,https://framerusercontent.com/images/vGnuzsbI1yYve2wD7ETOj8Ayv4M.svg 960w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"q9wUvlhOI\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fzy9qv\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uxmgdv\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(72, 190, 169)\"},children:\"WORLD-CLASS ADVISORS\"})}),className:\"framer-1r0dcf8\",\"data-framer-name\":\"Oveline\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1cslaxj\",\"data-styles-preset\":\"KbOt8OmoC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Backed by the Leading Experts in Metabolic Health\"})}),className:\"framer-11v9s6b\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c8lehr-container\",isAuthoredByUser:true,nodeId:\"rHbKvyZBm\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"small\"}},children:/*#__PURE__*/_jsx(Advisors,{advisors:[{image:\"https://framerusercontent.com/images/qv9kbReNtZBkBUDvYINuhYYc8Do.png\",name:\"Casey Means\",pnl:\"MD\",quote:\"\\\"It is an absolute game changer. I love using Levels as my personal food journal (even when I'm not using a continuous glucose monitor) so l can make sure I'm staying accountable to my goals. It makes knowing if you're hitting your goals for protein and fiber (and other macros you want to track) completely effortless.\\\"\",title:\"Levels Co-Founder, Author of\\xa0Good Energy\"},{image:\"https://framerusercontent.com/images/mUxPrTLJMw86jKuHc58YMuxo9I.png\",name:\"Rob Lustig\",pnl:\"MD, MSL\",quote:'\"You can’t solve a problem if you don’t know what the problem is. Levels is the one company dedicated to letting you know how our current food supply leads to metabolic problems in people. Levels has taken the first step toward personalized nutrition, and hopefully not the last. I’m proud to be part of the vision.\"',title:\"Professor Emeritus of Pediatrics, Division of Endocrinology\"},{image:\"https://framerusercontent.com/images/glTX4ZIp2jMeMjOetWAxc0pIj58.png\",name:\"Ben Bikman\",pnl:\"MD\",quote:'\"CGM users become their own coach - they don’t need someone to tell them what to eat. They don’t need someone pointing the finger at them, and directing them to one type of food or another - they end up doing that on their own. That, to me, is tremendously powerful. It’s motivation that’s coming internally, which is far more impactful than having a coach [who nags] you to make a particular dietary change.\"',title:\"Author of\\xa0Why We Get Sick Scientist, researcher, professor Board member - American Diabetes Society\"},{image:\"https://framerusercontent.com/images/0rdvaVkajkTavRp8Rhrtze1uwo4.png\",name:\"Sara Gottfried\",pnl:\"MD\",quote:'\"I wish I had a single dashboard that had all of my data flows. But instead I go to the Levels app, [to get the] insight that I need to tighten up the ship today in terms of my food and my exercise and glucose intake and disposal. [Because] when you have that transparency, when you have this window into what’s happening with your physiology, it creates behavior change more effectively than anything I’ve seen in my 30 years of practice.\"',title:\"Author of many books, including Women, Food, and Hormones Physician-scientist, global keynote speaker, clinical assistant professor\"},{image:\"https://framerusercontent.com/images/3YdtkskPNDLVbyhviHEFtvvq1lc.png\",name:\"David Perlmutter\",pnl:\"MD, F.A.C.N\",quote:'\"Levels reveals the dynamics of our unique individual metabolism. Monitoring blood glucose, [along with other health-tracking features available in the app], allows each of us the opportunity to fully understand how our lifestyle choices impact how we feel on a daily basis and most importantly, what changes we can make for optimal health.\"',title:\"Five-time New York Times bestselling author of Drop Acid Professor and lecturer \"},{image:\"https://framerusercontent.com/images/JEBHabqSizyNSXhY8og5MCNXHUw.png\",name:\"Dom D’Agostino\",pnl:\"PhD\",quote:'\"[Levels gives you access to features like AI-powered food logging and barcode scanning.] Having all those features in one app is super important […] for the elite athlete and advanced athlete who really wants to take it to the next level, no pun intended there. Everybody has something to really benefit from this technology, and I think it’s just all in a one-stop shop within the [Levels] app.\"',title:\"Research scientist and professor\"},{image:\"https://framerusercontent.com/images/6OFbEQGpLhW4ytn1LedCYsQe3Q.png\",name:\"Terry Wahls\",pnl:\"MD\",quote:'\"Levels [addresses] the metabolic health crisis and [supports] my mission of shifting the standard care for the autoimmune patient from relying on only disease-modifying drugs to empowering patients to taking charge and using diet and lifestyle as an integral part of managing autoimmunity. [The Levels app] helps you get to the root cause of these autoimmune diseases and make lifestyle and diet changes, [so you can] restore [your] health and vitality, or prevent them from happening.\"',title:\"Author of\\xa0The Wahls Protocol Clinical professor and researcher\"}],height:\"100%\",id:\"rHbKvyZBm\",layoutId:\"rHbKvyZBm\",style:{width:\"100%\"},text:\"\",variant:\"large\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8kfw3a\",\"data-framer-name\":\"Section\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kwk522\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\"},children:\"LEVELS APP MEMBERSHIP\"})}),className:\"framer-9ypaxd\",\"data-framer-name\":\"Oveline\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1cslaxj\",\"data-styles-preset\":\"KbOt8OmoC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Food Logging & Macro Tracking\"})}),className:\"framer-pj8qvb\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ccceob\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jmog8l\",\"data-framer-name\":\"Bento Column\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-f7tzzu\",\"data-border\":true,\"data-framer-name\":\"Bento Large\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c6qe0o\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-color\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\"},children:\"AI-POWERED\"})}),className:\"framer-wxye8s\",\"data-framer-name\":\"Strong → Now available:\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8wtyi8\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Log and track your meals with AI\"})}),className:\"framer-39wgyi\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Take control of your health journey with intelligent tools that simplify meal logging. Describe your meals, analyze photos, and scan items effortlessly for precise macro tracking—all personalized to meet your goals.\"})}),className:\"framer-yufhyr\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lu2usu\",\"data-framer-name\":\"Pills\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1we891k-container\",nodeId:\"Yc5fdInhV\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"Jvh8w2SBH\"},qzAfYqr74:{variant:\"Jvh8w2SBH\"}},children:/*#__PURE__*/_jsx(DjPill,{height:\"100%\",id:\"Yc5fdInhV\",layoutId:\"Yc5fdInhV\",u0Yfv4Baz:\"AI Describe\",variant:\"CoUOuO63E\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n040iz-container\",nodeId:\"X59UgYcJm\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"Jvh8w2SBH\"},qzAfYqr74:{variant:\"Jvh8w2SBH\"}},children:/*#__PURE__*/_jsx(DjPill,{height:\"100%\",id:\"X59UgYcJm\",layoutId:\"X59UgYcJm\",u0Yfv4Baz:\"AI Photo\",variant:\"CoUOuO63E\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bwm8cw-container\",nodeId:\"mD8X09Dkm\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"Jvh8w2SBH\"},qzAfYqr74:{variant:\"Jvh8w2SBH\"}},children:/*#__PURE__*/_jsx(DjPill,{height:\"100%\",id:\"mD8X09Dkm\",layoutId:\"mD8X09Dkm\",u0Yfv4Baz:\"Barcode Scanning\",variant:\"CoUOuO63E\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:373,width:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`},kr7vbumEb:{height:455,width:\"440px\"},qzAfYqr74:{height:420,width:\"350px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:524,width:\"505px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1foija-container\",nodeId:\"eUnURHe37\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{wWDOozFea:\"8px\"}},children:/*#__PURE__*/_jsx(MealScanCarousel,{height:\"100%\",id:\"eUnURHe37\",layoutId:\"eUnURHe37\",style:{height:\"100%\",width:\"100%\"},variant:\"ruYJF5kEW\",width:\"100%\",wWDOozFea:\"16px\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14gbqvi\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sl78f1\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c9m044\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:97,pixelWidth:96,src:\"https://framerusercontent.com/images/ZknitEzBEbdczkv6fwITZwpls8.png\"},className:\"framer-1ba2fe5\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15lo9ay\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Sync your data\"})}),className:\"framer-1rypdw5\",\"data-framer-name\":\"Sync your data\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Connect to Apple Health or Google Health Connect to import workouts, step count and sleep\"})}),className:\"framer-17nuzbw\",\"data-framer-name\":\"Connect to Apple Health or Google Health Connect to import workouts, step count and sleep\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sffcy1\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qtdq3p\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:97,pixelWidth:96,src:\"https://framerusercontent.com/images/f3lwH2g94hKtRMK0Fzk3gm6JA.png\"},className:\"framer-1fyzovn\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ohfges\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Personalized insights\"})}),className:\"framer-1fvu6tt\",\"data-framer-name\":\"Personalized insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Get more than macros from your logs, including meal scoring to find your healthiest diet.\"})}),className:\"framer-1o0g699\",\"data-framer-name\":\"Get more than macros from your logs, including meal scoring to find your healthiest diet.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i3kmt7\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cc5pd5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:97,pixelWidth:96,src:\"https://framerusercontent.com/images/si4MVaAwOq7kc31tfNBgwIuMFaw.png\"},className:\"framer-doned0\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tov1sg\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Expert resources\"})}),className:\"framer-1d0wcv0\",\"data-framer-name\":\"Expert resources\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Get recipes, tips, and research-backed articles vetted by the leading metabolic health experts\"})}),className:\"framer-7tey7y\",\"data-framer-name\":\"Get recipes, tips, and research-backed articles vetted by the leading metabolic health experts\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nwqrjv\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-110qgxa\",\"data-border\":true,\"data-framer-name\":\"DJ • Bento Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1btg1da\",\"data-framer-name\":\"Frame 628754\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hofy8s\",\"data-framer-name\":\"Frame 628808\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qzAfYqr74:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"The longer you use Levels, the healthier your habits become.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-8d1n4c\",\"data-styles-preset\":\"qI9CgkE1p\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"The longer you use Levels, the healthier your habits become.\"})}),className:\"framer-xy0ufc\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"By consistently tracking food, exercise, sleep, and biomarkers, you get a clearer picture of how your daily actions affect your health.\"})}),className:\"framer-1yyjwsr\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fill\",pixelHeight:1152,pixelWidth:2048,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`,src:\"https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png\",srcSet:\"https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png?scale-down-to=512 512w,https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png 2048w\"}},kr7vbumEb:{background:{alt:\"\",fit:\"fill\",pixelHeight:1152,pixelWidth:2048,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px) - 460px, 1px)`,src:\"https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png\",srcSet:\"https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png?scale-down-to=512 512w,https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png 2048w\"}},qzAfYqr74:{background:{alt:\"\",fit:\"fill\",pixelHeight:1152,pixelWidth:2048,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 840px) - 366px, 1px)`,src:\"https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png\",srcSet:\"https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png?scale-down-to=512 512w,https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png 2048w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1152,pixelWidth:2048,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 1440px) - 525px, 1px)`,src:\"https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png\",srcSet:\"https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png?scale-down-to=512 512w,https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/w4ttzjSOhACXX50cTijKCLcTU.png 2048w\"},className:\"framer-1pdbw5p\",\"data-framer-name\":\"Frame 628767\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xpr2ux\",\"data-framer-name\":\"Bento Column\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-cr9j1q\",\"data-border\":true,\"data-framer-name\":\"Bento Large\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hyinlv\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-color\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\"},children:\"HIT YOUR GOALS\"})}),className:\"framer-1bevozz\",\"data-framer-name\":\"Strong → Now available:\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kntron\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Habit Loops keep you on track\"})}),className:\"framer-i2tgps\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Set goals, stay accountable and celebrate your streaks. Choose from 8 key habits, including food, sleep, exercise, and more, and track your progress in real time.\"})}),className:\"framer-3k5jse\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qcoapf\",\"data-border\":true,\"data-framer-name\":\"Bento Small\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fill\",pixelHeight:4096,pixelWidth:2821,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px) + 36px)`,src:\"https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png\",srcSet:\"https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png?scale-down-to=1024 705w,https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png?scale-down-to=2048 1410w,https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png 2821w\"}},kr7vbumEb:{background:{alt:\"\",fit:\"fill\",pixelHeight:4096,pixelWidth:2821,sizes:\"441px\",src:\"https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png\",srcSet:\"https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png?scale-down-to=1024 705w,https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png?scale-down-to=2048 1410w,https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png 2821w\"},transformTemplate:transformTemplate1},qzAfYqr74:{background:{alt:\"\",fit:\"fill\",pixelHeight:4096,pixelWidth:2821,sizes:\"357px\",src:\"https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png\",srcSet:\"https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png?scale-down-to=1024 705w,https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png?scale-down-to=2048 1410w,https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png 2821w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4096,pixelWidth:2821,sizes:\"553.6003px\",src:\"https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png\",srcSet:\"https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png?scale-down-to=1024 705w,https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png?scale-down-to=2048 1410w,https://framerusercontent.com/images/vNe9g62PADvYcUdxLTWbcy1i7g.png 2821w\"},className:\"framer-16ic6pg\",\"data-framer-name\":\"image 5\"})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`},kr7vbumEb:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px)`},qzAfYqr74:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 840px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:139,width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-glo4b3-container\",nodeId:\"Het3mocMx\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"q1fkZ5neG\",z70lncQ44:resolvedLinks5[3]},kr7vbumEb:{z70lncQ44:resolvedLinks5[1]},qzAfYqr74:{variant:\"KgkgVaIKN\",z70lncQ44:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(CTABannerPartner,{height:\"100%\",id:\"Het3mocMx\",k_SK34he5:\"\",layoutId:\"Het3mocMx\",pb6_i4wmO:WSXAsjXuG,SRj4rFUDK:false,style:{width:\"100%\"},variant:\"S4MS45Tv1\",width:\"100%\",WvfRfT5ak:XLb5BBlbn,z70lncQ44:resolvedLinks5[0]})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k8hk24\",\"data-framer-name\":\"Section\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6lpf26\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\"},children:\"LEVELS LABS\"})}),className:\"framer-1gk1l1\",\"data-framer-name\":\"Oveline\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1cslaxj\",\"data-styles-preset\":\"KbOt8OmoC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Essential Blood Tests\"})}),className:\"framer-ikbz4n\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ok0c5l\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-189458a\",\"data-framer-name\":\"Bento Column\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nn4d0j\",\"data-border\":true,\"data-framer-name\":\"Bento Large\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cyb5i3\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-color\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\"},children:\"TRACK YOUR LONG-TERM HEALTH\"})}),className:\"framer-df7235\",\"data-framer-name\":\"Strong → Now available:\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-euxj9y\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Measure key health markers\"})}),className:\"framer-qm3jpb\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"See how your lifestyle and habits are impacting your long-term health with Levels Labs. This custom blood test measures HbAlc, Fasting Insulin, ApoB, Triglycerides, and Uric Acid, with results and guidance appearing in your Levels app.\"})}),className:\"framer-oda7mx\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1791aiv\",\"data-border\":true,\"data-framer-name\":\"Bento Small\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fit\",pixelHeight:969,pixelWidth:891,positionX:\"center\",positionY:\"center\",sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px) - 13px)`,src:\"https://framerusercontent.com/images/Q9kdNhZOv7rmOQaklQovcAL6uWw.png\",srcSet:\"https://framerusercontent.com/images/Q9kdNhZOv7rmOQaklQovcAL6uWw.png 891w\"}},kr7vbumEb:{background:{alt:\"\",fit:\"fit\",pixelHeight:969,pixelWidth:891,positionX:\"center\",positionY:\"center\",sizes:\"427px\",src:\"https://framerusercontent.com/images/Q9kdNhZOv7rmOQaklQovcAL6uWw.png\",srcSet:\"https://framerusercontent.com/images/Q9kdNhZOv7rmOQaklQovcAL6uWw.png 891w\"}},qzAfYqr74:{background:{alt:\"\",fit:\"fit\",pixelHeight:969,pixelWidth:891,positionX:\"center\",positionY:\"center\",sizes:\"351px\",src:\"https://framerusercontent.com/images/Q9kdNhZOv7rmOQaklQovcAL6uWw.png\",srcSet:\"https://framerusercontent.com/images/Q9kdNhZOv7rmOQaklQovcAL6uWw.png 891w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:969,pixelWidth:891,positionX:\"center\",positionY:\"center\",sizes:\"422px\",src:\"https://framerusercontent.com/images/Q9kdNhZOv7rmOQaklQovcAL6uWw.png\",srcSet:\"https://framerusercontent.com/images/Q9kdNhZOv7rmOQaklQovcAL6uWw.png 891w\"},className:\"framer-nmd919\",\"data-framer-name\":\"image 5\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-136x0wa\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ijhe8b\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uhninl\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:97,pixelWidth:96,src:\"https://framerusercontent.com/images/xXIn4ZyE7S7WE29v85v6zokabk.png\"},className:\"framer-113xj5g\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gtfo60\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Expert-informed advice\"})}),className:\"framer-1q0qnk0\",\"data-framer-name\":\"Sync your data\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Learn how to move your markers with guidance informed by Levels advisors like Dr. Robert Lustig\"})}),className:\"framer-kocog0\",\"data-framer-name\":\"Connect to Apple Health or Google Health Connect to import workouts, step count and sleep\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p9f9ag\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t2xuyf\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:97,pixelWidth:96,src:\"https://framerusercontent.com/images/sAadrZmAVoLsppiHJeqHcEEs.png\"},className:\"framer-1h2m1v7\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hoz0jz\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Simple, fast testing\"})}),className:\"framer-cqby9i\",\"data-framer-name\":\"Personalized insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Go to any LabCorp location in your area whenever it's convenient for you\"})}),className:\"framer-xre17c\",\"data-framer-name\":\"Get more than macros from your logs, including meal scoring to find your healthiest diet.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t22whw\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-tmxke0\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:97,pixelWidth:96,src:\"https://framerusercontent.com/images/iDu8kJQ5CXsU3zQ2HxqhyKOYQw.png\"},className:\"framer-1ehv1hh\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x3qwhs\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Upload your own labs\"})}),className:\"framer-1ldqwxy\",\"data-framer-name\":\"Expert resources\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Already have blood test results? Add them to Levels to see where they fall and track your progress.\"})}),className:\"framer-r48quz\",\"data-framer-name\":\"Get recipes, tips, and research-backed articles vetted by the leading metabolic health experts\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fha730\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-zapg6b\",\"data-border\":true,\"data-framer-name\":\"DJ • Bento Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bq1q0w\",\"data-framer-name\":\"Frame 628754\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vthujx\",\"data-framer-name\":\"Frame 628808\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qzAfYqr74:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"More than 93% of US adults have at least one metabolic marker out of range.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-8d1n4c\",\"data-styles-preset\":\"qI9CgkE1p\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"More than 93% of US adults have at least one metabolic marker out of range.\"})}),className:\"framer-1ifxf54\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Routine checkups miss key metabolic markers, leaving hidden risks undetected. Levels Labs helps uncover these insights for better long-term health.\"})}),className:\"framer-1jhe3o9\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fill\",pixelHeight:1049,pixelWidth:1430,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`,src:\"https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png\",srcSet:\"https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png?scale-down-to=512 512w,https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png 1430w\"}},kr7vbumEb:{background:{alt:\"\",fit:\"fill\",pixelHeight:1049,pixelWidth:1430,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px) - 460px, 1px)`,src:\"https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png\",srcSet:\"https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png?scale-down-to=512 512w,https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png 1430w\"}},qzAfYqr74:{background:{alt:\"\",fit:\"fill\",pixelHeight:1049,pixelWidth:1430,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 840px) - 366px, 1px)`,src:\"https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png\",srcSet:\"https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png?scale-down-to=512 512w,https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png 1430w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1049,pixelWidth:1430,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 1440px) - 525px, 1px)`,src:\"https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png\",srcSet:\"https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png?scale-down-to=512 512w,https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vKSOUTVhdcJInkrUYgCyqXh9J0U.png 1430w\"},className:\"framer-s2qh7u\",\"data-framer-name\":\"Frame 628767\"})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`},kr7vbumEb:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px)`},qzAfYqr74:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 840px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:139,width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14n0e12-container\",nodeId:\"EZpKztHof\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"q1fkZ5neG\",z70lncQ44:resolvedLinks6[3]},kr7vbumEb:{z70lncQ44:resolvedLinks6[1]},qzAfYqr74:{variant:\"KgkgVaIKN\",z70lncQ44:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(CTABannerPartner,{height:\"100%\",id:\"EZpKztHof\",k_SK34he5:\"\",layoutId:\"EZpKztHof\",pb6_i4wmO:WSXAsjXuG,SRj4rFUDK:false,style:{width:\"100%\"},variant:\"S4MS45Tv1\",width:\"100%\",WvfRfT5ak:XLb5BBlbn,z70lncQ44:resolvedLinks6[0]})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kvd1qc\",\"data-framer-name\":\"Section\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j24e6i\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\"},children:\"CONTINUOUS GLUCOSE MONITORING\"})}),className:\"framer-v43ihb\",\"data-framer-name\":\"Oveline\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1cslaxj\",\"data-styles-preset\":\"KbOt8OmoC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Real-Time Blood Sugar Insights\"})}),className:\"framer-8dr38e\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b8t147\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mf2q5o\",\"data-framer-name\":\"Bento Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fill\",pixelHeight:1048,pixelWidth:1116,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`,src:\"https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png\",srcSet:\"https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png 1116w\"}},kr7vbumEb:{background:{alt:\"\",fit:\"fill\",pixelHeight:1048,pixelWidth:1116,sizes:\"440px\",src:\"https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png\",srcSet:\"https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png 1116w\"}},qzAfYqr74:{background:{alt:\"\",fit:\"fill\",pixelHeight:1048,pixelWidth:1116,sizes:\"350px\",src:\"https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png\",srcSet:\"https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png 1116w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1048,pixelWidth:1116,sizes:\"505px\",src:\"https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png\",srcSet:\"https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KrxqWHkcR2317w3d4p6gEWoqvdU.png 1116w\"},className:\"framer-17uessd\",\"data-border\":true,\"data-framer-name\":\"Bento Small\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-on1ky4\",\"data-border\":true,\"data-framer-name\":\"Bento Large\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rwcx0n\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-color\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\"},children:\"LEARN HOW FOODS AFFECT YOU\"})}),className:\"framer-1o57gnb\",\"data-framer-name\":\"Strong → Now available:\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-won2ik\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Find the healthiest diet for you\"})}),className:\"framer-1dd55jl\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Levels lets you add continuous glucose monitoring—a small sensor on your upper arm for up to two weeks of real-time data about how your food and lifestyle choices impact your health. Get the latest CGMs sent to your door anytime.\"})}),className:\"framer-7bvjkr\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3h7eqi\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1st9b5b\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rlwgxj\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:97,pixelWidth:96,src:\"https://framerusercontent.com/images/mEdmzNFCsRaBiywdNeYPsAFKLys.png\"},className:\"framer-mhb5st\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-139h45c\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Continuous, convenient data\"})}),className:\"framer-1ao7t0d\",\"data-framer-name\":\"Sync your data\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Wear your CGM while you sleep, shower, swim—you'll forget it's there and it delivers data 24/7\"})}),className:\"framer-4ahltw\",\"data-framer-name\":\"Connect to Apple Health or Google Health Connect to import workouts, step count and sleep\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6j93bj\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-oq6c8b\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:97,pixelWidth:96,src:\"https://framerusercontent.com/images/u8q14sdYq5l5qXx3yGlJietQ8o.png\"},className:\"framer-1o3qrq5\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tslmv0\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Monitor at your own pace. \"})}),className:\"framer-1lyz1dp\",\"data-framer-name\":\"Personalized insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Choose a plan that works for you—monthly, quarterly, or one-time to check in on your metabolic health.\"})}),className:\"framer-4asmn9\",\"data-framer-name\":\"Get more than macros from your logs, including meal scoring to find your healthiest diet.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jtqz6g\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p28wi3\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:97,pixelWidth:96,src:\"https://framerusercontent.com/images/kCQ9s5asgaea5xQzZwN0ABTJpw.png\"},className:\"framer-100tjlt\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q7fbvf\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Bring your own CGM\"})}),className:\"framer-1eorpbu\",\"data-framer-name\":\"Expert resources\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Already using one? Sync your data with Levels to unlock deeper health insights.\"})}),className:\"framer-1h2sk0w\",\"data-framer-name\":\"Get recipes, tips, and research-backed articles vetted by the leading metabolic health experts\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y8ygyq\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-vbumwx\",\"data-border\":true,\"data-framer-name\":\"DJ • Bento Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y5thrx\",\"data-framer-name\":\"Frame 628754\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1srqem0\",\"data-framer-name\":\"Frame 628808\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qzAfYqr74:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"More than a third of US Adults now have prediabetes,\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-8d1n4c\",\"data-styles-preset\":\"qI9CgkE1p\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"More than a third of US Adults now have prediabetes,\"})}),className:\"framer-1pmsep8\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"and most of them don’t even know it. A Continuous Glucose Monitor helps you manage your metabolic health by showing how diet and lifestyle impact your blood sugar in real-time.\"})}),className:\"framer-v3g5qz\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17fpxlc\",\"data-border\":true,\"data-framer-name\":\"Bento Small\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fit\",pixelHeight:1458,pixelWidth:867,positionX:\"center\",positionY:\"center\",sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px) - 13px)`,src:\"https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png\",srcSet:\"https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png?scale-down-to=1024 608w,https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png 867w\"}},kr7vbumEb:{background:{alt:\"\",fit:\"fit\",pixelHeight:1458,pixelWidth:867,positionX:\"center\",positionY:\"center\",sizes:\"427px\",src:\"https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png\",srcSet:\"https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png?scale-down-to=1024 608w,https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png 867w\"}},qzAfYqr74:{background:{alt:\"\",fit:\"fit\",pixelHeight:1458,pixelWidth:867,positionX:\"center\",positionY:\"center\",sizes:\"550px\",src:\"https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png\",srcSet:\"https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png?scale-down-to=1024 608w,https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png 867w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1458,pixelWidth:867,positionX:\"center\",positionY:\"center\",sizes:\"422px\",src:\"https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png\",srcSet:\"https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png?scale-down-to=1024 608w,https://framerusercontent.com/images/i8mkPhequhKzHodOwqF60qc6jTQ.png 867w\"},className:\"framer-wow5t1\",\"data-framer-name\":\"image 5\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-up26ka\",\"data-framer-name\":\"Bento Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fill\",pixelHeight:1010,pixelWidth:1164,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`,src:\"https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png\",srcSet:\"https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png 1164w\"}},kr7vbumEb:{background:{alt:\"\",fit:\"fill\",pixelHeight:1010,pixelWidth:1164,sizes:\"440px\",src:\"https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png\",srcSet:\"https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png 1164w\"}},qzAfYqr74:{background:{alt:\"\",fit:\"fill\",pixelHeight:1010,pixelWidth:1164,sizes:\"350px\",src:\"https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png\",srcSet:\"https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png 1164w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1010,pixelWidth:1164,sizes:\"505px\",src:\"https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png\",srcSet:\"https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Czw3IbFKQtQFMDrNjRZiZU1Rg.png 1164w\"},className:\"framer-gdqi88\",\"data-border\":true,\"data-framer-name\":\"Bento Small\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tvpetv\",\"data-border\":true,\"data-framer-name\":\"Bento Large\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vbyzv1\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u919kf\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"What is a Continuous Glucose Monitor?\"})}),className:\"framer-1qt4gtz\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"A CGM is a quarter-sized sensor worn on your upper arm for up to two weeks, providing real-time insights into how food, exercise, and lifestyle impact your blood sugar. It syncs with the Levels app to deliver personalized recommendations and research-backed tips. Designed for daily wear, it stays secure with a performance cover—even during workouts and swimming.\"})}),className:\"framer-e2x9zc\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nb6aaq\",\"data-framer-name\":\"Pills\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vl4jkz-container\",nodeId:\"Rha9Kq44a\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"Jvh8w2SBH\"},qzAfYqr74:{variant:\"Jvh8w2SBH\"}},children:/*#__PURE__*/_jsx(DjPill,{height:\"100%\",id:\"Rha9Kq44a\",layoutId:\"Rha9Kq44a\",u0Yfv4Baz:\"Instant Feedback\",variant:\"CoUOuO63E\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n2pgim-container\",nodeId:\"wfa0Ill9A\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"Jvh8w2SBH\"},qzAfYqr74:{variant:\"Jvh8w2SBH\"}},children:/*#__PURE__*/_jsx(DjPill,{height:\"100%\",id:\"wfa0Ill9A\",layoutId:\"wfa0Ill9A\",u0Yfv4Baz:\"Comfortable\",variant:\"CoUOuO63E\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13vipvy-container\",nodeId:\"ajReNXuR2\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"Jvh8w2SBH\"},qzAfYqr74:{variant:\"Jvh8w2SBH\"}},children:/*#__PURE__*/_jsx(DjPill,{height:\"100%\",id:\"ajReNXuR2\",layoutId:\"ajReNXuR2\",u0Yfv4Baz:\"Personalized Insights\",variant:\"CoUOuO63E\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`},kr7vbumEb:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px)`},qzAfYqr74:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 840px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:139,width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2ouyvk-container\",nodeId:\"Ru79IC8Ni\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"q1fkZ5neG\",z70lncQ44:resolvedLinks7[3]},kr7vbumEb:{z70lncQ44:resolvedLinks7[1]},qzAfYqr74:{variant:\"KgkgVaIKN\",z70lncQ44:resolvedLinks7[2]}},children:/*#__PURE__*/_jsx(CTABannerPartner,{height:\"100%\",id:\"Ru79IC8Ni\",k_SK34he5:\"\",layoutId:\"Ru79IC8Ni\",pb6_i4wmO:WSXAsjXuG,SRj4rFUDK:false,style:{width:\"100%\"},variant:\"S4MS45Tv1\",width:\"100%\",WvfRfT5ak:XLb5BBlbn,z70lncQ44:resolvedLinks7[0]})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u0jrcg\",\"data-framer-name\":\"Section\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18chf4t\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsx(RichTextReplaceWithComingSoonBadge1p15n1x,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\"},children:\"EXPERT NUTRITION GUIDANCE\"})}),className:\"framer-1p15n1x\",\"data-framer-name\":\"Oveline\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1cslaxj\",\"data-styles-preset\":\"KbOt8OmoC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Your Own Personal Dietitian\"})}),className:\"framer-6r51br\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z7elxe\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cgic6h\",\"data-framer-name\":\"Bento Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fill\",pixelHeight:2048,pixelWidth:2048,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`,src:\"https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png\",srcSet:\"https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png 2048w\"}},kr7vbumEb:{background:{alt:\"\",fit:\"fill\",pixelHeight:2048,pixelWidth:2048,sizes:\"440px\",src:\"https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png\",srcSet:\"https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png 2048w\"}},qzAfYqr74:{background:{alt:\"\",fit:\"fill\",pixelHeight:2048,pixelWidth:2048,sizes:\"350px\",src:\"https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png\",srcSet:\"https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png 2048w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2048,pixelWidth:2048,sizes:\"505px\",src:\"https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png\",srcSet:\"https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Eg2xDAToBt8NSA5bnDgY348D9M.png 2048w\"},className:\"framer-1x7x54v\",\"data-border\":true,\"data-framer-name\":\"Bento Small\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-6fneyn\",\"data-border\":true,\"data-framer-name\":\"Bento Large\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yvbeco\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x9eare\",\"data-styles-preset\":\"yJiJ_JQuB\",style:{\"--framer-text-color\":\"var(--token-7aec815e-2906-4187-bf4a-afcef199503c, rgb(72, 190, 169))\"},children:\"Tailored Recommendations\"})}),className:\"framer-wmycwb\",\"data-framer-name\":\"Strong → Now available:\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sw6dpx\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Coaching Backed by Your Data\"})}),className:\"framer-1waado0\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Work with Registered Dietitian Nutritionists (RDNs) to fine-tune your nutrition and habits through personalized, data-driven coaching. Your Dietitian accesses your Levels data, including food logs and glucose readings, to provide tailored recommendations for blood sugar balance, hormonal health, weight loss, athletic performance, and more.\"})}),className:\"framer-1sdetmy\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7xwcq4\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-knxaow\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eibzic\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:96,pixelWidth:96,src:\"https://framerusercontent.com/images/BN9rGwQngc8iCMM2vnhQJAqlCbM.png\"},className:\"framer-484hs8\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oc1gu7\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Personalized advice\"})}),className:\"framer-a0vyd0\",\"data-framer-name\":\"Sync your data\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Your Dietitian reviews your Levels data to provide tailored recommendations.\"})}),className:\"framer-18zkkak\",\"data-framer-name\":\"Connect to Apple Health or Google Health Connect to import workouts, step count and sleep\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k162bp\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jg46ku\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:96,pixelWidth:96,src:\"https://framerusercontent.com/images/1IN858t864IUlBnODn4xRX42Ak.png\"},className:\"framer-etauc8\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ycu3sh\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Virtual appointments\"})}),className:\"framer-buswa7\",\"data-framer-name\":\"Personalized insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Schedule video sessions that fit your routine and get expert guidance on your time.\"})}),className:\"framer-1chwujx\",\"data-framer-name\":\"Get more than macros from your logs, including meal scoring to find your healthiest diet.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q8tt6y\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5cpj1y\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:96,pixelWidth:96,src:\"https://framerusercontent.com/images/sdA6l4KmYsFygphHrLQZU4k6hEk.png\"},className:\"framer-xkf8rr\",\"data-framer-name\":\"icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k89766\",\"data-framer-name\":\"Frame 628941\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-3gai7a\",\"data-styles-preset\":\"TshmwkzGX\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"Insurance coverage\"})}),className:\"framer-1h1i6iv\",\"data-framer-name\":\"Expert resources\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"Most in-network appointments are covered. Self-pay options are available if needed.\"})}),className:\"framer-2sq44r\",\"data-framer-name\":\"Get recipes, tips, and research-backed articles vetted by the leading metabolic health experts\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12cpjj0\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-ps937j\",\"data-border\":true,\"data-framer-name\":\"DJ • Bento Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-t19d4o\",\"data-framer-name\":\"Frame 628754\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j6seyx\",\"data-framer-name\":\"Frame 628808\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qzAfYqr74:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1dchpez\",\"data-styles-preset\":\"H8DsV09Gt\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"More than 40% of US Adults find it hard to know what to eat to be healthy \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-8d1n4c\",\"data-styles-preset\":\"qI9CgkE1p\",style:{\"--framer-text-color\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\"},children:\"More than 40% of US Adults find it hard to know what to eat to be healthy \"})}),className:\"framer-1ib4ihy\",\"data-framer-name\":\"Optimize Your Metabolic Health with Precision Insights\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk9krt\",\"data-styles-preset\":\"pDql11tah\",style:{\"--framer-text-color\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\"},children:\"We all have unique dietary needs and conditions, from allergies to families to our own tastes. A personal dietitian can get you beyond the basics to craft a nutrition plan that fits your lifestyle and helps you reach your goals.\"})}),className:\"framer-z2fzp4\",\"data-framer-name\":\"Use the Levels app in conjunction with your continuous glucose monitor to receive personalized data on glucose levels and other key biomarkers. Gain valuable insights to enhance your diet, improve sleep quality, and optimize exercise routines.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{background:{alt:\"\",fit:\"fill\",pixelHeight:2160,pixelWidth:3840,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`,src:\"https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png\",srcSet:\"https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png 3840w\"}},kr7vbumEb:{background:{alt:\"\",fit:\"fill\",pixelHeight:2160,pixelWidth:3840,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px) - 460px, 1px)`,src:\"https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png\",srcSet:\"https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png 3840w\"}},qzAfYqr74:{background:{alt:\"\",fit:\"fill\",pixelHeight:2160,pixelWidth:3840,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 840px) - 366px, 1px)`,src:\"https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png\",srcSet:\"https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png 3840w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2160,pixelWidth:3840,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 1440px) - 525px, 1px)`,src:\"https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png\",srcSet:\"https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=512 512w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XTCOg75zP42FJGI5ljDml1Vs8wc.png 3840w\"},className:\"framer-16fh0ad\",\"data-framer-name\":\"Frame 628767\"})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 560px)`},kr7vbumEb:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 1200px)`},qzAfYqr74:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 840px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:139,width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pxlh4p-container\",nodeId:\"hq6uQpDGd\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"q1fkZ5neG\",z70lncQ44:resolvedLinks8[3]},kr7vbumEb:{z70lncQ44:resolvedLinks8[1]},qzAfYqr74:{variant:\"KgkgVaIKN\",z70lncQ44:resolvedLinks8[2]}},children:/*#__PURE__*/_jsx(CTABannerPartner,{height:\"100%\",id:\"hq6uQpDGd\",k_SK34he5:\"\",layoutId:\"hq6uQpDGd\",pb6_i4wmO:WSXAsjXuG,SRj4rFUDK:false,style:{width:\"100%\"},variant:\"S4MS45Tv1\",width:\"100%\",WvfRfT5ak:XLb5BBlbn,z70lncQ44:resolvedLinks8[0]})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vzotuh\",\"data-framer-name\":\"Section\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-55k31b\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(72, 190, 169)\"},children:\"DISCOVER MORE\"})}),className:\"framer-5fjfbr\",\"data-framer-name\":\"Oveline\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1cslaxj\",\"data-styles-preset\":\"KbOt8OmoC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"How Does Levels Help?\"})}),className:\"framer-wpmr9u\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f2ytz6-container\",isAuthoredByUser:true,nodeId:\"qoVHPDkA5\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"small\"}},children:/*#__PURE__*/_jsx(HowLevelsHelps,{content:[{headline:\"Discover the Diet that Works for Your Unique Body\",label:\"Finding Optimal Diet\",name:\"Alison Magee\",quote:'\"Using Levels has been a game-changer in understanding my body\\'s unique response to food, stress, and exercise. I’ve learned to fine-tune my diet, prioritize post-meal walks, and even embrace healthy carbs during pregnancy. It’s empowering to see real-time data and make informed decisions for long-term health—something I’ve encouraged my friends and family to experience too!\"',text:\"Nutrition isn’t one-size-fits-all. Find the foods that make you feel great and support your long-term goals through real-time feedback and smart insights.\",thumbnail:\"https://framerusercontent.com/images/mB9wc2pBVfKBshc7eDbMxgFtk.jpg\"},{headline:\"Hit Your Weight Goals the Healthy Way\",label:\"Weight Loss\",name:\"Kevin Finney\",quote:'\"I’ve lost twenty pounds using LEVELS, got below 40” waist circumference and feel like I just begun to really transform my health.\"',text:\"For most people, the best way to manage weight is with a metabolically healthy diet and regular activity. Levels keeps you accountable to both.\",thumbnail:\"https://framerusercontent.com/images/gNX8YHoglSLoWyocC46Lm6Mt8.jpg\"},{headline:\"Learn the Choices that Lower Your Disease Risk \",label:\"Avoiding Disease\",name:\"Carl Banks\",quote:'\"I’ve seen family members who have Type 2 diabetes and have had limbs amputated or died due to complications of hyperinsulinemia. I realized that that didn’t have to be my fate. I believe Levels can change lives. I’m going to spend the rest of my life with the healthy changes I’ve made and preach the benefits of metabolic health.\"',text:\"Track and improve the key biomarkers that can lower your risk of chronic disease with insights that help you optimize.\",thumbnail:\"https://framerusercontent.com/images/rwix8BYdemoRBATxrQ9Q3PFr5gg.jpg\"},{headline:\"Find Your Full Potential with Consistent, All-Day Energy\",label:\"Improve Energy\",name:\"Katie Yip\",quote:'\"Through Levels analytics, I now know what and when to eat for optimal mental and physical performance. Now I’m feeling great. My body composition, strength, and energy are better than ever.\"',text:\"The mid-morning slump isn’t inevitable. Learn how the right foods and lifestyle can help you feel your best all day long.\",thumbnail:\"https://framerusercontent.com/images/aBBPjC4ko3GKOWMz88pBThLY0tc.jpg?scale-down-to=1024\"},{headline:\"Build the Habits for Longer, Healthier Life\",label:\"Wellness & Longevity\",name:\"Grace Wood\",quote:'\"I would like to say how happy I am with what I\\'ve been learning and the impact on my life from using Levels since July 18.\"',text:\"No matter where you are on your journey, Levels helps you create sustainable habits that extend your healthspan.\",thumbnail:\"https://framerusercontent.com/images/IEb06z8WFl5MndWKUZK4WlLyx0.jpg?scale-down-to=1024\"}],height:\"100%\",id:\"qoVHPDkA5\",layoutId:\"qoVHPDkA5\",style:{width:\"100%\"},variant:\"large\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ngeyg\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4kfgec\",\"data-framer-name\":\"Member Stories\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bvm881\",\"data-framer-name\":\"Testimonials\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z4hrak\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u7ie48\",\"data-framer-name\":\"Frame 628782\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1q58wy6\",\"data-framer-name\":\"Stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:88,svg:'<svg width=\"88\" height=\"16\" viewBox=\"0 0 88 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1233_1674)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.06962 1.85341C7.38696 1.09053 8.46929 1.09053 8.78662 1.85341L10.2614 5.39932L14.0892 5.70674C14.9137 5.77261 15.248 6.80111 14.6197 7.33945L11.7035 9.83774L12.5939 13.5728C12.7859 14.3774 11.9111 15.0128 11.2056 14.5822L7.92812 12.5804L4.65066 14.5822C3.94516 15.0128 3.07037 14.3767 3.26233 13.5728L4.15271 9.83774L1.2365 7.33945C0.608206 6.80111 0.942539 5.77261 1.76704 5.70674L5.59487 5.39932L7.06962 1.85341Z\" fill=\"#CE8C3F\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.1058 1.85341C25.4231 1.09053 26.5054 1.09053 26.8228 1.85341L28.2975 5.39932L32.1253 5.70674C32.9498 5.77261 33.2842 6.80111 32.6559 7.33945L29.7397 9.83774L30.63 13.5728C30.822 14.3774 29.9472 15.0128 29.2417 14.5822L25.9643 12.5804L22.6868 14.5822C21.9813 15.0128 21.1065 14.3767 21.2985 13.5728L22.1888 9.83774L19.2726 7.33945C18.6443 6.80111 18.9787 5.77261 19.8032 5.70674L23.631 5.39932L25.1058 1.85341Z\" fill=\"#CE8C3F\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.1419 1.85341C43.4592 1.09053 44.5416 1.09053 44.8589 1.85341L46.3336 5.39932L50.1615 5.70674C50.986 5.77261 51.3203 6.80111 50.692 7.33945L47.7758 9.83774L48.6662 13.5728C48.8581 14.3774 47.9833 15.0128 47.2778 14.5822L44.0004 12.5804L40.7229 14.5822C40.0174 15.0128 39.1426 14.3767 39.3346 13.5728L40.225 9.83774L37.3088 7.33945C36.6805 6.80111 37.0148 5.77261 37.8393 5.70674L41.6671 5.39932L43.1419 1.85341Z\" fill=\"#CE8C3F\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M61.177 1.85341C61.4944 1.09053 62.5767 1.09053 62.894 1.85341L64.3688 5.39932L68.1966 5.70674C69.0211 5.77261 69.3555 6.80111 68.7272 7.33945L65.811 9.83774L66.7013 13.5728C66.8933 14.3774 66.0185 15.0128 65.313 14.5822L62.0355 12.5804L58.7581 14.5822C58.0526 15.0128 57.1778 14.3767 57.3698 13.5728L58.2601 9.83774L55.3439 7.33945C54.7156 6.80111 55.05 5.77261 55.8745 5.70674L59.7023 5.39932L61.177 1.85341Z\" fill=\"#CE8C3F\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M79.2132 1.85341C79.5305 1.09053 80.6128 1.09053 80.9302 1.85341L82.4049 5.39932L86.2328 5.70674C87.0573 5.77261 87.3916 6.80111 86.7633 7.33945L83.8471 9.83774L84.7375 13.5728C84.9294 14.3774 84.0546 15.0128 83.3491 14.5822L80.0717 12.5804L76.7942 14.5822C76.0887 15.0128 75.2139 14.3767 75.4059 13.5728L76.2963 9.83774L73.3801 7.33945C72.7518 6.80111 73.0861 5.77261 73.9106 5.70674L77.7384 5.39932L79.2132 1.85341Z\" fill=\"#CE8C3F\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1233_1674\">\\n<rect width=\"86.1797\" height=\"16\" fill=\"white\" transform=\"translate(0.910156)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"80,000+ Members with Sustained Results\"})})},kr7vbumEb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"80,000+ Members with Sustained Results\"})})},qzAfYqr74:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"80,000+ Members with Sustained Results\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"80,000+ Members with Sustained Results\"})}),className:\"framer-16zlgc5\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;TT Hoves Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 223, 223)\"},children:\"Join over 80,000 members who have achieved lasting health improvements  with Levels. Real stories of transformation and triumph showcase the sustained results you can expect.\"})})},kr7vbumEb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 223, 223)\"},children:\"Join over 80,000 members who have achieved lasting health improvements  with Levels. Real stories of transformation and triumph showcase the sustained results you can expect.\"})})},qzAfYqr74:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 223, 223)\"},children:\"Join over 80,000 members who have achieved lasting health improvements  with Levels. Real stories of transformation and triumph showcase the sustained results you can expect.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 223, 223)\"},children:\"Join over 80,000 members who have achieved lasting health improvements  with Levels. Real stories of transformation and triumph showcase the sustained results you can expect.\"})}),className:\"framer-iof5nr\",\"data-framer-name\":\"Oveline\",fonts:[\"CUSTOM;TT Hoves Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/playlist?app=desktop&list=PLt_J9-Sfer-kZIGDbK50PSJgGbgk5AuFc\",motionChild:true,nodeId:\"wz8e7MYQG\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-29fb5h framer-bdrhng\",\"data-framer-name\":\"Frame 628750\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"See more love from our members\"})})},kr7vbumEb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"See more love from our members\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"See more love from our members\"})}),className:\"framer-1b3csc3\",\"data-framer-name\":\"See More Love\",fonts:[\"CUSTOM;TT Hoves Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{width:`min(${componentViewport?.width||\"100vw\"}, 528px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:485,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-59572g-container\",nodeId:\"eIfnGxX1s\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{variant:\"XRLpdWPyz\"},qzAfYqr74:{variant:\"XRLpdWPyz\"}},children:/*#__PURE__*/_jsx(DJTweetTickerCopy,{height:\"100%\",id:\"eIfnGxX1s\",layoutId:\"eIfnGxX1s\",style:{width:\"100%\"},variant:\"hmkyHIgTg\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-120fasi\",\"data-framer-name\":\"FAQ\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qny7ht\",\"data-framer-name\":\"Section\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-51grtz\",\"data-framer-name\":\"Heading Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIERlbWlCb2xk\",\"--framer-font-family\":'\"TT Hoves DemiBold\", \"TT Hoves DemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.12em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(2, 97, 81)\",\"--framer-text-transform\":\"uppercase\"},children:\"Got questions\"})})},qzAfYqr74:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIERlbWlCb2xk\",\"--framer-font-family\":'\"TT Hoves DemiBold\", \"TT Hoves DemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-letter-spacing\":\"0.12em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(2, 97, 81)\",\"--framer-text-transform\":\"uppercase\"},children:\"Got questions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIERlbWlCb2xk\",\"--framer-font-family\":'\"TT Hoves DemiBold\", \"TT Hoves DemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.12em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(2, 97, 81)\",\"--framer-text-transform\":\"uppercase\"},children:\"Got questions\"})}),className:\"framer-o64n50\",\"data-framer-name\":\"Oveline\",fonts:[\"CUSTOM;TT Hoves DemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 20, 19)\"},children:\"Frequently Asked Questions\"})})},kr7vbumEb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 20, 19)\"},children:\"Frequently Asked Questions\"})})},qzAfYqr74:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 20, 19)\"},children:\"Frequently Asked Questions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 20, 19)\"},children:\"Frequently Asked Questions\"})}),className:\"framer-58j9ym\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;TT Hoves Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 560px) - 32px, 840px)`},kr7vbumEb:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px, 840px)`},qzAfYqr74:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 840px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:974,width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 840px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jyvj0z-container\",nodeId:\"lk70IqIl6\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{nGRsI3jGu:6,nwyyYsTz0:\"8px 12px 8px 12px\",ofl3U4ecM:14,PvQUyD7BK:16,uuizXL8UF:8}},children:/*#__PURE__*/_jsx(FAQQuestions,{height:\"100%\",id:\"lk70IqIl6\",layoutId:\"lk70IqIl6\",nGRsI3jGu:12,nwyyYsTz0:\"12px 20px 12px 20px\",ofl3U4ecM:18,PvQUyD7BK:32,style:{maxWidth:\"100%\",width:\"100%\"},uuizXL8UF:12,variant:\"KG_T71Txe\",width:\"100%\"})})})})})]})})]}),/*#__PURE__*/_jsxs(\"footer\",{className:\"framer-1xlbhlr\",\"data-border\":true,\"data-framer-name\":\"DJ/Footer\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-865bnn\",\"data-framer-name\":\"Footer content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3pz1ec\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-83l9w9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"161px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-2bhhe6-container\",isModuleExternal:true,nodeId:\"fi6Q4NSVq\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(LogoLevels,{height:\"100%\",id:\"fi6Q4NSVq\",layoutId:\"fi6Q4NSVq\",style:{height:\"100%\",width:\"100%\"},variant:\"SKERyNwvC\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-27e98388-736a-4f0e-a446-044ad503a471, rgb(74, 76, 82))\"},children:\"Health tracking that drives real change\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-27e98388-736a-4f0e-a446-044ad503a471, rgb(74, 76, 82))\"},children:\"Health tracking that drives real change\"})}),className:\"framer-19qws0q\",fonts:[\"CUSTOM;TT Hoves Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y9jp0l\",\"data-framer-name\":\"Social Contacts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:44,width:\"44px\"},qzAfYqr74:{height:44,width:\"44px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10etunu-container\",nodeId:\"jX3PsLFHI\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(IconsSocialCopy,{height:\"100%\",id:\"jX3PsLFHI\",layoutId:\"jX3PsLFHI\",style:{height:\"100%\",width:\"100%\"},variant:\"zJBOaeauJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:44,width:\"44px\"},qzAfYqr74:{height:44,width:\"44px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-lkv6cy-container\",nodeId:\"DltI9iV_p\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(IconsSocialCopy,{height:\"100%\",id:\"DltI9iV_p\",layoutId:\"DltI9iV_p\",style:{height:\"100%\",width:\"100%\"},variant:\"G14p9h1fB\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:44,width:\"44px\"},qzAfYqr74:{height:44,width:\"44px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5hjrw0-container\",nodeId:\"ngwDCuaG5\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(IconsSocialCopy,{height:\"100%\",id:\"ngwDCuaG5\",layoutId:\"ngwDCuaG5\",style:{height:\"100%\",width:\"100%\"},variant:\"MYJuLVSFg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:44,width:\"44px\"},qzAfYqr74:{height:44,width:\"44px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d0tfgx-container\",nodeId:\"EUcw_4Sf8\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(IconsSocialCopy,{height:\"100%\",id:\"EUcw_4Sf8\",layoutId:\"EUcw_4Sf8\",style:{height:\"100%\",width:\"100%\"},variant:\"woRCEjwFv\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:44,width:\"44px\"},qzAfYqr74:{height:44,width:\"44px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-plqnbt-container\",nodeId:\"gU_EiyEnx\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(IconsSocialCopy,{height:\"100%\",id:\"gU_EiyEnx\",layoutId:\"gU_EiyEnx\",style:{height:\"100%\",width:\"100%\"},variant:\"qliCLFxNl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:44,width:\"44px\"},qzAfYqr74:{height:44,width:\"44px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bnyoi1-container\",nodeId:\"uZjfy5f_s\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(IconsSocialCopy,{height:\"100%\",id:\"uZjfy5f_s\",layoutId:\"uZjfy5f_s\",style:{height:\"100%\",width:\"100%\"},variant:\"o0AmC7oUX\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:44,width:\"44px\"},qzAfYqr74:{height:44,width:\"44px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1am8gvo-container\",nodeId:\"VCb8XXFLp\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(IconsSocialCopy,{height:\"100%\",id:\"VCb8XXFLp\",layoutId:\"VCb8XXFLp\",style:{height:\"100%\",width:\"100%\"},variant:\"VGyoJGkSn\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eev1ke\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i9c5ur-container\",nodeId:\"H92nKX64h\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{rhVkHWkB5:resolvedLinks9[3]},kr7vbumEb:{rhVkHWkB5:resolvedLinks9[1]},qzAfYqr74:{rhVkHWkB5:resolvedLinks9[2]}},children:/*#__PURE__*/_jsx(ButtonBigCopy2,{aPQr6FT9k:17,dzLqzwdWi:B7CMTKDe0,fwZeIgwWT:\"rgb(1, 59, 49)\",height:\"100%\",id:\"H92nKX64h\",layoutId:\"H92nKX64h\",ocEot2V19:true,OMDKuiSCX:\"var(--token-58a5b9b4-d733-448b-883e-52b69f9296be, rgb(255, 255, 255))\",rhVkHWkB5:resolvedLinks9[0],style:{height:\"100%\"},variant:\"Eg21i5J4l\",width:\"100%\",yzPq_gw_B:20})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1259xkm-container\",nodeId:\"gLNyDoBl0\",scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(ButtonBigCopy2,{aPQr6FT9k:17,dzLqzwdWi:\"Log In\",fwZeIgwWT:\"rgb(1, 59, 49)\",height:\"100%\",id:\"gLNyDoBl0\",layoutId:\"gLNyDoBl0\",ocEot2V19:true,OMDKuiSCX:\"var(--token-58a5b9b4-d733-448b-883e-52b69f9296be, rgb(255, 255, 255))\",rhVkHWkB5:\"https://app.levels.com/home/login\",style:{height:\"100%\",width:\"100%\"},variant:\"RG8Jz9pgy\",width:\"100%\",yzPq_gw_B:20})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uqopci\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-27e98388-736a-4f0e-a446-044ad503a471, rgb(74, 76, 82))\"},children:[\"Email us: \",/*#__PURE__*/_jsx(Link,{href:\"mailto:support@levelshealth.com\",motionChild:true,nodeId:\"nuuSKn8LI\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"support@levels.com\"})})]})}),className:\"framer-1yj5lad\",fonts:[\"CUSTOM;TT Hoves Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-60wb3n\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12m3t56\",\"data-framer-name\":\"Menu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-157n0ct\",\"data-styles-preset\":\"HEp5tHtDT\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":cq0Fd2RuZ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},motionChild:true,nodeId:\"aRsH1pA9R\",openInNewTab:false,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Levels App\"})})})}),className:\"framer-a4yiig\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-157n0ct\",\"data-styles-preset\":\"HEp5tHtDT\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":ZVjfY0TM3\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},motionChild:true,nodeId:\"Jne6U9nyJ\",openInNewTab:false,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Levels Labs\"})})})}),className:\"framer-mhey99\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-157n0ct\",\"data-styles-preset\":\"HEp5tHtDT\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":FgE3amSNJ\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},motionChild:true,nodeId:\"rlnoiakg8\",openInNewTab:false,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"CGM\"})})})}),className:\"framer-ep2zfl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-157n0ct\",\"data-styles-preset\":\"HEp5tHtDT\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":fFGix_0L0\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},motionChild:true,nodeId:\"P78RqIBku\",openInNewTab:false,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Dietitian\"})})})}),className:\"framer-2yrj6c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-157n0ct\",\"data-styles-preset\":\"HEp5tHtDT\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":tLg4kvLWA\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},motionChild:true,nodeId:\"U3x99CdhP\",openInNewTab:false,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"FAQ\"})})})}),className:\"framer-1gyo17r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-157n0ct\",\"data-styles-preset\":\"HEp5tHtDT\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.levels.com/blog\",motionChild:true,nodeId:\"GTVQnsEX5\",openInNewTab:false,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Blog\"})})})}),className:\"framer-zfs1st\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l91bug\",\"data-framer-name\":\"Footer links\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e3mowg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://support.levels.com/\",motionChild:true,nodeId:\"kU6AKghOL\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Support\"})})})}),className:\"framer-oetpqi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.levels.com/gift-card\",motionChild:true,nodeId:\"fxYX6J8hl\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Gift Levels\"})})})}),className:\"framer-1l08mb8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://levelshealth.notion.site/Levels-Assets-for-Media-Content-Creators-January-2022-f7e9b3066e2444cfae92dc786c2f8a32\",motionChild:true,nodeId:\"PwwYdz4aB\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Media & Creators\"})})})}),className:\"framer-1g75xf4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://levels.link/partner\",motionChild:true,nodeId:\"dIFCnCBzC\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Partner with Us\"})})})}),className:\"framer-jo6yud\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://support.levels.com/article/43-refund-policy\",motionChild:true,nodeId:\"jzT8K4I5H\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Refund Policy\"})})})}),className:\"framer-nuy2wu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.levels.com/blog/article_types/how-we-work\",motionChild:true,nodeId:\"g9Tpuv6pv\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Publications\"})})})}),className:\"framer-4hta6i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://levels.link/careers\",motionChild:true,nodeId:\"nxS0OysHj\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Careers\"})})})}),className:\"framer-1s41obz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://levelshealth.notion.site/Levels-Investor-Updates-1bd2fda97936805a9950cab795d59ec7\",motionChild:true,nodeId:\"WzMjaeGJd\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Investor updates\"})})})}),className:\"framer-1xebp4w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.levels.com/inside-the-company-category/friday-forum\",motionChild:true,nodeId:\"SaRM6b3HB\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Friday Forums\"})})})}),className:\"framer-12kq0ud\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@levels\",motionChild:true,nodeId:\"x_jk7S74G\",openInNewTab:true,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Videos\"})})})}),className:\"framer-1mz6e8w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://levels.link/privacy\",motionChild:true,nodeId:\"hV2qHV0wv\",openInNewTab:false,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Privacy Policy\"})})})}),className:\"framer-403ziz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ha8dj7\",\"data-styles-preset\":\"YsKeTu7nh\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.levels.com/terms-of-service?preview=true\",motionChild:true,nodeId:\"vVU6pldA2\",openInNewTab:false,relValues:[],scopeId:\"rh4JmlsFx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Terms of Service\"})})})}),className:\"framer-4v48z4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-479r16\",\"data-border\":true,\"data-framer-name\":\"Copyright\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-58a5b9b4-d733-448b-883e-52b69f9296be, rgb(255, 255, 255))\"},children:\"\\xa9 2025 Levels Health\"})}),className:\"framer-129bpdl\",fonts:[\"CUSTOM;TT Hoves Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ambe9e\",\"data-framer-name\":\"Scroll up\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q4islt\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-66f8bc94-4447-426a-af48-bbb9979e634e, rgb(157, 167, 168))\"},children:\"The Levels program, products, and services are intended only for maintaining and encouraging a healthy lifestyle and are not to be used for the diagnosis, cure, management, prevention, or treatment of any disease or condition.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIFJlZ3VsYXI=\",\"--framer-font-family\":'\"TT Hoves Regular\", \"TT Hoves Regular Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-66f8bc94-4447-426a-af48-bbb9979e634e, rgb(157, 167, 168))\"},children:\"The Levels app, products, and services should never be used for medication management or dosing decisions.\"})]}),className:\"framer-1paztqx\",fonts:[\"CUSTOM;TT Hoves Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t0e909\",\"data-framer-name\":\"Nav container\",children:/*#__PURE__*/_jsxs(\"nav\",{className:\"framer-z3pb7x\",\"data-border\":true,\"data-framer-name\":\"Navigation Jan 25\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n8027w\",\"data-framer-name\":\"Name\",children:[/*#__PURE__*/_jsx(MotionDivWithScrollToTop1t4ulo4,{className:\"framer-1t4ulo4\",\"data-framer-name\":\"Levels Logo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 96 16\"><path d=\"M 54.271 11.273 L 50.879 2.564 L 48.576 2.564 L 48.555 2.592 L 53.061 13.681 L 55.539 13.681 L 59.966 2.592 L 59.944 2.565 L 57.706 2.565 L 54.313 11.273 Z M 94.517 8.378 L 90.809 6.28 C 90.48 6.093 90.25 5.77 90.256 5.415 C 90.263 4.89 90.731 4.465 91.305 4.465 L 95.216 4.465 L 95.216 2.564 L 91.399 2.564 C 89.648 2.564 88.151 3.879 88.186 5.486 C 88.207 6.464 88.757 7.351 89.668 7.867 L 93.431 9.997 C 93.738 10.17 93.924 10.469 93.93 10.799 C 93.939 11.338 93.418 11.779 92.831 11.779 L 89.192 11.779 L 87.958 13.649 L 87.978 13.681 L 92.787 13.681 C 94.537 13.681 96.034 12.366 96 10.759 C 95.979 9.78 95.428 8.893 94.517 8.378 Z M 79.884 11.78 L 79.884 2.564 L 77.814 2.564 L 77.814 13.681 L 84.003 13.681 L 85.237 11.811 L 85.218 11.779 Z M 26.977 11.78 L 26.977 2.565 L 24.907 2.565 L 24.907 13.681 L 31.095 13.681 L 32.329 11.811 L 32.31 11.78 Z M 37.201 2.514 L 37.201 13.748 L 44.229 13.748 L 44.229 11.827 L 39.093 11.827 L 39.093 9.092 L 43.527 9.092 L 43.527 7.17 L 39.093 7.17 L 39.093 4.435 L 44.229 4.435 L 44.229 2.514 Z M 64.432 2.514 L 64.432 13.748 L 71.459 13.748 L 71.459 11.827 L 66.323 11.827 L 66.323 9.092 L 70.758 9.092 L 70.758 7.17 L 66.323 7.17 L 66.323 4.435 L 71.459 4.435 L 71.459 2.514 Z M 5.192 0.479 L 0 2.073 L 0 15.498 L 0.027 15.519 L 5.219 13.925 L 5.219 0.499 Z M 6.79 9.292 L 6.79 15.498 L 6.817 15.519 L 12.01 13.925 L 12.01 7.719 L 11.981 7.697 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11404687490},qzAfYqr74:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 96 16\"><path d=\"M 54.271 11.273 L 50.879 2.564 L 48.576 2.564 L 48.555 2.592 L 53.061 13.681 L 55.539 13.681 L 59.966 2.592 L 59.944 2.565 L 57.706 2.565 L 54.313 11.273 Z M 94.517 8.378 L 90.809 6.28 C 90.48 6.093 90.25 5.77 90.256 5.415 C 90.263 4.89 90.731 4.465 91.305 4.465 L 95.216 4.465 L 95.216 2.564 L 91.399 2.564 C 89.648 2.564 88.151 3.879 88.186 5.486 C 88.207 6.464 88.757 7.351 89.668 7.867 L 93.431 9.997 C 93.738 10.17 93.924 10.469 93.93 10.799 C 93.939 11.338 93.418 11.779 92.831 11.779 L 89.192 11.779 L 87.958 13.649 L 87.978 13.681 L 92.787 13.681 C 94.537 13.681 96.034 12.366 96 10.759 C 95.979 9.78 95.428 8.893 94.517 8.378 Z M 79.884 11.78 L 79.884 2.564 L 77.814 2.564 L 77.814 13.681 L 84.003 13.681 L 85.237 11.811 L 85.218 11.779 Z M 26.977 11.78 L 26.977 2.565 L 24.907 2.565 L 24.907 13.681 L 31.095 13.681 L 32.329 11.811 L 32.31 11.78 Z M 37.201 2.514 L 37.201 13.748 L 44.229 13.748 L 44.229 11.827 L 39.093 11.827 L 39.093 9.092 L 43.527 9.092 L 43.527 7.17 L 39.093 7.17 L 39.093 4.435 L 44.229 4.435 L 44.229 2.514 Z M 64.432 2.514 L 64.432 13.748 L 71.459 13.748 L 71.459 11.827 L 66.323 11.827 L 66.323 9.092 L 70.758 9.092 L 70.758 7.17 L 66.323 7.17 L 66.323 4.435 L 71.459 4.435 L 71.459 2.514 Z M 5.192 0.479 L 0 2.073 L 0 15.498 L 0.027 15.519 L 5.219 13.925 L 5.219 0.499 Z M 6.79 9.292 L 6.79 15.498 L 6.817 15.519 L 12.01 13.925 L 12.01 7.719 L 11.981 7.697 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11404687490}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tflqrs\",\"data-framer-name\":\"Levels Logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 118 20\"><path d=\"M 66.708 14.091 L 62.538 3.206 L 59.708 3.206 L 59.682 3.24 L 65.22 17.101 L 68.266 17.101 L 73.708 3.241 L 73.682 3.206 L 70.93 3.206 L 66.76 14.091 Z M 116.178 10.472 L 111.62 7.85 C 111.215 7.616 110.933 7.213 110.939 6.769 C 110.949 6.113 111.523 5.581 112.229 5.581 L 117.036 5.581 L 117.036 3.206 L 112.344 3.206 C 110.193 3.206 108.353 4.849 108.395 6.857 C 108.421 8.081 109.098 9.189 110.217 9.833 L 114.843 12.496 C 115.219 12.712 115.448 13.086 115.455 13.499 C 115.467 14.173 114.827 14.724 114.104 14.724 L 109.632 14.724 L 108.115 17.061 L 108.139 17.101 L 114.05 17.101 C 116.201 17.101 118.041 15.457 118 13.449 C 117.974 12.225 117.297 11.116 116.178 10.472 Z M 98.191 14.725 L 98.191 3.206 L 95.647 3.206 L 95.647 17.101 L 103.253 17.101 L 104.771 14.764 L 104.747 14.724 Z M 33.159 14.725 L 33.159 3.206 L 30.614 3.206 L 30.614 17.101 L 38.221 17.101 L 39.738 14.764 L 39.715 14.725 Z M 45.726 3.142 L 45.726 17.185 L 54.364 17.185 L 54.364 14.784 L 48.051 14.784 L 48.051 11.365 L 53.502 11.365 L 53.502 8.962 L 48.051 8.962 L 48.051 5.544 L 54.364 5.544 L 54.364 3.142 Z M 79.197 3.142 L 79.197 17.185 L 87.835 17.185 L 87.835 14.784 L 81.522 14.784 L 81.522 11.365 L 86.974 11.365 L 86.974 8.962 L 81.522 8.962 L 81.522 5.543 L 87.835 5.543 L 87.835 3.142 Z M 6.381 0.599 L 0 2.591 L 0 19.372 L 0.034 19.398 L 6.415 17.407 L 6.415 0.624 Z M 8.346 11.615 L 8.346 19.372 L 8.38 19.398 L 14.762 17.406 L 14.762 9.648 L 14.727 9.621 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:8981000564,withExternalLayout:true})})}),isDisplayed5()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-qs1saw hidden-6yvfl7 hidden-1ak80gb hidden-30vfof\",children:isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:Ad3YQqabL,implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{height:32,y:32}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fjvi6l-container hidden-6yvfl7\",\"data-framer-name\":\"Nav Bar CTA\",name:\"Nav Bar CTA\",nodeId:\"k0pT9QxG_\",rendersWithMotion:true,scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{kMqw10gdK:resolvedLinks10[0]}},children:/*#__PURE__*/_jsx(GetStartedButtonPartnerLinkRedirect1fjvi6lWithMappedReactPropsk906t0,{ESGMYWbdu:B7CMTKDe0,height:\"100%\",id:\"k0pT9QxG_\",layoutId:\"k0pT9QxG_\",name:\"Nav Bar CTA\",style:{height:\"100%\"},variant:\"OGmZOZJSr\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-165rfrg\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{href:undefined}},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.levels.com/blog\",motionChild:true,nodeId:\"qlA0NGvqK\",openInNewTab:true,scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{\"data-border\":true}},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jhy65j framer-bdrhng\",\"data-framer-name\":\"Inline Link\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIERlbWlCb2xk\",\"--framer-font-family\":'\"TT Hoves DemiBold\", \"TT Hoves DemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Blog\"})}),className:\"framer-1dkfx68\",fonts:[\"CUSTOM;TT Hoves DemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{href:undefined}},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":tLg4kvLWA\",pathVariables:{jyLHgc53i},webPageId:\"rh4JmlsFx\"},motionChild:true,nodeId:\"kD4j39SQj\",openInNewTab:false,scopeId:\"rh4JmlsFx\",smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{\"data-border\":true}},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-hpyopv framer-bdrhng\",\"data-framer-name\":\"Inline Link\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIERlbWlCb2xk\",\"--framer-font-family\":'\"TT Hoves DemiBold\", \"TT Hoves DemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"FAQ\"})}),className:\"framer-16vxk0i\",fonts:[\"CUSTOM;TT Hoves DemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{href:undefined}},children:/*#__PURE__*/_jsx(Link,{href:\"https://support.levels.com/\",motionChild:true,nodeId:\"WHH8UDlE2\",openInNewTab:true,scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{\"data-border\":true}},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-iklcg7 framer-bdrhng\",\"data-framer-name\":\"Inline Link\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIERlbWlCb2xk\",\"--framer-font-family\":'\"TT Hoves DemiBold\", \"TT Hoves DemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Support\"})}),className:\"framer-kxljje\",fonts:[\"CUSTOM;TT Hoves DemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{href:undefined}},children:/*#__PURE__*/_jsx(Link,{href:\"https://app.levels.com/home/login\",motionChild:true,nodeId:\"aP6auGD53\",openInNewTab:false,scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IVQCIbABl:{\"data-border\":true}},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-vj1pio framer-bdrhng\",\"data-framer-name\":\"Inline Link\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIERlbWlCb2xk\",\"--framer-font-family\":'\"TT Hoves DemiBold\", \"TT Hoves DemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Login\"})}),className:\"framer-k09v7e\",fonts:[\"CUSTOM;TT Hoves DemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined},{href:Ad3YQqabL,implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kr7vbumEb:{y:36},qzAfYqr74:{y:36}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:39,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2hgetj-container hidden-15vwg9k\",nodeId:\"mY2dbqZQg\",rendersWithMotion:true,scopeId:\"rh4JmlsFx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kr7vbumEb:{AZKlFDYlQ:resolvedLinks11[1]},qzAfYqr74:{AZKlFDYlQ:resolvedLinks11[2]}},children:/*#__PURE__*/_jsx(DJButtonPartnerLinkRedirect2hgetjWithMappedReactProps1cymik9,{AZKlFDYlQ:resolvedLinks11[0],dvBZrKYqX:B7CMTKDe0,height:\"100%\",id:\"mY2dbqZQg\",layoutId:\"mY2dbqZQg\",rG0ZesQeH:false,variant:\"xjmtEXXHW\",width:\"100%\"})})})})})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ITfjn.framer-bdrhng, .framer-ITfjn .framer-bdrhng { display: block; }\",\".framer-ITfjn.framer-6yvfl7 { align-content: center; align-items: center; background-color: #131413; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-ITfjn .framer-14jzfey { align-content: center; align-items: center; background-color: #131413; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 110px 100px 24px 100px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-vbwick { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1bfrgmt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 459px; }\",\".framer-ITfjn .framer-1bnxbkg { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; gap: 0px; height: 507px; max-height: 507px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-15z5voh { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; gap: 0px; height: 1px; max-height: 507px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-oeagqz { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #003b31; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 132px; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-1fqyort, .framer-ITfjn .framer-34zumm, .framer-ITfjn .framer-wgd2xl, .framer-ITfjn .framer-zcfl4e, .framer-ITfjn .framer-zymrfz, .framer-ITfjn .framer-1gs5321, .framer-ITfjn .framer-wl5zd8, .framer-ITfjn .framer-oougwx, .framer-ITfjn .framer-11v9s6b, .framer-ITfjn .framer-pj8qvb, .framer-ITfjn .framer-wxye8s, .framer-ITfjn .framer-39wgyi, .framer-ITfjn .framer-yufhyr, .framer-ITfjn .framer-1rypdw5, .framer-ITfjn .framer-17nuzbw, .framer-ITfjn .framer-1fvu6tt, .framer-ITfjn .framer-1o0g699, .framer-ITfjn .framer-1d0wcv0, .framer-ITfjn .framer-7tey7y, .framer-ITfjn .framer-xy0ufc, .framer-ITfjn .framer-1yyjwsr, .framer-ITfjn .framer-1bevozz, .framer-ITfjn .framer-i2tgps, .framer-ITfjn .framer-3k5jse, .framer-ITfjn .framer-ikbz4n, .framer-ITfjn .framer-df7235, .framer-ITfjn .framer-qm3jpb, .framer-ITfjn .framer-oda7mx, .framer-ITfjn .framer-1q0qnk0, .framer-ITfjn .framer-kocog0, .framer-ITfjn .framer-cqby9i, .framer-ITfjn .framer-xre17c, .framer-ITfjn .framer-1ldqwxy, .framer-ITfjn .framer-r48quz, .framer-ITfjn .framer-1ifxf54, .framer-ITfjn .framer-1jhe3o9, .framer-ITfjn .framer-8dr38e, .framer-ITfjn .framer-1o57gnb, .framer-ITfjn .framer-1dd55jl, .framer-ITfjn .framer-7bvjkr, .framer-ITfjn .framer-1ao7t0d, .framer-ITfjn .framer-4ahltw, .framer-ITfjn .framer-1lyz1dp, .framer-ITfjn .framer-4asmn9, .framer-ITfjn .framer-1eorpbu, .framer-ITfjn .framer-1h2sk0w, .framer-ITfjn .framer-1pmsep8, .framer-ITfjn .framer-v3g5qz, .framer-ITfjn .framer-1qt4gtz, .framer-ITfjn .framer-e2x9zc, .framer-ITfjn .framer-6r51br, .framer-ITfjn .framer-wmycwb, .framer-ITfjn .framer-1waado0, .framer-ITfjn .framer-1sdetmy, .framer-ITfjn .framer-a0vyd0, .framer-ITfjn .framer-18zkkak, .framer-ITfjn .framer-buswa7, .framer-ITfjn .framer-1chwujx, .framer-ITfjn .framer-1h1i6iv, .framer-ITfjn .framer-2sq44r, .framer-ITfjn .framer-1ib4ihy, .framer-ITfjn .framer-z2fzp4, .framer-ITfjn .framer-wpmr9u, .framer-ITfjn .framer-16zlgc5, .framer-ITfjn .framer-58j9ym { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ITfjn .framer-c6yb7m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 99%; overflow: visible; padding: 0px; position: relative; width: 761px; }\",\".framer-ITfjn .framer-9bmx43 { align-content: flex-start; align-items: flex-start; background-color: #eceeed; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 507px; justify-content: center; max-height: 507px; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-1k5gskd, .framer-ITfjn .framer-cl1a57 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1g6araz, .framer-ITfjn .framer-x1zo04, .framer-ITfjn .framer-8wtyi8, .framer-ITfjn .framer-1hofy8s, .framer-ITfjn .framer-kntron, .framer-ITfjn .framer-euxj9y, .framer-ITfjn .framer-1vthujx, .framer-ITfjn .framer-won2ik, .framer-ITfjn .framer-1srqem0, .framer-ITfjn .framer-1u919kf, .framer-ITfjn .framer-sw6dpx, .framer-ITfjn .framer-j6seyx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-14qtipw, .framer-ITfjn .framer-1c6qe0o, .framer-ITfjn .framer-1btg1da, .framer-ITfjn .framer-1hyinlv, .framer-ITfjn .framer-1cyb5i3, .framer-ITfjn .framer-1bq1q0w, .framer-ITfjn .framer-rwcx0n, .framer-ITfjn .framer-1y5thrx, .framer-ITfjn .framer-vbyzv1, .framer-ITfjn .framer-1yvbeco, .framer-ITfjn .framer-t19d4o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-zvh9l8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1vt71wc, .framer-ITfjn .framer-1ux5k8c { --framer-paragraph-spacing: 12px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ITfjn .framer-17i2reh { aspect-ratio: 1.3870967741935485 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); left: -21px; opacity: 0.1; overflow: visible; position: absolute; top: -6px; width: 17px; z-index: 1; }\",\".framer-ITfjn .framer-1nb646u-container { flex: none; height: auto; position: relative; width: 560px; }\",\".framer-ITfjn .framer-3rystv { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #1a1d1c; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 132px; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1dtlgc1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px 6px 0px 6px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1j98o9u { --framer-paragraph-spacing: 8px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ITfjn .framer-11dt2j3 { --framer-paragraph-spacing: 8px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ITfjn .framer-1bx4f9d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-16tac82, .framer-ITfjn .framer-1apoln1, .framer-ITfjn .framer-1r0dcf8, .framer-ITfjn .framer-9ypaxd, .framer-ITfjn .framer-1gk1l1, .framer-ITfjn .framer-v43ihb, .framer-ITfjn .framer-1p15n1x, .framer-ITfjn .framer-5fjfbr, .framer-ITfjn .framer-1b3csc3, .framer-ITfjn .framer-o64n50, .framer-ITfjn .framer-1dkfx68, .framer-ITfjn .framer-16vxk0i, .framer-ITfjn .framer-kxljje, .framer-ITfjn .framer-k09v7e { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ITfjn .framer-1t58m8l-container, .framer-ITfjn .framer-glo4b3-container, .framer-ITfjn .framer-14n0e12-container, .framer-ITfjn .framer-2ouyvk-container, .framer-ITfjn .framer-pxlh4p-container, .framer-ITfjn .framer-1f2ytz6-container, .framer-ITfjn .framer-59572g-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ITfjn .framer-hqiln2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 100px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1yyy4vu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 665px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-8l5akk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 666px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ITfjn .framer-if5jls { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-yv3wkm { align-content: flex-start; align-items: flex-start; background-color: var(--token-58ddd105-93b8-4cfd-9d00-fab142fc34b0, #1a1d1c); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 525px; justify-content: center; overflow: hidden; padding: 24px 56px 0px 56px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-1owqdkx-container { flex: none; height: 56px; position: relative; width: auto; }\",\".framer-ITfjn .framer-uyx19x { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-42dc7342-11b1-4e13-978d-5108e74813a0, #003b31); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 120px; justify-content: center; overflow: hidden; padding: 24px 24px 32px 24px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-6mawrx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ITfjn .framer-1dyixf { flex: none; height: 16px; position: relative; width: 87px; }\",\".framer-ITfjn .framer-1irxi4g { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.05); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: center; align-items: center; background-color: #062b26; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 665px; justify-content: flex-start; overflow: hidden; padding: 56px 0px 0px 0px; position: relative; width: 505px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-283mcx-container { bottom: -8px; flex: none; height: 617px; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-ITfjn .framer-1j5kamp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 96px 100px 96px 100px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1ckhysz, .framer-ITfjn .framer-1uxmgdv, .framer-ITfjn .framer-1kwk522, .framer-ITfjn .framer-6lpf26, .framer-ITfjn .framer-1j24e6i, .framer-ITfjn .framer-18chf4t, .framer-ITfjn .framer-55k31b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 820px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1nwf8xb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 294px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1jcqsrg-container, .framer-ITfjn .framer-1a3jfuy-container, .framer-ITfjn .framer-mmerdz-container, .framer-ITfjn .framer-gkdz2n-container { flex: none; height: 100%; position: relative; width: 301px; }\",\".framer-ITfjn .framer-1fzy9qv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 96px 100px 56px 100px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1c8lehr-container { flex: none; height: auto; position: relative; width: 1240px; }\",\".framer-ITfjn .framer-8kfw3a, .framer-ITfjn .framer-k8hk24, .framer-ITfjn .framer-kvd1qc, .framer-ITfjn .framer-1u0jrcg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 96px 100px 96px 100px; position: relative; scroll-margin-top: 56px; width: 100%; }\",\".framer-ITfjn .framer-ccceob, .framer-ITfjn .framer-1ok0c5l, .framer-ITfjn .framer-1b8t147, .framer-ITfjn .framer-z7elxe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1jmog8l, .framer-ITfjn .framer-xpr2ux, .framer-ITfjn .framer-189458a, .framer-ITfjn .framer-mf2q5o, .framer-ITfjn .framer-up26ka, .framer-ITfjn .framer-1cgic6h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-f7tzzu, .framer-ITfjn .framer-cr9j1q, .framer-ITfjn .framer-1nn4d0j, .framer-ITfjn .framer-on1ky4, .framer-ITfjn .framer-1tvpetv, .framer-ITfjn .framer-6fneyn { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.05); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: flex-start; align-items: flex-start; background-color: #1a1d1c; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 524px; justify-content: center; overflow: hidden; padding: 44px 56px 44px 56px; position: relative; width: 715px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-lu2usu, .framer-ITfjn .framer-nb6aaq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1we891k-container, .framer-ITfjn .framer-n040iz-container, .framer-ITfjn .framer-1bwm8cw-container, .framer-ITfjn .framer-1vl4jkz-container, .framer-ITfjn .framer-1n2pgim-container, .framer-ITfjn .framer-13vipvy-container, .framer-ITfjn .framer-2hgetj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ITfjn .framer-1foija-container { flex: none; height: 524px; position: relative; width: 505px; }\",\".framer-ITfjn .framer-14gbqvi, .framer-ITfjn .framer-136x0wa, .framer-ITfjn .framer-3h7eqi, .framer-ITfjn .framer-7xwcq4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1sl78f1, .framer-ITfjn .framer-1sffcy1, .framer-ITfjn .framer-i3kmt7, .framer-ITfjn .framer-1ijhe8b, .framer-ITfjn .framer-p9f9ag, .framer-ITfjn .framer-t22whw, .framer-ITfjn .framer-1st9b5b, .framer-ITfjn .framer-6j93bj, .framer-ITfjn .framer-1jtqz6g, .framer-ITfjn .framer-knxaow, .framer-ITfjn .framer-1k162bp, .framer-ITfjn .framer-1q8tt6y { align-content: flex-start; align-items: flex-start; background-color: #1a1d1c; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 297px; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 1px; }\",\".framer-ITfjn .framer-c9m044, .framer-ITfjn .framer-cc5pd5, .framer-ITfjn .framer-uhninl, .framer-ITfjn .framer-tmxke0, .framer-ITfjn .framer-rlwgxj, .framer-ITfjn .framer-1p28wi3, .framer-ITfjn .framer-1eibzic, .framer-ITfjn .framer-5cpj1y { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ITfjn .framer-1ba2fe5, .framer-ITfjn .framer-1fyzovn, .framer-ITfjn .framer-doned0, .framer-ITfjn .framer-113xj5g, .framer-ITfjn .framer-1h2m1v7, .framer-ITfjn .framer-1ehv1hh, .framer-ITfjn .framer-mhb5st, .framer-ITfjn .framer-1o3qrq5, .framer-ITfjn .framer-100tjlt, .framer-ITfjn .framer-484hs8, .framer-ITfjn .framer-etauc8, .framer-ITfjn .framer-xkf8rr { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; }\",\".framer-ITfjn .framer-15lo9ay, .framer-ITfjn .framer-ohfges, .framer-ITfjn .framer-tov1sg, .framer-ITfjn .framer-gtfo60, .framer-ITfjn .framer-1hoz0jz, .framer-ITfjn .framer-1x3qwhs, .framer-ITfjn .framer-139h45c, .framer-ITfjn .framer-tslmv0, .framer-ITfjn .framer-q7fbvf, .framer-ITfjn .framer-oc1gu7, .framer-ITfjn .framer-ycu3sh, .framer-ITfjn .framer-1k89766 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-qtdq3p, .framer-ITfjn .framer-1t2xuyf, .framer-ITfjn .framer-oq6c8b, .framer-ITfjn .framer-1jg46ku { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ITfjn .framer-nwqrjv, .framer-ITfjn .framer-1fha730, .framer-ITfjn .framer-y8ygyq, .framer-ITfjn .framer-12cpjj0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 524px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-110qgxa, .framer-ITfjn .framer-zapg6b, .framer-ITfjn .framer-ps937j { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.05); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: flex-start; align-items: flex-start; background-color: #003b31; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 524px; justify-content: center; overflow: hidden; padding: 44px 56px 44px 56px; position: relative; width: 505px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-1pdbw5p, .framer-ITfjn .framer-s2qh7u, .framer-ITfjn .framer-16fh0ad { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; gap: 0px; height: 524px; position: relative; width: 1px; }\",\".framer-ITfjn .framer-qcoapf, .framer-ITfjn .framer-1791aiv { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.05); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; background-color: #1b1d1c; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; gap: 0px; height: 524px; overflow: hidden; position: relative; width: 505px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-16ic6pg { aspect-ratio: 0.6894150445351417 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 803px); left: -30px; position: absolute; top: 43px; width: 554px; }\",\".framer-ITfjn .framer-nmd919 { flex: none; height: 611px; left: calc(50.09900990099012% - 422px / 2); position: absolute; top: 0px; width: 422px; }\",\".framer-ITfjn .framer-17uessd, .framer-ITfjn .framer-gdqi88, .framer-ITfjn .framer-1x7x54v { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.05); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; gap: 0px; height: 524px; overflow: hidden; position: relative; width: 505px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-vbumwx { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.05); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: flex-start; align-items: flex-start; background-color: #003b31; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 524px; justify-content: center; overflow: hidden; padding: 44px 56px 44px 56px; position: relative; width: 715px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-17fpxlc { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.05); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; background-color: #1b1d1c; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; gap: 0px; height: 524px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ITfjn .framer-wow5t1 { flex: none; height: 611px; left: calc(50.09900990099012% - 422px / 2); position: absolute; top: 44px; width: 422px; }\",\".framer-ITfjn .framer-1vzotuh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 96px 100px 72px 100px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-18ngeyg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-4kfgec { align-content: center; align-items: center; background-color: #003b31; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-bvm881 { align-content: center; align-items: center; background-color: #003b31; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-z4hrak { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 820px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1u7ie48 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1q58wy6 { flex: none; height: 16px; position: relative; width: 88px; }\",\".framer-ITfjn .framer-iof5nr { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 692px; word-break: break-word; word-wrap: break-word; }\",\".framer-ITfjn .framer-29fb5h { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 38px; justify-content: center; overflow: visible; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ITfjn .framer-120fasi { align-content: center; align-items: center; background-color: #eceeed; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-qny7ht { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 96px 100px 96px 100px; position: relative; scroll-margin-top: 100px; width: 100%; }\",\".framer-ITfjn .framer-51grtz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1jyvj0z-container { flex: none; height: auto; max-width: 840px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1xlbhlr { --border-bottom-width: 0px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #131413; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 54px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 100px 50px 100px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-865bnn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-3pz1ec { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 470px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-83l9w9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-2bhhe6-container { flex: none; height: 26px; position: relative; width: 161px; }\",\".framer-ITfjn .framer-19qws0q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ITfjn .framer-1y9jp0l { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-10etunu-container, .framer-ITfjn .framer-lkv6cy-container, .framer-ITfjn .framer-5hjrw0-container, .framer-ITfjn .framer-1d0tfgx-container, .framer-ITfjn .framer-plqnbt-container, .framer-ITfjn .framer-1bnyoi1-container, .framer-ITfjn .framer-1am8gvo-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 56px; }\",\".framer-ITfjn .framer-1eev1ke { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-1i9c5ur-container { flex: none; height: 49px; position: relative; width: auto; }\",\".framer-ITfjn .framer-1259xkm-container { flex: none; height: 49px; position: relative; width: 120px; }\",\".framer-ITfjn .framer-uqopci { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ITfjn .framer-1yj5lad { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ITfjn .framer-60wb3n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; max-width: 500px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-12m3t56 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 200px; }\",\".framer-ITfjn .framer-a4yiig, .framer-ITfjn .framer-mhey99, .framer-ITfjn .framer-ep2zfl, .framer-ITfjn .framer-2yrj6c, .framer-ITfjn .framer-1gyo17r, .framer-ITfjn .framer-zfs1st { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-ITfjn .framer-l91bug { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 200px; }\",\".framer-ITfjn .framer-e3mowg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ITfjn .framer-oetpqi, .framer-ITfjn .framer-1l08mb8, .framer-ITfjn .framer-1g75xf4, .framer-ITfjn .framer-jo6yud, .framer-ITfjn .framer-nuy2wu, .framer-ITfjn .framer-4hta6i, .framer-ITfjn .framer-1s41obz, .framer-ITfjn .framer-1xebp4w, .framer-ITfjn .framer-12kq0ud, .framer-ITfjn .framer-1mz6e8w, .framer-ITfjn .framer-403ziz, .framer-ITfjn .framer-4v48z4 { flex: none; height: auto; opacity: 0.8; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-ITfjn .framer-479r16 { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.06); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 40px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-129bpdl { --framer-link-hover-text-color: rgba(153, 153, 153, 0.6); --framer-link-text-decoration: none; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ITfjn .framer-1ambe9e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-ITfjn .framer-q4islt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 8px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 4px; }\",\".framer-ITfjn .framer-1paztqx { --framer-link-hover-text-color: rgba(153, 153, 153, 0.6); --framer-link-text-decoration: none; flex: none; height: auto; max-width: 100%; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ITfjn .framer-t0e909 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: fixed; top: 20px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-ITfjn .framer-z3pb7x { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.03); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; -webkit-backdrop-filter: blur(36px); align-content: center; align-items: center; backdrop-filter: blur(36px); background-color: rgba(26, 29, 28, 0.8); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 70px; justify-content: space-between; max-width: 1240px; overflow: hidden; padding: 16px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ITfjn .framer-1n8027w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ITfjn .framer-1t4ulo4 { flex: none; height: 20px; overflow: hidden; position: relative; width: 118px; }\",\".framer-ITfjn .framer-1tflqrs { flex: none; height: 20px; left: calc(50.00000000000002% - 118px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 118px; }\",\".framer-ITfjn .framer-qs1saw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; min-width: 196px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ITfjn .framer-1fjvi6l-container { flex: none; height: 32px; position: relative; width: auto; }\",\".framer-ITfjn .framer-165rfrg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ITfjn .framer-jhy65j, .framer-ITfjn .framer-hpyopv, .framer-ITfjn .framer-iklcg7, .framer-ITfjn .framer-vj1pio { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 4px; position: relative; text-decoration: none; width: min-content; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,'.framer-ITfjn[data-border=\"true\"]::after, .framer-ITfjn [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-ITfjn.framer-6yvfl7 { width: 1200px; } .framer-ITfjn .framer-14jzfey { max-width: 1200px; padding: 110px 40px 40px 40px; } .framer-ITfjn .framer-oeagqz { height: 120px; } .framer-ITfjn .framer-c6yb7m { flex: 1 0 0px; width: 1px; } .framer-ITfjn .framer-1k5gskd { gap: 24px; } .framer-ITfjn .framer-1g6araz { gap: 12px; } .framer-ITfjn .framer-14qtipw { gap: 4px; } .framer-ITfjn .framer-17i2reh { left: -20px; } .framer-ITfjn .framer-3rystv { height: 120px; padding: 16px; } .framer-ITfjn .framer-1dtlgc1 { padding: 0px 6px 0px 2px; } .framer-ITfjn .framer-1bx4f9d { gap: 16px; } .framer-ITfjn .framer-hqiln2 { padding: 40px; } .framer-ITfjn .framer-1yyy4vu, .framer-ITfjn .framer-ccceob, .framer-ITfjn .framer-1ok0c5l, .framer-ITfjn .framer-1b8t147, .framer-ITfjn .framer-z7elxe { max-width: 1200px; } .framer-ITfjn .framer-yv3wkm { padding: 40px 40px 0px 40px; } .framer-ITfjn .framer-zcfl4e { max-width: 466px; } .framer-ITfjn .framer-zymrfz { max-width: 520px; } .framer-ITfjn .framer-1owqdkx-container { height: 52px; } .framer-ITfjn .framer-1j5kamp, .framer-ITfjn .framer-8kfw3a, .framer-ITfjn .framer-k8hk24, .framer-ITfjn .framer-kvd1qc, .framer-ITfjn .framer-1u0jrcg { padding: 40px 40px 72px 40px; } .framer-ITfjn .framer-1nwf8xb { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(410px, 1fr)); grid-template-rows: repeat(2, min-content); height: 352px; justify-content: end; max-width: 1200px; } .framer-ITfjn .framer-1jcqsrg-container, .framer-ITfjn .framer-1a3jfuy-container, .framer-ITfjn .framer-mmerdz-container, .framer-ITfjn .framer-gkdz2n-container { align-self: start; height: 167px; justify-self: start; width: 100%; } .framer-ITfjn .framer-1fzy9qv, .framer-ITfjn .framer-1vzotuh { gap: 32px; padding: 40px 40px 72px 40px; } .framer-ITfjn .framer-1c8lehr-container { width: 100%; } .framer-ITfjn .framer-f7tzzu, .framer-ITfjn .framer-cr9j1q, .framer-ITfjn .framer-1nn4d0j, .framer-ITfjn .framer-on1ky4, .framer-ITfjn .framer-6fneyn { align-self: stretch; flex: 1 0 0px; height: auto; padding: 72px 56px 44px 56px; width: 1px; } .framer-ITfjn .framer-39wgyi, .framer-ITfjn .framer-xy0ufc, .framer-ITfjn .framer-qm3jpb, .framer-ITfjn .framer-1ifxf54, .framer-ITfjn .framer-1dd55jl, .framer-ITfjn .framer-1pmsep8, .framer-ITfjn .framer-1qt4gtz, .framer-ITfjn .framer-1waado0, .framer-ITfjn .framer-1ib4ihy { max-width: 472px; } .framer-ITfjn .framer-1foija-container { aspect-ratio: 0.967032967032967 / 1; height: var(--framer-aspect-ratio-supported, 455px); width: 440px; } .framer-ITfjn .framer-nwqrjv, .framer-ITfjn .framer-1fha730, .framer-ITfjn .framer-y8ygyq, .framer-ITfjn .framer-12cpjj0 { height: min-content; } .framer-ITfjn .framer-110qgxa, .framer-ITfjn .framer-1791aiv, .framer-ITfjn .framer-zapg6b, .framer-ITfjn .framer-17uessd, .framer-ITfjn .framer-1x7x54v, .framer-ITfjn .framer-ps937j { height: 455px; width: 440px; } .framer-ITfjn .framer-1pdbw5p, .framer-ITfjn .framer-s2qh7u, .framer-ITfjn .framer-16fh0ad { align-self: stretch; height: auto; } .framer-ITfjn .framer-qcoapf { height: 455px; } .framer-ITfjn .framer-16ic6pg { bottom: -258px; height: var(--framer-aspect-ratio-supported, 639px); left: 49%; top: unset; transform: translateX(-50%); width: 441px; } .framer-ITfjn .framer-nmd919 { bottom: -132px; height: 619px; left: calc(50.09900990099012% - 427px / 2); top: unset; width: 427px; } .framer-ITfjn .framer-vbumwx { flex: 1 0 0px; height: 455px; width: 1px; } .framer-ITfjn .framer-17fpxlc { flex: none; height: 455px; width: 440px; } .framer-ITfjn .framer-wow5t1 { height: 619px; left: calc(50.00000000000002% - 427px / 2); top: 32px; width: 427px; } .framer-ITfjn .framer-up26ka { height: 530px; } .framer-ITfjn .framer-gdqi88 { height: 100%; width: 440px; } .framer-ITfjn .framer-1tvpetv { flex: 1 0 0px; height: 100%; padding: 72px 56px 44px 56px; width: 1px; } .framer-ITfjn .framer-bvm881 { padding: 72px 0px 72px 0px; } .framer-ITfjn .framer-z4hrak { max-width: 828px; } .framer-ITfjn .framer-qny7ht { padding: 72px 40px 72px 40px; } .framer-ITfjn .framer-t0e909 { padding: 0px 40px 0px 40px; } .framer-ITfjn .framer-z3pb7x { height: 64px; }}\",\"@media (min-width: 840px) and (max-width: 1199px) { .framer-ITfjn.framer-6yvfl7 { width: 840px; } .framer-ITfjn .framer-14jzfey { max-width: 840px; padding: 100px 32px 32px 32px; } .framer-ITfjn .framer-vbwick, .framer-ITfjn .framer-1g6araz, .framer-ITfjn .framer-1bx4f9d, .framer-ITfjn .framer-8wtyi8, .framer-ITfjn .framer-kntron, .framer-ITfjn .framer-euxj9y, .framer-ITfjn .framer-won2ik, .framer-ITfjn .framer-1u919kf, .framer-ITfjn .framer-sw6dpx { gap: 12px; } .framer-ITfjn .framer-1bfrgmt, .framer-ITfjn .framer-c6yb7m { flex: 0.5 0 0px; gap: 12px; height: 500px; max-height: 500px; width: 1px; } .framer-ITfjn .framer-1bnxbkg { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 1px; max-height: unset; order: 0; width: 100%; } .framer-ITfjn .framer-oeagqz { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; gap: 4px; height: 100px; order: 2; padding: 12px 20px 12px 20px; } .framer-ITfjn .framer-9bmx43 { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 1px; max-height: unset; order: 0; padding: 24px; } .framer-ITfjn .framer-1k5gskd { gap: 24px; } .framer-ITfjn .framer-14qtipw { gap: 2px; } .framer-ITfjn .framer-1nb646u-container, .framer-ITfjn .framer-1c8lehr-container, .framer-ITfjn .framer-iof5nr { width: 100%; } .framer-ITfjn .framer-hqiln2, .framer-ITfjn .framer-qny7ht { padding: 56px 32px 56px 32px; } .framer-ITfjn .framer-1yyy4vu { height: 613px; max-width: 800px; } .framer-ITfjn .framer-8l5akk { gap: 16px; height: 100%; order: 1; } .framer-ITfjn .framer-if5jls { flex: 1 0 0px; height: 1px; } .framer-ITfjn .framer-yv3wkm { height: 100%; padding: 40px 40px 0px 40px; } .framer-ITfjn .framer-x1zo04 { align-content: center; align-items: center; } .framer-ITfjn .framer-zcfl4e { max-width: 466px; } .framer-ITfjn .framer-zymrfz { max-width: 520px; } .framer-ITfjn .framer-1owqdkx-container { height: 52px; } .framer-ITfjn .framer-uyx19x { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; gap: 4px; height: min-content; padding: 24px 20px 24px 20px; } .framer-ITfjn .framer-1dyixf { aspect-ratio: 5.4375 / 1; height: var(--framer-aspect-ratio-supported, 11px); width: 56px; } .framer-ITfjn .framer-1irxi4g { background-color: unset; flex: 1 0 0px; height: 100%; order: 0; width: 1px; } .framer-ITfjn .framer-283mcx-container { bottom: unset; left: 50%; top: 0px; } .framer-ITfjn .framer-1j5kamp, .framer-ITfjn .framer-8kfw3a, .framer-ITfjn .framer-k8hk24, .framer-ITfjn .framer-kvd1qc, .framer-ITfjn .framer-1u0jrcg { gap: 56px; padding: 56px 32px 56px 32px; } .framer-ITfjn .framer-1ckhysz, .framer-ITfjn .framer-1uxmgdv, .framer-ITfjn .framer-1kwk522, .framer-ITfjn .framer-6lpf26, .framer-ITfjn .framer-1j24e6i, .framer-ITfjn .framer-18chf4t, .framer-ITfjn .framer-55k31b { max-width: 600px; } .framer-ITfjn .framer-1nwf8xb { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: 407px; } .framer-ITfjn .framer-1jcqsrg-container, .framer-ITfjn .framer-1a3jfuy-container, .framer-ITfjn .framer-mmerdz-container, .framer-ITfjn .framer-gkdz2n-container { align-self: start; height: 186px; justify-self: start; width: 100%; } .framer-ITfjn .framer-1fzy9qv, .framer-ITfjn .framer-1vzotuh { gap: 24px; padding: 56px 32px 24px 32px; } .framer-ITfjn .framer-ccceob, .framer-ITfjn .framer-1ok0c5l, .framer-ITfjn .framer-1b8t147, .framer-ITfjn .framer-z7elxe { gap: 16px; max-width: 840px; } .framer-ITfjn .framer-1jmog8l, .framer-ITfjn .framer-189458a { gap: 16px; height: 420px; } .framer-ITfjn .framer-f7tzzu, .framer-ITfjn .framer-1nn4d0j, .framer-ITfjn .framer-on1ky4, .framer-ITfjn .framer-6fneyn { flex: 1 0 0px; height: 100%; order: 0; padding: 44px 32px 44px 32px; width: 1px; } .framer-ITfjn .framer-1foija-container, .framer-ITfjn .framer-1791aiv, .framer-ITfjn .framer-17uessd, .framer-ITfjn .framer-1x7x54v { height: 100%; order: 1; width: 350px; } .framer-ITfjn .framer-14gbqvi, .framer-ITfjn .framer-xpr2ux, .framer-ITfjn .framer-136x0wa, .framer-ITfjn .framer-3h7eqi, .framer-ITfjn .framer-up26ka, .framer-ITfjn .framer-7xwcq4 { gap: 16px; } .framer-ITfjn .framer-1sl78f1, .framer-ITfjn .framer-1sffcy1, .framer-ITfjn .framer-i3kmt7, .framer-ITfjn .framer-1ijhe8b, .framer-ITfjn .framer-p9f9ag, .framer-ITfjn .framer-t22whw { height: 280px; padding: 20px; } .framer-ITfjn .framer-1ba2fe5, .framer-ITfjn .framer-1fyzovn, .framer-ITfjn .framer-doned0, .framer-ITfjn .framer-113xj5g, .framer-ITfjn .framer-1h2m1v7, .framer-ITfjn .framer-1ehv1hh, .framer-ITfjn .framer-mhb5st, .framer-ITfjn .framer-1o3qrq5, .framer-ITfjn .framer-100tjlt, .framer-ITfjn .framer-484hs8, .framer-ITfjn .framer-etauc8, .framer-ITfjn .framer-xkf8rr { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; } .framer-ITfjn .framer-nwqrjv, .framer-ITfjn .framer-1fha730, .framer-ITfjn .framer-12cpjj0 { gap: 16px; height: min-content; } .framer-ITfjn .framer-110qgxa, .framer-ITfjn .framer-zapg6b, .framer-ITfjn .framer-ps937j { align-self: stretch; height: auto; padding: 32px; width: 350px; } .framer-ITfjn .framer-1hofy8s, .framer-ITfjn .framer-1vthujx, .framer-ITfjn .framer-1srqem0, .framer-ITfjn .framer-j6seyx { gap: 8px; } .framer-ITfjn .framer-xy0ufc, .framer-ITfjn .framer-i2tgps, .framer-ITfjn .framer-qm3jpb, .framer-ITfjn .framer-1ifxf54, .framer-ITfjn .framer-1dd55jl, .framer-ITfjn .framer-1pmsep8, .framer-ITfjn .framer-1qt4gtz, .framer-ITfjn .framer-1waado0, .framer-ITfjn .framer-1ib4ihy { max-width: 320px; } .framer-ITfjn .framer-1pdbw5p, .framer-ITfjn .framer-s2qh7u, .framer-ITfjn .framer-16fh0ad { height: 363px; } .framer-ITfjn .framer-cr9j1q { flex: 1 0 0px; height: 360px; order: 0; padding: 44px 32px 44px 32px; width: 1px; } .framer-ITfjn .framer-qcoapf { align-self: stretch; height: auto; order: 1; width: 332px; } .framer-ITfjn .framer-16ic6pg { bottom: -186px; height: var(--framer-aspect-ratio-supported, 518px); left: -12px; right: -12px; top: unset; width: unset; } .framer-ITfjn .framer-nmd919 { bottom: -59px; height: 479px; left: 0px; right: 0px; top: unset; width: unset; } .framer-ITfjn .framer-mf2q5o, .framer-ITfjn .framer-y8ygyq, .framer-ITfjn .framer-1cgic6h { gap: 16px; height: 363px; } .framer-ITfjn .framer-1st9b5b, .framer-ITfjn .framer-6j93bj, .framer-ITfjn .framer-1jtqz6g, .framer-ITfjn .framer-knxaow, .framer-ITfjn .framer-1k162bp, .framer-ITfjn .framer-1q8tt6y { gap: 24px; height: 260px; padding: 32px 20px 20px 20px; } .framer-ITfjn .framer-vbumwx { flex: 1 0 0px; height: 100%; padding: 32px; width: 1px; } .framer-ITfjn .framer-17fpxlc { flex: none; height: 100%; width: 350px; } .framer-ITfjn .framer-wow5t1 { height: 489px; left: calc(50.00000000000002% - 550px / 2); top: 24px; width: 550px; } .framer-ITfjn .framer-gdqi88 { align-self: stretch; height: auto; order: 1; width: 350px; } .framer-ITfjn .framer-1tvpetv { flex: 1 0 0px; height: min-content; order: 0; padding: 44px 32px 44px 32px; width: 1px; } .framer-ITfjn .framer-bvm881 { gap: 56px; padding: 56px 0px 56px 0px; } .framer-ITfjn .framer-z4hrak { max-width: 752px; } .framer-ITfjn .framer-1xlbhlr { gap: 60px; padding: 40px; } .framer-ITfjn .framer-865bnn { align-content: unset; align-items: unset; display: grid; gap: 60px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); justify-content: center; max-width: 840px; } .framer-ITfjn .framer-3pz1ec { align-self: start; justify-content: flex-start; justify-self: start; } .framer-ITfjn .framer-83l9w9 { gap: 20px; } .framer-ITfjn .framer-10etunu-container, .framer-ITfjn .framer-lkv6cy-container, .framer-ITfjn .framer-5hjrw0-container, .framer-ITfjn .framer-1d0tfgx-container, .framer-ITfjn .framer-plqnbt-container, .framer-ITfjn .framer-1bnyoi1-container, .framer-ITfjn .framer-1am8gvo-container { height: var(--framer-aspect-ratio-supported, 44px); width: 44px; } .framer-ITfjn .framer-60wb3n { align-self: start; justify-self: start; max-width: 600px; } .framer-ITfjn .framer-12m3t56, .framer-ITfjn .framer-l91bug { flex: 1 0 0px; width: 1px; } .framer-ITfjn .framer-479r16 { max-width: 840px; } .framer-ITfjn .framer-t0e909 { padding: 0px 32px 0px 32px; } .framer-ITfjn .framer-z3pb7x { height: 64px; } .framer-ITfjn .framer-1tflqrs { height: 16px; left: calc(50.00000000000002% - 96px / 2); top: calc(50.00000000000002% - 16px / 2); width: 96px; }}\",\"@media (max-width: 839px) { .framer-ITfjn.framer-6yvfl7 { width: 390px; } .framer-ITfjn .framer-14jzfey { gap: 32px; max-width: 560px; padding: 92px 16px 16px 16px; } .framer-ITfjn .framer-vbwick, .framer-ITfjn .framer-1jmog8l, .framer-ITfjn .framer-14gbqvi, .framer-ITfjn .framer-xpr2ux, .framer-ITfjn .framer-189458a, .framer-ITfjn .framer-136x0wa, .framer-ITfjn .framer-mf2q5o, .framer-ITfjn .framer-3h7eqi, .framer-ITfjn .framer-up26ka, .framer-ITfjn .framer-1cgic6h, .framer-ITfjn .framer-7xwcq4 { flex-direction: column; gap: 12px; } .framer-ITfjn .framer-1bfrgmt { height: 340px; width: 100%; } .framer-ITfjn .framer-1bnxbkg { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 1px; } .framer-ITfjn .framer-c6yb7m { gap: 12px; width: 100%; } .framer-ITfjn .framer-9bmx43 { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; height: min-content; max-height: unset; order: 0; padding: 16px; } .framer-ITfjn .framer-1k5gskd { gap: 20px; } .framer-ITfjn .framer-1g6araz, .framer-ITfjn .framer-83l9w9 { gap: 12px; } .framer-ITfjn .framer-14qtipw { gap: 2px; } .framer-ITfjn .framer-1nb646u-container, .framer-ITfjn .framer-1c8lehr-container, .framer-ITfjn .framer-iof5nr { width: 100%; } .framer-ITfjn .framer-1bx4f9d, .framer-ITfjn .framer-1ckhysz, .framer-ITfjn .framer-1uxmgdv, .framer-ITfjn .framer-1kwk522, .framer-ITfjn .framer-8wtyi8, .framer-ITfjn .framer-1hofy8s, .framer-ITfjn .framer-kntron, .framer-ITfjn .framer-6lpf26, .framer-ITfjn .framer-euxj9y, .framer-ITfjn .framer-1vthujx, .framer-ITfjn .framer-1j24e6i, .framer-ITfjn .framer-won2ik, .framer-ITfjn .framer-1srqem0, .framer-ITfjn .framer-1u919kf, .framer-ITfjn .framer-18chf4t, .framer-ITfjn .framer-sw6dpx, .framer-ITfjn .framer-j6seyx, .framer-ITfjn .framer-55k31b, .framer-ITfjn .framer-1u7ie48, .framer-ITfjn .framer-51grtz, .framer-ITfjn .framer-1y9jp0l { gap: 8px; } .framer-ITfjn .framer-hqiln2 { max-width: 560px; padding: 40px 16px 40px 16px; } .framer-ITfjn .framer-1yyy4vu, .framer-ITfjn .framer-1nwf8xb { flex-direction: column; height: min-content; } .framer-ITfjn .framer-8l5akk { flex: none; gap: 12px; height: min-content; order: 0; width: 100%; } .framer-ITfjn .framer-yv3wkm { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; gap: 32px; height: min-content; padding: 40px 20px 40px 20px; } .framer-ITfjn .framer-cl1a57 { align-content: center; align-items: center; gap: 32px; max-width: 440px; } .framer-ITfjn .framer-x1zo04 { align-content: center; align-items: center; gap: 8px; order: 0; } .framer-ITfjn .framer-zcfl4e { max-width: 318px; } .framer-ITfjn .framer-zymrfz { max-width: 520px; } .framer-ITfjn .framer-1owqdkx-container { height: 52px; order: 1; } .framer-ITfjn .framer-uyx19x { height: min-content; padding: 20px 24px 20px 24px; } .framer-ITfjn .framer-1irxi4g { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; background-color: unset; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: 607px; justify-content: flex-end; order: 1; padding: 0px; width: 100%; } .framer-ITfjn .framer-283mcx-container { height: 614px; left: 50%; } .framer-ITfjn .framer-1j5kamp { gap: 36px; max-width: 560px; padding: 16px; } .framer-ITfjn .framer-1jcqsrg-container, .framer-ITfjn .framer-1a3jfuy-container, .framer-ITfjn .framer-mmerdz-container, .framer-ITfjn .framer-gkdz2n-container { height: auto; width: 100%; } .framer-ITfjn .framer-1fzy9qv { gap: 24px; max-width: 560px; padding: 16px; } .framer-ITfjn .framer-8kfw3a, .framer-ITfjn .framer-k8hk24, .framer-ITfjn .framer-kvd1qc, .framer-ITfjn .framer-1u0jrcg { gap: 36px; max-width: 560px; padding: 16px; scroll-margin-top: 96px; } .framer-ITfjn .framer-ccceob, .framer-ITfjn .framer-1ok0c5l, .framer-ITfjn .framer-1b8t147, .framer-ITfjn .framer-z7elxe { max-width: 560px; } .framer-ITfjn .framer-f7tzzu, .framer-ITfjn .framer-1nn4d0j, .framer-ITfjn .framer-on1ky4, .framer-ITfjn .framer-1tvpetv, .framer-ITfjn .framer-6fneyn { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; gap: 24px; height: min-content; padding: 24px 16px 24px 16px; width: 100%; } .framer-ITfjn .framer-1foija-container { aspect-ratio: 0.9637404580152672 / 1; height: var(--framer-aspect-ratio-supported, 371px); width: 100%; } .framer-ITfjn .framer-1sl78f1, .framer-ITfjn .framer-1sffcy1, .framer-ITfjn .framer-i3kmt7, .framer-ITfjn .framer-1ijhe8b, .framer-ITfjn .framer-p9f9ag, .framer-ITfjn .framer-t22whw, .framer-ITfjn .framer-1st9b5b, .framer-ITfjn .framer-6j93bj, .framer-ITfjn .framer-1jtqz6g, .framer-ITfjn .framer-knxaow, .framer-ITfjn .framer-1k162bp, .framer-ITfjn .framer-1q8tt6y { flex: none; flex-direction: row; gap: 32px; height: min-content; padding: 24px 32px 24px 32px; width: 100%; } .framer-ITfjn .framer-c9m044, .framer-ITfjn .framer-qtdq3p, .framer-ITfjn .framer-cc5pd5, .framer-ITfjn .framer-uhninl, .framer-ITfjn .framer-1t2xuyf, .framer-ITfjn .framer-tmxke0, .framer-ITfjn .framer-rlwgxj, .framer-ITfjn .framer-oq6c8b, .framer-ITfjn .framer-1p28wi3, .framer-ITfjn .framer-1eibzic, .framer-ITfjn .framer-1jg46ku, .framer-ITfjn .framer-5cpj1y { align-self: stretch; height: auto; padding: 4px 0px 0px 0px; } .framer-ITfjn .framer-1ba2fe5, .framer-ITfjn .framer-1fyzovn, .framer-ITfjn .framer-doned0, .framer-ITfjn .framer-113xj5g, .framer-ITfjn .framer-1h2m1v7, .framer-ITfjn .framer-1ehv1hh, .framer-ITfjn .framer-mhb5st, .framer-ITfjn .framer-1o3qrq5, .framer-ITfjn .framer-100tjlt, .framer-ITfjn .framer-484hs8, .framer-ITfjn .framer-etauc8, .framer-ITfjn .framer-xkf8rr { height: var(--framer-aspect-ratio-supported, 32px); width: 32px; } .framer-ITfjn .framer-15lo9ay, .framer-ITfjn .framer-ohfges, .framer-ITfjn .framer-tov1sg, .framer-ITfjn .framer-gtfo60, .framer-ITfjn .framer-1hoz0jz, .framer-ITfjn .framer-1x3qwhs, .framer-ITfjn .framer-139h45c, .framer-ITfjn .framer-tslmv0, .framer-ITfjn .framer-q7fbvf, .framer-ITfjn .framer-oc1gu7, .framer-ITfjn .framer-ycu3sh, .framer-ITfjn .framer-1k89766, .framer-ITfjn .framer-l91bug { flex: 1 0 0px; width: 1px; } .framer-ITfjn .framer-nwqrjv, .framer-ITfjn .framer-1fha730, .framer-ITfjn .framer-y8ygyq, .framer-ITfjn .framer-12cpjj0 { flex-direction: column; gap: 12px; height: min-content; } .framer-ITfjn .framer-110qgxa, .framer-ITfjn .framer-zapg6b, .framer-ITfjn .framer-ps937j { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: min-content; order: 1; padding: 24px 16px 24px 16px; width: 100%; } .framer-ITfjn .framer-1pdbw5p, .framer-ITfjn .framer-s2qh7u, .framer-ITfjn .framer-16fh0ad { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 373px; order: 0; width: 100%; } .framer-ITfjn .framer-cr9j1q { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: min-content; padding: 24px 16px 24px 16px; width: 100%; } .framer-ITfjn .framer-qcoapf, .framer-ITfjn .framer-1791aiv, .framer-ITfjn .framer-17uessd, .framer-ITfjn .framer-gdqi88, .framer-ITfjn .framer-1x7x54v { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: 373px; width: 100%; } .framer-ITfjn .framer-16ic6pg { height: var(--framer-aspect-ratio-supported, 571px); left: -18px; right: -18px; top: 32px; width: unset; } .framer-ITfjn .framer-nmd919 { height: 500px; left: 6px; right: 7px; width: unset; } .framer-ITfjn .framer-vbumwx { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: min-content; order: 0; padding: 24px 16px 24px 16px; width: 100%; } .framer-ITfjn .framer-17fpxlc { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 373px; order: 1; width: 100%; } .framer-ITfjn .framer-wow5t1 { height: 500px; left: 6px; right: 7px; top: 24px; width: unset; } .framer-ITfjn .framer-1vzotuh { gap: 24px; max-width: 560px; padding: 16px; scroll-margin-top: 96px; } .framer-ITfjn .framer-4kfgec { max-width: 528px; overflow: hidden; } .framer-ITfjn .framer-bvm881 { gap: 24px; padding: 32px 0px 32px 0px; } .framer-ITfjn .framer-z4hrak { gap: 16px; max-width: 560px; padding: 16px; } .framer-ITfjn .framer-1q58wy6 { aspect-ratio: 5.5 / 1; height: var(--framer-aspect-ratio-supported, 10px); width: 56px; } .framer-ITfjn .framer-qny7ht { gap: 24px; max-width: 560px; padding: 32px 16px 32px 16px; } .framer-ITfjn .framer-1xlbhlr { gap: 50px; padding: 44px 16px 44px 16px; } .framer-ITfjn .framer-865bnn { flex-direction: column; gap: 60px; justify-content: flex-start; max-width: 560px; } .framer-ITfjn .framer-10etunu-container, .framer-ITfjn .framer-lkv6cy-container, .framer-ITfjn .framer-5hjrw0-container, .framer-ITfjn .framer-1d0tfgx-container, .framer-ITfjn .framer-plqnbt-container, .framer-ITfjn .framer-1bnyoi1-container, .framer-ITfjn .framer-1am8gvo-container { height: var(--framer-aspect-ratio-supported, 44px); width: 44px; } .framer-ITfjn .framer-60wb3n { gap: 12px; justify-content: flex-start; } .framer-ITfjn .framer-12m3t56 { flex: 1 0 0px; flex-wrap: wrap; width: 1px; } .framer-ITfjn .framer-479r16 { max-width: 560px; padding: 50px 0px 20px 0px; } .framer-ITfjn .framer-t0e909 { padding: 0px 16px 0px 16px; } .framer-ITfjn .framer-z3pb7x { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex-direction: column; height: 56px; padding: 0px; } .framer-ITfjn .framer-1n8027w { gap: unset; height: 56px; justify-content: space-between; order: 0; padding: 0px 4px 0px 12px; width: 100%; z-index: 2; } .framer-ITfjn .framer-1t4ulo4, .framer-ITfjn .framer-1fjvi6l-container { order: 0; } .framer-ITfjn .framer-1tflqrs { height: 16px; left: calc(50.00000000000002% - 96px / 2); top: calc(50.00000000000002% - 16px / 2); width: 96px; } .framer-ITfjn .framer-qs1saw { height: 44px; min-width: unset; order: 1; } .framer-ITfjn .framer-165rfrg { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; } .framer-ITfjn .framer-jhy65j { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-self: unset; gap: 15px; height: 56px; justify-content: flex-start; order: 0; overflow: hidden; width: 100%; } .framer-ITfjn .framer-hpyopv { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-self: unset; gap: 15px; height: 56px; justify-content: flex-start; order: 1; overflow: hidden; width: 100%; } .framer-ITfjn .framer-iklcg7 { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-self: unset; gap: 15px; height: 56px; justify-content: flex-start; order: 2; overflow: hidden; width: 100%; } .framer-ITfjn .framer-vj1pio { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-self: unset; gap: 15px; height: 56px; justify-content: flex-start; order: 3; overflow: hidden; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16195\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kr7vbumEb\":{\"layout\":[\"fixed\",\"auto\"]},\"qzAfYqr74\":{\"layout\":[\"fixed\",\"auto\"]},\"IVQCIbABl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"LTdffNdp3\":{\"pattern\":\":LTdffNdp3\",\"name\":\"hero\"},\"cq0Fd2RuZ\":{\"pattern\":\":cq0Fd2RuZ\",\"name\":\"app\"},\"ZVjfY0TM3\":{\"pattern\":\":ZVjfY0TM3\",\"name\":\"labs\"},\"FgE3amSNJ\":{\"pattern\":\":FgE3amSNJ\",\"name\":\"cgm\"},\"fFGix_0L0\":{\"pattern\":\":fFGix_0L0\",\"name\":\"dietitian\"},\"skKFpTbQ3\":{\"pattern\":\":skKFpTbQ3\",\"name\":\"more\"},\"yUenmqEGI\":{\"pattern\":\":yUenmqEGI\",\"name\":\"testimonials\"},\"tLg4kvLWA\":{\"pattern\":\":tLg4kvLWA\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const Framerrh4JmlsFx=withCSS(Component,css,\"framer-ITfjn\");export default Framerrh4JmlsFx;Framerrh4JmlsFx.displayName=\"Partner\";Framerrh4JmlsFx.defaultProps={height:16195,width:1440};addFonts(Framerrh4JmlsFx,[{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:\"TT Hoves Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/iaqyFx7VYsu0tuUdGSdQAYI44.ttf\"},{family:\"TT Hoves Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/osNz5a4RJkCqGXBTbjsG00JOsP8.ttf\"},{family:\"TT Hoves DemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/VFQb7GJ7jwjD0P3wKawogLusPe0.ttf\"}]},...DJFormFonts,...DJFeaturedFonts,...ButtonBigCopy2Fonts,...VimeoPlayerWithControlsFonts,...DJCardFonts,...AdvisorsFonts,...DjPillFonts,...MealScanCarouselFonts,...CTABannerPartnerFonts,...HowLevelsHelpsFonts,...DJTweetTickerCopyFonts,...FAQQuestionsFonts,...LogoLevelsFonts,...IconsSocialCopyFonts,...GetStartedButtonFonts,...DJButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerrh4JmlsFx\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"LTdffNdp3\\\":{\\\"pattern\\\":\\\":LTdffNdp3\\\",\\\"name\\\":\\\"hero\\\"},\\\"cq0Fd2RuZ\\\":{\\\"pattern\\\":\\\":cq0Fd2RuZ\\\",\\\"name\\\":\\\"app\\\"},\\\"ZVjfY0TM3\\\":{\\\"pattern\\\":\\\":ZVjfY0TM3\\\",\\\"name\\\":\\\"labs\\\"},\\\"FgE3amSNJ\\\":{\\\"pattern\\\":\\\":FgE3amSNJ\\\",\\\"name\\\":\\\"cgm\\\"},\\\"fFGix_0L0\\\":{\\\"pattern\\\":\\\":fFGix_0L0\\\",\\\"name\\\":\\\"dietitian\\\"},\\\"skKFpTbQ3\\\":{\\\"pattern\\\":\\\":skKFpTbQ3\\\",\\\"name\\\":\\\"more\\\"},\\\"yUenmqEGI\\\":{\\\"pattern\\\":\\\":yUenmqEGI\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"tLg4kvLWA\\\":{\\\"pattern\\\":\\\":tLg4kvLWA\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"16195\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kr7vbumEb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qzAfYqr74\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IVQCIbABl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}