{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/Foxm7T4YpJpvPgDlEus0/FormSpark.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/V6UPjHLBAvBWqyNKvY6M/SlideShow.js", "ssg:https://framerusercontent.com/modules/gWMoUmaIP3RXYgZ1hjHG/QEZK4Sv9xhZcPlAWlN4T/CqJoqVWuA.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 \u2014 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", "// @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 { 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{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useCallback,useMemo,useState}from\"react\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};/**\n * FORMSPARK\n *\n * @framerIntrinsicWidth 550\n * @framerIntrinsicHeight 290\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ const FormSpark=withCSS(function FormSpark({formId,withName,nameField:name,withEmail,email,withMessage,message,layout,inputs,button,style,gap,onSubmit,...props}){const[nameValue,setName]=useState(name===null||name===void 0?void 0:name.value);const[emailValue,setEmail]=useState(email===null||email===void 0?void 0:email.value);const[messageValue,setMessage]=useState(message===null||message===void 0?void 0:message.value);const[isNameError,setNameError]=useState(false);const[isEmailError,setEmailError]=useState(false);const[isMessageError,setMessageError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const gridTemplateRows=useMemo(()=>{const rows=[];if(withName||withMessage){rows.push(\"max-content\");}if(withMessage){rows.push(\"1fr\");}return[...rows,\"max-content\"].join(\" \");},[withName,withEmail,withMessage]);const gridTemplateColumns=useMemo(()=>{const cols=[];if((withName&&!withEmail||withEmail&&!withName)&&!withMessage&&layout===\"horizontal\"){return\"1fr max-content\";}return\"1fr\";},[withName,withEmail,withMessage,layout]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(()=>{let error=false;setNameError(false);setEmailError(false);setMessageError(false);if(withName&&!nameValue){setNameError(true);error=true;}if(withEmail&&(!emailValue||!validateEmail(emailValue))){setEmailError(true);error=true;}if(withMessage&&!messageValue){setMessageError(true);error=true;}return error;},[validateEmail,withName,withEmail,withMessage,nameValue,emailValue,messageValue,]);const handleSubmit=useCallback(event=>{setLoading(true);event.preventDefault();if(validateForm()){setLoading(false);}else{const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formId}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{setSuccess(true);onSubmit();}).catch(()=>setLoading(false));}},[formId,onSubmit,validateForm]);const handleNameChange=useCallback(event=>{setNameError(false);setName(event.target.value);},[]);const handleEmailChange=useCallback(event=>{setEmailError(false);setEmail(event.target.value);},[]);const handleMessageChange=useCallback(event=>{setMessageError(false);setMessage(event.target.value);},[]);return /*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,flexDirection:\"column\",\"--framer-formspark-placeholder-color\":inputs.placeholderColor},children:isSuccess?/*#__PURE__*/ _jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:.3},children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/ _jsxs(\"form\",{style:{display:\"grid\",gridTemplateRows,gridTemplateColumns,gap,width:\"100%\",height:\"100%\"},onSubmit:handleSubmit,method:\"POST\",children:[(withName||withEmail)&&/*#__PURE__*/ _jsxs(\"div\",{style:{width:\"100%\",display:\"grid\",gridAutoFlow:layout===\"horizontal\"?\"column\":\"row\",gap},children:[withName&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"text\",name:\"name\",placeholder:name.placeholder,value:isCanvas?name.value:nameValue,onChange:handleNameChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isNameError?inputs.error:\"transparent\"}`}}),withEmail&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"email\",name:\"email\",placeholder:email.placeholder,value:isCanvas?email.value:emailValue,onChange:handleEmailChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isEmailError?inputs.error:\"transparent\"}`}})]}),withMessage&&/*#__PURE__*/ _jsx(\"textarea\",{className:\"framer-formspark-input\",placeholder:message.placeholder,name:\"message\",value:isCanvas?message.value:messageValue,onChange:handleMessageChange,style:{...defaultStyle,minHeight:0,padding:paddingValue,resize:\"vertical\",borderRadius,background:inputs.fill,fontFamily,fontWeight,fontSize,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isMessageError?inputs.error:\"transparent\"}`}}),/*#__PURE__*/ _jsxs(\"div\",{children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,cursor:\"pointer\",color:button.color,zIndex:1},transition:{type:\"ease\",duration:.3},whileHover:{opacity:.8}}),isLoading&&/*#__PURE__*/ _jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})});},[\".framer-formspark-input::placeholder { color: var(--framer-formspark-placeholder-color) !important; }\",]);FormSpark.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15,nameField:{value:undefined,placeholder:\"Name\"},email:{value:undefined,placeholder:\"Email\"},message:{value:undefined,placeholder:\"Message\"},inputs:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},layout:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},button:{label:\"Sign Up\",fontWeight:600,fill:\"#000\",color:\"#FFF\"}};addPropertyControls(FormSpark,{formId:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,description:\"Create a [FormSpark](https://formspark.io/) account, add a new form and copy its ID. [Learn more\u2026](https://www.framer.com/sites/integrations/formspark/)\"},withName:{title:\"Name\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},nameField:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Name\"},value:{title:\"Value\",type:ControlType.String,defaultValue:\"\"}},hidden:props=>!props.withName},withEmail:{title:\"Email\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},email:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Email\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withEmail},withMessage:{title:\"Message\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},message:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Message\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withMessage},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,defaultValue:\"horizontal\"},inputs:{title:\"Inputs\",type:ControlType.Object,controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},placeholderColor:{title:\"Placeholder\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.5)\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",display:\"inline-block\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default FormSpark;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FormSpark\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"290\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"550\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FormSpark.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup,wrap,sync}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const hasChildren=Children.count(slots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return slots.map(index=>/*#__PURE__*/createRef());},[slots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{sync.read(()=>{if(hasChildren&&parentRef.current){const total=slots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}});},[hasChildren]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)measure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=slots===null||slots===void 0?void 0:slots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(slots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===slots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:slots===null||slots===void 0?void 0:slots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(slots===null||slots===void 0?void 0:slots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import FormSpark from\"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/Foxm7T4YpJpvPgDlEus0/FormSpark.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/V6UPjHLBAvBWqyNKvY6M/SlideShow.js\";import ComponentsFooter from\"#framer/local/canvasComponent/aX1i_JPLe/aX1i_JPLe.js\";import ComponentsBlog from\"#framer/local/canvasComponent/gsin7iqZt/gsin7iqZt.js\";import ComponentsButton from\"#framer/local/canvasComponent/NzTnkrstj/NzTnkrstj.js\";import ComponentsNavigation from\"#framer/local/canvasComponent/v5SWo_oth/v5SWo_oth.js\";import BlogCollection from\"#framer/local/collection/TKsa8QkJk/TKsa8QkJk.js\";import*as sharedStyle3 from\"#framer/local/css/CiB5xccEB/CiB5xccEB.js\";import*as sharedStyle6 from\"#framer/local/css/Crj9URLgr/Crj9URLgr.js\";import*as sharedStyle5 from\"#framer/local/css/evBJ4kB3B/evBJ4kB3B.js\";import*as sharedStyle4 from\"#framer/local/css/J25x3VmVw/J25x3VmVw.js\";import*as sharedStyle1 from\"#framer/local/css/kWfKWeycJ/kWfKWeycJ.js\";import*as sharedStyle from\"#framer/local/css/U2B6PV93m/U2B6PV93m.js\";import*as sharedStyle7 from\"#framer/local/css/VVrxJa5u2/VVrxJa5u2.js\";import*as sharedStyle2 from\"#framer/local/css/WSAkjrEoE/WSAkjrEoE.js\";import metadataProvider from\"#framer/local/webPageMetadata/CqJoqVWuA/CqJoqVWuA.js\";const ComponentsNavigationFonts=getFonts(ComponentsNavigation);const ComponentsNavigationWithVariantAppearEffect=withVariantAppearEffect(ComponentsNavigation);const MotionDivWithFX=withFX(motion.div);const ComponentsButtonFonts=getFonts(ComponentsButton);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ImageWithFX=withFX(Image);const PhosphorFonts=getFonts(Phosphor);const SlideshowFonts=getFonts(Slideshow);const ComponentsBlogFonts=getFonts(ComponentsBlog);const FormSparkFonts=getFonts(FormSpark);const ContainerWithFX=withFX(Container);const ComponentsFooterFonts=getFonts(ComponentsFooter);const breakpoints={GZZGgjHsj:\"(min-width: 1440px)\",hXYrkkTQd:\"(max-width: 809px)\",U0uuS_BL2:\"(min-width: 810px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-nEEW8\";const variantClassNames={GZZGgjHsj:\"framer-v-zfahul\",hXYrkkTQd:\"framer-v-lnxpt4\",U0uuS_BL2:\"framer-v-11ardyt\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition1={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition4={damping:30,delay:.5,mass:1,stiffness:400,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition5={damping:30,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition6={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transition7={delay:1.5,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition8={delay:.5,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transition9={delay:2,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};const transition10={delay:.25,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transition11={delay:2.5,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition11,x:0,y:0};const transition12={delay:3,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition12,x:0,y:0};const transition13={delay:.75,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition14={delay:.5,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:150,y:0};const transition15={delay:1,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:150,y:-258};const transition16={delay:.3,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-150};const transition17={delay:1,duration:1,ease:[.44,0,.23,1.01],type:\"tween\"};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const transition18={damping:30,delay:1,mass:1,stiffness:400,type:\"spring\"};const transition19={delay:.25,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition20={delay:.8,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-150,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"GZZGgjHsj\",Phone:\"hXYrkkTQd\",Tablet:\"U0uuS_BL2\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"GZZGgjHsj\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,hICkn6OPrbWE3Pl8n3,F5UNeEgl_bWE3Pl8n3,lBarKnO_UbWE3Pl8n3,feI0bYbu8bWE3Pl8n3,UZGBveD5WbWE3Pl8n3,idbWE3Pl8n3,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-nEEW8`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-nEEW8`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const elementId=useRouteElementId(\"j9c5SilII\");const router=useRouter();const elementId1=useRouteElementId(\"ijPRmMTFJ\");const ref6=React.useRef(null);const elementId2=useRouteElementId(\"Pwd9P74LW\");const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"U0uuS_BL2\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"U0uuS_BL2\",\"hXYrkkTQd\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"hXYrkkTQd\")return true;return false;};const elementId3=useRouteElementId(\"BUnYUS5Zj\");const elementId4=useRouteElementId(\"AzIclpdGT\");const ref7=React.useRef(null);const elementId5=useRouteElementId(\"rkePGfFyk\");const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"GZZGgjHsj\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-zfahul\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ivauba-container\",\"data-framer-name\":\"Navbar_Light\",layoutScroll:true,name:\"Navbar_Light\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__targets:[{offset:120,ref:ref2,target:\"TUq9KCwXr\"}],variant:\"wXbmrJPyG\"},U0uuS_BL2:{__framer__targets:[{offset:120,ref:ref2,target:\"LhowWaTQt\"}],variant:\"UqTIPJsvO\"}},children:/*#__PURE__*/_jsx(ComponentsNavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:120,ref:ref2,target:\"VxD03r0Eb\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"B4xaHJ4tV\",layoutId:\"B4xaHJ4tV\",name:\"Navbar_Light\",style:{width:\"100%\"},variant:\"IQdEM4TaD\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yhgyix-container\",\"data-framer-name\":\"Navbar_Dark\",layoutScroll:true,name:\"Navbar_Dark\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__targets:[{offset:120,ref:ref3,target:\"wXbmrJPyG\"},{offset:120,ref:ref4,target:\"wXbmrJPyG\"},{offset:0,ref:ref5,target:\"wXbmrJPyG\"}],__framer__threshold:1,variant:\"TUq9KCwXr\"},U0uuS_BL2:{__framer__targets:[{offset:120,ref:ref3,target:\"ToTl4aDoW\"},{offset:120,ref:ref4,target:\"t2iEDOEmJ\"},{offset:0,ref:ref5,target:\"TVDSmU3eX\"}],variant:\"cerZmw018\"}},children:/*#__PURE__*/_jsx(ComponentsNavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:120,ref:ref3,target:\"prza6kuar\"},{offset:120,ref:ref4,target:\"O1lBjsTmj\"},{offset:0,ref:ref5,target:\"ruxDwG7j4\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"q7fQ_uVhS\",layoutId:\"q7fQ_uVhS\",name:\"Navbar_Dark\",style:{width:\"100%\"},variant:\"VxD03r0Eb\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11lv64v\",\"data-framer-name\":\"Body\",name:\"Body\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y7287g\",\"data-framer-name\":\"Header / 1 /\",id:elementId,name:\"Header / 1 /\",ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l70052\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__styleAppearEffectEnabled:undefined,animate:animation1,initial:animation2,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-iup1gu\",\"data-framer-appear-id\":\"iup1gu\",\"data-framer-name\":\"Column\",name:\"Column\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gpt5j5\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rq3k1k\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pz3v6e\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1qmxw8g\",\"data-styles-preset\":\"U2B6PV93m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-225a9e13-69ff-405a-a602-c27e883b2660, rgb(44, 46, 46))\"},children:\"Reset, Rebalance,\"})})},U0uuS_BL2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1qmxw8g\",\"data-styles-preset\":\"U2B6PV93m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-225a9e13-69ff-405a-a602-c27e883b2660, rgb(44, 46, 46))\"},children:\"Reset, Rebalance, Reform\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1qmxw8g\",\"data-styles-preset\":\"U2B6PV93m\",style:{\"--framer-text-color\":\"var(--token-225a9e13-69ff-405a-a602-c27e883b2660, rgb(44, 46, 46))\"},children:\"Reset, Rebalance, Reform\"})}),className:\"framer-14u81su\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1qmxw8g\",\"data-styles-preset\":\"U2B6PV93m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-225a9e13-69ff-405a-a602-c27e883b2660, rgb(44, 46, 46))\"},children:[\"Reform with \",/*#__PURE__*/_jsx(\"br\",{}),\"Dr Rachel\"]})})},U0uuS_BL2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1qmxw8g\",\"data-styles-preset\":\"U2B6PV93m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-225a9e13-69ff-405a-a602-c27e883b2660, rgb(44, 46, 46))\"},children:\"with Dr Rachel\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1qmxw8g\",\"data-styles-preset\":\"U2B6PV93m\",style:{\"--framer-text-color\":\"var(--token-225a9e13-69ff-405a-a602-c27e883b2660, rgb(44, 46, 46))\"},children:\"with Dr Rachel\"})}),className:\"framer-v4ygda\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__animate:{transition:transition4},__framer__threshold:.5,transformTemplate:transformTemplate1},U0uuS_BL2:{__framer__animate:{transition:transition4},__framer__threshold:.5}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gkewi2\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 168 13\"><path d=\"M 1.01 7.028 C 3.582 5.755 74.282 2.964 94.655 3.32 C 94.686 3.319 133.529 3.701 149.815 3.114 C 158.31 2.808 172.964 3.104 165.478 6.223 C 164.266 6.734 137.56 7.696 129.453 7.52 C 110.21 7.123 73.732 7.257 43.232 8.067 C 25.475 8.528 13.582 8.623 3.639 8.424 C 0.886 8.368 -0.352 7.7 1.01 7.028 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9701294112}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zvi76v\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 246 19\"><path d=\"M 1.479 10.272 C 5.245 8.412 108.77 4.331 138.602 4.853 C 138.647 4.851 195.525 5.409 219.372 4.551 C 231.81 4.104 253.268 4.536 242.307 9.095 C 240.532 9.842 201.428 11.248 189.556 10.991 C 161.379 10.41 107.965 10.607 63.304 11.79 C 37.303 12.465 19.888 12.602 5.329 12.313 C 1.297 12.23 -0.515 11.254 1.479 10.272 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9419153041,withExternalLayout:true})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rn9crr\",\"data-styles-preset\":\"kWfKWeycJ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9f35dfde-956b-4cba-b8ba-19f65f20ee52, rgb(255, 255, 255))\"},children:\"Introducing Dr Rachel, your online private GP specialising in coaching, menopause, wellbeing services for all, burnout recovery and weight management.\"})})},U0uuS_BL2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rn9crr\",\"data-styles-preset\":\"kWfKWeycJ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9f35dfde-956b-4cba-b8ba-19f65f20ee52, rgb(255, 255, 255))\"},children:\"Introducing Dr Rachel, your online private GP specialising in coaching, menopause, wellbeing services for all, burnout recovery and weight management.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rn9crr\",\"data-styles-preset\":\"kWfKWeycJ\",style:{\"--framer-text-color\":\"var(--token-9f35dfde-956b-4cba-b8ba-19f65f20ee52, rgb(255, 255, 255))\"},children:\"Introducing Dr Rachel, your online private GP specialising in coaching, menopause, wellbeing services for all, burnout recovery and weight management.\"})}),className:\"framer-r16ma9\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p23e6e\",\"data-framer-name\":\"Actions\",name:\"Actions\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bilm1n-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsButton,{fSfJsaONZ:true,ghFATj9L8:\"Contact Dr Rachel\",height:\"100%\",id:\"LDYQgDncv\",IR7Pp0O8_:\"rgb(255, 255, 255)\",layoutId:\"LDYQgDncv\",OTrUeZs_O:\"#contact\",tbubkQbCV:\"House\",TnzIEJGBS:false,variant:\"yASdSKR6l\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Pwd9P74LW\",webPageId:\"CqJoqVWuA\"},implicitPathVariables:undefined},{href:{hash:\":Pwd9P74LW\",webPageId:\"CqJoqVWuA\"},implicitPathVariables:undefined},{href:{hash:\":Pwd9P74LW\",webPageId:\"CqJoqVWuA\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ormu13-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{OTrUeZs_O:resolvedLinks[2],style:{width:\"100%\"}},U0uuS_BL2:{OTrUeZs_O:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ComponentsButton,{fSfJsaONZ:true,ghFATj9L8:\"About me\",height:\"100%\",id:\"QmZUtarKl\",IR7Pp0O8_:\"rgb(255, 255, 255)\",layoutId:\"QmZUtarKl\",OTrUeZs_O:resolvedLinks[0],tbubkQbCV:\"House\",TnzIEJGBS:false,variant:\"B_D7F6iuK\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{animate:animation4,initial:animation5,optimized:true,style:{transformPerspective:1200}}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-1dzgzjo\",\"data-framer-appear-id\":\"1dzgzjo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1200,intrinsicWidth:900,pixelHeight:1200,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"341px\",src:\"https://framerusercontent.com/images/9nc8X69U6oFgIdGR5ZlB3XfEeE.png\",srcSet:\"https://framerusercontent.com/images/9nc8X69U6oFgIdGR5ZlB3XfEeE.png?scale-down-to=1024 768w,https://framerusercontent.com/images/9nc8X69U6oFgIdGR5ZlB3XfEeE.png 900w\"}},U0uuS_BL2:{animate:animation6,background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1200,intrinsicWidth:900,pixelHeight:1200,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"372.9236px\",src:\"https://framerusercontent.com/images/9nc8X69U6oFgIdGR5ZlB3XfEeE.png\",srcSet:\"https://framerusercontent.com/images/9nc8X69U6oFgIdGR5ZlB3XfEeE.png?scale-down-to=1024 768w,https://framerusercontent.com/images/9nc8X69U6oFgIdGR5ZlB3XfEeE.png 900w\"},initial:animation2,optimized:true,style:{transformPerspective:1200}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1200,intrinsicWidth:900,loading:getLoadingLazyAtYPosition(165),pixelHeight:1200,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"449px\",src:\"https://framerusercontent.com/images/9nc8X69U6oFgIdGR5ZlB3XfEeE.png\",srcSet:\"https://framerusercontent.com/images/9nc8X69U6oFgIdGR5ZlB3XfEeE.png?scale-down-to=1024 768w,https://framerusercontent.com/images/9nc8X69U6oFgIdGR5ZlB3XfEeE.png 900w\"},className:\"framer-3g15hr\",\"data-framer-appear-id\":\"3g15hr\",\"data-framer-name\":\"unsplash:M7fbJyBuAag\",name:\"unsplash:M7fbJyBuAag\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{animate:animation7,className:\"framer-fmb1u\",\"data-framer-appear-id\":\"fmb1u\",\"data-framer-name\":\"spark, sparks, sparkle, stars, 30\",initial:animation8,name:\"spark, sparks, sparkle, stars, 30\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-h038dp\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 73\"><path d=\"M 19.782 37.83 C 23.067 39.481 26.352 41.478 29.109 44.241 C 30.466 45.625 31.66 47.162 32.664 48.82 C 33.642 50.452 34.472 52.167 35.145 53.946 C 36.541 57.686 37.298 61.554 37.886 65.344 C 38.04 66.285 38.179 67.225 38.31 68.162 L 38.686 70.967 L 35.258 71.394 C 34.708 66.981 34.278 62.447 34.655 57.847 C 35.014 53.267 36.218 48.601 38.66 44.513 C 39.272 43.486 39.962 42.506 40.723 41.582 C 41.485 40.641 42.333 39.773 43.254 38.987 C 43.479 38.78 43.723 38.601 43.961 38.414 C 44.203 38.232 44.436 38.034 44.687 37.866 C 45.187 37.527 45.682 37.178 46.206 36.883 C 47.232 36.272 48.302 35.737 49.407 35.283 C 50.492 34.835 51.601 34.447 52.729 34.121 C 53.846 33.809 54.968 33.52 56.086 33.294 C 58.326 32.819 60.551 32.498 62.745 32.183 L 62.961 36.341 L 61.006 36.299 C 58.882 36.259 56.738 36.145 54.578 35.971 C 52.367 35.812 50.17 35.487 48.008 34.999 C 45.728 34.49 43.543 33.622 41.535 32.428 C 40.498 31.788 39.539 31.028 38.677 30.165 C 37.82 29.297 37.073 28.326 36.455 27.274 C 35.233 25.219 34.484 23.069 33.844 21.001 C 33.197 18.92 32.659 16.807 32.23 14.67 C 31.791 12.537 31.478 10.38 31.291 8.211 C 31.202 7.126 31.132 6.041 31.098 4.954 L 31.073 4.139 C 31.067 3.867 31.073 3.595 31.051 3.324 C 31.019 2.781 31.013 2.238 30.993 1.694 L 34.679 1.869 C 34.369 5.835 34.038 9.869 33.273 13.923 C 33.169 14.429 33.074 14.937 32.961 15.441 L 32.583 16.953 L 32.151 18.458 L 31.66 19.954 C 30.964 21.963 30.075 23.899 29.007 25.737 C 26.94 29.211 24.106 32.166 20.721 34.376 C 19.413 35.256 17.981 35.937 16.473 36.398 C 15.922 36.556 15.36 36.669 14.791 36.738 C 14.537 36.765 14.299 36.783 14.074 36.791 L 13.909 36.796 L 13.775 36.78 C 13.681 36.767 13.59 36.754 13.502 36.742 C 12.418 36.584 11.816 36.395 12.651 35.574 C 12.772 35.46 12.9 35.353 13.034 35.255 C 13.104 35.201 13.203 35.139 13.266 35.087 C 13.325 35.038 13.386 34.987 13.45 34.934 C 13.706 34.722 14.014 34.515 14.355 34.27 C 14.693 34.019 15.086 33.78 15.498 33.485 C 15.708 33.346 15.926 33.2 16.154 33.048 C 16.378 32.889 16.612 32.728 16.857 32.565 C 18.122 31.697 19.33 30.747 20.472 29.721 C 21.638 28.69 22.722 27.57 23.716 26.372 C 25.071 24.72 26.209 22.902 27.105 20.962 C 28.009 18.981 28.729 16.921 29.255 14.807 C 30.384 10.547 30.894 6.066 31.373 1.55 L 31.373 1.548 C 31.413 1.173 31.594 0.829 31.88 0.584 C 32.166 0.339 32.535 0.213 32.91 0.231 C 33.286 0.249 33.641 0.41 33.902 0.681 C 34.163 0.952 34.31 1.313 34.314 1.689 C 34.32 2.422 34.296 3.156 34.347 3.888 C 34.394 4.62 34.449 5.351 34.523 6.08 C 34.665 7.538 34.875 8.988 35.115 10.43 C 35.591 13.313 36.287 16.154 37.199 18.93 C 37.782 20.828 38.54 22.668 39.462 24.427 C 39.896 25.222 40.407 25.971 40.989 26.666 C 41.556 27.318 42.185 27.914 42.866 28.447 C 43.505 28.925 44.184 29.348 44.895 29.712 C 45.638 30.078 46.406 30.393 47.192 30.655 C 48.837 31.181 50.528 31.551 52.242 31.761 C 55.753 32.218 59.402 32.284 63.072 32.42 L 63.094 32.421 C 63.554 32.438 63.99 32.627 64.317 32.951 C 64.644 33.274 64.837 33.709 64.858 34.169 C 64.879 34.628 64.727 35.079 64.432 35.432 C 64.136 35.784 63.719 36.013 63.262 36.072 C 60.476 36.434 57.734 36.812 55.099 37.426 C 52.475 38.053 49.934 38.875 47.69 40.165 C 46.733 40.712 45.83 41.347 44.991 42.063 C 44.158 42.794 43.394 43.602 42.711 44.475 C 41.346 46.281 40.273 48.289 39.531 50.428 C 38.772 52.597 38.282 54.852 38.073 57.141 C 37.855 59.468 37.807 61.808 37.928 64.141 C 38.026 66.413 38.257 68.699 38.525 70.993 L 38.527 71.008 C 38.575 71.419 38.458 71.833 38.201 72.158 C 37.945 72.483 37.57 72.693 37.158 72.742 C 36.747 72.791 36.333 72.676 36.007 72.42 C 35.681 72.165 35.47 71.79 35.42 71.379 C 34.97 67.695 34.495 64.043 33.643 60.522 C 33.243 58.77 32.732 57.045 32.112 55.358 C 31.494 53.7 30.721 52.105 29.804 50.592 C 29.564 50.226 29.34 49.847 29.087 49.491 L 28.304 48.439 C 27.754 47.763 27.169 47.115 26.551 46.5 C 25.272 45.274 23.87 44.184 22.369 43.245 C 21.612 42.764 20.833 42.312 20.036 41.88 C 19.638 41.664 19.236 41.454 18.83 41.248 L 18.219 40.942 L 17.913 40.792 L 17.623 40.662 C 17.245 40.48 16.829 40.333 16.425 40.173 C 16.005 40.036 15.595 39.881 15.164 39.763 C 14.315 39.499 13.438 39.299 12.562 39.109 C 10.864 38.755 9.14 38.532 7.407 38.443 C 5.727 38.361 4.07 38.459 2.692 38.937 L 2.296 37.361 L 2.295 37.257 L 2.297 37.257 L 2.306 37.257 L 2.319 37.257 L 2.345 37.257 L 2.397 37.258 C 2.431 37.258 2.465 37.259 2.514 37.257 L 2.782 37.248 L 3.327 37.225 C 3.693 37.209 4.056 37.193 4.418 37.176 C 5.144 37.148 5.861 37.119 6.569 37.091 C 7.988 37.04 9.373 37.009 10.726 36.98 C 11.186 36.963 11.647 36.981 12.105 37.034 C 12.283 37.048 12.389 37.102 12.552 37.101 C 12.659 37.098 12.764 37.128 12.853 37.186 L 13.122 36.873 C 13.084 37.016 13.031 37.079 13.056 37.092 C 13.073 37.105 13.167 37.064 13.252 36.927 C 13.262 36.911 13.269 36.892 13.271 36.873 C 13.273 36.854 13.271 36.834 13.265 36.816 C 13.259 36.797 13.249 36.781 13.236 36.766 C 13.222 36.752 13.206 36.742 13.188 36.734 C 13.17 36.727 13.15 36.725 13.131 36.726 C 13.111 36.727 13.093 36.733 13.076 36.742 C 13.059 36.752 13.044 36.765 13.033 36.781 C 13.022 36.797 13.014 36.815 13.011 36.834 L 12.927 37.307 C 12.911 37.394 12.793 37.528 12.574 37.676 C 12.422 37.8 12.256 37.907 12.08 37.993 C 11.538 38.259 10.965 38.458 10.375 38.588 C 9.097 38.882 7.81 39.142 6.504 39.389 C 5.852 39.512 5.194 39.631 4.533 39.745 L 3.531 39.91 L 3.016 39.989 L 2.748 40.027 C 2.648 40.041 2.497 40.054 2.374 40.065 C 1.93 40.103 1.488 39.985 1.123 39.731 C 0.758 39.477 0.493 39.104 0.374 38.675 C 0.255 38.246 0.29 37.79 0.473 37.384 C 0.655 36.979 0.974 36.65 1.373 36.455 L 1.501 36.393 C 2.53 35.914 3.624 35.587 4.747 35.422 C 5.267 35.359 5.798 35.277 6.308 35.259 C 6.565 35.245 6.825 35.224 7.08 35.217 L 7.842 35.211 C 9.863 35.231 11.877 35.466 13.848 35.913 C 14.845 36.128 15.829 36.392 16.799 36.706 L 17.535 36.951 L 18.273 37.233 C 18.518 37.32 18.769 37.438 19.018 37.546 L 19.39 37.712 L 19.723 37.872 C 19.742 37.857 19.76 37.844 19.782 37.83 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:12269582782,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ulxpap\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 49\"><path d=\"M 19.123 29.354 C 20.836 31.408 22.218 33.717 23.217 36.197 C 23.34 36.508 23.472 36.814 23.585 37.128 L 23.886 38.085 C 23.981 38.405 24.093 38.72 24.173 39.044 L 24.394 40.024 C 24.461 40.351 24.552 40.673 24.598 41.005 L 24.734 42.001 L 24.8 42.498 C 24.823 42.662 24.846 42.828 24.857 43.01 C 24.884 43.368 24.898 43.738 24.889 44.123 C 24.879 44.814 24.767 45.501 24.555 46.159 C 24.423 46.543 24.247 46.91 24.03 47.253 C 23.788 47.618 23.495 47.947 23.16 48.228 L 23.136 48.248 C 22.858 48.481 22.517 48.625 22.156 48.66 C 21.795 48.696 21.433 48.621 21.115 48.447 C 20.797 48.272 20.54 48.005 20.377 47.682 C 20.213 47.358 20.152 46.993 20.2 46.634 C 20.425 44.97 20.744 43.32 21.156 41.692 C 21.826 38.97 22.864 36.353 24.242 33.912 C 25.654 31.416 27.499 29.192 29.691 27.344 C 31.935 25.489 34.527 24.102 37.315 23.264 C 40.179 22.412 43.206 22.27 46.137 22.849 C 46.568 22.938 46.96 23.158 47.26 23.48 C 47.559 23.801 47.752 24.208 47.81 24.643 C 47.869 25.079 47.791 25.522 47.587 25.911 C 47.383 26.301 47.063 26.617 46.671 26.816 L 46.633 26.836 C 45.679 27.307 44.657 27.625 43.604 27.779 C 42.636 27.915 41.657 27.954 40.681 27.895 C 39.746 27.849 38.855 27.738 37.999 27.615 C 37.145 27.49 36.33 27.368 35.445 27.206 C 34.173 26.992 32.928 26.64 31.732 26.156 C 31.077 25.881 30.451 25.542 29.863 25.145 C 29.262 24.735 28.708 24.261 28.209 23.732 C 27.284 22.718 26.527 21.561 25.97 20.306 C 25.453 19.147 25.047 17.942 24.758 16.706 C 23.591 11.917 23.69 6.907 25.044 2.168 L 25.046 2.161 C 25.165 1.748 25.401 1.379 25.727 1.099 C 26.053 0.819 26.453 0.64 26.88 0.585 C 27.306 0.529 27.739 0.6 28.125 0.787 C 28.512 0.975 28.835 1.272 29.055 1.641 C 29.745 2.84 30.119 4.194 30.14 5.577 C 30.163 6.79 30.013 7.999 29.695 9.169 C 29.554 9.734 29.372 10.256 29.198 10.783 C 29.004 11.304 28.815 11.827 28.585 12.332 C 28.146 13.349 27.631 14.332 27.044 15.271 C 24.713 19.068 21.333 22.108 17.312 24.027 C 14.755 25.226 11.977 25.885 9.153 25.962 C 8.045 26.001 6.939 25.849 5.882 25.513 C 5.668 25.441 5.468 25.367 5.281 25.289 C 5.095 25.204 4.922 25.116 4.762 25.027 C 4.469 24.87 4.197 24.679 3.952 24.456 C 3.306 23.874 3.429 23.406 4.07 23.099 C 4.714 22.8 5.877 22.642 7.458 22.483 L 8.215 22.401 L 8.981 22.299 C 9.494 22.221 10.014 22.155 10.531 22.058 C 11.564 21.876 12.585 21.632 13.589 21.327 C 15.526 20.725 17.345 19.792 18.965 18.571 C 22.239 16.11 24.617 12.645 25.736 8.704 C 26.003 7.807 26.139 6.875 26.138 5.938 C 26.15 5.165 25.943 4.405 25.54 3.745 L 28.984 3.292 C 28.633 4.686 28.414 6.11 28.329 7.545 C 28.165 10.194 28.526 12.919 28.982 15.422 C 29.298 17.206 29.852 18.895 30.751 20.193 C 31.175 20.817 31.712 21.357 32.334 21.783 C 33.013 22.215 33.752 22.542 34.527 22.756 C 35.411 23 36.309 23.191 37.217 23.327 C 38.183 23.483 39.145 23.64 40.05 23.733 C 41.871 23.929 43.549 23.854 44.831 23.226 L 45.274 26.791 L 44.639 26.67 L 44.321 26.607 L 43.999 26.569 L 43.354 26.491 L 42.702 26.458 C 41.221 26.402 39.74 26.576 38.312 26.973 C 36.859 27.381 35.465 27.978 34.166 28.749 C 32.86 29.521 31.654 30.452 30.576 31.521 C 29.488 32.606 28.521 33.806 27.694 35.1 C 25.421 38.612 24.08 42.771 23.523 47.021 L 21.009 45.666 C 21.159 45.539 21.272 45.375 21.337 45.19 C 21.442 44.902 21.501 44.6 21.514 44.293 C 21.534 43.913 21.524 43.531 21.484 43.152 L 21.303 41.885 C 21.241 41.461 21.155 41.041 21.046 40.628 L 20.902 40.001 C 20.859 39.791 20.776 39.591 20.716 39.385 C 20.579 38.977 20.463 38.563 20.313 38.159 L 19.819 36.964 C 19.104 35.384 18.214 33.889 17.167 32.506 C 16.095 31.133 14.881 29.876 13.547 28.756 C 11.861 27.378 10.027 26.194 8.077 25.224 C 7.96 25.163 7.845 25.096 7.727 25.038 L 7.368 24.88 L 6.653 24.557 C 6.184 24.318 5.695 24.16 5.217 23.968 L 4.499 23.681 C 4.264 23.597 4.031 23.52 3.797 23.461 C 3.334 23.317 2.839 23.315 2.375 23.455 C 2.261 23.498 2.158 23.552 2.076 23.589 C 2.075 23.589 2.073 23.59 2.072 23.592 C 2.071 23.593 2.07 23.595 2.069 23.596 L 2.06 23.623 C 2.029 23.718 2.035 23.822 2.078 23.913 C 2.116 23.996 2.172 24.071 2.24 24.132 C 2.363 24.242 2.518 24.312 2.682 24.331 C 2.76 24.342 2.839 24.336 2.914 24.313 C 2.981 24.3 3.047 24.283 3.112 24.26 C 3.221 24.219 3.3 24.193 3.346 24.222 C 3.389 24.249 3.402 24.335 3.338 24.481 C 3.291 24.57 3.228 24.65 3.153 24.718 C 3.062 24.826 2.945 24.908 2.812 24.955 C 2.494 25.084 2.14 25.095 1.814 24.987 C 1.573 24.907 1.357 24.767 1.187 24.578 C 1.064 24.442 0.968 24.284 0.902 24.113 C 0.826 23.91 0.791 23.695 0.801 23.478 C 0.807 23.314 0.86 23.155 0.954 23.021 L 1.191 22.682 C 1.314 22.504 1.46 22.342 1.623 22.199 C 1.714 22.119 1.81 22.047 1.912 21.981 C 2.02 21.92 2.133 21.867 2.248 21.822 C 2.794 21.614 3.375 21.514 3.959 21.525 C 4.416 21.527 4.871 21.567 5.321 21.645 L 6.557 21.842 L 6.869 21.895 L 7.173 21.972 L 7.785 22.13 C 9.435 22.559 11.027 23.181 12.53 23.985 C 15.013 25.374 17.225 27.201 19.058 29.377 C 19.079 29.369 19.099 29.362 19.123 29.354 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:11705904864,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-n29h6c\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 68 71\"><path d=\"M 21.62 36.486 L 22.923 37.215 L 24.176 38.028 L 24.488 38.233 L 24.787 38.457 L 25.385 38.906 C 25.583 39.057 25.785 39.204 25.979 39.359 L 26.545 39.849 C 27.302 40.5 28.022 41.192 28.701 41.923 L 29.678 43.056 C 29.998 43.438 30.28 43.849 30.581 44.245 C 31.735 45.855 32.714 47.584 33.5 49.402 C 34.261 51.218 34.838 53.106 35.221 55.038 C 35.309 55.551 35.415 56.062 35.481 56.578 L 35.654 58.132 L 35.73 59.694 C 35.756 60.215 35.722 60.738 35.721 61.259 C 35.653 63.347 35.355 65.421 34.834 67.444 L 34.426 68.867 C 34.309 69.276 34.047 69.629 33.691 69.861 C 33.334 70.093 32.905 70.188 32.484 70.128 C 32.063 70.069 31.677 69.86 31.398 69.539 C 31.118 69.218 30.964 68.807 30.964 68.381 L 30.965 68.299 C 30.969 63.705 30.959 58.969 31.842 54.211 C 32.276 51.803 32.986 49.452 33.957 47.207 C 34.95 44.899 36.311 42.767 37.987 40.896 C 39.706 39.042 41.726 37.492 43.961 36.311 C 46.131 35.178 48.413 34.276 50.77 33.62 C 51.929 33.289 53.091 33.006 54.257 32.756 C 55.426 32.509 56.623 32.291 57.86 32.156 C 59.124 32.006 60.399 31.969 61.67 32.043 C 63.003 32.121 64.321 32.371 65.59 32.784 C 66.009 32.921 66.375 33.183 66.639 33.535 C 66.903 33.887 67.051 34.313 67.064 34.752 C 67.078 35.192 66.955 35.626 66.713 35.993 C 66.471 36.361 66.121 36.644 65.711 36.806 L 65.665 36.823 C 63.666 37.568 61.552 37.956 59.419 37.972 C 57.156 37.986 54.895 37.806 52.662 37.435 C 50.449 37.128 48.257 36.679 46.1 36.091 C 44.986 35.782 43.892 35.406 42.823 34.964 C 41.722 34.517 40.66 33.981 39.648 33.36 C 38.609 32.726 37.635 31.993 36.737 31.171 C 35.845 30.345 35.037 29.431 34.325 28.445 C 32.973 26.538 31.874 24.462 31.058 22.271 C 29.454 18.061 28.463 13.643 28.116 9.151 C 28.075 8.591 28.04 8.03 28.021 7.469 C 28.008 7.188 27.999 6.908 27.996 6.627 C 27.991 6.344 27.981 6.081 27.987 5.737 C 27.987 4.98 28.099 4.228 28.319 3.504 C 28.47 3.026 28.695 2.574 28.987 2.166 C 29.335 1.683 29.785 1.284 30.306 0.995 L 30.328 0.983 C 30.582 0.844 30.862 0.756 31.15 0.726 C 31.439 0.695 31.73 0.721 32.008 0.803 C 32.286 0.885 32.546 1.021 32.772 1.203 C 32.997 1.385 33.185 1.609 33.324 1.864 C 33.473 2.14 33.563 2.444 33.587 2.756 C 34.239 11.705 31.929 20.62 27.014 28.127 C 25.869 29.871 24.513 31.466 22.975 32.876 C 22.188 33.588 21.345 34.235 20.453 34.811 C 19.558 35.39 18.611 35.884 17.625 36.288 C 16.061 36.952 14.366 37.254 12.669 37.172 C 11.58 37.132 10.518 36.831 9.57 36.293 C 8.551 35.644 8.753 35.196 9.64 34.987 C 10.092 34.857 10.722 34.777 11.514 34.626 C 12.471 34.447 13.416 34.206 14.342 33.906 C 15.763 33.425 17.107 32.74 18.33 31.872 C 19.604 30.96 20.767 29.904 21.797 28.724 C 23.283 26.999 24.559 25.103 25.598 23.076 C 26.675 21.042 27.549 18.906 28.209 16.701 C 29.538 12.29 30.014 7.665 29.611 3.076 L 32.237 4.486 C 32.237 4.487 32.241 4.493 32.237 4.486 L 32.227 4.472 C 32.229 4.475 32.231 4.478 32.233 4.48 C 32.239 4.487 32.244 4.492 32.241 4.489 L 32.241 4.494 C 32.226 4.515 32.214 4.539 32.203 4.563 C 32.135 4.724 32.091 4.895 32.072 5.069 C 32.038 5.343 32.024 5.618 32.031 5.894 L 32.07 6.938 C 32.142 8.357 32.292 9.77 32.498 11.174 C 32.921 13.977 33.627 16.729 34.607 19.389 C 35.284 21.278 36.167 23.087 37.24 24.783 C 37.752 25.58 38.327 26.335 38.958 27.042 C 39.262 27.382 39.582 27.707 39.919 28.015 C 40.088 28.166 40.247 28.327 40.421 28.471 L 40.943 28.904 C 42.509 30.104 44.263 31.035 46.135 31.657 C 48.114 32.327 50.147 32.829 52.21 33.159 C 54.278 33.543 56.37 33.783 58.472 33.877 C 60.423 33.971 62.375 33.688 64.219 33.043 L 64.285 36.616 C 62.459 35.995 60.397 35.893 58.279 36.106 C 57.219 36.206 56.144 36.382 55.057 36.591 C 53.968 36.804 52.887 37.043 51.825 37.318 C 49.548 37.879 47.351 38.725 45.286 39.837 C 43.28 40.913 41.5 42.367 40.044 44.118 C 38.601 45.916 37.462 47.938 36.67 50.103 C 35.854 52.319 35.284 54.619 34.971 56.961 C 34.444 60.648 34.388 64.457 34.339 68.318 L 31.223 67.806 C 33.299 61.686 32.574 54.632 29.467 48.895 C 29.264 48.542 29.084 48.173 28.863 47.831 L 28.198 46.803 C 27.973 46.464 27.714 46.149 27.473 45.82 C 27.349 45.659 27.234 45.489 27.102 45.334 L 26.701 44.874 C 26.169 44.257 25.606 43.667 25.014 43.107 C 24.394 42.577 23.793 42.022 23.12 41.553 C 22.798 41.3 22.463 41.064 22.117 40.846 C 21.77 40.627 21.432 40.395 21.079 40.186 L 20.001 39.59 C 19.644 39.386 19.26 39.233 18.892 39.052 C 17.397 38.356 15.834 37.818 14.228 37.446 C 10.401 36.547 6.427 36.47 2.568 37.219 L 2.528 35.688 C 4.839 36.391 7.264 36.637 9.669 36.412 C 11.034 36.284 11.727 36.247 11.721 36.541 C 11.712 36.67 11.532 36.895 11.143 37.151 C 10.907 37.306 10.661 37.444 10.405 37.564 C 10.255 37.636 10.092 37.71 9.914 37.779 C 9.825 37.813 9.734 37.852 9.637 37.883 C 9.54 37.911 9.439 37.939 9.335 37.967 C 6.923 38.6 4.404 38.709 1.946 38.287 C 1.539 38.215 1.168 38.01 0.891 37.703 C 0.615 37.396 0.449 37.006 0.42 36.594 C 0.391 36.182 0.501 35.772 0.732 35.43 C 0.963 35.087 1.302 34.832 1.695 34.705 L 1.85 34.655 C 4.292 33.877 6.84 33.482 9.402 33.484 C 11.507 33.478 13.603 33.746 15.638 34.282 C 17.687 34.812 19.672 35.564 21.558 36.524 C 21.578 36.511 21.597 36.498 21.62 36.486 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:10979695266,withExternalLayout:true})]})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-imreya\",\"data-framer-name\":\"Layout / 228 /\",id:elementId1,name:\"Layout / 228 /\",ref:ref6,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-s1binb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cx0qew\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{animate:animation9,className:\"framer-19ryyek\",\"data-framer-appear-id\":\"19ryyek\",\"data-framer-name\":\"Card/Features\",initial:animation2,name:\"Card/Features\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-78tzwi\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pkl129\",\"data-framer-name\":\"Frame 14\",name:\"Frame 14\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16cwi7z\",\"data-framer-name\":\"ClockClockwise\",name:\"ClockClockwise\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f85rqk\",\"data-framer-name\":\"CircleWavyCheck\",layout:\"position\",name:\"CircleWavyCheck\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 77\"><path d=\"M 17.214 60.619 C 14.446 57.851 16.282 52.039 14.873 48.633 C 13.412 45.103 8.052 42.261 8.052 38.5 C 8.052 34.739 13.412 31.897 14.873 28.367 C 16.282 24.961 14.446 19.149 17.214 16.381 C 19.983 13.612 25.795 15.449 29.2 14.04 C 32.731 12.579 35.572 7.219 39.333 7.219 C 43.095 7.219 45.936 12.579 49.466 14.04 C 52.872 15.449 58.684 13.612 61.453 16.381 C 64.221 19.149 62.385 24.961 63.794 28.367 C 65.254 31.897 70.615 34.739 70.615 38.5 C 70.615 42.261 65.254 45.103 63.794 48.633 C 62.385 52.039 64.221 57.851 61.453 60.619 C 58.684 63.388 52.872 61.551 49.466 62.961 C 45.936 64.421 43.094 69.781 39.333 69.781 C 35.572 69.781 32.73 64.421 29.2 62.961 C 25.795 61.551 19.983 63.388 17.214 60.619 Z\" fill=\"transparent\" stroke-width=\"4\" stroke=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 52.568 31.281 L 34.922 48.125 L 26.099 39.703\" fill=\"transparent\" stroke-width=\"4\" stroke=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12086380959,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jyq3g3\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qwuj2o\",\"data-framer-name\":\"Frame 15\",name:\"Frame 15\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1n2sm0k\",\"data-styles-preset\":\"WSAkjrEoE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Private Online GP\"})}),className:\"framer-150ui36\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fpkvcd\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 9\"><g transform=\"translate(0.167 2.717)\" id=\"ss11275525776_1\"><path d=\"M 0 74.449 L 77 74.449 L 77 83.449 L 0 83.449 Z\" fill=\"transparent\"></path><path d=\"M 76.617 0.57 C 75.427 -0.082 43.031 -0.217 33.707 0.386 C 33.693 0.386 15.913 1.369 8.451 1.369 C 4.559 1.369 -2.147 1.824 1.311 3.398 C 1.871 3.656 14.107 3.656 17.817 3.398 C 26.623 2.795 43.325 2.144 57.297 1.984 C 65.431 1.885 70.877 1.701 75.427 1.394 C 76.688 1.308 77.247 0.914 76.617 0.57 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:11275525776,withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U0uuS_BL2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k15s2x\",\"data-styles-preset\":\"CiB5xccEB\",style:{\"--framer-text-alignment\":\"center\"},children:\"Private GP with many years\u2019 experience. Dr Rachel will apply an holistic approach to prioritising your wellbeing, and offer personalised consultations for optimal health.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k15s2x\",\"data-styles-preset\":\"CiB5xccEB\",style:{\"--framer-text-alignment\":\"center\"},children:\"I will apply an holistic approach to prioritising your wellbeing, and offer personalised consultations for optimal health.\"})}),className:\"framer-m58a47\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{animate:animation10,className:\"framer-amfu27\",\"data-framer-appear-id\":\"amfu27\",\"data-framer-name\":\"Card/Features\",initial:animation2,name:\"Card/Features\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-379ik4\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gg1pe\",\"data-framer-name\":\"Frame 14\",name:\"Frame 14\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-eopv81\",\"data-framer-name\":\"FirstAidKit\",name:\"FirstAidKit\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tdppog\",\"data-framer-name\":\"CircleWavyCheck\",layout:\"position\",name:\"CircleWavyCheck\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 77\"><path d=\"M 17.214 60.619 C 14.446 57.851 16.282 52.039 14.873 48.633 C 13.412 45.103 8.052 42.261 8.052 38.5 C 8.052 34.739 13.412 31.897 14.873 28.367 C 16.282 24.961 14.446 19.149 17.214 16.381 C 19.983 13.612 25.795 15.449 29.2 14.04 C 32.731 12.579 35.572 7.219 39.333 7.219 C 43.095 7.219 45.936 12.579 49.466 14.04 C 52.872 15.449 58.684 13.612 61.453 16.381 C 64.221 19.149 62.385 24.961 63.794 28.367 C 65.254 31.897 70.615 34.739 70.615 38.5 C 70.615 42.261 65.254 45.103 63.794 48.633 C 62.385 52.039 64.221 57.851 61.453 60.619 C 58.684 63.388 52.872 61.551 49.466 62.961 C 45.936 64.421 43.094 69.781 39.333 69.781 C 35.572 69.781 32.73 64.421 29.2 62.961 C 25.795 61.551 19.983 63.388 17.214 60.619 Z\" fill=\"transparent\" stroke-width=\"4\" stroke=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 52.568 31.281 L 34.922 48.125 L 26.099 39.703\" fill=\"transparent\" stroke-width=\"4\" stroke=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12086380959,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fl1bu8\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ofdxi9\",\"data-framer-name\":\"Frame 15\",name:\"Frame 15\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1n2sm0k\",\"data-styles-preset\":\"WSAkjrEoE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Wellbeing Coach\"})}),className:\"framer-1j3a4sh\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17wbgh3\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 9\"><g transform=\"translate(0.5 2.717)\" id=\"ss10792993907_1\"><path d=\"M 0 74.783 L 77 74.783 L 77 83.783 L 0 83.783 Z\" fill=\"transparent\"></path><path d=\"M 76.618 0.57 C 75.427 -0.082 43.032 -0.217 33.708 0.386 C 33.694 0.386 15.913 1.369 8.451 1.369 C 4.559 1.369 -2.147 1.824 1.311 3.398 C 1.871 3.656 14.107 3.656 17.817 3.398 C 26.623 2.795 43.325 2.144 57.297 1.984 C 65.431 1.885 70.877 1.701 75.427 1.394 C 76.688 1.308 77.248 0.914 76.618 0.57 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:10792993907,withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k15s2x\",\"data-styles-preset\":\"CiB5xccEB\",style:{\"--framer-text-alignment\":\"center\"},children:\"From individualised medical care to transformational coaching, I'll support you in achieving balance and resilience. Trust us for compassionate care and expert integrated advice.\"})})},U0uuS_BL2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k15s2x\",\"data-styles-preset\":\"CiB5xccEB\",style:{\"--framer-text-alignment\":\"center\"},children:\"From individualised medical care to transformational coaching, I'll support you in achieving balance and resilience. Trust us for compassionate care and expert integrated advice.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k15s2x\",\"data-styles-preset\":\"CiB5xccEB\",style:{\"--framer-text-alignment\":\"center\"},children:\"From individualised medical care to transformational coaching, I'll support you in achieving balance and resilience. Delivering compassionate care and expert integrated advice.\"})}),className:\"framer-18p3cqx\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{animate:animation11,className:\"framer-1dmvp58\",\"data-framer-appear-id\":\"1dmvp58\",\"data-framer-name\":\"Card/Features\",initial:animation2,name:\"Card/Features\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mq00gj\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vwxath\",\"data-framer-name\":\"Frame 14\",name:\"Frame 14\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ftuooj\",\"data-framer-name\":\"CircleWavyCheck\",name:\"CircleWavyCheck\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fqdb3o\",\"data-framer-name\":\"CircleWavyCheck\",layout:\"position\",name:\"CircleWavyCheck\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 77\"><path d=\"M 17.214 60.619 C 14.446 57.851 16.282 52.039 14.873 48.633 C 13.412 45.103 8.052 42.261 8.052 38.5 C 8.052 34.739 13.412 31.897 14.873 28.367 C 16.282 24.961 14.446 19.149 17.214 16.381 C 19.983 13.612 25.795 15.449 29.2 14.04 C 32.731 12.579 35.572 7.219 39.333 7.219 C 43.095 7.219 45.936 12.579 49.466 14.04 C 52.872 15.449 58.684 13.612 61.453 16.381 C 64.221 19.149 62.385 24.961 63.794 28.367 C 65.254 31.897 70.615 34.739 70.615 38.5 C 70.615 42.261 65.254 45.103 63.794 48.633 C 62.385 52.039 64.221 57.851 61.453 60.619 C 58.684 63.388 52.872 61.551 49.466 62.961 C 45.936 64.421 43.094 69.781 39.333 69.781 C 35.572 69.781 32.73 64.421 29.2 62.961 C 25.795 61.551 19.983 63.388 17.214 60.619 Z\" fill=\"transparent\" stroke-width=\"4\" stroke=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 52.568 31.281 L 34.922 48.125 L 26.099 39.703\" fill=\"transparent\" stroke-width=\"4\" stroke=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12086380959,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bps28x\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cyjszq\",\"data-framer-name\":\"Frame 15\",name:\"Frame 15\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1n2sm0k\",\"data-styles-preset\":\"WSAkjrEoE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hormone Balancing\"})}),className:\"framer-62f6jo\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10vw1q4\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 9\"><g transform=\"translate(0.833 2.717)\" id=\"ss9807735175_1\"><path d=\"M 0 75.116 L 77 75.116 L 77 84.116 L 0 84.116 Z\" fill=\"transparent\"></path><path d=\"M 76.618 0.57 C 75.428 -0.082 43.032 -0.217 33.708 0.386 C 33.694 0.386 15.914 1.369 8.451 1.369 C 4.559 1.369 -2.147 1.824 1.311 3.398 C 1.871 3.656 14.108 3.656 17.818 3.398 C 26.624 2.795 43.326 2.144 57.298 1.984 C 65.431 1.885 70.878 1.701 75.428 1.394 C 76.688 1.308 77.248 0.914 76.618 0.57 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:9807735175,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1k15s2x\",\"data-styles-preset\":\"CiB5xccEB\",style:{\"--framer-text-alignment\":\"center\"},children:\"I offer comprehensive advice, and bespoke treatment. I can assist with lifestyle related issues, weight loss, perimenopause, menopause, testosterone deficiency and other health issues.\"})}),className:\"framer-1pzlhkz\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c63ml6\",\"data-framer-name\":\"Header / 19 /\",id:elementId2,name:\"Header / 19 /\",ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bfffeb\",children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-tt70lm hidden-zfahul hidden-lnxpt4\",style:{rotate:76,transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-i73f2h\",\"data-framer-name\":\"Highlight Effect Line 1\",layout:\"position\",name:\"Highlight Effect Line 1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 256 256\"><path d=\"M 63.682 126.714 C 59.861 127.006 60.775 135.757 67.457 164.02 C 74.55 193.933 77.204 200.274 81.394 198.382 C 87.124 195.709 69.873 126.402 63.682 126.714 Z\" fill=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\"></path><path d=\"M 192.812 84.845 C 191.127 73.504 188.966 72.334 162.969 68.634 C 136.123 64.783 131.081 65.036 129.943 70.007 C 127.916 79.03 134.699 82.328 167.668 88.746 C 191.995 93.468 194.055 93.216 192.812 84.845 Z\" fill=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\"></path><path d=\"M 163.132 153.341 C 162.029 145.17 159.967 142.44 148.872 134.263 C 115.866 110.131 94.204 90.275 96.671 106.137 C 97.633 112.618 103.307 117.737 140.975 147.248 C 161.876 163.463 164.537 164.283 163.132 153.341 Z\" fill=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\"></path></svg>',svgContentId:11872404147,withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vp4rzs hidden-zfahul hidden-lnxpt4\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ogpmjc\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 73\"><path d=\"M 19.782 37.83 C 23.067 39.481 26.352 41.478 29.109 44.241 C 30.466 45.625 31.66 47.162 32.664 48.82 C 33.642 50.452 34.472 52.167 35.145 53.946 C 36.541 57.686 37.298 61.554 37.886 65.344 C 38.04 66.285 38.179 67.225 38.31 68.162 L 38.686 70.967 L 35.258 71.394 C 34.708 66.981 34.278 62.447 34.655 57.847 C 35.014 53.267 36.218 48.601 38.66 44.513 C 39.272 43.486 39.962 42.506 40.723 41.582 C 41.485 40.641 42.333 39.773 43.254 38.987 C 43.479 38.78 43.723 38.601 43.961 38.414 C 44.203 38.232 44.436 38.034 44.687 37.866 C 45.187 37.527 45.682 37.178 46.206 36.883 C 47.232 36.272 48.302 35.737 49.407 35.283 C 50.492 34.835 51.601 34.447 52.729 34.121 C 53.846 33.809 54.968 33.52 56.086 33.294 C 58.326 32.819 60.551 32.498 62.745 32.183 L 62.961 36.341 L 61.006 36.299 C 58.882 36.259 56.738 36.145 54.578 35.971 C 52.367 35.812 50.17 35.487 48.008 34.999 C 45.728 34.49 43.543 33.622 41.535 32.428 C 40.498 31.788 39.539 31.028 38.677 30.165 C 37.82 29.297 37.073 28.326 36.455 27.274 C 35.233 25.219 34.484 23.069 33.844 21.001 C 33.197 18.92 32.659 16.807 32.23 14.67 C 31.791 12.537 31.478 10.38 31.291 8.211 C 31.202 7.126 31.132 6.041 31.098 4.954 L 31.073 4.139 C 31.067 3.867 31.073 3.595 31.051 3.324 C 31.019 2.781 31.013 2.238 30.993 1.694 L 34.679 1.869 C 34.369 5.835 34.038 9.869 33.273 13.923 C 33.169 14.429 33.074 14.937 32.961 15.441 L 32.583 16.953 L 32.151 18.458 L 31.66 19.954 C 30.964 21.963 30.075 23.899 29.007 25.737 C 26.94 29.211 24.106 32.166 20.721 34.376 C 19.413 35.256 17.981 35.937 16.473 36.398 C 15.922 36.556 15.36 36.669 14.791 36.738 C 14.537 36.765 14.299 36.783 14.074 36.791 L 13.909 36.796 L 13.775 36.78 C 13.681 36.767 13.59 36.754 13.502 36.742 C 12.418 36.584 11.816 36.395 12.651 35.574 C 12.772 35.46 12.9 35.353 13.034 35.255 C 13.104 35.201 13.203 35.139 13.266 35.087 C 13.325 35.038 13.386 34.987 13.45 34.934 C 13.706 34.722 14.014 34.515 14.355 34.27 C 14.693 34.019 15.086 33.78 15.498 33.485 C 15.708 33.346 15.926 33.2 16.154 33.048 C 16.378 32.889 16.612 32.728 16.857 32.565 C 18.122 31.697 19.33 30.747 20.472 29.721 C 21.638 28.69 22.722 27.57 23.716 26.372 C 25.071 24.72 26.209 22.902 27.105 20.962 C 28.009 18.981 28.729 16.921 29.255 14.807 C 30.384 10.547 30.894 6.066 31.373 1.55 L 31.373 1.548 C 31.413 1.173 31.594 0.829 31.88 0.584 C 32.166 0.339 32.535 0.213 32.91 0.231 C 33.286 0.249 33.641 0.41 33.902 0.681 C 34.163 0.952 34.31 1.313 34.314 1.689 C 34.32 2.422 34.296 3.156 34.347 3.888 C 34.394 4.62 34.449 5.351 34.523 6.08 C 34.665 7.538 34.875 8.988 35.115 10.43 C 35.591 13.313 36.287 16.154 37.199 18.93 C 37.782 20.828 38.54 22.668 39.462 24.427 C 39.896 25.222 40.407 25.971 40.989 26.666 C 41.556 27.318 42.185 27.914 42.866 28.447 C 43.505 28.925 44.184 29.348 44.895 29.712 C 45.638 30.078 46.406 30.393 47.192 30.655 C 48.837 31.181 50.528 31.551 52.242 31.761 C 55.753 32.218 59.402 32.284 63.072 32.42 L 63.094 32.421 C 63.554 32.438 63.99 32.627 64.317 32.951 C 64.644 33.274 64.837 33.709 64.858 34.169 C 64.879 34.628 64.727 35.079 64.432 35.432 C 64.136 35.784 63.719 36.013 63.262 36.072 C 60.476 36.434 57.734 36.812 55.099 37.426 C 52.475 38.053 49.934 38.875 47.69 40.165 C 46.733 40.712 45.83 41.347 44.991 42.063 C 44.158 42.794 43.394 43.602 42.711 44.475 C 41.346 46.281 40.273 48.289 39.531 50.428 C 38.772 52.597 38.282 54.852 38.073 57.141 C 37.855 59.468 37.807 61.808 37.928 64.141 C 38.026 66.413 38.257 68.699 38.525 70.993 L 38.527 71.008 C 38.575 71.419 38.458 71.833 38.201 72.158 C 37.945 72.483 37.57 72.693 37.158 72.742 C 36.747 72.791 36.333 72.676 36.007 72.42 C 35.681 72.165 35.47 71.79 35.42 71.379 C 34.97 67.695 34.495 64.043 33.643 60.522 C 33.243 58.77 32.732 57.045 32.112 55.358 C 31.494 53.7 30.721 52.105 29.804 50.592 C 29.564 50.226 29.34 49.847 29.087 49.491 L 28.304 48.439 C 27.754 47.763 27.169 47.115 26.551 46.5 C 25.272 45.274 23.87 44.184 22.369 43.245 C 21.612 42.764 20.833 42.312 20.036 41.88 C 19.638 41.664 19.236 41.454 18.83 41.248 L 18.219 40.942 L 17.913 40.792 L 17.623 40.662 C 17.245 40.48 16.829 40.333 16.425 40.173 C 16.005 40.036 15.595 39.881 15.164 39.763 C 14.315 39.499 13.438 39.299 12.562 39.109 C 10.864 38.755 9.14 38.532 7.407 38.443 C 5.727 38.361 4.07 38.459 2.692 38.937 L 2.296 37.361 L 2.295 37.257 L 2.297 37.257 L 2.306 37.257 L 2.319 37.257 L 2.345 37.257 L 2.397 37.258 C 2.431 37.258 2.465 37.259 2.514 37.257 L 2.782 37.248 L 3.327 37.225 C 3.693 37.209 4.056 37.193 4.418 37.176 C 5.144 37.148 5.861 37.119 6.569 37.091 C 7.988 37.04 9.373 37.009 10.726 36.98 C 11.186 36.963 11.647 36.981 12.105 37.034 C 12.283 37.048 12.389 37.102 12.552 37.101 C 12.659 37.098 12.764 37.128 12.853 37.186 L 13.122 36.873 C 13.084 37.016 13.031 37.079 13.056 37.092 C 13.073 37.105 13.167 37.064 13.252 36.927 C 13.262 36.911 13.269 36.892 13.271 36.873 C 13.273 36.854 13.271 36.834 13.265 36.816 C 13.259 36.797 13.249 36.781 13.236 36.766 C 13.222 36.752 13.206 36.742 13.188 36.734 C 13.17 36.727 13.15 36.725 13.131 36.726 C 13.111 36.727 13.093 36.733 13.076 36.742 C 13.059 36.752 13.044 36.765 13.033 36.781 C 13.022 36.797 13.014 36.815 13.011 36.834 L 12.927 37.307 C 12.911 37.394 12.793 37.528 12.574 37.676 C 12.422 37.8 12.256 37.907 12.08 37.993 C 11.538 38.259 10.965 38.458 10.375 38.588 C 9.097 38.882 7.81 39.142 6.504 39.389 C 5.852 39.512 5.194 39.631 4.533 39.745 L 3.531 39.91 L 3.016 39.989 L 2.748 40.027 C 2.648 40.041 2.497 40.054 2.374 40.065 C 1.93 40.103 1.488 39.985 1.123 39.731 C 0.758 39.477 0.493 39.104 0.374 38.675 C 0.255 38.246 0.29 37.79 0.473 37.384 C 0.655 36.979 0.974 36.65 1.373 36.455 L 1.501 36.393 C 2.53 35.914 3.624 35.587 4.747 35.422 C 5.267 35.359 5.798 35.277 6.308 35.259 C 6.565 35.245 6.825 35.224 7.08 35.217 L 7.842 35.211 C 9.863 35.231 11.877 35.466 13.848 35.913 C 14.845 36.128 15.829 36.392 16.799 36.706 L 17.535 36.951 L 18.273 37.233 C 18.518 37.32 18.769 37.438 19.018 37.546 L 19.39 37.712 L 19.723 37.872 C 19.742 37.857 19.76 37.844 19.782 37.83 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9864109993,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-b0zh0u\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 49\"><path d=\"M 19.123 29.354 C 20.836 31.408 22.218 33.717 23.217 36.197 C 23.34 36.508 23.472 36.814 23.585 37.128 L 23.886 38.085 C 23.981 38.405 24.093 38.72 24.173 39.044 L 24.394 40.024 C 24.461 40.351 24.552 40.673 24.598 41.005 L 24.734 42.001 L 24.8 42.498 C 24.823 42.662 24.846 42.828 24.857 43.01 C 24.884 43.368 24.898 43.738 24.889 44.123 C 24.879 44.814 24.767 45.501 24.555 46.159 C 24.423 46.543 24.247 46.91 24.03 47.253 C 23.788 47.618 23.495 47.947 23.16 48.228 L 23.136 48.248 C 22.858 48.481 22.517 48.625 22.156 48.66 C 21.795 48.696 21.433 48.621 21.115 48.447 C 20.797 48.272 20.54 48.005 20.377 47.682 C 20.213 47.358 20.152 46.993 20.2 46.634 C 20.425 44.97 20.744 43.32 21.156 41.692 C 21.826 38.97 22.864 36.353 24.242 33.912 C 25.654 31.416 27.499 29.192 29.691 27.344 C 31.935 25.489 34.527 24.102 37.315 23.264 C 40.179 22.412 43.206 22.27 46.137 22.849 C 46.568 22.938 46.96 23.158 47.26 23.48 C 47.559 23.801 47.752 24.208 47.81 24.643 C 47.869 25.079 47.791 25.522 47.587 25.911 C 47.383 26.301 47.063 26.617 46.671 26.816 L 46.633 26.836 C 45.679 27.307 44.657 27.625 43.604 27.779 C 42.636 27.915 41.657 27.954 40.681 27.895 C 39.746 27.849 38.855 27.738 37.999 27.615 C 37.145 27.49 36.33 27.368 35.445 27.206 C 34.173 26.992 32.928 26.64 31.732 26.156 C 31.077 25.881 30.451 25.542 29.863 25.145 C 29.262 24.735 28.708 24.261 28.209 23.732 C 27.284 22.718 26.527 21.561 25.97 20.306 C 25.453 19.147 25.047 17.942 24.758 16.706 C 23.591 11.917 23.69 6.907 25.044 2.168 L 25.046 2.161 C 25.165 1.748 25.401 1.379 25.727 1.099 C 26.053 0.819 26.453 0.64 26.88 0.585 C 27.306 0.529 27.739 0.6 28.125 0.787 C 28.512 0.975 28.835 1.272 29.055 1.641 C 29.745 2.84 30.119 4.194 30.14 5.577 C 30.163 6.79 30.013 7.999 29.695 9.169 C 29.554 9.734 29.372 10.256 29.198 10.783 C 29.004 11.304 28.815 11.827 28.585 12.332 C 28.146 13.349 27.631 14.332 27.044 15.271 C 24.713 19.068 21.333 22.108 17.312 24.027 C 14.755 25.226 11.977 25.885 9.153 25.962 C 8.045 26.001 6.939 25.849 5.882 25.513 C 5.668 25.441 5.468 25.367 5.281 25.289 C 5.095 25.204 4.922 25.116 4.762 25.027 C 4.469 24.87 4.197 24.679 3.952 24.456 C 3.306 23.874 3.429 23.406 4.07 23.099 C 4.714 22.8 5.877 22.642 7.458 22.483 L 8.215 22.401 L 8.981 22.299 C 9.494 22.221 10.014 22.155 10.531 22.058 C 11.564 21.876 12.585 21.632 13.589 21.327 C 15.526 20.725 17.345 19.792 18.965 18.571 C 22.239 16.11 24.617 12.645 25.736 8.704 C 26.003 7.807 26.139 6.875 26.138 5.938 C 26.15 5.165 25.943 4.405 25.54 3.745 L 28.984 3.292 C 28.633 4.686 28.414 6.11 28.329 7.545 C 28.165 10.194 28.526 12.919 28.982 15.422 C 29.298 17.206 29.852 18.895 30.751 20.193 C 31.175 20.817 31.712 21.357 32.334 21.783 C 33.013 22.215 33.752 22.542 34.527 22.756 C 35.411 23 36.309 23.191 37.217 23.327 C 38.183 23.483 39.145 23.64 40.05 23.733 C 41.871 23.929 43.549 23.854 44.831 23.226 L 45.274 26.791 L 44.639 26.67 L 44.321 26.607 L 43.999 26.569 L 43.354 26.491 L 42.702 26.458 C 41.221 26.402 39.74 26.576 38.312 26.973 C 36.859 27.381 35.465 27.978 34.166 28.749 C 32.86 29.521 31.654 30.452 30.576 31.521 C 29.488 32.606 28.521 33.806 27.694 35.1 C 25.421 38.612 24.08 42.771 23.523 47.021 L 21.009 45.666 C 21.159 45.539 21.272 45.375 21.337 45.19 C 21.442 44.902 21.501 44.6 21.514 44.293 C 21.534 43.913 21.524 43.531 21.484 43.152 L 21.303 41.885 C 21.241 41.461 21.155 41.041 21.046 40.628 L 20.902 40.001 C 20.859 39.791 20.776 39.591 20.716 39.385 C 20.579 38.977 20.463 38.563 20.313 38.159 L 19.819 36.964 C 19.104 35.384 18.214 33.889 17.167 32.506 C 16.095 31.133 14.881 29.876 13.547 28.756 C 11.861 27.378 10.027 26.194 8.077 25.224 C 7.96 25.163 7.845 25.096 7.727 25.038 L 7.368 24.88 L 6.653 24.557 C 6.184 24.318 5.695 24.16 5.217 23.968 L 4.499 23.681 C 4.264 23.597 4.031 23.52 3.797 23.461 C 3.334 23.317 2.839 23.315 2.375 23.455 C 2.261 23.498 2.158 23.552 2.076 23.589 C 2.075 23.589 2.073 23.59 2.072 23.592 C 2.071 23.593 2.07 23.595 2.069 23.596 L 2.06 23.623 C 2.029 23.718 2.035 23.822 2.078 23.913 C 2.116 23.996 2.172 24.071 2.24 24.132 C 2.363 24.242 2.518 24.312 2.682 24.331 C 2.76 24.342 2.839 24.336 2.914 24.313 C 2.981 24.3 3.047 24.283 3.112 24.26 C 3.221 24.219 3.3 24.193 3.346 24.222 C 3.389 24.249 3.402 24.335 3.338 24.481 C 3.291 24.57 3.228 24.65 3.153 24.718 C 3.062 24.826 2.945 24.908 2.812 24.955 C 2.494 25.084 2.14 25.095 1.814 24.987 C 1.573 24.907 1.357 24.767 1.187 24.578 C 1.064 24.442 0.968 24.284 0.902 24.113 C 0.826 23.91 0.791 23.695 0.801 23.478 C 0.807 23.314 0.86 23.155 0.954 23.021 L 1.191 22.682 C 1.314 22.504 1.46 22.342 1.623 22.199 C 1.714 22.119 1.81 22.047 1.912 21.981 C 2.02 21.92 2.133 21.867 2.248 21.822 C 2.794 21.614 3.375 21.514 3.959 21.525 C 4.416 21.527 4.871 21.567 5.321 21.645 L 6.557 21.842 L 6.869 21.895 L 7.173 21.972 L 7.785 22.13 C 9.435 22.559 11.027 23.181 12.53 23.985 C 15.013 25.374 17.225 27.201 19.058 29.377 C 19.079 29.369 19.099 29.362 19.123 29.354 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:10385140674,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-k8a9ip\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 68 71\"><path d=\"M 21.62 36.486 L 22.923 37.215 L 24.176 38.028 L 24.488 38.233 L 24.787 38.457 L 25.385 38.906 C 25.583 39.057 25.785 39.204 25.979 39.359 L 26.545 39.849 C 27.302 40.5 28.022 41.192 28.701 41.923 L 29.678 43.056 C 29.998 43.438 30.28 43.849 30.581 44.245 C 31.735 45.855 32.714 47.584 33.5 49.402 C 34.261 51.218 34.838 53.106 35.221 55.038 C 35.309 55.551 35.415 56.062 35.481 56.578 L 35.654 58.132 L 35.73 59.694 C 35.756 60.215 35.722 60.738 35.721 61.259 C 35.653 63.347 35.355 65.421 34.834 67.444 L 34.426 68.867 C 34.309 69.276 34.047 69.629 33.691 69.861 C 33.334 70.093 32.905 70.188 32.484 70.128 C 32.063 70.069 31.677 69.86 31.398 69.539 C 31.118 69.218 30.964 68.807 30.964 68.381 L 30.965 68.299 C 30.969 63.705 30.959 58.969 31.842 54.211 C 32.276 51.803 32.986 49.452 33.957 47.207 C 34.95 44.899 36.311 42.767 37.987 40.896 C 39.706 39.042 41.726 37.492 43.961 36.311 C 46.131 35.178 48.413 34.276 50.77 33.62 C 51.929 33.289 53.091 33.006 54.257 32.756 C 55.426 32.509 56.623 32.291 57.86 32.156 C 59.124 32.006 60.399 31.969 61.67 32.043 C 63.003 32.121 64.321 32.371 65.59 32.784 C 66.009 32.921 66.375 33.183 66.639 33.535 C 66.903 33.887 67.051 34.313 67.064 34.752 C 67.078 35.192 66.955 35.626 66.713 35.993 C 66.471 36.361 66.121 36.644 65.711 36.806 L 65.665 36.823 C 63.666 37.568 61.552 37.956 59.419 37.972 C 57.156 37.986 54.895 37.806 52.662 37.435 C 50.449 37.128 48.257 36.679 46.1 36.091 C 44.986 35.782 43.892 35.406 42.823 34.964 C 41.722 34.517 40.66 33.981 39.648 33.36 C 38.609 32.726 37.635 31.993 36.737 31.171 C 35.845 30.345 35.037 29.431 34.325 28.445 C 32.973 26.538 31.874 24.462 31.058 22.271 C 29.454 18.061 28.463 13.643 28.116 9.151 C 28.075 8.591 28.04 8.03 28.021 7.469 C 28.008 7.188 27.999 6.908 27.996 6.627 C 27.991 6.344 27.981 6.081 27.987 5.737 C 27.987 4.98 28.099 4.228 28.319 3.504 C 28.47 3.026 28.695 2.574 28.987 2.166 C 29.335 1.683 29.785 1.284 30.306 0.995 L 30.328 0.983 C 30.582 0.844 30.862 0.756 31.15 0.726 C 31.439 0.695 31.73 0.721 32.008 0.803 C 32.286 0.885 32.546 1.021 32.772 1.203 C 32.997 1.385 33.185 1.609 33.324 1.864 C 33.473 2.14 33.563 2.444 33.587 2.756 C 34.239 11.705 31.929 20.62 27.014 28.127 C 25.869 29.871 24.513 31.466 22.975 32.876 C 22.188 33.588 21.345 34.235 20.453 34.811 C 19.558 35.39 18.611 35.884 17.625 36.288 C 16.061 36.952 14.366 37.254 12.669 37.172 C 11.58 37.132 10.518 36.831 9.57 36.293 C 8.551 35.644 8.753 35.196 9.64 34.987 C 10.092 34.857 10.722 34.777 11.514 34.626 C 12.471 34.447 13.416 34.206 14.342 33.906 C 15.763 33.425 17.107 32.74 18.33 31.872 C 19.604 30.96 20.767 29.904 21.797 28.724 C 23.283 26.999 24.559 25.103 25.598 23.076 C 26.675 21.042 27.549 18.906 28.209 16.701 C 29.538 12.29 30.014 7.665 29.611 3.076 L 32.237 4.486 C 32.237 4.487 32.241 4.493 32.237 4.486 L 32.227 4.472 C 32.229 4.475 32.231 4.478 32.233 4.48 C 32.239 4.487 32.244 4.492 32.241 4.489 L 32.241 4.494 C 32.226 4.515 32.214 4.539 32.203 4.563 C 32.135 4.724 32.091 4.895 32.072 5.069 C 32.038 5.343 32.024 5.618 32.031 5.894 L 32.07 6.938 C 32.142 8.357 32.292 9.77 32.498 11.174 C 32.921 13.977 33.627 16.729 34.607 19.389 C 35.284 21.278 36.167 23.087 37.24 24.783 C 37.752 25.58 38.327 26.335 38.958 27.042 C 39.262 27.382 39.582 27.707 39.919 28.015 C 40.088 28.166 40.247 28.327 40.421 28.471 L 40.943 28.904 C 42.509 30.104 44.263 31.035 46.135 31.657 C 48.114 32.327 50.147 32.829 52.21 33.159 C 54.278 33.543 56.37 33.783 58.472 33.877 C 60.423 33.971 62.375 33.688 64.219 33.043 L 64.285 36.616 C 62.459 35.995 60.397 35.893 58.279 36.106 C 57.219 36.206 56.144 36.382 55.057 36.591 C 53.968 36.804 52.887 37.043 51.825 37.318 C 49.548 37.879 47.351 38.725 45.286 39.837 C 43.28 40.913 41.5 42.367 40.044 44.118 C 38.601 45.916 37.462 47.938 36.67 50.103 C 35.854 52.319 35.284 54.619 34.971 56.961 C 34.444 60.648 34.388 64.457 34.339 68.318 L 31.223 67.806 C 33.299 61.686 32.574 54.632 29.467 48.895 C 29.264 48.542 29.084 48.173 28.863 47.831 L 28.198 46.803 C 27.973 46.464 27.714 46.149 27.473 45.82 C 27.349 45.659 27.234 45.489 27.102 45.334 L 26.701 44.874 C 26.169 44.257 25.606 43.667 25.014 43.107 C 24.394 42.577 23.793 42.022 23.12 41.553 C 22.798 41.3 22.463 41.064 22.117 40.846 C 21.77 40.627 21.432 40.395 21.079 40.186 L 20.001 39.59 C 19.644 39.386 19.26 39.233 18.892 39.052 C 17.397 38.356 15.834 37.818 14.228 37.446 C 10.401 36.547 6.427 36.47 2.568 37.219 L 2.528 35.688 C 4.839 36.391 7.264 36.637 9.669 36.412 C 11.034 36.284 11.727 36.247 11.721 36.541 C 11.712 36.67 11.532 36.895 11.143 37.151 C 10.907 37.306 10.661 37.444 10.405 37.564 C 10.255 37.636 10.092 37.71 9.914 37.779 C 9.825 37.813 9.734 37.852 9.637 37.883 C 9.54 37.911 9.439 37.939 9.335 37.967 C 6.923 38.6 4.404 38.709 1.946 38.287 C 1.539 38.215 1.168 38.01 0.891 37.703 C 0.615 37.396 0.449 37.006 0.42 36.594 C 0.391 36.182 0.501 35.772 0.732 35.43 C 0.963 35.087 1.302 34.832 1.695 34.705 L 1.85 34.655 C 4.292 33.877 6.84 33.482 9.402 33.484 C 11.507 33.478 13.603 33.746 15.638 34.282 C 17.687 34.812 19.672 35.564 21.558 36.524 C 21.578 36.511 21.597 36.498 21.62 36.486 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9458764355,withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nglopc hidden-11ardyt hidden-lnxpt4\",style:{rotate:94,transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pxxg3o\",\"data-framer-name\":\"Highlight Effect Line 1\",layout:\"position\",name:\"Highlight Effect Line 1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 256 256\"><path d=\"M 63.682 126.714 C 59.861 127.006 60.775 135.757 67.457 164.02 C 74.55 193.933 77.204 200.274 81.394 198.382 C 87.124 195.709 69.873 126.402 63.682 126.714 Z\" fill=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\"></path><path d=\"M 192.812 84.845 C 191.127 73.504 188.966 72.334 162.969 68.634 C 136.123 64.783 131.081 65.036 129.943 70.007 C 127.916 79.03 134.699 82.328 167.668 88.746 C 191.995 93.468 194.055 93.216 192.812 84.845 Z\" fill=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\"></path><path d=\"M 163.132 153.341 C 162.029 145.17 159.967 142.44 148.872 134.263 C 115.866 110.131 94.204 90.275 96.671 106.137 C 97.633 112.618 103.307 117.737 140.975 147.248 C 161.876 163.463 164.537 164.283 163.132 153.341 Z\" fill=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\"></path></svg>',svgContentId:11872404147,withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-188x4yx hidden-zfahul hidden-11ardyt\",style:{rotate:93,transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1btpkme\",\"data-framer-name\":\"Highlight Effect Line 1\",layout:\"position\",name:\"Highlight Effect Line 1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140 140\"><path d=\"M 35.845 69.297 C 32.024 69.589 32.938 78.34 39.62 106.603 C 46.713 136.516 49.367 142.857 53.557 140.965 C 59.287 138.292 42.036 68.985 35.845 69.297 Z\" fill=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\"></path><path d=\"M 134.08 54.946 C 132.395 43.605 130.234 42.435 104.237 38.735 C 77.391 34.884 72.349 35.137 71.211 40.108 C 69.184 49.131 75.967 52.429 108.936 58.847 C 133.263 63.568 135.323 63.317 134.08 54.946 Z\" fill=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\"></path><path d=\"M 119.415 107.826 C 118.312 99.655 116.25 96.925 105.155 88.748 C 72.149 64.616 50.487 44.76 52.953 60.622 C 53.916 67.103 59.59 72.222 97.258 101.733 C 118.159 117.948 120.82 118.768 119.415 107.826 Z\" fill=\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139)) /* {&quot;name&quot;:&quot;Vilu | Primary 1&quot;} */\"></path></svg>',svgContentId:9001176627,withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6qc0oj hidden-zfahul hidden-11ardyt\",style:{rotate:-1,transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-883o14\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 73\"><path d=\"M 19.782 37.83 C 23.067 39.481 26.352 41.478 29.109 44.241 C 30.466 45.625 31.66 47.162 32.664 48.82 C 33.642 50.452 34.472 52.167 35.145 53.946 C 36.541 57.686 37.298 61.554 37.886 65.344 C 38.04 66.285 38.179 67.225 38.31 68.162 L 38.686 70.967 L 35.258 71.394 C 34.708 66.981 34.278 62.447 34.655 57.847 C 35.014 53.267 36.218 48.601 38.66 44.513 C 39.272 43.486 39.962 42.506 40.723 41.582 C 41.485 40.641 42.333 39.773 43.254 38.987 C 43.479 38.78 43.723 38.601 43.961 38.414 C 44.203 38.232 44.436 38.034 44.687 37.866 C 45.187 37.527 45.682 37.178 46.206 36.883 C 47.232 36.272 48.302 35.737 49.407 35.283 C 50.492 34.835 51.601 34.447 52.729 34.121 C 53.846 33.809 54.968 33.52 56.086 33.294 C 58.326 32.819 60.551 32.498 62.745 32.183 L 62.961 36.341 L 61.006 36.299 C 58.882 36.259 56.738 36.145 54.578 35.971 C 52.367 35.812 50.17 35.487 48.008 34.999 C 45.728 34.49 43.543 33.622 41.535 32.428 C 40.498 31.788 39.539 31.028 38.677 30.165 C 37.82 29.297 37.073 28.326 36.455 27.274 C 35.233 25.219 34.484 23.069 33.844 21.001 C 33.197 18.92 32.659 16.807 32.23 14.67 C 31.791 12.537 31.478 10.38 31.291 8.211 C 31.202 7.126 31.132 6.041 31.098 4.954 L 31.073 4.139 C 31.067 3.867 31.073 3.595 31.051 3.324 C 31.019 2.781 31.013 2.238 30.993 1.694 L 34.679 1.869 C 34.369 5.835 34.038 9.869 33.273 13.923 C 33.169 14.429 33.074 14.937 32.961 15.441 L 32.583 16.953 L 32.151 18.458 L 31.66 19.954 C 30.964 21.963 30.075 23.899 29.007 25.737 C 26.94 29.211 24.106 32.166 20.721 34.376 C 19.413 35.256 17.981 35.937 16.473 36.398 C 15.922 36.556 15.36 36.669 14.791 36.738 C 14.537 36.765 14.299 36.783 14.074 36.791 L 13.909 36.796 L 13.775 36.78 C 13.681 36.767 13.59 36.754 13.502 36.742 C 12.418 36.584 11.816 36.395 12.651 35.574 C 12.772 35.46 12.9 35.353 13.034 35.255 C 13.104 35.201 13.203 35.139 13.266 35.087 C 13.325 35.038 13.386 34.987 13.45 34.934 C 13.706 34.722 14.014 34.515 14.355 34.27 C 14.693 34.019 15.086 33.78 15.498 33.485 C 15.708 33.346 15.926 33.2 16.154 33.048 C 16.378 32.889 16.612 32.728 16.857 32.565 C 18.122 31.697 19.33 30.747 20.472 29.721 C 21.638 28.69 22.722 27.57 23.716 26.372 C 25.071 24.72 26.209 22.902 27.105 20.962 C 28.009 18.981 28.729 16.921 29.255 14.807 C 30.384 10.547 30.894 6.066 31.373 1.55 L 31.373 1.548 C 31.413 1.173 31.594 0.829 31.88 0.584 C 32.166 0.339 32.535 0.213 32.91 0.231 C 33.286 0.249 33.641 0.41 33.902 0.681 C 34.163 0.952 34.31 1.313 34.314 1.689 C 34.32 2.422 34.296 3.156 34.347 3.888 C 34.394 4.62 34.449 5.351 34.523 6.08 C 34.665 7.538 34.875 8.988 35.115 10.43 C 35.591 13.313 36.287 16.154 37.199 18.93 C 37.782 20.828 38.54 22.668 39.462 24.427 C 39.896 25.222 40.407 25.971 40.989 26.666 C 41.556 27.318 42.185 27.914 42.866 28.447 C 43.505 28.925 44.184 29.348 44.895 29.712 C 45.638 30.078 46.406 30.393 47.192 30.655 C 48.837 31.181 50.528 31.551 52.242 31.761 C 55.753 32.218 59.402 32.284 63.072 32.42 L 63.094 32.421 C 63.554 32.438 63.99 32.627 64.317 32.951 C 64.644 33.274 64.837 33.709 64.858 34.169 C 64.879 34.628 64.727 35.079 64.432 35.432 C 64.136 35.784 63.719 36.013 63.262 36.072 C 60.476 36.434 57.734 36.812 55.099 37.426 C 52.475 38.053 49.934 38.875 47.69 40.165 C 46.733 40.712 45.83 41.347 44.991 42.063 C 44.158 42.794 43.394 43.602 42.711 44.475 C 41.346 46.281 40.273 48.289 39.531 50.428 C 38.772 52.597 38.282 54.852 38.073 57.141 C 37.855 59.468 37.807 61.808 37.928 64.141 C 38.026 66.413 38.257 68.699 38.525 70.993 L 38.527 71.008 C 38.575 71.419 38.458 71.833 38.201 72.158 C 37.945 72.483 37.57 72.693 37.158 72.742 C 36.747 72.791 36.333 72.676 36.007 72.42 C 35.681 72.165 35.47 71.79 35.42 71.379 C 34.97 67.695 34.495 64.043 33.643 60.522 C 33.243 58.77 32.732 57.045 32.112 55.358 C 31.494 53.7 30.721 52.105 29.804 50.592 C 29.564 50.226 29.34 49.847 29.087 49.491 L 28.304 48.439 C 27.754 47.763 27.169 47.115 26.551 46.5 C 25.272 45.274 23.87 44.184 22.369 43.245 C 21.612 42.764 20.833 42.312 20.036 41.88 C 19.638 41.664 19.236 41.454 18.83 41.248 L 18.219 40.942 L 17.913 40.792 L 17.623 40.662 C 17.245 40.48 16.829 40.333 16.425 40.173 C 16.005 40.036 15.595 39.881 15.164 39.763 C 14.315 39.499 13.438 39.299 12.562 39.109 C 10.864 38.755 9.14 38.532 7.407 38.443 C 5.727 38.361 4.07 38.459 2.692 38.937 L 2.296 37.361 L 2.295 37.257 L 2.297 37.257 L 2.306 37.257 L 2.319 37.257 L 2.345 37.257 L 2.397 37.258 C 2.431 37.258 2.465 37.259 2.514 37.257 L 2.782 37.248 L 3.327 37.225 C 3.693 37.209 4.056 37.193 4.418 37.176 C 5.144 37.148 5.861 37.119 6.569 37.091 C 7.988 37.04 9.373 37.009 10.726 36.98 C 11.186 36.963 11.647 36.981 12.105 37.034 C 12.283 37.048 12.389 37.102 12.552 37.101 C 12.659 37.098 12.764 37.128 12.853 37.186 L 13.122 36.873 C 13.084 37.016 13.031 37.079 13.056 37.092 C 13.073 37.105 13.167 37.064 13.252 36.927 C 13.262 36.911 13.269 36.892 13.271 36.873 C 13.273 36.854 13.271 36.834 13.265 36.816 C 13.259 36.797 13.249 36.781 13.236 36.766 C 13.222 36.752 13.206 36.742 13.188 36.734 C 13.17 36.727 13.15 36.725 13.131 36.726 C 13.111 36.727 13.093 36.733 13.076 36.742 C 13.059 36.752 13.044 36.765 13.033 36.781 C 13.022 36.797 13.014 36.815 13.011 36.834 L 12.927 37.307 C 12.911 37.394 12.793 37.528 12.574 37.676 C 12.422 37.8 12.256 37.907 12.08 37.993 C 11.538 38.259 10.965 38.458 10.375 38.588 C 9.097 38.882 7.81 39.142 6.504 39.389 C 5.852 39.512 5.194 39.631 4.533 39.745 L 3.531 39.91 L 3.016 39.989 L 2.748 40.027 C 2.648 40.041 2.497 40.054 2.374 40.065 C 1.93 40.103 1.488 39.985 1.123 39.731 C 0.758 39.477 0.493 39.104 0.374 38.675 C 0.255 38.246 0.29 37.79 0.473 37.384 C 0.655 36.979 0.974 36.65 1.373 36.455 L 1.501 36.393 C 2.53 35.914 3.624 35.587 4.747 35.422 C 5.267 35.359 5.798 35.277 6.308 35.259 C 6.565 35.245 6.825 35.224 7.08 35.217 L 7.842 35.211 C 9.863 35.231 11.877 35.466 13.848 35.913 C 14.845 36.128 15.829 36.392 16.799 36.706 L 17.535 36.951 L 18.273 37.233 C 18.518 37.32 18.769 37.438 19.018 37.546 L 19.39 37.712 L 19.723 37.872 C 19.742 37.857 19.76 37.844 19.782 37.83 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9864109993,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10yb8ll\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 49\"><path d=\"M 19.123 29.354 C 20.836 31.408 22.218 33.717 23.217 36.197 C 23.34 36.508 23.472 36.814 23.585 37.128 L 23.886 38.085 C 23.981 38.405 24.093 38.72 24.173 39.044 L 24.394 40.024 C 24.461 40.351 24.552 40.673 24.598 41.005 L 24.734 42.001 L 24.8 42.498 C 24.823 42.662 24.846 42.828 24.857 43.01 C 24.884 43.368 24.898 43.738 24.889 44.123 C 24.879 44.814 24.767 45.501 24.555 46.159 C 24.423 46.543 24.247 46.91 24.03 47.253 C 23.788 47.618 23.495 47.947 23.16 48.228 L 23.136 48.248 C 22.858 48.481 22.517 48.625 22.156 48.66 C 21.795 48.696 21.433 48.621 21.115 48.447 C 20.797 48.272 20.54 48.005 20.377 47.682 C 20.213 47.358 20.152 46.993 20.2 46.634 C 20.425 44.97 20.744 43.32 21.156 41.692 C 21.826 38.97 22.864 36.353 24.242 33.912 C 25.654 31.416 27.499 29.192 29.691 27.344 C 31.935 25.489 34.527 24.102 37.315 23.264 C 40.179 22.412 43.206 22.27 46.137 22.849 C 46.568 22.938 46.96 23.158 47.26 23.48 C 47.559 23.801 47.752 24.208 47.81 24.643 C 47.869 25.079 47.791 25.522 47.587 25.911 C 47.383 26.301 47.063 26.617 46.671 26.816 L 46.633 26.836 C 45.679 27.307 44.657 27.625 43.604 27.779 C 42.636 27.915 41.657 27.954 40.681 27.895 C 39.746 27.849 38.855 27.738 37.999 27.615 C 37.145 27.49 36.33 27.368 35.445 27.206 C 34.173 26.992 32.928 26.64 31.732 26.156 C 31.077 25.881 30.451 25.542 29.863 25.145 C 29.262 24.735 28.708 24.261 28.209 23.732 C 27.284 22.718 26.527 21.561 25.97 20.306 C 25.453 19.147 25.047 17.942 24.758 16.706 C 23.591 11.917 23.69 6.907 25.044 2.168 L 25.046 2.161 C 25.165 1.748 25.401 1.379 25.727 1.099 C 26.053 0.819 26.453 0.64 26.88 0.585 C 27.306 0.529 27.739 0.6 28.125 0.787 C 28.512 0.975 28.835 1.272 29.055 1.641 C 29.745 2.84 30.119 4.194 30.14 5.577 C 30.163 6.79 30.013 7.999 29.695 9.169 C 29.554 9.734 29.372 10.256 29.198 10.783 C 29.004 11.304 28.815 11.827 28.585 12.332 C 28.146 13.349 27.631 14.332 27.044 15.271 C 24.713 19.068 21.333 22.108 17.312 24.027 C 14.755 25.226 11.977 25.885 9.153 25.962 C 8.045 26.001 6.939 25.849 5.882 25.513 C 5.668 25.441 5.468 25.367 5.281 25.289 C 5.095 25.204 4.922 25.116 4.762 25.027 C 4.469 24.87 4.197 24.679 3.952 24.456 C 3.306 23.874 3.429 23.406 4.07 23.099 C 4.714 22.8 5.877 22.642 7.458 22.483 L 8.215 22.401 L 8.981 22.299 C 9.494 22.221 10.014 22.155 10.531 22.058 C 11.564 21.876 12.585 21.632 13.589 21.327 C 15.526 20.725 17.345 19.792 18.965 18.571 C 22.239 16.11 24.617 12.645 25.736 8.704 C 26.003 7.807 26.139 6.875 26.138 5.938 C 26.15 5.165 25.943 4.405 25.54 3.745 L 28.984 3.292 C 28.633 4.686 28.414 6.11 28.329 7.545 C 28.165 10.194 28.526 12.919 28.982 15.422 C 29.298 17.206 29.852 18.895 30.751 20.193 C 31.175 20.817 31.712 21.357 32.334 21.783 C 33.013 22.215 33.752 22.542 34.527 22.756 C 35.411 23 36.309 23.191 37.217 23.327 C 38.183 23.483 39.145 23.64 40.05 23.733 C 41.871 23.929 43.549 23.854 44.831 23.226 L 45.274 26.791 L 44.639 26.67 L 44.321 26.607 L 43.999 26.569 L 43.354 26.491 L 42.702 26.458 C 41.221 26.402 39.74 26.576 38.312 26.973 C 36.859 27.381 35.465 27.978 34.166 28.749 C 32.86 29.521 31.654 30.452 30.576 31.521 C 29.488 32.606 28.521 33.806 27.694 35.1 C 25.421 38.612 24.08 42.771 23.523 47.021 L 21.009 45.666 C 21.159 45.539 21.272 45.375 21.337 45.19 C 21.442 44.902 21.501 44.6 21.514 44.293 C 21.534 43.913 21.524 43.531 21.484 43.152 L 21.303 41.885 C 21.241 41.461 21.155 41.041 21.046 40.628 L 20.902 40.001 C 20.859 39.791 20.776 39.591 20.716 39.385 C 20.579 38.977 20.463 38.563 20.313 38.159 L 19.819 36.964 C 19.104 35.384 18.214 33.889 17.167 32.506 C 16.095 31.133 14.881 29.876 13.547 28.756 C 11.861 27.378 10.027 26.194 8.077 25.224 C 7.96 25.163 7.845 25.096 7.727 25.038 L 7.368 24.88 L 6.653 24.557 C 6.184 24.318 5.695 24.16 5.217 23.968 L 4.499 23.681 C 4.264 23.597 4.031 23.52 3.797 23.461 C 3.334 23.317 2.839 23.315 2.375 23.455 C 2.261 23.498 2.158 23.552 2.076 23.589 C 2.075 23.589 2.073 23.59 2.072 23.592 C 2.071 23.593 2.07 23.595 2.069 23.596 L 2.06 23.623 C 2.029 23.718 2.035 23.822 2.078 23.913 C 2.116 23.996 2.172 24.071 2.24 24.132 C 2.363 24.242 2.518 24.312 2.682 24.331 C 2.76 24.342 2.839 24.336 2.914 24.313 C 2.981 24.3 3.047 24.283 3.112 24.26 C 3.221 24.219 3.3 24.193 3.346 24.222 C 3.389 24.249 3.402 24.335 3.338 24.481 C 3.291 24.57 3.228 24.65 3.153 24.718 C 3.062 24.826 2.945 24.908 2.812 24.955 C 2.494 25.084 2.14 25.095 1.814 24.987 C 1.573 24.907 1.357 24.767 1.187 24.578 C 1.064 24.442 0.968 24.284 0.902 24.113 C 0.826 23.91 0.791 23.695 0.801 23.478 C 0.807 23.314 0.86 23.155 0.954 23.021 L 1.191 22.682 C 1.314 22.504 1.46 22.342 1.623 22.199 C 1.714 22.119 1.81 22.047 1.912 21.981 C 2.02 21.92 2.133 21.867 2.248 21.822 C 2.794 21.614 3.375 21.514 3.959 21.525 C 4.416 21.527 4.871 21.567 5.321 21.645 L 6.557 21.842 L 6.869 21.895 L 7.173 21.972 L 7.785 22.13 C 9.435 22.559 11.027 23.181 12.53 23.985 C 15.013 25.374 17.225 27.201 19.058 29.377 C 19.079 29.369 19.099 29.362 19.123 29.354 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:10385140674,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-dvfpl5\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 68 71\"><path d=\"M 21.62 36.486 L 22.923 37.215 L 24.176 38.028 L 24.488 38.233 L 24.787 38.457 L 25.385 38.906 C 25.583 39.057 25.785 39.204 25.979 39.359 L 26.545 39.849 C 27.302 40.5 28.022 41.192 28.701 41.923 L 29.678 43.056 C 29.998 43.438 30.28 43.849 30.581 44.245 C 31.735 45.855 32.714 47.584 33.5 49.402 C 34.261 51.218 34.838 53.106 35.221 55.038 C 35.309 55.551 35.415 56.062 35.481 56.578 L 35.654 58.132 L 35.73 59.694 C 35.756 60.215 35.722 60.738 35.721 61.259 C 35.653 63.347 35.355 65.421 34.834 67.444 L 34.426 68.867 C 34.309 69.276 34.047 69.629 33.691 69.861 C 33.334 70.093 32.905 70.188 32.484 70.128 C 32.063 70.069 31.677 69.86 31.398 69.539 C 31.118 69.218 30.964 68.807 30.964 68.381 L 30.965 68.299 C 30.969 63.705 30.959 58.969 31.842 54.211 C 32.276 51.803 32.986 49.452 33.957 47.207 C 34.95 44.899 36.311 42.767 37.987 40.896 C 39.706 39.042 41.726 37.492 43.961 36.311 C 46.131 35.178 48.413 34.276 50.77 33.62 C 51.929 33.289 53.091 33.006 54.257 32.756 C 55.426 32.509 56.623 32.291 57.86 32.156 C 59.124 32.006 60.399 31.969 61.67 32.043 C 63.003 32.121 64.321 32.371 65.59 32.784 C 66.009 32.921 66.375 33.183 66.639 33.535 C 66.903 33.887 67.051 34.313 67.064 34.752 C 67.078 35.192 66.955 35.626 66.713 35.993 C 66.471 36.361 66.121 36.644 65.711 36.806 L 65.665 36.823 C 63.666 37.568 61.552 37.956 59.419 37.972 C 57.156 37.986 54.895 37.806 52.662 37.435 C 50.449 37.128 48.257 36.679 46.1 36.091 C 44.986 35.782 43.892 35.406 42.823 34.964 C 41.722 34.517 40.66 33.981 39.648 33.36 C 38.609 32.726 37.635 31.993 36.737 31.171 C 35.845 30.345 35.037 29.431 34.325 28.445 C 32.973 26.538 31.874 24.462 31.058 22.271 C 29.454 18.061 28.463 13.643 28.116 9.151 C 28.075 8.591 28.04 8.03 28.021 7.469 C 28.008 7.188 27.999 6.908 27.996 6.627 C 27.991 6.344 27.981 6.081 27.987 5.737 C 27.987 4.98 28.099 4.228 28.319 3.504 C 28.47 3.026 28.695 2.574 28.987 2.166 C 29.335 1.683 29.785 1.284 30.306 0.995 L 30.328 0.983 C 30.582 0.844 30.862 0.756 31.15 0.726 C 31.439 0.695 31.73 0.721 32.008 0.803 C 32.286 0.885 32.546 1.021 32.772 1.203 C 32.997 1.385 33.185 1.609 33.324 1.864 C 33.473 2.14 33.563 2.444 33.587 2.756 C 34.239 11.705 31.929 20.62 27.014 28.127 C 25.869 29.871 24.513 31.466 22.975 32.876 C 22.188 33.588 21.345 34.235 20.453 34.811 C 19.558 35.39 18.611 35.884 17.625 36.288 C 16.061 36.952 14.366 37.254 12.669 37.172 C 11.58 37.132 10.518 36.831 9.57 36.293 C 8.551 35.644 8.753 35.196 9.64 34.987 C 10.092 34.857 10.722 34.777 11.514 34.626 C 12.471 34.447 13.416 34.206 14.342 33.906 C 15.763 33.425 17.107 32.74 18.33 31.872 C 19.604 30.96 20.767 29.904 21.797 28.724 C 23.283 26.999 24.559 25.103 25.598 23.076 C 26.675 21.042 27.549 18.906 28.209 16.701 C 29.538 12.29 30.014 7.665 29.611 3.076 L 32.237 4.486 C 32.237 4.487 32.241 4.493 32.237 4.486 L 32.227 4.472 C 32.229 4.475 32.231 4.478 32.233 4.48 C 32.239 4.487 32.244 4.492 32.241 4.489 L 32.241 4.494 C 32.226 4.515 32.214 4.539 32.203 4.563 C 32.135 4.724 32.091 4.895 32.072 5.069 C 32.038 5.343 32.024 5.618 32.031 5.894 L 32.07 6.938 C 32.142 8.357 32.292 9.77 32.498 11.174 C 32.921 13.977 33.627 16.729 34.607 19.389 C 35.284 21.278 36.167 23.087 37.24 24.783 C 37.752 25.58 38.327 26.335 38.958 27.042 C 39.262 27.382 39.582 27.707 39.919 28.015 C 40.088 28.166 40.247 28.327 40.421 28.471 L 40.943 28.904 C 42.509 30.104 44.263 31.035 46.135 31.657 C 48.114 32.327 50.147 32.829 52.21 33.159 C 54.278 33.543 56.37 33.783 58.472 33.877 C 60.423 33.971 62.375 33.688 64.219 33.043 L 64.285 36.616 C 62.459 35.995 60.397 35.893 58.279 36.106 C 57.219 36.206 56.144 36.382 55.057 36.591 C 53.968 36.804 52.887 37.043 51.825 37.318 C 49.548 37.879 47.351 38.725 45.286 39.837 C 43.28 40.913 41.5 42.367 40.044 44.118 C 38.601 45.916 37.462 47.938 36.67 50.103 C 35.854 52.319 35.284 54.619 34.971 56.961 C 34.444 60.648 34.388 64.457 34.339 68.318 L 31.223 67.806 C 33.299 61.686 32.574 54.632 29.467 48.895 C 29.264 48.542 29.084 48.173 28.863 47.831 L 28.198 46.803 C 27.973 46.464 27.714 46.149 27.473 45.82 C 27.349 45.659 27.234 45.489 27.102 45.334 L 26.701 44.874 C 26.169 44.257 25.606 43.667 25.014 43.107 C 24.394 42.577 23.793 42.022 23.12 41.553 C 22.798 41.3 22.463 41.064 22.117 40.846 C 21.77 40.627 21.432 40.395 21.079 40.186 L 20.001 39.59 C 19.644 39.386 19.26 39.233 18.892 39.052 C 17.397 38.356 15.834 37.818 14.228 37.446 C 10.401 36.547 6.427 36.47 2.568 37.219 L 2.528 35.688 C 4.839 36.391 7.264 36.637 9.669 36.412 C 11.034 36.284 11.727 36.247 11.721 36.541 C 11.712 36.67 11.532 36.895 11.143 37.151 C 10.907 37.306 10.661 37.444 10.405 37.564 C 10.255 37.636 10.092 37.71 9.914 37.779 C 9.825 37.813 9.734 37.852 9.637 37.883 C 9.54 37.911 9.439 37.939 9.335 37.967 C 6.923 38.6 4.404 38.709 1.946 38.287 C 1.539 38.215 1.168 38.01 0.891 37.703 C 0.615 37.396 0.449 37.006 0.42 36.594 C 0.391 36.182 0.501 35.772 0.732 35.43 C 0.963 35.087 1.302 34.832 1.695 34.705 L 1.85 34.655 C 4.292 33.877 6.84 33.482 9.402 33.484 C 11.507 33.478 13.603 33.746 15.638 34.282 C 17.687 34.812 19.672 35.564 21.558 36.524 C 21.578 36.511 21.597 36.498 21.62 36.486 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:12390004596,withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:900,pixelHeight:1200,pixelWidth:900,sizes:\"351px\",src:\"https://framerusercontent.com/images/4Dmfq2QvLTrzREy8dY8aEuWcw.jpg\",srcSet:\"https://framerusercontent.com/images/4Dmfq2QvLTrzREy8dY8aEuWcw.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/4Dmfq2QvLTrzREy8dY8aEuWcw.jpg 900w\"}},U0uuS_BL2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1200,intrinsicWidth:900,pixelHeight:1200,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"479px\",src:\"https://framerusercontent.com/images/4Dmfq2QvLTrzREy8dY8aEuWcw.jpg\",srcSet:\"https://framerusercontent.com/images/4Dmfq2QvLTrzREy8dY8aEuWcw.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/4Dmfq2QvLTrzREy8dY8aEuWcw.jpg 900w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:1200,intrinsicWidth:900,loading:getLoadingLazyAtYPosition(1550),pixelHeight:1200,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"626px\",src:\"https://framerusercontent.com/images/4Dmfq2QvLTrzREy8dY8aEuWcw.jpg\",srcSet:\"https://framerusercontent.com/images/4Dmfq2QvLTrzREy8dY8aEuWcw.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/4Dmfq2QvLTrzREy8dY8aEuWcw.jpg 900w\"},className:\"framer-1nulkxs\",\"data-framer-name\":\"Frame\",name:\"Frame\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w6phc3\",\"data-framer-name\":\"Column\",name:\"Column\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17uyq5j\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1gqmlme\",\"data-styles-preset\":\"J25x3VmVw\",children:\"Meet your private GP and transformation coach Dr Rachel.\"})}),className:\"framer-1xqbnbb\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",children:\"Throughout my career, I have witnessed many changes and developments in healthcare. One thing that stands out is the need for a shift towards a more comprehensive holistic and preventative approach.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",children:\"I strongly believe in addressing the whole person, considering the biological, psychological, and social aspects of health. Rather than simply treating symptoms, I am passionate about finding the underlying causes of illness and empowering individuals to take control of their own wellbeing.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",children:\"I strive to give all my clients the time to explore their concerns in depth, in a supportive and confidential environment.\"})]}),className:\"framer-12zhm47\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5exldv\",\"data-framer-name\":\"Actions\",name:\"Actions\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wbkik3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsButton,{fSfJsaONZ:true,ghFATj9L8:\"Contact Dr Rachel\",height:\"100%\",id:\"JJL1mZ8yU\",IR7Pp0O8_:\"rgb(255, 255, 255)\",layoutId:\"JJL1mZ8yU\",OTrUeZs_O:\"#contact\",tbubkQbCV:\"House\",TnzIEJGBS:false,variant:\"yASdSKR6l\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":BUnYUS5Zj\",webPageId:\"CqJoqVWuA\"},implicitPathVariables:undefined},{href:{hash:\":BUnYUS5Zj\",webPageId:\"CqJoqVWuA\"},implicitPathVariables:undefined},{href:{hash:\":BUnYUS5Zj\",webPageId:\"CqJoqVWuA\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wjq9at-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{OTrUeZs_O:resolvedLinks1[2],style:{width:\"100%\"}},U0uuS_BL2:{OTrUeZs_O:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ComponentsButton,{fSfJsaONZ:true,ghFATj9L8:\"How I can help\",height:\"100%\",id:\"QGi9yuPPz\",IR7Pp0O8_:\"rgb(255, 255, 255)\",layoutId:\"QGi9yuPPz\",OTrUeZs_O:resolvedLinks1[0],tbubkQbCV:\"House\",TnzIEJGBS:false,variant:\"XszlOzh_M\",width:\"100%\"})})})})})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w8iibr hidden-11ardyt hidden-lnxpt4\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1gug9vb\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 68 71\"><path d=\"M 21.62 36.486 L 22.923 37.215 L 24.176 38.028 L 24.488 38.233 L 24.787 38.457 L 25.385 38.906 C 25.583 39.057 25.785 39.204 25.979 39.359 L 26.545 39.849 C 27.302 40.5 28.022 41.192 28.701 41.923 L 29.678 43.056 C 29.998 43.438 30.28 43.849 30.581 44.245 C 31.735 45.855 32.714 47.584 33.5 49.402 C 34.261 51.218 34.838 53.106 35.221 55.038 C 35.309 55.551 35.415 56.062 35.481 56.578 L 35.654 58.132 L 35.73 59.694 C 35.756 60.215 35.722 60.738 35.721 61.259 C 35.653 63.347 35.355 65.421 34.834 67.444 L 34.426 68.867 C 34.309 69.276 34.047 69.629 33.691 69.861 C 33.334 70.093 32.905 70.188 32.484 70.128 C 32.063 70.069 31.677 69.86 31.398 69.539 C 31.118 69.218 30.964 68.807 30.964 68.381 L 30.965 68.299 C 30.969 63.705 30.959 58.969 31.842 54.211 C 32.276 51.803 32.986 49.452 33.957 47.207 C 34.95 44.899 36.311 42.767 37.987 40.896 C 39.706 39.042 41.726 37.492 43.961 36.311 C 46.131 35.178 48.413 34.276 50.77 33.62 C 51.929 33.289 53.091 33.006 54.257 32.756 C 55.426 32.509 56.623 32.291 57.86 32.156 C 59.124 32.006 60.399 31.969 61.67 32.043 C 63.003 32.121 64.321 32.371 65.59 32.784 C 66.009 32.921 66.375 33.183 66.639 33.535 C 66.903 33.887 67.051 34.313 67.064 34.752 C 67.078 35.192 66.955 35.626 66.713 35.993 C 66.471 36.361 66.121 36.644 65.711 36.806 L 65.665 36.823 C 63.666 37.568 61.552 37.956 59.419 37.972 C 57.156 37.986 54.895 37.806 52.662 37.435 C 50.449 37.128 48.257 36.679 46.1 36.091 C 44.986 35.782 43.892 35.406 42.823 34.964 C 41.722 34.517 40.66 33.981 39.648 33.36 C 38.609 32.726 37.635 31.993 36.737 31.171 C 35.845 30.345 35.037 29.431 34.325 28.445 C 32.973 26.538 31.874 24.462 31.058 22.271 C 29.454 18.061 28.463 13.643 28.116 9.151 C 28.075 8.591 28.04 8.03 28.021 7.469 C 28.008 7.188 27.999 6.908 27.996 6.627 C 27.991 6.344 27.981 6.081 27.987 5.737 C 27.987 4.98 28.099 4.228 28.319 3.504 C 28.47 3.026 28.695 2.574 28.987 2.166 C 29.335 1.683 29.785 1.284 30.306 0.995 L 30.328 0.983 C 30.582 0.844 30.862 0.756 31.15 0.726 C 31.439 0.695 31.73 0.721 32.008 0.803 C 32.286 0.885 32.546 1.021 32.772 1.203 C 32.997 1.385 33.185 1.609 33.324 1.864 C 33.473 2.14 33.563 2.444 33.587 2.756 C 34.239 11.705 31.929 20.62 27.014 28.127 C 25.869 29.871 24.513 31.466 22.975 32.876 C 22.188 33.588 21.345 34.235 20.453 34.811 C 19.558 35.39 18.611 35.884 17.625 36.288 C 16.061 36.952 14.366 37.254 12.669 37.172 C 11.58 37.132 10.518 36.831 9.57 36.293 C 8.551 35.644 8.753 35.196 9.64 34.987 C 10.092 34.857 10.722 34.777 11.514 34.626 C 12.471 34.447 13.416 34.206 14.342 33.906 C 15.763 33.425 17.107 32.74 18.33 31.872 C 19.604 30.96 20.767 29.904 21.797 28.724 C 23.283 26.999 24.559 25.103 25.598 23.076 C 26.675 21.042 27.549 18.906 28.209 16.701 C 29.538 12.29 30.014 7.665 29.611 3.076 L 32.237 4.486 C 32.237 4.487 32.241 4.493 32.237 4.486 L 32.227 4.472 C 32.229 4.475 32.231 4.478 32.233 4.48 C 32.239 4.487 32.244 4.492 32.241 4.489 L 32.241 4.494 C 32.226 4.515 32.214 4.539 32.203 4.563 C 32.135 4.724 32.091 4.895 32.072 5.069 C 32.038 5.343 32.024 5.618 32.031 5.894 L 32.07 6.938 C 32.142 8.357 32.292 9.77 32.498 11.174 C 32.921 13.977 33.627 16.729 34.607 19.389 C 35.284 21.278 36.167 23.087 37.24 24.783 C 37.752 25.58 38.327 26.335 38.958 27.042 C 39.262 27.382 39.582 27.707 39.919 28.015 C 40.088 28.166 40.247 28.327 40.421 28.471 L 40.943 28.904 C 42.509 30.104 44.263 31.035 46.135 31.657 C 48.114 32.327 50.147 32.829 52.21 33.159 C 54.278 33.543 56.37 33.783 58.472 33.877 C 60.423 33.971 62.375 33.688 64.219 33.043 L 64.285 36.616 C 62.459 35.995 60.397 35.893 58.279 36.106 C 57.219 36.206 56.144 36.382 55.057 36.591 C 53.968 36.804 52.887 37.043 51.825 37.318 C 49.548 37.879 47.351 38.725 45.286 39.837 C 43.28 40.913 41.5 42.367 40.044 44.118 C 38.601 45.916 37.462 47.938 36.67 50.103 C 35.854 52.319 35.284 54.619 34.971 56.961 C 34.444 60.648 34.388 64.457 34.339 68.318 L 31.223 67.806 C 33.299 61.686 32.574 54.632 29.467 48.895 C 29.264 48.542 29.084 48.173 28.863 47.831 L 28.198 46.803 C 27.973 46.464 27.714 46.149 27.473 45.82 C 27.349 45.659 27.234 45.489 27.102 45.334 L 26.701 44.874 C 26.169 44.257 25.606 43.667 25.014 43.107 C 24.394 42.577 23.793 42.022 23.12 41.553 C 22.798 41.3 22.463 41.064 22.117 40.846 C 21.77 40.627 21.432 40.395 21.079 40.186 L 20.001 39.59 C 19.644 39.386 19.26 39.233 18.892 39.052 C 17.397 38.356 15.834 37.818 14.228 37.446 C 10.401 36.547 6.427 36.47 2.568 37.219 L 2.528 35.688 C 4.839 36.391 7.264 36.637 9.669 36.412 C 11.034 36.284 11.727 36.247 11.721 36.541 C 11.712 36.67 11.532 36.895 11.143 37.151 C 10.907 37.306 10.661 37.444 10.405 37.564 C 10.255 37.636 10.092 37.71 9.914 37.779 C 9.825 37.813 9.734 37.852 9.637 37.883 C 9.54 37.911 9.439 37.939 9.335 37.967 C 6.923 38.6 4.404 38.709 1.946 38.287 C 1.539 38.215 1.168 38.01 0.891 37.703 C 0.615 37.396 0.449 37.006 0.42 36.594 C 0.391 36.182 0.501 35.772 0.732 35.43 C 0.963 35.087 1.302 34.832 1.695 34.705 L 1.85 34.655 C 4.292 33.877 6.84 33.482 9.402 33.484 C 11.507 33.478 13.603 33.746 15.638 34.282 C 17.687 34.812 19.672 35.564 21.558 36.524 C 21.578 36.511 21.597 36.498 21.62 36.486 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9458764355,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yivkj0\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 49\"><path d=\"M 19.123 29.354 C 20.836 31.408 22.218 33.717 23.217 36.197 C 23.34 36.508 23.472 36.814 23.585 37.128 L 23.886 38.085 C 23.981 38.405 24.093 38.72 24.173 39.044 L 24.394 40.024 C 24.461 40.351 24.552 40.673 24.598 41.005 L 24.734 42.001 L 24.8 42.498 C 24.823 42.662 24.846 42.828 24.857 43.01 C 24.884 43.368 24.898 43.738 24.889 44.123 C 24.879 44.814 24.767 45.501 24.555 46.159 C 24.423 46.543 24.247 46.91 24.03 47.253 C 23.788 47.618 23.495 47.947 23.16 48.228 L 23.136 48.248 C 22.858 48.481 22.517 48.625 22.156 48.66 C 21.795 48.696 21.433 48.621 21.115 48.447 C 20.797 48.272 20.54 48.005 20.377 47.682 C 20.213 47.358 20.152 46.993 20.2 46.634 C 20.425 44.97 20.744 43.32 21.156 41.692 C 21.826 38.97 22.864 36.353 24.242 33.912 C 25.654 31.416 27.499 29.192 29.691 27.344 C 31.935 25.489 34.527 24.102 37.315 23.264 C 40.179 22.412 43.206 22.27 46.137 22.849 C 46.568 22.938 46.96 23.158 47.26 23.48 C 47.559 23.801 47.752 24.208 47.81 24.643 C 47.869 25.079 47.791 25.522 47.587 25.911 C 47.383 26.301 47.063 26.617 46.671 26.816 L 46.633 26.836 C 45.679 27.307 44.657 27.625 43.604 27.779 C 42.636 27.915 41.657 27.954 40.681 27.895 C 39.746 27.849 38.855 27.738 37.999 27.615 C 37.145 27.49 36.33 27.368 35.445 27.206 C 34.173 26.992 32.928 26.64 31.732 26.156 C 31.077 25.881 30.451 25.542 29.863 25.145 C 29.262 24.735 28.708 24.261 28.209 23.732 C 27.284 22.718 26.527 21.561 25.97 20.306 C 25.453 19.147 25.047 17.942 24.758 16.706 C 23.591 11.917 23.69 6.907 25.044 2.168 L 25.046 2.161 C 25.165 1.748 25.401 1.379 25.727 1.099 C 26.053 0.819 26.453 0.64 26.88 0.585 C 27.306 0.529 27.739 0.6 28.125 0.787 C 28.512 0.975 28.835 1.272 29.055 1.641 C 29.745 2.84 30.119 4.194 30.14 5.577 C 30.163 6.79 30.013 7.999 29.695 9.169 C 29.554 9.734 29.372 10.256 29.198 10.783 C 29.004 11.304 28.815 11.827 28.585 12.332 C 28.146 13.349 27.631 14.332 27.044 15.271 C 24.713 19.068 21.333 22.108 17.312 24.027 C 14.755 25.226 11.977 25.885 9.153 25.962 C 8.045 26.001 6.939 25.849 5.882 25.513 C 5.668 25.441 5.468 25.367 5.281 25.289 C 5.095 25.204 4.922 25.116 4.762 25.027 C 4.469 24.87 4.197 24.679 3.952 24.456 C 3.306 23.874 3.429 23.406 4.07 23.099 C 4.714 22.8 5.877 22.642 7.458 22.483 L 8.215 22.401 L 8.981 22.299 C 9.494 22.221 10.014 22.155 10.531 22.058 C 11.564 21.876 12.585 21.632 13.589 21.327 C 15.526 20.725 17.345 19.792 18.965 18.571 C 22.239 16.11 24.617 12.645 25.736 8.704 C 26.003 7.807 26.139 6.875 26.138 5.938 C 26.15 5.165 25.943 4.405 25.54 3.745 L 28.984 3.292 C 28.633 4.686 28.414 6.11 28.329 7.545 C 28.165 10.194 28.526 12.919 28.982 15.422 C 29.298 17.206 29.852 18.895 30.751 20.193 C 31.175 20.817 31.712 21.357 32.334 21.783 C 33.013 22.215 33.752 22.542 34.527 22.756 C 35.411 23 36.309 23.191 37.217 23.327 C 38.183 23.483 39.145 23.64 40.05 23.733 C 41.871 23.929 43.549 23.854 44.831 23.226 L 45.274 26.791 L 44.639 26.67 L 44.321 26.607 L 43.999 26.569 L 43.354 26.491 L 42.702 26.458 C 41.221 26.402 39.74 26.576 38.312 26.973 C 36.859 27.381 35.465 27.978 34.166 28.749 C 32.86 29.521 31.654 30.452 30.576 31.521 C 29.488 32.606 28.521 33.806 27.694 35.1 C 25.421 38.612 24.08 42.771 23.523 47.021 L 21.009 45.666 C 21.159 45.539 21.272 45.375 21.337 45.19 C 21.442 44.902 21.501 44.6 21.514 44.293 C 21.534 43.913 21.524 43.531 21.484 43.152 L 21.303 41.885 C 21.241 41.461 21.155 41.041 21.046 40.628 L 20.902 40.001 C 20.859 39.791 20.776 39.591 20.716 39.385 C 20.579 38.977 20.463 38.563 20.313 38.159 L 19.819 36.964 C 19.104 35.384 18.214 33.889 17.167 32.506 C 16.095 31.133 14.881 29.876 13.547 28.756 C 11.861 27.378 10.027 26.194 8.077 25.224 C 7.96 25.163 7.845 25.096 7.727 25.038 L 7.368 24.88 L 6.653 24.557 C 6.184 24.318 5.695 24.16 5.217 23.968 L 4.499 23.681 C 4.264 23.597 4.031 23.52 3.797 23.461 C 3.334 23.317 2.839 23.315 2.375 23.455 C 2.261 23.498 2.158 23.552 2.076 23.589 C 2.075 23.589 2.073 23.59 2.072 23.592 C 2.071 23.593 2.07 23.595 2.069 23.596 L 2.06 23.623 C 2.029 23.718 2.035 23.822 2.078 23.913 C 2.116 23.996 2.172 24.071 2.24 24.132 C 2.363 24.242 2.518 24.312 2.682 24.331 C 2.76 24.342 2.839 24.336 2.914 24.313 C 2.981 24.3 3.047 24.283 3.112 24.26 C 3.221 24.219 3.3 24.193 3.346 24.222 C 3.389 24.249 3.402 24.335 3.338 24.481 C 3.291 24.57 3.228 24.65 3.153 24.718 C 3.062 24.826 2.945 24.908 2.812 24.955 C 2.494 25.084 2.14 25.095 1.814 24.987 C 1.573 24.907 1.357 24.767 1.187 24.578 C 1.064 24.442 0.968 24.284 0.902 24.113 C 0.826 23.91 0.791 23.695 0.801 23.478 C 0.807 23.314 0.86 23.155 0.954 23.021 L 1.191 22.682 C 1.314 22.504 1.46 22.342 1.623 22.199 C 1.714 22.119 1.81 22.047 1.912 21.981 C 2.02 21.92 2.133 21.867 2.248 21.822 C 2.794 21.614 3.375 21.514 3.959 21.525 C 4.416 21.527 4.871 21.567 5.321 21.645 L 6.557 21.842 L 6.869 21.895 L 7.173 21.972 L 7.785 22.13 C 9.435 22.559 11.027 23.181 12.53 23.985 C 15.013 25.374 17.225 27.201 19.058 29.377 C 19.079 29.369 19.099 29.362 19.123 29.354 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:10385140674,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1p2xgvc\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 73\"><path d=\"M 19.782 37.83 C 23.067 39.481 26.352 41.478 29.109 44.241 C 30.466 45.625 31.66 47.162 32.664 48.82 C 33.642 50.452 34.472 52.167 35.145 53.946 C 36.541 57.686 37.298 61.554 37.886 65.344 C 38.04 66.285 38.179 67.225 38.31 68.162 L 38.686 70.967 L 35.258 71.394 C 34.708 66.981 34.278 62.447 34.655 57.847 C 35.014 53.267 36.218 48.601 38.66 44.513 C 39.272 43.486 39.962 42.506 40.723 41.582 C 41.485 40.641 42.333 39.773 43.254 38.987 C 43.479 38.78 43.723 38.601 43.961 38.414 C 44.203 38.232 44.436 38.034 44.687 37.866 C 45.187 37.527 45.682 37.178 46.206 36.883 C 47.232 36.272 48.302 35.737 49.407 35.283 C 50.492 34.835 51.601 34.447 52.729 34.121 C 53.846 33.809 54.968 33.52 56.086 33.294 C 58.326 32.819 60.551 32.498 62.745 32.183 L 62.961 36.341 L 61.006 36.299 C 58.882 36.259 56.738 36.145 54.578 35.971 C 52.367 35.812 50.17 35.487 48.008 34.999 C 45.728 34.49 43.543 33.622 41.535 32.428 C 40.498 31.788 39.539 31.028 38.677 30.165 C 37.82 29.297 37.073 28.326 36.455 27.274 C 35.233 25.219 34.484 23.069 33.844 21.001 C 33.197 18.92 32.659 16.807 32.23 14.67 C 31.791 12.537 31.478 10.38 31.291 8.211 C 31.202 7.126 31.132 6.041 31.098 4.954 L 31.073 4.139 C 31.067 3.867 31.073 3.595 31.051 3.324 C 31.019 2.781 31.013 2.238 30.993 1.694 L 34.679 1.869 C 34.369 5.835 34.038 9.869 33.273 13.923 C 33.169 14.429 33.074 14.937 32.961 15.441 L 32.583 16.953 L 32.151 18.458 L 31.66 19.954 C 30.964 21.963 30.075 23.899 29.007 25.737 C 26.94 29.211 24.106 32.166 20.721 34.376 C 19.413 35.256 17.981 35.937 16.473 36.398 C 15.922 36.556 15.36 36.669 14.791 36.738 C 14.537 36.765 14.299 36.783 14.074 36.791 L 13.909 36.796 L 13.775 36.78 C 13.681 36.767 13.59 36.754 13.502 36.742 C 12.418 36.584 11.816 36.395 12.651 35.574 C 12.772 35.46 12.9 35.353 13.034 35.255 C 13.104 35.201 13.203 35.139 13.266 35.087 C 13.325 35.038 13.386 34.987 13.45 34.934 C 13.706 34.722 14.014 34.515 14.355 34.27 C 14.693 34.019 15.086 33.78 15.498 33.485 C 15.708 33.346 15.926 33.2 16.154 33.048 C 16.378 32.889 16.612 32.728 16.857 32.565 C 18.122 31.697 19.33 30.747 20.472 29.721 C 21.638 28.69 22.722 27.57 23.716 26.372 C 25.071 24.72 26.209 22.902 27.105 20.962 C 28.009 18.981 28.729 16.921 29.255 14.807 C 30.384 10.547 30.894 6.066 31.373 1.55 L 31.373 1.548 C 31.413 1.173 31.594 0.829 31.88 0.584 C 32.166 0.339 32.535 0.213 32.91 0.231 C 33.286 0.249 33.641 0.41 33.902 0.681 C 34.163 0.952 34.31 1.313 34.314 1.689 C 34.32 2.422 34.296 3.156 34.347 3.888 C 34.394 4.62 34.449 5.351 34.523 6.08 C 34.665 7.538 34.875 8.988 35.115 10.43 C 35.591 13.313 36.287 16.154 37.199 18.93 C 37.782 20.828 38.54 22.668 39.462 24.427 C 39.896 25.222 40.407 25.971 40.989 26.666 C 41.556 27.318 42.185 27.914 42.866 28.447 C 43.505 28.925 44.184 29.348 44.895 29.712 C 45.638 30.078 46.406 30.393 47.192 30.655 C 48.837 31.181 50.528 31.551 52.242 31.761 C 55.753 32.218 59.402 32.284 63.072 32.42 L 63.094 32.421 C 63.554 32.438 63.99 32.627 64.317 32.951 C 64.644 33.274 64.837 33.709 64.858 34.169 C 64.879 34.628 64.727 35.079 64.432 35.432 C 64.136 35.784 63.719 36.013 63.262 36.072 C 60.476 36.434 57.734 36.812 55.099 37.426 C 52.475 38.053 49.934 38.875 47.69 40.165 C 46.733 40.712 45.83 41.347 44.991 42.063 C 44.158 42.794 43.394 43.602 42.711 44.475 C 41.346 46.281 40.273 48.289 39.531 50.428 C 38.772 52.597 38.282 54.852 38.073 57.141 C 37.855 59.468 37.807 61.808 37.928 64.141 C 38.026 66.413 38.257 68.699 38.525 70.993 L 38.527 71.008 C 38.575 71.419 38.458 71.833 38.201 72.158 C 37.945 72.483 37.57 72.693 37.158 72.742 C 36.747 72.791 36.333 72.676 36.007 72.42 C 35.681 72.165 35.47 71.79 35.42 71.379 C 34.97 67.695 34.495 64.043 33.643 60.522 C 33.243 58.77 32.732 57.045 32.112 55.358 C 31.494 53.7 30.721 52.105 29.804 50.592 C 29.564 50.226 29.34 49.847 29.087 49.491 L 28.304 48.439 C 27.754 47.763 27.169 47.115 26.551 46.5 C 25.272 45.274 23.87 44.184 22.369 43.245 C 21.612 42.764 20.833 42.312 20.036 41.88 C 19.638 41.664 19.236 41.454 18.83 41.248 L 18.219 40.942 L 17.913 40.792 L 17.623 40.662 C 17.245 40.48 16.829 40.333 16.425 40.173 C 16.005 40.036 15.595 39.881 15.164 39.763 C 14.315 39.499 13.438 39.299 12.562 39.109 C 10.864 38.755 9.14 38.532 7.407 38.443 C 5.727 38.361 4.07 38.459 2.692 38.937 L 2.296 37.361 L 2.295 37.257 L 2.297 37.257 L 2.306 37.257 L 2.319 37.257 L 2.345 37.257 L 2.397 37.258 C 2.431 37.258 2.465 37.259 2.514 37.257 L 2.782 37.248 L 3.327 37.225 C 3.693 37.209 4.056 37.193 4.418 37.176 C 5.144 37.148 5.861 37.119 6.569 37.091 C 7.988 37.04 9.373 37.009 10.726 36.98 C 11.186 36.963 11.647 36.981 12.105 37.034 C 12.283 37.048 12.389 37.102 12.552 37.101 C 12.659 37.098 12.764 37.128 12.853 37.186 L 13.122 36.873 C 13.084 37.016 13.031 37.079 13.056 37.092 C 13.073 37.105 13.167 37.064 13.252 36.927 C 13.262 36.911 13.269 36.892 13.271 36.873 C 13.273 36.854 13.271 36.834 13.265 36.816 C 13.259 36.797 13.249 36.781 13.236 36.766 C 13.222 36.752 13.206 36.742 13.188 36.734 C 13.17 36.727 13.15 36.725 13.131 36.726 C 13.111 36.727 13.093 36.733 13.076 36.742 C 13.059 36.752 13.044 36.765 13.033 36.781 C 13.022 36.797 13.014 36.815 13.011 36.834 L 12.927 37.307 C 12.911 37.394 12.793 37.528 12.574 37.676 C 12.422 37.8 12.256 37.907 12.08 37.993 C 11.538 38.259 10.965 38.458 10.375 38.588 C 9.097 38.882 7.81 39.142 6.504 39.389 C 5.852 39.512 5.194 39.631 4.533 39.745 L 3.531 39.91 L 3.016 39.989 L 2.748 40.027 C 2.648 40.041 2.497 40.054 2.374 40.065 C 1.93 40.103 1.488 39.985 1.123 39.731 C 0.758 39.477 0.493 39.104 0.374 38.675 C 0.255 38.246 0.29 37.79 0.473 37.384 C 0.655 36.979 0.974 36.65 1.373 36.455 L 1.501 36.393 C 2.53 35.914 3.624 35.587 4.747 35.422 C 5.267 35.359 5.798 35.277 6.308 35.259 C 6.565 35.245 6.825 35.224 7.08 35.217 L 7.842 35.211 C 9.863 35.231 11.877 35.466 13.848 35.913 C 14.845 36.128 15.829 36.392 16.799 36.706 L 17.535 36.951 L 18.273 37.233 C 18.518 37.32 18.769 37.438 19.018 37.546 L 19.39 37.712 L 19.723 37.872 C 19.742 37.857 19.76 37.844 19.782 37.83 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9864109993,withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vz0meh\",\"data-framer-name\":\"Gallery / 23 /\",id:elementId3,name:\"Gallery / 23 /\",ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i6sp0\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ls1p7j\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-kvdfxj\",\"data-styles-preset\":\"Crj9URLgr\",style:{\"--framer-text-alignment\":\"center\"},children:\"How I can help\"})}),className:\"framer-1fd1h0g\",\"data-framer-name\":\"How I can help\",fonts:[\"Inter\"],name:\"How I can help\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18da6gm\",\"data-framer-name\":\"Content\",name:\"Content\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-frzo2i-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},itemAmount:1.3,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false}},U0uuS_BL2:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},itemAmount:2.2,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false}}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"right\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1e3,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:5,overflow:false},gap:24,height:\"100%\",id:\"zGl_SXjUe\",intervalControl:1.5,itemAmount:3.3,layoutId:\"zGl_SXjUe\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5wn3ha\",\"data-framer-name\":\"Card/Practices\",name:\"Card/Practices\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-188hteb\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12w8hfm\",\"data-framer-name\":\"Frame 14\",name:\"Frame 14\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16k9rdq\",\"data-framer-name\":\"Frame 17\",name:\"Frame 17\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xy97ex-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Pulse\",id:\"IGeaZE20h\",layoutId:\"IGeaZE20h\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jpr03t\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14r1jhr\",\"data-framer-name\":\"Frame 15\",name:\"Frame 15\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1n2sm0k\",\"data-styles-preset\":\"WSAkjrEoE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Medical\"})}),className:\"framer-br6ulj\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qmhy24\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 9\"><g transform=\"translate(0.5 2.718)\" id=\"ss9468185283_1\"><path d=\"M 0 74.782 L 77 74.782 L 77 83.782 L 0 83.782 Z\" fill=\"transparent\"></path><path d=\"M 76.618 0.57 C 75.427 -0.082 43.032 -0.217 33.708 0.386 C 33.694 0.386 15.913 1.369 8.452 1.369 C 4.559 1.369 -2.146 1.824 1.312 3.398 C 1.872 3.656 14.108 3.656 17.817 3.398 C 26.623 2.795 43.325 2.144 57.297 1.984 C 65.431 1.885 70.877 1.701 75.427 1.394 C 76.688 1.308 77.248 0.914 76.618 0.57 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:9468185283,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(44, 46, 45)\"},children:\"As a GP, I provide 360-degree healthcare which can help you deal with your concerns focusing on risk factor management and lifestyle related conditions.\"})}),className:\"framer-1ck7ttw\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ab1ntz\",\"data-framer-name\":\"Card/Practices\",name:\"Card/Practices\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kr7a4u\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ff2qqk\",\"data-framer-name\":\"Frame 14\",name:\"Frame 14\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pgcvav\",\"data-framer-name\":\"Frame 17\",name:\"Frame 17\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w7t4ps-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"HandHeart\",id:\"FbCTkmynV\",layoutId:\"FbCTkmynV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fqvu1k\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wr4r0s\",\"data-framer-name\":\"Frame 15\",name:\"Frame 15\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1n2sm0k\",\"data-styles-preset\":\"WSAkjrEoE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Menopause\"})}),className:\"framer-1effdas\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-b0dws5\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 9\"><g transform=\"translate(0.5 2.718)\" id=\"ss11997145937_1\"><path d=\"M 0 74.782 L 77 74.782 L 77 83.782 L 0 83.782 Z\" fill=\"transparent\"></path><path d=\"M 76.618 0.57 C 75.427 -0.082 43.032 -0.217 33.708 0.386 C 33.694 0.386 15.913 1.369 8.451 1.369 C 4.559 1.369 -2.147 1.824 1.311 3.398 C 1.871 3.656 14.107 3.656 17.817 3.398 C 26.623 2.795 43.325 2.144 57.297 1.984 C 65.431 1.885 70.877 1.701 75.427 1.394 C 76.688 1.308 77.248 0.914 76.618 0.57 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:11997145937,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(44, 46, 45)\"},children:\"I offer individualised consultations for the treatment of perimenopause and menopause, including the prescribing of Body Identical HRT and non-hormonal prescribable alternatives.\"})}),className:\"framer-xnjrkt\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uyxwmf\",\"data-framer-name\":\"Card/Practices\",name:\"Card/Practices\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t0jwf9\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4u2327\",\"data-framer-name\":\"Frame 14\",name:\"Frame 14\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9ghc32\",\"data-framer-name\":\"Frame 17\",name:\"Frame 17\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x8zzqj\",\"data-framer-name\":\"Barbell\",name:\"Barbell\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ygit3b-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Waves\",id:\"k70oVcO0T\",layoutId:\"k70oVcO0T\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1va8kg6\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12m2w7a\",\"data-framer-name\":\"Frame 15\",name:\"Frame 15\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1n2sm0k\",\"data-styles-preset\":\"WSAkjrEoE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Wellbeing Services for Adults\"})}),className:\"framer-l3ptnj\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-29t00c\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 9\"><g transform=\"translate(0.5 2.718)\" id=\"ss9468185283_1\"><path d=\"M 0 74.782 L 77 74.782 L 77 83.782 L 0 83.782 Z\" fill=\"transparent\"></path><path d=\"M 76.618 0.57 C 75.427 -0.082 43.032 -0.217 33.708 0.386 C 33.694 0.386 15.913 1.369 8.452 1.369 C 4.559 1.369 -2.146 1.824 1.312 3.398 C 1.872 3.656 14.108 3.656 17.817 3.398 C 26.623 2.795 43.325 2.144 57.297 1.984 C 65.431 1.885 70.877 1.701 75.427 1.394 C 76.688 1.308 77.248 0.914 76.618 0.57 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:9468185283,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(44, 46, 45)\"},children:\"I provide bespoke advice and services in addition to wellbeing screening including assessments and blood tests if indicated. I aim to be inclusive to all.\"})}),className:\"framer-vnmi6\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14xfaev\",\"data-framer-name\":\"Card/Practices\",name:\"Card/Practices\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iausrc\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kk65ol\",\"data-framer-name\":\"Frame 14\",name:\"Frame 14\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tf8rg4\",\"data-framer-name\":\"Frame 17\",name:\"Frame 17\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qfsa87\",\"data-framer-name\":\"Bed\",name:\"Bed\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ifp853-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"SneakerMove\",id:\"Pf3QT1b9x\",layoutId:\"Pf3QT1b9x\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v5s47\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gk5mdd\",\"data-framer-name\":\"Frame 15\",name:\"Frame 15\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1n2sm0k\",\"data-styles-preset\":\"WSAkjrEoE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Weight Management\"})}),className:\"framer-8lrndo\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ezdg17\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 9\"><g transform=\"translate(0.5 2.718)\" id=\"ss9468185283_1\"><path d=\"M 0 74.782 L 77 74.782 L 77 83.782 L 0 83.782 Z\" fill=\"transparent\"></path><path d=\"M 76.618 0.57 C 75.427 -0.082 43.032 -0.217 33.708 0.386 C 33.694 0.386 15.913 1.369 8.452 1.369 C 4.559 1.369 -2.146 1.824 1.312 3.398 C 1.872 3.656 14.108 3.656 17.817 3.398 C 26.623 2.795 43.325 2.144 57.297 1.984 C 65.431 1.885 70.877 1.701 75.427 1.394 C 76.688 1.308 77.248 0.914 76.618 0.57 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:9468185283,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(44, 46, 45)\"},children:\"I provide bespoke advice and weight loss prescriptions as required.\"})}),className:\"framer-1rfix47\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16atxee\",\"data-framer-name\":\"Card/Practices\",name:\"Card/Practices\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kgxe6a\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1juhd47\",\"data-framer-name\":\"Frame 14\",name:\"Frame 14\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12kqih4\",\"data-framer-name\":\"Frame 17\",name:\"Frame 17\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kiiwd\",\"data-framer-name\":\"HandSoap\",name:\"HandSoap\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12jh4wr-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"UsersThree\",id:\"NbzniXpmM\",layoutId:\"NbzniXpmM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lrev7o\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2ohanm\",\"data-framer-name\":\"Frame 15\",name:\"Frame 15\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1n2sm0k\",\"data-styles-preset\":\"WSAkjrEoE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Coaching\"})}),className:\"framer-ji96tr\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wtfeq0\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 9\"><g transform=\"translate(0.5 2.718)\" id=\"ss11718199696_1\"><path d=\"M 0 74.782 L 77 74.782 L 77 83.782 L 0 83.782 Z\" fill=\"transparent\"></path><path d=\"M 76.618 0.57 C 75.427 -0.082 43.031 -0.217 33.707 0.386 C 33.693 0.386 15.913 1.369 8.451 1.369 C 4.559 1.369 -2.147 1.824 1.311 3.398 C 1.871 3.656 14.107 3.656 17.817 3.398 C 26.623 2.795 43.325 2.144 57.297 1.984 C 65.432 1.885 70.877 1.701 75.427 1.394 C 76.688 1.308 77.248 0.914 76.618 0.57 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:11718199696,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(44, 46, 45)\"},children:[\"I provide wellbeing coaching sessions on a \",/*#__PURE__*/_jsx(\"br\",{}),\"one-off or programme basis to help you achieve your health and wellness goals.\"]})}),className:\"framer-15qvg4\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gxqpnn\",\"data-framer-name\":\"Card/Practices\",name:\"Card/Practices\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oamtvd\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g6kyyn\",\"data-framer-name\":\"Frame 14\",name:\"Frame 14\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kfagsb\",\"data-framer-name\":\"Frame 17\",name:\"Frame 17\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lq1wx9\",\"data-framer-name\":\"Lifebuoy\",name:\"Lifebuoy\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i1odns-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(152, 166, 139))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Student\",id:\"bF1kvNHza\",layoutId:\"bF1kvNHza\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oxdyb4\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fm6j7v\",\"data-framer-name\":\"Frame 15\",name:\"Frame 15\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1n2sm0k\",\"data-styles-preset\":\"WSAkjrEoE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Education and Training\"})}),className:\"framer-qwam0c\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1b0a46p\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 78 9\"><g transform=\"translate(0.5 2.718)\" id=\"ss11718199696_1\"><path d=\"M 0 74.782 L 77 74.782 L 77 83.782 L 0 83.782 Z\" fill=\"transparent\"></path><path d=\"M 76.618 0.57 C 75.427 -0.082 43.031 -0.217 33.707 0.386 C 33.693 0.386 15.913 1.369 8.451 1.369 C 4.559 1.369 -2.147 1.824 1.311 3.398 C 1.871 3.656 14.107 3.656 17.817 3.398 C 26.623 2.795 43.325 2.144 57.297 1.984 C 65.432 1.885 70.877 1.701 75.427 1.394 C 76.688 1.308 77.248 0.914 76.618 0.57 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:11718199696,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(44, 46, 45)\"},children:\"I provide bespoke education and training for organisations. Please contact me with your specific requirements.\"})}),className:\"framer-1ssha73\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xeyr44\",style:{transformPerspective:1200},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f4i78q\",\"data-framer-name\":\"Highlight Sparkle 6\",layout:\"position\",name:\"Highlight Sparkle 6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 184 184\"><g transform=\"translate(0 0)\" id=\"ss10925488826_1\"><path d=\"M 46.757 183.65 L 0 46.757 L 136.893 0 L 183.65 136.893 Z\" fill=\"transparent\"></path><path d=\"M 85.521 75.791 C 102.446 53.323 107.515 46.999 107.14 45.9 C 106.875 45.126 104.124 46.657 102.329 48.589 C 92.609 59.002 73.361 85.719 74.556 87.22 C 75.546 88.519 77.355 86.628 85.521 75.791 Z\" fill=\"rgb(253, 211, 118)\"></path><path d=\"M 141.523 25.426 C 141.036 24.001 137.184 23.771 135.302 25.05 C 133.894 25.986 128.775 32.964 118.621 45.571 C 108.805 57.699 106.692 60.831 107.814 61.72 C 109.58 63.163 114.198 56.448 132.177 36.667 C 142.043 25.749 141.746 26.078 141.523 25.426 Z\" fill=\"rgb(253, 211, 118)\"></path><path d=\"M 96.877 73.095 C 76.27 96.365 81.193 92.274 64.554 109.188 C 49.712 124.306 47.504 125.697 40.042 125.017 C 31.682 124.236 31.024 125.506 36.528 131.901 C 38.944 134.713 39.7 135.865 39.997 137.264 C 40.673 140.443 40.642 145.41 39.857 147.906 C 37.413 155.925 46.091 149.914 46.712 149.338 C 49.943 146.416 54.327 146.738 61.77 150.425 C 66.686 152.837 72.637 151.623 70.099 148.717 C 64.65 142.484 63.042 134.712 69.854 122.974 C 75.39 113.489 84.012 99.996 92.07 89.241 C 103.833 73.492 104.76 71.948 102.997 70.913 C 101.794 70.187 98.347 71.41 96.877 73.095 Z M 62.163 124.418 C 56.064 136.914 59.061 142.892 59.067 143.709 C 52.842 142.789 53.725 142.714 46.841 144.657 L 47.121 142.015 C 47.731 136.214 43.645 130.107 43.631 130.066 L 47.019 130 C 53.467 129.844 57.966 127.307 62.697 121.19 C 63.708 119.89 64.638 118.753 64.761 118.712 C 64.909 118.615 63.745 121.196 62.163 124.418 Z\" fill=\"rgb(253, 211, 118)\"></path></g></svg>',svgContentId:10925488826,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nu8k7z\",\"data-framer-name\":\"Header / 36 /\",name:\"Header / 36 /\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1903nzj\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pmr6mr\",\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cbbymn\",\"data-framer-name\":\"Content\",name:\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1qmxw8g\",\"data-styles-preset\":\"U2B6PV93m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9f35dfde-956b-4cba-b8ba-19f65f20ee52, rgb(255, 255, 255))\"},children:[\"Schedule an \",/*#__PURE__*/_jsx(\"br\",{}),\"online consultation\"]})})},U0uuS_BL2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1qmxw8g\",\"data-styles-preset\":\"U2B6PV93m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9f35dfde-956b-4cba-b8ba-19f65f20ee52, rgb(255, 255, 255))\"},children:[\"Schedule an \",/*#__PURE__*/_jsx(\"br\",{}),\"online consultation\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1qmxw8g\",\"data-styles-preset\":\"U2B6PV93m\",style:{\"--framer-text-color\":\"var(--token-9f35dfde-956b-4cba-b8ba-19f65f20ee52, rgb(255, 255, 255))\"},children:[\"Schedule an \",/*#__PURE__*/_jsx(\"br\",{}),\"online consultation\"]})}),className:\"framer-z3by43\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9f35dfde-956b-4cba-b8ba-19f65f20ee52, rgb(255, 255, 255))\"},children:\"Start your journey towards a happier and healthier life by contacting me.\"})})},U0uuS_BL2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9f35dfde-956b-4cba-b8ba-19f65f20ee52, rgb(255, 255, 255))\"},children:\"Start your journey towards a happier and healthier life by contacting me.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-color\":\"var(--token-9f35dfde-956b-4cba-b8ba-19f65f20ee52, rgb(255, 255, 255))\"},children:\"Start your journey towards a happier and healthier life by contacting me.\"})}),className:\"framer-73fyxr\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13ilf3z\",\"data-framer-name\":\"Actions\",name:\"Actions\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i0vspb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsButton,{fSfJsaONZ:true,ghFATj9L8:\"Contact Dr Rachel\",height:\"100%\",id:\"FLEfj5fKY\",IR7Pp0O8_:\"rgb(255, 255, 255)\",layoutId:\"FLEfj5fKY\",OTrUeZs_O:\"#contact\",tbubkQbCV:\"House\",TnzIEJGBS:false,variant:\"yASdSKR6l\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t9470n\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:778,intrinsicWidth:680,pixelHeight:778,pixelWidth:680,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/BbCuit40ZMhzfSzCRMhD2J6jDtk.png\",srcSet:\"https://framerusercontent.com/images/BbCuit40ZMhzfSzCRMhD2J6jDtk.png 680w\"},transformTemplate:undefined},U0uuS_BL2:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:778,intrinsicWidth:680,pixelHeight:778,pixelWidth:680,positionX:\"center\",positionY:\"center\",sizes:\"66.9136vw\",src:\"https://framerusercontent.com/images/BbCuit40ZMhzfSzCRMhD2J6jDtk.png\",srcSet:\"https://framerusercontent.com/images/BbCuit40ZMhzfSzCRMhD2J6jDtk.png 680w\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:778,intrinsicWidth:680,loading:getLoadingLazyAtYPosition(3645),pixelHeight:778,pixelWidth:680,positionX:\"center\",positionY:\"center\",sizes:\"680.2186px\",src:\"https://framerusercontent.com/images/BbCuit40ZMhzfSzCRMhD2J6jDtk.png\",srcSet:\"https://framerusercontent.com/images/BbCuit40ZMhzfSzCRMhD2J6jDtk.png 680w\"},className:\"framer-49h413\",\"data-framer-name\":\"Placeholder / Image\",name:\"Placeholder / Image\",transformTemplate:transformTemplate1})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f3irt0\",\"data-framer-name\":\"Header / 19 /\",name:\"Header / 19 /\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ix08he\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vztn9\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nmwu87\",\"data-framer-name\":\"Column\",name:\"Column\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i5joau\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bnftx6\",\"data-framer-name\":\"Frame 23\",name:\"Frame 23\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-vd0dse\",\"data-styles-preset\":\"VVrxJa5u2\",style:{\"--framer-text-alignment\":\"center\"},children:\"Why Dr. Rachel?\"})}),className:\"framer-8fvlhi\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"left\"},children:\"I have been in the medical field for over 30 years, working as a GP and holding various roles that have sparked my interest in an holistic lifestyle approach. Throughout my career, I have witnessed many changes and developments in healthcare, and one thing that stands out is the need for a shift towards a more comprehensive approach to health.\"})}),className:\"framer-o8xj3k\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{background:{alt:\"Dr Rachel - Holistic Medicine\",fit:\"fill\",intrinsicHeight:680,intrinsicWidth:1020,pixelHeight:680,pixelWidth:1020,sizes:\"293px\",src:\"https://framerusercontent.com/images/QRecURpyGJKxZd4NsVfdyM6QvTo.jpg\",srcSet:\"https://framerusercontent.com/images/QRecURpyGJKxZd4NsVfdyM6QvTo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QRecURpyGJKxZd4NsVfdyM6QvTo.jpg 1020w\"}},U0uuS_BL2:{background:{alt:\"Dr Rachel - Holistic Medicine\",fit:\"fill\",intrinsicHeight:680,intrinsicWidth:1020,pixelHeight:680,pixelWidth:1020,sizes:\"379px\",src:\"https://framerusercontent.com/images/QRecURpyGJKxZd4NsVfdyM6QvTo.jpg\",srcSet:\"https://framerusercontent.com/images/QRecURpyGJKxZd4NsVfdyM6QvTo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QRecURpyGJKxZd4NsVfdyM6QvTo.jpg 1020w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Dr Rachel - Holistic Medicine\",fit:\"fill\",intrinsicHeight:680,intrinsicWidth:1020,pixelHeight:680,pixelWidth:1020,sizes:\"511px\",src:\"https://framerusercontent.com/images/QRecURpyGJKxZd4NsVfdyM6QvTo.jpg\",srcSet:\"https://framerusercontent.com/images/QRecURpyGJKxZd4NsVfdyM6QvTo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QRecURpyGJKxZd4NsVfdyM6QvTo.jpg 1020w\"},className:\"framer-1c3zn17\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"left\"},children:\"One area that I have delved into extensively is hormone balancing. I have seen first-hand the impact hormonal imbalances can have on overall health and wellbeing. By addressing these imbalances, we can help individuals regain their vitality and prevent the onset of chronic diseases.\"})}),className:\"framer-1iwhn51\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"left\"},children:\"Prevention is another key focus for me. I firmly believe that it is far better to prevent illness than to solely rely on prescriptions and medications. Many diseases, especially chronic ones, are linked to inflammatory processes within the body. Lifestyle and nutrition play a significant role in managing inflammation and preventing these diseases from occurring.\"})}),className:\"framer-1b7tzzq\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"left\"},children:\"A fascinating area of research that has caught my attention is the gut microbiome and its connection to inflammation. By understanding the intricacies of this complex ecosystem within our bodies, we can make informed choices about our dietary habits and optimise our gut health, thereby keeping inflammation at bay.\"})}),className:\"framer-1lex1g7\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"left\"},children:\"As we live longer lives, it is crucial to improve not only our life span but also our health span. I aim to educate and empower individuals to make choices that promote both physical and mental well-being. Through knowledge, guidance, and support, individuals can lead fulfilling lives with a reduced risk of chronic diseases and maintain their vitality as they age.\"})}),className:\"framer-rro9es\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"left\"},children:\"I am excited about the opportunities ahead to contribute to the field of healthcare by emphasising an holistic approach, hormone balancing, prevention-oriented care, and the profound impact of lifestyle and nutrition on our overall health. My experience and passion drive me to make a difference and improve the lives of my patients and the community as a whole.\"})}),className:\"framer-1ts1aoa\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-vd0dse\",\"data-styles-preset\":\"VVrxJa5u2\",style:{\"--framer-text-alignment\":\"center\"},children:\"Accreditations and Memberships\"})}),className:\"framer-115bb0\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vqhqum\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.cqc.org.uk/location/1-17196610185\",nodeId:\"yFcRz0ZlG\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Registered by the CQC\",fit:\"fit\",intrinsicHeight:158,intrinsicWidth:408,pixelHeight:158,pixelWidth:408,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/EHSJMp4nDBHqcSx8VDvbazpmgOs.png\"},className:\"framer-2t48kf framer-55w11m\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Member of the British Society of Lifestyle Medicine\",fit:\"fit\",intrinsicHeight:72,intrinsicWidth:300,pixelHeight:72,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/TTSo8Hud0R23Iwq4R9OLQH9H68.svg\"},className:\"framer-119m24t\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Member of the British Menopause Society\",fit:\"fit\",intrinsicHeight:252,intrinsicWidth:260,pixelHeight:252,pixelWidth:260,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YBauj311nMqdFxtsOP3vx84Wr4.png\"},className:\"framer-yzk394\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Member of Primary Care Womens Health Forum\",fit:\"fit\",intrinsicHeight:53,intrinsicWidth:300,pixelHeight:53,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vL7DK2VUaycE8xvArOc9OD8Y4Q.png\"},className:\"framer-f3k2rw\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{background:{alt:\"Certified Partner of The National Medical Weight Loss Programme\",fit:\"fit\",intrinsicHeight:300,intrinsicWidth:522,pixelHeight:300,pixelWidth:522,positionX:\"center\",positionY:\"center\",sizes:\"110px\",src:\"https://framerusercontent.com/images/GyJr1wW2ym8bL7gaKVDv06z8.png\",srcSet:\"https://framerusercontent.com/images/GyJr1wW2ym8bL7gaKVDv06z8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GyJr1wW2ym8bL7gaKVDv06z8.png 522w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Certified Partner of The National Medical Weight Loss Programme\",fit:\"fit\",intrinsicHeight:300,intrinsicWidth:522,pixelHeight:300,pixelWidth:522,positionX:\"center\",positionY:\"center\",sizes:\"182px\",src:\"https://framerusercontent.com/images/GyJr1wW2ym8bL7gaKVDv06z8.png\",srcSet:\"https://framerusercontent.com/images/GyJr1wW2ym8bL7gaKVDv06z8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GyJr1wW2ym8bL7gaKVDv06z8.png 522w\"},className:\"framer-1hodb3z\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Member of the British association for gender identity specialists\",fit:\"fit\",intrinsicHeight:100,intrinsicWidth:300,pixelHeight:100,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0Tb1k5qrje1FbuuJVYB56CD1a4.jpg\"},className:\"framer-61t8l\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Member of the British association for gender identity specialists\",fit:\"fit\",intrinsicHeight:424,intrinsicWidth:423,pixelHeight:424,pixelWidth:423,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Fa8J1Cblz3TGD5VeZKgKlP7k.png\"},className:\"framer-1yu0fnc\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Member of the British association for gender identity specialists\",fit:\"fit\",intrinsicHeight:81,intrinsicWidth:300,pixelHeight:81,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/e90D7n3opTjYVtrOaJflqCLhty8.png\"},className:\"framer-1aqf3ly\"})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kf8y8j\",\"data-framer-name\":\"Actions\",name:\"Actions\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17rgk3b-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ComponentsButton,{fSfJsaONZ:true,ghFATj9L8:\"Contact Dr Rachel\",height:\"100%\",id:\"g4emUNAZp\",IR7Pp0O8_:\"rgb(255, 255, 255)\",layoutId:\"g4emUNAZp\",OTrUeZs_O:\"#contact\",tbubkQbCV:\"House\",TnzIEJGBS:false,variant:\"yASdSKR6l\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19h3zrq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 134 87\"><path d=\"M 22.675 56.727 C 25.652 53.701 28.749 50.777 32.006 48.026 C 35.267 45.267 38.69 42.704 42.259 40.353 C 46.06 37.849 50.04 35.624 54.167 33.694 C 59.689 31.078 65.548 29.232 71.578 28.211 C 74.618 27.708 77.696 27.472 80.778 27.508 C 82.37 27.513 83.959 27.654 85.527 27.927 C 87.2 28.214 88.815 28.774 90.304 29.584 C 91.121 30.034 91.865 30.603 92.511 31.273 C 93.239 32.02 93.777 32.928 94.081 33.922 C 94.388 34.959 94.409 36.058 94.142 37.105 C 93.894 38.071 93.453 38.977 92.845 39.769 C 92.286 40.503 91.626 41.155 90.884 41.706 C 90.19 42.213 89.45 42.655 88.673 43.026 C 87.242 43.726 85.755 44.307 84.228 44.762 C 81.209 45.666 78.082 46.16 74.931 46.233 C 71.768 46.307 68.61 45.926 65.556 45.103 C 61.749 44.089 58.192 42.311 55.103 39.878 C 54.688 39.541 54.294 39.177 53.924 38.79 C 53.542 38.391 53.193 37.96 52.882 37.504 C 52.231 36.585 51.746 35.561 51.448 34.477 C 51.151 33.375 51.065 32.228 51.196 31.094 C 51.322 30.014 51.609 28.958 52.046 27.961 C 52.879 26.117 54.015 24.423 55.408 22.95 C 56.062 22.231 56.754 21.546 57.481 20.899 C 57.842 20.578 58.207 20.263 58.581 19.96 C 58.954 19.653 59.318 19.381 59.687 19.09 C 62.626 16.795 65.714 14.696 68.929 12.804 C 81.839 5.278 96.434 1.076 111.39 0.58 C 111.95 0.551 112.51 0.552 113.072 0.546 C 113.633 0.545 114.195 0.531 114.757 0.544 C 115.88 0.574 117.003 0.589 118.123 0.668 C 120.364 0.78 122.587 1.026 124.775 1.316 C 126.52 1.553 128.249 1.896 129.951 2.345 C 130.638 2.536 131.246 2.716 131.779 2.894 C 132.309 3.085 132.767 3.266 133.161 3.437 C 134.304 3.936 134.235 4.174 133.167 4.161 C 132.901 4.157 132.571 4.138 132.182 4.103 C 131.794 4.064 131.345 4.02 130.836 3.969 C 130.328 3.917 129.764 3.85 129.145 3.769 C 128.524 3.7 127.848 3.629 127.121 3.537 C 123.283 3.087 119.424 2.846 115.559 2.816 C 106.73 2.746 97.945 4.058 89.526 6.703 C 81.133 9.309 73.217 13.247 66.088 18.365 C 65.603 18.722 65.115 19.08 64.626 19.439 C 64.148 19.813 63.669 20.188 63.188 20.563 C 62.702 20.931 62.244 21.335 61.77 21.72 C 61.299 22.11 60.824 22.494 60.394 22.883 C 58.685 24.36 57.201 26.076 55.989 27.977 C 55.112 29.408 54.592 30.957 54.671 32.415 C 54.718 33.149 54.908 33.867 55.232 34.528 C 55.401 34.872 55.6 35.202 55.826 35.513 C 56.045 35.833 56.295 36.131 56.571 36.403 C 56.859 36.691 57.166 36.96 57.489 37.209 L 58.565 37.993 C 58.939 38.237 59.311 38.485 59.689 38.724 C 60.078 38.945 60.459 39.181 60.854 39.392 C 62.442 40.24 64.114 40.923 65.843 41.429 C 69.328 42.442 72.972 42.806 76.59 42.503 C 78.402 42.351 80.199 42.05 81.961 41.606 C 83.705 41.175 85.4 40.571 87.022 39.804 L 87.462 39.584 L 87.682 39.473 L 87.877 39.365 C 88.134 39.222 88.382 39.066 88.622 38.896 C 89.081 38.572 89.497 38.19 89.858 37.759 C 90.184 37.371 90.436 36.927 90.601 36.449 C 90.675 36.237 90.72 36.017 90.737 35.794 C 90.757 35.584 90.747 35.372 90.706 35.165 C 90.67 34.955 90.604 34.751 90.51 34.559 C 90.412 34.35 90.289 34.153 90.145 33.973 C 89.808 33.561 89.407 33.205 88.959 32.917 C 88.454 32.592 87.918 32.318 87.358 32.101 C 86.772 31.871 86.169 31.684 85.556 31.542 C 84.264 31.256 82.949 31.089 81.627 31.042 C 80.949 31.01 80.264 30.998 79.569 31 C 78.881 31.004 78.194 31.021 77.506 31.051 C 74.744 31.189 71.997 31.539 69.289 32.098 C 64.429 33.107 59.704 34.672 55.206 36.763 C 50.682 38.868 46.355 41.37 42.278 44.241 C 40.23 45.673 38.233 47.178 36.288 48.756 C 35.318 49.547 34.356 50.346 33.419 51.179 L 32.009 52.421 L 30.623 53.692 C 29.692 54.532 28.803 55.42 27.893 56.284 C 27.008 57.175 26.105 58.047 25.239 58.958 C 23.48 60.752 21.782 62.61 20.097 64.481 C 14.747 70.477 9.812 76.264 4.979 81.086 C 2.76 83.305 2.192 82.606 4.229 79.609 C 7.162 75.402 10.358 71.065 13.731 66.874 C 16.497 63.423 19.573 60.057 22.692 56.798 C 22.685 56.775 22.679 56.753 22.675 56.727 Z\" fill=\"rgb(253, 211, 118)\"></path><path d=\"M 29.18 69.794 C 26.653 70.586 24.192 71.572 21.819 72.743 C 21.197 73.071 20.569 73.394 19.949 73.733 C 19.34 74.093 18.735 74.462 18.143 74.845 C 15.608 76.554 13.186 78.473 10.778 80.444 L 7.171 83.433 C 5.968 84.432 4.768 85.449 3.535 86.422 L 3.517 86.436 C 3.093 86.77 2.552 86.924 2.015 86.862 C 1.477 86.801 0.986 86.529 0.649 86.107 C 0.439 85.839 0.298 85.525 0.24 85.19 C 0.182 84.855 0.209 84.511 0.317 84.189 L 1.751 80.018 C 3.27 75.514 4.794 71.007 6.35 66.501 C 7.908 61.995 9.497 57.491 11.212 53.01 C 11.75 51.66 12.361 50.341 13.042 49.058 C 13.67 47.83 14.412 47.171 15.116 46.875 C 16.145 46.447 16.594 47.511 16.073 49.35 C 15.72 50.56 15.295 51.748 14.8 52.908 C 12.627 58.265 10.803 63.756 9.339 69.345 C 8.927 70.89 8.555 72.518 7.958 73.958 C 6.413 77.691 5.246 81.576 3.982 85.421 L 1.107 83.426 C 1.835 82.83 2.571 82.245 3.326 81.685 C 6.296 79.463 9.167 77.063 12.239 74.872 C 14.986 72.884 17.882 71.11 20.904 69.567 C 23.942 68.054 27.108 66.807 30.364 65.841 C 31.01 65.652 31.652 65.481 32.286 65.334 C 32.926 65.207 33.558 65.106 34.184 65.03 C 35.393 64.876 36.617 64.871 37.828 65.014 C 38.368 65.08 38.664 65.309 38.692 65.598 C 38.719 65.881 38.487 66.252 37.952 66.525 C 37.185 66.865 36.387 67.165 35.591 67.48 C 34.798 67.801 33.992 68.098 33.187 68.382 C 32.535 68.637 31.862 68.853 31.183 69.059 L 30.673 69.213 L 30.171 69.384 C 29.837 69.5 29.503 69.616 29.17 69.731 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9111356045},U0uuS_BL2:{svgContentId:10372017067}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1trmnge\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 216 141\"><path d=\"M 36.55 91.937 C 41.35 87.032 46.341 82.294 51.593 77.836 C 56.848 73.364 62.366 69.211 68.119 65.399 C 74.247 61.341 80.662 57.735 87.313 54.608 C 96.215 50.367 105.66 47.377 115.38 45.722 C 120.28 44.905 125.242 44.524 130.21 44.582 C 132.776 44.591 135.337 44.818 137.864 45.261 C 140.562 45.726 143.164 46.633 145.565 47.947 C 146.881 48.676 148.081 49.598 149.123 50.684 C 150.295 51.894 151.163 53.366 151.653 54.978 C 152.148 56.657 152.181 58.439 151.752 60.136 C 151.352 61.701 150.641 63.169 149.66 64.453 C 148.76 65.643 147.696 66.7 146.5 67.592 C 145.381 68.415 144.188 69.131 142.935 69.732 C 140.629 70.866 138.232 71.807 135.77 72.546 C 130.904 74.01 125.864 74.811 120.784 74.929 C 115.685 75.049 110.595 74.432 105.672 73.098 C 99.536 71.455 93.802 68.573 88.823 64.63 C 88.153 64.083 87.518 63.494 86.922 62.867 C 86.306 62.22 85.744 61.522 85.243 60.782 C 84.194 59.293 83.412 57.633 82.932 55.877 C 82.452 54.091 82.314 52.231 82.524 50.394 C 82.728 48.643 83.19 46.932 83.895 45.316 C 85.238 42.327 87.07 39.582 89.314 37.194 C 90.369 36.029 91.485 34.92 92.656 33.871 C 93.238 33.351 93.826 32.84 94.429 32.349 C 95.03 31.851 95.617 31.41 96.212 30.938 C 100.95 27.22 105.927 23.817 111.11 20.751 C 131.92 8.553 155.446 1.744 179.554 0.94 C 180.456 0.893 181.36 0.894 182.265 0.886 C 183.17 0.884 184.075 0.861 184.981 0.882 C 186.791 0.93 188.602 0.954 190.407 1.082 C 194.019 1.265 197.603 1.663 201.13 2.132 C 203.943 2.516 206.73 3.074 209.474 3.801 C 210.581 4.11 211.561 4.401 212.42 4.691 C 213.275 5 214.013 5.294 214.647 5.571 C 216.49 6.379 216.379 6.764 214.658 6.743 C 214.228 6.737 213.696 6.706 213.069 6.65 C 212.444 6.587 211.721 6.514 210.9 6.432 C 210.081 6.348 209.172 6.24 208.174 6.109 C 207.173 5.997 206.083 5.881 204.911 5.733 C 198.725 5.003 192.504 4.613 186.275 4.565 C 172.043 4.45 157.882 6.576 144.311 10.864 C 130.781 15.086 118.022 21.468 106.53 29.764 C 105.748 30.342 104.962 30.922 104.174 31.505 C 103.403 32.111 102.63 32.718 101.855 33.326 C 101.072 33.923 100.333 34.577 99.57 35.201 C 98.811 35.833 98.045 36.457 97.351 37.087 C 94.596 39.479 92.204 42.26 90.251 45.342 C 88.838 47.661 87.999 50.172 88.127 52.535 C 88.202 53.724 88.509 54.887 89.03 55.959 C 89.303 56.517 89.624 57.052 89.988 57.556 C 90.342 58.074 90.744 58.556 91.189 58.998 C 91.654 59.465 92.148 59.901 92.668 60.304 L 94.404 61.575 C 95.007 61.97 95.606 62.373 96.215 62.759 C 96.842 63.118 97.456 63.5 98.094 63.842 C 100.653 65.217 103.348 66.324 106.135 67.144 C 111.753 68.785 117.626 69.375 123.458 68.884 C 126.38 68.637 129.276 68.151 132.117 67.43 C 134.927 66.731 137.66 65.753 140.275 64.51 L 140.984 64.153 L 141.338 63.974 L 141.653 63.798 C 142.067 63.567 142.467 63.314 142.853 63.039 C 143.594 62.514 144.264 61.894 144.845 61.195 C 145.371 60.567 145.778 59.848 146.044 59.073 C 146.162 58.73 146.235 58.373 146.262 58.01 C 146.295 57.67 146.279 57.327 146.213 56.992 C 146.155 56.651 146.049 56.32 145.896 56.01 C 145.738 55.671 145.541 55.352 145.309 55.059 C 144.765 54.392 144.119 53.815 143.396 53.348 C 142.583 52.821 141.719 52.378 140.816 52.026 C 139.871 51.653 138.9 51.35 137.911 51.12 C 135.829 50.657 133.709 50.385 131.578 50.309 C 130.485 50.258 129.38 50.239 128.261 50.242 C 127.152 50.248 126.044 50.276 124.935 50.324 C 120.483 50.548 116.055 51.115 111.69 52.02 C 103.856 53.656 96.239 56.193 88.989 59.582 C 81.696 62.993 74.721 67.049 68.149 71.7 C 64.849 74.022 61.63 76.461 58.494 79.018 C 56.931 80.3 55.38 81.596 53.87 82.945 L 51.596 84.958 L 49.362 87.019 C 47.862 88.38 46.429 89.819 44.962 91.218 C 43.536 92.663 42.08 94.076 40.683 95.552 C 37.848 98.461 35.111 101.472 32.395 104.503 C 23.772 114.221 15.816 123.6 8.026 131.415 C 4.448 135.011 3.533 133.879 6.817 129.021 C 11.545 122.203 16.696 115.174 22.133 108.382 C 26.593 102.789 31.55 97.333 36.578 92.053 C 36.567 92.014 36.558 91.979 36.55 91.937 Z\" fill=\"rgb(253, 211, 118)\"></path><path d=\"M 47.036 113.114 C 42.964 114.398 38.996 115.996 35.171 117.894 C 34.168 118.425 33.157 118.949 32.157 119.498 C 31.175 120.082 30.2 120.679 29.245 121.301 C 25.16 124.07 21.255 127.18 17.373 130.375 L 11.559 135.219 C 9.62 136.838 7.686 138.487 5.698 140.063 L 5.669 140.086 C 4.985 140.628 4.114 140.877 3.247 140.777 C 2.381 140.677 1.589 140.236 1.047 139.553 C 0.707 139.119 0.48 138.609 0.387 138.066 C 0.293 137.523 0.336 136.966 0.511 136.444 L 2.822 129.685 C 5.271 122.385 7.727 115.081 10.236 107.777 C 12.747 100.475 15.308 93.175 18.073 85.912 C 18.94 83.725 19.925 81.587 21.024 79.508 C 22.035 77.517 23.232 76.45 24.366 75.97 C 26.025 75.276 26.749 77.001 25.909 79.981 C 25.339 81.942 24.654 83.868 23.856 85.748 C 20.354 94.43 17.413 103.328 15.053 112.387 C 14.39 114.891 13.79 117.529 12.828 119.863 C 10.337 125.913 8.457 132.209 6.42 138.441 L 1.785 135.207 C 2.958 134.241 4.145 133.293 5.362 132.386 C 10.148 128.785 14.777 124.895 19.729 121.345 C 24.156 118.123 28.826 115.248 33.696 112.747 C 38.594 110.294 43.696 108.274 48.945 106.708 C 49.986 106.402 51.02 106.125 52.044 105.886 C 53.074 105.68 54.093 105.516 55.102 105.393 C 57.052 105.144 59.025 105.135 60.977 105.368 C 61.848 105.475 62.324 105.845 62.37 106.314 C 62.413 106.772 62.038 107.374 61.177 107.816 C 59.939 108.368 58.653 108.854 57.371 109.364 C 56.093 109.884 54.794 110.366 53.495 110.826 C 52.444 111.239 51.36 111.59 50.265 111.923 L 49.443 112.172 L 48.633 112.45 C 48.095 112.638 47.557 112.826 47.02 113.013 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:12838553483,withExternalLayout:true})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gj9m23\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13cr6hl\",\"data-framer-name\":\"Highlight 25\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:169,intrinsicWidth:257,name:\"Highlight 25\",svg:'<svg width=\"257\" height=\"169\" viewBox=\"-4 -4 257 169\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.2355 129.455C18.2355 129.455 29.0503 99.3067 44.6947 87.0644C65.4789 70.8 97.1128 95.9194 102.959 112.807C108.805 129.695 93.662 138.385 82.8034 141.495C71.9448 144.605 58.551 135.619 55.7435 119.919C52.9359 104.219 64.8904 66.8886 99.5214 54.4049C134.152 41.9213 158.549 52.8142 154.015 77.4397C152.355 86.4583 147.721 92.758 142.133 97.6891C136.544 102.62 121.49 105.13 116.396 91.0005C111.303 76.8705 128.907 41.3305 154.659 34.5289C177.724 28.4372 205.239 35.6374 211.508 53.0291C217.778 70.4208 201.345 76.3444 197.814 77.6173C194.283 78.8901 184.15 81.0064 177.646 68.9214C171.141 56.8363 163.004 13.4049 219.048 0.725252\" stroke=\"#749B97\" stroke-width=\"8\" stroke-linecap=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15ssrxm\",\"data-framer-name\":\"Blog / 37 /\",id:elementId4,name:\"Blog / 37 /\",ref:ref7,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nld0ul\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3x7a0q\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__animate:{transition:transition19},__framer__threshold:0,transformTemplate:undefined},U0uuS_BL2:{transformTemplate:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lus5fa\",\"data-framer-name\":\"Frame 26\",name:\"Frame 26\",style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16t2ahu\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-btvc4e\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U0uuS_BL2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-kvdfxj\",\"data-styles-preset\":\"Crj9URLgr\",children:[\"Blog \u2014 Exploring your health\",/*#__PURE__*/_jsx(\"br\",{}),\"and wellbeing\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-kvdfxj\",\"data-styles-preset\":\"Crj9URLgr\",children:\"Blog \u2014 Exploring your health and wellbeing\"})}),className:\"framer-5j90a4\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kHRTD5REg\"},implicitPathVariables:undefined},{href:{webPageId:\"kHRTD5REg\"},implicitPathVariables:undefined},{href:{webPageId:\"kHRTD5REg\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lfe1ke-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{OTrUeZs_O:resolvedLinks2[2],style:{width:\"100%\"}},U0uuS_BL2:{OTrUeZs_O:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ComponentsButton,{fSfJsaONZ:true,ghFATj9L8:\"View all\",height:\"100%\",id:\"aPVP64kIo\",IR7Pp0O8_:\"rgb(255, 255, 255)\",layoutId:\"aPVP64kIo\",OTrUeZs_O:resolvedLinks2[0],tbubkQbCV:\"House\",TnzIEJGBS:false,variant:\"XszlOzh_M\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__animate:{transition:transition14},__framer__threshold:0,transformTemplate:undefined},U0uuS_BL2:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16cckmw\",style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"bWE3Pl8n3\",data:BlogCollection,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"bWE3Pl8n3\",name:\"hICkn6OPr\",type:\"Identifier\"},{collection:\"bWE3Pl8n3\",name:\"F5UNeEgl_\",type:\"Identifier\"},{collection:\"bWE3Pl8n3\",name:\"lBarKnO_U\",type:\"Identifier\"},{collection:\"bWE3Pl8n3\",name:\"feI0bYbu8\",type:\"Identifier\"},{collection:\"bWE3Pl8n3\",name:\"UZGBveD5W\",type:\"Identifier\"},{collection:\"bWE3Pl8n3\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"hICkn6OPr\":hICkn6OPrbWE3Pl8n3,\"F5UNeEgl_\":F5UNeEgl_bWE3Pl8n3,\"lBarKnO_U\":lBarKnO_UbWE3Pl8n3,\"feI0bYbu8\":feI0bYbu8bWE3Pl8n3,\"UZGBveD5W\":UZGBveD5WbWE3Pl8n3,\"id\":idbWE3Pl8n3},i)=>{F5UNeEgl_bWE3Pl8n3!==null&&F5UNeEgl_bWE3Pl8n3!==void 0?F5UNeEgl_bWE3Pl8n3:F5UNeEgl_bWE3Pl8n3=\"\";lBarKnO_UbWE3Pl8n3!==null&&lBarKnO_UbWE3Pl8n3!==void 0?lBarKnO_UbWE3Pl8n3:lBarKnO_UbWE3Pl8n3=\"\";feI0bYbu8bWE3Pl8n3!==null&&feI0bYbu8bWE3Pl8n3!==void 0?feI0bYbu8bWE3Pl8n3:feI0bYbu8bWE3Pl8n3=\"\";UZGBveD5WbWE3Pl8n3!==null&&UZGBveD5WbWE3Pl8n3!==void 0?UZGBveD5WbWE3Pl8n3:UZGBveD5WbWE3Pl8n3=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`bWE3Pl8n3-${idbWE3Pl8n3}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{feI0bYbu8:feI0bYbu8bWE3Pl8n3},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-19cktp3\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:lBarKnO_UbWE3Pl8n3,implicitPathVariables:{feI0bYbu8:feI0bYbu8bWE3Pl8n3}},{href:lBarKnO_UbWE3Pl8n3,implicitPathVariables:{feI0bYbu8:feI0bYbu8bWE3Pl8n3}},{href:lBarKnO_UbWE3Pl8n3,implicitPathVariables:{feI0bYbu8:feI0bYbu8bWE3Pl8n3}}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3z6086-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{c8Y0cznl1:resolvedLinks3[2],variant:\"lhbHbyWTx\"},U0uuS_BL2:{c8Y0cznl1:resolvedLinks3[1],variant:\"lhbHbyWTx\"}},children:/*#__PURE__*/_jsx(ComponentsBlog,{c8Y0cznl1:resolvedLinks3[0],fzXTWsrfJ:toResponsiveImage(hICkn6OPrbWE3Pl8n3),height:\"100%\",id:\"aXCp9O9Xj\",kmNReX92a:F5UNeEgl_bWE3Pl8n3,layoutId:\"aXCp9O9Xj\",QGcY9wvVJ:UZGBveD5WbWE3Pl8n3,style:{width:\"100%\"},variant:\"SlwFThLrC\",width:\"100%\"})})})})})})})},idbWE3Pl8n3);})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xdgb1p\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fz7z3o\",\"data-framer-name\":\"Highlight Summary Line Medium\",layout:\"position\",name:\"Highlight Summary Line Medium\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 164 164\"><path d=\"M 80.959 2.844 C 79.358 5.279 77.408 72.568 78.364 91.971 C 78.363 92.001 79.795 128.991 79.419 144.492 C 79.224 152.577 79.962 166.534 83.859 159.441 C 84.498 158.292 85.113 132.874 84.689 125.153 C 83.707 106.825 83.006 72.093 83.331 43.059 C 83.508 26.157 83.345 14.833 82.847 5.364 C 82.707 2.741 81.805 1.555 80.959 2.844 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:10883154606,withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lt7uq0\",\"data-framer-name\":\"Blog / 37 /\",id:elementId5,name:\"Blog / 37 /\",ref:ref5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nvewfw\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l6dj4b\",\"data-framer-name\":\"Contact / 1 /\",name:\"Contact / 1 /\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wd90dr\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__animate:{transition:transition14}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wi2n88\",\"data-framer-name\":\"Content\",name:\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-kvdfxj\",\"data-styles-preset\":\"Crj9URLgr\",style:{\"--framer-text-alignment\":\"center\"},children:\"Get in touch\"})}),className:\"framer-n2720l\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Start your journey towards a happier and healthier life by contacting Dr Rachel - \",/*#__PURE__*/_jsx(\"br\",{}),\"I am here to help.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ea9g0q\",\"data-styles-preset\":\"evBJ4kB3B\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Start your journey towards a happier and healthier life \",/*#__PURE__*/_jsx(\"br\",{}),\"by contacting Dr Rachel - I am here to help.\"]})}),className:\"framer-149qzod\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d2fll0 hidden-11ardyt hidden-lnxpt4\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-3cqk26\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 68 71\"><path d=\"M 21.62 36.486 L 22.923 37.215 L 24.176 38.028 L 24.488 38.233 L 24.787 38.457 L 25.385 38.906 C 25.583 39.057 25.785 39.204 25.979 39.359 L 26.545 39.849 C 27.302 40.5 28.022 41.192 28.701 41.923 L 29.678 43.056 C 29.998 43.438 30.28 43.849 30.581 44.245 C 31.735 45.855 32.714 47.584 33.5 49.402 C 34.261 51.218 34.838 53.106 35.221 55.038 C 35.309 55.551 35.415 56.062 35.481 56.578 L 35.654 58.132 L 35.73 59.694 C 35.756 60.215 35.722 60.738 35.721 61.259 C 35.653 63.347 35.355 65.421 34.834 67.444 L 34.426 68.867 C 34.309 69.276 34.047 69.629 33.691 69.861 C 33.334 70.093 32.905 70.188 32.484 70.128 C 32.063 70.069 31.677 69.86 31.398 69.539 C 31.118 69.218 30.964 68.807 30.964 68.381 L 30.965 68.299 C 30.969 63.705 30.959 58.969 31.842 54.211 C 32.276 51.803 32.986 49.452 33.957 47.207 C 34.95 44.899 36.311 42.767 37.987 40.896 C 39.706 39.042 41.726 37.492 43.961 36.311 C 46.131 35.178 48.413 34.276 50.77 33.62 C 51.929 33.289 53.091 33.006 54.257 32.756 C 55.426 32.509 56.623 32.291 57.86 32.156 C 59.124 32.006 60.399 31.969 61.67 32.043 C 63.003 32.121 64.321 32.371 65.59 32.784 C 66.009 32.921 66.375 33.183 66.639 33.535 C 66.903 33.887 67.051 34.313 67.064 34.752 C 67.078 35.192 66.955 35.626 66.713 35.993 C 66.471 36.361 66.121 36.644 65.711 36.806 L 65.665 36.823 C 63.666 37.568 61.552 37.956 59.419 37.972 C 57.156 37.986 54.895 37.806 52.662 37.435 C 50.449 37.128 48.257 36.679 46.1 36.091 C 44.986 35.782 43.892 35.406 42.823 34.964 C 41.722 34.517 40.66 33.981 39.648 33.36 C 38.609 32.726 37.635 31.993 36.737 31.171 C 35.845 30.345 35.037 29.431 34.325 28.445 C 32.973 26.538 31.874 24.462 31.058 22.271 C 29.454 18.061 28.463 13.643 28.116 9.151 C 28.075 8.591 28.04 8.03 28.021 7.469 C 28.008 7.188 27.999 6.908 27.996 6.627 C 27.991 6.344 27.981 6.081 27.987 5.737 C 27.987 4.98 28.099 4.228 28.319 3.504 C 28.47 3.026 28.695 2.574 28.987 2.166 C 29.335 1.683 29.785 1.284 30.306 0.995 L 30.328 0.983 C 30.582 0.844 30.862 0.756 31.15 0.726 C 31.439 0.695 31.73 0.721 32.008 0.803 C 32.286 0.885 32.546 1.021 32.772 1.203 C 32.997 1.385 33.185 1.609 33.324 1.864 C 33.473 2.14 33.563 2.444 33.587 2.756 C 34.239 11.705 31.929 20.62 27.014 28.127 C 25.869 29.871 24.513 31.466 22.975 32.876 C 22.188 33.588 21.345 34.235 20.453 34.811 C 19.558 35.39 18.611 35.884 17.625 36.288 C 16.061 36.952 14.366 37.254 12.669 37.172 C 11.58 37.132 10.518 36.831 9.57 36.293 C 8.551 35.644 8.753 35.196 9.64 34.987 C 10.092 34.857 10.722 34.777 11.514 34.626 C 12.471 34.447 13.416 34.206 14.342 33.906 C 15.763 33.425 17.107 32.74 18.33 31.872 C 19.604 30.96 20.767 29.904 21.797 28.724 C 23.283 26.999 24.559 25.103 25.598 23.076 C 26.675 21.042 27.549 18.906 28.209 16.701 C 29.538 12.29 30.014 7.665 29.611 3.076 L 32.237 4.486 C 32.237 4.487 32.241 4.493 32.237 4.486 L 32.227 4.472 C 32.229 4.475 32.231 4.478 32.233 4.48 C 32.239 4.487 32.244 4.492 32.241 4.489 L 32.241 4.494 C 32.226 4.515 32.214 4.539 32.203 4.563 C 32.135 4.724 32.091 4.895 32.072 5.069 C 32.038 5.343 32.024 5.618 32.031 5.894 L 32.07 6.938 C 32.142 8.357 32.292 9.77 32.498 11.174 C 32.921 13.977 33.627 16.729 34.607 19.389 C 35.284 21.278 36.167 23.087 37.24 24.783 C 37.752 25.58 38.327 26.335 38.958 27.042 C 39.262 27.382 39.582 27.707 39.919 28.015 C 40.088 28.166 40.247 28.327 40.421 28.471 L 40.943 28.904 C 42.509 30.104 44.263 31.035 46.135 31.657 C 48.114 32.327 50.147 32.829 52.21 33.159 C 54.278 33.543 56.37 33.783 58.472 33.877 C 60.423 33.971 62.375 33.688 64.219 33.043 L 64.285 36.616 C 62.459 35.995 60.397 35.893 58.279 36.106 C 57.219 36.206 56.144 36.382 55.057 36.591 C 53.968 36.804 52.887 37.043 51.825 37.318 C 49.548 37.879 47.351 38.725 45.286 39.837 C 43.28 40.913 41.5 42.367 40.044 44.118 C 38.601 45.916 37.462 47.938 36.67 50.103 C 35.854 52.319 35.284 54.619 34.971 56.961 C 34.444 60.648 34.388 64.457 34.339 68.318 L 31.223 67.806 C 33.299 61.686 32.574 54.632 29.467 48.895 C 29.264 48.542 29.084 48.173 28.863 47.831 L 28.198 46.803 C 27.973 46.464 27.714 46.149 27.473 45.82 C 27.349 45.659 27.234 45.489 27.102 45.334 L 26.701 44.874 C 26.169 44.257 25.606 43.667 25.014 43.107 C 24.394 42.577 23.793 42.022 23.12 41.553 C 22.798 41.3 22.463 41.064 22.117 40.846 C 21.77 40.627 21.432 40.395 21.079 40.186 L 20.001 39.59 C 19.644 39.386 19.26 39.233 18.892 39.052 C 17.397 38.356 15.834 37.818 14.228 37.446 C 10.401 36.547 6.427 36.47 2.568 37.219 L 2.528 35.688 C 4.839 36.391 7.264 36.637 9.669 36.412 C 11.034 36.284 11.727 36.247 11.721 36.541 C 11.712 36.67 11.532 36.895 11.143 37.151 C 10.907 37.306 10.661 37.444 10.405 37.564 C 10.255 37.636 10.092 37.71 9.914 37.779 C 9.825 37.813 9.734 37.852 9.637 37.883 C 9.54 37.911 9.439 37.939 9.335 37.967 C 6.923 38.6 4.404 38.709 1.946 38.287 C 1.539 38.215 1.168 38.01 0.891 37.703 C 0.615 37.396 0.449 37.006 0.42 36.594 C 0.391 36.182 0.501 35.772 0.732 35.43 C 0.963 35.087 1.302 34.832 1.695 34.705 L 1.85 34.655 C 4.292 33.877 6.84 33.482 9.402 33.484 C 11.507 33.478 13.603 33.746 15.638 34.282 C 17.687 34.812 19.672 35.564 21.558 36.524 C 21.578 36.511 21.597 36.498 21.62 36.486 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9458764355,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1srq0y6\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 49\"><path d=\"M 19.123 29.354 C 20.836 31.408 22.218 33.717 23.217 36.197 C 23.34 36.508 23.472 36.814 23.585 37.128 L 23.886 38.085 C 23.981 38.405 24.093 38.72 24.173 39.044 L 24.394 40.024 C 24.461 40.351 24.552 40.673 24.598 41.005 L 24.734 42.001 L 24.8 42.498 C 24.823 42.662 24.846 42.828 24.857 43.01 C 24.884 43.368 24.898 43.738 24.889 44.123 C 24.879 44.814 24.767 45.501 24.555 46.159 C 24.423 46.543 24.247 46.91 24.03 47.253 C 23.788 47.618 23.495 47.947 23.16 48.228 L 23.136 48.248 C 22.858 48.481 22.517 48.625 22.156 48.66 C 21.795 48.696 21.433 48.621 21.115 48.447 C 20.797 48.272 20.54 48.005 20.377 47.682 C 20.213 47.358 20.152 46.993 20.2 46.634 C 20.425 44.97 20.744 43.32 21.156 41.692 C 21.826 38.97 22.864 36.353 24.242 33.912 C 25.654 31.416 27.499 29.192 29.691 27.344 C 31.935 25.489 34.527 24.102 37.315 23.264 C 40.179 22.412 43.206 22.27 46.137 22.849 C 46.568 22.938 46.96 23.158 47.26 23.48 C 47.559 23.801 47.752 24.208 47.81 24.643 C 47.869 25.079 47.791 25.522 47.587 25.911 C 47.383 26.301 47.063 26.617 46.671 26.816 L 46.633 26.836 C 45.679 27.307 44.657 27.625 43.604 27.779 C 42.636 27.915 41.657 27.954 40.681 27.895 C 39.746 27.849 38.855 27.738 37.999 27.615 C 37.145 27.49 36.33 27.368 35.445 27.206 C 34.173 26.992 32.928 26.64 31.732 26.156 C 31.077 25.881 30.451 25.542 29.863 25.145 C 29.262 24.735 28.708 24.261 28.209 23.732 C 27.284 22.718 26.527 21.561 25.97 20.306 C 25.453 19.147 25.047 17.942 24.758 16.706 C 23.591 11.917 23.69 6.907 25.044 2.168 L 25.046 2.161 C 25.165 1.748 25.401 1.379 25.727 1.099 C 26.053 0.819 26.453 0.64 26.88 0.585 C 27.306 0.529 27.739 0.6 28.125 0.787 C 28.512 0.975 28.835 1.272 29.055 1.641 C 29.745 2.84 30.119 4.194 30.14 5.577 C 30.163 6.79 30.013 7.999 29.695 9.169 C 29.554 9.734 29.372 10.256 29.198 10.783 C 29.004 11.304 28.815 11.827 28.585 12.332 C 28.146 13.349 27.631 14.332 27.044 15.271 C 24.713 19.068 21.333 22.108 17.312 24.027 C 14.755 25.226 11.977 25.885 9.153 25.962 C 8.045 26.001 6.939 25.849 5.882 25.513 C 5.668 25.441 5.468 25.367 5.281 25.289 C 5.095 25.204 4.922 25.116 4.762 25.027 C 4.469 24.87 4.197 24.679 3.952 24.456 C 3.306 23.874 3.429 23.406 4.07 23.099 C 4.714 22.8 5.877 22.642 7.458 22.483 L 8.215 22.401 L 8.981 22.299 C 9.494 22.221 10.014 22.155 10.531 22.058 C 11.564 21.876 12.585 21.632 13.589 21.327 C 15.526 20.725 17.345 19.792 18.965 18.571 C 22.239 16.11 24.617 12.645 25.736 8.704 C 26.003 7.807 26.139 6.875 26.138 5.938 C 26.15 5.165 25.943 4.405 25.54 3.745 L 28.984 3.292 C 28.633 4.686 28.414 6.11 28.329 7.545 C 28.165 10.194 28.526 12.919 28.982 15.422 C 29.298 17.206 29.852 18.895 30.751 20.193 C 31.175 20.817 31.712 21.357 32.334 21.783 C 33.013 22.215 33.752 22.542 34.527 22.756 C 35.411 23 36.309 23.191 37.217 23.327 C 38.183 23.483 39.145 23.64 40.05 23.733 C 41.871 23.929 43.549 23.854 44.831 23.226 L 45.274 26.791 L 44.639 26.67 L 44.321 26.607 L 43.999 26.569 L 43.354 26.491 L 42.702 26.458 C 41.221 26.402 39.74 26.576 38.312 26.973 C 36.859 27.381 35.465 27.978 34.166 28.749 C 32.86 29.521 31.654 30.452 30.576 31.521 C 29.488 32.606 28.521 33.806 27.694 35.1 C 25.421 38.612 24.08 42.771 23.523 47.021 L 21.009 45.666 C 21.159 45.539 21.272 45.375 21.337 45.19 C 21.442 44.902 21.501 44.6 21.514 44.293 C 21.534 43.913 21.524 43.531 21.484 43.152 L 21.303 41.885 C 21.241 41.461 21.155 41.041 21.046 40.628 L 20.902 40.001 C 20.859 39.791 20.776 39.591 20.716 39.385 C 20.579 38.977 20.463 38.563 20.313 38.159 L 19.819 36.964 C 19.104 35.384 18.214 33.889 17.167 32.506 C 16.095 31.133 14.881 29.876 13.547 28.756 C 11.861 27.378 10.027 26.194 8.077 25.224 C 7.96 25.163 7.845 25.096 7.727 25.038 L 7.368 24.88 L 6.653 24.557 C 6.184 24.318 5.695 24.16 5.217 23.968 L 4.499 23.681 C 4.264 23.597 4.031 23.52 3.797 23.461 C 3.334 23.317 2.839 23.315 2.375 23.455 C 2.261 23.498 2.158 23.552 2.076 23.589 C 2.075 23.589 2.073 23.59 2.072 23.592 C 2.071 23.593 2.07 23.595 2.069 23.596 L 2.06 23.623 C 2.029 23.718 2.035 23.822 2.078 23.913 C 2.116 23.996 2.172 24.071 2.24 24.132 C 2.363 24.242 2.518 24.312 2.682 24.331 C 2.76 24.342 2.839 24.336 2.914 24.313 C 2.981 24.3 3.047 24.283 3.112 24.26 C 3.221 24.219 3.3 24.193 3.346 24.222 C 3.389 24.249 3.402 24.335 3.338 24.481 C 3.291 24.57 3.228 24.65 3.153 24.718 C 3.062 24.826 2.945 24.908 2.812 24.955 C 2.494 25.084 2.14 25.095 1.814 24.987 C 1.573 24.907 1.357 24.767 1.187 24.578 C 1.064 24.442 0.968 24.284 0.902 24.113 C 0.826 23.91 0.791 23.695 0.801 23.478 C 0.807 23.314 0.86 23.155 0.954 23.021 L 1.191 22.682 C 1.314 22.504 1.46 22.342 1.623 22.199 C 1.714 22.119 1.81 22.047 1.912 21.981 C 2.02 21.92 2.133 21.867 2.248 21.822 C 2.794 21.614 3.375 21.514 3.959 21.525 C 4.416 21.527 4.871 21.567 5.321 21.645 L 6.557 21.842 L 6.869 21.895 L 7.173 21.972 L 7.785 22.13 C 9.435 22.559 11.027 23.181 12.53 23.985 C 15.013 25.374 17.225 27.201 19.058 29.377 C 19.079 29.369 19.099 29.362 19.123 29.354 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:10385140674,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rbarst\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 73\"><path d=\"M 19.782 37.83 C 23.067 39.481 26.352 41.478 29.109 44.241 C 30.466 45.625 31.66 47.162 32.664 48.82 C 33.642 50.452 34.472 52.167 35.145 53.946 C 36.541 57.686 37.298 61.554 37.886 65.344 C 38.04 66.285 38.179 67.225 38.31 68.162 L 38.686 70.967 L 35.258 71.394 C 34.708 66.981 34.278 62.447 34.655 57.847 C 35.014 53.267 36.218 48.601 38.66 44.513 C 39.272 43.486 39.962 42.506 40.723 41.582 C 41.485 40.641 42.333 39.773 43.254 38.987 C 43.479 38.78 43.723 38.601 43.961 38.414 C 44.203 38.232 44.436 38.034 44.687 37.866 C 45.187 37.527 45.682 37.178 46.206 36.883 C 47.232 36.272 48.302 35.737 49.407 35.283 C 50.492 34.835 51.601 34.447 52.729 34.121 C 53.846 33.809 54.968 33.52 56.086 33.294 C 58.326 32.819 60.551 32.498 62.745 32.183 L 62.961 36.341 L 61.006 36.299 C 58.882 36.259 56.738 36.145 54.578 35.971 C 52.367 35.812 50.17 35.487 48.008 34.999 C 45.728 34.49 43.543 33.622 41.535 32.428 C 40.498 31.788 39.539 31.028 38.677 30.165 C 37.82 29.297 37.073 28.326 36.455 27.274 C 35.233 25.219 34.484 23.069 33.844 21.001 C 33.197 18.92 32.659 16.807 32.23 14.67 C 31.791 12.537 31.478 10.38 31.291 8.211 C 31.202 7.126 31.132 6.041 31.098 4.954 L 31.073 4.139 C 31.067 3.867 31.073 3.595 31.051 3.324 C 31.019 2.781 31.013 2.238 30.993 1.694 L 34.679 1.869 C 34.369 5.835 34.038 9.869 33.273 13.923 C 33.169 14.429 33.074 14.937 32.961 15.441 L 32.583 16.953 L 32.151 18.458 L 31.66 19.954 C 30.964 21.963 30.075 23.899 29.007 25.737 C 26.94 29.211 24.106 32.166 20.721 34.376 C 19.413 35.256 17.981 35.937 16.473 36.398 C 15.922 36.556 15.36 36.669 14.791 36.738 C 14.537 36.765 14.299 36.783 14.074 36.791 L 13.909 36.796 L 13.775 36.78 C 13.681 36.767 13.59 36.754 13.502 36.742 C 12.418 36.584 11.816 36.395 12.651 35.574 C 12.772 35.46 12.9 35.353 13.034 35.255 C 13.104 35.201 13.203 35.139 13.266 35.087 C 13.325 35.038 13.386 34.987 13.45 34.934 C 13.706 34.722 14.014 34.515 14.355 34.27 C 14.693 34.019 15.086 33.78 15.498 33.485 C 15.708 33.346 15.926 33.2 16.154 33.048 C 16.378 32.889 16.612 32.728 16.857 32.565 C 18.122 31.697 19.33 30.747 20.472 29.721 C 21.638 28.69 22.722 27.57 23.716 26.372 C 25.071 24.72 26.209 22.902 27.105 20.962 C 28.009 18.981 28.729 16.921 29.255 14.807 C 30.384 10.547 30.894 6.066 31.373 1.55 L 31.373 1.548 C 31.413 1.173 31.594 0.829 31.88 0.584 C 32.166 0.339 32.535 0.213 32.91 0.231 C 33.286 0.249 33.641 0.41 33.902 0.681 C 34.163 0.952 34.31 1.313 34.314 1.689 C 34.32 2.422 34.296 3.156 34.347 3.888 C 34.394 4.62 34.449 5.351 34.523 6.08 C 34.665 7.538 34.875 8.988 35.115 10.43 C 35.591 13.313 36.287 16.154 37.199 18.93 C 37.782 20.828 38.54 22.668 39.462 24.427 C 39.896 25.222 40.407 25.971 40.989 26.666 C 41.556 27.318 42.185 27.914 42.866 28.447 C 43.505 28.925 44.184 29.348 44.895 29.712 C 45.638 30.078 46.406 30.393 47.192 30.655 C 48.837 31.181 50.528 31.551 52.242 31.761 C 55.753 32.218 59.402 32.284 63.072 32.42 L 63.094 32.421 C 63.554 32.438 63.99 32.627 64.317 32.951 C 64.644 33.274 64.837 33.709 64.858 34.169 C 64.879 34.628 64.727 35.079 64.432 35.432 C 64.136 35.784 63.719 36.013 63.262 36.072 C 60.476 36.434 57.734 36.812 55.099 37.426 C 52.475 38.053 49.934 38.875 47.69 40.165 C 46.733 40.712 45.83 41.347 44.991 42.063 C 44.158 42.794 43.394 43.602 42.711 44.475 C 41.346 46.281 40.273 48.289 39.531 50.428 C 38.772 52.597 38.282 54.852 38.073 57.141 C 37.855 59.468 37.807 61.808 37.928 64.141 C 38.026 66.413 38.257 68.699 38.525 70.993 L 38.527 71.008 C 38.575 71.419 38.458 71.833 38.201 72.158 C 37.945 72.483 37.57 72.693 37.158 72.742 C 36.747 72.791 36.333 72.676 36.007 72.42 C 35.681 72.165 35.47 71.79 35.42 71.379 C 34.97 67.695 34.495 64.043 33.643 60.522 C 33.243 58.77 32.732 57.045 32.112 55.358 C 31.494 53.7 30.721 52.105 29.804 50.592 C 29.564 50.226 29.34 49.847 29.087 49.491 L 28.304 48.439 C 27.754 47.763 27.169 47.115 26.551 46.5 C 25.272 45.274 23.87 44.184 22.369 43.245 C 21.612 42.764 20.833 42.312 20.036 41.88 C 19.638 41.664 19.236 41.454 18.83 41.248 L 18.219 40.942 L 17.913 40.792 L 17.623 40.662 C 17.245 40.48 16.829 40.333 16.425 40.173 C 16.005 40.036 15.595 39.881 15.164 39.763 C 14.315 39.499 13.438 39.299 12.562 39.109 C 10.864 38.755 9.14 38.532 7.407 38.443 C 5.727 38.361 4.07 38.459 2.692 38.937 L 2.296 37.361 L 2.295 37.257 L 2.297 37.257 L 2.306 37.257 L 2.319 37.257 L 2.345 37.257 L 2.397 37.258 C 2.431 37.258 2.465 37.259 2.514 37.257 L 2.782 37.248 L 3.327 37.225 C 3.693 37.209 4.056 37.193 4.418 37.176 C 5.144 37.148 5.861 37.119 6.569 37.091 C 7.988 37.04 9.373 37.009 10.726 36.98 C 11.186 36.963 11.647 36.981 12.105 37.034 C 12.283 37.048 12.389 37.102 12.552 37.101 C 12.659 37.098 12.764 37.128 12.853 37.186 L 13.122 36.873 C 13.084 37.016 13.031 37.079 13.056 37.092 C 13.073 37.105 13.167 37.064 13.252 36.927 C 13.262 36.911 13.269 36.892 13.271 36.873 C 13.273 36.854 13.271 36.834 13.265 36.816 C 13.259 36.797 13.249 36.781 13.236 36.766 C 13.222 36.752 13.206 36.742 13.188 36.734 C 13.17 36.727 13.15 36.725 13.131 36.726 C 13.111 36.727 13.093 36.733 13.076 36.742 C 13.059 36.752 13.044 36.765 13.033 36.781 C 13.022 36.797 13.014 36.815 13.011 36.834 L 12.927 37.307 C 12.911 37.394 12.793 37.528 12.574 37.676 C 12.422 37.8 12.256 37.907 12.08 37.993 C 11.538 38.259 10.965 38.458 10.375 38.588 C 9.097 38.882 7.81 39.142 6.504 39.389 C 5.852 39.512 5.194 39.631 4.533 39.745 L 3.531 39.91 L 3.016 39.989 L 2.748 40.027 C 2.648 40.041 2.497 40.054 2.374 40.065 C 1.93 40.103 1.488 39.985 1.123 39.731 C 0.758 39.477 0.493 39.104 0.374 38.675 C 0.255 38.246 0.29 37.79 0.473 37.384 C 0.655 36.979 0.974 36.65 1.373 36.455 L 1.501 36.393 C 2.53 35.914 3.624 35.587 4.747 35.422 C 5.267 35.359 5.798 35.277 6.308 35.259 C 6.565 35.245 6.825 35.224 7.08 35.217 L 7.842 35.211 C 9.863 35.231 11.877 35.466 13.848 35.913 C 14.845 36.128 15.829 36.392 16.799 36.706 L 17.535 36.951 L 18.273 37.233 C 18.518 37.32 18.769 37.438 19.018 37.546 L 19.39 37.712 L 19.723 37.872 C 19.742 37.857 19.76 37.844 19.782 37.83 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9864109993,withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sb7nsz hidden-zfahul hidden-lnxpt4\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1c33j04\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 65 73\"><path d=\"M 19.782 37.83 C 23.067 39.481 26.352 41.478 29.109 44.241 C 30.466 45.625 31.66 47.162 32.664 48.82 C 33.642 50.452 34.472 52.167 35.145 53.946 C 36.541 57.686 37.298 61.554 37.886 65.344 C 38.04 66.285 38.179 67.225 38.31 68.162 L 38.686 70.967 L 35.258 71.394 C 34.708 66.981 34.278 62.447 34.655 57.847 C 35.014 53.267 36.218 48.601 38.66 44.513 C 39.272 43.486 39.962 42.506 40.723 41.582 C 41.485 40.641 42.333 39.773 43.254 38.987 C 43.479 38.78 43.723 38.601 43.961 38.414 C 44.203 38.232 44.436 38.034 44.687 37.866 C 45.187 37.527 45.682 37.178 46.206 36.883 C 47.232 36.272 48.302 35.737 49.407 35.283 C 50.492 34.835 51.601 34.447 52.729 34.121 C 53.846 33.809 54.968 33.52 56.086 33.294 C 58.326 32.819 60.551 32.498 62.745 32.183 L 62.961 36.341 L 61.006 36.299 C 58.882 36.259 56.738 36.145 54.578 35.971 C 52.367 35.812 50.17 35.487 48.008 34.999 C 45.728 34.49 43.543 33.622 41.535 32.428 C 40.498 31.788 39.539 31.028 38.677 30.165 C 37.82 29.297 37.073 28.326 36.455 27.274 C 35.233 25.219 34.484 23.069 33.844 21.001 C 33.197 18.92 32.659 16.807 32.23 14.67 C 31.791 12.537 31.478 10.38 31.291 8.211 C 31.202 7.126 31.132 6.041 31.098 4.954 L 31.073 4.139 C 31.067 3.867 31.073 3.595 31.051 3.324 C 31.019 2.781 31.013 2.238 30.993 1.694 L 34.679 1.869 C 34.369 5.835 34.038 9.869 33.273 13.923 C 33.169 14.429 33.074 14.937 32.961 15.441 L 32.583 16.953 L 32.151 18.458 L 31.66 19.954 C 30.964 21.963 30.075 23.899 29.007 25.737 C 26.94 29.211 24.106 32.166 20.721 34.376 C 19.413 35.256 17.981 35.937 16.473 36.398 C 15.922 36.556 15.36 36.669 14.791 36.738 C 14.537 36.765 14.299 36.783 14.074 36.791 L 13.909 36.796 L 13.775 36.78 C 13.681 36.767 13.59 36.754 13.502 36.742 C 12.418 36.584 11.816 36.395 12.651 35.574 C 12.772 35.46 12.9 35.353 13.034 35.255 C 13.104 35.201 13.203 35.139 13.266 35.087 C 13.325 35.038 13.386 34.987 13.45 34.934 C 13.706 34.722 14.014 34.515 14.355 34.27 C 14.693 34.019 15.086 33.78 15.498 33.485 C 15.708 33.346 15.926 33.2 16.154 33.048 C 16.378 32.889 16.612 32.728 16.857 32.565 C 18.122 31.697 19.33 30.747 20.472 29.721 C 21.638 28.69 22.722 27.57 23.716 26.372 C 25.071 24.72 26.209 22.902 27.105 20.962 C 28.009 18.981 28.729 16.921 29.255 14.807 C 30.384 10.547 30.894 6.066 31.373 1.55 L 31.373 1.548 C 31.413 1.173 31.594 0.829 31.88 0.584 C 32.166 0.339 32.535 0.213 32.91 0.231 C 33.286 0.249 33.641 0.41 33.902 0.681 C 34.163 0.952 34.31 1.313 34.314 1.689 C 34.32 2.422 34.296 3.156 34.347 3.888 C 34.394 4.62 34.449 5.351 34.523 6.08 C 34.665 7.538 34.875 8.988 35.115 10.43 C 35.591 13.313 36.287 16.154 37.199 18.93 C 37.782 20.828 38.54 22.668 39.462 24.427 C 39.896 25.222 40.407 25.971 40.989 26.666 C 41.556 27.318 42.185 27.914 42.866 28.447 C 43.505 28.925 44.184 29.348 44.895 29.712 C 45.638 30.078 46.406 30.393 47.192 30.655 C 48.837 31.181 50.528 31.551 52.242 31.761 C 55.753 32.218 59.402 32.284 63.072 32.42 L 63.094 32.421 C 63.554 32.438 63.99 32.627 64.317 32.951 C 64.644 33.274 64.837 33.709 64.858 34.169 C 64.879 34.628 64.727 35.079 64.432 35.432 C 64.136 35.784 63.719 36.013 63.262 36.072 C 60.476 36.434 57.734 36.812 55.099 37.426 C 52.475 38.053 49.934 38.875 47.69 40.165 C 46.733 40.712 45.83 41.347 44.991 42.063 C 44.158 42.794 43.394 43.602 42.711 44.475 C 41.346 46.281 40.273 48.289 39.531 50.428 C 38.772 52.597 38.282 54.852 38.073 57.141 C 37.855 59.468 37.807 61.808 37.928 64.141 C 38.026 66.413 38.257 68.699 38.525 70.993 L 38.527 71.008 C 38.575 71.419 38.458 71.833 38.201 72.158 C 37.945 72.483 37.57 72.693 37.158 72.742 C 36.747 72.791 36.333 72.676 36.007 72.42 C 35.681 72.165 35.47 71.79 35.42 71.379 C 34.97 67.695 34.495 64.043 33.643 60.522 C 33.243 58.77 32.732 57.045 32.112 55.358 C 31.494 53.7 30.721 52.105 29.804 50.592 C 29.564 50.226 29.34 49.847 29.087 49.491 L 28.304 48.439 C 27.754 47.763 27.169 47.115 26.551 46.5 C 25.272 45.274 23.87 44.184 22.369 43.245 C 21.612 42.764 20.833 42.312 20.036 41.88 C 19.638 41.664 19.236 41.454 18.83 41.248 L 18.219 40.942 L 17.913 40.792 L 17.623 40.662 C 17.245 40.48 16.829 40.333 16.425 40.173 C 16.005 40.036 15.595 39.881 15.164 39.763 C 14.315 39.499 13.438 39.299 12.562 39.109 C 10.864 38.755 9.14 38.532 7.407 38.443 C 5.727 38.361 4.07 38.459 2.692 38.937 L 2.296 37.361 L 2.295 37.257 L 2.297 37.257 L 2.306 37.257 L 2.319 37.257 L 2.345 37.257 L 2.397 37.258 C 2.431 37.258 2.465 37.259 2.514 37.257 L 2.782 37.248 L 3.327 37.225 C 3.693 37.209 4.056 37.193 4.418 37.176 C 5.144 37.148 5.861 37.119 6.569 37.091 C 7.988 37.04 9.373 37.009 10.726 36.98 C 11.186 36.963 11.647 36.981 12.105 37.034 C 12.283 37.048 12.389 37.102 12.552 37.101 C 12.659 37.098 12.764 37.128 12.853 37.186 L 13.122 36.873 C 13.084 37.016 13.031 37.079 13.056 37.092 C 13.073 37.105 13.167 37.064 13.252 36.927 C 13.262 36.911 13.269 36.892 13.271 36.873 C 13.273 36.854 13.271 36.834 13.265 36.816 C 13.259 36.797 13.249 36.781 13.236 36.766 C 13.222 36.752 13.206 36.742 13.188 36.734 C 13.17 36.727 13.15 36.725 13.131 36.726 C 13.111 36.727 13.093 36.733 13.076 36.742 C 13.059 36.752 13.044 36.765 13.033 36.781 C 13.022 36.797 13.014 36.815 13.011 36.834 L 12.927 37.307 C 12.911 37.394 12.793 37.528 12.574 37.676 C 12.422 37.8 12.256 37.907 12.08 37.993 C 11.538 38.259 10.965 38.458 10.375 38.588 C 9.097 38.882 7.81 39.142 6.504 39.389 C 5.852 39.512 5.194 39.631 4.533 39.745 L 3.531 39.91 L 3.016 39.989 L 2.748 40.027 C 2.648 40.041 2.497 40.054 2.374 40.065 C 1.93 40.103 1.488 39.985 1.123 39.731 C 0.758 39.477 0.493 39.104 0.374 38.675 C 0.255 38.246 0.29 37.79 0.473 37.384 C 0.655 36.979 0.974 36.65 1.373 36.455 L 1.501 36.393 C 2.53 35.914 3.624 35.587 4.747 35.422 C 5.267 35.359 5.798 35.277 6.308 35.259 C 6.565 35.245 6.825 35.224 7.08 35.217 L 7.842 35.211 C 9.863 35.231 11.877 35.466 13.848 35.913 C 14.845 36.128 15.829 36.392 16.799 36.706 L 17.535 36.951 L 18.273 37.233 C 18.518 37.32 18.769 37.438 19.018 37.546 L 19.39 37.712 L 19.723 37.872 C 19.742 37.857 19.76 37.844 19.782 37.83 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9864109993,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6niskm\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 49\"><path d=\"M 19.123 29.354 C 20.836 31.408 22.218 33.717 23.217 36.197 C 23.34 36.508 23.472 36.814 23.585 37.128 L 23.886 38.085 C 23.981 38.405 24.093 38.72 24.173 39.044 L 24.394 40.024 C 24.461 40.351 24.552 40.673 24.598 41.005 L 24.734 42.001 L 24.8 42.498 C 24.823 42.662 24.846 42.828 24.857 43.01 C 24.884 43.368 24.898 43.738 24.889 44.123 C 24.879 44.814 24.767 45.501 24.555 46.159 C 24.423 46.543 24.247 46.91 24.03 47.253 C 23.788 47.618 23.495 47.947 23.16 48.228 L 23.136 48.248 C 22.858 48.481 22.517 48.625 22.156 48.66 C 21.795 48.696 21.433 48.621 21.115 48.447 C 20.797 48.272 20.54 48.005 20.377 47.682 C 20.213 47.358 20.152 46.993 20.2 46.634 C 20.425 44.97 20.744 43.32 21.156 41.692 C 21.826 38.97 22.864 36.353 24.242 33.912 C 25.654 31.416 27.499 29.192 29.691 27.344 C 31.935 25.489 34.527 24.102 37.315 23.264 C 40.179 22.412 43.206 22.27 46.137 22.849 C 46.568 22.938 46.96 23.158 47.26 23.48 C 47.559 23.801 47.752 24.208 47.81 24.643 C 47.869 25.079 47.791 25.522 47.587 25.911 C 47.383 26.301 47.063 26.617 46.671 26.816 L 46.633 26.836 C 45.679 27.307 44.657 27.625 43.604 27.779 C 42.636 27.915 41.657 27.954 40.681 27.895 C 39.746 27.849 38.855 27.738 37.999 27.615 C 37.145 27.49 36.33 27.368 35.445 27.206 C 34.173 26.992 32.928 26.64 31.732 26.156 C 31.077 25.881 30.451 25.542 29.863 25.145 C 29.262 24.735 28.708 24.261 28.209 23.732 C 27.284 22.718 26.527 21.561 25.97 20.306 C 25.453 19.147 25.047 17.942 24.758 16.706 C 23.591 11.917 23.69 6.907 25.044 2.168 L 25.046 2.161 C 25.165 1.748 25.401 1.379 25.727 1.099 C 26.053 0.819 26.453 0.64 26.88 0.585 C 27.306 0.529 27.739 0.6 28.125 0.787 C 28.512 0.975 28.835 1.272 29.055 1.641 C 29.745 2.84 30.119 4.194 30.14 5.577 C 30.163 6.79 30.013 7.999 29.695 9.169 C 29.554 9.734 29.372 10.256 29.198 10.783 C 29.004 11.304 28.815 11.827 28.585 12.332 C 28.146 13.349 27.631 14.332 27.044 15.271 C 24.713 19.068 21.333 22.108 17.312 24.027 C 14.755 25.226 11.977 25.885 9.153 25.962 C 8.045 26.001 6.939 25.849 5.882 25.513 C 5.668 25.441 5.468 25.367 5.281 25.289 C 5.095 25.204 4.922 25.116 4.762 25.027 C 4.469 24.87 4.197 24.679 3.952 24.456 C 3.306 23.874 3.429 23.406 4.07 23.099 C 4.714 22.8 5.877 22.642 7.458 22.483 L 8.215 22.401 L 8.981 22.299 C 9.494 22.221 10.014 22.155 10.531 22.058 C 11.564 21.876 12.585 21.632 13.589 21.327 C 15.526 20.725 17.345 19.792 18.965 18.571 C 22.239 16.11 24.617 12.645 25.736 8.704 C 26.003 7.807 26.139 6.875 26.138 5.938 C 26.15 5.165 25.943 4.405 25.54 3.745 L 28.984 3.292 C 28.633 4.686 28.414 6.11 28.329 7.545 C 28.165 10.194 28.526 12.919 28.982 15.422 C 29.298 17.206 29.852 18.895 30.751 20.193 C 31.175 20.817 31.712 21.357 32.334 21.783 C 33.013 22.215 33.752 22.542 34.527 22.756 C 35.411 23 36.309 23.191 37.217 23.327 C 38.183 23.483 39.145 23.64 40.05 23.733 C 41.871 23.929 43.549 23.854 44.831 23.226 L 45.274 26.791 L 44.639 26.67 L 44.321 26.607 L 43.999 26.569 L 43.354 26.491 L 42.702 26.458 C 41.221 26.402 39.74 26.576 38.312 26.973 C 36.859 27.381 35.465 27.978 34.166 28.749 C 32.86 29.521 31.654 30.452 30.576 31.521 C 29.488 32.606 28.521 33.806 27.694 35.1 C 25.421 38.612 24.08 42.771 23.523 47.021 L 21.009 45.666 C 21.159 45.539 21.272 45.375 21.337 45.19 C 21.442 44.902 21.501 44.6 21.514 44.293 C 21.534 43.913 21.524 43.531 21.484 43.152 L 21.303 41.885 C 21.241 41.461 21.155 41.041 21.046 40.628 L 20.902 40.001 C 20.859 39.791 20.776 39.591 20.716 39.385 C 20.579 38.977 20.463 38.563 20.313 38.159 L 19.819 36.964 C 19.104 35.384 18.214 33.889 17.167 32.506 C 16.095 31.133 14.881 29.876 13.547 28.756 C 11.861 27.378 10.027 26.194 8.077 25.224 C 7.96 25.163 7.845 25.096 7.727 25.038 L 7.368 24.88 L 6.653 24.557 C 6.184 24.318 5.695 24.16 5.217 23.968 L 4.499 23.681 C 4.264 23.597 4.031 23.52 3.797 23.461 C 3.334 23.317 2.839 23.315 2.375 23.455 C 2.261 23.498 2.158 23.552 2.076 23.589 C 2.075 23.589 2.073 23.59 2.072 23.592 C 2.071 23.593 2.07 23.595 2.069 23.596 L 2.06 23.623 C 2.029 23.718 2.035 23.822 2.078 23.913 C 2.116 23.996 2.172 24.071 2.24 24.132 C 2.363 24.242 2.518 24.312 2.682 24.331 C 2.76 24.342 2.839 24.336 2.914 24.313 C 2.981 24.3 3.047 24.283 3.112 24.26 C 3.221 24.219 3.3 24.193 3.346 24.222 C 3.389 24.249 3.402 24.335 3.338 24.481 C 3.291 24.57 3.228 24.65 3.153 24.718 C 3.062 24.826 2.945 24.908 2.812 24.955 C 2.494 25.084 2.14 25.095 1.814 24.987 C 1.573 24.907 1.357 24.767 1.187 24.578 C 1.064 24.442 0.968 24.284 0.902 24.113 C 0.826 23.91 0.791 23.695 0.801 23.478 C 0.807 23.314 0.86 23.155 0.954 23.021 L 1.191 22.682 C 1.314 22.504 1.46 22.342 1.623 22.199 C 1.714 22.119 1.81 22.047 1.912 21.981 C 2.02 21.92 2.133 21.867 2.248 21.822 C 2.794 21.614 3.375 21.514 3.959 21.525 C 4.416 21.527 4.871 21.567 5.321 21.645 L 6.557 21.842 L 6.869 21.895 L 7.173 21.972 L 7.785 22.13 C 9.435 22.559 11.027 23.181 12.53 23.985 C 15.013 25.374 17.225 27.201 19.058 29.377 C 19.079 29.369 19.099 29.362 19.123 29.354 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:10385140674,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10o2acc\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 68 71\"><path d=\"M 21.62 36.486 L 22.923 37.215 L 24.176 38.028 L 24.488 38.233 L 24.787 38.457 L 25.385 38.906 C 25.583 39.057 25.785 39.204 25.979 39.359 L 26.545 39.849 C 27.302 40.5 28.022 41.192 28.701 41.923 L 29.678 43.056 C 29.998 43.438 30.28 43.849 30.581 44.245 C 31.735 45.855 32.714 47.584 33.5 49.402 C 34.261 51.218 34.838 53.106 35.221 55.038 C 35.309 55.551 35.415 56.062 35.481 56.578 L 35.654 58.132 L 35.73 59.694 C 35.756 60.215 35.722 60.738 35.721 61.259 C 35.653 63.347 35.355 65.421 34.834 67.444 L 34.426 68.867 C 34.309 69.276 34.047 69.629 33.691 69.861 C 33.334 70.093 32.905 70.188 32.484 70.128 C 32.063 70.069 31.677 69.86 31.398 69.539 C 31.118 69.218 30.964 68.807 30.964 68.381 L 30.965 68.299 C 30.969 63.705 30.959 58.969 31.842 54.211 C 32.276 51.803 32.986 49.452 33.957 47.207 C 34.95 44.899 36.311 42.767 37.987 40.896 C 39.706 39.042 41.726 37.492 43.961 36.311 C 46.131 35.178 48.413 34.276 50.77 33.62 C 51.929 33.289 53.091 33.006 54.257 32.756 C 55.426 32.509 56.623 32.291 57.86 32.156 C 59.124 32.006 60.399 31.969 61.67 32.043 C 63.003 32.121 64.321 32.371 65.59 32.784 C 66.009 32.921 66.375 33.183 66.639 33.535 C 66.903 33.887 67.051 34.313 67.064 34.752 C 67.078 35.192 66.955 35.626 66.713 35.993 C 66.471 36.361 66.121 36.644 65.711 36.806 L 65.665 36.823 C 63.666 37.568 61.552 37.956 59.419 37.972 C 57.156 37.986 54.895 37.806 52.662 37.435 C 50.449 37.128 48.257 36.679 46.1 36.091 C 44.986 35.782 43.892 35.406 42.823 34.964 C 41.722 34.517 40.66 33.981 39.648 33.36 C 38.609 32.726 37.635 31.993 36.737 31.171 C 35.845 30.345 35.037 29.431 34.325 28.445 C 32.973 26.538 31.874 24.462 31.058 22.271 C 29.454 18.061 28.463 13.643 28.116 9.151 C 28.075 8.591 28.04 8.03 28.021 7.469 C 28.008 7.188 27.999 6.908 27.996 6.627 C 27.991 6.344 27.981 6.081 27.987 5.737 C 27.987 4.98 28.099 4.228 28.319 3.504 C 28.47 3.026 28.695 2.574 28.987 2.166 C 29.335 1.683 29.785 1.284 30.306 0.995 L 30.328 0.983 C 30.582 0.844 30.862 0.756 31.15 0.726 C 31.439 0.695 31.73 0.721 32.008 0.803 C 32.286 0.885 32.546 1.021 32.772 1.203 C 32.997 1.385 33.185 1.609 33.324 1.864 C 33.473 2.14 33.563 2.444 33.587 2.756 C 34.239 11.705 31.929 20.62 27.014 28.127 C 25.869 29.871 24.513 31.466 22.975 32.876 C 22.188 33.588 21.345 34.235 20.453 34.811 C 19.558 35.39 18.611 35.884 17.625 36.288 C 16.061 36.952 14.366 37.254 12.669 37.172 C 11.58 37.132 10.518 36.831 9.57 36.293 C 8.551 35.644 8.753 35.196 9.64 34.987 C 10.092 34.857 10.722 34.777 11.514 34.626 C 12.471 34.447 13.416 34.206 14.342 33.906 C 15.763 33.425 17.107 32.74 18.33 31.872 C 19.604 30.96 20.767 29.904 21.797 28.724 C 23.283 26.999 24.559 25.103 25.598 23.076 C 26.675 21.042 27.549 18.906 28.209 16.701 C 29.538 12.29 30.014 7.665 29.611 3.076 L 32.237 4.486 C 32.237 4.487 32.241 4.493 32.237 4.486 L 32.227 4.472 C 32.229 4.475 32.231 4.478 32.233 4.48 C 32.239 4.487 32.244 4.492 32.241 4.489 L 32.241 4.494 C 32.226 4.515 32.214 4.539 32.203 4.563 C 32.135 4.724 32.091 4.895 32.072 5.069 C 32.038 5.343 32.024 5.618 32.031 5.894 L 32.07 6.938 C 32.142 8.357 32.292 9.77 32.498 11.174 C 32.921 13.977 33.627 16.729 34.607 19.389 C 35.284 21.278 36.167 23.087 37.24 24.783 C 37.752 25.58 38.327 26.335 38.958 27.042 C 39.262 27.382 39.582 27.707 39.919 28.015 C 40.088 28.166 40.247 28.327 40.421 28.471 L 40.943 28.904 C 42.509 30.104 44.263 31.035 46.135 31.657 C 48.114 32.327 50.147 32.829 52.21 33.159 C 54.278 33.543 56.37 33.783 58.472 33.877 C 60.423 33.971 62.375 33.688 64.219 33.043 L 64.285 36.616 C 62.459 35.995 60.397 35.893 58.279 36.106 C 57.219 36.206 56.144 36.382 55.057 36.591 C 53.968 36.804 52.887 37.043 51.825 37.318 C 49.548 37.879 47.351 38.725 45.286 39.837 C 43.28 40.913 41.5 42.367 40.044 44.118 C 38.601 45.916 37.462 47.938 36.67 50.103 C 35.854 52.319 35.284 54.619 34.971 56.961 C 34.444 60.648 34.388 64.457 34.339 68.318 L 31.223 67.806 C 33.299 61.686 32.574 54.632 29.467 48.895 C 29.264 48.542 29.084 48.173 28.863 47.831 L 28.198 46.803 C 27.973 46.464 27.714 46.149 27.473 45.82 C 27.349 45.659 27.234 45.489 27.102 45.334 L 26.701 44.874 C 26.169 44.257 25.606 43.667 25.014 43.107 C 24.394 42.577 23.793 42.022 23.12 41.553 C 22.798 41.3 22.463 41.064 22.117 40.846 C 21.77 40.627 21.432 40.395 21.079 40.186 L 20.001 39.59 C 19.644 39.386 19.26 39.233 18.892 39.052 C 17.397 38.356 15.834 37.818 14.228 37.446 C 10.401 36.547 6.427 36.47 2.568 37.219 L 2.528 35.688 C 4.839 36.391 7.264 36.637 9.669 36.412 C 11.034 36.284 11.727 36.247 11.721 36.541 C 11.712 36.67 11.532 36.895 11.143 37.151 C 10.907 37.306 10.661 37.444 10.405 37.564 C 10.255 37.636 10.092 37.71 9.914 37.779 C 9.825 37.813 9.734 37.852 9.637 37.883 C 9.54 37.911 9.439 37.939 9.335 37.967 C 6.923 38.6 4.404 38.709 1.946 38.287 C 1.539 38.215 1.168 38.01 0.891 37.703 C 0.615 37.396 0.449 37.006 0.42 36.594 C 0.391 36.182 0.501 35.772 0.732 35.43 C 0.963 35.087 1.302 34.832 1.695 34.705 L 1.85 34.655 C 4.292 33.877 6.84 33.482 9.402 33.484 C 11.507 33.478 13.603 33.746 15.638 34.282 C 17.687 34.812 19.672 35.564 21.558 36.524 C 21.578 36.511 21.597 36.498 21.62 36.486 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9458764355,withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nwakob hidden-zfahul hidden-11ardyt\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-uuupnv\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 59 62\"><path d=\"M 18.82 32.145 C 21.269 33.371 23.717 34.854 25.771 36.905 C 26.783 37.933 27.672 39.074 28.421 40.305 C 29.149 41.516 29.768 42.79 30.27 44.111 C 31.31 46.887 31.874 49.759 32.312 52.573 C 32.427 53.271 32.531 53.969 32.628 54.665 L 32.908 56.748 L 30.354 57.065 C 29.944 53.789 29.623 50.422 29.904 47.007 C 30.172 43.607 31.069 40.142 32.889 37.107 C 33.345 36.344 33.859 35.617 34.426 34.931 C 34.995 34.233 35.626 33.588 36.313 33.004 C 36.48 32.851 36.662 32.718 36.84 32.579 C 37.02 32.444 37.194 32.297 37.381 32.172 C 37.753 31.921 38.123 31.661 38.513 31.442 C 39.278 30.989 40.075 30.592 40.898 30.255 C 41.707 29.922 42.533 29.633 43.374 29.391 C 44.207 29.16 45.042 28.946 45.876 28.778 C 47.545 28.425 49.203 28.187 50.838 27.953 L 51 31.04 L 49.542 31.009 C 47.959 30.979 46.362 30.895 44.752 30.765 C 43.104 30.647 41.467 30.406 39.855 30.044 C 38.156 29.666 36.528 29.021 35.032 28.135 C 34.259 27.659 33.544 27.095 32.902 26.455 C 32.263 25.81 31.706 25.09 31.245 24.309 C 30.335 22.783 29.777 21.187 29.3 19.651 C 28.818 18.106 28.417 16.537 28.097 14.951 C 27.77 13.367 27.537 11.766 27.398 10.155 C 27.331 9.35 27.279 8.544 27.253 7.737 L 27.235 7.132 C 27.23 6.93 27.235 6.728 27.218 6.527 C 27.195 6.124 27.19 5.72 27.175 5.317 L 29.922 5.446 C 29.691 8.391 29.444 11.386 28.874 14.396 C 28.797 14.772 28.726 15.149 28.642 15.523 L 28.36 16.645 L 28.038 17.763 L 27.672 18.873 C 27.153 20.365 26.491 21.803 25.695 23.167 C 24.155 25.747 22.043 27.941 19.52 29.581 C 18.545 30.234 17.478 30.74 16.354 31.082 C 15.944 31.199 15.524 31.284 15.101 31.334 C 14.912 31.355 14.734 31.368 14.567 31.374 L 14.443 31.378 L 14.343 31.366 C 14.273 31.356 14.205 31.347 14.14 31.338 C 13.332 31.22 12.883 31.08 13.506 30.47 C 13.596 30.386 13.691 30.307 13.791 30.234 C 13.843 30.193 13.917 30.148 13.964 30.109 C 14.008 30.073 14.054 30.035 14.101 29.995 C 14.292 29.838 14.522 29.684 14.776 29.502 C 15.028 29.316 15.32 29.139 15.628 28.92 C 15.784 28.816 15.947 28.708 16.117 28.595 C 16.283 28.477 16.458 28.358 16.64 28.236 C 17.583 27.592 18.483 26.887 19.334 26.125 C 20.203 25.359 21.012 24.528 21.752 23.639 C 22.762 22.412 23.61 21.062 24.277 19.622 C 24.952 18.151 25.488 16.622 25.88 15.052 C 26.721 11.89 27.101 8.563 27.458 5.21 L 27.459 5.208 C 27.488 4.93 27.623 4.674 27.836 4.493 C 28.049 4.311 28.324 4.217 28.604 4.231 C 28.884 4.244 29.149 4.364 29.343 4.565 C 29.537 4.766 29.647 5.034 29.65 5.313 C 29.655 5.857 29.637 6.402 29.675 6.946 C 29.71 7.489 29.751 8.032 29.806 8.573 C 29.912 9.656 30.068 10.732 30.247 11.803 C 30.602 13.943 31.121 16.053 31.8 18.113 C 32.235 19.523 32.8 20.889 33.487 22.194 C 33.81 22.784 34.191 23.341 34.625 23.857 C 35.047 24.341 35.516 24.784 36.023 25.179 C 36.5 25.534 37.006 25.848 37.535 26.118 C 38.09 26.39 38.662 26.624 39.247 26.819 C 40.474 27.209 41.734 27.483 43.011 27.639 C 45.628 27.979 48.347 28.028 51.082 28.129 L 51.098 28.129 C 51.441 28.142 51.766 28.282 52.01 28.523 C 52.254 28.763 52.398 29.086 52.413 29.427 C 52.429 29.768 52.316 30.103 52.095 30.365 C 51.875 30.627 51.564 30.796 51.224 30.84 C 49.147 31.109 47.104 31.39 45.14 31.845 C 43.185 32.311 41.291 32.921 39.619 33.879 C 38.906 34.285 38.232 34.757 37.607 35.288 C 36.986 35.831 36.417 36.431 35.908 37.079 C 34.891 38.42 34.091 39.911 33.538 41.498 C 32.973 43.109 32.608 44.783 32.452 46.483 C 32.289 48.21 32.253 49.947 32.344 51.68 C 32.416 53.367 32.589 55.064 32.788 56.766 L 32.79 56.778 C 32.825 57.083 32.738 57.39 32.547 57.632 C 32.356 57.873 32.076 58.029 31.77 58.066 C 31.464 58.102 31.155 58.016 30.912 57.826 C 30.669 57.637 30.512 57.359 30.474 57.054 C 30.139 54.319 29.785 51.607 29.15 48.993 C 28.852 47.692 28.471 46.411 28.009 45.159 C 27.549 43.928 26.973 42.743 26.289 41.62 C 26.11 41.349 25.943 41.067 25.755 40.803 L 25.171 40.022 C 24.761 39.52 24.325 39.039 23.864 38.582 C 22.912 37.672 21.867 36.863 20.748 36.165 C 20.184 35.809 19.603 35.473 19.01 35.152 C 18.713 34.992 18.413 34.836 18.111 34.683 L 17.655 34.456 L 17.428 34.345 L 17.211 34.248 C 16.929 34.113 16.619 34.004 16.319 33.885 C 16.006 33.784 15.7 33.668 15.378 33.581 C 14.746 33.385 14.093 33.236 13.44 33.095 C 12.174 32.832 10.889 32.667 9.598 32.601 C 8.346 32.539 7.111 32.613 6.084 32.967 L 5.789 31.798 L 5.788 31.72 L 5.789 31.72 L 5.796 31.72 L 5.806 31.72 L 5.825 31.72 L 5.864 31.72 C 5.889 31.721 5.915 31.721 5.951 31.72 L 6.151 31.713 L 6.557 31.696 C 6.83 31.684 7.101 31.672 7.37 31.66 C 7.911 31.639 8.445 31.618 8.973 31.597 C 10.03 31.559 11.063 31.536 12.071 31.515 C 12.414 31.502 12.758 31.515 13.099 31.555 C 13.231 31.565 13.31 31.605 13.432 31.604 C 13.512 31.602 13.59 31.624 13.656 31.668 L 13.857 31.435 C 13.828 31.541 13.789 31.588 13.808 31.597 C 13.821 31.607 13.89 31.577 13.954 31.475 C 13.961 31.463 13.966 31.449 13.968 31.435 C 13.97 31.421 13.968 31.406 13.964 31.392 C 13.959 31.379 13.951 31.366 13.941 31.356 C 13.931 31.345 13.919 31.337 13.906 31.332 C 13.892 31.327 13.878 31.325 13.863 31.326 C 13.849 31.327 13.835 31.331 13.822 31.338 C 13.81 31.345 13.799 31.355 13.79 31.367 C 13.782 31.378 13.776 31.392 13.774 31.406 L 13.711 31.757 C 13.7 31.822 13.612 31.921 13.449 32.031 C 13.335 32.123 13.212 32.202 13.08 32.267 C 12.676 32.464 12.25 32.612 11.81 32.708 C 10.858 32.927 9.898 33.12 8.925 33.303 C 8.439 33.394 7.949 33.482 7.456 33.567 L 6.709 33.69 L 6.326 33.749 L 6.126 33.777 C 6.051 33.787 5.939 33.797 5.847 33.805 C 5.516 33.833 5.187 33.745 4.914 33.557 C 4.642 33.368 4.445 33.091 4.356 32.773 C 4.268 32.455 4.294 32.116 4.43 31.814 C 4.566 31.513 4.803 31.269 5.101 31.124 L 5.196 31.078 C 5.963 30.723 6.778 30.48 7.615 30.357 C 8.003 30.311 8.399 30.25 8.779 30.236 C 8.97 30.226 9.164 30.21 9.354 30.205 L 9.922 30.201 C 11.428 30.216 12.929 30.39 14.398 30.722 C 15.141 30.882 15.874 31.078 16.597 31.311 L 17.145 31.493 L 17.696 31.702 C 17.878 31.767 18.065 31.855 18.251 31.935 L 18.528 32.057 L 18.776 32.176 C 18.79 32.166 18.804 32.156 18.82 32.145 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:10728198950,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16q94y3\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 49\"><path d=\"M 11.401 32.272 C 12.677 33.797 13.707 35.511 14.452 37.353 C 14.543 37.584 14.642 37.811 14.726 38.044 L 14.95 38.754 C 15.021 38.992 15.105 39.226 15.164 39.467 L 15.329 40.194 C 15.379 40.437 15.447 40.676 15.48 40.922 L 15.582 41.662 L 15.632 42.031 C 15.649 42.153 15.665 42.276 15.674 42.411 C 15.694 42.677 15.704 42.951 15.697 43.237 C 15.691 43.751 15.607 44.26 15.449 44.749 C 15.351 45.034 15.219 45.306 15.057 45.561 C 14.877 45.832 14.659 46.076 14.409 46.285 L 14.391 46.3 C 14.184 46.473 13.93 46.58 13.661 46.606 C 13.392 46.632 13.122 46.577 12.885 46.447 C 12.648 46.318 12.457 46.12 12.335 45.88 C 12.213 45.639 12.167 45.368 12.203 45.101 C 12.371 43.866 12.608 42.641 12.915 41.432 C 13.415 39.412 14.189 37.468 15.216 35.656 C 16.268 33.803 17.643 32.152 19.276 30.78 C 20.949 29.403 22.881 28.373 24.958 27.75 C 27.092 27.118 29.349 27.013 31.533 27.443 C 31.854 27.509 32.146 27.672 32.369 27.911 C 32.593 28.149 32.736 28.451 32.78 28.775 C 32.824 29.098 32.765 29.427 32.613 29.716 C 32.461 30.005 32.223 30.24 31.931 30.388 L 31.902 30.403 C 31.191 30.753 30.429 30.989 29.645 31.103 C 28.923 31.204 28.194 31.233 27.467 31.189 C 26.77 31.155 26.106 31.072 25.468 30.981 C 24.831 30.888 24.224 30.797 23.565 30.677 C 22.616 30.519 21.689 30.257 20.797 29.898 C 20.309 29.694 19.843 29.442 19.404 29.147 C 18.957 28.843 18.544 28.491 18.172 28.098 C 17.482 27.345 16.919 26.486 16.503 25.555 C 16.118 24.694 15.815 23.799 15.6 22.882 C 14.73 19.326 14.804 15.607 15.813 12.089 L 15.815 12.083 C 15.903 11.777 16.079 11.503 16.322 11.295 C 16.565 11.087 16.864 10.954 17.181 10.913 C 17.499 10.872 17.821 10.924 18.11 11.063 C 18.398 11.203 18.638 11.423 18.802 11.697 C 19.317 12.587 19.595 13.593 19.611 14.619 C 19.628 15.52 19.516 16.418 19.279 17.286 C 19.174 17.705 19.039 18.093 18.909 18.485 C 18.765 18.871 18.624 19.259 18.452 19.634 C 18.125 20.389 17.741 21.119 17.304 21.817 C 15.566 24.635 13.047 26.893 10.051 28.317 C 8.145 29.208 6.075 29.697 3.971 29.754 C 3.145 29.783 2.32 29.67 1.533 29.421 C 1.373 29.367 1.224 29.312 1.085 29.254 C 0.946 29.191 0.817 29.126 0.698 29.06 C 0.48 28.943 0.277 28.801 0.094 28.636 C -0.387 28.204 -0.296 27.856 0.182 27.629 C 0.662 27.406 1.529 27.289 2.707 27.171 L 3.271 27.11 L 3.842 27.034 C 4.225 26.976 4.612 26.928 4.997 26.856 C 5.767 26.72 6.528 26.539 7.276 26.313 C 8.72 25.865 10.076 25.173 11.283 24.267 C 13.723 22.44 15.495 19.867 16.329 16.941 C 16.528 16.275 16.629 15.583 16.629 14.887 C 16.638 14.314 16.483 13.749 16.183 13.259 L 18.749 12.923 C 18.488 13.958 18.324 15.015 18.261 16.08 C 18.139 18.047 18.408 20.07 18.748 21.928 C 18.984 23.253 19.396 24.507 20.067 25.471 C 20.382 25.934 20.782 26.335 21.246 26.651 C 21.752 26.972 22.303 27.215 22.88 27.373 C 23.539 27.555 24.209 27.696 24.885 27.798 C 25.605 27.914 26.322 28.03 26.997 28.099 C 28.354 28.244 29.604 28.189 30.56 27.722 L 30.89 30.369 L 30.416 30.279 L 30.179 30.233 L 29.939 30.205 L 29.458 30.147 L 28.973 30.122 C 27.869 30.081 26.766 30.209 25.701 30.504 C 24.618 30.807 23.579 31.25 22.612 31.823 C 21.638 32.396 20.74 33.088 19.936 33.881 C 19.125 34.686 18.405 35.577 17.788 36.538 C 16.094 39.146 15.095 42.233 14.68 45.389 L 12.806 44.383 C 12.917 44.289 13.002 44.167 13.051 44.03 C 13.129 43.816 13.173 43.591 13.182 43.364 C 13.197 43.081 13.19 42.798 13.16 42.517 L 13.025 41.575 C 12.979 41.261 12.915 40.949 12.834 40.642 L 12.727 40.177 C 12.694 40.021 12.633 39.872 12.587 39.719 C 12.486 39.417 12.399 39.109 12.287 38.81 L 11.919 37.922 C 11.386 36.749 10.723 35.639 9.943 34.613 C 9.144 33.593 8.239 32.66 7.245 31.829 C 5.989 30.806 4.622 29.926 3.169 29.206 C 3.082 29.16 2.996 29.111 2.908 29.068 L 2.64 28.951 L 2.107 28.711 C 1.758 28.534 1.394 28.416 1.037 28.273 L 0.502 28.06 C 0.327 27.998 0.153 27.941 -0.021 27.897 C -0.366 27.79 -0.735 27.789 -1.081 27.893 C -1.166 27.925 -1.243 27.964 -1.303 27.992 C -1.305 27.992 -1.306 27.993 -1.307 27.994 C -1.308 27.995 -1.308 27.996 -1.309 27.998 L -1.316 28.017 C -1.339 28.088 -1.334 28.165 -1.302 28.232 C -1.274 28.294 -1.233 28.35 -1.182 28.395 C -1.09 28.477 -0.975 28.529 -0.852 28.543 C -0.794 28.551 -0.735 28.546 -0.679 28.53 C -0.629 28.52 -0.58 28.507 -0.532 28.49 C -0.45 28.46 -0.391 28.44 -0.358 28.462 C -0.325 28.482 -0.315 28.546 -0.363 28.654 C -0.398 28.72 -0.445 28.78 -0.501 28.83 C -0.569 28.91 -0.656 28.971 -0.755 29.006 C -0.992 29.102 -1.256 29.11 -1.499 29.03 C -1.678 28.971 -1.84 28.866 -1.967 28.727 C -2.058 28.625 -2.13 28.508 -2.179 28.381 C -2.235 28.231 -2.261 28.07 -2.254 27.91 C -2.25 27.788 -2.21 27.67 -2.14 27.57 L -1.964 27.319 C -1.871 27.187 -1.763 27.066 -1.642 26.96 C -1.574 26.901 -1.502 26.847 -1.426 26.798 C -1.345 26.753 -1.262 26.714 -1.176 26.68 C -0.769 26.526 -0.336 26.451 0.1 26.46 C 0.44 26.461 0.779 26.491 1.114 26.549 L 2.036 26.695 L 2.268 26.735 L 2.495 26.792 L 2.951 26.909 C 4.18 27.227 5.367 27.689 6.487 28.286 C 8.338 29.318 9.986 30.674 11.352 32.289 C 11.368 32.283 11.383 32.278 11.401 32.272 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:9251789512,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-117ykpn\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 68 71\"><path d=\"M 23.134 27.879 L 24.105 28.42 L 25.039 29.024 L 25.271 29.176 L 25.494 29.342 L 25.94 29.676 C 26.087 29.788 26.237 29.897 26.382 30.013 L 26.804 30.376 C 27.368 30.859 27.905 31.373 28.411 31.916 L 29.139 32.757 C 29.377 33.041 29.587 33.346 29.812 33.639 C 30.672 34.835 31.401 36.119 31.988 37.469 C 32.555 38.817 32.984 40.219 33.27 41.653 C 33.335 42.034 33.415 42.413 33.464 42.797 L 33.592 43.95 L 33.649 45.11 C 33.669 45.496 33.643 45.884 33.642 46.271 C 33.592 47.821 33.37 49.361 32.981 50.863 L 32.677 51.92 C 32.59 52.224 32.395 52.486 32.129 52.658 C 31.863 52.83 31.544 52.9 31.23 52.857 C 30.916 52.813 30.629 52.657 30.42 52.419 C 30.212 52.18 30.098 51.875 30.098 51.559 L 30.098 51.498 C 30.101 48.088 30.094 44.571 30.752 41.039 C 31.075 39.251 31.604 37.506 32.328 35.839 C 33.068 34.125 34.082 32.543 35.331 31.153 C 36.613 29.777 38.118 28.626 39.784 27.749 C 41.4 26.908 43.101 26.239 44.858 25.751 C 45.722 25.505 46.588 25.295 47.457 25.11 C 48.328 24.926 49.22 24.765 50.142 24.664 C 51.084 24.553 52.034 24.525 52.981 24.58 C 53.975 24.639 54.956 24.824 55.903 25.131 C 56.215 25.232 56.487 25.427 56.684 25.688 C 56.881 25.95 56.991 26.265 57.001 26.592 C 57.011 26.919 56.92 27.24 56.739 27.513 C 56.559 27.786 56.298 27.997 55.993 28.116 L 55.959 28.13 C 54.469 28.682 52.893 28.971 51.304 28.983 C 49.617 28.993 47.932 28.86 46.268 28.584 C 44.618 28.356 42.985 28.023 41.378 27.586 C 40.547 27.357 39.732 27.077 38.935 26.749 C 38.115 26.418 37.324 26.019 36.569 25.558 C 35.795 25.088 35.069 24.544 34.4 23.933 C 33.735 23.32 33.133 22.642 32.602 21.909 C 31.594 20.493 30.776 18.952 30.168 17.325 C 28.972 14.2 28.233 10.919 27.975 7.585 C 27.944 7.169 27.918 6.753 27.904 6.336 C 27.895 6.128 27.888 5.919 27.885 5.711 C 27.882 5.5 27.874 5.306 27.879 5.05 C 27.879 4.488 27.962 3.93 28.126 3.392 C 28.239 3.037 28.407 2.702 28.624 2.399 C 28.884 2.041 29.219 1.744 29.607 1.529 L 29.623 1.52 C 29.813 1.417 30.021 1.352 30.236 1.329 C 30.451 1.306 30.668 1.326 30.876 1.387 C 31.083 1.447 31.276 1.548 31.445 1.683 C 31.613 1.819 31.753 1.986 31.856 2.175 C 31.967 2.379 32.034 2.605 32.052 2.837 C 32.538 9.481 30.816 16.1 27.153 21.673 C 26.3 22.968 25.29 24.152 24.144 25.199 C 23.557 25.727 22.929 26.208 22.264 26.635 C 21.597 27.065 20.892 27.432 20.156 27.732 C 18.991 28.225 17.728 28.45 16.463 28.389 C 15.652 28.359 14.86 28.135 14.154 27.736 C 13.394 27.254 13.545 26.922 14.206 26.767 C 14.542 26.67 15.012 26.61 15.602 26.498 C 16.316 26.365 17.02 26.187 17.71 25.963 C 18.769 25.607 19.77 25.098 20.682 24.454 C 21.631 23.777 22.498 22.992 23.265 22.116 C 24.373 20.835 25.324 19.428 26.098 17.923 C 26.901 16.413 27.553 14.827 28.044 13.19 C 29.035 9.915 29.39 6.482 29.089 3.074 L 31.046 4.121 C 31.046 4.122 31.049 4.126 31.046 4.121 L 31.039 4.111 C 31.04 4.113 31.042 4.115 31.043 4.117 C 31.047 4.122 31.051 4.126 31.049 4.123 L 31.049 4.127 C 31.038 4.143 31.029 4.16 31.021 4.178 C 30.97 4.298 30.937 4.425 30.923 4.554 C 30.897 4.757 30.887 4.962 30.893 5.166 L 30.922 5.941 C 30.975 6.995 31.087 8.044 31.241 9.086 C 31.556 11.168 32.082 13.211 32.813 15.186 C 33.317 16.589 33.975 17.931 34.775 19.19 C 35.156 19.782 35.585 20.343 36.055 20.868 C 36.281 21.12 36.52 21.361 36.771 21.59 C 36.897 21.702 37.015 21.821 37.145 21.929 L 37.534 22.25 C 38.701 23.141 40.009 23.832 41.403 24.294 C 42.879 24.791 44.393 25.164 45.931 25.409 C 47.472 25.694 49.032 25.872 50.597 25.942 C 52.052 26.012 53.506 25.802 54.881 25.323 L 54.93 27.975 C 53.569 27.514 52.032 27.439 50.454 27.597 C 49.664 27.672 48.863 27.802 48.053 27.957 C 47.241 28.115 46.436 28.292 45.644 28.497 C 43.947 28.913 42.31 29.541 40.771 30.367 C 39.276 31.166 37.949 32.246 36.864 33.546 C 35.789 34.881 34.94 36.381 34.35 37.989 C 33.742 39.634 33.317 41.342 33.083 43.08 C 32.691 45.818 32.649 48.646 32.613 51.512 L 30.29 51.132 C 31.837 46.589 31.298 41.352 28.982 37.092 C 28.831 36.83 28.696 36.556 28.532 36.302 L 28.036 35.539 C 27.868 35.287 27.675 35.053 27.496 34.809 C 27.403 34.689 27.318 34.563 27.219 34.449 L 26.92 34.107 C 26.524 33.649 26.104 33.211 25.663 32.795 C 25.201 32.401 24.753 31.989 24.252 31.641 C 24.012 31.454 23.762 31.278 23.504 31.116 C 23.246 30.954 22.994 30.781 22.73 30.626 L 21.927 30.184 C 21.661 30.032 21.375 29.919 21.101 29.784 C 19.987 29.268 18.822 28.868 17.625 28.592 C 14.773 27.925 11.811 27.867 8.935 28.424 L 8.905 27.287 C 10.627 27.808 12.435 27.991 14.227 27.824 C 15.245 27.729 15.761 27.702 15.757 27.92 C 15.75 28.016 15.616 28.183 15.326 28.373 C 15.15 28.488 14.966 28.591 14.776 28.679 C 14.664 28.733 14.543 28.788 14.41 28.839 C 14.344 28.864 14.275 28.893 14.204 28.917 C 14.131 28.938 14.056 28.958 13.979 28.979 C 12.181 29.449 10.303 29.53 8.472 29.216 C 8.168 29.163 7.892 29.011 7.686 28.783 C 7.48 28.555 7.356 28.265 7.335 27.959 C 7.313 27.653 7.395 27.349 7.567 27.095 C 7.739 26.841 7.992 26.651 8.284 26.557 L 8.4 26.52 C 10.22 25.942 12.119 25.649 14.028 25.651 C 15.597 25.646 17.159 25.845 18.676 26.243 C 20.203 26.636 21.682 27.195 23.088 27.908 C 23.103 27.897 23.117 27.888 23.134 27.879 Z\" fill=\"rgb(253, 211, 118)\"></path></svg>',svgContentId:10386764388,withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12u7maa\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-137l8y9\",\"data-framer-name\":\"Sketch-annotation-element-brush-pen-abstract-spiral-wood-1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:504,intrinsicWidth:504,name:\"Sketch-annotation-element-brush-pen-abstract-spiral-wood-1\",svg:'<svg width=\"504\" height=\"504\" viewBox=\"0 0 504 504\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M241.285 177.412C238.891 178.042 227.802 179.05 216.588 179.68C185.592 181.318 188.112 183.208 166.692 204.88C159.258 212.44 160.644 218.362 156.99 232.852C148.17 267.88 181.56 267.754 199.452 245.2C214.32 226.426 223.77 220.378 248.592 213.952C271.524 208.03 277.825 203.242 277.825 191.902C277.825 179.554 260.437 172.498 241.285 177.412ZM245.568 205.636C219.738 211.81 202.35 220.504 191.892 233.104C175.386 252.886 169.464 257.044 168.582 249.106C168.078 245.074 175.26 222.016 178.032 218.362L187.356 206.14C200.334 189.004 199.452 189.634 221.628 188.5C232.212 187.996 243.426 186.989 246.45 186.359C266.106 182.201 264.342 201.1 245.568 205.636Z\" fill=\"#E8EEEE\"/>\\n<path d=\"M415.416 193.414C407.856 183.586 396.391 167.459 389.965 157.757C351.535 100.049 323.563 90.2198 252.625 109.75C224.275 117.562 220.747 117.31 175.765 102.064C118.057 82.5343 51.9065 122.35 66.7745 176.152C76.0985 210.046 76.2244 209.543 66.9004 242.177C53.9224 288.041 54.8044 307.571 71.3104 338.567C120.954 431.681 239.268 428.152 271.65 332.77C281.73 303.16 285.51 295.601 294.96 286.277C311.592 269.897 317.514 269.519 337.8 284.387C366.528 305.429 392.358 310.847 417.18 301.019C455.358 285.899 454.854 244.822 415.416 193.414ZM353.55 277.709C310.08 246.587 273.54 264.856 252.75 328.234C240.024 367.042 233.221 375.988 206.635 389.344C161.149 412.15 103.818 378.257 82.2723 315.887C74.3343 292.703 75.9725 272.794 89.4545 231.214C96.0065 211.054 96.2584 206.266 91.8484 189.76C85.1704 164.686 84.7924 161.789 86.8084 152.087C95.6284 110.003 131.161 99.7965 177.655 114.917C218.857 128.399 228.937 128.524 270.895 116.932C317.515 103.954 336.666 111.767 366.276 155.867C379.632 175.775 387.066 186.107 399.918 202.487C451.704 268.637 417.684 323.699 353.55 277.709Z\" fill=\"#E8EEEE\"/>\\n<path d=\"M332.635 175.396C300.505 150.448 307.057 135.831 252.625 139.611C226.921 141.375 238.261 146.667 188.365 150.951C152.077 154.101 121.585 161.409 121.585 198.201C121.585 208.659 120.955 214.078 118.939 220.756C103.819 270.526 125.868 326.469 160.392 326.343C182.82 326.217 196.177 315.508 214.825 282.496C226.165 262.462 241.914 247.089 256.782 242.553C259.05 241.923 273.037 240.915 287.905 240.411C330.871 238.899 343.975 232.095 350.275 208.029C353.677 195.177 350.527 189.256 332.635 175.396ZM280.975 235.246C238.135 235.246 224.022 244.443 201.972 286.149C162.912 359.859 106.969 307.444 136.075 224.158C140.359 211.936 140.611 210.675 139.729 200.721C137.587 174.639 154.092 163.426 200.46 159.016C226.668 156.496 232.969 154.228 248.845 149.566C257.161 147.046 271.525 146.416 279.085 147.928C286.141 149.314 300.504 168.213 320.79 183.963C355.44 210.801 336.541 235.12 280.975 235.246Z\" fill=\"#E8EEEE\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{__framer__animate:{transition:transition14}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10o240g-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{fontSize:15}},children:/*#__PURE__*/_jsx(FormSpark,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(3, 108, 95))\",fontWeight:600,label:\"Send\"},email:{placeholder:\"Email address\",value:\"\"},font:true,fontFamily:\"Inter\",fontSize:16,fontWeight:400,formId:\"Hro5qqlvY\",gap:15,height:\"100%\",id:\"GEVLEahiP\",inputs:{color:\"var(--token-225a9e13-69ff-405a-a602-c27e883b2660, rgb(44, 46, 46))\",error:\"rgb(238, 68, 68)\",fill:\"rgb(235, 235, 235)\",placeholderColor:\"var(--token-96298d20-70df-41b4-ac1e-a2c706f5788e, rgb(128, 128, 128))\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"GEVLEahiP\",message:{placeholder:\"Message\",value:\"\"},nameField:{placeholder:\"Name\",value:\"\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,width:\"100%\",withEmail:true,withMessage:true,withName:true})})})})})]})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lcxdjz-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXYrkkTQd:{variant:\"BL06fXpuh\"},U0uuS_BL2:{variant:\"P1hQK8M6Z\"}},children:/*#__PURE__*/_jsx(ComponentsFooter,{height:\"100%\",id:\"YxIxAtLSr\",layoutId:\"YxIxAtLSr\",style:{width:\"100%\"},variant:\"Acvefy_qn\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-nEEW8 { background: var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(3, 108, 95)) /* {\"name\":\"Vilu | Primary 1\"} */; }`,\".framer-nEEW8.framer-55w11m, .framer-nEEW8 .framer-55w11m { display: block; }\",\".framer-nEEW8.framer-zfahul { align-content: center; align-items: center; background-color: var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, #036c5f); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-nEEW8 .framer-ivauba-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-nEEW8 .framer-yhgyix-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-nEEW8 .framer-11lv64v { align-content: center; align-items: center; background-color: var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, #036c5f); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-y7287g { align-content: center; align-items: center; background-color: var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, #98a68b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 547px; justify-content: flex-start; overflow: visible; padding: 112px 0px 112px 0px; position: relative; scroll-margin-top: 120px; width: 1440px; }\",\".framer-nEEW8 .framer-l70052 { align-content: flex-start; align-items: flex-start; bottom: -100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 120px 0px 120px; position: absolute; right: -24px; width: 100%; z-index: 1; }\",\".framer-nEEW8 .framer-iup1gu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-nEEW8 .framer-1gpt5j5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nEEW8 .framer-1rq3k1k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 582px; }\",\".framer-nEEW8 .framer-pz3v6e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-14u81su, .framer-nEEW8 .framer-v4ygda { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nEEW8 .framer-1gkewi2 { flex: none; height: 22px; overflow: hidden; position: relative; width: 582px; z-index: 0; }\",\".framer-nEEW8 .framer-zvi76v { flex: none; height: 19px; left: 122px; position: absolute; top: -4px; width: 246px; }\",\".framer-nEEW8 .framer-r16ma9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 458px; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-1p23e6e, .framer-nEEW8 .framer-5exldv, .framer-nEEW8 .framer-13ilf3z, .framer-nEEW8 .framer-kf8y8j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-nEEW8 .framer-1bilm1n-container, .framer-nEEW8 .framer-1ormu13-container, .framer-nEEW8 .framer-1wbkik3-container, .framer-nEEW8 .framer-wjq9at-container, .framer-nEEW8 .framer-i0vspb-container, .framer-nEEW8 .framer-17rgk3b-container, .framer-nEEW8 .framer-1lfe1ke-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nEEW8 .framer-1dzgzjo { flex: none; height: 693px; overflow: hidden; position: relative; width: 706px; }\",\".framer-nEEW8 .framer-3g15hr { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; flex: none; height: 602px; left: calc(46.60056657223798% - 449px / 2); position: absolute; width: 449px; }\",\".framer-nEEW8 .framer-fmb1u { bottom: 52px; flex: none; height: 146px; left: 0px; overflow: hidden; position: absolute; width: 146px; z-index: 1; }\",\".framer-nEEW8 .framer-h038dp { flex: none; height: 73px; left: 5px; position: absolute; top: 11px; width: 65px; }\",\".framer-nEEW8 .framer-ulxpap { flex: none; height: 49px; left: 93px; position: absolute; top: 28px; width: 48px; }\",\".framer-nEEW8 .framer-n29h6c { flex: none; height: 71px; left: 52px; position: absolute; top: 65px; width: 68px; }\",\".framer-nEEW8 .framer-imreya { align-content: center; align-items: center; background-color: #faf7f4; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 698px; justify-content: flex-start; overflow: hidden; padding: 160px 160px 112px 160px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-s1binb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 1440px; }\",\".framer-nEEW8 .framer-1cx0qew { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-nEEW8 .framer-19ryyek, .framer-nEEW8 .framer-amfu27 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nEEW8 .framer-78tzwi, .framer-nEEW8 .framer-379ik4, .framer-nEEW8 .framer-188hteb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-pkl129, .framer-nEEW8 .framer-gg1pe, .framer-nEEW8 .framer-vwxath { align-content: center; align-items: center; background-color: #e8eeee; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 195px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-16cwi7z, .framer-nEEW8 .framer-eopv81, .framer-nEEW8 .framer-ftuooj { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 77px); overflow: visible; position: relative; width: 77px; }\",\".framer-nEEW8 .framer-f85rqk, .framer-nEEW8 .framer-1tdppog, .framer-nEEW8 .framer-1fqdb3o { flex: none; height: 77px; left: 0px; position: absolute; top: 0px; width: 78px; }\",\".framer-nEEW8 .framer-1jyq3g3 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 24px 72px 24px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-1qwuj2o, .framer-nEEW8 .framer-1ofdxi9, .framer-nEEW8 .framer-1cyjszq, .framer-nEEW8 .framer-14r1jhr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-150ui36, .framer-nEEW8 .framer-m58a47, .framer-nEEW8 .framer-1j3a4sh, .framer-nEEW8 .framer-18p3cqx, .framer-nEEW8 .framer-62f6jo, .framer-nEEW8 .framer-1pzlhkz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 309px; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-1fpkvcd, .framer-nEEW8 .framer-17wbgh3, .framer-nEEW8 .framer-10vw1q4, .framer-nEEW8 .framer-1qmhy24, .framer-nEEW8 .framer-b0dws5, .framer-nEEW8 .framer-29t00c, .framer-nEEW8 .framer-1ezdg17, .framer-nEEW8 .framer-wtfeq0, .framer-nEEW8 .framer-1b0a46p { flex: none; height: 9px; position: relative; width: 78px; }\",\".framer-nEEW8 .framer-fl1bu8 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 24px 40px 24px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-1dmvp58 { align-content: center; align-items: center; align-self: stretch; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nEEW8 .framer-1mq00gj, .framer-nEEW8 .framer-kr7a4u, .framer-nEEW8 .framer-1t0jwf9, .framer-nEEW8 .framer-iausrc, .framer-nEEW8 .framer-1kgxe6a, .framer-nEEW8 .framer-1oamtvd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-1bps28x { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 1px; justify-content: flex-start; overflow: visible; padding: 40px 24px 40px 24px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-c63ml6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 120px; width: 100%; z-index: 1; }\",\".framer-nEEW8 .framer-1bfffeb { flex: none; height: 1382px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-nEEW8 .framer-tt70lm { flex: none; height: 310px; left: calc(45.51820728291319% - 310px / 2); overflow: hidden; position: absolute; top: calc(93.50057012542761% - 310px / 2); width: 310px; z-index: 1; }\",\".framer-nEEW8 .framer-i73f2h { flex: none; height: 256px; left: calc(49.67741935483873% - 256px / 2); position: absolute; top: calc(50.645161290322605% - 256px / 2); width: 256px; }\",\".framer-nEEW8 .framer-1vp4rzs { flex: none; height: 293px; left: calc(70.44817927170871% - 293px / 2); overflow: hidden; position: absolute; top: calc(25.313568985176758% - 293px / 2); width: 293px; z-index: 5; }\",\".framer-nEEW8 .framer-ogpmjc, .framer-nEEW8 .framer-1p2xgvc, .framer-nEEW8 .framer-1rbarst, .framer-nEEW8 .framer-1c33j04 { flex: none; height: 73px; left: 99px; position: absolute; top: 26px; width: 65px; }\",\".framer-nEEW8 .framer-b0zh0u, .framer-nEEW8 .framer-1yivkj0, .framer-nEEW8 .framer-1srq0y6, .framer-nEEW8 .framer-6niskm, .framer-nEEW8 .framer-16q94y3 { flex: none; height: 49px; left: 187px; position: absolute; top: 43px; width: 48px; }\",\".framer-nEEW8 .framer-k8a9ip, .framer-nEEW8 .framer-1gug9vb, .framer-nEEW8 .framer-3cqk26, .framer-nEEW8 .framer-10o2acc, .framer-nEEW8 .framer-117ykpn { flex: none; height: 71px; left: 145px; position: absolute; top: 80px; width: 68px; }\",\".framer-nEEW8 .framer-1nglopc { bottom: 124px; flex: none; height: 256px; left: calc(39.0277777777778% - 256px / 2); overflow: hidden; position: absolute; width: 256px; z-index: 0; }\",\".framer-nEEW8 .framer-pxxg3o { flex: none; height: 256px; left: 0px; position: absolute; top: 0px; width: 256px; }\",\".framer-nEEW8 .framer-188x4yx { bottom: -109px; flex: none; height: 146px; left: -16px; overflow: hidden; position: absolute; width: 146px; z-index: 1; }\",\".framer-nEEW8 .framer-1btpkme { flex: none; height: 140px; left: 0px; position: absolute; top: 0px; width: 140px; }\",\".framer-nEEW8 .framer-6qc0oj { flex: none; height: 174px; overflow: hidden; position: absolute; right: -22px; top: -87px; width: 174px; z-index: 5; }\",\".framer-nEEW8 .framer-883o14 { flex: none; height: 73px; left: 5px; position: absolute; top: 22px; width: 65px; }\",\".framer-nEEW8 .framer-10yb8ll { flex: none; height: 49px; left: 94px; position: absolute; top: 39px; width: 48px; }\",\".framer-nEEW8 .framer-dvfpl5 { bottom: 27px; flex: none; height: 71px; left: calc(49.42528735632186% - 68px / 2); position: absolute; width: 68px; }\",\".framer-nEEW8 .framer-1nulkxs { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 833px; left: 131px; position: absolute; top: 185px; width: 626px; z-index: 1; }\",\".framer-nEEW8 .framer-w6phc3 { align-content: flex-start; align-items: flex-start; background-color: #faf7f4; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 297px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 565px; overflow: visible; padding: 64px; position: absolute; width: 755px; z-index: 1; }\",\".framer-nEEW8 .framer-17uyq5j, .framer-nEEW8 .framer-1cbbymn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-1xqbnbb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 591px; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-12zhm47 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 585px; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-w8iibr { bottom: 834px; flex: none; height: 293px; left: 600px; overflow: hidden; position: absolute; width: 293px; z-index: 2; }\",\".framer-nEEW8 .framer-vz0meh { align-content: center; align-items: center; background-color: #faf7f4; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 112px 0px 112px 0px; position: relative; scroll-margin-top: 120px; width: 100%; }\",\".framer-nEEW8 .framer-i6sp0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 674px; justify-content: center; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 1440px; }\",\".framer-nEEW8 .framer-1ls1p7j, .framer-nEEW8 .framer-1wi2n88 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-1fd1h0g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1120px; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-18da6gm { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-frzo2i-container { flex: none; height: 474px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-5wn3ha, .framer-nEEW8 .framer-ab1ntz, .framer-nEEW8 .framer-1uyxwmf, .framer-nEEW8 .framer-14xfaev, .framer-nEEW8 .framer-16atxee, .framer-nEEW8 .framer-gxqpnn { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 440px; justify-content: flex-start; overflow: visible; padding: 48px 0px 64px 0px; position: relative; width: 350px; }\",\".framer-nEEW8 .framer-12w8hfm, .framer-nEEW8 .framer-ff2qqk, .framer-nEEW8 .framer-4u2327, .framer-nEEW8 .framer-kk65ol, .framer-nEEW8 .framer-1juhd47, .framer-nEEW8 .framer-g6kyyn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-16k9rdq, .framer-nEEW8 .framer-1pgcvav, .framer-nEEW8 .framer-9ghc32, .framer-nEEW8 .framer-1tf8rg4, .framer-nEEW8 .framer-12kqih4, .framer-nEEW8 .framer-1kfagsb { align-content: center; align-items: center; background-color: #e8eeee; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 97px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 97px; }\",\".framer-nEEW8 .framer-1xy97ex-container, .framer-nEEW8 .framer-w7t4ps-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-nEEW8 .framer-jpr03t { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-br6ulj, .framer-nEEW8 .framer-1ck7ttw, .framer-nEEW8 .framer-1effdas, .framer-nEEW8 .framer-l3ptnj, .framer-nEEW8 .framer-8lrndo, .framer-nEEW8 .framer-ji96tr, .framer-nEEW8 .framer-qwam0c, .framer-nEEW8 .framer-8fvlhi, .framer-nEEW8 .framer-o8xj3k, .framer-nEEW8 .framer-1iwhn51, .framer-nEEW8 .framer-1b7tzzq, .framer-nEEW8 .framer-1lex1g7, .framer-nEEW8 .framer-rro9es, .framer-nEEW8 .framer-1ts1aoa, .framer-nEEW8 .framer-115bb0, .framer-nEEW8 .framer-n2720l { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-1fqvu1k, .framer-nEEW8 .framer-1va8kg6, .framer-nEEW8 .framer-v5s47, .framer-nEEW8 .framer-lrev7o, .framer-nEEW8 .framer-1oxdyb4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 1px; justify-content: flex-start; overflow: visible; padding: 40px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-wr4r0s, .framer-nEEW8 .framer-12m2w7a, .framer-nEEW8 .framer-gk5mdd, .framer-nEEW8 .framer-2ohanm, .framer-nEEW8 .framer-1fm6j7v { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-xnjrkt, .framer-nEEW8 .framer-vnmi6, .framer-nEEW8 .framer-1rfix47, .framer-nEEW8 .framer-15qvg4, .framer-nEEW8 .framer-1ssha73 { flex: none; height: 108px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-x8zzqj, .framer-nEEW8 .framer-1qfsa87, .framer-nEEW8 .framer-kiiwd, .framer-nEEW8 .framer-1lq1wx9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 40px; }\",\".framer-nEEW8 .framer-1ygit3b-container, .framer-nEEW8 .framer-ifp853-container, .framer-nEEW8 .framer-12jh4wr-container, .framer-nEEW8 .framer-1i1odns-container { flex: none; height: 41px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-nEEW8 .framer-xeyr44 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 184px; justify-content: center; left: 53%; overflow: hidden; padding: 0px; position: absolute; top: 100%; transform: translate(-50%, -50%); width: min-content; z-index: 1; }\",\".framer-nEEW8 .framer-f4i78q { flex: none; height: 184px; position: relative; width: 184px; }\",\".framer-nEEW8 .framer-nu8k7z { align-content: center; align-items: center; background-color: var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, #98a68b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-1903nzj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 778px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 120px; position: relative; width: 1440px; }\",\".framer-nEEW8 .framer-pmr6mr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: center; overflow: visible; padding: 0px 80px 0px 0px; position: relative; width: 640px; }\",\".framer-nEEW8 .framer-z3by43, .framer-nEEW8 .framer-73fyxr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 560px; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-1t9470n { aspect-ratio: 0.8740359897172236 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 778px); overflow: hidden; position: relative; width: 1px; }\",\".framer-nEEW8 .framer-49h413 { aspect-ratio: 0.8743169398907104 / 1; flex: none; height: 100%; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 681px); }\",\".framer-nEEW8 .framer-1f3irt0 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 320px 0px 320px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-nEEW8 .framer-1ix08he { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 1440px; }\",\".framer-nEEW8 .framer-1vztn9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 1437px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nEEW8 .framer-1nmwu87 { align-content: center; align-items: center; background-color: #faf7f4; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 150px 64px 150px; position: relative; width: 1px; z-index: 1; }\",\".framer-nEEW8 .framer-i5joau { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 89%; }\",\".framer-nEEW8 .framer-1bnftx6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-1c3zn17 { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: 305px; justify-content: center; padding: 30px 0px 30px 0px; position: relative; width: 511px; }\",\".framer-nEEW8 .framer-vqhqum { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 850px; }\",\".framer-nEEW8 .framer-2t48kf { flex: none; height: 150px; overflow: hidden; position: relative; text-decoration: none; width: 182px; }\",\".framer-nEEW8 .framer-119m24t, .framer-nEEW8 .framer-yzk394, .framer-nEEW8 .framer-f3k2rw, .framer-nEEW8 .framer-1hodb3z, .framer-nEEW8 .framer-61t8l, .framer-nEEW8 .framer-1yu0fnc, .framer-nEEW8 .framer-1aqf3ly { flex: none; height: 150px; overflow: hidden; position: relative; width: 182px; }\",\".framer-nEEW8 .framer-19h3zrq { flex: none; height: 141px; overflow: hidden; position: absolute; right: -68px; top: calc(-15.10090466249128% - 141px / 2); width: 216px; z-index: 3; }\",\".framer-nEEW8 .framer-1trmnge { flex: none; height: 141px; left: 0px; position: absolute; top: 0px; width: 216px; }\",\".framer-nEEW8 .framer-gj9m23 { bottom: -64px; flex: none; height: 115px; left: calc(50.00000000000002% - 175px / 2); overflow: hidden; position: absolute; width: 175px; z-index: 2; }\",\".framer-nEEW8 .framer-13cr6hl, .framer-nEEW8 .framer-137l8y9 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-nEEW8 .framer-15ssrxm { align-content: center; align-items: center; background-color: #faf7f4; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 160px 0px 160px 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-nld0ul { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 717px; justify-content: flex-start; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 1440px; }\",\".framer-nEEW8 .framer-3x7a0q { flex: 1 0 0px; height: 717px; overflow: hidden; position: relative; width: 1px; }\",\".framer-nEEW8 .framer-lus5fa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; }\",\".framer-nEEW8 .framer-16t2ahu { 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: 768px; }\",\".framer-nEEW8 .framer-btvc4e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 135%; }\",\".framer-nEEW8 .framer-5j90a4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1039px; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-16cckmw { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; left: 50%; padding: 0px; position: absolute; transform: translateX(-50%); width: 1200px; }\",\".framer-nEEW8 .framer-19cktp3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-nEEW8 .framer-3z6086-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-xdgb1p { bottom: -82px; flex: none; height: 164px; left: calc(50.00000000000002% - 164px / 2); overflow: hidden; position: absolute; width: 164px; z-index: 1; }\",\".framer-nEEW8 .framer-fz7z3o { flex: none; height: 164px; left: 0px; position: absolute; top: 0px; width: 164px; }\",\".framer-nEEW8 .framer-lt7uq0 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 112px 0px 112px 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-1nvewfw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 708px; justify-content: center; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 1440px; }\",\".framer-nEEW8 .framer-1l6dj4b { 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: 0px 306px 0px 306px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-1wd90dr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-149qzod { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-nEEW8 .framer-1d2fll0 { bottom: -74px; flex: none; overflow: hidden; position: absolute; right: -103px; top: -89px; width: 293px; z-index: 2; }\",\".framer-nEEW8 .framer-sb7nsz { bottom: -91px; flex: none; overflow: hidden; position: absolute; right: -11px; top: -90px; width: 293px; z-index: 5; }\",\".framer-nEEW8 .framer-1nwakob { flex: none; height: 219px; overflow: hidden; position: absolute; right: -66px; top: -112px; width: 297px; z-index: 5; }\",\".framer-nEEW8 .framer-uuupnv { flex: none; height: 62px; left: calc(48.805460750853264% - 59px / 2); position: absolute; top: 37px; width: 59px; }\",\".framer-nEEW8 .framer-12u7maa { bottom: -242px; flex: none; height: 420px; left: -210px; overflow: hidden; position: absolute; width: 420px; z-index: 1; }\",\".framer-nEEW8 .framer-10o240g-container { flex: none; height: 290px; position: relative; width: 100%; }\",\".framer-nEEW8 .framer-lcxdjz-container { flex: none; height: auto; position: relative; width: 1440px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nEEW8.framer-zfahul, .framer-nEEW8 .framer-11lv64v, .framer-nEEW8 .framer-y7287g, .framer-nEEW8 .framer-l70052, .framer-nEEW8 .framer-iup1gu, .framer-nEEW8 .framer-1gpt5j5, .framer-nEEW8 .framer-1rq3k1k, .framer-nEEW8 .framer-pz3v6e, .framer-nEEW8 .framer-1p23e6e, .framer-nEEW8 .framer-imreya, .framer-nEEW8 .framer-s1binb, .framer-nEEW8 .framer-1cx0qew, .framer-nEEW8 .framer-19ryyek, .framer-nEEW8 .framer-78tzwi, .framer-nEEW8 .framer-pkl129, .framer-nEEW8 .framer-1jyq3g3, .framer-nEEW8 .framer-1qwuj2o, .framer-nEEW8 .framer-amfu27, .framer-nEEW8 .framer-379ik4, .framer-nEEW8 .framer-gg1pe, .framer-nEEW8 .framer-fl1bu8, .framer-nEEW8 .framer-1ofdxi9, .framer-nEEW8 .framer-1dmvp58, .framer-nEEW8 .framer-1mq00gj, .framer-nEEW8 .framer-vwxath, .framer-nEEW8 .framer-1bps28x, .framer-nEEW8 .framer-1cyjszq, .framer-nEEW8 .framer-c63ml6, .framer-nEEW8 .framer-w6phc3, .framer-nEEW8 .framer-17uyq5j, .framer-nEEW8 .framer-5exldv, .framer-nEEW8 .framer-vz0meh, .framer-nEEW8 .framer-i6sp0, .framer-nEEW8 .framer-1ls1p7j, .framer-nEEW8 .framer-18da6gm, .framer-nEEW8 .framer-5wn3ha, .framer-nEEW8 .framer-188hteb, .framer-nEEW8 .framer-12w8hfm, .framer-nEEW8 .framer-16k9rdq, .framer-nEEW8 .framer-jpr03t, .framer-nEEW8 .framer-14r1jhr, .framer-nEEW8 .framer-ab1ntz, .framer-nEEW8 .framer-kr7a4u, .framer-nEEW8 .framer-ff2qqk, .framer-nEEW8 .framer-1pgcvav, .framer-nEEW8 .framer-1fqvu1k, .framer-nEEW8 .framer-wr4r0s, .framer-nEEW8 .framer-1uyxwmf, .framer-nEEW8 .framer-1t0jwf9, .framer-nEEW8 .framer-4u2327, .framer-nEEW8 .framer-9ghc32, .framer-nEEW8 .framer-1va8kg6, .framer-nEEW8 .framer-12m2w7a, .framer-nEEW8 .framer-14xfaev, .framer-nEEW8 .framer-iausrc, .framer-nEEW8 .framer-kk65ol, .framer-nEEW8 .framer-1tf8rg4, .framer-nEEW8 .framer-v5s47, .framer-nEEW8 .framer-gk5mdd, .framer-nEEW8 .framer-16atxee, .framer-nEEW8 .framer-1kgxe6a, .framer-nEEW8 .framer-1juhd47, .framer-nEEW8 .framer-12kqih4, .framer-nEEW8 .framer-lrev7o, .framer-nEEW8 .framer-2ohanm, .framer-nEEW8 .framer-gxqpnn, .framer-nEEW8 .framer-1oamtvd, .framer-nEEW8 .framer-g6kyyn, .framer-nEEW8 .framer-1kfagsb, .framer-nEEW8 .framer-1oxdyb4, .framer-nEEW8 .framer-1fm6j7v, .framer-nEEW8 .framer-xeyr44, .framer-nEEW8 .framer-nu8k7z, .framer-nEEW8 .framer-1903nzj, .framer-nEEW8 .framer-pmr6mr, .framer-nEEW8 .framer-1cbbymn, .framer-nEEW8 .framer-13ilf3z, .framer-nEEW8 .framer-1f3irt0, .framer-nEEW8 .framer-1ix08he, .framer-nEEW8 .framer-1nmwu87, .framer-nEEW8 .framer-i5joau, .framer-nEEW8 .framer-1bnftx6, .framer-nEEW8 .framer-1c3zn17, .framer-nEEW8 .framer-vqhqum, .framer-nEEW8 .framer-kf8y8j, .framer-nEEW8 .framer-15ssrxm, .framer-nEEW8 .framer-nld0ul, .framer-nEEW8 .framer-16t2ahu, .framer-nEEW8 .framer-btvc4e, .framer-nEEW8 .framer-16cckmw, .framer-nEEW8 .framer-19cktp3, .framer-nEEW8 .framer-lt7uq0, .framer-nEEW8 .framer-1nvewfw, .framer-nEEW8 .framer-1l6dj4b, .framer-nEEW8 .framer-1wd90dr, .framer-nEEW8 .framer-1wi2n88 { gap: 0px; } .framer-nEEW8.framer-zfahul > *, .framer-nEEW8 .framer-11lv64v > *, .framer-nEEW8 .framer-1rq3k1k > *, .framer-nEEW8 .framer-19ryyek > *, .framer-nEEW8 .framer-78tzwi > *, .framer-nEEW8 .framer-amfu27 > *, .framer-nEEW8 .framer-379ik4 > *, .framer-nEEW8 .framer-1dmvp58 > *, .framer-nEEW8 .framer-1mq00gj > *, .framer-nEEW8 .framer-5wn3ha > *, .framer-nEEW8 .framer-188hteb > *, .framer-nEEW8 .framer-ab1ntz > *, .framer-nEEW8 .framer-kr7a4u > *, .framer-nEEW8 .framer-1uyxwmf > *, .framer-nEEW8 .framer-1t0jwf9 > *, .framer-nEEW8 .framer-14xfaev > *, .framer-nEEW8 .framer-iausrc > *, .framer-nEEW8 .framer-16atxee > *, .framer-nEEW8 .framer-1kgxe6a > *, .framer-nEEW8 .framer-gxqpnn > *, .framer-nEEW8 .framer-1oamtvd > *, .framer-nEEW8 .framer-19cktp3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nEEW8.framer-zfahul > :first-child, .framer-nEEW8 .framer-11lv64v > :first-child, .framer-nEEW8 .framer-y7287g > :first-child, .framer-nEEW8 .framer-iup1gu > :first-child, .framer-nEEW8 .framer-1gpt5j5 > :first-child, .framer-nEEW8 .framer-1rq3k1k > :first-child, .framer-nEEW8 .framer-imreya > :first-child, .framer-nEEW8 .framer-19ryyek > :first-child, .framer-nEEW8 .framer-78tzwi > :first-child, .framer-nEEW8 .framer-1jyq3g3 > :first-child, .framer-nEEW8 .framer-1qwuj2o > :first-child, .framer-nEEW8 .framer-amfu27 > :first-child, .framer-nEEW8 .framer-379ik4 > :first-child, .framer-nEEW8 .framer-fl1bu8 > :first-child, .framer-nEEW8 .framer-1ofdxi9 > :first-child, .framer-nEEW8 .framer-1dmvp58 > :first-child, .framer-nEEW8 .framer-1mq00gj > :first-child, .framer-nEEW8 .framer-1bps28x > :first-child, .framer-nEEW8 .framer-1cyjszq > :first-child, .framer-nEEW8 .framer-c63ml6 > :first-child, .framer-nEEW8 .framer-w6phc3 > :first-child, .framer-nEEW8 .framer-17uyq5j > :first-child, .framer-nEEW8 .framer-vz0meh > :first-child, .framer-nEEW8 .framer-i6sp0 > :first-child, .framer-nEEW8 .framer-1ls1p7j > :first-child, .framer-nEEW8 .framer-18da6gm > :first-child, .framer-nEEW8 .framer-5wn3ha > :first-child, .framer-nEEW8 .framer-188hteb > :first-child, .framer-nEEW8 .framer-jpr03t > :first-child, .framer-nEEW8 .framer-14r1jhr > :first-child, .framer-nEEW8 .framer-ab1ntz > :first-child, .framer-nEEW8 .framer-kr7a4u > :first-child, .framer-nEEW8 .framer-1fqvu1k > :first-child, .framer-nEEW8 .framer-wr4r0s > :first-child, .framer-nEEW8 .framer-1uyxwmf > :first-child, .framer-nEEW8 .framer-1t0jwf9 > :first-child, .framer-nEEW8 .framer-1va8kg6 > :first-child, .framer-nEEW8 .framer-12m2w7a > :first-child, .framer-nEEW8 .framer-14xfaev > :first-child, .framer-nEEW8 .framer-iausrc > :first-child, .framer-nEEW8 .framer-v5s47 > :first-child, .framer-nEEW8 .framer-gk5mdd > :first-child, .framer-nEEW8 .framer-16atxee > :first-child, .framer-nEEW8 .framer-1kgxe6a > :first-child, .framer-nEEW8 .framer-lrev7o > :first-child, .framer-nEEW8 .framer-2ohanm > :first-child, .framer-nEEW8 .framer-gxqpnn > :first-child, .framer-nEEW8 .framer-1oamtvd > :first-child, .framer-nEEW8 .framer-1oxdyb4 > :first-child, .framer-nEEW8 .framer-1fm6j7v > :first-child, .framer-nEEW8 .framer-xeyr44 > :first-child, .framer-nEEW8 .framer-nu8k7z > :first-child, .framer-nEEW8 .framer-pmr6mr > :first-child, .framer-nEEW8 .framer-1cbbymn > :first-child, .framer-nEEW8 .framer-1f3irt0 > :first-child, .framer-nEEW8 .framer-1nmwu87 > :first-child, .framer-nEEW8 .framer-i5joau > :first-child, .framer-nEEW8 .framer-1bnftx6 > :first-child, .framer-nEEW8 .framer-15ssrxm > :first-child, .framer-nEEW8 .framer-16t2ahu > :first-child, .framer-nEEW8 .framer-btvc4e > :first-child, .framer-nEEW8 .framer-19cktp3 > :first-child, .framer-nEEW8 .framer-lt7uq0 > :first-child, .framer-nEEW8 .framer-1l6dj4b > :first-child, .framer-nEEW8 .framer-1wd90dr > :first-child, .framer-nEEW8 .framer-1wi2n88 > :first-child { margin-top: 0px; } .framer-nEEW8.framer-zfahul > :last-child, .framer-nEEW8 .framer-11lv64v > :last-child, .framer-nEEW8 .framer-y7287g > :last-child, .framer-nEEW8 .framer-iup1gu > :last-child, .framer-nEEW8 .framer-1gpt5j5 > :last-child, .framer-nEEW8 .framer-1rq3k1k > :last-child, .framer-nEEW8 .framer-imreya > :last-child, .framer-nEEW8 .framer-19ryyek > :last-child, .framer-nEEW8 .framer-78tzwi > :last-child, .framer-nEEW8 .framer-1jyq3g3 > :last-child, .framer-nEEW8 .framer-1qwuj2o > :last-child, .framer-nEEW8 .framer-amfu27 > :last-child, .framer-nEEW8 .framer-379ik4 > :last-child, .framer-nEEW8 .framer-fl1bu8 > :last-child, .framer-nEEW8 .framer-1ofdxi9 > :last-child, .framer-nEEW8 .framer-1dmvp58 > :last-child, .framer-nEEW8 .framer-1mq00gj > :last-child, .framer-nEEW8 .framer-1bps28x > :last-child, .framer-nEEW8 .framer-1cyjszq > :last-child, .framer-nEEW8 .framer-c63ml6 > :last-child, .framer-nEEW8 .framer-w6phc3 > :last-child, .framer-nEEW8 .framer-17uyq5j > :last-child, .framer-nEEW8 .framer-vz0meh > :last-child, .framer-nEEW8 .framer-i6sp0 > :last-child, .framer-nEEW8 .framer-1ls1p7j > :last-child, .framer-nEEW8 .framer-18da6gm > :last-child, .framer-nEEW8 .framer-5wn3ha > :last-child, .framer-nEEW8 .framer-188hteb > :last-child, .framer-nEEW8 .framer-jpr03t > :last-child, .framer-nEEW8 .framer-14r1jhr > :last-child, .framer-nEEW8 .framer-ab1ntz > :last-child, .framer-nEEW8 .framer-kr7a4u > :last-child, .framer-nEEW8 .framer-1fqvu1k > :last-child, .framer-nEEW8 .framer-wr4r0s > :last-child, .framer-nEEW8 .framer-1uyxwmf > :last-child, .framer-nEEW8 .framer-1t0jwf9 > :last-child, .framer-nEEW8 .framer-1va8kg6 > :last-child, .framer-nEEW8 .framer-12m2w7a > :last-child, .framer-nEEW8 .framer-14xfaev > :last-child, .framer-nEEW8 .framer-iausrc > :last-child, .framer-nEEW8 .framer-v5s47 > :last-child, .framer-nEEW8 .framer-gk5mdd > :last-child, .framer-nEEW8 .framer-16atxee > :last-child, .framer-nEEW8 .framer-1kgxe6a > :last-child, .framer-nEEW8 .framer-lrev7o > :last-child, .framer-nEEW8 .framer-2ohanm > :last-child, .framer-nEEW8 .framer-gxqpnn > :last-child, .framer-nEEW8 .framer-1oamtvd > :last-child, .framer-nEEW8 .framer-1oxdyb4 > :last-child, .framer-nEEW8 .framer-1fm6j7v > :last-child, .framer-nEEW8 .framer-xeyr44 > :last-child, .framer-nEEW8 .framer-nu8k7z > :last-child, .framer-nEEW8 .framer-pmr6mr > :last-child, .framer-nEEW8 .framer-1cbbymn > :last-child, .framer-nEEW8 .framer-1f3irt0 > :last-child, .framer-nEEW8 .framer-1nmwu87 > :last-child, .framer-nEEW8 .framer-i5joau > :last-child, .framer-nEEW8 .framer-1bnftx6 > :last-child, .framer-nEEW8 .framer-15ssrxm > :last-child, .framer-nEEW8 .framer-16t2ahu > :last-child, .framer-nEEW8 .framer-btvc4e > :last-child, .framer-nEEW8 .framer-19cktp3 > :last-child, .framer-nEEW8 .framer-lt7uq0 > :last-child, .framer-nEEW8 .framer-1l6dj4b > :last-child, .framer-nEEW8 .framer-1wd90dr > :last-child, .framer-nEEW8 .framer-1wi2n88 > :last-child { margin-bottom: 0px; } .framer-nEEW8 .framer-y7287g > *, .framer-nEEW8 .framer-imreya > *, .framer-nEEW8 .framer-c63ml6 > *, .framer-nEEW8 .framer-vz0meh > *, .framer-nEEW8 .framer-nu8k7z > *, .framer-nEEW8 .framer-1f3irt0 > *, .framer-nEEW8 .framer-15ssrxm > *, .framer-nEEW8 .framer-lt7uq0 > *, .framer-nEEW8 .framer-1l6dj4b > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-nEEW8 .framer-l70052 > *, .framer-nEEW8 .framer-1903nzj > *, .framer-nEEW8 .framer-1ix08he > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nEEW8 .framer-l70052 > :first-child, .framer-nEEW8 .framer-pz3v6e > :first-child, .framer-nEEW8 .framer-1p23e6e > :first-child, .framer-nEEW8 .framer-s1binb > :first-child, .framer-nEEW8 .framer-1cx0qew > :first-child, .framer-nEEW8 .framer-pkl129 > :first-child, .framer-nEEW8 .framer-gg1pe > :first-child, .framer-nEEW8 .framer-vwxath > :first-child, .framer-nEEW8 .framer-5exldv > :first-child, .framer-nEEW8 .framer-12w8hfm > :first-child, .framer-nEEW8 .framer-16k9rdq > :first-child, .framer-nEEW8 .framer-ff2qqk > :first-child, .framer-nEEW8 .framer-1pgcvav > :first-child, .framer-nEEW8 .framer-4u2327 > :first-child, .framer-nEEW8 .framer-9ghc32 > :first-child, .framer-nEEW8 .framer-kk65ol > :first-child, .framer-nEEW8 .framer-1tf8rg4 > :first-child, .framer-nEEW8 .framer-1juhd47 > :first-child, .framer-nEEW8 .framer-12kqih4 > :first-child, .framer-nEEW8 .framer-g6kyyn > :first-child, .framer-nEEW8 .framer-1kfagsb > :first-child, .framer-nEEW8 .framer-1903nzj > :first-child, .framer-nEEW8 .framer-13ilf3z > :first-child, .framer-nEEW8 .framer-1ix08he > :first-child, .framer-nEEW8 .framer-1c3zn17 > :first-child, .framer-nEEW8 .framer-vqhqum > :first-child, .framer-nEEW8 .framer-kf8y8j > :first-child, .framer-nEEW8 .framer-nld0ul > :first-child, .framer-nEEW8 .framer-16cckmw > :first-child, .framer-nEEW8 .framer-1nvewfw > :first-child { margin-left: 0px; } .framer-nEEW8 .framer-l70052 > :last-child, .framer-nEEW8 .framer-pz3v6e > :last-child, .framer-nEEW8 .framer-1p23e6e > :last-child, .framer-nEEW8 .framer-s1binb > :last-child, .framer-nEEW8 .framer-1cx0qew > :last-child, .framer-nEEW8 .framer-pkl129 > :last-child, .framer-nEEW8 .framer-gg1pe > :last-child, .framer-nEEW8 .framer-vwxath > :last-child, .framer-nEEW8 .framer-5exldv > :last-child, .framer-nEEW8 .framer-12w8hfm > :last-child, .framer-nEEW8 .framer-16k9rdq > :last-child, .framer-nEEW8 .framer-ff2qqk > :last-child, .framer-nEEW8 .framer-1pgcvav > :last-child, .framer-nEEW8 .framer-4u2327 > :last-child, .framer-nEEW8 .framer-9ghc32 > :last-child, .framer-nEEW8 .framer-kk65ol > :last-child, .framer-nEEW8 .framer-1tf8rg4 > :last-child, .framer-nEEW8 .framer-1juhd47 > :last-child, .framer-nEEW8 .framer-12kqih4 > :last-child, .framer-nEEW8 .framer-g6kyyn > :last-child, .framer-nEEW8 .framer-1kfagsb > :last-child, .framer-nEEW8 .framer-1903nzj > :last-child, .framer-nEEW8 .framer-13ilf3z > :last-child, .framer-nEEW8 .framer-1ix08he > :last-child, .framer-nEEW8 .framer-1c3zn17 > :last-child, .framer-nEEW8 .framer-vqhqum > :last-child, .framer-nEEW8 .framer-kf8y8j > :last-child, .framer-nEEW8 .framer-nld0ul > :last-child, .framer-nEEW8 .framer-16cckmw > :last-child, .framer-nEEW8 .framer-1nvewfw > :last-child { margin-right: 0px; } .framer-nEEW8 .framer-iup1gu > *, .framer-nEEW8 .framer-1gpt5j5 > *, .framer-nEEW8 .framer-1jyq3g3 > *, .framer-nEEW8 .framer-fl1bu8 > *, .framer-nEEW8 .framer-1bps28x > *, .framer-nEEW8 .framer-w6phc3 > *, .framer-nEEW8 .framer-17uyq5j > *, .framer-nEEW8 .framer-1ls1p7j > *, .framer-nEEW8 .framer-jpr03t > *, .framer-nEEW8 .framer-1fqvu1k > *, .framer-nEEW8 .framer-1va8kg6 > *, .framer-nEEW8 .framer-v5s47 > *, .framer-nEEW8 .framer-lrev7o > *, .framer-nEEW8 .framer-1oxdyb4 > *, .framer-nEEW8 .framer-pmr6mr > *, .framer-nEEW8 .framer-1cbbymn > *, .framer-nEEW8 .framer-btvc4e > *, .framer-nEEW8 .framer-1wi2n88 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-nEEW8 .framer-pz3v6e > *, .framer-nEEW8 .framer-s1binb > *, .framer-nEEW8 .framer-pkl129 > *, .framer-nEEW8 .framer-gg1pe > *, .framer-nEEW8 .framer-vwxath > *, .framer-nEEW8 .framer-12w8hfm > *, .framer-nEEW8 .framer-16k9rdq > *, .framer-nEEW8 .framer-ff2qqk > *, .framer-nEEW8 .framer-1pgcvav > *, .framer-nEEW8 .framer-4u2327 > *, .framer-nEEW8 .framer-9ghc32 > *, .framer-nEEW8 .framer-kk65ol > *, .framer-nEEW8 .framer-1tf8rg4 > *, .framer-nEEW8 .framer-1juhd47 > *, .framer-nEEW8 .framer-12kqih4 > *, .framer-nEEW8 .framer-g6kyyn > *, .framer-nEEW8 .framer-1kfagsb > *, .framer-nEEW8 .framer-1c3zn17 > *, .framer-nEEW8 .framer-nld0ul > *, .framer-nEEW8 .framer-1nvewfw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nEEW8 .framer-1p23e6e > *, .framer-nEEW8 .framer-5exldv > *, .framer-nEEW8 .framer-13ilf3z > *, .framer-nEEW8 .framer-kf8y8j > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-nEEW8 .framer-1cx0qew > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-nEEW8 .framer-1qwuj2o > *, .framer-nEEW8 .framer-1ofdxi9 > *, .framer-nEEW8 .framer-1cyjszq > *, .framer-nEEW8 .framer-14r1jhr > *, .framer-nEEW8 .framer-wr4r0s > *, .framer-nEEW8 .framer-12m2w7a > *, .framer-nEEW8 .framer-gk5mdd > *, .framer-nEEW8 .framer-2ohanm > *, .framer-nEEW8 .framer-1fm6j7v > *, .framer-nEEW8 .framer-1nmwu87 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-nEEW8 .framer-i6sp0 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-nEEW8 .framer-18da6gm > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-nEEW8 .framer-xeyr44 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nEEW8 .framer-i5joau > *, .framer-nEEW8 .framer-1bnftx6 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-nEEW8 .framer-vqhqum > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-nEEW8 .framer-16t2ahu > *, .framer-nEEW8 .framer-1wd90dr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nEEW8 .framer-16cckmw > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",`@media (min-width: 810px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-nEEW8 { background: var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(3, 108, 95)) /* {\"name\":\"Vilu | Primary 1\"} */; } .framer-nEEW8.framer-zfahul { width: 810px; } .framer-nEEW8 .framer-11lv64v { padding: 80px 0px 0px 0px; } .framer-nEEW8 .framer-y7287g { height: 807px; padding: 60px 0px 112px 0px; width: 100%; } .framer-nEEW8 .framer-l70052 { align-content: center; align-items: center; bottom: unset; flex-direction: column; padding: 0px 48px 0px 48px; position: relative; right: unset; } .framer-nEEW8 .framer-iup1gu { align-content: center; align-items: center; padding: 0px; width: 100%; } .framer-nEEW8 .framer-1gpt5j5 { align-content: center; align-items: center; gap: 32px; width: 100%; } .framer-nEEW8 .framer-1rq3k1k { align-content: center; align-items: center; justify-content: center; overflow: hidden; width: 714px; } .framer-nEEW8 .framer-pz3v6e { justify-content: center; } .framer-nEEW8 .framer-zvi76v { left: 230px; } .framer-nEEW8 .framer-r16ma9 { width: 90%; } .framer-nEEW8 .framer-1dzgzjo { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 0px 0px; } .framer-nEEW8 .framer-3g15hr { aspect-ratio: 0.7458471760797342 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 500px); left: unset; position: relative; width: 373px; } .framer-nEEW8 .framer-fmb1u { bottom: 7px; left: 71px; } .framer-nEEW8 .framer-imreya { height: min-content; padding: 200px 48px 112px 48px; } .framer-nEEW8 .framer-s1binb { flex: none; height: min-content; order: 0; padding: 0px; width: 100%; } .framer-nEEW8 .framer-1cx0qew { flex: 1 0 0px; gap: 16px; width: 1px; } .framer-nEEW8 .framer-pkl129, .framer-nEEW8 .framer-gg1pe, .framer-nEEW8 .framer-vwxath { height: 120px; } .framer-nEEW8 .framer-16cwi7z, .framer-nEEW8 .framer-eopv81, .framer-nEEW8 .framer-ftuooj { align-content: center; align-items: center; aspect-ratio: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; width: min-content; } .framer-nEEW8 .framer-f85rqk, .framer-nEEW8 .framer-1tdppog, .framer-nEEW8 .framer-1fqdb3o { left: unset; position: relative; top: unset; } .framer-nEEW8 .framer-1jyq3g3, .framer-nEEW8 .framer-fl1bu8, .framer-nEEW8 .framer-1bps28x { padding: 24px; } .framer-nEEW8 .framer-m58a47, .framer-nEEW8 .framer-18p3cqx, .framer-nEEW8 .framer-1pzlhkz, .framer-nEEW8 .framer-1xqbnbb, .framer-nEEW8 .framer-12zhm47, .framer-nEEW8 .framer-5exldv, .framer-nEEW8 .framer-1fd1h0g, .framer-nEEW8 .framer-73fyxr, .framer-nEEW8 .framer-1ix08he, .framer-nEEW8 .framer-btvc4e, .framer-nEEW8 .framer-5j90a4, .framer-nEEW8 .framer-lcxdjz-container { width: 100%; } .framer-nEEW8 .framer-1cyjszq { width: 107%; } .framer-nEEW8 .framer-c63ml6 { padding: 0px 48px 0px 48px; } .framer-nEEW8 .framer-1bfffeb { height: 1067px; order: 0; width: 714px; } .framer-nEEW8 .framer-1nulkxs { height: 638px; left: calc(33.47338935574232% - 479px / 2); top: calc(34.48922211808812% - 638px / 2); width: 479px; } .framer-nEEW8 .framer-w6phc3 { bottom: 64px; left: unset; min-width: 390px; padding: 64px 32px 64px 32px; right: 0px; width: 55%; z-index: 2; } .framer-nEEW8 .framer-i6sp0 { padding: 0px 48px 0px 48px; width: 100%; } .framer-nEEW8 .framer-1903nzj { flex-direction: column; height: 1264px; padding: 0px; width: 100%; } .framer-nEEW8 .framer-pmr6mr { align-content: center; align-items: center; height: min-content; padding: 160px 0px 120px 0px; width: 100%; } .framer-nEEW8 .framer-1cbbymn { align-content: center; align-items: center; } .framer-nEEW8 .framer-1t9470n { flex: none; height: var(--framer-aspect-ratio-supported, 927px); width: 100%; } .framer-nEEW8 .framer-49h413 { aspect-ratio: unset; height: 67%; left: calc(50.00000000000002% - 66.91358024691358% / 2); top: calc(33.441208198489775% - 66.88241639697951% / 2); transform: unset; width: 67%; } .framer-nEEW8 .framer-1f3irt0 { padding: 84px 0px 84px 0px; } .framer-nEEW8 .framer-1vztn9 { flex-direction: column; gap: 32px; height: min-content; justify-content: center; } .framer-nEEW8 .framer-1nmwu87 { flex: none; padding: 64px 40px 64px 40px; width: 100%; } .framer-nEEW8 .framer-1c3zn17 { height: 235px; width: 379px; } .framer-nEEW8 .framer-vqhqum { width: 435px; } .framer-nEEW8 .framer-19h3zrq { top: calc(0.32134966860817643% - 141px / 2); } .framer-nEEW8 .framer-1trmnge { bottom: -3px; left: calc(50.00000000000002% - 216px / 2); top: unset; } .framer-nEEW8 .framer-nld0ul { height: min-content; padding: 0px 48px 0px 48px; width: 100%; } .framer-nEEW8 .framer-3x7a0q { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; padding: 0px; } .framer-nEEW8 .framer-lus5fa { left: unset; position: relative; top: unset; transform: unset; } .framer-nEEW8 .framer-16t2ahu { flex: 1 0 0px; width: 1px; } .framer-nEEW8 .framer-16cckmw { bottom: unset; flex-direction: column; left: unset; position: relative; transform: unset; width: 100%; } .framer-nEEW8 .framer-19cktp3 { flex: none; width: 100%; } .framer-nEEW8 .framer-1nvewfw { padding: 0px; width: 100%; } .framer-nEEW8 .framer-1l6dj4b { padding: 0px 100px 0px 100px; } .framer-nEEW8 .framer-149qzod { width: 80%; } .framer-nEEW8 .framer-12u7maa { bottom: -358px; left: -138px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nEEW8 .framer-l70052, .framer-nEEW8 .framer-1gpt5j5, .framer-nEEW8 .framer-1dzgzjo, .framer-nEEW8 .framer-1cx0qew, .framer-nEEW8 .framer-16cwi7z, .framer-nEEW8 .framer-eopv81, .framer-nEEW8 .framer-ftuooj, .framer-nEEW8 .framer-1903nzj, .framer-nEEW8 .framer-1vztn9, .framer-nEEW8 .framer-3x7a0q, .framer-nEEW8 .framer-16cckmw { gap: 0px; } .framer-nEEW8 .framer-l70052 > *, .framer-nEEW8 .framer-16cwi7z > *, .framer-nEEW8 .framer-eopv81 > *, .framer-nEEW8 .framer-ftuooj > *, .framer-nEEW8 .framer-1903nzj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nEEW8 .framer-l70052 > :first-child, .framer-nEEW8 .framer-1gpt5j5 > :first-child, .framer-nEEW8 .framer-16cwi7z > :first-child, .framer-nEEW8 .framer-eopv81 > :first-child, .framer-nEEW8 .framer-ftuooj > :first-child, .framer-nEEW8 .framer-1903nzj > :first-child, .framer-nEEW8 .framer-1vztn9 > :first-child, .framer-nEEW8 .framer-3x7a0q > :first-child, .framer-nEEW8 .framer-16cckmw > :first-child { margin-top: 0px; } .framer-nEEW8 .framer-l70052 > :last-child, .framer-nEEW8 .framer-1gpt5j5 > :last-child, .framer-nEEW8 .framer-16cwi7z > :last-child, .framer-nEEW8 .framer-eopv81 > :last-child, .framer-nEEW8 .framer-ftuooj > :last-child, .framer-nEEW8 .framer-1903nzj > :last-child, .framer-nEEW8 .framer-1vztn9 > :last-child, .framer-nEEW8 .framer-3x7a0q > :last-child, .framer-nEEW8 .framer-16cckmw > :last-child { margin-bottom: 0px; } .framer-nEEW8 .framer-1gpt5j5 > *, .framer-nEEW8 .framer-1vztn9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-nEEW8 .framer-1dzgzjo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nEEW8 .framer-1dzgzjo > :first-child, .framer-nEEW8 .framer-1cx0qew > :first-child { margin-left: 0px; } .framer-nEEW8 .framer-1dzgzjo > :last-child, .framer-nEEW8 .framer-1cx0qew > :last-child { margin-right: 0px; } .framer-nEEW8 .framer-1cx0qew > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-nEEW8 .framer-3x7a0q > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-nEEW8 .framer-16cckmw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-nEEW8 { background: var(--token-0a2fcbf2-829a-4df1-a073-72e0b2193407, rgb(3, 108, 95)) /* {\"name\":\"Vilu | Primary 1\"} */; } .framer-nEEW8.framer-zfahul { width: 390px; } .framer-nEEW8 .framer-11lv64v { padding: 80px 0px 0px 0px; } .framer-nEEW8 .framer-y7287g { height: 871px; padding: 64px 0px 112px 0px; scroll-margin-top: 80px; width: 100%; } .framer-nEEW8 .framer-l70052 { align-content: center; align-items: center; bottom: unset; flex-direction: column; gap: 65px; padding: 0px 24px 0px 24px; position: relative; right: unset; } .framer-nEEW8 .framer-iup1gu { align-content: center; align-items: center; gap: 32px; padding: 0px; width: 100%; } .framer-nEEW8 .framer-1gpt5j5 { align-content: center; align-items: center; gap: 35px; width: 100%; } .framer-nEEW8 .framer-1rq3k1k { align-content: center; align-items: center; height: 153px; justify-content: center; width: 100%; } .framer-nEEW8 .framer-pz3v6e { justify-content: center; min-width: 320px; } .framer-nEEW8 .framer-v4ygda { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-nEEW8 .framer-1gkewi2 { align-content: center; align-items: center; bottom: -8px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; padding: 3px 0px 3px 0px; position: absolute; transform: translateX(-50%); width: min-content; } .framer-nEEW8 .framer-zvi76v { height: 13px; left: unset; position: relative; top: unset; width: 168px; } .framer-nEEW8 .framer-r16ma9 { width: 90%; } .framer-nEEW8 .framer-1p23e6e { flex-direction: column; padding: 0px; width: 100%; } .framer-nEEW8 .framer-1bilm1n-container, .framer-nEEW8 .framer-1ormu13-container, .framer-nEEW8 .framer-m58a47, .framer-nEEW8 .framer-18p3cqx, .framer-nEEW8 .framer-1pzlhkz, .framer-nEEW8 .framer-1wbkik3-container, .framer-nEEW8 .framer-wjq9at-container, .framer-nEEW8 .framer-1fd1h0g, .framer-nEEW8 .framer-z3by43, .framer-nEEW8 .framer-73fyxr, .framer-nEEW8 .framer-13ilf3z, .framer-nEEW8 .framer-kf8y8j, .framer-nEEW8 .framer-16t2ahu, .framer-nEEW8 .framer-btvc4e, .framer-nEEW8 .framer-5j90a4, .framer-nEEW8 .framer-1lfe1ke-container, .framer-nEEW8 .framer-lcxdjz-container { width: 100%; } .framer-nEEW8 .framer-1dzgzjo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; width: 586px; } .framer-nEEW8 .framer-3g15hr { aspect-ratio: 0.7458471760797342 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 457px); left: unset; order: 1; position: relative; width: 341px; } .framer-nEEW8 .framer-fmb1u { bottom: 40px; left: calc(29.180887372013675% - 146px / 2); order: 0; } .framer-nEEW8 .framer-imreya { height: min-content; padding: 210px 24px 80px 24px; } .framer-nEEW8 .framer-s1binb { flex: none; height: min-content; order: 0; padding: 0px; width: 100%; } .framer-nEEW8 .framer-1cx0qew { flex-direction: column; gap: 16px; width: 390px; } .framer-nEEW8 .framer-19ryyek, .framer-nEEW8 .framer-amfu27, .framer-nEEW8 .framer-19cktp3 { flex: none; width: 100%; } .framer-nEEW8 .framer-pkl129, .framer-nEEW8 .framer-gg1pe, .framer-nEEW8 .framer-vwxath { height: 120px; } .framer-nEEW8 .framer-16cwi7z, .framer-nEEW8 .framer-eopv81, .framer-nEEW8 .framer-ftuooj { align-content: center; align-items: center; aspect-ratio: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; width: min-content; } .framer-nEEW8 .framer-f85rqk, .framer-nEEW8 .framer-1tdppog, .framer-nEEW8 .framer-1fqdb3o, .framer-nEEW8 .framer-fz7z3o { left: unset; position: relative; top: unset; } .framer-nEEW8 .framer-1jyq3g3, .framer-nEEW8 .framer-fl1bu8 { padding: 24px; } .framer-nEEW8 .framer-1qwuj2o, .framer-nEEW8 .framer-1ofdxi9, .framer-nEEW8 .framer-1cyjszq, .framer-nEEW8 .framer-1l6dj4b { padding: 0px 24px 0px 24px; } .framer-nEEW8 .framer-1dmvp58 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-nEEW8 .framer-1mq00gj { flex: none; height: min-content; } .framer-nEEW8 .framer-1bps28x { flex: none; height: min-content; padding: 24px; } .framer-nEEW8 .framer-c63ml6 { padding: 80px 24px 80px 24px; } .framer-nEEW8 .framer-1bfffeb { height: 871px; overflow: visible; width: 390px; } .framer-nEEW8 .framer-1nulkxs { height: 462px; left: calc(50.00000000000002% - 351px / 2); top: 0px; width: 351px; } .framer-nEEW8 .framer-w6phc3 { align-content: center; align-items: center; bottom: -54px; left: 50%; padding: 32px; transform: translateX(-50%); width: 85%; z-index: 2; } .framer-nEEW8 .framer-17uyq5j { align-content: center; align-items: center; justify-content: center; } .framer-nEEW8 .framer-1xqbnbb { order: 0; width: 100%; } .framer-nEEW8 .framer-12zhm47 { order: 1; width: 100%; } .framer-nEEW8 .framer-5exldv { flex-direction: column; width: 100%; } .framer-nEEW8 .framer-vz0meh, .framer-nEEW8 .framer-1f3irt0 { padding: 80px 0px 80px 0px; } .framer-nEEW8 .framer-i6sp0 { gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 24px 0px 24px; width: 100%; } .framer-nEEW8 .framer-18da6gm, .framer-nEEW8 .framer-1cbbymn { align-content: center; align-items: center; } .framer-nEEW8 .framer-frzo2i-container { height: 430px; } .framer-nEEW8 .framer-xeyr44 { left: 53%; top: 102%; } .framer-nEEW8 .framer-1903nzj { flex-direction: column; height: 842px; padding: 0px; width: 100%; } .framer-nEEW8 .framer-pmr6mr { align-content: center; align-items: center; height: min-content; padding: 120px 24px 80px 24px; width: 100%; } .framer-nEEW8 .framer-i0vspb-container, .framer-nEEW8 .framer-17rgk3b-container { flex: 1 0 0px; width: 1px; } .framer-nEEW8 .framer-1t9470n { align-content: center; align-items: center; aspect-ratio: 0.8666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 450px); justify-content: flex-start; padding: 0px; width: 100%; } .framer-nEEW8 .framer-49h413 { aspect-ratio: unset; left: unset; position: relative; top: unset; transform: unset; width: 100%; } .framer-nEEW8 .framer-1ix08he { padding: 0px 24px 0px 24px; width: 100%; } .framer-nEEW8 .framer-1vztn9 { flex-direction: column; gap: 32px; height: min-content; justify-content: center; } .framer-nEEW8 .framer-1nmwu87 { flex: none; padding: 40px 24px 40px 24px; width: 100%; } .framer-nEEW8 .framer-1c3zn17 { height: 204px; width: 293px; } .framer-nEEW8 .framer-vqhqum { width: 261px; } .framer-nEEW8 .framer-2t48kf { height: 100px; width: 121px; } .framer-nEEW8 .framer-119m24t { flex: 1 0 0px; height: 100px; width: 1px; } .framer-nEEW8 .framer-yzk394 { height: 88px; width: 105px; } .framer-nEEW8 .framer-f3k2rw { height: 100px; width: 118px; } .framer-nEEW8 .framer-1hodb3z { aspect-ratio: 1.2133333333333334 / 1; height: var(--framer-aspect-ratio-supported, 91px); width: 110px; } .framer-nEEW8 .framer-61t8l { aspect-ratio: 1.2133333333333334 / 1; height: var(--framer-aspect-ratio-supported, 98px); width: 118px; } .framer-nEEW8 .framer-1yu0fnc { aspect-ratio: 1.2133333333333334 / 1; height: var(--framer-aspect-ratio-supported, 91px); width: 111px; } .framer-nEEW8 .framer-1aqf3ly { aspect-ratio: 1.2133333333333334 / 1; height: var(--framer-aspect-ratio-supported, 92px); width: 112px; } .framer-nEEW8 .framer-19h3zrq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; right: -1px; top: -1%; transform: translateY(-50%); width: min-content; } .framer-nEEW8 .framer-1trmnge { height: 87px; left: unset; order: 0; position: relative; top: unset; width: 134px; } .framer-nEEW8 .framer-gj9m23 { align-content: center; align-items: center; bottom: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; padding: 0px; top: 100%; transform: translate(-50%, -50%); width: min-content; } .framer-nEEW8 .framer-13cr6hl { bottom: unset; height: 69px; left: unset; position: relative; right: unset; top: unset; width: 105px; } .framer-nEEW8 .framer-15ssrxm { padding: 120px 0px 80px 0px; } .framer-nEEW8 .framer-nld0ul { height: min-content; padding: 0px 24px 0px 24px; width: 100%; } .framer-nEEW8 .framer-3x7a0q { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; padding: 0px; } .framer-nEEW8 .framer-lus5fa { flex-direction: column; gap: 24px; justify-content: center; left: unset; position: relative; top: unset; transform: unset; } .framer-nEEW8 .framer-16cckmw { bottom: unset; flex-direction: column; left: unset; position: relative; transform: unset; width: 100%; } .framer-nEEW8 .framer-xdgb1p { align-content: center; align-items: center; bottom: -44px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; padding: 0px; transform: translateX(-50%); width: min-content; } .framer-nEEW8 .framer-1nvewfw { height: min-content; justify-content: flex-start; padding: 0px; width: 100%; } .framer-nEEW8 .framer-149qzod { width: 80%; } .framer-nEEW8 .framer-12u7maa { bottom: -303px; left: -152px; z-index: 0; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nEEW8 .framer-l70052, .framer-nEEW8 .framer-iup1gu, .framer-nEEW8 .framer-1gpt5j5, .framer-nEEW8 .framer-1gkewi2, .framer-nEEW8 .framer-1p23e6e, .framer-nEEW8 .framer-1dzgzjo, .framer-nEEW8 .framer-1cx0qew, .framer-nEEW8 .framer-16cwi7z, .framer-nEEW8 .framer-eopv81, .framer-nEEW8 .framer-ftuooj, .framer-nEEW8 .framer-5exldv, .framer-nEEW8 .framer-i6sp0, .framer-nEEW8 .framer-1903nzj, .framer-nEEW8 .framer-1t9470n, .framer-nEEW8 .framer-1vztn9, .framer-nEEW8 .framer-19h3zrq, .framer-nEEW8 .framer-gj9m23, .framer-nEEW8 .framer-3x7a0q, .framer-nEEW8 .framer-lus5fa, .framer-nEEW8 .framer-16cckmw, .framer-nEEW8 .framer-xdgb1p { gap: 0px; } .framer-nEEW8 .framer-l70052 > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-nEEW8 .framer-l70052 > :first-child, .framer-nEEW8 .framer-iup1gu > :first-child, .framer-nEEW8 .framer-1gpt5j5 > :first-child, .framer-nEEW8 .framer-1gkewi2 > :first-child, .framer-nEEW8 .framer-1p23e6e > :first-child, .framer-nEEW8 .framer-1dzgzjo > :first-child, .framer-nEEW8 .framer-1cx0qew > :first-child, .framer-nEEW8 .framer-16cwi7z > :first-child, .framer-nEEW8 .framer-eopv81 > :first-child, .framer-nEEW8 .framer-ftuooj > :first-child, .framer-nEEW8 .framer-5exldv > :first-child, .framer-nEEW8 .framer-i6sp0 > :first-child, .framer-nEEW8 .framer-1903nzj > :first-child, .framer-nEEW8 .framer-1t9470n > :first-child, .framer-nEEW8 .framer-1vztn9 > :first-child, .framer-nEEW8 .framer-3x7a0q > :first-child, .framer-nEEW8 .framer-lus5fa > :first-child, .framer-nEEW8 .framer-16cckmw > :first-child { margin-top: 0px; } .framer-nEEW8 .framer-l70052 > :last-child, .framer-nEEW8 .framer-iup1gu > :last-child, .framer-nEEW8 .framer-1gpt5j5 > :last-child, .framer-nEEW8 .framer-1gkewi2 > :last-child, .framer-nEEW8 .framer-1p23e6e > :last-child, .framer-nEEW8 .framer-1dzgzjo > :last-child, .framer-nEEW8 .framer-1cx0qew > :last-child, .framer-nEEW8 .framer-16cwi7z > :last-child, .framer-nEEW8 .framer-eopv81 > :last-child, .framer-nEEW8 .framer-ftuooj > :last-child, .framer-nEEW8 .framer-5exldv > :last-child, .framer-nEEW8 .framer-i6sp0 > :last-child, .framer-nEEW8 .framer-1903nzj > :last-child, .framer-nEEW8 .framer-1t9470n > :last-child, .framer-nEEW8 .framer-1vztn9 > :last-child, .framer-nEEW8 .framer-3x7a0q > :last-child, .framer-nEEW8 .framer-lus5fa > :last-child, .framer-nEEW8 .framer-16cckmw > :last-child { margin-bottom: 0px; } .framer-nEEW8 .framer-iup1gu > *, .framer-nEEW8 .framer-1vztn9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-nEEW8 .framer-1gpt5j5 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-nEEW8 .framer-1gkewi2 > *, .framer-nEEW8 .framer-1dzgzjo > *, .framer-nEEW8 .framer-1t9470n > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nEEW8 .framer-1p23e6e > *, .framer-nEEW8 .framer-1cx0qew > *, .framer-nEEW8 .framer-5exldv > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nEEW8 .framer-16cwi7z > *, .framer-nEEW8 .framer-eopv81 > *, .framer-nEEW8 .framer-ftuooj > *, .framer-nEEW8 .framer-1903nzj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nEEW8 .framer-i6sp0 > *, .framer-nEEW8 .framer-16cckmw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nEEW8 .framer-19h3zrq > *, .framer-nEEW8 .framer-gj9m23 > *, .framer-nEEW8 .framer-xdgb1p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nEEW8 .framer-19h3zrq > :first-child, .framer-nEEW8 .framer-gj9m23 > :first-child, .framer-nEEW8 .framer-xdgb1p > :first-child { margin-left: 0px; } .framer-nEEW8 .framer-19h3zrq > :last-child, .framer-nEEW8 .framer-gj9m23 > :last-child, .framer-nEEW8 .framer-xdgb1p > :last-child { margin-right: 0px; } .framer-nEEW8 .framer-3x7a0q > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-nEEW8 .framer-lus5fa > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8974\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"U0uuS_BL2\":{\"layout\":[\"fixed\",\"auto\"]},\"hXYrkkTQd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerCqJoqVWuA=withCSS(Component,css,\"framer-nEEW8\");export default FramerCqJoqVWuA;FramerCqJoqVWuA.displayName=\"Home\";FramerCqJoqVWuA.defaultProps={height:8974,width:1440};addFonts(FramerCqJoqVWuA,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ComponentsNavigationFonts,...ComponentsButtonFonts,...PhosphorFonts,...SlideshowFonts,...ComponentsBlogFonts,...FormSparkFonts,...ComponentsFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCqJoqVWuA\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U0uuS_BL2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hXYrkkTQd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"8974\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "emailRegex", "validateEmail", "email", "FormSpark", "withCSS", "formId", "withName", "name", "withEmail", "withMessage", "message", "layout", "inputs", "button", "style", "gap", "onSubmit", "props", "nameValue", "setName", "ye", "emailValue", "setEmail", "messageValue", "setMessage", "isNameError", "setNameError", "isEmailError", "setEmailError", "isMessageError", "setMessageError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "gridTemplateRows", "rows", "gridTemplateColumns", "cols", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "error", "handleSubmit", "event", "data", "entries", "handleNameChange", "handleEmailChange", "handleMessageChange", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "FormSpark_default", "noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "sync", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "ComponentsNavigationFonts", "getFonts", "v5SWo_oth_default", "ComponentsNavigationWithVariantAppearEffect", "withVariantAppearEffect", "MotionDivWithFX", "withFX", "motion", "ComponentsButtonFonts", "NzTnkrstj_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "ImageWithOptimizedAppearEffect", "Image2", "MotionDivWithOptimizedAppearEffect", "ImageWithFX", "PhosphorFonts", "Icon", "SlideshowFonts", "Slideshow", "ComponentsBlogFonts", "gsin7iqZt_default", "FormSparkFonts", "FormSpark_default", "ContainerWithFX", "Container", "ComponentsFooterFonts", "aX1i_JPLe_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "transition2", "animation1", "animation2", "animation3", "transition3", "transition4", "transformTemplate1", "_", "transition5", "animation4", "animation5", "transition6", "animation6", "transition7", "animation7", "animation8", "transition8", "transition9", "animation9", "transition10", "transition11", "animation10", "transition12", "animation11", "transition13", "animation12", "transition14", "animation13", "transition15", "animation14", "transition16", "animation15", "transition17", "transformTemplate2", "transformTemplate3", "transition18", "transition19", "transition20", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "animation16", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "hICkn6OPrbWE3Pl8n3", "F5UNeEgl_bWE3Pl8n3", "lBarKnO_UbWE3Pl8n3", "feI0bYbu8bWE3Pl8n3", "UZGBveD5WbWE3Pl8n3", "idbWE3Pl8n3", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "ref2", "ref3", "ref4", "ref5", "elementId", "useRouteElementId", "router", "useRouter", "elementId1", "ref6", "elementId2", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId3", "elementId4", "ref7", "elementId5", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "PropertyOverrides2", "x", "RichText2", "SVG", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "resolvedLinks1", "Link", "resolvedLinks2", "ChildrenCanSuspend", "TKsa8QkJk_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "resolvedLinks3", "css", "FramerCqJoqVWuA", "withCSS", "CqJoqVWuA_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
