{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js", "ssg:https://framerusercontent.com/modules/3zdg81H4ew4JBJvRCCkW/BVwOXRPbHm7Z2c0HU7jk/agHFDFZ94.js", "ssg:https://framerusercontent.com/modules/e1Nvlk73QU4qbcjfUWng/8XIytaK8ypk9d5HC8QE6/AeFnBTGf7.js", "ssg:https://framerusercontent.com/modules/hEEprQSjgy8pqP9ebsRq/X3QwaVhWMBVqdXRwMxxz/gj8IwY_Dj.js", "ssg:https://framerusercontent.com/modules/jUJ3PYTmJC1E0gerh0Ml/TeGoFBWAdYeS0DYDB7rt/ky9I7UTxq.js", "ssg:https://framerusercontent.com/modules/qf09SEEwaoQBeVKlrjo1/dNsd2XKH04bnLDif25uN/nuP83hLe9.js", "ssg:https://framerusercontent.com/modules/AsYq3yEBc4q2HMIk9bwQ/l1Stu19Yml3tLWFig64V/tdfvOhA9v.js", "ssg:https://framerusercontent.com/modules/dR1Ga5RI2rqZ1yL06it5/jWiJJEb1GWYkh8os6v8Z/Tk4bBbySY.js", "ssg:https://framerusercontent.com/modules/9ev27Kl3YGhGjFv8nRy0/v50aNPBLG4Nm4AACqYla/VKR10wKG4.js", "ssg:https://framerusercontent.com/modules/5dFmHCMPTTFdLu3DO0xu/Flkq6Tz8VIZm1dmIzlCE/fPTVvBdO5.js", "ssg:https://framerusercontent.com/modules/76JuLWmjaXiFk7T8myS0/7eXiiHLfQb3jleGRUEOc/ZFTu0Io5O.js", "ssg:https://framerusercontent.com/modules/1ctuWrv2WT1qjWajp2Yt/70KQYSyWbHNo9uUeKWNG/bGV1hUG1I.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail)}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}// https://www.youtube.com/shorts/zwMEhBq4kYM\nif(pathSegments[0]===\"shorts\"){const videoId=pathSegments[1];const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=\"https://i.ytimg.com/vi_webp/\";const ext=\"webp\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"315\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"560\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "// Generated by Framer (315fd46)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Be Vietnam Pro-regular\",\"FS;Be Vietnam Pro-semibold\",\"FS;Be Vietnam Pro-semibold italic\",\"FS;Be Vietnam Pro-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMIUKUCANYOW3DZTE34ZMVXC7KRYZNCO/X3SZZ4Z5SZNM5K75FPPASQ2YRIJMIPUD/G2K4CBVGEH7VFVIC3T6GBHAWO2E2W7YQ.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MPWDEQ5P4DNS7O465A5AXO6KVHWMIF2Z/MNW3HVOPPNJBFIMMG2JLQ6HBXUDB63AO/G6AF2CHLF7U443YAKNG42CSO2I2VD6MV.woff2\",weight:\"600\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WJKF7ZSVN7JYKGBC3HIO62QCENQR7XC4/NQ3OZHSOWM4G3XGD6JNLZKCG2YQULMAG/PNI7JG3UHYTH6JBHJYTD7OCYMALEQKUI.woff2\",weight:\"600\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QHOAY7VCXJYW5ROJFZTESFFPKE4PECFH/A4TFC2ZRICXLRGJI7ECAKBJ7NX7HVNFF/IVQUU3WGE5LT5R7NEHUAZVFIO7Q7WAQA.woff2\",weight:\"400\"}]}];export const css=['.framer-HFj4r .framer-styles-preset-1mq1b3h:not(.rich-text-wrapper), .framer-HFj4r .framer-styles-preset-1mq1b3h.rich-text-wrapper p { --framer-font-family: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss01\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 600; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-HFj4r\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,CycleVariantState,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/3zdg81H4ew4JBJvRCCkW/BVwOXRPbHm7Z2c0HU7jk/agHFDFZ94.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7Yj9IEMfsgZP6Z4LMhpp/2BIHscfHl75xuxIv07Ie/t4kJUwVaH.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={dVYAKmTh5:{hover:true}};const cycleOrder=[\"dVYAKmTh5\",\"oLWj9R7Tj\"];const serializationHash=\"framer-xQ0Tb\";const variantClassNames={dVYAKmTh5:\"framer-v-14s6mtu\",oLWj9R7Tj:\"framer-v-1b1b8m4\"};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 humanReadableVariantMap={\"Desktop: Closed\":\"dVYAKmTh5\",\"Desktop: Open\":\"oLWj9R7Tj\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,AiyNM6EIW:question??props.AiyNM6EIW??\"Question\",PcoTO7nHk:answer??props.PcoTO7nHk??\"Lorem ipsum odor amet, consectetuer adipiscing elit. Duis eleifend auctor auctor habitant nullam id faucibus felis dictumst.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"dVYAKmTh5\"};};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,AiyNM6EIW,PcoTO7nHk,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dVYAKmTh5\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ihqjoj=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(CycleVariantState);});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14s6mtu\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop: Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dVYAKmTh5\",onTap:onTap1ihqjoj,ref:refBinding,style:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250))\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4px\",background:'linear-gradient(150deg, var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255)) /* {\"name\":\"BG\"} */ 18%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box - L1\"} */ 75%)',borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"dVYAKmTh5-hover\":{\"data-framer-name\":undefined},oLWj9R7Tj:{\"data-framer-name\":\"Desktop: Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11cfttd\",\"data-framer-name\":\"Text Wrapper\",layoutDependency:layoutDependency,layoutId:\"r1ttlO2Vw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1qec58k\",\"data-styles-preset\":\"t4kJUwVaH\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgba(237, 204, 96, 0.8))\"},children:\"Question\"})}),className:\"framer-7j0a6y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GpNbZyxDU\",style:{\"--extracted-1lwpl3i\":\"rgba(237, 204, 96, 0.8)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AiyNM6EIW,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"dVYAKmTh5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1qec58k\",\"data-styles-preset\":\"t4kJUwVaH\",children:\"Question\"})})},oLWj9R7Tj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1qec58k\",\"data-styles-preset\":\"t4kJUwVaH\",children:\"Question\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",children:\"Lorem ipsum odor amet, consectetuer adipiscing elit. Duis eleifend auctor auctor habitant nullam id faucibus felis dictumst.\"})}),className:\"framer-t2tv7a\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f_9XaFmI4\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",mask:\"none\",opacity:0,WebkitMask:\"none\"},text:PcoTO7nHk,variants:{\"dVYAKmTh5-hover\":{mask:\"linear-gradient(0deg, rgba(0,0,0,0) 100%, rgb(0, 0, 0) 100%) add\",WebkitMask:\"linear-gradient(0deg, rgba(0,0,0,0) 100%, rgb(0, 0, 0) 100%) add\"},oLWj9R7Tj:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14zi2hh\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"PfEZteolN\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,mask:\"linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0,0,0,1) 89%) add\",WebkitMask:\"linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0,0,0,1) 89%) add\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6omoqy-container\",\"data-framer-name\":\"Icon\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"TLJ_1J5JT-container\",name:\"Icon\",nodeId:\"TLJ_1J5JT\",rendersWithMotion:true,scopeId:\"AeFnBTGf7\",style:{mask:\"linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.14) 18%, rgba(0, 0, 0, 0.4) 61.261261261261254%, rgba(0,0,0,1) 82%) add\",rotate:0,WebkitMask:\"linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.14) 18%, rgba(0, 0, 0, 0.4) 61.261261261261254%, rgba(0,0,0,1) 82%) add\"},variants:{\"dVYAKmTh5-hover\":{mask:\"linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.14) 18%, rgba(0, 0, 0, 0.4) 32%, rgba(0,0,0,1) 82%) add\",rotate:0,WebkitMask:\"linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.14) 18%, rgba(0, 0, 0, 0.4) 32%, rgba(0,0,0,1) 82%) add\"},oLWj9R7Tj:{mask:\"linear-gradient(0deg, rgba(0, 0, 0, 0.1) 23%, rgba(0, 0, 0, 0.14) 33%, rgba(0, 0, 0, 0.4) 48%, rgba(0,0,0,1) 67.1756052927928%) add\",rotate:45,WebkitMask:\"linear-gradient(0deg, rgba(0, 0, 0, 0.1) 23%, rgba(0, 0, 0, 0.14) 33%, rgba(0, 0, 0, 0.4) 48%, rgba(0,0,0,1) 67.1756052927928%) add\"}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d9cd9cae-03fa-4545-9f6b-ea22961aaa5d, rgb(51, 51, 51))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"TLJ_1J5JT\",layoutId:\"TLJ_1J5JT\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({\"dVYAKmTh5-hover\":{color:\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xQ0Tb.framer-1d8mtna, .framer-xQ0Tb .framer-1d8mtna { display: block; }\",\".framer-xQ0Tb.framer-14s6mtu { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px 24px 16px 24px; position: relative; width: 536px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xQ0Tb .framer-11cfttd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xQ0Tb .framer-7j0a6y { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xQ0Tb .framer-t2tv7a { flex: none; height: 1px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xQ0Tb .framer-14zi2hh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xQ0Tb .framer-6omoqy-container { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xQ0Tb.framer-14s6mtu, .framer-xQ0Tb .framer-11cfttd, .framer-xQ0Tb .framer-14zi2hh { gap: 0px; } .framer-xQ0Tb.framer-14s6mtu > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-xQ0Tb.framer-14s6mtu > :first-child, .framer-xQ0Tb .framer-14zi2hh > :first-child { margin-left: 0px; } .framer-xQ0Tb.framer-14s6mtu > :last-child, .framer-xQ0Tb .framer-14zi2hh > :last-child { margin-right: 0px; } .framer-xQ0Tb .framer-11cfttd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xQ0Tb .framer-11cfttd > :first-child { margin-top: 0px; } .framer-xQ0Tb .framer-11cfttd > :last-child { margin-bottom: 0px; } .framer-xQ0Tb .framer-14zi2hh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-xQ0Tb.framer-v-1b1b8m4.framer-14s6mtu { align-content: flex-start; align-items: flex-start; }\",\".framer-xQ0Tb.framer-v-1b1b8m4 .framer-11cfttd { gap: 12px; }\",\".framer-xQ0Tb.framer-v-1b1b8m4 .framer-t2tv7a { height: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xQ0Tb.framer-v-1b1b8m4 .framer-11cfttd { gap: 0px; } .framer-xQ0Tb.framer-v-1b1b8m4 .framer-11cfttd > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-xQ0Tb.framer-v-1b1b8m4 .framer-11cfttd > :first-child { margin-top: 0px; } .framer-xQ0Tb.framer-v-1b1b8m4 .framer-11cfttd > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-xQ0Tb[data-border=\"true\"]::after, .framer-xQ0Tb [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 536\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oLWj9R7Tj\":{\"layout\":[\"fixed\",\"auto\"]},\"pLAm4nPZl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"AiyNM6EIW\":\"question\",\"PcoTO7nHk\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAeFnBTGf7=withCSS(Component,css,\"framer-xQ0Tb\");export default FramerAeFnBTGf7;FramerAeFnBTGf7.displayName=\"Elements/FAQ\";FramerAeFnBTGf7.defaultProps={height:64,width:536};addPropertyControls(FramerAeFnBTGf7,{variant:{options:[\"dVYAKmTh5\",\"oLWj9R7Tj\"],optionTitles:[\"Desktop: Closed\",\"Desktop: Open\"],title:\"Variant\",type:ControlType.Enum},AiyNM6EIW:{defaultValue:\"Question\",displayTextArea:false,title:\"Question\",type:ControlType.String},PcoTO7nHk:{defaultValue:\"Lorem ipsum odor amet, consectetuer adipiscing elit. Duis eleifend auctor auctor habitant nullam id faucibus felis dictumst.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerAeFnBTGf7,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAeFnBTGf7\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"AiyNM6EIW\\\":\\\"question\\\",\\\"PcoTO7nHk\\\":\\\"answer\\\"}\",\"framerIntrinsicHeight\":\"64\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"536\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oLWj9R7Tj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pLAm4nPZl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AeFnBTGf7.map", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/3zdg81H4ew4JBJvRCCkW/BVwOXRPbHm7Z2c0HU7jk/agHFDFZ94.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/aoVdsIxiQrB2Hw14Gomq/elod3xg6J7rMqjmf142m/xxeTLMR8z.js\";const cycleOrder=[\"tpH6Eq4__\",\"QtdqtudwC\",\"SHJKXetpc\",\"x1untB8Vy\"];const serializationHash=\"framer-CfJ8r\";const variantClassNames={QtdqtudwC:\"framer-v-116hx7y\",SHJKXetpc:\"framer-v-rqf5wm\",tpH6Eq4__:\"framer-v-yg5hor\",x1untB8Vy:\"framer-v-wg7056\"};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 humanReadableVariantMap={\"Variant 1\":\"tpH6Eq4__\",Large:\"QtdqtudwC\",Medium:\"SHJKXetpc\",Small:\"x1untB8Vy\"};const getProps=({height,id,text,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tpH6Eq4__\",XLARPTAH0:text??props.XLARPTAH0??\"Framer Partner\"};};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,XLARPTAH0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tpH6Eq4__\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-yg5hor\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tpH6Eq4__\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{QtdqtudwC:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},SHJKXetpc:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250))\"},x1untB8Vy:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({QtdqtudwC:{\"data-border\":true,\"data-framer-name\":\"Large\"},SHJKXetpc:{\"data-border\":true,\"data-framer-name\":\"Medium\"},x1untB8Vy:{\"data-border\":true,\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",children:\"Framer Partner\"})}),className:\"framer-rb0qt2\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zkl3c5KX5\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:XLARPTAH0,variants:{QtdqtudwC:{\"--extracted-r6o4lv\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QtdqtudwC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8)))\"},children:\"Framer Partner\"})}),fonts:[\"FS;Be Vietnam Pro-regular\"]},x1untB8Vy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1qphtym\",\"data-styles-preset\":\"xxeTLMR8z\",children:\"Framer Partner\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CfJ8r.framer-1kaevrw, .framer-CfJ8r .framer-1kaevrw { display: block; }\",\".framer-CfJ8r.framer-yg5hor { 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: 198px; }\",\".framer-CfJ8r .framer-rb0qt2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CfJ8r.framer-yg5hor { gap: 0px; } .framer-CfJ8r.framer-yg5hor > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-CfJ8r.framer-yg5hor > :first-child { margin-left: 0px; } .framer-CfJ8r.framer-yg5hor > :last-child { margin-right: 0px; } }\",\".framer-CfJ8r.framer-v-116hx7y.framer-yg5hor { gap: 12px; padding: 2px 8px 2px 6px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CfJ8r.framer-v-116hx7y.framer-yg5hor { gap: 0px; } .framer-CfJ8r.framer-v-116hx7y.framer-yg5hor > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-CfJ8r.framer-v-116hx7y.framer-yg5hor > :first-child { margin-left: 0px; } .framer-CfJ8r.framer-v-116hx7y.framer-yg5hor > :last-child { margin-right: 0px; } }\",\".framer-CfJ8r.framer-v-rqf5wm.framer-yg5hor { padding: 2px 8px 2px 6px; width: min-content; }\",\".framer-CfJ8r.framer-v-wg7056.framer-yg5hor { gap: 6px; padding: 2px 0px 2px 0px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CfJ8r.framer-v-wg7056.framer-yg5hor { gap: 0px; } .framer-CfJ8r.framer-v-wg7056.framer-yg5hor > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-CfJ8r.framer-v-wg7056.framer-yg5hor > :first-child { margin-left: 0px; } .framer-CfJ8r.framer-v-wg7056.framer-yg5hor > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-CfJ8r[data-border=\"true\"]::after, .framer-CfJ8r [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 198\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QtdqtudwC\":{\"layout\":[\"auto\",\"auto\"]},\"SHJKXetpc\":{\"layout\":[\"auto\",\"auto\"]},\"x1untB8Vy\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"XLARPTAH0\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framergj8IwY_Dj=withCSS(Component,css,\"framer-CfJ8r\");export default Framergj8IwY_Dj;Framergj8IwY_Dj.displayName=\"Elements/List Tag\";Framergj8IwY_Dj.defaultProps={height:22,width:198};addPropertyControls(Framergj8IwY_Dj,{variant:{options:[\"tpH6Eq4__\",\"QtdqtudwC\",\"SHJKXetpc\",\"x1untB8Vy\"],optionTitles:[\"Variant 1\",\"Large\",\"Medium\",\"Small\"],title:\"Variant\",type:ControlType.Enum},XLARPTAH0:{defaultValue:\"Framer Partner\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(Framergj8IwY_Dj,[{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:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMIUKUCANYOW3DZTE34ZMVXC7KRYZNCO/X3SZZ4Z5SZNM5K75FPPASQ2YRIJMIPUD/G2K4CBVGEH7VFVIC3T6GBHAWO2E2W7YQ.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framergj8IwY_Dj\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"198\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QtdqtudwC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SHJKXetpc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"x1untB8Vy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"22\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"XLARPTAH0\\\":\\\"text\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gj8IwY_Dj.map", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/3zdg81H4ew4JBJvRCCkW/BVwOXRPbHm7Z2c0HU7jk/agHFDFZ94.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/31eGV2we0AOA8c0DO6It/ppHeHpouoI4UtteGMUaF/WY2cMZneb.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"AIzrEF3LC\",\"WLO1xAYYQ\",\"K79odhr_k\",\"pdh9dpb50\",\"kfmSDQsq7\",\"Vq6hS9Uyd\",\"HbexygLZH\",\"FswWcZKVG\",\"fug8szCM4\"];const serializationHash=\"framer-tukw0\";const variantClassNames={AIzrEF3LC:\"framer-v-mkdud1\",FswWcZKVG:\"framer-v-1aajsav\",fug8szCM4:\"framer-v-pae64v\",HbexygLZH:\"framer-v-964qbf\",K79odhr_k:\"framer-v-i7uk85\",kfmSDQsq7:\"framer-v-3wd1yy\",pdh9dpb50:\"framer-v-suk4b2\",Vq6hS9Uyd:\"framer-v-1nk39gi\",WLO1xAYYQ:\"framer-v-b6jner\"};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 isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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={\"Icon Overflow: Clean\":\"Vq6hS9Uyd\",\"Icon Overflow: Fill\":\"pdh9dpb50\",\"Icon Overflow: Line\":\"kfmSDQsq7\",\"Icon Side: Clean\":\"fug8szCM4\",\"Icon Side: Fill\":\"HbexygLZH\",\"Icon Side: Line\":\"FswWcZKVG\",\"Icon Top: Clean\":\"K79odhr_k\",\"Icon Top: Fill\":\"AIzrEF3LC\",\"Icon Top: Line\":\"WLO1xAYYQ\"};const getProps=({bodyText,height,icon,id,showIcon,title,width,...props})=>{return{...props,b5lyZZ_GG:showIcon??props.b5lyZZ_GG??true,dkLbwmgIn:bodyText??props.dkLbwmgIn??\"Body Text\",owOqFMHta:title??props.owOqFMHta??\"Title\",variant:humanReadableVariantMap[props.variant]??props.variant??\"AIzrEF3LC\",xMNpTyGY5:icon??props.xMNpTyGY5??\"Palette\"};};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,owOqFMHta,dkLbwmgIn,b5lyZZ_GG,xMNpTyGY5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AIzrEF3LC\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=value=>{if([\"pdh9dpb50\",\"kfmSDQsq7\",\"Vq6hS9Uyd\"].includes(baseVariant))return true;return value;};const visible=isSet(dkLbwmgIn);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-mkdud1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Icon Top: Fill\",layoutDependency:layoutDependency,layoutId:\"AIzrEF3LC\",ref:refBinding,style:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250))\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4px\",background:'linear-gradient(150deg, var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255)) /* {\"name\":\"BG\"} */ 18%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box - L1\"} */ 75%)',backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{FswWcZKVG:{background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\"},fug8szCM4:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\"},HbexygLZH:{backgroundColor:\"rgba(0, 0, 0, 0)\"},K79odhr_k:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},kfmSDQsq7:{background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\"},Vq6hS9Uyd:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\"}},...addPropertyOverrides({FswWcZKVG:{\"data-framer-name\":\"Icon Side: Line\"},fug8szCM4:{\"data-framer-name\":\"Icon Side: Clean\"},HbexygLZH:{\"data-framer-name\":\"Icon Side: Fill\"},K79odhr_k:{\"data-framer-name\":\"Icon Top: Clean\"},kfmSDQsq7:{\"data-framer-name\":\"Icon Overflow: Line\"},pdh9dpb50:{\"data-framer-name\":\"Icon Overflow: Fill\"},Vq6hS9Uyd:{\"data-framer-name\":\"Icon Overflow: Clean\"},WLO1xAYYQ:{\"data-framer-name\":\"Icon Top: Line\"}},baseVariant,gestureVariant),children:[isDisplayed(b5lyZZ_GG)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-p25rt5\",\"data-framer-name\":\"Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"vhu6m9nJA\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{FswWcZKVG:{backgroundColor:\"rgba(0, 0, 0, 0)\"},fug8szCM4:{backgroundColor:\"rgba(0, 0, 0, 0)\"},HbexygLZH:{backgroundColor:\"rgba(0, 0, 0, 0)\"},kfmSDQsq7:{backgroundColor:\"var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255))\"},pdh9dpb50:{backgroundColor:\"var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255))\"},Vq6hS9Uyd:{backgroundColor:\"var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255))\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mzfrpg-container\",\"data-framer-name\":\"Icon\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uTTLY1xi2-container\",name:\"Icon\",nodeId:\"uTTLY1xi2\",rendersWithMotion:true,scopeId:\"ky9I7UTxq\",style:{mask:\"linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.14) 29.995425112612615%, rgba(0, 0, 0, 0.4) 61.261261261261254%, rgba(0,0,0,1) 89%) add\",WebkitMask:\"linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.14) 29.995425112612615%, rgba(0, 0, 0, 0.4) 61.261261261261254%, rgba(0,0,0,1) 89%) add\"},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d9cd9cae-03fa-4545-9f6b-ea22961aaa5d, rgb(51, 51, 51))\",height:\"100%\",iconSearch:\"House\",iconSelection:xMNpTyGY5,id:\"uTTLY1xi2\",layoutId:\"uTTLY1xi2\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9p1gpx\",\"data-framer-name\":\"Text Wrapper\",layoutDependency:layoutDependency,layoutId:\"dGbK_y1KR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1mkny7q\",\"data-styles-preset\":\"WY2cMZneb\",children:\"Title\"})}),className:\"framer-xkdtme\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ehhXFd6Yn\",text:owOqFMHta,variants:{kfmSDQsq7:{\"--extracted-a0htzi\":\"rgb(154, 106, 255)\"},pdh9dpb50:{\"--extracted-a0htzi\":\"rgb(237, 204, 96)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kfmSDQsq7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1mkny7q\",\"data-styles-preset\":\"WY2cMZneb\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(154, 106, 255))\"},children:\"Title\"})})},pdh9dpb50:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1mkny7q\",\"data-styles-preset\":\"WY2cMZneb\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(237, 204, 96))\"},children:\"Title\"})})}},baseVariant,gestureVariant)}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",children:\"Body Text\"})}),className:\"framer-1dgql88\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TQhYEbbdv\",text:dkLbwmgIn,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({pdh9dpb50:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"Body Text\"})})}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tukw0.framer-1llj8x8, .framer-tukw0 .framer-1llj8x8 { display: block; }\",\".framer-tukw0.framer-mkdud1 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 288px; }\",\".framer-tukw0 .framer-p25rt5 { 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: min-content; z-index: 1; }\",\".framer-tukw0 .framer-1mzfrpg-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-tukw0 .framer-9p1gpx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tukw0 .framer-xkdtme { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tukw0 .framer-1dgql88 { --framer-text-wrap-override: balance; -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tukw0.framer-mkdud1, .framer-tukw0 .framer-p25rt5, .framer-tukw0 .framer-9p1gpx { gap: 0px; } .framer-tukw0.framer-mkdud1 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-tukw0.framer-mkdud1 > :first-child, .framer-tukw0 .framer-p25rt5 > :first-child, .framer-tukw0 .framer-9p1gpx > :first-child { margin-top: 0px; } .framer-tukw0.framer-mkdud1 > :last-child, .framer-tukw0 .framer-p25rt5 > :last-child, .framer-tukw0 .framer-9p1gpx > :last-child { margin-bottom: 0px; } .framer-tukw0 .framer-p25rt5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tukw0 .framer-9p1gpx > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-tukw0.framer-v-suk4b2.framer-mkdud1, .framer-tukw0.framer-v-3wd1yy.framer-mkdud1, .framer-tukw0.framer-v-1nk39gi.framer-mkdud1 { padding: 40px 32px 32px 32px; }\",\".framer-tukw0.framer-v-suk4b2 .framer-p25rt5, .framer-tukw0.framer-v-3wd1yy .framer-p25rt5, .framer-tukw0.framer-v-1nk39gi .framer-p25rt5 { left: 22px; padding: 0px 4px 4px 4px; position: absolute; top: -23px; }\",\".framer-tukw0.framer-v-964qbf.framer-mkdud1, .framer-tukw0.framer-v-1aajsav.framer-mkdud1, .framer-tukw0.framer-v-pae64v.framer-mkdud1 { align-content: center; align-items: center; flex-direction: row; gap: 20px; padding: 24px; }\",\".framer-tukw0.framer-v-964qbf .framer-p25rt5, .framer-tukw0.framer-v-1aajsav .framer-p25rt5, .framer-tukw0.framer-v-pae64v .framer-p25rt5 { order: 0; }\",\".framer-tukw0.framer-v-964qbf .framer-9p1gpx, .framer-tukw0.framer-v-1aajsav .framer-9p1gpx, .framer-tukw0.framer-v-pae64v .framer-9p1gpx { flex: 1 0 0px; order: 1; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tukw0.framer-v-964qbf.framer-mkdud1 { gap: 0px; } .framer-tukw0.framer-v-964qbf.framer-mkdud1 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-tukw0.framer-v-964qbf.framer-mkdud1 > :first-child { margin-left: 0px; } .framer-tukw0.framer-v-964qbf.framer-mkdud1 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tukw0.framer-v-1aajsav.framer-mkdud1 { gap: 0px; } .framer-tukw0.framer-v-1aajsav.framer-mkdud1 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-tukw0.framer-v-1aajsav.framer-mkdud1 > :first-child { margin-left: 0px; } .framer-tukw0.framer-v-1aajsav.framer-mkdud1 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tukw0.framer-v-pae64v.framer-mkdud1 { gap: 0px; } .framer-tukw0.framer-v-pae64v.framer-mkdud1 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-tukw0.framer-v-pae64v.framer-mkdud1 > :first-child { margin-left: 0px; } .framer-tukw0.framer-v-pae64v.framer-mkdud1 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-tukw0[data-border=\"true\"]::after, .framer-tukw0 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 199\n * @framerIntrinsicWidth 288\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WLO1xAYYQ\":{\"layout\":[\"fixed\",\"auto\"]},\"K79odhr_k\":{\"layout\":[\"fixed\",\"auto\"]},\"pdh9dpb50\":{\"layout\":[\"fixed\",\"auto\"]},\"kfmSDQsq7\":{\"layout\":[\"fixed\",\"auto\"]},\"Vq6hS9Uyd\":{\"layout\":[\"fixed\",\"auto\"]},\"HbexygLZH\":{\"layout\":[\"fixed\",\"auto\"]},\"FswWcZKVG\":{\"layout\":[\"fixed\",\"auto\"]},\"fug8szCM4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"owOqFMHta\":\"title\",\"dkLbwmgIn\":\"bodyText\",\"b5lyZZ_GG\":\"showIcon\",\"xMNpTyGY5\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerky9I7UTxq=withCSS(Component,css,\"framer-tukw0\");export default Framerky9I7UTxq;Framerky9I7UTxq.displayName=\"Components/Box\";Framerky9I7UTxq.defaultProps={height:199,width:288};addPropertyControls(Framerky9I7UTxq,{variant:{options:[\"AIzrEF3LC\",\"WLO1xAYYQ\",\"K79odhr_k\",\"pdh9dpb50\",\"kfmSDQsq7\",\"Vq6hS9Uyd\",\"HbexygLZH\",\"FswWcZKVG\",\"fug8szCM4\"],optionTitles:[\"Icon Top: Fill\",\"Icon Top: Line\",\"Icon Top: Clean\",\"Icon Overflow: Fill\",\"Icon Overflow: Line\",\"Icon Overflow: Clean\",\"Icon Side: Fill\",\"Icon Side: Line\",\"Icon Side: Clean\"],title:\"Variant\",type:ControlType.Enum},owOqFMHta:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},dkLbwmgIn:{defaultValue:\"Body Text\",displayTextArea:true,title:\"Body Text\",type:ControlType.String},b5lyZZ_GG:{defaultValue:true,title:\"Show Icon\",type:ControlType.Boolean},xMNpTyGY5:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Palette\",description:undefined,hidden:undefined,title:\"Icon\"}});addFonts(Framerky9I7UTxq,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerky9I7UTxq\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"owOqFMHta\\\":\\\"title\\\",\\\"dkLbwmgIn\\\":\\\"bodyText\\\",\\\"b5lyZZ_GG\\\":\\\"showIcon\\\",\\\"xMNpTyGY5\\\":\\\"icon\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"288\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WLO1xAYYQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K79odhr_k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pdh9dpb50\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kfmSDQsq7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Vq6hS9Uyd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HbexygLZH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FswWcZKVG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fug8szCM4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"199\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ky9I7UTxq.map", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/3zdg81H4ew4JBJvRCCkW/BVwOXRPbHm7Z2c0HU7jk/agHFDFZ94.js\";import ElementsStars from\"https://framerusercontent.com/modules/g49kpQn2ynRK28F7UWjh/vtkUxl2269XXMZS9Pgu1/tVYLL3fH9.js\";const ElementsStarsFonts=getFonts(ElementsStars);const enabledGestures={gh1f9mw4s:{hover:true}};const cycleOrder=[\"gh1f9mw4s\",\"LsGdYwd6u\",\"et_G9Z0KI\",\"HCQDKfHoS\",\"yrmqLqofI\",\"Nkv18XVmU\",\"NhhMHsTMt\",\"Ey9FJaka8\",\"APKBIOv8K\"];const serializationHash=\"framer-WcPDX\";const variantClassNames={APKBIOv8K:\"framer-v-17ludpd\",et_G9Z0KI:\"framer-v-dt7j0d\",Ey9FJaka8:\"framer-v-1uv9e8m\",gh1f9mw4s:\"framer-v-1wg3fur\",HCQDKfHoS:\"framer-v-1vvs9cr\",LsGdYwd6u:\"framer-v-qpr2ik\",NhhMHsTMt:\"framer-v-it8qc2\",Nkv18XVmU:\"framer-v-1vts8hj\",yrmqLqofI:\"framer-v-qz6dyu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.8,ease:[.7,-.35,.3,1.35],type:\"tween\"};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={\"Center: Clean\":\"APKBIOv8K\",\"Center: Fill\":\"NhhMHsTMt\",\"Center: Line\":\"Ey9FJaka8\",\"Left: Clean\":\"et_G9Z0KI\",\"Left: Fill\":\"gh1f9mw4s\",\"Left: Line\":\"LsGdYwd6u\",\"Right: Clean\":\"Nkv18XVmU\",\"Right: Fill\":\"HCQDKfHoS\",\"Right: Line\":\"yrmqLqofI\"};const getProps=({height,id,name1,review,role,width,...props})=>{return{...props,ePtRxbBKH:name1??props.ePtRxbBKH??\"Name\",variant:humanReadableVariantMap[props.variant]??props.variant??\"gh1f9mw4s\",wmTcwD60X:role??props.wmTcwD60X??\"Role\",ZMdTlQSsb:review??props.ZMdTlQSsb??\"Review\"};};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,ePtRxbBKH,ZMdTlQSsb,wmTcwD60X,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gh1f9mw4s\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1wg3fur\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Left: Fill\",layoutDependency:layoutDependency,layoutId:\"gh1f9mw4s\",ref:refBinding,style:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250))\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4px\",background:'linear-gradient(150deg, var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255)) /* {\"name\":\"BG\"} */ 18%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box - L1\"} */ 75%)',backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"gh1f9mw4s-hover\":{background:'linear-gradient(150deg, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box - L1\"} */ 18%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box - L1\"} */ 75%)',backgroundColor:\"rgba(0, 0, 0, 0)\"},APKBIOv8K:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},et_G9Z0KI:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},Ey9FJaka8:{background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\"},HCQDKfHoS:{backgroundColor:\"rgba(0, 0, 0, 0)\"},LsGdYwd6u:{background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\"},NhhMHsTMt:{backgroundColor:\"rgba(0, 0, 0, 0)\"},Nkv18XVmU:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},yrmqLqofI:{background:\"linear-gradient(150deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 100%)\",backgroundColor:\"rgba(23, 23, 23, 0)\"}},...addPropertyOverrides({\"gh1f9mw4s-hover\":{\"data-framer-name\":undefined},APKBIOv8K:{\"data-framer-name\":\"Center: Clean\"},et_G9Z0KI:{\"data-framer-name\":\"Left: Clean\"},Ey9FJaka8:{\"data-framer-name\":\"Center: Line\"},HCQDKfHoS:{\"data-framer-name\":\"Right: Fill\"},LsGdYwd6u:{\"data-framer-name\":\"Left: Line\"},NhhMHsTMt:{\"data-framer-name\":\"Center: Fill\"},Nkv18XVmU:{\"data-framer-name\":\"Right: Clean\"},yrmqLqofI:{\"data-framer-name\":\"Right: Line\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t48ol8\",layoutDependency:layoutDependency,layoutId:\"tAfHVDwnH\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tc2ukg\",layoutDependency:layoutDependency,layoutId:\"YQyZgKlZ1\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rret4i\",layoutDependency:layoutDependency,layoutId:\"wWAun1bjR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ui37d6\",layoutDependency:layoutDependency,layoutId:\"WKP47anQO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Name\"})}),className:\"framer-qqp8zo\",fonts:[\"FS;Be Vietnam Pro-semibold\"],layoutDependency:layoutDependency,layoutId:\"I45ZdM9Kw\",style:{\"--extracted-1eung3n\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ePtRxbBKH,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8)))\"},children:\"Role\"})}),className:\"framer-1faut38\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"ddjVV7aHB\",style:{\"--extracted-r6o4lv\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:wmTcwD60X,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:14,y:(componentViewport?.y||0)+32+0+0+0+13,...addPropertyOverrides({APKBIOv8K:{y:(componentViewport?.y||0)+0+0+0+0+13},et_G9Z0KI:{y:(componentViewport?.y||0)+0+0+0+0+13},Nkv18XVmU:{y:(componentViewport?.y||0)+0+0+0+0+13}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xd9vie-container\",layoutDependency:layoutDependency,layoutId:\"DbDzLxaT3-container\",nodeId:\"DbDzLxaT3\",rendersWithMotion:true,scopeId:\"nuP83hLe9\",children:/*#__PURE__*/_jsx(ElementsStars,{height:\"100%\",id:\"DbDzLxaT3\",layoutId:\"DbDzLxaT3\",variant:\"hdV_dmoVs\",vGxoefE5g:\"rgb(237, 204, 96)\",width:\"100%\",...addPropertyOverrides({APKBIOv8K:{variant:\"QYDkZaWkm\"},et_G9Z0KI:{variant:\"QYDkZaWkm\"},Nkv18XVmU:{variant:\"QYDkZaWkm\"}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",children:\"Review\"})}),className:\"framer-1j4ig7o\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IjKnlxtvR\",text:ZMdTlQSsb,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({APKBIOv8K:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"Review\"})})},et_G9Z0KI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"left\"},children:\"Review\"})})},Ey9FJaka8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"Review\"})})},HCQDKfHoS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"right\"},children:\"Review\"})})},NhhMHsTMt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"Review\"})})},Nkv18XVmU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"right\"},children:\"Review\"})})},yrmqLqofI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"right\"},children:\"Review\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WcPDX.framer-sk2mmf, .framer-WcPDX .framer-sk2mmf { display: block; }\",\".framer-WcPDX.framer-1wg3fur { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 440px; will-change: var(--framer-will-change-override, transform); }\",\".framer-WcPDX .framer-t48ol8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WcPDX .framer-1tc2ukg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WcPDX .framer-rret4i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-WcPDX .framer-1ui37d6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 38px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-WcPDX .framer-qqp8zo, .framer-WcPDX .framer-1faut38 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-WcPDX .framer-1xd9vie-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-WcPDX .framer-1j4ig7o { --framer-text-wrap-override: balance; flex: none; height: auto; overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WcPDX.framer-1wg3fur, .framer-WcPDX .framer-t48ol8, .framer-WcPDX .framer-1tc2ukg, .framer-WcPDX .framer-rret4i { gap: 0px; } .framer-WcPDX.framer-1wg3fur > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-WcPDX.framer-1wg3fur > :first-child, .framer-WcPDX .framer-1tc2ukg > :first-child, .framer-WcPDX .framer-rret4i > :first-child { margin-left: 0px; } .framer-WcPDX.framer-1wg3fur > :last-child, .framer-WcPDX .framer-1tc2ukg > :last-child, .framer-WcPDX .framer-rret4i > :last-child { margin-right: 0px; } .framer-WcPDX .framer-t48ol8 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-WcPDX .framer-t48ol8 > :first-child { margin-top: 0px; } .framer-WcPDX .framer-t48ol8 > :last-child { margin-bottom: 0px; } .framer-WcPDX .framer-1tc2ukg > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-WcPDX .framer-rret4i > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-WcPDX.framer-v-qpr2ik.framer-1wg3fur, .framer-WcPDX.framer-v-1vvs9cr.framer-1wg3fur, .framer-WcPDX.framer-v-qz6dyu.framer-1wg3fur, .framer-WcPDX.framer-v-it8qc2.framer-1wg3fur, .framer-WcPDX.framer-v-1uv9e8m.framer-1wg3fur { cursor: unset; }\",\".framer-WcPDX.framer-v-dt7j0d.framer-1wg3fur, .framer-WcPDX.framer-v-1vts8hj.framer-1wg3fur, .framer-WcPDX.framer-v-17ludpd.framer-1wg3fur { cursor: unset; padding: 0px; will-change: unset; }\",\".framer-WcPDX.framer-v-dt7j0d .framer-t48ol8 { align-content: flex-start; align-items: flex-start; gap: 20px; }\",\".framer-WcPDX.framer-v-dt7j0d .framer-1tc2ukg, .framer-WcPDX.framer-v-1vvs9cr .framer-1tc2ukg, .framer-WcPDX.framer-v-qz6dyu .framer-1tc2ukg, .framer-WcPDX.framer-v-1vts8hj .framer-1tc2ukg, .framer-WcPDX.framer-v-it8qc2 .framer-1tc2ukg, .framer-WcPDX.framer-v-1uv9e8m .framer-1tc2ukg, .framer-WcPDX.framer-v-17ludpd .framer-1tc2ukg { width: min-content; }\",\".framer-WcPDX.framer-v-dt7j0d .framer-rret4i, .framer-WcPDX.framer-v-1vvs9cr .framer-rret4i, .framer-WcPDX.framer-v-qz6dyu .framer-rret4i, .framer-WcPDX.framer-v-1vts8hj .framer-rret4i, .framer-WcPDX.framer-v-it8qc2 .framer-rret4i, .framer-WcPDX.framer-v-1uv9e8m .framer-rret4i, .framer-WcPDX.framer-v-17ludpd .framer-rret4i { flex: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WcPDX.framer-v-dt7j0d .framer-t48ol8 { gap: 0px; } .framer-WcPDX.framer-v-dt7j0d .framer-t48ol8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-WcPDX.framer-v-dt7j0d .framer-t48ol8 > :first-child { margin-top: 0px; } .framer-WcPDX.framer-v-dt7j0d .framer-t48ol8 > :last-child { margin-bottom: 0px; } }\",\".framer-WcPDX.framer-v-1vvs9cr .framer-t48ol8, .framer-WcPDX.framer-v-qz6dyu .framer-t48ol8 { align-content: flex-end; align-items: flex-end; }\",\".framer-WcPDX.framer-v-1vts8hj .framer-t48ol8 { align-content: flex-end; align-items: flex-end; gap: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WcPDX.framer-v-1vts8hj .framer-t48ol8 { gap: 0px; } .framer-WcPDX.framer-v-1vts8hj .framer-t48ol8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-WcPDX.framer-v-1vts8hj .framer-t48ol8 > :first-child { margin-top: 0px; } .framer-WcPDX.framer-v-1vts8hj .framer-t48ol8 > :last-child { margin-bottom: 0px; } }\",\".framer-WcPDX.framer-v-17ludpd .framer-t48ol8 { gap: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WcPDX.framer-v-17ludpd .framer-t48ol8 { gap: 0px; } .framer-WcPDX.framer-v-17ludpd .framer-t48ol8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-WcPDX.framer-v-17ludpd .framer-t48ol8 > :first-child { margin-top: 0px; } .framer-WcPDX.framer-v-17ludpd .framer-t48ol8 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-WcPDX[data-border=\"true\"]::after, .framer-WcPDX [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 158\n * @framerIntrinsicWidth 440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LsGdYwd6u\":{\"layout\":[\"fixed\",\"auto\"]},\"et_G9Z0KI\":{\"layout\":[\"fixed\",\"auto\"]},\"HCQDKfHoS\":{\"layout\":[\"fixed\",\"auto\"]},\"yrmqLqofI\":{\"layout\":[\"fixed\",\"auto\"]},\"Nkv18XVmU\":{\"layout\":[\"fixed\",\"auto\"]},\"NhhMHsTMt\":{\"layout\":[\"fixed\",\"auto\"]},\"Ey9FJaka8\":{\"layout\":[\"fixed\",\"auto\"]},\"APKBIOv8K\":{\"layout\":[\"fixed\",\"auto\"]},\"yDWbfQJOz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ePtRxbBKH\":\"name1\",\"ZMdTlQSsb\":\"review\",\"wmTcwD60X\":\"role\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernuP83hLe9=withCSS(Component,css,\"framer-WcPDX\");export default FramernuP83hLe9;FramernuP83hLe9.displayName=\"Components/Review\";FramernuP83hLe9.defaultProps={height:158,width:440};addPropertyControls(FramernuP83hLe9,{variant:{options:[\"gh1f9mw4s\",\"LsGdYwd6u\",\"et_G9Z0KI\",\"HCQDKfHoS\",\"yrmqLqofI\",\"Nkv18XVmU\",\"NhhMHsTMt\",\"Ey9FJaka8\",\"APKBIOv8K\"],optionTitles:[\"Left: Fill\",\"Left: Line\",\"Left: Clean\",\"Right: Fill\",\"Right: Line\",\"Right: Clean\",\"Center: Fill\",\"Center: Line\",\"Center: Clean\"],title:\"Variant\",type:ControlType.Enum},ePtRxbBKH:{defaultValue:\"Name\",displayTextArea:false,title:\"Name\",type:ControlType.String},ZMdTlQSsb:{defaultValue:\"Review\",displayTextArea:true,title:\"Review\",type:ControlType.String},wmTcwD60X:{defaultValue:\"Role\",displayTextArea:false,title:\"Role\",type:ControlType.String}});addFonts(FramernuP83hLe9,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MPWDEQ5P4DNS7O465A5AXO6KVHWMIF2Z/MNW3HVOPPNJBFIMMG2JLQ6HBXUDB63AO/G6AF2CHLF7U443YAKNG42CSO2I2VD6MV.woff2\",weight:\"600\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMIUKUCANYOW3DZTE34ZMVXC7KRYZNCO/X3SZZ4Z5SZNM5K75FPPASQ2YRIJMIPUD/G2K4CBVGEH7VFVIC3T6GBHAWO2E2W7YQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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\"}]},...ElementsStarsFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernuP83hLe9\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"ePtRxbBKH\\\":\\\"name1\\\",\\\"ZMdTlQSsb\\\":\\\"review\\\",\\\"wmTcwD60X\\\":\\\"role\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LsGdYwd6u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"et_G9Z0KI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HCQDKfHoS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yrmqLqofI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Nkv18XVmU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NhhMHsTMt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ey9FJaka8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"APKBIOv8K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yDWbfQJOz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"158\",\"framerIntrinsicWidth\":\"440\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nuP83hLe9.map", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/3zdg81H4ew4JBJvRCCkW/BVwOXRPbHm7Z2c0HU7jk/agHFDFZ94.js\";import ElementsStars from\"https://framerusercontent.com/modules/g49kpQn2ynRK28F7UWjh/vtkUxl2269XXMZS9Pgu1/tVYLL3fH9.js\";const ElementsStarsFonts=getFonts(ElementsStars);const cycleOrder=[\"VKxDHBSzY\",\"aowUHjuGx\",\"TVi5B1SCh\"];const serializationHash=\"framer-6A8qG\";const variantClassNames={aowUHjuGx:\"framer-v-1r63jfw\",TVi5B1SCh:\"framer-v-vuf3d9\",VKxDHBSzY:\"framer-v-5s0o4k\"};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 prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};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={\"Default: Animated\":\"VKxDHBSzY\",\"Default: Static\":\"aowUHjuGx\",CTA:\"TVi5B1SCh\"};const getProps=({height,id,image,name1,role,testimonial,width,...props})=>{return{...props,I7_2bcjlP:testimonial??props.I7_2bcjlP??\"Thryv transformed my product launch. The sleek design captured attention instantly and boosted our conversion rate by 40%. It\u2019s a game-changer!\",KZ_el80ue:role??props.KZ_el80ue??\"Role\",oOIktK2S4:name1??props.oOIktK2S4??\"Name\",tYFaniknH:image??props.tYFaniknH,variant:humanReadableVariantMap[props.variant]??props.variant??\"VKxDHBSzY\"};};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,tYFaniknH,oOIktK2S4,KZ_el80ue,I7_2bcjlP,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VKxDHBSzY\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const textContent=suffix(prefix(I7_2bcjlP,'\"'),'\"');const isDisplayed=()=>{if(baseVariant===\"TVi5B1SCh\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-5s0o4k\",className,classNames),\"data-framer-name\":\"Default: Animated\",layoutDependency:layoutDependency,layoutId:\"VKxDHBSzY\",ref:refBinding,style:{...style},...addPropertyOverrides({aowUHjuGx:{\"data-framer-name\":\"Default: Static\"},TVi5B1SCh:{\"data-framer-name\":\"CTA\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:'\"Thryv transformed my product launch. The sleek design captured attention instantly and boosted our conversion rate by 40%. It\u2019s a game-changer!\"'})}),className:\"framer-1rzprnu\",\"data-framer-name\":\"Review\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LULF_KCsh\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.8},text:textContent,variants:{aowUHjuGx:{opacity:.81}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hiviir\",layoutDependency:layoutDependency,layoutId:\"OGowhcmfr\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||168)-48-160)/2+112+16)+0),sizes:\"32px\",...toResponsiveImage(tYFaniknH),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1oilcp4\",\"data-framer-name\":\"Picture\",layoutDependency:layoutDependency,layoutId:\"D7iiOpNuQ\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 0.7065919983928324px 2.119775995178497px -0.5px rgba(0, 0, 0, 0.05953), 0px 1.8065619053231785px 5.4196857159695355px -1px rgba(0, 0, 0, 0.0588), 0px 3.6217592146567767px 10.86527764397033px -1.5px rgba(0, 0, 0, 0.05759), 0px 6.8655999097303715px 20.596799729191115px -2px rgba(0, 0, 0, 0.05542), 0px 13.646761411524492px 40.940284234573475px -2.5px rgba(0, 0, 0, 0.0509), 0px 30px 90px -3px rgba(0, 0, 0, 0.04)\"},...addPropertyOverrides({aowUHjuGx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||169)-48-161)/2+112+17)+0),sizes:\"32px\",...toResponsiveImage(tYFaniknH),...{positionX:\"center\",positionY:\"center\"}}},TVi5B1SCh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+0),sizes:\"32px\",...toResponsiveImage(tYFaniknH),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lm8j8x\",layoutDependency:layoutDependency,layoutId:\"Tkzd3UinW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h3nkue\",layoutDependency:layoutDependency,layoutId:\"MgtA8ySgQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Name\"})}),className:\"framer-16zz9wo\",fonts:[\"FS;Be Vietnam Pro-semibold\"],layoutDependency:layoutDependency,layoutId:\"nisFdMjk_\",style:{\"--extracted-1eung3n\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:oOIktK2S4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8)))\"},children:\"Role\"})}),className:\"framer-1ppdy7w\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"RHGkwk7X1\",style:{\"--extracted-r6o4lv\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KZ_el80ue,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:14,y:(componentViewport?.y||0)+24+(((componentViewport?.height||168)-48-160)/2+112+16)+9+0,...addPropertyOverrides({aowUHjuGx:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||169)-48-161)/2+112+17)+9+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jzmuqk-container\",layoutDependency:layoutDependency,layoutId:\"iDjgso1df-container\",nodeId:\"iDjgso1df\",rendersWithMotion:true,scopeId:\"tdfvOhA9v\",children:/*#__PURE__*/_jsx(ElementsStars,{height:\"100%\",id:\"iDjgso1df\",layoutId:\"iDjgso1df\",variant:\"QYDkZaWkm\",vGxoefE5g:\"rgb(237, 204, 96)\",width:\"100%\",...addPropertyOverrides({aowUHjuGx:{variant:\"hdV_dmoVs\"}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6A8qG.framer-1c1imbi, .framer-6A8qG .framer-1c1imbi { display: block; }\",\".framer-6A8qG.framer-5s0o4k { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 570px; overflow: hidden; padding: 24px; position: relative; width: 570px; }\",\".framer-6A8qG .framer-1rzprnu { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-6A8qG .framer-hiviir { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6A8qG .framer-1oilcp4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-6A8qG .framer-lm8j8x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6A8qG .framer-h3nkue { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6A8qG .framer-16zz9wo, .framer-6A8qG .framer-1ppdy7w { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-6A8qG .framer-1jzmuqk-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6A8qG.framer-5s0o4k, .framer-6A8qG .framer-hiviir, .framer-6A8qG .framer-lm8j8x { gap: 0px; } .framer-6A8qG.framer-5s0o4k > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-6A8qG.framer-5s0o4k > :first-child { margin-top: 0px; } .framer-6A8qG.framer-5s0o4k > :last-child { margin-bottom: 0px; } .framer-6A8qG .framer-hiviir > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-6A8qG .framer-hiviir > :first-child, .framer-6A8qG .framer-lm8j8x > :first-child { margin-left: 0px; } .framer-6A8qG .framer-hiviir > :last-child, .framer-6A8qG .framer-lm8j8x > :last-child { margin-right: 0px; } .framer-6A8qG .framer-lm8j8x > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-6A8qG.framer-v-1r63jfw.framer-5s0o4k { gap: 17px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6A8qG.framer-v-1r63jfw.framer-5s0o4k { gap: 0px; } .framer-6A8qG.framer-v-1r63jfw.framer-5s0o4k > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-6A8qG.framer-v-1r63jfw.framer-5s0o4k > :first-child { margin-top: 0px; } .framer-6A8qG.framer-v-1r63jfw.framer-5s0o4k > :last-child { margin-bottom: 0px; } }\",\".framer-6A8qG.framer-v-vuf3d9.framer-5s0o4k { align-content: flex-start; align-items: flex-start; flex-direction: row; gap: 40px; max-width: unset; }\",\".framer-6A8qG.framer-v-vuf3d9 .framer-1rzprnu { --framer-text-wrap-override: none; flex: 1 0 0px; order: 1; width: 1px; }\",\".framer-6A8qG.framer-v-vuf3d9 .framer-hiviir { align-content: flex-start; align-items: flex-start; order: 0; }\",\".framer-6A8qG.framer-v-vuf3d9 .framer-1oilcp4 { order: 0; }\",\".framer-6A8qG.framer-v-vuf3d9 .framer-lm8j8x { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; order: 1; }\",\".framer-6A8qG.framer-v-vuf3d9 .framer-h3nkue { align-self: unset; height: 37px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6A8qG.framer-v-vuf3d9.framer-5s0o4k, .framer-6A8qG.framer-v-vuf3d9 .framer-lm8j8x { gap: 0px; } .framer-6A8qG.framer-v-vuf3d9.framer-5s0o4k > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-6A8qG.framer-v-vuf3d9.framer-5s0o4k > :first-child { margin-left: 0px; } .framer-6A8qG.framer-v-vuf3d9.framer-5s0o4k > :last-child { margin-right: 0px; } .framer-6A8qG.framer-v-vuf3d9 .framer-lm8j8x > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-6A8qG.framer-v-vuf3d9 .framer-lm8j8x > :first-child { margin-top: 0px; } .framer-6A8qG.framer-v-vuf3d9 .framer-lm8j8x > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 168\n * @framerIntrinsicWidth 570\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"570px\",null,null]},\"aowUHjuGx\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"570px\",null,null]},\"TVi5B1SCh\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"tYFaniknH\":\"image\",\"oOIktK2S4\":\"name1\",\"KZ_el80ue\":\"role\",\"I7_2bcjlP\":\"testimonial\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramertdfvOhA9v=withCSS(Component,css,\"framer-6A8qG\");export default FramertdfvOhA9v;FramertdfvOhA9v.displayName=\"Components/Review: Traditional\";FramertdfvOhA9v.defaultProps={height:168,width:570};addPropertyControls(FramertdfvOhA9v,{variant:{options:[\"VKxDHBSzY\",\"aowUHjuGx\",\"TVi5B1SCh\"],optionTitles:[\"Default: Animated\",\"Default: Static\",\"CTA\"],title:\"Variant\",type:ControlType.Enum},tYFaniknH:{title:\"Image\",type:ControlType.ResponsiveImage},oOIktK2S4:{defaultValue:\"Name\",displayTextArea:false,title:\"Name\",type:ControlType.String},KZ_el80ue:{defaultValue:\"Role\",displayTextArea:false,title:\"Role\",type:ControlType.String},I7_2bcjlP:{defaultValue:\"Thryv transformed my product launch. The sleek design captured attention instantly and boosted our conversion rate by 40%. It\u2019s a game-changer!\",displayTextArea:true,title:\"Testimonial\",type:ControlType.String}});addFonts(FramertdfvOhA9v,[{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:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MPWDEQ5P4DNS7O465A5AXO6KVHWMIF2Z/MNW3HVOPPNJBFIMMG2JLQ6HBXUDB63AO/G6AF2CHLF7U443YAKNG42CSO2I2VD6MV.woff2\",weight:\"600\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMIUKUCANYOW3DZTE34ZMVXC7KRYZNCO/X3SZZ4Z5SZNM5K75FPPASQ2YRIJMIPUD/G2K4CBVGEH7VFVIC3T6GBHAWO2E2W7YQ.woff2\",weight:\"400\"}]},...ElementsStarsFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertdfvOhA9v\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"tYFaniknH\\\":\\\"image\\\",\\\"oOIktK2S4\\\":\\\"name1\\\",\\\"KZ_el80ue\\\":\\\"role\\\",\\\"I7_2bcjlP\\\":\\\"testimonial\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"570\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"570px\\\",null,null]},\\\"aowUHjuGx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"570px\\\",null,null]},\\\"TVi5B1SCh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"168\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tdfvOhA9v.map", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/5V3OjVxCSY8BgeCEhgXP/2jt0SEG7QTk4dnsl2Hql/j0p3vAPHv.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xp8jqu5uOT3STqag04Px/oGntbswGdvQJJtIdbe1a/TiTn3K6pc.js\";const RichTextWithFX=withFX(RichText);const cycleOrder=[\"QzMMgvO2B\",\"vRT0bz8DI\",\"bYOz3JiAr\"];const serializationHash=\"framer-DVLqk\";const variantClassNames={bYOz3JiAr:\"framer-v-g2uzli\",QzMMgvO2B:\"framer-v-mxuruv\",vRT0bz8DI:\"framer-v-on5kf1\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:20};const transition2={damping:30,delay:.4,mass:1,stiffness:400,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition3={damping:30,delay:.6,mass:1,stiffness:400,type:\"spring\"};const transition4={damping:30,delay:.8,mass:1,stiffness:400,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={\"Step 1\":\"QzMMgvO2B\",\"Step 2\":\"vRT0bz8DI\",\"Step 3\":\"bYOz3JiAr\"};const getProps=({bodyText,height,id,title,width,...props})=>{return{...props,AYf3pejwk:title??props.AYf3pejwk??\"Title\",SK574z1fe:bodyText??props.SK574z1fe??\"Body Text\",variant:humanReadableVariantMap[props.variant]??props.variant??\"QzMMgvO2B\"};};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,AYf3pejwk,SK574z1fe,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QzMMgvO2B\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-mxuruv\",className,classNames),\"data-framer-name\":\"Step 1\",layoutDependency:layoutDependency,layoutId:\"QzMMgvO2B\",ref:refBinding,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({bYOz3JiAr:{\"data-framer-name\":\"Step 3\"},vRT0bz8DI:{\"data-framer-name\":\"Step 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9uxph3\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"QzMMgvO2BdMDSlckAC\",style:{backgroundColor:\"rgba(126, 60, 255, 0)\"},children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"206px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.7em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(rgb(154, 106, 255) 24%, rgba(250, 250, 250, 0) 78.1742%)\"},children:\"1\"})})}),className:\"framer-1azlo0v\",fonts:[\"GF;Instrument Sans-600\"],layoutDependency:layoutDependency,layoutId:\"QzMMgvO2BdRV_7GA2Q\",style:{\"--extracted-gdpscs\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bYOz3JiAr:{__framer__animate:{transition:transition4},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"206px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.7em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(rgb(154, 106, 255) 24%, rgba(250, 250, 250, 0) 78.1742%)\"},children:\"3\"})})})},vRT0bz8DI:{__framer__animate:{transition:transition3},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"206px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.7em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(rgb(154, 106, 255) 24%, rgba(250, 250, 250, 0) 78.1742%)\"},children:\"2\"})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r4wb9h\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"PhripF258\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b5ms3m\",\"data-framer-name\":\"Text Wrapper\",layoutDependency:layoutDependency,layoutId:\"QzMMgvO2BZcr2Qu6FK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-7xx32o\",\"data-styles-preset\":\"j0p3vAPHv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(237, 204, 96))\"},children:\"Title\"})}),className:\"framer-1dhopey\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QzMMgvO2Bc81vwfnDi\",style:{\"--extracted-1of0zx5\":\"rgb(237, 204, 96)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AYf3pejwk,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Body Text\"})}),className:\"framer-1vpw71f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QzMMgvO2Bt76Ef2RRg\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:SK574z1fe,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DVLqk.framer-1eweud0, .framer-DVLqk .framer-1eweud0 { display: block; }\",\".framer-DVLqk.framer-mxuruv { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 330px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DVLqk .framer-9uxph3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVLqk .framer-1azlo0v { --framer-text-wrap: balance; flex: none; height: 170px; left: 43%; position: absolute; top: 10px; white-space: pre; width: auto; z-index: 1; }\",\".framer-DVLqk .framer-1r4wb9h { flex: none; height: 140px; overflow: hidden; position: relative; width: 100%; }\",\".framer-DVLqk .framer-b5ms3m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DVLqk .framer-1dhopey { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DVLqk .framer-1vpw71f { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DVLqk.framer-mxuruv, .framer-DVLqk .framer-9uxph3, .framer-DVLqk .framer-b5ms3m { gap: 0px; } .framer-DVLqk.framer-mxuruv > *, .framer-DVLqk .framer-9uxph3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DVLqk.framer-mxuruv > :first-child, .framer-DVLqk .framer-9uxph3 > :first-child, .framer-DVLqk .framer-b5ms3m > :first-child { margin-top: 0px; } .framer-DVLqk.framer-mxuruv > :last-child, .framer-DVLqk .framer-9uxph3 > :last-child, .framer-DVLqk .framer-b5ms3m > :last-child { margin-bottom: 0px; } .framer-DVLqk .framer-b5ms3m > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-DVLqk.framer-v-on5kf1 .framer-1azlo0v, .framer-DVLqk.framer-v-g2uzli .framer-1azlo0v { left: 50%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 285\n * @framerIntrinsicWidth 330\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vRT0bz8DI\":{\"layout\":[\"fixed\",\"auto\"]},\"bYOz3JiAr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"AYf3pejwk\":\"title\",\"SK574z1fe\":\"bodyText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTk4bBbySY=withCSS(Component,css,\"framer-DVLqk\");export default FramerTk4bBbySY;FramerTk4bBbySY.displayName=\"Elements/Number\";FramerTk4bBbySY.defaultProps={height:285,width:330};addPropertyControls(FramerTk4bBbySY,{variant:{options:[\"QzMMgvO2B\",\"vRT0bz8DI\",\"bYOz3JiAr\"],optionTitles:[\"Step 1\",\"Step 2\",\"Step 3\"],title:\"Variant\",type:ControlType.Enum},AYf3pejwk:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},SK574z1fe:{defaultValue:\"Body Text\",displayTextArea:true,title:\"Body Text\",type:ControlType.String}});addFonts(FramerTk4bBbySY,[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gfwmS0v3_7Y.woff2\",weight:\"600\"},{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTk4bBbySY\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vRT0bz8DI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bYOz3JiAr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"285\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"330\",\"framerVariables\":\"{\\\"AYf3pejwk\\\":\\\"title\\\",\\\"SK574z1fe\\\":\\\"bodyText\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b62c1c2)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-mG2vp\";const variantClassNames={QGUZRZuik:\"framer-v-1yhuebs\"};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,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"QGUZRZuik\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1yhuebs\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"QGUZRZuik\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{bounce:.4,damping:100,delay:0,duration:.8,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:-10,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:30,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-g83v3n\",\"data-framer-name\":\"Arrow-Wrapper\",layoutDependency:layoutDependency,layoutId:\"cBTjhGiiw\",style:{rotateX:180},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jy56s4\",\"data-framer-name\":\"Arrow Left\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sdlv72rhz\",opacity:1,style:{backgroundColor:\"rgba(194, 39, 39, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 106 54\"><path d=\"M 104.694 1.987 C 92.216 -1.715 34.26 10.522 8.988 43.96\" fill=\"transparent\" stroke-width=\"2.32\" stroke=\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 19.39 48.163 L 1.171 52.406 L 6.088 32.821\" fill=\"transparent\" stroke-width=\"2.32\" stroke=\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10076205947,withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mG2vp.framer-12bohp, .framer-mG2vp .framer-12bohp { display: block; }\",\".framer-mG2vp.framer-1yhuebs { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 11px 0px 11px 0px; position: relative; width: min-content; }\",\".framer-mG2vp .framer-g83v3n { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 66px; z-index: 1; }\",\".framer-mG2vp .framer-1jy56s4 { flex: none; height: 54px; position: relative; width: 106px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mG2vp.framer-1yhuebs, .framer-mG2vp .framer-g83v3n { gap: 0px; } .framer-mG2vp.framer-1yhuebs > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-mG2vp.framer-1yhuebs > :first-child { margin-top: 0px; } .framer-mG2vp.framer-1yhuebs > :last-child { margin-bottom: 0px; } .framer-mG2vp .framer-g83v3n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mG2vp .framer-g83v3n > :first-child { margin-left: 0px; } .framer-mG2vp .framer-g83v3n > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 76\n * @framerIntrinsicWidth 66\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVKR10wKG4=withCSS(Component,css,\"framer-mG2vp\");export default FramerVKR10wKG4;FramerVKR10wKG4.displayName=\"Elements/Arrow\";FramerVKR10wKG4.defaultProps={height:76,width:66};addFonts(FramerVKR10wKG4,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVKR10wKG4\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"66\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"76\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VKR10wKG4.map", "// Generated by Framer (d31cd55)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"pUwpFH3IG\",\"ysRFd1Blp\",\"DxhSfJBWF\"];const serializationHash=\"framer-yeOxa\";const variantClassNames={DxhSfJBWF:\"framer-v-1rjw23m\",pUwpFH3IG:\"framer-v-1fl0jb\",ysRFd1Blp:\"framer-v-pioek9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 3\":\"DxhSfJBWF\",Default:\"pUwpFH3IG\",Pricing:\"ysRFd1Blp\"};const getProps=({height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,H66JozB37:(_ref=text!==null&&text!==void 0?text:props.H66JozB37)!==null&&_ref!==void 0?_ref:\"LABEL\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"pUwpFH3IG\"};};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,H66JozB37,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pUwpFH3IG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1fl0jb\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"pUwpFH3IG\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",background:'linear-gradient(150deg, var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255)) /* {\"name\":\"BG\"} */ 18%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box - L1\"} */ 75%)',backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"none\",...style},variants:{DxhSfJBWF:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-top-width\":\"1px\",background:\"linear-gradient(150deg, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 100%)\",backgroundColor:\"rgba(250, 250, 250, 0)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},ysRFd1Blp:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(150deg, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)) 0%, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)) 100%)\",backgroundColor:\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0px 0px 8px var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255))\"}},...addPropertyOverrides({DxhSfJBWF:{\"data-framer-name\":\"Variant 3\"},ysRFd1Blp:{\"data-framer-name\":\"Pricing\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8)))\",\"--framer-text-transform\":\"capitalize\"},children:\"LABEL\"})}),className:\"framer-c3l2dh\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"j4oByWpAF\",style:{\"--extracted-r6o4lv\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\",\"--framer-paragraph-spacing\":\"14px\"},text:H66JozB37,variants:{DxhSfJBWF:{\"--extracted-r6o4lv\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\"},ysRFd1Blp:{\"--extracted-r6o4lv\":\"var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DxhSfJBWF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)))\",\"--framer-text-transform\":\"capitalize\"},children:\"LABEL\"})})},ysRFd1Blp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"capitalize\"},children:\"LABEL\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yeOxa.framer-1uvjagc, .framer-yeOxa .framer-1uvjagc { display: block; }\",\".framer-yeOxa.framer-1fl0jb { 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: 4px 10px 4px 10px; position: relative; width: min-content; }\",\".framer-yeOxa .framer-c3l2dh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yeOxa.framer-1fl0jb { gap: 0px; } .framer-yeOxa.framer-1fl0jb > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-yeOxa.framer-1fl0jb > :first-child { margin-left: 0px; } .framer-yeOxa.framer-1fl0jb > :last-child { margin-right: 0px; } }\",'.framer-yeOxa[data-border=\"true\"]::after, .framer-yeOxa [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 57\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ysRFd1Blp\":{\"layout\":[\"auto\",\"auto\"]},\"DxhSfJBWF\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"H66JozB37\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfPTVvBdO5=withCSS(Component,css,\"framer-yeOxa\");export default FramerfPTVvBdO5;FramerfPTVvBdO5.displayName=\"Elements/Tag\";FramerfPTVvBdO5.defaultProps={height:28,width:57};addPropertyControls(FramerfPTVvBdO5,{variant:{options:[\"pUwpFH3IG\",\"ysRFd1Blp\",\"DxhSfJBWF\"],optionTitles:[\"Default\",\"Pricing\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},H66JozB37:{defaultValue:\"LABEL\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerfPTVvBdO5,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfPTVvBdO5\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"57\",\"framerIntrinsicHeight\":\"28\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ysRFd1Blp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DxhSfJBWF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"H66JozB37\\\":\\\"text\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fPTVvBdO5.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/5V3OjVxCSY8BgeCEhgXP/2jt0SEG7QTk4dnsl2Hql/j0p3vAPHv.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xp8jqu5uOT3STqag04Px/oGntbswGdvQJJtIdbe1a/TiTn3K6pc.js\";import ElementsTag from\"https://framerusercontent.com/modules/5dFmHCMPTTFdLu3DO0xu/Flkq6Tz8VIZm1dmIzlCE/fPTVvBdO5.js\";const ElementsTagFonts=getFonts(ElementsTag);const cycleOrder=[\"r8oLg0_Wq\",\"zy2fH2zoP\",\"nEoWuAgnU\"];const serializationHash=\"framer-kLtOX\";const variantClassNames={nEoWuAgnU:\"framer-v-1gzbsn1\",r8oLg0_Wq:\"framer-v-1k6dame\",zy2fH2zoP:\"framer-v-1tz25pv\"};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 isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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={\"Align: Center\":\"r8oLg0_Wq\",\"Align: Left\":\"zy2fH2zoP\",\"Align: Right\":\"nEoWuAgnU\"};const getProps=({byline,height,id,tagText,title,width,...props})=>{return{...props,I6DOV1pRR:title??props.I6DOV1pRR??\"You\u2019re Not Just Quitting Drinking\u2014You\u2019re Rewiring Your Life.\",tuKQBbiAw:byline??props.tuKQBbiAw??\"Beyond Sober isn\u2019t about restriction\u2014it\u2019s about freedom. It\u2019s not just about sobriety\u2014it\u2019s about who you become. Whether you\u2019re starting fresh or reclaiming your edge, this shift is designed for you\u2026\",variant:humanReadableVariantMap[props.variant]??props.variant??\"r8oLg0_Wq\",WTCErdx1k:tagText??props.WTCErdx1k??\"Features\"};};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,WTCErdx1k,I6DOV1pRR,tuKQBbiAw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"r8oLg0_Wq\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(WTCErdx1k);const visible1=isSet(tuKQBbiAw);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1k6dame\",className,classNames),\"data-framer-name\":\"Align: Center\",layoutDependency:layoutDependency,layoutId:\"r8oLg0_Wq\",ref:refBinding,style:{...style},...addPropertyOverrides({nEoWuAgnU:{\"data-framer-name\":\"Align: Right\"},zy2fH2zoP:{\"data-framer-name\":\"Align: Left\"}},baseVariant,gestureVariant),children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+(((componentViewport?.height||269)-0-255.6)/2+0+0),...addPropertyOverrides({nEoWuAgnU:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-255.6)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fmosku-container\",layoutDependency:layoutDependency,layoutId:\"EJNLRPDBj-container\",nodeId:\"EJNLRPDBj\",rendersWithMotion:true,scopeId:\"ZFTu0Io5O\",children:/*#__PURE__*/_jsx(ElementsTag,{H66JozB37:WTCErdx1k,height:\"100%\",id:\"EJNLRPDBj\",layoutId:\"EJNLRPDBj\",variant:\"pUwpFH3IG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-7xx32o\",\"data-styles-preset\":\"j0p3vAPHv\",children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96)) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"You\u2019re Not Just Quitting Drinking\u2014You\u2019re Rewiring Your Life.\"})})}),className:\"framer-9ukcyk\",\"data-framer-name\":\"Stop Wasting Your Hard Earned Money\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f98E6FEen\",text:I6DOV1pRR,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nEoWuAgnU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-7xx32o\",\"data-styles-preset\":\"j0p3vAPHv\",style:{\"--framer-text-alignment\":\"right\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96)) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"You\u2019re Not Just Quitting Drinking\u2014You\u2019re Rewiring Your Life.\"})})})},zy2fH2zoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-7xx32o\",\"data-styles-preset\":\"j0p3vAPHv\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96)) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"You\u2019re Not Just Quitting Drinking\u2014You\u2019re Rewiring Your Life.\"})})})}},baseVariant,gestureVariant)}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Beyond Sober isn\u2019t about restriction\u2014it\u2019s about freedom. It\u2019s not just about sobriety\u2014it\u2019s about who you become. Whether you\u2019re starting fresh or reclaiming your edge, this shift is designed for you\u2026\"})}),className:\"framer-1t7ymks\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ohCzrZ0Sa\",style:{\"--framer-paragraph-spacing\":\"10px\",opacity:.9},text:tuKQBbiAw,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nEoWuAgnU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"right\"},children:\"Beyond Sober isn\u2019t about restriction\u2014it\u2019s about freedom. It\u2019s not just about sobriety\u2014it\u2019s about who you become. Whether you\u2019re starting fresh or reclaiming your edge, this shift is designed for you\u2026\"})})},zy2fH2zoP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"left\"},children:\"Beyond Sober isn\u2019t about restriction\u2014it\u2019s about freedom. It\u2019s not just about sobriety\u2014it\u2019s about who you become. Whether you\u2019re starting fresh or reclaiming your edge, this shift is designed for you\u2026\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kLtOX.framer-nrofd9, .framer-kLtOX .framer-nrofd9 { display: block; }\",\".framer-kLtOX.framer-1k6dame { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 960px; }\",\".framer-kLtOX .framer-1fmosku-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-kLtOX .framer-9ukcyk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-kLtOX .framer-1t7ymks { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kLtOX.framer-1k6dame { gap: 0px; } .framer-kLtOX.framer-1k6dame > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-kLtOX.framer-1k6dame > :first-child { margin-top: 0px; } .framer-kLtOX.framer-1k6dame > :last-child { margin-bottom: 0px; } }\",\".framer-kLtOX.framer-v-1tz25pv.framer-1k6dame { align-content: flex-start; align-items: flex-start; }\",\".framer-kLtOX.framer-v-1gzbsn1.framer-1k6dame { align-content: flex-end; align-items: flex-end; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 269\n * @framerIntrinsicWidth 960\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zy2fH2zoP\":{\"layout\":[\"fixed\",\"auto\"]},\"nEoWuAgnU\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"WTCErdx1k\":\"tagText\",\"I6DOV1pRR\":\"title\",\"tuKQBbiAw\":\"byline\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZFTu0Io5O=withCSS(Component,css,\"framer-kLtOX\");export default FramerZFTu0Io5O;FramerZFTu0Io5O.displayName=\"Components/Section Heading\";FramerZFTu0Io5O.defaultProps={height:269,width:960};addPropertyControls(FramerZFTu0Io5O,{variant:{options:[\"r8oLg0_Wq\",\"zy2fH2zoP\",\"nEoWuAgnU\"],optionTitles:[\"Align: Center\",\"Align: Left\",\"Align: Right\"],title:\"Variant\",type:ControlType.Enum},WTCErdx1k:{defaultValue:\"Features\",displayTextArea:false,title:\"Tag Text\",type:ControlType.String},I6DOV1pRR:{defaultValue:\"You\u2019re Not Just Quitting Drinking\u2014You\u2019re Rewiring Your Life.\",displayTextArea:true,title:\"Title\",type:ControlType.String},tuKQBbiAw:{defaultValue:\"Beyond Sober isn\u2019t about restriction\u2014it\u2019s about freedom. It\u2019s not just about sobriety\u2014it\u2019s about who you become. Whether you\u2019re starting fresh or reclaiming your edge, this shift is designed for you\u2026\",displayTextArea:true,title:\"Byline\",type:ControlType.String}});addFonts(FramerZFTu0Io5O,[{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\"}]},...ElementsTagFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZFTu0Io5O\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"269\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"960\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zy2fH2zoP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nEoWuAgnU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"WTCErdx1k\\\":\\\"tagText\\\",\\\"I6DOV1pRR\\\":\\\"title\\\",\\\"tuKQBbiAw\\\":\\\"byline\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{Icon as Phosphor1}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js\";import NavigationNavigation from\"#framer/local/canvasComponent/adzXhjWKW/adzXhjWKW.js\";import ElementsFAQ from\"#framer/local/canvasComponent/AeFnBTGf7/AeFnBTGf7.js\";import ElementsListTag from\"#framer/local/canvasComponent/gj8IwY_Dj/gj8IwY_Dj.js\";import ElementsSocialProof from\"#framer/local/canvasComponent/gNnktBTXP/gNnktBTXP.js\";import Button2 from\"#framer/local/canvasComponent/hIkUgJn6Q/hIkUgJn6Q.js\";import ComponentsBox from\"#framer/local/canvasComponent/ky9I7UTxq/ky9I7UTxq.js\";import ComponentsReview from\"#framer/local/canvasComponent/nuP83hLe9/nuP83hLe9.js\";import ComponentsReviewTraditional from\"#framer/local/canvasComponent/tdfvOhA9v/tdfvOhA9v.js\";import ElementsNumber from\"#framer/local/canvasComponent/Tk4bBbySY/Tk4bBbySY.js\";import ElementsArrow from\"#framer/local/canvasComponent/VKR10wKG4/VKR10wKG4.js\";import ComponentsFooter from\"#framer/local/canvasComponent/wEyi6INNi/wEyi6INNi.js\";import ElementsButton from\"#framer/local/canvasComponent/XNhmR7u5R/XNhmR7u5R.js\";import ComponentsSectionHeading from\"#framer/local/canvasComponent/ZFTu0Io5O/ZFTu0Io5O.js\";import*as sharedStyle4 from\"#framer/local/css/agHFDFZ94/agHFDFZ94.js\";import*as sharedStyle2 from\"#framer/local/css/j0p3vAPHv/j0p3vAPHv.js\";import*as sharedStyle from\"#framer/local/css/TiTn3K6pc/TiTn3K6pc.js\";import*as sharedStyle3 from\"#framer/local/css/Wkx6BbgUb/Wkx6BbgUb.js\";import*as sharedStyle1 from\"#framer/local/css/WY2cMZneb/WY2cMZneb.js\";import metadataProvider from\"#framer/local/webPageMetadata/bGV1hUG1I/bGV1hUG1I.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const YouTubeFonts=getFonts(YouTube);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ElementsListTagFonts=getFonts(ElementsListTag);const ElementsSocialProofFonts=getFonts(ElementsSocialProof);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ElementsButtonFonts=getFonts(ElementsButton);const ElementsArrowFonts=getFonts(ElementsArrow);const ContainerWithFX=withFX(Container);const PhosphorFonts=getFonts(Phosphor);const Button2Fonts=getFonts(Button2);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const ComponentsSectionHeadingFonts=getFonts(ComponentsSectionHeading);const ComponentsReviewFonts=getFonts(ComponentsReview);const TickerFonts=getFonts(Ticker);const RichTextWithFX=withFX(RichText);const MotionFigcaptionWithFX=withFX(motion.figcaption);const SlideshowFonts=getFonts(Slideshow);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const ComponentsBoxFonts=getFonts(ComponentsBox);const Phosphor1Fonts=getFonts(Phosphor1);const ElementsNumberFonts=getFonts(ElementsNumber);const ComponentsReviewTraditionalFonts=getFonts(ComponentsReviewTraditional);const ElementsFAQFonts=getFonts(ElementsFAQ);const NavigationNavigationFonts=getFonts(NavigationNavigation);const NavigationNavigationWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigation);const ComponentsFooterFonts=getFonts(ComponentsFooter);const breakpoints={hEahs4EIM:\"(max-width: 809px)\",Jh0mN8zYc:\"(min-width: 1200px)\",NV0IMzftj:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2VT4S\";const variantClassNames={hEahs4EIM:\"framer-v-1oi2du7\",Jh0mN8zYc:\"framer-v-v8561\",NV0IMzftj:\"framer-v-1kt05l2\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation2={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation2,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const transition3={delay:.3,duration:2.8,ease:[.44,0,0,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition4={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition5={damping:30,delay:0,mass:3.4,stiffness:400,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:-150,y:0};const transition6={damping:30,delay:.3,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition7={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation10={opacity:1,rotate:-8,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:8,y:8};const textEffect1={effect:animation2,startDelay:1.5,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const textEffect2={effect:animation2,startDelay:2,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const animation11={opacity:.2,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const transition8={damping:30,delay:0,mass:2.2,stiffness:400,type:\"spring\"};const transition9={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const animation12={opacity:.2,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition9,x:0,y:0};const animation13={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const animation14={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:-150};const textEffect3={effect:animation2,repeat:true,tokenization:\"character\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-150,y:0};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:150,y:0};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition10={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:10};const textEffect4={effect:animation2,repeat:true,startDelay:0,threshold:0,tokenization:\"line\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation23={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transition11={delay:.8,duration:2.8,ease:[.44,0,0,1],type:\"tween\"};const animation24={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition11,x:0,y:0};const transition12={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation25={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:-150};const textEffect5={effect:animation2,repeat:true,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const textEffect6={effect:animation2,repeat:true,startDelay:0,threshold:0,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const animation26={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transition13={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation27={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13,x:0,y:0};const transition14={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation28={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition14,x:0,y:0};const textEffect7={effect:animation2,tokenization:\"character\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const animation29={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-54};const animation30={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:-54};const textEffect8={effect:animation2,repeat:false,startDelay:0,threshold:0,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const transition15={bounce:0,delay:.05,duration:.3,type:\"spring\"};const textEffect9={effect:animation2,repeat:true,tokenization:\"word\",transition:transition15,trigger:\"onInView\",type:\"appear\"};const transition16={damping:30,delay:1.2,mass:1,stiffness:400,type:\"spring\"};const animation31={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition16,x:-150,y:0};const transition17={damping:40,delay:.05,mass:1,stiffness:400,type:\"spring\"};const textEffect10={effect:animation2,threshold:1,tokenization:\"character\",transition:transition17,trigger:\"onInView\",type:\"appear\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Jh0mN8zYc\",Phone:\"hEahs4EIM\",Tablet:\"NV0IMzftj\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Jh0mN8zYc\"};};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,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"igeIoXNo4\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"NV0IMzftj\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"hEahs4EIM\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"NV0IMzftj\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"hEahs4EIM\")return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"NV0IMzftj\",\"hEahs4EIM\"].includes(baseVariant))return false;return true;};const router=useRouter();const elementId1=useRouteElementId(\"uU3T_hOYv\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"e9hvumFYt\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"sbYzSyMmX\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"BKY_vl2Mh\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"XTX9i_ou1\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"nYbM2xoUN\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"XgdxyaB_v\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"SYP6LmA8H\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"Ks4dPbzpe\");const ref10=React.useRef(null);const elementId10=useRouteElementId(\"YDOvb_rkf\");const ref11=React.useRef(null);const elementId11=useRouteElementId(\"a9LrXlbzN\");const ref12=React.useRef(null);const elementId12=useRouteElementId(\"CCAdFOUOr\");const ref13=React.useRef(null);const elementId13=useRouteElementId(\"i112AIhwN\");const ref14=React.useRef(null);const elementId14=useRouteElementId(\"U3EI1jocC\");const ref15=React.useRef(null);const elementId15=useRouteElementId(\"fArNphS7g\");const ref16=React.useRef(null);const elementId16=useRouteElementId(\"Jyeh_eTf4\");const ref17=React.useRef(null);const elementId17=useRouteElementId(\"fj1KnPraP\");const ref18=React.useRef(null);const elementId18=useRouteElementId(\"GgbWgIwDQ\");const ref19=React.useRef(null);const elementId19=useRouteElementId(\"nPMIFttVh\");const ref20=React.useRef(null);const elementId20=useRouteElementId(\"lnXaj_lGL\");const ref21=React.useRef(null);const elementId21=useRouteElementId(\"nlKl5p1K_\");const ref22=React.useRef(null);const isDisplayed5=()=>{if(!isBrowser())return true;if([\"NV0IMzftj\",\"hEahs4EIM\"].includes(baseVariant))return true;return false;};const elementId22=useRouteElementId(\"mqNdWyq95\");const ref23=React.useRef(null);const elementId23=useRouteElementId(\"LHCDgTTaF\");const ref24=React.useRef(null);const elementId24=useRouteElementId(\"l4gA2wCI9\");const ref25=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Jh0mN8zYc\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, rgb(255, 255, 255)); } @media (max-width: 809px) { html body { background: rgb(0, 0, 0) } }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-v8561\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uad555-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hkPSIMEZi\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"hkPSIMEZi\",intensity:10,layoutId:\"hkPSIMEZi\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5iq3yv\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d4ttwf\",\"data-framer-name\":\"HERO\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mn7tnw\",\"data-framer-name\":\"Wrapper\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xzxf7b\",\"data-framer-name\":\"Hero Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10z2nqt\",\"data-framer-name\":\"Heading\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{animate:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(237, 204, 96, 0.8)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"I know you don\u2019t want to be here\u2026but I\u2019m damn glad you are.\"})})}),initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"I know you don\u2019t want to be here\u2026but I\u2019m damn glad you are.\"})})}),className:\"framer-1siuz9h hidden-1kt05l2\",\"data-framer-appear-id\":\"1siuz9h\",\"data-framer-name\":\"Byline TOP\",fonts:[\"Inter\",\"Inter-Bold\"],initial:animation1,optimized:true,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You've Struggled Long Enough. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ready To Make Sobriety Simple\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"?\"})]})}),effect:undefined,transformTemplate:undefined},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You've Struggled Long Enough. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ready To Make Sobriety Simple\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"?\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"53px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You've Struggled Long Enough. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ready To Make Sobriety Simple\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"?\"})]})}),className:\"framer-gjd5yo\",\"data-framer-name\":\"Title\",effect:textEffect,fonts:[\"Inter-SemiBoldItalic\",\"Inter-BoldItalic\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{animate:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZEl0YWxpYw==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-style\":\"normal\"},children:\"You don\u2019t need rehab.\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"400\"},children:\" You just need a \"}),\"real recovery system that works.\"]})}),initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZEl0YWxpYw==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-style\":\"normal\"},children:\"You don\u2019t need rehab.\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"400\"},children:\" You just need a \"}),\"real recovery system that works.\"]})}),className:\"framer-p7a4ew\",\"data-framer-appear-id\":\"p7a4ew\",\"data-framer-name\":\"Byline\",fonts:[\"Inter-BoldItalic\",\"Inter-Bold\",\"Inter\"],initial:animation1,optimized:true,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZEl0YWxpYw==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:\"With Beyond Sober\u2026it\u2019s easier than you think.\"})}),className:\"framer-1prwjbp hidden-v8561 hidden-1kt05l2\",\"data-framer-name\":\"Byline\",fonts:[\"Inter-BoldItalic\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:\"I know you don\u2019t want to be here\u2026but I\u2019m damn glad you are.\"})}),className:\"framer-ixophx hidden-v8561 hidden-1oi2du7\",\"data-framer-appear-id\":\"ixophx\",\"data-framer-name\":\"Byline\",fonts:[\"Inter-Bold\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:32,rotateY:0,scale:1.4,skewX:0,skewY:0,x:0,y:40}},{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,animate:animation3,className:\"framer-1sv7p2r hidden-1oi2du7\",\"data-border\":true,\"data-framer-appear-id\":\"1sv7p2r\",\"data-framer-name\":\"Video Wrapper\",initial:animation4,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xn2ek7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"chYqiBiTm\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,height:\"100%\",id:\"chYqiBiTm\",isMixedBorderRadius:false,isRed:false,layoutId:\"chYqiBiTm\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:12,topRightRadius:12,url:\"https://youtu.be/9au61XWCRxs\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-11dm4fs hidden-v8561 hidden-1kt05l2\",\"data-border\":true,\"data-framer-name\":\"Video Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-aqisoq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qiboMLxQ_\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,height:\"100%\",id:\"qiboMLxQ_\",isMixedBorderRadius:false,isRed:false,layoutId:\"qiboMLxQ_\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:12,topRightRadius:12,url:\"https://youtu.be/9au61XWCRxs\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1knksnc\",\"data-framer-name\":\"Objection Handles\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ez4141-container\",nodeId:\"Q5uiCJmK2\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{variant:\"x1untB8Vy\",XLARPTAH0:\"\u2705 Alcohol had you fooled\u2014you\u2019re not weak.\"}},children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"Q5uiCJmK2\",layoutId:\"Q5uiCJmK2\",variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"\u2705 You don\u2019t need a hospital. You need a real way out. This is it.\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gku7l1-container\",nodeId:\"tYyV8rcRP\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{variant:\"x1untB8Vy\",XLARPTAH0:\"\u2705 No guilt. No shame, No labels. Just results.\"}},children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"tYyV8rcRP\",layoutId:\"tYyV8rcRP\",variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"\u2705 No willpower battles. You\u2019re not weak\u2014alcohol just had you fooled.\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16lr1cm-container\",nodeId:\"tQc27VhIo\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{variant:\"x1untB8Vy\",XLARPTAH0:\"\u2705 You don\u2019t have to figure this out alone.\"}},children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"tQc27VhIo\",layoutId:\"tQc27VhIo\",variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"\u2705 No guilt. No labels. I don\u2019t care what you call yourself. I care that you win.\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-66bja6-container hidden-1oi2du7\",nodeId:\"DdJVnoVVv\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"DdJVnoVVv\",layoutId:\"DdJVnoVVv\",variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"\u2705 I was where you are. I know what works. That\u2019s why I built this.\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{height:22}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vasgis-container hidden-v8561 hidden-1oi2du7\",nodeId:\"twZ15IT7o\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"twZ15IT7o\",layoutId:\"twZ15IT7o\",variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"\u2705 You don\u2019t have to figure this out alone. I got you.\"})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fq4qnr-container hidden-1kt05l2 hidden-1oi2du7\",nodeId:\"aBBlmnW60\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"aBBlmnW60\",layoutId:\"aBBlmnW60\",variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"\u2705 You don\u2019t have to figure this out alone. I got you.\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min((${componentViewport?.width||\"100vw\"} - 40px) * 1.0029, ${componentViewport?.width||\"100vw\"} - 40px) * 1.0086)`,y:(componentViewport?.y||0)+64+200+0+0+-336.5+17+204+-241}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{animate:animation5,initial:animation1,optimized:true,transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{className:\"framer-h6xwpq-container\",\"data-framer-appear-id\":\"h6xwpq\",nodeId:\"GfqCSSFMR\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{scale:.9},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{style:{width:\"100%\"},SXDMm9Q7a:\"15,000+ lives changed\u2014yours is next.\"}},children:/*#__PURE__*/_jsx(ElementsSocialProof,{geBX2GIlC:addImageAlt({src:\"https://framerusercontent.com/images/HVR48LiJkZAoyM1D1HSszmv6LP8.png\",srcSet:\"https://framerusercontent.com/images/HVR48LiJkZAoyM1D1HSszmv6LP8.png 507w\"},\"\"),height:\"100%\",hWXwKyjTJ:addImageAlt({src:\"https://framerusercontent.com/images/B6NhN1Q0LQRRr2skrikKMJf0Q.png\",srcSet:\"https://framerusercontent.com/images/B6NhN1Q0LQRRr2skrikKMJf0Q.png 513w\"},\"\"),id:\"GfqCSSFMR\",ju_l_vjHi:addImageAlt({src:\"https://framerusercontent.com/images/Cz6d5NgyjAcZLRFnuWttHQjP40U.png\"},\"\"),layoutId:\"GfqCSSFMR\",OrmuH3p0o:addImageAlt({src:\"https://framerusercontent.com/images/HyzKFBhVPFjhzljpeLVzC1txVYI.png\",srcSet:\"https://framerusercontent.com/images/HyzKFBhVPFjhzljpeLVzC1txVYI.png 509w\"},\"\"),SXDMm9Q7a:\"Over 15,000+ lives changed\u2014yours is next.\",variant:\"B80KkJDzY\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__styleAppearEffectEnabled:undefined,animate:animation8,initial:animation9,optimized:true,transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-htcs3v\",\"data-framer-appear-id\":\"htcs3v\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10lsxvf\",\"data-framer-name\":\"Button Wrapper\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{height:14.625,width:`calc(min((${componentViewport?.width||\"100vw\"} - 40px) * 1.0029, ${componentViewport?.width||\"100vw\"} - 40px) * 0.8714)`,y:(componentViewport?.y||0)+64+200+0+0+-336.5+17+204+0-328+0+0+1.6875}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v62636-container\",nodeId:\"Jbcmr3mGY\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks[2],style:{height:\"100%\",width:\"100%\"}},NV0IMzftj:{cSvXw0UMF:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"Jbcmr3mGY\",kJmFsDdbK:\"This Is It\u2014Let\u2019s Change Everything Together\",layoutId:\"Jbcmr3mGY\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d91f499d-ae23-49be-8068-4829742b69cc, rgba(15, 23, 42, 0.6))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"No cost. No catch. Just the transformation you\u2019ve been looking for.\"})})}),className:\"framer-1xac4uw hidden-v8561 hidden-1kt05l2\",\"data-framer-name\":\"Byline 3\",fonts:[\"Inter\",\"Inter-Bold\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d91f499d-ae23-49be-8068-4829742b69cc, rgba(15, 23, 42, 0.6))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"No cost. No catch. Just the transformation you\u2019ve been looking for.\"})})}),className:\"framer-1qm5e1g hidden-1oi2du7\",\"data-framer-appear-id\":\"1qm5e1g\",\"data-framer-name\":\"Byline\",fonts:[\"Inter\",\"Inter-Bold\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+0+-336.5+17+204+0-328+-31}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{style:{rotate:-99,rotateX:180,scale:.6}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation10,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:.2,className:\"framer-101rn6t-container\",nodeId:\"NlcxqFL6v\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{rotate:-99,rotateX:180,scale:.8},children:/*#__PURE__*/_jsx(ElementsArrow,{height:\"100%\",id:\"NlcxqFL6v\",layoutId:\"NlcxqFL6v\",width:\"100%\"})})})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-rsq6eq hidden-v8561 hidden-1kt05l2\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(154, 106, 255)\",\"--framer-text-transform\":\"inherit\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Your First Step To Freedom - Get The \"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"\uD83D\uDC47\uD83C\uDFFB \"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Guide Now\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"\uD83D\uDC47\uD83C\uDFFB\"})})]})}),effect:textEffect2},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--framer-font-size\":\"23px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(154, 106, 255)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(214, 214, 214)\",\"--framer-text-transform\":\"inherit\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"\uD83D\uDC47\uD83C\uDFFB \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Your First Step To Freedom - Get The Guide Now\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(214, 214, 214)\",\"--framer-text-transform\":\"inherit\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"\uD83D\uDC47\uD83C\uDFFB\"})})]})}),transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--framer-font-size\":\"41px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(154, 106, 255)\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsxs(\"strong\",{children:[\"Your First Step To Freedom - Get The \",/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-transform\":\"inherit\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"\uD83D\uDC47\uD83C\uDFFB \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Guide Now\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-transform\":\"inherit\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"\uD83D\uDC47\uD83C\uDFFB\"})})]})}),className:\"framer-1m3vcrx\",\"data-framer-name\":\"Title\",effect:textEffect1,fonts:[\"GF;Lato-regular\",\"GF;Lato-700\",\"GF;Lato-700italic\",\"GF;Lato-italic\"],id:elementId1,ref:ref2,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation14}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-h2rxm2\",\"data-framer-name\":\"Interactive POPUP\",id:elementId2,ref:ref3,children:[isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m8lurq hidden-1oi2du7\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xz4jni\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{background:{alt:\"Kohdi Rayne Six Step Recovery Guide Download\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+227.7292+5+1217.9776+40+-44+62.86+537-351),pixelHeight:691,pixelWidth:1200,sizes:\"466.48px\",src:\"https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg\",srcSet:\"https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Kohdi Rayne Six Step Recovery Guide Download\",fit:\"fill\",pixelHeight:691,pixelWidth:1200,sizes:\"548px\",src:\"https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg\",srcSet:\"https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg 1200w\"},className:\"framer-1h0xv93\"})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[\"You don\u2019t need Beyond Sober to change your life. But you do need \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(201, 157, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"a real plan that actually works\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"})]})}),className:\"framer-16s33v0 hidden-1kt05l2\",fonts:[\"Inter-Light\",\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 191, 0)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"I Made This For YOU \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Because I Know What It's Like To Feel Stuck\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\".\"})})]})}),className:\"framer-du9b29 hidden-1kt05l2\",fonts:[\"Inter-Bold\",\"Inter-Black\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18re2kh\",id:elementId3,ref:ref4,children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"OVER 15,000+ Lives Transformed!\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 191, 0)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You\u2019re Next\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"!\"})})]})]}),className:\"framer-1y9r7a8 hidden-1kt05l2\",fonts:[\"Inter-Medium\",\"Inter-Bold\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"You don\u2019t need Beyond Sober to change your life. But you do need \",/*#__PURE__*/_jsx(\"strong\",{children:\"a real plan that actually works.\"})]})}),className:\"framer-kmsrs7 hidden-v8561\",fonts:[\"Inter-Light\",\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"OVER 15,000+ Lives Transformed!\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 191, 0)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You\u2019re Next\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"!\"})})]})]}),className:\"framer-1xzryr6 hidden-v8561\",fonts:[\"Inter-Medium\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 191, 0, 0.8)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"I Made This For YOU \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Because I Know Exactly What It's Like To Feel Stuck\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\".\"})})]})}),className:\"framer-11esmrk hidden-v8561\",fonts:[\"Inter-Bold\",\"Inter-Black\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n3gxe4\",children:[/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/33bd450d-68dc-46d1-a7ce-d26bec1db587/submit\",className:\"framer-yj4lio\",nodeId:\"iQYl7sgxc\",redirectUrl:{hash:\":BKY_vl2Mh\",webPageId:\"bGV1hUG1I\"},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-1xv30k0\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1hblkvm\",inputName:\"Name\",placeholder:\"Name...\",type:\"text\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-jc3wuh\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1tg074j\",inputName:\"Email\",placeholder:\"Email address...\",type:\"email\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-1hxfsbk\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-839jjc\",inputName:\"Message\",placeholder:\"Want extra help? Tell me where you\u2019re struggling (optional).\",type:\"textarea\"})}),/*#__PURE__*/_jsx(\"button\",{className:\"framer-yexbb6\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Yes! I Need This\u2014Send It Over\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"0.9em\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Yes! I Need This\u2014Send It Over\"})})}),className:\"framer-11hy2x7\",fonts:[\"Inter-SemiBold\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(201, 157, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Clarity & Direction:\"})}),\" The exact steps that helped 15,000+ people escape the cycle.\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(201, 157, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Accountability Emails:\"})}),\" 2 weeks of support to keep you on track.\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(201, 157, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Proven System:\"})}),\" What you need to \",/*#__PURE__*/_jsx(\"strong\",{children:\"rewire your mind\"}),\" and stop drinking effortlessly.\"]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(201, 157, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Clarity & Direction:\"})}),\" The exact steps that helped 15,000+ people escape the cycle.\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(201, 157, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Accountability Emails:\"})}),\" 2 weeks of support to keep you on track.\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(201, 157, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Proven System:\"})}),\" What you need to \",/*#__PURE__*/_jsx(\"strong\",{children:\"rewire your mind\"}),\" and stop drinking effortlessly.\"]})]}),className:\"framer-1xp9w9g\",fonts:[\"Inter-Light\",\"Inter\",\"Inter-Bold\",\"Inter-Black\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[\"This is \",/*#__PURE__*/_jsx(\"strong\",{children:\"your roadmap.\"}),\" No pressure. No judgment. Just everything you need to make sobriety stick\u2014\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(201, 157, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"on your terms\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"})]})}),transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[\"This is \",/*#__PURE__*/_jsx(\"strong\",{children:\"your roadmap.\"}),\" No pressure. No judgment. Just everything you need to make sobriety stick\u2014\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(201, 157, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"on your terms\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"})]})}),className:\"framer-hbbxol\",fonts:[\"Inter-Light\",\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"This \",/*#__PURE__*/_jsx(\"strong\",{children:\"6-Step Recovery Guide\"}),\" gives you everything you need to succeed on your own.\"]})}),fonts:[\"Inter-Medium\",\"Inter-Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\"},children:[\"This \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-weight\":\"500\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"6-Step Recovery Guide\"})}),\" gives you everything you need to succeed on your own. \",/*#__PURE__*/_jsx(\"strong\",{children:\"No confusion.\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(202, 158, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" No guesswork. Just the exact steps to break free\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"})]})}),className:\"framer-ctjdes\",fonts:[\"Inter-Light\",\"Inter\",\"Inter-Medium\",\"Inter-Bold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Privacy 100% guaranteed. Your info stays with us.\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Privacy 100% guaranteed. Your info stays with us.\"})})}),className:\"framer-ghkrfu\",fonts:[\"Inter-Light\",\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k5g4fh-container\",isModuleExternal:true,nodeId:\"HiCQYLo7Z\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"X\",id:\"HiCQYLo7Z\",layoutId:\"HiCQYLo7Z\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(201, 157, 22, 0.8)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 191, 0, 0.8)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"I Made This For YOU \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Because I Know Exactly What It's Like To Feel Stuck\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\".\"})})]})]}),className:\"framer-10g1chn hidden-v8561 hidden-1kt05l2\",fonts:[\"Inter-Bold\",\"Inter-Black\",\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"OVER 15,000+ Lives Transformed & \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 191, 0)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Yours is Next\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"})]})}),className:\"framer-10wfwym hidden-v8561 hidden-1kt05l2\",fonts:[\"Inter-Medium\",\"Inter-Bold\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"rgb(202, 158, 22)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Clarity & Direction:\"}),\" \"]}),\"The exact steps that helped 15,000+ people escape the cycle.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(202, 158, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Accountability Emails:\"})}),\" 2 weeks of support to keep you on track.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(202, 158, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Proven System:\"})}),\" What you need to rewire your mind and stop drinking effortlessly.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(202, 158, 22)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"No confusion. No guesswork. Just the exact steps to break free.\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"This is \",/*#__PURE__*/_jsx(\"strong\",{children:\"your roadmap.\"}),\" No pressure. No judgment. Just everything you need to make sobriety stick\u2026\",/*#__PURE__*/_jsx(\"strong\",{children:\"on your terms, without the struggle.\"})]})]}),className:\"framer-n17hen hidden-v8561 hidden-1kt05l2\",fonts:[\"Inter-Medium\",\"Inter-Bold\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"This \",/*#__PURE__*/_jsx(\"strong\",{children:\"6-Step Recovery Guide\"}),\" gives you everything you need to succeed on your own.\"]})}),className:\"framer-1mpdw66 hidden-v8561 hidden-1kt05l2\",fonts:[\"Inter-Medium\",\"Inter-Bold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Privacy 100% guaranteed. Your info stays with us.\"})})}),className:\"framer-1w0zpzk hidden-v8561 hidden-1kt05l2\",fonts:[\"Inter-Light\",\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"You don\u2019t need Beyond Sober to change your life. But you do need \",/*#__PURE__*/_jsx(\"strong\",{children:\"a real plan that actually works.\"})]})}),className:\"framer-8p9j12 hidden-v8561 hidden-1kt05l2\",fonts:[\"Inter-Light\",\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{background:{alt:\"Kohdi Rayne Six Step Recovery Guide Download\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+200+0+0+0-1249+223),pixelHeight:691,pixelWidth:1200,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9308)`,src:\"https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg\",srcSet:\"https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Kohdi Rayne Six Step Recovery Guide Download\",fit:\"fill\",pixelHeight:691,pixelWidth:1200,src:\"https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg\",srcSet:\"https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ROJ1OsnoFtd1oAM1W5RfWDFCxE.jpg 1200w\"},className:\"framer-zdipra hidden-v8561 hidden-1kt05l2\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/fd0d315f-f7aa-4282-9f47-9c72ceeac826/submit\",className:\"framer-106sclm hidden-v8561 hidden-1kt05l2\",nodeId:\"P2LUYWMZG\",redirectUrl:{hash:\":BKY_vl2Mh\",webPageId:\"bGV1hUG1I\"},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-feht9d\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-ed69sp\",inputName:\"Name\",placeholder:\"Name...\",required:true,type:\"text\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-ziovxh\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1qwg7th\",inputName:\"Email\",placeholder:\"Email address...\",required:true,type:\"email\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-1nop5q8\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-6jh18s\",inputName:\"Message\",placeholder:\"[Honestly] Tell me more about what's challenging you the most, so I can be there for you in the way you need.\",type:\"textarea\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9462 - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4haxgp-container\",nodeId:\"dOrV7jlOu\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(Button2,{height:\"100%\",id:\"dOrV7jlOu\",layoutId:\"dOrV7jlOu\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"tEVjZpskb\",success:\"QHVYMlVdv\"},\"purwScQpe\"),width:\"100%\"})})})})]})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{height:0,width:`calc(${componentViewport?.width||\"100vw\"} * 0.1385)`,y:(componentViewport?.y||0)+64+200+0+0+0-2327}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:3.138,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) * 0.0783)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.2,style:{rotate:-73,scale:.6}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-jtdeqo-container hidden-1kt05l2\",nodeId:\"V5HjRiH4H\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{rotate:-73},children:/*#__PURE__*/_jsx(ElementsArrow,{height:\"100%\",id:\"V5HjRiH4H\",layoutId:\"V5HjRiH4H\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+0+-38},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+227.7292+2163.2647}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{style:{rotate:-73,scale:.6}}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-izrzvu-container\",nodeId:\"ZImvEgSeb\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{rotate:-73},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(ElementsArrow,{height:\"100%\",id:\"ZImvEgSeb\",layoutId:\"ZImvEgSeb\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-rx9ltq\",\"data-framer-name\":\"HIT HOME\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:\"Be Honest\u2026Is This You Right Now?\"})}),effect:undefined,fonts:[\"Inter-Bold\"],transformTemplate:transformTemplate1},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"66px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-3px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:\"Be Honest\u2026Is This You Right Now?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-3px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:\"Be Honest\u2026Is This You Right Now?\"})}),className:\"framer-1dcpha7\",effect:textEffect3,fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You\u2019ve Tried to Quit, but It Just \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Doesn\u2019t Stick\"})}),\"?\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:\" \"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"Trust me, I\u2019ve been there. Countless attempts, endless methods\u2026yet lasting change feels impossible.\"})]}),transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You\u2019ve Tried to Quit, but It Just Doesn\u2019t Stick\"}),\":\"]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:\" \"}),\"Trust me, I\u2019ve been there. Countless attempts, endless methods\u2026yet lasting change feels impossible.\"]})}),className:\"framer-jrf2iw\",fonts:[\"GF;Inter-500\",\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{background:{alt:\"Drunk sad man\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+200+0+0+298),pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) * 0.7744)`,src:\"https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png\",srcSet:\"https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Drunk sad man\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png\",srcSet:\"https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png 1024w\"},className:\"framer-9rouk hidden-v8561 hidden-1kt05l2\",\"data-framer-name\":\"Image\",transformTemplate:transformTemplate1})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Feeling Alone, Even in a Crowd\"}),\":\"]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\"},children:\"\\xa0\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAwaXRhbGlj\",\"--framer-font-style\":\"italic\"},children:[\"Surrounded by people but still feel like no one truly gets what you\u2019re going through? \",/*#__PURE__*/_jsx(\"em\",{children:\"You\u2019re not crazy for feeling this way. I get it.\"})]}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Overwhelmed and Not Sure Where to Turn\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\"},children:\":\"}),\" \",/*#__PURE__*/_jsx(\"em\",{children:\"There\u2019s too much info out there. Let\u2019s break it down, step by step.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Craving Real, Personal Support\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\"},children:\":\"}),\" You need someone who genuinely cares, someone who\u2019s walked the path and can guide you on yours.\"]})}),className:\"framer-lbdg9j hidden-v8561 hidden-1kt05l2\",fonts:[\"GF;Inter-500\",\"GF;Inter-700\",\"GF;Inter-700italic\",\"GF;Inter-500italic\",\"GF;Inter-900\",\"GF;Inter-900italic\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{background:{alt:\"Drunk sad woman\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+200+0+0+1907-851),pixelHeight:1024,pixelWidth:1024,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) * 0.7487)`,src:\"https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png\",srcSet:\"https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png?scale-down-to=512 512w,https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Drunk sad woman\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png\",srcSet:\"https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png?scale-down-to=512 512w,https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png 1024w\"},className:\"framer-1kuoj95 hidden-v8561 hidden-1kt05l2\",\"data-framer-name\":\"Image\",transformTemplate:transformTemplate1})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAwaXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Battling Anxiety, Fear, or Overwhelming Thoughts\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:\":\"}),\" It\u2019s not just about quitting alcohol; it\u2019s about finding peace of mind. I\u2019ve got strategies that can help.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAwaXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Worried About Withdrawal or Health Issues\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:\": \"}),\"The shakes, the sickness\u2014it\u2019s scary, but you don\u2019t have to face it alone.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Afraid of Relapse but Hopeful This Time Will Be Different\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\"},children:\":\"}),\" \",/*#__PURE__*/_jsx(\"em\",{children:\"You\u2019ve tried before, but this time can be different\u2014with the right plan.\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\" I built this for YOU. Let\u2019s take the first step together.\"})})]}),className:\"framer-1e0pfif hidden-v8561 hidden-1kt05l2\",fonts:[\"GF;Inter-500italic\",\"GF;Inter-700italic\",\"GF;Inter-700\",\"GF;Inter-900\",\"GF;Inter-900italic\",\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{height:48,y:(componentViewport?.y||0)+64+200+0+0+1907-66}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i64hsa-container hidden-v8561 hidden-1kt05l2\",id:elementId4,nodeId:\"BKY_vl2Mh\",ref:ref5,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks1[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"BKY_vl2Mh\",kJmFsDdbK:\"Your Next Level Awaits \u2013 Let\u2019s Go\",layoutId:\"BKY_vl2Mh\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-2if2hn hidden-1oi2du7\",\"data-framer-name\":\"Drunk People\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11yp0mm\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jylfzq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{background:{alt:\"Drunk sad man\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+2268.7292+942.4416-17+-.25+-168),pixelHeight:1024,pixelWidth:1024,sizes:\"347px\",src:\"https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png\",srcSet:\"https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png 1024w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation6,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Drunk sad man\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1024,pixelWidth:1024,sizes:\"489px\",src:\"https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png\",srcSet:\"https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0Zbxgis8BrApryVAe3YQm4vTr8.png 1024w\"},className:\"framer-9ig47f\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sqjaic\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAwaXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Feeling Alone, Even in a Crowd\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:\":\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItaXRhbGlj\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"400\"},children:\"\\xa0\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:[\"Surrounded by people but still feel like no one truly gets what you\u2019re going through? \",/*#__PURE__*/_jsx(\"em\",{children:\"You\u2019re not crazy for feeling this way. I get it.\"})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{})})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Overwhelmed and Not Sure Where to Turn\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\"},children:\":\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:[\" \",/*#__PURE__*/_jsx(\"em\",{children:\"There\u2019s too much info out there. Let\u2019s break it down, step by step.\"})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:/*#__PURE__*/_jsx(\"br\",{})})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAwaXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Craving Real, Personal Support\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:\":\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-style\":\"normal\"},children:\" \"}),\"You need someone who genuinely cares, someone who\u2019s walked the path and can guide you on yours.\"]})]}),className:\"framer-15ajjee\",fonts:[\"GF;Inter-500italic\",\"GF;Inter-700italic\",\"GF;Inter-700\",\"GF;Inter-900\",\"GF;Inter-900italic\",\"GF;Inter-italic\",\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1117svf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"If this hits home for you, don\u2019t keep struggling alone.\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"This book and program were built for YOU.\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Let\u2019s break free together.\"})})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"If this hits home for you, don\u2019t keep struggling alone.\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"This book and program were built for YOU.\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.96px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Let\u2019s break free together.\"})})]}),className:\"framer-1osbacj\",fonts:[\"Inter-Light\",\"Inter-LightItalic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAwaXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Battling Anxiety, Fear, or Overwhelming Thoughts\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:\":\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\" It\u2019s not just about quitting alcohol; it\u2019s about finding peace of mind. I\u2019ve got strategies that can help.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAwaXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Worried About Withdrawal or Health Issues\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:\": \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\"The shakes, the sickness\u2014it\u2019s scary, but you don\u2019t have to face it alone.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Afraid of Relapse but Hopeful This Time Will Be Different\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-weight\":\"700\"},children:\":\"}),\" \",/*#__PURE__*/_jsx(\"em\",{children:\"You\u2019ve tried before, but this time can be different\u2014with the right plan.\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(240, 240, 240)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"You don\u2019t have to do this alone. I built this for YOU. Let\u2019s take the first step together.\"})})]}),className:\"framer-mx98s6\",fonts:[\"GF;Inter-500italic\",\"GF;Inter-700italic\",\"GF;Inter-700\",\"GF;Inter-900\",\"GF;Inter-900italic\",\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{background:{alt:\"Drunk sad woman\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+2268.7292+942.4416-17+0+0+0-387),pixelHeight:1024,pixelWidth:1024,sizes:\"362px\",src:\"https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png\",srcSet:\"https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png?scale-down-to=512 512w,https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png 1024w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Drunk sad woman\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1024,pixelWidth:1024,sizes:\"454px\",src:\"https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png\",srcSet:\"https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png?scale-down-to=512 512w,https://framerusercontent.com/images/HQWwLI3JmirxDp5wdGaC8461KM.png 1024w\"},className:\"framer-1v4a9bs\",\"data-framer-name\":\"Image\"})})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cg36ts hidden-v8561 hidden-1kt05l2\",\"data-framer-name\":\"TESTIMONIALS\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1amhtep\",\"data-framer-name\":\"Content Wrapper\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18mt7f3-container hidden-1oi2du7\",nodeId:\"GmRih5YVj\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsSectionHeading,{height:\"100%\",I6DOV1pRR:\"Real People. Real Transformations.\",id:\"GmRih5YVj\",layoutId:\"GmRih5YVj\",style:{width:\"100%\"},tuKQBbiAw:\"From rock bottom to unstoppable\u2014these stories prove what\u2019s possible. When you\u2019re ready, yours will be next.\",variant:\"r8oLg0_Wq\",width:\"100%\",WTCErdx1k:\"testimonials\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2wasjc-container hidden-1oi2du7\",nodeId:\"CLwEWc8yJ\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsSocialProof,{geBX2GIlC:addImageAlt({src:\"https://framerusercontent.com/images/MaVM4v4xLABLPfA4WYfg6ptHWAg.png\",srcSet:\"https://framerusercontent.com/images/MaVM4v4xLABLPfA4WYfg6ptHWAg.png?scale-down-to=512 512w,https://framerusercontent.com/images/MaVM4v4xLABLPfA4WYfg6ptHWAg.png 514w\"},\"\"),height:\"100%\",hWXwKyjTJ:addImageAlt({src:\"https://framerusercontent.com/images/YKdSz3v96RDxHScRzPzrtVmpTw.png\",srcSet:\"https://framerusercontent.com/images/YKdSz3v96RDxHScRzPzrtVmpTw.png?scale-down-to=512 512w,https://framerusercontent.com/images/YKdSz3v96RDxHScRzPzrtVmpTw.png 514w\"},\"\"),id:\"CLwEWc8yJ\",ju_l_vjHi:addImageAlt({src:\"https://framerusercontent.com/images/iIpiF7n2XCr7M1VCZy14Xb5sHks.png\"},\"\"),layoutId:\"CLwEWc8yJ\",OrmuH3p0o:addImageAlt({src:\"https://framerusercontent.com/images/2pZNzIRMc2FldkN0zzm4JFc3F0.png\"},\"\"),SXDMm9Q7a:\"Over 15,000+ Lives Supported\",variant:\"WQey8pMO7\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kp1z0n\",\"data-framer-name\":\"Testimonials\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xmtaue\",\"data-framer-name\":\"Title\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vatt9k\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-orddg3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RVy0Vphvz\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"RVy0Vphvz\",layoutId:\"RVy0Vphvz\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:false,widthType:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zj4j41-container\",inComponentSlot:true,nodeId:\"QN62OJM1Q\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Jason R.\",height:\"100%\",id:\"QN62OJM1Q\",layoutId:\"QN62OJM1Q\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\" High-Achiever \",ZMdTlQSsb:\"I used to dominate in business\u2026 but alcohol stole my drive. Beyond Sober gave me my clarity back. I\u2019m sharper, more focused, and finally in control of my future.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sghilz-container\",inComponentSlot:true,nodeId:\"EYK4YpS7Z\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Tony S.\",height:\"100%\",id:\"EYK4YpS7Z\",layoutId:\"EYK4YpS7Z\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Identity Reclaimed\",ZMdTlQSsb:\"Drinking was my identity. I told myself, \u2018I\u2019ll always be this way.\u2019 Beyond Sober made me realize I don\u2019t have to be. I took my power back, and I\u2019ll never give it up again.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-n7nssh-container\",inComponentSlot:true,nodeId:\"SiQb6Va89\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Elena K.\",height:\"100%\",id:\"SiQb6Va89\",layoutId:\"SiQb6Va89\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Recovered & Thriving\",ZMdTlQSsb:\"On the outside, I had it all together. On the inside? I was drowning. Beyond Sober didn\u2019t just help me quit drinking\u2014it helped me rebuild my confidence, my business, and my life.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o9a8rs-container\",inComponentSlot:true,nodeId:\"n5ZEnBVOm\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Samantha J.\",height:\"100%\",id:\"n5ZEnBVOm\",layoutId:\"n5ZEnBVOm\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Former Overthinker\",ZMdTlQSsb:\"The noise in my head never stopped\u2014guilt, anxiety, regret. I thought alcohol helped, but it made everything worse. Beyond Sober gave me the tools to finally find peace.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-jo4por-container\",inComponentSlot:true,nodeId:\"LGRH7h0h9\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Alicia R.\",height:\"100%\",id:\"LGRH7h0h9\",layoutId:\"LGRH7h0h9\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Breaking Generational Cycles\",ZMdTlQSsb:\"My dad was an alcoholic. I swore I wouldn\u2019t end up like him\u2026but I did. Beyond Sober gave me the wake-up call I needed. Now, I\u2019m sober, and my kids will never have to grow up with the same pain I did.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-cbjrxc-container\",inComponentSlot:true,nodeId:\"FgpmRON7n\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Eric B.\",height:\"100%\",id:\"FgpmRON7n\",layoutId:\"FgpmRON7n\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Rock Bottom to Redemption\",ZMdTlQSsb:\"I lost everything\u2014my job, my family, my self-respect. I thought I was too far gone. Beyond Sober proved me wrong. Now, I\u2019m rebuilding my life, one day at a time. And I\u2019m never looking back.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vu4x8k-container\",inComponentSlot:true,nodeId:\"N8T66YFaf\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Travis W.\",height:\"100%\",id:\"N8T66YFaf\",layoutId:\"N8T66YFaf\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\" Former Fun Drinker\",ZMdTlQSsb:\"I was the \u2018fun\u2019 one. The one who always had a drink in hand. I thought if I quit, I\u2019d lose my identity. Beyond Sober showed me I didn\u2019t have to give up fun\u2014I just had to redefine it.\"})})})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+2604+32+979.7659}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kn6krb-container\",nodeId:\"RqY0NeeSf\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks2[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"RqY0NeeSf\",kJmFsDdbK:\"Your Next Level Awaits \u2013 Let\u2019s Go\",layoutId:\"RqY0NeeSf\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"figcaption\",{className:\"framer-1wbnbmo hidden-1oi2du7\",\"data-framer-name\":\"Video Intro\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{effect:textEffect4}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.45px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"If You Think You Can\u2019t Get Sober, That\u2019s \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"EXACTLY Why You Can\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"})]})}),className:\"framer-1ktun9t\",effect:textEffect3,fonts:[\"Inter-Medium\",\"Inter-Bold\"],id:elementId7,ref:ref8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"I swore I was different. That I was the one person who just couldn\u2019t get sober. Until I was wrong. You\u2019re not stuck\u2014you just haven\u2019t seen the way out yet.\"}),/*#__PURE__*/_jsxs(\"em\",{children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Give me 60 seconds\u2026\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\",\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:/*#__PURE__*/_jsx(\"br\",{})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"this will change everything.\"})})]})}),className:\"framer-g3kzlm\",fonts:[\"FR;InterDisplay-Medium\",\"FR;InterDisplay-MediumItalic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o4x9bo\",\"data-framer-name\":\"VIDEO + Testimonials\",id:elementId8,ref:ref9,children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:32,rotateY:0,scale:1.4,skewX:0,skewY:0,x:0,y:40}},{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,animate:animation24,className:\"framer-7meatc\",\"data-border\":true,\"data-framer-appear-id\":\"7meatc\",\"data-framer-name\":\"Video Wrapper\",initial:animation4,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e5eeg4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ZernkvT3Z\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:15,bottomLeftRadius:15,bottomRightRadius:15,height:\"100%\",id:\"ZernkvT3Z\",isMixedBorderRadius:false,isRed:false,layoutId:\"ZernkvT3Z\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:15,topRightRadius:15,url:\"https://youtu.be/nMKvm950is4?si=aYICGSTR5sCSbb9z\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsxs(MotionFigcaptionWithFX,{className:\"framer-165ck9p\",\"data-framer-name\":\"Book Intro\",id:elementId9,ref:ref10,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.45px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"Everything I thought I knew about addiction was a lie. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Here\u2019s what actually works\"})}),/*#__PURE__*/_jsx(\"em\",{children:\".\"})]})}),effect:undefined},NV0IMzftj:{effect:textEffect6}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.45px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"Everything I thought I knew about addiction was a lie. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Here\u2019s what actually works\"})}),/*#__PURE__*/_jsx(\"em\",{children:\".\"})]})}),className:\"framer-niuvf9\",effect:textEffect5,fonts:[\"GF;Inter-700\",\"GF;Inter-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"They told us addiction is a disease. That we\u2019re broken. That alcohol is the problem. But the truth is\u2014we were never the problem. The way we were taught to recover is. This book is the shift you\u2019ve been waiting for.\"})})}),fonts:[\"Inter\",\"Inter-Italic\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"They told us addiction is a disease. That we\u2019re broken. That alcohol is the problem. But the truth is\u2014we were never the problem. The way we were taught to recover is. This book is the shift you\u2019ve been waiting for.\"})})}),className:\"framer-18qijuh\",fonts:[\"FR;InterDisplay-Medium\",\"FR;InterDisplay-MediumItalic\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-78bms7\",\"data-framer-name\":\"TESTIMONIALS\",id:elementId10,ref:ref11,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-143ivmq\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+2171+8+0+0+0},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+4131.1708+32+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pbhxnm-container\",nodeId:\"TikiKfoyA\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsSectionHeading,{height:\"100%\",I6DOV1pRR:\"Real People. Real Transformations.\",id:\"TikiKfoyA\",layoutId:\"TikiKfoyA\",style:{width:\"100%\"},tuKQBbiAw:\"From rock bottom to unstoppable\u2014these stories prove what\u2019s possible. When you\u2019re ready, yours will be next.\",variant:\"r8oLg0_Wq\",width:\"100%\",WTCErdx1k:\"testimonials\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+2171+8+0+0+297},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+4131.1708+32+0+0+301}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14q1jgp-container\",nodeId:\"wc5pcErFP\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{SXDMm9Q7a:\"Over 15,000+ Said YES To Recovery\"}},children:/*#__PURE__*/_jsx(ElementsSocialProof,{geBX2GIlC:addImageAlt({src:\"https://framerusercontent.com/images/MaVM4v4xLABLPfA4WYfg6ptHWAg.png\",srcSet:\"https://framerusercontent.com/images/MaVM4v4xLABLPfA4WYfg6ptHWAg.png?scale-down-to=512 512w,https://framerusercontent.com/images/MaVM4v4xLABLPfA4WYfg6ptHWAg.png 514w\"},\"\"),height:\"100%\",hWXwKyjTJ:addImageAlt({src:\"https://framerusercontent.com/images/YKdSz3v96RDxHScRzPzrtVmpTw.png\",srcSet:\"https://framerusercontent.com/images/YKdSz3v96RDxHScRzPzrtVmpTw.png?scale-down-to=512 512w,https://framerusercontent.com/images/YKdSz3v96RDxHScRzPzrtVmpTw.png 514w\"},\"\"),id:\"wc5pcErFP\",ju_l_vjHi:addImageAlt({src:\"https://framerusercontent.com/images/iIpiF7n2XCr7M1VCZy14Xb5sHks.png\"},\"\"),layoutId:\"wc5pcErFP\",OrmuH3p0o:addImageAlt({src:\"https://framerusercontent.com/images/2pZNzIRMc2FldkN0zzm4JFc3F0.png\"},\"\"),SXDMm9Q7a:\"Over 15,000+ People Transformed & Counting\",variant:\"WQey8pMO7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-101r7ue\",\"data-framer-name\":\"Testimonials\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-173tx3v\",\"data-framer-name\":\"Title\"}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8rar0u hidden-1oi2du7\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rlmumi-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tbv_38zyJ\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:1,id:\"tbv_38zyJ\",layoutId:\"tbv_38zyJ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:false,widthType:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zj4j41-container\",inComponentSlot:true,nodeId:\"QN62OJM1Q\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Jason R.\",height:\"100%\",id:\"QN62OJM1Q\",layoutId:\"QN62OJM1Q\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\" High-Achiever \",ZMdTlQSsb:\"I used to dominate in business\u2026 but alcohol stole my drive. Beyond Sober gave me my clarity back. I\u2019m sharper, more focused, and finally in control of my future.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sghilz-container\",inComponentSlot:true,nodeId:\"EYK4YpS7Z\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Tony S.\",height:\"100%\",id:\"EYK4YpS7Z\",layoutId:\"EYK4YpS7Z\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Identity Reclaimed\",ZMdTlQSsb:\"Drinking was my identity. I told myself, \u2018I\u2019ll always be this way.\u2019 Beyond Sober made me realize I don\u2019t have to be. I took my power back, and I\u2019ll never give it up again.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-n7nssh-container\",inComponentSlot:true,nodeId:\"SiQb6Va89\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Elena K.\",height:\"100%\",id:\"SiQb6Va89\",layoutId:\"SiQb6Va89\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Recovered & Thriving\",ZMdTlQSsb:\"On the outside, I had it all together. On the inside? I was drowning. Beyond Sober didn\u2019t just help me quit drinking\u2014it helped me rebuild my confidence, my business, and my life.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o9a8rs-container\",inComponentSlot:true,nodeId:\"n5ZEnBVOm\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Samantha J.\",height:\"100%\",id:\"n5ZEnBVOm\",layoutId:\"n5ZEnBVOm\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Former Overthinker\",ZMdTlQSsb:\"The noise in my head never stopped\u2014guilt, anxiety, regret. I thought alcohol helped, but it made everything worse. Beyond Sober gave me the tools to finally find peace.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-jo4por-container\",inComponentSlot:true,nodeId:\"LGRH7h0h9\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Alicia R.\",height:\"100%\",id:\"LGRH7h0h9\",layoutId:\"LGRH7h0h9\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Breaking Generational Cycles\",ZMdTlQSsb:\"My dad was an alcoholic. I swore I wouldn\u2019t end up like him\u2026but I did. Beyond Sober gave me the wake-up call I needed. Now, I\u2019m sober, and my kids will never have to grow up with the same pain I did.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-cbjrxc-container\",inComponentSlot:true,nodeId:\"FgpmRON7n\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Eric B.\",height:\"100%\",id:\"FgpmRON7n\",layoutId:\"FgpmRON7n\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Rock Bottom to Redemption\",ZMdTlQSsb:\"I lost everything\u2014my job, my family, my self-respect. I thought I was too far gone. Beyond Sober proved me wrong. Now, I\u2019m rebuilding my life, one day at a time. And I\u2019m never looking back.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vu4x8k-container\",inComponentSlot:true,nodeId:\"N8T66YFaf\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Travis W.\",height:\"100%\",id:\"N8T66YFaf\",layoutId:\"N8T66YFaf\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\" Former Fun Drinker\",ZMdTlQSsb:\"I was the \u2018fun\u2019 one. The one who always had a drink in hand. I thought if I quit, I\u2019d lose my identity. Beyond Sober showed me I didn\u2019t have to give up fun\u2014I just had to redefine it.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vu4x8k-container\",inComponentSlot:true,nodeId:\"N8T66YFaf\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Travis W.\",height:\"100%\",id:\"N8T66YFaf\",layoutId:\"N8T66YFaf\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\" Former Fun Drinker\",ZMdTlQSsb:\"I was the \u2018fun\u2019 one. The one who always had a drink in hand. I thought if I quit, I\u2019d lose my identity. Beyond Sober showed me I didn\u2019t have to give up fun\u2014I just had to redefine it.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-cbjrxc-container\",inComponentSlot:true,nodeId:\"FgpmRON7n\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Eric B.\",height:\"100%\",id:\"FgpmRON7n\",layoutId:\"FgpmRON7n\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Rock Bottom to Redemption\",ZMdTlQSsb:\"I lost everything\u2014my job, my family, my self-respect. I thought I was too far gone. Beyond Sober proved me wrong. Now, I\u2019m rebuilding my life, one day at a time. And I\u2019m never looking back.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-jo4por-container\",inComponentSlot:true,nodeId:\"LGRH7h0h9\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Alicia R.\",height:\"100%\",id:\"LGRH7h0h9\",layoutId:\"LGRH7h0h9\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Breaking Generational Cycles\",ZMdTlQSsb:\"My dad was an alcoholic. I swore I wouldn\u2019t end up like him\u2026but I did. Beyond Sober gave me the wake-up call I needed. Now, I\u2019m sober, and my kids will never have to grow up with the same pain I did.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o9a8rs-container\",inComponentSlot:true,nodeId:\"n5ZEnBVOm\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Samantha J.\",height:\"100%\",id:\"n5ZEnBVOm\",layoutId:\"n5ZEnBVOm\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Former Overthinker\",ZMdTlQSsb:\"The noise in my head never stopped\u2014guilt, anxiety, regret. I thought alcohol helped, but it made everything worse. Beyond Sober gave me the tools to finally find peace.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-n7nssh-container\",inComponentSlot:true,nodeId:\"SiQb6Va89\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Elena K.\",height:\"100%\",id:\"SiQb6Va89\",layoutId:\"SiQb6Va89\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Recovered & Thriving\",ZMdTlQSsb:\"On the outside, I had it all together. On the inside? I was drowning. Beyond Sober didn\u2019t just help me quit drinking\u2014it helped me rebuild my confidence, my business, and my life.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sghilz-container\",inComponentSlot:true,nodeId:\"EYK4YpS7Z\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Tony S.\",height:\"100%\",id:\"EYK4YpS7Z\",layoutId:\"EYK4YpS7Z\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Identity Reclaimed\",ZMdTlQSsb:\"Drinking was my identity. I told myself, \u2018I\u2019ll always be this way.\u2019 Beyond Sober made me realize I don\u2019t have to be. I took my power back, and I\u2019ll never give it up again.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zj4j41-container\",inComponentSlot:true,nodeId:\"QN62OJM1Q\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Jason R.\",height:\"100%\",id:\"QN62OJM1Q\",layoutId:\"QN62OJM1Q\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\" High-Achiever \",ZMdTlQSsb:\"I used to dominate in business\u2026 but alcohol stole my drive. Beyond Sober gave me my clarity back. I\u2019m sharper, more focused, and finally in control of my future.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7rrflh-container\",inComponentSlot:true,nodeId:\"ZzmTA8rpy\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Eric. W.\",height:\"100%\",id:\"ZzmTA8rpy\",layoutId:\"ZzmTA8rpy\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Veteran Support Specialist\",ZMdTlQSsb:\"From the depths of addiction to over two years sober, Beyond Sober gave me the tools to rebuild my life. Now, I help others find their way. This program isn\u2019t just about quitting\u2014it\u2019s about transformation.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-wlly7j-container\",inComponentSlot:true,nodeId:\"w9mboflOt\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Trisha Z.\",height:\"100%\",id:\"w9mboflOt\",layoutId:\"w9mboflOt\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Peer Support Specialist\",ZMdTlQSsb:\"After a severe health crisis, I had a choice\u2014keep drinking or fight for my life. Today, with over 1,300 days sober, I help others do the same. Beyond Sober made that possible.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-wlly7j-container\",inComponentSlot:true,nodeId:\"w9mboflOt\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Trisha Z.\",height:\"100%\",id:\"w9mboflOt\",layoutId:\"w9mboflOt\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Peer Support Specialist\",ZMdTlQSsb:\"After a severe health crisis, I had a choice\u2014keep drinking or fight for my life. Today, with over 1,300 days sober, I help others do the same. Beyond Sober made that possible.\"})})})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19it0we-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vGt2HvoNG\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"bottom\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:1,id:\"vGt2HvoNG\",layoutId:\"vGt2HvoNG\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:false,widthType:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10twvle-container\",inComponentSlot:true,nodeId:\"bX9q1aIrY\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"David M.\",height:\"100%\",id:\"bX9q1aIrY\",layoutId:\"bX9q1aIrY\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Reluctant Quitter\",ZMdTlQSsb:\"I didn\u2019t believe another \u2018program\u2019 would help. I\u2019ve tried quitting a hundred times, but nothing stuck. Beyond Sober was different. It actually made me WANT to stay sober. I finally feel free.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-mc6tcb-container\",inComponentSlot:true,nodeId:\"Nc7Lfxnfu\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Maria L.\",height:\"100%\",id:\"Nc7Lfxnfu\",layoutId:\"Nc7Lfxnfu\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Former Party Girl\",ZMdTlQSsb:\"I was missing moments with my kids, and it broke me. I hated who I was becoming. Now? I wake up every morning proud of myself. My kids finally have the mom they deserve.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mzldv5-container\",inComponentSlot:true,nodeId:\"H9RVAnXEC\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Chris D.\",height:\"100%\",id:\"H9RVAnXEC\",layoutId:\"H9RVAnXEC\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Life of the Party\",ZMdTlQSsb:\"I lived for the next drink, the next party\u2026but it was never enough. Beyond Sober showed me how to actually feel ALIVE...without alcohol. My life is better in ways I never imagined.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mzldv5-container\",inComponentSlot:true,nodeId:\"H9RVAnXEC\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Chris D.\",height:\"100%\",id:\"H9RVAnXEC\",layoutId:\"H9RVAnXEC\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Life of the Party\",ZMdTlQSsb:\"I lived for the next drink, the next party\u2026but it was never enough. Beyond Sober showed me how to actually feel ALIVE...without alcohol. My life is better in ways I never imagined.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zmfk3o-container\",inComponentSlot:true,nodeId:\"aEmh96UhP\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Marcus T.\",height:\"100%\",id:\"aEmh96UhP\",layoutId:\"aEmh96UhP\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Breakthrough Survivor\",ZMdTlQSsb:\"I relapsed so many times, I stopped trying. I told myself I\u2019d always fail. Beyond Sober changed the way I looked at sobriety; it\u2019s not about being perfect, it\u2019s about moving forward. And for the first time, I am.\u201D\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z5t1t9-container\",inComponentSlot:true,nodeId:\"djiy6hfNj\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Emma B.\",height:\"100%\",id:\"djiy6hfNj\",layoutId:\"djiy6hfNj\",variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Present & Patient Mom\",ZMdTlQSsb:\"My kids deserved better. I was physically there, but mentally I was checked out. Beyond Sober helped me rebuild my confidence, my patience, and my energy. Now, I\u2019m the mom I always wanted to be.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:\"352px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ozu7f2-container\",inComponentSlot:true,nodeId:\"QOLGjxAE3\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Jake W.\",height:\"100%\",id:\"QOLGjxAE3\",layoutId:\"QOLGjxAE3\",style:{width:\"100%\"},variant:\"gh1f9mw4s\",width:\"100%\",wmTcwD60X:\"Former Stress Drinker\",ZMdTlQSsb:\"Alcohol was my crutch. I thought it helped with my stress, but it was making everything worse. Beyond Sober taught me how to manage my emotions WITHOUT numbing out. I finally feel in control.\"})})})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+2171+8+369},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+4131.1708+32+1267}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-5btu1q-container\",nodeId:\"pHZoXXAye\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks3[2],kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\"},NV0IMzftj:{cSvXw0UMF:resolvedLinks3[1],kJmFsDdbK:\"Your Next Level Awaits \u2013 Let\u2019s Go\"}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks3[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"pHZoXXAye\",kJmFsDdbK:\"Join 15,000+ \u2013 Begin Now\",layoutId:\"pHZoXXAye\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sw270\",\"data-framer-name\":\"Clients\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wu68ev-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"giA0ffUSl\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:20,overflow:false},gap:50,height:\"100%\",hoverFactor:.8,id:\"giA0ffUSl\",layoutId:\"giA0ffUSl\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nmw0lk\",\"data-border\":true,\"data-framer-name\":\"Logo Image 1\",style:{rotate:4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:112,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"108px\",src:\"https://framerusercontent.com/images/wbjwpxTKaCioP4BiWNLX4eewmGI.png\",srcSet:\"https://framerusercontent.com/images/wbjwpxTKaCioP4BiWNLX4eewmGI.png?scale-down-to=512 512w,https://framerusercontent.com/images/wbjwpxTKaCioP4BiWNLX4eewmGI.png 600w\"},className:\"framer-1xuyq1u\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13t2ri1\",\"data-border\":true,\"data-framer-name\":\"Logo Image 2\",style:{rotate:-2},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:662,pixelWidth:960,positionX:\"center\",positionY:\"center\",sizes:\"109px\",src:\"https://framerusercontent.com/images/G768db9RSqQu84HdDHJGQPdre3w.png\",srcSet:\"https://framerusercontent.com/images/G768db9RSqQu84HdDHJGQPdre3w.png?scale-down-to=512 512w,https://framerusercontent.com/images/G768db9RSqQu84HdDHJGQPdre3w.png 960w\"},className:\"framer-p2v242\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d0zj6b\",\"data-border\":true,\"data-framer-name\":\"Logo Image 3\",style:{rotate:5},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:112,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"218px\",src:\"https://framerusercontent.com/images/ChgczQ1EKiEUtn2fmeVB7UaakU.png\",srcSet:\"https://framerusercontent.com/images/ChgczQ1EKiEUtn2fmeVB7UaakU.png?scale-down-to=512 512w,https://framerusercontent.com/images/ChgczQ1EKiEUtn2fmeVB7UaakU.png 600w\"},className:\"framer-zqk9zo\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1usvep8\",\"data-border\":true,\"data-framer-name\":\"Logo Image 6\",style:{rotate:5},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:112,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"104px\",src:\"https://framerusercontent.com/images/Y6GEm4Mfi6sntg3JzyWdBM7Ec.png\",srcSet:\"https://framerusercontent.com/images/Y6GEm4Mfi6sntg3JzyWdBM7Ec.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y6GEm4Mfi6sntg3JzyWdBM7Ec.png 600w\"},className:\"framer-1nj81v5\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8wcxrv\",\"data-border\":true,\"data-framer-name\":\"Logo Image 3\",style:{rotate:-2},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:112,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/r0zxrJk7mZz9REuuu9U5wWosygg.png\",srcSet:\"https://framerusercontent.com/images/r0zxrJk7mZz9REuuu9U5wWosygg.png?scale-down-to=512 512w,https://framerusercontent.com/images/r0zxrJk7mZz9REuuu9U5wWosygg.png 600w\"},className:\"framer-1lgsmji\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9bxqjc\",\"data-border\":true,\"data-framer-name\":\"Logo Image 4\",style:{rotate:-4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:112,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"110px\",src:\"https://framerusercontent.com/images/52DVIkwhGWIVlx1SlMo3C5w5m64.png\",srcSet:\"https://framerusercontent.com/images/52DVIkwhGWIVlx1SlMo3C5w5m64.png?scale-down-to=512 512w,https://framerusercontent.com/images/52DVIkwhGWIVlx1SlMo3C5w5m64.png 600w\"},className:\"framer-m86ygh\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k0r6ou\",\"data-border\":true,\"data-framer-name\":\"Logo Image 5\",style:{rotate:4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:112,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"108px\",src:\"https://framerusercontent.com/images/yxYXIYIxZnapSebfUsJiFnNJARc.png\",srcSet:\"https://framerusercontent.com/images/yxYXIYIxZnapSebfUsJiFnNJARc.png?scale-down-to=512 512w,https://framerusercontent.com/images/yxYXIYIxZnapSebfUsJiFnNJARc.png 600w\"},className:\"framer-1ausmmj\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aoxy65\",\"data-border\":true,\"data-framer-name\":\"Logo Image 7\",style:{rotate:-5},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:112,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"224px\",src:\"https://framerusercontent.com/images/g48RI27pjf7fsRE7cLRxaacbBY.png\",srcSet:\"https://framerusercontent.com/images/g48RI27pjf7fsRE7cLRxaacbBY.png?scale-down-to=512 512w,https://framerusercontent.com/images/g48RI27pjf7fsRE7cLRxaacbBY.png 600w\"},className:\"framer-gdk8hy\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7c2909\",\"data-border\":true,\"data-framer-name\":\"Logo Image 3\",style:{rotate:5},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:112,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"142px\",src:\"https://framerusercontent.com/images/6YDiMPUGONAdvmSeblCIJWyH9ac.png\",srcSet:\"https://framerusercontent.com/images/6YDiMPUGONAdvmSeblCIJWyH9ac.png?scale-down-to=512 512w,https://framerusercontent.com/images/6YDiMPUGONAdvmSeblCIJWyH9ac.png 600w\"},className:\"framer-8s3xit\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tz6xu1\",\"data-border\":true,\"data-framer-name\":\"Logo Image 1\",style:{rotate:4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:324,pixelWidth:640,positionX:\"center\",positionY:\"center\",sizes:\"97px\",src:\"https://framerusercontent.com/images/wghFzJhe8Ka2iiMqf8L8BrxI3XY.png\",srcSet:\"https://framerusercontent.com/images/wghFzJhe8Ka2iiMqf8L8BrxI3XY.png?scale-down-to=512 512w,https://framerusercontent.com/images/wghFzJhe8Ka2iiMqf8L8BrxI3XY.png 640w\"},className:\"framer-9o3jiz\",\"data-framer-name\":\"Logo Image\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fc3ken\",\"data-border\":true,\"data-framer-name\":\"Logo Image 2\",style:{rotate:-2},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:112,pixelWidth:600,positionX:\"center\",positionY:\"center\",sizes:\"146px\",src:\"https://framerusercontent.com/images/V8IPiTlHdHhU3Jw4zvqdGgkU5M.png\",srcSet:\"https://framerusercontent.com/images/V8IPiTlHdHhU3Jw4zvqdGgkU5M.png?scale-down-to=512 512w,https://framerusercontent.com/images/V8IPiTlHdHhU3Jw4zvqdGgkU5M.png 600w\"},className:\"framer-12gf1sp\",\"data-framer-name\":\"Logo Image\"})})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15pqras\",\"data-framer-name\":\"BOOK Features\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation26,className:\"framer-u79j5\",\"data-framer-appear-id\":\"u79j5\",\"data-framer-name\":\"Features\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation27,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y9uxtc\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10x0i4d\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation28,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:.88,className:\"framer-y7qv15-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PRZZJOZE9\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"PRZZJOZE9\",intervalControl:1.2,itemAmount:1,layoutId:\"PRZZJOZE9\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2208,intrinsicWidth:1242,pixelHeight:2208,pixelWidth:1242,sizes:\"113px\",src:\"https://framerusercontent.com/images/8F7uebTYkp5khBi8kcjGZUVO5o.jpg\",srcSet:\"https://framerusercontent.com/images/8F7uebTYkp5khBi8kcjGZUVO5o.jpg?scale-down-to=1024 576w,https://framerusercontent.com/images/8F7uebTYkp5khBi8kcjGZUVO5o.jpg?scale-down-to=2048 1152w,https://framerusercontent.com/images/8F7uebTYkp5khBi8kcjGZUVO5o.jpg 1242w\"},className:\"framer-l3yomz\",\"data-framer-name\":\"IMG 2458\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3088,intrinsicWidth:1737,pixelHeight:3088,pixelWidth:1737,sizes:\"115px\",src:\"https://framerusercontent.com/images/HUSJBEQZMjVlEVn2fpyCANNu6s.jpeg\",srcSet:\"https://framerusercontent.com/images/HUSJBEQZMjVlEVn2fpyCANNu6s.jpeg?scale-down-to=1024 576w,https://framerusercontent.com/images/HUSJBEQZMjVlEVn2fpyCANNu6s.jpeg?scale-down-to=2048 1152w,https://framerusercontent.com/images/HUSJBEQZMjVlEVn2fpyCANNu6s.jpeg 1737w\"},className:\"framer-730oem\",\"data-framer-name\":\"IMG 4703\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:540,pixelHeight:960,pixelWidth:540,sizes:\"111px\",src:\"https://framerusercontent.com/images/DMZ61vy6O1trH9vDJxf4uXqwpvs.jpg\",srcSet:\"https://framerusercontent.com/images/DMZ61vy6O1trH9vDJxf4uXqwpvs.jpg 540w\"},className:\"framer-qh0wnr\",\"data-framer-name\":\"IMG 4719\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5632,intrinsicWidth:4224,pixelHeight:5632,pixelWidth:4224,sizes:\"152px\",src:\"https://framerusercontent.com/images/9WAV49Z3JyT2t6FJ2OQ80jCHIo.jpg\",srcSet:\"https://framerusercontent.com/images/9WAV49Z3JyT2t6FJ2OQ80jCHIo.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/9WAV49Z3JyT2t6FJ2OQ80jCHIo.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/9WAV49Z3JyT2t6FJ2OQ80jCHIo.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/9WAV49Z3JyT2t6FJ2OQ80jCHIo.jpg 4224w\"},className:\"framer-1a3973p\",\"data-framer-name\":\"Colton Book Pic\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1280,intrinsicWidth:720,pixelHeight:1280,pixelWidth:720,sizes:\"116px\",src:\"https://framerusercontent.com/images/ph4nL6NrDkxNW7WRLHMErDwisrA.jpg\",srcSet:\"https://framerusercontent.com/images/ph4nL6NrDkxNW7WRLHMErDwisrA.jpg?scale-down-to=1024 576w,https://framerusercontent.com/images/ph4nL6NrDkxNW7WRLHMErDwisrA.jpg 720w\"},className:\"framer-b48pc5\",\"data-framer-name\":\"Kara Book\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:3e3,pixelHeight:4e3,pixelWidth:3e3,sizes:\"156px\",src:\"https://framerusercontent.com/images/JUeAoLBX2bckT3hPGTJENRG2OA.jpg\",srcSet:\"https://framerusercontent.com/images/JUeAoLBX2bckT3hPGTJENRG2OA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JUeAoLBX2bckT3hPGTJENRG2OA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JUeAoLBX2bckT3hPGTJENRG2OA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JUeAoLBX2bckT3hPGTJENRG2OA.jpg 4000w\"},className:\"framer-f99o\",\"data-framer-name\":\"My Man With The Book\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1572,intrinsicWidth:977,pixelHeight:1572,pixelWidth:977,sizes:\"126px\",src:\"https://framerusercontent.com/images/4F3f2uQlMC2AX26atMsY5Xna8s.jpg\",srcSet:\"https://framerusercontent.com/images/4F3f2uQlMC2AX26atMsY5Xna8s.jpg?scale-down-to=1024 636w,https://framerusercontent.com/images/4F3f2uQlMC2AX26atMsY5Xna8s.jpg 977w\"},className:\"framer-18kmwog\",\"data-framer-name\":\"IMG 4718\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:2048,pixelHeight:2048,pixelWidth:2048,sizes:\"193px\",src:\"https://framerusercontent.com/images/f3RjGxJnXVIxRiuQ1iZ27cQGhU.jpg\",srcSet:\"https://framerusercontent.com/images/f3RjGxJnXVIxRiuQ1iZ27cQGhU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/f3RjGxJnXVIxRiuQ1iZ27cQGhU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/f3RjGxJnXVIxRiuQ1iZ27cQGhU.jpg 2048w\"},className:\"framer-i969hl\",\"data-framer-name\":\"My Other Man With The Book\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1023.3333604424096,intrinsicWidth:792.2222432089446,pixelHeight:921,pixelWidth:713,sizes:\"159px\",src:\"https://framerusercontent.com/images/u77n5Tor1Z1tq2I07yCu3IBObts.png\",srcSet:\"https://framerusercontent.com/images/u77n5Tor1Z1tq2I07yCu3IBObts.png 713w\"},className:\"framer-mdbf0w\",\"data-framer-name\":\"Screenshot 2025-03-29 at 9.01.47\\xe2\\x80\\xafAM\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"This book was created for YOU.\"})}),/*#__PURE__*/_jsx(\"em\",{children:\" I built this so you NEVER have to wonder, \u201CWhat do I do next?\"})]})}),effect:undefined,fonts:[\"Inter-Bold\",\"Inter-BoldItalic\"]},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"This book was created for \"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(121, 84, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"YOU.\"})}),/*#__PURE__*/_jsxs(\"em\",{children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"51px\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"I built this so you NEVER have to wonder, \u201C\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"51px\",\"--framer-text-color\":\"rgb(121, 84, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"What do I do next\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"51px\",\"--framer-text-color\":\"var(--token-4e38e35b-9651-4e14-b5c2-f754c914bd63, rgb(15, 23, 42))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"?\"})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"67px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"This book was created for \"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"67px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"YOU.\"})}),/*#__PURE__*/_jsxs(\"em\",{children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"em\",{children:\"I built this so you NEVER have to wonder, \u201C\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"What do I do next\"})}),/*#__PURE__*/_jsx(\"em\",{children:\"?\"})]})}),className:\"framer-1uia5dt\",effect:textEffect7,fonts:[\"GF;Inter-500\",\"GF;Inter-500italic\",\"GF;Inter-700\",\"GF;Inter-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation26,className:\"framer-r3ee34\",\"data-framer-appear-id\":\"r3ee34\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation26,className:\"framer-uob344\",\"data-framer-appear-id\":\"uob344\",\"data-framer-name\":\"Content\",initial:animation1,optimized:true,children:[isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Recovery \",/*#__PURE__*/_jsx(\"strong\",{children:\"your way.\"}),\" Whether you love to \",/*#__PURE__*/_jsx(\"strong\",{children:\"read, watch, or listen\"}),\", Beyond Sober adapts to you.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-1drkrix hidden-1oi2du7\",fonts:[\"GF;Inter-600\",\"GF;Inter-900\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"em\",{children:\"Watch it. Read it. Listen to it. No excuses\u2014just results.\"})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"em\",{children:\"Wherever you are, however you learn\u2014this adapts to you.\"})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"em\",{children:\"Your way. Your pace. No judgment. Just the transformation you need.\"})]}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"No guesswork. No confusion. Just a proven roadmap, ready when you are.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]})]})]}),className:\"framer-1wyuuf7 hidden-1oi2du7\",fonts:[\"Inter-Medium\",\"Inter-MediumItalic\",\"Inter-Light\",\"Inter-LightItalic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:[\"Most programs expect you to take notes, memorize lessons, or just hope you retain what you learn. Beyond Sober gives you the \",/*#__PURE__*/_jsx(\"strong\",{children:\"exact\"}),\" system in a physical (or digital) form. \"]}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:[\"Every concept, every rewire, every shift is inside\u2014so you can \",/*#__PURE__*/_jsx(\"strong\",{children:\"see it, track it, and make it real\"}),\".\"]}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItMzAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItMzAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The way you\u2019ve been taught to think about addiction is broken. This book is different.\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]})]}),/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-weight\":\"600\"},children:[\"Recovery \",/*#__PURE__*/_jsx(\"strong\",{children:\"your way.\"}),\" \"]}),\"Whether you love to \",/*#__PURE__*/_jsx(\"strong\",{children:\"read, watch, or listen\"}),\", Beyond Sober adapts to you.\"]}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"em\",{children:\"Watch it. Read it. Listen to it. No excuses\u2014just results.\"})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"em\",{children:\"Wherever you are, however you learn\u2014this adapts to you.\"})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"em\",{children:\"Your way. Your pace. No judgment. Just the transformation you need.\"})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsxs(\"strong\",{children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"This book doesn\u2019t just help you quit drinking\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"}),\" \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"It helps you shift your \",/*#__PURE__*/_jsx(\"strong\",{children:\"entire life\"}),\"; because the problem was never alcohol. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"The problem was always \",/*#__PURE__*/_jsx(\"strong\",{children:\"how you were taught to think\"}),\". This book is your step-by-step guide to rewriting the way you see everything.\"]}),/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"And the best part? The moment you say yes, \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"it\u2019s yours.\"})}),/*#__PURE__*/_jsx(\"em\",{children:\" No waiting. No excuses. \"}),/*#__PURE__*/_jsxs(\"em\",{children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Your recovery starts now.\"})})]})]}),fonts:[\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\",\"GF;Inter-300\",\"GF;Inter-regular\",\"GF;Inter-italic\",\"GF;Inter-300italic\",\"GF;Inter-700\",\"GF;Inter-900\",\"GF;Inter-900italic\",\"GF;Inter-700italic\",\"GF;Inter-500\",\"GF;Inter-500italic\",\"GF;Inter-600\",\"GF;Inter-600italic\",\"Inter-Black\",\"Inter-BlackItalic\"],verticalAlignment:\"center\"},NV0IMzftj:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"This book doesn\u2019t just help you quit drinking.\"}),\" It helps you shift your \",/*#__PURE__*/_jsx(\"strong\",{children:\"entire life\"}),\"; because the problem was never alcohol. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"The problem was always \",/*#__PURE__*/_jsx(\"strong\",{children:\"how you were taught to think\"}),\". This book is your step-by-step guide to rewriting the way you see everything.\"]}),/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"This isn\u2019t about tomorrow. The moment you say YES, it\u2019s yours\u2014right now.\"})})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"This book doesn\u2019t just help you quit drinking.\"}),\" It helps you shift your \",/*#__PURE__*/_jsx(\"strong\",{children:\"entire life\"}),\"; because the problem was never alcohol. The problem was always \",/*#__PURE__*/_jsx(\"strong\",{children:\"how you were taught to think\"}),\". This book is your step-by-step guide to rewriting the way you see everything.\"]}),/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"This isn\u2019t about tomorrow. The moment you say YES, it\u2019s yours\u2014right now.\"})})]}),className:\"framer-j8hyt7\",fonts:[\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\",\"GF;Inter-700\",\"GF;Inter-900\",\"GF;Inter-900italic\",\"GF;Inter-700italic\",\"Inter-Black\",\"Inter-BlackItalic\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{background:{alt:\"Beyond Sober Book sideways\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+200+0+5477.7659+0+322+0+1174+-158),pixelHeight:779,pixelWidth:1e3,positionX:\"center\",positionY:\"top\",sizes:\"412px\",src:\"https://framerusercontent.com/images/jLaikxbn4rAUgKIMihRueg2UR4.png\",srcSet:\"https://framerusercontent.com/images/jLaikxbn4rAUgKIMihRueg2UR4.png?scale-down-to=512 512w,https://framerusercontent.com/images/jLaikxbn4rAUgKIMihRueg2UR4.png 1000w\"}},NV0IMzftj:{background:{alt:\"Beyond Sober Book sideways\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:798,pixelWidth:1025,positionX:\"center\",positionY:\"top\",sizes:\"366px\",src:\"https://framerusercontent.com/images/q6ufE7nXDT6lA03DAvaYyzWyI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/q6ufE7nXDT6lA03DAvaYyzWyI.png?scale-down-to=512 512w,https://framerusercontent.com/images/q6ufE7nXDT6lA03DAvaYyzWyI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q6ufE7nXDT6lA03DAvaYyzWyI.png 1025w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Beyond Sober Book sideways\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:779,pixelWidth:1e3,positionX:\"center\",positionY:\"top\",sizes:\"412px\",src:\"https://framerusercontent.com/images/jLaikxbn4rAUgKIMihRueg2UR4.png\",srcSet:\"https://framerusercontent.com/images/jLaikxbn4rAUgKIMihRueg2UR4.png?scale-down-to=512 512w,https://framerusercontent.com/images/jLaikxbn4rAUgKIMihRueg2UR4.png 1000w\"},className:\"framer-v2ttul\",\"data-framer-name\":\"Image\"})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{height:48,y:(componentViewport?.y||0)+64+200+0+5477.7659+1802-84}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kj7w0q-container hidden-v8561 hidden-1kt05l2\",nodeId:\"q3yFZNXrr\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks4[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"q3yFZNXrr\",kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\",layoutId:\"q3yFZNXrr\",m_edh05V5:0,style:{width:\"100%\"},variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bjks1w\",\"data-framer-name\":\"THE PROGRAM\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation29,__framer__exit:animation30,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19ghsta\",\"data-framer-name\":\"Title Wrapper\",id:elementId11,ref:ref12,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c28fsy\",\"data-border\":true,\"data-framer-name\":\"Pre-Heading Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"THE PROGRAM\"})}),transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"THE PROGRAM\"})}),className:\"framer-gc2nvs\",\"data-framer-name\":\"Pre-Heading\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+7528.1708+18+0+0+120.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rzitb7-container hidden-1oi2du7\",nodeId:\"pHbnbJoCe\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{cSvXw0UMF:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks5[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"pHbnbJoCe\",kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\",layoutId:\"pHbnbJoCe\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"The Exact System That Makes \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Sobriety Second Nature.\"})})]})}),effect:undefined,transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"The Exact System That Makes \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Sobriety Second Nature.\"})})]})}),className:\"framer-zrdzok\",\"data-framer-name\":\"Title\",effect:textEffect,fonts:[\"GF;Sora-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:[\"Sobriety isn\u2019t the goal\u2014\",/*#__PURE__*/_jsx(\"strong\",{children:\"freedom is.\"}),\" If all you do is quit drinking, you\u2019ll be stuck fighting the same battles with nothing to replace it. \"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"Sobriety isn\u2019t the goal\u2014\",/*#__PURE__*/_jsx(\"strong\",{children:\"freedom is.\"}),\" If all you do is quit drinking, you\u2019ll be stuck fighting the same battles with nothing to replace it. Beyond Sober \",/*#__PURE__*/_jsx(\"strong\",{children:\"reprograms\"}),\" the way you think, so you never feel like you\u2019re \u201Cmissing out\u201D again.\"]})}),className:\"framer-zvu9zu\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:[\"Beyond Sober \",/*#__PURE__*/_jsx(\"strong\",{children:\"reprograms\"}),\" the way you think, so you never feel like you\u2019re \u201Cmissing out\u201D again.\"]})}),className:\"framer-g4aqc3 hidden-v8561 hidden-1kt05l2\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"Every Shift, Every Breakthrough\u2014\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Now In Your Hands.\"})})]})})},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Every Shift, Every Breakthrough - Now In Your Hands.\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Every Shift, Every Breakthrough\u2014Now In Your Hands.\"})})}),className:\"framer-1uc6lnl\",\"data-framer-name\":\"Title\",fonts:[\"GF;Sora-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sv6un-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dtKYJWTzj\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"dtKYJWTzj\",intervalControl:1,itemAmount:1,layoutId:\"dtKYJWTzj\",padding:1,paddingBottom:1,paddingLeft:1,paddingPerSide:false,paddingRight:1,paddingTop:1,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:397,intrinsicWidth:559,pixelHeight:397,pixelWidth:559,sizes:\"180px\",src:\"https://framerusercontent.com/images/91UNE2ryJ5KRHOdzalFtBatyRbs.png\",srcSet:\"https://framerusercontent.com/images/91UNE2ryJ5KRHOdzalFtBatyRbs.png?scale-down-to=512 512w,https://framerusercontent.com/images/91UNE2ryJ5KRHOdzalFtBatyRbs.png 559w\"},className:\"framer-11wyror\",\"data-framer-name\":\"Screenshot 2024-05-01_at_6.44.36_AM\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:600,pixelHeight:346,pixelWidth:600,sizes:\"193px\",src:\"https://framerusercontent.com/images/tsFYko3dbK72fQwxK88GXeW0694.jpg\",srcSet:\"https://framerusercontent.com/images/tsFYko3dbK72fQwxK88GXeW0694.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tsFYko3dbK72fQwxK88GXeW0694.jpg 600w\"},className:\"framer-bc3d9i\",\"data-framer-name\":\"Recovery-Guide-LEad-MAgnet-Cover-THumb (2)\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:600,pixelHeight:346,pixelWidth:600,sizes:\"193px\",src:\"https://framerusercontent.com/images/nGfnju7fPEPLTnofpxEh2tYlpco.jpg\",srcSet:\"https://framerusercontent.com/images/nGfnju7fPEPLTnofpxEh2tYlpco.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nGfnju7fPEPLTnofpxEh2tYlpco.jpg 600w\"},className:\"framer-1r9vgyw\",\"data-framer-name\":\"Radical-Acceptance-Thumb (1)\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:600,pixelHeight:346,pixelWidth:600,sizes:\"195px\",src:\"https://framerusercontent.com/images/5KGJI8XJPznThB1JapEwjQhMECo.jpg\",srcSet:\"https://framerusercontent.com/images/5KGJI8XJPznThB1JapEwjQhMECo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5KGJI8XJPznThB1JapEwjQhMECo.jpg 600w\"},className:\"framer-9idh75\",\"data-framer-name\":\"Bad-Habits-Thumb\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:600,pixelHeight:346,pixelWidth:600,sizes:\"195px\",src:\"https://framerusercontent.com/images/4deOvPk2p6rb17tLTHwBTgk11E.jpg\",srcSet:\"https://framerusercontent.com/images/4deOvPk2p6rb17tLTHwBTgk11E.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4deOvPk2p6rb17tLTHwBTgk11E.jpg 600w\"},className:\"framer-1ewl8di\",\"data-framer-name\":\"Healthy-Habits-Thumb (1)\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:600,pixelHeight:346,pixelWidth:600,sizes:\"195px\",src:\"https://framerusercontent.com/images/9m5dlN91vgymdY1wOGy30gQGbs.jpg\",srcSet:\"https://framerusercontent.com/images/9m5dlN91vgymdY1wOGy30gQGbs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9m5dlN91vgymdY1wOGy30gQGbs.jpg 600w\"},className:\"framer-1wg2cfm\",\"data-framer-name\":\"BTTF-Thumb (1)\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:600,pixelHeight:346,pixelWidth:600,sizes:\"193px\",src:\"https://framerusercontent.com/images/KmCG8xBBbmrbrRRoC8ojQRPvWI.jpg\",srcSet:\"https://framerusercontent.com/images/KmCG8xBBbmrbrRRoC8ojQRPvWI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/KmCG8xBBbmrbrRRoC8ojQRPvWI.jpg 600w\"},className:\"framer-17ojjm4\",\"data-framer-name\":\"10-X-Thumb (1)\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:346,intrinsicWidth:600,pixelHeight:346,pixelWidth:600,sizes:\"195px\",src:\"https://framerusercontent.com/images/l2hzSG1Kt1s8RjeWPFyowB6IE.jpg\",srcSet:\"https://framerusercontent.com/images/l2hzSG1Kt1s8RjeWPFyowB6IE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/l2hzSG1Kt1s8RjeWPFyowB6IE.jpg 600w\"},className:\"framer-dr8y7p\",\"data-framer-name\":\"LBS-Thumb (1)\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+7279.7659+0+-180.9+0-60},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+7528.1708+18+0+0+831.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-1w287s2-container\",nodeId:\"QoppJegCH\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks6[2]},NV0IMzftj:{cSvXw0UMF:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks6[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"QoppJegCH\",kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\",layoutId:\"QoppJegCH\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xgcdth\",\"data-framer-name\":\"Modules Grid\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation6,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8at1ta\",\"data-border\":true,\"data-framer-name\":\"Module\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 1\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 1\"})})}),className:\"framer-1i5e0cg\",\"data-framer-name\":\"Module\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qw9979\",\"data-framer-name\":\"Title Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Radical Acceptance\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" \u2013 \"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"The First Breakthrough\"})]})}),effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Radical Acceptance\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" \u2013 The First Breakthrough\"})]})}),className:\"framer-1d7vhx7\",\"data-framer-name\":\"Title\",effect:textEffect8,fonts:[\"Inter-LightItalic\",\"Inter-Italic\",\"GF;Sora-700\",\"GF;Sora-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"Sobriety feels like a fight because you\u2019re still resisting reality. \",/*#__PURE__*/_jsx(\"strong\",{children:\"The moment you accept what is, alcohol loses its grip forever.\"})]})}),className:\"framer-w9f55q\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m1kl9y\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i7t14y\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-v4amkz\",\"data-framer-name\":\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13 15\"><path d=\"M 2.034 0 C 1.19 0 0.5 0.69 0.5 1.534 L 0.5 13.466 C 0.5 14.31 1.19 15 2.034 15 L 11.75 15 C 11.928 15 12.091 14.838 12.091 14.659 C 12.091 14.659 12.091 2.789 12.091 2.727 C 12.091 2.539 11.938 2.386 11.75 2.386 L 11.659 2.386 C 11.224 2.344 10.898 1.982 10.898 1.534 C 10.898 1.056 11.272 0.682 11.75 0.682 C 11.938 0.682 12.091 0.529 12.091 0.341 C 12.091 0.153 11.938 0 11.75 0 Z M 2.034 0.682 L 10.509 0.682 C 10.339 0.929 10.216 1.213 10.216 1.534 C 10.216 1.857 10.342 2.138 10.514 2.386 L 2.034 2.386 C 1.556 2.386 1.182 2.012 1.182 1.534 C 1.182 1.056 1.556 0.682 2.034 0.682 Z M 1.182 2.77 C 1.43 2.942 1.711 3.068 2.034 3.068 L 5.955 3.068 L 5.955 7.159 C 5.955 7.283 6.029 7.404 6.139 7.461 C 6.25 7.518 6.391 7.508 6.493 7.436 L 8 6.381 L 9.507 7.436 C 9.609 7.508 9.75 7.518 9.861 7.461 C 9.971 7.404 10.045 7.283 10.045 7.159 L 10.045 3.068 L 11.409 3.068 L 11.409 14.318 L 2.034 14.318 C 1.556 14.318 1.182 13.944 1.182 13.466 Z M 6.636 3.068 L 9.364 3.068 L 9.364 6.499 L 8.197 5.684 C 8.083 5.603 7.917 5.603 7.803 5.684 L 6.636 6.499 Z M 4.25 9.205 C 4.061 9.205 3.909 9.357 3.909 9.545 C 3.909 9.734 4.061 9.886 4.25 9.886 L 9.705 9.886 C 9.893 9.886 10.046 9.734 10.046 9.545 C 10.046 9.357 9.893 9.205 9.705 9.205 Z M 4.25 11.591 C 4.061 11.591 3.909 11.743 3.909 11.932 C 3.909 12.121 4.061 12.273 4.25 12.273 L 9.705 12.273 C 9.893 12.273 10.046 12.121 10.046 11.932 C 10.046 11.743 9.893 11.591 9.705 11.591 Z\" fill=\"rgb(103,105,255)\"></path></svg>',svgContentId:9788324286,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"5 lessons\"})}),className:\"framer-okhtjv\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m5zshk\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-165cpvi\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.45 8C0.45 12.4387 4.06127 16.05 8.5 16.05C12.9387 16.05 16.55 12.4387 16.55 8C16.55 3.56127 12.9387 -0.05 8.5 -0.05C4.06127 -0.05 0.45 3.56127 0.45 8ZM1.23093 8C1.23093 3.99208 4.49208 0.730926 8.5 0.730926C12.5079 0.730926 15.7691 3.99208 15.7691 8C15.7691 12.0079 12.5079 15.2691 8.5 15.2691C4.49208 15.2691 1.23093 12.0079 1.23093 8Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M10.7772 10.8288C10.8533 10.9049 10.9537 10.9434 11.0533 10.9434C11.1526 10.9434 11.2531 10.9058 11.3288 10.8293C11.4812 10.6769 11.4811 10.4295 11.3287 10.2771L8.89016 7.83854V3.17698C8.89016 2.96193 8.71588 2.78685 8.50004 2.78685C8.28499 2.78685 8.10991 2.96114 8.10991 3.17698V8.00005C8.10991 8.10329 8.15059 8.20289 8.2239 8.2762L8.2239 8.2762L10.7772 10.8288ZM10.7772 10.8288L10.8125 10.7934L10.7772 10.8288L10.7772 10.8288Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 1.10663C8.10991 1.32168 8.2842 1.49676 8.50004 1.49676C8.71587 1.49676 8.89017 1.32169 8.89017 1.10663V0.393471C8.89017 0.178426 8.71588 0.00334473 8.50004 0.00334473C8.28499 0.00334473 8.10991 0.177633 8.10991 0.393471V1.10663Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<mask id=\"path-4-outside-1_1849_230\" maskUnits=\"userSpaceOnUse\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\" fill=\"black\">\\n<rect fill=\"white\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\"/>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\"/>\\n</mask>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\" fill=\"#6769FF\"/>\\n<path d=\"M3.38414 3.36578L3.45485 3.29507L3.45485 3.29507L3.38414 3.36578ZM2.88019 2.38025L2.80948 2.30954L2.80948 2.30954L2.88019 2.38025ZM3.36177 2.38025L3.43248 2.30954L3.43248 2.30954L3.36177 2.38025ZM3.86572 3.36578L3.93643 3.43649L3.93643 3.43649L3.86572 3.36578ZM3.62493 3.36578C3.56368 3.36578 3.5019 3.34212 3.45485 3.29507L3.31342 3.43649C3.39926 3.52234 3.51249 3.56578 3.62493 3.56578V3.36578ZM3.45485 3.29507L2.9509 2.79112L2.80948 2.93254L3.31343 3.43649L3.45485 3.29507ZM2.9509 2.79112C2.85706 2.69728 2.85706 2.54481 2.9509 2.45096L2.80948 2.30954C2.63753 2.48149 2.63753 2.7606 2.80948 2.93254L2.9509 2.79112ZM2.9509 2.45096C3.04474 2.35712 3.19721 2.35712 3.29106 2.45096L3.43248 2.30954C3.26053 2.13759 2.98143 2.13759 2.80948 2.30954L2.9509 2.45096ZM3.29106 2.45096L3.79501 2.95491L3.93643 2.81349L3.43248 2.30954L3.29106 2.45096ZM3.79501 2.95491C3.88885 3.04875 3.88885 3.20122 3.79501 3.29507L3.93643 3.43649C4.10838 3.26454 4.10838 2.98544 3.93643 2.81349L3.79501 2.95491ZM3.79501 3.29507C3.74789 3.34219 3.68673 3.36578 3.62493 3.36578V3.56578C3.73813 3.56578 3.85066 3.52226 3.93643 3.43649L3.79501 3.29507Z\" fill=\"#6769FF\" mask=\"url(#path-4-outside-1_1849_230)\"/>\\n<path d=\"M0.893349 8.39023H1.60651C1.82156 8.39023 1.99664 8.21594 1.99664 8.0001C1.99664 7.78505 1.82235 7.60997 1.60651 7.60997H0.893349C0.678304 7.60997 0.503223 7.78426 0.503223 8.0001C0.503223 8.21514 0.677511 8.39023 0.893349 8.39023Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M2.84483 13.1021L2.84483 13.1021L3.34878 12.5982C3.5012 12.4458 3.74865 12.4458 3.90108 12.5982L3.90108 12.5982C4.0535 12.7506 4.0535 12.9981 3.90108 13.1505L3.90108 13.1505L3.3973 13.6543C3.39727 13.6543 3.39724 13.6543 3.39721 13.6543C3.32089 13.7314 3.22107 13.7691 3.12098 13.7691L2.84483 13.1021ZM2.84483 13.1021C2.69241 13.2546 2.69241 13.502 2.84483 13.6544L2.84483 13.1021Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 15.6073C8.10991 15.8224 8.2842 15.9974 8.50004 15.9974C8.71587 15.9974 8.89017 15.8224 8.89017 15.6073V14.8941C8.89017 14.6791 8.71588 14.504 8.50004 14.504C8.28499 14.504 8.10991 14.6783 8.10991 14.8941V15.6073Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.099 12.5982L13.099 12.5982C12.9466 12.7506 12.9466 12.9981 13.099 13.1505L13.6029 13.6544C13.6791 13.7306 13.7794 13.7691 13.8791 13.7691C13.9785 13.7691 14.0789 13.7314 14.1553 13.6544C14.3076 13.5019 14.3076 13.2545 14.1552 13.1021L13.6513 12.5982L13.6513 12.5982C13.4989 12.4458 13.2514 12.4458 13.099 12.5982Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M16.4966 7.99999C16.4966 7.78499 16.3223 7.60997 16.1065 7.60997H15.3933C15.1783 7.60997 15.0032 7.78426 15.0032 8.0001C15.0032 8.21514 15.1775 8.39023 15.3933 8.39023H16.1065C16.3221 8.39023 16.4974 8.21603 16.4966 7.99999ZM16.4966 7.99999C16.4966 7.99997 16.4966 7.99995 16.4966 7.99992L16.4466 8.0001H16.4966C16.4966 8.00006 16.4966 8.00003 16.4966 7.99999Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.0987 2.84884L13.0987 2.84884L13.6027 2.34489C13.7551 2.19247 14.0026 2.19247 14.155 2.34489L14.155 2.34489C14.3074 2.49732 14.3074 2.74476 14.155 2.89719L14.155 2.89719L13.651 3.40114C13.5749 3.47728 13.4745 3.51578 13.3749 3.51578L13.0987 2.84884ZM13.0987 2.84884C12.9463 3.00127 12.9463 3.24871 13.0987 3.40114L13.0987 2.84884ZM13.134 2.88413L13.1341 2.8842L13.134 2.88413Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1 week\"})}),className:\"framer-gpltl1\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mt8io5\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zbquxq\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13l988h\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-msybl\",\"data-framer-name\":\"Dot\"})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-skgjzn\",\"data-border\":true,\"data-framer-name\":\"Module\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 2\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 2\"})})}),className:\"framer-1uzfynd\",\"data-framer-name\":\"Module\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x2n0vf\",\"data-framer-name\":\"Title Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Dissolving Bad Habits\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 Rewiring Your Mind\"})})]})}),effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Dissolving Bad Habits \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 Rewiring Your Mind\"})})]})}),className:\"framer-gz7gu7\",\"data-framer-name\":\"Title\",effect:textEffect8,fonts:[\"GF;Sora-700\",\"GF;Sora-800\",\"Inter-LightItalic\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"Drinking isn\u2019t the problem. The habit of drinking is. When you \",/*#__PURE__*/_jsx(\"strong\",{children:\"break the cycle, sobriety stops being a struggle.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"Drinking isn\u2019t the problem\u2014the habit is. \",/*#__PURE__*/_jsx(\"strong\",{children:\"Break the cycle, and sobriety stops being a struggle.\"})]})}),className:\"framer-emejrh\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-csn39c\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19dte47\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1emlzs2\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"15\" viewBox=\"0 0 13 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.03409 0C1.1901 0 0.5 0.690101 0.5 1.53409V13.4659C0.5 14.3099 1.1901 15 2.03409 15H11.75C11.9285 15 12.0909 14.8376 12.0909 14.6591C12.0909 14.6591 12.0909 2.78948 12.0909 2.72727C12.0909 2.53899 11.9383 2.38636 11.75 2.38636H11.6594C11.2244 2.3435 10.8977 1.98227 10.8977 1.53409C10.8977 1.05604 11.2719 0.681818 11.75 0.681818C11.9383 0.681818 12.0909 0.529188 12.0909 0.340909C12.0909 0.15263 11.9383 0 11.75 0H2.03409ZM2.03409 0.681818H10.5089C10.339 0.928667 10.2159 1.21338 10.2159 1.53409C10.2159 1.85744 10.3418 2.13834 10.5142 2.38636H2.03409C1.55603 2.38636 1.18182 2.01215 1.18182 1.53409C1.18182 1.05604 1.55603 0.681818 2.03409 0.681818ZM1.18182 2.76989C1.42951 2.9416 1.71148 3.06818 2.03409 3.06818H5.95455V7.15909C5.95499 7.28316 6.02911 7.40419 6.13942 7.46098C6.24973 7.51777 6.3913 7.50779 6.49254 7.43608L8 6.38139L9.50746 7.43608C9.6087 7.50779 9.75027 7.51777 9.86058 7.46098C9.97089 7.40419 10.045 7.28316 10.0455 7.15909V3.06818H11.4091V14.3182H2.03409C1.55603 14.3182 1.18182 13.944 1.18182 13.4659V2.76989ZM6.63636 3.06818H9.36364V6.49858L8.19709 5.68359C8.08277 5.60261 7.91723 5.60261 7.80291 5.68359L6.63636 6.49858V3.06818ZM4.25 9.20455C4.06114 9.20455 3.90909 9.35659 3.90909 9.54545C3.90909 9.73432 4.06114 9.88636 4.25 9.88636H9.70455C9.89341 9.88636 10.0455 9.73432 10.0455 9.54545C10.0455 9.35659 9.89341 9.20455 9.70455 9.20455H4.25ZM4.25 11.5909C4.06114 11.5909 3.90909 11.743 3.90909 11.9318C3.90909 12.1207 4.06114 12.2727 4.25 12.2727H9.70455C9.89341 12.2727 10.0455 12.1207 10.0455 11.9318C10.0455 11.743 9.89341 11.5909 9.70455 11.5909H4.25Z\" fill=\"#6769FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"5 lessons\"})}),className:\"framer-1bigsq8\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wldvaw\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-qmozwy\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.45 8C0.45 12.4387 4.06127 16.05 8.5 16.05C12.9387 16.05 16.55 12.4387 16.55 8C16.55 3.56127 12.9387 -0.05 8.5 -0.05C4.06127 -0.05 0.45 3.56127 0.45 8ZM1.23093 8C1.23093 3.99208 4.49208 0.730926 8.5 0.730926C12.5079 0.730926 15.7691 3.99208 15.7691 8C15.7691 12.0079 12.5079 15.2691 8.5 15.2691C4.49208 15.2691 1.23093 12.0079 1.23093 8Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M10.7772 10.8288C10.8533 10.9049 10.9537 10.9434 11.0533 10.9434C11.1526 10.9434 11.2531 10.9058 11.3288 10.8293C11.4812 10.6769 11.4811 10.4295 11.3287 10.2771L8.89016 7.83854V3.17698C8.89016 2.96193 8.71588 2.78685 8.50004 2.78685C8.28499 2.78685 8.10991 2.96114 8.10991 3.17698V8.00005C8.10991 8.10329 8.15059 8.20289 8.2239 8.2762L8.2239 8.2762L10.7772 10.8288ZM10.7772 10.8288L10.8125 10.7934L10.7772 10.8288L10.7772 10.8288Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 1.10663C8.10991 1.32168 8.2842 1.49676 8.50004 1.49676C8.71587 1.49676 8.89017 1.32169 8.89017 1.10663V0.393471C8.89017 0.178426 8.71588 0.00334473 8.50004 0.00334473C8.28499 0.00334473 8.10991 0.177633 8.10991 0.393471V1.10663Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<mask id=\"path-4-outside-1_1849_230\" maskUnits=\"userSpaceOnUse\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\" fill=\"black\">\\n<rect fill=\"white\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\"/>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\"/>\\n</mask>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\" fill=\"#6769FF\"/>\\n<path d=\"M3.38414 3.36578L3.45485 3.29507L3.45485 3.29507L3.38414 3.36578ZM2.88019 2.38025L2.80948 2.30954L2.80948 2.30954L2.88019 2.38025ZM3.36177 2.38025L3.43248 2.30954L3.43248 2.30954L3.36177 2.38025ZM3.86572 3.36578L3.93643 3.43649L3.93643 3.43649L3.86572 3.36578ZM3.62493 3.36578C3.56368 3.36578 3.5019 3.34212 3.45485 3.29507L3.31342 3.43649C3.39926 3.52234 3.51249 3.56578 3.62493 3.56578V3.36578ZM3.45485 3.29507L2.9509 2.79112L2.80948 2.93254L3.31343 3.43649L3.45485 3.29507ZM2.9509 2.79112C2.85706 2.69728 2.85706 2.54481 2.9509 2.45096L2.80948 2.30954C2.63753 2.48149 2.63753 2.7606 2.80948 2.93254L2.9509 2.79112ZM2.9509 2.45096C3.04474 2.35712 3.19721 2.35712 3.29106 2.45096L3.43248 2.30954C3.26053 2.13759 2.98143 2.13759 2.80948 2.30954L2.9509 2.45096ZM3.29106 2.45096L3.79501 2.95491L3.93643 2.81349L3.43248 2.30954L3.29106 2.45096ZM3.79501 2.95491C3.88885 3.04875 3.88885 3.20122 3.79501 3.29507L3.93643 3.43649C4.10838 3.26454 4.10838 2.98544 3.93643 2.81349L3.79501 2.95491ZM3.79501 3.29507C3.74789 3.34219 3.68673 3.36578 3.62493 3.36578V3.56578C3.73813 3.56578 3.85066 3.52226 3.93643 3.43649L3.79501 3.29507Z\" fill=\"#6769FF\" mask=\"url(#path-4-outside-1_1849_230)\"/>\\n<path d=\"M0.893349 8.39023H1.60651C1.82156 8.39023 1.99664 8.21594 1.99664 8.0001C1.99664 7.78505 1.82235 7.60997 1.60651 7.60997H0.893349C0.678304 7.60997 0.503223 7.78426 0.503223 8.0001C0.503223 8.21514 0.677511 8.39023 0.893349 8.39023Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M2.84483 13.1021L2.84483 13.1021L3.34878 12.5982C3.5012 12.4458 3.74865 12.4458 3.90108 12.5982L3.90108 12.5982C4.0535 12.7506 4.0535 12.9981 3.90108 13.1505L3.90108 13.1505L3.3973 13.6543C3.39727 13.6543 3.39724 13.6543 3.39721 13.6543C3.32089 13.7314 3.22107 13.7691 3.12098 13.7691L2.84483 13.1021ZM2.84483 13.1021C2.69241 13.2546 2.69241 13.502 2.84483 13.6544L2.84483 13.1021Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 15.6073C8.10991 15.8224 8.2842 15.9974 8.50004 15.9974C8.71587 15.9974 8.89017 15.8224 8.89017 15.6073V14.8941C8.89017 14.6791 8.71588 14.504 8.50004 14.504C8.28499 14.504 8.10991 14.6783 8.10991 14.8941V15.6073Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.099 12.5982L13.099 12.5982C12.9466 12.7506 12.9466 12.9981 13.099 13.1505L13.6029 13.6544C13.6791 13.7306 13.7794 13.7691 13.8791 13.7691C13.9785 13.7691 14.0789 13.7314 14.1553 13.6544C14.3076 13.5019 14.3076 13.2545 14.1552 13.1021L13.6513 12.5982L13.6513 12.5982C13.4989 12.4458 13.2514 12.4458 13.099 12.5982Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M16.4966 7.99999C16.4966 7.78499 16.3223 7.60997 16.1065 7.60997H15.3933C15.1783 7.60997 15.0032 7.78426 15.0032 8.0001C15.0032 8.21514 15.1775 8.39023 15.3933 8.39023H16.1065C16.3221 8.39023 16.4974 8.21603 16.4966 7.99999ZM16.4966 7.99999C16.4966 7.99997 16.4966 7.99995 16.4966 7.99992L16.4466 8.0001H16.4966C16.4966 8.00006 16.4966 8.00003 16.4966 7.99999Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.0987 2.84884L13.0987 2.84884L13.6027 2.34489C13.7551 2.19247 14.0026 2.19247 14.155 2.34489L14.155 2.34489C14.3074 2.49732 14.3074 2.74476 14.155 2.89719L14.155 2.89719L13.651 3.40114C13.5749 3.47728 13.4745 3.51578 13.3749 3.51578L13.0987 2.84884ZM13.0987 2.84884C12.9463 3.00127 12.9463 3.24871 13.0987 3.40114L13.0987 2.84884ZM13.134 2.88413L13.1341 2.8842L13.134 2.88413Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1 week\"})}),className:\"framer-1mo3on6\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tv9ro5\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xe6xyn\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9yvqn0\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8hyjs4\",\"data-framer-name\":\"Dot\"})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation6,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-e9kij6\",\"data-border\":true,\"data-framer-name\":\"Module\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 3\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 3\"})})}),className:\"framer-wtk28i\",\"data-framer-name\":\"Module\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rppcvg\",\"data-framer-name\":\"Title Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"New Healthy Habits\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 The Addiction Replacement Strategy\"})]})}),effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"New Healthy Habits\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 The Addiction Replacement Strategy\"})]})}),className:\"framer-1dunopc\",\"data-framer-name\":\"Title\",effect:textEffect8,fonts:[\"Inter-LightItalic\",\"Inter-Italic\",\"GF;Sora-700\",\"GF;Sora-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"You don\u2019t quit drinking\u2014you replace it. \",/*#__PURE__*/_jsx(\"strong\",{children:\"Build habits so powerful that sobriety becomes effortless.\"})]})}),className:\"framer-xx5por\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b01bps\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-163tmzp\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-pves71\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"15\" viewBox=\"0 0 13 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.03409 0C1.1901 0 0.5 0.690101 0.5 1.53409V13.4659C0.5 14.3099 1.1901 15 2.03409 15H11.75C11.9285 15 12.0909 14.8376 12.0909 14.6591C12.0909 14.6591 12.0909 2.78948 12.0909 2.72727C12.0909 2.53899 11.9383 2.38636 11.75 2.38636H11.6594C11.2244 2.3435 10.8977 1.98227 10.8977 1.53409C10.8977 1.05604 11.2719 0.681818 11.75 0.681818C11.9383 0.681818 12.0909 0.529188 12.0909 0.340909C12.0909 0.15263 11.9383 0 11.75 0H2.03409ZM2.03409 0.681818H10.5089C10.339 0.928667 10.2159 1.21338 10.2159 1.53409C10.2159 1.85744 10.3418 2.13834 10.5142 2.38636H2.03409C1.55603 2.38636 1.18182 2.01215 1.18182 1.53409C1.18182 1.05604 1.55603 0.681818 2.03409 0.681818ZM1.18182 2.76989C1.42951 2.9416 1.71148 3.06818 2.03409 3.06818H5.95455V7.15909C5.95499 7.28316 6.02911 7.40419 6.13942 7.46098C6.24973 7.51777 6.3913 7.50779 6.49254 7.43608L8 6.38139L9.50746 7.43608C9.6087 7.50779 9.75027 7.51777 9.86058 7.46098C9.97089 7.40419 10.045 7.28316 10.0455 7.15909V3.06818H11.4091V14.3182H2.03409C1.55603 14.3182 1.18182 13.944 1.18182 13.4659V2.76989ZM6.63636 3.06818H9.36364V6.49858L8.19709 5.68359C8.08277 5.60261 7.91723 5.60261 7.80291 5.68359L6.63636 6.49858V3.06818ZM4.25 9.20455C4.06114 9.20455 3.90909 9.35659 3.90909 9.54545C3.90909 9.73432 4.06114 9.88636 4.25 9.88636H9.70455C9.89341 9.88636 10.0455 9.73432 10.0455 9.54545C10.0455 9.35659 9.89341 9.20455 9.70455 9.20455H4.25ZM4.25 11.5909C4.06114 11.5909 3.90909 11.743 3.90909 11.9318C3.90909 12.1207 4.06114 12.2727 4.25 12.2727H9.70455C9.89341 12.2727 10.0455 12.1207 10.0455 11.9318C10.0455 11.743 9.89341 11.5909 9.70455 11.5909H4.25Z\" fill=\"#6769FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"5 lessons\"})}),className:\"framer-1dyupsk\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r2ojf6\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1k2q3h3\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.45 8C0.45 12.4387 4.06127 16.05 8.5 16.05C12.9387 16.05 16.55 12.4387 16.55 8C16.55 3.56127 12.9387 -0.05 8.5 -0.05C4.06127 -0.05 0.45 3.56127 0.45 8ZM1.23093 8C1.23093 3.99208 4.49208 0.730926 8.5 0.730926C12.5079 0.730926 15.7691 3.99208 15.7691 8C15.7691 12.0079 12.5079 15.2691 8.5 15.2691C4.49208 15.2691 1.23093 12.0079 1.23093 8Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M10.7772 10.8288C10.8533 10.9049 10.9537 10.9434 11.0533 10.9434C11.1526 10.9434 11.2531 10.9058 11.3288 10.8293C11.4812 10.6769 11.4811 10.4295 11.3287 10.2771L8.89016 7.83854V3.17698C8.89016 2.96193 8.71588 2.78685 8.50004 2.78685C8.28499 2.78685 8.10991 2.96114 8.10991 3.17698V8.00005C8.10991 8.10329 8.15059 8.20289 8.2239 8.2762L8.2239 8.2762L10.7772 10.8288ZM10.7772 10.8288L10.8125 10.7934L10.7772 10.8288L10.7772 10.8288Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 1.10663C8.10991 1.32168 8.2842 1.49676 8.50004 1.49676C8.71587 1.49676 8.89017 1.32169 8.89017 1.10663V0.393471C8.89017 0.178426 8.71588 0.00334473 8.50004 0.00334473C8.28499 0.00334473 8.10991 0.177633 8.10991 0.393471V1.10663Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<mask id=\"path-4-outside-1_1849_230\" maskUnits=\"userSpaceOnUse\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\" fill=\"black\">\\n<rect fill=\"white\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\"/>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\"/>\\n</mask>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\" fill=\"#6769FF\"/>\\n<path d=\"M3.38414 3.36578L3.45485 3.29507L3.45485 3.29507L3.38414 3.36578ZM2.88019 2.38025L2.80948 2.30954L2.80948 2.30954L2.88019 2.38025ZM3.36177 2.38025L3.43248 2.30954L3.43248 2.30954L3.36177 2.38025ZM3.86572 3.36578L3.93643 3.43649L3.93643 3.43649L3.86572 3.36578ZM3.62493 3.36578C3.56368 3.36578 3.5019 3.34212 3.45485 3.29507L3.31342 3.43649C3.39926 3.52234 3.51249 3.56578 3.62493 3.56578V3.36578ZM3.45485 3.29507L2.9509 2.79112L2.80948 2.93254L3.31343 3.43649L3.45485 3.29507ZM2.9509 2.79112C2.85706 2.69728 2.85706 2.54481 2.9509 2.45096L2.80948 2.30954C2.63753 2.48149 2.63753 2.7606 2.80948 2.93254L2.9509 2.79112ZM2.9509 2.45096C3.04474 2.35712 3.19721 2.35712 3.29106 2.45096L3.43248 2.30954C3.26053 2.13759 2.98143 2.13759 2.80948 2.30954L2.9509 2.45096ZM3.29106 2.45096L3.79501 2.95491L3.93643 2.81349L3.43248 2.30954L3.29106 2.45096ZM3.79501 2.95491C3.88885 3.04875 3.88885 3.20122 3.79501 3.29507L3.93643 3.43649C4.10838 3.26454 4.10838 2.98544 3.93643 2.81349L3.79501 2.95491ZM3.79501 3.29507C3.74789 3.34219 3.68673 3.36578 3.62493 3.36578V3.56578C3.73813 3.56578 3.85066 3.52226 3.93643 3.43649L3.79501 3.29507Z\" fill=\"#6769FF\" mask=\"url(#path-4-outside-1_1849_230)\"/>\\n<path d=\"M0.893349 8.39023H1.60651C1.82156 8.39023 1.99664 8.21594 1.99664 8.0001C1.99664 7.78505 1.82235 7.60997 1.60651 7.60997H0.893349C0.678304 7.60997 0.503223 7.78426 0.503223 8.0001C0.503223 8.21514 0.677511 8.39023 0.893349 8.39023Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M2.84483 13.1021L2.84483 13.1021L3.34878 12.5982C3.5012 12.4458 3.74865 12.4458 3.90108 12.5982L3.90108 12.5982C4.0535 12.7506 4.0535 12.9981 3.90108 13.1505L3.90108 13.1505L3.3973 13.6543C3.39727 13.6543 3.39724 13.6543 3.39721 13.6543C3.32089 13.7314 3.22107 13.7691 3.12098 13.7691L2.84483 13.1021ZM2.84483 13.1021C2.69241 13.2546 2.69241 13.502 2.84483 13.6544L2.84483 13.1021Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 15.6073C8.10991 15.8224 8.2842 15.9974 8.50004 15.9974C8.71587 15.9974 8.89017 15.8224 8.89017 15.6073V14.8941C8.89017 14.6791 8.71588 14.504 8.50004 14.504C8.28499 14.504 8.10991 14.6783 8.10991 14.8941V15.6073Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.099 12.5982L13.099 12.5982C12.9466 12.7506 12.9466 12.9981 13.099 13.1505L13.6029 13.6544C13.6791 13.7306 13.7794 13.7691 13.8791 13.7691C13.9785 13.7691 14.0789 13.7314 14.1553 13.6544C14.3076 13.5019 14.3076 13.2545 14.1552 13.1021L13.6513 12.5982L13.6513 12.5982C13.4989 12.4458 13.2514 12.4458 13.099 12.5982Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M16.4966 7.99999C16.4966 7.78499 16.3223 7.60997 16.1065 7.60997H15.3933C15.1783 7.60997 15.0032 7.78426 15.0032 8.0001C15.0032 8.21514 15.1775 8.39023 15.3933 8.39023H16.1065C16.3221 8.39023 16.4974 8.21603 16.4966 7.99999ZM16.4966 7.99999C16.4966 7.99997 16.4966 7.99995 16.4966 7.99992L16.4466 8.0001H16.4966C16.4966 8.00006 16.4966 8.00003 16.4966 7.99999Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.0987 2.84884L13.0987 2.84884L13.6027 2.34489C13.7551 2.19247 14.0026 2.19247 14.155 2.34489L14.155 2.34489C14.3074 2.49732 14.3074 2.74476 14.155 2.89719L14.155 2.89719L13.651 3.40114C13.5749 3.47728 13.4745 3.51578 13.3749 3.51578L13.0987 2.84884ZM13.0987 2.84884C12.9463 3.00127 12.9463 3.24871 13.0987 3.40114L13.0987 2.84884ZM13.134 2.88413L13.1341 2.8842L13.134 2.88413Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1 week\"})}),className:\"framer-13pz2fr\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rdnbqe\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7krj3v\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lu101i\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oqb2zt\",\"data-framer-name\":\"Dot\"})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nqo7lg\",\"data-border\":true,\"data-framer-name\":\"Module\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 4\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 4\"})})}),className:\"framer-1trw9ts\",\"data-framer-name\":\"Module\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hnkj8p\",\"data-framer-name\":\"Title Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Back to the Future\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 Rewriting Your Story\"})]})}),effect:undefined},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Back to the Future\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" \u2013 \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Rewriting Your \"})}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Story\"})})]})}),fonts:[\"GF;Sora-700\",\"GF;Sora-800\",\"Inter-LightItalic\",\"Inter-Italic\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Back to the Future\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 Rewriting Your \"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Story\"})]})}),className:\"framer-1mxh5gp\",\"data-framer-name\":\"Title\",effect:textEffect8,fonts:[\"Inter-LightItalic\",\"Inter-Italic\",\"GF;Sora-700\",\"GF;Sora-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"Your past doesn\u2019t define you, but your perspective does. \",/*#__PURE__*/_jsx(\"strong\",{children:\"Rewrite the story and take your power back.\"})]})}),className:\"framer-1icm2o5\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13zv1as\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v79zrk\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1apua4p\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"15\" viewBox=\"0 0 13 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.03409 0C1.1901 0 0.5 0.690101 0.5 1.53409V13.4659C0.5 14.3099 1.1901 15 2.03409 15H11.75C11.9285 15 12.0909 14.8376 12.0909 14.6591C12.0909 14.6591 12.0909 2.78948 12.0909 2.72727C12.0909 2.53899 11.9383 2.38636 11.75 2.38636H11.6594C11.2244 2.3435 10.8977 1.98227 10.8977 1.53409C10.8977 1.05604 11.2719 0.681818 11.75 0.681818C11.9383 0.681818 12.0909 0.529188 12.0909 0.340909C12.0909 0.15263 11.9383 0 11.75 0H2.03409ZM2.03409 0.681818H10.5089C10.339 0.928667 10.2159 1.21338 10.2159 1.53409C10.2159 1.85744 10.3418 2.13834 10.5142 2.38636H2.03409C1.55603 2.38636 1.18182 2.01215 1.18182 1.53409C1.18182 1.05604 1.55603 0.681818 2.03409 0.681818ZM1.18182 2.76989C1.42951 2.9416 1.71148 3.06818 2.03409 3.06818H5.95455V7.15909C5.95499 7.28316 6.02911 7.40419 6.13942 7.46098C6.24973 7.51777 6.3913 7.50779 6.49254 7.43608L8 6.38139L9.50746 7.43608C9.6087 7.50779 9.75027 7.51777 9.86058 7.46098C9.97089 7.40419 10.045 7.28316 10.0455 7.15909V3.06818H11.4091V14.3182H2.03409C1.55603 14.3182 1.18182 13.944 1.18182 13.4659V2.76989ZM6.63636 3.06818H9.36364V6.49858L8.19709 5.68359C8.08277 5.60261 7.91723 5.60261 7.80291 5.68359L6.63636 6.49858V3.06818ZM4.25 9.20455C4.06114 9.20455 3.90909 9.35659 3.90909 9.54545C3.90909 9.73432 4.06114 9.88636 4.25 9.88636H9.70455C9.89341 9.88636 10.0455 9.73432 10.0455 9.54545C10.0455 9.35659 9.89341 9.20455 9.70455 9.20455H4.25ZM4.25 11.5909C4.06114 11.5909 3.90909 11.743 3.90909 11.9318C3.90909 12.1207 4.06114 12.2727 4.25 12.2727H9.70455C9.89341 12.2727 10.0455 12.1207 10.0455 11.9318C10.0455 11.743 9.89341 11.5909 9.70455 11.5909H4.25Z\" fill=\"#6769FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"5 lessons\"})}),className:\"framer-vkmaf\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xuesqh\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-93qy4f\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.45 8C0.45 12.4387 4.06127 16.05 8.5 16.05C12.9387 16.05 16.55 12.4387 16.55 8C16.55 3.56127 12.9387 -0.05 8.5 -0.05C4.06127 -0.05 0.45 3.56127 0.45 8ZM1.23093 8C1.23093 3.99208 4.49208 0.730926 8.5 0.730926C12.5079 0.730926 15.7691 3.99208 15.7691 8C15.7691 12.0079 12.5079 15.2691 8.5 15.2691C4.49208 15.2691 1.23093 12.0079 1.23093 8Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M10.7772 10.8288C10.8533 10.9049 10.9537 10.9434 11.0533 10.9434C11.1526 10.9434 11.2531 10.9058 11.3288 10.8293C11.4812 10.6769 11.4811 10.4295 11.3287 10.2771L8.89016 7.83854V3.17698C8.89016 2.96193 8.71588 2.78685 8.50004 2.78685C8.28499 2.78685 8.10991 2.96114 8.10991 3.17698V8.00005C8.10991 8.10329 8.15059 8.20289 8.2239 8.2762L8.2239 8.2762L10.7772 10.8288ZM10.7772 10.8288L10.8125 10.7934L10.7772 10.8288L10.7772 10.8288Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 1.10663C8.10991 1.32168 8.2842 1.49676 8.50004 1.49676C8.71587 1.49676 8.89017 1.32169 8.89017 1.10663V0.393471C8.89017 0.178426 8.71588 0.00334473 8.50004 0.00334473C8.28499 0.00334473 8.10991 0.177633 8.10991 0.393471V1.10663Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<mask id=\"path-4-outside-1_1849_230\" maskUnits=\"userSpaceOnUse\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\" fill=\"black\">\\n<rect fill=\"white\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\"/>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\"/>\\n</mask>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\" fill=\"#6769FF\"/>\\n<path d=\"M3.38414 3.36578L3.45485 3.29507L3.45485 3.29507L3.38414 3.36578ZM2.88019 2.38025L2.80948 2.30954L2.80948 2.30954L2.88019 2.38025ZM3.36177 2.38025L3.43248 2.30954L3.43248 2.30954L3.36177 2.38025ZM3.86572 3.36578L3.93643 3.43649L3.93643 3.43649L3.86572 3.36578ZM3.62493 3.36578C3.56368 3.36578 3.5019 3.34212 3.45485 3.29507L3.31342 3.43649C3.39926 3.52234 3.51249 3.56578 3.62493 3.56578V3.36578ZM3.45485 3.29507L2.9509 2.79112L2.80948 2.93254L3.31343 3.43649L3.45485 3.29507ZM2.9509 2.79112C2.85706 2.69728 2.85706 2.54481 2.9509 2.45096L2.80948 2.30954C2.63753 2.48149 2.63753 2.7606 2.80948 2.93254L2.9509 2.79112ZM2.9509 2.45096C3.04474 2.35712 3.19721 2.35712 3.29106 2.45096L3.43248 2.30954C3.26053 2.13759 2.98143 2.13759 2.80948 2.30954L2.9509 2.45096ZM3.29106 2.45096L3.79501 2.95491L3.93643 2.81349L3.43248 2.30954L3.29106 2.45096ZM3.79501 2.95491C3.88885 3.04875 3.88885 3.20122 3.79501 3.29507L3.93643 3.43649C4.10838 3.26454 4.10838 2.98544 3.93643 2.81349L3.79501 2.95491ZM3.79501 3.29507C3.74789 3.34219 3.68673 3.36578 3.62493 3.36578V3.56578C3.73813 3.56578 3.85066 3.52226 3.93643 3.43649L3.79501 3.29507Z\" fill=\"#6769FF\" mask=\"url(#path-4-outside-1_1849_230)\"/>\\n<path d=\"M0.893349 8.39023H1.60651C1.82156 8.39023 1.99664 8.21594 1.99664 8.0001C1.99664 7.78505 1.82235 7.60997 1.60651 7.60997H0.893349C0.678304 7.60997 0.503223 7.78426 0.503223 8.0001C0.503223 8.21514 0.677511 8.39023 0.893349 8.39023Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M2.84483 13.1021L2.84483 13.1021L3.34878 12.5982C3.5012 12.4458 3.74865 12.4458 3.90108 12.5982L3.90108 12.5982C4.0535 12.7506 4.0535 12.9981 3.90108 13.1505L3.90108 13.1505L3.3973 13.6543C3.39727 13.6543 3.39724 13.6543 3.39721 13.6543C3.32089 13.7314 3.22107 13.7691 3.12098 13.7691L2.84483 13.1021ZM2.84483 13.1021C2.69241 13.2546 2.69241 13.502 2.84483 13.6544L2.84483 13.1021Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 15.6073C8.10991 15.8224 8.2842 15.9974 8.50004 15.9974C8.71587 15.9974 8.89017 15.8224 8.89017 15.6073V14.8941C8.89017 14.6791 8.71588 14.504 8.50004 14.504C8.28499 14.504 8.10991 14.6783 8.10991 14.8941V15.6073Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.099 12.5982L13.099 12.5982C12.9466 12.7506 12.9466 12.9981 13.099 13.1505L13.6029 13.6544C13.6791 13.7306 13.7794 13.7691 13.8791 13.7691C13.9785 13.7691 14.0789 13.7314 14.1553 13.6544C14.3076 13.5019 14.3076 13.2545 14.1552 13.1021L13.6513 12.5982L13.6513 12.5982C13.4989 12.4458 13.2514 12.4458 13.099 12.5982Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M16.4966 7.99999C16.4966 7.78499 16.3223 7.60997 16.1065 7.60997H15.3933C15.1783 7.60997 15.0032 7.78426 15.0032 8.0001C15.0032 8.21514 15.1775 8.39023 15.3933 8.39023H16.1065C16.3221 8.39023 16.4974 8.21603 16.4966 7.99999ZM16.4966 7.99999C16.4966 7.99997 16.4966 7.99995 16.4966 7.99992L16.4466 8.0001H16.4966C16.4966 8.00006 16.4966 8.00003 16.4966 7.99999Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.0987 2.84884L13.0987 2.84884L13.6027 2.34489C13.7551 2.19247 14.0026 2.19247 14.155 2.34489L14.155 2.34489C14.3074 2.49732 14.3074 2.74476 14.155 2.89719L14.155 2.89719L13.651 3.40114C13.5749 3.47728 13.4745 3.51578 13.3749 3.51578L13.0987 2.84884ZM13.0987 2.84884C12.9463 3.00127 12.9463 3.24871 13.0987 3.40114L13.0987 2.84884ZM13.134 2.88413L13.1341 2.8842L13.134 2.88413Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1 week\"})}),className:\"framer-1us64j0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18co1cb\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-k121xk\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10a74nb\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e7ck6\",\"data-framer-name\":\"Dot\"})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation6,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1igvbdz\",\"data-border\":true,\"data-framer-name\":\"Module\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 5\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 5\"})})}),className:\"framer-k3cwav\",\"data-framer-name\":\"Module\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-anhlb\",\"data-framer-name\":\"Title Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"10X Your Success\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 The Acceleration Phase\"})]})}),effect:undefined},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"10X Your Success\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 The Acceleration Phase\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"10X Your Success\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 The Acceleration \"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"Phase\"})]})}),className:\"framer-1e6urvm\",\"data-framer-name\":\"Title\",effect:textEffect8,fonts:[\"Inter-LightItalic\",\"Inter-Italic\",\"GF;Sora-700\",\"GF;Sora-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"Sobriety isn\u2019t the goal\u2014\",/*#__PURE__*/_jsx(\"strong\",{children:\"freedom is.\"}),\" Build a life so fulfilling that alcohol isn\u2019t even an option.\"]})}),className:\"framer-93y30q\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lgaqas\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vle1jw\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-6gqnoq\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"15\" viewBox=\"0 0 13 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.03409 0C1.1901 0 0.5 0.690101 0.5 1.53409V13.4659C0.5 14.3099 1.1901 15 2.03409 15H11.75C11.9285 15 12.0909 14.8376 12.0909 14.6591C12.0909 14.6591 12.0909 2.78948 12.0909 2.72727C12.0909 2.53899 11.9383 2.38636 11.75 2.38636H11.6594C11.2244 2.3435 10.8977 1.98227 10.8977 1.53409C10.8977 1.05604 11.2719 0.681818 11.75 0.681818C11.9383 0.681818 12.0909 0.529188 12.0909 0.340909C12.0909 0.15263 11.9383 0 11.75 0H2.03409ZM2.03409 0.681818H10.5089C10.339 0.928667 10.2159 1.21338 10.2159 1.53409C10.2159 1.85744 10.3418 2.13834 10.5142 2.38636H2.03409C1.55603 2.38636 1.18182 2.01215 1.18182 1.53409C1.18182 1.05604 1.55603 0.681818 2.03409 0.681818ZM1.18182 2.76989C1.42951 2.9416 1.71148 3.06818 2.03409 3.06818H5.95455V7.15909C5.95499 7.28316 6.02911 7.40419 6.13942 7.46098C6.24973 7.51777 6.3913 7.50779 6.49254 7.43608L8 6.38139L9.50746 7.43608C9.6087 7.50779 9.75027 7.51777 9.86058 7.46098C9.97089 7.40419 10.045 7.28316 10.0455 7.15909V3.06818H11.4091V14.3182H2.03409C1.55603 14.3182 1.18182 13.944 1.18182 13.4659V2.76989ZM6.63636 3.06818H9.36364V6.49858L8.19709 5.68359C8.08277 5.60261 7.91723 5.60261 7.80291 5.68359L6.63636 6.49858V3.06818ZM4.25 9.20455C4.06114 9.20455 3.90909 9.35659 3.90909 9.54545C3.90909 9.73432 4.06114 9.88636 4.25 9.88636H9.70455C9.89341 9.88636 10.0455 9.73432 10.0455 9.54545C10.0455 9.35659 9.89341 9.20455 9.70455 9.20455H4.25ZM4.25 11.5909C4.06114 11.5909 3.90909 11.743 3.90909 11.9318C3.90909 12.1207 4.06114 12.2727 4.25 12.2727H9.70455C9.89341 12.2727 10.0455 12.1207 10.0455 11.9318C10.0455 11.743 9.89341 11.5909 9.70455 11.5909H4.25Z\" fill=\"#6769FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"5 lessons\"})}),className:\"framer-1qitnt6\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bh35kj\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1f1rpxj\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.45 8C0.45 12.4387 4.06127 16.05 8.5 16.05C12.9387 16.05 16.55 12.4387 16.55 8C16.55 3.56127 12.9387 -0.05 8.5 -0.05C4.06127 -0.05 0.45 3.56127 0.45 8ZM1.23093 8C1.23093 3.99208 4.49208 0.730926 8.5 0.730926C12.5079 0.730926 15.7691 3.99208 15.7691 8C15.7691 12.0079 12.5079 15.2691 8.5 15.2691C4.49208 15.2691 1.23093 12.0079 1.23093 8Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M10.7772 10.8288C10.8533 10.9049 10.9537 10.9434 11.0533 10.9434C11.1526 10.9434 11.2531 10.9058 11.3288 10.8293C11.4812 10.6769 11.4811 10.4295 11.3287 10.2771L8.89016 7.83854V3.17698C8.89016 2.96193 8.71588 2.78685 8.50004 2.78685C8.28499 2.78685 8.10991 2.96114 8.10991 3.17698V8.00005C8.10991 8.10329 8.15059 8.20289 8.2239 8.2762L8.2239 8.2762L10.7772 10.8288ZM10.7772 10.8288L10.8125 10.7934L10.7772 10.8288L10.7772 10.8288Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 1.10663C8.10991 1.32168 8.2842 1.49676 8.50004 1.49676C8.71587 1.49676 8.89017 1.32169 8.89017 1.10663V0.393471C8.89017 0.178426 8.71588 0.00334473 8.50004 0.00334473C8.28499 0.00334473 8.10991 0.177633 8.10991 0.393471V1.10663Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<mask id=\"path-4-outside-1_1849_230\" maskUnits=\"userSpaceOnUse\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\" fill=\"black\">\\n<rect fill=\"white\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\"/>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\"/>\\n</mask>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\" fill=\"#6769FF\"/>\\n<path d=\"M3.38414 3.36578L3.45485 3.29507L3.45485 3.29507L3.38414 3.36578ZM2.88019 2.38025L2.80948 2.30954L2.80948 2.30954L2.88019 2.38025ZM3.36177 2.38025L3.43248 2.30954L3.43248 2.30954L3.36177 2.38025ZM3.86572 3.36578L3.93643 3.43649L3.93643 3.43649L3.86572 3.36578ZM3.62493 3.36578C3.56368 3.36578 3.5019 3.34212 3.45485 3.29507L3.31342 3.43649C3.39926 3.52234 3.51249 3.56578 3.62493 3.56578V3.36578ZM3.45485 3.29507L2.9509 2.79112L2.80948 2.93254L3.31343 3.43649L3.45485 3.29507ZM2.9509 2.79112C2.85706 2.69728 2.85706 2.54481 2.9509 2.45096L2.80948 2.30954C2.63753 2.48149 2.63753 2.7606 2.80948 2.93254L2.9509 2.79112ZM2.9509 2.45096C3.04474 2.35712 3.19721 2.35712 3.29106 2.45096L3.43248 2.30954C3.26053 2.13759 2.98143 2.13759 2.80948 2.30954L2.9509 2.45096ZM3.29106 2.45096L3.79501 2.95491L3.93643 2.81349L3.43248 2.30954L3.29106 2.45096ZM3.79501 2.95491C3.88885 3.04875 3.88885 3.20122 3.79501 3.29507L3.93643 3.43649C4.10838 3.26454 4.10838 2.98544 3.93643 2.81349L3.79501 2.95491ZM3.79501 3.29507C3.74789 3.34219 3.68673 3.36578 3.62493 3.36578V3.56578C3.73813 3.56578 3.85066 3.52226 3.93643 3.43649L3.79501 3.29507Z\" fill=\"#6769FF\" mask=\"url(#path-4-outside-1_1849_230)\"/>\\n<path d=\"M0.893349 8.39023H1.60651C1.82156 8.39023 1.99664 8.21594 1.99664 8.0001C1.99664 7.78505 1.82235 7.60997 1.60651 7.60997H0.893349C0.678304 7.60997 0.503223 7.78426 0.503223 8.0001C0.503223 8.21514 0.677511 8.39023 0.893349 8.39023Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M2.84483 13.1021L2.84483 13.1021L3.34878 12.5982C3.5012 12.4458 3.74865 12.4458 3.90108 12.5982L3.90108 12.5982C4.0535 12.7506 4.0535 12.9981 3.90108 13.1505L3.90108 13.1505L3.3973 13.6543C3.39727 13.6543 3.39724 13.6543 3.39721 13.6543C3.32089 13.7314 3.22107 13.7691 3.12098 13.7691L2.84483 13.1021ZM2.84483 13.1021C2.69241 13.2546 2.69241 13.502 2.84483 13.6544L2.84483 13.1021Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 15.6073C8.10991 15.8224 8.2842 15.9974 8.50004 15.9974C8.71587 15.9974 8.89017 15.8224 8.89017 15.6073V14.8941C8.89017 14.6791 8.71588 14.504 8.50004 14.504C8.28499 14.504 8.10991 14.6783 8.10991 14.8941V15.6073Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.099 12.5982L13.099 12.5982C12.9466 12.7506 12.9466 12.9981 13.099 13.1505L13.6029 13.6544C13.6791 13.7306 13.7794 13.7691 13.8791 13.7691C13.9785 13.7691 14.0789 13.7314 14.1553 13.6544C14.3076 13.5019 14.3076 13.2545 14.1552 13.1021L13.6513 12.5982L13.6513 12.5982C13.4989 12.4458 13.2514 12.4458 13.099 12.5982Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M16.4966 7.99999C16.4966 7.78499 16.3223 7.60997 16.1065 7.60997H15.3933C15.1783 7.60997 15.0032 7.78426 15.0032 8.0001C15.0032 8.21514 15.1775 8.39023 15.3933 8.39023H16.1065C16.3221 8.39023 16.4974 8.21603 16.4966 7.99999ZM16.4966 7.99999C16.4966 7.99997 16.4966 7.99995 16.4966 7.99992L16.4466 8.0001H16.4966C16.4966 8.00006 16.4966 8.00003 16.4966 7.99999Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.0987 2.84884L13.0987 2.84884L13.6027 2.34489C13.7551 2.19247 14.0026 2.19247 14.155 2.34489L14.155 2.34489C14.3074 2.49732 14.3074 2.74476 14.155 2.89719L14.155 2.89719L13.651 3.40114C13.5749 3.47728 13.4745 3.51578 13.3749 3.51578L13.0987 2.84884ZM13.0987 2.84884C12.9463 3.00127 12.9463 3.24871 13.0987 3.40114L13.0987 2.84884ZM13.134 2.88413L13.1341 2.8842L13.134 2.88413Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1 week\"})}),className:\"framer-fzkyse\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1axwq5r\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-171lzs2\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17e1b6y\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i5eyy3\",\"data-framer-name\":\"Dot\"})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t77t9s\",\"data-border\":true,\"data-framer-name\":\"Module\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 6\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, rgb(237, 204, 96) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"WEEK 6\"})})}),className:\"framer-1ujzb67\",\"data-framer-name\":\"Module\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dm47gq\",\"data-framer-name\":\"Title Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(237, 204, 96)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Live Beyond Sobriety\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 Designing Your Future\"})]})}),effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHRJdGFsaWM=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-19bd192b-c6b7-403f-886f-c2fcf1a3afb9, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Live Beyond Sobriety\"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U29yYS03MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"strong\",{children:\"\u2013 Designing Your Future\"})]})}),className:\"framer-vjyud6\",\"data-framer-name\":\"Title\",effect:textEffect8,fonts:[\"Inter-LightItalic\",\"Inter-Italic\",\"GF;Sora-700\",\"GF;Sora-800\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"This isn\u2019t about quitting drinking. \",/*#__PURE__*/_jsx(\"strong\",{children:\"It\u2019s about creating a life you never want to escape from.\"})]})}),className:\"framer-2w9jeq\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s897ej\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ad1pw\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1sjdua1\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"15\" viewBox=\"0 0 13 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.03409 0C1.1901 0 0.5 0.690101 0.5 1.53409V13.4659C0.5 14.3099 1.1901 15 2.03409 15H11.75C11.9285 15 12.0909 14.8376 12.0909 14.6591C12.0909 14.6591 12.0909 2.78948 12.0909 2.72727C12.0909 2.53899 11.9383 2.38636 11.75 2.38636H11.6594C11.2244 2.3435 10.8977 1.98227 10.8977 1.53409C10.8977 1.05604 11.2719 0.681818 11.75 0.681818C11.9383 0.681818 12.0909 0.529188 12.0909 0.340909C12.0909 0.15263 11.9383 0 11.75 0H2.03409ZM2.03409 0.681818H10.5089C10.339 0.928667 10.2159 1.21338 10.2159 1.53409C10.2159 1.85744 10.3418 2.13834 10.5142 2.38636H2.03409C1.55603 2.38636 1.18182 2.01215 1.18182 1.53409C1.18182 1.05604 1.55603 0.681818 2.03409 0.681818ZM1.18182 2.76989C1.42951 2.9416 1.71148 3.06818 2.03409 3.06818H5.95455V7.15909C5.95499 7.28316 6.02911 7.40419 6.13942 7.46098C6.24973 7.51777 6.3913 7.50779 6.49254 7.43608L8 6.38139L9.50746 7.43608C9.6087 7.50779 9.75027 7.51777 9.86058 7.46098C9.97089 7.40419 10.045 7.28316 10.0455 7.15909V3.06818H11.4091V14.3182H2.03409C1.55603 14.3182 1.18182 13.944 1.18182 13.4659V2.76989ZM6.63636 3.06818H9.36364V6.49858L8.19709 5.68359C8.08277 5.60261 7.91723 5.60261 7.80291 5.68359L6.63636 6.49858V3.06818ZM4.25 9.20455C4.06114 9.20455 3.90909 9.35659 3.90909 9.54545C3.90909 9.73432 4.06114 9.88636 4.25 9.88636H9.70455C9.89341 9.88636 10.0455 9.73432 10.0455 9.54545C10.0455 9.35659 9.89341 9.20455 9.70455 9.20455H4.25ZM4.25 11.5909C4.06114 11.5909 3.90909 11.743 3.90909 11.9318C3.90909 12.1207 4.06114 12.2727 4.25 12.2727H9.70455C9.89341 12.2727 10.0455 12.1207 10.0455 11.9318C10.0455 11.743 9.89341 11.5909 9.70455 11.5909H4.25Z\" fill=\"#6769FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"5 lessons\"})}),className:\"framer-1hhzem8\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-124v0sc\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-109wd6o\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.45 8C0.45 12.4387 4.06127 16.05 8.5 16.05C12.9387 16.05 16.55 12.4387 16.55 8C16.55 3.56127 12.9387 -0.05 8.5 -0.05C4.06127 -0.05 0.45 3.56127 0.45 8ZM1.23093 8C1.23093 3.99208 4.49208 0.730926 8.5 0.730926C12.5079 0.730926 15.7691 3.99208 15.7691 8C15.7691 12.0079 12.5079 15.2691 8.5 15.2691C4.49208 15.2691 1.23093 12.0079 1.23093 8Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M10.7772 10.8288C10.8533 10.9049 10.9537 10.9434 11.0533 10.9434C11.1526 10.9434 11.2531 10.9058 11.3288 10.8293C11.4812 10.6769 11.4811 10.4295 11.3287 10.2771L8.89016 7.83854V3.17698C8.89016 2.96193 8.71588 2.78685 8.50004 2.78685C8.28499 2.78685 8.10991 2.96114 8.10991 3.17698V8.00005C8.10991 8.10329 8.15059 8.20289 8.2239 8.2762L8.2239 8.2762L10.7772 10.8288ZM10.7772 10.8288L10.8125 10.7934L10.7772 10.8288L10.7772 10.8288Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 1.10663C8.10991 1.32168 8.2842 1.49676 8.50004 1.49676C8.71587 1.49676 8.89017 1.32169 8.89017 1.10663V0.393471C8.89017 0.178426 8.71588 0.00334473 8.50004 0.00334473C8.28499 0.00334473 8.10991 0.177633 8.10991 0.393471V1.10663Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<mask id=\"path-4-outside-1_1849_230\" maskUnits=\"userSpaceOnUse\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\" fill=\"black\">\\n<rect fill=\"white\" x=\"1.78052\" y=\"1.28058\" width=\"3\" height=\"3\"/>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\"/>\\n</mask>\\n<path d=\"M3.62493 3.46578C3.53809 3.46578 3.45058 3.43223 3.38414 3.36578L2.88019 2.86183C2.74729 2.72894 2.74729 2.51315 2.88019 2.38025C3.01308 2.24736 3.22887 2.24736 3.36177 2.38025L3.86572 2.8842C3.99862 3.01709 3.99862 3.23288 3.86572 3.36578C3.79927 3.43223 3.71243 3.46578 3.62493 3.46578Z\" fill=\"#6769FF\"/>\\n<path d=\"M3.38414 3.36578L3.45485 3.29507L3.45485 3.29507L3.38414 3.36578ZM2.88019 2.38025L2.80948 2.30954L2.80948 2.30954L2.88019 2.38025ZM3.36177 2.38025L3.43248 2.30954L3.43248 2.30954L3.36177 2.38025ZM3.86572 3.36578L3.93643 3.43649L3.93643 3.43649L3.86572 3.36578ZM3.62493 3.36578C3.56368 3.36578 3.5019 3.34212 3.45485 3.29507L3.31342 3.43649C3.39926 3.52234 3.51249 3.56578 3.62493 3.56578V3.36578ZM3.45485 3.29507L2.9509 2.79112L2.80948 2.93254L3.31343 3.43649L3.45485 3.29507ZM2.9509 2.79112C2.85706 2.69728 2.85706 2.54481 2.9509 2.45096L2.80948 2.30954C2.63753 2.48149 2.63753 2.7606 2.80948 2.93254L2.9509 2.79112ZM2.9509 2.45096C3.04474 2.35712 3.19721 2.35712 3.29106 2.45096L3.43248 2.30954C3.26053 2.13759 2.98143 2.13759 2.80948 2.30954L2.9509 2.45096ZM3.29106 2.45096L3.79501 2.95491L3.93643 2.81349L3.43248 2.30954L3.29106 2.45096ZM3.79501 2.95491C3.88885 3.04875 3.88885 3.20122 3.79501 3.29507L3.93643 3.43649C4.10838 3.26454 4.10838 2.98544 3.93643 2.81349L3.79501 2.95491ZM3.79501 3.29507C3.74789 3.34219 3.68673 3.36578 3.62493 3.36578V3.56578C3.73813 3.56578 3.85066 3.52226 3.93643 3.43649L3.79501 3.29507Z\" fill=\"#6769FF\" mask=\"url(#path-4-outside-1_1849_230)\"/>\\n<path d=\"M0.893349 8.39023H1.60651C1.82156 8.39023 1.99664 8.21594 1.99664 8.0001C1.99664 7.78505 1.82235 7.60997 1.60651 7.60997H0.893349C0.678304 7.60997 0.503223 7.78426 0.503223 8.0001C0.503223 8.21514 0.677511 8.39023 0.893349 8.39023Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M2.84483 13.1021L2.84483 13.1021L3.34878 12.5982C3.5012 12.4458 3.74865 12.4458 3.90108 12.5982L3.90108 12.5982C4.0535 12.7506 4.0535 12.9981 3.90108 13.1505L3.90108 13.1505L3.3973 13.6543C3.39727 13.6543 3.39724 13.6543 3.39721 13.6543C3.32089 13.7314 3.22107 13.7691 3.12098 13.7691L2.84483 13.1021ZM2.84483 13.1021C2.69241 13.2546 2.69241 13.502 2.84483 13.6544L2.84483 13.1021Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M8.10991 15.6073C8.10991 15.8224 8.2842 15.9974 8.50004 15.9974C8.71587 15.9974 8.89017 15.8224 8.89017 15.6073V14.8941C8.89017 14.6791 8.71588 14.504 8.50004 14.504C8.28499 14.504 8.10991 14.6783 8.10991 14.8941V15.6073Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.099 12.5982L13.099 12.5982C12.9466 12.7506 12.9466 12.9981 13.099 13.1505L13.6029 13.6544C13.6791 13.7306 13.7794 13.7691 13.8791 13.7691C13.9785 13.7691 14.0789 13.7314 14.1553 13.6544C14.3076 13.5019 14.3076 13.2545 14.1552 13.1021L13.6513 12.5982L13.6513 12.5982C13.4989 12.4458 13.2514 12.4458 13.099 12.5982Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M16.4966 7.99999C16.4966 7.78499 16.3223 7.60997 16.1065 7.60997H15.3933C15.1783 7.60997 15.0032 7.78426 15.0032 8.0001C15.0032 8.21514 15.1775 8.39023 15.3933 8.39023H16.1065C16.3221 8.39023 16.4974 8.21603 16.4966 7.99999ZM16.4966 7.99999C16.4966 7.99997 16.4966 7.99995 16.4966 7.99992L16.4466 8.0001H16.4966C16.4966 8.00006 16.4966 8.00003 16.4966 7.99999Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n<path d=\"M13.0987 2.84884L13.0987 2.84884L13.6027 2.34489C13.7551 2.19247 14.0026 2.19247 14.155 2.34489L14.155 2.34489C14.3074 2.49732 14.3074 2.74476 14.155 2.89719L14.155 2.89719L13.651 3.40114C13.5749 3.47728 13.4745 3.51578 13.3749 3.51578L13.0987 2.84884ZM13.0987 2.84884C12.9463 3.00127 12.9463 3.24871 13.0987 3.40114L13.0987 2.84884ZM13.134 2.88413L13.1341 2.8842L13.134 2.88413Z\" fill=\"#6769FF\" stroke=\"#6769FF\" stroke-width=\"0.1\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1 week\"})}),className:\"framer-a1y0f\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-db9z9m\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16qrtni\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-144iepm\",\"data-framer-name\":\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-177uhm1\",\"data-framer-name\":\"Dot\"}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{height:48,y:(componentViewport?.y||0)+64+200+0+7279.7659+0+-180.9+0+2839+48+507.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1uon0x3-container hidden-v8561 hidden-1kt05l2\",nodeId:\"uDGrkgHmG\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks7[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks7[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"uDGrkgHmG\",kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\",layoutId:\"uDGrkgHmG\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+7528.1708+18+2146}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wqlgdq-container hidden-1oi2du7\",nodeId:\"MGQz5qlud\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{cSvXw0UMF:resolvedLinks8[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks8[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"MGQz5qlud\",kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\",layoutId:\"MGQz5qlud\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-krpzic\",\"data-framer-name\":\"Rock Bottom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-3px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"From Rock Bottom to \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Unstoppable\"})}),/*#__PURE__*/_jsx(\"em\",{children:\" \u2013 The Proof Is Right Here.\"})]})}),effect:undefined,transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"66px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-3px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"From Rock Bottom to \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Unstoppable\"})}),/*#__PURE__*/_jsx(\"em\",{children:\" \u2013 The Proof Is Right Here.\"})]})}),className:\"framer-jrmu3o\",effect:textEffect9,fonts:[\"GF;Inter-700\",\"GF;Inter-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"The truth? Recovery isn\u2019t just possible\u2026it\u2019s happening every day. These are real people who took action, broke free, and never looked back.\"})})}),transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"The truth? Recovery isn\u2019t just possible\u2014it\u2019s happening every day. These are real people who took action, broke free, and never looked back.\"})})}),className:\"framer-f6p13j\",fonts:[\"Inter-Medium\",\"Inter-MediumItalic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{animate:undefined,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+200+0+3695.7659+291),pixelHeight:928,pixelWidth:1812,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) * 0.9103)`,src:\"https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg\",srcSet:\"https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg 1812w\"},initial:undefined,optimized:undefined},NV0IMzftj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+9756.1708+33+24.6),pixelHeight:928,pixelWidth:1812,sizes:\"765px\",src:\"https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg\",srcSet:\"https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg 1812w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation26,background:{alt:\"\",fit:\"fill\",pixelHeight:928,pixelWidth:1812,sizes:\"1095px\",src:\"https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg\",srcSet:\"https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lyus5kLz19Rk3BtDNG0VYSIMdtc.jpg 1812w\"},className:\"framer-ngtdig\",\"data-framer-appear-id\":\"ngtdig\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"From the depths of addiction to embracing a new life, Eric and Trisha's journeys are powerful testaments to resilience, hope, and transformation through the Beyond Sober program. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"Eric, now over two years sober, has turned his life around and is guiding others as a Veteran Support Specialist.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"Trisha, after facing a dire health crisis, chose life over addiction and is now over 1300+ days sober. She dedicates her life to spreading awareness as a Peer Support Specialist.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"Both embody the true essence of victory and are living proof that, with the right support and community, transformation is possible.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"They didn\u2019t just quit drinking. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"They reclaimed their lives\"})}),/*#__PURE__*/_jsx(\"em\",{children:\". And with the right support, so can you.\"})]})]}),fonts:[\"FR;InterDisplay-Medium\",\"FR;InterDisplay-MediumItalic\",\"GF;Inter-500\",\"GF;Inter-500italic\"],transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"From the depths of addiction to embracing a new life, Eric and Trisha's journeys are powerful testaments to resilience, hope, and transformation through the Beyond Sober program. Eric, now over two years sober, has turned his life around and is guiding others as a Veteran Support Specialist.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"Trisha, after facing a dire health crisis, chose life over addiction and is now over 1300+ days sober. She dedicates her life to spreading awareness as a Peer Support Specialist.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:\"Both embody the true essence of victory and are living proof that, with the right support and community, transformation is possible.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItOTAw\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(201, 201, 201)\"},children:[/*#__PURE__*/_jsx(\"em\",{children:\"They didn\u2019t just quit drinking. \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"They reclaimed their lives\"})}),/*#__PURE__*/_jsx(\"em\",{children:\". And with the right support, so can you.\"})]})]}),className:\"framer-lu8emf\",fonts:[\"GF;Inter-500\",\"GF;Inter-500italic\",\"GF;Inter-900\",\"GF;Inter-900italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+9756.1708+33+1547.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s2tvgx-container hidden-1oi2du7\",nodeId:\"E5PRS6gC6\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{cSvXw0UMF:resolvedLinks9[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks9[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"E5PRS6gC6\",kJmFsDdbK:\"Start Your Journey \u2013 Free Access Today\",layoutId:\"E5PRS6gC6\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{height:48,y:(componentViewport?.y||0)+64+200+0+3695.7659+1180-83}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1igpwyo-container hidden-v8561 hidden-1kt05l2\",nodeId:\"K9XfPOlhZ\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks10[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks10[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"K9XfPOlhZ\",kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\",layoutId:\"K9XfPOlhZ\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16hgcd0\",\"data-framer-name\":\"WHO\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gbog8q\",\"data-framer-name\":\"Top Wrapper\",id:elementId12,ref:ref13,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+10396.7659+35+0+0+0},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+11137.1708+13+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 312px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5myp6s-container\",nodeId:\"WUUbCgPKZ\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsSectionHeading,{height:\"100%\",I6DOV1pRR:\"You\u2019re Not Just Quitting Drinking\u2014You\u2019re Rewiring Your Life.\",id:\"WUUbCgPKZ\",layoutId:\"WUUbCgPKZ\",style:{width:\"100%\"},tuKQBbiAw:\"\",variant:\"r8oLg0_Wq\",width:\"100%\",WTCErdx1k:\"Who This Is Meant For\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+10396.7659+35+0+0+309},NV0IMzftj:{height:146,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+11137.1708+13+0+0+293}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 312px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gk0f25-container\",nodeId:\"WG4Ycdyze\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\"Your family deserves the best version of you. No more guilt, no more missing moments. Show up clear, strong, and fully there.\",height:\"100%\",id:\"WG4Ycdyze\",layoutId:\"WG4Ycdyze\",owOqFMHta:\"Parents Who Want to Be Present\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"Person\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e9ecfq\",\"data-framer-name\":\"Bottom Wrapper\",id:elementId13,ref:ref14,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+10396.7659+35+547+0+0},NV0IMzftj:{height:0,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 184px) / 3, 1px)`,y:(componentViewport?.y||0)+0+200+0+11137.1708+13+478+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 352px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ksios8-container\",nodeId:\"HIWvUdFj6\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\" You know what it feels like to be at your best\u2014but alcohol stole that from you. Clarity, energy, and focus are yours to reclaim.\",height:\"100%\",id:\"HIWvUdFj6\",layoutId:\"HIWvUdFj6\",owOqFMHta:\"High Performers Who Lost Their Edge\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"Money\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+10396.7659+35+547+0+231},NV0IMzftj:{height:0,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 184px) / 3, 1px)`,y:(componentViewport?.y||0)+0+200+0+11137.1708+13+478+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 352px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lrwgki-container\",nodeId:\"bsE2KYdHV\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\" You\u2019re running a business, a team, or your own life\u2014but alcohol made it harder. This shift puts you back in control.\",height:\"100%\",id:\"bsE2KYdHV\",layoutId:\"bsE2KYdHV\",owOqFMHta:\"Leaders Who Need Their Power Back\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"GraduationCap\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+10396.7659+35+547+0+462},NV0IMzftj:{height:0,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 184px) / 3, 1px)`,y:(componentViewport?.y||0)+0+200+0+11137.1708+13+478+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 352px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vo1nbh-container\",nodeId:\"rb68JPoFX\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\"Deep down, you know you weren\u2019t meant to stay stuck. You\u2019re here because you\u2019re ready to step into something bigger.\",height:\"100%\",id:\"rb68JPoFX\",layoutId:\"rb68JPoFX\",owOqFMHta:\"Anyone Who Knows They Were Meant for More\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"Airplane\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+10396.7659+1241.5876},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+11137.1708+474.177}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{style:{rotate:-90,rotateX:180,scale:.6}}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y4hgx-container\",nodeId:\"tPxau4UOA\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{rotate:-90,rotateX:180},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(ElementsArrow,{height:\"100%\",id:\"tPxau4UOA\",layoutId:\"tPxau4UOA\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+11137.1708+474.177}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14f3rsb-container hidden-1oi2du7\",nodeId:\"s3t8h3uqq\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{rotate:-90,rotateX:180},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(ElementsArrow,{height:\"100%\",id:\"s3t8h3uqq\",layoutId:\"s3t8h3uqq\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e1djbv\",\"data-framer-name\":\"PSR Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-189diex\",\"data-framer-name\":\"PROBLEM\",id:elementId14,ref:ref15,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ituvi\",\"data-framer-name\":\"Content Wrapper\",id:elementId15,ref:ref16,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+0+0+0+0+0},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+0+32+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jwvdzf-container\",nodeId:\"TyopFLX1y\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsSectionHeading,{height:\"100%\",I6DOV1pRR:\"Everything You\u2019ve Been Told About Recovery Is Outdated.\",id:\"TyopFLX1y\",layoutId:\"TyopFLX1y\",style:{width:\"100%\"},tuKQBbiAw:\"Willpower isn\u2019t enough. Meetings aren\u2019t enough. Quitting doesn\u2019t mean healing. The reason most people struggle isn\u2019t because they\u2019re weak...it\u2019s because they\u2019re using the wrong strategy.\",variant:\"r8oLg0_Wq\",width:\"100%\",WTCErdx1k:\"The Truth About Recovery\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xnm1h5\",\"data-border\":true,\"data-framer-name\":\"Truth Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-44kubm\",\"data-framer-name\":\"Icon Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15frzuz-container\",\"data-framer-name\":\"Icon\",isAuthoredByUser:true,isModuleExternal:true,name:\"Icon\",nodeId:\"Ga3cgA_AC\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-d9cd9cae-03fa-4545-9f6b-ea22961aaa5d, rgb(51, 51, 51))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Stop\",id:\"Ga3cgA_AC\",layoutId:\"Ga3cgA_AC\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18qmylf\",\"data-framer-name\":\"Text Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1mkny7q\",\"data-styles-preset\":\"WY2cMZneb\",children:\"The Truth? Most Recovery Programs Set You Up to Fail.\"})}),className:\"framer-v1qx4o\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",children:\"They tell you to fight cravings instead of eliminating them. They make you feel broken instead of showing you how to rebuild. They teach you to avoid alcohol instead of helping you outgrow it.\"})}),className:\"framer-1g8aa2j\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{height:48,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+0+0+0+0+568.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kc3hol-container hidden-v8561 hidden-1kt05l2\",nodeId:\"aWaIarqyt\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks11[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks11[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"aWaIarqyt\",kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\",layoutId:\"aWaIarqyt\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+11641.1708+0+0+360.9127}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:\"76px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5aw6x9-container hidden-1oi2du7\",nodeId:\"ErVI6KvLj\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{rotate:-59,scale:.7},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(ElementsArrow,{height:\"100%\",id:\"ErVI6KvLj\",layoutId:\"ErVI6KvLj\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+11641.1708+0+0+32+594.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mgpoj3-container hidden-1oi2du7\",nodeId:\"RhZLVXIsl\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{cSvXw0UMF:resolvedLinks12[1],kJmFsDdbK:\"Rewire Your Mind \u2013 Start For Free\"}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks12[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"RhZLVXIsl\",kJmFsDdbK:\"Unlock The Blueprint \u2013 Change Starts Here\",layoutId:\"RhZLVXIsl\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c97amu\",\"data-framer-name\":\"PROCESS\",id:elementId16,ref:ref17,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jtmswl\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 960px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+626.2+12+0+0+0},NV0IMzftj:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 960px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+706.2+8+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px, 960px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kfg362-container\",nodeId:\"UheyERjWv\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsSectionHeading,{height:\"100%\",I6DOV1pRR:\"This isn\u2019t about resisting temptation. It\u2019s about making sobriety effortless.\",id:\"UheyERjWv\",layoutId:\"UheyERjWv\",style:{width:\"100%\"},tuKQBbiAw:\"Here\u2019s How We Make It Simple\",variant:\"r8oLg0_Wq\",width:\"100%\",WTCErdx1k:\"how we do things\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a5xwyz\",id:elementId17,ref:ref18,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 960px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+626.2+12+0+0+309+0+0},NV0IMzftj:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 960px) - 40px) / 3, 1px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+706.2+8+0+0+291+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:285,width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px, 960px) - 96px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gw1h06-container\",nodeId:\"CR6mPxJGW\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsNumber,{AYf3pejwk:\"Step Into Freedom\",height:\"100%\",id:\"CR6mPxJGW\",layoutId:\"CR6mPxJGW\",SK574z1fe:\"Sign up and unlock access to the book, the program, and a community that actually gets it. Rewirre yourself at your pace, in the privacy of your home.\",style:{width:\"100%\"},variant:\"QzMMgvO2B\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 960px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+626.2+12+0+0+309+0+285},NV0IMzftj:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 960px) - 40px) / 3, 1px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+706.2+8+0+0+291+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:285,width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px, 960px) - 96px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lzq658-container\",nodeId:\"zi9bw_qJe\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsNumber,{AYf3pejwk:\"Rewire & Rebuild\",height:\"100%\",id:\"zi9bw_qJe\",layoutId:\"zi9bw_qJe\",SK574z1fe:\"You don\u2019t have to figure it out alone. The book gives you the blueprint. The program helps you apply it. The community keeps you accountable.\",style:{width:\"100%\"},variant:\"vRT0bz8DI\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 960px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+626.2+12+0+0+309+0+570},NV0IMzftj:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 960px) - 40px) / 3, 1px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+706.2+8+0+0+291+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:285,width:`max((min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px, 960px) - 96px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ewbbqt-container\",nodeId:\"xkrm1JUMP\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsNumber,{AYf3pejwk:\" Live Free, For Real\",height:\"100%\",id:\"xkrm1JUMP\",layoutId:\"xkrm1JUMP\",SK574z1fe:\"This isn\u2019t about counting days. It\u2019s about creating a life so good you\u2019ll never want to go back. This is the last time you ever have to \u2018start over.\u2019\",style:{width:\"100%\"},variant:\"bYOz3JiAr\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lzx31l\",\"data-framer-name\":\"Call To Action\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+11674.7659+0+626.2+12+0+0+1204+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-1l9t2fa-container hidden-1kt05l2\",nodeId:\"HM7UvNYY3\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks13[1],kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\"}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks13[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"HM7UvNYY3\",kJmFsDdbK:\"Ready? Let\u2019s do this. \",layoutId:\"HM7UvNYY3\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{height:48,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+706.2+8+0+0+598+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2pysrd-container hidden-v8561 hidden-1oi2du7\",nodeId:\"FL3dFzu_W\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{cSvXw0UMF:resolvedLinks14[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks14[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"FL3dFzu_W\",kJmFsDdbK:\"No More Struggle \u2013 Take The First Step\",layoutId:\"FL3dFzu_W\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 960px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+626.2+12+0+0+1204+0+68},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+11641.1708+0+706.2+8+0+0+598+0+68}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:168,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4idrje-container\",nodeId:\"kpaBGKXe_\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsReviewTraditional,{height:\"100%\",I7_2bcjlP:\"I spent years trying to figure out sobriety on my own\u2014jumping between programs, struggling with willpower, and getting nowhere. Then I found Beyond Sober. The book, the program, the community\u2014it\u2019s all there. It\u2019s simple, real, and actually works. I stopped second-guessing and just followed the system. Now, I wake up every day knowing I\u2019m in control. Best decision I ever made.\",id:\"kpaBGKXe_\",KZ_el80ue:\"Working Mom\",layoutId:\"kpaBGKXe_\",oOIktK2S4:\"Tiffany L.\",tYFaniknH:addImageAlt({src:\"https://framerusercontent.com/images/dymsBiKzAlhWixd8ntLX3cqIs.png\"},\"\"),variant:\"VKxDHBSzY\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1exe3ri\",\"data-framer-name\":\"SOLUTION\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+33+0},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+32+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11ds9bw-container\",nodeId:\"yyUfH0vjE\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsSectionHeading,{height:\"100%\",I6DOV1pRR:\"Real Recovery Starts Here.\",id:\"yyUfH0vjE\",layoutId:\"yyUfH0vjE\",style:{width:\"100%\"},tuKQBbiAw:\"Beyond Sober isn\u2019t another \u2018quit drinking\u2019 program. It\u2019s a full system designed to help you build the life you actually want.\",variant:\"r8oLg0_Wq\",width:\"100%\",WTCErdx1k:\"The solution\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+-30.2897},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+-10.5377}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{style:{rotate:-90,scale:.6}}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-96iik7-container\",nodeId:\"SJdLiwkSH\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{rotate:-90,rotateX:180,scale:1.2},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(ElementsArrow,{height:\"100%\",id:\"SJdLiwkSH\",layoutId:\"SJdLiwkSH\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t091cw\",\"data-framer-name\":\"Content Wrapper\",id:elementId18,ref:ref19,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jah8j7\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+33+287+0+660+0+0},NV0IMzftj:{height:64,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.9565 - 32px) / 2, 50px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+32+287+0+482+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6073 - 64px) / 2, 1px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-20,y:0}},{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-13k6q0d-container\",nodeId:\"IT1FY1z8S\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\"Your brain has been wired for survival, not success. This system helps you break free from destructive patterns and rebuild your mindset from the ground up. No guesswork, just real transformation.\",height:\"100%\",id:\"IT1FY1z8S\",layoutId:\"IT1FY1z8S\",owOqFMHta:\"The Blueprint to Rewire Your Mind\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"Blueprint\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+33+287+0+660+0+231},NV0IMzftj:{height:64,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.9565 - 32px) / 2, 50px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+32+287+0+482+0+96}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6073 - 64px) / 2, 1px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-20,y:0}},{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-1rcvlri-container\",nodeId:\"uW9VXVVtd\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\"Busy? Overwhelmed? No problem. Go at your own speed, on your own terms. Whether you read, watch, or listen, Beyond Sober adapts to YOU.\",height:\"100%\",id:\"uW9VXVVtd\",layoutId:\"uW9VXVVtd\",owOqFMHta:\"ecovery That Fits Your Life\u2014Not the Other Way Around\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"Pulse\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+33+287+0+660+0+462},NV0IMzftj:{height:64,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.9565 - 32px) / 2, 50px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+32+287+0+482+0+192}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6073 - 64px) / 2, 1px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-20,y:0}},{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-1fuxsnt-container\",nodeId:\"ufL1xHPOy\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\"No outdated advice. No sugarcoating. Just real guidance from experts who\u2019ve walked this road and know what it takes to thrive beyond addiction.\",height:\"100%\",id:\"ufL1xHPOy\",layoutId:\"ufL1xHPOy\",owOqFMHta:\"Guidance From Those Who\u2019ve Been There\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"FingerprintSimple\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{background:{alt:\"Kohdi Rayne Smiling\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+33+287+0+0),pixelHeight:2795,pixelWidth:1567,positionX:\"center\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,src:\"https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg\",srcSet:\"https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg?scale-down-to=1024 574w,https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg?scale-down-to=2048 1148w,https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg 1567w\"}},NV0IMzftj:{background:{alt:\"Kohdi Rayne Smiling\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+32+287+0+0),pixelHeight:2795,pixelWidth:1567,positionX:\"center\",positionY:\"top\",sizes:`calc(max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.9565 - 32px) / 2, 50px) * 2 + 32px)`,src:\"https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg\",srcSet:\"https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg?scale-down-to=1024 574w,https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg?scale-down-to=2048 1148w,https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg 1567w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Kohdi Rayne Smiling\",fit:\"fill\",pixelHeight:2795,pixelWidth:1567,positionX:\"center\",positionY:\"top\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.3927)`,src:\"https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg\",srcSet:\"https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg?scale-down-to=1024 574w,https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg?scale-down-to=2048 1148w,https://framerusercontent.com/images/7kyHzPs5xsqAqDr8kirRSuoWig.jpg 1567w\"},className:\"framer-l9wezz\",\"data-border\":true,\"data-framer-name\":\"Product Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p8se0f\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+33+287+0+1353+0+0},NV0IMzftj:{height:64,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.9565 - 32px) / 2, 50px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+32+287+0+482+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6073 - 64px) / 2, 1px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:20,y:0}},{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-4c83t0-container\",nodeId:\"dmmvYP04v\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\"Sobriety isn\u2019t meant to be done alone. Inside, you\u2019ll find people who get it\u2014who celebrate your wins, lift you up on hard days, and remind you you\u2019re never alone in this.\",height:\"100%\",id:\"dmmvYP04v\",layoutId:\"dmmvYP04v\",owOqFMHta:\"A Tribe That Actually Has Your Back\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"HandsClapping\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+33+287+0+1353+0+231},NV0IMzftj:{height:64,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.9565 - 32px) / 2, 50px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+32+287+0+482+0+96}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6073 - 64px) / 2, 1px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:20,y:0}},{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-sqoxnl-container\",nodeId:\"lvCNZ_XDm\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\"24/7 access to expert insights, strategies, and tools that don\u2019t just help you stay sober\u2014they help you become unstoppable.\",height:\"100%\",id:\"lvCNZ_XDm\",layoutId:\"lvCNZ_XDm\",owOqFMHta:\"Everything You Need to Rebuild Your Life\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"Hammer\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+33+287+0+1353+0+462},NV0IMzftj:{height:64,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.9565 - 32px) / 2, 50px)`,y:(componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+32+287+0+482+0+192}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:199,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6073 - 64px) / 2, 1px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:20,y:0}},{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-153sfy-container\",nodeId:\"PA8q1T74J\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsBox,{b5lyZZ_GG:true,dkLbwmgIn:\"From Day 1 to Year 10, every step forward is worth celebrating. Join a movement where success is recognized, and your transformation is proof of what\u2019s possible.\",height:\"100%\",id:\"PA8q1T74J\",layoutId:\"PA8q1T74J\",owOqFMHta:\"Every Milestone Matters\u2014And We Celebrate It All\",style:{width:\"100%\"},variant:\"pdh9dpb50\",width:\"100%\",xMNpTyGY5:\"Trophy\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{style:{\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"110.1%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You don\u2019t need more willpower. You \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"need a system that works\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"})]})}),fonts:[\"Inter\",\"Inter-Bold\"]},NV0IMzftj:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You don\u2019t need more willpower. You need a \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(154, 106, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"system that works\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"})]}),/*#__PURE__*/_jsxs(\"h4\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Beyond Sober isn\u2019t just a program\u2014it\u2019s your path to total transformation.\"]}),/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:\"With real guidance, a powerful community, and a science-backed approach, lasting change isn\u2019t just possible\u2014it\u2019s inevitable.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Take the step today. Your future is waiting.\"})})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"You don\u2019t need more willpower. You need a \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"system that works\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"}),/*#__PURE__*/_jsxs(\"strong\",{children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]})]}),/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:\"Beyond Sober isn\u2019t just a program\u2014it\u2019s your path to total transformation.\"}),/*#__PURE__*/_jsxs(\"h4\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:[\"With real guidance, a powerful community, and a science-backed approach, lasting change isn\u2019t just possible\u2014\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-18e078a3-86b3-43b3-91c5-4a132d0ba224, rgb(237, 204, 96))\"},children:\"it\u2019s inevitable\"}),\".\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Take the step today. Your future is waiting.\"})})]}),className:\"framer-1wll5za\",fonts:[\"FS;Be Vietnam Pro-semibold\",\"FS;Be Vietnam Pro-black\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110.1%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:[\"Beyond Sober isn\u2019t just a program. it\u2019s your path to total transformation. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"With real guidance, a powerful community, and a science-backed approach, lasting change isn\u2019t just possible\u2026it\u2019s inevitable.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"160.1%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Take the step today. Your future is waiting.\"})})]}),className:\"framer-lisz2l hidden-v8561 hidden-1kt05l2\",fonts:[\"Inter-Bold\",\"Inter-Black\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+11674.7659+0+2100.2+33+2438.868},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+11641.1708+0+1556.2+32+1188.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-1dbv63-container\",nodeId:\"Ce4l3n064\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks15[2],kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\"},NV0IMzftj:{cSvXw0UMF:resolvedLinks15[1],kJmFsDdbK:\"Unlock The Blueprint \u2013 Change Starts Here\"}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks15[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"Ce4l3n064\",kJmFsDdbK:\"\tGet The Book & Begin Your Transformation\",layoutId:\"Ce4l3n064\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uia3ql\",\"data-framer-name\":\"CALL TO ACTION\",id:elementId19,ref:ref20,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:32,rotateY:0,scale:1.4,skewX:0,skewY:0,x:0,y:40}},{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-vlvx55\",\"data-border\":true,\"data-framer-name\":\"Content Wrapper\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wey2bh\",\"data-framer-name\":\"Top Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x3wvsi\",\"data-framer-name\":\"Headline Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-7xx32o\",\"data-styles-preset\":\"j0p3vAPHv\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"Sobriety Is The Inevitable Result of Taking Your Power Back\"})})})},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-7xx32o\",\"data-styles-preset\":\"j0p3vAPHv\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"Sobriety Is The Inevitable Result of Taking Your Power Back\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-7xx32o\",\"data-styles-preset\":\"j0p3vAPHv\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(180deg, var(--token-fdaba20f-fa34-4b9e-9b67-e30eca26be3e, rgb(15, 23, 42)) 35%, var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, rgb(228, 230, 231)) 122%)\"},children:\"Take Back Control. Your Future Starts Here.\"})})}),className:\"framer-1s8drqk\",\"data-framer-name\":\"Stop Wasting Your Hard Earned Money\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"You\u2019ve tried quitting. You\u2019ve tried cutting back. You\u2019ve tried everything they told you would work. But real freedom doesn\u2019t come from restriction\u2014it comes from rewiring your mind, breaking free from the lies, and creating a life so fulfilling that alcohol has no place in it. This isn\u2019t about saying \u2018no\u2019\u2014it\u2019s about finally saying \u2018YES\u2019 to the future you deserve.\"})})},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"left\"},children:\"You\u2019ve tried quitting. You\u2019ve tried cutting back. You\u2019ve tried everything they told you would work. But real freedom doesn\u2019t come from restriction\u2014it comes from rewiring your mind, breaking free from the lies, and creating a life so fulfilling that alcohol has no place in it. This isn\u2019t about saying \u2018no\u2019\u2014it\u2019s about finally saying \u2018YES\u2019 to the future you deserve.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"left\"},children:\"You\u2019ve made it this far for a reason. You know you\u2019re ready for something different\u2014something real. Beyond Sober isn\u2019t just another program\u2026it\u2019s the last program you\u2019ll ever need.\"})}),className:\"framer-1s8xjir\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t6lry6\",\"data-framer-name\":\"Objection Handles\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:undefined,y:(componentViewport?.y||0)+64+200+0+16327.8339+20+0+32+0+0+270.6+0+0},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+14497.6708+60+0+56+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"290.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h5t3zg-container\",nodeId:\"uEGxHNYZn\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"uEGxHNYZn\",layoutId:\"uEGxHNYZn\",style:{width:\"100%\"},variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"Results-Driven Recovery\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:undefined,y:(componentViewport?.y||0)+64+200+0+16327.8339+20+0+32+0+0+270.6+0+30},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+14497.6708+60+0+56+0+0+0+47.32}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"290.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pq4mvm-container\",nodeId:\"nK9QjG5n4\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"nK9QjG5n4\",layoutId:\"nK9QjG5n4\",style:{width:\"100%\"},variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"Fast-Track Your Freedom\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:undefined,y:(componentViewport?.y||0)+64+200+0+16327.8339+20+0+32+0+0+270.6+0+60},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+14497.6708+60+0+56+0+0+0+94.64}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"290.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o796bu-container\",nodeId:\"U2jkpSx5w\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"U2jkpSx5w\",layoutId:\"U2jkpSx5w\",style:{width:\"100%\"},variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"A System That Works for You\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:undefined,y:(componentViewport?.y||0)+64+200+0+16327.8339+20+0+32+0+0+270.6+0+90},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+14497.6708+60+0+56+0+0+0+141.96}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"290px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mdvmdg-container\",nodeId:\"j9u5s8P1g\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"j9u5s8P1g\",layoutId:\"j9u5s8P1g\",style:{width:\"100%\"},variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"Your Recovery, Your Way\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:undefined,y:(componentViewport?.y||0)+64+200+0+16327.8339+20+0+32+0+0+270.6+0+120},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+14497.6708+60+0+56+0+0+0+189.28}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"290.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-evrqzn-container\",nodeId:\"BWJ8OkVf_\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"BWJ8OkVf_\",layoutId:\"BWJ8OkVf_\",style:{width:\"100%\"},variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"Anywhere, Anytime Support \"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:undefined,y:(componentViewport?.y||0)+64+200+0+16327.8339+20+0+32+0+0+270.6+0+150},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+14497.6708+60+0+56+0+0+0+236.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"290.5px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1az76ku-container\",nodeId:\"Ie9VFtI5K\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsListTag,{height:\"100%\",id:\"Ie9VFtI5K\",layoutId:\"Ie9VFtI5K\",style:{width:\"100%\"},variant:\"SHJKXetpc\",width:\"100%\",XLARPTAH0:\"No Guesswork, Just Growth\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+16327.8339+20+0+32+466.6},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+14497.6708+60+0+56+298.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bzyvv8-container\",nodeId:\"gfhfFXSZd\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{scale:.9},children:/*#__PURE__*/_jsx(ElementsSocialProof,{geBX2GIlC:addImageAlt({src:\"https://framerusercontent.com/images/Y9KmJAQ4w53hsc4jJojfokLZ7D8.jpg\",srcSet:\"https://framerusercontent.com/images/Y9KmJAQ4w53hsc4jJojfokLZ7D8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/Y9KmJAQ4w53hsc4jJojfokLZ7D8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/Y9KmJAQ4w53hsc4jJojfokLZ7D8.jpg 2662w\"},\"\"),height:\"100%\",hWXwKyjTJ:addImageAlt({src:\"https://framerusercontent.com/images/bzl9vAWsj1kC8ho9yBMW8p4Y8.jpg\",srcSet:\"https://framerusercontent.com/images/bzl9vAWsj1kC8ho9yBMW8p4Y8.jpg?scale-down-to=1024 822w,https://framerusercontent.com/images/bzl9vAWsj1kC8ho9yBMW8p4Y8.jpg?scale-down-to=2048 1645w,https://framerusercontent.com/images/bzl9vAWsj1kC8ho9yBMW8p4Y8.jpg?scale-down-to=4096 3290w,https://framerusercontent.com/images/bzl9vAWsj1kC8ho9yBMW8p4Y8.jpg 4516w\"},\"\"),id:\"gfhfFXSZd\",ju_l_vjHi:addImageAlt({src:\"https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg\",srcSet:\"https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/kIBiy2xM79Ac692vRBBeMc3YFw8.jpg 5184w\"},\"\"),layoutId:\"gfhfFXSZd\",OrmuH3p0o:addImageAlt({src:\"https://framerusercontent.com/images/f0xTwK2sFT7WC47RQXuNuTiQAQ.jpg\",srcSet:\"https://framerusercontent.com/images/f0xTwK2sFT7WC47RQXuNuTiQAQ.jpg?scale-down-to=1024 680w,https://framerusercontent.com/images/f0xTwK2sFT7WC47RQXuNuTiQAQ.jpg?scale-down-to=2048 1361w,https://framerusercontent.com/images/f0xTwK2sFT7WC47RQXuNuTiQAQ.jpg 2586w\"},\"\"),SXDMm9Q7a:\"Over 15,000+ Lives Transformed\",variant:\"WQey8pMO7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation31,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-1h3a4wd\",\"data-framer-name\":\"Bottom Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1koro83\",\"data-framer-name\":\"Button Wrapper\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,y:(componentViewport?.y||0)+64+200+0+16327.8339+20+0+32+534.6+0+0+0+0},NV0IMzftj:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 503px, 1px) * 1.8111)`,y:(componentViewport?.y||0)+0+200+0+14497.6708+60+0+56+382.6+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-yptqto-container\",nodeId:\"v4a9AMkIt\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks16[2],kJmFsDdbK:\"Get The Book & Unlock Recovery\u2014FREE\",style:{width:\"100%\"}},NV0IMzftj:{cSvXw0UMF:resolvedLinks16[1],kJmFsDdbK:\"Start Free & Get Your Book \",style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks16[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"v4a9AMkIt\",kJmFsDdbK:\"It\u2019s Time \u2013 Access Beyond Sober Now\",layoutId:\"v4a9AMkIt\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-p1ydcz hidden-1oi2du7\",\"data-framer-name\":\"Social Wrapper\"})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tu0igf\",\"data-framer-name\":\"FAQ\",id:elementId20,ref:ref21,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ibrpiq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+17014.4339+14+0+0+0},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+15160.2708+13+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.4)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z3uufo-container\",nodeId:\"raoeLcJqD\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{variant:\"r8oLg0_Wq\"},NV0IMzftj:{variant:\"r8oLg0_Wq\"}},children:/*#__PURE__*/_jsx(ComponentsSectionHeading,{height:\"100%\",I6DOV1pRR:\"questions you're probably asking\",id:\"raoeLcJqD\",layoutId:\"raoeLcJqD\",style:{width:\"100%\"},tuKQBbiAw:\"If you've made it this far you're either very interested, or have questions. Here are a few frequently asked questions.\",variant:\"zy2fH2zoP\",width:\"100%\",WTCErdx1k:\"FAQ\"})})})})}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mn16xk hidden-1kt05l2 hidden-1oi2du7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-x2yoru\",\"data-styles-preset\":\"Wkx6BbgUb\",children:/*#__PURE__*/_jsx(\"em\",{children:\"Still unsure? Ask me anything inside the Beyond Sober community. No pressure\u2014just real answers.\"})})}),className:\"framer-zivpfy\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xndru1-container\",nodeId:\"Fjz1noONG\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:\"mailto:kohdi@beyondsober.org\",cYr9gJc6L:\"EnvelopeSimple\",height:\"100%\",id:\"Fjz1noONG\",kJmFsDdbK:\"Send Me An Email\",layoutId:\"Fjz1noONG\",m_edh05V5:0,variant:\"GHc3roRBx\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-160fad4\",id:elementId21,ref:ref22,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+17014.4339+14+309+0+0},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+15160.2708+13+309+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6 - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{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-9pqk7v-container\",nodeId:\"uWi9cWGmU\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{variant:\"dVYAKmTh5\"}},children:/*#__PURE__*/_jsx(ElementsFAQ,{AiyNM6EIW:\"Who is the Beyond Sober program designed for?\",height:\"100%\",id:\"uWi9cWGmU\",layoutId:\"uWi9cWGmU\",PcoTO7nHk:\"Beyond Sober welcomes anyone committed to personal transformation, not just those with alcohol or substance challenges. It's a sanctuary for all seeking a substantial shift toward well-being and fulfillment in life.\",style:{width:\"100%\"},variant:\"oLWj9R7Tj\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+17014.4339+14+309+0+84},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+15160.2708+13+309+0+88}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6 - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{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-di37zn-container\",nodeId:\"b6qywKO9e\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ElementsFAQ,{AiyNM6EIW:\"Can I join the program if I'm new to sobriety?\",height:\"100%\",id:\"b6qywKO9e\",layoutId:\"b6qywKO9e\",PcoTO7nHk:\"Absolutely. Our program is tailored to support individuals at any stage of their sobriety journey. Whether it's your first step or a continuation, Beyond Sober provides the guidance and community you need to thrive.\",style:{width:\"100%\"},variant:\"dVYAKmTh5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+17014.4339+14+309+0+168},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+15160.2708+13+309+0+176}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6 - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{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-xwj5id-container\",nodeId:\"pOEtC7viY\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ElementsFAQ,{AiyNM6EIW:\"What makes the Beyond Sober program unique?\",height:\"100%\",id:\"pOEtC7viY\",layoutId:\"pOEtC7viY\",PcoTO7nHk:\"Our program stands apart with its blend of scientifically-backed strategies, unwavering community support, and expert coaching\u2014all aimed at facilitating lasting change from the comfort of your home.\\n\\n\",style:{width:\"100%\"},variant:\"dVYAKmTh5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+17014.4339+14+309+0+252},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+15160.2708+13+309+0+264}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6 - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{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-1sak7gf-container\",nodeId:\"EyEj6gZGp\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ElementsFAQ,{AiyNM6EIW:\"How does the 6-week self-paced program work?\",height:\"100%\",id:\"EyEj6gZGp\",layoutId:\"EyEj6gZGp\",PcoTO7nHk:\"The 6-week program is designed to fit your pace, empowering you to absorb and apply recovery principles systematically. With flexibility and structure, you have the power to shape your journey.\",style:{width:\"100%\"},variant:\"dVYAKmTh5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+17014.4339+14+309+0+336},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+15160.2708+13+309+0+352}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6 - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{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-10wt546-container\",nodeId:\"I1SdLUPJA\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ElementsFAQ,{AiyNM6EIW:\"What type of support can I expect from the community?\",height:\"100%\",id:\"I1SdLUPJA\",layoutId:\"I1SdLUPJA\",PcoTO7nHk:\"You'll immerse in an online community where support, accountability, and camaraderie are paramount. Here, you never battle alone; you're uplifted by shared experiences and collective resilience.\",style:{width:\"100%\"},variant:\"dVYAKmTh5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+17014.4339+14+309+0+420},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+15160.2708+13+309+0+440}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6 - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{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-gmuadb-container\",nodeId:\"HBcy2lctb\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ElementsFAQ,{AiyNM6EIW:\"Do I need to have a certain level of fitness for the program?\",height:\"100%\",id:\"HBcy2lctb\",layoutId:\"HBcy2lctb\",PcoTO7nHk:\"No specific fitness level is required. Beyond Sober is centered around mental and emotional well-being, with resources accessible to individuals regardless of physical ability.\",style:{width:\"100%\"},variant:\"dVYAKmTh5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+17014.4339+14+309+0+504},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+15160.2708+13+309+0+528}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.6 - 40px, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{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-xlxsz0-container\",nodeId:\"kmEQ_YaKE\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ElementsFAQ,{AiyNM6EIW:\"What if I have questions during the program?\",height:\"100%\",id:\"kmEQ_YaKE\",layoutId:\"kmEQ_YaKE\",PcoTO7nHk:\"Our expert coaches and support staff are on standby to answer your queries. When in doubt, reach out! We ensure you have the insight and clarity to navigate your recovery with confidence. Not to mention, the incredible Beyond Sober community ready to support you every step of the way.\",style:{width:\"100%\"},variant:\"dVYAKmTh5\",width:\"100%\"})})})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-148vlbt hidden-v8561\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-x2yoru\",\"data-styles-preset\":\"Wkx6BbgUb\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Still unsure? Ask me anything inside the Beyond Sober community. No pressure\u2014just real answers.\"})})}),fonts:[\"Inter\",\"Inter-Italic\"]},NV0IMzftj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-x2yoru\",\"data-styles-preset\":\"Wkx6BbgUb\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Still unsure? Ask me anything inside the Beyond Sober community. No pressure\u2014just real answers.\"})})}),fonts:[\"Inter\",\"Inter-Italic\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-x2yoru\",\"data-styles-preset\":\"Wkx6BbgUb\",style:{\"--framer-text-alignment\":\"center\"},children:\"Still looking for answers?\"})}),className:\"framer-ai2qzh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+17014.4339+14+917+18+38},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+15160.2708+13+941+0+38}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fpz333-container\",nodeId:\"sF8tC1d5Z\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{variant:\"GHc3roRBx\"}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:\"mailto:mike@pixljoy.design\",cYr9gJc6L:\"EnvelopeSimple\",height:\"100%\",id:\"sF8tC1d5Z\",kJmFsDdbK:\"Send Me An Email\",layoutId:\"sF8tC1d5Z\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vcqzai\",\"data-framer-name\":\"ABOUT\",id:elementId22,ref:ref23,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+200+0+18081.4339+32+0},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+200+0+16213.2708+24+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m8iamd-container\",nodeId:\"cvYF0d58R\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsSectionHeading,{height:\"100%\",I6DOV1pRR:\"Meet The Creator Behind Beyond Sober\",id:\"cvYF0d58R\",layoutId:\"cvYF0d58R\",style:{width:\"100%\"},tuKQBbiAw:\"\",variant:\"r8oLg0_Wq\",width:\"100%\",WTCErdx1k:\"About\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1celpie\",\"data-border\":true,\"data-framer-name\":\"Content Wrapper\",id:elementId23,ref:ref24,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{background:{alt:\"Kohdi\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+200+0+18081.4339+32+295+24+0),pixelHeight:1789,pixelWidth:1567,sizes:\"80px\",src:\"https://framerusercontent.com/images/Igdu3WYRlf8P4Sp7dWzlVSa3ewA.jpg\",srcSet:\"https://framerusercontent.com/images/Igdu3WYRlf8P4Sp7dWzlVSa3ewA.jpg?scale-down-to=1024 896w,https://framerusercontent.com/images/Igdu3WYRlf8P4Sp7dWzlVSa3ewA.jpg 1567w\"}},NV0IMzftj:{background:{alt:\"Kohdi\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+16213.2708+24+300+32+0),pixelHeight:1789,pixelWidth:1567,sizes:\"80px\",src:\"https://framerusercontent.com/images/Igdu3WYRlf8P4Sp7dWzlVSa3ewA.jpg\",srcSet:\"https://framerusercontent.com/images/Igdu3WYRlf8P4Sp7dWzlVSa3ewA.jpg?scale-down-to=1024 896w,https://framerusercontent.com/images/Igdu3WYRlf8P4Sp7dWzlVSa3ewA.jpg 1567w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Kohdi\",fit:\"fill\",pixelHeight:1789,pixelWidth:1567,sizes:\"80px\",src:\"https://framerusercontent.com/images/Igdu3WYRlf8P4Sp7dWzlVSa3ewA.jpg\",srcSet:\"https://framerusercontent.com/images/Igdu3WYRlf8P4Sp7dWzlVSa3ewA.jpg?scale-down-to=1024 896w,https://framerusercontent.com/images/Igdu3WYRlf8P4Sp7dWzlVSa3ewA.jpg 1567w\"},className:\"framer-1c1zyda\",\"data-framer-name\":\"Picture\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"From Flatlining to Forging a Movement: The Story Behind Beyond Sober\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"I\u2019m Kohdi Rayne, the creator of Beyond Sober, and I know what you\u2019re thinking\u2014another recovery program? Why trust me? I get it. But here\u2019s the thing: I\u2019ve been where you are. I wasn\u2019t just struggling with addiction\u2014I was dying from it. My body shut down. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"My liver failed. My heart stopped. I flatlined. By all logic, I shouldn\u2019t be here. But I am. And because I survived, I made a promise\u2014to change the way the world sees recovery. Not with outdated methods. Not with guilt, shame, or temporary fixes. But with a radically different approach\u2014one that rewires your mind, rebuilds your confidence, and creates a life so fulfilling that alcohol doesn\u2019t even fit in it.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"This isn\u2019t just about quitting drinking. It\u2019s about reclaiming your power. I built Beyond Sober because I was tired of watching people get stuck in systems that were never designed to actually help them thrive. I wanted a real solution. One that ditches the outdated \u2018one-size-fits-all\u2019 model and helps people create a life that actually works for them. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"One that rewires the survival-based patterns that keep them stuck so they can break free, for good. One that focuses on growth, self-worth, and transformation\u2014because staying sober shouldn\u2019t feel like suffering.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Today, Beyond Sober has helped thousands of people around the world break free from alcohol and addiction\u2014not through willpower, but through transformation. My no-BS approach has reached millions through viral content, high-impact coaching, and one of the most powerful sobriety programs on the planet. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"Because here\u2019s the truth: quitting drinking isn\u2019t the goal. Taking your life back is. I\u2019m not here to preach. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ybu4hp\",\"data-styles-preset\":\"TiTn3K6pc\",style:{\"--framer-text-alignment\":\"center\"},children:\"I\u2019m here to prove what\u2019s possible.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"From Flatlining to Forging a Movement: The Story Behind Beyond Sober\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"I\u2019m Kohdi Rayne, the creator of Beyond Sober, and I know what you\u2019re thinking\u2014another recovery program? Why trust me? I get it. But here\u2019s the thing: I\u2019ve been where you are. I wasn\u2019t just struggling with addiction\u2014I was dying from it. My body shut down. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"My liver failed. My heart stopped. I flatlined. By all logic, I shouldn\u2019t be here. But I am. And because I survived, I made a promise\u2014to change the way the world sees recovery. Not with outdated methods. Not with guilt, shame, or temporary fixes. But with a radically different approach\u2014one that rewires your mind, rebuilds your confidence, and creates a life so fulfilling that alcohol doesn\u2019t even fit in it.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"This isn\u2019t just about quitting drinking. It\u2019s about reclaiming your power. I built Beyond Sober because I was tired of watching people get stuck in systems that were never designed to actually help them thrive. I wanted a real solution. One that ditches the outdated \u2018one-size-fits-all\u2019 model and helps people create a life that actually works for them. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"One that rewires the survival-based patterns that keep them stuck so they can break free, for good. One that focuses on growth, self-worth, and transformation\u2014because staying sober shouldn\u2019t feel like suffering.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"Today, Beyond Sober has helped thousands of people around the world break free from alcohol and addiction\u2014not through willpower, but through transformation. My no-BS approach has reached millions through viral content, high-impact coaching, and one of the most powerful sobriety programs on the planet. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"Because here\u2019s the truth: quitting drinking isn\u2019t the goal. Taking your life back is. I\u2019m not here to preach. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1mq1b3h\",\"data-styles-preset\":\"agHFDFZ94\",style:{\"--framer-text-alignment\":\"center\"},children:\"I\u2019m here to prove what\u2019s possible.\"})]}),className:\"framer-1fziqn4\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RnJlZWhhbmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Freehand\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-abb09f6a-2c47-4cb9-9590-a0b822b55d8d, rgba(15, 23, 42, 0.8))\"},children:\"Kohdi Rayne\"})}),className:\"framer-nbegwt\",\"data-framer-name\":\"Signature\",effect:textEffect10,fonts:[\"GF;Freehand-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KaCytcr_p\"},implicitPathVariables:undefined},{href:{webPageId:\"KaCytcr_p\"},implicitPathVariables:undefined},{href:{webPageId:\"KaCytcr_p\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+200+0+18081.4339+32+295+24+2016},NV0IMzftj:{y:(componentViewport?.y||0)+0+200+0+16213.2708+24+300+32+1452}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-1xcwc07-container\",nodeId:\"j87HIZbMw\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{cSvXw0UMF:resolvedLinks17[2]},NV0IMzftj:{cSvXw0UMF:resolvedLinks17[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks17[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"j87HIZbMw\",kJmFsDdbK:\"LEARN MORE ABOUT ME\",layoutId:\"j87HIZbMw\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.8)`,y:(componentViewport?.y||0)+0+200+0+16213.2708+24+1895}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:168,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.8)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c486i3-container hidden-1oi2du7\",nodeId:\"Ot48jzwtu\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsReviewTraditional,{height:\"100%\",I7_2bcjlP:\"I thought I had tried everything. Rehab, therapy, support groups but nothing ever clicked. I was just white knuckling my way through sobriety, feeling lost, exhausted, and on the edge of relapse. Then I found Beyond Sober. Kohdi didn\u2019t just give me another set of \u2018rules\u2019 to follow\u2014he completely shifted the way I looked at my life. His coaching dug into the real reasons I was drinking in the first place, and for the first time, I wasn\u2019t just \u2018trying to stay sober\u2019...I was actually becoming the person I was always meant to be. My mindset changed, my confidence skyrocketed, and my life became something I actually wanted to wake up for. This program didn\u2019t just save me from alcohol...it gave me back my power. If you\u2019re even thinking about joining, do it. It will change everything.\",id:\"Ot48jzwtu\",KZ_el80ue:\"Former Skeptic\",layoutId:\"Ot48jzwtu\",oOIktK2S4:\"Michael R.\",style:{width:\"100%\"},tYFaniknH:addImageAlt({src:\"https://framerusercontent.com/images/nre4HEwwMsgB4NcDENiztcrs1w.jpg\",srcSet:\"https://framerusercontent.com/images/nre4HEwwMsgB4NcDENiztcrs1w.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/nre4HEwwMsgB4NcDENiztcrs1w.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/nre4HEwwMsgB4NcDENiztcrs1w.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/nre4HEwwMsgB4NcDENiztcrs1w.jpg 3456w\"},\"\"),variant:\"TVi5B1SCh\",width:\"100%\"})})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:102,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oiko23-container hidden-1kt05l2 hidden-1oi2du7\",layoutScroll:true,nodeId:\"ouEh6gth8\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(NavigationNavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:80,ref:ref1,target:\"sRq2sP70C\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"ouEh6gth8\",layoutId:\"ouEh6gth8\",style:{width:\"100%\"},variant:\"ni8aNO1hN\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{height:102,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18772yv-container hidden-v8561 hidden-1oi2du7\",layoutScroll:true,nodeId:\"JM_d1jPZn\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{__framer__variantAppearEffectEnabled:undefined,variant:\"S2rIdOVJy\"}},children:/*#__PURE__*/_jsx(NavigationNavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:80,ref:ref1,target:\"sRq2sP70C\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"JM_d1jPZn\",layoutId:\"JM_d1jPZn\",style:{width:\"100%\"},variant:\"ni8aNO1hN\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cd6cv0\",\"data-framer-name\":\"RESULT\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5zkzej\",\"data-framer-name\":\"Content Wrapper\",id:elementId24,ref:ref25,children:[isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sqnh6j hidden-1oi2du7\",\"data-framer-name\":\"Heading Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.63, 1px)`,y:(componentViewport?.y||0)+0+18752+32+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.67, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hnzh79-container\",nodeId:\"MXAv0Ca0d\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(ComponentsSectionHeading,{height:\"100%\",I6DOV1pRR:\"Sobriety Is The Inevitable Result of Taking Your Power Back\",id:\"MXAv0Ca0d\",layoutId:\"MXAv0Ca0d\",style:{width:\"100%\"},tuKQBbiAw:\"You\u2019ve tried quitting. You\u2019ve tried cutting back. You\u2019ve tried everything they told you would work. But real freedom doesn\u2019t come from restriction\u2014it comes from rewiring your mind, breaking free from the lies, and creating a life so fulfilling that alcohol has no place in it. This isn\u2019t about saying \u2018no\u2019\u2014it\u2019s about finally saying \u2018YES\u2019 to the future you deserve.\",variant:\"zy2fH2zoP\",width:\"100%\",WTCErdx1k:\"Result\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined},{href:{hash:\":U2e4zBTVC\",webPageId:\"XBRToqo0g\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{y:(componentViewport?.y||0)+0+18752+32+0+0+0+0+293}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17h3910-container\",nodeId:\"MTYg9q84J\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NV0IMzftj:{cSvXw0UMF:resolvedLinks18[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{cSvXw0UMF:resolvedLinks18[0],cYr9gJc6L:\"ArrowRight\",height:\"100%\",id:\"MTYg9q84J\",kJmFsDdbK:\"This is Your Moment! Let\u2019s Do This Together.\",layoutId:\"MTYg9q84J\",m_edh05V5:0,variant:\"ZUQVwPrUw\",vX04FnKFX:\"regular\",width:\"100%\",yVMvYjPHf:true})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+20732.4339+18+0+0+0},NV0IMzftj:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) * 0.37)`,y:(componentViewport?.y||0)+0+18752+32+0+0+183}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:158,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px) * 0.33)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9a79gu-container\",nodeId:\"Dgp5SoWIC\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{variant:\"APKBIOv8K\"}},children:/*#__PURE__*/_jsx(ComponentsReview,{ePtRxbBKH:\"Ryan M.\",height:\"100%\",id:\"Dgp5SoWIC\",layoutId:\"Dgp5SoWIC\",style:{width:\"100%\"},variant:\"Nkv18XVmU\",width:\"100%\",wmTcwD60X:\"Former AA'r\",ZMdTlQSsb:\"I tried every recovery method out there. AA, therapy, quitting on my own. Nothing stuck. Beyond Sober wasn\u2019t just another program...it gave me my life back. I finally feel free.\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{y:(componentViewport?.y||0)+64+20732.4339+-16.9472},NV0IMzftj:{y:(componentViewport?.y||0)+0+18752+8.2488}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{style:{rotate:-90,rotateX:180,scale:.6}}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-7i1n1d-container\",nodeId:\"RzhuHLl0S\",rendersWithMotion:true,scopeId:\"bGV1hUG1I\",style:{rotate:-90},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(ElementsArrow,{height:\"100%\",id:\"RzhuHLl0S\",layoutId:\"RzhuHLl0S\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,y:(componentViewport?.y||0)+64+20732.4339+18+198},NV0IMzftj:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px)`,y:(componentViewport?.y||0)+0+18752+32+381}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zikuph-container\",nodeId:\"i8c1CJC_O\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{variant:\"dOwBQRYit\"},NV0IMzftj:{variant:\"dOwBQRYit\"}},children:/*#__PURE__*/_jsx(ComponentsFooter,{height:\"100%\",id:\"i8c1CJC_O\",layoutId:\"i8c1CJC_O\",style:{width:\"100%\"},variant:\"yMHaQlCdE\",width:\"100%\"})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hEahs4EIM:{height:102,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sh7jj9-container hidden-v8561 hidden-1kt05l2\",layoutScroll:true,nodeId:\"LehvDu9uR\",scopeId:\"bGV1hUG1I\",children:/*#__PURE__*/_jsx(NavigationNavigation,{height:\"100%\",id:\"LehvDu9uR\",layoutId:\"LehvDu9uR\",style:{width:\"100%\"},variant:\"S2rIdOVJy\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2VT4S.framer-13clwvu, .framer-2VT4S .framer-13clwvu { display: block; }\",\".framer-2VT4S.framer-v8561 { align-content: center; align-items: center; background-color: var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-2VT4S .framer-uad555-container, .framer-2VT4S .framer-h6xwpq-container, .framer-2VT4S .framer-2wasjc-container, .framer-2VT4S .framer-14q1jgp-container, .framer-2VT4S .framer-4idrje-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2VT4S .framer-5iq3yv { align-content: center; align-items: center; border-bottom-left-radius: 26px; border-bottom-right-radius: 26px; border-top-left-radius: 26px; border-top-right-radius: 26px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",'.framer-2VT4S .framer-d4ttwf { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, #ffffff) /* {\"name\":\"Background\"} */ 39.708262950450454%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box/Light Boarder\"} */ 73.42694256756756%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 95px 0px 0px 0px; position: relative; width: 100%; }',\".framer-2VT4S .framer-1mn7tnw { align-content: center; align-items: center; background: linear-gradient(180deg, #0a0a0a 13.881264076576574%, rgba(18, 10, 28, 0.52) 57.20720720720721%, rgba(0, 0, 0, 0.83) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: 1388px; justify-content: center; max-width: 1200px; overflow: visible; padding: 40px 120px 40px 120px; position: relative; scroll-margin-top: 80px; width: 100%; }\",\".framer-2VT4S .framer-1xzxf7b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 37px; height: min-content; justify-content: center; overflow: visible; padding: 44px 0px 44px 0px; position: relative; width: 93%; }\",\".framer-2VT4S .framer-10z2nqt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1siuz9h { --framer-paragraph-spacing: 10px; --framer-text-wrap-override: balance; bottom: 704px; flex: none; height: auto; left: 50%; opacity: 0.9; overflow: visible; position: absolute; transform: translateX(-50%); width: 90%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-gjd5yo { bottom: 566px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 891px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-p7a4ew { --framer-paragraph-spacing: 10px; --framer-text-wrap: balance; bottom: 513px; flex: none; height: auto; left: 50%; opacity: 0.9; overflow: visible; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 89%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1prwjbp { --framer-paragraph-spacing: 10px; --framer-text-wrap: balance; bottom: -196px; flex: none; height: auto; left: 50%; opacity: 0.9; overflow: visible; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-ixophx { --framer-paragraph-spacing: 10px; --framer-text-wrap: balance; flex: none; height: auto; left: -25px; opacity: 0.9; overflow: visible; position: absolute; right: -26px; top: -281px; white-space: pre-wrap; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1sv7p2r { --border-bottom-width: 4px; --border-color: var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, #e4e6e7); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; align-content: center; align-items: center; aspect-ratio: 1.6580310880829014 / 1; background-color: var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, #ffffff); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 1px 40px 4px rgba(15, 23, 42, 0.15); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 488px); justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 91%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-1xn2ek7-container, .framer-2VT4S .framer-aqisoq-container, .framer-2VT4S .framer-orddg3-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-2VT4S .framer-11dm4fs { --border-bottom-width: 4px; --border-color: var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, #e4e6e7); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; align-content: center; align-items: center; aspect-ratio: 1.6580310880829014 / 1; background-color: var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, #ffffff); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; bottom: -171px; box-shadow: 0px 1px 40px 4px rgba(15, 23, 42, 0.15); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 121px); justify-content: center; left: 49%; overflow: hidden; padding: 8px; position: absolute; transform: translateX(-50%); width: 91%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-1knksnc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1ez4141-container, .framer-2VT4S .framer-gku7l1-container, .framer-2VT4S .framer-16lr1cm-container, .framer-2VT4S .framer-66bja6-container, .framer-2VT4S .framer-1vasgis-container, .framer-2VT4S .framer-fq4qnr-container { flex: none; height: auto; opacity: 0.8; position: relative; width: auto; }\",\".framer-2VT4S .framer-htcs3v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2VT4S .framer-10lsxvf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 48px; overflow: visible; padding: 0px; position: relative; width: 259px; }\",\".framer-2VT4S .framer-v62636-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: auto; z-index: 1; }\",\".framer-2VT4S .framer-1xac4uw { --framer-paragraph-spacing: 10px; --framer-text-wrap: balance; bottom: -17px; flex: none; height: auto; left: 50%; opacity: 0.9; overflow: visible; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 148%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1qm5e1g { --framer-paragraph-spacing: 10px; --framer-text-wrap: balance; bottom: -26px; flex: none; height: auto; left: -215px; opacity: 0.9; overflow: visible; position: absolute; right: -216px; white-space: pre-wrap; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-101rn6t-container { flex: none; height: auto; left: -119px; opacity: 0.2; position: absolute; top: -56px; width: auto; z-index: 1; }\",\".framer-2VT4S .framer-rsq6eq { background: linear-gradient(180deg, #0a0a0a 13.881264076576574%, rgb(0, 0, 0) 57.20720720720721%, rgb(0, 0, 0) 100%); bottom: -169px; flex: none; left: calc(50.00000000000002% - 134.6801346801347% / 2); opacity: 0.06; overflow: hidden; position: absolute; top: -26px; width: 135%; z-index: 1; }\",\".framer-2VT4S .framer-1m3vcrx { flex: none; height: 8%; left: calc(50.00000000000002% - 67.66666666666666% / 2); position: absolute; top: calc(94.02017291066285% - 8.209538702111024% / 2); white-space: pre-wrap; width: 68%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-h2rxm2 { align-content: center; align-items: center; background: linear-gradient(180deg, #0a0a0a 13.881264076576574%, rgba(27, 15, 43, 0.52) 57.20720720720721%, rgba(75, 0, 130, 0.04) 100%); box-shadow: 0px 0.6021873017743928px 3.010936508871964px -0.9166666666666666px rgba(0, 0, 0, 0.33), 0px 2.288533303243457px 11.442666516217285px -1.8333333333333333px rgba(0, 0, 0, 0.32154), 0px 10px 50px -2.75px rgba(0, 0, 0, 0.2745); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 609px; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 98%; }\",\".framer-2VT4S .framer-1m8lurq { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; box-shadow: 0px 0.6369534988189116px 0.6369534988189116px -0.9375px rgba(77, 77, 77, 0.18), 0px 1.9316049144836143px 1.9316049144836143px -1.875px rgba(77, 77, 77, 0.17241), 0px 5.106122817187569px 5.106122817187569px -2.8125px rgba(77, 77, 77, 0.14761), 0px 16px 16px -3.75px rgba(77, 77, 77, 0.0625); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 608px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1176px; }\",\".framer-2VT4S .framer-1xz4jni { background-color: #0a0a0a; bottom: -11px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: 615px; left: 3px; position: absolute; width: 57%; z-index: 1; }\",\".framer-2VT4S .framer-1h0xv93 { bottom: 103px; box-shadow: 0px 0.6021873017743928px 1.083937143193907px 0px rgba(102, 102, 102, 0.02), 0px 2.288533303243457px 4.119359945838223px 0px rgba(102, 102, 102, 0.07552), 0px 10px 18px 0px rgba(102, 102, 102, 0.33); flex: none; height: 318px; left: calc(49.92481203007521% - 82.40601503759399% / 2); overflow: visible; position: absolute; width: 82%; z-index: 1; }\",\".framer-2VT4S .framer-16s33v0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 128px; transform: translateX(-50%); white-space: pre-wrap; width: 91%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-du9b29 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 8px; transform: translateX(-50%); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-18re2kh { background-color: #0a0a0a; flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-2VT4S .framer-1y9r7a8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 14px; cursor: pointer; flex: none; height: auto; left: 29%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 56%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-kmsrs7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 2px; position: absolute; top: 168px; white-space: pre-wrap; width: 476px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1xzryr6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 35px; cursor: pointer; flex: none; height: auto; left: 14px; position: absolute; white-space: pre-wrap; width: 469px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-11esmrk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 2px; position: absolute; top: 30px; white-space: pre-wrap; width: 480px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1n3gxe4 { align-content: center; align-items: center; background-color: #000000; bottom: -2px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 598px; justify-content: center; left: 678px; overflow: hidden; padding: 0px; position: absolute; width: 494px; z-index: 1; }\",\".framer-2VT4S .framer-yj4lio { align-content: flex-start; align-items: flex-start; bottom: 29px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 53%; justify-content: flex-start; overflow: hidden; padding: 20px; position: absolute; right: 0px; width: 100%; z-index: 1; }\",\".framer-2VT4S .framer-1xv30k0, .framer-2VT4S .framer-jc3wuh, .framer-2VT4S .framer-1hxfsbk, .framer-2VT4S .framer-feht9d, .framer-2VT4S .framer-ziovxh, .framer-2VT4S .framer-1nop5q8 { 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; padding: 0px; position: relative; width: 100%; }\",'.framer-2VT4S .framer-1hblkvm, .framer-2VT4S .framer-1tg074j, .framer-2VT4S .framer-ed69sp, .framer-2VT4S .framer-1qwg7th { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-d91f499d-ae23-49be-8068-4829742b69cc, rgba(15, 23, 42, 0.6)); flex: none; height: 40px; position: relative; width: 100%; }','.framer-2VT4S .framer-839jjc, .framer-2VT4S .framer-6jh18s { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-d91f499d-ae23-49be-8068-4829742b69cc, rgba(15, 23, 42, 0.6)); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-2VT4S .framer-yexbb6 { align-content: center; align-items: center; background-color: #ffce2e; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-11hy2x7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-2VT4S .framer-1xp9w9g { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 104px; transform: translateX(-50%); white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-hbbxol { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 223px; transform: translateX(-50%); white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-ctjdes { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 8%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 94%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-ghkrfu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 11px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1k5g4fh-container { cursor: pointer; flex: none; height: 52px; left: -275px; position: absolute; top: 35px; width: 57px; z-index: 1; }\",\".framer-2VT4S .framer-10g1chn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 10px; position: absolute; top: -18px; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-10wfwym { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; cursor: pointer; flex: none; height: auto; left: 49%; position: absolute; top: 449px; transform: translateX(-50%); white-space: pre-wrap; width: 92%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-n17hen { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 357px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1mpdw66 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 48%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1w0zpzk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 33px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-8p9j12 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 144px; transform: translateX(-50%); white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-zdipra { box-shadow: 0px 0.6021873017743928px 0.5419685715969536px 0px rgba(0, 0, 0, 0.02), 0px 2.288533303243457px 2.0596799729191115px 0px rgba(0, 0, 0, 0.07552), 0px 10px 9px 0px rgba(0, 0, 0, 0.33); flex: none; height: 17%; left: calc(50.00000000000002% - 95.02617801047121% / 2); overflow: visible; position: absolute; top: 223px; width: 95%; z-index: 1; }\",\".framer-2VT4S .framer-106sclm { align-content: flex-start; align-items: flex-start; bottom: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 28%; justify-content: flex-start; left: calc(50.00000000000002% - 96.59685863874346% / 2); overflow: hidden; padding: 20px; position: absolute; width: 97%; z-index: 1; }\",\".framer-2VT4S .framer-4haxgp-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-jtdeqo-container { bottom: 736px; flex: none; height: 0%; left: 939px; opacity: 0.2; position: absolute; width: 8%; z-index: 2; }\",\".framer-2VT4S .framer-izrzvu-container { flex: none; height: auto; left: 78%; opacity: 0.2; position: absolute; top: 120%; transform: translate(-50%, -50%); width: auto; z-index: 1; }\",\".framer-2VT4S .framer-rx9ltq { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: 227px; justify-content: center; max-width: 1200px; overflow: hidden; padding: 33px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1dcpha7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 877px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-jrf2iw, .framer-2VT4S .framer-f6p13j { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 889px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-9rouk { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.6021873017743928px 1.083937143193907px 0px rgba(102, 102, 102, 0.02), 0px 2.288533303243457px 4.119359945838223px 0px rgba(102, 102, 102, 0.07552), 0px 10px 18px 0px rgba(102, 102, 102, 0.33); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: var(--framer-aspect-ratio-supported, 167px); justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 298px; transform: translateX(-50%); width: 77%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-lbdg9j { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; overflow: visible; position: absolute; top: 631px; transform: translateX(-50%); white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1kuoj95 { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 608px; box-shadow: 0px 0.6021873017743928px 1.083937143193907px 0px rgba(102, 102, 102, 0.02), 0px 2.288533303243457px 4.119359945838223px 0px rgba(102, 102, 102, 0.07552), 0px 10px 18px 0px rgba(102, 102, 102, 0.33); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 167px); justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; transform: translateX(-50%); width: 75%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-1e0pfif { --framer-paragraph-spacing: 0px; bottom: 79px; flex: none; height: 507px; left: calc(50.00000000000002% - 90% / 2); overflow: visible; position: absolute; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-i64hsa-container { bottom: 18px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-2VT4S .framer-2if2hn { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 99px 0px 99px 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-11yp0mm { align-content: center; align-items: center; background-color: #000000; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 17px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-1jylfzq { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 29px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 1000px; z-index: 1; }\",\".framer-2VT4S .framer-9ig47f { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.6021873017743928px 1.083937143193907px 0px rgba(102, 102, 102, 0.02), 0px 2.288533303243457px 4.119359945838223px 0px rgba(102, 102, 102, 0.07552), 0px 10px 18px 0px rgba(102, 102, 102, 0.33); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 407px); justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: -51px; width: 489px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-1sqjaic { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 570px; padding: 0px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-15ajjee { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: absolute; right: 0px; top: -51px; white-space: pre-wrap; width: 488px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1117svf { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; min-height: 800px; min-width: 1px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2VT4S .framer-1osbacj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: -93px; flex: none; height: auto; position: absolute; right: -465px; white-space: pre; width: auto; z-index: 1; }\",\".framer-2VT4S .framer-mx98s6 { --framer-paragraph-spacing: 0px; bottom: -93px; flex: none; height: auto; left: -500px; overflow: visible; position: absolute; right: -1px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-1v4a9bs { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: -6px; box-shadow: 0px 0.6021873017743928px 1.083937143193907px 0px rgba(102, 102, 102, 0.02), 0px 2.288533303243457px 4.119359945838223px 0px rgba(102, 102, 102, 0.07552), 0px 10px 18px 0px rgba(102, 102, 102, 0.33); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 378px); justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -465px; width: 454px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-cg36ts { align-content: center; align-items: center; background: linear-gradient(180deg, #0a0a0a 13.881264076576574%, rgba(18, 10, 28, 0.52) 57.20720720720721%, rgba(0, 0, 0, 0.83) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 32px 60px 32px 60px; position: relative; scroll-margin-top: 40px; width: 95%; }\",\".framer-2VT4S .framer-1amhtep { 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: 153%; }\",\".framer-2VT4S .framer-18mt7f3-container, .framer-2VT4S .framer-pbhxnm-container, .framer-2VT4S .framer-1kfg362-container, .framer-2VT4S .framer-11ds9bw-container, .framer-2VT4S .framer-13k6q0d-container, .framer-2VT4S .framer-1rcvlri-container, .framer-2VT4S .framer-1fuxsnt-container, .framer-2VT4S .framer-4c83t0-container, .framer-2VT4S .framer-sqoxnl-container, .framer-2VT4S .framer-153sfy-container, .framer-2VT4S .framer-z3uufo-container, .framer-2VT4S .framer-9pqk7v-container, .framer-2VT4S .framer-di37zn-container, .framer-2VT4S .framer-xwj5id-container, .framer-2VT4S .framer-1sak7gf-container, .framer-2VT4S .framer-10wt546-container, .framer-2VT4S .framer-gmuadb-container, .framer-2VT4S .framer-xlxsz0-container, .framer-2VT4S .framer-m8iamd-container, .framer-2VT4S .framer-1hnzh79-container, .framer-2VT4S .framer-zikuph-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-2VT4S .framer-kp1z0n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: 92.97658862876254vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 720px; }\",\".framer-2VT4S .framer-xmtaue, .framer-2VT4S .framer-173tx3v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; min-height: 2px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-vatt9k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 807px; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 54%; }\",\".framer-2VT4S .framer-zj4j41-container, .framer-2VT4S .framer-1sghilz-container, .framer-2VT4S .framer-n7nssh-container, .framer-2VT4S .framer-1o9a8rs-container, .framer-2VT4S .framer-jo4por-container, .framer-2VT4S .framer-cbjrxc-container, .framer-2VT4S .framer-vu4x8k-container, .framer-2VT4S .framer-7rrflh-container, .framer-2VT4S .framer-wlly7j-container, .framer-2VT4S .framer-10twvle-container, .framer-2VT4S .framer-mc6tcb-container, .framer-2VT4S .framer-1mzldv5-container, .framer-2VT4S .framer-zmfk3o-container, .framer-2VT4S .framer-ozu7f2-container { height: auto; position: relative; width: 352px; }\",\".framer-2VT4S .framer-1kn6krb-container, .framer-2VT4S .framer-5btu1q-container, .framer-2VT4S .framer-rzitb7-container, .framer-2VT4S .framer-1w287s2-container, .framer-2VT4S .framer-1uon0x3-container, .framer-2VT4S .framer-wqlgdq-container, .framer-2VT4S .framer-s2tvgx-container, .framer-2VT4S .framer-kc3hol-container, .framer-2VT4S .framer-mgpoj3-container, .framer-2VT4S .framer-1l9t2fa-container, .framer-2VT4S .framer-2pysrd-container, .framer-2VT4S .framer-1dbv63-container, .framer-2VT4S .framer-1bzyvv8-container, .framer-2VT4S .framer-yptqto-container, .framer-2VT4S .framer-xndru1-container, .framer-2VT4S .framer-1fpz333-container, .framer-2VT4S .framer-1xcwc07-container, .framer-2VT4S .framer-17h3910-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-2VT4S .framer-1wbnbmo { align-content: center; align-items: center; background-color: #0a0a0a; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: 379px; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2VT4S .framer-1ktun9t { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 34%; max-width: 100%; position: relative; white-space: pre-wrap; width: 1200px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-g3kzlm, .framer-2VT4S .framer-18qijuh { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 685px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-1o4x9bo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 492px; justify-content: center; max-width: 1200px; overflow: hidden; padding: 13px 0px 13px 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-7meatc { --border-bottom-width: 4px; --border-color: var(--token-311d2b88-411e-41af-a1bb-3188c0599d5e, #e4e6e7); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; align-content: center; align-items: center; aspect-ratio: 1.6580310880829014 / 1; background-color: var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, #ffffff); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 1px 40px 4px rgba(15, 23, 42, 0.15); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 101%; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: var(--framer-aspect-ratio-supported, 782px); will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-2VT4S .framer-1e5eeg4-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-165ck9p { align-content: center; align-items: center; background-color: #0a0a0a; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: 347px; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-niuvf9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 37%; max-width: 100%; position: relative; white-space: pre-wrap; width: 93%; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-78bms7 { align-content: center; align-items: center; background: linear-gradient(180deg, #0a0a0a 13.881264076576574%, rgba(18, 10, 28, 0.52) 57.20720720720721%, rgba(0, 0, 0, 0.83) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 35px 120px 35px 120px; position: relative; scroll-margin-top: 40px; width: 100%; }\",\".framer-2VT4S .framer-143ivmq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-101r7ue { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 927px; }\",\".framer-2VT4S .framer-8rar0u { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1rlmumi-container, .framer-2VT4S .framer-19it0we-container { flex: 1 0 0px; height: 800px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-z5t1t9-container { height: auto; position: relative; width: auto; }\",\".framer-2VT4S .framer-1sw270 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1wu68ev-container { flex: none; height: 281px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-nmw0lk, .framer-2VT4S .framer-13t2ri1, .framer-2VT4S .framer-k0r6ou, .framer-2VT4S .framer-tz6xu1, .framer-2VT4S .framer-fc3ken { --border-bottom-width: 1px; --border-color: #1d1d1d; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #0a0a0a; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 114px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 114px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2VT4S .framer-1xuyq1u { flex: none; height: 129px; overflow: hidden; position: relative; width: 108px; }\",\".framer-2VT4S .framer-p2v242 { flex: none; height: 101px; overflow: hidden; position: relative; width: 109px; }\",\".framer-2VT4S .framer-d0zj6b, .framer-2VT4S .framer-7c2909 { --border-bottom-width: 1px; --border-color: #1d1d1d; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #0a0a0a; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 114px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 114px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2VT4S .framer-zqk9zo { flex: none; height: 218px; overflow: hidden; position: relative; width: 218px; }\",\".framer-2VT4S .framer-1usvep8 { --border-bottom-width: 1px; --border-color: #1d1d1d; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #0a0a0a; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 111px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 111px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2VT4S .framer-1nj81v5 { flex: none; height: 141px; overflow: hidden; position: relative; width: 104px; }\",\".framer-2VT4S .framer-8wcxrv { --border-bottom-width: 1px; --border-color: #1d1d1d; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #0a0a0a; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 110px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 110px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2VT4S .framer-1lgsmji { flex: none; height: 223px; overflow: hidden; position: relative; width: 215px; }\",\".framer-2VT4S .framer-9bxqjc { --border-bottom-width: 1px; --border-color: #1d1d1d; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #0a0a0a; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 115px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 115px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2VT4S .framer-m86ygh { flex: none; height: 139px; overflow: hidden; position: relative; width: 110px; }\",\".framer-2VT4S .framer-1ausmmj { flex: none; height: 127px; overflow: hidden; position: relative; width: 108px; }\",\".framer-2VT4S .framer-aoxy65 { --border-bottom-width: 1px; --border-color: #1d1d1d; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #0a0a0a; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 110px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 110px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2VT4S .framer-gdk8hy { flex: none; height: 213px; overflow: hidden; position: relative; width: 224px; }\",\".framer-2VT4S .framer-8s3xit { flex: none; height: 157px; overflow: hidden; position: relative; width: 142px; }\",\".framer-2VT4S .framer-9o3jiz { flex: none; height: 101px; overflow: hidden; position: relative; width: 97px; }\",\".framer-2VT4S .framer-12gf1sp { flex: none; height: 142px; overflow: hidden; position: relative; width: 146px; }\",\".framer-2VT4S .framer-15pqras { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: 1370px; justify-content: center; max-width: 1200px; overflow: hidden; padding: 17px 0px 17px 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-u79j5 { align-content: center; align-items: center; background-color: #121212; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1112px; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-2VT4S .framer-1y9uxtc { align-content: center; align-items: center; background-color: #0a0a0a; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 33px; height: 53%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-10x0i4d { align-content: flex-start; align-items: flex-start; background-color: rgba(0, 0, 0, 0.25); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; min-height: 570px; padding: 150px 0px 150px 0px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-y7qv15-container { bottom: 0px; cursor: default; flex: none; left: 13px; opacity: 0.88; position: absolute; top: -1px; width: 487px; z-index: 1; }\",\".framer-2VT4S .framer-l3yomz { aspect-ratio: 0.5625 / 1; height: var(--framer-aspect-ratio-supported, 201px); overflow: visible; position: relative; width: 113px; }\",\".framer-2VT4S .framer-730oem { aspect-ratio: 0.5625 / 1; height: var(--framer-aspect-ratio-supported, 204px); overflow: visible; position: relative; width: 115px; }\",\".framer-2VT4S .framer-qh0wnr { aspect-ratio: 0.5625 / 1; height: var(--framer-aspect-ratio-supported, 197px); overflow: visible; position: relative; width: 111px; }\",\".framer-2VT4S .framer-1a3973p { aspect-ratio: 0.75 / 1; height: var(--framer-aspect-ratio-supported, 203px); overflow: visible; position: relative; width: 152px; }\",\".framer-2VT4S .framer-b48pc5 { aspect-ratio: 0.5625 / 1; height: var(--framer-aspect-ratio-supported, 206px); overflow: visible; position: relative; width: 116px; }\",\".framer-2VT4S .framer-f99o { aspect-ratio: 0.75 / 1; height: var(--framer-aspect-ratio-supported, 208px); overflow: visible; position: relative; width: 156px; }\",\".framer-2VT4S .framer-18kmwog { aspect-ratio: 0.621501272264631 / 1; height: var(--framer-aspect-ratio-supported, 203px); overflow: visible; position: relative; width: 126px; }\",\".framer-2VT4S .framer-i969hl { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 193px); overflow: visible; position: relative; width: 193px; }\",\".framer-2VT4S .framer-mdbf0w { aspect-ratio: 0.7741585233441911 / 1; height: var(--framer-aspect-ratio-supported, 205px); overflow: visible; position: relative; width: 159px; }\",\".framer-2VT4S .framer-1uia5dt { --framer-paragraph-spacing: 0px; flex: none; height: 96%; overflow: visible; position: absolute; right: 0px; top: calc(51.92982456140353% - 96.14035087719299% / 2); white-space: pre-wrap; width: 449px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-r3ee34 { align-content: center; align-items: center; background-color: #0a0a0a; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-2VT4S .framer-uob344 { align-content: flex-start; align-items: flex-start; background-color: rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-2VT4S .framer-1drkrix { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 1002px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-1wyuuf7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-j8hyt7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 904px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-v2ttul { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: var(--framer-aspect-ratio-supported, 343px); justify-content: center; opacity: 0.97; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 113px; width: 412px; z-index: 1; }\",\".framer-2VT4S .framer-1kj7w0q-container { bottom: 36px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: 77%; z-index: 1; }\",\".framer-2VT4S .framer-1bjks1w { align-content: center; align-items: center; background: linear-gradient(180deg, #0a0a0a 13.881264076576574%, rgba(18, 10, 28, 0.52) 57.20720720720721%, rgba(0, 0, 0, 0.83) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 20px 16px 20px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-19ghsta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 915px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-c28fsy { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.16); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 12px 10px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-2VT4S .framer-gc2nvs { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2VT4S .framer-zrdzok, .framer-2VT4S .framer-1uc6lnl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 720px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-zvu9zu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 52%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-g4aqc3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: -1px; max-width: 100%; position: absolute; top: 321px; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-2VT4S .framer-sv6un-container { flex: none; height: 297px; position: relative; width: 594px; }\",\".framer-2VT4S .framer-11wyror { aspect-ratio: 1.4080604534005037 / 1; height: var(--framer-aspect-ratio-supported, 128px); overflow: visible; position: relative; width: 180px; }\",\".framer-2VT4S .framer-bc3d9i, .framer-2VT4S .framer-1r9vgyw, .framer-2VT4S .framer-17ojjm4 { aspect-ratio: 1.7341040462427746 / 1; height: var(--framer-aspect-ratio-supported, 111px); overflow: visible; position: relative; width: 193px; }\",\".framer-2VT4S .framer-9idh75, .framer-2VT4S .framer-1ewl8di, .framer-2VT4S .framer-1wg2cfm, .framer-2VT4S .framer-dr8y7p { aspect-ratio: 1.7341040462427746 / 1; height: var(--framer-aspect-ratio-supported, 112px); overflow: visible; position: relative; width: 195px; }\",\".framer-2VT4S .framer-xgcdth { display: grid; flex: none; gap: 0px; grid-auto-rows: 400px; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, 400px); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-8at1ta, .framer-2VT4S .framer-e9kij6, .framer-2VT4S .framer-1nqo7lg { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.08); --border-left-width: 1px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(24px); align-content: center; align-items: center; align-self: start; backdrop-filter: blur(24px); background-color: rgba(0, 0, 0, 0.24); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; justify-self: start; overflow: visible; padding: 60px 36px 36px 36px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1i5e0cg, .framer-2VT4S .framer-1d7vhx7, .framer-2VT4S .framer-1uzfynd, .framer-2VT4S .framer-gz7gu7, .framer-2VT4S .framer-wtk28i, .framer-2VT4S .framer-1dunopc, .framer-2VT4S .framer-1trw9ts, .framer-2VT4S .framer-1mxh5gp, .framer-2VT4S .framer-k3cwav, .framer-2VT4S .framer-1e6urvm, .framer-2VT4S .framer-1ujzb67, .framer-2VT4S .framer-vjyud6 { --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-2VT4S .framer-qw9979, .framer-2VT4S .framer-x2n0vf, .framer-2VT4S .framer-rppcvg, .framer-2VT4S .framer-1hnkj8p, .framer-2VT4S .framer-anhlb, .framer-2VT4S .framer-1dm47gq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-w9f55q, .framer-2VT4S .framer-emejrh, .framer-2VT4S .framer-xx5por, .framer-2VT4S .framer-1icm2o5, .framer-2VT4S .framer-93y30q, .framer-2VT4S .framer-2w9jeq { --framer-paragraph-spacing: 20px; flex: none; height: auto; opacity: 0.9; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-m1kl9y, .framer-2VT4S .framer-csn39c, .framer-2VT4S .framer-1b01bps, .framer-2VT4S .framer-13zv1as, .framer-2VT4S .framer-lgaqas, .framer-2VT4S .framer-1s897ej { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-i7t14y, .framer-2VT4S .framer-m5zshk, .framer-2VT4S .framer-19dte47, .framer-2VT4S .framer-1wldvaw, .framer-2VT4S .framer-163tmzp, .framer-2VT4S .framer-1r2ojf6, .framer-2VT4S .framer-v79zrk, .framer-2VT4S .framer-1xuesqh, .framer-2VT4S .framer-1vle1jw, .framer-2VT4S .framer-1bh35kj, .framer-2VT4S .framer-17ad1pw, .framer-2VT4S .framer-124v0sc { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.12); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 14px 12px 14px; position: relative; width: min-content; }\",\".framer-2VT4S .framer-v4amkz { background-color: rgba(0, 0, 0, 0); flex: none; height: 15px; position: relative; width: 13px; }\",\".framer-2VT4S .framer-okhtjv, .framer-2VT4S .framer-1bigsq8, .framer-2VT4S .framer-1dyupsk, .framer-2VT4S .framer-vkmaf, .framer-2VT4S .framer-1qitnt6, .framer-2VT4S .framer-1hhzem8 { --framer-paragraph-spacing: 0px; flex: none; height: 15px; position: relative; white-space: pre-wrap; width: 63px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-165cpvi, .framer-2VT4S .framer-qmozwy, .framer-2VT4S .framer-1k2q3h3, .framer-2VT4S .framer-93qy4f, .framer-2VT4S .framer-1f1rpxj, .framer-2VT4S .framer-109wd6o { flex: none; height: 16px; position: relative; width: 17px; }\",\".framer-2VT4S .framer-gpltl1, .framer-2VT4S .framer-1mo3on6, .framer-2VT4S .framer-13pz2fr, .framer-2VT4S .framer-1us64j0, .framer-2VT4S .framer-fzkyse, .framer-2VT4S .framer-a1y0f { --framer-paragraph-spacing: 0px; flex: none; height: 15px; position: relative; white-space: pre-wrap; width: 53px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-1mt8io5, .framer-2VT4S .framer-tv9ro5, .framer-2VT4S .framer-1rdnbqe, .framer-2VT4S .framer-18co1cb, .framer-2VT4S .framer-1axwq5r, .framer-2VT4S .framer-db9z9m { background-color: rgba(255, 255, 255, 0.16); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 3px; left: -1px; overflow: hidden; position: absolute; top: -1px; width: 3px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-zbquxq, .framer-2VT4S .framer-xe6xyn, .framer-2VT4S .framer-7krj3v, .framer-2VT4S .framer-k121xk, .framer-2VT4S .framer-171lzs2, .framer-2VT4S .framer-16qrtni { background-color: rgba(255, 255, 255, 0.16); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: -1px; flex: none; height: 3px; overflow: hidden; position: absolute; right: -1px; width: 3px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-13l988h, .framer-2VT4S .framer-9yvqn0, .framer-2VT4S .framer-1lu101i, .framer-2VT4S .framer-10a74nb, .framer-2VT4S .framer-17e1b6y, .framer-2VT4S .framer-144iepm { background-color: rgba(255, 255, 255, 0.16); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: -1px; flex: none; height: 3px; left: -1px; overflow: hidden; position: absolute; width: 3px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-msybl, .framer-2VT4S .framer-8hyjs4, .framer-2VT4S .framer-1oqb2zt, .framer-2VT4S .framer-1e7ck6, .framer-2VT4S .framer-1i5eyy3, .framer-2VT4S .framer-177uhm1 { background-color: rgba(255, 255, 255, 0.16); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 3px; overflow: hidden; position: absolute; right: -1px; top: -1px; width: 3px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2VT4S .framer-skgjzn, .framer-2VT4S .framer-1igvbdz, .framer-2VT4S .framer-1t77t9s { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(24px); align-content: center; align-items: center; align-self: start; backdrop-filter: blur(24px); background-color: rgba(0, 0, 0, 0.24); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; justify-self: start; overflow: visible; padding: 60px 36px 36px 36px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1emlzs2, .framer-2VT4S .framer-pves71, .framer-2VT4S .framer-1apua4p, .framer-2VT4S .framer-6gqnoq, .framer-2VT4S .framer-1sjdua1 { flex: none; height: 15px; position: relative; width: 13px; }\",\".framer-2VT4S .framer-krpzic { align-content: center; align-items: center; background: linear-gradient(180deg, #0a0a0a 13.881264076576574%, rgba(27, 15, 43, 0.04) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: 8%; justify-content: center; max-width: 1200px; overflow: hidden; padding: 33px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-jrmu3o { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 847px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-ngtdig { border-bottom-left-radius: 118px; border-bottom-right-radius: 118px; border-top-left-radius: 118px; border-top-right-radius: 118px; box-shadow: 0px 0.6021873017743928px 1.083937143193907px 0px rgba(102, 102, 102, 0.02), 0px 2.288533303243457px 4.119359945838223px 0px rgba(102, 102, 102, 0.07552), 0px 10px 18px 0px rgba(102, 102, 102, 0.33); flex: none; height: 566px; position: relative; width: 1095px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-2VT4S .framer-lu8emf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 1002px; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-1igpwyo-container { bottom: 35px; flex: none; height: auto; left: 49%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-2VT4S .framer-16hgcd0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 17px 120px 17px 120px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1gbog8q { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 24px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-5myp6s-container, .framer-2VT4S .framer-1gk0f25-container, .framer-2VT4S .framer-ksios8-container, .framer-2VT4S .framer-1lrwgki-container, .framer-2VT4S .framer-1vo1nbh-container, .framer-2VT4S .framer-1gw1h06-container, .framer-2VT4S .framer-1lzq658-container, .framer-2VT4S .framer-ewbbqt-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-2VT4S .framer-1e9ecfq { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px 24px 24px 24px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1y4hgx-container { flex: none; height: auto; left: 39%; opacity: 0.2; position: absolute; top: 103%; transform: translate(-50%, -50%); width: auto; z-index: 1; }\",\".framer-2VT4S .framer-14f3rsb-container { flex: none; height: auto; left: 38%; opacity: 0.2; position: absolute; top: 186%; transform: translate(-50%, -50%); width: auto; z-index: 1; }\",'.framer-2VT4S .framer-e1djbv { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 72%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box/Light Boarder\"} */ 90%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }',\".framer-2VT4S .framer-189diex { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 29px 120px 29px 120px; position: relative; scroll-margin-top: 40px; width: 100%; }\",\".framer-2VT4S .framer-11ituvi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-jwvdzf-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-2VT4S .framer-xnm1h5 { --border-bottom-width: 5px; --border-color: var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, #ffffff); --border-left-width: 5px; --border-right-width: 5px; --border-style: solid; --border-top-width: 5px; align-content: flex-start; align-items: flex-start; background-color: var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, #fafafa); 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: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-2VT4S .framer-44kubm { 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: min-content; z-index: 1; }\",\".framer-2VT4S .framer-15frzuz-container { -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.14) 29.995425112612615%, rgba(0, 0, 0, 0.4) 61.261261261261254%, rgba(0,0,0,1) 89%) add; flex: none; height: 48px; mask: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.14) 29.995425112612615%, rgba(0, 0, 0, 0.4) 61.261261261261254%, rgba(0,0,0,1) 89%) add; position: relative; width: 48px; }\",\".framer-2VT4S .framer-18qmylf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2VT4S .framer-v1qx4o { -webkit-user-select: none; align-self: stretch; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-1g8aa2j { --framer-text-wrap-override: balance; -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; width: 680px; }\",\".framer-2VT4S .framer-5aw6x9-container { aspect-ratio: 1.394736842105263 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); left: 71%; opacity: 0.2; position: absolute; top: 60%; transform: translate(-50%, -50%); width: 76px; z-index: 1; }\",'.framer-2VT4S .framer-c97amu { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, #ffffff) /* {\"name\":\"Background\"} */ 0%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box/Light Boarder\"} */ 69.18637387387388%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 39px 120px 39px 120px; position: relative; scroll-margin-top: 40px; width: 100%; }',\".framer-2VT4S .framer-jtmswl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 960px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-a5xwyz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1lzx31l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1exe3ri { align-content: center; align-items: center; background: linear-gradient(180deg, #0a0a0a 13.881264076576574%, rgba(27, 15, 43, 0.04) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 51px 120px 51px 120px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-96iik7-container { flex: none; height: auto; left: 41%; opacity: 0.2; position: absolute; top: 2%; transform: translate(-50%, -50%); width: auto; z-index: 1; }\",\".framer-2VT4S .framer-1t091cw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-jah8j7 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-l9wezz { --border-bottom-width: 4px; --border-color: var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, #fafafa); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; align-self: stretch; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: auto; overflow: hidden; position: relative; width: 39%; will-change: var(--framer-will-change-override, transform); }\",\".framer-2VT4S .framer-1p8se0f { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-1wll5za, .framer-2VT4S .framer-zivpfy, .framer-2VT4S .framer-ai2qzh { --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-2VT4S .framer-lisz2l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-1uia3ql { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 44px 120px 44px 120px; position: relative; width: 100%; }\",'.framer-2VT4S .framer-vlvx55 { --border-bottom-width: 4px; --border-color: var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, #fafafa); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; align-content: center; align-items: center; background: linear-gradient(150deg, var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, #ffffff) /* {\"name\":\"BG\"} */ 18%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box - L1\"} */ 75%); 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: min-content; justify-content: flex-end; overflow: hidden; padding: 56px 80px 56px 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-2VT4S .framer-1wey2bh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-x3wvsi, .framer-2VT4S .framer-1koro83 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-1s8drqk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-1s8xjir { --framer-paragraph-spacing: 10px; flex: none; height: auto; opacity: 0.9; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-t6lry6 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 290px; }\",\".framer-2VT4S .framer-1h5t3zg-container, .framer-2VT4S .framer-1pq4mvm-container, .framer-2VT4S .framer-1o796bu-container, .framer-2VT4S .framer-evrqzn-container, .framer-2VT4S .framer-1az76ku-container { flex: none; height: auto; opacity: 0.8; position: relative; width: 291px; }\",\".framer-2VT4S .framer-1mdvmdg-container { flex: none; height: auto; opacity: 0.8; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1h3a4wd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-p1ydcz { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 290px; }\",\".framer-2VT4S .framer-1tu0igf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 48px 120px 48px 120px; position: relative; scroll-margin-top: 40px; width: 100%; }\",\".framer-2VT4S .framer-1ibrpiq { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 40%; }\",\".framer-2VT4S .framer-mn16xk { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-160fad4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-148vlbt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-vcqzai { align-content: center; align-items: center; background: linear-gradient(180deg, #0a0a0a 13.881264076576574%, rgba(27, 15, 43, 0.04) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 40px 120px 30px 120px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1celpie { --border-bottom-width: 4px; --border-color: var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, #fafafa); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; align-content: center; align-items: center; 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: 28px; height: min-content; justify-content: center; max-width: 620px; overflow: visible; padding: 32px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1c1zyda { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 0.7065919983928324px 2.119775995178497px -0.5px rgba(0, 0, 0, 0.06), 0px 1.8065619053231785px 5.4196857159695355px -1px rgba(0, 0, 0, 0.0588), 0px 3.6217592146567767px 10.86527764397033px -1.5px rgba(0, 0, 0, 0.05759), 0px 6.8655999097303715px 20.596799729191115px -2px rgba(0, 0, 0, 0.05542), 0px 13.646761411524492px 40.940284234573475px -2.5px rgba(0, 0, 0, 0.0509), 0px 30px 90px -3px rgba(0, 0, 0, 0.04); flex: none; height: var(--framer-aspect-ratio-supported, 80px); overflow: hidden; position: relative; width: 80px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-2VT4S .framer-1fziqn4 { --framer-text-wrap-override: balance; -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; width: 100%; }\",\".framer-2VT4S .framer-nbegwt { --framer-text-wrap: balance; -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2VT4S .framer-c486i3-container { flex: none; height: auto; position: relative; width: 80%; }\",\".framer-2VT4S .framer-oiko23-container { flex: none; height: auto; left: 1px; position: fixed; right: -1px; top: 0px; z-index: 9; }\",\".framer-2VT4S .framer-18772yv-container, .framer-2VT4S .framer-sh7jj9-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-2VT4S .framer-cd6cv0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 47px 120px 47px 120px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-5zkzej { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2VT4S .framer-1sqnh6j { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2VT4S .framer-9a79gu-container { flex: none; height: auto; position: relative; width: 33%; }\",\".framer-2VT4S .framer-7i1n1d-container { flex: none; height: auto; left: 67%; opacity: 0.2; position: absolute; top: 9%; transform: translate(-50%, -50%); width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2VT4S.framer-v8561, .framer-2VT4S .framer-5iq3yv, .framer-2VT4S .framer-d4ttwf, .framer-2VT4S .framer-1mn7tnw, .framer-2VT4S .framer-1xzxf7b, .framer-2VT4S .framer-10z2nqt, .framer-2VT4S .framer-1sv7p2r, .framer-2VT4S .framer-11dm4fs, .framer-2VT4S .framer-1knksnc, .framer-2VT4S .framer-htcs3v, .framer-2VT4S .framer-10lsxvf, .framer-2VT4S .framer-h2rxm2, .framer-2VT4S .framer-1m8lurq, .framer-2VT4S .framer-1n3gxe4, .framer-2VT4S .framer-yj4lio, .framer-2VT4S .framer-1xv30k0, .framer-2VT4S .framer-jc3wuh, .framer-2VT4S .framer-1hxfsbk, .framer-2VT4S .framer-yexbb6, .framer-2VT4S .framer-106sclm, .framer-2VT4S .framer-feht9d, .framer-2VT4S .framer-ziovxh, .framer-2VT4S .framer-1nop5q8, .framer-2VT4S .framer-rx9ltq, .framer-2VT4S .framer-9rouk, .framer-2VT4S .framer-1kuoj95, .framer-2VT4S .framer-2if2hn, .framer-2VT4S .framer-11yp0mm, .framer-2VT4S .framer-1jylfzq, .framer-2VT4S .framer-9ig47f, .framer-2VT4S .framer-1sqjaic, .framer-2VT4S .framer-1117svf, .framer-2VT4S .framer-1v4a9bs, .framer-2VT4S .framer-cg36ts, .framer-2VT4S .framer-1amhtep, .framer-2VT4S .framer-kp1z0n, .framer-2VT4S .framer-xmtaue, .framer-2VT4S .framer-vatt9k, .framer-2VT4S .framer-1wbnbmo, .framer-2VT4S .framer-1o4x9bo, .framer-2VT4S .framer-7meatc, .framer-2VT4S .framer-165ck9p, .framer-2VT4S .framer-78bms7, .framer-2VT4S .framer-143ivmq, .framer-2VT4S .framer-101r7ue, .framer-2VT4S .framer-173tx3v, .framer-2VT4S .framer-8rar0u, .framer-2VT4S .framer-1sw270, .framer-2VT4S .framer-nmw0lk, .framer-2VT4S .framer-13t2ri1, .framer-2VT4S .framer-d0zj6b, .framer-2VT4S .framer-1usvep8, .framer-2VT4S .framer-8wcxrv, .framer-2VT4S .framer-9bxqjc, .framer-2VT4S .framer-k0r6ou, .framer-2VT4S .framer-aoxy65, .framer-2VT4S .framer-7c2909, .framer-2VT4S .framer-tz6xu1, .framer-2VT4S .framer-fc3ken, .framer-2VT4S .framer-15pqras, .framer-2VT4S .framer-u79j5, .framer-2VT4S .framer-1y9uxtc, .framer-2VT4S .framer-10x0i4d, .framer-2VT4S .framer-r3ee34, .framer-2VT4S .framer-uob344, .framer-2VT4S .framer-v2ttul, .framer-2VT4S .framer-1bjks1w, .framer-2VT4S .framer-19ghsta, .framer-2VT4S .framer-c28fsy, .framer-2VT4S .framer-qw9979, .framer-2VT4S .framer-m1kl9y, .framer-2VT4S .framer-i7t14y, .framer-2VT4S .framer-m5zshk, .framer-2VT4S .framer-x2n0vf, .framer-2VT4S .framer-csn39c, .framer-2VT4S .framer-19dte47, .framer-2VT4S .framer-1wldvaw, .framer-2VT4S .framer-rppcvg, .framer-2VT4S .framer-1b01bps, .framer-2VT4S .framer-163tmzp, .framer-2VT4S .framer-1r2ojf6, .framer-2VT4S .framer-1hnkj8p, .framer-2VT4S .framer-13zv1as, .framer-2VT4S .framer-v79zrk, .framer-2VT4S .framer-1xuesqh, .framer-2VT4S .framer-anhlb, .framer-2VT4S .framer-lgaqas, .framer-2VT4S .framer-1vle1jw, .framer-2VT4S .framer-1bh35kj, .framer-2VT4S .framer-1dm47gq, .framer-2VT4S .framer-1s897ej, .framer-2VT4S .framer-17ad1pw, .framer-2VT4S .framer-124v0sc, .framer-2VT4S .framer-krpzic, .framer-2VT4S .framer-16hgcd0, .framer-2VT4S .framer-1gbog8q, .framer-2VT4S .framer-1e9ecfq, .framer-2VT4S .framer-e1djbv, .framer-2VT4S .framer-189diex, .framer-2VT4S .framer-11ituvi, .framer-2VT4S .framer-xnm1h5, .framer-2VT4S .framer-44kubm, .framer-2VT4S .framer-18qmylf, .framer-2VT4S .framer-c97amu, .framer-2VT4S .framer-jtmswl, .framer-2VT4S .framer-a5xwyz, .framer-2VT4S .framer-1lzx31l, .framer-2VT4S .framer-1exe3ri, .framer-2VT4S .framer-1t091cw, .framer-2VT4S .framer-jah8j7, .framer-2VT4S .framer-1p8se0f, .framer-2VT4S .framer-1uia3ql, .framer-2VT4S .framer-vlvx55, .framer-2VT4S .framer-1wey2bh, .framer-2VT4S .framer-x3wvsi, .framer-2VT4S .framer-1h3a4wd, .framer-2VT4S .framer-1koro83, .framer-2VT4S .framer-p1ydcz, .framer-2VT4S .framer-1tu0igf, .framer-2VT4S .framer-mn16xk, .framer-2VT4S .framer-160fad4, .framer-2VT4S .framer-148vlbt, .framer-2VT4S .framer-vcqzai, .framer-2VT4S .framer-1celpie, .framer-2VT4S .framer-cd6cv0, .framer-2VT4S .framer-5zkzej, .framer-2VT4S .framer-1sqnh6j { gap: 0px; } .framer-2VT4S.framer-v8561 > *, .framer-2VT4S .framer-5iq3yv > *, .framer-2VT4S .framer-d4ttwf > *, .framer-2VT4S .framer-1sv7p2r > *, .framer-2VT4S .framer-11dm4fs > *, .framer-2VT4S .framer-1sqjaic > *, .framer-2VT4S .framer-7meatc > *, .framer-2VT4S .framer-u79j5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2VT4S.framer-v8561 > :first-child, .framer-2VT4S .framer-5iq3yv > :first-child, .framer-2VT4S .framer-d4ttwf > :first-child, .framer-2VT4S .framer-1mn7tnw > :first-child, .framer-2VT4S .framer-1xzxf7b > :first-child, .framer-2VT4S .framer-10z2nqt > :first-child, .framer-2VT4S .framer-1sv7p2r > :first-child, .framer-2VT4S .framer-11dm4fs > :first-child, .framer-2VT4S .framer-h2rxm2 > :first-child, .framer-2VT4S .framer-yj4lio > :first-child, .framer-2VT4S .framer-1xv30k0 > :first-child, .framer-2VT4S .framer-jc3wuh > :first-child, .framer-2VT4S .framer-1hxfsbk > :first-child, .framer-2VT4S .framer-106sclm > :first-child, .framer-2VT4S .framer-feht9d > :first-child, .framer-2VT4S .framer-ziovxh > :first-child, .framer-2VT4S .framer-1nop5q8 > :first-child, .framer-2VT4S .framer-rx9ltq > :first-child, .framer-2VT4S .framer-9rouk > :first-child, .framer-2VT4S .framer-1kuoj95 > :first-child, .framer-2VT4S .framer-11yp0mm > :first-child, .framer-2VT4S .framer-9ig47f > :first-child, .framer-2VT4S .framer-1sqjaic > :first-child, .framer-2VT4S .framer-1v4a9bs > :first-child, .framer-2VT4S .framer-cg36ts > :first-child, .framer-2VT4S .framer-1amhtep > :first-child, .framer-2VT4S .framer-kp1z0n > :first-child, .framer-2VT4S .framer-1wbnbmo > :first-child, .framer-2VT4S .framer-1o4x9bo > :first-child, .framer-2VT4S .framer-7meatc > :first-child, .framer-2VT4S .framer-165ck9p > :first-child, .framer-2VT4S .framer-78bms7 > :first-child, .framer-2VT4S .framer-143ivmq > :first-child, .framer-2VT4S .framer-101r7ue > :first-child, .framer-2VT4S .framer-1sw270 > :first-child, .framer-2VT4S .framer-d0zj6b > :first-child, .framer-2VT4S .framer-8wcxrv > :first-child, .framer-2VT4S .framer-7c2909 > :first-child, .framer-2VT4S .framer-15pqras > :first-child, .framer-2VT4S .framer-u79j5 > :first-child, .framer-2VT4S .framer-10x0i4d > :first-child, .framer-2VT4S .framer-uob344 > :first-child, .framer-2VT4S .framer-v2ttul > :first-child, .framer-2VT4S .framer-1bjks1w > :first-child, .framer-2VT4S .framer-19ghsta > :first-child, .framer-2VT4S .framer-qw9979 > :first-child, .framer-2VT4S .framer-x2n0vf > :first-child, .framer-2VT4S .framer-rppcvg > :first-child, .framer-2VT4S .framer-1hnkj8p > :first-child, .framer-2VT4S .framer-anhlb > :first-child, .framer-2VT4S .framer-1dm47gq > :first-child, .framer-2VT4S .framer-krpzic > :first-child, .framer-2VT4S .framer-16hgcd0 > :first-child, .framer-2VT4S .framer-e1djbv > :first-child, .framer-2VT4S .framer-189diex > :first-child, .framer-2VT4S .framer-11ituvi > :first-child, .framer-2VT4S .framer-44kubm > :first-child, .framer-2VT4S .framer-18qmylf > :first-child, .framer-2VT4S .framer-c97amu > :first-child, .framer-2VT4S .framer-jtmswl > :first-child, .framer-2VT4S .framer-1lzx31l > :first-child, .framer-2VT4S .framer-1exe3ri > :first-child, .framer-2VT4S .framer-jah8j7 > :first-child, .framer-2VT4S .framer-1p8se0f > :first-child, .framer-2VT4S .framer-1uia3ql > :first-child, .framer-2VT4S .framer-vlvx55 > :first-child, .framer-2VT4S .framer-x3wvsi > :first-child, .framer-2VT4S .framer-1koro83 > :first-child, .framer-2VT4S .framer-p1ydcz > :first-child, .framer-2VT4S .framer-mn16xk > :first-child, .framer-2VT4S .framer-160fad4 > :first-child, .framer-2VT4S .framer-148vlbt > :first-child, .framer-2VT4S .framer-vcqzai > :first-child, .framer-2VT4S .framer-1celpie > :first-child, .framer-2VT4S .framer-cd6cv0 > :first-child, .framer-2VT4S .framer-1sqnh6j > :first-child { margin-top: 0px; } .framer-2VT4S.framer-v8561 > :last-child, .framer-2VT4S .framer-5iq3yv > :last-child, .framer-2VT4S .framer-d4ttwf > :last-child, .framer-2VT4S .framer-1mn7tnw > :last-child, .framer-2VT4S .framer-1xzxf7b > :last-child, .framer-2VT4S .framer-10z2nqt > :last-child, .framer-2VT4S .framer-1sv7p2r > :last-child, .framer-2VT4S .framer-11dm4fs > :last-child, .framer-2VT4S .framer-h2rxm2 > :last-child, .framer-2VT4S .framer-yj4lio > :last-child, .framer-2VT4S .framer-1xv30k0 > :last-child, .framer-2VT4S .framer-jc3wuh > :last-child, .framer-2VT4S .framer-1hxfsbk > :last-child, .framer-2VT4S .framer-106sclm > :last-child, .framer-2VT4S .framer-feht9d > :last-child, .framer-2VT4S .framer-ziovxh > :last-child, .framer-2VT4S .framer-1nop5q8 > :last-child, .framer-2VT4S .framer-rx9ltq > :last-child, .framer-2VT4S .framer-9rouk > :last-child, .framer-2VT4S .framer-1kuoj95 > :last-child, .framer-2VT4S .framer-11yp0mm > :last-child, .framer-2VT4S .framer-9ig47f > :last-child, .framer-2VT4S .framer-1sqjaic > :last-child, .framer-2VT4S .framer-1v4a9bs > :last-child, .framer-2VT4S .framer-cg36ts > :last-child, .framer-2VT4S .framer-1amhtep > :last-child, .framer-2VT4S .framer-kp1z0n > :last-child, .framer-2VT4S .framer-1wbnbmo > :last-child, .framer-2VT4S .framer-1o4x9bo > :last-child, .framer-2VT4S .framer-7meatc > :last-child, .framer-2VT4S .framer-165ck9p > :last-child, .framer-2VT4S .framer-78bms7 > :last-child, .framer-2VT4S .framer-143ivmq > :last-child, .framer-2VT4S .framer-101r7ue > :last-child, .framer-2VT4S .framer-1sw270 > :last-child, .framer-2VT4S .framer-d0zj6b > :last-child, .framer-2VT4S .framer-8wcxrv > :last-child, .framer-2VT4S .framer-7c2909 > :last-child, .framer-2VT4S .framer-15pqras > :last-child, .framer-2VT4S .framer-u79j5 > :last-child, .framer-2VT4S .framer-10x0i4d > :last-child, .framer-2VT4S .framer-uob344 > :last-child, .framer-2VT4S .framer-v2ttul > :last-child, .framer-2VT4S .framer-1bjks1w > :last-child, .framer-2VT4S .framer-19ghsta > :last-child, .framer-2VT4S .framer-qw9979 > :last-child, .framer-2VT4S .framer-x2n0vf > :last-child, .framer-2VT4S .framer-rppcvg > :last-child, .framer-2VT4S .framer-1hnkj8p > :last-child, .framer-2VT4S .framer-anhlb > :last-child, .framer-2VT4S .framer-1dm47gq > :last-child, .framer-2VT4S .framer-krpzic > :last-child, .framer-2VT4S .framer-16hgcd0 > :last-child, .framer-2VT4S .framer-e1djbv > :last-child, .framer-2VT4S .framer-189diex > :last-child, .framer-2VT4S .framer-11ituvi > :last-child, .framer-2VT4S .framer-44kubm > :last-child, .framer-2VT4S .framer-18qmylf > :last-child, .framer-2VT4S .framer-c97amu > :last-child, .framer-2VT4S .framer-jtmswl > :last-child, .framer-2VT4S .framer-1lzx31l > :last-child, .framer-2VT4S .framer-1exe3ri > :last-child, .framer-2VT4S .framer-jah8j7 > :last-child, .framer-2VT4S .framer-1p8se0f > :last-child, .framer-2VT4S .framer-1uia3ql > :last-child, .framer-2VT4S .framer-vlvx55 > :last-child, .framer-2VT4S .framer-x3wvsi > :last-child, .framer-2VT4S .framer-1koro83 > :last-child, .framer-2VT4S .framer-p1ydcz > :last-child, .framer-2VT4S .framer-mn16xk > :last-child, .framer-2VT4S .framer-160fad4 > :last-child, .framer-2VT4S .framer-148vlbt > :last-child, .framer-2VT4S .framer-vcqzai > :last-child, .framer-2VT4S .framer-1celpie > :last-child, .framer-2VT4S .framer-cd6cv0 > :last-child, .framer-2VT4S .framer-1sqnh6j > :last-child { margin-bottom: 0px; } .framer-2VT4S .framer-1mn7tnw > *, .framer-2VT4S .framer-rx9ltq > *, .framer-2VT4S .framer-krpzic > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-2VT4S .framer-1xzxf7b > * { margin: 0px; margin-bottom: calc(37px / 2); margin-top: calc(37px / 2); } .framer-2VT4S .framer-10z2nqt > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-2VT4S .framer-1knksnc > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-2VT4S .framer-1knksnc > :first-child, .framer-2VT4S .framer-htcs3v > :first-child, .framer-2VT4S .framer-10lsxvf > :first-child, .framer-2VT4S .framer-1m8lurq > :first-child, .framer-2VT4S .framer-1n3gxe4 > :first-child, .framer-2VT4S .framer-yexbb6 > :first-child, .framer-2VT4S .framer-2if2hn > :first-child, .framer-2VT4S .framer-1jylfzq > :first-child, .framer-2VT4S .framer-1117svf > :first-child, .framer-2VT4S .framer-xmtaue > :first-child, .framer-2VT4S .framer-vatt9k > :first-child, .framer-2VT4S .framer-173tx3v > :first-child, .framer-2VT4S .framer-8rar0u > :first-child, .framer-2VT4S .framer-nmw0lk > :first-child, .framer-2VT4S .framer-13t2ri1 > :first-child, .framer-2VT4S .framer-1usvep8 > :first-child, .framer-2VT4S .framer-9bxqjc > :first-child, .framer-2VT4S .framer-k0r6ou > :first-child, .framer-2VT4S .framer-aoxy65 > :first-child, .framer-2VT4S .framer-tz6xu1 > :first-child, .framer-2VT4S .framer-fc3ken > :first-child, .framer-2VT4S .framer-1y9uxtc > :first-child, .framer-2VT4S .framer-r3ee34 > :first-child, .framer-2VT4S .framer-c28fsy > :first-child, .framer-2VT4S .framer-m1kl9y > :first-child, .framer-2VT4S .framer-i7t14y > :first-child, .framer-2VT4S .framer-m5zshk > :first-child, .framer-2VT4S .framer-csn39c > :first-child, .framer-2VT4S .framer-19dte47 > :first-child, .framer-2VT4S .framer-1wldvaw > :first-child, .framer-2VT4S .framer-1b01bps > :first-child, .framer-2VT4S .framer-163tmzp > :first-child, .framer-2VT4S .framer-1r2ojf6 > :first-child, .framer-2VT4S .framer-13zv1as > :first-child, .framer-2VT4S .framer-v79zrk > :first-child, .framer-2VT4S .framer-1xuesqh > :first-child, .framer-2VT4S .framer-lgaqas > :first-child, .framer-2VT4S .framer-1vle1jw > :first-child, .framer-2VT4S .framer-1bh35kj > :first-child, .framer-2VT4S .framer-1s897ej > :first-child, .framer-2VT4S .framer-17ad1pw > :first-child, .framer-2VT4S .framer-124v0sc > :first-child, .framer-2VT4S .framer-1gbog8q > :first-child, .framer-2VT4S .framer-1e9ecfq > :first-child, .framer-2VT4S .framer-xnm1h5 > :first-child, .framer-2VT4S .framer-a5xwyz > :first-child, .framer-2VT4S .framer-1t091cw > :first-child, .framer-2VT4S .framer-1wey2bh > :first-child, .framer-2VT4S .framer-1h3a4wd > :first-child, .framer-2VT4S .framer-1tu0igf > :first-child, .framer-2VT4S .framer-5zkzej > :first-child { margin-left: 0px; } .framer-2VT4S .framer-1knksnc > :last-child, .framer-2VT4S .framer-htcs3v > :last-child, .framer-2VT4S .framer-10lsxvf > :last-child, .framer-2VT4S .framer-1m8lurq > :last-child, .framer-2VT4S .framer-1n3gxe4 > :last-child, .framer-2VT4S .framer-yexbb6 > :last-child, .framer-2VT4S .framer-2if2hn > :last-child, .framer-2VT4S .framer-1jylfzq > :last-child, .framer-2VT4S .framer-1117svf > :last-child, .framer-2VT4S .framer-xmtaue > :last-child, .framer-2VT4S .framer-vatt9k > :last-child, .framer-2VT4S .framer-173tx3v > :last-child, .framer-2VT4S .framer-8rar0u > :last-child, .framer-2VT4S .framer-nmw0lk > :last-child, .framer-2VT4S .framer-13t2ri1 > :last-child, .framer-2VT4S .framer-1usvep8 > :last-child, .framer-2VT4S .framer-9bxqjc > :last-child, .framer-2VT4S .framer-k0r6ou > :last-child, .framer-2VT4S .framer-aoxy65 > :last-child, .framer-2VT4S .framer-tz6xu1 > :last-child, .framer-2VT4S .framer-fc3ken > :last-child, .framer-2VT4S .framer-1y9uxtc > :last-child, .framer-2VT4S .framer-r3ee34 > :last-child, .framer-2VT4S .framer-c28fsy > :last-child, .framer-2VT4S .framer-m1kl9y > :last-child, .framer-2VT4S .framer-i7t14y > :last-child, .framer-2VT4S .framer-m5zshk > :last-child, .framer-2VT4S .framer-csn39c > :last-child, .framer-2VT4S .framer-19dte47 > :last-child, .framer-2VT4S .framer-1wldvaw > :last-child, .framer-2VT4S .framer-1b01bps > :last-child, .framer-2VT4S .framer-163tmzp > :last-child, .framer-2VT4S .framer-1r2ojf6 > :last-child, .framer-2VT4S .framer-13zv1as > :last-child, .framer-2VT4S .framer-v79zrk > :last-child, .framer-2VT4S .framer-1xuesqh > :last-child, .framer-2VT4S .framer-lgaqas > :last-child, .framer-2VT4S .framer-1vle1jw > :last-child, .framer-2VT4S .framer-1bh35kj > :last-child, .framer-2VT4S .framer-1s897ej > :last-child, .framer-2VT4S .framer-17ad1pw > :last-child, .framer-2VT4S .framer-124v0sc > :last-child, .framer-2VT4S .framer-1gbog8q > :last-child, .framer-2VT4S .framer-1e9ecfq > :last-child, .framer-2VT4S .framer-xnm1h5 > :last-child, .framer-2VT4S .framer-a5xwyz > :last-child, .framer-2VT4S .framer-1t091cw > :last-child, .framer-2VT4S .framer-1wey2bh > :last-child, .framer-2VT4S .framer-1h3a4wd > :last-child, .framer-2VT4S .framer-1tu0igf > :last-child, .framer-2VT4S .framer-5zkzej > :last-child { margin-right: 0px; } .framer-2VT4S .framer-htcs3v > *, .framer-2VT4S .framer-1n3gxe4 > *, .framer-2VT4S .framer-yexbb6 > *, .framer-2VT4S .framer-1117svf > *, .framer-2VT4S .framer-r3ee34 > *, .framer-2VT4S .framer-1wey2bh > *, .framer-2VT4S .framer-1h3a4wd > *, .framer-2VT4S .framer-5zkzej > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-2VT4S .framer-10lsxvf > *, .framer-2VT4S .framer-1m8lurq > *, .framer-2VT4S .framer-2if2hn > *, .framer-2VT4S .framer-nmw0lk > *, .framer-2VT4S .framer-13t2ri1 > *, .framer-2VT4S .framer-1usvep8 > *, .framer-2VT4S .framer-9bxqjc > *, .framer-2VT4S .framer-k0r6ou > *, .framer-2VT4S .framer-aoxy65 > *, .framer-2VT4S .framer-tz6xu1 > *, .framer-2VT4S .framer-fc3ken > *, .framer-2VT4S .framer-c28fsy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2VT4S .framer-h2rxm2 > *, .framer-2VT4S .framer-yj4lio > *, .framer-2VT4S .framer-106sclm > *, .framer-2VT4S .framer-1kuoj95 > *, .framer-2VT4S .framer-9ig47f > *, .framer-2VT4S .framer-1v4a9bs > *, .framer-2VT4S .framer-19ghsta > *, .framer-2VT4S .framer-1lzx31l > *, .framer-2VT4S .framer-1uia3ql > *, .framer-2VT4S .framer-x3wvsi > *, .framer-2VT4S .framer-1koro83 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-2VT4S .framer-1xv30k0 > *, .framer-2VT4S .framer-jc3wuh > *, .framer-2VT4S .framer-1hxfsbk > *, .framer-2VT4S .framer-feht9d > *, .framer-2VT4S .framer-ziovxh > *, .framer-2VT4S .framer-1nop5q8 > *, .framer-2VT4S .framer-1o4x9bo > *, .framer-2VT4S .framer-d0zj6b > *, .framer-2VT4S .framer-8wcxrv > *, .framer-2VT4S .framer-7c2909 > *, .framer-2VT4S .framer-uob344 > *, .framer-2VT4S .framer-e1djbv > *, .framer-2VT4S .framer-44kubm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2VT4S .framer-9rouk > *, .framer-2VT4S .framer-v2ttul > *, .framer-2VT4S .framer-p1ydcz > *, .framer-2VT4S .framer-mn16xk > *, .framer-2VT4S .framer-148vlbt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-2VT4S .framer-11yp0mm > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-2VT4S .framer-1jylfzq > * { margin: 0px; margin-left: calc(29px / 2); margin-right: calc(29px / 2); } .framer-2VT4S .framer-cg36ts > *, .framer-2VT4S .framer-78bms7 > *, .framer-2VT4S .framer-c97amu > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-2VT4S .framer-1amhtep > *, .framer-2VT4S .framer-jah8j7 > *, .framer-2VT4S .framer-1p8se0f > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2VT4S .framer-kp1z0n > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-2VT4S .framer-xmtaue > *, .framer-2VT4S .framer-173tx3v > *, .framer-2VT4S .framer-1gbog8q > *, .framer-2VT4S .framer-a5xwyz > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-2VT4S .framer-vatt9k > *, .framer-2VT4S .framer-8rar0u > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-2VT4S .framer-1wbnbmo > *, .framer-2VT4S .framer-165ck9p > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-2VT4S .framer-143ivmq > *, .framer-2VT4S .framer-101r7ue > *, .framer-2VT4S .framer-189diex > *, .framer-2VT4S .framer-11ituvi > *, .framer-2VT4S .framer-jtmswl > *, .framer-2VT4S .framer-vlvx55 > *, .framer-2VT4S .framer-vcqzai > *, .framer-2VT4S .framer-cd6cv0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-2VT4S .framer-1sw270 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-2VT4S .framer-15pqras > *, .framer-2VT4S .framer-1exe3ri > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-2VT4S .framer-1y9uxtc > * { margin: 0px; margin-left: calc(33px / 2); margin-right: calc(33px / 2); } .framer-2VT4S .framer-10x0i4d > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-2VT4S .framer-1bjks1w > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-2VT4S .framer-qw9979 > *, .framer-2VT4S .framer-x2n0vf > *, .framer-2VT4S .framer-rppcvg > *, .framer-2VT4S .framer-1hnkj8p > *, .framer-2VT4S .framer-anhlb > *, .framer-2VT4S .framer-1dm47gq > *, .framer-2VT4S .framer-18qmylf > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-2VT4S .framer-m1kl9y > *, .framer-2VT4S .framer-csn39c > *, .framer-2VT4S .framer-1b01bps > *, .framer-2VT4S .framer-13zv1as > *, .framer-2VT4S .framer-lgaqas > *, .framer-2VT4S .framer-1s897ej > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-2VT4S .framer-i7t14y > *, .framer-2VT4S .framer-m5zshk > *, .framer-2VT4S .framer-19dte47 > *, .framer-2VT4S .framer-1wldvaw > *, .framer-2VT4S .framer-163tmzp > *, .framer-2VT4S .framer-1r2ojf6 > *, .framer-2VT4S .framer-v79zrk > *, .framer-2VT4S .framer-1xuesqh > *, .framer-2VT4S .framer-1vle1jw > *, .framer-2VT4S .framer-1bh35kj > *, .framer-2VT4S .framer-17ad1pw > *, .framer-2VT4S .framer-124v0sc > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-2VT4S .framer-16hgcd0 > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-2VT4S .framer-1e9ecfq > *, .framer-2VT4S .framer-1t091cw > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-2VT4S .framer-xnm1h5 > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-2VT4S .framer-1tu0igf > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-2VT4S .framer-160fad4 > *, .framer-2VT4S .framer-1sqnh6j > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-2VT4S .framer-1celpie > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-2VT4S[data-border=\"true\"]::after, .framer-2VT4S [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: 810px) and (max-width: 1199px) { .framer-2VT4S.framer-v8561 { width: 810px; } .framer-2VT4S .framer-uad555-container, .framer-2VT4S .framer-10z2nqt, .framer-2VT4S .framer-1ez4141-container, .framer-2VT4S .framer-1dcpha7, .framer-2VT4S .framer-uob344, .framer-2VT4S .framer-jrmu3o, .framer-2VT4S .framer-44kubm, .framer-2VT4S .framer-1koro83 { order: 0; } .framer-2VT4S .framer-5iq3yv { height: 18552px; order: 1; } .framer-2VT4S .framer-d4ttwf { height: 1754px; order: 0; padding: 5px 0px 5px 0px; } .framer-2VT4S .framer-1mn7tnw { gap: 15px; height: 74%; order: 0; padding: 74px 60px 74px 60px; width: 99%; } .framer-2VT4S .framer-1xzxf7b { bottom: 76px; left: 50%; order: 0; padding: 0px; position: absolute; transform: translateX(-50%); width: 85%; z-index: 1; } .framer-2VT4S .framer-gjd5yo { bottom: 470px; left: 50%; order: 1; width: 722px; } .framer-2VT4S .framer-p7a4ew { bottom: 408px; left: 50%; order: 2; width: 688px; } .framer-2VT4S .framer-ixophx, .framer-2VT4S .framer-1vasgis-container, .framer-2VT4S .framer-s2tvgx-container { order: 4; } .framer-2VT4S .framer-1sv7p2r { height: var(--framer-aspect-ratio-supported, 375px); order: 5; } .framer-2VT4S .framer-1knksnc, .framer-2VT4S .framer-gku7l1-container, .framer-2VT4S .framer-g3kzlm, .framer-2VT4S .framer-18qijuh, .framer-2VT4S .framer-f6p13j, .framer-2VT4S .framer-18qmylf { order: 1; } .framer-2VT4S .framer-16lr1cm-container, .framer-2VT4S .framer-h6xwpq-container { order: 2; } .framer-2VT4S .framer-66bja6-container, .framer-2VT4S .framer-lu8emf, .framer-2VT4S .framer-18772yv-container { order: 3; } .framer-2VT4S .framer-htcs3v { order: 6; } .framer-2VT4S .framer-1qm5e1g { left: -216px; right: -215px; } .framer-2VT4S .framer-101rn6t-container { left: -127px; top: -49px; } .framer-2VT4S .framer-1m3vcrx { bottom: 0px; height: auto; left: 50%; order: 1; top: unset; transform: translateX(-50%); width: 98%; } .framer-2VT4S .framer-h2rxm2 { height: 600px; order: 1; } .framer-2VT4S .framer-1xz4jni { bottom: unset; height: 537px; left: 205px; top: calc(54.50000000000003% - 537px / 2); width: 40%; } .framer-2VT4S .framer-1h0xv93 { bottom: 96px; height: 255px; left: calc(50.00000000000002% - 100% / 2); width: 100%; } .framer-2VT4S .framer-18re2kh { box-shadow: 0px 0.6021873017743928px 3.010936508871964px -0.9166666666666666px rgba(0, 0, 0, 0.33), 0px 2.288533303243457px 11.442666516217285px -1.8333333333333333px rgba(0, 0, 0, 0.32154), 0px 10px 50px -2.75px rgba(0, 0, 0, 0.2745); flex: none; width: 68%; } .framer-2VT4S .framer-1n3gxe4 { bottom: unset; height: 592px; left: 687px; top: calc(50.00000000000002% - 592px / 2); width: 26%; } .framer-2VT4S .framer-yj4lio { bottom: 35px; height: 54%; left: calc(50.00000000000002% - 100% / 2); order: 0; right: unset; } .framer-2VT4S .framer-1xp9w9g { left: 49%; order: 3; top: 89px; width: 98%; } .framer-2VT4S .framer-hbbxol { left: 0px; order: 4; top: 198px; transform: unset; width: 96%; } .framer-2VT4S .framer-ctjdes { left: 49%; order: 2; top: 9%; width: 98%; } .framer-2VT4S .framer-ghkrfu { bottom: 15px; order: 5; width: 100%; } .framer-2VT4S .framer-izrzvu-container { left: 75%; order: 3; top: 125%; } .framer-2VT4S .framer-rx9ltq { height: 287px; order: 1; width: 101%; } .framer-2VT4S .framer-jrf2iw { order: 1; width: 766px; } .framer-2VT4S .framer-2if2hn { height: 5%; order: 2; padding: 0px 0px 0px 40px; } .framer-2VT4S .framer-11yp0mm { bottom: 17px; flex: none; left: 50%; order: 0; position: absolute; transform: translateX(-50%); width: 730px; z-index: 1; } .framer-2VT4S .framer-1jylfzq { gap: 18px; left: unset; right: 0px; top: 0px; transform: unset; width: 716px; } .framer-2VT4S .framer-9ig47f { gap: 16px; height: var(--framer-aspect-ratio-supported, 289px); left: -14px; order: 0; top: -168px; width: 347px; } .framer-2VT4S .framer-1sqjaic { min-height: 473px; order: 1; } .framer-2VT4S .framer-15ajjee { order: 0; top: -168px; width: 355px; } .framer-2VT4S .framer-1117svf { flex-direction: column; } .framer-2VT4S .framer-1osbacj { bottom: 5px; left: -35px; right: -364px; white-space: pre-wrap; width: unset; word-break: break-word; word-wrap: break-word; } .framer-2VT4S .framer-mx98s6 { bottom: unset; height: 445px; left: -365px; right: -6px; top: 138px; } .framer-2VT4S .framer-1v4a9bs { bottom: 85px; height: var(--framer-aspect-ratio-supported, 301px); right: -368px; width: 362px; } .framer-2VT4S .framer-1wbnbmo { height: 442px; order: 4; width: 100%; } .framer-2VT4S .framer-1ktun9t { height: 41%; order: 0; width: 93%; } .framer-2VT4S .framer-1o4x9bo { height: 478px; order: 5; padding: 0px; } .framer-2VT4S .framer-7meatc { height: 96%; width: var(--framer-aspect-ratio-supported, 760px); } .framer-2VT4S .framer-165ck9p { height: 394px; order: 7; } .framer-2VT4S .framer-niuvf9 { height: 50%; order: 0; width: 96%; } .framer-2VT4S .framer-78bms7 { order: 6; padding: 32px 60px 32px 60px; } .framer-2VT4S .framer-143ivmq { gap: 32px; } .framer-2VT4S .framer-101r7ue { width: 794px; } .framer-2VT4S .framer-19it0we-container { flex: none; width: 49%; } .framer-2VT4S .framer-1sw270 { order: 8; } .framer-2VT4S .framer-1wu68ev-container { height: 188px; } .framer-2VT4S .framer-15pqras { height: 1436px; order: 9; padding: 0px 40px 0px 40px; } .framer-2VT4S .framer-1y9uxtc { gap: 7px; } .framer-2VT4S .framer-10x0i4d { gap: 0px; order: 0; padding: 26px 0px 26px 0px; } .framer-2VT4S .framer-y7qv15-container { bottom: unset; height: 502px; left: 15px; top: calc(49.29824561403511% - 502px / 2); width: 305px; } .framer-2VT4S .framer-1uia5dt { height: 96%; right: -20px; top: calc(51.75438596491231% - 96.3157894736842% / 2); width: 53%; } .framer-2VT4S .framer-r3ee34 { gap: 100px; } .framer-2VT4S .framer-1drkrix { order: 0; width: 728px; } .framer-2VT4S .framer-1wyuuf7 { order: 1; width: 414px; } .framer-2VT4S .framer-j8hyt7 { order: 2; width: 730px; } .framer-2VT4S .framer-v2ttul { gap: 12px; height: var(--framer-aspect-ratio-supported, 305px); order: 1; right: -27px; top: 178px; width: 366px; } .framer-2VT4S .framer-1bjks1w { gap: 0px; order: 10; padding: 18px 20px 16px 20px; } .framer-2VT4S .framer-19ghsta { height: 946px; } .framer-2VT4S .framer-zvu9zu { max-width: 100%; width: 69%; } .framer-2VT4S .framer-krpzic { height: 1381px; order: 11; width: 100%; } .framer-2VT4S .framer-ngtdig { border-bottom-left-radius: 73px; border-bottom-right-radius: 73px; border-top-left-radius: 73px; border-top-right-radius: 73px; height: 373px; order: 2; width: 765px; } .framer-2VT4S .framer-16hgcd0 { order: 12; padding: 13px 60px 13px 60px; } .framer-2VT4S .framer-1gbog8q { flex-direction: column; padding: 0px; } .framer-2VT4S .framer-5myp6s-container, .framer-2VT4S .framer-160fad4, .framer-2VT4S .framer-148vlbt { flex: none; width: 100%; } .framer-2VT4S .framer-1gk0f25-container { flex: none; height: 146px; width: 100%; } .framer-2VT4S .framer-1e9ecfq { padding: 0px; } .framer-2VT4S .framer-ksios8-container, .framer-2VT4S .framer-1lrwgki-container, .framer-2VT4S .framer-1vo1nbh-container, .framer-2VT4S .framer-13k6q0d-container, .framer-2VT4S .framer-1rcvlri-container, .framer-2VT4S .framer-1fuxsnt-container, .framer-2VT4S .framer-4c83t0-container, .framer-2VT4S .framer-sqoxnl-container, .framer-2VT4S .framer-153sfy-container { height: 100%; } .framer-2VT4S .framer-1y4hgx-container, .framer-2VT4S .framer-14f3rsb-container { left: 38%; top: 102%; } .framer-2VT4S .framer-e1djbv { gap: 0px; order: 13; } .framer-2VT4S .framer-189diex, .framer-2VT4S .framer-1exe3ri { padding: 32px 60px 32px 60px; } .framer-2VT4S .framer-11ituvi { gap: 20px; } .framer-2VT4S .framer-xnm1h5 { --border-bottom-width: 0px; --border-color: var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, #fafafa); --border-left-width: 0px; --border-right-width: 0px; --border-top-width: 0px; background-color: rgba(23, 23, 23, 0); padding: 27px 32px 27px 32px; } .framer-2VT4S .framer-1g8aa2j { width: 440px; } .framer-2VT4S .framer-5aw6x9-container { left: 70%; top: 55%; } .framer-2VT4S .framer-c97amu { padding: 8px 60px 8px 60px; } .framer-2VT4S .framer-jtmswl { gap: 22px; } .framer-2VT4S .framer-a5xwyz { gap: 20px; padding: 0px; } .framer-2VT4S .framer-96iik7-container { left: 31%; top: 2%; } .framer-2VT4S .framer-1t091cw { 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); width: 96%; } .framer-2VT4S .framer-jah8j7 { align-self: start; flex: none; height: 1fr; justify-self: start; order: 1; width: 100%; } .framer-2VT4S .framer-l9wezz { align-self: start; grid-column: 1 / -1; height: 450px; justify-self: start; order: 0; width: 100%; } .framer-2VT4S .framer-1p8se0f { align-self: start; flex: none; height: auto; justify-self: start; order: 2; width: 100%; } .framer-2VT4S .framer-1uia3ql { order: 14; padding: 60px; } .framer-2VT4S .framer-yptqto-container { width: 181%; } .framer-2VT4S .framer-p1ydcz { order: 1; width: 223px; } .framer-2VT4S .framer-1tu0igf { flex-direction: column; order: 16; padding: 13px 60px 13px 60px; } .framer-2VT4S .framer-1ibrpiq { align-self: unset; gap: 0px; height: min-content; justify-content: center; width: 100%; } .framer-2VT4S .framer-vcqzai { gap: 31px; order: 17; padding: 24px 60px 24px 60px; } .framer-2VT4S .framer-cd6cv0 { order: 4; padding: 32px 60px 32px 60px; } .framer-2VT4S .framer-9a79gu-container { width: 37%; } .framer-2VT4S .framer-7i1n1d-container { left: 55%; top: 8%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2VT4S .framer-1mn7tnw, .framer-2VT4S .framer-1jylfzq, .framer-2VT4S .framer-9ig47f, .framer-2VT4S .framer-1117svf, .framer-2VT4S .framer-143ivmq, .framer-2VT4S .framer-1y9uxtc, .framer-2VT4S .framer-10x0i4d, .framer-2VT4S .framer-r3ee34, .framer-2VT4S .framer-v2ttul, .framer-2VT4S .framer-1bjks1w, .framer-2VT4S .framer-1gbog8q, .framer-2VT4S .framer-e1djbv, .framer-2VT4S .framer-11ituvi, .framer-2VT4S .framer-jtmswl, .framer-2VT4S .framer-a5xwyz, .framer-2VT4S .framer-1t091cw, .framer-2VT4S .framer-1tu0igf, .framer-2VT4S .framer-1ibrpiq, .framer-2VT4S .framer-vcqzai { gap: 0px; } .framer-2VT4S .framer-1mn7tnw > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-2VT4S .framer-1mn7tnw > :first-child, .framer-2VT4S .framer-9ig47f > :first-child, .framer-2VT4S .framer-1117svf > :first-child, .framer-2VT4S .framer-143ivmq > :first-child, .framer-2VT4S .framer-10x0i4d > :first-child, .framer-2VT4S .framer-v2ttul > :first-child, .framer-2VT4S .framer-1bjks1w > :first-child, .framer-2VT4S .framer-1gbog8q > :first-child, .framer-2VT4S .framer-e1djbv > :first-child, .framer-2VT4S .framer-11ituvi > :first-child, .framer-2VT4S .framer-jtmswl > :first-child, .framer-2VT4S .framer-1tu0igf > :first-child, .framer-2VT4S .framer-1ibrpiq > :first-child, .framer-2VT4S .framer-vcqzai > :first-child { margin-top: 0px; } .framer-2VT4S .framer-1mn7tnw > :last-child, .framer-2VT4S .framer-9ig47f > :last-child, .framer-2VT4S .framer-1117svf > :last-child, .framer-2VT4S .framer-143ivmq > :last-child, .framer-2VT4S .framer-10x0i4d > :last-child, .framer-2VT4S .framer-v2ttul > :last-child, .framer-2VT4S .framer-1bjks1w > :last-child, .framer-2VT4S .framer-1gbog8q > :last-child, .framer-2VT4S .framer-e1djbv > :last-child, .framer-2VT4S .framer-11ituvi > :last-child, .framer-2VT4S .framer-jtmswl > :last-child, .framer-2VT4S .framer-1tu0igf > :last-child, .framer-2VT4S .framer-1ibrpiq > :last-child, .framer-2VT4S .framer-vcqzai > :last-child { margin-bottom: 0px; } .framer-2VT4S .framer-1jylfzq > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-2VT4S .framer-1jylfzq > :first-child, .framer-2VT4S .framer-1y9uxtc > :first-child, .framer-2VT4S .framer-r3ee34 > :first-child, .framer-2VT4S .framer-a5xwyz > :first-child { margin-left: 0px; } .framer-2VT4S .framer-1jylfzq > :last-child, .framer-2VT4S .framer-1y9uxtc > :last-child, .framer-2VT4S .framer-r3ee34 > :last-child, .framer-2VT4S .framer-a5xwyz > :last-child { margin-right: 0px; } .framer-2VT4S .framer-9ig47f > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-2VT4S .framer-1117svf > *, .framer-2VT4S .framer-10x0i4d > *, .framer-2VT4S .framer-1bjks1w > *, .framer-2VT4S .framer-e1djbv > *, .framer-2VT4S .framer-1ibrpiq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2VT4S .framer-143ivmq > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2VT4S .framer-1y9uxtc > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-2VT4S .framer-r3ee34 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-2VT4S .framer-v2ttul > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-2VT4S .framer-1gbog8q > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-2VT4S .framer-11ituvi > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-2VT4S .framer-jtmswl > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-2VT4S .framer-a5xwyz > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-2VT4S .framer-1t091cw > *, .framer-2VT4S .framer-1t091cw > :first-child, .framer-2VT4S .framer-1t091cw > :last-child { margin: 0px; } .framer-2VT4S .framer-1tu0igf > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-2VT4S .framer-vcqzai > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } }}\",'@media (max-width: 809px) { .framer-2VT4S.framer-v8561 { background-color: #000000; overflow: hidden; padding: 64px 0px 64px 0px; width: 390px; } .framer-2VT4S .framer-uad555-container, .framer-2VT4S .framer-1ez4141-container, .framer-2VT4S .framer-rsq6eq, .framer-2VT4S .framer-106sclm, .framer-2VT4S .framer-6jh18s, .framer-2VT4S .framer-orddg3-container, .framer-2VT4S .framer-pbhxnm-container, .framer-2VT4S .framer-11ds9bw-container, .framer-2VT4S .framer-m8iamd-container, .framer-2VT4S .framer-1c1zyda { order: 0; } .framer-2VT4S .framer-5iq3yv { max-width: 100%; order: 2; } .framer-2VT4S .framer-d4ttwf { background: linear-gradient(180deg, #000000 0%, var(--token-315a98b9-f45f-46ff-bc76-3d47326da7a9, rgb(250, 250, 250)) /* {\"name\":\"Box/Light Boarder\"} */ 100%); gap: 1px; max-width: 100%; min-height: 2036px; order: 0; padding: 0px; } .framer-2VT4S .framer-1mn7tnw { background: linear-gradient(180deg, rgba(75, 0, 130, 0.04) 0%, rgba(27, 15, 43, 0.52) 57.20720720720721%, rgb(10, 10, 10) 100%); gap: 19px; height: 673px; left: calc(50.00000000000002% - min(100%, 100%) / 2); max-width: 100%; order: 0; padding: 17px 20px 248px 20px; position: absolute; top: calc(49.90176817288804% - 673px / 2); z-index: 1; } .framer-2VT4S .framer-1xzxf7b { background-color: #000000; gap: 12px; max-width: 100%; min-height: 175px; order: 1; padding: 0px; width: 100%; } .framer-2VT4S .framer-10z2nqt { bottom: 720px; height: 332px; left: calc(50.00000000000002% - 390px / 2); order: 1; position: absolute; width: 390px; z-index: 1; } .framer-2VT4S .framer-1siuz9h { --framer-text-wrap: balance; bottom: 221px; left: 49%; order: 0; white-space: pre-wrap; width: 99%; will-change: unset; word-break: break-word; word-wrap: break-word; } .framer-2VT4S .framer-gjd5yo { bottom: 110px; height: 31%; left: 12px; order: 1; right: 12px; transform: unset; width: unset; } .framer-2VT4S .framer-p7a4ew { bottom: 60px; left: 50%; order: 2; width: 101%; will-change: unset; } .framer-2VT4S .framer-1prwjbp, .framer-2VT4S .framer-10wfwym, .framer-2VT4S .framer-lbdg9j, .framer-2VT4S .framer-1xcwc07-container { order: 3; } .framer-2VT4S .framer-11dm4fs { height: var(--framer-aspect-ratio-supported, 213px); order: 6; } .framer-2VT4S .framer-1knksnc { bottom: 414px; gap: 10px; height: 63%; left: -8px; order: 5; position: absolute; width: 101%; z-index: 1; } .framer-2VT4S .framer-gku7l1-container, .framer-2VT4S .framer-zdipra, .framer-2VT4S .framer-14q1jgp-container, .framer-2VT4S .framer-1kj7w0q-container, .framer-2VT4S .framer-1fziqn4 { order: 1; } .framer-2VT4S .framer-16lr1cm-container, .framer-2VT4S .framer-101r7ue, .framer-2VT4S .framer-nbegwt { order: 2; } .framer-2VT4S .framer-h6xwpq-container { left: 50%; order: 2; position: absolute; top: -241px; transform: translateX(-50%); width: 101%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; } .framer-2VT4S .framer-htcs3v { bottom: 310px; flex-direction: column; flex-wrap: wrap; gap: 14px; left: 50%; order: 6; position: absolute; transform: translateX(-50%); width: 87%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; } .framer-2VT4S .framer-10lsxvf { padding: 9px 0px 9px 0px; width: 85%; } .framer-2VT4S .framer-v62636-container { height: 81%; left: calc(50.19305019305021% - 117.76061776061778% / 2); top: calc(50.00000000000002% - 81.25% / 2); transform: unset; width: 118%; } .framer-2VT4S .framer-101rn6t-container { left: -56px; top: -31px; } .framer-2VT4S .framer-1m3vcrx { bottom: 566px; height: 47px; left: calc(50.00000000000002% - 323px / 2); order: 0; top: unset; width: 323px; } .framer-2VT4S .framer-h2rxm2 { background-color: #000000; bottom: 8px; box-shadow: 0px 1px 2px 0px rgba(3, 3, 3, 0.39); height: 1241px; left: calc(50.00000000000002% - 97.94871794871794% / 2); order: 3; padding: 20px; position: absolute; width: 98%; z-index: 1; } .framer-2VT4S .framer-10g1chn { order: 8; } .framer-2VT4S .framer-n17hen, .framer-2VT4S .framer-g4aqc3, .framer-2VT4S .framer-lisz2l { order: 4; } .framer-2VT4S .framer-1mpdw66, .framer-2VT4S .framer-1e0pfif, .framer-2VT4S .framer-cg36ts, .framer-2VT4S .framer-1igpwyo-container, .framer-2VT4S .framer-1dbv63-container, .framer-2VT4S .framer-sh7jj9-container { order: 5; } .framer-2VT4S .framer-1w0zpzk, .framer-2VT4S .framer-i64hsa-container { order: 6; } .framer-2VT4S .framer-8p9j12 { order: 9; } .framer-2VT4S .framer-jtdeqo-container { bottom: 2327px; height: 0px; left: 308px; order: 1; width: 14%; } .framer-2VT4S .framer-izrzvu-container { left: 83%; order: 2; top: 209%; } .framer-2VT4S .framer-rx9ltq { gap: 0px; height: 1907px; order: 1; padding: 60px; } .framer-2VT4S .framer-1dcpha7 { left: 50%; order: 0; position: absolute; top: 20px; transform: translateX(-50%); width: 348px; z-index: 1; } .framer-2VT4S .framer-jrf2iw { left: 49%; order: 1; position: absolute; top: 124px; transform: translateX(-50%); width: 90%; z-index: 1; } .framer-2VT4S .framer-9rouk { height: var(--framer-aspect-ratio-supported, 252px); order: 2; } .framer-2VT4S .framer-1kuoj95 { height: var(--framer-aspect-ratio-supported, 243px); order: 4; } .framer-2VT4S .framer-1o4x9bo { height: 264px; order: 2; } .framer-2VT4S .framer-7meatc { height: var(--framer-aspect-ratio-supported, 212px); order: 0; padding: 8px; width: 90%; } .framer-2VT4S .framer-1e5eeg4-container { flex: none; height: 100%; } .framer-2VT4S .framer-165ck9p { height: 364px; order: 7; padding: 60px; width: 101%; } .framer-2VT4S .framer-niuvf9 { height: 51%; max-width: unset; order: 0; width: 132%; } .framer-2VT4S .framer-18qijuh { height: 77%; max-width: unset; order: 1; width: 107%; } .framer-2VT4S .framer-78bms7 { gap: 0px; order: 4; padding: 8px 20px 8px 20px; } .framer-2VT4S .framer-143ivmq, .framer-2VT4S .framer-11ituvi { gap: 28px; } .framer-2VT4S .framer-1sw270 { order: 8; padding: 0px 0px 40px 0px; } .framer-2VT4S .framer-1wu68ev-container { height: 198px; } .framer-2VT4S .framer-15pqras { background-color: #0a0a0a; gap: 20px; height: 1802px; max-width: unset; order: 9; padding: 0px 21px 15px 21px; width: min-content; } .framer-2VT4S .framer-u79j5 { height: 1143px; order: 0; width: 350px; } .framer-2VT4S .framer-1y9uxtc { flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1205px; order: 0; padding: 10px; width: 111%; } .framer-2VT4S .framer-10x0i4d { background-color: rgba(10, 10, 10, 0.25); flex: none; gap: 7px; left: 50%; order: 0; padding: 181px 0px 181px 0px; position: absolute; top: 120px; transform: translateX(-50%); width: 337px; z-index: 1; } .framer-2VT4S .framer-y7qv15-container { height: 74%; left: calc(50.14836795252228% - 99.70326409495549% / 2); order: 1; top: unset; width: 100%; } .framer-2VT4S .framer-1uia5dt { height: 217px; left: -1px; order: 0; right: -1px; top: -12px; width: unset; } .framer-2VT4S .framer-r3ee34 { flex-direction: column; min-height: 800px; order: 1; } .framer-2VT4S .framer-uob344 { background-color: rgba(10, 10, 10, 0.25); gap: 8px; height: 863px; left: calc(50.00000000000002% - 100% / 2); order: 1; position: absolute; top: -373px; z-index: 1; } .framer-2VT4S .framer-j8hyt7 { height: 124%; left: calc(50.28571428571431% - 100% / 2); order: 0; position: absolute; top: calc(46.697566628041734% - 123.8702201622248% / 2); width: 100%; z-index: 1; } .framer-2VT4S .framer-v2ttul { left: -42px; opacity: 0.25; order: 0; right: -20px; top: -158px; width: unset; } .framer-2VT4S .framer-1bjks1w { gap: 0px; height: 3117px; max-width: unset; order: 10; padding: 0px 20px 0px 20px; width: 390px; } .framer-2VT4S .framer-19ghsta { height: min-content; min-height: 820px; order: 0; width: 90%; } .framer-2VT4S .framer-c28fsy { left: 50%; min-height: 34px; order: 0; position: absolute; top: 20px; transform: translateX(-50%); width: 54%; z-index: 1; } .framer-2VT4S .framer-gc2nvs { left: 50%; order: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 1; } .framer-2VT4S .framer-zrdzok { left: 50%; order: 6; position: absolute; top: 75px; transform: translateX(-50%); width: 313px; z-index: 1; } .framer-2VT4S .framer-zvu9zu { height: 120px; left: calc(50.00000000000002% - min(100%, 100%) / 2); max-width: 100%; order: 3; position: absolute; top: 201px; width: 100%; z-index: 1; } .framer-2VT4S .framer-1uc6lnl { bottom: 306px; left: -1px; order: 7; position: absolute; z-index: 1; } .framer-2VT4S .framer-sv6un-container { bottom: 74px; height: 219px; left: calc(49.52380952380955% - 111.42857142857143% / 2); order: 2; position: absolute; width: 111%; z-index: 1; } .framer-2VT4S .framer-1w287s2-container { bottom: 12px; left: 50%; order: 5; position: absolute; transform: translateX(-50%); } .framer-2VT4S .framer-xgcdth { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; order: 1; width: 350px; } .framer-2VT4S .framer-8at1ta, .framer-2VT4S .framer-e9kij6, .framer-2VT4S .framer-1nqo7lg { --border-right-width: 1px; align-self: unset; gap: 24px; height: min-content; justify-content: flex-start; padding: 48px 20px 36px 20px; } .framer-2VT4S .framer-skgjzn, .framer-2VT4S .framer-1igvbdz, .framer-2VT4S .framer-1t77t9s { align-self: unset; gap: 24px; height: min-content; justify-content: flex-start; padding: 48px 20px 36px 20px; } .framer-2VT4S .framer-krpzic { gap: 5px; height: 1180px; order: 6; padding: 40px; width: 100%; } .framer-2VT4S .framer-jrmu3o { left: 49%; max-width: 96%; order: 0; position: absolute; top: 25px; transform: translateX(-50%); width: 355px; z-index: 1; } .framer-2VT4S .framer-f6p13j { left: 50%; order: 1; position: absolute; top: 156px; transform: translateX(-50%); width: 90%; z-index: 1; } .framer-2VT4S .framer-ngtdig { border-bottom-left-radius: 27px; border-bottom-right-radius: 27px; border-top-left-radius: 27px; border-top-right-radius: 27px; height: 192px; left: calc(49.230769230769255% - 91.02564102564102% / 2); order: 2; position: absolute; top: 291px; width: 91%; will-change: unset; z-index: 1; } .framer-2VT4S .framer-lu8emf { bottom: 107px; left: 49%; order: 4; position: absolute; transform: translateX(-50%); width: 90%; z-index: 1; } .framer-2VT4S .framer-16hgcd0 { order: 12; padding: 35px 20px 35px 20px; } .framer-2VT4S .framer-1gbog8q { flex-direction: column; gap: 40px; padding: 0px; } .framer-2VT4S .framer-5myp6s-container, .framer-2VT4S .framer-1gk0f25-container, .framer-2VT4S .framer-ksios8-container, .framer-2VT4S .framer-1lrwgki-container, .framer-2VT4S .framer-1vo1nbh-container, .framer-2VT4S .framer-1gw1h06-container, .framer-2VT4S .framer-1lzq658-container, .framer-2VT4S .framer-ewbbqt-container, .framer-2VT4S .framer-1koro83 { flex: none; width: 100%; } .framer-2VT4S .framer-1e9ecfq { flex-direction: column; padding: 0px; } .framer-2VT4S .framer-1y4hgx-container { left: 23%; top: 100%; } .framer-2VT4S .framer-e1djbv { order: 13; } .framer-2VT4S .framer-189diex { padding: 0px 20px 0px 20px; } .framer-2VT4S .framer-xnm1h5 { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; background-color: rgba(23, 23, 23, 0); gap: 20px; overflow: visible; padding: 0px 32px 32px 0px; width: 100%; will-change: unset; } .framer-2VT4S .framer-44kubm { background-color: var(--token-7ac1099e-1a60-43ed-bc04-c0e84758bb14, #ffffff); padding: 0px 4px 4px 4px; } .framer-2VT4S .framer-18qmylf { flex: 1 0 0px; width: 1px; } .framer-2VT4S .framer-v1qx4o { align-self: unset; width: 100%; } .framer-2VT4S .framer-1g8aa2j, .framer-2VT4S .framer-4idrje-container, .framer-2VT4S .framer-yptqto-container, .framer-2VT4S .framer-9a79gu-container { width: 100%; } .framer-2VT4S .framer-c97amu { padding: 12px 20px 12px 20px; } .framer-2VT4S .framer-a5xwyz { flex-direction: column; gap: 0px; padding: 0px; } .framer-2VT4S .framer-1exe3ri { padding: 33px 20px 33px 20px; } .framer-2VT4S .framer-96iik7-container { left: 74%; order: 1; top: 0%; } .framer-2VT4S .framer-1t091cw { flex-direction: column; order: 2; } .framer-2VT4S .framer-jah8j7 { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-2VT4S .framer-l9wezz { align-self: unset; height: 628px; order: 0; width: 100%; } .framer-2VT4S .framer-1p8se0f { flex: none; order: 2; width: 100%; } .framer-2VT4S .framer-1wll5za { order: 3; width: 90%; } .framer-2VT4S .framer-1uia3ql { gap: 32px; order: 14; padding: 20px; } .framer-2VT4S .framer-vlvx55 { gap: 24px; order: 0; padding: 32px 20px 32px 20px; } .framer-2VT4S .framer-1wey2bh { flex-direction: column; gap: 24px; } .framer-2VT4S .framer-x3wvsi { flex: none; gap: 8px; width: 100%; } .framer-2VT4S .framer-t6lry6 { align-self: unset; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: center; width: 310px; } .framer-2VT4S .framer-1h5t3zg-container, .framer-2VT4S .framer-1pq4mvm-container, .framer-2VT4S .framer-1o796bu-container, .framer-2VT4S .framer-1mdvmdg-container, .framer-2VT4S .framer-evrqzn-container, .framer-2VT4S .framer-1az76ku-container { width: auto; } .framer-2VT4S .framer-1h3a4wd { flex-direction: column; gap: 12px; } .framer-2VT4S .framer-1tu0igf { flex-direction: column; order: 16; padding: 14px 20px 14px 20px; } .framer-2VT4S .framer-1ibrpiq { align-self: unset; gap: 0px; height: min-content; justify-content: center; width: 100%; } .framer-2VT4S .framer-160fad4 { flex: none; gap: 20px; width: 100%; } .framer-2VT4S .framer-148vlbt { flex: none; padding: 18px 0px 18px 0px; width: 100%; } .framer-2VT4S .framer-vcqzai { gap: 26px; order: 17; padding: 32px 20px 12px 20px; } .framer-2VT4S .framer-1celpie { gap: 20px; order: 1; padding: 24px; } .framer-2VT4S .framer-cd6cv0 { order: 4; padding: 18px 20px 18px 20px; } .framer-2VT4S .framer-5zkzej { flex-direction: column; gap: 32px; } .framer-2VT4S .framer-7i1n1d-container { left: 22%; top: 6%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2VT4S .framer-d4ttwf, .framer-2VT4S .framer-1mn7tnw, .framer-2VT4S .framer-1xzxf7b, .framer-2VT4S .framer-1knksnc, .framer-2VT4S .framer-htcs3v, .framer-2VT4S .framer-rx9ltq, .framer-2VT4S .framer-78bms7, .framer-2VT4S .framer-143ivmq, .framer-2VT4S .framer-15pqras, .framer-2VT4S .framer-1y9uxtc, .framer-2VT4S .framer-10x0i4d, .framer-2VT4S .framer-r3ee34, .framer-2VT4S .framer-uob344, .framer-2VT4S .framer-1bjks1w, .framer-2VT4S .framer-xgcdth, .framer-2VT4S .framer-8at1ta, .framer-2VT4S .framer-skgjzn, .framer-2VT4S .framer-e9kij6, .framer-2VT4S .framer-1nqo7lg, .framer-2VT4S .framer-1igvbdz, .framer-2VT4S .framer-1t77t9s, .framer-2VT4S .framer-krpzic, .framer-2VT4S .framer-1gbog8q, .framer-2VT4S .framer-1e9ecfq, .framer-2VT4S .framer-11ituvi, .framer-2VT4S .framer-xnm1h5, .framer-2VT4S .framer-a5xwyz, .framer-2VT4S .framer-1t091cw, .framer-2VT4S .framer-1uia3ql, .framer-2VT4S .framer-vlvx55, .framer-2VT4S .framer-1wey2bh, .framer-2VT4S .framer-x3wvsi, .framer-2VT4S .framer-t6lry6, .framer-2VT4S .framer-1h3a4wd, .framer-2VT4S .framer-1tu0igf, .framer-2VT4S .framer-1ibrpiq, .framer-2VT4S .framer-160fad4, .framer-2VT4S .framer-vcqzai, .framer-2VT4S .framer-1celpie, .framer-2VT4S .framer-5zkzej { gap: 0px; } .framer-2VT4S .framer-d4ttwf > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-2VT4S .framer-d4ttwf > :first-child, .framer-2VT4S .framer-1mn7tnw > :first-child, .framer-2VT4S .framer-1xzxf7b > :first-child, .framer-2VT4S .framer-htcs3v > :first-child, .framer-2VT4S .framer-rx9ltq > :first-child, .framer-2VT4S .framer-78bms7 > :first-child, .framer-2VT4S .framer-143ivmq > :first-child, .framer-2VT4S .framer-15pqras > :first-child, .framer-2VT4S .framer-1y9uxtc > :first-child, .framer-2VT4S .framer-10x0i4d > :first-child, .framer-2VT4S .framer-r3ee34 > :first-child, .framer-2VT4S .framer-uob344 > :first-child, .framer-2VT4S .framer-1bjks1w > :first-child, .framer-2VT4S .framer-xgcdth > :first-child, .framer-2VT4S .framer-8at1ta > :first-child, .framer-2VT4S .framer-skgjzn > :first-child, .framer-2VT4S .framer-e9kij6 > :first-child, .framer-2VT4S .framer-1nqo7lg > :first-child, .framer-2VT4S .framer-1igvbdz > :first-child, .framer-2VT4S .framer-1t77t9s > :first-child, .framer-2VT4S .framer-krpzic > :first-child, .framer-2VT4S .framer-1gbog8q > :first-child, .framer-2VT4S .framer-1e9ecfq > :first-child, .framer-2VT4S .framer-11ituvi > :first-child, .framer-2VT4S .framer-a5xwyz > :first-child, .framer-2VT4S .framer-1t091cw > :first-child, .framer-2VT4S .framer-1uia3ql > :first-child, .framer-2VT4S .framer-vlvx55 > :first-child, .framer-2VT4S .framer-1wey2bh > :first-child, .framer-2VT4S .framer-x3wvsi > :first-child, .framer-2VT4S .framer-t6lry6 > :first-child, .framer-2VT4S .framer-1h3a4wd > :first-child, .framer-2VT4S .framer-1tu0igf > :first-child, .framer-2VT4S .framer-1ibrpiq > :first-child, .framer-2VT4S .framer-160fad4 > :first-child, .framer-2VT4S .framer-vcqzai > :first-child, .framer-2VT4S .framer-1celpie > :first-child, .framer-2VT4S .framer-5zkzej > :first-child { margin-top: 0px; } .framer-2VT4S .framer-d4ttwf > :last-child, .framer-2VT4S .framer-1mn7tnw > :last-child, .framer-2VT4S .framer-1xzxf7b > :last-child, .framer-2VT4S .framer-htcs3v > :last-child, .framer-2VT4S .framer-rx9ltq > :last-child, .framer-2VT4S .framer-78bms7 > :last-child, .framer-2VT4S .framer-143ivmq > :last-child, .framer-2VT4S .framer-15pqras > :last-child, .framer-2VT4S .framer-1y9uxtc > :last-child, .framer-2VT4S .framer-10x0i4d > :last-child, .framer-2VT4S .framer-r3ee34 > :last-child, .framer-2VT4S .framer-uob344 > :last-child, .framer-2VT4S .framer-1bjks1w > :last-child, .framer-2VT4S .framer-xgcdth > :last-child, .framer-2VT4S .framer-8at1ta > :last-child, .framer-2VT4S .framer-skgjzn > :last-child, .framer-2VT4S .framer-e9kij6 > :last-child, .framer-2VT4S .framer-1nqo7lg > :last-child, .framer-2VT4S .framer-1igvbdz > :last-child, .framer-2VT4S .framer-1t77t9s > :last-child, .framer-2VT4S .framer-krpzic > :last-child, .framer-2VT4S .framer-1gbog8q > :last-child, .framer-2VT4S .framer-1e9ecfq > :last-child, .framer-2VT4S .framer-11ituvi > :last-child, .framer-2VT4S .framer-a5xwyz > :last-child, .framer-2VT4S .framer-1t091cw > :last-child, .framer-2VT4S .framer-1uia3ql > :last-child, .framer-2VT4S .framer-vlvx55 > :last-child, .framer-2VT4S .framer-1wey2bh > :last-child, .framer-2VT4S .framer-x3wvsi > :last-child, .framer-2VT4S .framer-t6lry6 > :last-child, .framer-2VT4S .framer-1h3a4wd > :last-child, .framer-2VT4S .framer-1tu0igf > :last-child, .framer-2VT4S .framer-1ibrpiq > :last-child, .framer-2VT4S .framer-160fad4 > :last-child, .framer-2VT4S .framer-vcqzai > :last-child, .framer-2VT4S .framer-1celpie > :last-child, .framer-2VT4S .framer-5zkzej > :last-child { margin-bottom: 0px; } .framer-2VT4S .framer-1mn7tnw > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-2VT4S .framer-1xzxf7b > *, .framer-2VT4S .framer-1h3a4wd > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-2VT4S .framer-1knksnc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2VT4S .framer-1knksnc > :first-child, .framer-2VT4S .framer-xnm1h5 > :first-child { margin-left: 0px; } .framer-2VT4S .framer-1knksnc > :last-child, .framer-2VT4S .framer-xnm1h5 > :last-child { margin-right: 0px; } .framer-2VT4S .framer-htcs3v > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-2VT4S .framer-rx9ltq > *, .framer-2VT4S .framer-78bms7 > *, .framer-2VT4S .framer-1y9uxtc > *, .framer-2VT4S .framer-r3ee34 > *, .framer-2VT4S .framer-1bjks1w > *, .framer-2VT4S .framer-xgcdth > *, .framer-2VT4S .framer-a5xwyz > *, .framer-2VT4S .framer-1ibrpiq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2VT4S .framer-143ivmq > *, .framer-2VT4S .framer-11ituvi > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-2VT4S .framer-15pqras > *, .framer-2VT4S .framer-160fad4 > *, .framer-2VT4S .framer-1celpie > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-2VT4S .framer-10x0i4d > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-2VT4S .framer-uob344 > *, .framer-2VT4S .framer-x3wvsi > *, .framer-2VT4S .framer-t6lry6 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-2VT4S .framer-8at1ta > *, .framer-2VT4S .framer-skgjzn > *, .framer-2VT4S .framer-e9kij6 > *, .framer-2VT4S .framer-1nqo7lg > *, .framer-2VT4S .framer-1igvbdz > *, .framer-2VT4S .framer-1t77t9s > *, .framer-2VT4S .framer-vlvx55 > *, .framer-2VT4S .framer-1wey2bh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-2VT4S .framer-krpzic > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-2VT4S .framer-1gbog8q > *, .framer-2VT4S .framer-1tu0igf > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-2VT4S .framer-1e9ecfq > *, .framer-2VT4S .framer-1t091cw > *, .framer-2VT4S .framer-1uia3ql > *, .framer-2VT4S .framer-5zkzej > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2VT4S .framer-xnm1h5 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-2VT4S .framer-vcqzai > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } }}'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20131\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NV0IMzftj\":{\"layout\":[\"fixed\",\"auto\"]},\"hEahs4EIM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"igeIoXNo4\":{\"pattern\":\":igeIoXNo4\",\"name\":\"nav\"},\"uU3T_hOYv\":{\"pattern\":\":uU3T_hOYv\",\"name\":\"get-the-guide\"},\"e9hvumFYt\":{\"pattern\":\":e9hvumFYt\",\"name\":\"recovery-guide\"},\"sbYzSyMmX\":{\"pattern\":\":sbYzSyMmX\",\"name\":\"recovery-guide\"},\"BKY_vl2Mh\":{\"pattern\":\":BKY_vl2Mh\",\"name\":\"your-next-level-awaits\"},\"XTX9i_ou1\":{\"pattern\":\":XTX9i_ou1\",\"name\":\"testimonials\"},\"nYbM2xoUN\":{\"pattern\":\":nYbM2xoUN\",\"name\":\"you-think-you-cant-get-sober\"},\"XgdxyaB_v\":{\"pattern\":\":XgdxyaB_v\",\"name\":\"you-can-get-sober\"},\"SYP6LmA8H\":{\"pattern\":\":SYP6LmA8H\",\"name\":\"join-us-online\"},\"Ks4dPbzpe\":{\"pattern\":\":Ks4dPbzpe\",\"name\":\"book-introduction\"},\"YDOvb_rkf\":{\"pattern\":\":YDOvb_rkf\",\"name\":\"testimonials\"},\"a9LrXlbzN\":{\"pattern\":\":a9LrXlbzN\",\"name\":\"program\"},\"CCAdFOUOr\":{\"pattern\":\":CCAdFOUOr\",\"name\":\"who-content\"},\"i112AIhwN\":{\"pattern\":\":i112AIhwN\",\"name\":\"who-content\"},\"U3EI1jocC\":{\"pattern\":\":U3EI1jocC\",\"name\":\"benefits\"},\"fArNphS7g\":{\"pattern\":\":fArNphS7g\",\"name\":\"problem-content\"},\"Jyeh_eTf4\":{\"pattern\":\":Jyeh_eTf4\",\"name\":\"process\"},\"fj1KnPraP\":{\"pattern\":\":fj1KnPraP\",\"name\":\"process-content\"},\"GgbWgIwDQ\":{\"pattern\":\":GgbWgIwDQ\",\"name\":\"solution-content\"},\"nPMIFttVh\":{\"pattern\":\":nPMIFttVh\",\"name\":\"result\"},\"lnXaj_lGL\":{\"pattern\":\":lnXaj_lGL\",\"name\":\"faq\"},\"nlKl5p1K_\":{\"pattern\":\":nlKl5p1K_\",\"name\":\"faq-content\"},\"mqNdWyq95\":{\"pattern\":\":mqNdWyq95\",\"name\":\"about\"},\"LHCDgTTaF\":{\"pattern\":\":LHCDgTTaF\",\"name\":\"about-content\"},\"l4gA2wCI9\":{\"pattern\":\":l4gA2wCI9\",\"name\":\"result-content\"}}\n * @framerResponsiveScreen\n */const FramerbGV1hUG1I=withCSS(Component,css,\"framer-2VT4S\");export default FramerbGV1hUG1I;FramerbGV1hUG1I.displayName=\"Home\";FramerbGV1hUG1I.defaultProps={height:20131,width:1200};addFonts(FramerbGV1hUG1I,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVewqFGC_p9dw.woff2\",weight:\"700\"},{family:\"Lato\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPGQ3s5dwt7w.woff2\",weight:\"700\"},{family:\"Lato\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswXiWrFCbw7A.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcPtxhiJ-Ek-7MeA.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc69thiJ-Ek-7MeA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZ1rib2Bg-4.woff2\",weight:\"900\"},{family:\"Inter\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTccNxhiJ-Ek-7MeA.woff2\",weight:\"900\"},{family:\"Inter\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dthiJ-Ek-7MeA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/YYB6GZmCWnZq3RWZOghuZIOxQY.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/miJTzODdiyIr3tRo9KEoqXXk2PM.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6ZMhcggRFfEfbf7lncCpaUbA.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/8sCN6PGUr4I8q5hC5twAXfcwqV0.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/aUYDUTztS7anQw5JuwCncXeLOBY.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/5mDAOkC5Wpzo7NkuE9oYfqlY2u4.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/yDiPvYxioBHsicnYxpPW35WQmx8.woff2\",weight:\"300\"},{family:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/A5P4nkYCJlLQxGxaS1lzG8PNSc.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/vuPfygr1n1zYxscvWgGI8hRf3LE.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/jplzYzqFHXreyADwk9yrkQlWQ.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/sSIKP2TfVPvfK7YVENPE5H87A.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",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/gawbeo7iEJSRZ4kcrh6YRrU8o.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",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/xSzma7KIWAdctStaX171ey3lams.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",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/8E92vrr3j1gDqzepmeSbD2u0JxA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2\",weight:\"300\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTch9thiJ-Ek-7MeA.woff2\",weight:\"300\"},{family:\"Inter\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcB9xhiJ-Ek-7MeA.woff2\",weight:\"600\"},{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSe1mX-PIwNhBti0.woff2\",weight:\"700\"},{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSfSmX-PIwNhBti0.woff2\",weight:\"800\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MPWDEQ5P4DNS7O465A5AXO6KVHWMIF2Z/MNW3HVOPPNJBFIMMG2JLQ6HBXUDB63AO/G6AF2CHLF7U443YAKNG42CSO2I2VD6MV.woff2\",weight:\"600\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/YB3HULSDSBNPAE3OQV2XNHIVVYTDRN6L/TWU2TXVYBJEBCLKLJH6GZBA4BXRSRRLB/E45BEFJW67QAAJX7PZAF7HO2WP6JZJR6.woff2\",weight:\"900\"},{family:\"Freehand\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/freehand/v32/cIf-Ma5eqk01VjKTgAmETmUOmZJk.woff2\",weight:\"400\"}]},...SmoothScrollFonts,...YouTubeFonts,...ElementsListTagFonts,...ElementsSocialProofFonts,...ElementsButtonFonts,...ElementsArrowFonts,...PhosphorFonts,...Button2Fonts,...ComponentsSectionHeadingFonts,...ComponentsReviewFonts,...TickerFonts,...SlideshowFonts,...ComponentsBoxFonts,...Phosphor1Fonts,...ElementsNumberFonts,...ComponentsReviewTraditionalFonts,...ElementsFAQFonts,...NavigationNavigationFonts,...ComponentsFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbGV1hUG1I\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"igeIoXNo4\\\":{\\\"pattern\\\":\\\":igeIoXNo4\\\",\\\"name\\\":\\\"nav\\\"},\\\"uU3T_hOYv\\\":{\\\"pattern\\\":\\\":uU3T_hOYv\\\",\\\"name\\\":\\\"get-the-guide\\\"},\\\"e9hvumFYt\\\":{\\\"pattern\\\":\\\":e9hvumFYt\\\",\\\"name\\\":\\\"recovery-guide\\\"},\\\"sbYzSyMmX\\\":{\\\"pattern\\\":\\\":sbYzSyMmX\\\",\\\"name\\\":\\\"recovery-guide\\\"},\\\"BKY_vl2Mh\\\":{\\\"pattern\\\":\\\":BKY_vl2Mh\\\",\\\"name\\\":\\\"your-next-level-awaits\\\"},\\\"XTX9i_ou1\\\":{\\\"pattern\\\":\\\":XTX9i_ou1\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"nYbM2xoUN\\\":{\\\"pattern\\\":\\\":nYbM2xoUN\\\",\\\"name\\\":\\\"you-think-you-cant-get-sober\\\"},\\\"XgdxyaB_v\\\":{\\\"pattern\\\":\\\":XgdxyaB_v\\\",\\\"name\\\":\\\"you-can-get-sober\\\"},\\\"SYP6LmA8H\\\":{\\\"pattern\\\":\\\":SYP6LmA8H\\\",\\\"name\\\":\\\"join-us-online\\\"},\\\"Ks4dPbzpe\\\":{\\\"pattern\\\":\\\":Ks4dPbzpe\\\",\\\"name\\\":\\\"book-introduction\\\"},\\\"YDOvb_rkf\\\":{\\\"pattern\\\":\\\":YDOvb_rkf\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"a9LrXlbzN\\\":{\\\"pattern\\\":\\\":a9LrXlbzN\\\",\\\"name\\\":\\\"program\\\"},\\\"CCAdFOUOr\\\":{\\\"pattern\\\":\\\":CCAdFOUOr\\\",\\\"name\\\":\\\"who-content\\\"},\\\"i112AIhwN\\\":{\\\"pattern\\\":\\\":i112AIhwN\\\",\\\"name\\\":\\\"who-content\\\"},\\\"U3EI1jocC\\\":{\\\"pattern\\\":\\\":U3EI1jocC\\\",\\\"name\\\":\\\"benefits\\\"},\\\"fArNphS7g\\\":{\\\"pattern\\\":\\\":fArNphS7g\\\",\\\"name\\\":\\\"problem-content\\\"},\\\"Jyeh_eTf4\\\":{\\\"pattern\\\":\\\":Jyeh_eTf4\\\",\\\"name\\\":\\\"process\\\"},\\\"fj1KnPraP\\\":{\\\"pattern\\\":\\\":fj1KnPraP\\\",\\\"name\\\":\\\"process-content\\\"},\\\"GgbWgIwDQ\\\":{\\\"pattern\\\":\\\":GgbWgIwDQ\\\",\\\"name\\\":\\\"solution-content\\\"},\\\"nPMIFttVh\\\":{\\\"pattern\\\":\\\":nPMIFttVh\\\",\\\"name\\\":\\\"result\\\"},\\\"lnXaj_lGL\\\":{\\\"pattern\\\":\\\":lnXaj_lGL\\\",\\\"name\\\":\\\"faq\\\"},\\\"nlKl5p1K_\\\":{\\\"pattern\\\":\\\":nlKl5p1K_\\\",\\\"name\\\":\\\"faq-content\\\"},\\\"mqNdWyq95\\\":{\\\"pattern\\\":\\\":mqNdWyq95\\\",\\\"name\\\":\\\"about\\\"},\\\"LHCDgTTaF\\\":{\\\"pattern\\\":\\\":LHCDgTTaF\\\",\\\"name\\\":\\\"about-content\\\"},\\\"l4gA2wCI9\\\":{\\\"pattern\\\":\\\":l4gA2wCI9\\\",\\\"name\\\":\\\"result-content\\\"}}\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"20131\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NV0IMzftj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hEahs4EIM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["PlayOptions", "ThumbnailOptions", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "pre", "ext", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "AiyNM6EIW", "PcoTO7nHk", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ihqjoj", "args", "CycleVariantState", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerAeFnBTGf7", "withCSS", "AeFnBTGf7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "XLARPTAH0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "css", "Framergj8IwY_Dj", "withCSS", "gj8IwY_Dj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bodyText", "height", "icon", "id", "showIcon", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "owOqFMHta", "dkLbwmgIn", "b5lyZZ_GG", "xMNpTyGY5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "visible", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "Framerky9I7UTxq", "withCSS", "ky9I7UTxq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ElementsStarsFonts", "getFonts", "tVYLL3fH9_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "name1", "review", "role", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ePtRxbBKH", "ZMdTlQSsb", "wmTcwD60X", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramernuP83hLe9", "withCSS", "nuP83hLe9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ElementsStarsFonts", "getFonts", "tVYLL3fH9_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "prefix", "value", "suffix", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "name1", "role", "testimonial", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "tYFaniknH", "oOIktK2S4", "KZ_el80ue", "I7_2bcjlP", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "textContent", "isDisplayed", "LayoutGroup", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramertdfvOhA9v", "withCSS", "tdfvOhA9v_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "RichTextWithFX", "withFX", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transformTemplate1", "_", "t", "transition3", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bodyText", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "AYf3pejwk", "SK574z1fe", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramerTk4bBbySY", "withCSS", "Tk4bBbySY_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "MotionDivWithFX", "SVG", "css", "FramerVKR10wKG4", "withCSS", "VKR10wKG4_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "H66JozB37", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerfPTVvBdO5", "withCSS", "fPTVvBdO5_default", "addPropertyControls", "ControlType", "addFonts", "ElementsTagFonts", "getFonts", "fPTVvBdO5_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "byline", "height", "id", "tagText", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "WTCErdx1k", "I6DOV1pRR", "tuKQBbiAw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "visible", "visible1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerZFTu0Io5O", "withCSS", "ZFTu0Io5O_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SmoothScrollFonts", "getFonts", "SmoothScroll_Prod_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "YouTubeFonts", "Youtube", "MotionDivWithFXWithOptimizedAppearEffect", "withFX", "motion", "ElementsListTagFonts", "gj8IwY_Dj_default", "ElementsSocialProofFonts", "gNnktBTXP_default", "ContainerWithOptimizedAppearEffect", "Container", "ElementsButtonFonts", "XNhmR7u5R_default", "ElementsArrowFonts", "VKR10wKG4_default", "ContainerWithFX", "PhosphorFonts", "Icon", "Button2Fonts", "hIkUgJn6Q_default", "MotionDivWithFX", "ImageWithFX", "Image2", "ComponentsSectionHeadingFonts", "ZFTu0Io5O_default", "ComponentsReviewFonts", "nuP83hLe9_default", "TickerFonts", "Ticker", "RichTextWithFX", "MotionFigcaptionWithFX", "SlideshowFonts", "Slideshow", "MotionDivWithOptimizedAppearEffect", "ImageWithOptimizedAppearEffect", "ComponentsBoxFonts", "ky9I7UTxq_default", "Phosphor1Fonts", "ElementsNumberFonts", "Tk4bBbySY_default", "ComponentsReviewTraditionalFonts", "tdfvOhA9v_default", "ElementsFAQFonts", "AeFnBTGf7_default", "NavigationNavigationFonts", "adzXhjWKW_default", "NavigationNavigationWithVariantAppearEffect", "withVariantAppearEffect", "ComponentsFooterFonts", "wEyi6INNi_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "animation2", "transition2", "textEffect", "transition3", "animation3", "animation4", "addImageAlt", "image", "alt", "transition4", "animation5", "animation6", "transition5", "animation7", "transition6", "animation8", "animation9", "transition7", "animation10", "textEffect1", "textEffect2", "animation11", "transition8", "transition9", "animation12", "animation13", "animation14", "transformTemplate2", "formVariants", "form", "variants", "currentVariant", "animation15", "animation16", "textEffect3", "animation17", "animation18", "animation19", "animation20", "transition10", "animation21", "textEffect4", "animation22", "animation23", "transition11", "animation24", "transition12", "animation25", "textEffect5", "textEffect6", "animation26", "transition13", "animation27", "transition14", "animation28", "textEffect7", "animation29", "animation30", "textEffect8", "transition15", "textEffect9", "transition16", "animation31", "transition17", "textEffect10", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "elementId9", "ref10", "elementId10", "ref11", "elementId11", "ref12", "elementId12", "ref13", "elementId13", "ref14", "elementId14", "ref15", "elementId15", "ref16", "elementId16", "ref17", "elementId17", "ref18", "elementId18", "ref19", "elementId19", "ref20", "elementId20", "ref21", "elementId21", "ref22", "isDisplayed5", "elementId22", "ref23", "elementId23", "ref24", "elementId24", "ref25", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "FormContainer", "formState", "l", "FormPlainTextInput2", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "SVG", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "css", "FramerbGV1hUG1I", "withCSS", "bGV1hUG1I_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
