{"version":3,"file":"9Tbk6ULHUjLgs2JNuyeiQfb2CKT5CqCJuOm7bOfGKqg.DetKdtc0.mjs","names":["getProps","ObjectFitType","SrcType","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","Row","serializationHash","variantClassNames","transition1","getProps","Component","css","NavigationBar","Accordion","Footer","metadata","PropertyOverrides","Image"],"sources":["https:/framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js","https:/framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js","https:/framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js","https:/framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js","https:/framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js","https:/framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js","https:/framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js","https:/framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js","https:/framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js","https:/framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js","https:/framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js","https:/framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js","https:/framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js","https:/framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js","https:/framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js","https:/framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js","https:/framerusercontent.com/modules/SH48uekqb93dkjuWkz97/TfQcNrn4Oap24r5GnbJO/e6rHEHwKL.js","https:/framerusercontent.com/modules/NTAFAI7bnVlvTju0x9br/UJ47K6PaSaL4Y4Fq99IW/wQIsIbvtr.js","https:/framerusercontent.com/modules/arjrRIIVT1QYEQwBFFA6/FVTRlrma0uGF2BxA54wz/augiA20Il.js"],"sourcesContent":["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here — there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map","import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map","import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on. By using `useConstant`\n * you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map","import { Color } from \"framer\";\nexport function colorFromToken(color) {\n    if (color.startsWith(\"var(--token-\")) return \"rgb\" + color.split(\") /*\")[0].split(\", rgb\")[1];\n    return color;\n}\nexport function colorTokentoValue(color) {\n    return Color(colorFromToken(color)).toValue();\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"colorFromToken\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./colorFromToken.map","import { MotionValue } from \"framer\";\nexport const isMotionValue = (v)=>v instanceof MotionValue\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isMotionValue.map","import * as React from \"react\";\nconst letters = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nconst l = ()=>letters[Math.floor(Math.random() * letters.length)]\n;\nexport const randomID = ()=>l() + l() + l() + l() + l() + l() + l() + l() + l()\n;\nfunction createUniqueClass(suffix) {\n    return `framer-${suffix}-${randomID()}`;\n}\nexport function useUniqueClassName(suffix, deps) {\n    const [className, setClassName] = React.useState(createUniqueClass(suffix));\n    React.useEffect(()=>{\n        setClassName(createUniqueClass(suffix));\n    }, [\n        suffix,\n        ...deps\n    ]);\n    return className;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useUniqueClassName\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useUniqueClassName.map","import { ControlType } from \"framer\";\n// I realize this only applies to select right now\n// but we can work on it in here\nexport function getVariantControls(Component, variant, additionalControls = {\n}) {\n    return {\n        [`${variant}TextColor`]: {\n            type: ControlType.Color,\n            title: \"Text Color\",\n            defaultValue: Component.defaultProps[`${variant}TextColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}IconColor`]: {\n            type: ControlType.Color,\n            title: \"Icon Color\",\n            defaultValue: Component.defaultProps[`${variant}IconColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}BackgroundColor`]: {\n            type: ControlType.Color,\n            title: \"Bg Color\",\n            defaultValue: Component.defaultProps[`${variant}BackgroundColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}BorderColor`]: {\n            type: ControlType.Color,\n            title: \"Border Color\",\n            defaultValue: Component.defaultProps[`${variant}BorderColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}BorderWidth`]: {\n            type: ControlType.Number,\n            title: \" \",\n            min: 0,\n            max: 5,\n            displayStepper: true,\n            defaultValue: Component.defaultProps[`${variant}BorderWidth`],\n            hidden: (props)=>props.variant !== variant\n        },\n        ...additionalControls\n    };\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"getVariantControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./variantUtils.map","import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map","import { useEffect } from \"react\";\n//@ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nexport function useOnChange(value, callback) {\n    useEffect(()=>// @ts-ignore this should be detected as a MV :shrug:\n        isMotionValue(value) ? value.onChange(callback) : undefined\n    );\n}\nexport function useMultiOnChange(values, handler) {\n    useEffect(()=>{\n        const subscriptions = values.map((value)=>value.onChange(handler)\n        );\n        return ()=>subscriptions.forEach((unsubscribe)=>unsubscribe()\n            )\n        ;\n    });\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"Subscriber\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnChange.map","import { useCallback, useEffect, useRef } from \"react\";\nimport { motionValue, animate, RenderTarget } from \"framer\";\n// @ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\n// @ts-ignore\nimport { useConstant } from \"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";\nexport function useAutoMotionValue(inputValue, options) {\n    var ref;\n    // Put options on a local ref\n    // Might wanna just memo instead but it works for now\n    const optionsRef = useRef(options);\n    const animation = useRef();\n    const didInitialMount = useRef(false);\n    const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n    // in-progress - trying to figure out effect hooks\n    const onChangeDeps = (options === null || options === void 0 ? void 0 : options.onChangeDeps) ? options.onChangeDeps : [];\n    // Memoize the onChange handler\n    const onChange = useCallback(options === null || options === void 0 ? void 0 : options.onChange, [\n        ...onChangeDeps, \n    ]);\n    // Optionally scale the value from props\n    const transformer = useCallback((value)=>((ref = optionsRef.current) === null || ref === void 0 ? void 0 : ref.transform) ? optionsRef.current.transform(value) : value\n    , []);\n    // Create new MotionValue from inputValue\n    const value = useConstant(()=>isMotionValue(inputValue) ? inputValue : motionValue(transformer(inputValue))\n    );\n    // Setting value from prop change\n    useEffect(()=>{\n        if (!isMotionValue(inputValue) && didInitialMount.current) {\n            var ref1, ref2;\n            const newValue = transformer(inputValue);\n            (ref1 = animation.current) === null || ref1 === void 0 ? void 0 : ref1.stop();\n            // Call change callback\n            if (onChange) onChange(newValue, value);\n            // Trigger animation to new value\n            if (((ref2 = optionsRef.current) === null || ref2 === void 0 ? void 0 : ref2.animate) && !isOnCanvas) {\n                var ref3;\n                // @ts-ignore\n                animation.current = animate(value, newValue, (ref3 = optionsRef.current) === null || ref3 === void 0 ? void 0 : ref3.transition);\n            } else {\n                value.set(newValue);\n            }\n        }\n        didInitialMount.current = true;\n    }, [\n        inputValue,\n        ...onChangeDeps\n    ]);\n    return value;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map","import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map","import * as React from \"react\";\nexport function useControlledState(value) {\n    const [controlledValue, setValue] = React.useState(value);\n    React.useEffect(()=>{\n        setValue(value);\n    }, [\n        value\n    ]);\n    return [\n        controlledValue,\n        setValue\n    ];\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useControlledState\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useControlledState.map","import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map","import{defaultEvents,localeOptions,fontControls,fontSizeOptions,emptyStateStyle,containerStyles,fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";import{useOnEnter,useOnExit}from\"https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js\";import{useConstant}from\"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";import{colorTokentoValue,colorFromToken}from\"https://framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js\";import{isMotionValue}from\"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";import{useUniqueClassName,randomID}from\"https://framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js\";import{getVariantControls}from\"https://framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js\";import{useIsBrowserSafari}from\"https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js\";import{useMultiOnChange,useOnChange}from\"https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js\";import{mstoMinAndSec,secondsToMinutes}from\"https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js\";import{useAutoMotionValue}from\"https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js\";import{useFontControls}from\"https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js\";import{useRenderTarget,useIsInPreview,useIsOnCanvas}from\"https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js\";import{useControlledState}from\"https://framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js\";import{usePadding,useRadius,paddingControl,borderRadiusControl}from\"https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js\";import{detectAutoSizingAxis}from\"https://framerusercontent.com/modules/8CkHAZatUz1UR8jNTcfD/HwbnIAZlUmQ2oTpcLkaH/detectAutoSizingAxis.js\";export{useOnEnter,useOnExit,defaultEvents,isMotionValue,colorFromToken,colorTokentoValue,localeOptions,fontControls,fontSizeOptions,emptyStateStyle,containerStyles,fontStack,useUniqueClassName,getVariantControls,useIsBrowserSafari,randomID,useConstant,useMultiOnChange,useOnChange,usePadding,useRadius,paddingControl,borderRadiusControl,mstoMinAndSec,useFontControls,secondsToMinutes,useAutoMotionValue,useRenderTarget,useIsInPreview,useControlledState,detectAutoSizingAxis,useIsOnCanvas,};\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useUniqueClassName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getVariantControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorFromToken\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useControlledState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useFontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useAutoMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsInPreview\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"detectAutoSizingAxis\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"mstoMinAndSec\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnEnter\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks “Play”.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won’t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"0px 0px 100px 100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome – if we’re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That’s because\n// `startTime` == start == changing it shouldn’t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn’t exist,\n// you might ask? Now, that’s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the “Start Time” in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don’t know, and it\n//   always supported it, so let’s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isOnCanvas&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map","// Generated by Framer (7f69244)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"QmZp1s9dv\",\"vY0x3PkkW\"];const serializationHash=\"framer-RX7yF\";const variantClassNames={QmZp1s9dv:\"framer-v-17pauy\",vY0x3PkkW:\"framer-v-y6byye\"};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:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"QmZp1s9dv\",Open:\"vY0x3PkkW\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"QmZp1s9dv\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};};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,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QmZp1s9dv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1sxnxrn=activeVariantCallback(async(...args)=>{setVariant(\"vY0x3PkkW\");});const onTap1mhbzxz=activeVariantCallback(async(...args)=>{setVariant(\"QmZp1s9dv\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"vY0x3PkkW\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-17pauy\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"QmZp1s9dv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({vY0x3PkkW:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fs5las\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pIE9q6wyk\",onTap:onTap1sxnxrn,...addPropertyOverrides({vY0x3PkkW:{onTap:onTap1mhbzxz}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bx64xm\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"wSHyht0h1\",style:{rotate:0},variants:{vY0x3PkkW:{rotate:45}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-hanlsa\",layoutDependency:layoutDependency,layoutId:\"rOTlRWJFD\",style:{backgroundColor:\"rgb(10, 128, 198)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-colkc4\",layoutDependency:layoutDependency,layoutId:\"XFqdwLdhH\",style:{backgroundColor:\"rgb(10, 128, 198)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(10, 128, 198))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-g7o1bz\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"KdZ6ZsNuS\",style:{\"--extracted-r6o4lv\":\"rgb(10, 128, 198)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-18dxcup\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"M8GRu2cq9\",style:{opacity:0},variants:{vY0x3PkkW:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 70, 69))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-1n0v7i3\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"G2XRldHD7\",style:{\"--extracted-r6o4lv\":\"rgb(71, 70, 69)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:T8rQFvSBR,variants:{vY0x3PkkW:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RX7yF.framer-1mp3hea, .framer-RX7yF .framer-1mp3hea { display: block; }\",\".framer-RX7yF.framer-17pauy { 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: 0px; position: relative; width: 400px; }\",\".framer-RX7yF .framer-fs5las { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 40px; position: relative; user-select: none; width: 100%; }\",\".framer-RX7yF .framer-bx64xm { flex: none; height: 16px; left: 0px; overflow: hidden; position: absolute; top: 25px; width: 16px; z-index: 1; }\",\".framer-RX7yF .framer-hanlsa { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-RX7yF .framer-colkc4 { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-RX7yF .framer-g7o1bz { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-RX7yF .framer-18dxcup { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 20px 40px; position: relative; width: 100%; }\",\".framer-RX7yF .framer-1n0v7i3 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RX7yF.framer-17pauy, .framer-RX7yF .framer-fs5las, .framer-RX7yF .framer-18dxcup { gap: 0px; } .framer-RX7yF.framer-17pauy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RX7yF.framer-17pauy > :first-child, .framer-RX7yF .framer-18dxcup > :first-child { margin-top: 0px; } .framer-RX7yF.framer-17pauy > :last-child, .framer-RX7yF .framer-18dxcup > :last-child { margin-bottom: 0px; } .framer-RX7yF .framer-fs5las > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-RX7yF .framer-fs5las > :first-child { margin-left: 0px; } .framer-RX7yF .framer-fs5las > :last-child { margin-right: 0px; } .framer-RX7yF .framer-18dxcup > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 88\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vY0x3PkkW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framere6rHEHwKL=withCSS(Component,css,\"framer-RX7yF\");export default Framere6rHEHwKL;Framere6rHEHwKL.displayName=\"Row\";Framere6rHEHwKL.defaultProps={height:88,width:400};addPropertyControls(Framere6rHEHwKL,{variant:{options:[\"QmZp1s9dv\",\"vY0x3PkkW\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(Framere6rHEHwKL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere6rHEHwKL\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"88\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vY0x3PkkW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e6rHEHwKL.map","// Generated by Framer (7f69244)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Row from\"https://framerusercontent.com/modules/SH48uekqb93dkjuWkz97/TfQcNrn4Oap24r5GnbJO/e6rHEHwKL.js\";const RowFonts=getFonts(Row);const serializationHash=\"framer-iJaZU\";const variantClassNames={Z20Pv0HYW:\"framer-v-bd5bkr\"};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:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const 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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Z20Pv0HYW\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-bd5bkr\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Z20Pv0HYW\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fl9ww5-container\",layoutDependency:layoutDependency,layoutId:\"WQDjbD6vi-container\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"WQDjbD6vi\",layoutId:\"WQDjbD6vi\",style:{width:\"100%\"},T8rQFvSBR:\"Soberly is a personalized app to help track your drinking habits, reduce alcohol intake, and achieve sobriety. It offers goal-setting, log drinks, and progress tracking to support a healthier lifestyle.\",variant:\"QmZp1s9dv\",W88zB8mIG:\"What is Soberly?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g1nbwf\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"oXfvWHvAd\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+119,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j0x5k3-container\",layoutDependency:layoutDependency,layoutId:\"jG2GxiJdk-container\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"jG2GxiJdk\",layoutId:\"jG2GxiJdk\",style:{width:\"100%\"},T8rQFvSBR:\"Soberly starts by asking about your drinking patterns, triggers, and goals, such as reducing alcohol intake or saving money. This helps create a tailored plan to fit your needs.\",variant:\"QmZp1s9dv\",W88zB8mIG:\"How does the onboarding process work?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jcr6hx\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"WWD7uCb0z\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+238,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jlswx9-container\",layoutDependency:layoutDependency,layoutId:\"uvixSxTyx-container\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"uvixSxTyx\",layoutId:\"uvixSxTyx\",style:{width:\"100%\"},T8rQFvSBR:\"Yes, Soberly allows you to log the cost of each drink, helping you see how much you’re spending. This feature supports users looking to cut down on alcohol expenses.\",variant:\"QmZp1s9dv\",W88zB8mIG:\"Can I track my spending on drinks?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h6mlxc\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"m1XbQ7r4C\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+357,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yazl6w-container\",layoutDependency:layoutDependency,layoutId:\"NaVHJXl2Q-container\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"NaVHJXl2Q\",layoutId:\"NaVHJXl2Q\",style:{width:\"100%\"},T8rQFvSBR:\"The app provides weekly reports showing your drinking patterns, money saved, and emotional triggers. It helps you stay motivated by visualizing your progress.\",variant:\"QmZp1s9dv\",W88zB8mIG:\"How does Soberly track my progress?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-114mbc8\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"gyBEbLjhr\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+476,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1avqs0n-container\",layoutDependency:layoutDependency,layoutId:\"VS54ZdYYc-container\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"VS54ZdYYc\",layoutId:\"VS54ZdYYc\",style:{width:\"100%\"},T8rQFvSBR:\"Soberly includes activities like journaling, meditation, and walking to help you cope with triggers and reduce stress. These activities promote healthier coping mechanisms.\",variant:\"QmZp1s9dv\",W88zB8mIG:\"What activities does Soberly recommend?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1icz28t\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"rrd1N2PvY\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+595,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6u90fe-container\",layoutDependency:layoutDependency,layoutId:\"hZPz55WfH-container\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"hZPz55WfH\",layoutId:\"hZPz55WfH\",style:{width:\"100%\"},T8rQFvSBR:\"Yes, you can track emotional triggers like stress, sadness, or social pressure whenever you feel the urge to drink. This helps identify patterns for better control.\",variant:\"QmZp1s9dv\",W88zB8mIG:\" Can I log emotional triggers in the app?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ligh1i\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"aFbRLUTCz\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+714,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hlakk1-container\",layoutDependency:layoutDependency,layoutId:\"AnMk69hw8-container\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"AnMk69hw8\",layoutId:\"AnMk69hw8\",style:{width:\"100%\"},T8rQFvSBR:\"You can earn badges for achieving goals like reducing alcohol consumption, completing activities, and saving money. These rewards keep you motivated on your journey.\",variant:\"QmZp1s9dv\",W88zB8mIG:\"What badges can I earn in Soberly?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a55m9t\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"n2K80r0wu\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:118,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+833,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pd6sh9-container\",layoutDependency:layoutDependency,layoutId:\"ltpPtjWPq-container\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"ltpPtjWPq\",layoutId:\"ltpPtjWPq\",style:{width:\"100%\"},T8rQFvSBR:\"The app offers personalized suggestions like yoga, creative exercises, and mindfulness to reduce stress. It encourages healthier alternatives to drinking.\",variant:\"QmZp1s9dv\",W88zB8mIG:\"How does Soberly help with stress management?\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iJaZU.framer-1p8d9gw, .framer-iJaZU .framer-1p8d9gw { display: block; }\",\".framer-iJaZU.framer-bd5bkr { 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: 0px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-iJaZU .framer-1fl9ww5-container, .framer-iJaZU .framer-j0x5k3-container, .framer-iJaZU .framer-jlswx9-container, .framer-iJaZU .framer-yazl6w-container, .framer-iJaZU .framer-1avqs0n-container, .framer-iJaZU .framer-6u90fe-container, .framer-iJaZU .framer-1hlakk1-container, .framer-iJaZU .framer-pd6sh9-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-iJaZU .framer-1g1nbwf, .framer-iJaZU .framer-1jcr6hx, .framer-iJaZU .framer-1h6mlxc, .framer-iJaZU .framer-114mbc8, .framer-iJaZU .framer-1icz28t, .framer-iJaZU .framer-1ligh1i, .framer-iJaZU .framer-a55m9t { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iJaZU.framer-bd5bkr { gap: 0px; } .framer-iJaZU.framer-bd5bkr > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-iJaZU.framer-bd5bkr > :first-child { margin-top: 0px; } .framer-iJaZU.framer-bd5bkr > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 535\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwQIsIbvtr=withCSS(Component,css,\"framer-iJaZU\");export default FramerwQIsIbvtr;FramerwQIsIbvtr.displayName=\"Accordion\";FramerwQIsIbvtr.defaultProps={height:535,width:1e3};addFonts(FramerwQIsIbvtr,[{explicitInter:true,fonts:[]},...RowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwQIsIbvtr\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"535\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1000\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (1b27997)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useRouteElementId,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js\";import NavigationBar from\"#framer/local/canvasComponent/GYJijCzjS/GYJijCzjS.js\";import Accordion from\"#framer/local/canvasComponent/wQIsIbvtr/wQIsIbvtr.js\";import Footer from\"#framer/local/canvasComponent/xCxdpZNcS/xCxdpZNcS.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationBarFonts=getFonts(NavigationBar);const VideoFonts=getFonts(Video);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const AccordionFonts=getFonts(Accordion);const FooterFonts=getFonts(Footer);const breakpoints={melvs3qce:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\",ZOSZZiR6x:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-3O6M3\";const variantClassNames={melvs3qce:\"framer-v-1j9suu5\",WQLkyLRf1:\"framer-v-72rtr7\",ZOSZZiR6x:\"framer-v-rhh8ep\"};const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition1={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation,tokenization:\"character\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const textEffect1={effect:animation,startDelay:1.2,tokenization:\"word\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const transition2={bounce:.2,delay:2,duration:1.5,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-132,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition3};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"melvs3qce\",Tablet:\"ZOSZZiR6x\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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 metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"wWgXNaNAh\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"xvjXRK_bn\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"ocm_pfS1c\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"gW7yGpi3G\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"i2Ldl5w2E\");const ref5=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:82,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pfuca9-container\",layoutScroll:true,nodeId:\"LIkRFTIOH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{variant:\"Dq7pwjogD\"},ZOSZZiR6x:{variant:\"ADRuKT0IW\"}},children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"LIkRFTIOH\",layoutId:\"LIkRFTIOH\",style:{width:\"100%\"},variant:\"YYXWNDzwS\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1evmpyt\",\"data-framer-name\":\"empty frame\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q5rgvy\",\"data-framer-name\":\"hero section\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q1eyal-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"kTbIAc9o7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"kTbIAc9o7\",isMixedBorderRadius:false,layoutId:\"kTbIAc9o7\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/IG9A0qihUq4PpmZikBDvasA86E.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/YypiMqFOxB1uF8B3jUky4zwZHA.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2s9f3h\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fg1bh5\",\"data-framer-name\":\"text and button\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kp8j2y\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.72px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"Sober Living,\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"Happier You\"})]})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.24px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Sober Living,\",/*#__PURE__*/_jsx(\"br\",{}),\"Happier You\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.24px\",\"--framer-line-height\":\"76px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Sober Living,\",/*#__PURE__*/_jsx(\"br\",{}),\"Happier You\"]})}),className:\"framer-1aqgv64\",\"data-framer-name\":\"Build Healthier Drinking Habits.\",effect:textEffect,fonts:[\"Inter-Bold\"],id:elementId1,ref:ref2,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.72)\"},children:\"A healthier, more fulfilling life awaits.\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.72)\"},children:\"Quit alcohol to feel more present,\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.72)\"},children:\"balanced, and energized\"})]})},ZOSZZiR6x:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"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\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.72)\"},children:\"A healthier, more fulfilling life awaits.\"}),/*#__PURE__*/_jsx(\"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\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.72)\"},children:\"Quit alcohol to feel more present,\"}),/*#__PURE__*/_jsx(\"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\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.72)\"},children:\"balanced, and energized\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.72)\"},children:\"A healthier, more fulfilling life awaits.\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.72)\"},children:\"Quit alcohol to feel more present,\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.72)\"},children:\"balanced, and energized\"})]}),className:\"framer-1pge5nh\",\"data-framer-name\":\"Use neuroscience to reframe your relationship with alcohol and unlock the healthiest, happiest you.\",effect:textEffect1,fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/soberly-quit-alcohol-app/id6480185029\",motionChild:true,nodeId:\"kTSeoAPvp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{initial:animation3}},children:/*#__PURE__*/_jsx(MotionAWithOptimizedAppearEffect,{animate:animation1,className:\"framer-101snpm framer-lux5qc\",\"data-framer-appear-id\":\"101snpm\",\"data-framer-name\":\"button\",initial:animation2,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Download Soberly from the Apple Store to quit drinking and live alcohol-free.\",fit:\"fill\",intrinsicHeight:130,intrinsicWidth:395,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+90+204+0+142+0),pixelHeight:260,pixelWidth:790,sizes:\"145.8462px\",src:\"https://framerusercontent.com/images/37Qa5bZQd8gbt1tyYw7o6FtEdcg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/37Qa5bZQd8gbt1tyYw7o6FtEdcg.png?scale-down-to=512 512w,https://framerusercontent.com/images/37Qa5bZQd8gbt1tyYw7o6FtEdcg.png 790w\"}},ZOSZZiR6x:{background:{alt:\"Download Soberly from the Apple Store to quit drinking and live alcohol-free.\",fit:\"fill\",intrinsicHeight:130,intrinsicWidth:395,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+90+0+172+0),pixelHeight:260,pixelWidth:790,sizes:\"145.8462px\",src:\"https://framerusercontent.com/images/37Qa5bZQd8gbt1tyYw7o6FtEdcg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/37Qa5bZQd8gbt1tyYw7o6FtEdcg.png?scale-down-to=512 512w,https://framerusercontent.com/images/37Qa5bZQd8gbt1tyYw7o6FtEdcg.png 790w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"button\",background:{alt:\"Download Soberly from the Apple Store to quit drinking and live alcohol-free.\",fit:\"fill\",intrinsicHeight:130,intrinsicWidth:395,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+120+0+212+0),pixelHeight:260,pixelWidth:790,sizes:\"145.8462px\",src:\"https://framerusercontent.com/images/37Qa5bZQd8gbt1tyYw7o6FtEdcg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/37Qa5bZQd8gbt1tyYw7o6FtEdcg.png?scale-down-to=512 512w,https://framerusercontent.com/images/37Qa5bZQd8gbt1tyYw7o6FtEdcg.png 790w\"},className:\"framer-13vsdcw\",\"data-framer-name\":\"Appstore.svg.white\",\"data-reset\":\"button\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d9abh5\",\"data-framer-name\":\"app features\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-szq4hc\",\"data-framer-name\":\"heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Features that Empower\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"your Journey to a Sober,\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Stronger You!\"})]})},ZOSZZiR6x:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{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\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Features that Empower your\"}),/*#__PURE__*/_jsx(\"h2\",{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\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Journey to a Sober, Stronger You!\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Features that Empower your\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Journey to a Sober, Stronger You!\"})]}),className:\"framer-1fbze09\",\"data-framer-name\":\"text\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-afw4uu\",\"data-framer-name\":\"personalized goal\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n7gnyq\",\"data-framer-name\":\"iPhone 14 Pro\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Soberly app home screen featuring sobriety progress tracking, daily motivation, and alcohol reduction tools.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+602+48+604+0+0+22.1515),pixelHeight:2436,pixelWidth:1125,sizes:\"237.4272px\",src:\"https://framerusercontent.com/images/1BxMYN0R1Mwwr0hWfL9e7vDo0.jpg\",srcSet:\"https://framerusercontent.com/images/1BxMYN0R1Mwwr0hWfL9e7vDo0.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/1BxMYN0R1Mwwr0hWfL9e7vDo0.jpg 1125w\"}},ZOSZZiR6x:{background:{alt:\"Soberly app home screen featuring sobriety progress tracking, daily motivation, and alcohol reduction tools.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+682+64+152+0+22.1515),pixelHeight:2436,pixelWidth:1125,sizes:\"237.4272px\",src:\"https://framerusercontent.com/images/1BxMYN0R1Mwwr0hWfL9e7vDo0.jpg\",srcSet:\"https://framerusercontent.com/images/1BxMYN0R1Mwwr0hWfL9e7vDo0.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/1BxMYN0R1Mwwr0hWfL9e7vDo0.jpg 1125w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"main\",background:{alt:\"Soberly app home screen featuring sobriety progress tracking, daily motivation, and alcohol reduction tools.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+882+96+216+0+27),pixelHeight:2436,pixelWidth:1125,sizes:\"279px\",src:\"https://framerusercontent.com/images/1BxMYN0R1Mwwr0hWfL9e7vDo0.jpg\",srcSet:\"https://framerusercontent.com/images/1BxMYN0R1Mwwr0hWfL9e7vDo0.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/1BxMYN0R1Mwwr0hWfL9e7vDo0.jpg 1125w\"},className:\"framer-1jstdr7\",\"data-framer-name\":\"replace image\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Soberly app home screen featuring sobriety progress tracking, daily motivation, and alcohol reduction tools.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+602+48+604+0+0+0),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"284.0748px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"}},ZOSZZiR6x:{background:{alt:\"Soberly app home screen featuring sobriety progress tracking, daily motivation, and alcohol reduction tools.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+682+64+152+0+0),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"284.0748px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Soberly app home screen featuring sobriety progress tracking, daily motivation, and alcohol reduction tools.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+882+96+216+0+0),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"334.8025px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"},className:\"framer-884tmv\",\"data-framer-name\":\"phone.png\",transformTemplate:transformTemplate1})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dp177y\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{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\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Personalized Goals for\"}),/*#__PURE__*/_jsx(\"p\",{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\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Mindful Drinking\"})]})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Personalized Goals for Mindful Drinking\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Personalized Goals for Mindful Drinking\"})}),className:\"framer-1nz8kii\",\"data-framer-name\":\"Neuroscience Alcohol Reduction Program\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Start your journey towards mindful drinking by setting tailored goals, whether it’s to cut down alcohol intake, enhance your health, or reduce spending. Customize your preferences to monitor drinking habits, empowering you to achieve your wellness objectives.\"})})},ZOSZZiR6x:{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\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Start your journey towards mindful drinking by setting tailored goals, whether it’s to cut down alcohol intake, enhance your health, or reduce spending. Customize your preferences to monitor drinking habits, empowering you to achieve your wellness objectives.\"})})}},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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Start your journey towards mindful drinking by setting tailored goals, whether it’s to cut down alcohol intake, enhance your health, or reduce spending. Customize your preferences to monitor drinking habits, empowering you to achieve your wellness objectives.\"})}),className:\"framer-lg9xv2\",\"data-framer-name\":\"The heart of Reframe is our exclusive program, developed by leading experts in the fields of mental health and medicine. Visit your Daily Tasks to learn something new, every day.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k5ny59\",\"data-framer-name\":\"log drinks\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kucm49\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{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\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Effortless Log Drinks\"}),/*#__PURE__*/_jsx(\"p\",{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\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"with Expense Tracking\"})]})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Effortless Log Drinks with Expense Tracking\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Effortless Log Drinks with Expense Tracking\"})}),className:\"framer-utrhv6\",\"data-framer-name\":\"Neuroscience Alcohol Reduction Program\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Efficiently log each drink using our smart drink tracker. Capture essential details such as drink type, quantity, and cost, while tracking your spending patterns. By visualizing your drinking history, Soberly helps you identify triggers and build healthier habits\"})})},ZOSZZiR6x:{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\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Efficiently log each drink using our smart drink tracker. Capture essential details such as drink type, quantity, and cost, while tracking your spending patterns. By visualizing your drinking history, Soberly helps you identify triggers and build healthier habits\"})})}},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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Efficiently log each drink using our smart drink tracker. Capture essential details such as drink type, quantity, and cost, while tracking your spending patterns. By visualizing your drinking history, Soberly helps you identify triggers and build healthier habits\"})}),className:\"framer-hn0pil\",\"data-framer-name\":\"The heart of Reframe is our exclusive program, developed by leading experts in the fields of mental health and medicine. Visit your Daily Tasks to learn something new, every day.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vvq7mx\",\"data-framer-name\":\"iPhone 14\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Soberly app screen for logging alcohol consumption and tracking expenses saved by reducing drinking habits.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+602+48+1692+0+0+23),pixelHeight:2436,pixelWidth:1125,sizes:\"237.5px\",src:\"https://framerusercontent.com/images/oauoh2J0jDR19wHvg0JZWCixxz0.jpg\",srcSet:\"https://framerusercontent.com/images/oauoh2J0jDR19wHvg0JZWCixxz0.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/oauoh2J0jDR19wHvg0JZWCixxz0.jpg 1125w\"},transformTemplate:transformTemplate1},ZOSZZiR6x:{background:{alt:\"Soberly app screen for logging alcohol consumption and tracking expenses saved by reducing drinking habits.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+682+64+776+0+23),pixelHeight:2436,pixelWidth:1125,sizes:\"237.5px\",src:\"https://framerusercontent.com/images/oauoh2J0jDR19wHvg0JZWCixxz0.jpg\",srcSet:\"https://framerusercontent.com/images/oauoh2J0jDR19wHvg0JZWCixxz0.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/oauoh2J0jDR19wHvg0JZWCixxz0.jpg 1125w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Soberly app screen for logging alcohol consumption and tracking expenses saved by reducing drinking habits.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+882+96+972+0+28),pixelHeight:2436,pixelWidth:1125,sizes:\"279px\",src:\"https://framerusercontent.com/images/oauoh2J0jDR19wHvg0JZWCixxz0.jpg\",srcSet:\"https://framerusercontent.com/images/oauoh2J0jDR19wHvg0JZWCixxz0.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/oauoh2J0jDR19wHvg0JZWCixxz0.jpg 1125w\"},className:\"framer-10c6n1v\",\"data-framer-name\":\"replace image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Soberly app screen for logging alcohol consumption and tracking expenses saved by reducing drinking habits.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+602+48+1692+0+0+0),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"},transformTemplate:transformTemplate1},ZOSZZiR6x:{background:{alt:\"Soberly app screen for logging alcohol consumption and tracking expenses saved by reducing drinking habits.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+682+64+776+0+0),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Soberly app screen for logging alcohol consumption and tracking expenses saved by reducing drinking habits.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+882+96+972+0+0),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"335px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"},className:\"framer-1rfp6mt\",\"data-framer-name\":\"phone.png\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1053kgt\",\"data-framer-name\":\"accurate insights\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13mtuqx\",\"data-framer-name\":\"iPhone 14\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Soberly app weekly insights overview with analytics on drinking patterns and progress reports.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+602+48+2780+0+0+23.2123),pixelHeight:2436,pixelWidth:1125,sizes:\"237.5px\",src:\"https://framerusercontent.com/images/kPwDf9eI2dbUa8ujNXd3bV51GMw.jpg\",srcSet:\"https://framerusercontent.com/images/kPwDf9eI2dbUa8ujNXd3bV51GMw.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/kPwDf9eI2dbUa8ujNXd3bV51GMw.jpg 1125w\"},transformTemplate:transformTemplate1},ZOSZZiR6x:{background:{alt:\"Soberly app weekly insights overview with analytics on drinking patterns and progress reports.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+682+64+1400+0+23.2123),pixelHeight:2436,pixelWidth:1125,sizes:\"237.5px\",src:\"https://framerusercontent.com/images/kPwDf9eI2dbUa8ujNXd3bV51GMw.jpg\",srcSet:\"https://framerusercontent.com/images/kPwDf9eI2dbUa8ujNXd3bV51GMw.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/kPwDf9eI2dbUa8ujNXd3bV51GMw.jpg 1125w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Soberly app weekly insights overview with analytics on drinking patterns and progress reports.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+882+96+1728+0+28),pixelHeight:2436,pixelWidth:1125,sizes:\"279px\",src:\"https://framerusercontent.com/images/kPwDf9eI2dbUa8ujNXd3bV51GMw.jpg\",srcSet:\"https://framerusercontent.com/images/kPwDf9eI2dbUa8ujNXd3bV51GMw.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/kPwDf9eI2dbUa8ujNXd3bV51GMw.jpg 1125w\"},className:\"framer-1ubywoi\",\"data-framer-name\":\"replace image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Soberly app weekly insights overview with analytics on drinking patterns and progress reports.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+602+48+2780+0+0+.2123),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"}},ZOSZZiR6x:{background:{alt:\"Soberly app weekly insights overview with analytics on drinking patterns and progress reports.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+682+64+1400+0+.2123),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Soberly app weekly insights overview with analytics on drinking patterns and progress reports.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+882+96+1728+0+0),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"335px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"},className:\"framer-ude3o4\",\"data-framer-name\":\"phone.png\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7e81v0\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{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\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Accurate Insights to Support\"}),/*#__PURE__*/_jsx(\"p\",{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\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Your Sobriety Journey\"})]})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Accurate Insights to Support Your Sobriety Journey\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Accurate Insights to Support Your Sobriety Journey\"})}),className:\"framer-ljgksq\",\"data-framer-name\":\"Neuroscience Alcohol Reduction Program\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Access comprehensive weekly reports that highlight your drinking patterns, progress in money saved, and overall improvements. Unlock motivational badges as you reach key milestones, providing continuous encouragement to stick to your goals.\"})})},ZOSZZiR6x:{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\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Access comprehensive weekly reports that highlight your drinking patterns, progress in money saved, and overall improvements. Unlock motivational badges as you reach key milestones, providing continuous encouragement to stick to your goals.\"})})}},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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Access comprehensive weekly reports that highlight your drinking patterns, progress in money saved, and overall improvements. Unlock motivational badges as you reach key milestones, providing continuous encouragement to stick to your goals.\"})}),className:\"framer-1k5cfu9\",\"data-framer-name\":\"The heart of Reframe is our exclusive program, developed by leading experts in the fields of mental health and medicine. Visit your Daily Tasks to learn something new, every day.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x76jzt\",\"data-framer-name\":\"coping strategies\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1taakhs\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{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\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Coping Strategies for\"}),/*#__PURE__*/_jsx(\"h2\",{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\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Stress Management\"})]})},ZOSZZiR6x:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Coping Strategies for\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Stress Management\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Coping Strategies for\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"rgb(10, 128, 198)\"},children:\"Stress Management\"})]}),className:\"framer-452cxo\",\"data-framer-name\":\"Neuroscience Alcohol Reduction Program\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Utilize effective coping strategies like yoga, meditation, and exercise to manage stress. Soberly enables you to log emotional triggers, whether it’s social pressure, sadness, or anxiety, helping you develop healthier responses.\"})})},ZOSZZiR6x:{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\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Utilize effective coping strategies like yoga, meditation, and exercise to manage stress. Soberly enables you to log emotional triggers, whether it’s social pressure, sadness, or anxiety, helping you develop healthier responses.\"})})}},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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Utilize effective coping strategies like yoga, meditation, and exercise to manage stress. Soberly enables you to log emotional triggers, whether it’s social pressure, sadness, or anxiety, helping you develop healthier responses.\"})}),className:\"framer-bn6eg2\",\"data-framer-name\":\"The heart of Reframe is our exclusive program, developed by leading experts in the fields of mental health and medicine. Visit your Daily Tasks to learn something new, every day.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e0ywhu\",\"data-framer-name\":\"iPhone 14\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Soberly app screen with coping strategies and interactive activities for stress management and alcohol-free living.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+602+48+3868+0+0+22.9623),pixelHeight:2436,pixelWidth:1125,sizes:\"237.5px\",src:\"https://framerusercontent.com/images/aWEtlODuuErdUEDUUfqfrYjjxTU.jpg\",srcSet:\"https://framerusercontent.com/images/aWEtlODuuErdUEDUUfqfrYjjxTU.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/aWEtlODuuErdUEDUUfqfrYjjxTU.jpg 1125w\"},transformTemplate:transformTemplate1},ZOSZZiR6x:{background:{alt:\"Soberly app screen with coping strategies and interactive activities for stress management and alcohol-free living.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+682+64+2024+0+22.9623),pixelHeight:2436,pixelWidth:1125,sizes:\"237.5px\",src:\"https://framerusercontent.com/images/aWEtlODuuErdUEDUUfqfrYjjxTU.jpg\",srcSet:\"https://framerusercontent.com/images/aWEtlODuuErdUEDUUfqfrYjjxTU.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/aWEtlODuuErdUEDUUfqfrYjjxTU.jpg 1125w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Soberly app screen with coping strategies and interactive activities for stress management and alcohol-free living.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+882+96+2484+0+28),pixelHeight:2436,pixelWidth:1125,sizes:\"279px\",src:\"https://framerusercontent.com/images/aWEtlODuuErdUEDUUfqfrYjjxTU.jpg\",srcSet:\"https://framerusercontent.com/images/aWEtlODuuErdUEDUUfqfrYjjxTU.jpg?scale-down-to=2048 945w,https://framerusercontent.com/images/aWEtlODuuErdUEDUUfqfrYjjxTU.jpg 1125w\"},className:\"framer-1efj11i\",\"data-framer-name\":\"replace image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Soberly app screen with coping strategies and interactive activities for stress management and alcohol-free living.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+602+48+3868+0+0+.2123),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"},transformTemplate:transformTemplate1},ZOSZZiR6x:{background:{alt:\"Soberly app screen with coping strategies and interactive activities for stress management and alcohol-free living.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+682+64+2024+0+.2123),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Soberly app screen with coping strategies and interactive activities for stress management and alcohol-free living.\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+882+96+2484+0+0),pixelHeight:2064,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"335px\",src:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png\",srcSet:\"https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=1024 519w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png?scale-down-to=2048 1039w,https://framerusercontent.com/images/pLKwgFjbBLCVPXZx0ZTMvu8JJs.png 1048w\"},className:\"framer-qj5pwz\",\"data-framer-name\":\"phone.png\"})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5334),pixelHeight:2e3,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/duvjhUkVyhudObKS8cvfyzBeGBk.jpg\",srcSet:\"https://framerusercontent.com/images/duvjhUkVyhudObKS8cvfyzBeGBk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/duvjhUkVyhudObKS8cvfyzBeGBk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/duvjhUkVyhudObKS8cvfyzBeGBk.jpg 2000w\"}},ZOSZZiR6x:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3394),pixelHeight:770,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/EBeaMrSk9zlxP9HacNrdMYOtgY.webp\",srcSet:\"https://framerusercontent.com/images/EBeaMrSk9zlxP9HacNrdMYOtgY.webp?scale-down-to=512 512w,https://framerusercontent.com/images/EBeaMrSk9zlxP9HacNrdMYOtgY.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/EBeaMrSk9zlxP9HacNrdMYOtgY.webp 2000w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4218),pixelHeight:770,pixelWidth:2e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/EBeaMrSk9zlxP9HacNrdMYOtgY.webp\",srcSet:\"https://framerusercontent.com/images/EBeaMrSk9zlxP9HacNrdMYOtgY.webp?scale-down-to=512 512w,https://framerusercontent.com/images/EBeaMrSk9zlxP9HacNrdMYOtgY.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/EBeaMrSk9zlxP9HacNrdMYOtgY.webp 2000w\"},className:\"framer-w4kjpm\",\"data-framer-name\":\"image\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1filh59\",\"data-framer-name\":\"icon and text\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-bz2jf1\",\"data-framer-name\":\"app icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 72 72\"><path d=\"M 42.339 6.609 C 46.835 15.191 46.669 20.727 46.669 20.727 C 47.176 28.269 46.903 43.594 46.903 43.594 C 46.903 43.594 43.748 67.627 32.793 61.943 C 33.127 62.114 33.453 62.257 33.772 62.376 L 38.049 62.407 C 44.796 59.639 46.902 43.594 46.902 43.594 C 46.902 43.594 47.175 28.269 46.669 20.727 C 46.669 20.727 46.684 20.197 46.573 19.211 C 46.574 19.266 46.689 25.504 37.094 31.403 C 36.694 31.649 36.299 31.891 35.911 32.13 C 31.077 35.094 27.124 37.518 24.291 40.459 C 25.01 37.426 25.396 33.984 20.68 35.693 C 15.231 37.668 12.439 42.777 12.439 42.777 C 14.041 29.389 22.201 26.8 29.062 24.624 C 32.114 23.655 34.909 22.769 36.754 21.049 C 42.748 15.464 42.339 6.609 42.339 6.609 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 46.669 20.727 C 46.669 20.727 54.079 29.004 55.754 42.321 C 57.428 55.638 49.135 66.667 37.413 63.812 C 29.168 61.803 24.02 54.459 25.547 45.958 C 27.569 34.701 46.213 31.578 46.669 20.727 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 29.67 10.731 C 32.66 10.731 35.085 13.155 35.085 16.146 C 35.085 19.136 32.66 21.561 29.67 21.561 C 26.679 21.561 24.255 19.136 24.255 16.146 C 24.255 13.155 26.679 10.731 29.67 10.731 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 46.963 38.249 C 51.826 27.827 46.669 20.727 46.669 20.727 C 46.212 31.578 27.569 34.701 25.547 45.958 C 24.348 52.628 27.26 58.586 32.552 61.814 C 34.005 62.699 35.637 63.379 37.412 63.812 C 44.757 65.601 50.756 61.939 53.8 55.679 C 51.292 60.754 44.914 62.295 40.783 60.361 C 36.984 58.583 36.411 54.78 37.324 52.097 C 38.632 48.248 44.273 44.013 46.963 38.249 Z\" fill=\"rgba(255, 255, 255, 0.4)\" opacity=\"0.3\"></path><path d=\"M 37.424 56.939 L 37.405 56.891 L 37.417 56.925 Z M 46.963 38.249 C 51.826 27.827 46.669 20.727 46.669 20.727 C 46.212 31.578 27.569 34.701 25.546 45.958 C 25.443 46.537 25.37 47.11 25.327 47.677 C 25.371 47.327 26.275 40.935 33.648 36.387 C 41.231 31.711 45.335 34.021 45.453 37.386 C 45.572 40.752 42.638 44.107 40.572 46.468 C 38.524 48.808 35.476 51.866 37.367 56.793 C 36.775 55.222 36.845 53.505 37.324 52.097 C 38.632 48.248 44.273 44.013 46.963 38.249 Z\" fill=\"#6c757b\" opacity=\"0.3\"></path></svg>',svgContentId:9255714260,withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Within 2 weeks of quitting alcohol, 80% of people reported an increase in energy levels and productivity\"})}),fonts:[\"Inter-SemiBold\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Within 2 weeks of quitting alcohol,\"}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"80% of people reported an increase\"}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"in energy levels and productivity\"})]}),fonts:[\"Inter-SemiBold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.36px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Within 2 weeks of quitting alcohol,\"}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.36px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"80% of people reported an increase\"}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.36px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"in energy levels and productivity\"})]}),className:\"framer-7625ds\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o9kscz\",\"data-framer-name\":\"overlay\"})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ss0gdf\",\"data-framer-name\":\"Testimonials 3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s6i9f0\",\"data-framer-name\":\"heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"See how Soberly is helping individuals reclaim their lives, one step at a time!\"})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{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\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"See how Soberly is helping individuals\"}),/*#__PURE__*/_jsx(\"h2\",{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\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"reclaim their lives, one step at a time!\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"See how Soberly is helping individuals\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"reclaim their lives, one step at a time!\"})]}),className:\"framer-8t6p8\",\"data-framer-name\":\"text\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4cwd2n\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12huiso\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-63v31e\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2tidrb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tsyu8v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Andrew\"})}),className:\"framer-1eq8iio\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4n1zaa\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-m89ujo\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5dolem\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1n5r8mo\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-529mah\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1k6o725\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"An amazing app that keeps me consistent! The engaging activities make staying on track easier and enjoyable. Recording zero drinks every day feels like a true accomplishment. Proud to have achieved a 14-day sober streak so far!\"})}),className:\"framer-18v8w58\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1auswga\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p97vm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Amanda\"})}),className:\"framer-b2rznf\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7l5ncs\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-13ax2wk\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1624dnn\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-it2nhg\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xr3hag\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-s2jrv\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:'Soberly has been a transformative tool in my journey toward sobriety. The daily motivational insights and personalized progress updates keep me focused and inspired. I love how the app blends science-backed strategies with a compassionate approach, making the process feel empowering rather than overwhelming. It’s like having a supportive coach in my pocket, always cheering me on!\"'})}),className:\"framer-dkae5x\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1da8a4c\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2m3ubu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Sarah\"})}),className:\"framer-1puz3qc\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1syg5en\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-s6zeyk\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-f2z3zq\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kawot4\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1bf1bp3\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16vaffw\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"I love how intuitive and supportive Soberly is! Tracking my progress has never been easier, and I genuinely look forward to the daily motivational quotes.\"})}),className:\"framer-oclcfa\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iwso5g\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-28dnsd\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b34dmv\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lzthby\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Elizabeth\"})}),className:\"framer-1jhegr4\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9bwdvz\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2r6ut7\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yrwbwi\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12h6ebg\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fntfzb\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wv747z\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Transformative app for quitting alcohol! Using Soberly for a few months has truly been life-changing. The app is incredibly user-friendly, offering daily motivational quotes, personalized progress tracking, and insightful tools that genuinely support your journey to sobriety. It feels like having a trusted companion who understands the challenges of quitting and helps overcome them with ease.\"})}),className:\"framer-16eo8d4\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dabtfi\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nhq67e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Christopher\"})}),className:\"framer-1n1m9ee\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iirjzj\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-109793g\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12hbuhv\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-uok97n\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-100nall\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-25by7e\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"A must-have app! Soberly has been a game-changer in helping me track and manage alcohol consumption. The app’s intuitive design and insightful features make self-monitoring seamless and effective. What sets Soberly apart is its focus on promoting mindfulness around drinking habits without any judgment. The reminders and progress tracking have kept me motivated every step of the way. Thanks to Soberly, I’ve developed healthier habits and a better relationship with alcohol. Whether cutting back or staying sober, this app is an incredible companion for your wellness journey\"})}),className:\"framer-1fuxu7q\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r0dolr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jus0b\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y8zlju\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19vybsj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"William\"})}),className:\"framer-1vmz4r9\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10xdwrp\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1d7p5ka\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-iphdpl\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-geaxx\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-35wp0u\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3j77ej\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"This app truly stands out with its ability to create accountability in such a positive way. The progress tracker motivates me to stay consistent, and the non-judgmental reminders have helped me stay mindful of my drinking habits. Soberly doesn’t just help you quit; it helps you build a healthier, happier lifestyle. I can’t recommend it enough to anyone seeking a fresh start.\"})}),className:\"framer-1k4wlox\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8tpk4p\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ann2xh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Jessica\"})}),className:\"framer-4byxpr\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-195dhzs\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-nmhobm\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xgm42n\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-n9cnxl\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13hd1hl\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1acw9w\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Soberly made my journey to sobriety feel achievable. The app’s simple tools and daily reminders kept me on track without feeling overwhelmed.\"})}),className:\"framer-2zas4t\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nm6h8i\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r76nqw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Matthew\"})}),className:\"framer-j2uifb\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ytsse\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-5uqr7f\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-p078lg\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-cg15b1\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1g5warq\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1x5pbko\",\"data-framer-name\":\"Graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 17.275 L 7.85 19.775 C 7.667 19.892 7.475 19.942 7.275 19.925 C 7.075 19.908 6.9 19.842 6.75 19.725 C 6.6 19.608 6.483 19.462 6.4 19.288 C 6.317 19.113 6.3 18.917 6.35 18.7 L 7.45 13.975 L 3.775 10.8 C 3.608 10.65 3.504 10.479 3.463 10.287 C 3.421 10.096 3.433 9.908 3.5 9.725 C 3.567 9.542 3.667 9.392 3.8 9.275 C 3.933 9.158 4.117 9.083 4.35 9.05 L 9.2 8.625 L 11.075 4.175 C 11.158 3.975 11.288 3.825 11.463 3.725 C 11.638 3.625 11.817 3.575 12 3.575 C 12.183 3.575 12.363 3.625 12.538 3.725 C 12.713 3.825 12.842 3.975 12.925 4.175 L 14.8 8.625 L 19.65 9.05 C 19.883 9.083 20.067 9.158 20.2 9.275 C 20.333 9.392 20.433 9.542 20.5 9.725 C 20.567 9.908 20.579 10.096 20.538 10.287 C 20.496 10.479 20.392 10.65 20.225 10.8 L 16.55 13.975 L 17.65 18.7 C 17.7 18.917 17.683 19.113 17.6 19.288 C 17.517 19.462 17.4 19.608 17.25 19.725 C 17.1 19.842 16.925 19.908 16.725 19.925 C 16.525 19.942 16.333 19.892 16.15 19.775 Z\" fill=\"rgb(244, 180, 0)\"></path></svg>',svgContentId:12217176009,withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Soberly has been my go-to support system for cutting back on alcohol. The thoughtful design makes it easy to log my progress, and the encouraging prompts feel like a gentle nudge from a friend. The app’s focus on celebrating small victories has been key in keeping me motivated. I’ve seen real changes in my mindset and habits, all thanks to Soberly!\"})}),className:\"framer-1w0kafe\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f39m8u\",\"data-framer-name\":\"blogs\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iskarg\",\"data-framer-name\":\"heading and blogs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Blogs\"})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{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\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Blogs\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Blogs\"})}),className:\"framer-655qvn\",\"data-framer-name\":\"text\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h5betn\",\"data-framer-name\":\"blogs\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-355zp9\",\"data-framer-name\":\"top\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FDEFFe8G1\"},motionChild:true,nodeId:\"lhIEDgg4Y\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-wc4f69 framer-lux5qc\",\"data-framer-name\":\"left\",whileHover:animation4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Person holding an alcohol bottle, symbolizing challenges of drinking habits and the journey to sobriety.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8414+48+0+0+84+0+0+0+0+0+0),pixelHeight:720,pixelWidth:1080,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,src:\"https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp\",srcSet:\"https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp?scale-down-to=512 512w,https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp 1080w\"}},ZOSZZiR6x:{background:{alt:\"Person holding an alcohol bottle, symbolizing challenges of drinking habits and the journey to sobriety.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4832+64+0+0+108+0+0+0+0+0),pixelHeight:720,pixelWidth:1080,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1024px) - 72px) / 3, 1px)`,src:\"https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp\",srcSet:\"https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp?scale-down-to=512 512w,https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"main\",background:{alt:\"Person holding an alcohol bottle, symbolizing challenges of drinking habits and the journey to sobriety.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5872+96+0+0+108+0+0+0+0+0),pixelHeight:720,pixelWidth:1080,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 96px) / 3, 1px)`,src:\"https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp\",srcSet:\"https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp?scale-down-to=512 512w,https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/VbLsfVhxyE5RlhRKKpp3WdO51U.webp 1080w\"},className:\"framer-1cl3uoe\",\"data-framer-name\":\"Background\",id:\"1cl3uoe\",tabIndex:1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2lepgv\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m9paup\",\"data-framer-name\":\"Frame 20\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 16 November, 2024\"})}),fonts:[\"Inter-Medium\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 16 November, 2024\"})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.13px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 16 November, 2024\"})}),className:\"framer-skura\",\"data-framer-name\":\"Published 16 November, 2023\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-66rfes\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.15 13 L 5 13 C 4.717 13 4.479 12.904 4.287 12.713 C 4.096 12.521 4 12.283 4 12 C 4 11.717 4.096 11.479 4.287 11.287 C 4.479 11.096 4.717 11 5 11 L 16.15 11 L 13.3 8.15 C 13.1 7.95 13.004 7.717 13.012 7.45 C 13.021 7.183 13.117 6.95 13.3 6.75 C 13.5 6.55 13.738 6.446 14.012 6.438 C 14.287 6.429 14.525 6.525 14.725 6.725 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.512 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.512 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 14.725 17.275 C 14.525 17.475 14.287 17.571 14.012 17.563 C 13.738 17.554 13.5 17.45 13.3 17.25 C 13.117 17.05 13.021 16.817 13.012 16.55 C 13.004 16.283 13.1 16.05 13.3 15.85 Z\" fill=\"rgba(0, 0, 0, 0.25)\"></path></svg>',svgContentId:9123472586,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-47cfkj\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Understanding Alcohol Dependency: Effects on Brain, Body & Steps to Recovery\"})}),fonts:[\"Inter-Bold\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Understanding Alcohol Dependency: Effects on Brain, Body & Steps to Recovery\"})}),fonts:[\"Inter-Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Understanding Alcohol Dependency: Effects on Brain, Body & Steps to Recovery\"})}),className:\"framer-15abzhd\",\"data-framer-name\":\"Heading 5 → Family Acquired by Avara (Aave Companies)\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Discover the science behind alcohol dependency, its effects on mental and physical health, and steps to recovery. Start your journey to a healthier life with support from Soberly.\"})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Discover the science behind alcohol dependency, its effects on mental and physical health, and steps to recovery. Start your journey to a healthier life with support from Soberly.\"})})}},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\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.22px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Discover the science behind alcohol dependency, its effects on mental and physical health, and steps to recovery. Start your journey to a healthier life with support from Soberly.\"})}),className:\"framer-11lx6ds\",\"data-framer-name\":\"Discover the science behind alcohol dependency, its effects on mental and physical health, and steps to recovery. Start your journey to a healthier life with support from Soberly.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qxTP13Gak\"},motionChild:true,nodeId:\"ImpfftbUO\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1dcmqvt framer-lux5qc\",\"data-framer-name\":\"right\",whileHover:animation4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"A jar filled with money against a 'save' background, representing cost savings from quitting alcohol.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8414+48+0+0+84+0+0+0+524+0+0),pixelHeight:720,pixelWidth:1080,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,src:\"https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp\",srcSet:\"https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp 1080w\"}},ZOSZZiR6x:{background:{alt:\"A jar filled with money against a 'save' background, representing cost savings from quitting alcohol.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4832+64+0+0+108+0+0+0+0+0),pixelHeight:720,pixelWidth:1080,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1024px) - 72px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp\",srcSet:\"https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A jar filled with money against a 'save' background, representing cost savings from quitting alcohol.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5872+96+0+0+108+0+0+0+0+0),pixelHeight:720,pixelWidth:1080,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 96px) / 3, 1px)`,src:\"https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp\",srcSet:\"https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hi2uuGnsmR59uWwRsiwZ2c9VnE.webp 1080w\"},className:\"framer-1is2d2o\",\"data-framer-name\":\"Background\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e00br2\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17zdvs8\",\"data-framer-name\":\"Frame 21\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 14 November, 2024\"})}),fonts:[\"Inter-Medium\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 14 November, 2024\"})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.13px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 14 November, 2024\"})}),className:\"framer-3bpxk5\",\"data-framer-name\":\"Published 16 November, 2023\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-m9ac1e\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.15 13 L 5 13 C 4.717 13 4.479 12.904 4.287 12.713 C 4.096 12.521 4 12.283 4 12 C 4 11.717 4.096 11.479 4.287 11.287 C 4.479 11.096 4.717 11 5 11 L 16.15 11 L 13.3 8.15 C 13.1 7.95 13.004 7.717 13.012 7.45 C 13.021 7.183 13.117 6.95 13.3 6.75 C 13.5 6.55 13.738 6.446 14.012 6.438 C 14.287 6.429 14.525 6.525 14.725 6.725 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.512 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.512 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 14.725 17.275 C 14.525 17.475 14.287 17.571 14.012 17.563 C 13.738 17.554 13.5 17.45 13.3 17.25 C 13.117 17.05 13.021 16.817 13.012 16.55 C 13.004 16.283 13.1 16.05 13.3 15.85 Z\" fill=\"rgba(0, 0, 0, 0.25)\"></path></svg>',svgContentId:9123472586,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pfdmth\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"The Financial Benefits of Sobriety: How Reducing Alcohol Boosts Savings and Wealth\"})}),fonts:[\"Inter-Bold\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"The Financial Benefits of Sobriety: How Reducing Alcohol Boosts Savings and Wealth\"})}),fonts:[\"Inter-Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"The Financial Benefits of Sobriety: How Reducing Alcohol Boosts Savings and Wealth\"})}),className:\"framer-1xephsm\",\"data-framer-name\":\"Heading 5 → Family Acquired by Avara (Aave Companies)\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Cutting alcohol expenses allows you to prioritize savings and investments. See how sobriety can transform your budget and enhance your financial stability.\"})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Cutting alcohol expenses allows you to prioritize savings and investments. See how sobriety can transform your budget and enhance your financial stability.\"})})}},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\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.22px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Cutting alcohol expenses allows you to prioritize savings and investments. See how sobriety can transform your budget and enhance your financial stability.\"})}),className:\"framer-syu76t\",\"data-framer-name\":\"Discover the financial advantages of cutting back on alcohol, from monthly savings to wealth-building tips. Learn how sobriety can boost your finances and lead to smarter money choices.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nDcnpTWMv\"},motionChild:true,nodeId:\"VfcpyfLFB\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-19tiovt framer-lux5qc\",\"data-framer-name\":\"left\",whileHover:animation4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:'A person extends a hand holding a mug of beer toward another person, who gestures \"stop\" with an open palm, symbolizing refusal of alcohol.',fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8414+48+0+0+84+0+0+0+1048+0+0),pixelHeight:491,pixelWidth:736,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,src:\"https://framerusercontent.com/images/f60sfwGOGTJWIZHOBFSK3cv10.jpeg\",srcSet:\"https://framerusercontent.com/images/f60sfwGOGTJWIZHOBFSK3cv10.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/f60sfwGOGTJWIZHOBFSK3cv10.jpeg 736w\"}},ZOSZZiR6x:{background:{alt:'A person extends a hand holding a mug of beer toward another person, who gestures \"stop\" with an open palm, symbolizing refusal of alcohol.',fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4832+64+0+0+108+0+0+0+0+0),pixelHeight:491,pixelWidth:736,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1024px) - 72px) / 3, 1px)`,src:\"https://framerusercontent.com/images/f60sfwGOGTJWIZHOBFSK3cv10.jpeg\",srcSet:\"https://framerusercontent.com/images/f60sfwGOGTJWIZHOBFSK3cv10.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/f60sfwGOGTJWIZHOBFSK3cv10.jpeg 736w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"main\",background:{alt:'A person extends a hand holding a mug of beer toward another person, who gestures \"stop\" with an open palm, symbolizing refusal of alcohol.',fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5872+96+0+0+108+0+0+0+0+0),pixelHeight:491,pixelWidth:736,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 96px) / 3, 1px)`,src:\"https://framerusercontent.com/images/f60sfwGOGTJWIZHOBFSK3cv10.jpeg\",srcSet:\"https://framerusercontent.com/images/f60sfwGOGTJWIZHOBFSK3cv10.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/f60sfwGOGTJWIZHOBFSK3cv10.jpeg 736w\"},className:\"framer-1y2nxv5\",\"data-framer-name\":\"Background\",id:\"1y2nxv5\",tabIndex:1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cgy04p\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3q1agr\",\"data-framer-name\":\"Frame 20\",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\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 7 August, 2025\"})}),className:\"framer-cge6qt\",\"data-framer-name\":\"Published 16 November, 2023\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hylxgp\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.15 13 L 5 13 C 4.717 13 4.479 12.904 4.287 12.713 C 4.096 12.521 4 12.283 4 12 C 4 11.717 4.096 11.479 4.287 11.287 C 4.479 11.096 4.717 11 5 11 L 16.15 11 L 13.3 8.15 C 13.1 7.95 13.004 7.717 13.012 7.45 C 13.021 7.183 13.117 6.95 13.3 6.75 C 13.5 6.55 13.738 6.446 14.012 6.438 C 14.287 6.429 14.525 6.525 14.725 6.725 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.512 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.512 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 14.725 17.275 C 14.525 17.475 14.287 17.571 14.012 17.563 C 13.738 17.554 13.5 17.45 13.3 17.25 C 13.117 17.05 13.021 16.817 13.012 16.55 C 13.004 16.283 13.1 16.05 13.3 15.85 Z\" fill=\"rgba(0, 0, 0, 0.25)\"></path></svg>',svgContentId:9123472586,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mcermi\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"The Benefits of Staying Sober for 30 Days\"})}),className:\"framer-1e116wo\",\"data-framer-name\":\"Heading 5 → Family Acquired by Avara (Aave Companies)\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__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-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Take a 30-day break from alcohol and experience better sleep, sharper focus, improved mood, and more energy. Discover how just one month of sobriety can reset your body and mind for lasting benefits.\"})}),className:\"framer-1ybc7l8\",\"data-framer-name\":\"Discover the science behind alcohol dependency, its effects on mental and physical health, and steps to recovery. Start your journey to a healthier life with support from Soberly.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k7wbx2\",\"data-framer-name\":\"bottom\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"teOwfxYuB\"},motionChild:true,nodeId:\"KMp2XX2Ao\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1oymq74 framer-lux5qc\",\"data-framer-name\":\"left\",whileHover:animation4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Friends gathered around enjoying coffee, promoting sober socializing and meaningful connections.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8414+48+0+0+84+0+1616+0+0+0+0),pixelHeight:1333,pixelWidth:2e3,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,src:\"https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg\",srcSet:\"https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg 2000w\"}},ZOSZZiR6x:{background:{alt:\"Friends gathered around enjoying coffee, promoting sober socializing and meaningful connections.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4832+64+0+0+108+0+568+0+0+0),pixelHeight:1333,pixelWidth:2e3,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1024px) - 72px) / 3, 1px)`,src:\"https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg\",srcSet:\"https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Friends gathered around enjoying coffee, promoting sober socializing and meaningful connections.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5872+96+0+0+108+0+590+0+0+0),pixelHeight:1333,pixelWidth:2e3,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 96px) / 3, 1px)`,src:\"https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg\",srcSet:\"https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0pZHksHVVOHGf9WEEO5f5Po.jpg 2000w\"},className:\"framer-yk5u0b\",\"data-framer-name\":\"Background\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wd5wfe\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yabopz\",\"data-framer-name\":\"Frame 21\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 12 November, 2024\"})}),fonts:[\"Inter-Medium\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 12 November, 2024\"})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.13px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 12 November, 2024\"})}),className:\"framer-11wmbbn\",\"data-framer-name\":\"Published 16 November, 2023\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wae6xp\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.15 13 L 5 13 C 4.717 13 4.479 12.904 4.287 12.713 C 4.096 12.521 4 12.283 4 12 C 4 11.717 4.096 11.479 4.287 11.287 C 4.479 11.096 4.717 11 5 11 L 16.15 11 L 13.3 8.15 C 13.1 7.95 13.004 7.717 13.012 7.45 C 13.021 7.183 13.117 6.95 13.3 6.75 C 13.5 6.55 13.738 6.446 14.012 6.438 C 14.287 6.429 14.525 6.525 14.725 6.725 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.512 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.512 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 14.725 17.275 C 14.525 17.475 14.287 17.571 14.012 17.563 C 13.738 17.554 13.5 17.45 13.3 17.25 C 13.117 17.05 13.021 16.817 13.012 16.55 C 13.004 16.283 13.1 16.05 13.3 15.85 Z\" fill=\"rgba(0, 0, 0, 0.25)\"></path></svg>',svgContentId:9123472586,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11n9ftl\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"How to Thrive Socially Without Alcohol: Tips for Enjoying Parties Sober\"})}),fonts:[\"Inter-Bold\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"How to Thrive Socially Without Alcohol: Tips for Enjoying Parties Sober\"})}),fonts:[\"Inter-Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"How to Thrive Socially Without Alcohol: Tips for Enjoying Parties Sober\"})}),className:\"framer-1l139pr\",\"data-framer-name\":\"Heading 5 → Family Acquired by Avara (Aave Companies)\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Enjoy social events while staying alcohol-free. Discover tips for thriving in parties, overcoming social pressure, and creating meaningful connections.\"})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Enjoy social events while staying alcohol-free. Discover tips for thriving in parties, overcoming social pressure, and creating meaningful connections.\"})})}},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\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.22px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Enjoy social events while staying alcohol-free. Discover tips for thriving in parties, overcoming social pressure, and creating meaningful connections.\"})}),className:\"framer-ng5gkt\",\"data-framer-name\":\"Learn practical tips to stay confident, connected, and have fun while sober at parties and events.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"s53DbJEAe\"},motionChild:true,nodeId:\"Jp5KDG_Pr\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ouvzn framer-lux5qc\",\"data-framer-name\":\"right\",whileHover:animation4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"Young woman playing guitar, highlighting music therapy benefits for managing stress and staying sober.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8414+48+0+0+84+0+1616+0+524+0+0),pixelHeight:720,pixelWidth:1080,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,src:\"https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp\",srcSet:\"https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp 1080w\"}},ZOSZZiR6x:{background:{alt:\"Young woman playing guitar, highlighting music therapy benefits for managing stress and staying sober.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4832+64+0+0+108+0+568+0+0+0),pixelHeight:720,pixelWidth:1080,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1024px) - 72px) / 3, 1px)`,src:\"https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp\",srcSet:\"https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Young woman playing guitar, highlighting music therapy benefits for managing stress and staying sober.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5872+96+0+0+108+0+590+0+0+0),pixelHeight:720,pixelWidth:1080,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 96px) / 3, 1px)`,src:\"https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp\",srcSet:\"https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/7Cu98nvzz8hDyGM2tDFsCv8b8Tc.webp 1080w\"},className:\"framer-3uiysn\",\"data-framer-name\":\"Background\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w8yh4r\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mc9o4m\",\"data-framer-name\":\"Frame 21\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 10 November, 2024\"})}),fonts:[\"Inter-Medium\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 10 November, 2024\"})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.13px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 10 November, 2024\"})}),className:\"framer-wqny0\",\"data-framer-name\":\"Published 16 November, 2023\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-sbjywp\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.15 13 L 5 13 C 4.717 13 4.479 12.904 4.287 12.713 C 4.096 12.521 4 12.283 4 12 C 4 11.717 4.096 11.479 4.287 11.287 C 4.479 11.096 4.717 11 5 11 L 16.15 11 L 13.3 8.15 C 13.1 7.95 13.004 7.717 13.012 7.45 C 13.021 7.183 13.117 6.95 13.3 6.75 C 13.5 6.55 13.738 6.446 14.012 6.438 C 14.287 6.429 14.525 6.525 14.725 6.725 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.512 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.512 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 14.725 17.275 C 14.525 17.475 14.287 17.571 14.012 17.563 C 13.738 17.554 13.5 17.45 13.3 17.25 C 13.117 17.05 13.021 16.817 13.012 16.55 C 13.004 16.283 13.1 16.05 13.3 15.85 Z\" fill=\"rgba(0, 0, 0, 0.25)\"></path></svg>',svgContentId:9123472586,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jwzlim\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"How Music Therapy Boosts Recovery: Benefits of Sound for Sobriety\"})}),fonts:[\"Inter-Bold\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"How Music Therapy Boosts Recovery: Benefits of Sound for Sobriety\"})}),fonts:[\"Inter-Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"How Music Therapy Boosts Recovery: Benefits of Sound for Sobriety\"})}),className:\"framer-qje2ii\",\"data-framer-name\":\"Heading 5 → Family Acquired by Avara (Aave Companies)\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Using music therapy can transform your sobriety journey by reducing anxiety and managing triggers. Find out how sound can aid in a fulfilling, alcohol-free life.\"})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Using music therapy can transform your sobriety journey by reducing anxiety and managing triggers. Find out how sound can aid in a fulfilling, alcohol-free life.\"})})}},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\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.22px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Using music therapy can transform your sobriety journey by reducing anxiety and managing triggers. Find out how sound can aid in a fulfilling, alcohol-free life.\"})}),className:\"framer-sxt6om\",\"data-framer-name\":\"Learn how listening to and playing music can support your sobriety journey.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b3clyk\",\"data-framer-name\":\"left\",whileHover:animation4,children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VXj7bmy67\"},motionChild:true,nodeId:\"WNlT_ppOu\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"A woman lying in bed covering her face with both hands, appearing stressed or exhausted, symbolizing the impact of poor sleep.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8414+48+0+0+84+0+1616+0+1048+0+0),pixelHeight:489,pixelWidth:735,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,src:\"https://framerusercontent.com/images/jdPoqun9ftCbsGDMLNwoYRBwE1w.jpeg\",srcSet:\"https://framerusercontent.com/images/jdPoqun9ftCbsGDMLNwoYRBwE1w.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/jdPoqun9ftCbsGDMLNwoYRBwE1w.jpeg 735w\"}},ZOSZZiR6x:{background:{alt:\"A woman lying in bed covering her face with both hands, appearing stressed or exhausted, symbolizing the impact of poor sleep.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4832+64+0+0+108+0+568+0+0+0),pixelHeight:489,pixelWidth:735,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1024px) - 72px) / 3, 1px)`,src:\"https://framerusercontent.com/images/jdPoqun9ftCbsGDMLNwoYRBwE1w.jpeg\",srcSet:\"https://framerusercontent.com/images/jdPoqun9ftCbsGDMLNwoYRBwE1w.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/jdPoqun9ftCbsGDMLNwoYRBwE1w.jpeg 735w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"A woman lying in bed covering her face with both hands, appearing stressed or exhausted, symbolizing the impact of poor sleep.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5872+96+0+0+108+0+590+0+0+0),pixelHeight:489,pixelWidth:735,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 96px) / 3, 1px)`,src:\"https://framerusercontent.com/images/jdPoqun9ftCbsGDMLNwoYRBwE1w.jpeg\",srcSet:\"https://framerusercontent.com/images/jdPoqun9ftCbsGDMLNwoYRBwE1w.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/jdPoqun9ftCbsGDMLNwoYRBwE1w.jpeg 735w\"},className:\"framer-1cy2qhh framer-lux5qc\",\"data-framer-name\":\"Background\",id:\"1cy2qhh\",tabIndex:1})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y3c0he\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cybqib\",\"data-framer-name\":\"Frame 20\",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\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 9 August, 2025\"})}),className:\"framer-btiuhl\",\"data-framer-name\":\"Published 16 November, 2023\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gb03q1\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.15 13 L 5 13 C 4.717 13 4.479 12.904 4.287 12.713 C 4.096 12.521 4 12.283 4 12 C 4 11.717 4.096 11.479 4.287 11.287 C 4.479 11.096 4.717 11 5 11 L 16.15 11 L 13.3 8.15 C 13.1 7.95 13.004 7.717 13.012 7.45 C 13.021 7.183 13.117 6.95 13.3 6.75 C 13.5 6.55 13.738 6.446 14.012 6.438 C 14.287 6.429 14.525 6.525 14.725 6.725 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.512 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.512 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 14.725 17.275 C 14.525 17.475 14.287 17.571 14.012 17.563 C 13.738 17.554 13.5 17.45 13.3 17.25 C 13.117 17.05 13.021 16.817 13.012 16.55 C 13.004 16.283 13.1 16.05 13.3 15.85 Z\" fill=\"rgba(0, 0, 0, 0.25)\"></path></svg>',svgContentId:9123472586,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oz4c8n\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"The Importance of Sleep in Sobriety\"})}),className:\"framer-1knj6mk\",\"data-framer-name\":\"Heading 5 → Family Acquired by Avara (Aave Companies)\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__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\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.22px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Improved sleep is one of sobriety’s biggest benefits. Learn how quitting alcohol restores natural sleep cycles, boosts energy, and supports mental health.\"})}),className:\"framer-6yqlmh\",\"data-framer-name\":\"Discover the science behind alcohol dependency, its effects on mental and physical health, and steps to recovery. Start your journey to a healthier life with support from Soberly.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jrh0is\",\"data-framer-name\":\"bottom\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eLxwdfT9Z\"},motionChild:true,nodeId:\"gg2d3zqKm\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1xzal3e framer-lux5qc\",\"data-framer-name\":\"left\",whileHover:animation4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"an empty glass and a phone screen on with soberly app \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8414+48+0+0+84+0+3242+0+0+0+0),pixelHeight:4096,pixelWidth:7276,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,src:\"https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg\",srcSet:\"https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg 7276w\"}},ZOSZZiR6x:{background:{alt:\"an empty glass and a phone screen on with soberly app \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4832+64+0+0+108+0+1146+0+0+0),pixelHeight:4096,pixelWidth:7276,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1024px) - 72px) / 3, 1px)`,src:\"https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg\",srcSet:\"https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg 7276w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"an empty glass and a phone screen on with soberly app \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5872+96+0+0+108+0+1180+0+0+0),pixelHeight:4096,pixelWidth:7276,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 96px) / 3, 1px)`,src:\"https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg\",srcSet:\"https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/AW8zwirggBSTKOnsPblJMpzHWLQ.jpg 7276w\"},className:\"framer-15j3i27\",\"data-framer-name\":\"Background\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1me4ej1\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l95qy8\",\"data-framer-name\":\"Frame 21\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 5 Feb, 2024\"})}),fonts:[\"Inter-Medium\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 5 Feb, 2024\"})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 5 Feb, 2024\"})}),className:\"framer-sv8lh7\",\"data-framer-name\":\"Published 16 November, 2023\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1enuk2n\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.15 13 L 5 13 C 4.717 13 4.479 12.904 4.287 12.713 C 4.096 12.521 4 12.283 4 12 C 4 11.717 4.096 11.479 4.287 11.287 C 4.479 11.096 4.717 11 5 11 L 16.15 11 L 13.3 8.15 C 13.1 7.95 13.004 7.717 13.012 7.45 C 13.021 7.183 13.117 6.95 13.3 6.75 C 13.5 6.55 13.738 6.446 14.012 6.438 C 14.287 6.429 14.525 6.525 14.725 6.725 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.512 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.512 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 14.725 17.275 C 14.525 17.475 14.287 17.571 14.012 17.563 C 13.738 17.554 13.5 17.45 13.3 17.25 C 13.117 17.05 13.021 16.817 13.012 16.55 C 13.004 16.283 13.1 16.05 13.3 15.85 Z\" fill=\"rgba(0, 0, 0, 0.25)\"></path></svg>',svgContentId:9123472586,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16bkyuz\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Top 10 Apps to Help You Quit Drinking (Free & Paid) in 2025\"})}),fonts:[\"Inter-Bold\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Top 10 Apps to Help You Quit Drinking (Free & Paid) in 2025\"})}),fonts:[\"Inter-Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Top 10 Apps to Help You Quit Drinking (Free & Paid) in 2025\"})}),className:\"framer-pcrqq0\",\"data-framer-name\":\"Heading 5 → Family Acquired by Avara (Aave Companies)\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Discover the 10 best apps to quit or reduce drinking in 2025. Compare free & premium options like Soberly, Reframe, I Am Sober, and more.\"})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Discover the 10 best apps to quit or reduce drinking in 2025. Compare free & premium options like Soberly, Reframe, I Am Sober, and more.\"})})}},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\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.22px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Discover the 10 best apps to quit or reduce drinking in 2025. Compare free & premium options like Soberly, Reframe, I Am Sober, and more.\"})}),className:\"framer-bzcr6p\",\"data-framer-name\":\"Learn practical tips to stay confident, connected, and have fun while sober at parties and events.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pQPDlpKiU\"},motionChild:true,nodeId:\"ddNZKIIlo\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1760te3 framer-lux5qc\",\"data-framer-name\":\"right\",whileHover:animation4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:\"a man drinking alcohol \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8414+48+0+0+84+0+3242+0+524+0+0),pixelHeight:4728,pixelWidth:6491,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,src:\"https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg\",srcSet:\"https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg 6491w\"}},ZOSZZiR6x:{background:{alt:\"a man drinking alcohol \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4832+64+0+0+108+0+1146+0+0+0),pixelHeight:4728,pixelWidth:6491,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1024px) - 72px) / 3, 1px)`,src:\"https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg\",srcSet:\"https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg 6491w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"a man drinking alcohol \",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5872+96+0+0+108+0+1180+0+0+0),pixelHeight:4728,pixelWidth:6491,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 96px) / 3, 1px)`,src:\"https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg\",srcSet:\"https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/soOjJK2ksrfJczD46rQkmrGrhk0.jpg 6491w\"},className:\"framer-1y0wt0d\",\"data-framer-name\":\"Background\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b2jgoo\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ymfbpq\",\"data-framer-name\":\"Frame 21\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 10 November, 2024\"})}),fonts:[\"Inter-Medium\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 10 November, 2024\"})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.13px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 10 November, 2024\"})}),className:\"framer-1jibmat\",\"data-framer-name\":\"Published 16 November, 2023\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xsmwx4\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.15 13 L 5 13 C 4.717 13 4.479 12.904 4.287 12.713 C 4.096 12.521 4 12.283 4 12 C 4 11.717 4.096 11.479 4.287 11.287 C 4.479 11.096 4.717 11 5 11 L 16.15 11 L 13.3 8.15 C 13.1 7.95 13.004 7.717 13.012 7.45 C 13.021 7.183 13.117 6.95 13.3 6.75 C 13.5 6.55 13.738 6.446 14.012 6.438 C 14.287 6.429 14.525 6.525 14.725 6.725 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.512 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.512 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 14.725 17.275 C 14.525 17.475 14.287 17.571 14.012 17.563 C 13.738 17.554 13.5 17.45 13.3 17.25 C 13.117 17.05 13.021 16.817 13.012 16.55 C 13.004 16.283 13.1 16.05 13.3 15.85 Z\" fill=\"rgba(0, 0, 0, 0.25)\"></path></svg>',svgContentId:9123472586,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r8xgqu\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"How to Quit Drinking Without Rehab | 7 Proven Methods\"})}),fonts:[\"Inter-Bold\"]},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"How to Quit Drinking Without Rehab | 7 Proven Methods\"})}),fonts:[\"Inter-Bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"How to Quit Drinking Without Rehab | 7 Proven Methods\"})}),className:\"framer-xe7ljf\",\"data-framer-name\":\"Heading 5 → Family Acquired by Avara (Aave Companies)\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Want to stop drinking without rehab or AA? Discover 7 science-backed ways to quit alcohol on your own — plus tools like the Soberly app to guide you.\"})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Want to stop drinking without rehab or AA? Discover 7 science-backed ways to quit alcohol on your own — plus tools like the Soberly app to guide you.\"})})}},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\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.22px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Want to stop drinking without rehab or AA? Discover 7 science-backed ways to quit alcohol on your own — plus tools like the Soberly app to guide you.\"})}),className:\"framer-fjyj33\",\"data-framer-name\":\"Learn how listening to and playing music can support your sobriety journey.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1phja2z\",\"data-framer-name\":\"left\",whileHover:animation4,children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BbEBc_fkk\"},motionChild:true,nodeId:\"OFn8jraX2\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{background:{alt:'A digital user interface showing two rounded toggle buttons on a black background. The top button is labeled \"Do Not Disturb\" with a crescent moon icon, and the bottom button is labeled \"sober mode\" with a green leaf icon and the word \"On\"',fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8414+48+0+0+84+0+3242+0+1048+0+0),pixelHeight:1024,pixelWidth:1536,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,src:\"https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png\",srcSet:\"https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png?scale-down-to=512 512w,https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png 1536w\"}},ZOSZZiR6x:{background:{alt:'A digital user interface showing two rounded toggle buttons on a black background. The top button is labeled \"Do Not Disturb\" with a crescent moon icon, and the bottom button is labeled \"sober mode\" with a green leaf icon and the word \"On\"',fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4832+64+0+0+108+0+1146+0+0+0),pixelHeight:1024,pixelWidth:1536,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1024px) - 72px) / 3, 1px)`,src:\"https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png\",srcSet:\"https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png?scale-down-to=512 512w,https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png 1536w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:'A digital user interface showing two rounded toggle buttons on a black background. The top button is labeled \"Do Not Disturb\" with a crescent moon icon, and the bottom button is labeled \"sober mode\" with a green leaf icon and the word \"On\"',fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5872+96+0+0+108+0+1180+0+0+0),pixelHeight:1024,pixelWidth:1536,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 96px) / 3, 1px)`,src:\"https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png\",srcSet:\"https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png?scale-down-to=512 512w,https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UGj7hr7k2Hfa35AmMis4KYGbxgg.png 1536w\"},className:\"framer-1kdqj99 framer-lux5qc\",\"data-framer-name\":\"Background\",id:\"1kdqj99\",tabIndex:1})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1urev6o\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mivisa\",\"data-framer-name\":\"Frame 20\",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\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Published 12 August, 2025\"})}),className:\"framer-buad7i\",\"data-framer-name\":\"Published 16 November, 2023\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jlt1ks\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.15 13 L 5 13 C 4.717 13 4.479 12.904 4.287 12.713 C 4.096 12.521 4 12.283 4 12 C 4 11.717 4.096 11.479 4.287 11.287 C 4.479 11.096 4.717 11 5 11 L 16.15 11 L 13.3 8.15 C 13.1 7.95 13.004 7.717 13.012 7.45 C 13.021 7.183 13.117 6.95 13.3 6.75 C 13.5 6.55 13.738 6.446 14.012 6.438 C 14.287 6.429 14.525 6.525 14.725 6.725 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.512 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.512 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 14.725 17.275 C 14.525 17.475 14.287 17.571 14.012 17.563 C 13.738 17.554 13.5 17.45 13.3 17.25 C 13.117 17.05 13.021 16.817 13.012 16.55 C 13.004 16.283 13.1 16.05 13.3 15.85 Z\" fill=\"rgba(0, 0, 0, 0.25)\"></path></svg>',svgContentId:9123472586,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18oxrd0\",\"data-framer-name\":\"texts\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Tips for Staying Sober Over the Weekend\"})}),className:\"framer-dgjk0z\",\"data-framer-name\":\"Heading 5 → Family Acquired by Avara (Aave Companies)\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__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\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.22px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Motivating tips to help you stay sober over the weekend plan ahead, set boundaries, and create new alcohol-free traditions for a healthier lifestyle.\"})}),className:\"framer-1aco7ks\",\"data-framer-name\":\"Discover the science behind alcohol dependency, its effects on mental and physical health, and steps to recovery. Start your journey to a healthier life with support from Soberly.\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})]})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1jqjany\",\"data-framer-name\":\"faq's\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-js8ej0\",\"data-framer-name\":\"faq's\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Frequently asked questions\"})})},ZOSZZiR6x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{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\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Frequently asked questions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.85)\"},children:\"Frequently asked questions\"})}),className:\"framer-1fhvl2r\",\"data-framer-name\":\"text\",fonts:[\"Inter-Bold\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1024px)`,y:(componentViewport?.y||0)+0+13426+48+0+0+72},ZOSZZiR6x:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1024px)`,y:(componentViewport?.y||0)+0+6756+24+0+0+80}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:535,width:`max((min(${componentViewport?.width||\"100vw\"}, 1024px) - 48px) / 2, 1px)`,y:(componentViewport?.y||0)+0+7894+96+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jrgyoy-container\",nodeId:\"cEvuESaZM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"cEvuESaZM\",layoutId:\"cEvuESaZM\",style:{width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{y:(componentViewport?.y||0)+0+14129},ZOSZZiR6x:{y:(componentViewport?.y||0)+0+7459}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:339,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+8621,children:/*#__PURE__*/_jsx(Container,{className:\"framer-63mu83-container\",id:\"63mu83\",nodeId:\"hEOlHVUst\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{melvs3qce:{variant:\"ufXf8AxL2\"},ZOSZZiR6x:{variant:\"LcUVy0lnN\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"hEOlHVUst\",layoutId:\"hEOlHVUst\",style:{width:\"100%\"},variant:\"fz6vDNmeX\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3O6M3.framer-lux5qc, .framer-3O6M3 .framer-lux5qc { display: block; }\",\".framer-3O6M3.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-3O6M3 .framer-1pfuca9-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-3O6M3 .framer-1evmpyt { background-color: #f5fbff; flex: none; height: 82px; overflow: hidden; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-1q5rgvy { align-content: flex-start; align-items: flex-start; background-color: #f5fbff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: 800px; justify-content: center; overflow: visible; padding: 120px 0px 0px 0px; position: relative; scroll-margin-top: 82px; width: 100%; }\",\".framer-3O6M3 .framer-q1eyal-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-3O6M3 .framer-2s9f3h { background-color: rgba(0, 0, 0, 0.48); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-3O6M3 .framer-fg1bh5 { 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: flex-start; max-width: 1024px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-3O6M3 .framer-1kp8j2y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3O6M3 .framer-1aqgv64, .framer-3O6M3 .framer-1pge5nh, .framer-3O6M3 .framer-1fbze09, .framer-3O6M3 .framer-452cxo, .framer-3O6M3 .framer-7625ds, .framer-3O6M3 .framer-8t6p8, .framer-3O6M3 .framer-skura, .framer-3O6M3 .framer-3bpxk5, .framer-3O6M3 .framer-cge6qt, .framer-3O6M3 .framer-11wmbbn, .framer-3O6M3 .framer-wqny0, .framer-3O6M3 .framer-btiuhl, .framer-3O6M3 .framer-sv8lh7, .framer-3O6M3 .framer-1jibmat, .framer-3O6M3 .framer-buad7i { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3O6M3 .framer-101snpm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-3O6M3 .framer-13vsdcw { aspect-ratio: 3.0384615384615383 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 146px; }\",\".framer-3O6M3 .framer-d9abh5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: visible; padding: 96px 0px 96px 0px; position: relative; scroll-margin-top: 82px; width: 100%; }\",\".framer-3O6M3 .framer-szq4hc, .framer-3O6M3 .framer-1s6i9f0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 1024px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-afw4uu, .framer-3O6M3 .framer-k5ny59, .framer-3O6M3 .framer-1053kgt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1024px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-n7gnyq, .framer-3O6M3 .framer-1vvq7mx, .framer-3O6M3 .framer-13mtuqx, .framer-3O6M3 .framer-e0ywhu { aspect-ratio: 0.5077519379844961 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 660px); overflow: visible; position: relative; width: 335px; }\",\".framer-3O6M3 .framer-1jstdr7 { aspect-ratio: 0.46192052980132453 / 1; border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; box-shadow: 0.5652735987142659px 0.5652735987142659px 2.398252769259484px 0px rgba(0, 0, 0, 0), 1.4452495242585428px 1.4452495242585428px 6.131674434659083px 0px rgba(0, 0, 0, 0.01), 2.8974073717254214px 2.8974073717254214px 12.292658402441623px 0px rgba(0, 0, 0, 0.01), 5.492479927784297px 5.492479927784297px 23.302618814803647px 0px rgba(0, 0, 0, 0.02), 10.917409129219594px 10.917409129219594px 46.31864416955457px 0px rgba(0, 0, 0, 0.05), 24px 24px 101.82337649086283px 0px rgba(0, 0, 0, 0.1); flex: none; height: var(--framer-aspect-ratio-supported, 604px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 279px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3O6M3 .framer-884tmv { aspect-ratio: 0.5072765072765073 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 660px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 335px; }\",\".framer-3O6M3 .framer-1dp177y, .framer-3O6M3 .framer-kucm49, .framer-3O6M3 .framer-7e81v0, .framer-3O6M3 .framer-1taakhs { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3O6M3 .framer-1nz8kii, .framer-3O6M3 .framer-lg9xv2, .framer-3O6M3 .framer-utrhv6, .framer-3O6M3 .framer-hn0pil, .framer-3O6M3 .framer-ljgksq, .framer-3O6M3 .framer-1k5cfu9, .framer-3O6M3 .framer-bn6eg2, .framer-3O6M3 .framer-15abzhd, .framer-3O6M3 .framer-11lx6ds, .framer-3O6M3 .framer-1xephsm, .framer-3O6M3 .framer-syu76t, .framer-3O6M3 .framer-1e116wo, .framer-3O6M3 .framer-1ybc7l8, .framer-3O6M3 .framer-1l139pr, .framer-3O6M3 .framer-ng5gkt, .framer-3O6M3 .framer-qje2ii, .framer-3O6M3 .framer-sxt6om, .framer-3O6M3 .framer-1knj6mk, .framer-3O6M3 .framer-6yqlmh, .framer-3O6M3 .framer-pcrqq0, .framer-3O6M3 .framer-bzcr6p, .framer-3O6M3 .framer-xe7ljf, .framer-3O6M3 .framer-fjyj33, .framer-3O6M3 .framer-dgjk0z, .framer-3O6M3 .framer-1aco7ks { --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-3O6M3 .framer-10c6n1v, .framer-3O6M3 .framer-1ubywoi, .framer-3O6M3 .framer-1efj11i { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; box-shadow: 0.5652735987142659px 0.5652735987142659px 2.398252769259484px 0px rgba(0, 0, 0, 0), 1.4452495242585428px 1.4452495242585428px 6.131674434659083px 0px rgba(0, 0, 0, 0.01), 2.8974073717254214px 2.8974073717254214px 12.292658402441623px 0px rgba(0, 0, 0, 0.01), 5.492479927784297px 5.492479927784297px 23.302618814803647px 0px rgba(0, 0, 0, 0.02), 10.917409129219594px 10.917409129219594px 46.31864416955457px 0px rgba(0, 0, 0, 0.05), 24px 24px 101.82337649086283px 0px rgba(0, 0, 0, 0.1); flex: none; height: 604px; left: calc(49.850746268656735% - 279px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 604px / 2); width: 279px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3O6M3 .framer-1rfp6mt, .framer-3O6M3 .framer-ude3o4, .framer-3O6M3 .framer-qj5pwz { bottom: 0px; flex: none; gap: 0px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-3O6M3 .framer-1x76jzt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1024px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-w4kjpm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: 420px; justify-content: center; overflow: visible; padding: 96px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-1filh59 { 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: flex-start; max-width: 1024px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-3O6M3 .framer-bz2jf1 { flex: none; height: 72px; position: relative; width: 72px; }\",\".framer-3O6M3 .framer-1o9kscz { background-color: rgba(0, 0, 0, 0.36); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-3O6M3 .framer-ss0gdf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-4cwd2n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-3O6M3 .framer-12huiso, .framer-3O6M3 .framer-1iwso5g, .framer-3O6M3 .framer-1r0dolr { align-content: center; align-items: center; 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-3O6M3 .framer-63v31e, .framer-3O6M3 .framer-1auswga, .framer-3O6M3 .framer-1da8a4c, .framer-3O6M3 .framer-1dabtfi, .framer-3O6M3 .framer-8tpk4p, .framer-3O6M3 .framer-1nm6h8i { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-2tidrb, .framer-3O6M3 .framer-1b34dmv, .framer-3O6M3 .framer-y8zlju { 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-3O6M3 .framer-1tsyu8v, .framer-3O6M3 .framer-lzthby, .framer-3O6M3 .framer-19vybsj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-3O6M3 .framer-1eq8iio, .framer-3O6M3 .framer-b2rznf, .framer-3O6M3 .framer-1puz3qc, .framer-3O6M3 .framer-1jhegr4, .framer-3O6M3 .framer-1n1m9ee, .framer-3O6M3 .framer-1vmz4r9, .framer-3O6M3 .framer-4byxpr, .framer-3O6M3 .framer-j2uifb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-3O6M3 .framer-4n1zaa, .framer-3O6M3 .framer-7l5ncs, .framer-3O6M3 .framer-1syg5en, .framer-3O6M3 .framer-9bwdvz, .framer-3O6M3 .framer-iirjzj, .framer-3O6M3 .framer-10xdwrp, .framer-3O6M3 .framer-195dhzs, .framer-3O6M3 .framer-1ytsse { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-m89ujo, .framer-3O6M3 .framer-5dolem, .framer-3O6M3 .framer-1n5r8mo, .framer-3O6M3 .framer-529mah, .framer-3O6M3 .framer-1k6o725, .framer-3O6M3 .framer-13ax2wk, .framer-3O6M3 .framer-1624dnn, .framer-3O6M3 .framer-it2nhg, .framer-3O6M3 .framer-1xr3hag, .framer-3O6M3 .framer-s2jrv, .framer-3O6M3 .framer-s6zeyk, .framer-3O6M3 .framer-f2z3zq, .framer-3O6M3 .framer-kawot4, .framer-3O6M3 .framer-1bf1bp3, .framer-3O6M3 .framer-16vaffw, .framer-3O6M3 .framer-2r6ut7, .framer-3O6M3 .framer-1yrwbwi, .framer-3O6M3 .framer-12h6ebg, .framer-3O6M3 .framer-fntfzb, .framer-3O6M3 .framer-1wv747z, .framer-3O6M3 .framer-109793g, .framer-3O6M3 .framer-12hbuhv, .framer-3O6M3 .framer-uok97n, .framer-3O6M3 .framer-100nall, .framer-3O6M3 .framer-25by7e, .framer-3O6M3 .framer-1d7p5ka, .framer-3O6M3 .framer-iphdpl, .framer-3O6M3 .framer-geaxx, .framer-3O6M3 .framer-35wp0u, .framer-3O6M3 .framer-3j77ej, .framer-3O6M3 .framer-nmhobm, .framer-3O6M3 .framer-1xgm42n, .framer-3O6M3 .framer-n9cnxl, .framer-3O6M3 .framer-13hd1hl, .framer-3O6M3 .framer-1acw9w, .framer-3O6M3 .framer-5uqr7f, .framer-3O6M3 .framer-p078lg, .framer-3O6M3 .framer-cg15b1, .framer-3O6M3 .framer-1g5warq, .framer-3O6M3 .framer-1x5pbko, .framer-3O6M3 .framer-66rfes, .framer-3O6M3 .framer-m9ac1e, .framer-3O6M3 .framer-1hylxgp, .framer-3O6M3 .framer-1wae6xp, .framer-3O6M3 .framer-sbjywp, .framer-3O6M3 .framer-gb03q1, .framer-3O6M3 .framer-1enuk2n, .framer-3O6M3 .framer-xsmwx4, .framer-3O6M3 .framer-jlt1ks { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-3O6M3 .framer-18v8w58, .framer-3O6M3 .framer-dkae5x, .framer-3O6M3 .framer-oclcfa, .framer-3O6M3 .framer-16eo8d4, .framer-3O6M3 .framer-1fuxu7q, .framer-3O6M3 .framer-1k4wlox, .framer-3O6M3 .framer-2zas4t, .framer-3O6M3 .framer-1w0kafe { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3O6M3 .framer-p97vm, .framer-3O6M3 .framer-2m3ubu, .framer-3O6M3 .framer-1nhq67e, .framer-3O6M3 .framer-1ann2xh, .framer-3O6M3 .framer-1r76nqw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-28dnsd, .framer-3O6M3 .framer-jus0b { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-1f39m8u, .framer-3O6M3 .framer-1jqjany { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 0px 96px 0px; position: relative; scroll-margin-top: 82px; width: 100%; }\",\".framer-3O6M3 .framer-1iskarg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1024px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-655qvn { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1024px; word-break: break-word; word-wrap: break-word; }\",\".framer-3O6M3 .framer-1h5betn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-355zp9, .framer-3O6M3 .framer-k7wbx2, .framer-3O6M3 .framer-1jrh0is { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-wc4f69, .framer-3O6M3 .framer-19tiovt { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-3O6M3 .framer-1cl3uoe, .framer-3O6M3 .framer-1is2d2o, .framer-3O6M3 .framer-1y2nxv5, .framer-3O6M3 .framer-yk5u0b, .framer-3O6M3 .framer-3uiysn { align-content: flex-start; align-items: flex-start; aspect-ratio: 1.6266666666666667 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 190px); justify-content: center; overflow: hidden; padding: 0px 46px 0px 46px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3O6M3 .framer-2lepgv, .framer-3O6M3 .framer-47cfkj, .framer-3O6M3 .framer-1e00br2, .framer-3O6M3 .framer-1pfdmth, .framer-3O6M3 .framer-cgy04p, .framer-3O6M3 .framer-1mcermi, .framer-3O6M3 .framer-wd5wfe, .framer-3O6M3 .framer-11n9ftl, .framer-3O6M3 .framer-1w8yh4r, .framer-3O6M3 .framer-jwzlim, .framer-3O6M3 .framer-1y3c0he, .framer-3O6M3 .framer-1oz4c8n, .framer-3O6M3 .framer-1me4ej1, .framer-3O6M3 .framer-16bkyuz, .framer-3O6M3 .framer-1b2jgoo, .framer-3O6M3 .framer-1r8xgqu, .framer-3O6M3 .framer-1urev6o, .framer-3O6M3 .framer-18oxrd0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-1m9paup, .framer-3O6M3 .framer-3q1agr, .framer-3O6M3 .framer-cybqib, .framer-3O6M3 .framer-mivisa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-1dcmqvt, .framer-3O6M3 .framer-1oymq74, .framer-3O6M3 .framer-ouvzn, .framer-3O6M3 .framer-1xzal3e, .framer-3O6M3 .framer-1760te3 { 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: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-3O6M3 .framer-17zdvs8, .framer-3O6M3 .framer-1yabopz, .framer-3O6M3 .framer-1mc9o4m, .framer-3O6M3 .framer-l95qy8, .framer-3O6M3 .framer-1ymfbpq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-b3clyk, .framer-3O6M3 .framer-1phja2z { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-3O6M3 .framer-1cy2qhh { align-content: flex-start; align-items: flex-start; aspect-ratio: 1.6266666666666667 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 190px); justify-content: center; overflow: hidden; padding: 0px 46px 0px 46px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3O6M3 .framer-15j3i27, .framer-3O6M3 .framer-1y0wt0d { align-content: flex-start; align-items: flex-start; aspect-ratio: 1.6266666666666667 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 191px); justify-content: center; overflow: hidden; padding: 0px 46px 0px 46px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3O6M3 .framer-1kdqj99 { align-content: flex-start; align-items: flex-start; aspect-ratio: 1.6266666666666667 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 191px); justify-content: center; overflow: hidden; padding: 0px 46px 0px 46px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3O6M3 .framer-js8ej0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1024px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3O6M3 .framer-1fhvl2r { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-3O6M3 .framer-jrgyoy-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 2; }\",\".framer-3O6M3 .framer-63mu83-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-3O6M3.framer-72rtr7 { width: 810px; } .framer-3O6M3 .framer-1q5rgvy { height: 600px; padding: 90px 0px 0px 0px; } .framer-3O6M3 .framer-fg1bh5, .framer-3O6M3 .framer-1filh59 { padding: 0px 40px 0px 40px; } .framer-3O6M3 .framer-d9abh5, .framer-3O6M3 .framer-1f39m8u { gap: 64px; padding: 64px 40px 64px 40px; } .framer-3O6M3 .framer-afw4uu, .framer-3O6M3 .framer-k5ny59, .framer-3O6M3 .framer-1053kgt, .framer-3O6M3 .framer-1x76jzt, .framer-3O6M3 .framer-1h5betn, .framer-3O6M3 .framer-355zp9, .framer-3O6M3 .framer-k7wbx2, .framer-3O6M3 .framer-1jrh0is { gap: 36px; } .framer-3O6M3 .framer-n7gnyq, .framer-3O6M3 .framer-884tmv, .framer-3O6M3 .framer-1vvq7mx, .framer-3O6M3 .framer-13mtuqx, .framer-3O6M3 .framer-e0ywhu { height: var(--framer-aspect-ratio-supported, 560px); width: 284px; } .framer-3O6M3 .framer-1jstdr7 { height: var(--framer-aspect-ratio-supported, 514px); width: 237px; } .framer-3O6M3 .framer-1dp177y { gap: 16px; } .framer-3O6M3 .framer-10c6n1v { aspect-ratio: 0.46192052980132453 / 1; height: var(--framer-aspect-ratio-supported, 514px); left: 50%; top: 50%; transform: translate(-50%, -50%); width: 238px; } .framer-3O6M3 .framer-1rfp6mt, .framer-3O6M3 .framer-qj5pwz { aspect-ratio: 0.5089285714285714 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 560px); left: 50%; right: unset; top: 50%; transform: translate(-50%, -50%); width: 285px; } .framer-3O6M3 .framer-1ubywoi, .framer-3O6M3 .framer-1efj11i { aspect-ratio: 0.46192052980132453 / 1; height: var(--framer-aspect-ratio-supported, 515px); left: 50%; top: 50%; transform: translate(-50%, -50%); width: 238px; } .framer-3O6M3 .framer-ude3o4 { bottom: unset; height: 560px; left: calc(50.1492537313433% - 285px / 2); right: unset; top: calc(50.03790750568615% - 560px / 2); width: 285px; } .framer-3O6M3 .framer-w4kjpm { height: min-content; padding: 48px 0px 48px 0px; } .framer-3O6M3 .framer-ss0gdf { padding: 64px 40px 64px 40px; } .framer-3O6M3 .framer-1iskarg { gap: 64px; } .framer-3O6M3 .framer-655qvn { width: 100%; } .framer-3O6M3 .framer-1cl3uoe, .framer-3O6M3 .framer-1is2d2o, .framer-3O6M3 .framer-yk5u0b, .framer-3O6M3 .framer-3uiysn, .framer-3O6M3 .framer-15j3i27, .framer-3O6M3 .framer-1y0wt0d { height: var(--framer-aspect-ratio-supported, 135px); } .framer-3O6M3 .framer-1y2nxv5, .framer-3O6M3 .framer-1cy2qhh, .framer-3O6M3 .framer-1kdqj99 { height: var(--framer-aspect-ratio-supported, 135px); order: 0; } .framer-3O6M3 .framer-cgy04p, .framer-3O6M3 .framer-1y3c0he, .framer-3O6M3 .framer-1urev6o { order: 1; } .framer-3O6M3 .framer-1jqjany { padding: 24px 40px 64px 40px; } .framer-3O6M3 .framer-js8ej0 { flex-direction: column; gap: 36px; } .framer-3O6M3 .framer-1fhvl2r, .framer-3O6M3 .framer-jrgyoy-container { flex: none; width: 100%; }}\",\"@media (max-width: 809px) { .framer-3O6M3.framer-72rtr7 { width: 390px; } .framer-3O6M3 .framer-1q5rgvy { align-content: center; align-items: center; flex-direction: column; height: 520px; justify-content: flex-end; padding: 90px 0px 36px 0px; } .framer-3O6M3 .framer-fg1bh5 { align-content: center; align-items: center; flex: none; padding: 0px 20px 0px 20px; width: 100%; } .framer-3O6M3 .framer-1kp8j2y { gap: 12px; } .framer-3O6M3 .framer-1aqgv64 { align-self: stretch; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; } .framer-3O6M3 .framer-d9abh5 { gap: 64px; padding: 48px 16px 48px 16px; } .framer-3O6M3 .framer-1fbze09, .framer-3O6M3 .framer-452cxo, .framer-3O6M3 .framer-7625ds, .framer-3O6M3 .framer-8t6p8 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-3O6M3 .framer-afw4uu, .framer-3O6M3 .framer-k5ny59, .framer-3O6M3 .framer-1053kgt, .framer-3O6M3 .framer-1x76jzt { flex-direction: column; gap: 16px; } .framer-3O6M3 .framer-n7gnyq, .framer-3O6M3 .framer-1vvq7mx, .framer-3O6M3 .framer-e0ywhu { height: var(--framer-aspect-ratio-supported, 560px); order: 0; width: 284px; } .framer-3O6M3 .framer-1jstdr7 { height: var(--framer-aspect-ratio-supported, 514px); width: 237px; } .framer-3O6M3 .framer-884tmv, .framer-3O6M3 .framer-13mtuqx { height: var(--framer-aspect-ratio-supported, 560px); width: 284px; } .framer-3O6M3 .framer-1dp177y { align-content: center; align-items: center; flex: none; gap: 8px; order: 1; width: 100%; } .framer-3O6M3 .framer-kucm49, .framer-3O6M3 .framer-1taakhs { flex: none; gap: 8px; order: 1; width: 100%; } .framer-3O6M3 .framer-10c6n1v { aspect-ratio: 0.46192052980132453 / 1; height: var(--framer-aspect-ratio-supported, 514px); left: 50%; top: 50%; transform: translate(-50%, -50%); width: 238px; } .framer-3O6M3 .framer-1rfp6mt, .framer-3O6M3 .framer-qj5pwz { aspect-ratio: 0.5089285714285714 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 560px); left: 50%; right: unset; top: 50%; transform: translate(-50%, -50%); width: 285px; } .framer-3O6M3 .framer-1ubywoi, .framer-3O6M3 .framer-1efj11i { aspect-ratio: 0.46192052980132453 / 1; height: var(--framer-aspect-ratio-supported, 515px); left: 50%; top: 50%; transform: translate(-50%, -50%); width: 238px; } .framer-3O6M3 .framer-ude3o4 { bottom: unset; height: 560px; left: calc(50.1492537313433% - 285px / 2); right: unset; top: calc(50.03790750568615% - 560px / 2); width: 285px; } .framer-3O6M3 .framer-7e81v0 { flex: none; gap: 8px; width: 100%; } .framer-3O6M3 .framer-w4kjpm { flex-direction: column; height: 440px; justify-content: flex-end; padding: 0px 0px 36px 0px; } .framer-3O6M3 .framer-1filh59 { align-content: center; align-items: center; flex: none; padding: 0px 16px 0px 16px; width: 100%; } .framer-3O6M3 .framer-1o9kscz { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); background-color: unset; height: 231px; top: unset; } .framer-3O6M3 .framer-ss0gdf, .framer-3O6M3 .framer-1jqjany { padding: 48px 16px 48px 16px; } .framer-3O6M3 .framer-4cwd2n { flex-direction: column; } .framer-3O6M3 .framer-12huiso, .framer-3O6M3 .framer-1iwso5g, .framer-3O6M3 .framer-1r0dolr, .framer-3O6M3 .framer-wc4f69, .framer-3O6M3 .framer-1dcmqvt, .framer-3O6M3 .framer-19tiovt, .framer-3O6M3 .framer-1oymq74, .framer-3O6M3 .framer-ouvzn, .framer-3O6M3 .framer-b3clyk, .framer-3O6M3 .framer-1xzal3e, .framer-3O6M3 .framer-1760te3, .framer-3O6M3 .framer-1phja2z, .framer-3O6M3 .framer-1fhvl2r, .framer-3O6M3 .framer-jrgyoy-container { flex: none; width: 100%; } .framer-3O6M3 .framer-1f39m8u { gap: 48px; padding: 48px 16px 48px 16px; } .framer-3O6M3 .framer-655qvn { width: 100%; } .framer-3O6M3 .framer-1h5betn { gap: 36px; } .framer-3O6M3 .framer-355zp9, .framer-3O6M3 .framer-k7wbx2, .framer-3O6M3 .framer-1jrh0is, .framer-3O6M3 .framer-js8ej0 { flex-direction: column; gap: 36px; } .framer-3O6M3 .framer-1cl3uoe, .framer-3O6M3 .framer-1is2d2o, .framer-3O6M3 .framer-1y2nxv5, .framer-3O6M3 .framer-yk5u0b, .framer-3O6M3 .framer-3uiysn, .framer-3O6M3 .framer-1cy2qhh, .framer-3O6M3 .framer-1y0wt0d, .framer-3O6M3 .framer-1kdqj99 { height: var(--framer-aspect-ratio-supported, 220px); } .framer-3O6M3 .framer-2lepgv, .framer-3O6M3 .framer-47cfkj, .framer-3O6M3 .framer-1e00br2, .framer-3O6M3 .framer-1pfdmth, .framer-3O6M3 .framer-wd5wfe, .framer-3O6M3 .framer-11n9ftl, .framer-3O6M3 .framer-1w8yh4r, .framer-3O6M3 .framer-jwzlim, .framer-3O6M3 .framer-1me4ej1, .framer-3O6M3 .framer-16bkyuz, .framer-3O6M3 .framer-1b2jgoo, .framer-3O6M3 .framer-1r8xgqu { gap: 8px; } .framer-3O6M3 .framer-15j3i27 { height: var(--framer-aspect-ratio-supported, 221px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9144.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZOSZZiR6x\":{\"layout\":[\"fixed\",\"auto\"]},\"melvs3qce\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"wWgXNaNAh\":{\"pattern\":\":wWgXNaNAh\",\"name\":\"home\"},\"xvjXRK_bn\":{\"pattern\":\":xvjXRK_bn\",\"name\":\"\"},\"ocm_pfS1c\":{\"pattern\":\":ocm_pfS1c\",\"name\":\"app-features\"},\"gW7yGpi3G\":{\"pattern\":\":gW7yGpi3G\",\"name\":\"blogs\"},\"i2Ldl5w2E\":{\"pattern\":\":i2Ldl5w2E\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-3O6M3\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9144.5,width:1200};addFonts(FrameraugiA20Il,[{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/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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.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:\"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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/UjlFhCnUjxhNfep4oYBPqnEssyo.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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/yDtI2UI8XcEg1W2je9XPN3Noo.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/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.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/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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.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\"}]},...NavigationBarFonts,...VideoFonts,...AccordionFonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"wWgXNaNAh\\\":{\\\"pattern\\\":\\\":wWgXNaNAh\\\",\\\"name\\\":\\\"home\\\"},\\\"xvjXRK_bn\\\":{\\\"pattern\\\":\\\":xvjXRK_bn\\\",\\\"name\\\":\\\"\\\"},\\\"ocm_pfS1c\\\":{\\\"pattern\\\":\\\":ocm_pfS1c\\\",\\\"name\\\":\\\"app-features\\\"},\\\"gW7yGpi3G\\\":{\\\"pattern\\\":\\\":gW7yGpi3G\\\",\\\"name\\\":\\\"blogs\\\"},\\\"i2Ldl5w2E\\\":{\\\"pattern\\\":\\\":i2Ldl5w2E\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"9144.5\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZOSZZiR6x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"melvs3qce\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}