{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js", "ssg:https://framerusercontent.com/modules/9O29f3lJACThbLYJUP9K/NIaSmN6bfMkihAfrYIKs/bCsylaZer.js", "ssg:https://framerusercontent.com/modules/8YB8rcssqjIlPoUTf56z/5NBUezD5lKSG6YvQG85z/c8gSubyBU.js", "ssg:https://framerusercontent.com/modules/1ZMTYPo53oQoCG7BriU2/CUElKucIsTve3jr23aRf/f2JO59Fym.js", "ssg:https://framerusercontent.com/modules/W4hx58oAsThsU24d1IkU/AZ1myNk1iUsFIHpl2J0o/genXL_p6L.js", "ssg:https://framerusercontent.com/modules/RBrvzIMapyOIBu9PrEcz/9bOrEuum3AM8uP15PolB/PEXfMODMI.js", "ssg:https://framerusercontent.com/modules/7fCucP39B9OHOhgwV4Tr/cktQTr77VbY6u6pKt4tP/UGOgHyK9m.js", "ssg:https://framerusercontent.com/modules/niKDzChcxxdvFLYK3mkh/iwY5DQsakIfyh7MJH6dz/Vg4AAc2S7.js", "ssg:https://framerusercontent.com/modules/eb0v5yW3EkQcBeaMogKu/bzqljG5nODyXmoj0pqY8/w5pLAkAzV.js", "ssg:https://framerusercontent.com/modules/SIzrRIWSUCQ9JTYBAnKU/szQSe8ErAp6Bx557ei3O/xnAxrmupU.js", "ssg:https://framerusercontent.com/modules/aNAwURy7Z9G9t7LjuB5X/pRCsE09UqWdMxq6bT0h0/xsR3kkEiK.js", "ssg:https://framerusercontent.com/modules/1Y4NePdZOUOxwK1H0BnM/vTV5bSdiqfj0c1EB8Br5/xwZ1HDFwe.js", "ssg:https://framerusercontent.com/modules/yUteS0ynpJD3jXNio9jv/6Gm7aB2UiW1WE03tURBt/xZEeuGphO.js", "ssg:https://framerusercontent.com/modules/Iyhp7GKZJS28uws4okDO/zNQ8M2CqCZlx7gtQ4bZl/RBRSzH2SZ.js"],
  "sourcesContent": ["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 isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);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 r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}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,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "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", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { 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{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp,progress}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{startTransition(()=>setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches));},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,MozMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}const findNextItem=(delta,target)=>{if(!scrollInfo.current)return;const{current}=scrollInfo.current;const{children}=carouselRef.current;let scrollTarget;let i=delta===1?0:children.length-1;while(scrollTarget===undefined){const item=children[i];const start=axis?item.offsetLeft:item.offsetTop;const length=axis?item.offsetWidth:item.offsetHeight;const end=start+length;const threshold=.05;if(delta===1){const visibility=progress(start,end,target);if(visibility<1-threshold){scrollTarget=start;}else if(i===children.length-1){scrollTarget=end;}}else if(delta===-1){const visibility=progress(start,end,target);if(visibility>threshold){scrollTarget=end;}else if(i===0){scrollTarget=start;}}i+=delta;}return scrollTarget;};const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=page=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;goto(page*(scrollLength/(numPages-1)));};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));gotoPage(currentPage+delta);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>gotoPage(i),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>{var _child_props;return /*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,...childStyle}})});})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/_jsx(MouseStyles,{})]});}/* Default Properties */Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},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:0,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:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},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:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{var _scrollInfo_current,_scrollInfo_current1;if(!((_scrollInfo_current=scrollInfo.current)===null||_scrollInfo_current===void 0?void 0:_scrollInfo_current.scrollLength)){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=((_scrollInfo_current1=scrollInfo.current)===null||_scrollInfo_current1===void 0?void 0:_scrollInfo_current1.scrollLength)/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&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,opacity}})});}function Placeholder(){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* 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:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};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\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */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\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-a0b65\";const variantClassNames={JCd47QP2H:\"framer-v-19xgq0t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"JCd47QP2H\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19xgq0t\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"JCd47QP2H\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-uhzok6\",\"data-framer-name\":\"stars\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"JvIRAjG9n\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 120 25\"><path d=\"M 18.483 16.853 C 17.116 17.181 15.689 17.165 14.33 16.806 C 12.971 16.448 11.722 15.758 10.695 14.798 C 9.668 13.838 8.895 12.639 8.445 11.307 C 7.995 9.975 7.883 8.552 8.118 7.167 C 8.082 7.201 8.044 7.233 8.005 7.263 C 7.725 7.476 7.375 7.556 6.675 7.713 L 6.04 7.857 C 3.58 8.415 2.35 8.693 2.057 9.634 C 1.765 10.574 2.603 11.555 4.28 13.516 L 4.714 14.023 C 5.19 14.58 5.429 14.859 5.536 15.203 C 5.643 15.548 5.607 15.92 5.535 16.663 L 5.469 17.34 C 5.216 19.957 5.089 21.265 5.855 21.846 C 6.621 22.428 7.773 21.898 10.075 20.837 L 10.672 20.563 C 11.326 20.261 11.653 20.111 12 20.111 C 12.347 20.111 12.674 20.261 13.329 20.563 L 13.924 20.837 C 16.227 21.897 17.379 22.427 18.144 21.847 C 18.911 21.265 18.784 19.957 18.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 9.153 5.493 L 8.825 6.081 C 8.465 6.727 8.285 7.05 8.005 7.263 C 8.045 7.233 8.082 7.201 8.118 7.166 C 7.883 8.552 7.996 9.975 8.445 11.307 C 8.895 12.639 9.668 13.838 10.695 14.798 C 11.723 15.758 12.972 16.448 14.331 16.807 C 15.69 17.165 17.117 17.181 18.484 16.852 L 18.464 16.662 C 18.393 15.919 18.357 15.547 18.464 15.202 C 18.571 14.858 18.809 14.579 19.286 14.022 L 19.72 13.515 C 21.397 11.555 22.235 10.574 21.942 9.633 C 21.65 8.692 20.42 8.413 17.96 7.857 L 17.324 7.713 C 16.625 7.555 16.275 7.476 15.994 7.263 C 15.714 7.05 15.534 6.727 15.174 6.081 L 14.847 5.493 C 13.58 3.221 12.947 2.085 12 2.085 C 11.053 2.085 10.42 3.221 9.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path><path d=\"M 42.483 16.853 C 41.116 17.181 39.69 17.165 38.33 16.806 C 36.971 16.448 35.722 15.758 34.695 14.798 C 33.668 13.838 32.895 12.639 32.445 11.307 C 31.996 9.975 31.883 8.552 32.118 7.167 C 32.083 7.201 32.045 7.233 32.005 7.263 C 31.725 7.476 31.375 7.556 30.675 7.713 L 30.04 7.857 C 27.58 8.415 26.35 8.693 26.057 9.634 C 25.765 10.574 26.603 11.555 28.28 13.516 L 28.714 14.023 C 29.19 14.58 29.429 14.859 29.536 15.203 C 29.643 15.548 29.607 15.92 29.535 16.663 L 29.469 17.34 C 29.216 19.957 29.089 21.265 29.855 21.846 C 30.621 22.428 31.773 21.898 34.075 20.837 L 34.672 20.563 C 35.326 20.261 35.653 20.111 36 20.111 C 36.347 20.111 36.674 20.261 37.329 20.563 L 37.924 20.837 C 40.227 21.897 41.379 22.427 42.144 21.847 C 42.911 21.265 42.784 19.957 42.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 33.153 5.493 L 32.825 6.081 C 32.465 6.727 32.285 7.05 32.005 7.263 C 32.045 7.233 32.082 7.201 32.118 7.166 C 31.883 8.552 31.995 9.975 32.445 11.307 C 32.895 12.639 33.668 13.838 34.695 14.798 C 35.722 15.758 36.972 16.448 38.331 16.807 C 39.69 17.165 41.117 17.181 42.484 16.852 L 42.464 16.662 C 42.393 15.919 42.357 15.547 42.464 15.202 C 42.571 14.858 42.809 14.579 43.286 14.022 L 43.72 13.515 C 45.397 11.555 46.235 10.574 45.942 9.633 C 45.65 8.692 44.42 8.413 41.96 7.857 L 41.324 7.713 C 40.625 7.555 40.275 7.476 39.994 7.263 C 39.714 7.05 39.534 6.727 39.174 6.081 L 38.847 5.493 C 37.58 3.221 36.947 2.085 36 2.085 C 35.053 2.085 34.42 3.221 33.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path><path d=\"M 66.483 16.853 C 65.116 17.181 63.69 17.165 62.33 16.806 C 60.971 16.448 59.722 15.758 58.695 14.798 C 57.668 13.838 56.895 12.639 56.445 11.307 C 55.996 9.975 55.883 8.552 56.118 7.167 C 56.083 7.201 56.045 7.233 56.005 7.263 C 55.725 7.476 55.375 7.556 54.675 7.713 L 54.04 7.857 C 51.58 8.415 50.35 8.693 50.057 9.634 C 49.765 10.574 50.603 11.555 52.28 13.516 L 52.714 14.023 C 53.19 14.58 53.429 14.859 53.536 15.203 C 53.643 15.548 53.607 15.92 53.535 16.663 L 53.469 17.34 C 53.216 19.957 53.089 21.265 53.855 21.846 C 54.621 22.428 55.773 21.898 58.075 20.837 L 58.672 20.563 C 59.326 20.261 59.653 20.111 60 20.111 C 60.347 20.111 60.674 20.261 61.329 20.563 L 61.924 20.837 C 64.227 21.897 65.379 22.427 66.144 21.847 C 66.911 21.265 66.784 19.957 66.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 57.153 5.493 L 56.825 6.081 C 56.465 6.727 56.285 7.05 56.005 7.263 C 56.045 7.233 56.082 7.201 56.118 7.166 C 55.883 8.552 55.995 9.975 56.445 11.307 C 56.895 12.639 57.668 13.838 58.695 14.798 C 59.722 15.758 60.972 16.448 62.331 16.807 C 63.69 17.165 65.117 17.181 66.484 16.852 L 66.464 16.662 C 66.393 15.919 66.357 15.547 66.464 15.202 C 66.571 14.858 66.809 14.579 67.286 14.022 L 67.72 13.515 C 69.397 11.555 70.235 10.574 69.942 9.633 C 69.65 8.692 68.42 8.413 65.96 7.857 L 65.324 7.713 C 64.625 7.555 64.275 7.476 63.994 7.263 C 63.714 7.05 63.534 6.727 63.174 6.081 L 62.847 5.493 C 61.58 3.221 60.947 2.085 60 2.085 C 59.053 2.085 58.42 3.221 57.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path><path d=\"M 90.483 16.853 C 89.116 17.181 87.689 17.165 86.33 16.806 C 84.971 16.448 83.722 15.758 82.695 14.798 C 81.668 13.838 80.895 12.639 80.445 11.307 C 79.996 9.975 79.883 8.552 80.118 7.167 C 80.082 7.201 80.045 7.233 80.005 7.263 C 79.725 7.476 79.375 7.556 78.675 7.713 L 78.04 7.857 C 75.58 8.415 74.35 8.693 74.057 9.634 C 73.765 10.574 74.603 11.555 76.28 13.516 L 76.714 14.023 C 77.19 14.58 77.429 14.859 77.536 15.203 C 77.643 15.548 77.607 15.92 77.535 16.663 L 77.469 17.34 C 77.216 19.957 77.089 21.265 77.855 21.846 C 78.621 22.428 79.773 21.898 82.075 20.837 L 82.672 20.563 C 83.326 20.261 83.653 20.111 84 20.111 C 84.347 20.111 84.674 20.261 85.329 20.563 L 85.924 20.837 C 88.227 21.897 89.379 22.427 90.144 21.847 C 90.911 21.265 90.784 19.957 90.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 81.153 5.493 L 80.825 6.081 C 80.465 6.727 80.285 7.05 80.005 7.263 C 80.045 7.233 80.082 7.201 80.118 7.166 C 79.883 8.552 79.996 9.975 80.445 11.307 C 80.895 12.639 81.668 13.838 82.695 14.798 C 83.722 15.758 84.972 16.448 86.331 16.807 C 87.69 17.165 89.117 17.181 90.484 16.852 L 90.464 16.662 C 90.393 15.919 90.357 15.547 90.464 15.202 C 90.571 14.858 90.809 14.579 91.286 14.022 L 91.72 13.515 C 93.397 11.555 94.235 10.574 93.942 9.633 C 93.65 8.692 92.42 8.413 89.96 7.857 L 89.324 7.713 C 88.625 7.555 88.275 7.476 87.994 7.263 C 87.714 7.05 87.534 6.727 87.174 6.081 L 86.847 5.493 C 85.58 3.221 84.947 2.085 84 2.085 C 83.053 2.085 82.42 3.221 81.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path><path d=\"M 114.483 16.853 C 113.116 17.181 111.689 17.165 110.33 16.806 C 108.971 16.448 107.722 15.758 106.695 14.798 C 105.668 13.838 104.895 12.639 104.445 11.307 C 103.995 9.975 103.883 8.552 104.118 7.167 C 104.082 7.201 104.045 7.233 104.005 7.263 C 103.725 7.476 103.375 7.556 102.675 7.713 L 102.04 7.857 C 99.58 8.415 98.35 8.693 98.057 9.634 C 97.765 10.574 98.603 11.555 100.28 13.516 L 100.714 14.023 C 101.19 14.58 101.429 14.859 101.536 15.203 C 101.643 15.548 101.607 15.92 101.535 16.663 L 101.469 17.34 C 101.216 19.957 101.089 21.265 101.855 21.846 C 102.621 22.428 103.773 21.898 106.075 20.837 L 106.672 20.563 C 107.326 20.261 107.653 20.111 108 20.111 C 108.347 20.111 108.674 20.261 109.329 20.563 L 109.924 20.837 C 112.227 21.897 113.379 22.427 114.144 21.847 C 114.911 21.265 114.784 19.957 114.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 105.153 5.493 L 104.825 6.081 C 104.465 6.727 104.285 7.05 104.005 7.263 C 104.045 7.233 104.082 7.201 104.118 7.166 C 103.883 8.552 103.995 9.975 104.445 11.307 C 104.895 12.639 105.668 13.838 106.695 14.798 C 107.722 15.758 108.971 16.448 110.331 16.807 C 111.69 17.165 113.117 17.181 114.484 16.852 L 114.464 16.662 C 114.393 15.919 114.357 15.547 114.464 15.202 C 114.571 14.858 114.809 14.579 115.286 14.022 L 115.72 13.515 C 117.397 11.555 118.235 10.574 117.942 9.633 C 117.65 8.692 116.42 8.413 113.96 7.857 L 113.324 7.713 C 112.625 7.555 112.275 7.476 111.994 7.263 C 111.714 7.05 111.534 6.727 111.174 6.081 L 110.847 5.493 C 109.58 3.221 108.947 2.085 108 2.085 C 107.053 2.085 106.42 3.221 105.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path></svg>',svgContentId:11920125635,withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c067dv\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"Z1C0xj9qd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255)))\"},children:\"A Adriana \\xe9 uma profissional extremamente competente. Suas habilidades criativas aliadas com sua organiza\\xe7\\xe3o e senso de prioriza\\xe7\\xe3o s\\xe3o diferenciais em ambientes extremamente exigentes e complexos. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255)))\"},children:\"Al\\xe9m disso, ela consegue se posicionar de uma forma clara, objetiva e consistente passando muita credibilidade a todos os stakeholders. Por esses motivos, posso afirmar que a Adriana ser\\xe1 pe\\xe7a chave em qualquer contexto no qual ela estiver.\"})]}),className:\"framer-17wjyky\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wSJqoympR\",style:{\"--extracted-2gxw0f\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qkmpmq\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"Phq6wtm5B\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k7nd1f\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"ykz1l5LPi\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||434)-48-(25+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||434)-48-344)/1)*1+2+257+60))/2+(25+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||434)-48-344)/1)*1+2)+60)+0),pixelHeight:100,pixelWidth:100,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/rPg65ovZ5cByKpaoN1r23bEWoZk.jpeg\"},className:\"framer-4wrg1h\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"InMr1pUxf\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(218, 218, 237)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-apu1cd\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"i6E0pgEjt\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(218, 218, 237, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1snkd9s\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"emDIUe3sQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255)))\"},children:\"Renan Cunha\"})}),className:\"framer-hewxl1\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gT7u5RoYa\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(202, 237, 228, 0.6)))\"},children:\"Senior Product Manager\"})}),className:\"framer-1li9fjn\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"PhVE9aLml\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(202, 237, 228, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a0b65.framer-1qxhejm, .framer-a0b65 .framer-1qxhejm { display: block; }\",\".framer-a0b65.framer-19xgq0t { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 434px; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 584px; will-change: var(--framer-will-change-override, transform); }\",\".framer-a0b65 .framer-uhzok6 { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-a0b65 .framer-1c067dv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a0b65 .framer-17wjyky { flex: 1 0 0px; height: 1px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a0b65 .framer-qkmpmq { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-a0b65 .framer-1k7nd1f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a0b65 .framer-4wrg1h { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-a0b65 .framer-apu1cd { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-a0b65 .framer-1snkd9s { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-a0b65 .framer-hewxl1, .framer-a0b65 .framer-1li9fjn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-a0b65.framer-19xgq0t, .framer-a0b65 .framer-1c067dv, .framer-a0b65 .framer-1k7nd1f, .framer-a0b65 .framer-1snkd9s { gap: 0px; } .framer-a0b65.framer-19xgq0t > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-a0b65.framer-19xgq0t > :first-child, .framer-a0b65 .framer-1c067dv > :first-child, .framer-a0b65 .framer-1snkd9s > :first-child { margin-top: 0px; } .framer-a0b65.framer-19xgq0t > :last-child, .framer-a0b65 .framer-1c067dv > :last-child, .framer-a0b65 .framer-1snkd9s > :last-child { margin-bottom: 0px; } .framer-a0b65 .framer-1c067dv > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-a0b65 .framer-1k7nd1f > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-a0b65 .framer-1k7nd1f > :first-child { margin-left: 0px; } .framer-a0b65 .framer-1k7nd1f > :last-child { margin-right: 0px; } .framer-a0b65 .framer-1snkd9s > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-a0b65[data-border=\"true\"]::after, .framer-a0b65 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 434\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbCsylaZer=withCSS(Component,css,\"framer-a0b65\");export default FramerbCsylaZer;FramerbCsylaZer.displayName=\"Testimonial-Card 01\";FramerbCsylaZer.defaultProps={height:434,width:584};addFonts(FramerbCsylaZer,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbCsylaZer\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"434\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"584\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-ybysK\";const variantClassNames={NY0LBuUnB:\"framer-v-mi9tpj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"NY0LBuUnB\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-mi9tpj\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"NY0LBuUnB\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11bhts7\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"yRMcxDrlL\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bpgetz\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"YkM3FxmT4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Adriana \\xe9 mais do que uma UX com grande conhecimento e expertise, mas sim uma gestora capaz de compreender as incertezas que um projeto ou trabalho de consultoria no meio de produtos digitais \\xe9 normal de se ter. Com essa habilidade consegue ler de forma clara os momentos onde pode dar total autonomia e quando pode ser uma dupla do seu pr\\xf3prio time, vestindo a mesma camisa ou at\\xe9 mesmo sentando na mesma cadeira.\"})}),className:\"framer-1569xi9\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"L7T6UeCse\",style:{\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r0wtxk\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"rPfAArdZC\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bn0m1d\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"prOUwfhSB\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+(0+(25+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||434)-48-344)/1)*1+2)+60)+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QYDymjkQtjtkCpu4c9XbLjwbY.png\"},className:\"framer-1hpanks\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"F15NZreZX\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s71twj\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"bCTFhPGCp\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rclsmq\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"OCuw25Jh5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17)))\"},children:\"Maria Septimus\"})}),className:\"framer-1vtdh4h\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Cz1vQPRki\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6)))\"},children:\"Lead Designer, Dynamics Agency\"})}),className:\"framer-1w7kom8\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"t07B3wDxV\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ybysK.framer-4ef0n2, .framer-ybysK .framer-4ef0n2 { display: block; }\",\".framer-ybysK.framer-mi9tpj { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 434px; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 584px; }\",\".framer-ybysK .framer-11bhts7 { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-ybysK .framer-1bpgetz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ybysK .framer-1569xi9 { flex: 1 0 0px; height: 1px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ybysK .framer-r0wtxk { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-ybysK .framer-bn0m1d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ybysK .framer-1hpanks { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-ybysK .framer-1s71twj { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ybysK .framer-rclsmq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ybysK .framer-1vtdh4h, .framer-ybysK .framer-1w7kom8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ybysK.framer-mi9tpj, .framer-ybysK .framer-1bpgetz, .framer-ybysK .framer-bn0m1d, .framer-ybysK .framer-rclsmq { gap: 0px; } .framer-ybysK.framer-mi9tpj > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ybysK.framer-mi9tpj > :first-child, .framer-ybysK .framer-1bpgetz > :first-child, .framer-ybysK .framer-rclsmq > :first-child { margin-top: 0px; } .framer-ybysK.framer-mi9tpj > :last-child, .framer-ybysK .framer-1bpgetz > :last-child, .framer-ybysK .framer-rclsmq > :last-child { margin-bottom: 0px; } .framer-ybysK .framer-1bpgetz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ybysK .framer-bn0m1d > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ybysK .framer-bn0m1d > :first-child { margin-left: 0px; } .framer-ybysK .framer-bn0m1d > :last-child { margin-right: 0px; } .framer-ybysK .framer-rclsmq > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-ybysK[data-border=\"true\"]::after, .framer-ybysK [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 434\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerc8gSubyBU=withCSS(Component,css,\"framer-ybysK\");export default Framerc8gSubyBU;Framerc8gSubyBU.displayName=\"Testimonial-Card 03\";Framerc8gSubyBU.defaultProps={height:434,width:584};addFonts(Framerc8gSubyBU,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc8gSubyBU\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"584\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"434\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-HGpDD\";const variantClassNames={LYj8LHKj6:\"framer-v-19sq9a2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"LYj8LHKj6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19sq9a2\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"LYj8LHKj6\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-vzisx4\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"fcMxvxzs4\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1drubxh\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"Mz6sNTHSn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Adriana \\xe9 mais do que uma UX com grande conhecimento e expertise, mas sim uma gestora capaz de compreender as incertezas que um projeto ou trabalho de consultoria no meio de produtos digitais \\xe9 normal de se ter. Com essa habilidade consegue ler de forma clara os momentos onde pode dar total autonomia e quando pode ser uma dupla do seu pr\\xf3prio time, vestindo a mesma camisa ou at\\xe9 mesmo sentando na mesma cadeira.\"})}),className:\"framer-e5f34c\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ymqIAxI2P\",style:{\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jh0e5p\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"ZupMXlSac\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mqjniv\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"InYVBkFHl\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+222+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QYDymjkQtjtkCpu4c9XbLjwbY.png\"},className:\"framer-dtdoo7\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"LEh_Zt8l9\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uzkhgt\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"QZcqqyOVx\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bo3nh5\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"rYzY6JCVf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17)))\"},children:\"Maria Septimus\"})}),className:\"framer-piu10v\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"whyH3kgTw\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6)))\"},children:\"Lead Designer, Dynamics Agency\"})}),className:\"framer-r9j3ho\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"tAtjOv2Ea\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HGpDD.framer-1717de3, .framer-HGpDD .framer-1717de3 { display: block; }\",\".framer-HGpDD.framer-19sq9a2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 584px; }\",\".framer-HGpDD .framer-vzisx4 { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-HGpDD .framer-1drubxh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-HGpDD .framer-e5f34c, .framer-HGpDD .framer-piu10v, .framer-HGpDD .framer-r9j3ho { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HGpDD .framer-1jh0e5p { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-HGpDD .framer-1mqjniv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-HGpDD .framer-dtdoo7 { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-HGpDD .framer-1uzkhgt { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HGpDD .framer-1bo3nh5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HGpDD.framer-19sq9a2, .framer-HGpDD .framer-1drubxh, .framer-HGpDD .framer-1mqjniv, .framer-HGpDD .framer-1bo3nh5 { gap: 0px; } .framer-HGpDD.framer-19sq9a2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-HGpDD.framer-19sq9a2 > :first-child, .framer-HGpDD .framer-1drubxh > :first-child, .framer-HGpDD .framer-1bo3nh5 > :first-child { margin-top: 0px; } .framer-HGpDD.framer-19sq9a2 > :last-child, .framer-HGpDD .framer-1drubxh > :last-child, .framer-HGpDD .framer-1bo3nh5 > :last-child { margin-bottom: 0px; } .framer-HGpDD .framer-1drubxh > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-HGpDD .framer-1mqjniv > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-HGpDD .framer-1mqjniv > :first-child { margin-left: 0px; } .framer-HGpDD .framer-1mqjniv > :last-child { margin-right: 0px; } .framer-HGpDD .framer-1bo3nh5 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-HGpDD[data-border=\"true\"]::after, .framer-HGpDD [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 407\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerf2JO59Fym=withCSS(Component,css,\"framer-HGpDD\");export default Framerf2JO59Fym;Framerf2JO59Fym.displayName=\"Testimonial-Card 03-Mobile\";Framerf2JO59Fym.defaultProps={height:407,width:584};addFonts(Framerf2JO59Fym,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerf2JO59Fym\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"584\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"407\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-IRW2R\";const variantClassNames={rXlFo7Ddg:\"framer-v-xpvo99\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"rXlFo7Ddg\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-xpvo99\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rXlFo7Ddg\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rn4swz\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"pkJ_73UFW\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h1wli8\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"bInJRjkKQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Her attention to detail and ability to quickly understand our needs made her a crucial part of the project's success.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"She even suggested ideas we hadn\u2019t considered, which brought additional value to the final product.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"I can\u2019t recommend her enough!\"})]}),className:\"framer-gdz8n3\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I2MyYzW1p\",style:{\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ctbaa8\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"aUyq7aMAK\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ijd9oz\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"FuW9C1Fck\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+(0+(25+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||434)-48-322)/1)*1)+40)+0),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"56px\",src:\"https://framerusercontent.com/images/xYSQeBaFW0UyrYj0dV7mIk0imic.webp\",srcSet:\"https://framerusercontent.com/images/xYSQeBaFW0UyrYj0dV7mIk0imic.webp?scale-down-to=512 512w,https://framerusercontent.com/images/xYSQeBaFW0UyrYj0dV7mIk0imic.webp 1024w\"},className:\"framer-4pycvu\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"fAvoim6qg\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-slnsvk\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"YhvOs6LJN\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-118nirq\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"l1C4xcOuF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17)))\"},children:\"Carlos Rivera\"})}),className:\"framer-ddq7ea\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bk_vVKqwy\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6)))\"},children:\"Product Owner, TechNova Inc\"})}),className:\"framer-1amm0z6\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"PaijIvLPQ\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IRW2R.framer-10q07lr, .framer-IRW2R .framer-10q07lr { display: block; }\",\".framer-IRW2R.framer-xpvo99 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 434px; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 584px; }\",\".framer-IRW2R .framer-1rn4swz { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-IRW2R .framer-h1wli8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-IRW2R .framer-gdz8n3 { flex: 1 0 0px; height: 1px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-IRW2R .framer-ctbaa8 { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-IRW2R .framer-1ijd9oz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-IRW2R .framer-4pycvu { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-IRW2R .framer-slnsvk { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IRW2R .framer-118nirq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-IRW2R .framer-ddq7ea, .framer-IRW2R .framer-1amm0z6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IRW2R.framer-xpvo99, .framer-IRW2R .framer-h1wli8, .framer-IRW2R .framer-1ijd9oz, .framer-IRW2R .framer-118nirq { gap: 0px; } .framer-IRW2R.framer-xpvo99 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-IRW2R.framer-xpvo99 > :first-child, .framer-IRW2R .framer-h1wli8 > :first-child, .framer-IRW2R .framer-118nirq > :first-child { margin-top: 0px; } .framer-IRW2R.framer-xpvo99 > :last-child, .framer-IRW2R .framer-h1wli8 > :last-child, .framer-IRW2R .framer-118nirq > :last-child { margin-bottom: 0px; } .framer-IRW2R .framer-h1wli8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-IRW2R .framer-1ijd9oz > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-IRW2R .framer-1ijd9oz > :first-child { margin-left: 0px; } .framer-IRW2R .framer-1ijd9oz > :last-child { margin-right: 0px; } .framer-IRW2R .framer-118nirq > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-IRW2R[data-border=\"true\"]::after, .framer-IRW2R [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 434\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergenXL_p6L=withCSS(Component,css,\"framer-IRW2R\");export default FramergenXL_p6L;FramergenXL_p6L.displayName=\"Testimonial-Card 05\";FramergenXL_p6L.defaultProps={height:434,width:584};addFonts(FramergenXL_p6L,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergenXL_p6L\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"434\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"584\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-cqTu7\";const variantClassNames={G_jIUVbu8:\"framer-v-bg5ly8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"G_jIUVbu8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-bg5ly8\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"G_jIUVbu8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ut5os6\",\"data-framer-name\":\"stars\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"OiGDhwtJy\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 120 25\"><path d=\"M 18.483 16.853 C 17.116 17.181 15.689 17.165 14.33 16.806 C 12.971 16.448 11.722 15.758 10.695 14.798 C 9.668 13.838 8.895 12.639 8.445 11.307 C 7.995 9.975 7.883 8.552 8.118 7.167 C 8.082 7.201 8.044 7.233 8.005 7.263 C 7.725 7.476 7.375 7.556 6.675 7.713 L 6.04 7.857 C 3.58 8.415 2.35 8.693 2.057 9.634 C 1.765 10.574 2.603 11.555 4.28 13.516 L 4.714 14.023 C 5.19 14.58 5.429 14.859 5.536 15.203 C 5.643 15.548 5.607 15.92 5.535 16.663 L 5.469 17.34 C 5.216 19.957 5.089 21.265 5.855 21.846 C 6.621 22.428 7.773 21.898 10.075 20.837 L 10.672 20.563 C 11.326 20.261 11.653 20.111 12 20.111 C 12.347 20.111 12.674 20.261 13.329 20.563 L 13.924 20.837 C 16.227 21.897 17.379 22.427 18.144 21.847 C 18.911 21.265 18.784 19.957 18.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 9.153 5.493 L 8.825 6.081 C 8.465 6.727 8.285 7.05 8.005 7.263 C 8.045 7.233 8.082 7.201 8.118 7.166 C 7.883 8.552 7.996 9.975 8.445 11.307 C 8.895 12.639 9.668 13.838 10.695 14.798 C 11.723 15.758 12.972 16.448 14.331 16.807 C 15.69 17.165 17.117 17.181 18.484 16.852 L 18.464 16.662 C 18.393 15.919 18.357 15.547 18.464 15.202 C 18.571 14.858 18.809 14.579 19.286 14.022 L 19.72 13.515 C 21.397 11.555 22.235 10.574 21.942 9.633 C 21.65 8.692 20.42 8.413 17.96 7.857 L 17.324 7.713 C 16.625 7.555 16.275 7.476 15.994 7.263 C 15.714 7.05 15.534 6.727 15.174 6.081 L 14.847 5.493 C 13.58 3.221 12.947 2.085 12 2.085 C 11.053 2.085 10.42 3.221 9.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path><path d=\"M 42.483 16.853 C 41.116 17.181 39.69 17.165 38.33 16.806 C 36.971 16.448 35.722 15.758 34.695 14.798 C 33.668 13.838 32.895 12.639 32.445 11.307 C 31.996 9.975 31.883 8.552 32.118 7.167 C 32.083 7.201 32.045 7.233 32.005 7.263 C 31.725 7.476 31.375 7.556 30.675 7.713 L 30.04 7.857 C 27.58 8.415 26.35 8.693 26.057 9.634 C 25.765 10.574 26.603 11.555 28.28 13.516 L 28.714 14.023 C 29.19 14.58 29.429 14.859 29.536 15.203 C 29.643 15.548 29.607 15.92 29.535 16.663 L 29.469 17.34 C 29.216 19.957 29.089 21.265 29.855 21.846 C 30.621 22.428 31.773 21.898 34.075 20.837 L 34.672 20.563 C 35.326 20.261 35.653 20.111 36 20.111 C 36.347 20.111 36.674 20.261 37.329 20.563 L 37.924 20.837 C 40.227 21.897 41.379 22.427 42.144 21.847 C 42.911 21.265 42.784 19.957 42.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 33.153 5.493 L 32.825 6.081 C 32.465 6.727 32.285 7.05 32.005 7.263 C 32.045 7.233 32.082 7.201 32.118 7.166 C 31.883 8.552 31.995 9.975 32.445 11.307 C 32.895 12.639 33.668 13.838 34.695 14.798 C 35.722 15.758 36.972 16.448 38.331 16.807 C 39.69 17.165 41.117 17.181 42.484 16.852 L 42.464 16.662 C 42.393 15.919 42.357 15.547 42.464 15.202 C 42.571 14.858 42.809 14.579 43.286 14.022 L 43.72 13.515 C 45.397 11.555 46.235 10.574 45.942 9.633 C 45.65 8.692 44.42 8.413 41.96 7.857 L 41.324 7.713 C 40.625 7.555 40.275 7.476 39.994 7.263 C 39.714 7.05 39.534 6.727 39.174 6.081 L 38.847 5.493 C 37.58 3.221 36.947 2.085 36 2.085 C 35.053 2.085 34.42 3.221 33.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path><path d=\"M 66.483 16.853 C 65.116 17.181 63.69 17.165 62.33 16.806 C 60.971 16.448 59.722 15.758 58.695 14.798 C 57.668 13.838 56.895 12.639 56.445 11.307 C 55.996 9.975 55.883 8.552 56.118 7.167 C 56.083 7.201 56.045 7.233 56.005 7.263 C 55.725 7.476 55.375 7.556 54.675 7.713 L 54.04 7.857 C 51.58 8.415 50.35 8.693 50.057 9.634 C 49.765 10.574 50.603 11.555 52.28 13.516 L 52.714 14.023 C 53.19 14.58 53.429 14.859 53.536 15.203 C 53.643 15.548 53.607 15.92 53.535 16.663 L 53.469 17.34 C 53.216 19.957 53.089 21.265 53.855 21.846 C 54.621 22.428 55.773 21.898 58.075 20.837 L 58.672 20.563 C 59.326 20.261 59.653 20.111 60 20.111 C 60.347 20.111 60.674 20.261 61.329 20.563 L 61.924 20.837 C 64.227 21.897 65.379 22.427 66.144 21.847 C 66.911 21.265 66.784 19.957 66.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 57.153 5.493 L 56.825 6.081 C 56.465 6.727 56.285 7.05 56.005 7.263 C 56.045 7.233 56.082 7.201 56.118 7.166 C 55.883 8.552 55.995 9.975 56.445 11.307 C 56.895 12.639 57.668 13.838 58.695 14.798 C 59.722 15.758 60.972 16.448 62.331 16.807 C 63.69 17.165 65.117 17.181 66.484 16.852 L 66.464 16.662 C 66.393 15.919 66.357 15.547 66.464 15.202 C 66.571 14.858 66.809 14.579 67.286 14.022 L 67.72 13.515 C 69.397 11.555 70.235 10.574 69.942 9.633 C 69.65 8.692 68.42 8.413 65.96 7.857 L 65.324 7.713 C 64.625 7.555 64.275 7.476 63.994 7.263 C 63.714 7.05 63.534 6.727 63.174 6.081 L 62.847 5.493 C 61.58 3.221 60.947 2.085 60 2.085 C 59.053 2.085 58.42 3.221 57.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path><path d=\"M 90.483 16.853 C 89.116 17.181 87.689 17.165 86.33 16.806 C 84.971 16.448 83.722 15.758 82.695 14.798 C 81.668 13.838 80.895 12.639 80.445 11.307 C 79.996 9.975 79.883 8.552 80.118 7.167 C 80.082 7.201 80.045 7.233 80.005 7.263 C 79.725 7.476 79.375 7.556 78.675 7.713 L 78.04 7.857 C 75.58 8.415 74.35 8.693 74.057 9.634 C 73.765 10.574 74.603 11.555 76.28 13.516 L 76.714 14.023 C 77.19 14.58 77.429 14.859 77.536 15.203 C 77.643 15.548 77.607 15.92 77.535 16.663 L 77.469 17.34 C 77.216 19.957 77.089 21.265 77.855 21.846 C 78.621 22.428 79.773 21.898 82.075 20.837 L 82.672 20.563 C 83.326 20.261 83.653 20.111 84 20.111 C 84.347 20.111 84.674 20.261 85.329 20.563 L 85.924 20.837 C 88.227 21.897 89.379 22.427 90.144 21.847 C 90.911 21.265 90.784 19.957 90.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 81.153 5.493 L 80.825 6.081 C 80.465 6.727 80.285 7.05 80.005 7.263 C 80.045 7.233 80.082 7.201 80.118 7.166 C 79.883 8.552 79.996 9.975 80.445 11.307 C 80.895 12.639 81.668 13.838 82.695 14.798 C 83.722 15.758 84.972 16.448 86.331 16.807 C 87.69 17.165 89.117 17.181 90.484 16.852 L 90.464 16.662 C 90.393 15.919 90.357 15.547 90.464 15.202 C 90.571 14.858 90.809 14.579 91.286 14.022 L 91.72 13.515 C 93.397 11.555 94.235 10.574 93.942 9.633 C 93.65 8.692 92.42 8.413 89.96 7.857 L 89.324 7.713 C 88.625 7.555 88.275 7.476 87.994 7.263 C 87.714 7.05 87.534 6.727 87.174 6.081 L 86.847 5.493 C 85.58 3.221 84.947 2.085 84 2.085 C 83.053 2.085 82.42 3.221 81.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path><path d=\"M 114.483 16.853 C 113.116 17.181 111.689 17.165 110.33 16.806 C 108.971 16.448 107.722 15.758 106.695 14.798 C 105.668 13.838 104.895 12.639 104.445 11.307 C 103.995 9.975 103.883 8.552 104.118 7.167 C 104.082 7.201 104.045 7.233 104.005 7.263 C 103.725 7.476 103.375 7.556 102.675 7.713 L 102.04 7.857 C 99.58 8.415 98.35 8.693 98.057 9.634 C 97.765 10.574 98.603 11.555 100.28 13.516 L 100.714 14.023 C 101.19 14.58 101.429 14.859 101.536 15.203 C 101.643 15.548 101.607 15.92 101.535 16.663 L 101.469 17.34 C 101.216 19.957 101.089 21.265 101.855 21.846 C 102.621 22.428 103.773 21.898 106.075 20.837 L 106.672 20.563 C 107.326 20.261 107.653 20.111 108 20.111 C 108.347 20.111 108.674 20.261 109.329 20.563 L 109.924 20.837 C 112.227 21.897 113.379 22.427 114.144 21.847 C 114.911 21.265 114.784 19.957 114.531 17.34 Z\" fill=\"rgb(237, 191, 38)\"></path><path d=\"M 105.153 5.493 L 104.825 6.081 C 104.465 6.727 104.285 7.05 104.005 7.263 C 104.045 7.233 104.082 7.201 104.118 7.166 C 103.883 8.552 103.995 9.975 104.445 11.307 C 104.895 12.639 105.668 13.838 106.695 14.798 C 107.722 15.758 108.971 16.448 110.331 16.807 C 111.69 17.165 113.117 17.181 114.484 16.852 L 114.464 16.662 C 114.393 15.919 114.357 15.547 114.464 15.202 C 114.571 14.858 114.809 14.579 115.286 14.022 L 115.72 13.515 C 117.397 11.555 118.235 10.574 117.942 9.633 C 117.65 8.692 116.42 8.413 113.96 7.857 L 113.324 7.713 C 112.625 7.555 112.275 7.476 111.994 7.263 C 111.714 7.05 111.534 6.727 111.174 6.081 L 110.847 5.493 C 109.58 3.221 108.947 2.085 108 2.085 C 107.053 2.085 106.42 3.221 105.153 5.493 Z\" fill=\"rgb(237, 191, 38)\" opacity=\"0.7\"></path></svg>',svgContentId:11920125635,withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kfo724\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"dcQJSVP7z\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255)))\"},children:\"Tive a oportunidade de trabalhar com a Adriana na Qui Group, onde prestou servi\\xe7os para minha \\xe1rea; profissional atenciosa e criativa, sempre buscando o melhor para atender o mercado. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255)))\"},children:\"Vis\\xe3o 360 dos produtos e a\\xe7\\xf5es de marketing que conduziu. F\\xe1cil relacionamento e flex\\xedvel, sempre liderando e conduzindo o melhor para equipe x empresa x cliente. Parceira para todos os desafios apresentados.\"})]}),className:\"framer-52497h\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qh2CeVsJY\",style:{\"--extracted-2gxw0f\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rwvd22\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"HZIytK7MN\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wplb62\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"loy4zbHrG\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+(0+(25+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||434)-48-344)/1)*1+2)+60)+0),pixelHeight:100,pixelWidth:100,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UHNnSUUSN43G5QE09r47uQYlZTI.jpeg\"},className:\"framer-1uyjpy0\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"Ca2ffaG3o\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1egvsio\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"X9iRd5zOm\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(218, 218, 237, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nmxter\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"jjVxZzKns\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255)))\"},children:\"Quemuel Vieira\"})}),className:\"framer-dnwzpz\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DwvcVk53k\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(202, 237, 228, 0.6)))\"},children:\"Co-Founder Voltify\"})}),className:\"framer-15o6bnk\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"rCptWGLh8\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(202, 237, 228, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cqTu7.framer-1n6sws, .framer-cqTu7 .framer-1n6sws { display: block; }\",\".framer-cqTu7.framer-bg5ly8 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 434px; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 584px; }\",\".framer-cqTu7 .framer-ut5os6 { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-cqTu7 .framer-1kfo724 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cqTu7 .framer-52497h { flex: 1 0 0px; height: 1px; position: relative; white-space: pre-wrap; width: 536px; word-break: break-word; word-wrap: break-word; }\",\".framer-cqTu7 .framer-1rwvd22 { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-cqTu7 .framer-wplb62 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cqTu7 .framer-1uyjpy0 { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-cqTu7 .framer-1egvsio { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cqTu7 .framer-nmxter { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-cqTu7 .framer-dnwzpz, .framer-cqTu7 .framer-15o6bnk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cqTu7.framer-bg5ly8, .framer-cqTu7 .framer-1kfo724, .framer-cqTu7 .framer-wplb62, .framer-cqTu7 .framer-nmxter { gap: 0px; } .framer-cqTu7.framer-bg5ly8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-cqTu7.framer-bg5ly8 > :first-child, .framer-cqTu7 .framer-1kfo724 > :first-child, .framer-cqTu7 .framer-nmxter > :first-child { margin-top: 0px; } .framer-cqTu7.framer-bg5ly8 > :last-child, .framer-cqTu7 .framer-1kfo724 > :last-child, .framer-cqTu7 .framer-nmxter > :last-child { margin-bottom: 0px; } .framer-cqTu7 .framer-1kfo724 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-cqTu7 .framer-wplb62 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-cqTu7 .framer-wplb62 > :first-child { margin-left: 0px; } .framer-cqTu7 .framer-wplb62 > :last-child { margin-right: 0px; } .framer-cqTu7 .framer-nmxter > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-cqTu7[data-border=\"true\"]::after, .framer-cqTu7 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 434\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPEXfMODMI=withCSS(Component,css,\"framer-cqTu7\");export default FramerPEXfMODMI;FramerPEXfMODMI.displayName=\"Testimonial-Card 02\";FramerPEXfMODMI.defaultProps={height:434,width:584};addFonts(FramerPEXfMODMI,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPEXfMODMI\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"434\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"584\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-npWxL\";const variantClassNames={roQfVCeIs:\"framer-v-125aogc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"roQfVCeIs\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-125aogc\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"roQfVCeIs\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ddsrj3\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"zM6VSilsv\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19b7zys\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"HibLflxsz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Adriana was a lifesaver for our project! We were facing an impossibly tight deadline, and she stepped in with confidence and delivered an outstanding design that perfectly aligned with our brand. What impressed me most was her ability to stay calm under pressure and maintain open communication throughout the process. Not only did she meet our timeline, but she also exceeded our expectations in terms of quality and creativity. We couldn\u2019t have asked for a better designer to handle this project.\"})}),className:\"framer-8j3ldo\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"e63WKKW1_\",style:{\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qj1o7n\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"s37Qqu2bG\",style:{backgroundColor:\"rgb(15, 33, 36)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nled0e\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"DLtUsLmhy\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+222+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vJsljogIRxkhvgzKUXCMp129Cw.png\"},className:\"framer-1yjd03g\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"iiTELZOU6\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qpcjop\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"jG2INCnqj\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n3xsp2\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"UpdwKly7M\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17)))\"},children:\"Emily Roberts\"})}),className:\"framer-1s3k658\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"P1_IwayNQ\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6)))\"},children:\"Marketing Manager, BrightSpark Media\"})}),className:\"framer-y4rf3d\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"MN2ABMxaX\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-npWxL.framer-1vp2ova, .framer-npWxL .framer-1vp2ova { display: block; }\",\".framer-npWxL.framer-125aogc { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 434px; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 584px; }\",\".framer-npWxL .framer-1ddsrj3 { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-npWxL .framer-19b7zys { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-npWxL .framer-8j3ldo, .framer-npWxL .framer-1s3k658, .framer-npWxL .framer-y4rf3d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-npWxL .framer-1qj1o7n { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-npWxL .framer-1nled0e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-npWxL .framer-1yjd03g { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-npWxL .framer-qpcjop { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-npWxL .framer-1n3xsp2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-npWxL.framer-125aogc, .framer-npWxL .framer-19b7zys, .framer-npWxL .framer-1nled0e, .framer-npWxL .framer-1n3xsp2 { gap: 0px; } .framer-npWxL.framer-125aogc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-npWxL.framer-125aogc > :first-child, .framer-npWxL .framer-19b7zys > :first-child, .framer-npWxL .framer-1n3xsp2 > :first-child { margin-top: 0px; } .framer-npWxL.framer-125aogc > :last-child, .framer-npWxL .framer-19b7zys > :last-child, .framer-npWxL .framer-1n3xsp2 > :last-child { margin-bottom: 0px; } .framer-npWxL .framer-19b7zys > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-npWxL .framer-1nled0e > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-npWxL .framer-1nled0e > :first-child { margin-left: 0px; } .framer-npWxL .framer-1nled0e > :last-child { margin-right: 0px; } .framer-npWxL .framer-1n3xsp2 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-npWxL[data-border=\"true\"]::after, .framer-npWxL [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 434\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUGOgHyK9m=withCSS(Component,css,\"framer-npWxL\");export default FramerUGOgHyK9m;FramerUGOgHyK9m.displayName=\"Testimonial-Card 04\";FramerUGOgHyK9m.defaultProps={height:434,width:584};addFonts(FramerUGOgHyK9m,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUGOgHyK9m\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"584\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"434\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-rdDGO\";const variantClassNames={twlv2Tbby:\"framer-v-7nmqlh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"twlv2Tbby\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7nmqlh\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"twlv2Tbby\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1n4r947\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"Wr5MU4ayf\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h1yjs0\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"kqDZ8YPmV\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Tive a oportunidade de trabalhar com a Adriana na Qui Group, onde prestou servi\\xe7os para minha \\xe1rea; profissional atenciosa e criativa, sempre buscando o melhor para atender o mercado. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Vis\\xe3o 360 dos produtos e a\\xe7\\xf5es de marketing que conduziu. F\\xe1cil relacionamento e flex\\xedvel, sempre liderando e conduzindo o melhor para equipe x empresa x cliente. Parceira para todos os desafios apresentados.\"})]}),className:\"framer-1kbqi4k\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XjTbAPoDI\",style:{\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kbn3oc\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"E_ECZ_Ytk\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ug6oqr\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"ZGbbI2VPK\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+377+0),pixelHeight:100,pixelWidth:100,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UHNnSUUSN43G5QE09r47uQYlZTI.jpeg\"},className:\"framer-1xtsgzu\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"NuvUTAz33\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xll95p\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"AOAduP2AI\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m4jibc\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"b83hS9o2I\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17)))\"},children:\"Quemuel Vieira\"})}),className:\"framer-1bt61rx\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Dz7ZSqa5b\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6)))\"},children:\"Co-Founder Voltify\"})}),className:\"framer-zlnp2x\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"RhAjxTjYm\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rdDGO.framer-k766xp, .framer-rdDGO .framer-k766xp { display: block; }\",\".framer-rdDGO.framer-7nmqlh { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 584px; }\",\".framer-rdDGO .framer-1n4r947 { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-rdDGO .framer-1h1yjs0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rdDGO .framer-1kbqi4k, .framer-rdDGO .framer-1bt61rx, .framer-rdDGO .framer-zlnp2x { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rdDGO .framer-1kbn3oc { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-rdDGO .framer-ug6oqr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rdDGO .framer-1xtsgzu { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-rdDGO .framer-xll95p { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rdDGO .framer-m4jibc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rdDGO.framer-7nmqlh, .framer-rdDGO .framer-1h1yjs0, .framer-rdDGO .framer-ug6oqr, .framer-rdDGO .framer-m4jibc { gap: 0px; } .framer-rdDGO.framer-7nmqlh > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rdDGO.framer-7nmqlh > :first-child, .framer-rdDGO .framer-1h1yjs0 > :first-child, .framer-rdDGO .framer-m4jibc > :first-child { margin-top: 0px; } .framer-rdDGO.framer-7nmqlh > :last-child, .framer-rdDGO .framer-1h1yjs0 > :last-child, .framer-rdDGO .framer-m4jibc > :last-child { margin-bottom: 0px; } .framer-rdDGO .framer-1h1yjs0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-rdDGO .framer-ug6oqr > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-rdDGO .framer-ug6oqr > :first-child { margin-left: 0px; } .framer-rdDGO .framer-ug6oqr > :last-child { margin-right: 0px; } .framer-rdDGO .framer-m4jibc > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-rdDGO[data-border=\"true\"]::after, .framer-rdDGO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVg4AAc2S7=withCSS(Component,css,\"framer-rdDGO\");export default FramerVg4AAc2S7;FramerVg4AAc2S7.displayName=\"Testimonial-Card 02-Mobile\";FramerVg4AAc2S7.defaultProps={height:400,width:584};addFonts(FramerVg4AAc2S7,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVg4AAc2S7\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"584\",\"framerIntrinsicHeight\":\"400\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-veLTh\";const variantClassNames={Z7J58Z7Zc:\"framer-v-11wylpn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Z7J58Z7Zc\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-11wylpn\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Z7J58Z7Zc\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgba(255, 255, 255, 0.09))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-wim4gv\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"TkmL_0rUy\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yswlw6\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"AnqaaoK88\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255)))\"},children:\"Working with Adriana was a game-changer for our brand. From the very beginning, she brought fresh and innovative ideas that instantly elevated our project to a whole new level. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255)))\"},children:\"Her designs captured the essence of what we wanted to communicate and went far beyond what we thought was possible. She\u2019s incredibly skilled at turning abstract concepts into tangible, visually stunning results.\"})]}),className:\"framer-xp57xt\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HrOn71KKu\",style:{\"--extracted-2gxw0f\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6xicod\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"p5leFnlHp\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v829st\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"l3RlptR50\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||434)-48-(25+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||434)-48-344)/1)*1+2+257+60))/2+(25+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||434)-48-344)/1)*1+2)+60)+0),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"56px\",src:\"https://framerusercontent.com/images/DFIV37oi2HeBes9On8uvhiqHxv4.webp\",srcSet:\"https://framerusercontent.com/images/DFIV37oi2HeBes9On8uvhiqHxv4.webp?scale-down-to=512 512w,https://framerusercontent.com/images/DFIV37oi2HeBes9On8uvhiqHxv4.webp 1024w\"},className:\"framer-bw80qj\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"GxTpXGy5c\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(218, 218, 237)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kfk6g\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"PVK6ESebD\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vszozk\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"QxFJ6UoCY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255)))\"},children:\"Sarah Thompson\"})}),className:\"framer-1i6azxs\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KIRb6kCJC\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(202, 237, 228, 0.6)))\"},children:\"Founder, GreenGlow Organics\"})}),className:\"framer-i3w378\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"Fm2DlUnRG\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(202, 237, 228, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-veLTh.framer-1nd9kk1, .framer-veLTh .framer-1nd9kk1 { display: block; }\",\".framer-veLTh.framer-11wylpn { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 434px; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 584px; will-change: var(--framer-will-change-override, transform); }\",\".framer-veLTh .framer-wim4gv { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-veLTh .framer-yswlw6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 92%; }\",\".framer-veLTh .framer-xp57xt, .framer-veLTh .framer-1i6azxs, .framer-veLTh .framer-i3w378 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-veLTh .framer-6xicod { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-veLTh .framer-1v829st { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 92%; }\",\".framer-veLTh .framer-bw80qj { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-veLTh .framer-kfk6g { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-veLTh .framer-1vszozk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-veLTh.framer-11wylpn, .framer-veLTh .framer-yswlw6, .framer-veLTh .framer-1v829st, .framer-veLTh .framer-1vszozk { gap: 0px; } .framer-veLTh.framer-11wylpn > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-veLTh.framer-11wylpn > :first-child, .framer-veLTh .framer-yswlw6 > :first-child, .framer-veLTh .framer-1vszozk > :first-child { margin-top: 0px; } .framer-veLTh.framer-11wylpn > :last-child, .framer-veLTh .framer-yswlw6 > :last-child, .framer-veLTh .framer-1vszozk > :last-child { margin-bottom: 0px; } .framer-veLTh .framer-yswlw6 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-veLTh .framer-1v829st > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-veLTh .framer-1v829st > :first-child { margin-left: 0px; } .framer-veLTh .framer-1v829st > :last-child { margin-right: 0px; } .framer-veLTh .framer-1vszozk > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-veLTh[data-border=\"true\"]::after, .framer-veLTh [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 434\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerw5pLAkAzV=withCSS(Component,css,\"framer-veLTh\");export default Framerw5pLAkAzV;Framerw5pLAkAzV.displayName=\"Testmonial-Card 06\";Framerw5pLAkAzV.defaultProps={height:434,width:584};addFonts(Framerw5pLAkAzV,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerw5pLAkAzV\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"434\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"584\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-VNdpz\";const variantClassNames={ciZlsPJME:\"framer-v-1bqltdm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ciZlsPJME\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bqltdm\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ciZlsPJME\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1dih2kg\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"TwaE2xQzB\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qtyii1\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"DIRoGcuj4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"A Adriana \\xe9 uma profissional extremamente competente. Suas habilidades criativas aliadas com sua organiza\\xe7\\xe3o e senso de prioriza\\xe7\\xe3o s\\xe3o diferenciais em ambientes extremamente exigentes e complexos. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Al\\xe9m disso, ela consegue se posicionar de uma forma clara, objetiva e consistente passando muita credibilidade a todos os stakeholders. Por esses motivos, posso afirmar que a Adriana ser\\xe1 pe\\xe7a chave em qualquer contexto no qual ela estiver.\"})]}),className:\"framer-1f9lsd1\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LGFfKKe0d\",style:{\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xerbij\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"mbhk1fFVX\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6efsc0\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"yKFpIeWE4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+377+0),pixelHeight:100,pixelWidth:100,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/rPg65ovZ5cByKpaoN1r23bEWoZk.jpeg\"},className:\"framer-1o4lwfg\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"CnSYFwEKQ\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-151hs2a\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"kvgguRxHM\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kthd7i\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"C129y3jyG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17)))\"},children:\"Renan Cunha\"})}),className:\"framer-vd5x9d\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Yer6fOWdy\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6)))\"},children:\"Senior Product Manager\"})}),className:\"framer-jm27mi\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"XSzZKn2um\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VNdpz.framer-273tx8, .framer-VNdpz .framer-273tx8 { display: block; }\",\".framer-VNdpz.framer-1bqltdm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 584px; }\",\".framer-VNdpz .framer-1dih2kg { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-VNdpz .framer-1qtyii1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VNdpz .framer-1f9lsd1, .framer-VNdpz .framer-vd5x9d, .framer-VNdpz .framer-jm27mi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VNdpz .framer-1xerbij { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-VNdpz .framer-6efsc0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VNdpz .framer-1o4lwfg { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-VNdpz .framer-151hs2a { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-VNdpz .framer-1kthd7i { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VNdpz.framer-1bqltdm, .framer-VNdpz .framer-1qtyii1, .framer-VNdpz .framer-6efsc0, .framer-VNdpz .framer-1kthd7i { gap: 0px; } .framer-VNdpz.framer-1bqltdm > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-VNdpz.framer-1bqltdm > :first-child, .framer-VNdpz .framer-1qtyii1 > :first-child, .framer-VNdpz .framer-1kthd7i > :first-child { margin-top: 0px; } .framer-VNdpz.framer-1bqltdm > :last-child, .framer-VNdpz .framer-1qtyii1 > :last-child, .framer-VNdpz .framer-1kthd7i > :last-child { margin-bottom: 0px; } .framer-VNdpz .framer-1qtyii1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-VNdpz .framer-6efsc0 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-VNdpz .framer-6efsc0 > :first-child { margin-left: 0px; } .framer-VNdpz .framer-6efsc0 > :last-child { margin-right: 0px; } .framer-VNdpz .framer-1kthd7i > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-VNdpz[data-border=\"true\"]::after, .framer-VNdpz [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 427\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxnAxrmupU=withCSS(Component,css,\"framer-VNdpz\");export default FramerxnAxrmupU;FramerxnAxrmupU.displayName=\"Testimonial-Card 01-Mobile\";FramerxnAxrmupU.defaultProps={height:427,width:584};addFonts(FramerxnAxrmupU,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxnAxrmupU\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"584\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"427\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-Oyly8\";const variantClassNames={E5q2NPuWz:\"framer-v-1nj20pz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"E5q2NPuWz\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1nj20pz\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"E5q2NPuWz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m3a7gu\",\"data-framer-name\":\"Testimonial-Card\",layoutDependency:layoutDependency,layoutId:\"CpmFMnq_4\",style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17v6eh6\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"I9iWQzIkK\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ggly22\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"rhvffWIto\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Working with Adriana was a game-changer for our brand. From the very beginning, she brought fresh and innovative ideas that instantly elevated our project to a whole new level. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Her designs captured the essence of what we wanted to communicate and went far beyond what we thought was possible. She\u2019s incredibly skilled at turning abstract concepts into tangible, visually stunning results.\"})]}),className:\"framer-vn25wm\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PTRGhbxMA\",style:{\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-oii7xx\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"fkinuFFKg\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8kb4yt\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"YshHopgbo\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-682)/2)+24+377+0),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"56px\",src:\"https://framerusercontent.com/images/DFIV37oi2HeBes9On8uvhiqHxv4.webp\",srcSet:\"https://framerusercontent.com/images/DFIV37oi2HeBes9On8uvhiqHxv4.webp?scale-down-to=512 512w,https://framerusercontent.com/images/DFIV37oi2HeBes9On8uvhiqHxv4.webp 1024w\"},className:\"framer-nhregk\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"nhLi36f_U\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-druc1n\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"SBcOMwGXO\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xh2ogj\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"fRWer1JuW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17)))\"},children:\"Sarah Thompson\"})}),className:\"framer-m1alba\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QUGcD5rb1\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6)))\"},children:\"Founder, GreenGlow Organics\"})}),className:\"framer-10akp4x\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"jNFqkoPZB\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Oyly8.framer-18ems3, .framer-Oyly8 .framer-18ems3 { display: block; }\",\".framer-Oyly8.framer-1nj20pz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 584px; }\",\".framer-Oyly8 .framer-m3a7gu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-Oyly8 .framer-17v6eh6 { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-Oyly8 .framer-ggly22 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Oyly8 .framer-vn25wm, .framer-Oyly8 .framer-m1alba, .framer-Oyly8 .framer-10akp4x { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Oyly8 .framer-oii7xx { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-Oyly8 .framer-8kb4yt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Oyly8 .framer-nhregk { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-Oyly8 .framer-druc1n { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Oyly8 .framer-1xh2ogj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Oyly8.framer-1nj20pz, .framer-Oyly8 .framer-m3a7gu, .framer-Oyly8 .framer-ggly22, .framer-Oyly8 .framer-8kb4yt, .framer-Oyly8 .framer-1xh2ogj { gap: 0px; } .framer-Oyly8.framer-1nj20pz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Oyly8.framer-1nj20pz > :first-child, .framer-Oyly8 .framer-8kb4yt > :first-child { margin-left: 0px; } .framer-Oyly8.framer-1nj20pz > :last-child, .framer-Oyly8 .framer-8kb4yt > :last-child { margin-right: 0px; } .framer-Oyly8 .framer-m3a7gu > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Oyly8 .framer-m3a7gu > :first-child, .framer-Oyly8 .framer-ggly22 > :first-child, .framer-Oyly8 .framer-1xh2ogj > :first-child { margin-top: 0px; } .framer-Oyly8 .framer-m3a7gu > :last-child, .framer-Oyly8 .framer-ggly22 > :last-child, .framer-Oyly8 .framer-1xh2ogj > :last-child { margin-bottom: 0px; } .framer-Oyly8 .framer-ggly22 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Oyly8 .framer-8kb4yt > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Oyly8 .framer-1xh2ogj > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-Oyly8[data-border=\"true\"]::after, .framer-Oyly8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxsR3kkEiK=withCSS(Component,css,\"framer-Oyly8\");export default FramerxsR3kkEiK;FramerxsR3kkEiK.displayName=\"Testmonial-Card 06-Mobile\";FramerxsR3kkEiK.defaultProps={height:400,width:584};addFonts(FramerxsR3kkEiK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxsR3kkEiK\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"584\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-JqsqK\";const variantClassNames={ysU65URWy:\"framer-v-1jcaekt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ysU65URWy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1jcaekt\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ysU65URWy\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-c6hosm\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"rGiThJIUJ\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1filslo\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"A9foAhx2I\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Her attention to detail and ability to quickly understand our needs made her a crucial part of the project's success.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"She even suggested ideas we hadn\u2019t considered, which brought additional value to the final product.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"I can\u2019t recommend her enough!\"})]}),className:\"framer-s9nwne\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pECCuO32_\",style:{\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kqs59o\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"PFeea0AaS\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18tdqu7\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"wAQVwy4_I\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+528+0),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"56px\",src:\"https://framerusercontent.com/images/xYSQeBaFW0UyrYj0dV7mIk0imic.webp\",srcSet:\"https://framerusercontent.com/images/xYSQeBaFW0UyrYj0dV7mIk0imic.webp?scale-down-to=512 512w,https://framerusercontent.com/images/xYSQeBaFW0UyrYj0dV7mIk0imic.webp 1024w\"},className:\"framer-bv9859\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"Jb2L4qeFH\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cnf427\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"kDvrIXwYG\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hfigti\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"mdxfjioaj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17)))\"},children:\"Carlos Rivera\"})}),className:\"framer-1gjox3j\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sHtC4OvZx\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6)))\"},children:\"Product Owner, TechNova Inc\"})}),className:\"framer-1uo1oux\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"yyDSFOtr_\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JqsqK.framer-1utu8jj, .framer-JqsqK .framer-1utu8jj { display: block; }\",\".framer-JqsqK.framer-1jcaekt { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 584px; }\",\".framer-JqsqK .framer-c6hosm { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-JqsqK .framer-1filslo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-JqsqK .framer-s9nwne, .framer-JqsqK .framer-1gjox3j, .framer-JqsqK .framer-1uo1oux { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JqsqK .framer-kqs59o { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-JqsqK .framer-18tdqu7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-JqsqK .framer-bv9859 { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-JqsqK .framer-cnf427 { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-JqsqK .framer-hfigti { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JqsqK.framer-1jcaekt, .framer-JqsqK .framer-1filslo, .framer-JqsqK .framer-18tdqu7, .framer-JqsqK .framer-hfigti { gap: 0px; } .framer-JqsqK.framer-1jcaekt > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-JqsqK.framer-1jcaekt > :first-child, .framer-JqsqK .framer-1filslo > :first-child, .framer-JqsqK .framer-hfigti > :first-child { margin-top: 0px; } .framer-JqsqK.framer-1jcaekt > :last-child, .framer-JqsqK .framer-1filslo > :last-child, .framer-JqsqK .framer-hfigti > :last-child { margin-bottom: 0px; } .framer-JqsqK .framer-1filslo > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-JqsqK .framer-18tdqu7 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-JqsqK .framer-18tdqu7 > :first-child { margin-left: 0px; } .framer-JqsqK .framer-18tdqu7 > :last-child { margin-right: 0px; } .framer-JqsqK .framer-hfigti > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-JqsqK[data-border=\"true\"]::after, .framer-JqsqK [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 362\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxwZ1HDFwe=withCSS(Component,css,\"framer-JqsqK\");export default FramerxwZ1HDFwe;FramerxwZ1HDFwe.displayName=\"Testimonial-Card 05-Mobile\";FramerxwZ1HDFwe.defaultProps={height:362,width:584};addFonts(FramerxwZ1HDFwe,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxwZ1HDFwe\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"362\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"584\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bTdrHRZgUSJqfuVWs9RO/jkOtaBh7OZTJlUBnVcAk/kf7bwnSqK.js\";const serializationHash=\"framer-bUu1P\";const variantClassNames={Q0E6XHa1c:\"framer-v-v623f\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Q0E6XHa1c\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-v623f\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Q0E6XHa1c\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-74f72f09-83b9-4634-a62a-6bd8de4ab27c, rgb(244, 242, 239))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2f7438\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"lCAt6oe7W\",svg:'<svg width=\"120\" height=\"25\" viewBox=\"0 0 120 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4828 16.8526C17.116 17.1808 15.6891 17.1649 14.3299 16.8063C12.9707 16.4477 11.7217 15.7576 10.6946 14.7979C9.66756 13.8381 8.89457 12.6386 8.44487 11.3068C7.99516 9.97496 7.88276 8.55241 8.11775 7.1665C8.08201 7.20102 8.04428 7.23341 8.00475 7.2635C7.72475 7.4765 7.37475 7.5555 6.67475 7.7135L6.03975 7.8575C3.57975 8.4145 2.34975 8.69251 2.05675 9.63351C1.76475 10.5736 2.60275 11.5546 4.27975 13.5156L4.71375 14.0226C5.18975 14.5796 5.42875 14.8586 5.53575 15.2026C5.64275 15.5476 5.60675 15.9196 5.53475 16.6626L5.46875 17.3396C5.21575 19.9566 5.08875 21.2646 5.85475 21.8456C6.62075 22.4276 7.77275 21.8976 10.0748 20.8366L10.6718 20.5626C11.3258 20.2606 11.6528 20.1106 11.9998 20.1106C12.3468 20.1106 12.6738 20.2606 13.3288 20.5626L13.9238 20.8366C16.2268 21.8966 17.3788 22.4266 18.1438 21.8466C18.9108 21.2646 18.7838 19.9566 18.5308 17.3396L18.4828 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M9.15319 5.49345L8.82518 6.08145C8.46518 6.72745 8.28519 7.05045 8.00519 7.26345C8.04519 7.23345 8.08219 7.20145 8.11819 7.16645C7.88314 8.55246 7.99553 9.97512 8.44528 11.307C8.89504 12.6389 9.66812 13.8385 10.6953 14.7982C11.7225 15.758 12.9717 16.4482 14.331 16.8067C15.6903 17.1651 17.1173 17.1808 18.4842 16.8524L18.4642 16.6624C18.3932 15.9194 18.3572 15.5474 18.4642 15.2024C18.5712 14.8584 18.8092 14.5794 19.2862 14.0224L19.7202 13.5154C21.3972 11.5554 22.2352 10.5744 21.9422 9.63345C21.6502 8.69245 20.4202 8.41345 17.9602 7.85745L17.3242 7.71345C16.6252 7.55545 16.2752 7.47645 15.9942 7.26345C15.7142 7.05045 15.5342 6.72745 15.1742 6.08145L14.8472 5.49345C13.5802 3.22145 12.9472 2.08545 12.0002 2.08545C11.0532 2.08545 10.4202 3.22145 9.15319 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M42.4832 16.8526C41.1164 17.1808 39.6895 17.1649 38.3303 16.8063C36.9711 16.4477 35.7221 15.7576 34.695 14.7979C33.668 13.8381 32.895 12.6386 32.4453 11.3068C31.9956 9.97496 31.8832 8.55241 32.1182 7.1665C32.0825 7.20102 32.0447 7.23341 32.0052 7.2635C31.7252 7.4765 31.3752 7.5555 30.6752 7.7135L30.0402 7.8575C27.5802 8.4145 26.3502 8.69251 26.0572 9.63351C25.7652 10.5736 26.6032 11.5546 28.2802 13.5156L28.7142 14.0226C29.1902 14.5796 29.4292 14.8586 29.5362 15.2026C29.6432 15.5476 29.6072 15.9196 29.5352 16.6626L29.4692 17.3396C29.2162 19.9566 29.0892 21.2646 29.8552 21.8456C30.6212 22.4276 31.7732 21.8976 34.0752 20.8366L34.6722 20.5626C35.3262 20.2606 35.6532 20.1106 36.0002 20.1106C36.3472 20.1106 36.6742 20.2606 37.3292 20.5626L37.9242 20.8366C40.2272 21.8966 41.3792 22.4266 42.1442 21.8466C42.9112 21.2646 42.7842 19.9566 42.5312 17.3396L42.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M33.1532 5.49345L32.8252 6.08145C32.4652 6.72745 32.2852 7.05045 32.0052 7.26345C32.0452 7.23345 32.0822 7.20145 32.1182 7.16645C31.8832 8.55246 31.9955 9.97512 32.4453 11.307C32.8951 12.6389 33.6681 13.8385 34.6953 14.7982C35.7225 15.758 36.9717 16.4482 38.331 16.8067C39.6903 17.1651 41.1173 17.1808 42.4842 16.8524L42.4642 16.6624C42.3932 15.9194 42.3572 15.5474 42.4642 15.2024C42.5712 14.8584 42.8092 14.5794 43.2862 14.0224L43.7202 13.5154C45.3972 11.5554 46.2352 10.5744 45.9422 9.63345C45.6502 8.69245 44.4202 8.41345 41.9602 7.85745L41.3242 7.71345C40.6252 7.55545 40.2752 7.47645 39.9942 7.26345C39.7142 7.05045 39.5342 6.72745 39.1742 6.08145L38.8472 5.49345C37.5802 3.22145 36.9472 2.08545 36.0002 2.08545C35.0532 2.08545 34.4202 3.22145 33.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M66.4832 16.8526C65.1164 17.1808 63.6895 17.1649 62.3303 16.8063C60.9711 16.4477 59.7221 15.7576 58.695 14.7979C57.668 13.8381 56.895 12.6386 56.4453 11.3068C55.9956 9.97496 55.8832 8.55241 56.1182 7.1665C56.0825 7.20102 56.0447 7.23341 56.0052 7.2635C55.7252 7.4765 55.3752 7.5555 54.6752 7.7135L54.0402 7.8575C51.5802 8.4145 50.3502 8.69251 50.0572 9.63351C49.7652 10.5736 50.6032 11.5546 52.2802 13.5156L52.7142 14.0226C53.1902 14.5796 53.4292 14.8586 53.5362 15.2026C53.6432 15.5476 53.6072 15.9196 53.5352 16.6626L53.4692 17.3396C53.2162 19.9566 53.0892 21.2646 53.8552 21.8456C54.6212 22.4276 55.7732 21.8976 58.0752 20.8366L58.6722 20.5626C59.3262 20.2606 59.6532 20.1106 60.0002 20.1106C60.3472 20.1106 60.6742 20.2606 61.3292 20.5626L61.9242 20.8366C64.2272 21.8966 65.3792 22.4266 66.1442 21.8466C66.9112 21.2646 66.7842 19.9566 66.5312 17.3396L66.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M57.1532 5.49345L56.8252 6.08145C56.4652 6.72745 56.2852 7.05045 56.0052 7.26345C56.0452 7.23345 56.0822 7.20145 56.1182 7.16645C55.8832 8.55246 55.9955 9.97512 56.4453 11.307C56.8951 12.6389 57.6681 13.8385 58.6953 14.7982C59.7225 15.758 60.9717 16.4482 62.331 16.8067C63.6903 17.1651 65.1173 17.1808 66.4842 16.8524L66.4642 16.6624C66.3932 15.9194 66.3572 15.5474 66.4642 15.2024C66.5712 14.8584 66.8092 14.5794 67.2862 14.0224L67.7202 13.5154C69.3972 11.5554 70.2352 10.5744 69.9422 9.63345C69.6502 8.69245 68.4202 8.41345 65.9602 7.85745L65.3242 7.71345C64.6252 7.55545 64.2752 7.47645 63.9942 7.26345C63.7142 7.05045 63.5342 6.72745 63.1742 6.08145L62.8472 5.49345C61.5802 3.22145 60.9472 2.08545 60.0002 2.08545C59.0532 2.08545 58.4202 3.22145 57.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M90.4832 16.8526C89.1164 17.1808 87.6895 17.1649 86.3303 16.8063C84.9711 16.4477 83.7221 15.7576 82.695 14.7979C81.668 13.8381 80.895 12.6386 80.4453 11.3068C79.9956 9.97496 79.8832 8.55241 80.1182 7.1665C80.0825 7.20102 80.0447 7.23341 80.0052 7.2635C79.7252 7.4765 79.3752 7.5555 78.6752 7.7135L78.0402 7.8575C75.5802 8.4145 74.3502 8.69251 74.0572 9.63351C73.7652 10.5736 74.6032 11.5546 76.2802 13.5156L76.7142 14.0226C77.1902 14.5796 77.4292 14.8586 77.5362 15.2026C77.6432 15.5476 77.6072 15.9196 77.5352 16.6626L77.4692 17.3396C77.2162 19.9566 77.0892 21.2646 77.8552 21.8456C78.6212 22.4276 79.7732 21.8976 82.0752 20.8366L82.6722 20.5626C83.3262 20.2606 83.6532 20.1106 84.0002 20.1106C84.3472 20.1106 84.6742 20.2606 85.3292 20.5626L85.9242 20.8366C88.2272 21.8966 89.3792 22.4266 90.1442 21.8466C90.9112 21.2646 90.7842 19.9566 90.5312 17.3396L90.4832 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M81.1532 5.49345L80.8252 6.08145C80.4652 6.72745 80.2852 7.05045 80.0052 7.26345C80.0452 7.23345 80.0822 7.20145 80.1182 7.16645C79.8832 8.55246 79.9955 9.97512 80.4453 11.307C80.8951 12.6389 81.6681 13.8385 82.6953 14.7982C83.7225 15.758 84.9717 16.4482 86.331 16.8067C87.6903 17.1651 89.1173 17.1808 90.4842 16.8524L90.4642 16.6624C90.3932 15.9194 90.3572 15.5474 90.4642 15.2024C90.5712 14.8584 90.8092 14.5794 91.2862 14.0224L91.7202 13.5154C93.3972 11.5554 94.2352 10.5744 93.9422 9.63345C93.6502 8.69245 92.4202 8.41345 89.9602 7.85745L89.3242 7.71345C88.6252 7.55545 88.2752 7.47645 87.9942 7.26345C87.7142 7.05045 87.5342 6.72745 87.1742 6.08145L86.8472 5.49345C85.5802 3.22145 84.9472 2.08545 84.0002 2.08545C83.0532 2.08545 82.4202 3.22145 81.1532 5.49345Z\" fill=\"#FFC42D\"/>\\n<path d=\"M114.483 16.8526C113.116 17.1808 111.689 17.1649 110.33 16.8063C108.971 16.4477 107.722 15.7576 106.695 14.7979C105.668 13.8381 104.895 12.6386 104.445 11.3068C103.995 9.97496 103.883 8.55241 104.118 7.1665C104.082 7.20102 104.045 7.23341 104.005 7.2635C103.725 7.4765 103.375 7.5555 102.675 7.7135L102.04 7.8575C99.5802 8.4145 98.3502 8.69251 98.0572 9.63351C97.7652 10.5736 98.6032 11.5546 100.28 13.5156L100.714 14.0226C101.19 14.5796 101.429 14.8586 101.536 15.2026C101.643 15.5476 101.607 15.9196 101.535 16.6626L101.469 17.3396C101.216 19.9566 101.089 21.2646 101.855 21.8456C102.621 22.4276 103.773 21.8976 106.075 20.8366L106.672 20.5626C107.326 20.2606 107.653 20.1106 108 20.1106C108.347 20.1106 108.674 20.2606 109.329 20.5626L109.924 20.8366C112.227 21.8966 113.379 22.4266 114.144 21.8466C114.911 21.2646 114.784 19.9566 114.531 17.3396L114.483 16.8526Z\" fill=\"#FFC42D\"/>\\n<path opacity=\"0.7\" d=\"M105.153 5.49345L104.825 6.08145C104.465 6.72745 104.285 7.05045 104.005 7.26345C104.045 7.23345 104.082 7.20145 104.118 7.16645C103.883 8.55246 103.995 9.97512 104.445 11.307C104.895 12.6389 105.668 13.8385 106.695 14.7982C107.722 15.758 108.971 16.4482 110.331 16.8067C111.69 17.1651 113.117 17.1808 114.484 16.8524L114.464 16.6624C114.393 15.9194 114.357 15.5474 114.464 15.2024C114.571 14.8584 114.809 14.5794 115.286 14.0224L115.72 13.5154C117.397 11.5554 118.235 10.5744 117.942 9.63345C117.65 8.69245 116.42 8.41345 113.96 7.85745L113.324 7.71345C112.625 7.55545 112.275 7.47645 111.994 7.26345C111.714 7.05045 111.534 6.72745 111.174 6.08145L110.847 5.49345C109.58 3.22145 108.947 2.08545 108 2.08545C107.053 2.08545 106.42 3.22145 105.153 5.49345Z\" fill=\"#FFC42D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kt7byr\",\"data-framer-name\":\"Company and quote\",layoutDependency:layoutDependency,layoutId:\"mycZ4UVKU\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",children:\"Adriana was a lifesaver for our project! We were facing an impossibly tight deadline, and she stepped in with confidence and delivered an outstanding design that perfectly aligned with our brand. What impressed me most was her ability to stay calm under pressure and maintain open communication throughout the process. Not only did she meet our timeline, but she also exceeded our expectations in terms of quality and creativity. We couldn\u2019t have asked for a better designer to handle this project.\"})}),className:\"framer-142q4dh\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RtdATGpxs\",style:{\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1740z4a\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"f8_aeKF5q\",style:{backgroundColor:\"var(--token-6309ca41-d2a5-4b9c-93f2-d0466845fcdf, rgb(10, 35, 39))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ff0e3n\",\"data-framer-name\":\"Avatar and text\",layoutDependency:layoutDependency,layoutId:\"nVYA3sV2S\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+222+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vJsljogIRxkhvgzKUXCMp129Cw.png\"},className:\"framer-1mwyrj5\",\"data-border\":true,\"data-framer-name\":\"Avatar\",layoutDependency:layoutDependency,layoutId:\"UktlsBUrr\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1av05rx\",\"data-border\":true,\"data-framer-name\":\"Contrast border\",layoutDependency:layoutDependency,layoutId:\"OTn23wUIw\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(16, 24, 40, 0.08)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qrw1zx\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"rkNiYqnoJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bloxs3\",\"data-styles-preset\":\"kf7bwnSqK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17)))\"},children:\"Emily Roberts\"})}),className:\"framer-1hpfznj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PM1pqW_0v\",style:{\"--extracted-r6o4lv\":\"var(--token-a378a457-09c9-4e21-8971-31a4dc6ae8ea, rgb(17, 16, 17))\",\"--framer-paragraph-spacing\":\"18px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6)))\"},children:\"Marketing Manager, BrightSpark Media\"})}),className:\"framer-1yzpp11\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"zJooGc6sB\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(17, 16, 17, 0.6))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bUu1P.framer-1ang4af, .framer-bUu1P .framer-1ang4af { display: block; }\",\".framer-bUu1P.framer-v623f { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 584px; }\",\".framer-bUu1P .framer-2f7438 { flex: none; height: 25px; position: relative; width: 120px; }\",\".framer-bUu1P .framer-1kt7byr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bUu1P .framer-142q4dh, .framer-bUu1P .framer-1hpfznj, .framer-bUu1P .framer-1yzpp11 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bUu1P .framer-1740z4a { flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-bUu1P .framer-1ff0e3n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bUu1P .framer-1mwyrj5 { flex: none; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-bUu1P .framer-1av05rx { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 56px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bUu1P .framer-qrw1zx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bUu1P.framer-v623f, .framer-bUu1P .framer-1kt7byr, .framer-bUu1P .framer-1ff0e3n, .framer-bUu1P .framer-qrw1zx { gap: 0px; } .framer-bUu1P.framer-v623f > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-bUu1P.framer-v623f > :first-child, .framer-bUu1P .framer-1kt7byr > :first-child, .framer-bUu1P .framer-qrw1zx > :first-child { margin-top: 0px; } .framer-bUu1P.framer-v623f > :last-child, .framer-bUu1P .framer-1kt7byr > :last-child, .framer-bUu1P .framer-qrw1zx > :last-child { margin-bottom: 0px; } .framer-bUu1P .framer-1kt7byr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bUu1P .framer-1ff0e3n > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-bUu1P .framer-1ff0e3n > :first-child { margin-left: 0px; } .framer-bUu1P .framer-1ff0e3n > :last-child { margin-right: 0px; } .framer-bUu1P .framer-qrw1zx > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",...sharedStyle.css,'.framer-bUu1P[data-border=\"true\"]::after, .framer-bUu1P [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 434\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxZEeuGphO=withCSS(Component,css,\"framer-bUu1P\");export default FramerxZEeuGphO;FramerxZEeuGphO.displayName=\"Testimonial-Card 04-Mobile\";FramerxZEeuGphO.defaultProps={height:434,width:584};addFonts(FramerxZEeuGphO,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxZEeuGphO\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"434\",\"framerIntrinsicWidth\":\"584\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jW2724uIhaB2VyJsjTEx/85EHmZAasWdoIw5zFzJH/KgLRIohrR.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/1l0iC4ep8375FptNpekX/nK8OQvWqLaN9TMMW9O9I/WGf0PE3EJ.js\";import TestimonialCard01 from\"https://framerusercontent.com/modules/9O29f3lJACThbLYJUP9K/NIaSmN6bfMkihAfrYIKs/bCsylaZer.js\";import TestimonialCard03 from\"https://framerusercontent.com/modules/8YB8rcssqjIlPoUTf56z/5NBUezD5lKSG6YvQG85z/c8gSubyBU.js\";import TestimonialCard03Mobile from\"https://framerusercontent.com/modules/1ZMTYPo53oQoCG7BriU2/CUElKucIsTve3jr23aRf/f2JO59Fym.js\";import TestimonialCard05 from\"https://framerusercontent.com/modules/W4hx58oAsThsU24d1IkU/AZ1myNk1iUsFIHpl2J0o/genXL_p6L.js\";import TestimonialCard02 from\"https://framerusercontent.com/modules/RBrvzIMapyOIBu9PrEcz/9bOrEuum3AM8uP15PolB/PEXfMODMI.js\";import TestimonialCard04 from\"https://framerusercontent.com/modules/7fCucP39B9OHOhgwV4Tr/cktQTr77VbY6u6pKt4tP/UGOgHyK9m.js\";import TestimonialCard02Mobile from\"https://framerusercontent.com/modules/niKDzChcxxdvFLYK3mkh/iwY5DQsakIfyh7MJH6dz/Vg4AAc2S7.js\";import TestmonialCard06 from\"https://framerusercontent.com/modules/eb0v5yW3EkQcBeaMogKu/bzqljG5nODyXmoj0pqY8/w5pLAkAzV.js\";import TestimonialCard01Mobile from\"https://framerusercontent.com/modules/SIzrRIWSUCQ9JTYBAnKU/szQSe8ErAp6Bx557ei3O/xnAxrmupU.js\";import TestmonialCard06Mobile from\"https://framerusercontent.com/modules/aNAwURy7Z9G9t7LjuB5X/pRCsE09UqWdMxq6bT0h0/xsR3kkEiK.js\";import TestimonialCard05Mobile from\"https://framerusercontent.com/modules/1Y4NePdZOUOxwK1H0BnM/vTV5bSdiqfj0c1EB8Br5/xwZ1HDFwe.js\";import TestimonialCard04Mobile from\"https://framerusercontent.com/modules/yUteS0ynpJD3jXNio9jv/6Gm7aB2UiW1WE03tURBt/xZEeuGphO.js\";const RichTextWithFX=withFX(RichText);const TestimonialCard01Fonts=getFonts(TestimonialCard01);const TestimonialCard02Fonts=getFonts(TestimonialCard02);const TestimonialCard03Fonts=getFonts(TestimonialCard03);const TestimonialCard04Fonts=getFonts(TestimonialCard04);const TestimonialCard05Fonts=getFonts(TestimonialCard05);const TestmonialCard06Fonts=getFonts(TestmonialCard06);const CarouselFonts=getFonts(Carousel);const MotionDivWithFX=withFX(motion.div);const TestimonialCard01MobileFonts=getFonts(TestimonialCard01Mobile);const TestimonialCard02MobileFonts=getFonts(TestimonialCard02Mobile);const TestimonialCard03MobileFonts=getFonts(TestimonialCard03Mobile);const TestimonialCard04MobileFonts=getFonts(TestimonialCard04Mobile);const TestimonialCard05MobileFonts=getFonts(TestimonialCard05Mobile);const TestmonialCard06MobileFonts=getFonts(TestmonialCard06Mobile);const cycleOrder=[\"MY0jds1EF\",\"flo_5DZWT\",\"Pjj7xyqYW\",\"VJVkMJFZk\"];const serializationHash=\"framer-VzdZS\";const variantClassNames={flo_5DZWT:\"framer-v-w4u85s\",MY0jds1EF:\"framer-v-1cyuyvf\",Pjj7xyqYW:\"framer-v-171fcay\",VJVkMJFZk:\"framer-v-8hbdi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:32};const transition2={delay:.1,duration:.4,ease:[.5,0,.88,.77],type:\"tween\"};const transition3={delay:0,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:32};const transition4={delay:.3,duration:.6,ease:[.5,0,.88,.77],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"MY0jds1EF\",Laptop:\"flo_5DZWT\",Mobile:\"VJVkMJFZk\",Tablet:\"Pjj7xyqYW\"};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:\"MY0jds1EF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MY0jds1EF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"VJVkMJFZk\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"VJVkMJFZk\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1cyuyvf\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"MY0jds1EF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({flo_5DZWT:{\"data-framer-name\":\"Laptop\"},Pjj7xyqYW:{\"data-framer-name\":\"Tablet\"},VJVkMJFZk:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2qtaw8\",\"data-framer-name\":\"wrapper-filled\",layoutDependency:layoutDependency,layoutId:\"VLgIMpbi9\",style:{borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1buz3he\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"PGn4MOFEQ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-afynrv\",\"data-framer-name\":\"txt\",layoutDependency:layoutDependency,layoutId:\"fbtwYlBsM\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-ettx7\",\"data-styles-preset\":\"WGf0PE3EJ\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c3dd294d-4924-4bd7-80f1-2cfdc6e0e574, rgb(249, 247, 246)))\"},children:\"Trusted by Professionals\"})}),className:\"framer-1abh0pr\",\"data-framer-name\":\"Trusted by Professionals\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZNMvth8NJ\",style:{\"--extracted-1of0zx5\":\"var(--token-c3dd294d-4924-4bd7-80f1-2cfdc6e0e574, rgb(249, 247, 246))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({VJVkMJFZk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-ettx7\",\"data-styles-preset\":\"WGf0PE3EJ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c3dd294d-4924-4bd7-80f1-2cfdc6e0e574, rgb(249, 247, 246)))\"},children:\"Trusted by Professionals\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xtbm6\",\"data-styles-preset\":\"KgLRIohrR\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(202, 237, 228, 0.6)))\"},children:\"While most of my client reviews are NDA-protected (because, you know, top-secret agency white label stuff), I managed to sneak in a few favorites from my previous partners.\"})}),className:\"framer-fram0p\",\"data-framer-name\":\"While most of my client reviews are NDA-protected (because, you know, top-secret agency white label stuff), I managed to sneak in a few favorites from my previous partners.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PSuQwK7wb\",style:{\"--extracted-r6o4lv\":\"var(--token-77abf34c-bfd0-46e4-bdc5-396472ca5ca6, rgba(202, 237, 228, 0.6))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1dlwfpq-container\",layoutDependency:layoutDependency,layoutId:\"D1grmhGNC-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:40,height:\"100%\",id:\"D1grmhGNC\",layoutId:\"D1grmhGNC\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:true},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:434,width:\"584px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5gz40a-container\",layoutDependency:layoutDependency,layoutId:\"NMViqnO4J-container\",children:/*#__PURE__*/_jsx(TestimonialCard01,{height:\"100%\",id:\"NMViqnO4J\",layoutId:\"NMViqnO4J\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:434,width:\"584px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qin56y-container\",layoutDependency:layoutDependency,layoutId:\"QeK0KE_8i-container\",children:/*#__PURE__*/_jsx(TestimonialCard02,{height:\"100%\",id:\"QeK0KE_8i\",layoutId:\"QeK0KE_8i\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:434,width:\"584px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jtgcl-container\",layoutDependency:layoutDependency,layoutId:\"HYApoJkn0-container\",children:/*#__PURE__*/_jsx(TestimonialCard03,{height:\"100%\",id:\"HYApoJkn0\",layoutId:\"HYApoJkn0\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:434,width:\"584px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13z4n0z-container\",layoutDependency:layoutDependency,layoutId:\"XNM2Pzzec-container\",children:/*#__PURE__*/_jsx(TestimonialCard04,{height:\"100%\",id:\"XNM2Pzzec\",layoutId:\"XNM2Pzzec\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:434,width:\"584px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r91ys0-container\",layoutDependency:layoutDependency,layoutId:\"GOSn8uw5h-container\",children:/*#__PURE__*/_jsx(TestimonialCard05,{height:\"100%\",id:\"GOSn8uw5h\",layoutId:\"GOSn8uw5h\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:434,width:\"584px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ju8mx-container\",layoutDependency:layoutDependency,layoutId:\"PadiTbIXm-container\",children:/*#__PURE__*/_jsx(TestmonialCard06,{height:\"100%\",id:\"PadiTbIXm\",layoutId:\"PadiTbIXm\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n4jujq-container\",layoutDependency:layoutDependency,layoutId:\"WMYdwwegW-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:40,height:\"100%\",id:\"WMYdwwegW\",layoutId:\"WMYdwwegW\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:427,width:\"280px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b6lha6-container\",layoutDependency:layoutDependency,layoutId:\"OmtI4oMYc-container\",children:/*#__PURE__*/_jsx(TestimonialCard01Mobile,{height:\"100%\",id:\"OmtI4oMYc\",layoutId:\"OmtI4oMYc\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"280px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tb7su2-container\",layoutDependency:layoutDependency,layoutId:\"DDcXBGGNR-container\",children:/*#__PURE__*/_jsx(TestimonialCard02Mobile,{height:\"100%\",id:\"DDcXBGGNR\",layoutId:\"DDcXBGGNR\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:407,width:\"280px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d141nh-container\",layoutDependency:layoutDependency,layoutId:\"wSX9eJkOz-container\",children:/*#__PURE__*/_jsx(TestimonialCard03Mobile,{height:\"100%\",id:\"wSX9eJkOz\",layoutId:\"wSX9eJkOz\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:434,width:\"280px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pfkl7z-container\",layoutDependency:layoutDependency,layoutId:\"MwsP33fCi-container\",children:/*#__PURE__*/_jsx(TestimonialCard04Mobile,{height:\"100%\",id:\"MwsP33fCi\",layoutId:\"MwsP33fCi\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:362,width:\"280px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4syqg-container\",layoutDependency:layoutDependency,layoutId:\"cEuVnjiIk-container\",children:/*#__PURE__*/_jsx(TestimonialCard05Mobile,{height:\"100%\",id:\"cEuVnjiIk\",layoutId:\"cEuVnjiIk\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"280px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g8x18c-container\",layoutDependency:layoutDependency,layoutId:\"xr1PxRBU8-container\",children:/*#__PURE__*/_jsx(TestmonialCard06Mobile,{height:\"100%\",id:\"xr1PxRBU8\",layoutId:\"xr1PxRBU8\",style:{width:\"100%\"},width:\"100%\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({VJVkMJFZk:{padding:0,paddingBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0}},baseVariant,gestureVariant)})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VzdZS.framer-d3nodt, .framer-VzdZS .framer-d3nodt { display: block; }\",\".framer-VzdZS.framer-1cyuyvf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1536px; }\",\".framer-VzdZS .framer-2qtaw8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VzdZS .framer-1buz3he { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 819px; justify-content: flex-start; overflow: visible; padding: 80px 100px 80px 100px; position: relative; width: 100%; }\",\".framer-VzdZS .framer-afynrv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-VzdZS .framer-1abh0pr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VzdZS .framer-fram0p { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 722px; word-break: break-word; word-wrap: break-word; }\",\".framer-VzdZS .framer-1dlwfpq-container, .framer-VzdZS .framer-1n4jujq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-VzdZS .framer-5gz40a-container, .framer-VzdZS .framer-qin56y-container, .framer-VzdZS .framer-jtgcl-container, .framer-VzdZS .framer-13z4n0z-container, .framer-VzdZS .framer-1r91ys0-container, .framer-VzdZS .framer-6ju8mx-container { height: 434px; position: relative; width: 584px; }\",\".framer-VzdZS .framer-1b6lha6-container, .framer-VzdZS .framer-tb7su2-container, .framer-VzdZS .framer-1d141nh-container, .framer-VzdZS .framer-1pfkl7z-container, .framer-VzdZS .framer-g4syqg-container, .framer-VzdZS .framer-1g8x18c-container { height: auto; position: relative; width: 280px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VzdZS.framer-1cyuyvf, .framer-VzdZS .framer-2qtaw8, .framer-VzdZS .framer-1buz3he, .framer-VzdZS .framer-afynrv { gap: 0px; } .framer-VzdZS.framer-1cyuyvf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VzdZS.framer-1cyuyvf > :first-child, .framer-VzdZS .framer-2qtaw8 > :first-child, .framer-VzdZS .framer-1buz3he > :first-child, .framer-VzdZS .framer-afynrv > :first-child { margin-top: 0px; } .framer-VzdZS.framer-1cyuyvf > :last-child, .framer-VzdZS .framer-2qtaw8 > :last-child, .framer-VzdZS .framer-1buz3he > :last-child, .framer-VzdZS .framer-afynrv > :last-child { margin-bottom: 0px; } .framer-VzdZS .framer-2qtaw8 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-VzdZS .framer-1buz3he > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-VzdZS .framer-afynrv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-VzdZS.framer-v-w4u85s.framer-1cyuyvf { width: 1200px; }\",\".framer-VzdZS.framer-v-w4u85s .framer-1buz3he { padding: 80px 60px 80px 60px; }\",\".framer-VzdZS.framer-v-171fcay.framer-1cyuyvf { width: 768px; }\",\".framer-VzdZS.framer-v-171fcay .framer-afynrv { order: 0; }\",\".framer-VzdZS.framer-v-171fcay .framer-fram0p, .framer-VzdZS.framer-v-8hbdi .framer-fram0p { width: 100%; }\",\".framer-VzdZS.framer-v-171fcay .framer-1dlwfpq-container { order: 1; }\",\".framer-VzdZS.framer-v-8hbdi.framer-1cyuyvf { padding: 0px 10px 0px 10px; width: 320px; }\",\".framer-VzdZS.framer-v-8hbdi .framer-1buz3he { height: min-content; padding: 60px 10px 0px 10px; }\",\".framer-VzdZS.framer-v-8hbdi .framer-afynrv { padding: 0px; }\",\".framer-VzdZS.framer-v-8hbdi .framer-1abh0pr { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 818.5\n * @framerIntrinsicWidth 1536\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"flo_5DZWT\":{\"layout\":[\"fixed\",\"auto\"]},\"Pjj7xyqYW\":{\"layout\":[\"fixed\",\"auto\"]},\"VJVkMJFZk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRBRSzH2SZ=withCSS(Component,css,\"framer-VzdZS\");export default FramerRBRSzH2SZ;FramerRBRSzH2SZ.displayName=\"Testemonials\";FramerRBRSzH2SZ.defaultProps={height:818.5,width:1536};addPropertyControls(FramerRBRSzH2SZ,{variant:{options:[\"MY0jds1EF\",\"flo_5DZWT\",\"Pjj7xyqYW\",\"VJVkMJFZk\"],optionTitles:[\"Desktop\",\"Laptop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRBRSzH2SZ,[{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\"}]},...TestimonialCard01Fonts,...TestimonialCard02Fonts,...TestimonialCard03Fonts,...TestimonialCard04Fonts,...TestimonialCard05Fonts,...TestmonialCard06Fonts,...CarouselFonts,...TestimonialCard01MobileFonts,...TestimonialCard02MobileFonts,...TestimonialCard03MobileFonts,...TestimonialCard04MobileFonts,...TestimonialCard05MobileFonts,...TestmonialCard06MobileFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRBRSzH2SZ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"818.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"flo_5DZWT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pjj7xyqYW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VJVkMJFZk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1536\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "e", "progress", "t", "e", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "Z", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "findNextItem", "delta", "children", "scrollTarget", "item", "length", "threshold", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "gotoDelta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "u", "motion", "child", "index", "_child_props", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "_scrollInfo_current", "_scrollInfo_current1", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerbCsylaZer", "withCSS", "bCsylaZer_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "Framerc8gSubyBU", "withCSS", "c8gSubyBU_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "Framerf2JO59Fym", "withCSS", "f2JO59Fym_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramergenXL_p6L", "withCSS", "genXL_p6L_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerPEXfMODMI", "withCSS", "PEXfMODMI_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerUGOgHyK9m", "withCSS", "UGOgHyK9m_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerVg4AAc2S7", "withCSS", "Vg4AAc2S7_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "Framerw5pLAkAzV", "withCSS", "w5pLAkAzV_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerxnAxrmupU", "withCSS", "xnAxrmupU_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerxsR3kkEiK", "withCSS", "xsR3kkEiK_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerxwZ1HDFwe", "withCSS", "xwZ1HDFwe_default", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerxZEeuGphO", "withCSS", "xZEeuGphO_default", "addFonts", "getFontsFromSharedStyle", "fonts", "RichTextWithFX", "withFX", "RichText2", "TestimonialCard01Fonts", "getFonts", "bCsylaZer_default", "TestimonialCard02Fonts", "PEXfMODMI_default", "TestimonialCard03Fonts", "c8gSubyBU_default", "TestimonialCard04Fonts", "UGOgHyK9m_default", "TestimonialCard05Fonts", "genXL_p6L_default", "TestmonialCard06Fonts", "w5pLAkAzV_default", "CarouselFonts", "Carousel", "MotionDivWithFX", "motion", "TestimonialCard01MobileFonts", "xnAxrmupU_default", "TestimonialCard02MobileFonts", "Vg4AAc2S7_default", "TestimonialCard03MobileFonts", "f2JO59Fym_default", "TestimonialCard04MobileFonts", "xZEeuGphO_default", "TestimonialCard05MobileFonts", "xwZ1HDFwe_default", "TestmonialCard06MobileFonts", "xsR3kkEiK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "animation1", "animation2", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "css", "FramerRBRSzH2SZ", "withCSS", "RBRSzH2SZ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
