{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js", "ssg:https://framerusercontent.com/modules/pYb76NxLc1CGGNvfT824/JseACXK8iDtiyYDayVB2/dlz5meCqH.js", "ssg:https://framerusercontent.com/modules/brIUKvisATapQA00DrH4/mzRBYHB8r4jW5XtfwlWV/a8GX9oxqj.js", "ssg:https://framerusercontent.com/modules/nreKGAFFc3zHs3CBKpDS/chkhwydsU7qyljTzaLsG/D4MJvVfBY.js", "ssg:https://framerusercontent.com/modules/q2bX8KxTSOUNOfoUfjhm/2xcGSccMNfe0gaKDo34V/iyo1N5rqT.js", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/kDIg4TC9R4Qnb7XgEwgM/hUjGfIDUQA6qgcPc29sU/bzTWA2euP.js", "ssg:https://framerusercontent.com/modules/6UtqpqQpuqzRMc20U32M/SuLFdcxSK2vWc2WvPrFC/PB303AcTU.js", "ssg:https://framerusercontent.com/modules/E5TwRbnPSXNa4sGqrd7I/ROOH1Lce6vlfHB8CX5NS/NVcLw1Go_.js", "ssg:https://framerusercontent.com/modules/x1qsbsT6kg55EX3QUC8a/E794vPcX8qeaBWG7d8em/tJ5GOIsEw.js", "ssg:https://framerusercontent.com/modules/gaUH65z8h6vw7V6g6YxO/QI6hQ1F8tsvtmVt9Fdmg/xq7b4nvm9.js", "ssg:https://framerusercontent.com/modules/iL6m9OQG6m95SeYhtMWm/h24STjNjFVmAybbSa3U1/nMGQz6qXj.js", "ssg:https://framerusercontent.com/modules/168xpxCAfvv0lPqZB35N/kPTl9LqGmrbNpVHY7bfu/quHYU5_zh.js", "ssg:https://framerusercontent.com/modules/lPQJ0RQrVrS5N1u2YNfA/963U5exyeJrNTnkilMXq/uhdU7P4Cx.js", "ssg:https://framerusercontent.com/modules/ex1bBpjVWzle41vQWsG3/JGgsCCw0XLi8xP7bPwdG/VhkYMqrEY.js", "ssg:https://framerusercontent.com/modules/o6tjY07aBr9PSFGpOkKx/Q1ASzBQTSvROajB2ZBRU/xbrG_x1Ut.js", "ssg:https://framerusercontent.com/modules/q5NJ6rg0BL5lFy9nAE0Q/r4Aat0un1HdBLWjnDbk6/NVcLw1Go_.js", "ssg:https://framerusercontent.com/modules/6h4MFBsoHRvK7AsTtuQf/O5jRJCpQcK9t8x4YtuCY/PE5CByVRs.js", "ssg:https://framerusercontent.com/modules/mmo0sNTD8hXWaDzQaiuZ/j2LiMKN0Z5urLm3dlukY/PUW91wW7J.js", "ssg:https://framerusercontent.com/modules/bbf6UMGfGpjYDl6NFwmx/BUay3ki5LAkb1odPcmTi/XwXXo_qcG.js", "ssg:https://framerusercontent.com/modules/aX8vt7IOHVnjzAbcbiKK/nzFDQXQmKBJCEoyTaqka/B1OWxmoZ6.js", "ssg:https://framerusercontent.com/modules/x5wFZQybWlizN1WPGGV1/EqIaGWQ7eAFNM8W2gMuB/rWJsXfsB9.js", "ssg:https://framerusercontent.com/modules/1RLXtsCuwYPO2S41RlIw/pF7wIOroaZGQLBRZ6Row/wQM3az12A.js", "ssg:https://framerusercontent.com/modules/aGJfTnIDJBLHmok5kOOq/L3jwMRmFnCZMdCAjy2zm/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,zoom,radius,border,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,zoom:zoom,radius:radius,border:border,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}},border:{title:\"Border\",type:ControlType.Border,optional:true,hidden(props){return props.type!==\"url\";}},radius:{type:ControlType.BorderRadius,title:\"Radius\",hidden(props){return props.type!==\"url\";}},zoom:{title:\"Zoom\",defaultValue:1,type:ControlType.Number,hidden(props){return props.type!==\"url\";},min:.1,max:1,step:.1,displayStepper:true}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,zoom,radius,border,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style,...border,zoom:zoom,borderRadius:radius,transformOrigin:\"top center\"},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{const iframeWindow=ref.current?.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow?.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (d19865c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"cbQeEdjqP\",\"xlZE5_60V\"];const serializationHash=\"framer-5z1LR\";const variantClassNames={cbQeEdjqP:\"framer-v-qy0eb8\",xlZE5_60V:\"framer-v-1mevi3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"cbQeEdjqP\",Mobile:\"xlZE5_60V\"};const getProps=({description,height,id,image,title,width,...props})=>{return{...props,d0jLx4No6:image??props.d0jLx4No6??{pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/XAIxkihWOZVlT9kYlzBcnurjec.svg\"},fzDZj4NBF:title??props.fzDZj4NBF??\"Effortless User Expansion\",lhpG_HP_R:description??props.lhpG_HP_R??\"Easily add users as your team grows, with no extra infrastructure or technical complexity.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"cbQeEdjqP\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,lhpG_HP_R,fzDZj4NBF,d0jLx4No6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cbQeEdjqP\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-qy0eb8\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cbQeEdjqP\",ref:refBinding,style:{...style},...addPropertyOverrides({xlZE5_60V:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6dodbq\",\"data-framer-name\":\"Glow\",layoutDependency:layoutDependency,layoutId:\"Nqa0FCmhz\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nr1pno\",\"data-framer-name\":\"Paint\",layoutDependency:layoutDependency,layoutId:\"cXgK3jcRs\",style:{backgroundColor:\"var(--token-9acadeee-96ba-4371-9ae7-dac80f02f1f6, rgb(254, 106, 46))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9slsa1\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"Qjiu3GsdN\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jvi7rc\",\"data-border\":true,\"data-framer-name\":\"Icon Wrap\",layoutDependency:layoutDependency,layoutId:\"uo2QIK7fk\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-caa7547d-cf57-44d3-92c2-01fcbf1068be, rgb(243, 243, 241))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"radial-gradient(64% 31% at 50% 50%, var(--token-bce65128-c730-4d42-bd10-7fec9aa84c24, rgb(240, 236, 231)) 0%, var(--token-f395e90f-e08f-456b-b155-0974850affb9, rgb(255, 255, 255)) 100%)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+13),pixelHeight:20,pixelWidth:20,sizes:\"20px\",...toResponsiveImage(d0jLx4No6),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1w9a06l\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"OumfAiGZe\",style:{borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)))\"},children:\"Effortless User Expansion\"})}),className:\"framer-1tn6ljv\",fonts:[\"FS;Red Hat Display-extrabold\"],layoutDependency:layoutDependency,layoutId:\"kQaPq1f6w\",style:{\"--extracted-1lwpl3i\":\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fzDZj4NBF,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xlZE5_60V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)))\"},children:\"Effortless User Expansion\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uqtk9r\",\"data-framer-name\":\"Flare\",layoutDependency:layoutDependency,layoutId:\"qRc_R8m9o\",style:{background:\"linear-gradient(180deg, var(--token-9acadeee-96ba-4371-9ae7-dac80f02f1f6, rgb(254, 106, 46)) 0%, rgba(171, 171, 171, 0.07) 100%)\",opacity:.5}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"Easily add users as your team grows, with no extra infrastructure or technical complexity.\"})}),className:\"framer-5a6ax1\",fonts:[\"CUSTOM;Gandia Bold\"],layoutDependency:layoutDependency,layoutId:\"dGVOQ1qV5\",style:{\"--extracted-r6o4lv\":\"var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:lhpG_HP_R,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xlZE5_60V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"Easily add users as your team grows, with no extra infrastructure or technical complexity.\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5z1LR.framer-cbb7ut, .framer-5z1LR .framer-cbb7ut { display: block; }\",\".framer-5z1LR.framer-qy0eb8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 40px; position: relative; width: 584px; }\",\".framer-5z1LR .framer-6dodbq { flex: none; gap: 10px; height: 120px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 4px; z-index: 1; }\",\".framer-5z1LR .framer-1nr1pno { flex: none; height: 42px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-5z1LR .framer-9slsa1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-5z1LR .framer-1jvi7rc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 46px; justify-content: center; padding: 0px; position: relative; width: 46px; }\",\".framer-5z1LR .framer-1w9a06l { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-5z1LR .framer-1tn6ljv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5z1LR .framer-1uqtk9r { flex: none; height: 118px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 4px; z-index: 1; }\",\".framer-5z1LR .framer-5a6ax1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5z1LR.framer-v-1mevi3.framer-qy0eb8 { gap: 6px; padding: 0px 0px 0px 24px; }\",\".framer-5z1LR.framer-v-1mevi3 .framer-1tn6ljv { white-space: pre-wrap; width: 258px; word-break: break-word; word-wrap: break-word; }\",'.framer-5z1LR[data-border=\"true\"]::after, .framer-5z1LR [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 128\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xlZE5_60V\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"lhpG_HP_R\":\"description\",\"fzDZj4NBF\":\"title\",\"d0jLx4No6\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerdlz5meCqH=withCSS(Component,css,\"framer-5z1LR\");export default Framerdlz5meCqH;Framerdlz5meCqH.displayName=\"Section Benefits/Features Sticky\";Framerdlz5meCqH.defaultProps={height:128,width:584};addPropertyControls(Framerdlz5meCqH,{variant:{options:[\"cbQeEdjqP\",\"xlZE5_60V\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},lhpG_HP_R:{defaultValue:\"Easily add users as your team grows, with no extra infrastructure or technical complexity.\",displayTextArea:false,title:\"Description\",type:ControlType.String},fzDZj4NBF:{defaultValue:\"Effortless User Expansion\",displayTextArea:false,title:\"Title\",type:ControlType.String},d0jLx4No6:{__defaultAssetReference:\"data:framer/asset-reference,XAIxkihWOZVlT9kYlzBcnurjec.svg?originalFilename=crown.svg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(Framerdlz5meCqH,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MMZ5CNXXF3OOGYXW6Y2BEPS66Z5J7O4T/RQMGAQTCFJNFSDVT6TZ7TETC6WEXAEF3/MYQLOUO4VZXDACA33B2ZYRT63XOGKINZ.woff2\",weight:\"800\"},{family:\"Gandia Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/PSdRuRk8PRitEozEp4LN0t5yfCk.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerdlz5meCqH\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"128\",\"framerVariables\":\"{\\\"lhpG_HP_R\\\":\\\"description\\\",\\\"fzDZj4NBF\\\":\\\"title\\\",\\\"d0jLx4No6\\\":\\\"image\\\"}\",\"framerIntrinsicWidth\":\"584\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xlZE5_60V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dlz5meCqH.map", "// Generated by Framer (d19865c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Red Hat Display-bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH5EUMJLFHOACOC5EPWMZKGKE6C676DA/B6XSSNJX2SESKDWPNWH4WCP2CJSK4NIU/YV7HPRET3QHJIMR56F6TM2MVPYSI4S5Z.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-1NpuM .framer-styles-preset-c64ggc:not(.rich-text-wrapper), .framer-1NpuM .framer-styles-preset-c64ggc.rich-text-wrapper h4 { --framer-font-family: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 27px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, #111111); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-1NpuM\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d19865c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={ehSZp4_Lj:{hover:true}};const serializationHash=\"framer-ApvdA\";const variantClassNames={ehSZp4_Lj:\"framer-v-1oen4q9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({defaultFill,height,hoverFill,hoverText,id,label,width,...props})=>{return{...props,AL6IB9otP:hoverFill??props.AL6IB9otP??\"var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255))\",mKVpWCoSL:hoverText??props.mKVpWCoSL??\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",Oon8L041D:defaultFill??props.Oon8L041D??\"var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255))\",VArIlTNTt:label??props.VArIlTNTt??\"Learn more\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,VArIlTNTt,Oon8L041D,AL6IB9otP,mKVpWCoSL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ehSZp4_Lj\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://q3abu05x8g9.typeform.com/to/D92Sc8WG?typeform-source=intentionallycreative.com\",motionChild:true,nodeId:\"ehSZp4_Lj\",openInNewTab:true,scopeId:\"D4MJvVfBY\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1oen4q9\",className,classNames)} framer-ligkmm`,\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"ehSZp4_Lj\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(200, 107, 44)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:Oon8L041D,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 1px 8px 0px var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\",...style},variants:{\"ehSZp4_Lj-hover\":{backgroundColor:AL6IB9otP}},...addPropertyOverrides({\"ehSZp4_Lj-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)))\"},children:\"Learn more\"})}),className:\"framer-g0g3bi\",fonts:[\"FS;Red Hat Display-semibold\"],layoutDependency:layoutDependency,layoutId:\"Bff4cUPua\",style:{\"--extracted-1lwpl3i\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-mKVpWCoSL-D4MJvVfBY\":mKVpWCoSL},text:VArIlTNTt,variants:{\"ehSZp4_Lj-hover\":{\"--extracted-1lwpl3i\":\"var(--variable-reference-mKVpWCoSL-D4MJvVfBY)\",\"--variable-reference-mKVpWCoSL-D4MJvVfBY\":mKVpWCoSL}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ehSZp4_Lj-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-mKVpWCoSL-D4MJvVfBY))\"},children:\"Learn more\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-4qbm8n\",layoutDependency:layoutDependency,layoutId:\"P9vfvaR7l\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\" overflow=\"visible\"><path d=\"M 27.223 0 L 2.777 0 C 1.243 0 0 1.243 0 2.777 L 0 27.223 C 0 28.757 1.243 30 2.777 30 L 27.223 30 C 28.757 30 30 28.757 30 27.223 L 30 2.777 C 30 1.243 28.757 0 27.223 0 Z M 21.737 21.539 L 19.859 21.539 L 19.859 11.468 L 9.124 22.203 L 7.796 20.876 L 18.532 10.14 L 8.433 10.14 L 8.461 8.263 L 21.737 8.263 L 21.737 21.539 Z\" fill=\"rgb(255,255,255)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-3tlfh\",layoutDependency:layoutDependency,layoutId:\"gdqUvIRXx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\" overflow=\"visible\"><path d=\"M 27.223 0 L 2.777 0 C 1.243 0 0 1.243 0 2.777 L 0 27.223 C 0 28.757 1.243 30 2.777 30 L 27.223 30 C 28.757 30 30 28.757 30 27.223 L 30 2.777 C 30 1.243 28.757 0 27.223 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1aqh4el\",layoutDependency:layoutDependency,layoutId:\"UpsFwaCzj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.941 13.941\" overflow=\"visible\"><path d=\"M 13.941 13.277 L 12.063 13.277 L 12.063 3.205 L 1.328 13.941 L 0 12.613 L 10.735 1.878 L 0.636 1.878 L 0.664 0 L 13.941 0 L 13.941 13.277 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ApvdA.framer-ligkmm, .framer-ApvdA .framer-ligkmm { display: block; }\",\".framer-ApvdA.framer-1oen4q9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 44px; justify-content: center; overflow: hidden; padding: 30px 20px 30px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-ApvdA .framer-g0g3bi { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; z-index: 1; }\",\".framer-ApvdA .framer-4qbm8n { height: 30px; position: relative; width: 30px; }\",\".framer-ApvdA .framer-3tlfh { height: 30px; left: 0px; position: absolute; top: 0px; width: 30px; }\",\".framer-ApvdA .framer-1aqh4el { height: 14px; left: 8px; position: absolute; top: 9px; width: 14px; }\",'.framer-ApvdA[data-border=\"true\"]::after, .framer-ApvdA [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 60\n * @framerIntrinsicWidth 244.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"UOuNw8KHe\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"VArIlTNTt\":\"label\",\"Oon8L041D\":\"defaultFill\",\"AL6IB9otP\":\"hoverFill\",\"mKVpWCoSL\":\"hoverText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerD4MJvVfBY=withCSS(Component,css,\"framer-ApvdA\");export default FramerD4MJvVfBY;FramerD4MJvVfBY.displayName=\"Button\";FramerD4MJvVfBY.defaultProps={height:60,width:244.5};addPropertyControls(FramerD4MJvVfBY,{VArIlTNTt:{defaultValue:\"Learn more\",displayTextArea:false,title:\"Label\",type:ControlType.String},Oon8L041D:{defaultValue:'var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255)) /* {\"name\":\"Accent\"} */',title:\"Default Fill\",type:ControlType.Color},AL6IB9otP:{defaultValue:'var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255)) /* {\"name\":\"Accent\"} */',title:\"Hover Fill\",type:ControlType.Color},mKVpWCoSL:{defaultValue:'var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {\"name\":\"12\"} */',title:\"Hover Text\",type:ControlType.Color}});addFonts(FramerD4MJvVfBY,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WDQIEWCFLN6EMYQOS5KYW4367I2WBYD3/DUIROOVG2NP7SN523URKVY2XPJTPXDD3/OVH4LNHLST7KQG4JHAKO4QQRUL7CTSCU.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerD4MJvVfBY\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"244.5\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"VArIlTNTt\\\":\\\"label\\\",\\\"Oon8L041D\\\":\\\"defaultFill\\\",\\\"AL6IB9otP\\\":\\\"hoverFill\\\",\\\"mKVpWCoSL\\\":\\\"hoverText\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UOuNw8KHe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"60\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./D4MJvVfBY.map", "// Generated by Framer (6aebf05)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/brIUKvisATapQA00DrH4/mzRBYHB8r4jW5XtfwlWV/a8GX9oxqj.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/qZTOlIhhyPLmAyrb8foW/4GXmaODYIrXqsmBGh3GN/o8AwAvz9k.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/pvVSEZIwvSIFIMRet6oi/FnqEWhAabQDDnx15zXO3/Z1UxzBYMV.js\";import Button from\"https://framerusercontent.com/modules/nreKGAFFc3zHs3CBKpDS/chkhwydsU7qyljTzaLsG/D4MJvVfBY.js\";const ButtonFonts=getFonts(Button);const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"EoWzhs3r4\",\"UGa89Ngmy\",\"WUI5KYdCl\"];const serializationHash=\"framer-nApI6\";const variantClassNames={EoWzhs3r4:\"framer-v-fthzir\",UGa89Ngmy:\"framer-v-iacxut\",WUI5KYdCl:\"framer-v-s9qn30\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={damping:60,delay:.5,mass:1,stiffness:320,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:240};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"EoWzhs3r4\",Phone:\"WUI5KYdCl\",Tablet:\"UGa89Ngmy\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EoWzhs3r4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EoWzhs3r4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"UGa89Ngmy\")return false;return true;};const isDisplayed1=()=>{if([\"UGa89Ngmy\",\"WUI5KYdCl\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-fthzir\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"EoWzhs3r4\",ref:refBinding,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",...style},...addPropertyOverrides({UGa89Ngmy:{\"data-framer-name\":\"Tablet\"},WUI5KYdCl:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qyeji6\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"KPuh7DU6a\",style:{backgroundColor:\"rgba(245, 245, 245, 0)\"},children:[/*#__PURE__*/_jsxs(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+0+0+0),pixelHeight:1545,pixelWidth:2e3,positionX:\"right\",positionY:\"top\",sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1040px)`,src:\"https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg\",srcSet:\"https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg 2000w\"},className:\"framer-14be58f\",\"data-framer-appear-id\":\"14be58f\",\"data-framer-name\":\"Card\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"rY8nKEG7T\",optimized:true,style:{backdropFilter:\"blur(0px)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 140px 120px -80px rgba(99, 106, 125, 0.04)\",WebkitBackdropFilter:\"blur(0px)\"},...addPropertyOverrides({UGa89Ngmy:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0),pixelHeight:1545,pixelWidth:2e3,positionX:\"right\",positionY:\"top\",sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1040px)`,src:\"https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg\",srcSet:\"https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg 2000w\"}},WUI5KYdCl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0),pixelHeight:1545,pixelWidth:2e3,positionX:\"right\",positionY:\"top\",sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1040px)`,src:\"https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg\",srcSet:\"https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Sp2yZZ4jGifTDpgeSZSUabjfNo.jpg 2000w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ib81u3\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"bFRW_vMOr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",children:[\"Grow your Liquor Store,\",/*#__PURE__*/_jsx(motion.br,{}),\"book a call now.\"]})}),className:\"framer-8sbnwi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dWs5XvmKA\",style:{\"--framer-paragraph-spacing\":\"0px\",backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({UGa89Ngmy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Grow your Liquor Store,\",/*#__PURE__*/_jsx(motion.br,{}),\"book a call now.\"]})})},WUI5KYdCl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-c64ggc\",\"data-styles-preset\":\"a8GX9oxqj\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Grow your Liquor Store,\",/*#__PURE__*/_jsx(motion.br,{}),\"book a call now.\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"Transform your liquor store into a sales powerhouse online and in-store. Backed by over a decade of beverage industry data.\"})}),className:\"framer-x2mwkv\",fonts:[\"CUSTOM;Gandia Bold\"],layoutDependency:layoutDependency,layoutId:\"lkNLX3RDU\",style:{\"--extracted-r6o4lv\":\"var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({UGa89Ngmy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"Transform your liquor store into a sales powerhouse online and in-store. Backed by over a decade of beverage industry data.\"})})},WUI5KYdCl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"Transform your liquor store into a sales powerhouse online and in-store. Backed by over a decade of beverage industry data.\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,y:(componentViewport?.y||0)+40+0+0+0+0+54+236.7,...addPropertyOverrides({UGa89Ngmy:{y:(componentViewport?.y||0)+32+0+0+0+0+0+54+236.7},WUI5KYdCl:{y:(componentViewport?.y||0)+32+0+0+0+0+-35.35+82+191.7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-k0j1g6-container\",\"data-framer-name\":\"top button\",layoutDependency:layoutDependency,layoutId:\"G67Yi5eGm-container\",name:\"top button\",nodeId:\"G67Yi5eGm\",rendersWithMotion:true,scopeId:\"iyo1N5rqT\",children:/*#__PURE__*/_jsx(Button,{AL6IB9otP:\"var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68))\",height:\"100%\",id:\"G67Yi5eGm\",layoutId:\"G67Yi5eGm\",mKVpWCoSL:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",name:\"top button\",Oon8L041D:\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\",style:{height:\"100%\"},VArIlTNTt:\"BOOK A CALL\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-4txl0p\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"JnBegSyKN\"})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:842,intrinsicWidth:842,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+0+0+0+35.85),pixelHeight:365,pixelWidth:368,src:\"https://framerusercontent.com/images/i9Axta8D29yQ1vxMMPWH6Pk.png\"},className:\"framer-w95i8h\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"eUiV8ZH6z\"})]}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-l3ci9f\",\"data-framer-appear-id\":\"l3ci9f\",\"data-framer-name\":\"Copyright\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"FC_ktGOWh\",optimized:true,style:{backgroundColor:\"rgba(255, 255, 255, 0)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1bebaf07-90da-4244-978f-b79230e5aaa7, rgb(24, 23, 30)))\"},children:\"\\xa9 2025 Intentionally Creative\"})}),className:\"framer-1powcvr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r7cXBBkip\",style:{\"--extracted-r6o4lv\":\"var(--token-1bebaf07-90da-4244-978f-b79230e5aaa7, rgb(24, 23, 30))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({WUI5KYdCl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1bebaf07-90da-4244-978f-b79230e5aaa7, rgb(24, 23, 30)))\"},children:\"\\xa9 2025 Intentionally Creative\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kotz34\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"JP36dYg02\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"UJZrjspRM\",openInNewTab:true,scopeId:\"iyo1N5rqT\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-145abbg framer-1jfnyiu\",\"data-framer-name\":\"Instagram\",fill:\"var(--token-1bebaf07-90da-4244-978f-b79230e5aaa7, rgb(24, 23, 30))\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"UJZrjspRM\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M128 80a48 48 0 1 0 48 48 48.05 48.05 0 0 0-48-48Zm0 80a32 32 0 1 1 32-32 32 32 0 0 1-32 32Zm48-136H80a56.06 56.06 0 0 0-56 56v96a56.06 56.06 0 0 0 56 56h96a56.06 56.06 0 0 0 56-56V80a56.06 56.06 0 0 0-56-56Zm40 152a40 40 0 0 1-40 40H80a40 40 0 0 1-40-40V80a40 40 0 0 1 40-40h96a40 40 0 0 1 40 40ZM192 76a12 12 0 1 1-12-12 12 12 0 0 1 12 12Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Vp6BrPIgp\",openInNewTab:true,scopeId:\"iyo1N5rqT\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-lgqtyg framer-1jfnyiu\",\"data-framer-name\":\"X.com\",fill:\"var(--token-1bebaf07-90da-4244-978f-b79230e5aaa7, rgb(24, 23, 30))\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"Vp6BrPIgp\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"m214.75 211.71-62.6-98.38 61.77-67.95a8 8 0 0 0-11.84-10.76l-58.84 64.72-40.49-63.63A8 8 0 0 0 96 32H48a8 8 0 0 0-6.75 12.3l62.6 98.37-61.77 68a8 8 0 1 0 11.84 10.76l58.84-64.72 40.49 63.63A8 8 0 0 0 160 224h48a8 8 0 0 0 6.75-12.29ZM164.39 208 62.57 48h29l101.86 160Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@liquorstoremarketing\",motionChild:true,nodeId:\"ln_VehAj9\",openInNewTab:true,scopeId:\"iyo1N5rqT\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-4x2zvc framer-1jfnyiu\",\"data-framer-name\":\"Yourube\",fill:\"var(--token-1bebaf07-90da-4244-978f-b79230e5aaa7, rgb(24, 23, 30))\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"ln_VehAj9\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"m164.44 121.34-48-32A8 8 0 0 0 104 96v64a8 8 0 0 0 12.44 6.66l48-32a8 8 0 0 0 0-13.32ZM120 145.05V111l25.58 17Zm114.33-75.53a24 24 0 0 0-14.49-16.4C185.56 39.88 131 40 128 40s-57.56-.12-91.84 13.12a24 24 0 0 0-14.49 16.4C19.08 79.5 16 97.74 16 128s3.08 48.5 5.67 58.48a24 24 0 0 0 14.49 16.41C69 215.56 120.4 216 127.34 216h1.32c6.94 0 58.37-.44 91.18-13.11a24 24 0 0 0 14.49-16.41c2.59-10 5.67-28.22 5.67-58.48s-3.08-48.5-5.67-58.48Zm-15.49 113a8 8 0 0 1-4.77 5.49c-31.65 12.22-85.48 12-86 12H128c-.54 0-54.33.2-86-12a8 8 0 0 1-4.77-5.49C34.8 173.39 32 156.57 32 128s2.8-45.39 5.16-54.47A8 8 0 0 1 41.93 68c30.52-11.79 81.66-12 85.85-12h.27c.54 0 54.38-.18 86 12a8 8 0 0 1 4.77 5.49C221.2 82.61 224 99.43 224 128s-2.8 45.39-5.16 54.47Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://intentionallycreative.com/\",motionChild:true,nodeId:\"Kz29ttvkX\",openInNewTab:true,scopeId:\"iyo1N5rqT\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-zcnpk4 framer-1jfnyiu\",\"data-framer-name\":\"Dribbble\",fill:\"var(--token-1bebaf07-90da-4244-978f-b79230e5aaa7, rgb(24, 23, 30))\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"Kz29ttvkX\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24Zm87.65 96.18q-3.82-.18-7.65-.18a168.58 168.58 0 0 0-43.94 5.84A166.52 166.52 0 0 0 150.61 96a168.32 168.32 0 0 0 38.2-31.55 87.78 87.78 0 0 1 26.84 55.73Zm-39.37-65.72A151.75 151.75 0 0 1 142 82.52a169.22 169.22 0 0 0-38.63-39 88 88 0 0 1 73 10.94Zm-90.63-3.58a153.13 153.13 0 0 1 42 39.18A151.82 151.82 0 0 1 64 104a154.19 154.19 0 0 1-20.28-1.35 88.39 88.39 0 0 1 41.93-51.77ZM40 128a87.73 87.73 0 0 1 .53-9.64A168.85 168.85 0 0 0 64 120a167.84 167.84 0 0 0 72.52-16.4 150.82 150.82 0 0 1 12.31 27.13 167.11 167.11 0 0 0-24.59 11.6 169.22 169.22 0 0 0-55.07 51.06A87.8 87.8 0 0 1 40 128Zm42 75a152.91 152.91 0 0 1 50.24-46.79 148.81 148.81 0 0 1 20.95-10 152.48 152.48 0 0 1 3.73 33.47 152.93 152.93 0 0 1-3.49 32.56A87.92 87.92 0 0 1 82 203Zm89.06 1.73a170 170 0 0 0 1.86-25 168.69 168.69 0 0 0-4.45-38.47A152.31 152.31 0 0 1 208 136q3.8 0 7.61.19a88.13 88.13 0 0 1-44.55 68.53Z\"/></svg>',withExternalLayout:true})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nApI6.framer-1jfnyiu, .framer-nApI6 .framer-1jfnyiu { display: block; }\",\".framer-nApI6.framer-fthzir { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 24px 40px 24px; position: relative; width: 1440px; }\",\".framer-nApI6 .framer-1qyeji6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nApI6 .framer-14be58f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-nApI6 .framer-ib81u3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: hidden; padding: 54px 0px 54px 0px; position: relative; width: 1px; }\",\".framer-nApI6 .framer-8sbnwi, .framer-nApI6 .framer-x2mwkv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nApI6 .framer-k0j1g6-container { flex: none; height: 61px; position: relative; width: auto; }\",\".framer-nApI6 .framer-4txl0p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; min-height: 35px; overflow: hidden; padding: 2px 0px 2px 0px; position: relative; width: 100%; }\",\".framer-nApI6 .framer-w95i8h { flex: none; height: 365px; overflow: visible; position: relative; width: 368px; z-index: 10; }\",\".framer-nApI6 .framer-l3ci9f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1040px; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; z-index: 2; }\",\".framer-nApI6 .framer-1powcvr { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-nApI6 .framer-1kotz34 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nApI6 .framer-145abbg, .framer-nApI6 .framer-lgqtyg, .framer-nApI6 .framer-4x2zvc, .framer-nApI6 .framer-zcnpk4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; text-decoration: none; width: 24px; }\",\".framer-nApI6.framer-v-iacxut.framer-fthzir { padding: 32px 24px 32px 24px; width: 810px; }\",\".framer-nApI6.framer-v-iacxut .framer-14be58f { flex-direction: column; }\",\".framer-nApI6.framer-v-iacxut .framer-ib81u3 { align-content: center; align-items: center; flex: none; width: 100%; }\",\".framer-nApI6.framer-v-s9qn30.framer-fthzir { padding: 32px 24px 32px 24px; width: 403px; }\",\".framer-nApI6.framer-v-s9qn30 .framer-1qyeji6 { gap: 0px; order: 0; }\",\".framer-nApI6.framer-v-s9qn30 .framer-14be58f { flex-direction: column; height: 289px; padding: 0px 24px 0px 24px; }\",\".framer-nApI6.framer-v-s9qn30 .framer-ib81u3 { align-content: center; align-items: center; flex: none; gap: 21px; order: 0; padding: 82px 0px 0px 0px; width: 115%; }\",\".framer-nApI6.framer-v-s9qn30 .framer-8sbnwi { order: 0; }\",\".framer-nApI6.framer-v-s9qn30 .framer-x2mwkv { order: 1; }\",\".framer-nApI6.framer-v-s9qn30 .framer-k0j1g6-container { order: 2; }\",\".framer-nApI6.framer-v-s9qn30 .framer-4txl0p { justify-content: center; min-height: 65px; order: 3; }\",\".framer-nApI6.framer-v-s9qn30 .framer-l3ci9f { flex-direction: column; gap: 10px; justify-content: flex-start; padding: 0px; }\",\".framer-nApI6.framer-v-s9qn30 .framer-1powcvr { flex: none; order: 0; width: 100%; }\",\".framer-nApI6.framer-v-s9qn30 .framer-1kotz34 { justify-content: center; order: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 573\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UGa89Ngmy\":{\"layout\":[\"fixed\",\"auto\"]},\"WUI5KYdCl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Frameriyo1N5rqT=withCSS(Component,css,\"framer-nApI6\");export default Frameriyo1N5rqT;Frameriyo1N5rqT.displayName=\"Footer 2\";Frameriyo1N5rqT.defaultProps={height:573,width:1440};addPropertyControls(Frameriyo1N5rqT,{variant:{options:[\"EoWzhs3r4\",\"UGa89Ngmy\",\"WUI5KYdCl\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Frameriyo1N5rqT,[{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:\"Gandia Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/PSdRuRk8PRitEozEp4LN0t5yfCk.woff2\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameriyo1N5rqT\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"573\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UGa89Ngmy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WUI5KYdCl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iyo1N5rqT.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (148822d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ouFom1Hyo8oHMEEo7X8X/Ddf0ygsxDgExFAeUhZVF/LI7wOk5PY.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/36hHFKBbTet5DFLYkIwF/jKqCUXFtzInhSqngzpRZ/Q8I0V3QLW.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={TX7b4ARmf:{hover:true}};const cycleOrder=[\"TX7b4ARmf\",\"Sec5CjLAn\"];const serializationHash=\"framer-oeCUi\";const variantClassNames={Sec5CjLAn:\"framer-v-1ecaxzy\",TX7b4ARmf:\"framer-v-ad0loh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Close:\"TX7b4ARmf\",Open:\"Sec5CjLAn\"};const getProps=({description,height,id,title,width,...props})=>{return{...props,CgmpYibiL:title??props.CgmpYibiL??\"How can a Active benefit my business?\",DfdSTYahu:description??props.DfdSTYahu??\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"TX7b4ARmf\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,CgmpYibiL,DfdSTYahu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TX7b4ARmf\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap20awuv=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Sec5CjLAn\");});const onTap21jps4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"TX7b4ARmf\");});const onTapztqidc=activeVariantCallback(async(...args)=>{setVariant(\"Sec5CjLAn\");});const onClickztqidc=activeVariantCallback(async(...args)=>{setVariant(\"Sec5CjLAn\");});const onClickdwpi7l=activeVariantCallback(async(...args)=>{setVariant(\"TX7b4ARmf\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"Sec5CjLAn\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ad0loh\",className,classNames),\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TX7b4ARmf\",onTap:onTap20awuv,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(250, 250, 247, 0) 100%)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{\"TX7b4ARmf-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},Sec5CjLAn:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-caa7547d-cf57-44d3-92c2-01fcbf1068be, rgb(243, 243, 241))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, var(--token-caa7547d-cf57-44d3-92c2-01fcbf1068be, rgb(243, 243, 241)) 52%, var(--token-21001bb2-95fc-4899-93cf-7cca6736a1a2, rgb(250, 250, 247)) 100%)\"}},...addPropertyOverrides({\"TX7b4ARmf-hover\":{\"data-framer-name\":undefined},Sec5CjLAn:{\"data-border\":true,\"data-framer-name\":\"Open\",onTap:onTap21jps4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18phde0\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ER6Hm3St4\",onTap:onTapztqidc,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-48g23y\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"D8wLzuRpa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\"},children:\"How can a Active benefit my business?\"})}),className:\"framer-1lrurcz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hYUWQWsy0\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:CgmpYibiL,variants:{Sec5CjLAn:{\"--extracted-1lwpl3i\":\"var(--token-6b7284e5-c42c-4865-a174-119a0270b93c, rgb(17, 17, 17))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Sec5CjLAn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-6b7284e5-c42c-4865-a174-119a0270b93c, rgb(17, 17, 17)))\"},children:\"How can a Active benefit my business?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18uanft-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"QQ8QZGTqX-container\",nodeId:\"QQ8QZGTqX\",rendersWithMotion:true,scopeId:\"bzTWA2euP\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f06f277f-2caf-4d4e-8b84-e6af656e932c, rgb(55, 49, 47))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-up\",id:\"QQ8QZGTqX\",layoutId:\"QQ8QZGTqX\",mirrored:false,onClick:onClickztqidc,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({Sec5CjLAn:{color:\"var(--token-976d8519-4529-425a-83b6-fc169b0e21bc, rgb(97, 97, 97))\",iconSelection:\"chevron-down\",onClick:onClickdwpi7l}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lgepir\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"eagIvd3Hx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\"})}),className:\"framer-ql4xfs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"a6Eh9jQ3P\",style:{\"--extracted-r6o4lv\":\"var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:DfdSTYahu,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oeCUi.framer-18f2qdr, .framer-oeCUi .framer-18f2qdr { display: block; }\",\".framer-oeCUi.framer-ad0loh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 790px; }\",\".framer-oeCUi .framer-18phde0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 24px 36px 24px 36px; position: relative; width: 100%; }\",\".framer-oeCUi .framer-48g23y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oeCUi .framer-1lrurcz, .framer-oeCUi .framer-ql4xfs { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-oeCUi .framer-18uanft-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-oeCUi .framer-lgepir { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oeCUi.framer-v-1ecaxzy.framer-ad0loh { padding: 10px 0px 10px 0px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-oeCUi[data-border=\"true\"]::after, .framer-oeCUi [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 75\n * @framerIntrinsicWidth 790\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Sec5CjLAn\":{\"layout\":[\"fixed\",\"auto\"]},\"seMk9kamZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CgmpYibiL\":\"title\",\"DfdSTYahu\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerbzTWA2euP=withCSS(Component,css,\"framer-oeCUi\");export default FramerbzTWA2euP;FramerbzTWA2euP.displayName=\"Section FAQ/Accordian Item 3\";FramerbzTWA2euP.defaultProps={height:75,width:790};addPropertyControls(FramerbzTWA2euP,{variant:{options:[\"TX7b4ARmf\",\"Sec5CjLAn\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum},CgmpYibiL:{defaultValue:\"How can a Active benefit my business?\",displayTextArea:false,title:\"Title\",type:ControlType.String},DfdSTYahu:{defaultValue:\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(FramerbzTWA2euP,[{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\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbzTWA2euP\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"75\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"790\",\"framerVariables\":\"{\\\"CgmpYibiL\\\":\\\"title\\\",\\\"DfdSTYahu\\\":\\\"description\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Sec5CjLAn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"seMk9kamZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (148822d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ouFom1Hyo8oHMEEo7X8X/Ddf0ygsxDgExFAeUhZVF/LI7wOk5PY.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/36hHFKBbTet5DFLYkIwF/jKqCUXFtzInhSqngzpRZ/Q8I0V3QLW.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={GsngAgX7o:{hover:true}};const cycleOrder=[\"GsngAgX7o\",\"iXYg4YAjc\"];const serializationHash=\"framer-eA6MP\";const variantClassNames={GsngAgX7o:\"framer-v-1iule2p\",iXYg4YAjc:\"framer-v-ovpb6i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Close:\"GsngAgX7o\",Open:\"iXYg4YAjc\"};const getProps=({description,height,id,title,width,...props})=>{return{...props,CgmpYibiL:title??props.CgmpYibiL??\"How can a Active benefit my business?\",DfdSTYahu:description??props.DfdSTYahu??\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"GsngAgX7o\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,CgmpYibiL,DfdSTYahu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GsngAgX7o\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapa55pff=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"iXYg4YAjc\");});const onTap1qrbxsb=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"GsngAgX7o\");});const onTap1ftst8e=activeVariantCallback(async(...args)=>{setVariant(\"iXYg4YAjc\");});const onClick1ftst8e=activeVariantCallback(async(...args)=>{setVariant(\"iXYg4YAjc\");});const onClick1nn1e0y=activeVariantCallback(async(...args)=>{setVariant(\"GsngAgX7o\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"iXYg4YAjc\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1iule2p\",className,classNames),\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GsngAgX7o\",onTap:onTapa55pff,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(250, 250, 247, 0) 100%)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{\"GsngAgX7o-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},iXYg4YAjc:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-caa7547d-cf57-44d3-92c2-01fcbf1068be, rgb(243, 243, 241))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, var(--token-caa7547d-cf57-44d3-92c2-01fcbf1068be, rgb(243, 243, 241)) 52%, var(--token-21001bb2-95fc-4899-93cf-7cca6736a1a2, rgb(250, 250, 247)) 100%)\"}},...addPropertyOverrides({\"GsngAgX7o-hover\":{\"data-framer-name\":undefined},iXYg4YAjc:{\"data-border\":true,\"data-framer-name\":\"Open\",onTap:onTap1qrbxsb}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x11qkn\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qlEvrlhkF\",onTap:onTap1ftst8e,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nprmi2\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"IiTupmo98\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\"},children:\"How can a Active benefit my business?\"})}),className:\"framer-1tevoao\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FrQpQU_BT\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:CgmpYibiL,variants:{iXYg4YAjc:{\"--extracted-1lwpl3i\":\"var(--token-6b7284e5-c42c-4865-a174-119a0270b93c, rgb(17, 17, 17))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iXYg4YAjc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-6b7284e5-c42c-4865-a174-119a0270b93c, rgb(17, 17, 17)))\"},children:\"How can a Active benefit my business?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-149swrv-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jX1Fr5igZ-container\",nodeId:\"jX1Fr5igZ\",rendersWithMotion:true,scopeId:\"PB303AcTU\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f06f277f-2caf-4d4e-8b84-e6af656e932c, rgb(55, 49, 47))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-up\",id:\"jX1Fr5igZ\",layoutId:\"jX1Fr5igZ\",mirrored:false,onClick:onClick1ftst8e,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({iXYg4YAjc:{color:\"var(--token-976d8519-4529-425a-83b6-fc169b0e21bc, rgb(97, 97, 97))\",iconSelection:\"chevron-down\",onClick:onClick1nn1e0y}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m9tzmp\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"YGmGuMpw9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\"})}),className:\"framer-mu2nue\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ytSy263Dr\",style:{\"--extracted-r6o4lv\":\"var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:DfdSTYahu,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eA6MP.framer-1kgnon3, .framer-eA6MP .framer-1kgnon3 { display: block; }\",\".framer-eA6MP.framer-1iule2p { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 790px; }\",\".framer-eA6MP .framer-1x11qkn { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 24px 36px 24px 36px; position: relative; width: 100%; }\",\".framer-eA6MP .framer-nprmi2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eA6MP .framer-1tevoao, .framer-eA6MP .framer-mu2nue { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-eA6MP .framer-149swrv-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-eA6MP .framer-1m9tzmp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eA6MP.framer-v-ovpb6i.framer-1iule2p { padding: 10px 0px 10px 0px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-eA6MP[data-border=\"true\"]::after, .framer-eA6MP [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 75\n * @framerIntrinsicWidth 790\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"iXYg4YAjc\":{\"layout\":[\"fixed\",\"auto\"]},\"zNWc7jlTj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CgmpYibiL\":\"title\",\"DfdSTYahu\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerPB303AcTU=withCSS(Component,css,\"framer-eA6MP\");export default FramerPB303AcTU;FramerPB303AcTU.displayName=\"Section FAQ/Accordian Item 4\";FramerPB303AcTU.defaultProps={height:75,width:790};addPropertyControls(FramerPB303AcTU,{variant:{options:[\"GsngAgX7o\",\"iXYg4YAjc\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum},CgmpYibiL:{defaultValue:\"How can a Active benefit my business?\",displayTextArea:false,title:\"Title\",type:ControlType.String},DfdSTYahu:{defaultValue:\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(FramerPB303AcTU,[{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\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPB303AcTU\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"790\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iXYg4YAjc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zNWc7jlTj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"75\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"CgmpYibiL\\\":\\\"title\\\",\\\"DfdSTYahu\\\":\\\"description\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d19865c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gandia Bold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gandia Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/PSdRuRk8PRitEozEp4LN0t5yfCk.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-7kO5M .framer-styles-preset-13606s0:not(.rich-text-wrapper), .framer-7kO5M .framer-styles-preset-13606s0.rich-text-wrapper p { --framer-font-family: \"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-7kO5M\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d19865c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ouFom1Hyo8oHMEEo7X8X/Ddf0ygsxDgExFAeUhZVF/LI7wOk5PY.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/E5TwRbnPSXNa4sGqrd7I/ROOH1Lce6vlfHB8CX5NS/NVcLw1Go_.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={jE5Z_Y_vU:{hover:true}};const cycleOrder=[\"jE5Z_Y_vU\",\"spGCgmoNG\"];const serializationHash=\"framer-kKxpu\";const variantClassNames={jE5Z_Y_vU:\"framer-v-1piepac\",spGCgmoNG:\"framer-v-m250m2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Close:\"jE5Z_Y_vU\",Open:\"spGCgmoNG\"};const getProps=({description,height,id,title,width,...props})=>{return{...props,CgmpYibiL:title??props.CgmpYibiL??\"How can a Active benefit my business?\",DfdSTYahu:description??props.DfdSTYahu??\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"jE5Z_Y_vU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,CgmpYibiL,DfdSTYahu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jE5Z_Y_vU\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1b3ohzl=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"spGCgmoNG\");});const onTap1l3mlq9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"jE5Z_Y_vU\");});const onTap1n6snoo=activeVariantCallback(async(...args)=>{setVariant(\"spGCgmoNG\");});const onClick1n6snoo=activeVariantCallback(async(...args)=>{setVariant(\"spGCgmoNG\");});const onClickupsl5k=activeVariantCallback(async(...args)=>{setVariant(\"jE5Z_Y_vU\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"spGCgmoNG\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1piepac\",className,classNames),\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jE5Z_Y_vU\",onTap:onTap1b3ohzl,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(250, 250, 247, 0) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{\"jE5Z_Y_vU-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},spGCgmoNG:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-caa7547d-cf57-44d3-92c2-01fcbf1068be, rgb(243, 243, 241))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) 0%, var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) 100%)\",backgroundColor:\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\"}},...addPropertyOverrides({\"jE5Z_Y_vU-hover\":{\"data-framer-name\":undefined},spGCgmoNG:{\"data-border\":true,\"data-framer-name\":\"Open\",onTap:onTap1l3mlq9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15r5q8f\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Tou1jPEwB\",onTap:onTap1n6snoo,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1isqoje\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"vLEt1L__B\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\"},children:\"How can a Active benefit my business?\"})}),className:\"framer-1g4jhf5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Z3TLiy4th\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:CgmpYibiL,variants:{spGCgmoNG:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({spGCgmoNG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:\"How can a Active benefit my business?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q733g5-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LqPSurMDU-container\",nodeId:\"LqPSurMDU\",rendersWithMotion:true,scopeId:\"tJ5GOIsEw\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f06f277f-2caf-4d4e-8b84-e6af656e932c, rgb(55, 49, 47))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-up\",id:\"LqPSurMDU\",layoutId:\"LqPSurMDU\",mirrored:false,onClick:onClick1n6snoo,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({spGCgmoNG:{color:\"var(--token-976d8519-4529-425a-83b6-fc169b0e21bc, rgb(97, 97, 97))\",iconSelection:\"chevron-down\",onClick:onClickupsl5k}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1euyyqw\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"KOHwXC_CG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13606s0\",\"data-styles-preset\":\"NVcLw1Go_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\"})}),className:\"framer-2g5wuu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fA8XVFzH9\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:DfdSTYahu,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kKxpu.framer-1i3hi8a, .framer-kKxpu .framer-1i3hi8a { display: block; }\",\".framer-kKxpu.framer-1piepac { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 790px; }\",\".framer-kKxpu .framer-15r5q8f { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 24px 36px 24px 36px; position: relative; width: 100%; }\",\".framer-kKxpu .framer-1isqoje { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kKxpu .framer-1g4jhf5, .framer-kKxpu .framer-2g5wuu { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-kKxpu .framer-1q733g5-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-kKxpu .framer-1euyyqw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kKxpu.framer-v-m250m2.framer-1piepac { height: 121px; padding: 10px 0px 10px 0px; width: 454px; }\",\".framer-kKxpu.framer-v-m250m2 .framer-15r5q8f { gap: 8px; padding: 33px 36px 33px 36px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-kKxpu[data-border=\"true\"]::after, .framer-kKxpu [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 76.5\n * @framerIntrinsicWidth 790\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"spGCgmoNG\":{\"layout\":[\"fixed\",\"fixed\"]},\"koG72pqth\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CgmpYibiL\":\"title\",\"DfdSTYahu\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramertJ5GOIsEw=withCSS(Component,css,\"framer-kKxpu\");export default FramertJ5GOIsEw;FramertJ5GOIsEw.displayName=\"Section FAQ/Accordian Item\";FramertJ5GOIsEw.defaultProps={height:76.5,width:790};addPropertyControls(FramertJ5GOIsEw,{variant:{options:[\"jE5Z_Y_vU\",\"spGCgmoNG\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum},CgmpYibiL:{defaultValue:\"How can a Active benefit my business?\",displayTextArea:false,title:\"Title\",type:ControlType.String},DfdSTYahu:{defaultValue:\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(FramertJ5GOIsEw,[{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\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertJ5GOIsEw\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"CgmpYibiL\\\":\\\"title\\\",\\\"DfdSTYahu\\\":\\\"description\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"spGCgmoNG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"koG72pqth\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"790\",\"framerIntrinsicHeight\":\"76.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tJ5GOIsEw.map", "// Generated by Framer (d19865c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ouFom1Hyo8oHMEEo7X8X/Ddf0ygsxDgExFAeUhZVF/LI7wOk5PY.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/36hHFKBbTet5DFLYkIwF/jKqCUXFtzInhSqngzpRZ/Q8I0V3QLW.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={nzKKCdFj5:{hover:true}};const cycleOrder=[\"nzKKCdFj5\",\"n18qM6fH7\"];const serializationHash=\"framer-Eejhl\";const variantClassNames={n18qM6fH7:\"framer-v-1yg8v9d\",nzKKCdFj5:\"framer-v-1cmf42m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Close:\"nzKKCdFj5\",Open:\"n18qM6fH7\"};const getProps=({description,height,id,title,width,...props})=>{return{...props,CgmpYibiL:title??props.CgmpYibiL??\"How can a Active benefit my business?\",DfdSTYahu:description??props.DfdSTYahu??\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"nzKKCdFj5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,CgmpYibiL,DfdSTYahu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nzKKCdFj5\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1v0r6gp=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"n18qM6fH7\");});const onTapmnozt3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"nzKKCdFj5\");});const onTaphww10t=activeVariantCallback(async(...args)=>{setVariant(\"n18qM6fH7\");});const onClickhww10t=activeVariantCallback(async(...args)=>{setVariant(\"n18qM6fH7\");});const onClick19nbqd3=activeVariantCallback(async(...args)=>{setVariant(\"nzKKCdFj5\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"n18qM6fH7\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1cmf42m\",className,classNames),\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nzKKCdFj5\",onTap:onTap1v0r6gp,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(250, 250, 247, 0) 100%)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{\"nzKKCdFj5-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},n18qM6fH7:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-caa7547d-cf57-44d3-92c2-01fcbf1068be, rgb(243, 243, 241))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, var(--token-caa7547d-cf57-44d3-92c2-01fcbf1068be, rgb(243, 243, 241)) 52%, var(--token-21001bb2-95fc-4899-93cf-7cca6736a1a2, rgb(250, 250, 247)) 100%)\"}},...addPropertyOverrides({\"nzKKCdFj5-hover\":{\"data-framer-name\":undefined},n18qM6fH7:{\"data-border\":true,\"data-framer-name\":\"Open\",onTap:onTapmnozt3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ls9k5s\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"O4wkJD3Vb\",onTap:onTaphww10t,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12vklfk\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"jycEOlXjj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\"},children:\"How can a Active benefit my business?\"})}),className:\"framer-rpsber\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pzUEBqqd8\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:CgmpYibiL,variants:{n18qM6fH7:{\"--extracted-1lwpl3i\":\"var(--token-6b7284e5-c42c-4865-a174-119a0270b93c, rgb(17, 17, 17))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({n18qM6fH7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-6b7284e5-c42c-4865-a174-119a0270b93c, rgb(17, 17, 17)))\"},children:\"How can a Active benefit my business?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1aupgrh-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"v7tJX4lNy-container\",nodeId:\"v7tJX4lNy\",rendersWithMotion:true,scopeId:\"xq7b4nvm9\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f06f277f-2caf-4d4e-8b84-e6af656e932c, rgb(55, 49, 47))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-up\",id:\"v7tJX4lNy\",layoutId:\"v7tJX4lNy\",mirrored:false,onClick:onClickhww10t,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({n18qM6fH7:{color:\"var(--token-976d8519-4529-425a-83b6-fc169b0e21bc, rgb(97, 97, 97))\",iconSelection:\"chevron-down\",onClick:onClick19nbqd3}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ndsy6\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"sBYSFsl4j\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\"})}),className:\"framer-w39wii\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aMpiFrFlr\",style:{\"--extracted-r6o4lv\":\"var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:DfdSTYahu,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Eejhl.framer-xyzb15, .framer-Eejhl .framer-xyzb15 { display: block; }\",\".framer-Eejhl.framer-1cmf42m { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 790px; }\",\".framer-Eejhl .framer-ls9k5s { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 24px 36px 24px 36px; position: relative; width: 100%; }\",\".framer-Eejhl .framer-12vklfk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Eejhl .framer-rpsber, .framer-Eejhl .framer-w39wii { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Eejhl .framer-1aupgrh-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-Eejhl .framer-1ndsy6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Eejhl.framer-v-1yg8v9d.framer-1cmf42m { padding: 10px 0px 10px 0px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-Eejhl[data-border=\"true\"]::after, .framer-Eejhl [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 76.5\n * @framerIntrinsicWidth 790\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"n18qM6fH7\":{\"layout\":[\"fixed\",\"auto\"]},\"cxH1OKcle\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CgmpYibiL\":\"title\",\"DfdSTYahu\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerxq7b4nvm9=withCSS(Component,css,\"framer-Eejhl\");export default Framerxq7b4nvm9;Framerxq7b4nvm9.displayName=\"Section FAQ/Accordian Item 2\";Framerxq7b4nvm9.defaultProps={height:76.5,width:790};addPropertyControls(Framerxq7b4nvm9,{variant:{options:[\"nzKKCdFj5\",\"n18qM6fH7\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum},CgmpYibiL:{defaultValue:\"How can a Active benefit my business?\",displayTextArea:false,title:\"Title\",type:ControlType.String},DfdSTYahu:{defaultValue:\"It can boost efficiency, improve customer service, organize data better, andincrease sales by offering insights into customer behavior and preferences.\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(Framerxq7b4nvm9,[{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\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerxq7b4nvm9\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"76.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n18qM6fH7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cxH1OKcle\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"790\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"CgmpYibiL\\\":\\\"title\\\",\\\"DfdSTYahu\\\":\\\"description\\\"}\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xq7b4nvm9.map", "// Generated by Framer (6aebf05)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SectionFAQAccordianItem3 from\"https://framerusercontent.com/modules/kDIg4TC9R4Qnb7XgEwgM/hUjGfIDUQA6qgcPc29sU/bzTWA2euP.js\";import SectionFAQAccordianItem4 from\"https://framerusercontent.com/modules/6UtqpqQpuqzRMc20U32M/SuLFdcxSK2vWc2WvPrFC/PB303AcTU.js\";import SectionFAQAccordianItem from\"https://framerusercontent.com/modules/x1qsbsT6kg55EX3QUC8a/E794vPcX8qeaBWG7d8em/tJ5GOIsEw.js\";import SectionFAQAccordianItem2 from\"https://framerusercontent.com/modules/gaUH65z8h6vw7V6g6YxO/QI6hQ1F8tsvtmVt9Fdmg/xq7b4nvm9.js\";const SectionFAQAccordianItemFonts=getFonts(SectionFAQAccordianItem);const SectionFAQAccordianItem2Fonts=getFonts(SectionFAQAccordianItem2);const SectionFAQAccordianItem3Fonts=getFonts(SectionFAQAccordianItem3);const SectionFAQAccordianItem4Fonts=getFonts(SectionFAQAccordianItem4);const cycleOrder=[\"DgvlXNKQ1\",\"UzisuPT7M\"];const serializationHash=\"framer-8deNf\";const variantClassNames={DgvlXNKQ1:\"framer-v-1tga6ij\",UzisuPT7M:\"framer-v-cojahw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={FAQ:\"DgvlXNKQ1\",mobile:\"UzisuPT7M\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DgvlXNKQ1\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DgvlXNKQ1\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1tga6ij\",className,classNames),\"data-framer-name\":\"FAQ\",layoutDependency:layoutDependency,layoutId:\"DgvlXNKQ1\",ref:refBinding,style:{...style},...addPropertyOverrides({UzisuPT7M:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||503)-0-452)/2+0+0),...addPropertyOverrides({UzisuPT7M:{height:238,y:(componentViewport?.y||0)+0+(((componentViewport?.height||848)-0-614)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-126fgks-container\",\"data-framer-name\":\"Accordion\",layoutDependency:layoutDependency,layoutId:\"gHvtZfa3t-container\",name:\"Accordion\",nodeId:\"gHvtZfa3t\",rendersWithMotion:true,scopeId:\"nMGQz6qXj\",children:/*#__PURE__*/_jsx(SectionFAQAccordianItem,{CgmpYibiL:\"How will your service help me increase in-store traffic?\",DfdSTYahu:\"Our targeted Google Ads and local SEO strategies are designed to drive foot traffic to your store so that your business captures more nearby customers ready to buy.\",height:\"100%\",id:\"gHvtZfa3t\",layoutId:\"gHvtZfa3t\",name:\"Accordion\",style:{width:\"100%\"},variant:\"spGCgmoNG\",width:\"100%\",...addPropertyOverrides({UzisuPT7M:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||503)-0-452)/2+76+0),...addPropertyOverrides({UzisuPT7M:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||848)-0-614)/2+238+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yjm6nx-container\",\"data-framer-name\":\"Accordion\",layoutDependency:layoutDependency,layoutId:\"QLn2bQDzu-container\",name:\"Accordion\",nodeId:\"QLn2bQDzu\",rendersWithMotion:true,scopeId:\"nMGQz6qXj\",children:/*#__PURE__*/_jsx(SectionFAQAccordianItem2,{CgmpYibiL:\"Can you integrate with my existing City Hive/website platform?\",DfdSTYahu:\"Yes, we specialize in optimizing City Hive (and other website builder) platforms so that your customers enjoy a seamless shopping experience and your high-margin products are highlighted effectively.\",height:\"100%\",id:\"QLn2bQDzu\",layoutId:\"QLn2bQDzu\",name:\"Accordion\",style:{width:\"100%\"},variant:\"nzKKCdFj5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||503)-0-452)/2+152+0),...addPropertyOverrides({UzisuPT7M:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||848)-0-614)/2+314+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ixih27-container\",\"data-framer-name\":\"Accordion\",layoutDependency:layoutDependency,layoutId:\"veFj5dciQ-container\",name:\"Accordion\",nodeId:\"veFj5dciQ\",rendersWithMotion:true,scopeId:\"nMGQz6qXj\",children:/*#__PURE__*/_jsx(SectionFAQAccordianItem3,{CgmpYibiL:\"How do you measure success?\",DfdSTYahu:\"We track key performance indicators such as calls, directions, and sales growth so that you see exactly how your campaigns are performing.\",height:\"100%\",id:\"veFj5dciQ\",layoutId:\"veFj5dciQ\",name:\"Accordion\",style:{width:\"100%\"},variant:\"TX7b4ARmf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||503)-0-452)/2+227+0),...addPropertyOverrides({UzisuPT7M:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||848)-0-614)/2+389+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-s11wsi-container\",\"data-framer-name\":\"Accordion\",layoutDependency:layoutDependency,layoutId:\"WmcnU9V7c-container\",name:\"Accordion\",nodeId:\"WmcnU9V7c\",rendersWithMotion:true,scopeId:\"nMGQz6qXj\",children:/*#__PURE__*/_jsx(SectionFAQAccordianItem4,{CgmpYibiL:\"What happens if the promised results aren't met?\",DfdSTYahu:\"We stand by our guarantee. If we don\u2019t deliver the promised growth within six months, we work for free until we do so that you risk nothing by partnering with us.\",height:\"100%\",id:\"WmcnU9V7c\",layoutId:\"WmcnU9V7c\",name:\"Accordion\",style:{width:\"100%\"},variant:\"GsngAgX7o\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||503)-0-452)/2+302+0),...addPropertyOverrides({UzisuPT7M:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||848)-0-614)/2+464+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rsuqud-container\",\"data-framer-name\":\"Accordion\",layoutDependency:layoutDependency,layoutId:\"gv3jKMtVY-container\",name:\"Accordion\",nodeId:\"gv3jKMtVY\",rendersWithMotion:true,scopeId:\"nMGQz6qXj\",children:/*#__PURE__*/_jsx(SectionFAQAccordianItem4,{CgmpYibiL:\"Can you help me with promotions during the holidays?\",DfdSTYahu:\"Absolutely. Seasonal campaigns are a key part of our optional Lead Conversion add-on service so that you can capitalize on peak buying seasons.\",height:\"100%\",id:\"gv3jKMtVY\",layoutId:\"gv3jKMtVY\",name:\"Accordion\",style:{width:\"100%\"},variant:\"GsngAgX7o\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||503)-0-452)/2+377+0),...addPropertyOverrides({UzisuPT7M:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||848)-0-614)/2+539+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-v0w0et-container\",\"data-framer-name\":\"Accordion\",layoutDependency:layoutDependency,layoutId:\"JjfFAkbqR-container\",name:\"Accordion\",nodeId:\"JjfFAkbqR\",rendersWithMotion:true,scopeId:\"nMGQz6qXj\",children:/*#__PURE__*/_jsx(SectionFAQAccordianItem4,{CgmpYibiL:\"Do I need to sign up for both offers?\",DfdSTYahu:\"Not at all. Our new customer offer is our core service, while content marketing is an optional add-on so that stores looking to maximize engagement and retention can enhance their results further. You can also sign up for JUST our content marketing package!\",height:\"100%\",id:\"JjfFAkbqR\",layoutId:\"JjfFAkbqR\",name:\"Accordion\",style:{width:\"100%\"},variant:\"GsngAgX7o\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8deNf.framer-7cj0sc, .framer-8deNf .framer-7cj0sc { display: block; }\",\".framer-8deNf.framer-1tga6ij { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 810px; }\",\".framer-8deNf .framer-126fgks-container, .framer-8deNf .framer-1yjm6nx-container, .framer-8deNf .framer-1ixih27-container, .framer-8deNf .framer-s11wsi-container, .framer-8deNf .framer-rsuqud-container, .framer-8deNf .framer-v0w0et-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-8deNf.framer-v-cojahw.framer-1tga6ij { width: 351px; }\",\".framer-8deNf.framer-v-cojahw .framer-126fgks-container { height: 238px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 503\n * @framerIntrinsicWidth 810\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UzisuPT7M\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernMGQz6qXj=withCSS(Component,css,\"framer-8deNf\");export default FramernMGQz6qXj;FramernMGQz6qXj.displayName=\"Section FAQ/Accordion\";FramernMGQz6qXj.defaultProps={height:503,width:810};addPropertyControls(FramernMGQz6qXj,{variant:{options:[\"DgvlXNKQ1\",\"UzisuPT7M\"],optionTitles:[\"FAQ\",\"mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernMGQz6qXj,[{explicitInter:true,fonts:[]},...SectionFAQAccordianItemFonts,...SectionFAQAccordianItem2Fonts,...SectionFAQAccordianItem3Fonts,...SectionFAQAccordianItem4Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernMGQz6qXj\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UzisuPT7M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"810\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"503\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nMGQz6qXj.map", "// Generated by Framer (de5a9b5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-sXVZo\";const variantClassNames={YTXXI0yJE:\"framer-v-1w3w9if\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,hover,id,logo,width,...props})=>{return{...props,RjHY3scMX:logo??props.RjHY3scMX??{pixelHeight:42,pixelWidth:126,src:\"https://framerusercontent.com/images/lTJrvV1xsPd6oXWXa8c9etY9U.svg\"},udAhFZctr:hover??props.udAhFZctr};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,RjHY3scMX,udAhFZctr,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"YTXXI0yJE\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter18priys=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(udAhFZctr){const res=await udAhFZctr(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1w3w9if\",className,classNames),\"data-framer-name\":\"Clients Logo\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YTXXI0yJE\",onMouseEnter:onMouseEnter18priys,ref:refBinding,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||122)-0-((componentViewport?.height||122)-0)*2)/2)),pixelHeight:42,pixelWidth:126,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(RjHY3scMX),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-7aumxo\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"nq7w4YL2F\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sXVZo.framer-lpio2z, .framer-sXVZo .framer-lpio2z { display: block; }\",\".framer-sXVZo.framer-1w3w9if { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 122px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 535px; }\",\".framer-sXVZo .framer-7aumxo { flex: 1 0 0px; height: 200%; overflow: hidden; position: relative; width: 1px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 122\n * @framerIntrinsicWidth 535\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"RjHY3scMX\":\"logo\",\"udAhFZctr\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerquHYU5_zh=withCSS(Component,css,\"framer-sXVZo\");export default FramerquHYU5_zh;FramerquHYU5_zh.displayName=\"Helper/Clients Logo\";FramerquHYU5_zh.defaultProps={height:122,width:535};addPropertyControls(FramerquHYU5_zh,{RjHY3scMX:{__defaultAssetReference:\"data:framer/asset-reference,lTJrvV1xsPd6oXWXa8c9etY9U.svg?originalFilename=Logo.svg&preferredSize=auto\",title:\"Logo\",type:ControlType.ResponsiveImage},udAhFZctr:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerquHYU5_zh,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerquHYU5_zh\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"122\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"535\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"RjHY3scMX\\\":\\\"logo\\\",\\\"udAhFZctr\\\":\\\"hover\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./quHYU5_zh.map", "// Generated by Framer (d19865c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"Ni1k5nvie\",\"a8oiXLW7I\"];const serializationHash=\"framer-M9Qaz\";const variantClassNames={a8oiXLW7I:\"framer-v-1uuq5uf\",Ni1k5nvie:\"framer-v-opdg7t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"Ni1k5nvie\",Hover:\"a8oiXLW7I\"};const getProps=({border,height,id,label,link,newTab,smoothScroll,width,...props})=>{return{...props,cQv2O8Mvt:link??props.cQv2O8Mvt,GP85vQ4AC:smoothScroll??props.GP85vQ4AC,PbVcEWiVh:border??props.PbVcEWiVh??{borderColor:'var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {\"name\":\"IC Orange\"} */',borderStyle:\"solid\",borderWidth:1},PmrixLNYY:newTab??props.PmrixLNYY,sq67Ol4a3:label??props.sq67Ol4a3??\"BOOK A CALL\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Ni1k5nvie\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,sq67Ol4a3,cQv2O8Mvt,PmrixLNYY,GP85vQ4AC,PbVcEWiVh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ni1k5nvie\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1wbuo1u=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"a8oiXLW7I\");});const onMouseLeave9yvmsb=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Ni1k5nvie\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"a8oiXLW7I\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:cQv2O8Mvt,motionChild:true,nodeId:\"Ni1k5nvie\",openInNewTab:PmrixLNYY,scopeId:\"uhdU7P4Cx\",smoothScroll:GP85vQ4AC,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-opdg7t\",className,classNames)} framer-13jfsk4`,\"data-border\":true,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Ni1k5nvie\",onMouseEnter:onMouseEnter1wbuo1u,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(91deg, var(--token-d1a4b86e-89ae-440b-9932-6c59678b3d61, rgb(249, 56, 48)) 0%, var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) 50.58769707207207%, rgb(236, 125, 72) 52.495295417090034%, var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250)) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17,...style},variants:{a8oiXLW7I:{\"--border-bottom-width\":(PbVcEWiVh.borderBottomWidth??PbVcEWiVh.borderWidth)+\"px\",\"--border-color\":PbVcEWiVh.borderColor,\"--border-left-width\":(PbVcEWiVh.borderLeftWidth??PbVcEWiVh.borderWidth)+\"px\",\"--border-right-width\":(PbVcEWiVh.borderRightWidth??PbVcEWiVh.borderWidth)+\"px\",\"--border-style\":PbVcEWiVh.borderStyle,\"--border-top-width\":(PbVcEWiVh.borderTopWidth??PbVcEWiVh.borderWidth)+\"px\",background:\"linear-gradient(91deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgb(0, 0, 0) 100%)\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}},...addPropertyOverrides({a8oiXLW7I:{\"data-framer-name\":\"Hover\",onMouseLeave:onMouseLeave9yvmsb}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jzmu21\",\"data-framer-name\":\"Label\",layoutDependency:layoutDependency,layoutId:\"zinNlS4MG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"BOOK A CALL\"})}),className:\"framer-1salh3m\",\"data-framer-name\":\"BOOK A CALL\",fonts:[\"FS;Satoshi-black\"],layoutDependency:layoutDependency,layoutId:\"xNmTX413p\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:sq67Ol4a3,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-n1lyp0\",\"data-framer-name\":\"Helper\",layoutDependency:layoutDependency,layoutId:\"PtjGQPYcN\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)))\"},children:\"Slide\"})}),className:\"framer-1s7kctf\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"LxWLtih4D\",style:{\"--extracted-r6o4lv\":\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:sq67Ol4a3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ubnsif\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"s3vg88Xyg\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1g2f7ry\",\"data-framer-name\":\"Right\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"v8tPE3j25\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 11.25 4.167 L 17.083 10 L 11.25 15.833 M 2.917 10 L 16.667 10\" fill=\"transparent\" stroke-width=\"1.67\" stroke=\"hsl(0, 0%, 100%)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9201257978,withExternalLayout:true,...addPropertyOverrides({a8oiXLW7I:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 53 38\"><path d=\"M 24.34 4.167 L 39.334 17.248 L 24.34 30.329 M 2.92 17.248 L 38.263 17.248\" fill=\"transparent\" stroke-width=\"4.67\" stroke=\"hsl(0, 0%, 100%)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11972149350}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-M9Qaz.framer-13jfsk4, .framer-M9Qaz .framer-13jfsk4 { display: block; }\",\".framer-M9Qaz.framer-opdg7t { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 58px; justify-content: center; overflow: hidden; padding: 0px 39px 0px 39px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-M9Qaz .framer-jzmu21, .framer-M9Qaz .framer-n1lyp0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 4px 0px 4px; position: relative; width: min-content; }\",\".framer-M9Qaz .framer-1salh3m { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-M9Qaz .framer-1s7kctf { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 34px; word-break: break-word; word-wrap: break-word; }\",\".framer-M9Qaz .framer-1ubnsif { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -20px; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-M9Qaz .framer-1g2f7ry { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-M9Qaz.framer-v-1uuq5uf.framer-opdg7t { padding: 29px 18px 29px 18px; width: 338px; }\",\".framer-M9Qaz.framer-v-1uuq5uf .framer-jzmu21 { min-height: 62px; width: 286px; z-index: 1; }\",\".framer-M9Qaz.framer-v-1uuq5uf .framer-1salh3m { bottom: 4px; left: 32px; order: 0; position: absolute; z-index: 1; }\",\".framer-M9Qaz.framer-v-1uuq5uf .framer-1ubnsif { height: 50px; right: 7px; top: calc(52.69461077844314% - 50px / 2); width: 52px; }\",\".framer-M9Qaz.framer-v-1uuq5uf .framer-1g2f7ry { height: 38px; order: 0; width: 53px; }\",'.framer-M9Qaz[data-border=\"true\"]::after, .framer-M9Qaz [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 58\n * @framerIntrinsicWidth 316\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"a8oiXLW7I\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"sq67Ol4a3\":\"label\",\"cQv2O8Mvt\":\"link\",\"PmrixLNYY\":\"newTab\",\"GP85vQ4AC\":\"smoothScroll\",\"PbVcEWiVh\":\"border\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameruhdU7P4Cx=withCSS(Component,css,\"framer-M9Qaz\");export default FrameruhdU7P4Cx;FrameruhdU7P4Cx.displayName=\"Button 3\";FrameruhdU7P4Cx.defaultProps={height:58,width:316};addPropertyControls(FrameruhdU7P4Cx,{variant:{options:[\"Ni1k5nvie\",\"a8oiXLW7I\"],optionTitles:[\"Default\",\"Hover\"],title:\"Variant\",type:ControlType.Enum},sq67Ol4a3:{defaultValue:\"BOOK A CALL\",displayTextArea:false,title:\"Label\",type:ControlType.String},cQv2O8Mvt:{title:\"Link\",type:ControlType.Link},PmrixLNYY:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},GP85vQ4AC:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean},PbVcEWiVh:{defaultValue:{borderColor:'var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {\"name\":\"IC Orange\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border}});addFonts(FrameruhdU7P4Cx,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruhdU7P4Cx\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"a8oiXLW7I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"sq67Ol4a3\\\":\\\"label\\\",\\\"cQv2O8Mvt\\\":\\\"link\\\",\\\"PmrixLNYY\\\":\\\"newTab\\\",\\\"GP85vQ4AC\\\":\\\"smoothScroll\\\",\\\"PbVcEWiVh\\\":\\\"border\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"58\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"316\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uhdU7P4Cx.map", "// Generated by Framer (6aebf05)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/slKKdCf4X1pzShFq21RZ/57kLYbm3IoS22B8CCYLP/Q8I0V3QLW.js\";const cycleOrder=[\"V0xfiWC2K\",\"G8RUkXMVA\",\"wli8MI__Q\"];const serializationHash=\"framer-I8erl\";const variantClassNames={G8RUkXMVA:\"framer-v-1x1eo9c\",V0xfiWC2K:\"framer-v-1gguy9c\",wli8MI__Q:\"framer-v-1bxbcks\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 2\":\"G8RUkXMVA\",\"Variant 3\":\"wli8MI__Q\",Default:\"V0xfiWC2K\"};const getProps=({height,id,paragraph,title,width,...props})=>{return{...props,J5hD1QPXh:title??props.J5hD1QPXh??\"Not Enough Customers (Online & In-Store)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"V0xfiWC2K\",wzeLhDFdh:paragraph??props.wzeLhDFdh??\"Neura's intuitive design ensures anyone, regardless of technical expertise, can harness AI tools effortlessly.\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,J5hD1QPXh,wzeLhDFdh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"V0xfiWC2K\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"G8RUkXMVA\",\"wli8MI__Q\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"wli8MI__Q\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"G8RUkXMVA\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gguy9c\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"V0xfiWC2K\",ref:refBinding,style:{backgroundColor:\"var(--token-552f9c26-50ff-4530-9984-a5ff5918a4af, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({G8RUkXMVA:{\"data-framer-name\":\"Variant 2\"},wli8MI__Q:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t7w0qd\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"SnbbLUMCt\",style:{background:\"linear-gradient(180deg, rgb(255, 83, 76) 0%, rgb(249, 56, 48) 100%)\"},variants:{G8RUkXMVA:{background:\"linear-gradient(180deg, rgb(233, 144, 85) 0%, rgb(237, 127, 53) 100%)\"},wli8MI__Q:{background:\"linear-gradient(180deg, rgb(223, 87, 251) 0%, rgb(214, 37, 250) 100%)\"}},children:[isDisplayed()&&/*#__PURE__*/_jsxs(SVG,{className:\"framer-qihwlm\",layoutDependency:layoutDependency,layoutId:\"JWW7dd7Ku\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50.002 43.931\" overflow=\"visible\"><path d=\"M 33.967 23.136 L 34.21 23.341 C 36.449 25.287 37.964 28.179 38.186 31.159 C 38.249 32.216 38.27 33.27 38.269 34.329 C 38.269 34.833 38.269 35.336 38.268 35.84 C 38.268 36.272 38.268 36.705 38.269 37.137 C 38.269 37.474 38.269 37.811 38.269 38.148 C 38.269 38.308 38.269 38.467 38.269 38.626 C 38.272 41.672 38.272 41.672 37.288 42.872 C 36.327 43.79 34.892 43.804 33.635 43.873 L 33.404 43.886 C 32.615 43.926 31.828 43.932 31.038 43.931 L 30.561 43.931 C 30.044 43.931 29.526 43.931 29.009 43.93 L 28.467 43.929 C 27.295 43.928 26.124 43.924 24.952 43.92 C 24.522 43.918 24.091 43.917 23.66 43.916 C 22.43 43.912 21.199 43.907 19.969 43.899 C 19.426 43.896 18.883 43.893 18.34 43.891 C 17.827 43.89 17.314 43.886 16.801 43.881 C 16.613 43.88 16.424 43.879 16.235 43.879 C 14.844 43.878 13.783 43.796 12.736 42.778 C 11.86 41.813 11.73 40.742 11.731 39.482 L 11.73 39.253 C 11.729 39.006 11.729 38.759 11.729 38.512 L 11.728 37.988 C 11.727 37.623 11.727 37.257 11.727 36.892 C 11.727 36.429 11.726 35.967 11.724 35.504 C 11.723 35.143 11.723 34.783 11.723 34.422 C 11.723 34.252 11.723 34.082 11.722 33.911 C 11.715 32.377 11.783 30.83 12.16 29.336 L 12.223 29.077 C 13.042 25.88 15.098 23.517 17.873 21.831 C 22.653 19.187 29.8 19.589 33.967 23.136 Z M 30.42 1.89 C 32.021 3.193 33.238 5.178 33.48 7.256 C 33.583 8.696 33.573 10.101 33.09 11.471 L 32.983 11.786 C 32.544 12.952 31.809 13.921 30.946 14.804 L 30.743 15.012 C 29.033 16.649 26.751 17.224 24.454 17.181 C 22.451 17.111 20.633 16.223 19.153 14.902 L 18.946 14.723 C 17.471 13.353 16.558 11.26 16.479 9.255 C 16.476 9.036 16.476 8.817 16.478 8.598 L 16.481 8.247 C 16.529 5.83 17.561 3.793 19.274 2.129 C 22.464 -0.645 27.128 -0.69 30.42 1.89 Z M 7.472 20.353 C 7.688 20.355 7.903 20.353 8.119 20.351 C 10.062 20.349 11.582 20.765 13.207 21.862 C 13.057 22.219 12.841 22.449 12.574 22.726 C 11.982 23.361 11.513 24.061 11.063 24.803 L 10.956 24.979 C 9.273 27.792 8.978 31.163 8.997 34.374 L 8.998 34.926 C 8.999 35.402 9.001 35.878 9.003 36.354 C 9.005 36.843 9.006 37.332 9.007 37.822 C 9.009 38.775 9.012 39.729 9.016 40.683 C 8.156 40.692 7.296 40.699 6.436 40.703 C 6.037 40.705 5.637 40.708 5.238 40.712 C 4.852 40.717 4.466 40.719 4.08 40.72 C 3.933 40.721 3.786 40.722 3.64 40.724 C 2.554 40.739 1.612 40.649 0.784 39.877 C 0.323 39.339 0.038 38.731 0.035 38.02 L 0.033 37.702 L 0.032 37.354 L 0.03 36.987 C 0.028 36.584 0.027 36.182 0.026 35.78 L 0.025 35.363 C 0.023 34.709 0.022 34.056 0.021 33.402 C 0.02 32.651 0.018 31.899 0.014 31.147 C 0.011 30.565 0.009 29.983 0.009 29.4 C 0.009 29.053 0.008 28.706 0.005 28.359 C 0.003 27.97 0.003 27.582 0.004 27.193 L 0 26.851 C 0.011 25.097 0.696 23.562 1.913 22.325 C 3.504 20.814 5.344 20.335 7.472 20.353 Z M 42.067 20.361 C 42.287 20.361 42.507 20.359 42.727 20.356 C 43.955 20.351 45.186 20.449 46.284 21.053 L 46.481 21.157 C 47 21.438 47.467 21.758 47.905 22.156 L 48.085 22.313 C 49.097 23.255 49.873 24.758 49.97 26.15 C 49.978 26.47 49.98 26.788 49.98 27.108 L 49.982 27.475 C 49.983 27.805 49.984 28.135 49.984 28.465 C 49.984 28.672 49.984 28.879 49.985 29.085 C 49.987 29.808 49.988 30.53 49.987 31.253 C 49.987 31.924 49.989 32.595 49.992 33.267 C 49.995 33.845 49.996 34.423 49.996 35.001 C 49.996 35.346 49.996 35.691 49.998 36.035 C 50.001 36.42 50 36.804 49.999 37.189 L 50.002 37.531 C 49.994 38.503 49.732 39.204 49.074 39.919 C 48.44 40.491 47.805 40.696 46.969 40.694 L 46.775 40.694 C 46.565 40.694 46.356 40.693 46.146 40.692 C 45.617 40.692 45.087 40.691 44.558 40.69 C 44.167 40.689 43.776 40.688 43.384 40.688 C 42.617 40.687 41.85 40.685 41.082 40.683 C 40.962 40.309 40.973 39.939 40.977 39.552 L 40.978 39.327 C 40.978 39.166 40.979 39.006 40.98 38.845 C 40.982 38.588 40.983 38.331 40.984 38.074 C 40.986 37.344 40.99 36.614 40.994 35.884 C 41.023 30.826 40.684 26.213 37.058 22.354 C 36.891 22.156 36.891 22.156 36.794 21.862 C 38.423 20.653 40.08 20.355 42.067 20.361 Z M 45.176 7.158 L 45.392 7.301 C 46.534 8.112 47.219 9.326 47.515 10.687 C 47.663 12.518 47.365 14.014 46.187 15.454 C 45.245 16.471 43.969 17.098 42.586 17.177 C 40.886 17.197 39.522 16.774 38.256 15.589 C 37.064 14.317 36.731 12.887 36.764 11.198 C 36.822 9.831 37.46 8.749 38.353 7.747 C 40.296 6.164 43.013 5.649 45.176 7.158 Z M 10.868 7.158 L 11.085 7.301 C 12.227 8.112 12.912 9.326 13.207 10.687 C 13.355 12.518 13.057 14.014 11.879 15.454 C 10.938 16.471 9.662 17.098 8.279 17.177 C 6.578 17.197 5.215 16.774 3.948 15.589 C 2.757 14.317 2.423 12.887 2.456 11.198 C 2.515 9.831 3.153 8.749 4.046 7.747 C 5.988 6.164 8.706 5.649 10.868 7.158 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1aquri7\",layoutDependency:layoutDependency,layoutId:\"R9KgUKJTl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26.548 23.813\" overflow=\"visible\"><path d=\"M 22.246 3.018 L 22.489 3.223 C 24.728 5.169 26.243 8.06 26.465 11.041 C 26.528 12.098 26.549 13.152 26.547 14.211 C 26.548 14.714 26.548 15.218 26.547 15.722 C 26.546 16.154 26.547 16.586 26.547 17.019 C 26.548 17.356 26.547 17.693 26.547 18.03 C 26.547 18.189 26.547 18.349 26.547 18.508 C 26.551 21.553 26.551 21.553 25.567 22.754 C 24.606 23.672 23.17 23.686 21.914 23.755 L 21.683 23.768 C 20.894 23.808 20.106 23.814 19.317 23.812 L 18.84 23.813 C 18.322 23.813 17.805 23.813 17.287 23.812 L 16.746 23.811 C 15.574 23.809 14.402 23.806 13.231 23.802 C 12.8 23.8 12.37 23.799 11.939 23.798 C 10.708 23.794 9.478 23.789 8.247 23.781 C 7.705 23.777 7.162 23.774 6.619 23.773 C 6.106 23.771 5.593 23.768 5.08 23.763 C 4.891 23.762 4.702 23.761 4.514 23.761 C 3.123 23.76 2.062 23.677 1.015 22.659 C 0.139 21.695 0.009 20.624 0.01 19.364 L 0.009 19.135 C 0.008 18.888 0.008 18.641 0.008 18.394 L 0.007 17.87 C 0.006 17.505 0.006 17.139 0.006 16.774 C 0.006 16.311 0.005 15.849 0.003 15.386 C 0.002 15.025 0.002 14.665 0.002 14.304 C 0.002 14.134 0.001 13.963 0 13.793 C -0.006 12.259 0.062 10.712 0.438 9.218 L 0.502 8.959 C 1.321 5.762 3.377 3.399 6.152 1.713 C 10.931 -0.931 18.078 -0.529 22.246 3.018 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14pcx2e\",layoutDependency:layoutDependency,layoutId:\"of0JVBIX1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17.056 17.184\" overflow=\"visible\"><path d=\"M 13.943 1.89 C 15.545 3.193 16.761 5.178 17.003 7.256 C 17.107 8.696 17.096 10.101 16.613 11.471 L 16.506 11.786 C 16.067 12.952 15.332 13.921 14.469 14.804 L 14.266 15.012 C 12.556 16.649 10.274 17.224 7.977 17.181 C 5.974 17.111 4.156 16.223 2.676 14.902 L 2.469 14.723 C 0.994 13.353 0.081 11.26 0.002 9.255 C 0 9.036 -0.001 8.817 0.001 8.598 L 0.004 8.247 C 0.052 5.83 1.084 3.793 2.797 2.129 C 5.987 -0.645 10.651 -0.69 13.943 1.89 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nhewkw\",layoutDependency:layoutDependency,layoutId:\"TvqdDJOmN\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.207 20.374\" overflow=\"visible\"><path d=\"M 7.472 0.002 C 7.688 0.004 7.903 0.002 8.119 0 C 10.062 -0.003 11.582 0.413 13.207 1.511 C 13.057 1.868 12.841 2.098 12.574 2.374 C 11.982 3.01 11.513 3.71 11.063 4.451 L 10.956 4.627 C 9.273 7.441 8.978 10.812 8.997 14.023 L 8.998 14.575 C 8.999 15.051 9.001 15.527 9.003 16.003 C 9.005 16.492 9.006 16.981 9.007 17.47 C 9.009 18.424 9.012 19.378 9.016 20.331 C 8.156 20.34 7.296 20.347 6.436 20.352 C 6.037 20.354 5.637 20.357 5.238 20.361 C 4.852 20.365 4.466 20.368 4.08 20.369 C 3.933 20.369 3.786 20.371 3.64 20.373 C 2.554 20.388 1.612 20.297 0.784 19.526 C 0.323 18.987 0.038 18.379 0.035 17.669 L 0.033 17.351 L 0.032 17.002 L 0.03 16.635 C 0.028 16.233 0.027 15.831 0.026 15.428 L 0.025 15.011 C 0.023 14.358 0.022 13.705 0.021 13.051 C 0.02 12.299 0.018 11.548 0.014 10.796 C 0.011 10.214 0.009 9.631 0.009 9.049 C 0.009 8.702 0.008 8.355 0.005 8.008 C 0.003 7.619 0.003 7.23 0.004 6.842 L 0 6.5 C 0.011 4.746 0.696 3.21 1.913 1.974 C 3.504 0.462 5.344 -0.016 7.472 0.002 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xsbu1g\",layoutDependency:layoutDependency,layoutId:\"xKHWyGH2L\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.208 20.338\" overflow=\"visible\"><path d=\"M 5.274 0.005 C 5.494 0.005 5.713 0.003 5.933 0 C 7.162 -0.005 8.392 0.093 9.491 0.697 L 9.687 0.801 C 10.206 1.082 10.673 1.402 11.111 1.8 L 11.291 1.957 C 12.303 2.899 13.08 4.402 13.176 5.794 C 13.184 6.113 13.186 6.432 13.186 6.752 L 13.188 7.119 C 13.19 7.449 13.19 7.779 13.19 8.109 C 13.19 8.316 13.191 8.522 13.191 8.729 C 13.193 9.452 13.194 10.174 13.194 10.896 C 13.194 11.568 13.196 12.239 13.199 12.911 C 13.201 13.489 13.202 14.067 13.202 14.645 C 13.202 14.99 13.203 15.334 13.205 15.679 C 13.207 16.064 13.206 16.448 13.205 16.833 L 13.208 17.175 C 13.201 18.147 12.939 18.848 12.28 19.563 C 11.646 20.135 11.012 20.339 10.175 20.338 L 9.982 20.338 C 9.772 20.338 9.562 20.337 9.352 20.336 C 8.823 20.336 8.294 20.335 7.765 20.333 C 7.373 20.332 6.982 20.332 6.591 20.331 C 5.823 20.33 5.056 20.329 4.288 20.327 C 4.168 19.953 4.179 19.583 4.183 19.195 L 4.184 18.971 C 4.185 18.81 4.186 18.649 4.187 18.489 C 4.188 18.232 4.189 17.975 4.19 17.718 C 4.193 16.988 4.196 16.258 4.2 15.528 C 4.23 10.47 3.89 5.856 0.265 1.998 C 0.097 1.8 0.097 1.8 0 1.506 C 1.629 0.297 3.287 -0.001 5.274 0.005 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hsp9m9\",layoutDependency:layoutDependency,layoutId:\"rN5GYA0ow\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.788 10.921\" overflow=\"visible\"><path d=\"M 8.414 0.902 L 8.631 1.044 C 9.773 1.856 10.458 3.07 10.753 4.43 C 10.902 6.261 10.603 7.757 9.425 9.197 C 8.484 10.214 7.208 10.841 5.825 10.92 C 4.124 10.94 2.761 10.517 1.494 9.332 C 0.303 8.06 -0.031 6.63 0.002 4.942 C 0.061 3.574 0.699 2.492 1.592 1.49 C 3.534 -0.093 6.252 -0.608 8.414 0.902 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vutupd\",layoutDependency:layoutDependency,layoutId:\"faPcoOqCs\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.788 10.921\" overflow=\"visible\"><path d=\"M 8.414 0.902 L 8.631 1.044 C 9.773 1.856 10.458 3.07 10.753 4.43 C 10.902 6.261 10.603 7.757 9.425 9.197 C 8.484 10.214 7.208 10.841 5.825 10.92 C 4.124 10.94 2.761 10.517 1.494 9.332 C 0.303 8.06 -0.031 6.63 0.002 4.942 C 0.061 3.574 0.699 2.492 1.592 1.49 C 3.534 -0.093 6.252 -0.608 8.414 0.902 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ukwbgo\",layoutDependency:layoutDependency,layoutId:\"LrT2Od5rw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 44.985 45.764\" overflow=\"visible\"></svg>',withExternalLayout:true,...addPropertyOverrides({wli8MI__Q:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 44.985 45.764\" overflow=\"visible\"><path d=\"M 43.992 0.047 C 44.385 0.242 44.627 0.487 44.876 0.85 C 45.028 1.31 45.023 1.681 44.848 2.126 C 44.453 2.747 43.85 3.254 43.3 3.732 C 42.907 4.076 42.544 4.445 42.18 4.819 C 41.765 5.245 41.347 5.653 40.899 6.042 C 40.574 6.333 40.273 6.648 39.969 6.96 C 39.554 7.386 39.135 7.796 38.686 8.186 C 38.378 8.462 38.092 8.76 37.803 9.056 C 37.46 9.41 37.117 9.757 36.745 10.079 C 36.356 10.418 35.997 10.783 35.637 11.153 C 35.223 11.578 34.804 11.987 34.357 12.376 C 34.032 12.667 33.731 12.981 33.427 13.294 C 33.012 13.72 32.592 14.13 32.144 14.519 C 31.835 14.795 31.549 15.093 31.261 15.39 C 30.86 15.803 30.452 16.198 30.018 16.575 C 29.743 16.82 29.485 17.083 29.228 17.347 L 29.071 17.506 C 28.946 17.633 28.822 17.76 28.697 17.888 C 28.798 18.194 28.854 18.226 29.112 18.397 L 29.319 18.537 C 29.393 18.586 29.466 18.634 29.543 18.685 C 30.101 19.062 30.65 19.445 31.184 19.856 C 31.717 20.265 32.259 20.66 32.808 21.048 C 33.341 21.425 33.869 21.809 34.397 22.194 C 34.754 22.455 35.112 22.715 35.472 22.973 C 35.671 23.116 35.869 23.26 36.067 23.403 C 36.216 23.51 36.365 23.615 36.515 23.719 C 37.41 24.354 37.41 24.354 37.538 24.935 C 37.587 25.404 37.528 25.699 37.273 26.094 C 36.829 26.529 36.306 26.793 35.761 27.08 C 35.481 27.227 35.202 27.376 34.923 27.525 L 34.753 27.616 C 34.254 27.884 33.762 28.164 33.272 28.447 C 32.403 28.949 31.521 29.423 30.635 29.894 C 29.772 30.354 28.916 30.828 28.068 31.316 C 27.494 31.647 26.912 31.961 26.325 32.268 C 25.792 32.549 25.269 32.846 24.746 33.147 C 23.921 33.623 23.084 34.077 22.243 34.524 C 21.426 34.959 20.614 35.399 19.812 35.862 C 18.95 36.361 18.075 36.831 17.196 37.299 C 16.441 37.701 15.691 38.11 14.95 38.538 C 14.078 39.042 13.193 39.519 12.304 39.993 C 11.56 40.39 10.817 40.79 10.083 41.206 C 9.551 41.507 9.016 41.798 8.479 42.09 C 7.788 42.466 7.101 42.851 6.418 43.244 C 5.451 43.801 4.47 44.327 3.485 44.851 L 3.307 44.946 C 3.147 45.031 2.986 45.116 2.826 45.201 C 2.614 45.316 2.405 45.435 2.198 45.558 C 1.751 45.808 1.346 45.788 0.848 45.719 C 0.44 45.524 0.255 45.318 0.053 44.917 C -0.022 44.492 -0.035 44.055 0.135 43.652 C 0.418 43.244 0.801 42.92 1.169 42.59 C 1.727 42.086 2.249 41.545 2.775 41.007 C 3.094 40.682 3.412 40.362 3.756 40.065 C 4.243 39.644 4.686 39.177 5.136 38.717 C 5.636 38.206 6.134 37.7 6.675 37.234 C 7.094 36.856 7.482 36.444 7.877 36.041 C 8.377 35.53 8.874 35.024 9.416 34.558 C 9.834 34.18 10.223 33.768 10.618 33.365 C 11.118 32.853 11.617 32.346 12.159 31.879 C 12.562 31.516 12.935 31.121 13.314 30.733 C 14.243 29.782 14.243 29.782 14.637 29.442 C 15.122 29.024 15.563 28.559 16.011 28.102 C 16.521 27.58 17.029 27.062 17.582 26.585 C 17.806 26.389 18.013 26.179 18.221 25.966 L 18.45 25.732 L 18.619 25.559 C 18.517 25.253 18.462 25.22 18.204 25.049 L 17.997 24.91 L 17.773 24.762 C 17.215 24.385 16.666 24.002 16.132 23.591 C 15.599 23.182 15.057 22.787 14.508 22.399 C 14.043 22.07 13.581 21.736 13.121 21.4 C 12.705 21.096 12.289 20.793 11.871 20.492 C 11.773 20.421 11.675 20.351 11.577 20.28 C 11.281 20.066 10.984 19.855 10.686 19.645 C 10.542 19.543 10.397 19.44 10.253 19.337 L 10.046 19.194 C 9.612 18.883 9.274 18.585 9.096 18.058 C 9.042 17.605 9.108 17.313 9.336 16.906 C 9.645 16.552 9.964 16.338 10.384 16.142 L 10.561 16.057 C 10.751 15.966 10.941 15.876 11.131 15.786 C 11.331 15.69 11.53 15.594 11.728 15.499 C 11.862 15.435 11.995 15.37 12.128 15.307 C 12.693 15.035 13.253 14.755 13.811 14.47 C 14.557 14.091 15.307 13.725 16.062 13.364 C 16.741 13.037 17.415 12.698 18.088 12.357 C 18.921 11.934 19.758 11.521 20.601 11.118 C 21.241 10.811 21.875 10.493 22.509 10.171 C 23.223 9.809 23.941 9.452 24.664 9.107 C 25.424 8.743 26.177 8.367 26.929 7.986 C 27.758 7.565 28.591 7.155 29.429 6.754 C 30.103 6.43 30.771 6.094 31.438 5.756 C 32.266 5.335 33.1 4.924 33.938 4.523 C 34.612 4.2 35.28 3.864 35.947 3.526 C 36.775 3.105 37.607 2.695 38.445 2.294 C 39.08 1.989 39.709 1.674 40.337 1.356 C 40.498 1.274 40.659 1.193 40.82 1.112 C 41.251 0.895 41.683 0.677 42.111 0.453 C 42.731 0.134 43.288 -0.105 43.992 0.047 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></svg>'}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsxs(SVG,{className:\"framer-hnwrv5\",layoutDependency:layoutDependency,layoutId:\"VuFmtxAvU\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.987 40.586\" overflow=\"visible\"></svg>',withExternalLayout:true,...addPropertyOverrides({G8RUkXMVA:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.987 40.586\" overflow=\"visible\"><g><path d=\"M 0.971 0.03 L 1.277 0.029 L 1.617 0.029 C 2.065 0.027 2.514 0.027 2.963 0.027 C 3.318 0.026 3.673 0.026 4.027 0.025 C 4.885 0.023 5.742 0.023 6.599 0.022 C 7.003 0.021 7.406 0.021 7.81 0.021 C 9.498 0.019 11.187 0.018 12.875 0.017 L 13.137 0.017 C 14.539 0.016 15.941 0.014 17.343 0.012 C 18.782 0.009 20.22 0.008 21.658 0.007 C 22.466 0.007 23.274 0.007 24.082 0.005 C 24.77 0.003 25.458 0.002 26.146 0.003 C 26.497 0.003 26.849 0.003 27.2 0.002 C 27.521 0 27.842 0 28.164 0.002 C 28.28 0.002 28.397 0.001 28.513 0 C 28.671 0 28.829 0 28.987 0.001 L 29.253 0.001 C 29.54 0.049 29.67 0.153 29.877 0.357 C 30.033 0.674 29.976 1.072 29.979 1.42 L 29.986 1.67 C 29.993 2.551 29.733 3.315 29.175 3.996 C 28.954 4.223 28.728 4.44 28.474 4.629 L 28.318 4.629 L 28.32 4.792 C 28.325 5.309 28.328 5.825 28.33 6.342 C 28.332 6.607 28.333 6.872 28.336 7.138 C 28.35 8.666 28.333 10.164 27.86 11.63 L 27.799 11.829 C 27.089 14.069 25.727 15.996 23.975 17.525 C 23.757 17.719 23.544 17.918 23.331 18.117 C 23.027 18.402 22.719 18.682 22.407 18.957 C 22.145 19.191 21.889 19.433 21.633 19.674 C 21.428 19.867 21.221 20.049 20.994 20.214 C 21.099 20.459 21.209 20.602 21.412 20.772 C 21.695 21.015 21.969 21.264 22.24 21.519 C 22.497 21.759 22.755 21.999 23.019 22.231 C 23.326 22.501 23.624 22.779 23.922 23.058 C 24.137 23.261 24.358 23.458 24.583 23.65 C 26.454 25.31 27.714 27.712 28.162 30.182 L 28.205 30.401 C 28.376 31.451 28.336 32.515 28.329 33.577 C 28.327 33.846 28.327 34.115 28.326 34.384 C 28.324 34.908 28.322 35.432 28.318 35.957 L 28.503 36.029 C 29.242 36.34 29.583 37.153 29.877 37.855 C 30 38.265 29.975 38.691 29.979 39.116 L 29.986 39.376 C 29.991 40.009 29.991 40.009 29.807 40.323 C 29.535 40.56 29.371 40.555 29.016 40.556 L 28.71 40.557 L 28.37 40.557 C 27.922 40.558 27.473 40.559 27.024 40.559 C 26.669 40.559 26.314 40.56 25.96 40.561 C 25.102 40.562 24.245 40.563 23.388 40.564 C 22.984 40.564 22.581 40.565 22.177 40.565 C 20.489 40.567 18.801 40.568 17.112 40.568 L 16.85 40.569 C 15.448 40.569 14.046 40.571 12.644 40.574 C 11.205 40.576 9.767 40.578 8.329 40.578 C 7.521 40.578 6.713 40.579 5.905 40.581 C 5.217 40.583 4.529 40.583 3.841 40.583 C 3.49 40.582 3.138 40.582 2.787 40.584 C 2.466 40.585 2.145 40.585 1.823 40.584 C 1.707 40.584 1.59 40.584 1.474 40.585 C 1.316 40.586 1.158 40.586 1 40.584 L 0.734 40.585 C 0.447 40.536 0.317 40.432 0.11 40.229 C -0.046 39.912 0.011 39.514 0.008 39.166 L 0.001 38.915 C -0.006 38.034 0.254 37.271 0.812 36.59 C 1.033 36.363 1.259 36.146 1.513 35.957 L 1.669 35.957 L 1.667 35.793 C 1.663 35.277 1.659 34.76 1.657 34.244 C 1.656 33.979 1.654 33.713 1.651 33.448 C 1.637 31.92 1.654 30.422 2.127 28.955 L 2.189 28.756 C 2.898 26.516 4.26 24.59 6.012 23.06 C 6.23 22.867 6.443 22.668 6.656 22.468 C 6.96 22.184 7.268 21.904 7.58 21.629 C 7.842 21.394 8.098 21.153 8.354 20.911 C 8.559 20.719 8.766 20.537 8.994 20.372 C 8.888 20.126 8.778 19.983 8.575 19.813 C 8.292 19.571 8.018 19.321 7.747 19.067 C 7.49 18.826 7.232 18.587 6.968 18.355 C 6.661 18.085 6.363 17.807 6.066 17.527 C 5.85 17.325 5.629 17.128 5.404 16.936 C 3.533 15.275 2.273 12.873 1.825 10.404 L 1.782 10.185 C 1.611 9.134 1.651 8.07 1.658 7.009 C 1.66 6.74 1.661 6.471 1.661 6.202 C 1.663 5.678 1.666 5.153 1.669 4.629 L 1.484 4.557 C 0.745 4.245 0.404 3.432 0.11 2.73 C -0.013 2.32 0.012 1.894 0.008 1.469 L 0.001 1.209 C -0.004 0.577 -0.004 0.577 0.18 0.263 C 0.452 0.025 0.616 0.03 0.971 0.03 Z M 5.019 5.104 C 4.947 9.67 4.947 9.67 6.968 13.568 L 7.163 13.799 C 7.488 14.173 7.823 14.522 8.199 14.844 C 8.417 15.033 8.627 15.23 8.838 15.427 C 9.095 15.668 9.353 15.907 9.617 16.139 C 9.923 16.409 10.221 16.688 10.519 16.967 C 10.733 17.167 10.95 17.365 11.171 17.559 C 11.498 17.846 11.814 18.146 12.131 18.446 C 12.333 18.637 12.537 18.821 12.753 18.996 C 13.097 19.3 13.236 19.638 13.312 20.091 C 13.343 20.628 13.202 21.048 12.89 21.479 C 12.577 21.823 12.226 22.126 11.877 22.429 C 11.773 22.521 11.669 22.613 11.565 22.706 L 11.421 22.832 C 11.193 23.037 10.97 23.247 10.747 23.457 C 10.429 23.757 10.108 24.052 9.78 24.34 C 9.567 24.531 9.358 24.726 9.149 24.921 C 8.891 25.163 8.631 25.403 8.365 25.638 L 8.218 25.768 C 8.099 25.874 7.978 25.979 7.857 26.083 C 6.113 27.626 5.205 29.763 5.035 32.082 C 5.003 32.722 5.012 33.363 5.015 34.004 C 5.015 34.148 5.015 34.292 5.016 34.435 C 5.017 34.784 5.018 35.133 5.019 35.482 C 6.192 35.621 6.192 35.621 7.298 35.341 C 7.443 35.156 7.557 34.971 7.664 34.761 C 7.832 34.457 8.052 34.187 8.258 33.91 C 8.353 33.779 8.447 33.648 8.541 33.517 C 8.842 33.1 9.151 32.689 9.461 32.278 C 9.856 31.755 10.246 31.227 10.63 30.696 C 11.014 30.164 11.404 29.637 11.799 29.114 C 12.201 28.58 12.599 28.043 12.992 27.502 L 13.127 27.316 C 13.34 27.022 13.551 26.726 13.76 26.428 L 13.878 26.261 C 13.951 26.159 14.022 26.056 14.094 25.953 C 14.265 25.711 14.397 25.526 14.682 25.435 C 14.838 25.414 14.838 25.414 14.994 25.415 L 15.149 25.414 C 15.396 25.447 15.565 25.535 15.733 25.723 L 15.842 25.879 L 15.969 26.057 L 16.104 26.251 C 16.253 26.46 16.402 26.67 16.551 26.879 C 16.806 27.233 17.069 27.58 17.331 27.927 C 17.771 28.511 18.205 29.1 18.633 29.694 C 18.973 30.164 19.32 30.628 19.669 31.091 C 20.064 31.615 20.454 32.142 20.838 32.674 C 21.238 33.228 21.644 33.778 22.055 34.325 L 22.215 34.538 C 22.352 34.721 22.491 34.904 22.63 35.086 L 22.773 35.304 C 22.928 35.501 22.928 35.501 23.163 35.527 L 23.415 35.521 L 23.689 35.517 L 23.974 35.507 L 24.263 35.501 C 24.498 35.497 24.733 35.49 24.968 35.482 C 25.047 30.954 25.047 30.954 23.019 27.017 L 22.824 26.786 C 22.499 26.412 22.164 26.063 21.788 25.742 C 21.57 25.553 21.36 25.355 21.149 25.158 C 20.892 24.918 20.634 24.679 20.37 24.446 C 20.064 24.177 19.766 23.898 19.468 23.619 C 19.254 23.418 19.037 23.221 18.817 23.027 C 18.489 22.739 18.173 22.44 17.857 22.14 C 17.654 21.949 17.45 21.765 17.234 21.59 C 16.89 21.286 16.751 20.947 16.675 20.494 C 16.644 19.957 16.785 19.538 17.097 19.106 C 17.41 18.763 17.761 18.46 18.11 18.157 C 18.214 18.065 18.318 17.972 18.422 17.88 L 18.566 17.754 C 18.794 17.549 19.017 17.339 19.24 17.128 C 19.558 16.829 19.879 16.534 20.207 16.245 C 20.42 16.055 20.629 15.86 20.838 15.665 C 21.097 15.423 21.356 15.182 21.622 14.948 L 21.769 14.817 C 21.888 14.712 22.009 14.607 22.13 14.503 C 24.005 12.843 24.781 10.653 24.968 8.189 L 24.968 5.104 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path><path d=\"M 9.481 11.806 L 9.786 11.805 L 10.122 11.805 L 10.475 11.803 C 10.795 11.802 11.114 11.802 11.434 11.802 L 12.033 11.801 C 12.658 11.8 13.283 11.799 13.908 11.798 C 14.629 11.798 15.35 11.797 16.072 11.795 C 16.629 11.793 17.187 11.792 17.744 11.792 C 18.078 11.792 18.411 11.791 18.744 11.79 C 19.057 11.789 19.37 11.788 19.683 11.789 C 19.798 11.789 19.913 11.789 20.028 11.788 C 20.185 11.787 20.342 11.788 20.499 11.788 L 20.765 11.788 C 21.031 11.821 21.176 11.893 21.39 12.055 C 21.565 12.315 21.622 12.481 21.633 12.796 C 21.455 13.379 20.983 13.734 20.542 14.122 C 20.28 14.356 20.027 14.6 19.773 14.843 C 19.326 15.271 18.876 15.695 18.422 16.115 C 18.179 16.342 17.936 16.569 17.693 16.796 L 17.566 16.915 C 17.35 17.118 17.135 17.321 16.92 17.525 C 15.459 18.911 15.459 18.911 15.019 18.962 C 14.185 18.881 13.384 17.782 12.793 17.221 C 12.413 16.86 12.031 16.502 11.646 16.146 C 11.4 15.916 11.154 15.687 10.909 15.456 C 10.622 15.187 10.334 14.918 10.046 14.65 C 9.931 14.543 9.816 14.435 9.702 14.328 C 9.538 14.176 9.373 14.026 9.207 13.878 L 9.077 13.761 C 8.958 13.653 8.839 13.546 8.719 13.44 C 8.532 13.241 8.448 13.109 8.377 12.846 C 8.391 12.428 8.474 12.193 8.766 11.896 C 9.022 11.81 9.211 11.807 9.481 11.806 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></g></svg>'}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1wvq44b\",layoutDependency:layoutDependency,layoutId:\"LDJLcPZ76\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.987 40.586\" overflow=\"visible\"><path d=\"M 0.971 0.03 L 1.277 0.029 L 1.617 0.029 C 2.065 0.027 2.514 0.027 2.963 0.027 C 3.318 0.026 3.673 0.026 4.027 0.025 C 4.885 0.023 5.742 0.023 6.599 0.022 C 7.003 0.021 7.406 0.021 7.81 0.021 C 9.498 0.019 11.187 0.018 12.875 0.017 L 13.137 0.017 C 14.539 0.016 15.941 0.014 17.343 0.012 C 18.782 0.009 20.22 0.008 21.658 0.007 C 22.466 0.007 23.274 0.007 24.082 0.005 C 24.77 0.003 25.458 0.002 26.146 0.003 C 26.497 0.003 26.849 0.003 27.2 0.002 C 27.521 0 27.842 0 28.164 0.002 C 28.28 0.002 28.397 0.001 28.513 0 C 28.671 0 28.829 0 28.987 0.001 L 29.253 0.001 C 29.54 0.049 29.67 0.153 29.877 0.357 C 30.033 0.674 29.976 1.072 29.979 1.42 L 29.986 1.67 C 29.993 2.551 29.733 3.315 29.175 3.996 C 28.954 4.223 28.728 4.44 28.474 4.629 L 28.318 4.629 L 28.32 4.792 C 28.325 5.309 28.328 5.825 28.33 6.342 C 28.332 6.607 28.333 6.872 28.336 7.138 C 28.35 8.666 28.333 10.164 27.86 11.63 L 27.799 11.829 C 27.089 14.069 25.727 15.996 23.975 17.525 C 23.757 17.719 23.544 17.918 23.331 18.117 C 23.027 18.402 22.719 18.682 22.407 18.957 C 22.145 19.191 21.889 19.433 21.633 19.674 C 21.428 19.867 21.221 20.049 20.994 20.214 C 21.099 20.459 21.209 20.602 21.412 20.772 C 21.695 21.015 21.969 21.264 22.24 21.519 C 22.497 21.759 22.755 21.999 23.019 22.231 C 23.326 22.501 23.624 22.779 23.922 23.058 C 24.137 23.261 24.358 23.458 24.583 23.65 C 26.454 25.31 27.714 27.712 28.162 30.182 L 28.205 30.401 C 28.376 31.451 28.336 32.515 28.329 33.577 C 28.327 33.846 28.327 34.115 28.326 34.384 C 28.324 34.908 28.322 35.432 28.318 35.957 L 28.503 36.029 C 29.242 36.34 29.583 37.153 29.877 37.855 C 30 38.265 29.975 38.691 29.979 39.116 L 29.986 39.376 C 29.991 40.009 29.991 40.009 29.807 40.323 C 29.535 40.56 29.371 40.555 29.016 40.556 L 28.71 40.557 L 28.37 40.557 C 27.922 40.558 27.473 40.559 27.024 40.559 C 26.669 40.559 26.314 40.56 25.96 40.561 C 25.102 40.562 24.245 40.563 23.388 40.564 C 22.984 40.564 22.581 40.565 22.177 40.565 C 20.489 40.567 18.801 40.568 17.112 40.568 L 16.85 40.569 C 15.448 40.569 14.046 40.571 12.644 40.574 C 11.205 40.576 9.767 40.578 8.329 40.578 C 7.521 40.578 6.713 40.579 5.905 40.581 C 5.217 40.583 4.529 40.583 3.841 40.583 C 3.49 40.582 3.138 40.582 2.787 40.584 C 2.466 40.585 2.145 40.585 1.823 40.584 C 1.707 40.584 1.59 40.584 1.474 40.585 C 1.316 40.586 1.158 40.586 1 40.584 L 0.734 40.585 C 0.447 40.536 0.317 40.432 0.11 40.229 C -0.046 39.912 0.011 39.514 0.008 39.166 L 0.001 38.915 C -0.006 38.034 0.254 37.271 0.812 36.59 C 1.033 36.363 1.259 36.146 1.513 35.957 L 1.669 35.957 L 1.667 35.793 C 1.663 35.277 1.659 34.76 1.657 34.244 C 1.656 33.979 1.654 33.713 1.651 33.448 C 1.637 31.92 1.654 30.422 2.127 28.955 L 2.189 28.756 C 2.898 26.516 4.26 24.59 6.012 23.06 C 6.23 22.867 6.443 22.668 6.656 22.468 C 6.96 22.184 7.268 21.904 7.58 21.629 C 7.842 21.394 8.098 21.153 8.354 20.911 C 8.559 20.719 8.766 20.537 8.994 20.372 C 8.888 20.126 8.778 19.983 8.575 19.813 C 8.292 19.571 8.018 19.321 7.747 19.067 C 7.49 18.826 7.232 18.587 6.968 18.355 C 6.661 18.085 6.363 17.807 6.066 17.527 C 5.85 17.325 5.629 17.128 5.404 16.936 C 3.533 15.275 2.273 12.873 1.825 10.404 L 1.782 10.185 C 1.611 9.134 1.651 8.07 1.658 7.009 C 1.66 6.74 1.661 6.471 1.661 6.202 C 1.663 5.678 1.666 5.153 1.669 4.629 L 1.484 4.557 C 0.745 4.245 0.404 3.432 0.11 2.73 C -0.013 2.32 0.012 1.894 0.008 1.469 L 0.001 1.209 C -0.004 0.577 -0.004 0.577 0.18 0.263 C 0.452 0.025 0.616 0.03 0.971 0.03 Z M 5.019 5.104 C 4.947 9.67 4.947 9.67 6.968 13.568 L 7.163 13.799 C 7.488 14.173 7.823 14.522 8.199 14.844 C 8.417 15.033 8.627 15.23 8.838 15.427 C 9.095 15.668 9.353 15.907 9.617 16.139 C 9.923 16.409 10.221 16.688 10.519 16.967 C 10.733 17.167 10.95 17.365 11.171 17.559 C 11.498 17.846 11.814 18.146 12.131 18.446 C 12.333 18.637 12.537 18.821 12.753 18.996 C 13.097 19.3 13.236 19.638 13.312 20.091 C 13.343 20.628 13.202 21.048 12.89 21.479 C 12.577 21.823 12.226 22.126 11.877 22.429 C 11.773 22.521 11.669 22.613 11.565 22.706 L 11.421 22.832 C 11.193 23.037 10.97 23.247 10.747 23.457 C 10.429 23.757 10.108 24.052 9.78 24.34 C 9.567 24.531 9.358 24.726 9.149 24.921 C 8.891 25.163 8.631 25.403 8.365 25.638 L 8.218 25.768 C 8.099 25.874 7.978 25.979 7.857 26.083 C 6.113 27.626 5.205 29.763 5.035 32.082 C 5.003 32.722 5.012 33.363 5.015 34.004 C 5.015 34.148 5.015 34.292 5.016 34.435 C 5.017 34.784 5.018 35.133 5.019 35.482 C 6.192 35.621 6.192 35.621 7.298 35.341 C 7.443 35.156 7.557 34.971 7.664 34.761 C 7.832 34.457 8.052 34.187 8.258 33.91 C 8.353 33.779 8.447 33.648 8.541 33.517 C 8.842 33.1 9.151 32.689 9.461 32.278 C 9.856 31.755 10.246 31.227 10.63 30.696 C 11.014 30.164 11.404 29.637 11.799 29.114 C 12.201 28.58 12.599 28.043 12.992 27.502 L 13.127 27.316 C 13.34 27.022 13.551 26.726 13.76 26.428 L 13.878 26.261 C 13.951 26.159 14.022 26.056 14.094 25.953 C 14.265 25.711 14.397 25.526 14.682 25.435 C 14.838 25.414 14.838 25.414 14.994 25.415 L 15.149 25.414 C 15.396 25.447 15.565 25.535 15.733 25.723 L 15.842 25.879 L 15.969 26.057 L 16.104 26.251 C 16.253 26.46 16.402 26.67 16.551 26.879 C 16.806 27.233 17.069 27.58 17.331 27.927 C 17.771 28.511 18.205 29.1 18.633 29.694 C 18.973 30.164 19.32 30.628 19.669 31.091 C 20.064 31.615 20.454 32.142 20.838 32.674 C 21.238 33.228 21.644 33.778 22.055 34.325 L 22.215 34.538 C 22.352 34.721 22.491 34.904 22.63 35.086 L 22.773 35.304 C 22.928 35.501 22.928 35.501 23.163 35.527 L 23.415 35.521 L 23.689 35.517 L 23.974 35.507 L 24.263 35.501 C 24.498 35.497 24.733 35.49 24.968 35.482 C 25.047 30.954 25.047 30.954 23.019 27.017 L 22.824 26.786 C 22.499 26.412 22.164 26.063 21.788 25.742 C 21.57 25.553 21.36 25.355 21.149 25.158 C 20.892 24.918 20.634 24.679 20.37 24.446 C 20.064 24.177 19.766 23.898 19.468 23.619 C 19.254 23.418 19.037 23.221 18.817 23.027 C 18.489 22.739 18.173 22.44 17.857 22.14 C 17.654 21.949 17.45 21.765 17.234 21.59 C 16.89 21.286 16.751 20.947 16.675 20.494 C 16.644 19.957 16.785 19.538 17.097 19.106 C 17.41 18.763 17.761 18.46 18.11 18.157 C 18.214 18.065 18.318 17.972 18.422 17.88 L 18.566 17.754 C 18.794 17.549 19.017 17.339 19.24 17.128 C 19.558 16.829 19.879 16.534 20.207 16.245 C 20.42 16.055 20.629 15.86 20.838 15.665 C 21.097 15.423 21.356 15.182 21.622 14.948 L 21.769 14.817 C 21.888 14.712 22.009 14.607 22.13 14.503 C 24.005 12.843 24.781 10.653 24.968 8.189 L 24.968 5.104 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vd8zrb\",layoutDependency:layoutDependency,layoutId:\"DTPKQ9YXU\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.987 40.586\" overflow=\"visible\"><path d=\"M 0.971 0.03 L 1.277 0.029 L 1.617 0.029 C 2.065 0.027 2.514 0.027 2.963 0.027 C 3.318 0.026 3.673 0.026 4.027 0.025 C 4.885 0.023 5.742 0.023 6.599 0.022 C 7.003 0.021 7.406 0.021 7.81 0.021 C 9.498 0.019 11.187 0.018 12.875 0.017 L 13.137 0.017 C 14.539 0.016 15.941 0.014 17.343 0.012 C 18.782 0.009 20.22 0.008 21.658 0.007 C 22.466 0.007 23.274 0.007 24.082 0.005 C 24.77 0.003 25.458 0.002 26.146 0.003 C 26.497 0.003 26.849 0.003 27.2 0.002 C 27.521 0 27.842 0 28.164 0.002 C 28.28 0.002 28.397 0.001 28.513 0 C 28.671 0 28.829 0 28.987 0.001 L 29.253 0.001 C 29.54 0.049 29.67 0.153 29.877 0.357 C 30.033 0.674 29.976 1.072 29.979 1.42 L 29.986 1.67 C 29.993 2.551 29.733 3.315 29.175 3.996 C 28.954 4.223 28.728 4.44 28.474 4.629 L 28.318 4.629 L 28.32 4.792 C 28.325 5.309 28.328 5.825 28.33 6.342 C 28.332 6.607 28.333 6.872 28.336 7.138 C 28.35 8.666 28.333 10.164 27.86 11.63 L 27.799 11.829 C 27.089 14.069 25.727 15.996 23.975 17.525 C 23.757 17.719 23.544 17.918 23.331 18.117 C 23.027 18.402 22.719 18.682 22.407 18.957 C 22.145 19.191 21.889 19.433 21.633 19.674 C 21.428 19.867 21.221 20.049 20.994 20.214 C 21.099 20.459 21.209 20.602 21.412 20.772 C 21.695 21.015 21.969 21.264 22.24 21.519 C 22.497 21.759 22.755 21.999 23.019 22.231 C 23.326 22.501 23.624 22.779 23.922 23.058 C 24.137 23.261 24.358 23.458 24.583 23.65 C 26.454 25.31 27.714 27.712 28.162 30.182 L 28.205 30.401 C 28.376 31.451 28.336 32.515 28.329 33.577 C 28.327 33.846 28.327 34.115 28.326 34.384 C 28.324 34.908 28.322 35.432 28.318 35.957 L 28.503 36.029 C 29.242 36.34 29.583 37.153 29.877 37.855 C 30 38.265 29.975 38.691 29.979 39.116 L 29.986 39.376 C 29.991 40.009 29.991 40.009 29.807 40.323 C 29.535 40.56 29.371 40.555 29.016 40.556 L 28.71 40.557 L 28.37 40.557 C 27.922 40.558 27.473 40.559 27.024 40.559 C 26.669 40.559 26.314 40.56 25.96 40.561 C 25.102 40.562 24.245 40.563 23.388 40.564 C 22.984 40.564 22.581 40.565 22.177 40.565 C 20.489 40.567 18.801 40.568 17.112 40.568 L 16.85 40.569 C 15.448 40.569 14.046 40.571 12.644 40.574 C 11.205 40.576 9.767 40.578 8.329 40.578 C 7.521 40.578 6.713 40.579 5.905 40.581 C 5.217 40.583 4.529 40.583 3.841 40.583 C 3.49 40.582 3.138 40.582 2.787 40.584 C 2.466 40.585 2.145 40.585 1.823 40.584 C 1.707 40.584 1.59 40.584 1.474 40.585 C 1.316 40.586 1.158 40.586 1 40.584 L 0.734 40.585 C 0.447 40.536 0.317 40.432 0.11 40.229 C -0.046 39.912 0.011 39.514 0.008 39.166 L 0.001 38.915 C -0.006 38.034 0.254 37.271 0.812 36.59 C 1.033 36.363 1.259 36.146 1.513 35.957 L 1.669 35.957 L 1.667 35.793 C 1.663 35.277 1.659 34.76 1.657 34.244 C 1.656 33.979 1.654 33.713 1.651 33.448 C 1.637 31.92 1.654 30.422 2.127 28.955 L 2.189 28.756 C 2.898 26.516 4.26 24.59 6.012 23.06 C 6.23 22.867 6.443 22.668 6.656 22.468 C 6.96 22.184 7.268 21.904 7.58 21.629 C 7.842 21.394 8.098 21.153 8.354 20.911 C 8.559 20.719 8.766 20.537 8.994 20.372 C 8.888 20.126 8.778 19.983 8.575 19.813 C 8.292 19.571 8.018 19.321 7.747 19.067 C 7.49 18.826 7.232 18.587 6.968 18.355 C 6.661 18.085 6.363 17.807 6.066 17.527 C 5.85 17.325 5.629 17.128 5.404 16.936 C 3.533 15.275 2.273 12.873 1.825 10.404 L 1.782 10.185 C 1.611 9.134 1.651 8.07 1.658 7.009 C 1.66 6.74 1.661 6.471 1.661 6.202 C 1.663 5.678 1.666 5.153 1.669 4.629 L 1.484 4.557 C 0.745 4.245 0.404 3.432 0.11 2.73 C -0.013 2.32 0.012 1.894 0.008 1.469 L 0.001 1.209 C -0.004 0.577 -0.004 0.577 0.18 0.263 C 0.452 0.025 0.616 0.03 0.971 0.03 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1f2rs8f\",layoutDependency:layoutDependency,layoutId:\"uVvGpetVB\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.993 30.47\" overflow=\"visible\"><path d=\"M 0.021 0 C -0.051 4.566 -0.051 4.566 1.969 8.465 L 2.164 8.696 C 2.49 9.07 2.825 9.419 3.201 9.741 C 3.419 9.929 3.629 10.127 3.839 10.324 C 4.097 10.564 4.354 10.804 4.619 11.036 C 4.925 11.305 5.223 11.584 5.521 11.863 C 5.735 12.064 5.952 12.261 6.172 12.455 C 6.499 12.743 6.816 13.042 7.132 13.342 C 7.335 13.533 7.538 13.717 7.755 13.892 C 8.099 14.196 8.237 14.535 8.313 14.988 C 8.344 15.525 8.204 15.944 7.891 16.376 C 7.578 16.719 7.228 17.022 6.878 17.325 C 6.774 17.417 6.67 17.51 6.567 17.602 L 6.423 17.728 C 6.195 17.933 5.972 18.143 5.748 18.354 C 5.43 18.653 5.11 18.948 4.781 19.237 C 4.568 19.427 4.36 19.622 4.151 19.817 C 3.892 20.059 3.633 20.3 3.367 20.534 L 3.22 20.665 C 3.1 20.771 2.98 20.875 2.859 20.979 C 1.114 22.523 0.206 24.659 0.037 26.978 C 0.005 27.618 0.013 28.259 0.016 28.9 C 0.017 29.044 0.017 29.188 0.017 29.332 C 0.018 29.681 0.02 30.03 0.021 30.379 C 1.194 30.517 1.194 30.517 2.299 30.238 C 2.444 30.052 2.559 29.868 2.666 29.658 C 2.834 29.354 3.053 29.084 3.26 28.806 C 3.354 28.675 3.448 28.545 3.543 28.414 C 3.844 27.997 4.153 27.585 4.463 27.175 C 4.858 26.651 5.247 26.124 5.632 25.592 C 6.015 25.06 6.406 24.534 6.8 24.01 C 7.203 23.477 7.601 22.939 7.994 22.398 L 8.128 22.213 C 8.342 21.918 8.553 21.622 8.762 21.324 L 8.88 21.158 C 8.952 21.055 9.024 20.952 9.095 20.849 C 9.266 20.607 9.398 20.423 9.684 20.331 C 9.839 20.31 9.839 20.31 9.995 20.312 L 10.151 20.31 C 10.398 20.344 10.567 20.431 10.734 20.619 L 10.844 20.775 L 10.97 20.953 L 11.106 21.147 C 11.255 21.357 11.404 21.566 11.553 21.776 C 11.808 22.129 12.07 22.476 12.333 22.823 C 12.773 23.408 13.207 23.997 13.635 24.59 C 13.975 25.06 14.321 25.525 14.671 25.988 C 15.066 26.511 15.455 27.039 15.839 27.57 C 16.24 28.124 16.646 28.675 17.057 29.222 L 17.216 29.434 C 17.354 29.617 17.493 29.8 17.632 29.983 L 17.774 30.2 C 17.929 30.398 17.929 30.398 18.165 30.423 L 18.417 30.417 L 18.691 30.413 L 18.976 30.403 L 19.264 30.398 C 19.499 30.393 19.734 30.387 19.969 30.379 C 20.049 25.851 20.049 25.851 18.021 21.914 L 17.826 21.683 C 17.5 21.309 17.166 20.96 16.79 20.638 C 16.572 20.449 16.362 20.252 16.151 20.055 C 15.894 19.814 15.636 19.575 15.372 19.343 C 15.065 19.073 14.768 18.794 14.469 18.515 C 14.255 18.315 14.038 18.117 13.818 17.924 C 13.491 17.636 13.175 17.336 12.858 17.036 C 12.656 16.845 12.452 16.661 12.235 16.486 C 11.891 16.182 11.753 15.844 11.677 15.391 C 11.646 14.854 11.786 14.434 12.099 14.003 C 12.412 13.659 12.762 13.356 13.112 13.053 C 13.216 12.961 13.32 12.869 13.424 12.776 L 13.567 12.65 C 13.796 12.445 14.019 12.235 14.242 12.025 C 14.56 11.725 14.881 11.43 15.209 11.142 C 15.422 10.952 15.631 10.756 15.839 10.561 C 16.098 10.319 16.358 10.079 16.623 9.844 L 16.77 9.714 C 16.89 9.608 17.01 9.503 17.131 9.399 C 19.007 7.74 19.783 5.55 19.969 3.085 L 19.969 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11j7d22\",layoutDependency:layoutDependency,layoutId:\"x0z5A0HMo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.256 7.175\" overflow=\"visible\"><path d=\"M 1.104 0.019 L 1.41 0.017 L 1.745 0.017 L 2.098 0.016 C 2.418 0.015 2.738 0.014 3.057 0.014 L 3.657 0.013 C 4.281 0.012 4.906 0.011 5.531 0.011 C 6.252 0.011 6.974 0.009 7.695 0.007 C 8.253 0.005 8.81 0.004 9.368 0.004 C 9.701 0.004 10.034 0.004 10.367 0.002 C 10.68 0.001 10.993 0.001 11.307 0.002 C 11.422 0.002 11.537 0.001 11.652 0.001 C 11.809 0 11.966 0 12.122 0.001 L 12.389 0 C 12.655 0.034 12.799 0.106 13.013 0.267 C 13.188 0.528 13.245 0.693 13.256 1.009 C 13.078 1.591 12.606 1.946 12.166 2.334 C 11.903 2.569 11.65 2.812 11.396 3.056 C 10.949 3.483 10.499 3.907 10.046 4.328 C 9.802 4.554 9.559 4.781 9.317 5.009 L 9.19 5.128 C 8.973 5.33 8.758 5.533 8.543 5.737 C 7.082 7.124 7.082 7.124 6.643 7.175 C 5.808 7.093 5.007 5.995 4.416 5.433 C 4.036 5.073 3.654 4.714 3.27 4.358 C 3.023 4.129 2.778 3.899 2.532 3.669 C 2.245 3.399 1.958 3.131 1.67 2.862 C 1.555 2.755 1.44 2.648 1.325 2.541 C 1.161 2.389 0.996 2.239 0.83 2.09 L 0.701 1.973 C 0.582 1.866 0.462 1.759 0.343 1.652 C 0.155 1.453 0.071 1.322 0 1.058 C 0.015 0.641 0.098 0.406 0.39 0.109 C 0.646 0.022 0.835 0.02 1.104 0.019 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)))\"},children:\"Not Enough Customers (Online & In-Store)\"})}),className:\"framer-11k3j0d\",fonts:[\"FS;Red Hat Display-black\"],layoutDependency:layoutDependency,layoutId:\"UoM0LVO44\",style:{\"--extracted-1w1cjl5\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:J5hD1QPXh,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)))\"},children:\"Neura's intuitive design ensures anyone, regardless of technical expertise, can harness AI tools effortlessly.\"})}),className:\"framer-93xrel\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Yp2MOIcLU\",style:{\"--extracted-r6o4lv\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:wzeLhDFdh,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I8erl.framer-t6szu1, .framer-I8erl .framer-t6szu1 { display: block; }\",\".framer-I8erl.framer-1gguy9c { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 329px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 341px; will-change: var(--framer-will-change-override, transform); }\",\".framer-I8erl .framer-t7w0qd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: visible; padding: 35px 18px 42px 18px; position: relative; width: 100%; }\",\".framer-I8erl .framer-qihwlm { height: 44px; position: relative; width: 50px; }\",\".framer-I8erl .framer-1aquri7 { height: 24px; left: 12px; position: absolute; top: 20px; width: 27px; }\",\".framer-I8erl .framer-14pcx2e { height: 17px; left: 17px; position: absolute; top: 0px; width: 17px; }\",\".framer-I8erl .framer-nhewkw { height: 21px; left: 0px; position: absolute; top: 21px; width: 13px; }\",\".framer-I8erl .framer-xsbu1g { height: 21px; left: 37px; position: absolute; top: 21px; width: 13px; }\",\".framer-I8erl .framer-hsp9m9 { height: 11px; left: 37px; position: absolute; top: 7px; width: 11px; }\",\".framer-I8erl .framer-1vutupd { height: 11px; left: 3px; position: absolute; top: 7px; width: 11px; }\",\".framer-I8erl .framer-ukwbgo { height: 46px; position: relative; width: 45px; }\",\".framer-I8erl .framer-hnwrv5 { height: 41px; position: relative; width: 30px; }\",\".framer-I8erl .framer-1wvq44b, .framer-I8erl .framer-1vd8zrb { height: 41px; left: 0px; position: absolute; top: 0px; width: 30px; }\",\".framer-I8erl .framer-1f2rs8f { height: 31px; left: 5px; position: absolute; top: 5px; width: 20px; }\",\".framer-I8erl .framer-11j7d22 { height: 7px; left: 9px; position: absolute; top: 12px; width: 14px; }\",\".framer-I8erl .framer-11k3j0d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 98%; word-break: break-word; word-wrap: break-word; }\",\".framer-I8erl .framer-93xrel { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 329\n * @framerIntrinsicWidth 341\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"G8RUkXMVA\":{\"layout\":[\"fixed\",\"fixed\"]},\"wli8MI__Q\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"J5hD1QPXh\":\"title\",\"wzeLhDFdh\":\"paragraph\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerVhkYMqrEY=withCSS(Component,css,\"framer-I8erl\");export default FramerVhkYMqrEY;FramerVhkYMqrEY.displayName=\"Benefit item\";FramerVhkYMqrEY.defaultProps={height:329,width:341};addPropertyControls(FramerVhkYMqrEY,{variant:{options:[\"V0xfiWC2K\",\"G8RUkXMVA\",\"wli8MI__Q\"],optionTitles:[\"Default\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},J5hD1QPXh:{defaultValue:\"Not Enough Customers (Online & In-Store)\",displayTextArea:false,title:\"Title\",type:ControlType.String},wzeLhDFdh:{defaultValue:\"Neura's intuitive design ensures anyone, regardless of technical expertise, can harness AI tools effortlessly.\",displayTextArea:true,title:\"Paragraph\",type:ControlType.String}});addFonts(FramerVhkYMqrEY,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZSCEK7S4VBCWIURNDFQ4JMFGVSANTY3E/NU7JB62SOLQOUPO3QU2C52CLGXBBG2WE/EHWSSXP2VWBWZLNGMJRPPQDBKQGP7BTU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVhkYMqrEY\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"329\",\"framerVariables\":\"{\\\"J5hD1QPXh\\\":\\\"title\\\",\\\"wzeLhDFdh\\\":\\\"paragraph\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"341\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"G8RUkXMVA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wli8MI__Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VhkYMqrEY.map", "// Generated by Framer (d19865c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={kpD3ElHWB:{hover:true},vEi2XLy0i:{hover:true}};const cycleOrder=[\"kpD3ElHWB\",\"vEi2XLy0i\"];const serializationHash=\"framer-5lZuC\";const variantClassNames={kpD3ElHWB:\"framer-v-fe5fb1\",vEi2XLy0i:\"framer-v-1oxs2vq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Button-Big\":\"kpD3ElHWB\",\"Button-Small\":\"vEi2XLy0i\"};const getProps=({backgroundColor,height,hover,id,link,newTab,padding,text,textColor,width,...props})=>{return{...props,DyDA7Nepj:text??props.DyDA7Nepj??\"Get this Template\",HauR5zp0I:backgroundColor??props.HauR5zp0I??\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\",naUO_7rz4:textColor??props.naUO_7rz4??\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",OITZhuKDg:link??props.OITZhuKDg,OwpZhR4Oq:newTab??props.OwpZhR4Oq,spbNf7R6o:padding??props.spbNf7R6o??\"16px 24px 16px 24px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"kpD3ElHWB\",XsQvR9CFM:hover??props.XsQvR9CFM??\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,OITZhuKDg,OwpZhR4Oq,DyDA7Nepj,naUO_7rz4,HauR5zp0I,XsQvR9CFM,spbNf7R6o,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kpD3ElHWB\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:OITZhuKDg,motionChild:true,nodeId:\"kpD3ElHWB\",openInNewTab:OwpZhR4Oq,scopeId:\"xbrG_x1Ut\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-fe5fb1\",className,classNames)} framer-16k5ot8`,\"data-framer-name\":\"Button-Big\",layoutDependency:layoutDependency,layoutId:\"kpD3ElHWB\",ref:refBinding,style:{\"--1akla4o\":numberToPixelString(spbNf7R6o),backgroundColor:HauR5zp0I,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"kpD3ElHWB-hover\":{backgroundColor:XsQvR9CFM},\"vEi2XLy0i-hover\":{backgroundColor:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},vEi2XLy0i:{backgroundColor:\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\"}},...addPropertyOverrides({\"kpD3ElHWB-hover\":{\"data-framer-name\":undefined},\"vEi2XLy0i-hover\":{\"data-framer-name\":undefined},vEi2XLy0i:{\"data-framer-name\":\"Button-Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-naUO_7rz4-xbrG_x1Ut))\"},children:\"Get this Template\"})}),className:\"framer-1bbe8vd\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"XSWnb4XXe\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-naUO_7rz4-xbrG_x1Ut)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-naUO_7rz4-xbrG_x1Ut\":naUO_7rz4},text:DyDA7Nepj,variants:{vEi2XLy0i:{\"--extracted-r6o4lv\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({vEi2XLy0i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LUJvbGQ=\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)))\"},children:\"Get this Template\"})}),fonts:[\"FR;InterDisplay-Bold\"]}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5lZuC.framer-16k5ot8, .framer-5lZuC .framer-16k5ot8 { display: block; }\",\".framer-5lZuC.framer-fe5fb1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: var(--1akla4o); position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5lZuC .framer-1bbe8vd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 59\n * @framerIntrinsicWidth 188\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"vEi2XLy0i\":{\"layout\":[\"auto\",\"auto\"]},\"oLUbPLDjJ\":{\"layout\":[\"auto\",\"auto\"]},\"bbUCTa1a4\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"OITZhuKDg\":\"link\",\"OwpZhR4Oq\":\"newTab\",\"DyDA7Nepj\":\"text\",\"naUO_7rz4\":\"textColor\",\"HauR5zp0I\":\"backgroundColor\",\"XsQvR9CFM\":\"hover\",\"spbNf7R6o\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerxbrG_x1Ut=withCSS(Component,css,\"framer-5lZuC\");export default FramerxbrG_x1Ut;FramerxbrG_x1Ut.displayName=\"Button/Primary Button 2\";FramerxbrG_x1Ut.defaultProps={height:59,width:188};addPropertyControls(FramerxbrG_x1Ut,{variant:{options:[\"kpD3ElHWB\",\"vEi2XLy0i\"],optionTitles:[\"Button-Big\",\"Button-Small\"],title:\"Variant\",type:ControlType.Enum},OITZhuKDg:{title:\"Link\",type:ControlType.Link},OwpZhR4Oq:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},DyDA7Nepj:{defaultValue:\"Get this Template\",displayTextArea:false,title:\"Text\",type:ControlType.String},naUO_7rz4:{defaultValue:'var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {\"name\":\"Absolute White\"} */',title:\"Text Color\",type:ControlType.Color},HauR5zp0I:{defaultValue:'var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17)) /* {\"name\":\"Dark 7\"} */',title:\"Background Color\",type:ControlType.Color},XsQvR9CFM:{defaultValue:\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\",title:\"Hover\",type:ControlType.Color},spbNf7R6o:{defaultValue:\"16px 24px 16px 24px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerxbrG_x1Ut,[{explicitInter:true,fonts:[{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/I11LrmuBDQZweplJ62KkVsklU5Y.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/UjFZPDy3qGuDktQM4q9CxhKfIa8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/8exwVHJy2DhJ4N5prYlVMrEKmQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/UTeedEK21hO5jDxEUldzdScUqpg.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/Ig8B8nzy11hzIWEIYnkg91sofjo.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/n9CXKI3tsmCPeC6MCT9NziShSuQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/qctQFoJqJ9aIbRSIp0AhCQpFxn8.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxbrG_x1Ut\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vEi2XLy0i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oLUbPLDjJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bbUCTa1a4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"OITZhuKDg\\\":\\\"link\\\",\\\"OwpZhR4Oq\\\":\\\"newTab\\\",\\\"DyDA7Nepj\\\":\\\"text\\\",\\\"naUO_7rz4\\\":\\\"textColor\\\",\\\"HauR5zp0I\\\":\\\"backgroundColor\\\",\\\"XsQvR9CFM\\\":\\\"hover\\\",\\\"spbNf7R6o\\\":\\\"padding\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"188\",\"framerIntrinsicHeight\":\"59\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xbrG_x1Ut.map", "// Generated by Framer (d19865c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gandia Bold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gandia Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/PSdRuRk8PRitEozEp4LN0t5yfCk.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-7kO5M .framer-styles-preset-13606s0:not(.rich-text-wrapper), .framer-7kO5M .framer-styles-preset-13606s0.rich-text-wrapper p { --framer-font-family: \"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-7kO5M\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d19865c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Red Hat Display-extrabold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MMZ5CNXXF3OOGYXW6Y2BEPS66Z5J7O4T/RQMGAQTCFJNFSDVT6TZ7TETC6WEXAEF3/MYQLOUO4VZXDACA33B2ZYRT63XOGKINZ.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-3q3lQ .framer-styles-preset-rdx8f:not(.rich-text-wrapper), .framer-3q3lQ .framer-styles-preset-rdx8f.rich-text-wrapper h4 { --framer-font-family: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 800; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 0.95em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, #111111); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-3q3lQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d19865c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gandia Bold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gandia Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/PSdRuRk8PRitEozEp4LN0t5yfCk.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-YEhr3 .framer-styles-preset-v0noyh:not(.rich-text-wrapper), .framer-YEhr3 .framer-styles-preset-v0noyh.rich-text-wrapper p { --framer-font-family: \"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-YEhr3\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (de5a9b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/brIUKvisATapQA00DrH4/mzRBYHB8r4jW5XtfwlWV/a8GX9oxqj.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/q5NJ6rg0BL5lFy9nAE0Q/r4Aat0un1HdBLWjnDbk6/NVcLw1Go_.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/6h4MFBsoHRvK7AsTtuQf/O5jRJCpQcK9t8x4YtuCY/PE5CByVRs.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/mmo0sNTD8hXWaDzQaiuZ/j2LiMKN0Z5urLm3dlukY/PUW91wW7J.js\";const cycleOrder=[\"rOcoqtHwx\",\"gNWeLjxW4\",\"sR5j3wKex\",\"e1LTpYa7J\",\"GU1FUFmG8\",\"HgoJXNOIc\",\"h3rCX1qGh\"];const serializationHash=\"framer-ISjxM\";const variantClassNames={e1LTpYa7J:\"framer-v-odp91t\",gNWeLjxW4:\"framer-v-clpiva\",GU1FUFmG8:\"framer-v-1qie6k0\",h3rCX1qGh:\"framer-v-1ua1n70\",HgoJXNOIc:\"framer-v-b2bpmc\",rOcoqtHwx:\"framer-v-misvm3\",sR5j3wKex:\"framer-v-j39rvc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile actual\":\"h3rCX1qGh\",\"Variant 1\":\"rOcoqtHwx\",\"Variant 2\":\"sR5j3wKex\",\"Variant 3\":\"e1LTpYa7J\",\"Variant 5\":\"GU1FUFmG8\",\"Variant 6\":\"HgoJXNOIc\",Mobile:\"gNWeLjxW4\"};const getProps=({description,height,id,text,title,width,...props})=>{return{...props,aIKcykWlS:title??props.aIKcykWlS??\"Seamless Integration\",d8HjUP9dV:description??props.d8HjUP9dV??\"Unite your apps for a cohesive workflow.\",ewQnYkCdw:text??props.ewQnYkCdw??\"01\",variant:humanReadableVariantMap[props.variant]??props.variant??\"rOcoqtHwx\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,aIKcykWlS,d8HjUP9dV,ewQnYkCdw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rOcoqtHwx\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"e1LTpYa7J\",\"GU1FUFmG8\",\"HgoJXNOIc\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"sR5j3wKex\")return false;return true;};const isDisplayed2=()=>{if([\"e1LTpYa7J\",\"HgoJXNOIc\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"sR5j3wKex\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-misvm3\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rOcoqtHwx\",ref:refBinding,style:{backgroundColor:\"var(--token-f395e90f-e08f-456b-b155-0974850affb9, rgb(255, 255, 255))\",borderBottomLeftRadius:31,borderBottomRightRadius:31,borderTopLeftRadius:31,borderTopRightRadius:31,boxShadow:\"0px 5px 20px 0px rgba(0, 0, 0, 0.07)\",...style},...addPropertyOverrides({e1LTpYa7J:{\"data-framer-name\":\"Variant 3\"},gNWeLjxW4:{\"data-framer-name\":\"Mobile\"},GU1FUFmG8:{\"data-framer-name\":\"Variant 5\"},h3rCX1qGh:{\"data-framer-name\":\"Mobile actual\"},HgoJXNOIc:{\"data-framer-name\":\"Variant 6\"},sR5j3wKex:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rzq94a\",\"data-border\":true,\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"gt3Dal3GJ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-caa7547d-cf57-44d3-92c2-01fcbf1068be, rgb(243, 243, 241))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(246, 244, 242) 100%)\",borderBottomLeftRadius:28,borderBottomRightRadius:28,borderTopLeftRadius:28,borderTopRightRadius:28},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nwtn6h\",\"data-framer-name\":\"Image & Text\",layoutDependency:layoutDependency,layoutId:\"fxEMVZRY9\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ot7v0y\",layoutDependency:layoutDependency,layoutId:\"jBnq6hqRZ\",children:isDisplayed1()&&/*#__PURE__*/_jsxs(SVG,{className:\"framer-1o6g57g\",layoutDependency:layoutDependency,layoutId:\"fZyT5E0cg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 39.982 39.985\" overflow=\"visible\"><path d=\"M 13.137 0.008 L 13.322 0.007 C 15.881 -0.011 15.881 -0.011 16.94 0.258 L 17.141 0.309 C 20.027 1.053 22.865 2.552 24.737 4.936 L 24.839 5.065 C 26.689 7.425 27.918 10.245 28.012 13.279 L 28.021 13.575 C 28.086 16.688 27.16 19.706 25.361 22.246 C 25.485 22.547 25.688 22.756 25.913 22.984 L 26.031 23.104 C 26.113 23.187 26.195 23.27 26.278 23.352 C 26.403 23.479 26.528 23.607 26.653 23.736 C 26.733 23.817 26.813 23.897 26.893 23.978 L 27.005 24.095 C 27.122 24.215 27.122 24.215 27.31 24.352 C 27.53 24.341 27.627 24.271 27.817 24.157 C 28.296 23.869 28.888 23.912 29.426 23.984 C 29.794 24.088 30.038 24.324 30.315 24.58 L 30.439 24.695 C 30.873 25.1 31.294 25.516 31.713 25.935 L 31.968 26.188 C 32.195 26.415 32.422 26.641 32.649 26.867 C 32.791 27.009 32.933 27.151 33.075 27.293 C 33.521 27.738 33.967 28.183 34.413 28.629 C 34.926 29.141 35.438 29.652 35.952 30.164 C 36.35 30.561 36.749 30.958 37.147 31.356 C 37.384 31.593 37.621 31.83 37.858 32.066 C 38.081 32.287 38.304 32.51 38.526 32.733 C 38.607 32.814 38.689 32.895 38.77 32.976 C 39.405 33.605 39.944 34.143 39.971 35.078 L 39.982 35.351 C 39.878 36.136 39.384 36.664 38.839 37.202 L 38.631 37.411 C 38.449 37.593 38.267 37.774 38.084 37.955 C 37.973 38.065 37.862 38.176 37.752 38.288 C 37.539 38.503 37.324 38.718 37.109 38.932 L 36.912 39.131 C 36.376 39.656 35.873 39.992 35.103 39.985 C 33.863 39.941 33.1 38.886 32.274 38.061 L 32.018 37.806 C 31.788 37.577 31.558 37.348 31.328 37.118 L 30.897 36.688 C 30.446 36.238 29.995 35.788 29.544 35.337 C 29.026 34.819 28.507 34.302 27.987 33.784 C 27.584 33.383 27.182 32.981 26.779 32.579 C 26.54 32.34 26.3 32.1 26.06 31.861 C 25.834 31.637 25.609 31.412 25.384 31.186 C 25.302 31.104 25.219 31.022 25.137 30.94 C 24.488 30.297 23.953 29.765 23.938 28.815 C 23.941 28.337 23.994 27.902 24.347 27.548 C 24.339 27.212 24.078 27.016 23.852 26.797 C 23.811 26.756 23.769 26.715 23.727 26.672 C 23.595 26.541 23.462 26.411 23.329 26.281 C 23.239 26.193 23.149 26.104 23.059 26.015 C 22.839 25.798 22.619 25.581 22.398 25.365 C 22.122 25.472 21.892 25.589 21.647 25.755 C 18.514 27.771 14.738 28.486 11.082 27.742 C 7.42 26.939 4.19 24.737 2.152 21.579 C 1.091 19.856 0.41 18.009 0.098 16.008 L 0.057 15.758 C 0.018 15.448 0.006 15.143 0.004 14.83 L 0.002 14.651 C 0.001 14.46 0 14.269 0 14.079 L 0 13.882 C 0.001 12.933 0.033 12.022 0.254 11.096 L 0.293 10.918 C 0.714 9.031 1.521 7.269 2.671 5.716 L 2.806 5.531 C 3.193 5.015 3.633 4.547 4.074 4.079 L 4.23 3.911 C 6.284 1.759 9.15 0.59 12.027 0.102 L 12.247 0.06 C 12.544 0.017 12.837 0.01 13.137 0.008 Z M 11.56 4.313 L 11.393 4.357 C 8.849 5.061 6.659 6.756 5.343 9.041 C 4.934 9.778 4.599 10.513 4.386 11.33 L 4.341 11.497 C 3.895 13.173 3.925 14.964 4.386 16.632 L 4.429 16.791 C 4.862 18.342 5.695 19.686 6.803 20.843 L 6.994 21.051 C 8.696 22.85 11.143 23.846 13.599 23.96 C 15.37 24.005 17.01 23.571 18.597 22.802 L 18.747 22.73 C 19.583 22.313 20.228 21.642 20.883 20.991 C 21.032 20.844 21.182 20.698 21.333 20.553 C 23.063 18.853 23.923 16.498 23.982 14.088 C 23.967 11.211 22.787 8.73 20.802 6.688 C 19.569 5.524 18.014 4.768 16.394 4.313 L 16.107 4.232 C 14.671 3.9 12.985 3.926 11.56 4.313 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-odlqsm\",layoutDependency:layoutDependency,layoutId:\"gO7LSSGFS\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 39.982 39.985\" overflow=\"visible\"><path d=\"M 13.137 0.008 L 13.322 0.007 C 15.881 -0.011 15.881 -0.011 16.94 0.258 L 17.141 0.309 C 20.027 1.053 22.865 2.552 24.737 4.936 L 24.839 5.065 C 26.689 7.425 27.918 10.245 28.012 13.279 L 28.021 13.575 C 28.086 16.688 27.16 19.706 25.361 22.246 C 25.485 22.547 25.688 22.756 25.913 22.984 L 26.031 23.104 C 26.113 23.187 26.195 23.27 26.278 23.352 C 26.403 23.479 26.528 23.607 26.653 23.736 C 26.733 23.817 26.813 23.897 26.893 23.978 L 27.005 24.095 C 27.122 24.215 27.122 24.215 27.31 24.352 C 27.53 24.341 27.627 24.271 27.817 24.157 C 28.296 23.869 28.888 23.912 29.426 23.984 C 29.794 24.088 30.038 24.324 30.315 24.58 L 30.439 24.695 C 30.873 25.1 31.294 25.516 31.713 25.935 L 31.968 26.188 C 32.195 26.415 32.422 26.641 32.649 26.867 C 32.791 27.009 32.933 27.151 33.075 27.293 C 33.521 27.738 33.967 28.183 34.413 28.629 C 34.926 29.141 35.438 29.652 35.952 30.164 C 36.35 30.561 36.749 30.958 37.147 31.356 C 37.384 31.593 37.621 31.83 37.858 32.066 C 38.081 32.287 38.304 32.51 38.526 32.733 C 38.607 32.814 38.689 32.895 38.77 32.976 C 39.405 33.605 39.944 34.143 39.971 35.078 L 39.982 35.351 C 39.878 36.136 39.384 36.664 38.839 37.202 L 38.631 37.411 C 38.449 37.593 38.267 37.774 38.084 37.955 C 37.973 38.065 37.862 38.176 37.752 38.288 C 37.539 38.503 37.324 38.718 37.109 38.932 L 36.912 39.131 C 36.376 39.656 35.873 39.992 35.103 39.985 C 33.863 39.941 33.1 38.886 32.274 38.061 L 32.018 37.806 C 31.788 37.577 31.558 37.348 31.328 37.118 L 30.897 36.688 C 30.446 36.238 29.995 35.788 29.544 35.337 C 29.026 34.819 28.507 34.302 27.987 33.784 C 27.584 33.383 27.182 32.981 26.779 32.579 C 26.54 32.34 26.3 32.1 26.06 31.861 C 25.834 31.637 25.609 31.412 25.384 31.186 C 25.302 31.104 25.219 31.022 25.137 30.94 C 24.488 30.297 23.953 29.765 23.938 28.815 C 23.941 28.337 23.994 27.902 24.347 27.548 C 24.339 27.212 24.078 27.016 23.852 26.797 C 23.811 26.756 23.769 26.715 23.727 26.672 C 23.595 26.541 23.462 26.411 23.329 26.281 C 23.239 26.193 23.149 26.104 23.059 26.015 C 22.839 25.798 22.619 25.581 22.398 25.365 C 22.122 25.472 21.892 25.589 21.647 25.755 C 18.514 27.771 14.738 28.486 11.082 27.742 C 7.42 26.939 4.19 24.737 2.152 21.579 C 1.091 19.856 0.41 18.009 0.098 16.008 L 0.057 15.758 C 0.018 15.448 0.006 15.143 0.004 14.83 L 0.002 14.651 C 0.001 14.46 0 14.269 0 14.079 L 0 13.882 C 0.001 12.933 0.033 12.022 0.254 11.096 L 0.293 10.918 C 0.714 9.031 1.521 7.269 2.671 5.716 L 2.806 5.531 C 3.193 5.015 3.633 4.547 4.074 4.079 L 4.23 3.911 C 6.284 1.759 9.15 0.59 12.027 0.102 L 12.247 0.06 C 12.544 0.017 12.837 0.01 13.137 0.008 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-clffuu\",layoutDependency:layoutDependency,layoutId:\"Brdq993Ic\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.959 19.962\" overflow=\"visible\"><path d=\"M 7.537 0.311 L 7.37 0.356 C 4.826 1.06 2.636 2.754 1.32 5.04 C 0.911 5.776 0.576 6.512 0.363 7.329 L 0.318 7.496 C -0.128 9.171 -0.098 10.963 0.363 12.631 L 0.406 12.79 C 0.839 14.34 1.672 15.685 2.78 16.841 L 2.971 17.05 C 4.673 18.848 7.12 19.844 9.576 19.959 C 11.347 20.004 12.987 19.57 14.574 18.801 L 14.724 18.729 C 15.56 18.311 16.205 17.641 16.86 16.99 C 17.009 16.843 17.159 16.697 17.31 16.552 C 19.04 14.852 19.9 12.497 19.959 10.087 C 19.944 7.21 18.764 4.729 16.779 2.687 C 15.546 1.523 13.991 0.767 12.371 0.311 L 12.084 0.231 C 10.648 -0.101 8.962 -0.076 7.537 0.311 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(SVG,{className:\"framer-1fvick0\",layoutDependency:layoutDependency,layoutId:\"EwwvqSnfg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 45.082 49.754\" overflow=\"visible\"></svg>',withExternalLayout:true,...addPropertyOverrides({e1LTpYa7J:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 45.082 49.754\" overflow=\"visible\"><g><path d=\"M 17.269 0.099 C 17.701 0.471 18.011 0.913 18.332 1.379 L 18.491 1.607 C 18.604 1.768 18.716 1.929 18.828 2.091 C 19.058 2.423 19.291 2.754 19.523 3.086 C 19.703 3.343 19.883 3.6 20.063 3.857 C 20.541 4.54 21.019 5.223 21.497 5.906 L 21.675 6.16 L 22.21 6.924 L 22.388 7.179 L 22.744 7.688 C 23.043 8.114 23.341 8.54 23.64 8.965 C 24.307 9.914 24.968 10.867 25.623 11.823 L 25.781 12.054 L 25.92 12.257 C 26.171 12.64 26.18 12.997 26.132 13.444 C 25.964 13.824 25.78 14.056 25.419 14.26 C 25.116 14.302 24.816 14.295 24.51 14.289 L 24.245 14.288 C 23.965 14.286 23.686 14.283 23.407 14.279 C 23.217 14.277 23.028 14.276 22.838 14.274 C 22.374 14.271 21.91 14.266 21.446 14.26 L 21.446 14.48 C 21.457 19.314 21.464 24.148 21.468 28.981 L 21.468 29.294 C 21.47 30.965 21.473 32.635 21.477 34.306 C 21.481 36.019 21.483 37.733 21.484 39.447 C 21.485 40.505 21.486 41.562 21.49 42.62 C 21.492 43.345 21.493 44.07 21.492 44.795 C 21.492 45.214 21.492 45.632 21.494 46.051 C 21.496 46.434 21.496 46.817 21.495 47.2 C 21.495 47.404 21.496 47.608 21.498 47.813 C 21.491 48.928 21.491 48.928 21.038 49.407 C 20.582 49.71 20.217 49.751 19.675 49.752 L 19.455 49.754 C 19.217 49.755 18.978 49.754 18.74 49.753 C 18.224 49.755 17.709 49.755 17.193 49.752 C 16.748 49.751 16.302 49.752 15.855 49.753 C 15.511 49.755 15.168 49.754 14.823 49.753 C 14.659 49.753 14.495 49.753 14.33 49.754 C 14.1 49.755 13.87 49.754 13.64 49.752 L 13.244 49.751 C 12.767 49.699 12.417 49.561 12.092 49.203 C 11.874 48.835 11.857 48.538 11.857 48.118 L 11.856 47.753 L 11.857 47.35 L 11.857 46.923 C 11.857 46.531 11.857 46.139 11.858 45.747 C 11.858 45.325 11.858 44.903 11.858 44.48 C 11.858 43.748 11.858 43.016 11.859 42.284 C 11.859 41.226 11.86 40.168 11.86 39.11 C 11.86 37.393 11.861 35.676 11.862 33.959 C 11.863 32.291 11.863 30.623 11.864 28.955 L 11.864 28.643 L 11.864 27.096 C 11.865 22.817 11.867 18.539 11.869 14.26 L 11.524 14.266 C 11.099 14.273 10.674 14.278 10.249 14.282 C 10.065 14.284 9.882 14.287 9.698 14.29 C 9.434 14.295 9.169 14.298 8.905 14.299 L 8.658 14.306 C 8.117 14.306 7.818 14.207 7.387 13.852 C 7.159 13.561 7.12 13.231 7.134 12.864 C 7.243 12.344 7.59 11.932 7.896 11.509 L 8.042 11.306 C 8.32 10.917 8.601 10.531 8.882 10.144 C 9.185 9.725 9.483 9.301 9.774 8.873 C 10.191 8.263 10.611 7.656 11.035 7.052 C 11.218 6.791 11.401 6.53 11.584 6.269 C 11.883 5.842 12.182 5.416 12.481 4.989 L 12.658 4.735 C 12.96 4.304 13.263 3.871 13.565 3.439 C 13.862 3.014 14.159 2.59 14.457 2.165 C 14.611 1.945 14.765 1.723 14.918 1.502 C 15.008 1.374 15.097 1.246 15.187 1.117 L 15.416 0.786 C 15.913 0.16 16.466 -0.181 17.269 0.099 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path><path d=\"M 25.138 12.652 L 25.373 12.65 C 25.63 12.648 25.887 12.648 26.144 12.648 L 26.679 12.646 C 27.054 12.644 27.428 12.644 27.803 12.644 C 28.282 12.644 28.761 12.641 29.24 12.638 C 29.609 12.636 29.978 12.635 30.347 12.635 C 30.524 12.635 30.7 12.634 30.877 12.633 C 31.125 12.631 31.372 12.631 31.619 12.632 L 31.839 12.629 C 32.351 12.635 32.649 12.755 33.034 13.089 C 33.207 13.439 33.263 13.722 33.264 14.11 L 33.266 14.416 L 33.264 14.75 L 33.266 15.107 C 33.266 15.434 33.266 15.76 33.266 16.086 C 33.266 16.439 33.267 16.791 33.267 17.143 C 33.269 17.833 33.269 18.522 33.269 19.212 C 33.268 20.015 33.269 20.819 33.27 21.622 C 33.271 23.142 33.271 24.662 33.27 26.182 C 33.269 27.572 33.271 28.963 33.272 30.353 C 33.274 31.781 33.275 33.209 33.275 34.636 C 33.275 35.438 33.275 36.24 33.276 37.041 C 33.278 37.724 33.278 38.406 33.277 39.089 C 33.276 39.437 33.276 39.785 33.277 40.133 C 33.278 40.51 33.277 40.888 33.276 41.265 L 33.278 41.599 C 33.274 42.156 33.252 42.563 32.932 43.041 C 32.485 43.446 32.089 43.462 31.502 43.465 L 31.282 43.467 C 31.042 43.468 30.802 43.469 30.562 43.469 L 30.06 43.471 C 29.71 43.472 29.359 43.473 29.009 43.473 C 28.56 43.474 28.112 43.476 27.663 43.479 C 27.318 43.481 26.973 43.481 26.627 43.482 C 26.462 43.482 26.297 43.483 26.132 43.484 C 25.9 43.486 25.668 43.486 25.437 43.485 L 25.038 43.486 C 24.514 43.431 24.203 43.293 23.851 42.899 C 23.552 42.427 23.605 41.901 23.61 41.36 L 23.608 41 C 23.606 40.672 23.607 40.344 23.608 40.015 C 23.609 39.661 23.608 39.306 23.606 38.951 C 23.605 38.257 23.605 37.563 23.606 36.868 C 23.607 36.223 23.607 35.577 23.607 34.932 L 23.606 34.443 C 23.605 32.913 23.606 31.383 23.609 29.853 C 23.61 28.54 23.61 27.227 23.608 25.914 C 23.606 24.227 23.605 22.54 23.607 20.853 L 23.607 20.611 C 23.607 20.047 23.607 19.484 23.606 18.92 C 23.605 18.233 23.605 17.546 23.607 16.859 C 23.608 16.509 23.609 16.159 23.607 15.808 C 23.606 15.428 23.608 15.048 23.61 14.669 L 23.607 14.333 C 23.613 13.718 23.652 13.351 24.069 12.886 C 24.439 12.639 24.711 12.652 25.138 12.652 Z M 1.855 24.381 L 2.068 24.38 C 2.301 24.378 2.533 24.378 2.766 24.377 L 3.252 24.375 C 3.592 24.374 3.932 24.374 4.272 24.373 C 4.707 24.373 5.141 24.37 5.575 24.367 C 5.91 24.365 6.245 24.365 6.58 24.365 C 6.74 24.364 6.9 24.364 7.06 24.362 C 7.285 24.361 7.509 24.361 7.734 24.361 L 8.12 24.36 C 8.603 24.41 9.001 24.548 9.386 24.856 C 9.651 25.21 9.616 25.578 9.617 26.002 L 9.618 26.214 C 9.619 26.45 9.619 26.686 9.619 26.922 L 9.62 27.428 C 9.622 27.887 9.622 28.346 9.623 28.805 L 9.624 29.666 C 9.625 30.562 9.626 31.459 9.627 32.356 C 9.627 33.392 9.629 34.428 9.632 35.463 C 9.634 36.264 9.635 37.064 9.635 37.864 C 9.635 38.342 9.636 38.821 9.638 39.299 C 9.64 39.748 9.64 40.198 9.639 40.648 C 9.639 40.813 9.639 40.978 9.64 41.143 C 9.642 41.368 9.641 41.594 9.64 41.819 L 9.64 42.201 C 9.588 42.654 9.434 42.921 9.093 43.219 C 8.687 43.473 8.336 43.463 7.867 43.465 L 7.647 43.467 C 7.407 43.468 7.166 43.469 6.926 43.469 L 6.425 43.471 C 6.074 43.472 5.724 43.473 5.373 43.473 C 4.925 43.474 4.476 43.476 4.028 43.479 C 3.683 43.481 3.337 43.481 2.992 43.482 C 2.827 43.482 2.661 43.483 2.496 43.484 C 2.265 43.486 2.033 43.486 1.801 43.485 L 1.403 43.486 C 0.929 43.436 0.582 43.296 0.249 42.952 C 0 42.507 0.013 42.038 0.013 41.539 L 0.012 41.333 C 0.011 41.107 0.011 40.88 0.011 40.654 L 0.01 40.166 C 0.009 39.724 0.009 39.283 0.009 38.841 C 0.009 38.566 0.009 38.29 0.008 38.014 C 0.008 37.051 0.007 36.089 0.007 35.126 C 0.007 34.229 0.006 33.333 0.005 32.436 C 0.003 31.665 0.003 30.895 0.003 30.125 C 0.003 29.665 0.003 29.205 0.001 28.745 C 0 28.312 0 27.88 0.001 27.447 C 0.001 27.288 0.001 27.13 0 26.971 C 0 26.754 0 26.538 0.001 26.321 L 0.001 25.953 C 0.039 25.448 0.144 25.111 0.472 24.722 C 0.912 24.356 1.292 24.384 1.855 24.381 Z M 36.969 26.803 L 37.205 26.802 C 37.461 26.801 37.718 26.801 37.975 26.802 C 38.153 26.802 38.332 26.802 38.511 26.801 C 38.885 26.801 39.259 26.801 39.634 26.803 C 40.113 26.805 40.592 26.804 41.072 26.802 C 41.44 26.801 41.809 26.801 42.178 26.802 C 42.355 26.802 42.532 26.802 42.709 26.801 C 42.956 26.8 43.203 26.801 43.45 26.803 L 43.671 26.801 C 44.116 26.807 44.397 26.874 44.75 27.148 C 45.057 27.609 45.068 28.018 45.069 28.561 L 45.07 28.924 L 45.07 29.319 L 45.071 29.737 C 45.072 30.115 45.072 30.494 45.072 30.872 L 45.073 31.581 C 45.074 32.406 45.074 33.231 45.074 34.056 C 45.074 34.825 45.075 35.593 45.077 36.361 C 45.078 37.022 45.079 37.682 45.079 38.343 C 45.079 38.737 45.079 39.131 45.08 39.525 C 45.081 39.896 45.081 40.266 45.08 40.637 C 45.08 40.837 45.081 41.038 45.082 41.238 C 45.078 42.382 45.078 42.382 44.852 42.939 C 44.364 43.414 43.983 43.462 43.32 43.465 L 43.1 43.467 C 42.86 43.468 42.619 43.469 42.379 43.469 L 41.878 43.471 C 41.527 43.472 41.177 43.473 40.826 43.473 C 40.378 43.474 39.929 43.476 39.481 43.479 C 39.136 43.481 38.79 43.481 38.445 43.482 C 38.28 43.482 38.115 43.483 37.949 43.484 C 37.718 43.486 37.486 43.486 37.254 43.485 L 36.856 43.486 C 36.393 43.438 36.059 43.286 35.702 42.99 C 35.444 42.664 35.466 42.331 35.465 41.934 L 35.463 41.555 L 35.463 41.14 L 35.461 40.702 C 35.46 40.306 35.459 39.91 35.459 39.514 C 35.457 38.492 35.455 37.471 35.455 36.449 C 35.454 35.555 35.453 34.661 35.45 33.767 C 35.447 33.077 35.446 32.386 35.446 31.695 C 35.446 31.282 35.445 30.87 35.444 30.457 C 35.442 30.069 35.442 29.681 35.443 29.292 C 35.443 29.15 35.442 29.008 35.441 28.865 C 35.44 28.671 35.441 28.476 35.442 28.282 L 35.441 27.952 C 35.495 27.533 35.671 27.267 35.959 26.966 C 36.29 26.791 36.603 26.8 36.969 26.803 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path></g></svg>'},HgoJXNOIc:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 45.082 49.754\" overflow=\"visible\"><g><path d=\"M 17.269 0.099 C 17.701 0.471 18.011 0.913 18.332 1.379 L 18.491 1.607 C 18.604 1.768 18.716 1.929 18.828 2.091 C 19.058 2.423 19.291 2.754 19.523 3.086 C 19.703 3.343 19.883 3.6 20.063 3.857 C 20.541 4.54 21.019 5.223 21.497 5.906 L 21.675 6.16 L 22.21 6.924 L 22.388 7.179 L 22.744 7.688 C 23.043 8.114 23.341 8.54 23.64 8.965 C 24.307 9.914 24.968 10.867 25.623 11.823 L 25.781 12.054 L 25.92 12.257 C 26.171 12.64 26.18 12.997 26.132 13.444 C 25.964 13.824 25.78 14.056 25.419 14.26 C 25.116 14.302 24.816 14.295 24.51 14.289 L 24.245 14.288 C 23.965 14.286 23.686 14.283 23.407 14.279 C 23.217 14.277 23.028 14.276 22.838 14.274 C 22.374 14.271 21.91 14.266 21.446 14.26 L 21.446 14.48 C 21.457 19.314 21.464 24.148 21.468 28.981 L 21.468 29.294 C 21.47 30.965 21.473 32.635 21.477 34.306 C 21.481 36.019 21.483 37.733 21.484 39.447 C 21.485 40.505 21.486 41.562 21.49 42.62 C 21.492 43.345 21.493 44.07 21.492 44.795 C 21.492 45.214 21.492 45.632 21.494 46.051 C 21.496 46.434 21.496 46.817 21.495 47.2 C 21.495 47.404 21.496 47.608 21.498 47.813 C 21.491 48.928 21.491 48.928 21.038 49.407 C 20.582 49.71 20.217 49.751 19.675 49.752 L 19.455 49.754 C 19.217 49.755 18.978 49.754 18.74 49.753 C 18.224 49.755 17.709 49.755 17.193 49.752 C 16.748 49.751 16.302 49.752 15.855 49.753 C 15.511 49.755 15.168 49.754 14.823 49.753 C 14.659 49.753 14.495 49.753 14.33 49.754 C 14.1 49.755 13.87 49.754 13.64 49.752 L 13.244 49.751 C 12.767 49.699 12.417 49.561 12.092 49.203 C 11.874 48.835 11.857 48.538 11.857 48.118 L 11.856 47.753 L 11.857 47.35 L 11.857 46.923 C 11.857 46.531 11.857 46.139 11.858 45.747 C 11.858 45.325 11.858 44.903 11.858 44.48 C 11.858 43.748 11.858 43.016 11.859 42.284 C 11.859 41.226 11.86 40.168 11.86 39.11 C 11.86 37.393 11.861 35.676 11.862 33.959 C 11.863 32.291 11.863 30.623 11.864 28.955 L 11.864 28.643 L 11.864 27.096 C 11.865 22.817 11.867 18.539 11.869 14.26 L 11.524 14.266 C 11.099 14.273 10.674 14.278 10.249 14.282 C 10.065 14.284 9.882 14.287 9.698 14.29 C 9.434 14.295 9.169 14.298 8.905 14.299 L 8.658 14.306 C 8.117 14.306 7.818 14.207 7.387 13.852 C 7.159 13.561 7.12 13.231 7.134 12.864 C 7.243 12.344 7.59 11.932 7.896 11.509 L 8.042 11.306 C 8.32 10.917 8.601 10.531 8.882 10.144 C 9.185 9.725 9.483 9.301 9.774 8.873 C 10.191 8.263 10.611 7.656 11.035 7.052 C 11.218 6.791 11.401 6.53 11.584 6.269 C 11.883 5.842 12.182 5.416 12.481 4.989 L 12.658 4.735 C 12.96 4.304 13.263 3.871 13.565 3.439 C 13.862 3.014 14.159 2.59 14.457 2.165 C 14.611 1.945 14.765 1.723 14.918 1.502 C 15.008 1.374 15.097 1.246 15.187 1.117 L 15.416 0.786 C 15.913 0.16 16.466 -0.181 17.269 0.099 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path><path d=\"M 25.138 12.652 L 25.373 12.65 C 25.63 12.648 25.887 12.648 26.144 12.648 L 26.679 12.646 C 27.054 12.644 27.428 12.644 27.803 12.644 C 28.282 12.644 28.761 12.641 29.24 12.638 C 29.609 12.636 29.978 12.635 30.347 12.635 C 30.524 12.635 30.7 12.634 30.877 12.633 C 31.125 12.631 31.372 12.631 31.619 12.632 L 31.839 12.629 C 32.351 12.635 32.649 12.755 33.034 13.089 C 33.207 13.439 33.263 13.722 33.264 14.11 L 33.266 14.416 L 33.264 14.75 L 33.266 15.107 C 33.266 15.434 33.266 15.76 33.266 16.086 C 33.266 16.439 33.267 16.791 33.267 17.143 C 33.269 17.833 33.269 18.522 33.269 19.212 C 33.268 20.015 33.269 20.819 33.27 21.622 C 33.271 23.142 33.271 24.662 33.27 26.182 C 33.269 27.572 33.271 28.963 33.272 30.353 C 33.274 31.781 33.275 33.209 33.275 34.636 C 33.275 35.438 33.275 36.24 33.276 37.041 C 33.278 37.724 33.278 38.406 33.277 39.089 C 33.276 39.437 33.276 39.785 33.277 40.133 C 33.278 40.51 33.277 40.888 33.276 41.265 L 33.278 41.599 C 33.274 42.156 33.252 42.563 32.932 43.041 C 32.485 43.446 32.089 43.462 31.502 43.465 L 31.282 43.467 C 31.042 43.468 30.802 43.469 30.562 43.469 L 30.06 43.471 C 29.71 43.472 29.359 43.473 29.009 43.473 C 28.56 43.474 28.112 43.476 27.663 43.479 C 27.318 43.481 26.973 43.481 26.627 43.482 C 26.462 43.482 26.297 43.483 26.132 43.484 C 25.9 43.486 25.668 43.486 25.437 43.485 L 25.038 43.486 C 24.514 43.431 24.203 43.293 23.851 42.899 C 23.552 42.427 23.605 41.901 23.61 41.36 L 23.608 41 C 23.606 40.672 23.607 40.344 23.608 40.015 C 23.609 39.661 23.608 39.306 23.606 38.951 C 23.605 38.257 23.605 37.563 23.606 36.868 C 23.607 36.223 23.607 35.577 23.607 34.932 L 23.606 34.443 C 23.605 32.913 23.606 31.383 23.609 29.853 C 23.61 28.54 23.61 27.227 23.608 25.914 C 23.606 24.227 23.605 22.54 23.607 20.853 L 23.607 20.611 C 23.607 20.047 23.607 19.484 23.606 18.92 C 23.605 18.233 23.605 17.546 23.607 16.859 C 23.608 16.509 23.609 16.159 23.607 15.808 C 23.606 15.428 23.608 15.048 23.61 14.669 L 23.607 14.333 C 23.613 13.718 23.652 13.351 24.069 12.886 C 24.439 12.639 24.711 12.652 25.138 12.652 Z M 1.855 24.381 L 2.068 24.38 C 2.301 24.378 2.533 24.378 2.766 24.377 L 3.252 24.375 C 3.592 24.374 3.932 24.374 4.272 24.373 C 4.707 24.373 5.141 24.37 5.575 24.367 C 5.91 24.365 6.245 24.365 6.58 24.365 C 6.74 24.364 6.9 24.364 7.06 24.362 C 7.285 24.361 7.509 24.361 7.734 24.361 L 8.12 24.36 C 8.603 24.41 9.001 24.548 9.386 24.856 C 9.651 25.21 9.616 25.578 9.617 26.002 L 9.618 26.214 C 9.619 26.45 9.619 26.686 9.619 26.922 L 9.62 27.428 C 9.622 27.887 9.622 28.346 9.623 28.805 L 9.624 29.666 C 9.625 30.562 9.626 31.459 9.627 32.356 C 9.627 33.392 9.629 34.428 9.632 35.463 C 9.634 36.264 9.635 37.064 9.635 37.864 C 9.635 38.342 9.636 38.821 9.638 39.299 C 9.64 39.748 9.64 40.198 9.639 40.648 C 9.639 40.813 9.639 40.978 9.64 41.143 C 9.642 41.368 9.641 41.594 9.64 41.819 L 9.64 42.201 C 9.588 42.654 9.434 42.921 9.093 43.219 C 8.687 43.473 8.336 43.463 7.867 43.465 L 7.647 43.467 C 7.407 43.468 7.166 43.469 6.926 43.469 L 6.425 43.471 C 6.074 43.472 5.724 43.473 5.373 43.473 C 4.925 43.474 4.476 43.476 4.028 43.479 C 3.683 43.481 3.337 43.481 2.992 43.482 C 2.827 43.482 2.661 43.483 2.496 43.484 C 2.265 43.486 2.033 43.486 1.801 43.485 L 1.403 43.486 C 0.929 43.436 0.582 43.296 0.249 42.952 C 0 42.507 0.013 42.038 0.013 41.539 L 0.012 41.333 C 0.011 41.107 0.011 40.88 0.011 40.654 L 0.01 40.166 C 0.009 39.724 0.009 39.283 0.009 38.841 C 0.009 38.566 0.009 38.29 0.008 38.014 C 0.008 37.051 0.007 36.089 0.007 35.126 C 0.007 34.229 0.006 33.333 0.005 32.436 C 0.003 31.665 0.003 30.895 0.003 30.125 C 0.003 29.665 0.003 29.205 0.001 28.745 C 0 28.312 0 27.88 0.001 27.447 C 0.001 27.288 0.001 27.13 0 26.971 C 0 26.754 0 26.538 0.001 26.321 L 0.001 25.953 C 0.039 25.448 0.144 25.111 0.472 24.722 C 0.912 24.356 1.292 24.384 1.855 24.381 Z M 36.969 26.803 L 37.205 26.802 C 37.461 26.801 37.718 26.801 37.975 26.802 C 38.153 26.802 38.332 26.802 38.511 26.801 C 38.885 26.801 39.259 26.801 39.634 26.803 C 40.113 26.805 40.592 26.804 41.072 26.802 C 41.44 26.801 41.809 26.801 42.178 26.802 C 42.355 26.802 42.532 26.802 42.709 26.801 C 42.956 26.8 43.203 26.801 43.45 26.803 L 43.671 26.801 C 44.116 26.807 44.397 26.874 44.75 27.148 C 45.057 27.609 45.068 28.018 45.069 28.561 L 45.07 28.924 L 45.07 29.319 L 45.071 29.737 C 45.072 30.115 45.072 30.494 45.072 30.872 L 45.073 31.581 C 45.074 32.406 45.074 33.231 45.074 34.056 C 45.074 34.825 45.075 35.593 45.077 36.361 C 45.078 37.022 45.079 37.682 45.079 38.343 C 45.079 38.737 45.079 39.131 45.08 39.525 C 45.081 39.896 45.081 40.266 45.08 40.637 C 45.08 40.837 45.081 41.038 45.082 41.238 C 45.078 42.382 45.078 42.382 44.852 42.939 C 44.364 43.414 43.983 43.462 43.32 43.465 L 43.1 43.467 C 42.86 43.468 42.619 43.469 42.379 43.469 L 41.878 43.471 C 41.527 43.472 41.177 43.473 40.826 43.473 C 40.378 43.474 39.929 43.476 39.481 43.479 C 39.136 43.481 38.79 43.481 38.445 43.482 C 38.28 43.482 38.115 43.483 37.949 43.484 C 37.718 43.486 37.486 43.486 37.254 43.485 L 36.856 43.486 C 36.393 43.438 36.059 43.286 35.702 42.99 C 35.444 42.664 35.466 42.331 35.465 41.934 L 35.463 41.555 L 35.463 41.14 L 35.461 40.702 C 35.46 40.306 35.459 39.91 35.459 39.514 C 35.457 38.492 35.455 37.471 35.455 36.449 C 35.454 35.555 35.453 34.661 35.45 33.767 C 35.447 33.077 35.446 32.386 35.446 31.695 C 35.446 31.282 35.445 30.87 35.444 30.457 C 35.442 30.069 35.442 29.681 35.443 29.292 C 35.443 29.15 35.442 29.008 35.441 28.865 C 35.44 28.671 35.441 28.476 35.442 28.282 L 35.441 27.952 C 35.495 27.533 35.671 27.267 35.959 26.966 C 36.29 26.791 36.603 26.8 36.969 26.803 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path></g></svg>'}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1scbk8m\",layoutDependency:layoutDependency,layoutId:\"AOSTIm5Ze\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.024 49.754\" overflow=\"visible\"><path d=\"M 10.137 0.099 C 10.569 0.471 10.88 0.913 11.201 1.379 L 11.36 1.607 C 11.472 1.768 11.584 1.929 11.696 2.091 C 11.927 2.423 12.16 2.754 12.392 3.086 C 12.572 3.343 12.752 3.6 12.932 3.857 C 13.409 4.54 13.887 5.223 14.365 5.906 L 14.544 6.16 L 15.078 6.924 L 15.257 7.179 L 15.613 7.688 C 15.911 8.114 16.21 8.54 16.508 8.965 C 17.175 9.914 17.836 10.867 18.492 11.823 L 18.649 12.054 L 18.788 12.257 C 19.039 12.64 19.049 12.997 19.001 13.444 C 18.832 13.824 18.648 14.056 18.288 14.26 C 17.984 14.302 17.684 14.295 17.379 14.289 L 17.113 14.288 C 16.834 14.286 16.555 14.283 16.276 14.279 C 16.086 14.277 15.896 14.276 15.707 14.274 C 15.243 14.271 14.779 14.266 14.314 14.26 L 14.315 14.48 C 14.325 19.314 14.333 24.148 14.337 28.981 L 14.337 29.294 C 14.339 30.965 14.342 32.635 14.346 34.306 C 14.35 36.019 14.352 37.733 14.353 39.447 C 14.353 40.505 14.355 41.562 14.358 42.62 C 14.36 43.345 14.361 44.07 14.361 44.795 C 14.36 45.214 14.361 45.632 14.363 46.051 C 14.365 46.434 14.365 46.817 14.364 47.2 C 14.364 47.404 14.365 47.608 14.367 47.813 C 14.36 48.928 14.36 48.928 13.907 49.407 C 13.451 49.71 13.085 49.751 12.544 49.752 L 12.324 49.754 C 12.085 49.755 11.847 49.754 11.608 49.753 C 11.093 49.755 10.577 49.755 10.062 49.752 C 9.616 49.751 9.17 49.752 8.724 49.753 C 8.38 49.755 8.036 49.754 7.692 49.753 C 7.528 49.753 7.363 49.753 7.199 49.754 C 6.969 49.755 6.739 49.754 6.509 49.752 L 6.112 49.751 C 5.636 49.699 5.285 49.561 4.961 49.203 C 4.742 48.835 4.725 48.538 4.725 48.118 L 4.725 47.753 L 4.726 47.35 L 4.725 46.923 C 4.725 46.531 4.726 46.139 4.726 45.747 C 4.727 45.325 4.726 44.903 4.726 44.48 C 4.726 43.748 4.727 43.016 4.727 42.284 C 4.728 41.226 4.728 40.168 4.728 39.11 C 4.729 37.393 4.729 35.676 4.73 33.959 C 4.731 32.291 4.732 30.623 4.732 28.955 L 4.732 28.643 L 4.733 27.096 C 4.734 22.817 4.736 18.539 4.738 14.26 L 4.392 14.266 C 3.968 14.273 3.542 14.278 3.118 14.282 C 2.934 14.284 2.75 14.287 2.567 14.29 C 2.302 14.295 2.038 14.298 1.773 14.299 L 1.526 14.306 C 0.986 14.306 0.686 14.207 0.255 13.852 C 0.027 13.561 -0.011 13.231 0.002 12.864 C 0.112 12.344 0.459 11.932 0.765 11.509 L 0.911 11.306 C 1.189 10.917 1.469 10.531 1.751 10.144 C 2.054 9.725 2.352 9.301 2.643 8.873 C 3.06 8.263 3.48 7.656 3.904 7.052 C 4.087 6.791 4.27 6.53 4.453 6.269 C 4.752 5.842 5.051 5.416 5.349 4.989 L 5.527 4.735 C 5.829 4.304 6.131 3.871 6.433 3.439 C 6.73 3.014 7.028 2.59 7.326 2.165 C 7.48 1.945 7.634 1.723 7.787 1.502 C 7.876 1.374 7.966 1.246 8.055 1.117 L 8.285 0.786 C 8.782 0.16 9.334 -0.181 10.137 0.099 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-12crvw9\",layoutDependency:layoutDependency,layoutId:\"Qacl7C3On\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 45.082 30.857\" overflow=\"visible\"><path d=\"M 25.138 0.023 L 25.373 0.021 C 25.63 0.019 25.887 0.019 26.144 0.019 L 26.679 0.017 C 27.054 0.015 27.428 0.015 27.803 0.015 C 28.282 0.015 28.761 0.012 29.24 0.009 C 29.609 0.007 29.978 0.006 30.347 0.006 C 30.524 0.006 30.7 0.005 30.877 0.004 C 31.125 0.002 31.372 0.002 31.619 0.003 L 31.839 0 C 32.351 0.006 32.649 0.126 33.034 0.46 C 33.207 0.81 33.263 1.093 33.264 1.481 L 33.266 1.787 L 33.264 2.121 L 33.266 2.478 C 33.266 2.805 33.266 3.131 33.266 3.457 C 33.266 3.81 33.267 4.162 33.267 4.514 C 33.269 5.204 33.269 5.893 33.269 6.583 C 33.268 7.386 33.269 8.19 33.27 8.993 C 33.271 10.513 33.271 12.033 33.27 13.553 C 33.269 14.943 33.271 16.334 33.272 17.724 C 33.274 19.152 33.275 20.58 33.275 22.008 C 33.275 22.809 33.275 23.611 33.276 24.412 C 33.278 25.095 33.278 25.777 33.277 26.46 C 33.276 26.808 33.276 27.156 33.277 27.504 C 33.278 27.881 33.277 28.259 33.276 28.636 L 33.278 28.97 C 33.274 29.527 33.252 29.934 32.932 30.412 C 32.485 30.817 32.089 30.833 31.502 30.836 L 31.282 30.838 C 31.042 30.839 30.802 30.84 30.562 30.84 L 30.06 30.842 C 29.71 30.843 29.359 30.844 29.009 30.844 C 28.56 30.845 28.112 30.847 27.663 30.85 C 27.318 30.852 26.973 30.852 26.627 30.853 C 26.462 30.853 26.297 30.854 26.132 30.855 C 25.9 30.857 25.668 30.857 25.437 30.856 L 25.038 30.857 C 24.514 30.802 24.203 30.664 23.851 30.27 C 23.552 29.798 23.605 29.272 23.61 28.731 L 23.608 28.371 C 23.606 28.043 23.607 27.715 23.608 27.386 C 23.609 27.032 23.608 26.677 23.606 26.322 C 23.605 25.628 23.605 24.934 23.606 24.239 C 23.607 23.594 23.607 22.949 23.607 22.303 L 23.606 21.814 C 23.605 20.284 23.606 18.754 23.609 17.224 C 23.61 15.911 23.61 14.598 23.608 13.286 C 23.606 11.598 23.605 9.911 23.607 8.224 L 23.607 7.982 C 23.607 7.418 23.607 6.855 23.606 6.291 C 23.605 5.604 23.605 4.917 23.607 4.231 C 23.608 3.88 23.609 3.53 23.607 3.179 C 23.606 2.799 23.608 2.42 23.61 2.04 L 23.607 1.704 C 23.613 1.089 23.652 0.722 24.069 0.257 C 24.439 0.01 24.711 0.023 25.138 0.023 Z M 1.855 11.752 L 2.068 11.751 C 2.301 11.749 2.533 11.749 2.766 11.748 L 3.252 11.746 C 3.592 11.745 3.932 11.745 4.272 11.744 C 4.707 11.744 5.141 11.741 5.575 11.738 C 5.91 11.736 6.245 11.736 6.58 11.736 C 6.74 11.735 6.9 11.735 7.06 11.733 C 7.285 11.732 7.509 11.732 7.734 11.733 L 8.12 11.731 C 8.603 11.781 9.001 11.919 9.386 12.227 C 9.651 12.581 9.616 12.949 9.617 13.373 L 9.618 13.585 C 9.619 13.821 9.619 14.057 9.619 14.293 L 9.62 14.799 C 9.622 15.258 9.622 15.717 9.623 16.177 L 9.624 17.037 C 9.625 17.934 9.626 18.83 9.627 19.727 C 9.627 20.763 9.629 21.799 9.632 22.834 C 9.634 23.635 9.635 24.435 9.635 25.235 C 9.635 25.713 9.636 26.192 9.638 26.67 C 9.64 27.119 9.64 27.569 9.639 28.019 C 9.639 28.184 9.639 28.349 9.64 28.514 C 9.642 28.739 9.641 28.965 9.64 29.19 L 9.64 29.572 C 9.588 30.025 9.434 30.292 9.093 30.59 C 8.687 30.845 8.336 30.834 7.867 30.836 L 7.647 30.838 C 7.407 30.839 7.166 30.84 6.926 30.84 L 6.425 30.842 C 6.074 30.843 5.724 30.844 5.373 30.844 C 4.925 30.845 4.476 30.847 4.028 30.85 C 3.683 30.852 3.337 30.852 2.992 30.853 C 2.827 30.853 2.661 30.854 2.496 30.855 C 2.265 30.857 2.033 30.857 1.801 30.856 L 1.403 30.857 C 0.929 30.808 0.582 30.667 0.249 30.323 C 0 29.878 0.013 29.409 0.013 28.91 L 0.012 28.704 C 0.011 28.478 0.011 28.251 0.011 28.025 L 0.01 27.537 C 0.009 27.095 0.009 26.654 0.009 26.212 C 0.009 25.937 0.009 25.661 0.008 25.385 C 0.008 24.422 0.007 23.46 0.007 22.497 C 0.007 21.601 0.006 20.704 0.005 19.807 C 0.003 19.036 0.003 18.266 0.003 17.496 C 0.003 17.036 0.003 16.576 0.001 16.116 C 0 15.683 0 15.251 0.001 14.818 C 0.001 14.659 0.001 14.501 0 14.342 C 0 14.125 0 13.909 0.001 13.692 L 0.001 13.324 C 0.039 12.819 0.144 12.482 0.472 12.093 C 0.912 11.727 1.292 11.755 1.855 11.752 Z M 36.969 14.174 L 37.205 14.173 C 37.461 14.172 37.718 14.172 37.975 14.173 C 38.153 14.173 38.332 14.173 38.511 14.172 C 38.885 14.172 39.259 14.173 39.634 14.174 C 40.113 14.176 40.592 14.175 41.072 14.173 C 41.44 14.172 41.809 14.172 42.178 14.173 C 42.355 14.173 42.532 14.173 42.709 14.172 C 42.956 14.171 43.203 14.173 43.45 14.174 L 43.671 14.172 C 44.116 14.178 44.397 14.245 44.75 14.519 C 45.057 14.98 45.068 15.389 45.069 15.932 L 45.07 16.295 L 45.07 16.69 L 45.071 17.109 C 45.072 17.486 45.072 17.865 45.072 18.243 L 45.073 18.952 C 45.074 19.777 45.074 20.602 45.074 21.427 C 45.074 22.196 45.075 22.964 45.077 23.732 C 45.078 24.393 45.079 25.053 45.079 25.714 C 45.079 26.108 45.079 26.502 45.08 26.896 C 45.081 27.267 45.081 27.638 45.08 28.008 C 45.08 28.208 45.081 28.409 45.082 28.609 C 45.078 29.753 45.078 29.753 44.852 30.31 C 44.364 30.786 43.983 30.833 43.32 30.836 L 43.1 30.838 C 42.86 30.839 42.619 30.84 42.379 30.84 L 41.878 30.842 C 41.527 30.843 41.177 30.844 40.826 30.844 C 40.378 30.845 39.929 30.847 39.481 30.85 C 39.136 30.852 38.79 30.852 38.445 30.853 C 38.28 30.853 38.115 30.854 37.949 30.855 C 37.718 30.857 37.486 30.857 37.254 30.856 L 36.856 30.857 C 36.393 30.809 36.059 30.657 35.702 30.361 C 35.444 30.035 35.466 29.702 35.465 29.305 L 35.463 28.927 L 35.463 28.511 L 35.461 28.073 C 35.46 27.677 35.459 27.281 35.459 26.885 C 35.457 25.863 35.455 24.842 35.455 23.82 C 35.454 22.926 35.453 22.032 35.45 21.138 C 35.447 20.448 35.446 19.757 35.446 19.066 C 35.446 18.653 35.445 18.241 35.444 17.828 C 35.442 17.44 35.442 17.052 35.443 16.664 C 35.443 16.521 35.442 16.379 35.441 16.236 C 35.44 16.042 35.441 15.847 35.442 15.653 L 35.441 15.323 C 35.495 14.904 35.671 14.639 35.959 14.337 C 36.29 14.162 36.603 14.171 36.969 14.174 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7ozwf2\",layoutDependency:layoutDependency,layoutId:\"eOR2Upoj3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.675 30.857\" overflow=\"visible\"><path d=\"M 1.535 0.023 L 1.77 0.021 C 2.027 0.019 2.284 0.019 2.54 0.019 L 3.076 0.017 C 3.45 0.015 3.825 0.015 4.199 0.015 C 4.679 0.015 5.158 0.012 5.637 0.009 C 6.006 0.007 6.375 0.006 6.744 0.006 C 6.921 0.006 7.097 0.005 7.274 0.004 C 7.521 0.002 7.769 0.002 8.016 0.003 L 8.236 0 C 8.747 0.006 9.045 0.126 9.431 0.46 C 9.603 0.81 9.66 1.093 9.66 1.481 L 9.662 1.787 L 9.661 2.121 L 9.662 2.478 C 9.663 2.805 9.663 3.131 9.663 3.457 C 9.663 3.81 9.663 4.162 9.664 4.514 C 9.665 5.204 9.666 5.893 9.665 6.583 C 9.665 7.386 9.665 8.19 9.666 8.993 C 9.667 10.513 9.667 12.033 9.667 13.553 C 9.666 14.943 9.667 16.334 9.669 17.724 C 9.671 19.152 9.672 20.58 9.672 22.008 C 9.671 22.809 9.672 23.611 9.673 24.412 C 9.674 25.095 9.675 25.777 9.673 26.46 C 9.673 26.808 9.673 27.156 9.674 27.504 C 9.675 27.881 9.674 28.259 9.673 28.636 L 9.675 28.97 C 9.671 29.527 9.648 29.934 9.329 30.412 C 8.882 30.817 8.486 30.833 7.899 30.836 L 7.679 30.838 C 7.439 30.839 7.199 30.84 6.958 30.84 L 6.457 30.842 C 6.106 30.843 5.756 30.844 5.405 30.844 C 4.957 30.845 4.509 30.847 4.06 30.85 C 3.715 30.852 3.37 30.852 3.024 30.853 C 2.859 30.853 2.694 30.854 2.528 30.855 C 2.297 30.857 2.065 30.857 1.834 30.856 L 1.435 30.857 C 0.911 30.802 0.6 30.664 0.248 30.27 C -0.051 29.798 0.002 29.272 0.006 28.731 L 0.005 28.371 C 0.003 28.043 0.004 27.715 0.005 27.386 C 0.006 27.032 0.004 26.677 0.003 26.322 C 0.001 25.628 0.002 24.934 0.003 24.239 C 0.004 23.594 0.004 22.949 0.004 22.303 L 0.003 21.814 C 0.002 20.284 0.003 18.754 0.005 17.224 C 0.007 15.911 0.007 14.598 0.005 13.286 C 0.003 11.598 0.002 9.911 0.004 8.224 L 0.004 7.982 C 0.004 7.418 0.004 6.855 0.003 6.291 C 0.002 5.604 0.002 4.917 0.004 4.231 C 0.005 3.88 0.006 3.53 0.004 3.179 C 0.003 2.799 0.004 2.42 0.006 2.04 L 0.004 1.704 C 0.01 1.089 0.049 0.722 0.466 0.257 C 0.835 0.01 1.108 0.023 1.535 0.023 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17hd67z\",layoutDependency:layoutDependency,layoutId:\"zeSaaEvOt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.641 19.126\" overflow=\"visible\"><path d=\"M 1.855 0.021 L 2.068 0.019 C 2.301 0.018 2.533 0.017 2.766 0.017 L 3.252 0.015 C 3.592 0.014 3.932 0.013 4.272 0.013 C 4.707 0.012 5.141 0.01 5.575 0.007 C 5.91 0.005 6.245 0.005 6.58 0.004 C 6.74 0.004 6.9 0.003 7.06 0.002 C 7.285 0 7.509 0 7.734 0.001 L 8.12 0 C 8.603 0.05 9.001 0.188 9.386 0.496 C 9.651 0.85 9.616 1.218 9.617 1.641 L 9.618 1.854 C 9.619 2.09 9.619 2.326 9.619 2.561 L 9.62 3.068 C 9.622 3.527 9.622 3.986 9.623 4.445 L 9.624 5.305 C 9.625 6.202 9.626 7.099 9.627 7.996 C 9.627 9.031 9.629 10.067 9.632 11.103 C 9.634 11.903 9.635 12.704 9.635 13.504 C 9.635 13.982 9.636 14.46 9.638 14.938 C 9.64 15.388 9.64 15.838 9.639 16.287 C 9.639 16.452 9.639 16.617 9.64 16.783 C 9.642 17.008 9.641 17.233 9.64 17.459 L 9.64 17.841 C 9.588 18.293 9.434 18.561 9.093 18.859 C 8.687 19.113 8.336 19.102 7.867 19.105 L 7.647 19.106 C 7.407 19.108 7.166 19.108 6.926 19.109 L 6.425 19.111 C 6.074 19.112 5.724 19.112 5.373 19.113 C 4.925 19.113 4.476 19.116 4.028 19.119 C 3.683 19.121 3.337 19.121 2.992 19.121 C 2.827 19.122 2.661 19.122 2.496 19.124 C 2.265 19.125 2.033 19.125 1.801 19.125 L 1.403 19.126 C 0.929 19.076 0.582 18.936 0.249 18.592 C 0 18.147 0.013 17.678 0.013 17.178 L 0.012 16.973 C 0.011 16.746 0.011 16.52 0.011 16.293 L 0.01 15.805 C 0.009 15.364 0.009 14.922 0.009 14.481 C 0.009 14.205 0.009 13.929 0.008 13.654 C 0.008 12.691 0.007 11.729 0.007 10.766 C 0.007 9.869 0.006 8.972 0.005 8.075 C 0.003 7.305 0.003 6.535 0.003 5.764 C 0.003 5.304 0.003 4.844 0.001 4.384 C 0 3.952 0 3.519 0.001 3.087 C 0.001 2.928 0.001 2.769 0 2.611 C 0 2.394 0 2.177 0.001 1.96 L 0.001 1.593 C 0.039 1.087 0.144 0.751 0.472 0.362 C 0.912 -0.005 1.292 0.024 1.855 0.021 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1n628ky\",layoutDependency:layoutDependency,layoutId:\"NOqdaToeK\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.641 16.685\" overflow=\"visible\"><path d=\"M 1.529 0.002 L 1.764 0.001 C 2.021 0 2.277 0 2.534 0.001 C 2.713 0.001 2.891 0.001 3.07 0 C 3.444 0 3.819 0.001 4.193 0.002 C 4.672 0.004 5.152 0.003 5.631 0.001 C 6 0 6.369 0 6.738 0.001 C 6.915 0.001 7.091 0.001 7.268 0 C 7.515 -0.001 7.762 0.001 8.01 0.002 L 8.23 0 C 8.675 0.006 8.956 0.073 9.309 0.348 C 9.616 0.808 9.628 1.217 9.629 1.761 L 9.63 2.123 L 9.63 2.518 L 9.631 2.937 C 9.632 3.315 9.632 3.693 9.632 4.071 L 9.633 4.78 C 9.633 5.605 9.634 6.43 9.634 7.255 C 9.634 8.024 9.635 8.792 9.636 9.561 C 9.638 10.221 9.638 10.881 9.638 11.542 C 9.638 11.936 9.638 12.33 9.64 12.724 C 9.641 13.095 9.641 13.466 9.64 13.836 C 9.64 14.037 9.64 14.237 9.641 14.437 C 9.637 15.581 9.637 15.581 9.411 16.138 C 8.923 16.614 8.542 16.661 7.879 16.664 L 7.659 16.666 C 7.419 16.667 7.179 16.668 6.939 16.668 L 6.437 16.67 C 6.087 16.671 5.736 16.672 5.386 16.672 C 4.937 16.673 4.489 16.675 4.041 16.678 C 3.695 16.68 3.35 16.681 3.004 16.681 C 2.839 16.681 2.674 16.682 2.509 16.683 C 2.277 16.685 2.045 16.685 1.814 16.684 L 1.415 16.685 C 0.953 16.637 0.619 16.485 0.261 16.189 C 0.003 15.863 0.025 15.53 0.024 15.133 L 0.022 14.755 L 0.022 14.339 L 0.021 13.902 C 0.019 13.506 0.019 13.109 0.018 12.713 C 0.016 11.692 0.015 10.67 0.014 9.648 C 0.014 8.754 0.012 7.86 0.009 6.967 C 0.007 6.276 0.006 5.585 0.006 4.894 C 0.005 4.481 0.005 4.069 0.003 3.656 C 0.001 3.268 0.001 2.88 0.002 2.492 C 0.002 2.349 0.002 2.207 0.001 2.064 C -0.001 1.87 0 1.675 0.001 1.481 L 0.001 1.151 C 0.055 0.732 0.23 0.467 0.518 0.165 C 0.85 -0.01 1.163 -0.001 1.529 0.002 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(SVG,{className:\"framer-5sq61v\",layoutDependency:layoutDependency,layoutId:\"Ao7Cmo2gC\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 49.614\" overflow=\"visible\"></svg>',withExternalLayout:true,...addPropertyOverrides({sR5j3wKex:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 49.614\" overflow=\"visible\"><g><path d=\"M 13.934 0.016 L 14.17 0.014 C 14.335 0.013 14.499 0.013 14.664 0.012 C 14.914 0.011 15.164 0.008 15.415 0.005 L 15.895 0.004 L 16.12 0 C 16.721 0.003 17.194 0.115 17.645 0.541 C 18.087 1.278 18.097 2.218 18.199 3.057 L 18.357 3.114 C 18.597 3.2 18.837 3.287 19.076 3.374 L 19.324 3.462 C 19.723 3.608 20.099 3.76 20.471 3.963 C 20.711 4.085 20.816 4.129 21.091 4.131 C 21.389 4.001 21.593 3.822 21.836 3.605 C 22.755 2.833 22.755 2.833 23.375 2.876 C 23.974 2.992 24.302 3.212 24.723 3.646 L 24.901 3.823 C 25.024 3.946 25.147 4.07 25.268 4.195 C 25.454 4.384 25.642 4.571 25.832 4.757 C 25.951 4.878 26.071 4.999 26.191 5.12 L 26.36 5.287 C 26.749 5.692 26.878 6.011 26.971 6.566 C 26.948 7.273 26.407 7.818 25.956 8.315 C 25.789 8.5 25.789 8.5 25.606 8.807 C 25.643 9.116 25.643 9.116 25.801 9.392 L 25.917 9.653 L 26.039 9.91 C 26.581 11.086 26.581 11.086 26.581 11.634 L 26.891 11.648 C 28.808 11.745 28.808 11.745 29.196 12.08 C 29.669 12.608 29.716 13.044 29.72 13.74 L 29.721 13.99 C 29.722 14.165 29.723 14.34 29.723 14.515 C 29.724 14.781 29.727 15.047 29.73 15.313 C 29.731 15.483 29.731 15.653 29.732 15.823 L 29.735 16.063 C 29.733 16.648 29.598 17.033 29.241 17.507 C 28.939 17.736 28.634 17.789 28.268 17.847 L 28.058 17.883 C 27.561 17.965 27.085 17.996 26.581 17.969 L 26.508 18.35 C 26.396 18.853 26.207 19.3 25.99 19.766 L 25.883 20.002 C 25.761 20.268 25.64 20.534 25.509 20.795 C 25.583 20.888 25.657 20.981 25.733 21.076 L 26.027 21.447 L 26.174 21.632 C 27.028 22.711 27.028 22.711 26.971 23.427 C 26.783 23.954 26.539 24.306 26.137 24.698 L 25.979 24.857 C 25.869 24.967 25.758 25.076 25.647 25.185 C 25.479 25.351 25.312 25.519 25.145 25.687 C 25.037 25.794 24.93 25.901 24.822 26.008 L 24.672 26.158 C 24.278 26.542 23.83 26.868 23.267 26.917 C 22.474 26.897 21.719 26.142 21.161 25.63 C 20.942 25.45 20.942 25.45 20.692 25.48 C 20.395 25.587 20.116 25.713 19.832 25.851 C 18.566 26.448 18.566 26.448 18.004 26.448 L 17.99 26.709 C 17.856 28.854 17.856 28.854 17.419 29.372 C 16.967 29.735 16.525 29.711 15.971 29.713 L 15.689 29.716 C 15.493 29.718 15.297 29.718 15.101 29.718 C 14.802 29.719 14.503 29.724 14.204 29.73 C 14.013 29.731 13.822 29.731 13.631 29.731 L 13.362 29.738 C 12.799 29.732 12.499 29.623 12.089 29.232 C 11.735 28.807 11.718 28.245 11.657 27.715 L 11.632 27.512 C 11.585 27.123 11.563 26.743 11.572 26.35 L 11.41 26.322 C 10.749 26.194 10.21 25.939 9.618 25.626 L 9.407 25.52 L 9.22 25.422 C 9.033 25.356 9.033 25.356 8.84 25.449 C 8.661 25.562 8.489 25.685 8.325 25.817 L 8.148 25.959 L 7.966 26.107 C 6.978 26.907 6.978 26.907 6.263 26.877 C 5.408 26.74 4.71 25.868 4.134 25.284 L 3.874 25.028 C 2.747 23.896 2.747 23.896 2.739 23.195 C 2.774 22.528 3.2 22.076 3.626 21.594 L 3.872 21.313 L 4.11 21.056 C 4.296 20.803 4.296 20.803 4.207 20.513 L 4.067 20.21 L 3.927 19.875 L 3.775 19.528 C 3.592 19.11 3.425 18.696 3.287 18.261 L 3.073 18.233 C 2.75 18.19 2.428 18.143 2.106 18.097 L 1.769 18.053 C 1.121 17.957 0.713 17.874 0.266 17.384 C 0.066 17.084 0.046 17.015 0.04 16.675 L 0.034 16.422 L 0.032 16.149 L 0.028 15.867 C 0.026 15.669 0.025 15.472 0.024 15.275 C 0.023 14.974 0.017 14.674 0.01 14.373 C 0.009 14.181 0.008 13.99 0.007 13.798 L 0 13.527 C 0.004 12.958 0.11 12.659 0.508 12.248 C 0.916 11.898 1.407 11.874 1.923 11.816 L 2.129 11.791 C 2.485 11.749 2.832 11.721 3.19 11.731 L 3.23 11.551 C 3.397 10.873 3.643 10.265 3.954 9.643 C 4.088 9.358 4.177 9.165 4.117 8.85 C 3.925 8.54 3.71 8.251 3.482 7.967 C 2.771 7.064 2.771 7.064 2.764 6.639 L 2.755 6.424 C 2.865 5.816 3.288 5.35 3.712 4.926 L 3.862 4.773 C 3.967 4.668 4.071 4.563 4.176 4.459 C 4.334 4.3 4.492 4.14 4.648 3.978 C 5.745 2.868 5.745 2.868 6.517 2.86 C 7.216 2.912 7.742 3.462 8.254 3.892 C 8.531 4.141 8.531 4.141 8.843 4.227 C 9.105 4.116 9.363 3.996 9.616 3.867 C 10.289 3.537 10.949 3.268 11.669 3.057 L 11.691 2.877 C 11.726 2.606 11.761 2.335 11.797 2.064 L 11.832 1.781 C 11.916 1.156 12.015 0.744 12.492 0.304 C 12.947 -0.007 13.396 0.019 13.934 0.016 Z M 11.182 11.049 C 10.073 12.25 9.665 13.595 9.693 15.197 C 9.751 16.537 10.436 17.726 11.377 18.651 C 12.434 19.585 13.781 20.094 15.197 20.042 C 16.645 19.899 17.947 19.309 18.905 18.204 C 19.918 16.938 20.234 15.661 20.148 14.07 C 19.938 12.578 19.11 11.435 17.974 10.482 C 15.845 8.916 13.07 9.331 11.182 11.049 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path><path d=\"M 37.767 15.212 L 37.973 15.204 C 38.466 15.203 38.741 15.329 39.119 15.638 C 39.497 16.218 39.622 16.903 39.607 17.588 L 39.79 17.613 C 40.607 17.743 41.363 17.995 42.141 18.27 L 42.294 18.109 C 42.85 17.54 43.256 17.128 44.09 17.1 C 44.78 17.25 45.176 17.636 45.68 18.118 C 45.906 18.334 46.139 18.534 46.38 18.733 C 46.785 19.088 46.968 19.407 47.075 19.939 C 46.994 20.439 46.766 20.789 46.5 21.216 L 46.331 21.486 L 46.189 21.675 C 46.108 21.9 46.108 21.9 46.281 22.188 C 46.353 22.307 46.427 22.424 46.502 22.54 C 46.791 22.996 46.984 23.396 47.111 23.923 L 47.495 23.916 C 48.914 23.923 48.914 23.923 49.45 24.41 C 49.894 25 49.916 25.645 49.938 26.359 L 49.95 26.572 C 50.039 28.106 50.039 28.106 49.706 28.546 C 49.325 28.878 48.862 28.983 48.378 29.088 C 48.228 29.126 48.078 29.165 47.927 29.204 L 47.598 29.283 L 47.523 29.547 C 47.326 30.24 47.126 30.933 46.916 31.622 L 47.119 31.808 C 48.097 32.737 48.097 32.737 48.183 33.376 C 48.131 34.045 47.885 34.463 47.434 34.942 L 47.275 35.118 C 47.171 35.234 47.066 35.348 46.961 35.462 C 46.778 35.663 46.607 35.872 46.435 36.081 C 46.136 36.416 45.926 36.569 45.469 36.608 C 44.799 36.597 44.33 36.244 43.799 35.873 C 43.523 35.693 43.523 35.693 43.249 35.727 C 43.025 35.81 42.809 35.914 42.604 36.038 C 42.17 36.289 41.725 36.495 41.263 36.69 L 41.252 36.982 C 41.177 38.62 41.177 38.62 40.648 39.163 C 40.009 39.549 39.363 39.579 38.632 39.614 L 38.436 39.624 C 38.229 39.633 38.022 39.639 37.816 39.644 L 37.43 39.655 C 37.007 39.606 36.811 39.498 36.488 39.224 C 36.221 38.871 36.125 38.526 36.031 38.097 C 36.007 37.988 35.982 37.88 35.957 37.768 C 35.903 37.47 35.903 37.47 35.903 37.08 C 35.82 37.062 35.736 37.044 35.65 37.026 C 34.628 36.802 34.628 36.802 34.246 36.617 C 33.908 36.476 33.81 36.481 33.466 36.593 C 33.209 36.786 33.209 36.786 32.967 37.025 C 32.491 37.476 32.192 37.729 31.517 37.762 C 30.88 37.577 30.474 37.293 29.988 36.848 C 29.926 36.793 29.864 36.738 29.8 36.682 C 28.577 35.591 28.577 35.591 28.539 34.936 C 28.547 34.388 28.818 34.001 29.107 33.552 L 29.276 33.279 L 29.422 33.053 C 29.503 32.619 29.26 32.313 29.044 31.945 C 28.96 31.797 28.876 31.648 28.792 31.499 L 28.677 31.301 C 28.593 31.135 28.593 31.135 28.593 30.94 L 28.421 30.947 C 26.771 30.983 26.771 30.983 26.145 30.52 C 25.779 29.996 25.716 29.496 25.657 28.875 L 25.633 28.624 C 25.477 26.948 25.477 26.948 25.864 26.359 C 26.085 26.098 26.261 26.014 26.591 25.932 L 26.841 25.868 L 27.101 25.805 L 27.365 25.738 C 27.579 25.684 27.794 25.632 28.009 25.579 L 28.087 25.277 L 28.191 24.879 L 28.243 24.68 C 28.318 24.395 28.395 24.126 28.515 23.857 C 28.615 23.567 28.6 23.431 28.496 23.143 C 28.302 22.892 28.302 22.892 28.063 22.656 C 27.658 22.239 27.452 21.935 27.387 21.352 C 27.46 20.647 27.939 20.137 28.392 19.622 L 28.544 19.447 C 29.532 18.308 29.532 18.308 30.143 18.253 C 30.892 18.269 31.423 18.715 32.005 19.147 L 32.195 19.04 C 32.897 18.649 33.611 18.306 34.344 17.977 L 34.355 17.682 C 34.417 16.325 34.417 16.325 34.733 15.833 C 35.565 15.177 36.743 15.234 37.767 15.212 Z M 34.564 24.525 C 33.764 25.521 33.442 26.658 33.564 27.919 C 33.831 29.218 34.489 30.273 35.598 31.013 C 36.592 31.6 37.687 31.758 38.809 31.519 C 39.993 31.194 40.921 30.534 41.535 29.468 C 42.082 28.405 42.213 27.317 41.98 26.137 C 41.589 24.972 40.791 24.029 39.71 23.453 C 37.905 22.616 35.918 23.097 34.565 24.525 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path><path d=\"M 21.356 29.959 C 21.943 30.488 21.957 31.093 21.996 31.841 L 22.247 31.869 C 22.624 31.947 22.904 32.095 23.245 32.273 C 23.706 32.498 23.706 32.498 24.201 32.435 C 24.422 32.276 24.422 32.276 24.626 32.097 C 24.952 31.834 25.187 31.834 25.602 31.841 C 26.134 32.024 26.448 32.248 26.845 32.657 L 27.117 32.933 C 27.548 33.423 27.713 33.762 27.698 34.41 C 27.625 34.793 27.436 35.053 27.201 35.358 C 27.046 35.549 27.046 35.549 26.967 35.837 C 27.059 36.11 27.059 36.11 27.198 36.403 C 27.379 36.803 27.495 37.155 27.551 37.591 L 27.892 37.573 C 28.341 37.574 28.718 37.663 29.111 37.883 C 29.647 38.434 29.619 38.943 29.622 39.668 C 29.625 39.805 29.625 39.805 29.629 39.945 C 29.632 40.588 29.551 41.018 29.111 41.514 C 28.611 41.806 28.029 41.879 27.454 41.879 L 27.436 42.111 C 27.343 42.522 27.171 42.834 26.963 43.199 C 26.848 43.492 26.868 43.629 26.967 43.926 C 27.075 44.114 27.075 44.114 27.21 44.279 C 27.54 44.703 27.596 45.046 27.551 45.583 C 27.257 46.312 26.556 47.043 25.89 47.463 C 25.503 47.604 25.127 47.602 24.725 47.532 C 24.479 47.402 24.271 47.258 24.053 47.085 C 23.809 46.921 23.654 46.868 23.36 46.85 C 23.064 46.939 23.064 46.939 22.77 47.081 C 22.143 47.364 22.143 47.364 21.801 47.435 L 21.754 47.713 C 21.519 48.967 21.519 48.967 21.021 49.384 C 20.532 49.594 20.088 49.612 19.565 49.609 L 19.337 49.614 C 18.712 49.615 18.285 49.49 17.769 49.122 C 17.585 48.86 17.559 48.647 17.531 48.332 C 17.499 47.974 17.437 47.68 17.318 47.337 C 16.955 47.054 16.59 46.957 16.148 46.85 L 15.899 46.722 C 15.652 46.624 15.652 46.624 15.407 46.782 L 15.155 46.978 L 14.901 47.172 L 14.686 47.337 C 14.379 47.491 14.046 47.483 13.712 47.435 C 13.208 47.235 12.886 46.94 12.518 46.558 L 12.362 46.4 C 11.954 45.984 11.698 45.689 11.665 45.096 C 11.763 44.574 11.929 44.237 12.305 43.865 C 12.475 43.684 12.475 43.684 12.542 43.439 C 12.439 43.028 12.289 42.669 12.106 42.288 C 11.957 41.977 11.957 41.977 11.957 41.782 L 11.743 41.771 C 11.044 41.723 10.58 41.643 10.044 41.162 C 9.682 40.715 9.746 40.186 9.758 39.638 L 9.755 39.323 C 9.761 38.736 9.785 38.331 10.203 37.883 C 10.566 37.6 10.811 37.576 11.263 37.573 C 11.575 37.53 11.78 37.496 11.982 37.243 C 12.274 36.739 12.565 36.15 12.522 35.559 C 12.418 35.278 12.247 35.089 12.055 34.862 C 11.807 34.502 11.799 34.115 11.86 33.693 C 12.167 32.94 12.823 32.27 13.521 31.863 C 13.924 31.696 14.257 31.672 14.686 31.743 C 14.988 31.908 15.216 32.082 15.466 32.316 L 15.661 32.426 C 16.2 32.273 16.717 32.049 17.237 31.843 C 17.513 31.743 17.513 31.743 17.708 31.743 L 17.719 31.551 C 17.768 30.902 17.845 30.43 18.329 29.958 C 19.09 29.47 20.565 29.57 21.356 29.958 Z M 16.883 37.572 C 16.352 38.328 16.164 39.219 16.285 40.13 C 16.507 41.168 17.032 41.952 17.903 42.562 C 18.796 43.053 19.724 43.199 20.723 42.951 C 21.68 42.629 22.409 41.988 22.873 41.1 L 22.973 40.922 C 23.313 40.202 23.308 39.178 23.056 38.432 C 22.554 37.354 21.871 36.65 20.76 36.218 C 19.19 35.786 17.885 36.367 16.883 37.572 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path></g></svg>'}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1653g79\",layoutDependency:layoutDependency,layoutId:\"u3KmK6xQ0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.735 29.738\" overflow=\"visible\"><path d=\"M 13.934 0.016 L 14.17 0.014 C 14.335 0.013 14.499 0.013 14.664 0.012 C 14.914 0.011 15.164 0.008 15.415 0.005 L 15.895 0.004 L 16.12 0 C 16.721 0.003 17.194 0.115 17.645 0.541 C 18.087 1.278 18.097 2.218 18.199 3.057 L 18.357 3.114 C 18.597 3.2 18.837 3.287 19.076 3.374 L 19.324 3.462 C 19.723 3.608 20.099 3.76 20.471 3.963 C 20.711 4.085 20.816 4.129 21.091 4.131 C 21.389 4.001 21.593 3.822 21.836 3.605 C 22.755 2.833 22.755 2.833 23.375 2.876 C 23.974 2.992 24.302 3.212 24.723 3.646 L 24.901 3.823 C 25.024 3.946 25.147 4.07 25.268 4.195 C 25.454 4.384 25.642 4.571 25.832 4.757 C 25.951 4.878 26.071 4.999 26.191 5.12 L 26.36 5.287 C 26.749 5.692 26.878 6.011 26.971 6.566 C 26.948 7.273 26.407 7.818 25.956 8.315 C 25.789 8.5 25.789 8.5 25.606 8.807 C 25.643 9.116 25.643 9.116 25.801 9.392 L 25.917 9.653 L 26.039 9.91 C 26.581 11.086 26.581 11.086 26.581 11.634 L 26.891 11.648 C 28.808 11.745 28.808 11.745 29.196 12.08 C 29.669 12.608 29.716 13.044 29.72 13.74 L 29.721 13.99 C 29.722 14.165 29.723 14.34 29.723 14.515 C 29.724 14.781 29.727 15.047 29.73 15.313 C 29.731 15.483 29.731 15.653 29.732 15.823 L 29.735 16.063 C 29.733 16.648 29.598 17.033 29.241 17.507 C 28.939 17.736 28.634 17.789 28.268 17.847 L 28.058 17.883 C 27.561 17.965 27.085 17.996 26.581 17.969 L 26.508 18.35 C 26.396 18.853 26.207 19.3 25.99 19.766 L 25.883 20.002 C 25.761 20.268 25.64 20.534 25.509 20.795 C 25.583 20.888 25.657 20.981 25.733 21.076 L 26.027 21.447 L 26.174 21.632 C 27.028 22.711 27.028 22.711 26.971 23.427 C 26.783 23.954 26.539 24.306 26.137 24.698 L 25.979 24.857 C 25.869 24.967 25.758 25.076 25.647 25.185 C 25.479 25.351 25.312 25.519 25.145 25.687 C 25.037 25.794 24.93 25.901 24.822 26.008 L 24.672 26.158 C 24.278 26.542 23.83 26.868 23.267 26.917 C 22.474 26.897 21.719 26.142 21.161 25.63 C 20.942 25.45 20.942 25.45 20.692 25.48 C 20.395 25.587 20.116 25.713 19.832 25.851 C 18.566 26.448 18.566 26.448 18.004 26.448 L 17.99 26.709 C 17.856 28.854 17.856 28.854 17.419 29.372 C 16.967 29.735 16.525 29.711 15.971 29.713 L 15.689 29.716 C 15.493 29.718 15.297 29.718 15.101 29.718 C 14.802 29.719 14.503 29.724 14.204 29.73 C 14.013 29.731 13.822 29.731 13.631 29.731 L 13.362 29.738 C 12.799 29.732 12.499 29.623 12.089 29.232 C 11.735 28.807 11.718 28.245 11.657 27.715 L 11.632 27.512 C 11.585 27.123 11.563 26.743 11.572 26.35 L 11.41 26.322 C 10.749 26.194 10.21 25.939 9.618 25.626 L 9.407 25.52 L 9.22 25.422 C 9.033 25.356 9.033 25.356 8.84 25.449 C 8.661 25.562 8.489 25.685 8.325 25.817 L 8.148 25.959 L 7.966 26.107 C 6.978 26.907 6.978 26.907 6.263 26.877 C 5.408 26.74 4.71 25.868 4.134 25.284 L 3.874 25.028 C 2.747 23.896 2.747 23.896 2.739 23.195 C 2.774 22.528 3.2 22.076 3.626 21.594 L 3.872 21.313 L 4.11 21.056 C 4.296 20.803 4.296 20.803 4.207 20.513 L 4.067 20.21 L 3.927 19.875 L 3.775 19.528 C 3.592 19.11 3.425 18.696 3.287 18.261 L 3.073 18.233 C 2.75 18.19 2.428 18.143 2.106 18.097 L 1.769 18.053 C 1.121 17.957 0.713 17.874 0.266 17.384 C 0.066 17.084 0.046 17.015 0.04 16.675 L 0.034 16.422 L 0.032 16.149 L 0.028 15.867 C 0.026 15.669 0.025 15.472 0.024 15.275 C 0.023 14.974 0.017 14.674 0.01 14.373 C 0.009 14.181 0.008 13.99 0.007 13.798 L 0 13.527 C 0.004 12.958 0.11 12.659 0.508 12.248 C 0.916 11.898 1.407 11.874 1.923 11.816 L 2.129 11.791 C 2.485 11.749 2.832 11.721 3.19 11.731 L 3.23 11.551 C 3.397 10.873 3.643 10.265 3.954 9.643 C 4.088 9.358 4.177 9.165 4.117 8.85 C 3.925 8.54 3.71 8.251 3.482 7.967 C 2.771 7.064 2.771 7.064 2.764 6.639 L 2.755 6.424 C 2.865 5.816 3.288 5.35 3.712 4.926 L 3.862 4.773 C 3.967 4.668 4.071 4.563 4.176 4.459 C 4.334 4.3 4.492 4.14 4.648 3.978 C 5.745 2.868 5.745 2.868 6.517 2.86 C 7.216 2.912 7.742 3.462 8.254 3.892 C 8.531 4.141 8.531 4.141 8.843 4.227 C 9.105 4.116 9.363 3.996 9.616 3.867 C 10.289 3.537 10.949 3.268 11.669 3.057 L 11.691 2.877 C 11.726 2.606 11.761 2.335 11.797 2.064 L 11.832 1.781 C 11.916 1.156 12.015 0.744 12.492 0.304 C 12.947 -0.007 13.396 0.019 13.934 0.016 Z M 11.182 11.049 C 10.073 12.25 9.665 13.595 9.693 15.197 C 9.751 16.537 10.436 17.726 11.377 18.651 C 12.434 19.585 13.781 20.094 15.197 20.042 C 16.645 19.899 17.947 19.309 18.905 18.204 C 19.918 16.938 20.234 15.661 20.148 14.07 C 19.938 12.578 19.11 11.435 17.974 10.482 C 15.845 8.916 13.07 9.331 11.182 11.049 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ps4w1m\",layoutDependency:layoutDependency,layoutId:\"NPwCfjjfb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.735 29.738\" overflow=\"visible\"><path d=\"M 13.934 0.016 L 14.17 0.014 C 14.335 0.013 14.499 0.013 14.664 0.012 C 14.914 0.011 15.164 0.008 15.415 0.005 L 15.895 0.004 L 16.12 0 C 16.721 0.003 17.194 0.115 17.645 0.541 C 18.087 1.278 18.097 2.218 18.199 3.057 L 18.357 3.114 C 18.597 3.2 18.837 3.287 19.076 3.374 L 19.324 3.462 C 19.723 3.608 20.099 3.76 20.471 3.963 C 20.711 4.085 20.816 4.129 21.091 4.131 C 21.389 4.001 21.593 3.822 21.836 3.605 C 22.755 2.833 22.755 2.833 23.375 2.876 C 23.974 2.992 24.302 3.212 24.723 3.646 L 24.901 3.823 C 25.024 3.946 25.147 4.07 25.268 4.195 C 25.454 4.384 25.642 4.571 25.832 4.757 C 25.951 4.878 26.071 4.999 26.191 5.12 L 26.36 5.287 C 26.749 5.692 26.878 6.011 26.971 6.566 C 26.948 7.273 26.407 7.818 25.956 8.315 C 25.789 8.5 25.789 8.5 25.606 8.807 C 25.643 9.116 25.643 9.116 25.801 9.392 L 25.917 9.653 L 26.039 9.91 C 26.581 11.086 26.581 11.086 26.581 11.634 L 26.891 11.648 C 28.808 11.745 28.808 11.745 29.196 12.08 C 29.669 12.608 29.716 13.044 29.72 13.74 L 29.721 13.99 C 29.722 14.165 29.723 14.34 29.723 14.515 C 29.724 14.781 29.727 15.047 29.73 15.313 C 29.731 15.483 29.731 15.653 29.732 15.823 L 29.735 16.063 C 29.733 16.648 29.598 17.033 29.241 17.507 C 28.939 17.736 28.634 17.789 28.268 17.847 L 28.058 17.883 C 27.561 17.965 27.085 17.996 26.581 17.969 L 26.508 18.35 C 26.396 18.853 26.207 19.3 25.99 19.766 L 25.883 20.002 C 25.761 20.268 25.64 20.534 25.509 20.795 C 25.583 20.888 25.657 20.981 25.733 21.076 L 26.027 21.447 L 26.174 21.632 C 27.028 22.711 27.028 22.711 26.971 23.427 C 26.783 23.954 26.539 24.306 26.137 24.698 L 25.979 24.857 C 25.869 24.967 25.758 25.076 25.647 25.185 C 25.479 25.351 25.312 25.519 25.145 25.687 C 25.037 25.794 24.93 25.901 24.822 26.008 L 24.672 26.158 C 24.278 26.542 23.83 26.868 23.267 26.917 C 22.474 26.897 21.719 26.142 21.161 25.63 C 20.942 25.45 20.942 25.45 20.692 25.48 C 20.395 25.587 20.116 25.713 19.832 25.851 C 18.566 26.448 18.566 26.448 18.004 26.448 L 17.99 26.709 C 17.856 28.854 17.856 28.854 17.419 29.372 C 16.967 29.735 16.525 29.711 15.971 29.713 L 15.689 29.716 C 15.493 29.718 15.297 29.718 15.101 29.718 C 14.802 29.719 14.503 29.724 14.204 29.73 C 14.013 29.731 13.822 29.731 13.631 29.731 L 13.362 29.738 C 12.799 29.732 12.499 29.623 12.089 29.232 C 11.735 28.807 11.718 28.245 11.657 27.715 L 11.632 27.512 C 11.585 27.123 11.563 26.743 11.572 26.35 L 11.41 26.322 C 10.749 26.194 10.21 25.939 9.618 25.626 L 9.407 25.52 L 9.22 25.422 C 9.033 25.356 9.033 25.356 8.84 25.449 C 8.661 25.562 8.489 25.685 8.325 25.817 L 8.148 25.959 L 7.966 26.107 C 6.978 26.907 6.978 26.907 6.263 26.877 C 5.408 26.74 4.71 25.868 4.134 25.284 L 3.874 25.028 C 2.747 23.896 2.747 23.896 2.739 23.195 C 2.774 22.528 3.2 22.076 3.626 21.594 L 3.872 21.313 L 4.11 21.056 C 4.296 20.803 4.296 20.803 4.207 20.513 L 4.067 20.21 L 3.927 19.875 L 3.775 19.528 C 3.592 19.11 3.425 18.696 3.287 18.261 L 3.073 18.233 C 2.75 18.19 2.428 18.143 2.106 18.097 L 1.769 18.053 C 1.121 17.957 0.713 17.874 0.266 17.384 C 0.066 17.084 0.046 17.015 0.04 16.675 L 0.034 16.422 L 0.032 16.149 L 0.028 15.867 C 0.026 15.669 0.025 15.472 0.024 15.275 C 0.023 14.974 0.017 14.674 0.01 14.373 C 0.009 14.181 0.008 13.99 0.007 13.798 L 0 13.527 C 0.004 12.958 0.11 12.659 0.508 12.248 C 0.916 11.898 1.407 11.874 1.923 11.816 L 2.129 11.791 C 2.485 11.749 2.832 11.721 3.19 11.731 L 3.23 11.551 C 3.397 10.873 3.643 10.265 3.954 9.643 C 4.088 9.358 4.177 9.165 4.117 8.85 C 3.925 8.54 3.71 8.251 3.482 7.967 C 2.771 7.064 2.771 7.064 2.764 6.639 L 2.755 6.424 C 2.865 5.816 3.288 5.35 3.712 4.926 L 3.862 4.773 C 3.967 4.668 4.071 4.563 4.176 4.459 C 4.334 4.3 4.492 4.14 4.648 3.978 C 5.745 2.868 5.745 2.868 6.517 2.86 C 7.216 2.912 7.742 3.462 8.254 3.892 C 8.531 4.141 8.531 4.141 8.843 4.227 C 9.105 4.116 9.363 3.996 9.616 3.867 C 10.289 3.537 10.949 3.268 11.669 3.057 L 11.691 2.877 C 11.726 2.606 11.761 2.335 11.797 2.064 L 11.832 1.781 C 11.916 1.156 12.015 0.744 12.492 0.304 C 12.947 -0.007 13.396 0.019 13.934 0.016 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jjo2uk\",layoutDependency:layoutDependency,layoutId:\"Z2MAjAr9n\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.47 10.539\" overflow=\"visible\"><path d=\"M 1.49 1.542 C 0.382 2.743 -0.026 4.089 0.001 5.691 C 0.059 7.031 0.744 8.219 1.685 9.144 C 2.743 10.078 4.089 10.587 5.505 10.536 C 6.953 10.393 8.256 9.802 9.213 8.697 C 10.227 7.432 10.543 6.155 10.457 4.564 C 10.246 3.071 9.418 1.929 8.282 0.976 C 6.154 -0.591 3.378 -0.176 1.49 1.542 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-2jzq33\",layoutDependency:layoutDependency,layoutId:\"psTSPMA6m\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24.465 24.451\" overflow=\"visible\"><path d=\"M 12.232 0.008 L 12.438 0 C 12.931 -0.002 13.206 0.125 13.584 0.434 C 13.962 1.014 14.087 1.699 14.072 2.383 L 14.255 2.409 C 15.072 2.539 15.828 2.791 16.606 3.066 L 16.759 2.905 C 17.314 2.335 17.721 1.924 18.555 1.896 C 19.245 2.046 19.641 2.432 20.145 2.913 C 20.371 3.13 20.604 3.33 20.845 3.529 C 21.25 3.884 21.433 4.203 21.54 4.735 C 21.459 5.235 21.231 5.585 20.965 6.012 L 20.796 6.282 L 20.654 6.471 C 20.572 6.696 20.572 6.696 20.746 6.984 C 20.818 7.102 20.892 7.22 20.967 7.336 C 21.255 7.792 21.449 8.192 21.576 8.718 L 21.96 8.712 C 23.379 8.719 23.379 8.719 23.915 9.206 C 24.359 9.796 24.381 10.441 24.403 11.155 L 24.415 11.368 C 24.503 12.902 24.503 12.902 24.171 13.342 C 23.79 13.674 23.327 13.779 22.843 13.884 C 22.693 13.922 22.543 13.961 22.392 14 L 22.063 14.079 L 21.988 14.343 C 21.791 15.036 21.591 15.728 21.381 16.418 L 21.584 16.604 C 22.562 17.533 22.562 17.533 22.648 18.172 C 22.596 18.841 22.35 19.259 21.899 19.738 L 21.739 19.914 C 21.635 20.029 21.531 20.144 21.426 20.258 C 21.243 20.458 21.072 20.668 20.9 20.877 C 20.601 21.212 20.391 21.365 19.934 21.404 C 19.263 21.393 18.795 21.039 18.264 20.669 C 17.988 20.489 17.988 20.489 17.714 20.522 C 17.49 20.606 17.273 20.71 17.069 20.834 C 16.635 21.085 16.19 21.291 15.728 21.486 L 15.717 21.778 C 15.642 23.416 15.642 23.416 15.113 23.959 C 14.474 24.345 13.828 24.375 13.097 24.41 L 12.9 24.42 C 12.694 24.429 12.487 24.435 12.281 24.44 L 11.895 24.451 C 11.472 24.402 11.276 24.293 10.953 24.02 C 10.686 23.667 10.59 23.322 10.496 22.893 C 10.471 22.784 10.447 22.676 10.422 22.564 C 10.368 22.266 10.368 22.266 10.368 21.876 C 10.284 21.858 10.201 21.84 10.115 21.822 C 9.093 21.598 9.093 21.598 8.711 21.413 C 8.373 21.272 8.274 21.277 7.931 21.389 C 7.674 21.582 7.674 21.582 7.432 21.821 C 6.956 22.272 6.657 22.525 5.982 22.558 C 5.345 22.373 4.939 22.089 4.453 21.644 C 4.391 21.589 4.329 21.534 4.265 21.478 C 3.042 20.387 3.042 20.387 3.004 19.732 C 3.012 19.184 3.283 18.797 3.572 18.347 L 3.741 18.075 L 3.887 17.849 C 3.968 17.415 3.725 17.109 3.509 16.741 C 3.425 16.592 3.341 16.444 3.257 16.295 L 3.142 16.097 C 3.058 15.931 3.058 15.931 3.058 15.736 L 2.886 15.743 C 1.236 15.779 1.236 15.779 0.61 15.316 C 0.244 14.792 0.181 14.292 0.122 13.671 L 0.098 13.42 C -0.059 11.744 -0.059 11.744 0.329 11.155 C 0.55 10.894 0.726 10.809 1.055 10.727 L 1.306 10.664 L 1.566 10.601 L 1.83 10.534 C 2.044 10.48 2.259 10.427 2.474 10.375 L 2.552 10.073 L 2.656 9.675 L 2.708 9.476 C 2.783 9.191 2.86 8.922 2.98 8.653 C 3.08 8.363 3.065 8.226 2.961 7.939 C 2.767 7.688 2.767 7.688 2.528 7.451 C 2.122 7.035 1.917 6.731 1.852 6.148 C 1.925 5.443 2.404 4.933 2.857 4.418 L 3.009 4.243 C 3.997 3.104 3.997 3.104 4.607 3.049 C 5.357 3.065 5.888 3.511 6.469 3.943 L 6.66 3.835 C 7.362 3.445 8.076 3.102 8.809 2.773 L 8.82 2.478 C 8.881 1.121 8.881 1.121 9.198 0.629 C 10.03 -0.027 11.208 0.03 12.232 0.008 Z M 9.029 9.321 C 8.229 10.317 7.907 11.454 8.029 12.714 C 8.296 14.014 8.954 15.069 10.063 15.809 C 11.057 16.396 12.152 16.554 13.274 16.314 C 14.458 15.99 15.386 15.33 16 14.264 C 16.547 13.201 16.678 12.113 16.445 10.933 C 16.054 9.768 15.256 8.825 14.175 8.249 C 12.37 7.412 10.383 7.893 9.029 9.321 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ibymgn\",layoutDependency:layoutDependency,layoutId:\"YIE9gZSVF\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24.465 24.451\" overflow=\"visible\"><path d=\"M 12.232 0.008 L 12.438 0 C 12.931 -0.002 13.206 0.125 13.584 0.434 C 13.962 1.014 14.087 1.699 14.072 2.383 L 14.255 2.409 C 15.072 2.539 15.828 2.791 16.606 3.066 L 16.759 2.905 C 17.314 2.335 17.721 1.924 18.555 1.896 C 19.245 2.046 19.641 2.432 20.145 2.913 C 20.371 3.13 20.604 3.33 20.845 3.529 C 21.25 3.884 21.433 4.203 21.54 4.735 C 21.459 5.235 21.231 5.585 20.965 6.012 L 20.796 6.282 L 20.654 6.471 C 20.572 6.696 20.572 6.696 20.746 6.984 C 20.818 7.102 20.892 7.22 20.967 7.336 C 21.255 7.792 21.449 8.192 21.576 8.718 L 21.96 8.712 C 23.379 8.719 23.379 8.719 23.915 9.206 C 24.359 9.796 24.381 10.441 24.403 11.155 L 24.415 11.368 C 24.503 12.902 24.503 12.902 24.171 13.342 C 23.79 13.674 23.327 13.779 22.843 13.884 C 22.693 13.922 22.543 13.961 22.392 14 L 22.063 14.079 L 21.988 14.343 C 21.791 15.036 21.591 15.728 21.381 16.418 L 21.584 16.604 C 22.562 17.533 22.562 17.533 22.648 18.172 C 22.596 18.841 22.35 19.259 21.899 19.738 L 21.739 19.914 C 21.635 20.029 21.531 20.144 21.426 20.258 C 21.243 20.458 21.072 20.668 20.9 20.877 C 20.601 21.212 20.391 21.365 19.934 21.404 C 19.263 21.393 18.795 21.039 18.264 20.669 C 17.988 20.489 17.988 20.489 17.714 20.522 C 17.49 20.606 17.273 20.71 17.069 20.834 C 16.635 21.085 16.19 21.291 15.728 21.486 L 15.717 21.778 C 15.642 23.416 15.642 23.416 15.113 23.959 C 14.474 24.345 13.828 24.375 13.097 24.41 L 12.9 24.42 C 12.694 24.429 12.487 24.435 12.281 24.44 L 11.895 24.451 C 11.472 24.402 11.276 24.293 10.953 24.02 C 10.686 23.667 10.59 23.322 10.496 22.893 C 10.471 22.784 10.447 22.676 10.422 22.564 C 10.368 22.266 10.368 22.266 10.368 21.876 C 10.284 21.858 10.201 21.84 10.115 21.822 C 9.093 21.598 9.093 21.598 8.711 21.413 C 8.373 21.272 8.274 21.277 7.931 21.389 C 7.674 21.582 7.674 21.582 7.432 21.821 C 6.956 22.272 6.657 22.525 5.982 22.558 C 5.345 22.373 4.939 22.089 4.453 21.644 C 4.391 21.589 4.329 21.534 4.265 21.478 C 3.042 20.387 3.042 20.387 3.004 19.732 C 3.012 19.184 3.283 18.797 3.572 18.347 L 3.741 18.075 L 3.887 17.849 C 3.968 17.415 3.725 17.109 3.509 16.741 C 3.425 16.592 3.341 16.444 3.257 16.295 L 3.142 16.097 C 3.058 15.931 3.058 15.931 3.058 15.736 L 2.886 15.743 C 1.236 15.779 1.236 15.779 0.61 15.316 C 0.244 14.792 0.181 14.292 0.122 13.671 L 0.098 13.42 C -0.059 11.744 -0.059 11.744 0.329 11.155 C 0.55 10.894 0.726 10.809 1.055 10.727 L 1.306 10.664 L 1.566 10.601 L 1.83 10.534 C 2.044 10.48 2.259 10.427 2.474 10.375 L 2.552 10.073 L 2.656 9.675 L 2.708 9.476 C 2.783 9.191 2.86 8.922 2.98 8.653 C 3.08 8.363 3.065 8.226 2.961 7.939 C 2.767 7.688 2.767 7.688 2.528 7.451 C 2.122 7.035 1.917 6.731 1.852 6.148 C 1.925 5.443 2.404 4.933 2.857 4.418 L 3.009 4.243 C 3.997 3.104 3.997 3.104 4.607 3.049 C 5.357 3.065 5.888 3.511 6.469 3.943 L 6.66 3.835 C 7.362 3.445 8.076 3.102 8.809 2.773 L 8.82 2.478 C 8.881 1.121 8.881 1.121 9.198 0.629 C 10.03 -0.027 11.208 0.03 12.232 0.008 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nergdu\",layoutDependency:layoutDependency,layoutId:\"oSGyTFox5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.552 8.584\" overflow=\"visible\"><path d=\"M 1.026 1.484 C 0.225 2.479 -0.097 3.616 0.025 4.877 C 0.292 6.176 0.95 7.231 2.06 7.971 C 3.054 8.558 4.149 8.716 5.27 8.477 C 6.454 8.152 7.383 7.492 7.996 6.426 C 8.543 5.363 8.675 4.276 8.441 3.095 C 8.05 1.931 7.252 0.987 6.171 0.412 C 4.366 -0.426 2.379 0.056 1.026 1.484 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-dzkivv\",layoutDependency:layoutDependency,layoutId:\"p5CBairiS\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.882 19.986\" overflow=\"visible\"><path d=\"M 11.61 0.33 C 12.197 0.859 12.211 1.465 12.25 2.212 L 12.501 2.24 C 12.878 2.319 13.158 2.467 13.498 2.645 C 13.96 2.869 13.96 2.869 14.455 2.806 C 14.676 2.648 14.676 2.648 14.88 2.468 C 15.206 2.205 15.44 2.206 15.856 2.212 C 16.387 2.396 16.701 2.619 17.099 3.029 L 17.371 3.305 C 17.802 3.795 17.967 4.133 17.951 4.782 C 17.879 5.165 17.69 5.424 17.455 5.73 C 17.299 5.921 17.299 5.921 17.22 6.208 C 17.313 6.482 17.313 6.482 17.452 6.775 C 17.633 7.174 17.749 7.526 17.805 7.963 L 18.146 7.944 C 18.595 7.946 18.972 8.035 19.365 8.255 C 19.901 8.805 19.872 9.314 19.876 10.04 C 19.879 10.177 19.879 10.177 19.882 10.317 C 19.886 10.96 19.805 11.39 19.365 11.885 C 18.865 12.177 18.283 12.251 17.708 12.251 L 17.689 12.482 C 17.597 12.894 17.425 13.206 17.217 13.57 C 17.102 13.864 17.122 14.001 17.22 14.298 C 17.329 14.486 17.329 14.486 17.464 14.651 C 17.794 15.074 17.85 15.417 17.805 15.954 C 17.511 16.683 16.81 17.414 16.143 17.835 C 15.757 17.975 15.381 17.974 14.979 17.904 C 14.733 17.774 14.524 17.629 14.307 17.456 C 14.062 17.293 13.908 17.239 13.614 17.221 C 13.318 17.311 13.318 17.311 13.023 17.453 C 12.397 17.736 12.397 17.736 12.055 17.806 L 12.008 18.084 C 11.773 19.339 11.773 19.339 11.275 19.755 C 10.786 19.966 10.342 19.983 9.819 19.981 L 9.591 19.986 C 8.966 19.986 8.539 19.861 8.022 19.493 C 7.838 19.232 7.813 19.018 7.785 18.704 C 7.753 18.346 7.691 18.051 7.572 17.709 C 7.209 17.426 6.844 17.328 6.402 17.221 L 6.153 17.094 C 5.906 16.995 5.906 16.995 5.661 17.153 L 5.409 17.349 L 5.155 17.543 L 4.94 17.709 C 4.632 17.863 4.3 17.855 3.966 17.806 C 3.462 17.606 3.14 17.312 2.772 16.929 L 2.615 16.771 C 2.207 16.355 1.952 16.061 1.919 15.467 C 2.017 14.946 2.183 14.609 2.558 14.237 C 2.729 14.056 2.729 14.056 2.796 13.81 C 2.692 13.399 2.543 13.04 2.36 12.66 C 2.211 12.348 2.211 12.348 2.211 12.153 L 1.997 12.142 C 1.297 12.095 0.834 12.015 0.298 11.533 C -0.065 11.086 0 10.558 0.012 10.009 L 0.009 9.694 C 0.014 9.107 0.038 8.703 0.457 8.255 C 0.82 7.971 1.065 7.947 1.517 7.944 C 1.829 7.902 2.034 7.868 2.236 7.615 C 2.527 7.111 2.819 6.521 2.776 5.93 C 2.672 5.649 2.501 5.461 2.309 5.234 C 2.06 4.874 2.053 4.487 2.114 4.064 C 2.42 3.311 3.077 2.641 3.774 2.235 C 4.178 2.067 4.51 2.044 4.94 2.115 C 5.242 2.28 5.47 2.453 5.72 2.687 L 5.915 2.797 C 6.454 2.644 6.971 2.42 7.491 2.215 C 7.767 2.115 7.767 2.115 7.961 2.115 L 7.972 1.922 C 8.021 1.273 8.099 0.801 8.583 0.33 C 9.343 -0.159 10.819 -0.058 11.61 0.33 Z M 7.137 7.944 C 6.606 8.7 6.418 9.591 6.539 10.501 C 6.761 11.539 7.285 12.323 8.156 12.933 C 9.05 13.425 9.978 13.571 10.977 13.323 C 11.934 13 12.663 12.359 13.127 11.471 L 13.227 11.294 C 13.566 10.574 13.562 9.55 13.31 8.803 C 12.808 7.725 12.125 7.021 11.014 6.59 C 9.444 6.158 8.138 6.739 7.137 7.944 Z\" fill=\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) /* {&quot;name&quot;:&quot;IC Orange&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-tyvuo2\",layoutDependency:layoutDependency,layoutId:\"Ke2pZ_zno\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.882 19.986\" overflow=\"visible\"><path d=\"M 11.61 0.33 C 12.197 0.859 12.211 1.465 12.25 2.212 L 12.501 2.24 C 12.878 2.319 13.158 2.467 13.498 2.645 C 13.96 2.869 13.96 2.869 14.455 2.806 C 14.676 2.648 14.676 2.648 14.88 2.468 C 15.206 2.205 15.44 2.206 15.856 2.212 C 16.387 2.396 16.701 2.619 17.099 3.029 L 17.371 3.305 C 17.802 3.795 17.967 4.133 17.951 4.782 C 17.879 5.165 17.69 5.424 17.455 5.73 C 17.299 5.921 17.299 5.921 17.22 6.208 C 17.313 6.482 17.313 6.482 17.452 6.775 C 17.633 7.174 17.749 7.526 17.805 7.963 L 18.146 7.944 C 18.595 7.946 18.972 8.035 19.365 8.255 C 19.901 8.805 19.872 9.314 19.876 10.04 C 19.879 10.177 19.879 10.177 19.882 10.317 C 19.886 10.96 19.805 11.39 19.365 11.885 C 18.865 12.177 18.283 12.251 17.708 12.251 L 17.689 12.482 C 17.597 12.894 17.425 13.206 17.217 13.57 C 17.102 13.864 17.122 14.001 17.22 14.298 C 17.329 14.486 17.329 14.486 17.464 14.651 C 17.794 15.074 17.85 15.417 17.805 15.954 C 17.511 16.683 16.81 17.414 16.143 17.835 C 15.757 17.975 15.381 17.974 14.979 17.904 C 14.733 17.774 14.524 17.629 14.307 17.456 C 14.062 17.293 13.908 17.239 13.614 17.221 C 13.318 17.311 13.318 17.311 13.023 17.453 C 12.397 17.736 12.397 17.736 12.055 17.806 L 12.008 18.084 C 11.773 19.339 11.773 19.339 11.275 19.755 C 10.786 19.966 10.342 19.983 9.819 19.981 L 9.591 19.986 C 8.966 19.986 8.539 19.861 8.022 19.493 C 7.838 19.232 7.813 19.018 7.785 18.704 C 7.753 18.346 7.691 18.051 7.572 17.709 C 7.209 17.426 6.844 17.328 6.402 17.221 L 6.153 17.094 C 5.906 16.995 5.906 16.995 5.661 17.153 L 5.409 17.349 L 5.155 17.543 L 4.94 17.709 C 4.632 17.863 4.3 17.855 3.966 17.806 C 3.462 17.606 3.14 17.312 2.772 16.929 L 2.615 16.771 C 2.207 16.355 1.952 16.061 1.919 15.467 C 2.017 14.946 2.183 14.609 2.558 14.237 C 2.729 14.056 2.729 14.056 2.796 13.81 C 2.692 13.399 2.543 13.04 2.36 12.66 C 2.211 12.348 2.211 12.348 2.211 12.153 L 1.997 12.142 C 1.297 12.095 0.834 12.015 0.298 11.533 C -0.065 11.086 0 10.558 0.012 10.009 L 0.009 9.694 C 0.014 9.107 0.038 8.703 0.457 8.255 C 0.82 7.971 1.065 7.947 1.517 7.944 C 1.829 7.902 2.034 7.868 2.236 7.615 C 2.527 7.111 2.819 6.521 2.776 5.93 C 2.672 5.649 2.501 5.461 2.309 5.234 C 2.06 4.874 2.053 4.487 2.114 4.064 C 2.42 3.311 3.077 2.641 3.774 2.235 C 4.178 2.067 4.51 2.044 4.94 2.115 C 5.242 2.28 5.47 2.453 5.72 2.687 L 5.915 2.797 C 6.454 2.644 6.971 2.42 7.491 2.215 C 7.767 2.115 7.767 2.115 7.961 2.115 L 7.972 1.922 C 8.021 1.273 8.099 0.801 8.583 0.33 C 9.343 -0.159 10.819 -0.058 11.61 0.33 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16ks3dy\",layoutDependency:layoutDependency,layoutId:\"BqFEuYbGb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.987 6.994\" overflow=\"visible\"><path d=\"M 0.633 1.496 C 0.102 2.252 -0.086 3.143 0.035 4.054 C 0.257 5.092 0.782 5.876 1.653 6.486 C 2.546 6.977 3.475 7.123 4.473 6.875 C 5.43 6.553 6.159 5.912 6.623 5.024 L 6.723 4.846 C 7.063 4.126 7.058 3.102 6.806 2.356 C 6.304 1.278 5.622 0.574 4.51 0.142 C 2.94 -0.29 1.635 0.291 0.633 1.496 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)))\"},children:\"01\"})}),className:\"framer-1xzk40z\",fonts:[\"FS;Red Hat Display-bold\"],layoutDependency:layoutDependency,layoutId:\"Ll9xjWTie\",style:{\"--extracted-1of0zx5\":\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ewQnYkCdw,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s7psrp\",\"data-framer-name\":\"Title And Description\",layoutDependency:layoutDependency,layoutId:\"piMLUemlW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-rdx8f\",\"data-styles-preset\":\"PE5CByVRs\",children:\"Seamless Integration\"})}),className:\"framer-155eb8l\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lXf9knBOl\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:aIKcykWlS,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h3rCX1qGh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-c64ggc\",\"data-styles-preset\":\"a8GX9oxqj\",children:\"Seamless Integration\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v0noyh\",\"data-styles-preset\":\"PUW91wW7J\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"Unite your apps for a cohesive workflow.\"})}),className:\"framer-19aeevq\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UGcTE54iB\",style:{\"--extracted-r6o4lv\":\"var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:d8HjUP9dV,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h3rCX1qGh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13606s0\",\"data-styles-preset\":\"NVcLw1Go_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68)))\"},children:\"Unite your apps for a cohesive workflow.\"})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ISjxM.framer-wb6hq0, .framer-ISjxM .framer-wb6hq0 { display: block; }\",\".framer-ISjxM.framer-misvm3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px; position: relative; width: 323px; }\",\".framer-ISjxM .framer-1rzq94a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 38px 10px 38px; position: relative; width: 100%; }\",\".framer-ISjxM .framer-nwtn6h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ISjxM .framer-1ot7v0y { flex: none; height: 66px; overflow: visible; position: relative; width: 66px; }\",\".framer-ISjxM .framer-1o6g57g { height: 40px; left: 14px; position: absolute; top: 16px; width: 40px; }\",\".framer-ISjxM .framer-odlqsm { height: 40px; left: 0px; position: absolute; top: 0px; width: 40px; }\",\".framer-ISjxM .framer-clffuu { height: 20px; left: 4px; position: absolute; top: 4px; width: 20px; }\",\".framer-ISjxM .framer-1fvick0 { height: 50px; position: relative; width: 45px; }\",\".framer-ISjxM .framer-1scbk8m { height: 50px; left: 7px; position: absolute; top: 0px; width: 19px; }\",\".framer-ISjxM .framer-12crvw9 { height: 31px; left: 0px; position: absolute; top: 13px; width: 45px; }\",\".framer-ISjxM .framer-7ozwf2 { height: 31px; left: 24px; position: absolute; top: 0px; width: 10px; }\",\".framer-ISjxM .framer-17hd67z { height: 19px; left: 0px; position: absolute; top: 12px; width: 10px; }\",\".framer-ISjxM .framer-1n628ky { height: 17px; left: 36px; position: absolute; top: 14px; width: 10px; }\",\".framer-ISjxM .framer-5sq61v { height: 50px; position: relative; width: 50px; }\",\".framer-ISjxM .framer-1653g79, .framer-ISjxM .framer-ps4w1m { height: 30px; left: 0px; position: absolute; top: 0px; width: 30px; }\",\".framer-ISjxM .framer-jjo2uk { height: 11px; left: 10px; position: absolute; top: 10px; width: 11px; }\",\".framer-ISjxM .framer-2jzq33 { height: 25px; left: 26px; position: absolute; top: 15px; width: 25px; }\",\".framer-ISjxM .framer-1ibymgn { height: 25px; left: 0px; position: absolute; top: 0px; width: 25px; }\",\".framer-ISjxM .framer-nergdu { height: 9px; left: 8px; position: absolute; top: 8px; width: 9px; }\",\".framer-ISjxM .framer-dzkivv { height: 20px; left: 10px; position: absolute; top: 30px; width: 20px; }\",\".framer-ISjxM .framer-tyvuo2 { height: 20px; left: 0px; position: absolute; top: 0px; width: 20px; }\",\".framer-ISjxM .framer-16ks3dy { height: 7px; left: 7px; position: absolute; top: 7px; width: 7px; }\",\".framer-ISjxM .framer-1xzk40z { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-ISjxM .framer-1s7psrp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ISjxM .framer-155eb8l, .framer-ISjxM .framer-19aeevq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ISjxM.framer-v-clpiva .framer-1rzq94a { padding: 28px 24px 24px 24px; }\",\".framer-ISjxM.framer-v-j39rvc .framer-1ot7v0y { order: 2; }\",\".framer-ISjxM.framer-v-j39rvc .framer-5sq61v { order: 0; }\",\".framer-ISjxM.framer-v-j39rvc .framer-1xzk40z { order: 3; }\",\".framer-ISjxM.framer-v-odp91t .framer-1rzq94a { gap: 14px; }\",\".framer-ISjxM.framer-v-1qie6k0 .framer-1rzq94a { gap: 13px; }\",\".framer-ISjxM.framer-v-1qie6k0 .framer-nwtn6h { gap: 10px; justify-content: flex-end; }\",\".framer-ISjxM.framer-v-1ua1n70 .framer-1rzq94a { gap: 0px; padding: 6px 24px 24px 24px; }\",\".framer-ISjxM.framer-v-1ua1n70 .framer-1s7psrp { gap: 9px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-ISjxM[data-border=\"true\"]::after, .framer-ISjxM [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 247\n * @framerIntrinsicWidth 323\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gNWeLjxW4\":{\"layout\":[\"fixed\",\"auto\"]},\"sR5j3wKex\":{\"layout\":[\"fixed\",\"auto\"]},\"e1LTpYa7J\":{\"layout\":[\"fixed\",\"auto\"]},\"GU1FUFmG8\":{\"layout\":[\"fixed\",\"auto\"]},\"HgoJXNOIc\":{\"layout\":[\"fixed\",\"auto\"]},\"h3rCX1qGh\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"aIKcykWlS\":\"title\",\"d8HjUP9dV\":\"description\",\"ewQnYkCdw\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerXwXXo_qcG=withCSS(Component,css,\"framer-ISjxM\");export default FramerXwXXo_qcG;FramerXwXXo_qcG.displayName=\"Section How To Use/Step Card\";FramerXwXXo_qcG.defaultProps={height:247,width:323};addPropertyControls(FramerXwXXo_qcG,{variant:{options:[\"rOcoqtHwx\",\"gNWeLjxW4\",\"sR5j3wKex\",\"e1LTpYa7J\",\"GU1FUFmG8\",\"HgoJXNOIc\",\"h3rCX1qGh\"],optionTitles:[\"Variant 1\",\"Mobile\",\"Variant 2\",\"Variant 3\",\"Variant 5\",\"Variant 6\",\"Mobile actual\"],title:\"Variant\",type:ControlType.Enum},aIKcykWlS:{defaultValue:\"Seamless Integration\",displayTextArea:false,title:\"Title\",type:ControlType.String},d8HjUP9dV:{defaultValue:\"Unite your apps for a cohesive workflow.\",displayTextArea:false,title:\"Description\",type:ControlType.String},ewQnYkCdw:{defaultValue:\"01\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerXwXXo_qcG,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH5EUMJLFHOACOC5EPWMZKGKE6C676DA/B6XSSNJX2SESKDWPNWH4WCP2CJSK4NIU/YV7HPRET3QHJIMR56F6TM2MVPYSI4S5Z.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXwXXo_qcG\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"aIKcykWlS\\\":\\\"title\\\",\\\"d8HjUP9dV\\\":\\\"description\\\",\\\"ewQnYkCdw\\\":\\\"text\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"323\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"247\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gNWeLjxW4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sR5j3wKex\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e1LTpYa7J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GU1FUFmG8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HgoJXNOIc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h3rCX1qGh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XwXXo_qcG.map", "// Generated by Framer (d19865c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gandia Bold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gandia Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/PSdRuRk8PRitEozEp4LN0t5yfCk.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-Ps1tr .framer-styles-preset-fk5jon:not(.rich-text-wrapper), .framer-Ps1tr .framer-styles-preset-fk5jon.rich-text-wrapper p { --framer-font-family: \"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Ps1tr\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (570e25b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Red Hat Display-bold\",\"FS;Red Hat Display-black\",\"FS;Red Hat Display-black italic\",\"FS;Red Hat Display-bold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH5EUMJLFHOACOC5EPWMZKGKE6C676DA/B6XSSNJX2SESKDWPNWH4WCP2CJSK4NIU/YV7HPRET3QHJIMR56F6TM2MVPYSI4S5Z.woff2\",weight:\"700\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZSCEK7S4VBCWIURNDFQ4JMFGVSANTY3E/NU7JB62SOLQOUPO3QU2C52CLGXBBG2WE/EHWSSXP2VWBWZLNGMJRPPQDBKQGP7BTU.woff2\",weight:\"900\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4VUBSLP5CMLQC42AM3WNHRQQAFQWGDBC/5ZMRIDJPO46EN3G4KCFXIMS6MSBFFBJB/BVPEXTD2C3ADGOOREOJ4HI32Q4GGUVQX.woff2\",weight:\"900\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KUHOMH73MLFBXZQ3N2ZCGC3ZH7XGWCIX/7SW7IZX5FCQZG5HMCPGJPIJ24YS7Q5F4/U2CA4BMSDJ4IIU4MAMTSLCQGD6FFJBJU.woff2\",weight:\"700\"}]}];export const css=['.framer-Y363C .framer-styles-preset-e8ggjg:not(.rich-text-wrapper), .framer-Y363C .framer-styles-preset-e8ggjg.rich-text-wrapper h6 { --framer-font-family: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-family-bold: \"Red Hat Display\", sans-serif; --framer-font-family-bold-italic: \"Red Hat Display\", sans-serif; --framer-font-family-italic: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Y363C\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d19865c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Red Hat Display-extrabold\",\"FS;Red Hat Display-black\",\"FS;Red Hat Display-black italic\",\"FS;Red Hat Display-extrabold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MMZ5CNXXF3OOGYXW6Y2BEPS66Z5J7O4T/RQMGAQTCFJNFSDVT6TZ7TETC6WEXAEF3/MYQLOUO4VZXDACA33B2ZYRT63XOGKINZ.woff2\",weight:\"800\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZSCEK7S4VBCWIURNDFQ4JMFGVSANTY3E/NU7JB62SOLQOUPO3QU2C52CLGXBBG2WE/EHWSSXP2VWBWZLNGMJRPPQDBKQGP7BTU.woff2\",weight:\"900\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4VUBSLP5CMLQC42AM3WNHRQQAFQWGDBC/5ZMRIDJPO46EN3G4KCFXIMS6MSBFFBJB/BVPEXTD2C3ADGOOREOJ4HI32Q4GGUVQX.woff2\",weight:\"900\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BK3SSWJRSZIP3IF47O5U5OKGO4G4UEHQ/DRK5PW4U7DZWIHHWGEVMXGC5WOWJUEHD/E244YIROHJLOOOVQTULF46L26Q3PGGVG.woff2\",weight:\"800\"}]}];export const css=['.framer-MKF5B .framer-styles-preset-pnj8e:not(.rich-text-wrapper), .framer-MKF5B .framer-styles-preset-pnj8e.rich-text-wrapper h1 { --framer-font-family: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-family-bold: \"Red Hat Display\", sans-serif; --framer-font-family-bold-italic: \"Red Hat Display\", sans-serif; --framer-font-family-italic: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 800; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 800; --framer-letter-spacing: 0em; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, #111111); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-MKF5B .framer-styles-preset-pnj8e:not(.rich-text-wrapper), .framer-MKF5B .framer-styles-preset-pnj8e.rich-text-wrapper h1 { --framer-font-family: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-family-bold: \"Red Hat Display\", sans-serif; --framer-font-family-bold-italic: \"Red Hat Display\", sans-serif; --framer-font-family-italic: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 58px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 800; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 800; --framer-letter-spacing: 0em; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, #111111); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-MKF5B .framer-styles-preset-pnj8e:not(.rich-text-wrapper), .framer-MKF5B .framer-styles-preset-pnj8e.rich-text-wrapper h1 { --framer-font-family: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-family-bold: \"Red Hat Display\", sans-serif; --framer-font-family-bold-italic: \"Red Hat Display\", sans-serif; --framer-font-family-italic: \"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 800; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 800; --framer-letter-spacing: 0em; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, #111111); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-MKF5B\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6aebf05)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/bSG2fUXcc43766cbIglD/Ticker.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js\";import Navbar from\"#framer/local/canvasComponent/AZd_vmoUt/AZd_vmoUt.js\";import SectionBenefitsFeaturesSticky from\"#framer/local/canvasComponent/dlz5meCqH/dlz5meCqH.js\";import HelperTag from\"#framer/local/canvasComponent/DyeB4pqpe/DyeB4pqpe.js\";import Footer2 from\"#framer/local/canvasComponent/iyo1N5rqT/iyo1N5rqT.js\";import SectionFAQAccordion from\"#framer/local/canvasComponent/nMGQz6qXj/nMGQz6qXj.js\";import HelperClientsLogo from\"#framer/local/canvasComponent/quHYU5_zh/quHYU5_zh.js\";import Button3 from\"#framer/local/canvasComponent/uhdU7P4Cx/uhdU7P4Cx.js\";import BenefitItem from\"#framer/local/canvasComponent/VhkYMqrEY/VhkYMqrEY.js\";import ButtonPrimaryButton2 from\"#framer/local/canvasComponent/xbrG_x1Ut/xbrG_x1Ut.js\";import SectionHowToUseStepCard from\"#framer/local/canvasComponent/XwXXo_qcG/XwXXo_qcG.js\";import*as sharedStyle8 from\"#framer/local/css/B1OWxmoZ6/B1OWxmoZ6.js\";import*as sharedStyle5 from\"#framer/local/css/HTjkwjYnc/HTjkwjYnc.js\";import*as sharedStyle3 from\"#framer/local/css/HubdKhlnN/HubdKhlnN.js\";import*as sharedStyle7 from\"#framer/local/css/LI7wOk5PY/LI7wOk5PY.js\";import*as sharedStyle1 from\"#framer/local/css/o8AwAvz9k/o8AwAvz9k.js\";import*as sharedStyle6 from\"#framer/local/css/Q8I0V3QLW/Q8I0V3QLW.js\";import*as sharedStyle from\"#framer/local/css/rWJsXfsB9/rWJsXfsB9.js\";import*as sharedStyle2 from\"#framer/local/css/wQM3az12A/wQM3az12A.js\";import*as sharedStyle4 from\"#framer/local/css/Z1UxzBYMV/Z1UxzBYMV.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithFX=withFX(RichText);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const Button3Fonts=getFonts(Button3);const EmbedFonts=getFonts(Embed);const MotionDivWithFX=withFX(motion.div);const NavbarFonts=getFonts(Navbar);const NavbarWithVariantAppearEffect=withVariantAppearEffect(Navbar);const BenefitItemFonts=getFonts(BenefitItem);const ContainerWithFX=withFX(Container);const HelperClientsLogoFonts=getFonts(HelperClientsLogo);const TickerFonts=getFonts(Ticker);const HelperTagFonts=getFonts(HelperTag);const SectionHowToUseStepCardFonts=getFonts(SectionHowToUseStepCard);const SectionBenefitsFeaturesStickyFonts=getFonts(SectionBenefitsFeaturesSticky);const ButtonPrimaryButton2Fonts=getFonts(ButtonPrimaryButton2);const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const SectionFAQAccordionFonts=getFonts(SectionFAQAccordion);const Footer2Fonts=getFonts(Footer2);const breakpoints={BkwtJCk0L:\"(max-width: 809px)\",hmX39_cxl:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-unyZL\";const variantClassNames={BkwtJCk0L:\"framer-v-vcrtlr\",hmX39_cxl:\"framer-v-1mhxy22\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={delay:.1,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:80};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:15};const transition2={damping:70,delay:1,mass:1,stiffness:210,type:\"spring\"};const animation3={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={bounce:0,delay:.075,duration:.4,type:\"spring\"};const textEffect={effect:animation3,startDelay:.2,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={delay:.3,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={delay:.5,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition6={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition7={delay:0,duration:.8,ease:[.56,.02,.26,.99],type:\"tween\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:30};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition8={damping:70,delay:0,mass:1,stiffness:210,type:\"spring\"};const transition9={damping:70,delay:.1,mass:1,stiffness:210,type:\"spring\"};const transition10={damping:70,delay:.3,mass:1,stiffness:210,type:\"spring\"};const transition11={damping:70,delay:.2,mass:1,stiffness:210,type:\"spring\"};const transition12={damping:40,delay:.2,mass:1,stiffness:150,type:\"spring\"};const transition13={damping:40,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation11={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"BkwtJCk0L\",Tablet:\"hmX39_cxl\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ECekUtB9KDyeB4pqpe,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"ezWdFJkMA\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"BkwtJCk0L\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"BkwtJCk0L\")return false;return true;};const elementId1=useRouteElementId(\"WrM9zUz0b\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"sq_KcFo9e\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"er4khAPLU\");const ref4=React.useRef(null);const ref5=React.useRef(null);const elementId4=useRouteElementId(\"aV8mMZ8uq\");const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"hmX39_cxl\")return false;return true;};const ref6=React.useRef(null);const elementId5=useRouteElementId(\"y6vpJvAqH\");const elementId6=useRouteElementId(\"qarM6uVmB\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"GV1HxpnoE\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"pz4BFPKSR\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"nopWOQmTu\");const ref10=React.useRef(null);const elementId10=useRouteElementId(\"h9uHxIgTb\");const ref11=React.useRef(null);const elementId11=useRouteElementId(\"xqO5gUlLy\");const ref12=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: none; } @media (max-width: 809px) { html body { background: var(--token-aa400f50-bb31-43da-bd7e-ccb203a60033, rgb(244, 242, 241)); } }\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:undefined}},children:/*#__PURE__*/_jsxs(Image,{...restProps,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:5019,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/j7SIoVcre937Nci2JOXznI84g6A.png\",srcSet:\"https://framerusercontent.com/images/j7SIoVcre937Nci2JOXznI84g6A.png?scale-down-to=4096 979w,https://framerusercontent.com/images/j7SIoVcre937Nci2JOXznI84g6A.png 1200w\"},className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"main\",{className:\"framer-1peh2fq\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kiwyhr\",\"data-framer-name\":\"Main Container\",id:\"kiwyhr\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gwbqxg\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17h68fw\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-14053kc\",\"data-border\":true,\"data-framer-appear-id\":\"14053kc\",\"data-framer-name\":\"Text Container\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1ytnrpx\",\"data-styles-preset\":\"o8AwAvz9k\",style:{\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"LIQUOR STORE OWNERS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-e8ggjg\",\"data-styles-preset\":\"rWJsXfsB9\",style:{\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"LIQUOR STORE OWNERS\"})}),className:\"framer-go3lgb\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nxml2k\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-976d8519-4529-425a-83b6-fc169b0e21bc, rgb(97, 97, 97))\"},children:\"We'll make you a website and marketing plan in 3 weeks,\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-976d8519-4529-425a-83b6-fc169b0e21bc, rgb(97, 97, 97))\"},children:\"We'll make you a website and marketing plan in 3 weeks,\"})}),className:\"framer-xwf5eb\",fonts:[\"CUSTOM;Gandia Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-pnj8e\",\"data-styles-preset\":\"wQM3az12A\",children:[\"AND send 5000 local and competitors' customers to \",/*#__PURE__*/_jsx(\"strong\",{children:\"YOUR\"}),\" liquor store in 6 months.\"]})}),className:\"framer-1mjcaxt\",effect:textEffect,fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oxhfy2\",\"data-framer-name\":\"Text Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"INDUSTRY-LEADING\"}),\" liquor store marketing agency with 10+ years experience in the 3-Tier System\"]})}),className:\"framer-g32216\",\"data-framer-appear-id\":\"g32216\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\",\"Inter-Bold\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+0+0+70.06+0+498.5},hmX39_cxl:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,y:(componentViewport?.y||0)+0+0+-431.7637+0+537,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q1nrv7-container\",nodeId:\"bl27vo5Mj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button3,{cQv2O8Mvt:\"https://q3abu05x8g9.typeform.com/to/D92Sc8WG?typeform-source=intentionallycreative.com\",GP85vQ4AC:false,height:\"100%\",id:\"bl27vo5Mj\",layoutId:\"bl27vo5Mj\",PbVcEWiVh:{borderColor:\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\",borderStyle:\"solid\",borderWidth:1},PmrixLNYY:false,sq67Ol4a3:\"BOOK A CALL\",style:{height:\"100%\"},variant:\"Ni1k5nvie\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-pxdh9p hidden-72rtr7 hidden-1mhxy22\",\"data-framer-appear-id\":\"pxdh9p\",\"data-framer-name\":\"Image Container\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ec83v\",\"data-border\":true,\"data-framer-name\":\"Gradiant\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1it87j7\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1256kd2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qSyGvu1Jm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<style>\\n    .wistia-container {\\n        position: relative;\\n        width: 100%;\\n        padding-bottom: 56.25%;\\n        height: 0;\\n        overflow: hidden !important;\\n        -webkit-overflow-scrolling: touch;\\n        background: #000;\\n    }\\n    \\n    .wistia-container iframe {\\n        position: absolute;\\n        top: 0;\\n        left: 0;\\n        width: 100% !important;\\n        height: 100% !important;\\n        border: 0;\\n        overflow: hidden !important;\\n    }\\n    \\n    /* Force hide scrollbars */\\n    ::-webkit-scrollbar {\\n        display: none !important;\\n    }\\n    \\n    * {\\n        scrollbar-width: none !important;\\n        -ms-overflow-style: none !important;\\n    }\\n</style>\\n\\n<div class=\"wistia-container\">\\n    <iframe \\n        src=\"https://fast.wistia.net/embed/iframe/3026hxaoh6?videoFoam=false&playerColor=7b796a\"\\n        allowtransparency=\"true\"\\n        frameborder=\"0\"\\n        scrolling=\"no\"\\n        class=\"wistia_embed\"\\n        name=\"wistia_embed\"\\n        msallowfullscreen\\n        mozallowfullscreen\\n        webkitallowfullscreen\\n        oallowfullscreen\\n        allowfullscreen>\\n    </iframe>\\n</div>',id:\"qSyGvu1Jm\",layoutId:\"qSyGvu1Jm\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1va8el2\",\"data-framer-name\":\"Container\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-fun89u hidden-vcrtlr\",\"data-framer-appear-id\":\"fun89u\",\"data-framer-name\":\"Image Container\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j5pcsi\",\"data-border\":true,\"data-framer-name\":\"Gradiant\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bmkzq0\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lpvcrz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VmG1Zbnxq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<style>\\n    .wistia-container {\\n        position: relative;\\n        width: 100%;\\n        padding-bottom: 56.25%;\\n        height: 0;\\n        overflow: hidden !important;\\n        -webkit-overflow-scrolling: touch;\\n        background: #000;\\n    }\\n    \\n    .wistia-container iframe {\\n        position: absolute;\\n        top: 0;\\n        left: 0;\\n        width: 100% !important;\\n        height: 100% !important;\\n        border: 0;\\n        overflow: hidden !important;\\n    }\\n    \\n    /* Force hide scrollbars */\\n    ::-webkit-scrollbar {\\n        display: none !important;\\n    }\\n    \\n    * {\\n        scrollbar-width: none !important;\\n        -ms-overflow-style: none !important;\\n    }\\n</style>\\n\\n<div class=\"wistia-container\">\\n    <iframe \\n        src=\"https://fast.wistia.net/embed/iframe/3026hxaoh6?videoFoam=false&playerColor=7b796a\"\\n        allowtransparency=\"true\"\\n        frameborder=\"0\"\\n        scrolling=\"no\"\\n        class=\"wistia_embed\"\\n        name=\"wistia_embed\"\\n        msallowfullscreen\\n        mozallowfullscreen\\n        webkitallowfullscreen\\n        oallowfullscreen\\n        allowfullscreen>\\n    </iframe>\\n</div>',id:\"VmG1Zbnxq\",layoutId:\"VmG1Zbnxq\",radius:\"0px\",style:{width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6f0uh4\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:37,intrinsicWidth:150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+70.06+0+831.5+0+0+0+-37.25),pixelHeight:74,pixelWidth:300,src:\"https://framerusercontent.com/images/zYluCvKEeFu5CJbC572XzW31Zo.png\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:37,intrinsicWidth:150,pixelHeight:74,pixelWidth:300,src:\"https://framerusercontent.com/images/zYluCvKEeFu5CJbC572XzW31Zo.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:37,intrinsicWidth:150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-431.7637+0+644+7+338.0077+13.9815),pixelHeight:74,pixelWidth:300,src:\"https://framerusercontent.com/images/zYluCvKEeFu5CJbC572XzW31Zo.png\"},className:\"framer-1mpv0el\",\"data-framer-name\":\"Image\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q4miji hidden-vcrtlr\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(251, 176, 60)\"},children:\"EXPERTS IN THE CITY HIVE PLATFORM\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(251, 176, 60)\"},children:\"EXPERTS IN THE CITY HIVE PLATFORM\"})}),className:\"framer-kkjeg2\",\"data-framer-name\":\"Text\",fonts:[\"FS;Red Hat Display-extrabold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{height:50,width:`calc(${componentViewport?.width||\"100vw\"} - 187px)`,y:28},hmX39_cxl:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"100vw\",y:20,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-snjhtu-container\",layoutScroll:true,nodeId:\"mMQqK6phn\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{__framer__scrollDirection:{direction:\"down\",target:\"cBJdRNrPG\"},style:{height:\"100%\",width:\"100%\"},variant:\"N8gjMo_w0\"},hmX39_cxl:{variant:\"WVwnpCf7j\"}},children:/*#__PURE__*/_jsx(NavbarWithVariantAppearEffect,{__framer__animateOnce:true,__framer__scrollDirection:{direction:\"down\",target:\"SndyLBcPW\"},__framer__threshold:0,__framer__variantAppearEffectEnabled:true,d3PIu6JBi:\"w8rStHjBk\",height:\"100%\",id:\"mMQqK6phn\",layoutId:\"mMQqK6phn\",style:{width:\"100%\"},variant:\"PP5wyjmXI\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-zb7ybj\",\"data-framer-name\":\"Benefits section\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3xxw5y\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-e0bru2\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWV4dHJhYm9sZA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\"},children:\"Are You Currently Struggling With:\"})}),fonts:[\"FS;Red Hat Display-extrabold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Are You Currently Struggling With:\"})}),className:\"framer-bimm95\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dj79u\",\"data-framer-name\":\"Benefits\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`max(min(max(${componentViewport?.width||\"100vw\"} * 0.9128 - 32px, 50px), 1200px), 50px)`,y:(componentViewport?.y||0)+0+764+200+0+40+67.2+0+0},hmX39_cxl:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:329,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9333 - 32px, 1200px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+269+60+0+40+77.2+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16p2une-container\",nodeId:\"LxEyrldq6\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BenefitItem,{height:\"100%\",id:\"LxEyrldq6\",J5hD1QPXh:\"Not Enough Customers?\",layoutId:\"LxEyrldq6\",style:{height:\"100%\",width:\"100%\"},variant:\"V0xfiWC2K\",width:\"100%\",wzeLhDFdh:\"No targeted marketing means shoppers walk straight into your competitors\u2019 stores.\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`max(min(max(${componentViewport?.width||\"100vw\"} * 0.9128 - 32px, 50px), 1200px), 50px)`,y:(componentViewport?.y||0)+0+764+200+0+40+67.2+0+353},hmX39_cxl:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:329,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9333 - 32px, 1200px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+269+60+0+40+77.2+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pn8iae-container\",nodeId:\"MsMXLIzmq\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BenefitItem,{height:\"100%\",id:\"MsMXLIzmq\",J5hD1QPXh:\"No Time or Staff to Execute?\",layoutId:\"MsMXLIzmq\",style:{height:\"100%\",width:\"100%\"},variant:\"G8RUkXMVA\",width:\"100%\",wzeLhDFdh:\"You're already busy... Running inventory and staff keeps you from growing your sales.\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`max(min(max(${componentViewport?.width||\"100vw\"} * 0.9128 - 32px, 50px), 1200px), 50px)`,y:(componentViewport?.y||0)+0+764+200+0+40+67.2+0+706},hmX39_cxl:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:329,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9333 - 32px, 1200px) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+269+60+0+40+77.2+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hdo8hb-container\",nodeId:\"T0Pv9EC2r\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(BenefitItem,{height:\"100%\",id:\"T0Pv9EC2r\",J5hD1QPXh:\"Unsure Marketing Tactics?\",layoutId:\"T0Pv9EC2r\",style:{height:\"100%\",width:\"100%\"},variant:\"wli8MI__Q\",width:\"100%\",wzeLhDFdh:\"Social media, ads, email campaigns? It's tough to know where to begin and easy to waste time and money.\"})})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16pd6rd\",\"data-framer-name\":\"Main Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r445cy\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7h3723\",\"data-framer-name\":\"Shape\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWV4dHJhYm9sZCBpdGFsaWM=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\"},children:\"Liquor stores that trust us with their brands:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWV4dHJhYm9sZCBpdGFsaWM=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\"},children:\"Liquor stores that trust us with their brands:\"})}),className:\"framer-je15zv\",\"data-framer-name\":\"Text\",fonts:[\"FS;Red Hat Display-extrabold italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x6kpvq\",\"data-framer-name\":\"Shape\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5o9elh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"o4LtLNOgX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{speed:15}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:21,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"o4LtLNOgX\",layoutId:\"o4LtLNOgX\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:true,paddingRight:10,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j1lbkm\",\"data-framer-name\":\"Logo Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:134,width:\"185px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-wlg1ma-container\",inComponentSlot:true,nodeId:\"s6QGAk3Bk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperClientsLogo,{height:\"100%\",id:\"s6QGAk3Bk\",layoutId:\"s6QGAk3Bk\",RjHY3scMX:addImageAlt({pixelHeight:300,pixelWidth:500,src:\"https://framerusercontent.com/images/aXNgam7JxPw5AhOz44ECH3JA.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:108,width:\"151px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7xfmtx-container\",inComponentSlot:true,nodeId:\"PiWK3IpZY\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperClientsLogo,{height:\"100%\",id:\"PiWK3IpZY\",layoutId:\"PiWK3IpZY\",RjHY3scMX:addImageAlt({pixelHeight:300,pixelWidth:500,src:\"https://framerusercontent.com/images/RPBvgmnYnH5OoiZjMt55QBfN4Ko.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,width:\"171px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kpob4n-container\",inComponentSlot:true,nodeId:\"JoCtdDaX0\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperClientsLogo,{height:\"100%\",id:\"JoCtdDaX0\",layoutId:\"JoCtdDaX0\",RjHY3scMX:addImageAlt({pixelHeight:300,pixelWidth:500,src:\"https://framerusercontent.com/images/GFjG0AaCCeAMHcZzswg2J6xCtNU.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:99,width:\"181px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1govot2-container\",inComponentSlot:true,nodeId:\"wSG_KxoM3\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperClientsLogo,{height:\"100%\",id:\"wSG_KxoM3\",layoutId:\"wSG_KxoM3\",RjHY3scMX:addImageAlt({pixelHeight:300,pixelWidth:500,src:\"https://framerusercontent.com/images/X8UpU4iIA4ObS8iqD7Fh6zOYw.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:125,width:\"248px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o2yi2p-container\",inComponentSlot:true,nodeId:\"PL4trSF6j\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperClientsLogo,{height:\"100%\",id:\"PL4trSF6j\",layoutId:\"PL4trSF6j\",RjHY3scMX:addImageAlt({pixelHeight:300,pixelWidth:500,src:\"https://framerusercontent.com/images/1MkzlUhQyOTfTvLbjProjMhIEQE.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,width:\"183px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-16oq7nm-container\",inComponentSlot:true,nodeId:\"CjRpVzDXx\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperClientsLogo,{height:\"100%\",id:\"CjRpVzDXx\",layoutId:\"CjRpVzDXx\",RjHY3scMX:addImageAlt({pixelHeight:300,pixelWidth:500,src:\"https://framerusercontent.com/images/yVBC4sXCXf9nmvcaC5Mwm2bHQ.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"111.2045px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-19l4ku2-container\",inComponentSlot:true,nodeId:\"TMB9U5sqO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperClientsLogo,{height:\"100%\",id:\"TMB9U5sqO\",layoutId:\"TMB9U5sqO\",RjHY3scMX:addImageAlt({pixelHeight:300,pixelWidth:500,src:\"https://framerusercontent.com/images/5DqAtHl5ckMk3xiRQH5N9tltEk.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"111.2045px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-637n38-container\",inComponentSlot:true,nodeId:\"EAl1zkHOc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperClientsLogo,{height:\"100%\",id:\"EAl1zkHOc\",layoutId:\"EAl1zkHOc\",RjHY3scMX:addImageAlt({pixelHeight:300,pixelWidth:500,src:\"https://framerusercontent.com/images/xJZu8RJNx5Sruu3HRBRTSmTwk.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"111.2045px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-uw7l9o-container\",inComponentSlot:true,nodeId:\"Ri400EuGH\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperClientsLogo,{height:\"100%\",id:\"Ri400EuGH\",layoutId:\"Ri400EuGH\",RjHY3scMX:addImageAlt({pixelHeight:300,pixelWidth:500,src:\"https://framerusercontent.com/images/EDMnMR0UcpKpvlog4kgtXJszJBc.png\"},\"\"),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g5t3ok\",\"data-framer-name\":\"Sub Container\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-30v4ej\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11roiha\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+0+2131+100+84.9297+22+0+0+0+0+0},hmX39_cxl:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+789+40+112.85+40.3+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4i73xd-container\",nodeId:\"fPGWXPeZ1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\",height:\"100%\",id:\"fPGWXPeZ1\",iho0wvMCB:\"Case Study\",layoutId:\"fPGWXPeZ1\",RkDQgR3T9:\"8px 10px 8px 10px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",variant:\"rK6NJmZ2D\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1urnzs6\",\"data-styles-preset\":\"HTjkwjYnc\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\\"... We are up $700,000 in 2024 - I couldn't be happier with Alden's team for making it happen.\\\"\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1urnzs6\",\"data-styles-preset\":\"HTjkwjYnc\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\\"... We are up $700,000 in 2024 - I couldn't be happier with Alden's team for making it happen.\\\"\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1urnzs6\",\"data-styles-preset\":\"HTjkwjYnc\",children:\"\\\"... We are up $700,000 in 2024 - I couldn't be happier with Alden's team for making it happen.\\\"\"})}),className:\"framer-1lbr8rr\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"Pete | Store Owner\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Retail Liquor Store\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"Chicago, IL\"]})]})},hmX39_cxl:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"Pete | Store Owner\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Retail Liquor Store\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"Chicago, IL\"]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:\"Pete | Store Owner\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-d3288l\",\"data-styles-preset\":\"Q8I0V3QLW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-6ba87c4b-8f80-4906-90b8-e7166e99f2a7, rgb(76, 76, 76))\"},children:[/*#__PURE__*/_jsxs(\"strong\",{children:[\"Retail Liquor Store\",/*#__PURE__*/_jsx(\"br\",{})]}),\"Chicago, IL\"]})]}),className:\"framer-nzaf88\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kkmqc3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KPyLdl_bs\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<script src=\"https://fast.wistia.com/player.js\" async></script><script src=\"https://fast.wistia.com/embed/qkqygubk7t.js\" async type=\"module\"></script><style>wistia-player[media-id=\\'qkqygubk7t\\']:not(:defined) { background: center / contain no-repeat url(\\'https://fast.wistia.com/embed/medias/qkqygubk7t/swatch\\'); display: block; filter: blur(5px); padding-top:56.25%; }</style> <wistia-player media-id=\"qkqygubk7t\" aspect=\"1.7777777777777777\"></wistia-player>',id:\"KPyLdl_bs\",layoutId:\"KPyLdl_bs\",radius:\"0px\",style:{width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qfpp5\",\"data-framer-name\":\"Stickies\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fk8bkw\",\"data-border\":true,\"data-framer-name\":\"Section 1\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2840+0+0+-27.9999),pixelHeight:3767,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:\"1985px\",src:\"https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png\",srcSet:\"https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png 8000w\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fit\",pixelHeight:3767,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:\"1985px\",src:\"https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png\",srcSet:\"https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png 8000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1383+0+0+-27.9999),pixelHeight:3767,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:\"1985px\",src:\"https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png\",srcSet:\"https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/HS6yQoEK9UmQSZbfisnvGmghUU.png 8000w\"},className:\"framer-1puyde4\",style:{rotate:351}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x8mifr\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s301lz\",\"data-framer-name\":\"Number\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"150px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"200px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1\"})}),className:\"framer-16kmdjn\",fonts:[\"FS;Red Hat Display-black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o8exre\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-fqbdtz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 59.992 59.967\" overflow=\"visible\"><path d=\"M 55.727 22 C 56.811 22.903 57.097 25.113 57.247 26.436 C 57.529 30.041 56.572 33.172 54.323 36.008 L 54.145 36.241 C 53.631 36.883 52.985 37.376 52.335 37.876 L 52.05 38.095 C 50.121 39.51 50.121 39.51 49.294 39.51 L 49.377 39.809 C 49.723 41.081 50.024 42.361 50.319 43.645 L 50.475 44.319 C 50.582 44.786 50.69 45.252 50.797 45.719 C 50.934 46.318 51.072 46.917 51.21 47.516 C 51.317 47.978 51.423 48.439 51.529 48.901 L 51.682 49.565 C 51.753 49.872 51.823 50.179 51.894 50.486 L 51.958 50.762 C 52.101 51.39 52.101 51.39 52.101 51.65 L 52.544 51.689 C 53.205 51.763 53.84 51.912 54.486 52.068 L 54.861 52.158 C 55.122 52.221 55.383 52.285 55.643 52.348 C 56.041 52.445 56.439 52.54 56.837 52.634 C 57.091 52.696 57.345 52.758 57.6 52.82 L 57.958 52.904 C 58.715 53.092 59.308 53.277 59.803 53.912 C 60.047 54.467 60.01 55.026 59.937 55.619 C 59.679 56.162 59.411 56.398 58.885 56.669 C 58.573 56.761 58.269 56.84 57.953 56.91 L 57.673 56.976 C 57.367 57.046 57.061 57.116 56.755 57.186 C 55.968 57.368 55.181 57.549 54.393 57.728 C 53.826 57.858 53.259 57.989 52.692 58.119 C 51.707 58.346 50.722 58.571 49.737 58.795 C 49.157 58.927 48.578 59.062 48 59.199 C 47.668 59.278 47.336 59.356 47.004 59.433 C 46.785 59.485 46.566 59.538 46.347 59.592 C 44.229 60.084 44.229 60.084 43.497 59.639 C 43.126 59.333 42.898 59.114 42.744 58.654 C 42.728 58.445 42.718 58.236 42.715 58.026 L 42.706 57.695 C 42.767 57.18 42.98 56.892 43.357 56.544 L 43.665 56.305 L 44.013 56.029 L 44.196 55.884 C 44.51 55.632 44.814 55.37 45.12 55.108 C 45.658 54.65 46.207 54.208 46.765 53.773 L 46.973 53.608 C 47.254 53.387 47.535 53.171 47.829 52.968 C 48.088 52.794 48.088 52.794 48.358 52.467 C 48.378 52.237 48.378 52.237 48.334 51.989 L 48.293 51.706 C 48.211 51.243 48.111 50.786 48.003 50.329 L 47.93 50.017 C 47.878 49.796 47.826 49.574 47.774 49.352 C 47.692 49.002 47.61 48.651 47.528 48.3 C 47.355 47.556 47.18 46.812 47.006 46.069 C 46.804 45.205 46.601 44.34 46.4 43.476 C 46.319 43.131 46.238 42.785 46.157 42.439 C 46.107 42.228 46.058 42.017 46.009 41.805 L 45.94 41.514 C 45.845 41.105 45.785 40.75 45.785 40.327 L 45.567 40.336 C 41.842 40.472 38.655 39.428 35.905 36.881 C 33.438 34.501 32.246 31.339 32.101 27.953 L 32.078 27.677 C 31.933 25.908 31.933 25.908 32.304 25.269 C 32.609 24.982 32.909 24.779 33.271 24.568 L 33.659 24.32 C 36.043 22.842 38.799 22.306 41.544 22.912 C 42.182 23.079 42.801 23.303 43.424 23.518 C 47.039 24.757 50.716 24.589 54.177 22.919 C 54.721 22.649 55.252 22.384 55.727 22 Z M 4.148 22 L 4.444 22.18 C 7.669 24.098 11.458 24.894 15.142 23.985 C 15.77 23.804 16.385 23.586 17.001 23.369 C 19.903 22.372 22.639 22.493 25.418 23.791 C 26.342 24.261 27.157 24.887 27.891 25.619 C 27.915 25.971 27.924 26.31 27.92 26.662 L 27.917 26.978 C 27.859 30.813 26.76 34.265 23.971 36.999 C 21.271 39.529 18.069 40.438 14.431 40.334 L 14.206 40.327 L 14.163 40.727 C 14.094 41.272 13.977 41.799 13.851 42.333 L 13.778 42.644 C 13.726 42.866 13.674 43.087 13.622 43.309 C 13.54 43.66 13.458 44.011 13.376 44.361 C 13.144 45.359 12.91 46.355 12.676 47.352 C 12.533 47.963 12.39 48.574 12.248 49.186 C 12.167 49.531 12.086 49.876 12.005 50.222 C 11.955 50.433 11.906 50.645 11.857 50.857 L 11.788 51.147 C 11.63 51.8 11.63 51.8 11.633 52.467 C 11.843 52.689 12.071 52.894 12.313 53.08 L 12.524 53.25 C 12.666 53.365 12.809 53.479 12.952 53.592 C 13.227 53.809 13.497 54.032 13.768 54.254 C 14.072 54.502 14.376 54.749 14.68 54.997 C 14.946 55.214 15.212 55.431 15.478 55.648 L 15.736 55.857 C 17.183 57.041 17.183 57.041 17.286 57.759 C 17.298 58.476 17.216 58.894 16.779 59.471 C 16.063 59.991 15.292 59.895 14.447 59.771 C 14.092 59.701 13.74 59.622 13.387 59.539 L 12.985 59.448 C 12.552 59.349 12.118 59.249 11.685 59.148 L 10.776 58.939 C 10.143 58.794 9.51 58.648 8.877 58.5 C 8.147 58.33 7.417 58.162 6.686 57.996 C 5.981 57.835 5.275 57.672 4.57 57.508 C 4.271 57.439 3.972 57.371 3.673 57.302 C 3.255 57.207 2.838 57.11 2.421 57.012 L 2.047 56.927 C 1.281 56.745 0.688 56.566 0.189 55.925 C -0.055 55.37 -0.018 54.811 0.054 54.218 C 0.313 53.673 0.584 53.447 1.107 53.167 C 1.414 53.068 1.414 53.068 1.746 52.988 L 2.124 52.896 L 2.529 52.801 L 2.948 52.701 C 3.24 52.631 3.532 52.562 3.824 52.493 C 4.271 52.387 4.718 52.28 5.165 52.172 C 5.449 52.105 5.732 52.037 6.016 51.97 L 6.422 51.872 L 6.799 51.784 L 7.131 51.705 C 7.423 51.65 7.423 51.65 7.891 51.65 L 7.974 51.247 C 8.263 49.862 8.57 48.483 8.886 47.104 L 9.033 46.464 C 9.134 46.022 9.235 45.58 9.337 45.138 C 9.467 44.571 9.596 44.004 9.726 43.437 C 9.826 42.999 9.927 42.561 10.027 42.122 L 10.171 41.495 C 10.237 41.204 10.304 40.914 10.371 40.624 L 10.43 40.363 C 10.567 39.77 10.567 39.77 10.698 39.51 L 10.399 39.419 C 9.089 38.956 7.992 38.203 6.955 37.292 L 6.589 37.015 C 4.587 35.19 3.401 32.666 2.861 30.055 L 2.793 29.735 C 2.452 27.075 2.879 24.523 4.031 22.117 Z M 12.695 9.953 L 13.155 10.058 C 13.568 10.153 13.981 10.249 14.394 10.346 C 14.828 10.447 15.262 10.547 15.696 10.647 C 16.424 10.815 17.152 10.984 17.881 11.153 C 18.721 11.349 19.561 11.543 20.402 11.737 C 21.212 11.924 22.023 12.112 22.833 12.299 C 23.177 12.379 23.521 12.459 23.865 12.538 C 24.271 12.632 24.676 12.726 25.082 12.821 C 25.3 12.871 25.519 12.922 25.737 12.972 C 27.576 13.404 27.576 13.404 28.051 13.865 C 28.511 14.624 28.495 15.279 28.451 16.137 L 28.435 16.503 C 28.424 16.758 28.412 17.013 28.399 17.269 C 28.381 17.657 28.363 18.045 28.346 18.433 C 28.33 18.798 28.313 19.162 28.296 19.527 C 28.263 20.198 28.206 20.867 28.124 21.533 L 27.764 21.349 C 24.339 19.612 20.717 18.766 16.939 19.945 C 16.498 20.09 16.06 20.243 15.622 20.398 C 14.711 20.711 13.771 21.025 12.803 21.066 L 12.426 21.084 C 9.984 21.146 7.393 20.537 5.551 18.848 C 5.624 18.42 5.743 18.054 5.917 17.657 L 6.074 17.297 L 6.244 16.912 L 6.419 16.51 C 6.573 16.157 6.728 15.804 6.882 15.452 C 7.098 14.961 7.313 14.469 7.527 13.978 C 7.645 13.708 7.764 13.438 7.882 13.169 C 8.121 12.625 8.359 12.081 8.586 11.532 L 8.683 11.3 C 8.76 11.111 8.837 10.923 8.913 10.734 C 9.706 9.17 11.311 9.628 12.695 9.953 Z M 50.464 9.977 C 50.984 10.522 51.262 11.083 51.551 11.775 L 51.688 12.096 C 51.834 12.437 51.979 12.779 52.123 13.121 C 52.223 13.355 52.322 13.589 52.422 13.823 C 52.57 14.169 52.718 14.515 52.865 14.862 C 53.13 15.488 53.401 16.111 53.676 16.733 L 53.844 17.11 C 53.941 17.328 54.039 17.546 54.137 17.763 L 54.262 18.046 L 54.368 18.28 C 54.44 18.498 54.44 18.498 54.44 18.965 C 52.956 20.15 50.848 20.985 48.943 21.066 L 48.563 21.084 C 46.909 21.126 45.48 20.786 43.929 20.249 C 40.572 19.095 36.946 19.065 33.69 20.603 C 33.233 20.826 32.784 21.062 32.335 21.3 C 32.179 21.378 32.023 21.456 31.867 21.533 C 31.727 20.378 31.675 19.222 31.622 18.061 C 31.61 17.803 31.597 17.544 31.583 17.286 C 31.563 16.911 31.546 16.535 31.529 16.159 L 31.509 15.813 C 31.483 15.149 31.492 14.518 31.867 13.946 C 32.275 13.562 32.616 13.398 33.157 13.265 L 33.382 13.209 C 33.656 13.141 33.931 13.077 34.206 13.012 L 34.922 12.84 C 35.716 12.652 36.511 12.465 37.306 12.281 L 38.023 12.114 C 38.774 11.939 39.525 11.764 40.277 11.59 C 41.139 11.39 42.002 11.189 42.864 10.987 C 43.535 10.83 44.205 10.674 44.876 10.518 C 45.275 10.426 45.675 10.333 46.073 10.239 C 46.517 10.135 46.962 10.032 47.406 9.93 L 47.802 9.836 C 49.626 9.419 49.626 9.419 50.464 9.977 Z M 39.937 0.638 C 40.504 0.91 40.838 1.238 41.107 1.806 C 41.305 2.922 40.855 3.71 40.295 4.644 C 40.214 4.783 40.133 4.923 40.053 5.063 C 39.822 5.457 39.589 5.85 39.353 6.241 L 39.176 6.54 C 38.338 7.946 38.338 7.946 37.715 8.226 C 37.066 8.323 36.49 8.31 35.895 8.029 C 35.427 7.586 35.205 7.189 35.181 6.541 C 35.206 5.603 35.671 4.899 36.151 4.126 C 36.235 3.985 36.32 3.843 36.403 3.702 C 36.567 3.428 36.732 3.156 36.899 2.885 C 37.164 2.451 37.421 2.012 37.676 1.572 C 38.247 0.719 38.958 0.531 39.937 0.638 Z M 21.224 0.638 C 22.011 1.031 22.409 1.686 22.832 2.432 L 22.953 2.644 C 23.079 2.865 23.204 3.087 23.329 3.308 L 23.581 3.752 C 23.737 4.026 23.892 4.3 24.047 4.574 C 24.161 4.775 24.276 4.976 24.394 5.175 C 24.8 5.862 24.841 6.391 24.733 7.175 C 24.477 7.714 24.207 7.961 23.68 8.226 C 23.341 8.276 23.341 8.276 22.986 8.277 L 22.632 8.284 C 22.18 8.21 21.892 8.081 21.575 7.759 C 21.277 7.339 21.028 6.895 20.778 6.446 L 20.563 6.065 C 20.42 5.813 20.278 5.56 20.137 5.308 C 19.963 5.002 19.783 4.701 19.597 4.402 C 19.134 3.65 18.73 2.988 18.819 2.071 C 18.959 1.506 19.238 1.209 19.66 0.828 C 20.194 0.571 20.64 0.544 21.224 0.638 Z M 30.698 0.055 C 31.233 0.308 31.51 0.568 31.75 1.105 C 31.804 1.558 31.802 2.009 31.801 2.465 L 31.803 2.866 C 31.804 3.145 31.803 3.425 31.802 3.704 C 31.801 4.131 31.805 4.558 31.808 4.984 C 31.809 5.256 31.809 5.528 31.808 5.8 L 31.812 6.185 C 31.806 6.902 31.767 7.333 31.282 7.876 C 30.672 8.349 30.036 8.316 29.294 8.226 C 28.758 7.972 28.481 7.712 28.241 7.175 C 28.188 6.722 28.19 6.271 28.191 5.815 L 28.189 5.414 C 28.188 5.135 28.188 4.856 28.189 4.576 C 28.19 4.149 28.187 3.723 28.183 3.296 C 28.183 3.024 28.183 2.753 28.183 2.481 L 28.179 2.095 C 28.186 1.379 28.225 0.948 28.709 0.405 C 29.32 -0.069 29.955 -0.036 30.698 0.055 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-gn1gr4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28.004 37.967\" overflow=\"visible\"><path d=\"M 23.739 0 C 24.823 0.902 25.109 3.113 25.259 4.436 C 25.541 8.041 24.584 11.172 22.335 14.008 L 22.157 14.241 C 21.643 14.883 20.997 15.376 20.347 15.875 L 20.062 16.095 C 18.133 17.51 18.133 17.51 17.306 17.51 L 17.389 17.809 C 17.735 19.081 18.036 20.361 18.331 21.645 L 18.487 22.319 C 18.594 22.786 18.702 23.252 18.809 23.719 C 18.946 24.318 19.084 24.917 19.222 25.515 C 19.329 25.977 19.435 26.439 19.541 26.901 L 19.694 27.564 C 19.765 27.871 19.835 28.178 19.906 28.485 L 19.97 28.762 C 20.113 29.389 20.113 29.389 20.113 29.65 L 20.556 29.689 C 21.217 29.763 21.852 29.911 22.498 30.068 L 22.873 30.158 C 23.134 30.221 23.395 30.285 23.655 30.348 C 24.053 30.445 24.451 30.54 24.849 30.634 C 25.103 30.696 25.357 30.757 25.612 30.819 L 25.97 30.904 C 26.727 31.092 27.32 31.277 27.815 31.912 C 28.059 32.466 28.022 33.026 27.949 33.619 C 27.691 34.162 27.423 34.397 26.897 34.669 C 26.585 34.761 26.281 34.84 25.965 34.91 L 25.685 34.976 C 25.379 35.046 25.073 35.116 24.767 35.185 C 23.98 35.368 23.193 35.548 22.405 35.728 C 21.838 35.858 21.271 35.988 20.704 36.119 C 19.719 36.346 18.734 36.571 17.749 36.795 C 17.169 36.927 16.59 37.062 16.012 37.199 C 15.68 37.278 15.348 37.356 15.016 37.433 C 14.797 37.485 14.578 37.538 14.359 37.591 C 12.241 38.084 12.241 38.084 11.509 37.638 C 11.138 37.333 10.91 37.113 10.756 36.654 C 10.74 36.445 10.73 36.236 10.727 36.026 L 10.718 35.695 C 10.779 35.179 10.992 34.892 11.369 34.544 L 11.677 34.304 L 12.025 34.029 L 12.208 33.884 C 12.522 33.632 12.826 33.369 13.132 33.108 C 13.67 32.65 14.219 32.208 14.777 31.773 L 14.985 31.608 C 15.266 31.387 15.547 31.171 15.841 30.968 C 16.1 30.794 16.1 30.794 16.37 30.467 C 16.39 30.237 16.39 30.237 16.346 29.989 L 16.305 29.705 C 16.223 29.243 16.123 28.786 16.015 28.329 L 15.942 28.017 C 15.89 27.795 15.838 27.574 15.786 27.352 C 15.704 27.002 15.622 26.651 15.54 26.3 C 15.367 25.556 15.192 24.812 15.018 24.069 C 14.816 23.204 14.613 22.34 14.412 21.476 C 14.331 21.13 14.25 20.785 14.169 20.439 C 14.119 20.228 14.07 20.017 14.021 19.805 L 13.952 19.514 C 13.857 19.105 13.797 18.75 13.797 18.327 L 13.579 18.336 C 9.854 18.472 6.667 17.428 3.917 14.88 C 1.45 12.501 0.258 9.339 0.113 5.953 L 0.09 5.677 C -0.055 3.908 -0.055 3.908 0.316 3.268 C 0.621 2.982 0.921 2.779 1.283 2.568 L 1.671 2.32 C 4.055 0.842 6.811 0.306 9.556 0.912 C 10.194 1.079 10.813 1.303 11.436 1.518 C 15.051 2.757 18.728 2.589 22.189 0.919 C 22.733 0.648 23.264 0.384 23.739 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1gv5dfm\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27.921 37.869\" overflow=\"visible\"><path d=\"M 4.148 0 L 4.444 0.18 C 7.669 2.098 11.458 2.894 15.142 1.984 C 15.77 1.804 16.385 1.586 17.001 1.369 C 19.903 0.372 22.639 0.493 25.418 1.791 C 26.342 2.261 27.157 2.887 27.891 3.619 C 27.915 3.971 27.924 4.31 27.92 4.662 L 27.917 4.978 C 27.859 8.813 26.76 12.265 23.971 14.999 C 21.271 17.529 18.069 18.438 14.431 18.334 L 14.206 18.327 L 14.163 18.727 C 14.094 19.271 13.977 19.799 13.851 20.333 L 13.778 20.644 C 13.726 20.866 13.674 21.087 13.622 21.309 C 13.54 21.66 13.458 22.01 13.376 22.361 C 13.144 23.358 12.91 24.355 12.676 25.352 C 12.533 25.963 12.39 26.574 12.248 27.185 C 12.167 27.531 12.086 27.876 12.005 28.221 C 11.955 28.433 11.906 28.645 11.857 28.857 L 11.788 29.147 C 11.63 29.8 11.63 29.8 11.633 30.467 C 11.843 30.689 12.071 30.894 12.313 31.08 L 12.524 31.25 C 12.666 31.365 12.809 31.479 12.952 31.592 C 13.227 31.809 13.497 32.032 13.768 32.254 C 14.072 32.502 14.376 32.749 14.68 32.997 C 14.946 33.214 15.212 33.431 15.478 33.648 L 15.736 33.857 C 17.183 35.041 17.183 35.041 17.286 35.759 C 17.298 36.476 17.216 36.894 16.779 37.471 C 16.063 37.991 15.292 37.895 14.447 37.771 C 14.092 37.701 13.74 37.622 13.387 37.539 L 12.985 37.448 C 12.552 37.349 12.118 37.249 11.685 37.148 L 10.776 36.939 C 10.143 36.794 9.51 36.648 8.877 36.5 C 8.147 36.33 7.417 36.162 6.686 35.996 C 5.981 35.834 5.275 35.672 4.57 35.508 C 4.271 35.439 3.972 35.371 3.673 35.302 C 3.255 35.207 2.838 35.109 2.421 35.012 L 2.047 34.927 C 1.281 34.745 0.688 34.566 0.189 33.925 C -0.055 33.37 -0.018 32.811 0.054 32.218 C 0.313 31.673 0.584 31.446 1.107 31.167 C 1.414 31.068 1.414 31.068 1.746 30.988 L 2.124 30.896 L 2.529 30.801 L 2.948 30.701 C 3.24 30.631 3.532 30.561 3.824 30.492 C 4.271 30.387 4.718 30.28 5.165 30.172 C 5.449 30.104 5.732 30.037 6.016 29.969 L 6.422 29.872 L 6.799 29.783 L 7.131 29.705 C 7.423 29.65 7.423 29.65 7.891 29.65 L 7.974 29.246 C 8.263 27.862 8.57 26.482 8.886 25.104 L 9.033 24.464 C 9.134 24.022 9.235 23.58 9.337 23.138 C 9.467 22.571 9.596 22.004 9.726 21.437 C 9.826 20.999 9.927 20.561 10.027 20.122 L 10.171 19.494 C 10.237 19.204 10.304 18.914 10.371 18.624 L 10.43 18.362 C 10.567 17.77 10.567 17.77 10.698 17.51 L 10.399 17.419 C 9.089 16.955 7.992 16.203 6.955 15.292 L 6.589 15.015 C 4.587 13.19 3.401 10.666 2.861 8.054 L 2.793 7.735 C 2.452 5.075 2.879 2.523 4.031 0.117 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16z4bof\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.921 11.904\" overflow=\"visible\"><path d=\"M 7.144 0.324 L 7.603 0.429 C 8.017 0.524 8.43 0.62 8.843 0.716 C 9.276 0.817 9.71 0.917 10.144 1.017 C 10.873 1.185 11.601 1.354 12.329 1.524 C 13.169 1.719 14.01 1.914 14.85 2.107 C 15.661 2.294 16.471 2.482 17.282 2.67 C 17.626 2.75 17.97 2.829 18.314 2.908 C 18.719 3.002 19.125 3.096 19.53 3.191 C 19.749 3.242 19.967 3.292 20.186 3.342 C 22.025 3.774 22.025 3.774 22.5 4.236 C 22.959 4.994 22.944 5.649 22.9 6.507 L 22.884 6.873 C 22.873 7.128 22.861 7.384 22.848 7.639 C 22.829 8.027 22.812 8.415 22.795 8.803 C 22.778 9.168 22.762 9.533 22.745 9.898 C 22.712 10.568 22.654 11.237 22.573 11.904 L 22.213 11.72 C 18.788 9.982 15.165 9.136 11.388 10.315 C 10.947 10.46 10.509 10.614 10.071 10.768 C 9.16 11.082 8.22 11.396 7.251 11.437 L 6.875 11.455 C 4.433 11.516 1.842 10.908 0 9.219 C 0.072 8.791 0.192 8.424 0.366 8.027 L 0.522 7.668 L 0.692 7.282 L 0.868 6.88 C 1.022 6.527 1.176 6.175 1.331 5.822 C 1.547 5.331 1.761 4.84 1.976 4.348 C 2.094 4.078 2.212 3.809 2.331 3.539 C 2.569 2.995 2.808 2.451 3.035 1.902 L 3.131 1.67 C 3.209 1.482 3.286 1.293 3.362 1.104 C 4.155 -0.46 5.76 -0.002 7.144 0.324 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8uvfl0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.94 11.994\" overflow=\"visible\"><path d=\"M 18.963 0.437 C 19.484 0.983 19.761 1.544 20.05 2.235 L 20.188 2.556 C 20.334 2.898 20.478 3.24 20.623 3.582 C 20.722 3.816 20.822 4.05 20.922 4.284 C 21.07 4.63 21.217 4.976 21.365 5.322 C 21.63 5.948 21.901 6.572 22.176 7.194 L 22.344 7.571 C 22.441 7.789 22.539 8.007 22.637 8.224 L 22.762 8.506 L 22.868 8.741 C 22.94 8.959 22.94 8.959 22.94 9.426 C 21.456 10.61 19.348 11.445 17.443 11.527 L 17.063 11.545 C 15.408 11.586 13.98 11.246 12.428 10.71 C 9.072 9.556 5.446 9.526 2.189 11.064 C 1.733 11.287 1.284 11.522 0.835 11.76 C 0.679 11.839 0.523 11.916 0.367 11.994 C 0.227 10.839 0.175 9.683 0.122 8.521 C 0.11 8.263 0.097 8.005 0.083 7.747 C 0.063 7.371 0.046 6.996 0.029 6.62 L 0.009 6.273 C -0.017 5.61 -0.008 4.979 0.367 4.406 C 0.775 4.022 1.116 3.858 1.657 3.726 L 1.881 3.67 C 2.156 3.602 2.431 3.537 2.706 3.472 L 3.422 3.301 C 4.216 3.113 5.01 2.926 5.805 2.741 L 6.523 2.575 C 7.274 2.399 8.025 2.225 8.776 2.051 C 9.639 1.85 10.502 1.649 11.364 1.447 C 12.035 1.291 12.705 1.135 13.376 0.979 C 13.775 0.886 14.174 0.794 14.573 0.7 C 15.017 0.596 15.461 0.493 15.906 0.391 L 16.301 0.297 C 18.126 -0.12 18.126 -0.12 18.963 0.437 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1pqx7po\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.973 7.669\" overflow=\"visible\"><path d=\"M 4.756 0.027 C 5.322 0.299 5.657 0.627 5.926 1.194 C 6.124 2.311 5.673 3.099 5.114 4.033 C 5.033 4.172 4.952 4.312 4.871 4.452 C 4.641 4.846 4.408 5.239 4.171 5.63 L 3.994 5.929 C 3.157 7.335 3.157 7.335 2.534 7.615 C 1.885 7.711 1.309 7.699 0.714 7.418 C 0.246 6.975 0.024 6.578 0 5.93 C 0.025 4.992 0.489 4.288 0.969 3.515 C 1.054 3.373 1.138 3.232 1.222 3.091 C 1.385 2.817 1.55 2.545 1.717 2.274 C 1.983 1.84 2.24 1.401 2.495 0.961 C 3.065 0.108 3.776 -0.08 4.756 0.027 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jet65j\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.977 7.695\" overflow=\"visible\"><path d=\"M 2.417 0.05 C 3.204 0.443 3.602 1.097 4.025 1.844 L 4.146 2.055 C 4.272 2.276 4.397 2.498 4.522 2.72 L 4.775 3.164 C 4.93 3.437 5.086 3.711 5.241 3.985 C 5.354 4.187 5.47 4.387 5.587 4.586 C 5.993 5.273 6.034 5.802 5.926 6.587 C 5.67 7.126 5.4 7.372 4.873 7.637 C 4.534 7.688 4.534 7.688 4.179 7.688 L 3.825 7.695 C 3.373 7.622 3.085 7.492 2.768 7.17 C 2.471 6.75 2.221 6.307 1.971 5.857 L 1.756 5.477 C 1.613 5.224 1.471 4.972 1.33 4.719 C 1.156 4.414 0.976 4.112 0.79 3.814 C 0.327 3.061 -0.077 2.4 0.013 1.482 C 0.152 0.918 0.431 0.621 0.853 0.239 C 1.388 -0.018 1.833 -0.044 2.417 0.05 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-poud6r\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.633 8.28\" overflow=\"visible\"><path d=\"M 2.518 0.055 C 3.054 0.308 3.331 0.568 3.571 1.105 C 3.625 1.558 3.623 2.009 3.622 2.465 L 3.623 2.866 C 3.624 3.145 3.624 3.425 3.623 3.704 C 3.622 4.131 3.625 4.558 3.629 4.984 C 3.629 5.256 3.629 5.528 3.629 5.8 L 3.633 6.185 C 3.626 6.902 3.587 7.333 3.103 7.876 C 2.492 8.349 1.857 8.316 1.115 8.226 C 0.579 7.972 0.302 7.712 0.062 7.175 C 0.008 6.722 0.01 6.271 0.011 5.815 L 0.009 5.414 C 0.009 5.135 0.009 4.856 0.01 4.576 C 0.011 4.149 0.007 3.723 0.004 3.296 C 0.004 3.024 0.004 2.753 0.004 2.481 L 0 2.095 C 0.007 1.379 0.046 0.948 0.53 0.405 C 1.141 -0.069 1.776 -0.036 2.518 0.055 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19vcr77\",\"data-framer-name\":\"Detail\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11lx2p1\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Specialty\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Specialty\"})}),className:\"framer-10jhjvk\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"We\u2019ve spent 10+ years with producers, distributors & retailers. \"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"We\u2019ve spent 10+ years with producers, distributors & retailers. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"We\u2019ve spent 10+ years with producers, distributors & retailers. \"})}),className:\"framer-cv51hn\",fonts:[\"CUSTOM;Gandia Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-55rgoi\",\"data-framer-name\":\"Overlay\",style:{transformPerspective:1200}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m4syrr\",\"data-border\":true,\"data-framer-name\":\"Section 2\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7mf66f\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1psdkqm\",\"data-framer-name\":\"Number\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"150px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"200px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2\"})}),className:\"framer-v96d4k\",fonts:[\"FS;Red Hat Display-black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ro28yn\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-m7b6ow\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 59.992 59.996\" overflow=\"visible\"><path d=\"M 33.855 14.557 L 34.139 14.635 C 36.499 15.308 38.507 16.403 40.405 17.949 L 40.7 18.187 C 41.245 18.645 41.715 19.149 42.16 19.703 L 42.302 19.881 C 43.795 21.766 44.795 23.82 45.434 26.136 L 45.502 26.378 C 46.15 28.802 46.001 31.811 45.317 34.206 L 45.245 34.472 C 44.53 37.042 43.152 39.265 41.312 41.18 C 39.59 42.984 39.027 45.213 38.862 47.641 C 38.816 48.238 38.692 48.602 38.3 49.06 C 37.875 49.364 37.584 49.455 37.063 49.456 L 36.67 49.46 L 36.243 49.458 L 35.79 49.461 C 35.38 49.463 34.971 49.463 34.561 49.462 C 34.219 49.462 33.877 49.462 33.535 49.463 C 32.728 49.465 31.921 49.464 31.113 49.463 C 30.282 49.462 29.45 49.463 28.618 49.467 C 27.902 49.469 27.187 49.47 26.472 49.469 C 26.045 49.469 25.619 49.469 25.192 49.471 C 24.716 49.473 24.24 49.472 23.764 49.47 L 23.337 49.473 C 22.6 49.467 22.13 49.45 21.575 48.943 C 21.255 48.526 21.174 48.192 21.133 47.672 L 21.098 47.273 L 21.063 46.853 C 20.813 44.305 19.989 42.536 18.23 40.696 C 16.397 38.75 15.196 36.313 14.557 33.739 L 14.443 33.298 C 13.561 29.242 14.357 24.844 16.569 21.353 C 18.342 18.646 20.754 16.714 23.68 15.376 L 24.033 15.209 C 26.911 13.968 30.827 13.703 33.855 14.557 Z M 24.031 23.563 L 23.814 23.747 C 22.707 24.753 21.736 26.391 21.528 27.874 C 21.507 28.432 21.536 28.867 21.926 29.294 C 22.537 29.738 22.929 29.845 23.68 29.762 C 24.165 29.594 24.465 29.394 24.734 28.95 C 24.888 28.629 25.005 28.298 25.127 27.964 C 25.583 26.752 26.2 26.101 27.306 25.434 L 27.537 25.292 C 28.238 24.923 29.005 24.847 29.782 24.758 C 30.506 24.665 31.004 24.463 31.502 23.899 C 31.699 23.394 31.71 22.928 31.633 22.393 C 31.373 21.863 31.109 21.595 30.581 21.341 C 30.261 21.303 29.978 21.285 29.66 21.29 L 29.395 21.293 C 27.37 21.353 25.525 22.22 24.031 23.563 Z M 22.978 52.92 L 37.013 52.92 C 37.013 56.82 37.013 56.82 35.61 58.417 C 35.023 58.969 34.368 59.399 33.622 59.703 L 33.337 59.824 C 32.761 59.981 32.212 59.975 31.617 59.977 L 31.236 59.979 C 30.97 59.98 30.705 59.981 30.439 59.981 C 30.036 59.981 29.633 59.985 29.229 59.99 C 28.97 59.991 28.711 59.991 28.452 59.991 L 28.091 59.996 C 26.673 59.987 25.557 59.464 24.499 58.534 C 22.893 56.826 22.978 55.364 22.978 52.92 Z M 50.347 8.358 C 50.899 8.556 51.19 8.81 51.516 9.294 C 51.701 9.848 51.777 10.404 51.512 10.944 C 51.03 11.655 50.477 12.256 49.868 12.86 L 49.563 13.167 C 49.35 13.379 49.138 13.591 48.925 13.803 C 48.6 14.126 48.277 14.451 47.954 14.776 C 47.747 14.983 47.539 15.19 47.332 15.397 L 47.041 15.689 C 45.919 16.798 45.919 16.798 45.149 16.954 C 44.578 16.939 44.168 16.874 43.68 16.546 C 43.191 16.017 43.033 15.567 43.051 14.857 C 43.197 13.872 44.189 13.061 44.86 12.395 L 45.166 12.088 C 45.378 11.876 45.591 11.664 45.804 11.452 C 46.129 11.129 46.452 10.804 46.775 10.479 C 46.982 10.272 47.189 10.065 47.397 9.858 L 47.687 9.566 C 48.488 8.774 49.169 8.182 50.347 8.358 Z M 10.944 8.48 C 11.655 8.961 12.256 9.515 12.86 10.123 L 13.167 10.429 C 13.379 10.641 13.591 10.854 13.803 11.067 C 14.126 11.392 14.451 11.715 14.776 12.038 C 14.983 12.245 15.19 12.452 15.397 12.66 L 15.689 12.95 C 16.798 14.073 16.798 14.073 16.954 14.843 C 16.939 15.414 16.874 15.824 16.546 16.312 C 16.017 16.801 15.567 16.958 14.857 16.941 C 13.872 16.795 13.061 15.803 12.395 15.132 L 12.088 14.826 C 11.876 14.614 11.664 14.401 11.452 14.188 C 11.129 13.863 10.804 13.54 10.479 13.217 C 10.272 13.01 10.065 12.802 9.858 12.595 L 9.566 12.304 C 8.457 11.182 8.457 11.182 8.3 10.412 C 8.316 9.841 8.381 9.431 8.709 8.943 C 9.33 8.369 10.141 8.085 10.944 8.48 Z M 51.186 28.194 L 51.435 28.192 C 51.706 28.19 51.976 28.19 52.247 28.191 L 52.814 28.189 C 53.209 28.188 53.605 28.188 54 28.189 C 54.506 28.191 55.012 28.188 55.518 28.185 C 55.908 28.183 56.298 28.183 56.688 28.183 C 56.874 28.183 57.061 28.183 57.247 28.181 C 57.508 28.179 57.769 28.181 58.031 28.183 L 58.48 28.183 C 59.069 28.268 59.44 28.521 59.803 28.987 C 60.047 29.543 60.01 30.104 59.937 30.698 C 59.682 31.236 59.414 31.491 58.885 31.75 C 58.495 31.796 58.495 31.796 58.046 31.797 L 57.797 31.8 C 57.526 31.802 57.255 31.802 56.985 31.801 L 56.418 31.803 C 56.022 31.804 55.627 31.804 55.231 31.802 C 54.725 31.801 54.22 31.803 53.714 31.807 C 53.324 31.809 52.934 31.809 52.544 31.808 C 52.357 31.808 52.171 31.809 51.984 31.81 C 51.723 31.812 51.462 31.811 51.201 31.809 L 50.751 31.809 C 50.162 31.724 49.791 31.471 49.429 31.004 C 49.185 30.449 49.222 29.888 49.294 29.294 C 49.704 28.428 50.259 28.198 51.186 28.194 Z M 1.946 28.194 L 2.195 28.192 C 2.466 28.19 2.736 28.19 3.007 28.191 L 3.574 28.189 C 3.969 28.188 4.365 28.188 4.76 28.189 C 5.266 28.191 5.772 28.188 6.278 28.185 C 6.668 28.183 7.058 28.183 7.448 28.183 C 7.634 28.183 7.821 28.183 8.007 28.181 C 8.269 28.179 8.53 28.181 8.791 28.183 L 9.24 28.183 C 9.829 28.268 10.2 28.521 10.563 28.987 C 10.807 29.543 10.77 30.104 10.698 30.698 C 10.443 31.236 10.174 31.491 9.645 31.75 C 9.255 31.796 9.255 31.796 8.806 31.797 L 8.557 31.8 C 8.286 31.802 8.015 31.802 7.745 31.801 L 7.178 31.803 C 6.783 31.804 6.387 31.804 5.992 31.802 C 5.486 31.801 4.98 31.803 4.474 31.807 C 4.084 31.809 3.694 31.809 3.304 31.808 C 3.117 31.808 2.931 31.809 2.744 31.81 C 2.483 31.812 2.222 31.811 1.961 31.809 L 1.512 31.809 C 0.923 31.724 0.552 31.471 0.189 31.004 C -0.055 30.449 -0.018 29.888 0.054 29.294 C 0.464 28.428 1.019 28.198 1.946 28.194 Z M 30.698 0.054 C 31.236 0.309 31.491 0.578 31.75 1.107 C 31.796 1.497 31.796 1.497 31.797 1.946 L 31.8 2.195 C 31.802 2.466 31.802 2.736 31.801 3.007 L 31.803 3.574 C 31.804 3.969 31.804 4.365 31.802 4.76 C 31.801 5.266 31.803 5.772 31.807 6.278 C 31.809 6.668 31.809 7.058 31.808 7.448 C 31.808 7.634 31.809 7.821 31.81 8.007 C 31.812 8.269 31.811 8.53 31.809 8.791 L 31.809 9.24 C 31.724 9.829 31.471 10.2 31.004 10.563 C 30.449 10.807 29.888 10.77 29.294 10.698 C 28.756 10.443 28.501 10.174 28.241 9.645 C 28.196 9.255 28.196 9.255 28.194 8.806 L 28.192 8.557 C 28.19 8.286 28.19 8.015 28.191 7.745 L 28.189 7.178 C 28.188 6.783 28.188 6.387 28.189 5.992 C 28.191 5.486 28.188 4.98 28.185 4.474 C 28.183 4.084 28.183 3.694 28.183 3.304 C 28.183 3.117 28.183 2.931 28.181 2.744 C 28.179 2.483 28.181 2.222 28.183 1.961 L 28.183 1.512 C 28.268 0.923 28.521 0.552 28.987 0.189 C 29.543 -0.055 30.104 -0.018 30.698 0.054 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1hziqb9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.826 35.413\" overflow=\"visible\"><path d=\"M 19.765 0.497 L 20.048 0.575 C 22.409 1.248 24.416 2.343 26.315 3.889 L 26.61 4.127 C 27.154 4.585 27.625 5.089 28.069 5.643 L 28.211 5.82 C 29.705 7.706 30.704 9.76 31.344 12.076 L 31.412 12.317 C 32.059 14.742 31.911 17.751 31.227 20.146 L 31.155 20.411 C 30.44 22.982 29.061 25.205 27.221 27.12 C 25.499 28.924 24.937 31.152 24.771 33.58 C 24.725 34.178 24.602 34.542 24.209 35 C 23.784 35.304 23.493 35.395 22.973 35.396 L 22.58 35.4 L 22.152 35.398 L 21.699 35.4 C 21.29 35.403 20.88 35.403 20.471 35.402 C 20.129 35.401 19.787 35.402 19.445 35.403 C 18.637 35.405 17.83 35.404 17.023 35.403 C 16.191 35.402 15.359 35.403 14.527 35.407 C 13.812 35.409 13.097 35.41 12.382 35.409 C 11.955 35.409 11.528 35.409 11.101 35.411 C 10.625 35.413 10.15 35.412 9.674 35.41 L 9.247 35.413 C 8.509 35.406 8.039 35.39 7.484 34.883 C 7.164 34.465 7.083 34.132 7.043 33.612 L 7.008 33.213 L 6.973 32.792 C 6.722 30.245 5.898 28.476 4.139 26.636 C 2.306 24.69 1.106 22.253 0.467 19.678 L 0.353 19.238 C -0.53 15.182 0.267 10.784 2.478 7.293 C 4.251 4.585 6.664 2.654 9.59 1.316 L 9.943 1.149 C 12.821 -0.092 16.737 -0.357 19.765 0.497 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1511w9o\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.155 8.499\" overflow=\"visible\"><path d=\"M 2.508 2.274 L 2.291 2.458 C 1.185 3.464 0.213 5.102 0.005 6.585 C -0.016 7.143 0.013 7.578 0.403 8.005 C 1.014 8.449 1.407 8.556 2.157 8.473 C 2.643 8.305 2.942 8.105 3.211 7.662 C 3.365 7.34 3.483 7.009 3.605 6.675 C 4.06 5.463 4.677 4.812 5.783 4.145 L 6.014 4.003 C 6.715 3.634 7.483 3.558 8.259 3.469 C 8.983 3.376 9.481 3.174 9.979 2.61 C 10.177 2.105 10.188 1.639 10.11 1.105 C 9.85 0.574 9.586 0.306 9.058 0.052 C 8.738 0.014 8.455 -0.004 8.137 0.001 L 7.872 0.004 C 5.847 0.064 4.002 0.931 2.508 2.274 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xn1q4l\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.036 7.076\" overflow=\"visible\"><path d=\"M 0.001 0 L 14.036 0 C 14.036 3.9 14.036 3.9 12.632 5.497 C 12.045 6.049 11.391 6.479 10.644 6.784 L 10.36 6.904 C 9.783 7.061 9.234 7.056 8.64 7.057 L 8.259 7.059 C 7.993 7.06 7.727 7.061 7.461 7.061 C 7.058 7.061 6.655 7.066 6.252 7.07 C 5.993 7.071 5.734 7.071 5.475 7.071 L 5.114 7.076 C 3.695 7.068 2.579 6.544 1.521 5.614 C -0.085 3.907 0.001 2.444 0.001 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1j63o3l\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.634 8.627\" overflow=\"visible\"><path d=\"M 7.297 0.031 C 7.849 0.229 8.14 0.483 8.467 0.967 C 8.651 1.52 8.728 2.077 8.463 2.617 C 7.981 3.328 7.427 3.929 6.819 4.533 L 6.513 4.84 C 6.301 5.052 6.088 5.264 5.875 5.476 C 5.55 5.799 5.227 6.124 4.904 6.449 C 4.697 6.656 4.49 6.863 4.282 7.069 L 3.992 7.362 C 2.869 8.471 2.869 8.471 2.099 8.627 C 1.528 8.611 1.118 8.547 0.631 8.218 C 0.142 7.69 -0.016 7.239 0.001 6.53 C 0.147 5.545 1.139 4.734 1.811 4.068 L 2.116 3.761 C 2.329 3.548 2.541 3.336 2.754 3.125 C 3.079 2.802 3.402 2.477 3.725 2.152 C 3.932 1.945 4.14 1.738 4.347 1.531 L 4.638 1.238 C 5.439 0.447 6.119 -0.145 7.297 0.031 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-r5z5ck\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.654 8.645\" overflow=\"visible\"><path d=\"M 2.644 0.183 C 3.355 0.665 3.956 1.218 4.56 1.827 L 4.866 2.132 C 5.079 2.345 5.291 2.557 5.502 2.77 C 5.825 3.095 6.15 3.418 6.475 3.741 C 6.682 3.948 6.889 4.156 7.096 4.363 L 7.389 4.654 C 8.498 5.776 8.498 5.776 8.654 6.546 C 8.638 7.117 8.574 7.527 8.245 8.015 C 7.717 8.504 7.266 8.662 6.557 8.644 C 5.572 8.498 4.761 7.506 4.095 6.835 L 3.788 6.529 C 3.575 6.317 3.363 6.104 3.152 5.891 C 2.829 5.566 2.504 5.243 2.179 4.92 C 1.972 4.713 1.765 4.506 1.558 4.298 L 1.265 4.008 C 0.156 2.885 0.156 2.885 0 2.115 C 0.016 1.544 0.08 1.134 0.409 0.647 C 1.03 0.072 1.84 -0.211 2.644 0.183 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jojr2h\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.752 3.631\" overflow=\"visible\"><path d=\"M 1.946 0.014 L 2.195 0.011 C 2.466 0.009 2.736 0.01 3.007 0.01 L 3.574 0.009 C 3.969 0.007 4.365 0.008 4.76 0.009 C 5.266 0.01 5.772 0.008 6.278 0.004 C 6.668 0.002 7.058 0.002 7.448 0.003 C 7.634 0.003 7.821 0.002 8.007 0.001 C 8.269 -0.001 8.53 0 8.791 0.002 L 9.24 0.002 C 9.829 0.088 10.2 0.341 10.563 0.807 C 10.807 1.363 10.77 1.923 10.698 2.517 C 10.443 3.055 10.174 3.311 9.645 3.57 C 9.255 3.615 9.255 3.615 8.806 3.617 L 8.557 3.619 C 8.286 3.622 8.015 3.621 7.745 3.621 L 7.178 3.622 C 6.783 3.624 6.387 3.623 5.992 3.622 C 5.486 3.621 4.98 3.623 4.474 3.626 C 4.084 3.629 3.694 3.629 3.304 3.628 C 3.117 3.628 2.931 3.629 2.744 3.63 C 2.483 3.632 2.222 3.631 1.961 3.629 L 1.512 3.629 C 0.923 3.543 0.552 3.29 0.189 2.824 C -0.055 2.268 -0.018 1.708 0.054 1.114 C 0.464 0.248 1.019 0.018 1.946 0.014 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1geqyna\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.752 3.631\" overflow=\"visible\"><path d=\"M 1.946 0.014 L 2.195 0.011 C 2.466 0.009 2.736 0.01 3.007 0.01 L 3.574 0.009 C 3.969 0.007 4.365 0.008 4.76 0.009 C 5.266 0.01 5.772 0.008 6.278 0.004 C 6.668 0.002 7.058 0.002 7.448 0.003 C 7.634 0.003 7.821 0.002 8.007 0.001 C 8.269 -0.001 8.53 0 8.791 0.002 L 9.24 0.002 C 9.829 0.088 10.2 0.341 10.563 0.807 C 10.807 1.363 10.77 1.923 10.698 2.517 C 10.443 3.055 10.174 3.311 9.645 3.57 C 9.255 3.615 9.255 3.615 8.806 3.617 L 8.557 3.619 C 8.286 3.622 8.015 3.621 7.745 3.621 L 7.178 3.622 C 6.783 3.624 6.387 3.623 5.992 3.622 C 5.486 3.621 4.98 3.623 4.474 3.626 C 4.084 3.629 3.694 3.629 3.304 3.628 C 3.117 3.628 2.931 3.629 2.744 3.63 C 2.483 3.632 2.222 3.631 1.961 3.629 L 1.512 3.629 C 0.923 3.543 0.552 3.29 0.189 2.824 C -0.055 2.268 -0.018 1.707 0.054 1.114 C 0.464 0.248 1.019 0.018 1.946 0.014 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ql5ugn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.631 10.752\" overflow=\"visible\"><path d=\"M 2.517 0.054 C 3.055 0.309 3.311 0.578 3.57 1.107 C 3.615 1.497 3.615 1.497 3.617 1.946 L 3.619 2.195 C 3.622 2.466 3.621 2.736 3.621 3.007 L 3.622 3.574 C 3.624 3.969 3.623 4.365 3.622 4.76 C 3.621 5.266 3.623 5.772 3.626 6.278 C 3.629 6.668 3.629 7.058 3.628 7.448 C 3.628 7.634 3.629 7.821 3.63 8.007 C 3.632 8.269 3.631 8.53 3.629 8.791 L 3.629 9.24 C 3.543 9.829 3.29 10.2 2.824 10.563 C 2.268 10.807 1.708 10.77 1.114 10.698 C 0.575 10.443 0.32 10.174 0.061 9.645 C 0.016 9.255 0.016 9.255 0.014 8.806 L 0.011 8.557 C 0.01 8.286 0.009 8.015 0.01 7.745 L 0.009 7.178 C 0.007 6.783 0.008 6.387 0.009 5.992 C 0.01 5.486 0.008 4.98 0.004 4.474 C 0.002 4.084 0.002 3.694 0.003 3.304 C 0.003 3.117 0.002 2.931 0.001 2.744 C -0.001 2.483 0 2.222 0.002 1.961 L 0.002 1.512 C 0.088 0.923 0.341 0.552 0.807 0.189 C 1.363 -0.055 1.923 -0.018 2.517 0.054 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ffiefv\",\"data-framer-name\":\"Detail\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w4vc30\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Systems\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Systems\"})}),className:\"framer-vr6ga\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"See exactly where every dollar goes and tailor strategies to your store\u2019s needs.\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"See exactly where every dollar goes and tailor strategies to your store\u2019s needs.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"See exactly where every dollar goes and tailor strategies to your store\u2019s needs.\"})}),className:\"framer-1inmdon\",fonts:[\"CUSTOM;Gandia Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-13cpdh4 hidden-1mhxy22\"}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nv8um6 hidden-1mhxy22\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zegog5\",\"data-framer-name\":\"Overlay\",style:{transformPerspective:1200}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ml5j71\",\"data-border\":true,\"data-framer-name\":\"Section 3\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2840+0+2e3+397),pixelHeight:3767,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 805px)`,src:\"https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png\",srcSet:\"https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=512 512w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png 8000w\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fit\",pixelHeight:3767,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 805px)`,src:\"https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png\",srcSet:\"https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=512 512w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png 8000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1383+0+2e3+397),pixelHeight:3767,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 805px)`,src:\"https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png\",srcSet:\"https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=512 512w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/NVG0lroA20CyRDYqVlNnLCi48.png 8000w\"},className:\"framer-e82z23\",style:{rotate:303}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nf8q5o\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tkrn3x\",\"data-framer-name\":\"Number\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"150px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"3\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"200px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"3\"})}),className:\"framer-pda2gc hidden-vcrtlr\",fonts:[\"FS;Red Hat Display-black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12bj4no\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-csiv1a\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60.037 59.935\" overflow=\"visible\"><g><path d=\"M 37.893 4.122 C 37.398 4.716 36.87 5.283 36.314 5.821 C 34.39 7.678 33.397 9.553 33.34 12.271 L 33.331 12.615 C 33.322 12.976 33.314 13.336 33.306 13.696 L 33.288 14.433 C 33.274 15.032 33.26 15.631 33.246 16.23 C 32.827 16.439 32.517 16.284 32.067 16.179 C 27.997 15.239 23.79 16.09 20.262 18.271 C 16.689 20.597 14.421 24.163 13.488 28.271 C 12.671 32.257 13.567 36.386 15.728 39.801 C 16.143 40.419 16.626 40.978 17.119 41.537 L 17.443 41.962 C 18.004 42.573 18.649 43.071 19.306 43.577 L 19.63 43.829 C 22.921 46.253 27.144 47.185 31.173 46.595 C 35.281 45.891 38.967 43.652 41.41 40.289 C 43.778 36.893 44.748 32.699 44.089 28.602 C 44.024 28.272 43.945 27.952 43.86 27.625 C 43.772 27.257 43.764 26.947 43.77 26.571 L 44.221 26.565 C 44.78 26.557 45.34 26.546 45.899 26.535 C 46.14 26.53 46.38 26.527 46.621 26.524 C 49.809 26.481 51.87 25.733 54.142 23.453 L 54.423 23.171 C 54.609 22.985 54.794 22.797 54.977 22.608 C 55.062 22.523 55.147 22.437 55.234 22.348 L 55.463 22.113 C 55.661 21.945 55.661 21.945 55.934 21.945 C 56.411 23.188 56.733 24.432 56.993 25.737 L 57.081 26.173 C 57.312 27.372 57.457 28.547 57.47 29.767 L 57.474 30.09 C 57.499 32.594 57.439 34.999 56.891 37.455 L 56.804 37.845 C 55.714 42.564 53.361 46.927 50.067 50.481 C 49.811 50.759 49.567 51.044 49.323 51.333 C 44.707 56.581 37.368 59.436 30.513 59.904 C 25.14 60.135 19.803 59.095 15.069 56.503 L 14.583 56.245 C 12.415 55.063 10.352 53.521 8.645 51.741 L 8.312 51.409 L 7.962 51.06 L 7.739 50.858 C 6.109 49.33 4.844 47.399 3.725 45.482 L 3.578 45.233 C 1.129 41.016 0.004 36.208 0 31.367 L 0 31.047 C 0.002 29.3 0.101 27.608 0.444 25.89 L 0.513 25.537 C 1.386 21.203 3.263 17.092 6.048 13.645 L 6.377 13.234 C 11.305 7.19 18.342 3.555 26.087 2.707 C 29.998 2.374 34.216 2.685 37.893 4.122 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path><path d=\"M 51.246 0.257 C 51.819 0.586 52.168 0.941 52.442 1.541 C 52.713 2.759 52.786 4.015 52.869 5.257 L 52.905 5.763 C 52.934 6.17 52.962 6.576 52.989 6.983 L 53.411 7.014 C 53.932 7.052 54.452 7.093 54.973 7.135 C 55.197 7.152 55.422 7.169 55.646 7.186 C 55.971 7.209 56.295 7.235 56.62 7.262 L 56.919 7.282 C 57.792 7.357 58.567 7.547 59.25 8.122 L 59.549 8.479 L 59.797 8.768 C 60.074 9.435 60.129 10.217 59.865 10.9 C 59.516 11.632 59.078 12.155 58.5 12.721 L 58.226 12.997 C 57.929 13.294 57.629 13.59 57.33 13.885 L 56.705 14.508 C 56.269 14.942 55.832 15.375 55.395 15.808 C 54.836 16.361 54.278 16.916 53.721 17.472 C 53.292 17.901 52.861 18.328 52.43 18.756 C 52.224 18.96 52.019 19.165 51.813 19.369 C 51.526 19.656 51.237 19.941 50.948 20.226 L 50.694 20.481 C 50.124 21.039 49.513 21.634 48.681 21.707 L 48.36 21.656 L 47.987 21.606 L 47.589 21.549 C 43.985 21.174 43.985 21.174 40.771 22.581 C 39.944 23.265 39.194 24.026 38.467 24.814 L 38.268 25.031 C 37.449 25.927 36.661 26.85 35.905 27.799 L 36.052 28.263 C 36.115 28.469 36.179 28.675 36.242 28.881 L 36.339 29.184 C 36.935 31.139 36.666 33.146 35.751 34.959 C 34.585 36.993 32.859 38.308 30.593 38.926 C 28.472 39.358 26.308 38.999 24.484 37.833 C 22.697 36.558 21.516 34.87 21.06 32.705 C 20.766 30.367 21.277 28.263 22.643 26.331 C 23.8 24.947 25.495 23.858 27.294 23.581 C 28.785 23.455 30.251 23.408 31.635 24.033 C 31.937 24.159 31.937 24.159 32.206 24.021 C 32.489 23.853 32.695 23.681 32.926 23.448 L 33.17 23.206 L 33.419 22.952 L 33.664 22.708 C 34.082 22.288 34.475 21.861 34.853 21.403 C 35.213 20.983 35.577 20.703 36.045 20.407 C 37.045 19.714 37.919 18.988 38.169 17.758 C 38.344 16.354 38.313 14.938 38.271 13.526 L 38.257 13.059 C 38.247 12.766 38.233 12.474 38.215 12.181 L 38.197 11.779 L 38.176 11.429 C 38.316 10.454 39.041 9.787 39.713 9.124 L 39.995 8.84 C 40.302 8.532 40.609 8.226 40.917 7.92 L 41.561 7.278 C 42.01 6.829 42.459 6.382 42.91 5.935 C 43.486 5.364 44.06 4.789 44.633 4.215 C 45.075 3.772 45.518 3.331 45.962 2.89 C 46.174 2.679 46.386 2.467 46.597 2.255 C 46.893 1.959 47.19 1.664 47.488 1.37 L 47.75 1.105 C 48.74 0.137 49.908 -0.326 51.246 0.256 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-5tyi6t\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 57.479 57.35\" overflow=\"visible\"><path d=\"M 37.893 1.537 C 37.398 2.131 36.87 2.698 36.314 3.236 C 34.39 5.093 33.397 6.968 33.34 9.686 L 33.331 10.03 C 33.322 10.391 33.314 10.751 33.306 11.111 L 33.288 11.847 C 33.274 12.447 33.26 13.046 33.246 13.645 C 32.827 13.854 32.517 13.699 32.067 13.594 C 27.997 12.654 23.79 13.505 20.262 15.686 C 16.689 18.012 14.421 21.578 13.488 25.686 C 12.671 29.672 13.567 33.801 15.728 37.216 C 16.143 37.834 16.626 38.393 17.119 38.952 L 17.443 39.377 C 18.004 39.988 18.649 40.486 19.306 40.992 L 19.63 41.244 C 22.921 43.668 27.144 44.6 31.173 44.01 C 35.281 43.306 38.967 41.067 41.41 37.704 C 43.778 34.308 44.748 30.114 44.089 26.017 C 44.024 25.687 43.945 25.367 43.86 25.04 C 43.772 24.672 43.764 24.362 43.77 23.986 L 44.221 23.98 C 44.78 23.972 45.34 23.961 45.899 23.95 C 46.14 23.945 46.38 23.941 46.621 23.938 C 49.809 23.896 51.87 23.147 54.142 20.868 L 54.423 20.586 C 54.609 20.4 54.794 20.212 54.977 20.023 C 55.062 19.938 55.147 19.852 55.234 19.763 L 55.463 19.528 C 55.661 19.36 55.661 19.36 55.934 19.36 C 56.411 20.603 56.733 21.847 56.993 23.152 L 57.081 23.588 C 57.312 24.787 57.457 25.961 57.47 27.182 L 57.474 27.505 C 57.499 30.009 57.439 32.414 56.891 34.87 L 56.804 35.26 C 55.714 39.979 53.361 44.342 50.067 47.896 C 49.811 48.174 49.567 48.458 49.323 48.747 C 44.707 53.996 37.368 56.851 30.513 57.319 C 25.14 57.55 19.803 56.51 15.069 53.918 L 14.583 53.66 C 12.415 52.478 10.352 50.936 8.645 49.156 L 8.312 48.824 L 7.962 48.475 L 7.739 48.273 C 6.109 46.745 4.844 44.814 3.725 42.897 L 3.578 42.648 C 1.129 38.431 0.004 33.623 0 28.781 L 0 28.462 C 0.002 26.715 0.101 25.023 0.444 23.305 L 0.513 22.952 C 1.386 18.618 3.263 14.507 6.048 11.06 L 6.377 10.649 C 11.305 4.605 18.342 0.97 26.087 0.122 C 29.998 -0.211 34.216 0.1 37.893 1.537 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9cxpwg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 39.057 39.103\" overflow=\"visible\"><path d=\"M 30.267 0.257 C 30.84 0.586 31.189 0.941 31.463 1.541 C 31.733 2.759 31.807 4.015 31.89 5.257 L 31.926 5.763 C 31.954 6.17 31.982 6.576 32.01 6.983 L 32.431 7.014 C 32.952 7.052 33.473 7.093 33.993 7.135 C 34.218 7.152 34.442 7.169 34.667 7.186 C 34.991 7.209 35.316 7.235 35.64 7.262 L 35.94 7.282 C 36.813 7.357 37.587 7.547 38.271 8.122 L 38.57 8.479 L 38.818 8.768 C 39.094 9.435 39.15 10.217 38.886 10.9 C 38.537 11.632 38.098 12.155 37.521 12.721 L 37.246 12.997 C 36.949 13.294 36.65 13.59 36.351 13.885 L 35.725 14.508 C 35.29 14.942 34.853 15.375 34.415 15.808 C 33.856 16.361 33.298 16.916 32.742 17.472 C 32.312 17.901 31.881 18.328 31.45 18.756 C 31.245 18.96 31.039 19.165 30.834 19.369 C 30.546 19.656 30.258 19.941 29.968 20.226 L 29.714 20.481 C 29.144 21.039 28.533 21.634 27.702 21.707 L 27.38 21.656 L 27.008 21.606 L 26.609 21.549 C 23.005 21.174 23.005 21.174 19.791 22.581 C 18.964 23.265 18.214 24.026 17.488 24.814 L 17.288 25.031 C 16.469 25.927 15.681 26.85 14.925 27.799 L 15.072 28.263 C 15.136 28.469 15.199 28.675 15.263 28.881 L 15.36 29.184 C 15.955 31.139 15.686 33.146 14.772 34.959 C 13.606 36.993 11.88 38.308 9.613 38.926 C 7.492 39.358 5.329 38.999 3.505 37.833 C 1.718 36.558 0.537 34.87 0.08 32.705 C -0.214 30.367 0.297 28.263 1.663 26.331 C 2.82 24.947 4.516 23.858 6.315 23.581 C 7.806 23.455 9.271 23.408 10.655 24.033 C 10.958 24.159 10.958 24.159 11.227 24.021 C 11.51 23.853 11.715 23.681 11.947 23.448 L 12.19 23.206 L 12.439 22.952 L 12.684 22.708 C 13.103 22.288 13.496 21.861 13.873 21.403 C 14.234 20.983 14.597 20.703 15.065 20.407 C 16.066 19.714 16.94 18.988 17.189 17.758 C 17.364 16.354 17.333 14.938 17.291 13.526 L 17.277 13.059 C 17.267 12.766 17.253 12.474 17.236 12.181 L 17.217 11.779 L 17.196 11.429 C 17.337 10.454 18.062 9.787 18.733 9.124 L 19.016 8.84 C 19.322 8.532 19.63 8.226 19.938 7.92 L 20.581 7.278 C 21.03 6.829 21.48 6.382 21.93 5.935 C 22.506 5.364 23.08 4.789 23.653 4.215 C 24.096 3.772 24.539 3.331 24.983 2.89 C 25.195 2.679 25.406 2.467 25.618 2.255 C 25.913 1.959 26.211 1.664 26.509 1.37 L 26.771 1.105 C 27.76 0.137 28.929 -0.326 30.267 0.256 Z\" fill=\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Absolute White&quot;} */\"></path></svg>',withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ur4bb3\",\"data-framer-name\":\"Detail\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h2d3ox\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"55px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"100% Done For You\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"100% Done For You\"})}),className:\"framer-18elg64\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"100% In-House team that WORKS ONLY on liquor stores everyday: graphics, ads, copy, SEO. And it\u2019s all 100% Done For You (DFY)\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"100% In-House team that WORKS ONLY on liquor stores everyday: graphics, ads, copy, SEO. And it\u2019s all 100% Done For You (DFY)\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dhbmRpYSBCb2xk\",\"--framer-font-family\":'\"Gandia Bold\", \"Gandia Bold Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"100% In-House team that WORKS ONLY on liquor stores everyday: graphics, ads, copy, SEO. And it\u2019s all 100% Done For You (DFY)\"})}),className:\"framer-64skpd\",fonts:[\"CUSTOM;Gandia Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1tfuv2c\",\"data-framer-name\":\"Our Process\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-109uc0v\",\"data-framer-name\":\"Tabs Heading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-pnj8e\",\"data-styles-preset\":\"wQM3az12A\",style:{\"--framer-text-alignment\":\"center\"},children:\"Our Process\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",children:\"Our Process\"})}),className:\"framer-3hcocm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-4vgflp\",\"data-styles-preset\":\"HubdKhlnN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0476ab97-3f22-4c7c-b503-ec8c31650fc5, rgb(68, 68, 68))\"},children:[/*#__PURE__*/_jsx(\"em\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"100% Customized\"})}),\" to Every Store, with \",/*#__PURE__*/_jsx(\"em\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"100% reliable\"})}),\" results \",/*#__PURE__*/_jsx(\"strong\",{children:\"[guaranteed]\"})]})}),className:\"framer-1ny861d\",fonts:[\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n3uk8m\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1228px) - 80px)`,y:(componentViewport?.y||0)+0+5840+22+258+6+0},hmX39_cxl:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1228px) - 80px) * 0.44)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:247,width:`max((min(${componentViewport?.width||\"100vw\"}, 1228px) - 144px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4383+45+235.2+6,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y760ou-container\",nodeId:\"bPURYC53z\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"h3rCX1qGh\"},hmX39_cxl:{variant:\"gNWeLjxW4\"}},children:/*#__PURE__*/_jsx(SectionHowToUseStepCard,{aIKcykWlS:\"Strategy Development\",d8HjUP9dV:\"We pull your in-store and online numbers down to the SKU, chart seasonality and basket habits, then stack that against performance data from liquor shops we manage nationwide. The result is a straightforward growth map tailored to your shelves.\",ewQnYkCdw:\"01\",height:\"100%\",id:\"bPURYC53z\",layoutId:\"bPURYC53z\",style:{width:\"100%\"},variant:\"rOcoqtHwx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1228px) - 80px)`,y:(componentViewport?.y||0)+0+5840+22+258+6+267},hmX39_cxl:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1228px) - 80px) * 0.44)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:247,width:`max((min(${componentViewport?.width||\"100vw\"}, 1228px) - 144px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4383+45+235.2+6,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cv9qvm-container\",nodeId:\"Gtxgba5jO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"h3rCX1qGh\"},hmX39_cxl:{variant:\"gNWeLjxW4\"}},children:/*#__PURE__*/_jsx(SectionHowToUseStepCard,{aIKcykWlS:\"Proven Implementation\",d8HjUP9dV:\"We build a plan that\u2019s completely tailored to driving new business for your store. Whether you want to focus on barrel picks, local favorites, or the newest additive-free tequilas, always stay one step ahead of the competition.\",ewQnYkCdw:\"02\",height:\"100%\",id:\"Gtxgba5jO\",layoutId:\"Gtxgba5jO\",style:{width:\"100%\"},variant:\"sR5j3wKex\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1228px) - 80px)`,y:(componentViewport?.y||0)+0+5840+22+258+6+534},hmX39_cxl:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1228px) - 80px) * 0.44)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:247,width:`max((min(${componentViewport?.width||\"100vw\"}, 1228px) - 144px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4383+45+235.2+6,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17123vk-container\",nodeId:\"uhD_hjFwS\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"h3rCX1qGh\"},hmX39_cxl:{variant:\"gNWeLjxW4\"}},children:/*#__PURE__*/_jsx(SectionHowToUseStepCard,{aIKcykWlS:\"Analysis & Optimization\",d8HjUP9dV:\"100% Done for you! Because we work solely with liquor stores, we already know what promotions work, what sells, and what your customers want to see. We'll handle ads, website edits, google account creations, geofencing, and optimization.\",ewQnYkCdw:\"03\",height:\"100%\",id:\"uhD_hjFwS\",layoutId:\"uhD_hjFwS\",style:{width:\"100%\"},variant:\"e1LTpYa7J\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-zkxcks\",\"data-framer-name\":\"Benefits\",id:elementId7,ref:ref8,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnq2sm\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9d1u8m\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(255, 46, 46) 0%, rgb(238, 123, 22) 36.2773%, rgb(138, 67, 225) 69.7515%, rgb(213, 16, 252) 100%)\"},children:\"What's Included?\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(255, 46, 46) 0%, rgb(238, 123, 22) 36.2773%, rgb(138, 67, 225) 69.7515%, rgb(213, 16, 252) 100%)\"},children:\"What's Included?\"})})}),className:\"framer-1paq7y0\",\"data-framer-name\":\"Text\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\"},children:\"Everything you need to grow your business as fast as physically possible.\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\"},children:\"Everything you need to grow your business as fast as physically possible.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\"},children:\"Everything you need to grow your business as fast as physically possible.\"})}),className:\"framer-1u36yj9\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref8,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-b735g9\",\"data-framer-name\":\"Wrapper\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(255, 46, 46) 0%, rgb(238, 123, 22) 36.2773%, rgb(138, 67, 225) 69.7515%, rgb(213, 16, 252) 100%)\"},children:\"Get more new Customers\"})})}),className:\"framer-18we6r1 hidden-vcrtlr\",\"data-framer-name\":\"Text\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vtud9j\",\"data-framer-name\":\"Content\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-5ubonk hidden-1mhxy22\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+0},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r7mecn-container\",nodeId:\"D3FvsedEu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/wWC6bDwvyqCyXI0MkD41n8tefE.png\"},\"\"),fzDZj4NBF:\"Website Design Refresh\",height:\"100%\",id:\"D3FvsedEu\",layoutId:\"D3FvsedEu\",lhpG_HP_R:\"We refine your site\u2019s branding and key pages so that visitors convert into paying customers as smoothly as possible.\",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+161},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+163,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c9e5zv-container\",nodeId:\"wCDsBQyUB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/AZWliUfbG6HgxAsh7IhA6rnb1Q.png\"},\"\"),fzDZj4NBF:\"Google Account Audit\",height:\"100%\",id:\"wCDsBQyUB\",layoutId:\"wCDsBQyUB\",lhpG_HP_R:\"We review your Google Search Console, Business Page, Analytics, and Ads to make sure you're capturing every potential customer.\",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+322},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+326,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7e0k91-container\",nodeId:\"UyUBX6p5I\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/NJCkXyxa8PAp5bTGtLuLRhCPvZM.png\"},\"\"),fzDZj4NBF:\"Geofencing Ads\",height:\"100%\",id:\"UyUBX6p5I\",layoutId:\"UyUBX6p5I\",lhpG_HP_R:\"Believe it or not, we can precisely target shoppers going to your competitors, and then drive them to your store.\",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+483},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+489,children:/*#__PURE__*/_jsx(Container,{className:\"framer-61h4iy-container\",nodeId:\"DiRkJBhb5\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/S98UMtu1z9uDYcLocLOYSv0HdA.png\"},\"\"),fzDZj4NBF:\"Google Ads\",height:\"100%\",id:\"DiRkJBhb5\",layoutId:\"DiRkJBhb5\",lhpG_HP_R:\"We have the most successful Google Ads in the industry tailored to liquor retail so that you consistently attract new customers.\",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+644},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+652,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kwi1et-container\",nodeId:\"nuogvKhaH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/9uM2NX5KceMmgZ6XLy84OWZls.png\"},\"\"),fzDZj4NBF:\"SEO\",height:\"100%\",id:\"nuogvKhaH\",layoutId:\"nuogvKhaH\",lhpG_HP_R:\"We edit your existing pages and create new ones to rank your products and website above local competitors and the most prominent national retailers.\",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+805},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+815,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1758rp6-container\",nodeId:\"M2zTnbq3e\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/P7B8PU4Sba5QUssOVxGDZ9tZ32M.png\"},\"\"),fzDZj4NBF:\"Proprietary Retail Insights\",height:\"100%\",id:\"M2zTnbq3e\",layoutId:\"M2zTnbq3e\",lhpG_HP_R:\"We give small stores leverage by sharing real-time data and cutting-edge industry knowledge that only giant chain stores can usually afford.\",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+966},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+978,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m39uhr-container\",nodeId:\"LgFMpT4Zw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/uQlBoq9YrrK4tMD1DBFkmEd9c.png\"},\"\"),fzDZj4NBF:\"Tailored Emails\",height:\"100%\",id:\"LgFMpT4Zw\",layoutId:\"LgFMpT4Zw\",lhpG_HP_R:\"We design attention-grabbing, personalized emails to keep your customers up to date. \",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+1127},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+1141,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mm9qc7-container\",nodeId:\"NYxPnEjm1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/ExqgxZsfkkkuC0xGFwqrHiqUdI.png\"},\"\"),fzDZj4NBF:\"Push & SMS Content\",height:\"100%\",id:\"NYxPnEjm1\",layoutId:\"NYxPnEjm1\",lhpG_HP_R:\"We create short, impactful messages that alert your customers to flash sales, exclusive deals, or in-store events in real time.\",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+1288},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+1304,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cv56i1-container\",nodeId:\"Md9a9hOcM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/KGXr4notBUGGvEK2lIvDJQFrV6U.png\"},\"\"),fzDZj4NBF:\"Ad-Hoc Design & Print Support\",height:\"100%\",id:\"Md9a9hOcM\",layoutId:\"Md9a9hOcM\",lhpG_HP_R:\"Need ad materials, in-store flyers, handouts, or any other materials at short notice? We\u2019ve got you covered, so you never miss an opportunity.\",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1228px)`,y:(componentViewport?.y||0)+0+6935+34+0+0+102.2+0+0+0+1449},hmX39_cxl:{width:`max((min(${componentViewport?.width||\"100vw\"} - 70px, 1228px) - 38px) / 2, 50px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:128,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1228px) - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+4967.2+0+0+31+0+94+80+1467,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b90h0p-container\",nodeId:\"DZeTAQABY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"xlZE5_60V\"},hmX39_cxl:{variant:\"xlZE5_60V\"}},children:/*#__PURE__*/_jsx(SectionBenefitsFeaturesSticky,{d0jLx4No6:addImageAlt({pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/ClEtCx6SpbDmohnR0F7NmACgk.png\"},\"\"),fzDZj4NBF:\"Customer Data Analysis\",height:\"100%\",id:\"DZeTAQABY\",layoutId:\"DZeTAQABY\",lhpG_HP_R:\"We track how customers interact with your content, then refine offers and messaging to boost your ROI and keep shoppers coming back.\",style:{width:\"100%\"},variant:\"cbQeEdjqP\",width:\"100%\"})})})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-s89pns\",\"data-framer-name\":\"How To Use\",id:elementId8,ref:ref9,children:/*#__PURE__*/_jsx(\"section\",{className:\"framer-ucke5s\",\"data-framer-name\":\"About\",id:elementId9,ref:ref10,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vcwdf8\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f64j3h\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ejrggh\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xzrcyf\",\"data-framer-name\":\"Helper/Tag\",style:{\"--dwnl21\":ECekUtB9KDyeB4pqpe},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"The Founder\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"The Founder\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u6yp5m\",\"data-styles-preset\":\"LI7wOk5PY\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"About The Founder\"})}),className:\"framer-1g2oryt\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Alden Morris \"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Alden Morris \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1bgkhxn\",\"data-styles-preset\":\"Z1UxzBYMV\",children:\"Alden Morris \"})}),className:\"framer-p8ajvp\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk5jon\",\"data-styles-preset\":\"B1OWxmoZ6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Alden brings over ten years of experience across the U.S. beverage industry's supplier, distributor, and retail tiers. He has led marketing efforts for national brands and worked directly with independent retailers and producers, building a practical understanding of how to grow beverage businesses across different markets. He now leads a focused team of senior specialists covering branding, design, copywriting, SEO, and SaaS development.\"})})},hmX39_cxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk5jon\",\"data-styles-preset\":\"B1OWxmoZ6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Alden brings over ten years of experience across the U.S. beverage industry's supplier, distributor, and retail tiers. He has led marketing efforts for national brands and worked directly with independent retailers and producers, building a practical understanding of how to grow beverage businesses across different markets. He now leads a focused team of senior specialists covering branding, design, copywriting, SEO, and SaaS development.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fk5jon\",\"data-styles-preset\":\"B1OWxmoZ6\",style:{\"--framer-text-color\":\"var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61))\"},children:\"Alden brings over ten years of experience across the U.S. beverage industry's supplier, distributor, and retail tiers. He has led marketing efforts for national brands and worked directly with independent retailers and producers, building a practical understanding of how to grow beverage businesses across different markets. He now leads a focused team of senior specialists covering branding, design, copywriting, SEO, and SaaS development.\"})}),className:\"framer-ywclmv\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"About Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8682.2+23+0+0+0+10+270.7),pixelHeight:1080,pixelWidth:1080,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 72px, 450px) - 20px)`,src:\"https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png\",srcSet:\"https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png 1080w\"}},hmX39_cxl:{background:{alt:\"About Image\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 130px, 900px) - 40px)`,src:\"https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png\",srcSet:\"https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"About Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6798.2+79+0+0+0+33),pixelHeight:1080,pixelWidth:1080,sizes:`calc((min(${componentViewport?.width||\"100vw\"} - 200px, 1350px) - 40px) / 2)`,src:\"https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png\",srcSet:\"https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/W8hP1H5jsYw88nA3PNu43rmTOI.png 1080w\"},className:\"framer-hq5rb0\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8682.2+23+0+0+0+598.7-300.5),pixelHeight:644,pixelWidth:888,sizes:\"362px\",src:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg\",srcSet:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg 888w\"},style:{rotate:90}},hmX39_cxl:{background:{alt:\"\",fit:\"fill\",pixelHeight:644,pixelWidth:888,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 130px, 900px) + 10px)`,src:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg\",srcSet:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg 888w\"},style:{rotate:180}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6798.2+79+0+0+0+0),pixelHeight:644,pixelWidth:888,sizes:\"886px\",src:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg\",srcSet:\"https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hBzXIh9pnjjLaQkleQo93lc1mU.svg 888w\"},className:\"framer-15rchfh\",\"data-framer-name\":\"Abstarct Image\"})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-121icjf\",\"data-framer-name\":\"Product Overview\",id:elementId10,ref:ref11,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dhdac4\",\"data-framer-name\":\"Main Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qtphxs\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9323.9+50+0+0+0+10+0),pixelHeight:4899,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} - 80px, 1240px) * 0.9871 - 240px) * 2.4839)`,src:\"https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png\",srcSet:\"https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png 8000w\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fit\",pixelHeight:4899,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} - 80px, 1240px) * 0.975 - 240px) * 0.3603)`,src:\"https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png\",srcSet:\"https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png 8000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7326.9+50+0+0+0+10+0),pixelHeight:4899,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} - 80px, 1240px) * 0.975 - 240px) * 0.3603)`,src:\"https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png\",srcSet:\"https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/JrYs9gP4zbnagQJ5MMkbZBiKCU.png 8000w\"},className:\"framer-oecpc6\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f3o2nm\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Pioneering AI in the alcoholic beverage industry\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJsYWNr\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Pioneering AI in the alcoholic beverage industry\"})}),className:\"framer-7rhunz\",\"data-framer-name\":\"Heading\",fonts:[\"FS;Red Hat Display-black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We offer AI implementation for producers, distributors, and retail chains. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We offer AI implementation for producers, distributors, and retail chains. \"})}),className:\"framer-1bki9qf\",\"data-framer-name\":\"Paragraph\",fonts:[\"FS;Red Hat Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u2vkdg\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9323.9+50+0+0+0+10+278.8+30+0),pixelHeight:1487,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:`calc(min(min(${componentViewport?.width||\"100vw\"} - 80px, 1240px) * 0.9871 - 240px, 800px) * 2.5806)`,src:\"https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png\",srcSet:\"https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png 8000w\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fit\",pixelHeight:1487,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:`calc(min(min(${componentViewport?.width||\"100vw\"} - 80px, 1240px) * 0.975 - 240px, 800px) * 0.2863)`,src:\"https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png\",srcSet:\"https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png 8000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7326.9+50+0+0+0+10+410.9+30+0),pixelHeight:1487,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:`calc(min(min(${componentViewport?.width||\"100vw\"} - 80px, 1240px) * 0.975 - 240px, 800px) * 0.2863)`,src:\"https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png\",srcSet:\"https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/MfsioHWNYDqWHwvG8mZbMjKjtS8.png 8000w\"},className:\"framer-1fulqig\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, rgb(222, 216, 211))\"},children:[\"Our \",/*#__PURE__*/_jsx(\"em\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"flagship\"})}),\" retail SaaS is LiquorChat: A complete retail intelligence platform for RETAIL LIQUOR STORES combining AI-powered product expertise, real-time inventory management, employee training, and customer engagement in one unified system.\"]})}),className:\"framer-1tlp4zf\",\"data-framer-name\":\"Paragraph\",fonts:[\"FR;InterDisplay-Medium\",\"FR;InterDisplay-Bold\",\"FR;InterDisplay-BoldItalic\",\"FR;InterDisplay-MediumItalic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{y:(componentViewport?.y||0)+0+9323.9+50+0+0+0+10+278.8+30+204},hmX39_cxl:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,y:(componentViewport?.y||0)+0+7326.9+50+0+0+0+10+410.9+30+213,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q1i9uk-container\",nodeId:\"lF6NRlvVH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton2,{DyDA7Nepj:\"GET ACCESS NOW\",HauR5zp0I:\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\",height:\"100%\",id:\"lF6NRlvVH\",layoutId:\"lF6NRlvVH\",naUO_7rz4:\"rgb(255, 255, 255)\",OITZhuKDg:\"https://q3abu05x8g9.typeform.com/liquorlabs\",OwpZhR4Oq:false,spbNf7R6o:\"14px 20px 14px 20px\",variant:\"vEi2XLy0i\",width:\"100%\",XsQvR9CFM:\"var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, rgb(222, 216, 211))\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ti8utf\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"Dashboard Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9323.9+50+0+0+657+15+0),pixelHeight:1749,pixelWidth:2876,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"} - 80px, 1240px), 1016px) - 30px)`,src:\"https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg\",srcSet:\"https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg 2876w\"}},hmX39_cxl:{background:{alt:\"Dashboard Image\",fit:\"fill\",pixelHeight:1749,pixelWidth:2876,positionX:\"center\",positionY:\"center\",sizes:`calc(min(min(${componentViewport?.width||\"100vw\"} - 80px, 1240px), 1016px) - 30px)`,src:\"https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg\",srcSet:\"https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg 2876w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Dashboard Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7326.9+50+0+0+646+15+0),pixelHeight:1749,pixelWidth:2876,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"} - 80px, 1240px), 1016px) - 30px)`,src:\"https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg\",srcSet:\"https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/OHuXFrDDOAkQKZ7lLM7U3YDr6Y.jpg 2876w\"},className:\"framer-sjhsaw\",\"data-framer-name\":\"Dashboard Image\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ely4fk\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0 0\" fill=\"transparent\" stroke=\"#AAA\"></path></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9323.9+50+0+0+657+-110.5),pixelHeight:8e3,pixelWidth:3627,sizes:\"82px\",src:\"https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png\",srcSet:\"https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png?scale-down-to=2048 928w,https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png?scale-down-to=4096 1857w,https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png 3627w\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fill\",pixelHeight:8e3,pixelWidth:3627,sizes:\"197px\",src:\"https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png\",srcSet:\"https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png?scale-down-to=2048 928w,https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png?scale-down-to=4096 1857w,https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png 3627w\"}}},children:/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:5,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150}},{ref:ref11,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,animate:animation10,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7326.9+50+0+0+646+617-498.5),pixelHeight:8e3,pixelWidth:3627,sizes:\"197px\",src:\"https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png\",srcSet:\"https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png?scale-down-to=2048 928w,https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png?scale-down-to=4096 1857w,https://framerusercontent.com/images/qt4jus23ffaAemMeueTFw7r50E0.png 3627w\"},className:\"framer-18xqgyr\",\"data-framer-appear-id\":\"18xqgyr\",initial:animation11,optimized:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9323.9+50+0+0+657+208-299),pixelHeight:1058,pixelWidth:747,positionX:\"center\",positionY:\"center\",sizes:\"130px\",src:\"https://framerusercontent.com/images/2Cd5HDJiaLJvO2KxE121rlJYUsc.png\",srcSet:\"https://framerusercontent.com/images/2Cd5HDJiaLJvO2KxE121rlJYUsc.png?scale-down-to=1024 722w,https://framerusercontent.com/images/2Cd5HDJiaLJvO2KxE121rlJYUsc.png 747w\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fit\",pixelHeight:1058,pixelWidth:747,positionX:\"center\",positionY:\"center\",sizes:\"321px\",src:\"https://framerusercontent.com/images/2Cd5HDJiaLJvO2KxE121rlJYUsc.png\",srcSet:\"https://framerusercontent.com/images/2Cd5HDJiaLJvO2KxE121rlJYUsc.png?scale-down-to=1024 722w,https://framerusercontent.com/images/2Cd5HDJiaLJvO2KxE121rlJYUsc.png 747w\"}}},children:/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:-5,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150}},{ref:ref11,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,animate:animation10,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7326.9+50+0+0+646+617-414),pixelHeight:1058,pixelWidth:747,positionX:\"center\",positionY:\"center\",sizes:\"321px\",src:\"https://framerusercontent.com/images/2Cd5HDJiaLJvO2KxE121rlJYUsc.png\",srcSet:\"https://framerusercontent.com/images/2Cd5HDJiaLJvO2KxE121rlJYUsc.png?scale-down-to=1024 722w,https://framerusercontent.com/images/2Cd5HDJiaLJvO2KxE121rlJYUsc.png 747w\"},className:\"framer-kafeb\",\"data-framer-appear-id\":\"kafeb\",initial:animation11,optimized:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xh2rie\",\"data-framer-name\":\"Gradiant\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-el4sc7\",\"data-framer-name\":\"Gradiant\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uwqtmj\",\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1scs18w\",\"data-border\":true,\"data-framer-name\":\"Sub Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wligpl\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1ueen9j\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 35.054 34.062\" overflow=\"visible\"><path d=\"M 22.941 0.105 C 23.236 0.302 23.45 0.534 23.611 0.856 C 23.618 1.037 23.621 1.216 23.62 1.397 L 23.62 1.566 C 23.62 1.75 23.619 1.935 23.619 2.119 L 23.618 2.502 C 23.618 2.839 23.617 3.175 23.616 3.512 C 23.616 3.855 23.615 4.198 23.615 4.541 C 23.614 5.215 23.613 5.889 23.611 6.562 C 23.888 6.558 24.164 6.553 24.441 6.548 C 24.702 6.544 24.962 6.539 25.223 6.533 C 26.656 6.498 27.796 6.822 28.875 7.823 C 30.028 9.038 30.201 10.469 30.194 12.07 C 30.197 12.63 30.197 13.191 30.195 13.752 C 30.195 14.182 30.195 14.612 30.196 15.042 C 30.196 15.764 30.196 16.486 30.194 17.208 C 30.193 18.04 30.193 18.872 30.195 19.704 C 30.196 20.421 30.196 21.138 30.196 21.855 C 30.195 22.282 30.195 22.71 30.196 23.137 C 30.197 23.538 30.196 23.94 30.194 24.342 C 30.194 24.488 30.194 24.635 30.195 24.781 C 30.201 26.3 29.965 27.71 28.873 28.857 C 27.584 30.047 26.138 30.183 24.467 30.162 C 24.188 30.159 23.91 30.158 23.631 30.157 C 22.839 30.155 22.047 30.152 21.256 30.142 C 20.769 30.137 20.283 30.135 19.797 30.136 C 19.613 30.135 19.429 30.133 19.245 30.13 C 18.136 30.07 18.136 30.07 17.165 30.514 C 16.992 30.686 16.841 30.874 16.687 31.062 C 16.549 31.182 16.408 31.297 16.264 31.41 C 15.979 31.64 15.701 31.879 15.432 32.128 C 15.089 32.443 14.735 32.741 14.371 33.033 C 14.195 33.177 14.029 33.328 13.862 33.483 C 13.377 33.907 12.898 34.086 12.251 34.059 C 11.916 34.011 11.651 33.896 11.361 33.725 L 11.197 33.63 C 10.765 33.346 10.544 32.992 10.372 32.508 C 10.311 32.198 10.287 31.906 10.288 31.591 L 10.289 31.335 L 10.291 31.072 L 10.292 30.803 C 10.293 30.585 10.294 30.367 10.296 30.149 L 10.039 30.16 C 8.657 30.2 7.442 29.935 6.349 29.022 C 5.403 28.122 4.905 26.898 4.867 25.602 C 4.862 25.265 4.862 24.929 4.863 24.592 C 4.86 24.03 4.86 23.469 4.86 22.907 C 4.861 22.564 4.86 22.22 4.86 21.877 C 4.859 21.066 4.859 20.256 4.86 19.445 C 4.861 18.611 4.86 17.778 4.857 16.944 C 4.856 16.226 4.855 15.508 4.856 14.79 C 4.856 14.362 4.856 13.934 4.854 13.506 C 4.853 13.103 4.854 12.701 4.855 12.298 C 4.855 12.151 4.855 12.004 4.854 11.858 C 4.847 10.329 5.078 9.02 6.172 7.872 L 6.339 7.704 L 6.464 7.574 C 7.393 6.687 8.555 6.539 9.774 6.545 L 10.148 6.545 C 10.485 6.545 10.821 6.546 11.158 6.547 C 11.51 6.548 11.863 6.548 12.215 6.548 C 12.882 6.549 13.548 6.55 14.215 6.551 C 14.974 6.553 15.733 6.554 16.493 6.555 C 18.054 6.556 19.615 6.559 21.176 6.562 L 21.174 6.349 C 21.168 5.684 21.163 5.019 21.161 4.354 C 21.159 4.012 21.157 3.67 21.153 3.328 C 21.15 2.998 21.148 2.668 21.147 2.338 C 21.147 2.213 21.146 2.087 21.144 1.961 C 21.142 1.784 21.142 1.608 21.142 1.432 L 21.14 1.127 C 21.194 0.723 21.378 0.492 21.676 0.223 C 22.071 -0.05 22.5 -0.051 22.941 0.105 Z M 11.741 14.328 C 11.481 14.711 11.463 15.006 11.513 15.465 C 11.692 15.836 11.916 16.028 12.274 16.225 C 12.541 16.293 12.791 16.311 13.065 16.312 L 13.312 16.314 L 13.581 16.314 L 13.866 16.315 C 14.123 16.316 14.38 16.316 14.637 16.317 L 15.12 16.318 C 15.624 16.319 16.129 16.319 16.633 16.32 C 17.214 16.32 17.794 16.321 18.375 16.324 C 18.825 16.325 19.275 16.326 19.725 16.326 C 19.993 16.326 20.261 16.327 20.529 16.328 C 20.829 16.33 21.128 16.329 21.428 16.329 L 21.695 16.331 C 22.503 16.327 22.503 16.327 23.202 15.963 C 23.511 15.602 23.562 15.358 23.556 14.897 C 23.525 14.611 23.422 14.459 23.231 14.247 C 22.822 13.926 22.492 13.858 21.983 13.856 L 21.736 13.855 L 21.467 13.855 L 21.183 13.853 C 20.925 13.852 20.668 13.852 20.411 13.852 L 19.928 13.851 C 19.424 13.85 18.92 13.849 18.415 13.849 C 17.835 13.848 17.254 13.847 16.673 13.845 C 16.223 13.843 15.773 13.842 15.324 13.842 C 15.055 13.842 14.787 13.842 14.519 13.84 C 14.219 13.839 13.92 13.839 13.62 13.84 L 13.354 13.838 C 12.767 13.841 12.149 13.854 11.741 14.328 Z M 11.632 20.914 C 11.471 21.262 11.462 21.555 11.513 21.932 C 11.653 22.282 11.902 22.471 12.198 22.693 C 12.432 22.771 12.592 22.779 12.838 22.78 L 13.097 22.781 L 13.381 22.781 L 13.68 22.782 C 13.951 22.783 14.222 22.784 14.493 22.784 L 15.001 22.785 C 15.531 22.786 16.061 22.787 16.592 22.787 C 17.203 22.787 17.815 22.789 18.426 22.791 C 18.899 22.793 19.372 22.793 19.845 22.794 C 20.128 22.794 20.41 22.794 20.692 22.795 C 21.008 22.797 21.323 22.797 21.638 22.796 L 21.921 22.798 C 22.425 22.796 22.816 22.785 23.204 22.424 C 23.533 21.994 23.606 21.711 23.535 21.171 C 23.408 20.876 23.244 20.7 22.98 20.519 C 22.558 20.356 22.154 20.378 21.705 20.38 L 21.401 20.378 C 21.127 20.377 20.854 20.377 20.58 20.377 C 20.351 20.377 20.122 20.377 19.893 20.376 C 19.352 20.375 18.812 20.375 18.272 20.376 C 17.715 20.377 17.158 20.376 16.602 20.374 C 16.123 20.372 15.644 20.372 15.166 20.372 C 14.88 20.373 14.595 20.372 14.309 20.371 C 13.99 20.37 13.672 20.371 13.353 20.372 L 13.068 20.37 C 12.441 20.375 12.072 20.441 11.632 20.914 Z M 2.535 11.052 L 2.535 22.389 C 1.697 22.179 1.073 21.438 0.618 20.738 C 0.222 20.052 0.018 19.253 0.012 18.462 L 0.01 18.214 L 0.009 17.949 L 0.007 17.672 C 0.007 17.479 0.006 17.286 0.006 17.092 C 0.005 16.799 0.003 16.506 0 16.214 C -0.007 14.564 0.115 13.147 1.291 11.894 C 2.13 11.052 2.13 11.052 2.535 11.052 Z M 32.513 11.052 C 33.754 11.672 34.424 12.541 34.876 13.839 C 35.038 14.413 35.038 14.976 35.042 15.569 L 35.044 15.845 C 35.045 16.037 35.046 16.229 35.047 16.421 C 35.047 16.616 35.049 16.811 35.051 17.006 C 35.071 18.753 34.989 20.291 33.731 21.628 C 32.873 22.389 32.873 22.389 32.513 22.389 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-xk50v0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25.343 34.062\" overflow=\"visible\"><path d=\"M 18.087 0.105 C 18.382 0.302 18.597 0.534 18.757 0.856 C 18.764 1.037 18.767 1.216 18.766 1.397 L 18.766 1.566 C 18.766 1.75 18.765 1.935 18.765 2.119 L 18.764 2.502 C 18.764 2.839 18.763 3.175 18.763 3.512 C 18.762 3.855 18.761 4.198 18.761 4.541 C 18.76 5.215 18.759 5.889 18.757 6.562 C 19.034 6.558 19.311 6.553 19.587 6.548 C 19.848 6.544 20.108 6.539 20.369 6.533 C 21.803 6.498 22.943 6.822 24.022 7.823 C 25.175 9.038 25.348 10.469 25.34 12.07 C 25.343 12.63 25.343 13.191 25.342 13.752 C 25.341 14.182 25.342 14.612 25.342 15.042 C 25.343 15.764 25.342 16.486 25.34 17.208 C 25.339 18.04 25.339 18.872 25.341 19.704 C 25.342 20.421 25.343 21.138 25.342 21.855 C 25.341 22.282 25.341 22.71 25.342 23.137 C 25.343 23.538 25.343 23.94 25.341 24.342 C 25.34 24.488 25.34 24.635 25.341 24.781 C 25.347 26.3 25.111 27.71 24.019 28.857 C 22.73 30.047 21.285 30.183 19.613 30.162 C 19.335 30.159 19.056 30.158 18.777 30.157 C 17.985 30.155 17.194 30.152 16.402 30.142 C 15.916 30.137 15.43 30.135 14.944 30.136 C 14.759 30.135 14.575 30.133 14.391 30.13 C 13.282 30.07 13.282 30.07 12.311 30.514 C 12.138 30.686 11.987 30.874 11.833 31.062 C 11.695 31.182 11.554 31.297 11.41 31.41 C 11.125 31.64 10.847 31.879 10.578 32.128 C 10.235 32.443 9.881 32.741 9.517 33.033 C 9.341 33.177 9.175 33.328 9.009 33.483 C 8.523 33.907 8.045 34.086 7.397 34.059 C 7.063 34.011 6.797 33.896 6.507 33.725 L 6.343 33.63 C 5.911 33.346 5.69 32.992 5.518 32.508 C 5.457 32.198 5.433 31.906 5.435 31.591 L 5.435 31.335 L 5.437 31.072 L 5.438 30.803 C 5.439 30.585 5.44 30.367 5.442 30.149 L 5.185 30.16 C 3.803 30.2 2.588 29.935 1.495 29.022 C 0.549 28.122 0.052 26.898 0.013 25.602 C 0.008 25.265 0.008 24.929 0.009 24.592 C 0.007 24.03 0.006 23.469 0.007 22.907 C 0.007 22.564 0.006 22.22 0.006 21.877 C 0.005 21.066 0.005 20.256 0.006 19.445 C 0.007 18.611 0.006 17.778 0.004 16.944 C 0.002 16.226 0.001 15.508 0.002 14.79 C 0.002 14.362 0.002 13.934 0.001 13.506 C 0 13.103 0 12.701 0.001 12.298 C 0.002 12.151 0.001 12.004 0.001 11.858 C -0.007 10.329 0.224 9.02 1.318 7.872 L 1.486 7.704 L 1.61 7.574 C 2.539 6.687 3.701 6.539 4.921 6.545 L 5.294 6.545 C 5.631 6.545 5.968 6.546 6.304 6.547 C 6.657 6.548 7.009 6.548 7.361 6.548 C 8.028 6.549 8.695 6.55 9.361 6.551 C 10.12 6.553 10.88 6.554 11.639 6.555 C 13.2 6.556 14.761 6.559 16.322 6.562 L 16.32 6.349 C 16.314 5.684 16.31 5.019 16.307 4.354 C 16.305 4.012 16.303 3.67 16.3 3.328 C 16.296 2.998 16.294 2.668 16.294 2.338 C 16.293 2.213 16.292 2.087 16.29 1.961 C 16.288 1.784 16.288 1.608 16.288 1.432 L 16.286 1.127 C 16.34 0.723 16.524 0.492 16.822 0.223 C 17.217 -0.05 17.647 -0.051 18.087 0.105 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1az75it\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.066 2.493\" overflow=\"visible\"><path d=\"M 0.251 0.491 C -0.01 0.873 -0.028 1.169 0.022 1.627 C 0.201 1.998 0.425 2.19 0.783 2.388 C 1.05 2.456 1.3 2.474 1.574 2.475 L 1.821 2.476 L 2.09 2.476 L 2.375 2.477 C 2.632 2.478 2.889 2.479 3.146 2.479 L 3.629 2.48 C 4.133 2.481 4.638 2.482 5.142 2.482 C 5.723 2.482 6.303 2.484 6.884 2.486 C 7.334 2.488 7.784 2.489 8.234 2.489 C 8.502 2.489 8.77 2.489 9.038 2.49 C 9.338 2.492 9.637 2.492 9.937 2.491 L 10.204 2.493 C 11.012 2.49 11.012 2.49 11.711 2.125 C 12.02 1.765 12.071 1.521 12.065 1.059 C 12.034 0.773 11.931 0.621 11.74 0.41 C 11.331 0.088 11.001 0.02 10.492 0.019 L 10.245 0.017 L 9.976 0.017 L 9.692 0.016 C 9.435 0.015 9.177 0.014 8.92 0.014 L 8.437 0.013 C 7.933 0.012 7.429 0.011 6.924 0.011 C 6.344 0.011 5.763 0.009 5.182 0.007 C 4.732 0.006 4.283 0.005 3.833 0.005 C 3.564 0.005 3.296 0.004 3.028 0.003 C 2.728 0.001 2.429 0.002 2.129 0.002 L 1.863 0 C 1.276 0.003 0.658 0.016 0.251 0.49 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14jgoor\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.074 2.428\" overflow=\"visible\"><path d=\"M 0.147 0.544 C -0.014 0.892 -0.024 1.185 0.028 1.562 C 0.168 1.912 0.417 2.101 0.713 2.323 C 0.947 2.401 1.107 2.409 1.352 2.41 L 1.611 2.411 L 1.895 2.411 L 2.195 2.412 C 2.466 2.413 2.737 2.414 3.008 2.414 L 3.516 2.415 C 4.046 2.416 4.576 2.417 5.106 2.417 C 5.718 2.418 6.329 2.419 6.941 2.421 C 7.414 2.423 7.887 2.424 8.36 2.424 C 8.642 2.424 8.925 2.424 9.207 2.426 C 9.522 2.427 9.837 2.427 10.152 2.426 L 10.435 2.428 C 10.94 2.426 11.331 2.415 11.718 2.054 C 12.047 1.624 12.121 1.341 12.05 0.801 C 11.923 0.506 11.758 0.33 11.495 0.149 C 11.073 -0.014 10.668 0.008 10.219 0.01 L 9.916 0.008 C 9.642 0.007 9.368 0.007 9.094 0.007 C 8.865 0.007 8.636 0.007 8.407 0.007 C 7.867 0.005 7.327 0.006 6.786 0.006 C 6.23 0.007 5.673 0.006 5.116 0.004 C 4.638 0.003 4.159 0.002 3.68 0.003 C 3.395 0.003 3.109 0.003 2.823 0.001 C 2.505 0 2.186 0.001 1.868 0.002 L 1.583 0 C 0.956 0.005 0.586 0.071 0.147 0.544 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qqbyz1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.535 11.337\" overflow=\"visible\"><path d=\"M 2.535 0 L 2.535 11.337 C 1.697 11.127 1.073 10.386 0.618 9.687 C 0.222 9.001 0.018 8.201 0.012 7.411 L 0.01 7.163 L 0.009 6.898 L 0.007 6.621 C 0.007 6.427 0.006 6.234 0.006 6.041 C 0.005 5.748 0.003 5.455 0 5.162 C -0.007 3.513 0.115 2.095 1.291 0.843 C 2.13 0 2.13 0 2.535 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19jm6nq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.54 11.337\" overflow=\"visible\"><path d=\"M 0 0 C 1.241 0.62 1.911 1.489 2.363 2.788 C 2.524 3.362 2.525 3.924 2.529 4.517 L 2.531 4.793 C 2.532 4.985 2.533 5.178 2.533 5.37 C 2.534 5.565 2.536 5.759 2.538 5.954 C 2.558 7.702 2.475 9.24 1.217 10.576 C 0.36 11.337 0.36 11.337 0 11.337 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pukhvy\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"AI Store Assistant\"})}),className:\"framer-1oame2j\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Real-time beverage expertise and personalized recommendations through intelligent conversational interface.\"})}),className:\"framer-1frketq\",\"data-framer-name\":\"Paragraph\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-lcx4n3 hidden-vcrtlr\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dx7pq6\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8bxyny\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30.481\" overflow=\"visible\"><path d=\"M 25.244 0.002 C 26.483 -0.034 27.635 0.433 28.546 1.258 C 29.47 2.142 29.96 3.318 29.998 4.594 C 29.962 5.69 29.646 6.627 28.983 7.5 L 28.89 7.626 C 28.204 8.489 27.072 9.046 25.987 9.186 C 24.725 9.301 23.54 9.038 22.527 8.249 C 22.431 8.167 22.336 8.084 22.242 8 L 22.126 7.902 C 21.553 7.38 21.141 6.617 20.931 5.877 L 20.931 5.628 C 20.657 5.64 20.382 5.655 20.108 5.671 L 19.876 5.681 C 18.986 5.735 18.193 6.028 17.57 6.685 C 17.051 7.339 16.856 8.035 16.854 8.858 L 16.852 9.033 C 16.85 9.222 16.849 9.412 16.848 9.601 C 16.847 9.734 16.845 9.866 16.844 9.998 C 16.841 10.344 16.838 10.691 16.836 11.037 C 16.833 11.453 16.829 11.87 16.826 12.286 C 16.82 12.917 16.816 13.548 16.811 14.179 L 20.931 14.179 L 21.056 13.618 C 21.123 13.448 21.189 13.291 21.27 13.13 L 21.336 13 C 21.571 12.556 21.882 12.216 22.242 11.87 L 22.364 11.744 C 23.23 10.907 24.394 10.644 25.56 10.654 C 26.869 10.693 27.97 11.251 28.87 12.194 C 29.616 13.072 30.031 14.221 29.997 15.376 C 29.878 16.777 29.358 17.94 28.273 18.862 C 27.157 19.712 25.843 19.938 24.468 19.781 C 23.476 19.613 22.679 19.064 21.992 18.362 L 21.866 18.242 C 21.613 17.983 21.45 17.687 21.286 17.367 L 21.222 17.243 C 21.065 16.921 21.012 16.668 20.931 16.302 L 16.811 16.302 C 16.815 17.436 16.815 17.436 16.821 18.57 C 16.824 19.033 16.827 19.496 16.828 19.959 C 16.829 20.332 16.831 20.706 16.834 21.08 C 16.835 21.222 16.836 21.364 16.836 21.506 C 16.836 22.618 16.902 23.538 17.669 24.416 C 18.546 25.261 19.66 25.308 20.806 25.353 L 20.823 25.218 C 21.003 23.941 21.67 22.879 22.693 22.099 C 23.766 21.373 25.026 21.111 26.306 21.335 C 27.621 21.645 28.641 22.397 29.37 23.527 C 29.741 24.175 29.916 24.863 29.982 25.603 L 29.996 25.745 C 30.051 26.944 29.549 28.085 28.784 28.981 C 27.964 29.856 26.877 30.402 25.675 30.471 L 25.546 30.479 C 24.2 30.519 23.031 29.998 22.055 29.098 C 21.595 28.629 21.33 28.063 21.056 27.475 L 20.898 27.473 C 20.7 27.469 20.502 27.464 20.304 27.459 C 20.178 27.456 20.052 27.454 19.926 27.451 C 18.639 27.417 17.576 27.067 16.562 26.289 L 16.436 26.199 C 15.525 25.494 14.953 24.276 14.751 23.168 C 14.699 22.724 14.68 22.283 14.682 21.836 L 14.682 21.653 C 14.682 21.456 14.682 21.259 14.683 21.063 L 14.683 20.65 C 14.683 20.29 14.684 19.93 14.685 19.57 C 14.685 19.137 14.686 18.703 14.686 18.27 C 14.687 17.614 14.688 16.958 14.689 16.302 L 9.196 16.302 L 9.196 17.301 C 9.07 17.838 8.908 18.24 8.572 18.674 L 8.431 18.869 C 7.954 19.368 7.279 19.772 6.575 19.807 L 6.355 19.808 L 6.233 19.81 C 6.1 19.811 5.968 19.812 5.835 19.812 L 5.696 19.813 C 5.454 19.814 5.212 19.815 4.97 19.816 C 4.722 19.816 4.474 19.819 4.226 19.821 C 4.033 19.823 3.841 19.823 3.648 19.823 C 3.557 19.824 3.466 19.825 3.374 19.826 C 2.439 19.837 1.61 19.622 0.909 18.97 C 0.174 18.181 0.011 17.248 0.007 16.212 L 0.006 15.985 C 0.005 15.827 0.005 15.668 0.005 15.51 C 0.004 15.27 0.002 15.031 0 14.791 C -0.005 13.491 0.055 12.435 0.993 11.447 C 1.703 10.792 2.559 10.645 3.492 10.651 C 3.584 10.651 3.677 10.65 3.769 10.65 C 3.961 10.65 4.153 10.65 4.346 10.651 C 4.59 10.653 4.834 10.652 5.078 10.65 C 5.269 10.65 5.459 10.65 5.649 10.65 C 5.739 10.651 5.829 10.65 5.919 10.65 C 6.747 10.646 7.407 10.801 8.072 11.308 L 8.267 11.448 C 8.769 11.928 9.061 12.505 9.196 13.181 L 9.196 14.179 L 14.689 14.179 L 14.685 12.972 C 14.684 12.718 14.683 12.463 14.683 12.209 C 14.682 11.806 14.681 11.404 14.679 11.001 C 14.678 10.676 14.677 10.351 14.677 10.026 C 14.677 9.903 14.676 9.78 14.676 9.657 C 14.666 7.828 14.958 6.329 16.265 4.964 C 17.157 4.076 18.403 3.569 19.657 3.562 C 19.81 3.562 19.963 3.563 20.116 3.564 L 20.353 3.565 C 20.546 3.565 20.738 3.566 20.931 3.568 L 20.951 3.462 C 21.019 3.12 21.119 2.824 21.278 2.514 L 21.345 2.384 C 21.906 1.325 22.868 0.565 24.004 0.193 C 24.415 0.084 24.821 0.027 25.244 0.002 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nwubnv\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Full POS Integration\"})}),className:\"framer-8d4l73\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Live inventory, customer, order, and marketing priority sync so that you, your employees, and customers know everything.\"})}),className:\"framer-w7q6nb\",\"data-framer-name\":\"Paragraph\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vt989e hidden-vcrtlr\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-113zmxw\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-ticuf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 35 30.896\" overflow=\"visible\"><g><path d=\"M 31.879 2.74 C 33.55 4.173 34.705 6.1 34.974 8.307 C 34.996 8.671 35.001 9.034 35 9.398 L 35 9.549 C 34.997 10.344 34.943 11.091 34.702 11.853 L 34.652 12.014 C 34.035 13.951 32.817 15.395 31.293 16.71 C 31.049 16.924 30.813 17.148 30.577 17.371 L 30.427 17.512 C 30.306 17.625 30.186 17.739 30.066 17.852 C 29.856 17.759 29.715 17.654 29.556 17.489 L 29.419 17.349 L 29.273 17.197 C 29.169 17.091 29.065 16.985 28.961 16.879 C 28.798 16.712 28.635 16.545 28.473 16.378 C 27.544 15.419 26.739 14.672 25.336 14.618 C 24.387 14.645 23.544 14.997 22.886 15.683 C 22.342 16.336 22.093 17.086 22.021 17.92 L 21.819 17.955 C 20.815 18.137 19.902 18.481 19.294 19.352 C 18.936 19.971 18.741 20.551 18.68 21.261 L 18.478 21.296 C 17.475 21.478 16.561 21.822 15.953 22.693 C 15.443 23.574 15.257 24.449 15.454 25.453 C 15.518 25.658 15.585 25.84 15.68 26.033 L 15.745 26.171 C 16.082 26.809 16.627 27.282 17.138 27.78 C 17.234 27.876 17.331 27.971 17.428 28.067 C 17.663 28.299 17.898 28.53 18.135 28.76 C 17.828 29.124 17.509 29.46 17.163 29.787 L 17.019 29.928 C 16.304 30.606 15.636 30.911 14.644 30.895 C 13.917 30.835 13.356 30.492 12.868 29.966 C 12.348 29.329 12.28 28.599 12.34 27.806 C 12.427 27.455 12.548 27.152 12.749 26.851 L 12.527 26.949 C 11.797 27.22 11.055 27.159 10.354 26.843 C 9.697 26.488 9.341 25.969 9.067 25.283 C 8.889 24.582 9.014 23.967 9.272 23.306 L 9.34 23.102 L 9.219 23.146 C 8.525 23.382 7.838 23.397 7.158 23.102 C 6.536 22.778 6.003 22.264 5.769 21.592 C 5.602 20.826 5.705 20.094 6.121 19.431 C 6.265 19.225 6.414 19.056 6.592 18.879 L 6.686 18.784 C 6.79 18.681 6.894 18.578 6.998 18.474 L 7.221 18.251 C 7.423 18.049 7.625 17.847 7.828 17.646 C 8.039 17.435 8.251 17.224 8.462 17.013 C 8.862 16.614 9.262 16.215 9.662 15.816 C 10.118 15.361 10.573 14.907 11.029 14.452 C 11.965 13.517 12.902 12.582 13.84 11.648 C 13.957 11.748 14.075 11.848 14.193 11.948 C 14.378 12.111 14.549 12.287 14.72 12.466 C 14.795 12.543 14.87 12.62 14.946 12.697 C 15.061 12.815 15.177 12.934 15.291 13.054 C 15.941 13.73 16.6 14.296 17.517 14.575 L 17.766 14.654 C 18.817 14.934 19.968 14.824 20.93 14.307 L 21.095 14.22 C 22.192 13.604 22.898 12.645 23.248 11.443 C 23.543 10.236 23.336 8.99 22.713 7.919 C 22.129 7.021 21.229 6.28 20.474 5.529 L 20.11 5.166 C 19.815 4.872 19.52 4.578 19.225 4.285 C 19.343 4.03 19.471 3.908 19.694 3.735 C 19.978 3.511 20.242 3.278 20.504 3.028 C 23.593 0.139 28.65 0.036 31.879 2.74 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path><path d=\"M 10.771 0.267 L 10.906 0.301 C 13.098 0.878 14.612 2.313 16.176 3.876 L 16.372 4.072 C 16.714 4.413 17.056 4.754 17.398 5.095 C 17.714 5.412 18.031 5.727 18.348 6.042 C 18.623 6.315 18.897 6.588 19.17 6.862 C 19.333 7.025 19.496 7.187 19.659 7.349 C 19.841 7.529 20.022 7.711 20.202 7.892 L 20.363 8.051 C 21.069 8.765 21.462 9.48 21.475 10.493 C 21.419 11.196 21.119 11.803 20.605 12.283 C 20 12.756 19.303 12.946 18.544 12.88 C 17.639 12.717 17.019 12.145 16.398 11.51 C 16.136 11.248 15.876 10.985 15.616 10.721 C 15.424 10.526 15.231 10.331 15.037 10.137 C 14.66 9.756 14.283 9.375 13.907 8.994 C 13.648 9.101 13.484 9.264 13.286 9.462 L 13.183 9.565 C 13.068 9.68 12.954 9.794 12.84 9.909 C 12.536 10.213 12.231 10.518 11.928 10.823 C 11.695 11.056 11.463 11.289 11.23 11.522 C 10.79 11.962 10.35 12.403 9.911 12.844 C 9.41 13.346 8.909 13.848 8.408 14.35 C 7.377 15.382 6.347 16.414 5.317 17.447 C 5.086 17.338 4.932 17.216 4.749 17.035 L 4.574 16.863 L 4.386 16.675 L 4.19 16.481 C 4.053 16.345 3.916 16.208 3.78 16.072 C 3.641 15.933 3.502 15.795 3.363 15.657 C 1.887 14.201 1.887 14.201 1.363 13.357 L 1.288 13.239 C 0.09 11.345 -0.28 8.92 0.21 6.736 C 0.767 4.532 2.066 2.559 4.022 1.358 C 4.823 0.88 5.642 0.507 6.544 0.267 L 6.68 0.23 C 7.979 -0.1 9.476 -0.064 10.771 0.267 Z M 22.747 20.072 C 23.086 20.289 23.357 20.588 23.639 20.873 L 23.846 21.08 C 23.99 21.223 24.134 21.368 24.277 21.513 C 24.459 21.697 24.643 21.881 24.828 22.064 C 24.97 22.206 25.112 22.349 25.254 22.492 C 25.321 22.559 25.389 22.627 25.457 22.695 C 25.552 22.79 25.646 22.885 25.741 22.981 L 25.903 23.144 C 26.205 23.503 26.326 23.871 26.316 24.333 C 26.251 24.788 26.057 25.05 25.7 25.33 C 25.349 25.575 25.031 25.604 24.611 25.56 C 23.724 25.318 22.968 24.273 22.338 23.644 C 22.165 23.472 21.991 23.3 21.817 23.128 C 21.706 23.018 21.595 22.907 21.484 22.797 L 21.328 22.643 C 20.996 22.309 20.695 21.998 20.623 21.516 C 20.638 20.675 20.638 20.675 20.969 20.337 C 21.501 19.852 22.089 19.734 22.747 20.072 Z M 19.406 23.413 C 19.743 23.628 20.015 23.922 20.296 24.204 L 20.503 24.409 C 20.646 24.551 20.789 24.695 20.932 24.838 C 21.114 25.021 21.298 25.202 21.481 25.383 C 21.624 25.523 21.765 25.665 21.907 25.806 C 21.974 25.873 22.041 25.94 22.109 26.007 C 22.551 26.441 22.957 26.872 22.982 27.521 C 22.964 27.94 22.839 28.222 22.537 28.519 C 22.198 28.821 21.895 28.943 21.445 28.925 C 20.791 28.836 20.33 28.35 19.891 27.9 L 19.698 27.707 C 19.565 27.574 19.432 27.439 19.3 27.304 C 19.131 27.133 18.961 26.962 18.791 26.791 C 18.627 26.627 18.464 26.463 18.301 26.298 L 18.118 26.113 C 17.309 25.289 17.309 25.289 17.299 24.619 C 17.305 24.224 17.344 23.969 17.629 23.678 C 18.162 23.192 18.748 23.074 19.406 23.413 Z M 26.111 16.766 C 26.528 17.098 26.904 17.479 27.282 17.854 L 27.456 18.028 C 27.577 18.148 27.698 18.268 27.819 18.389 C 28.003 18.572 28.188 18.755 28.373 18.938 C 28.491 19.055 28.609 19.173 28.726 19.29 L 28.893 19.455 C 29.281 19.844 29.616 20.216 29.658 20.786 C 29.652 21.258 29.498 21.558 29.173 21.899 C 28.852 22.184 28.518 22.256 28.101 22.239 C 27.357 22.145 26.807 21.427 26.304 20.927 L 26.129 20.753 C 26.009 20.633 25.888 20.513 25.767 20.392 C 25.583 20.209 25.398 20.026 25.213 19.843 C 25.095 19.726 24.977 19.608 24.859 19.491 L 24.693 19.326 C 24.038 18.669 24.038 18.669 23.964 18.176 C 23.979 17.334 23.979 17.334 24.31 16.997 C 24.852 16.502 25.455 16.396 26.111 16.766 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-vanx6q\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.307 30.112\" overflow=\"visible\"><path d=\"M 26.186 1.956 C 27.857 3.389 29.012 5.315 29.282 7.523 C 29.303 7.887 29.308 8.25 29.307 8.614 L 29.307 8.765 C 29.304 9.56 29.25 10.307 29.009 11.069 L 28.959 11.23 C 28.342 13.167 27.124 14.611 25.6 15.926 C 25.356 16.14 25.12 16.364 24.884 16.587 L 24.734 16.728 C 24.614 16.841 24.493 16.955 24.373 17.068 C 24.163 16.975 24.022 16.87 23.863 16.705 L 23.726 16.565 L 23.58 16.413 C 23.476 16.307 23.372 16.201 23.268 16.095 C 23.105 15.928 22.942 15.761 22.78 15.594 C 21.851 14.635 21.046 13.888 19.643 13.834 C 18.694 13.861 17.851 14.213 17.193 14.899 C 16.65 15.552 16.4 16.302 16.328 17.136 L 16.126 17.171 C 15.123 17.353 14.209 17.697 13.601 18.568 C 13.243 19.187 13.049 19.767 12.987 20.477 L 12.785 20.512 C 11.782 20.694 10.868 21.038 10.26 21.909 C 9.751 22.79 9.564 23.664 9.762 24.669 C 9.826 24.874 9.893 25.056 9.988 25.249 L 10.052 25.387 C 10.389 26.025 10.934 26.498 11.445 26.996 C 11.542 27.092 11.638 27.187 11.735 27.283 C 11.97 27.515 12.206 27.746 12.442 27.976 C 12.135 28.34 11.816 28.676 11.47 29.003 L 11.326 29.144 C 10.611 29.822 9.944 30.127 8.951 30.111 C 8.225 30.051 7.663 29.708 7.175 29.182 C 6.655 28.545 6.588 27.815 6.647 27.022 C 6.734 26.671 6.855 26.368 7.056 26.067 L 6.834 26.165 C 6.104 26.436 5.362 26.375 4.661 26.059 C 4.005 25.704 3.648 25.185 3.374 24.499 C 3.196 23.798 3.321 23.183 3.579 22.522 L 3.647 22.318 L 3.527 22.362 C 2.832 22.598 2.145 22.613 1.465 22.318 C 0.843 21.994 0.31 21.48 0.076 20.808 C -0.091 20.042 0.012 19.31 0.428 18.647 C 0.573 18.441 0.722 18.272 0.899 18.095 L 0.994 18 C 1.097 17.897 1.201 17.794 1.305 17.69 L 1.529 17.467 C 1.73 17.265 1.933 17.063 2.135 16.862 C 2.347 16.651 2.558 16.44 2.769 16.229 C 3.169 15.83 3.569 15.431 3.969 15.032 C 4.425 14.577 4.881 14.123 5.336 13.668 C 6.272 12.733 7.209 11.798 8.147 10.864 C 8.264 10.964 8.382 11.064 8.5 11.164 C 8.686 11.327 8.856 11.503 9.027 11.682 C 9.102 11.759 9.178 11.836 9.253 11.912 C 9.369 12.031 9.484 12.15 9.599 12.27 C 10.249 12.946 10.907 13.512 11.824 13.791 L 12.073 13.87 C 13.124 14.15 14.276 14.04 15.237 13.523 L 15.402 13.436 C 16.499 12.82 17.205 11.861 17.555 10.659 C 17.851 9.452 17.644 8.206 17.02 7.135 C 16.436 6.237 15.536 5.496 14.781 4.745 L 14.417 4.382 C 14.122 4.088 13.828 3.794 13.533 3.501 C 13.65 3.246 13.778 3.124 14.001 2.951 C 14.285 2.727 14.549 2.494 14.811 2.244 C 17.9 -0.645 22.957 -0.748 26.186 1.956 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1dvbg0l\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.658 28.927\" overflow=\"visible\"><path d=\"M 10.771 0.267 L 10.906 0.301 C 13.098 0.878 14.612 2.313 16.176 3.876 L 16.372 4.072 C 16.714 4.413 17.056 4.754 17.398 5.095 C 17.714 5.412 18.031 5.727 18.348 6.042 C 18.623 6.315 18.897 6.588 19.17 6.862 C 19.333 7.025 19.496 7.187 19.659 7.349 C 19.841 7.529 20.022 7.711 20.202 7.892 L 20.363 8.051 C 21.069 8.765 21.462 9.48 21.475 10.493 C 21.419 11.196 21.119 11.803 20.605 12.283 C 20 12.756 19.303 12.946 18.544 12.88 C 17.639 12.717 17.019 12.145 16.398 11.51 C 16.136 11.248 15.876 10.985 15.616 10.721 C 15.424 10.526 15.231 10.331 15.037 10.137 C 14.66 9.756 14.283 9.375 13.907 8.994 C 13.648 9.101 13.484 9.264 13.286 9.462 L 13.183 9.565 C 13.068 9.68 12.954 9.794 12.84 9.909 C 12.536 10.213 12.231 10.518 11.928 10.823 C 11.695 11.056 11.463 11.289 11.23 11.522 C 10.79 11.962 10.35 12.403 9.911 12.844 C 9.41 13.346 8.909 13.848 8.408 14.35 C 7.377 15.382 6.347 16.414 5.317 17.447 C 5.086 17.338 4.932 17.216 4.749 17.035 L 4.574 16.863 L 4.386 16.675 L 4.19 16.481 C 4.053 16.345 3.916 16.208 3.78 16.072 C 3.641 15.933 3.502 15.795 3.363 15.657 C 1.887 14.201 1.887 14.201 1.363 13.357 L 1.288 13.239 C 0.09 11.345 -0.28 8.92 0.21 6.736 C 0.767 4.532 2.066 2.559 4.022 1.358 C 4.823 0.88 5.642 0.507 6.544 0.267 L 6.68 0.23 C 7.979 -0.1 9.476 -0.064 10.771 0.267 Z M 22.747 20.072 C 23.086 20.289 23.357 20.588 23.639 20.873 L 23.846 21.08 C 23.99 21.223 24.134 21.368 24.277 21.513 C 24.459 21.697 24.643 21.881 24.828 22.064 C 24.97 22.206 25.112 22.349 25.254 22.492 C 25.321 22.559 25.389 22.627 25.457 22.695 C 25.552 22.79 25.646 22.885 25.741 22.981 L 25.903 23.144 C 26.205 23.503 26.326 23.871 26.316 24.333 C 26.251 24.788 26.057 25.05 25.7 25.33 C 25.349 25.575 25.031 25.604 24.611 25.56 C 23.724 25.318 22.968 24.273 22.338 23.644 C 22.165 23.472 21.991 23.3 21.817 23.128 C 21.706 23.018 21.595 22.907 21.484 22.797 L 21.328 22.643 C 20.996 22.309 20.695 21.998 20.623 21.516 C 20.638 20.675 20.638 20.675 20.969 20.337 C 21.501 19.852 22.089 19.734 22.747 20.072 Z M 19.406 23.413 C 19.743 23.628 20.015 23.922 20.296 24.204 L 20.503 24.409 C 20.646 24.551 20.789 24.695 20.932 24.838 C 21.114 25.021 21.298 25.202 21.481 25.383 C 21.624 25.523 21.765 25.665 21.907 25.806 C 21.974 25.873 22.041 25.94 22.109 26.007 C 22.551 26.441 22.957 26.872 22.982 27.521 C 22.964 27.94 22.839 28.222 22.537 28.519 C 22.198 28.821 21.895 28.943 21.445 28.925 C 20.791 28.836 20.33 28.35 19.891 27.9 L 19.698 27.707 C 19.565 27.574 19.432 27.439 19.3 27.304 C 19.131 27.133 18.961 26.962 18.791 26.791 C 18.627 26.627 18.464 26.463 18.301 26.298 L 18.118 26.113 C 17.309 25.289 17.309 25.289 17.299 24.619 C 17.305 24.224 17.344 23.969 17.629 23.678 C 18.162 23.192 18.748 23.074 19.406 23.413 Z M 26.111 16.766 C 26.528 17.098 26.904 17.479 27.282 17.854 L 27.456 18.028 C 27.577 18.148 27.698 18.268 27.819 18.389 C 28.003 18.572 28.188 18.755 28.373 18.938 C 28.491 19.055 28.609 19.173 28.726 19.29 L 28.893 19.455 C 29.281 19.844 29.616 20.216 29.658 20.786 C 29.652 21.258 29.498 21.558 29.173 21.899 C 28.852 22.184 28.518 22.256 28.101 22.239 C 27.357 22.145 26.807 21.427 26.304 20.927 L 26.129 20.753 C 26.009 20.633 25.888 20.513 25.767 20.392 C 25.583 20.209 25.398 20.026 25.213 19.843 C 25.095 19.726 24.977 19.608 24.859 19.491 L 24.693 19.326 C 24.038 18.669 24.038 18.669 23.964 18.176 C 23.979 17.334 23.979 17.334 24.31 16.997 C 24.852 16.502 25.455 16.396 26.111 16.766 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-s7spkz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21.475 17.447\" overflow=\"visible\"><path d=\"M 10.771 0.267 L 10.906 0.301 C 13.098 0.878 14.612 2.313 16.176 3.876 L 16.372 4.072 C 16.714 4.413 17.056 4.754 17.398 5.095 C 17.714 5.412 18.031 5.727 18.348 6.042 C 18.623 6.315 18.897 6.588 19.17 6.862 C 19.333 7.025 19.496 7.187 19.659 7.349 C 19.841 7.529 20.022 7.711 20.202 7.892 L 20.363 8.051 C 21.069 8.765 21.462 9.48 21.475 10.493 C 21.419 11.196 21.119 11.803 20.605 12.283 C 20 12.756 19.303 12.946 18.544 12.88 C 17.639 12.717 17.019 12.145 16.398 11.51 C 16.136 11.248 15.876 10.985 15.616 10.721 C 15.424 10.526 15.231 10.331 15.037 10.137 C 14.66 9.756 14.283 9.375 13.907 8.994 C 13.648 9.101 13.484 9.264 13.286 9.462 L 13.183 9.565 C 13.068 9.68 12.954 9.794 12.84 9.909 C 12.536 10.213 12.231 10.518 11.928 10.823 C 11.695 11.056 11.463 11.289 11.23 11.522 C 10.79 11.962 10.35 12.403 9.911 12.844 C 9.41 13.346 8.909 13.848 8.408 14.35 C 7.377 15.382 6.347 16.414 5.317 17.447 C 5.086 17.338 4.932 17.216 4.749 17.035 L 4.574 16.863 L 4.386 16.675 L 4.19 16.481 C 4.053 16.345 3.916 16.208 3.78 16.072 C 3.641 15.933 3.502 15.795 3.363 15.657 C 1.887 14.201 1.887 14.201 1.363 13.357 L 1.288 13.239 C 0.09 11.345 -0.28 8.92 0.21 6.736 C 0.767 4.532 2.066 2.559 4.022 1.358 C 4.823 0.88 5.642 0.507 6.544 0.267 L 6.68 0.23 C 7.979 -0.1 9.476 -0.064 10.771 0.267 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-f4d7xg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.693 5.698\" overflow=\"visible\"><path d=\"M 2.124 0.193 C 2.462 0.41 2.734 0.709 3.016 0.994 L 3.223 1.201 C 3.367 1.344 3.51 1.489 3.653 1.634 C 3.836 1.818 4.02 2.002 4.205 2.185 C 4.347 2.327 4.489 2.47 4.631 2.613 C 4.698 2.68 4.766 2.748 4.834 2.816 C 4.929 2.911 5.023 3.006 5.117 3.102 L 5.28 3.265 C 5.582 3.624 5.702 3.992 5.692 4.454 C 5.628 4.909 5.434 5.171 5.077 5.451 C 4.726 5.696 4.408 5.725 3.988 5.681 C 3.101 5.439 2.345 4.394 1.715 3.765 C 1.542 3.593 1.368 3.421 1.194 3.249 C 1.083 3.139 0.972 3.028 0.861 2.918 L 0.705 2.764 C 0.372 2.43 0.072 2.119 0 1.637 C 0.015 0.796 0.015 0.796 0.346 0.458 C 0.878 -0.027 1.466 -0.145 2.124 0.193 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1aujjb4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.683 5.707\" overflow=\"visible\"><path d=\"M 2.107 0.193 C 2.444 0.408 2.716 0.702 2.997 0.984 L 3.203 1.189 C 3.347 1.332 3.49 1.475 3.633 1.618 C 3.815 1.801 3.998 1.982 4.182 2.163 C 4.325 2.303 4.466 2.445 4.608 2.587 C 4.675 2.654 4.742 2.72 4.81 2.787 C 5.252 3.221 5.657 3.652 5.683 4.301 C 5.665 4.72 5.54 5.002 5.238 5.3 C 4.899 5.601 4.596 5.723 4.146 5.705 C 3.492 5.616 3.031 5.13 2.591 4.68 L 2.399 4.487 C 2.266 4.354 2.133 4.219 2.001 4.085 C 1.832 3.913 1.662 3.742 1.492 3.571 C 1.328 3.407 1.165 3.243 1.002 3.078 L 0.818 2.893 C 0.01 2.07 0.01 2.07 0 1.399 C 0.005 1.004 0.045 0.749 0.329 0.458 C 0.862 -0.028 1.449 -0.145 2.107 0.193 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jfhevy\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.694 5.697\" overflow=\"visible\"><path d=\"M 2.147 0.221 C 2.564 0.553 2.941 0.934 3.318 1.31 L 3.493 1.483 C 3.613 1.603 3.734 1.724 3.855 1.844 C 4.039 2.028 4.224 2.211 4.409 2.393 C 4.527 2.511 4.645 2.628 4.762 2.746 L 4.929 2.91 C 5.318 3.3 5.652 3.671 5.694 4.241 C 5.689 4.713 5.535 5.014 5.21 5.355 C 4.889 5.639 4.554 5.712 4.137 5.694 C 3.393 5.6 2.843 4.882 2.34 4.382 L 2.166 4.209 C 2.045 4.088 1.924 3.968 1.803 3.848 C 1.619 3.664 1.434 3.481 1.249 3.298 C 1.131 3.181 1.013 3.064 0.896 2.946 L 0.729 2.782 C 0.074 2.124 0.074 2.124 0 1.631 C 0.015 0.79 0.015 0.79 0.346 0.452 C 0.888 -0.043 1.491 -0.149 2.147 0.221 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hc7wud\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Customer Engagement\"})}),className:\"framer-16dfg44\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Share ANY data with customers via SMS/email to capture customer data, which can then be used for customer-level remarketing.\"})}),className:\"framer-4ynrxm\",\"data-framer-name\":\"Paragraph\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j1s0fe hidden-vcrtlr\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w4ssl3\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-tr4m60\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 35 27.107\" overflow=\"visible\"><g><path d=\"M 25.713 5.647 C 27.357 7.238 28.249 9.434 28.302 11.707 C 28.315 13.393 27.848 15.069 26.921 16.481 L 27.074 16.507 L 27.283 16.55 L 27.487 16.588 C 28.131 16.838 28.643 17.354 29.122 17.837 L 29.298 18.012 C 29.455 18.168 29.612 18.325 29.768 18.482 C 29.933 18.648 30.099 18.813 30.264 18.978 C 30.541 19.255 30.818 19.532 31.095 19.81 C 31.413 20.129 31.733 20.448 32.053 20.767 C 32.329 21.042 32.604 21.318 32.88 21.593 C 33.043 21.758 33.207 21.922 33.372 22.085 C 33.554 22.268 33.737 22.451 33.919 22.634 L 34.082 22.796 C 34.701 23.422 35.003 23.976 35 24.869 C 34.99 25.279 34.905 25.609 34.702 25.969 L 34.629 26.102 C 34.41 26.453 34.103 26.656 33.746 26.856 L 33.624 26.927 C 33.132 27.16 32.443 27.142 31.923 27.016 C 31.278 26.753 30.761 26.211 30.278 25.727 L 30.106 25.556 C 29.92 25.371 29.735 25.186 29.55 25.001 L 29.259 24.711 C 28.955 24.407 28.651 24.104 28.348 23.8 C 28.036 23.488 27.724 23.176 27.411 22.865 C 27.141 22.596 26.872 22.327 26.602 22.058 C 26.442 21.897 26.282 21.737 26.121 21.578 C 25.942 21.399 25.764 21.22 25.585 21.041 L 25.426 20.884 C 24.993 20.446 24.6 19.995 24.472 19.378 L 24.426 19.164 L 24.395 19.007 L 24.222 19.112 C 22.166 20.337 19.801 20.678 17.472 20.09 C 15.227 19.485 13.407 18.003 12.238 16.009 C 11.696 15.052 11.337 13.96 11.222 12.864 L 11.195 12.624 C 11.002 10.477 11.602 8.207 12.971 6.52 C 13.07 6.405 13.17 6.29 13.27 6.175 L 13.381 6.039 C 14.721 4.401 16.852 3.532 18.902 3.279 C 21.417 3.046 23.874 3.931 25.713 5.647 Z M 15.213 8.036 C 14.185 9.247 13.786 10.786 13.87 12.354 C 13.999 13.842 14.746 15.204 15.821 16.226 C 17.175 17.362 18.765 17.761 20.505 17.642 C 21.975 17.463 23.394 16.66 24.311 15.499 C 25.361 14.106 25.737 12.583 25.536 10.853 C 25.319 9.409 24.442 8.011 23.291 7.129 C 20.689 5.303 17.348 5.658 15.213 8.036 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path><path d=\"M 10.145 0.002 C 10.314 0.004 10.483 0.002 10.653 0 C 11.318 -0.001 11.857 0.042 12.383 0.494 C 12.876 1.007 12.908 1.655 12.918 2.332 L 12.922 2.576 C 12.924 2.746 12.926 2.916 12.927 3.085 C 12.929 3.343 12.937 3.6 12.944 3.858 C 12.966 5.282 12.966 5.282 12.549 5.733 C 12.432 5.842 12.313 5.949 12.191 6.053 C 10.673 7.967 10.109 10.542 10.381 12.932 C 10.421 13.215 10.482 13.49 10.553 13.766 L 10.594 13.929 C 10.806 14.748 11.099 15.485 11.509 16.223 L 11.611 16.411 C 11.922 16.958 12.318 17.501 12.756 17.953 C 12.923 18.21 12.915 18.426 12.908 18.727 L 12.905 18.893 C 12.883 19.511 12.758 19.922 12.298 20.352 C 11.717 20.846 11.054 20.808 10.327 20.809 L 10.082 20.811 C 9.334 20.813 8.798 20.764 8.233 20.25 C 7.823 19.84 7.732 19.312 7.728 18.752 L 7.729 18.548 L 7.728 18.328 C 7.727 18.085 7.728 17.842 7.728 17.599 C 7.728 17.425 7.728 17.25 7.727 17.075 C 7.727 16.651 7.727 16.227 7.727 15.803 C 7.728 15.408 7.728 15.013 7.727 14.619 L 7.727 14.319 C 7.727 13.383 7.727 12.447 7.728 11.511 C 7.729 10.708 7.729 9.906 7.728 9.104 C 7.727 8.072 7.727 7.039 7.728 6.007 L 7.728 5.859 C 7.728 5.514 7.728 5.17 7.727 4.825 C 7.726 4.361 7.727 3.898 7.728 3.434 C 7.728 3.264 7.728 3.094 7.728 2.923 C 7.727 2.691 7.728 2.459 7.729 2.226 L 7.728 2.023 C 7.732 1.446 7.835 0.922 8.246 0.494 C 8.819 0.002 9.425 -0.007 10.145 0.002 Z M 2.392 7.733 C 2.533 7.734 2.674 7.733 2.815 7.731 C 3.512 7.73 4.163 7.799 4.683 8.306 C 4.97 8.685 5.101 8.992 5.103 9.471 L 5.104 9.734 L 5.104 10.023 L 5.105 10.327 C 5.106 10.603 5.106 10.878 5.107 11.154 C 5.108 11.865 5.109 12.577 5.109 13.288 C 5.11 13.91 5.111 14.532 5.113 15.154 C 5.114 15.635 5.115 16.116 5.115 16.597 C 5.115 16.884 5.116 17.171 5.117 17.458 C 5.118 17.729 5.118 17.999 5.117 18.269 C 5.117 18.368 5.118 18.467 5.118 18.566 C 5.122 19.174 5.102 19.636 4.773 20.16 C 4.207 20.727 3.576 20.813 2.8 20.815 L 2.568 20.813 L 2.335 20.815 C 1.608 20.813 1.012 20.747 0.452 20.25 C 0.157 19.878 0.034 19.558 0.032 19.083 L 0.03 18.819 L 0.029 18.528 L 0.027 18.223 C 0.026 17.888 0.024 17.553 0.024 17.219 L 0.022 16.873 C 0.021 16.393 0.02 15.913 0.019 15.433 C 0.018 14.746 0.015 14.059 0.012 13.372 C 0.009 12.889 0.008 12.405 0.007 11.922 C 0.007 11.633 0.006 11.345 0.004 11.056 C 0.002 10.784 0.001 10.513 0.002 10.241 C 0.002 10.142 0.002 10.042 0.001 9.943 C -0.007 9.286 0.05 8.751 0.498 8.244 C 1.022 7.731 1.698 7.726 2.392 7.733 Z M 17.933 7.743 C 18.077 7.742 18.22 7.74 18.364 7.738 C 19.092 7.732 19.653 7.792 20.196 8.304 C 20.655 8.843 20.665 9.496 20.663 10.17 L 20.663 10.382 C 20.663 10.613 20.662 10.843 20.662 11.074 L 20.661 11.554 C 20.661 11.975 20.66 12.395 20.66 12.816 C 20.659 13.246 20.659 13.675 20.658 14.105 C 20.658 14.948 20.656 15.79 20.655 16.633 C 20.513 16.655 20.371 16.678 20.228 16.7 L 19.989 16.738 C 18.849 16.896 17.637 16.525 16.696 15.882 C 16.401 15.654 16.134 15.4 15.877 15.131 L 15.698 14.949 C 15.5 14.707 15.488 14.474 15.494 14.17 L 15.493 14.007 C 15.492 13.83 15.494 13.653 15.495 13.476 C 15.496 13.353 15.496 13.229 15.495 13.106 C 15.496 12.847 15.497 12.588 15.499 12.329 C 15.502 11.999 15.502 11.668 15.501 11.337 C 15.501 11.082 15.502 10.827 15.503 10.572 C 15.504 10.45 15.504 10.328 15.504 10.206 C 15.504 10.035 15.505 9.865 15.507 9.694 L 15.507 9.543 C 15.514 9.064 15.647 8.625 15.974 8.263 C 16.562 7.75 17.19 7.745 17.933 7.743 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1sbl6t2\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23.84 23.865\" overflow=\"visible\"><path d=\"M 14.554 2.405 C 16.197 3.996 17.089 6.192 17.142 8.465 C 17.155 10.151 16.688 11.827 15.761 13.239 L 15.914 13.265 L 16.124 13.308 L 16.328 13.346 C 16.971 13.596 17.483 14.112 17.962 14.595 L 18.138 14.77 C 18.296 14.926 18.452 15.083 18.609 15.24 C 18.774 15.406 18.939 15.571 19.105 15.736 C 19.382 16.013 19.659 16.29 19.935 16.568 C 20.254 16.887 20.573 17.206 20.893 17.525 C 21.169 17.8 21.445 18.076 21.72 18.351 C 21.884 18.515 22.048 18.679 22.212 18.843 C 22.395 19.025 22.577 19.209 22.759 19.392 L 22.922 19.553 C 23.542 20.18 23.843 20.734 23.84 21.627 C 23.83 22.037 23.745 22.367 23.542 22.727 L 23.47 22.86 C 23.25 23.211 22.943 23.414 22.587 23.614 L 22.464 23.685 C 21.973 23.918 21.284 23.9 20.763 23.774 C 20.118 23.51 19.601 22.969 19.118 22.485 L 18.946 22.314 C 18.761 22.129 18.575 21.944 18.39 21.759 L 18.1 21.469 C 17.796 21.165 17.492 20.862 17.188 20.558 C 16.876 20.246 16.564 19.934 16.251 19.623 C 15.982 19.354 15.712 19.085 15.443 18.816 C 15.283 18.655 15.122 18.495 14.962 18.335 C 14.783 18.157 14.604 17.978 14.426 17.799 L 14.267 17.642 C 13.833 17.204 13.44 16.753 13.313 16.136 L 13.266 15.922 L 13.236 15.765 L 13.063 15.87 C 11.007 17.095 8.641 17.436 6.312 16.848 C 4.067 16.243 2.247 14.761 1.078 12.767 C 0.536 11.81 0.178 10.717 0.063 9.622 L 0.035 9.382 C -0.158 7.235 0.442 4.965 1.812 3.278 C 1.911 3.163 2.01 3.048 2.11 2.933 L 2.221 2.797 C 3.561 1.159 5.692 0.29 7.742 0.037 C 10.258 -0.196 12.714 0.689 14.554 2.405 Z M 4.053 4.794 C 3.026 6.005 2.626 7.544 2.71 9.112 C 2.84 10.6 3.586 11.962 4.661 12.984 C 6.015 14.12 7.606 14.519 9.345 14.4 C 10.815 14.221 12.234 13.418 13.152 12.257 C 14.201 10.864 14.577 9.341 14.377 7.611 C 14.159 6.166 13.282 4.769 12.131 3.887 C 9.529 2.061 6.188 2.416 4.053 4.794 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-10rmy5z\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23.84 23.865\" overflow=\"visible\"><path d=\"M 14.554 2.405 C 16.197 3.996 17.089 6.192 17.142 8.465 C 17.155 10.151 16.688 11.827 15.761 13.239 L 15.914 13.265 L 16.124 13.308 L 16.328 13.346 C 16.971 13.596 17.483 14.112 17.962 14.595 L 18.138 14.77 C 18.296 14.926 18.452 15.083 18.609 15.24 C 18.774 15.406 18.939 15.571 19.105 15.736 C 19.382 16.013 19.659 16.29 19.935 16.568 C 20.254 16.887 20.573 17.206 20.893 17.525 C 21.169 17.8 21.445 18.076 21.72 18.351 C 21.884 18.515 22.048 18.679 22.212 18.843 C 22.395 19.025 22.577 19.209 22.759 19.392 L 22.922 19.553 C 23.542 20.18 23.843 20.734 23.84 21.627 C 23.83 22.037 23.745 22.367 23.542 22.727 L 23.47 22.86 C 23.25 23.211 22.943 23.414 22.587 23.614 L 22.464 23.685 C 21.973 23.918 21.284 23.9 20.763 23.774 C 20.118 23.51 19.601 22.969 19.118 22.485 L 18.946 22.314 C 18.761 22.129 18.575 21.944 18.39 21.759 L 18.1 21.469 C 17.796 21.165 17.492 20.862 17.188 20.558 C 16.876 20.246 16.564 19.934 16.251 19.623 C 15.982 19.354 15.712 19.085 15.443 18.816 C 15.283 18.655 15.122 18.495 14.962 18.335 C 14.783 18.157 14.604 17.978 14.426 17.799 L 14.267 17.642 C 13.833 17.204 13.44 16.753 13.313 16.136 L 13.266 15.922 L 13.236 15.765 L 13.063 15.87 C 11.007 17.095 8.641 17.436 6.312 16.848 C 4.067 16.243 2.247 14.761 1.078 12.767 C 0.536 11.81 0.178 10.717 0.063 9.622 L 0.035 9.382 C -0.158 7.235 0.442 4.965 1.812 3.278 C 1.911 3.163 2.01 3.048 2.11 2.933 L 2.221 2.797 C 3.561 1.159 5.692 0.29 7.742 0.037 C 10.258 -0.196 12.714 0.689 14.554 2.405 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17j28yj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.729 11.691\" overflow=\"visible\"><path d=\"M 1.354 2.066 C 0.327 3.277 -0.073 4.816 0.011 6.383 C 0.141 7.872 0.887 9.233 1.962 10.255 C 3.316 11.391 4.907 11.79 6.646 11.671 C 8.116 11.492 9.535 10.69 10.453 9.528 C 11.502 8.135 11.878 6.612 11.678 4.882 C 11.46 3.438 10.583 2.04 9.432 1.158 C 6.83 -0.668 3.489 -0.312 1.354 2.066 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-12p1sy1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20.663 20.815\" overflow=\"visible\"><path d=\"M 10.145 0.002 C 10.314 0.004 10.483 0.002 10.653 0 C 11.318 -0.001 11.857 0.042 12.383 0.494 C 12.876 1.007 12.908 1.655 12.918 2.332 L 12.922 2.576 C 12.924 2.746 12.926 2.916 12.927 3.085 C 12.929 3.343 12.937 3.6 12.944 3.858 C 12.966 5.282 12.966 5.282 12.549 5.733 C 12.432 5.842 12.313 5.949 12.191 6.053 C 10.673 7.967 10.109 10.542 10.381 12.932 C 10.421 13.215 10.482 13.49 10.553 13.766 L 10.594 13.929 C 10.806 14.748 11.099 15.485 11.509 16.223 L 11.611 16.411 C 11.922 16.958 12.318 17.501 12.756 17.953 C 12.923 18.21 12.915 18.426 12.908 18.727 L 12.905 18.893 C 12.883 19.511 12.758 19.922 12.298 20.352 C 11.717 20.846 11.054 20.808 10.327 20.809 L 10.082 20.811 C 9.334 20.813 8.798 20.764 8.233 20.25 C 7.823 19.84 7.732 19.312 7.728 18.752 L 7.729 18.548 L 7.728 18.328 C 7.727 18.085 7.728 17.842 7.728 17.599 C 7.728 17.425 7.728 17.25 7.727 17.075 C 7.727 16.651 7.727 16.227 7.727 15.803 C 7.728 15.408 7.728 15.013 7.727 14.619 L 7.727 14.319 C 7.727 13.383 7.727 12.447 7.728 11.511 C 7.729 10.708 7.729 9.906 7.728 9.104 C 7.727 8.072 7.727 7.039 7.728 6.007 L 7.728 5.859 C 7.728 5.514 7.728 5.17 7.727 4.825 C 7.726 4.361 7.727 3.898 7.728 3.434 C 7.728 3.264 7.728 3.094 7.728 2.923 C 7.727 2.691 7.728 2.459 7.729 2.226 L 7.728 2.023 C 7.732 1.446 7.835 0.922 8.246 0.494 C 8.819 0.002 9.425 -0.007 10.145 0.002 Z M 2.392 7.733 C 2.533 7.734 2.674 7.733 2.815 7.731 C 3.512 7.73 4.163 7.799 4.683 8.306 C 4.97 8.685 5.101 8.992 5.103 9.471 L 5.104 9.734 L 5.104 10.023 L 5.105 10.327 C 5.106 10.603 5.106 10.878 5.107 11.154 C 5.108 11.865 5.109 12.577 5.109 13.288 C 5.11 13.91 5.111 14.532 5.113 15.154 C 5.114 15.635 5.115 16.116 5.115 16.597 C 5.115 16.884 5.116 17.171 5.117 17.458 C 5.118 17.729 5.118 17.999 5.117 18.269 C 5.117 18.368 5.118 18.467 5.118 18.566 C 5.122 19.174 5.102 19.636 4.773 20.16 C 4.207 20.727 3.576 20.813 2.8 20.815 L 2.568 20.813 L 2.335 20.815 C 1.608 20.813 1.012 20.747 0.452 20.25 C 0.157 19.878 0.034 19.558 0.032 19.083 L 0.03 18.819 L 0.029 18.528 L 0.027 18.223 C 0.026 17.888 0.024 17.553 0.024 17.219 L 0.022 16.873 C 0.021 16.393 0.02 15.913 0.019 15.433 C 0.018 14.746 0.015 14.059 0.012 13.372 C 0.009 12.889 0.008 12.405 0.007 11.922 C 0.007 11.633 0.006 11.345 0.004 11.056 C 0.002 10.784 0.001 10.513 0.002 10.241 C 0.002 10.142 0.002 10.042 0.001 9.943 C -0.007 9.286 0.05 8.751 0.498 8.244 C 1.022 7.731 1.698 7.726 2.392 7.733 Z M 17.933 7.743 C 18.077 7.742 18.22 7.74 18.364 7.738 C 19.092 7.732 19.653 7.792 20.196 8.304 C 20.655 8.843 20.665 9.496 20.663 10.17 L 20.663 10.382 C 20.663 10.613 20.662 10.843 20.662 11.074 L 20.661 11.554 C 20.661 11.975 20.66 12.395 20.66 12.816 C 20.659 13.246 20.659 13.675 20.658 14.105 C 20.658 14.948 20.656 15.79 20.655 16.633 C 20.513 16.655 20.371 16.678 20.228 16.7 L 19.989 16.738 C 18.849 16.896 17.637 16.525 16.696 15.882 C 16.401 15.654 16.134 15.4 15.877 15.131 L 15.698 14.949 C 15.5 14.707 15.488 14.474 15.494 14.17 L 15.493 14.007 C 15.492 13.83 15.494 13.653 15.495 13.476 C 15.496 13.353 15.496 13.229 15.495 13.106 C 15.496 12.847 15.497 12.588 15.499 12.329 C 15.502 11.999 15.502 11.668 15.501 11.337 C 15.501 11.082 15.502 10.827 15.503 10.572 C 15.504 10.45 15.504 10.328 15.504 10.206 C 15.504 10.035 15.505 9.865 15.507 9.694 L 15.507 9.543 C 15.514 9.064 15.647 8.625 15.974 8.263 C 16.562 7.75 17.19 7.745 17.933 7.743 Z\" fill=\"var(--token-bf64fce3-8a9b-4f58-821e-d61546785a25, rgb(205, 210, 211)) /* {&quot;name&quot;:&quot;IC GRAY&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11kh6oe\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.225 20.811\" overflow=\"visible\"><path d=\"M 2.418 0.002 C 2.587 0.004 2.757 0.002 2.926 0 C 3.592 -0.001 4.13 0.042 4.657 0.494 C 5.149 1.007 5.182 1.655 5.191 2.332 L 5.195 2.576 C 5.198 2.746 5.199 2.916 5.2 3.085 C 5.203 3.343 5.21 3.6 5.217 3.858 C 5.239 5.282 5.239 5.282 4.822 5.733 C 4.706 5.842 4.586 5.949 4.465 6.053 C 2.946 7.967 2.382 10.542 2.654 12.932 C 2.694 13.215 2.756 13.49 2.827 13.766 L 2.868 13.929 C 3.079 14.748 3.372 15.485 3.782 16.223 L 3.884 16.411 C 4.195 16.958 4.591 17.501 5.029 17.953 C 5.197 18.21 5.189 18.426 5.181 18.727 L 5.179 18.893 C 5.157 19.511 5.031 19.922 4.571 20.352 C 3.99 20.846 3.327 20.808 2.601 20.809 L 2.355 20.811 C 1.607 20.813 1.071 20.764 0.506 20.25 C 0.096 19.84 0.006 19.312 0.001 18.752 L 0.002 18.548 L 0.001 18.328 C 0 18.085 0.001 17.842 0.002 17.599 C 0.001 17.425 0.001 17.25 0.001 17.075 C 0 16.651 0 16.227 0.001 15.803 C 0.001 15.408 0.001 15.013 0.001 14.619 L 0.001 14.319 C 0 13.383 0.001 12.447 0.002 11.511 C 0.003 10.708 0.002 9.906 0.002 9.104 C 0 8.072 0 7.039 0.001 6.007 L 0.001 5.859 C 0.001 5.514 0.001 5.17 0 4.825 C 0 4.361 0 3.898 0.001 3.434 C 0.002 3.264 0.002 3.094 0.001 2.923 C 0.001 2.691 0.001 2.459 0.002 2.226 L 0.001 2.023 C 0.006 1.446 0.108 0.922 0.519 0.494 C 1.092 0.002 1.699 -0.007 2.418 0.002 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fcls06\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.119 13.083\" overflow=\"visible\"><path d=\"M 2.392 0.001 C 2.533 0.002 2.674 0.001 2.815 0 C 3.512 -0.001 4.163 0.068 4.683 0.574 C 4.97 0.953 5.101 1.261 5.103 1.74 L 5.104 2.003 L 5.104 2.292 L 5.105 2.596 C 5.106 2.871 5.106 3.147 5.107 3.423 C 5.108 4.134 5.109 4.845 5.109 5.557 C 5.11 6.179 5.111 6.801 5.113 7.423 C 5.114 7.903 5.115 8.384 5.115 8.865 C 5.115 9.153 5.116 9.44 5.117 9.727 C 5.118 9.997 5.118 10.267 5.117 10.538 C 5.117 10.637 5.118 10.736 5.118 10.835 C 5.122 11.443 5.102 11.905 4.773 12.429 C 4.207 12.995 3.576 13.082 2.8 13.083 L 2.568 13.082 L 2.335 13.083 C 1.608 13.082 1.012 13.015 0.452 12.519 C 0.157 12.147 0.034 11.827 0.032 11.351 L 0.03 11.087 L 0.029 10.797 L 0.027 10.491 C 0.026 10.157 0.024 9.822 0.024 9.487 L 0.022 9.141 C 0.021 8.662 0.02 8.182 0.019 7.702 C 0.018 7.015 0.015 6.328 0.012 5.641 C 0.009 5.157 0.008 4.674 0.007 4.19 C 0.007 3.902 0.006 3.613 0.004 3.325 C 0.002 3.053 0.001 2.781 0.002 2.51 C 0.002 2.41 0.002 2.311 0.001 2.212 C -0.007 1.555 0.05 1.02 0.498 0.513 C 1.022 0 1.698 -0.005 2.392 0.001 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sgiw14\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.17 9.037\" overflow=\"visible\"><path d=\"M 2.441 0.005 C 2.584 0.005 2.728 0.002 2.871 0 C 3.6 -0.006 4.16 0.054 4.703 0.566 C 5.162 1.105 5.173 1.759 5.17 2.432 L 5.17 2.644 C 5.17 2.875 5.17 3.105 5.169 3.336 L 5.169 3.816 C 5.169 4.237 5.168 4.658 5.167 5.078 C 5.166 5.508 5.166 5.938 5.166 6.367 C 5.165 7.21 5.164 8.052 5.162 8.895 C 5.02 8.918 4.878 8.94 4.736 8.963 L 4.496 9.001 C 3.356 9.159 2.144 8.787 1.204 8.144 C 0.909 7.916 0.642 7.663 0.385 7.393 L 0.206 7.211 C 0.007 6.97 -0.004 6.736 0.001 6.432 L 0 6.269 C -0.001 6.092 0.001 5.915 0.003 5.739 C 0.003 5.615 0.003 5.491 0.003 5.368 C 0.003 5.109 0.004 4.85 0.006 4.591 C 0.009 4.261 0.009 3.93 0.009 3.6 C 0.009 3.344 0.009 3.089 0.011 2.834 C 0.011 2.712 0.011 2.59 0.011 2.469 C 0.011 2.298 0.013 2.127 0.015 1.956 L 0.014 1.805 C 0.022 1.327 0.155 0.888 0.481 0.526 C 1.07 0.012 1.698 0.007 2.441 0.005 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19wwr5g\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Business Intelligence\"})}),className:\"framer-1iqq0et\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a4760539-052c-42a3-8ebe-ebfba9d13f59, rgb(128, 128, 128))\"},children:\"Analytics dashboard tracking employee performance, sales metrics, forecasting, and inventory optimization insights.\"})}),className:\"framer-5gfx5z\",\"data-framer-name\":\"Paragraph\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qgo6qp\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9323.9+50+0+0+865+0+938.25+19.75),pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fill\",pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7326.9+50+0+0+1316+0+371.5+19.75),pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"},className:\"framer-gznwjl\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yzhreg\",\"data-border\":true,\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\"},children:\"Additional Features\"})}),className:\"framer-jyxhf3\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jnhist\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9323.9+50+0+0+865+0+938.25+19.75),pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fill\",pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7326.9+50+0+0+1316+0+371.5+19.75),pixelHeight:7,pixelWidth:493,positionX:\"right\",positionY:\"center\",src:\"https://framerusercontent.com/images/sIVG4eI4CqLq4tgFTIQ5Sdh7U.svg\"},className:\"framer-35tqdd\",style:{rotate:180}})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9ed2kq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"uLsGe9Vtd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:40,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"uLsGe9Vtd\",layoutId:\"uLsGe9Vtd\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"255px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-16pe79y-container\",inComponentSlot:true,nodeId:\"sqghY8GWs\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250))\",height:\"100%\",id:\"sqghY8GWs\",iho0wvMCB:\"DEEP Custom Integrations\",layoutId:\"sqghY8GWs\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250))\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"301px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-yh1s8q-container\",inComponentSlot:true,nodeId:\"Z5LxPEO1m\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250))\",height:\"100%\",id:\"Z5LxPEO1m\",iho0wvMCB:\"AI Bottle Image & UPC Scanning\",layoutId:\"Z5LxPEO1m\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-d1a4b86e-89ae-440b-9932-6c59678b3d61, rgb(249, 56, 48))\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-101njti-container\",inComponentSlot:true,nodeId:\"MP3oGGLYC\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250))\",height:\"100%\",id:\"MP3oGGLYC\",iho0wvMCB:\"Fine-Tuned AI Thinking Model\",layoutId:\"MP3oGGLYC\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53))\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-191hb93-container\",inComponentSlot:true,nodeId:\"TtOjeohB4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250))\",height:\"100%\",id:\"TtOjeohB4\",iho0wvMCB:\"Dynamic Output Cards\",layoutId:\"TtOjeohB4\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250))\",variant:\"HQrKPxN3w\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zmxpnp-container\",inComponentSlot:true,nodeId:\"xOyVRj8wX\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HelperTag,{ECekUtB9K:\"var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250))\",height:\"100%\",id:\"xOyVRj8wX\",iho0wvMCB:\"Multi-Tier Organization Control\",layoutId:\"xOyVRj8wX\",RkDQgR3T9:\"12px 14px 12px 14px\",U9B8u4aUz:\"var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, rgb(255, 255, 255))\",V1Tn4b3q0:\"var(--token-d1a4b86e-89ae-440b-9932-6c59678b3d61, rgb(249, 56, 48))\",variant:\"HQrKPxN3w\",width:\"100%\"})})})],speed:40,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11349.9),pixelHeight:1582,pixelWidth:2048,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg\",srcSet:\"https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg 2048w\"}},hmX39_cxl:{background:{alt:\"\",fit:\"fill\",pixelHeight:1582,pixelWidth:2048,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg\",srcSet:\"https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg 2048w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"section\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9273.9),pixelHeight:1582,pixelWidth:2048,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg\",srcSet:\"https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fcYobS30xxi6msNLjWYCIiBBK0.jpg 2048w\"},className:\"framer-1vd4trh\",\"data-framer-name\":\"FAQ\",id:elementId11,ref:ref12,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-144ogyu\",\"data-framer-name\":\"Main Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-japu4w\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-d1a4b86e-89ae-440b-9932-6c59678b3d61, rgb(249, 56, 48)) 11.572705518018019%, var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) 39.81911599099099%, var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250)) 100%)\"},children:\"Frequently Asked Questions\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-d1a4b86e-89ae-440b-9932-6c59678b3d61, rgb(249, 56, 48)) 11.572705518018019%, var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, rgb(237, 127, 53)) 39.81911599099099%, var(--token-f72fe1f7-bb74-4ea7-ab38-2553afac2ff1, rgb(214, 37, 250)) 100%)\"},children:\"Frequently Asked Questions\"})})}),className:\"framer-1vpf7j7\",\"data-framer-name\":\"Heading\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 450px)`,y:(componentViewport?.y||0)+0+11349.9+25+0+0+0+0+53.4},hmX39_cxl:{width:`calc((min(${componentViewport?.width||\"100vw\"} - 60px, 900px) - 240px) * 1.2608)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:503,y:(componentViewport?.y||0)+0+9273.9+50+0+0+0+0+69.2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{__framer__animate:{transition:transition8}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kqf7rm-container\",nodeId:\"xRsikQ0GJ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{style:{width:\"100%\"},variant:\"UzisuPT7M\"},hmX39_cxl:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(SectionFAQAccordion,{height:\"100%\",id:\"xRsikQ0GJ\",layoutId:\"xRsikQ0GJ\",variant:\"DgvlXNKQ1\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+11349.9+25+556.4},hmX39_cxl:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:573,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+0+9273.9+50+605.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nss8eb-container\",nodeId:\"HI3gi08Rb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwtJCk0L:{variant:\"WUI5KYdCl\"},hmX39_cxl:{variant:\"UGa89Ngmy\"}},children:/*#__PURE__*/_jsx(Footer2,{height:\"100%\",id:\"HI3gi08Rb\",layoutId:\"HI3gi08Rb\",style:{width:\"100%\"},variant:\"EoWzhs3r4\",width:\"100%\"})})})})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-unyZL.framer-lux5qc, .framer-unyZL .framer-lux5qc { display: block; }\",\".framer-unyZL.framer-72rtr7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-unyZL .framer-1peh2fq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; min-height: 1300px; overflow: visible; padding: 179px 40px 90px 40px; position: relative; width: 100%; z-index: 2; }\",\".framer-unyZL .framer-kiwyhr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: 1150px; justify-content: flex-start; left: calc(50.00000000000002% - min(1240px, 93.33333333333333%) / 2); max-width: 1240px; overflow: visible; padding: 0px; position: absolute; top: calc(53.154740923510765% - 1149.5px / 2); width: 93%; z-index: 1; }\",\".framer-unyZL .framer-gwbqxg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-17h68fw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: flex-start; overflow: visible; padding: 7px 0px 7px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-14053kc { --border-bottom-width: 1px; --border-color: #c86b2c; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, #ed7f35); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 0px 3px 10px 0px var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, #ed7f35); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px 12px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-unyZL .framer-go3lgb, .framer-unyZL .framer-kkjeg2, .framer-unyZL .framer-1paq7y0, .framer-unyZL .framer-18we6r1, .framer-unyZL .framer-1g2oryt, .framer-unyZL .framer-jyxhf3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-unyZL .framer-nxml2k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-xwf5eb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; max-width: 89%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-1mjcaxt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 900px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-1oxhfy2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-g32216 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-1q1nrv7-container { flex: none; height: 72px; position: relative; width: auto; }\",\".framer-unyZL .framer-pxdh9p { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 7px 15px 0px rgba(128, 121, 106, 0.05), 0px 25px 80px 0px rgba(128, 121, 106, 0.05), 0px 12px 20px 0px rgba(128, 121, 106, 0.05); display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: 215px; justify-content: center; overflow: hidden; padding: 9px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-unyZL .framer-14ec83v { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background: linear-gradient(179deg, #ff2f2f 0%, rgb(239, 123, 22) 35.87832457397675%, rgb(138, 67, 225) 69.92196209587513%, rgb(213, 17, 253) 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: -63px; flex: none; left: calc(50.13623978201637% - 100.8174386920981% / 2); overflow: visible; position: absolute; top: 0px; width: 101%; z-index: 1; }\",\".framer-unyZL .framer-1it87j7 { align-content: center; align-items: center; align-self: start; background-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-unyZL .framer-1256kd2-container { flex: none; height: 48%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 48.39506172839506% / 2); width: 100%; z-index: 1; }\",\".framer-unyZL .framer-1va8el2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 63%; justify-content: center; overflow: visible; padding: 7px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-fun89u { align-content: center; align-items: center; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; box-shadow: 0px 7px 15px 0px rgba(128, 121, 106, 0.05), 0px 25px 80px 0px rgba(128, 121, 106, 0.05), 0px 12px 20px 0px rgba(128, 121, 106, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 9px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-unyZL .framer-j5pcsi { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background: linear-gradient(179deg, #ff2f2f 0%, rgb(239, 123, 22) 35.87832457397675%, rgb(138, 67, 225) 69.92196209587513%, rgb(213, 17, 253) 100%); bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-unyZL .framer-1bmkzq0 { align-content: center; align-items: center; background-color: var(--token-219c2d29-187a-40f8-aab3-a7af9bd91f3b, #ffffff); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 613px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-unyZL .framer-lpvcrz-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: 1; }\",\".framer-unyZL .framer-6f0uh4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 10%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-1mpv0el { aspect-ratio: 4.054054054054054 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 45px); overflow: visible; position: relative; width: 183px; }\",\".framer-unyZL .framer-1q4miji { background-color: var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, #ded8d3); flex: none; height: 20px; overflow: hidden; position: relative; width: 1px; }\",\".framer-unyZL .framer-snjhtu-container { flex: none; height: auto; left: 50%; position: fixed; top: 20px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-unyZL .framer-zb7ybj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 16px 30px 16px; position: relative; width: 93%; }\",\".framer-unyZL .framer-3xxw5y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: 430px; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-unyZL .framer-e0bru2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 750px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-bimm95, .framer-unyZL .framer-16kmdjn, .framer-unyZL .framer-10jhjvk, .framer-unyZL .framer-v96d4k, .framer-unyZL .framer-vr6ga, .framer-unyZL .framer-pda2gc, .framer-unyZL .framer-3hcocm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-unyZL .framer-dj79u { display: grid; flex: none; gap: 24px 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-16p2une-container, .framer-unyZL .framer-pn8iae-container, .framer-unyZL .framer-hdo8hb-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-unyZL .framer-16pd6rd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 594px; justify-content: center; max-width: 1000px; overflow: visible; padding: 40px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-r445cy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 13px 0px 13px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-7h3723, .framer-unyZL .framer-1x6kpvq { aspect-ratio: 1 / 1; background-color: var(--token-32c8f298-47e5-4011-8bd5-6f4cceb9f84e, #ded8d3); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 4px); position: relative; width: 4px; }\",\".framer-unyZL .framer-je15zv { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-5o9elh-container { flex: none; height: 89px; min-height: 76.34px; position: relative; width: 1074px; }\",\".framer-unyZL .framer-1j1lbkm { -webkit-filter: grayscale(0); align-content: center; align-items: center; display: flex; filter: grayscale(0); flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-unyZL .framer-wlg1ma-container { flex: none; height: 134px; position: relative; width: 185px; }\",\".framer-unyZL .framer-7xfmtx-container { flex: none; height: 108px; position: relative; width: 151px; }\",\".framer-unyZL .framer-1kpob4n-container { flex: none; height: 136px; position: relative; width: 171px; }\",\".framer-unyZL .framer-1govot2-container { flex: none; height: 99px; position: relative; width: 181px; }\",\".framer-unyZL .framer-1o2yi2p-container { flex: none; height: 125px; position: relative; width: 248px; }\",\".framer-unyZL .framer-16oq7nm-container { flex: none; height: 69px; position: relative; width: 183px; }\",\".framer-unyZL .framer-19l4ku2-container, .framer-unyZL .framer-637n38-container { flex: none; height: 62px; position: relative; width: 111px; }\",\".framer-unyZL .framer-uw7l9o-container { -webkit-filter: grayscale(0); filter: grayscale(0); flex: none; height: 62px; position: relative; width: 111px; }\",\".framer-unyZL .framer-1g5t3ok { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: visible; padding: 22px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-30v4ej { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-unyZL .framer-11roiha { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-4i73xd-container, .framer-unyZL .framer-q1i9uk-container, .framer-unyZL .framer-1kqf7rm-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-unyZL .framer-1lbr8rr, .framer-unyZL .framer-nzaf88, .framer-unyZL .framer-p8ajvp, .framer-unyZL .framer-ywclmv, .framer-unyZL .framer-1bki9qf, .framer-unyZL .framer-1tlp4zf, .framer-unyZL .framer-1oame2j, .framer-unyZL .framer-1frketq, .framer-unyZL .framer-8d4l73, .framer-unyZL .framer-w7q6nb, .framer-unyZL .framer-16dfg44, .framer-unyZL .framer-4ynrxm, .framer-unyZL .framer-1iqq0et, .framer-unyZL .framer-5gfx5z, .framer-unyZL .framer-1vpf7j7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-kkmqc3-container { flex: none; height: auto; position: relative; width: 600px; }\",\".framer-unyZL .framer-qfpp5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-fk8bkw { --border-bottom-width: 0px; --border-color: var(--token-d1a4b86e-89ae-440b-9932-6c59678b3d61, #f93830); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #f93830 0%, rgb(255, 83, 76) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 68px 24px 68px 24px; position: sticky; top: 60px; width: 100%; z-index: 1; }\",\".framer-unyZL .framer-1puyde4 { bottom: -912px; flex: none; left: -909px; overflow: visible; position: absolute; top: -28px; width: 1985px; z-index: 1; }\",\".framer-unyZL .framer-1x8mifr, .framer-unyZL .framer-7mf66f, .framer-unyZL .framer-1nf8q5o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-1s301lz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 30px; position: relative; width: 35%; }\",\".framer-unyZL .framer-1o8exre, .framer-unyZL .framer-ro28yn, .framer-unyZL .framer-12bj4no { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 50px 0px 90px; position: relative; width: 1px; z-index: 1; }\",\".framer-unyZL .framer-fqbdtz, .framer-unyZL .framer-m7b6ow, .framer-unyZL .framer-csiv1a { height: 60px; position: relative; width: 60px; }\",\".framer-unyZL .framer-gn1gr4 { height: 38px; left: 32px; position: absolute; top: 22px; width: 28px; }\",\".framer-unyZL .framer-1gv5dfm { height: 38px; left: 0px; position: absolute; top: 22px; width: 28px; }\",\".framer-unyZL .framer-16z4bof { height: 12px; left: 6px; position: absolute; top: 10px; width: 23px; }\",\".framer-unyZL .framer-8uvfl0 { height: 12px; left: 32px; position: absolute; top: 10px; width: 23px; }\",\".framer-unyZL .framer-1pqx7po { height: 8px; left: 35px; position: absolute; top: 1px; width: 6px; }\",\".framer-unyZL .framer-jet65j { height: 8px; left: 19px; position: absolute; top: 1px; width: 6px; }\",\".framer-unyZL .framer-poud6r { height: 9px; left: 28px; position: absolute; top: 0px; width: 4px; }\",\".framer-unyZL .framer-19vcr77, .framer-unyZL .framer-ffiefv, .framer-unyZL .framer-1ur4bb3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-unyZL .framer-11lx2p1, .framer-unyZL .framer-w4vc30 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 20px 20px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-unyZL .framer-cv51hn, .framer-unyZL .framer-1inmdon, .framer-unyZL .framer-64skpd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-55rgoi { -webkit-user-select: none; background-color: var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, #050505); bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; user-select: none; z-index: 6; }\",\".framer-unyZL .framer-m4syrr { --border-bottom-width: 0px; --border-color: var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, #ed7f35); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #ed7f35 0%, rgb(233, 144, 85) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 68px 24px 68px 24px; position: sticky; top: 60px; width: 100%; z-index: 1; }\",\".framer-unyZL .framer-1psdkqm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 35%; }\",\".framer-unyZL .framer-1hziqb9 { height: 36px; left: 14px; position: absolute; top: 14px; width: 32px; }\",\".framer-unyZL .framer-1511w9o { height: 9px; left: 22px; position: absolute; top: 22px; width: 10px; }\",\".framer-unyZL .framer-xn1q4l { height: 7px; left: 23px; position: absolute; top: 53px; width: 14px; }\",\".framer-unyZL .framer-1j63o3l { height: 9px; left: 43px; position: absolute; top: 9px; width: 9px; }\",\".framer-unyZL .framer-r5z5ck { height: 9px; left: 9px; position: absolute; top: 9px; width: 9px; }\",\".framer-unyZL .framer-jojr2h { height: 4px; left: 49px; position: absolute; top: 28px; width: 11px; }\",\".framer-unyZL .framer-1geqyna { height: 4px; left: 0px; position: absolute; top: 28px; width: 11px; }\",\".framer-unyZL .framer-1ql5ugn { height: 11px; left: 28px; position: absolute; top: 0px; width: 4px; }\",\".framer-unyZL .framer-13cpdh4 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 80px; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-1nv8um6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 60px; overflow: hidden; padding: 0px 50px 0px 90px; position: relative; width: 32%; z-index: 1; }\",\".framer-unyZL .framer-zegog5 { -webkit-user-select: none; background-color: var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, #050505); bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; user-select: none; z-index: 1; }\",\".framer-unyZL .framer-ml5j71 { --border-bottom-width: 0px; --border-color: var(--token-965e5c17-6359-41cc-bd03-2fa4898e2c2b, #222426); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #d625fa 0%, rgb(223, 87, 251) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 68px 24px 68px 24px; position: sticky; top: 60px; width: 100%; z-index: 1; }\",\".framer-unyZL .framer-e82z23 { bottom: -344px; flex: none; left: -438px; opacity: 0; overflow: visible; position: absolute; right: -367px; top: 397px; z-index: 1; }\",\".framer-unyZL .framer-tkrn3x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 35%; }\",\".framer-unyZL .framer-5tyi6t { height: 58px; left: 0px; position: absolute; top: 3px; width: 58px; }\",\".framer-unyZL .framer-9cxpwg { height: 39px; left: 21px; position: absolute; top: 0px; width: 39px; }\",\".framer-unyZL .framer-1h2d3ox { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 12px 20px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-unyZL .framer-18elg64 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 540px; word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-1tfuv2c { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; max-width: 1228px; overflow: auto; padding: 45px 40px 45px 40px; position: relative; width: 100%; }\",\".framer-unyZL .framer-109uc0v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-1ny861d { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 650px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-n3uk8m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 6px 0px 6px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-1y760ou-container, .framer-unyZL .framer-1cv9qvm-container, .framer-unyZL .framer-17123vk-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-unyZL .framer-zkxcks { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-unyZL .framer-wnq2sm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1228px; overflow: visible; padding: 31px 0px 31px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-9d1u8m { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 530px; overflow: visible; padding: 0px; position: sticky; top: 60px; width: 1px; z-index: 1; }\",\".framer-unyZL .framer-1u36yj9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 89%; word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-b735g9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 54px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-unyZL .framer-1vtud9j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-5ubonk { background: linear-gradient(90deg, rgba(232, 232, 229, 0) 0%, var(--token-bce65128-c730-4d42-bd10-7fec9aa84c24, rgb(240, 236, 231)) 22.972972972972975%, var(--token-bce65128-c730-4d42-bd10-7fec9aa84c24, rgb(240, 236, 231)) 82.43243243243244%, rgba(232, 232, 229, 0) 100%); flex: none; height: 98%; left: 2px; overflow: visible; position: absolute; top: calc(49.2849284928493% - 97.7997799779978% / 2); width: 1px; z-index: 1; }\",\".framer-unyZL .framer-1r7mecn-container, .framer-unyZL .framer-1c9e5zv-container, .framer-unyZL .framer-7e0k91-container, .framer-unyZL .framer-61h4iy-container, .framer-unyZL .framer-kwi1et-container, .framer-unyZL .framer-1758rp6-container, .framer-unyZL .framer-1m39uhr-container, .framer-unyZL .framer-mm9qc7-container, .framer-unyZL .framer-cv56i1-container, .framer-unyZL .framer-1b90h0p-container, .framer-unyZL .framer-1nss8eb-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-unyZL .framer-s89pns { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 94px; height: min-content; justify-content: center; overflow: visible; padding: 79px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-unyZL .framer-ucke5s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-unyZL .framer-vcwdf8 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1350px; overflow: hidden; padding: 33px 20px 33px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-unyZL .framer-1f64j3h { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 50px 60px 50px; position: relative; width: 1px; z-index: 3; }\",\".framer-unyZL .framer-ejrggh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-xzrcyf { align-content: center; align-items: center; background-color: var(--token-eb948611-8adb-465f-93cc-1fc4121c02c1, #ed7f35); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 10px 8px 10px; position: relative; width: min-content; }\",\".framer-unyZL .framer-hq5rb0 { align-self: stretch; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 3px 8px 0px rgba(0, 0, 0, 0.05); flex: none; gap: 0px; height: auto; overflow: hidden; position: relative; width: 50%; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-unyZL .framer-15rchfh { -webkit-filter: blur(0px); bottom: 0px; filter: blur(0px); flex: none; overflow: hidden; position: absolute; right: -10px; top: 0px; width: 886px; z-index: 1; }\",\".framer-unyZL .framer-121icjf { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 50px 40px 50px 40px; position: relative; width: 100%; }\",\".framer-unyZL .framer-1dhdac4 { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 53px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-qtphxs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 593px; justify-content: flex-start; overflow: visible; padding: 10px 120px 0px 120px; position: relative; width: 98%; }\",\".framer-unyZL .framer-oecpc6 { aspect-ratio: 2.0439814814814814 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 150px); position: relative; width: 36%; }\",\".framer-unyZL .framer-1f3o2nm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: visible; padding: 18px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-7rhunz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 800px; word-break: break-word; word-wrap: break-word; }\",\".framer-unyZL .framer-u2vkdg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-1fulqig { flex: none; height: 49px; position: relative; width: 29%; }\",\".framer-unyZL .framer-ti8utf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1016px; overflow: visible; padding: 15px; position: relative; width: 100%; }\",\".framer-unyZL .framer-sjhsaw { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 587px; overflow: visible; position: relative; width: 100%; z-index: 3; }\",\".framer-unyZL .framer-ely4fk { height: 1px; left: 642px; position: absolute; top: 205px; width: 1px; }\",\".framer-unyZL .framer-18xqgyr { border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; bottom: 56px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05), 0px 10px 50px 0px rgba(0, 0, 0, 0.1), -20px 36px 50px 0px rgba(0, 0, 0, 0.05); flex: none; height: 443px; left: -64px; overflow: hidden; position: absolute; width: 197px; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-unyZL .framer-kafeb { -webkit-filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.05)) drop-shadow(0px 10px 22px rgba(0, 0, 0, 0.1)) drop-shadow(-20px 36px 22px rgba(0, 0, 0, 0.05)); bottom: -27px; filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.05)) drop-shadow(0px 10px 22px rgba(0, 0, 0, 0.1)) drop-shadow(-20px 36px 22px rgba(0, 0, 0, 0.05)); flex: none; height: 441px; overflow: hidden; position: absolute; right: -73px; width: 321px; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-unyZL .framer-1xh2rie { background: linear-gradient(180deg, #ff2f2f 0%, rgb(239, 123, 22) 35.87832457397675%, rgb(138, 67, 225) 69.92196209587513%, rgb(213, 17, 253) 100%); border-bottom-left-radius: 13px; border-bottom-right-radius: 13px; border-top-left-radius: 13px; border-top-right-radius: 13px; bottom: 11px; flex: none; left: 11px; overflow: visible; position: absolute; right: 11px; top: 11px; z-index: 1; }\",\".framer-unyZL .framer-el4sc7 { background: linear-gradient(180deg, #ff2f2f 0%, rgb(239, 123, 22) 35.87832457397675%, rgb(138, 67, 225) 69.92196209587513%, rgb(213, 17, 253) 100%); border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; bottom: 0px; flex: none; left: 0px; opacity: 0.2; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-unyZL .framer-1uwqtmj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-1scs18w { --border-bottom-width: 0px; --border-color: var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-wligpl, .framer-unyZL .framer-dx7pq6, .framer-unyZL .framer-113zmxw, .framer-unyZL .framer-w4ssl3 { 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: 40px 0px 50px 0px; position: relative; width: 1px; }\",\".framer-unyZL .framer-1ueen9j { height: 34px; position: relative; width: 35px; }\",\".framer-unyZL .framer-xk50v0 { height: 34px; left: 5px; position: absolute; top: 0px; width: 26px; }\",\".framer-unyZL .framer-1az75it { height: 3px; left: 12px; position: absolute; top: 14px; width: 12px; }\",\".framer-unyZL .framer-14jgoor { height: 3px; left: 12px; position: absolute; top: 21px; width: 12px; }\",\".framer-unyZL .framer-1qqbyz1 { height: 12px; left: 0px; position: absolute; top: 11px; width: 3px; }\",\".framer-unyZL .framer-19jm6nq { height: 12px; left: 33px; position: absolute; top: 11px; width: 3px; }\",\".framer-unyZL .framer-1pukhvy, .framer-unyZL .framer-1nwubnv, .framer-unyZL .framer-1hc7wud, .framer-unyZL .framer-19wwr5g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-lcx4n3, .framer-unyZL .framer-1j1s0fe { align-self: stretch; background: linear-gradient(180deg, var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d) 0%, var(--token-1a772fd5-3867-4246-acd4-f46ef551c725, rgb(17, 17, 17)) 100%); flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-unyZL .framer-8bxyny { height: 31px; position: relative; width: 30px; }\",\".framer-unyZL .framer-1vt989e { align-self: stretch; background: linear-gradient(180deg, var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d) 0%, rgb(213, 17, 253) 64%, rgb(138, 67, 225) 76%, rgb(239, 123, 22) 88%, rgb(255, 47, 47) 100%); flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-unyZL .framer-ticuf { height: 31px; position: relative; width: 35px; }\",\".framer-unyZL .framer-vanx6q { height: 30px; left: 6px; position: absolute; top: 1px; width: 30px; }\",\".framer-unyZL .framer-1dvbg0l { height: 29px; left: 0px; position: absolute; top: 0px; width: 30px; }\",\".framer-unyZL .framer-s7spkz { height: 18px; left: 0px; position: absolute; top: 0px; width: 22px; }\",\".framer-unyZL .framer-f4d7xg { height: 6px; left: 21px; position: absolute; top: 20px; width: 6px; }\",\".framer-unyZL .framer-1aujjb4 { height: 6px; left: 18px; position: absolute; top: 23px; width: 6px; }\",\".framer-unyZL .framer-1jfhevy { height: 6px; left: 24px; position: absolute; top: 17px; width: 6px; }\",\".framer-unyZL .framer-tr4m60 { height: 27px; position: relative; width: 35px; }\",\".framer-unyZL .framer-1sbl6t2 { height: 24px; left: 11px; position: absolute; top: 3px; width: 24px; }\",\".framer-unyZL .framer-10rmy5z { height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-unyZL .framer-17j28yj { height: 12px; left: 3px; position: absolute; top: 3px; width: 12px; }\",\".framer-unyZL .framer-12p1sy1 { height: 21px; left: 0px; position: absolute; top: 0px; width: 21px; }\",\".framer-unyZL .framer-11kh6oe { height: 21px; left: 8px; position: absolute; top: 0px; width: 5px; }\",\".framer-unyZL .framer-fcls06 { height: 13px; left: 0px; position: absolute; top: 8px; width: 5px; }\",\".framer-unyZL .framer-1sgiw14 { height: 9px; left: 16px; position: absolute; top: 8px; width: 5px; }\",\".framer-unyZL .framer-qgo6qp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-gznwjl, .framer-unyZL .framer-35tqdd { flex: 1 0 0px; height: 6px; overflow: hidden; position: relative; width: 1px; }\",\".framer-unyZL .framer-yzhreg { --border-bottom-width: 1px; --border-color: var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-4743cf5e-b6f4-46c8-9f30-bbba0368c6e7, #1e1e1e); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 14px 10px 14px; position: relative; width: min-content; }\",\".framer-unyZL .framer-1jnhist { background: linear-gradient(270deg, var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, #3d3d3d) 0%, rgb(213, 17, 253) 19.90160472972973%, rgb(138, 67, 225) 39.93757038288288%, rgb(239, 123, 22) 60.43806306306306%, rgb(255, 47, 47) 81.64681869369369%, var(--token-3caf3782-71b8-4db8-85b2-7e9f63bf16b5, rgb(61, 61, 61)) 100%); flex: none; height: 1px; left: calc(49.667405764966766% - 150px / 2); overflow: hidden; position: absolute; top: 0px; width: 150px; z-index: 1; }\",\".framer-unyZL .framer-9ed2kq-container { flex: none; height: 61px; max-width: 1030px; position: relative; width: 100%; }\",\".framer-unyZL .framer-16pe79y-container, .framer-unyZL .framer-yh1s8q-container, .framer-unyZL .framer-101njti-container, .framer-unyZL .framer-191hb93-container, .framer-unyZL .framer-zmxpnp-container { height: auto; position: relative; width: auto; }\",\".framer-unyZL .framer-1vd4trh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 40px 50px 40px; position: relative; width: 100%; }\",\".framer-unyZL .framer-144ogyu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-unyZL .framer-japu4w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-unyZL[data-border=\"true\"]::after, .framer-unyZL [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-unyZL.framer-72rtr7 { width: 810px; } .framer-unyZL .framer-1peh2fq { padding: 79px 30px 79px 30px; } .framer-unyZL .framer-kiwyhr { display: block; height: 721px; left: calc(50.00000000000002% - min(900px, 93.33333333333333%) / 2); max-width: 900px; padding: unset; top: 116px; } .framer-unyZL .framer-gwbqxg { left: 0px; position: absolute; top: 0px; width: 1fr; } .framer-unyZL .framer-17h68fw { gap: 37px; padding: 39px 0px 39px 0px; } .framer-unyZL .framer-nxml2k { gap: 13px; } .framer-unyZL .framer-xwf5eb { max-width: 100%; } .framer-unyZL .framer-1mjcaxt { max-width: 100%; width: 90%; } .framer-unyZL .framer-1q1nrv7-container { bottom: 97px; left: 50%; position: absolute; transform: translateX(-50%); } .framer-unyZL .framer-1va8el2 { bottom: -406px; height: min-content; left: 50%; position: absolute; transform: translateX(-50%); width: 750px; } .framer-unyZL .framer-fun89u { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; order: 0; } .framer-unyZL .framer-j5pcsi { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: unset; height: 693px; right: 0px; top: -25px; } .framer-unyZL .framer-1bmkzq0 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; min-height: 405px; } .framer-unyZL .framer-6f0uh4 { height: 13%; order: 1; } .framer-unyZL .framer-snjhtu-container { top: 0px; } .framer-unyZL .framer-zb7ybj { padding: 0px 16px 0px 16px; } .framer-unyZL .framer-3xxw5y { height: 552px; order: 0; } .framer-unyZL .framer-e0bru2 { max-width: unset; } .framer-unyZL .framer-16pd6rd { height: 903px; padding: 10px 0px 80px 0px; } .framer-unyZL .framer-r445cy { order: 0; padding: 0px; } .framer-unyZL .framer-5o9elh-container { height: 91px; order: 1; width: 750px; } .framer-unyZL .framer-1g5t3ok { flex-direction: column; max-width: 600px; order: 2; padding: 0px; } .framer-unyZL .framer-30v4ej { flex: none; order: 0; width: 100%; } .framer-unyZL .framer-11roiha { align-content: center; align-items: center; gap: 25px; } .framer-unyZL .framer-kkmqc3-container, .framer-unyZL .framer-64skpd { order: 1; } .framer-unyZL .framer-1s301lz, .framer-unyZL .framer-1psdkqm { padding: 30px 30px 0px 30px; } .framer-unyZL .framer-16kmdjn, .framer-unyZL .framer-fqbdtz, .framer-unyZL .framer-v96d4k, .framer-unyZL .framer-pda2gc, .framer-unyZL .framer-csiv1a, .framer-unyZL .framer-18we6r1 { order: 0; } .framer-unyZL .framer-1o8exre { justify-content: center; order: 1; } .framer-unyZL .framer-ro28yn, .framer-unyZL .framer-12bj4no { justify-content: center; order: 1; padding: 10px 30px 0px 30px; } .framer-unyZL .framer-tkrn3x { gap: 0px; padding: 30px 30px 0px 30px; } .framer-unyZL .framer-18elg64 { order: 0; width: 100%; } .framer-unyZL .framer-1tfuv2c { gap: 50px; } .framer-unyZL .framer-109uc0v { gap: 20px; } .framer-unyZL .framer-1ny861d { max-width: 500px; } .framer-unyZL .framer-n3uk8m { flex-wrap: wrap; gap: 24px; } .framer-unyZL .framer-1y760ou-container { flex: none; order: 0; width: 44%; } .framer-unyZL .framer-1cv9qvm-container { flex: none; order: 1; width: 44%; } .framer-unyZL .framer-17123vk-container { flex: none; order: 2; width: 44%; } .framer-unyZL .framer-zkxcks { padding: 20px 35px 20px 35px; } .framer-unyZL .framer-wnq2sm { flex-direction: column; gap: 50px; padding: 0px; } .framer-unyZL .framer-9d1u8m { align-content: center; align-items: center; flex: none; gap: 20px; max-width: unset; position: relative; top: unset; width: 100%; } .framer-unyZL .framer-b735g9 { flex: none; gap: 30px; width: 100%; } .framer-unyZL .framer-1vtud9j { align-content: unset; align-items: unset; display: grid; gap: 38px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); order: 1; padding: 20px 0px 0px 0px; } .framer-unyZL .framer-1r7mecn-container { align-self: start; height: 100%; justify-self: start; order: 1; } .framer-unyZL .framer-1c9e5zv-container { align-self: start; height: 100%; justify-self: start; order: 2; } .framer-unyZL .framer-7e0k91-container { align-self: start; height: 100%; justify-self: start; order: 3; } .framer-unyZL .framer-61h4iy-container { align-self: start; height: 100%; justify-self: start; order: 4; } .framer-unyZL .framer-kwi1et-container { align-self: start; height: 100%; justify-self: start; order: 5; } .framer-unyZL .framer-1758rp6-container { align-self: start; height: 100%; justify-self: start; order: 6; } .framer-unyZL .framer-1m39uhr-container { align-self: start; height: 100%; justify-self: start; order: 7; } .framer-unyZL .framer-mm9qc7-container { align-self: start; height: 100%; justify-self: start; order: 8; } .framer-unyZL .framer-cv56i1-container { align-self: start; height: 100%; justify-self: start; order: 9; } .framer-unyZL .framer-1b90h0p-container { align-self: start; height: 100%; justify-self: start; order: 10; } .framer-unyZL .framer-s89pns { padding: 0px 35px 90px 35px; } .framer-unyZL .framer-ucke5s { gap: 10px; padding: 20px 30px 0px 30px; } .framer-unyZL .framer-vcwdf8 { flex-direction: column; gap: 32px; max-width: 900px; padding: 0px 20px 0px 20px; } .framer-unyZL .framer-1f64j3h { align-content: center; align-items: center; flex: none; justify-content: center; padding: 20px 70px 0px 70px; width: 100%; } .framer-unyZL .framer-ejrggh { align-content: center; align-items: center; } .framer-unyZL .framer-hq5rb0 { align-self: unset; height: 684px; width: 100%; } .framer-unyZL .framer-15rchfh { bottom: -1px; height: 606px; left: 0px; top: unset; width: unset; } .framer-unyZL .framer-oecpc6 { height: var(--framer-aspect-ratio-supported, 76px); } .framer-unyZL .framer-18xqgyr { bottom: unset; left: -22px; top: calc(49.918962722852534% - 443px / 2); } .framer-unyZL .framer-1vd4trh { padding: 80px 30px 80px 30px; } .framer-unyZL .framer-144ogyu { gap: 50px; max-width: 900px; } .framer-unyZL .framer-1kqf7rm-container { width: 126%; }}\",\"@media (max-width: 809px) { .framer-unyZL.framer-72rtr7 { background-color: var(--token-aa400f50-bb31-43da-bd7e-ccb203a60033, #f4f2f1); overflow: hidden; width: 390px; } .framer-unyZL .framer-1peh2fq { height: 764px; min-height: unset; padding: 50px 16px 0px 16px; width: 393px; } .framer-unyZL .framer-kiwyhr { gap: 23px; height: 685px; left: calc(50.00000000000002% - min(450px, 93.33333333333333%) / 2); max-width: 450px; top: calc(54.00000000000003% - 685px / 2); } .framer-unyZL .framer-17h68fw { gap: 27px; padding: 30px 0px 7px 0px; } .framer-unyZL .framer-14053kc { justify-content: center; padding: 6px 8px 6px 8px; will-change: unset; } .framer-unyZL .framer-g32216 { will-change: unset; } .framer-unyZL .framer-1va8el2 { gap: 20px; height: min-content; padding: 0px; } .framer-unyZL .framer-6f0uh4 { flex-direction: column; } .framer-unyZL .framer-1mpv0el { height: var(--framer-aspect-ratio-supported, 37px); width: 150px; } .framer-unyZL .framer-kkjeg2 { white-space: pre-wrap; width: 318px; word-break: break-word; word-wrap: break-word; } .framer-unyZL .framer-snjhtu-container { height: 50px; left: 93px; right: 94px; top: 28px; transform: unset; width: unset; } .framer-unyZL .framer-zb7ybj { align-content: unset; align-items: unset; background-color: rgba(245, 245, 250, 0); display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: 1367px; padding: 200px 16px 0px 16px; width: 91%; } .framer-unyZL .framer-3xxw5y { align-self: start; gap: 12px; height: 100%; justify-self: start; } .framer-unyZL .framer-e0bru2 { flex-wrap: wrap; gap: 16px; } .framer-unyZL .framer-bimm95, .framer-unyZL .framer-3hcocm { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-unyZL .framer-dj79u { flex: 1 0 0px; grid-template-columns: repeat(1, minmax(50px, 1fr)); height: 1px; } .framer-unyZL .framer-16p2une-container, .framer-unyZL .framer-pn8iae-container, .framer-unyZL .framer-hdo8hb-container { height: auto; } .framer-unyZL .framer-16pd6rd { background-color: rgba(255, 255, 255, 0); height: 709px; max-width: 450px; padding: 100px 0px 80px 0px; } .framer-unyZL .framer-5o9elh-container { height: 76px; min-height: 11%; width: 357px; } .framer-unyZL .framer-1g5t3ok { flex-direction: column; gap: 0px; height: 518px; max-width: 450px; } .framer-unyZL .framer-30v4ej { height: 1px; order: 0; width: 100%; } .framer-unyZL .framer-11roiha, .framer-unyZL .framer-ejrggh { align-content: center; align-items: center; } .framer-unyZL .framer-1lbr8rr { width: 90%; } .framer-unyZL .framer-kkmqc3-container { height: 214px; order: 1; width: 381px; } .framer-unyZL .framer-1puyde4, .framer-unyZL .framer-tkrn3x { opacity: 0; } .framer-unyZL .framer-1x8mifr, .framer-unyZL .framer-7mf66f, .framer-unyZL .framer-1nf8q5o { flex-direction: column; gap: 48px; } .framer-unyZL .framer-1s301lz, .framer-unyZL .framer-1psdkqm { height: min-content; opacity: 0; } .framer-unyZL .framer-19vcr77, .framer-unyZL .framer-ffiefv, .framer-unyZL .framer-1ur4bb3 { height: 1px; width: 100%; } .framer-unyZL .framer-ro28yn, .framer-unyZL .framer-12bj4no { flex: none; opacity: 0; padding: 0px 0px 0px 90px; width: 168%; } .framer-unyZL .framer-1nv8um6 { min-height: 80px; padding: 0px 0px 0px 90px; } .framer-unyZL .framer-csiv1a, .framer-unyZL .framer-5ubonk { order: 0; } .framer-unyZL .framer-1h2d3ox { gap: 28px; } .framer-unyZL .framer-18elg64 { width: 293px; } .framer-unyZL .framer-1tfuv2c { gap: 27px; padding: 22px 40px 22px 40px; } .framer-unyZL .framer-109uc0v { gap: 10px; } .framer-unyZL .framer-1ny861d { max-width: unset; } .framer-unyZL .framer-n3uk8m { flex-direction: column; flex-wrap: wrap; gap: 20px; } .framer-unyZL .framer-1y760ou-container { flex: none; order: 0; width: 100%; } .framer-unyZL .framer-1cv9qvm-container { flex: none; order: 1; width: 100%; } .framer-unyZL .framer-17123vk-container { flex: none; order: 2; width: 100%; } .framer-unyZL .framer-zkxcks { padding: 34px 20px 34px 20px; } .framer-unyZL .framer-wnq2sm { flex-direction: column; gap: 31px; padding: 0px; } .framer-unyZL .framer-9d1u8m { align-content: center; align-items: center; flex: none; gap: 4px; max-width: unset; position: relative; top: unset; width: 100%; } .framer-unyZL .framer-b735g9 { flex: none; width: 100%; } .framer-unyZL .framer-1vtud9j { gap: 33px; order: 1; padding: 0px; } .framer-unyZL .framer-1r7mecn-container, .framer-unyZL .framer-qgo6qp { order: 1; } .framer-unyZL .framer-1c9e5zv-container, .framer-unyZL .framer-q1i9uk-container { order: 2; } .framer-unyZL .framer-7e0k91-container { order: 3; } .framer-unyZL .framer-61h4iy-container { order: 4; } .framer-unyZL .framer-kwi1et-container { order: 5; } .framer-unyZL .framer-1758rp6-container { order: 6; } .framer-unyZL .framer-1m39uhr-container { order: 7; } .framer-unyZL .framer-mm9qc7-container { order: 8; } .framer-unyZL .framer-cv56i1-container { order: 9; } .framer-unyZL .framer-1b90h0p-container { order: 10; } .framer-unyZL .framer-s89pns { padding: 23px 20px 20px 20px; } .framer-unyZL .framer-ucke5s { padding: 0px 16px 0px 16px; } .framer-unyZL .framer-vcwdf8 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex-direction: column; gap: 23px; max-width: 450px; padding: 10px; } .framer-unyZL .framer-1f64j3h { align-content: center; align-items: center; flex: none; justify-content: center; padding: 0px; width: 100%; } .framer-unyZL .framer-xzrcyf { background-color: var(--dwnl21); padding: 0px 10px 0px 10px; } .framer-unyZL .framer-hq5rb0 { align-self: unset; height: 308px; width: 100%; } .framer-unyZL .framer-15rchfh { bottom: 0px; height: 301px; right: -43px; top: unset; width: 362px; } .framer-unyZL .framer-1dhdac4 { gap: 0px; } .framer-unyZL .framer-qtphxs { height: 657px; width: 99%; } .framer-unyZL .framer-oecpc6 { height: var(--framer-aspect-ratio-supported, 98px); order: 0; width: 248%; } .framer-unyZL .framer-1f3o2nm { gap: 12px; order: 1; } .framer-unyZL .framer-7rhunz { width: 346px; } .framer-unyZL .framer-1bki9qf { width: 535%; } .framer-unyZL .framer-u2vkdg { gap: 13px; order: 2; } .framer-unyZL .framer-1fulqig { height: 58px; order: 0; width: 258%; } .framer-unyZL .framer-1tlp4zf { order: 1; width: 500%; } .framer-unyZL .framer-sjhsaw { height: 178px; } .framer-unyZL .framer-18xqgyr { bottom: unset; height: 167px; left: -30px; top: -110px; width: 82px; } .framer-unyZL .framer-kafeb { bottom: 118px; height: 181px; right: -65px; width: 130px; } .framer-unyZL .framer-1uwqtmj { height: 1000px; } .framer-unyZL .framer-1scs18w { flex-direction: column; flex-wrap: wrap; gap: 0px 0px; height: 922px; order: 0; } .framer-unyZL .framer-wligpl { flex: none; order: 0; padding: 18px 0px 50px 0px; width: 100%; } .framer-unyZL .framer-dx7pq6 { flex: none; order: 2; padding: 0px 0px 50px 0px; width: 100%; } .framer-unyZL .framer-113zmxw { flex: none; order: 4; padding: 0px 0px 50px 0px; width: 100%; } .framer-unyZL .framer-w4ssl3 { flex: none; order: 6; padding: 0px 0px 24px 0px; width: 100%; } .framer-unyZL .framer-1vd4trh { gap: 0px; padding: 25px 16px 25px 16px; } .framer-unyZL .framer-144ogyu { gap: 50px; max-width: 450px; } .framer-unyZL .framer-japu4w { gap: 15px; padding: 0px; } .framer-unyZL .framer-1kqf7rm-container { width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 17175\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hmX39_cxl\":{\"layout\":[\"fixed\",\"auto\"]},\"BkwtJCk0L\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"ezWdFJkMA\":{\"pattern\":\":ezWdFJkMA\",\"name\":\"hero\"},\"WrM9zUz0b\":{\"pattern\":\":WrM9zUz0b\",\"name\":\"benefits\"},\"sq_KcFo9e\":{\"pattern\":\":sq_KcFo9e\",\"name\":\"features-2\"},\"er4khAPLU\":{\"pattern\":\":er4khAPLU\",\"name\":\"1\"},\"aV8mMZ8uq\":{\"pattern\":\":aV8mMZ8uq\",\"name\":\"2\"},\"y6vpJvAqH\":{\"pattern\":\":y6vpJvAqH\",\"name\":\"3\"},\"qarM6uVmB\":{\"pattern\":\":qarM6uVmB\",\"name\":\"our-process\"},\"GV1HxpnoE\":{\"pattern\":\":GV1HxpnoE\",\"name\":\"benefits\"},\"pz4BFPKSR\":{\"pattern\":\":pz4BFPKSR\",\"name\":\"how-to-use\"},\"nopWOQmTu\":{\"pattern\":\":nopWOQmTu\",\"name\":\"about\"},\"h9uHxIgTb\":{\"pattern\":\":h9uHxIgTb\",\"name\":\"product-overview\"},\"xqO5gUlLy\":{\"pattern\":\":xqO5gUlLy\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-unyZL\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:17175,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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:\"Gandia Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/PSdRuRk8PRitEozEp4LN0t5yfCk.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MMZ5CNXXF3OOGYXW6Y2BEPS66Z5J7O4T/RQMGAQTCFJNFSDVT6TZ7TETC6WEXAEF3/MYQLOUO4VZXDACA33B2ZYRT63XOGKINZ.woff2\",weight:\"800\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BK3SSWJRSZIP3IF47O5U5OKGO4G4UEHQ/DRK5PW4U7DZWIHHWGEVMXGC5WOWJUEHD/E244YIROHJLOOOVQTULF46L26Q3PGGVG.woff2\",weight:\"800\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZSCEK7S4VBCWIURNDFQ4JMFGVSANTY3E/NU7JB62SOLQOUPO3QU2C52CLGXBBG2WE/EHWSSXP2VWBWZLNGMJRPPQDBKQGP7BTU.woff2\",weight:\"900\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH5EUMJLFHOACOC5EPWMZKGKE6C676DA/B6XSSNJX2SESKDWPNWH4WCP2CJSK4NIU/YV7HPRET3QHJIMR56F6TM2MVPYSI4S5Z.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E52PJYVTUVBJ4GPMC3ESVCHLHEZ27YKB/NFMP7Q5STQUP55VX2D3PLPQGFPMHPMT6/DKDC2XHYR66B5ZTKT2XG7XDSMKXEZIVO.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/I11LrmuBDQZweplJ62KkVsklU5Y.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/UjFZPDy3qGuDktQM4q9CxhKfIa8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/8exwVHJy2DhJ4N5prYlVMrEKmQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/UTeedEK21hO5jDxEUldzdScUqpg.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/Ig8B8nzy11hzIWEIYnkg91sofjo.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/n9CXKI3tsmCPeC6MCT9NziShSuQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/qctQFoJqJ9aIbRSIp0AhCQpFxn8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/fXvVh2JeZlehNcEhKHpHH0frSl0.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/7pScaNeb6M7n2HF2jKemDqzCIr4.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/qS4UjQYyATcVV9rODk0Zx9KhkY8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/VfD2n20yM7v0hrUEBHEyafsmMBY.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/4oIO9fB59bn3cKFWz7piCj28z9s.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/TBccIZR9kIpkRce5i9ATfPp7a4.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/F5Lmfd3fCAu7TwiYbI4DLWw4ks.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/A5P4nkYCJlLQxGxaS1lzG8PNSc.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/vuPfygr1n1zYxscvWgGI8hRf3LE.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/jplzYzqFHXreyADwk9yrkQlWQ.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/sSIKP2TfVPvfK7YVENPE5H87A.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/gawbeo7iEJSRZ4kcrh6YRrU8o.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/xSzma7KIWAdctStaX171ey3lams.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/8E92vrr3j1gDqzepmeSbD2u0JxA.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/gazZKZuUEtvr9ULhdA4SprP0AZ0.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/pe8RoujoPxuTZhqoNzYqHX2MXA.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/teGhWnhH3bCqefKGsIsqFy3hK8.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/qQHxgTnEk6Czu1yW4xS82HQWFOk.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/MJ3N6lfN4iP5Um8rJGqLYl03tE.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/dHHUz45rhM2KCQpj9zttNVlibk.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/0SEEmmWc3vovhaai4RlRQSWRrz0.woff2\",weight:\"600\"}]},...Button3Fonts,...EmbedFonts,...NavbarFonts,...BenefitItemFonts,...HelperClientsLogoFonts,...TickerFonts,...HelperTagFonts,...SectionHowToUseStepCardFonts,...SectionBenefitsFeaturesStickyFonts,...ButtonPrimaryButton2Fonts,...SectionFAQAccordionFonts,...Footer2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerScrollSections\":\"{\\\"ezWdFJkMA\\\":{\\\"pattern\\\":\\\":ezWdFJkMA\\\",\\\"name\\\":\\\"hero\\\"},\\\"WrM9zUz0b\\\":{\\\"pattern\\\":\\\":WrM9zUz0b\\\",\\\"name\\\":\\\"benefits\\\"},\\\"sq_KcFo9e\\\":{\\\"pattern\\\":\\\":sq_KcFo9e\\\",\\\"name\\\":\\\"features-2\\\"},\\\"er4khAPLU\\\":{\\\"pattern\\\":\\\":er4khAPLU\\\",\\\"name\\\":\\\"1\\\"},\\\"aV8mMZ8uq\\\":{\\\"pattern\\\":\\\":aV8mMZ8uq\\\",\\\"name\\\":\\\"2\\\"},\\\"y6vpJvAqH\\\":{\\\"pattern\\\":\\\":y6vpJvAqH\\\",\\\"name\\\":\\\"3\\\"},\\\"qarM6uVmB\\\":{\\\"pattern\\\":\\\":qarM6uVmB\\\",\\\"name\\\":\\\"our-process\\\"},\\\"GV1HxpnoE\\\":{\\\"pattern\\\":\\\":GV1HxpnoE\\\",\\\"name\\\":\\\"benefits\\\"},\\\"pz4BFPKSR\\\":{\\\"pattern\\\":\\\":pz4BFPKSR\\\",\\\"name\\\":\\\"how-to-use\\\"},\\\"nopWOQmTu\\\":{\\\"pattern\\\":\\\":nopWOQmTu\\\",\\\"name\\\":\\\"about\\\"},\\\"h9uHxIgTb\\\":{\\\"pattern\\\":\\\":h9uHxIgTb\\\",\\\"name\\\":\\\"product-overview\\\"},\\\"xqO5gUlLy\\\":{\\\"pattern\\\":\\\":xqO5gUlLy\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerIntrinsicHeight\":\"17175\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hmX39_cxl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BkwtJCk0L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Embed", "type", "url", "html", "zoom", "radius", "border", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "image", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "lhpG_HP_R", "fzDZj4NBF", "d0jLx4No6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "css", "Framerdlz5meCqH", "withCSS", "dlz5meCqH_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "defaultFill", "height", "hoverFill", "hoverText", "id", "label", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "VArIlTNTt", "Oon8L041D", "AL6IB9otP", "mKVpWCoSL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText", "SVG", "css", "FramerD4MJvVfBY", "withCSS", "D4MJvVfBY_default", "addPropertyControls", "ControlType", "addFonts", "ButtonFonts", "getFonts", "D4MJvVfBY_default", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Image2", "MotionDivWithFXWithOptimizedAppearEffect", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "getLoadingLazyAtYPosition", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "SVG", "css", "Frameriyo1N5rqT", "withCSS", "iyo1N5rqT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "r", "s", "o", "n", "t", "e", "i", "l", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "CgmpYibiL", "DfdSTYahu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap20awuv", "args", "onTap21jps4", "onTapztqidc", "onClickztqidc", "onClickdwpi7l", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerbzTWA2euP", "withCSS", "bzTWA2euP_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "CgmpYibiL", "DfdSTYahu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapa55pff", "args", "onTap1qrbxsb", "onTap1ftst8e", "onClick1ftst8e", "onClick1nn1e0y", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerPB303AcTU", "withCSS", "PB303AcTU_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "CgmpYibiL", "DfdSTYahu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1b3ohzl", "args", "onTap1l3mlq9", "onTap1n6snoo", "onClick1n6snoo", "onClickupsl5k", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramertJ5GOIsEw", "withCSS", "tJ5GOIsEw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "CgmpYibiL", "DfdSTYahu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1v0r6gp", "args", "onTapmnozt3", "onTaphww10t", "onClickhww10t", "onClick19nbqd3", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerxq7b4nvm9", "withCSS", "xq7b4nvm9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SectionFAQAccordianItemFonts", "getFonts", "tJ5GOIsEw_default", "SectionFAQAccordianItem2Fonts", "xq7b4nvm9_default", "SectionFAQAccordianItem3Fonts", "bzTWA2euP_default", "SectionFAQAccordianItem4Fonts", "PB303AcTU_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramernMGQz6qXj", "withCSS", "nMGQz6qXj_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "hover", "id", "logo", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "RjHY3scMX", "udAhFZctr", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter18priys", "args", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerquHYU5_zh", "withCSS", "quHYU5_zh_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "border", "height", "id", "label", "link", "newTab", "smoothScroll", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "sq67Ol4a3", "cQv2O8Mvt", "PmrixLNYY", "GP85vQ4AC", "PbVcEWiVh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1wbuo1u", "args", "onMouseLeave9yvmsb", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "RichText", "SVG", "css", "FrameruhdU7P4Cx", "withCSS", "uhdU7P4Cx_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "paragraph", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "J5hD1QPXh", "wzeLhDFdh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "SVG", "RichText", "css", "FramerVhkYMqrEY", "withCSS", "VhkYMqrEY_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backgroundColor", "height", "hover", "id", "link", "newTab", "padding", "text", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "OITZhuKDg", "OwpZhR4Oq", "DyDA7Nepj", "naUO_7rz4", "HauR5zp0I", "XsQvR9CFM", "spbNf7R6o", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText", "css", "FramerxbrG_x1Ut", "withCSS", "xbrG_x1Ut_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "text", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "aIKcykWlS", "d8HjUP9dV", "ewQnYkCdw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "SVG", "RichText", "css", "FramerXwXXo_qcG", "withCSS", "XwXXo_qcG_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithFX", "withFX", "RichText", "RichTextWithOptimizedAppearEffect", "Button3Fonts", "getFonts", "uhdU7P4Cx_default", "EmbedFonts", "Embed", "MotionDivWithFX", "NavbarFonts", "AZd_vmoUt_default", "NavbarWithVariantAppearEffect", "withVariantAppearEffect", "BenefitItemFonts", "VhkYMqrEY_default", "ContainerWithFX", "Container", "HelperClientsLogoFonts", "quHYU5_zh_default", "TickerFonts", "Ticker", "HelperTagFonts", "DyeB4pqpe_default", "SectionHowToUseStepCardFonts", "XwXXo_qcG_default", "SectionBenefitsFeaturesStickyFonts", "dlz5meCqH_default", "ButtonPrimaryButton2Fonts", "xbrG_x1Ut_default", "ImageWithFXWithOptimizedAppearEffect", "Image2", "SectionFAQAccordionFonts", "nMGQz6qXj_default", "Footer2Fonts", "iyo1N5rqT_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "transition3", "textEffect", "transition4", "animation4", "transition5", "animation5", "animation6", "transition6", "animation7", "transformTemplate1", "_", "t", "animation8", "transition7", "animation9", "addImageAlt", "image", "alt", "transition8", "transition9", "transition10", "transition11", "transition12", "transition13", "animation10", "animation11", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "ECekUtB9KDyeB4pqpe", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "ref5", "elementId4", "isDisplayed2", "ref6", "elementId5", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "elementId9", "ref10", "elementId10", "ref11", "elementId11", "ref12", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "getLoadingLazyAtYPosition", "x", "ComponentViewportProvider", "SVG", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
