{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/integrations-styles.js@0.2.0", "ssg:https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/b7VYVaGCWWNyhqVsgsiv/Hubspot.js", "ssg:https://framerusercontent.com/modules/cnT4qGz5w12p1R34cwKb/iJERFuNEmelXefJBWxj5/kzwPYe6my-0.js", "ssg:https://framerusercontent.com/modules/cnT4qGz5w12p1R34cwKb/iJERFuNEmelXefJBWxj5/kzwPYe6my.js", "ssg:https://framerusercontent.com/modules/9JcFNpzcEPQlbEGqz84u/5aRaHddEuGOK4Zai5ggP/kzwPYe6my.js"],
  "sourcesContent": ["import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";// Poll for 5 minutes ...\nfunction poll(f,delay=200,count=5*60*5,i=0){if(i>count){console.error(\"poll max attempts\",f);return;}if(!f()){console.log(\"poll\",delay,count,i);setTimeout(()=>{poll(f,delay,count,i+1);},delay);}}function EmptyState({title,description}){return /*#__PURE__*/_jsxs(\"div\",{style:{...emptyStateStyle,width:\"100%\",height:\"100%\"},children:[/*#__PURE__*/_jsx(\"h1\",{style:stateTitleStyle,children:title}),/*#__PURE__*/_jsx(\"p\",{style:stateParagraphStyle,children:description})]});}/**\n * HUBSPOT\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 300\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function HubSpotForm({portalId,formId,advanced,region,id}){if(!portalId||!formId||!region){return /*#__PURE__*/_jsx(EmptyState,{title:\"Hubspot\",description:\"Set a portal ID and form in the Properties.\"});}// const ref = React.createRef<HTMLDivElement>()\nconst elementId=`hubspot_form_${id}`;const cleanup=()=>{const element=document.querySelector(`#${elementId}`);if(element)element.innerHTML=\"\";};React.useEffect(()=>{if(window.hbspt){handleScriptLoad();return cleanup;}const script=document.createElement(\"script\");script.src=`https://js-${region}.hsforms.net/forms/shell.js`;script.onload=handleScriptLoad();document.body.appendChild(script);return cleanup;},[portalId,formId,region]);const handleScriptLoad=()=>{console.log(\"Loading HubSpot form...\",portalId);poll(()=>{if(!window.hbspt){console.warn(`HubSpot could not be loaded: window.hbspt is missing`);return false;}if(!document.querySelector(`#${elementId}`)){console.warn(`HubSpot could not be loaded: element not found #${elementId}`);return false;}cleanup();window.hbspt.forms.create({region,portalId,formId,target:`#${elementId}`,formInstanceId:formId});return true;});};return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\"},id:elementId});}addPropertyControls(HubSpotForm,{portalId:{title:\"Portal\",type:ControlType.String,placeholder:\"25276298\",// defaultValue: \"25276298\",\ndescription:\"Create a [Hubspot](https://www.hubspot.com/) account, add a new form and copy your portal ID. [Learn more\u2026](https://www.framer.com/plugins/hubspot/)\"},formId:{title:\"Form\",type:ControlType.String,placeholder:\"e7167571-4bc4-4c2c-bfdc-a0a8dbfd22f1\"},advanced:{title:\"Advanced\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},region:{title:\"Region\",type:ControlType.String,placeholder:\"eu1\",defaultValue:\"eu1\",hidden:({advanced})=>!advanced}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HubSpotForm\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"300\",\"framerIntrinsicWidth\":\"480\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hubspot.map", "export const v0=\"\u0623\u0648\u0633\u0645\u0629 \u0627\u0644\u062A\u0645\u064A\u0632\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f26e712)\nimport*as localizedValues from\"./kzwPYe6my-0.js\";const valuesByLocaleId={mrp7wbaQd:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f26e712)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/cnT4qGz5w12p1R34cwKb/iJERFuNEmelXefJBWxj5/kzwPYe6my.js\";import SectionHeading from\"https://framerusercontent.com/modules/z4YzkTSlQVwlajeH9t4c/Moc6P8ifxWgvgSBllDRU/KTijjbYLC.js\";const SectionHeadingFonts=getFonts(SectionHeading);const ImageWithFX=withFX(Image);const cycleOrder=[\"K4VzHeJfU\",\"F6Qbf2jMX\",\"FTdomPqGX\",\"aQv1fz46X\",\"SZ5tlZsLN\",\"BYMUQ6LAe\"];const serializationHash=\"framer-TDIhz\";const variantClassNames={aQv1fz46X:\"framer-v-xyjfoe\",BYMUQ6LAe:\"framer-v-msfnil\",F6Qbf2jMX:\"framer-v-1y3nbls\",FTdomPqGX:\"framer-v-8r2x5u\",K4VzHeJfU:\"framer-v-qxpl3h\",SZ5tlZsLN:\"framer-v-st4p0e\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1.2,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3};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={\"Large Desktop V2\":\"SZ5tlZsLN\",\"Large Desktop\":\"K4VzHeJfU\",\"Phone/Tablet V2\":\"BYMUQ6LAe\",Desktop:\"F6Qbf2jMX\",Phone:\"aQv1fz46X\",Tablet:\"FTdomPqGX\"};const getProps=({description,height,id,title,width,...props})=>{return{...props,bCTz327Un:description??props.bCTz327Un??\"Proudly recognized with G2 badges, earned through trusted reviews from our satisfied customers.\",JUdPiY2nK:title??props.JUdPiY2nK??\"Accolades of Excellence\",variant:humanReadableVariantMap[props.variant]??props.variant??\"K4VzHeJfU\"};};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,bCTz327Un,JUdPiY2nK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"K4VzHeJfU\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"SZ5tlZsLN\",\"BYMUQ6LAe\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"SZ5tlZsLN\",\"BYMUQ6LAe\"].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.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-qxpl3h\",className,classNames),\"data-framer-name\":\"Large Desktop\",layoutDependency:layoutDependency,layoutId:\"K4VzHeJfU\",ref:refBinding,style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{BYMUQ6LAe:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},SZ5tlZsLN:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},...addPropertyOverrides({aQv1fz46X:{\"data-framer-name\":\"Phone\"},BYMUQ6LAe:{\"data-framer-name\":\"Phone/Tablet V2\"},F6Qbf2jMX:{\"data-framer-name\":\"Desktop\"},FTdomPqGX:{\"data-framer-name\":\"Tablet\"},SZ5tlZsLN:{\"data-framer-name\":\"Large Desktop V2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8qh1fq\",\"data-framer-name\":\"Brand Content\",layoutDependency:layoutDependency,layoutId:\"jVvLbLFIw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:127,width:`calc((${componentViewport?.width||\"100vw\"} - 60px) / 1.112)`,...addPropertyOverrides({aQv1fz46X:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`},BYMUQ6LAe:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||560)-64-406)/2+0+0)+0+0},FTdomPqGX:{width:`calc((${componentViewport?.width||\"100vw\"} - 60px) * 0.6295)`},SZ5tlZsLN:{width:`max(((${componentViewport?.width||\"100vw\"} - 64px) / 1.112 - 32px) * 0.5294, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||413)-32-381)/2+0+0)+127}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1o3yr6a-container\",layoutDependency:layoutDependency,layoutId:\"bnVi_ruwx-container\",nodeId:\"bnVi_ruwx\",rendersWithMotion:true,scopeId:\"kzwPYe6my\",children:/*#__PURE__*/_jsx(SectionHeading,{height:\"100%\",id:\"bnVi_ruwx\",layoutId:\"bnVi_ruwx\",QI7bJ5fo7:\"\",style:{width:\"100%\"},u9HJGBk16:false,variant:\"XmnCEUIqu\",width:\"100%\",ZLuc9q4oS:getLocalizedValue(\"v0\",activeLocale)??\"Accolades of Excellence\",...addPropertyOverrides({BYMUQ6LAe:{QI7bJ5fo7:bCTz327Un,u9HJGBk16:true,ZLuc9q4oS:JUdPiY2nK},SZ5tlZsLN:{QI7bJ5fo7:bCTz327Un,u9HJGBk16:true,variant:\"ZfatYFWs7\",ZLuc9q4oS:JUdPiY2nK}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:809,pixelWidth:1311,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3kqlICU6HJSIbfXrenIlShLE.png\",srcSet:\"https://framerusercontent.com/images/3kqlICU6HJSIbfXrenIlShLE.png?scale-down-to=512 512w,https://framerusercontent.com/images/3kqlICU6HJSIbfXrenIlShLE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3kqlICU6HJSIbfXrenIlShLE.png 1311w\"},className:\"framer-1q2kpe6\",layoutDependency:layoutDependency,layoutId:\"klKtn0nyJ\",...addPropertyOverrides({BYMUQ6LAe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+(((componentViewport?.height||560)-64-406)/2+0+0)+0+137),pixelHeight:809,pixelWidth:1311,positionX:\"center\",positionY:\"center\",sizes:`calc((${componentViewport?.width||\"100vw\"} - 60px) / 1.112)`,src:\"https://framerusercontent.com/images/3kqlICU6HJSIbfXrenIlShLE.png\",srcSet:\"https://framerusercontent.com/images/3kqlICU6HJSIbfXrenIlShLE.png?scale-down-to=512 512w,https://framerusercontent.com/images/3kqlICU6HJSIbfXrenIlShLE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3kqlICU6HJSIbfXrenIlShLE.png 1311w\"}},SZ5tlZsLN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||413)-32-381)/2+0+0)+0),pixelHeight:809,pixelWidth:1311,positionX:\"center\",positionY:\"center\",sizes:`max(((${componentViewport?.width||\"100vw\"} - 64px) / 1.112 - 32px) / 2.125, 1px)`,src:\"https://framerusercontent.com/images/pZXb9RVLzcPobtmrYurEHubsPPU.png\",srcSet:\"https://framerusercontent.com/images/pZXb9RVLzcPobtmrYurEHubsPPU.png?scale-down-to=512 512w,https://framerusercontent.com/images/pZXb9RVLzcPobtmrYurEHubsPPU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pZXb9RVLzcPobtmrYurEHubsPPU.png 1311w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-112f74l\",\"data-framer-name\":\"Brand List\",layoutDependency:layoutDependency,layoutId:\"MlcLzBq8B\",children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:770,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/vhmbRoenVaqTLOj2TW4nXa2t0dg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/vhmbRoenVaqTLOj2TW4nXa2t0dg.png 770w\"},className:\"framer-a41soc\",layoutDependency:layoutDependency,layoutId:\"CBuz9ASOv\",style:{filter:\"none\",transformPerspective:1200,WebkitFilter:\"none\"},variants:{aQv1fz46X:{filter:\"none\",WebkitFilter:\"none\"},F6Qbf2jMX:{filter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\",WebkitFilter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\"},FTdomPqGX:{filter:\"none\",WebkitFilter:\"none\"}},whileHover:animation2,...addPropertyOverrides({aQv1fz46X:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:770,positionX:\"center\",positionY:\"center\",sizes:\"75px\",src:\"https://framerusercontent.com/images/vhmbRoenVaqTLOj2TW4nXa2t0dg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/vhmbRoenVaqTLOj2TW4nXa2t0dg.png 770w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:770,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/uxM9qOlopHe7MyuwxDgsaAkjiEs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/uxM9qOlopHe7MyuwxDgsaAkjiEs.png 770w\"},className:\"framer-o4vydv\",layoutDependency:layoutDependency,layoutId:\"zLpw0f7Ws\",style:{filter:\"none\",transformPerspective:1200,WebkitFilter:\"none\"},variants:{aQv1fz46X:{filter:\"none\",WebkitFilter:\"none\"},F6Qbf2jMX:{filter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\",WebkitFilter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\"},FTdomPqGX:{filter:\"none\",WebkitFilter:\"none\"}},whileHover:animation2,...addPropertyOverrides({aQv1fz46X:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:770,positionX:\"center\",positionY:\"center\",sizes:\"75px\",src:\"https://framerusercontent.com/images/uxM9qOlopHe7MyuwxDgsaAkjiEs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/uxM9qOlopHe7MyuwxDgsaAkjiEs.png 770w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:895,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/KzFJIHQrbHN3n3jELpaPJqzqsk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KzFJIHQrbHN3n3jELpaPJqzqsk.png 895w\"},className:\"framer-mdfm0o\",layoutDependency:layoutDependency,layoutId:\"BZKlc6C4g\",style:{filter:\"none\",transformPerspective:1200,WebkitFilter:\"none\"},variants:{aQv1fz46X:{filter:\"none\",WebkitFilter:\"none\"},F6Qbf2jMX:{filter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\",WebkitFilter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\"},FTdomPqGX:{filter:\"none\",WebkitFilter:\"none\"}},whileHover:animation2,...addPropertyOverrides({aQv1fz46X:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:895,positionX:\"center\",positionY:\"center\",sizes:\"75px\",src:\"https://framerusercontent.com/images/KzFJIHQrbHN3n3jELpaPJqzqsk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KzFJIHQrbHN3n3jELpaPJqzqsk.png 895w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:770,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/decBaUfLWvrEajyIY0WeLLRANI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/decBaUfLWvrEajyIY0WeLLRANI.png 770w\"},className:\"framer-7yfpy0\",layoutDependency:layoutDependency,layoutId:\"O7OKKgdp7\",style:{filter:\"none\",transformPerspective:1200,WebkitFilter:\"none\"},variants:{aQv1fz46X:{filter:\"none\",WebkitFilter:\"none\"},F6Qbf2jMX:{filter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\",WebkitFilter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\"},FTdomPqGX:{filter:\"none\",WebkitFilter:\"none\"}},whileHover:animation2,...addPropertyOverrides({aQv1fz46X:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:770,positionX:\"center\",positionY:\"center\",sizes:\"75px\",src:\"https://framerusercontent.com/images/decBaUfLWvrEajyIY0WeLLRANI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/decBaUfLWvrEajyIY0WeLLRANI.png 770w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:770,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/9p9CxaxpyZM2ETgCCz7hxE0TFxc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/9p9CxaxpyZM2ETgCCz7hxE0TFxc.png 770w\"},className:\"framer-a6pl2z\",layoutDependency:layoutDependency,layoutId:\"ihT4v7izK\",style:{filter:\"none\",transformPerspective:1200,WebkitFilter:\"none\"},variants:{aQv1fz46X:{filter:\"none\",WebkitFilter:\"none\"},F6Qbf2jMX:{filter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\",WebkitFilter:\"drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.06))\"},FTdomPqGX:{filter:\"none\",WebkitFilter:\"none\"}},whileHover:animation2,...addPropertyOverrides({aQv1fz46X:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:394,pixelHeight:1e3,pixelWidth:770,positionX:\"center\",positionY:\"center\",sizes:\"75px\",src:\"https://framerusercontent.com/images/9p9CxaxpyZM2ETgCCz7hxE0TFxc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/9p9CxaxpyZM2ETgCCz7hxE0TFxc.png 770w\"}}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TDIhz.framer-p7cd0r, .framer-TDIhz .framer-p7cd0r { display: block; }\",\".framer-TDIhz.framer-qxpl3h { 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: 56px 30px 128px 30px; position: relative; width: 1440px; }\",\".framer-TDIhz .framer-8qh1fq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 43px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-TDIhz .framer-1o3yr6a-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-TDIhz .framer-1q2kpe6 { flex: none; height: 381px; position: relative; width: 100%; }\",\".framer-TDIhz .framer-112f74l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 56px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-TDIhz .framer-a41soc, .framer-TDIhz .framer-o4vydv, .framer-TDIhz .framer-mdfm0o, .framer-TDIhz .framer-7yfpy0, .framer-TDIhz .framer-a6pl2z { flex: none; height: 152px; max-width: 196px; overflow: hidden; position: relative; width: 120px; will-change: var(--framer-will-change-effect-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TDIhz.framer-qxpl3h, .framer-TDIhz .framer-8qh1fq, .framer-TDIhz .framer-112f74l { gap: 0px; } .framer-TDIhz.framer-qxpl3h > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-TDIhz.framer-qxpl3h > :first-child, .framer-TDIhz .framer-8qh1fq > :first-child { margin-top: 0px; } .framer-TDIhz.framer-qxpl3h > :last-child, .framer-TDIhz .framer-8qh1fq > :last-child { margin-bottom: 0px; } .framer-TDIhz .framer-8qh1fq > * { margin: 0px; margin-bottom: calc(43px / 2); margin-top: calc(43px / 2); } .framer-TDIhz .framer-112f74l > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-TDIhz .framer-112f74l > :first-child { margin-left: 0px; } .framer-TDIhz .framer-112f74l > :last-child { margin-right: 0px; } }\",\".framer-TDIhz.framer-v-1y3nbls.framer-qxpl3h { width: 992px; }\",\".framer-TDIhz.framer-v-1y3nbls .framer-112f74l { gap: 50px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TDIhz.framer-v-1y3nbls .framer-112f74l { gap: 0px; } .framer-TDIhz.framer-v-1y3nbls .framer-112f74l > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-TDIhz.framer-v-1y3nbls .framer-112f74l > :first-child { margin-left: 0px; } .framer-TDIhz.framer-v-1y3nbls .framer-112f74l > :last-child { margin-right: 0px; } }\",\".framer-TDIhz.framer-v-8r2x5u.framer-qxpl3h { width: 768px; }\",\".framer-TDIhz.framer-v-8r2x5u .framer-1o3yr6a-container { width: 70%; }\",\".framer-TDIhz.framer-v-8r2x5u .framer-112f74l { gap: 67px; }\",\".framer-TDIhz.framer-v-8r2x5u .framer-a41soc { order: 0; }\",\".framer-TDIhz.framer-v-8r2x5u .framer-o4vydv { order: 1; }\",\".framer-TDIhz.framer-v-8r2x5u .framer-mdfm0o { order: 2; }\",\".framer-TDIhz.framer-v-8r2x5u .framer-7yfpy0 { max-width: unset; order: 3; }\",\".framer-TDIhz.framer-v-8r2x5u .framer-a6pl2z { max-width: unset; order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TDIhz.framer-v-8r2x5u .framer-112f74l { gap: 0px; } .framer-TDIhz.framer-v-8r2x5u .framer-112f74l > * { margin: 0px; margin-left: calc(67px / 2); margin-right: calc(67px / 2); } .framer-TDIhz.framer-v-8r2x5u .framer-112f74l > :first-child { margin-left: 0px; } .framer-TDIhz.framer-v-8r2x5u .framer-112f74l > :last-child { margin-right: 0px; } }\",\".framer-TDIhz.framer-v-xyjfoe.framer-qxpl3h { width: 375px; }\",\".framer-TDIhz.framer-v-xyjfoe .framer-8qh1fq { gap: 50px; width: 100%; }\",\".framer-TDIhz.framer-v-xyjfoe .framer-112f74l { gap: 40px; padding: 32px 0px 0px 0px; }\",\".framer-TDIhz.framer-v-xyjfoe .framer-a41soc, .framer-TDIhz.framer-v-xyjfoe .framer-o4vydv, .framer-TDIhz.framer-v-xyjfoe .framer-mdfm0o, .framer-TDIhz.framer-v-xyjfoe .framer-7yfpy0, .framer-TDIhz.framer-v-xyjfoe .framer-a6pl2z { aspect-ratio: 0.7894736842105263 / 1; height: var(--framer-aspect-ratio-supported, 95px); width: 75px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TDIhz.framer-v-xyjfoe .framer-8qh1fq, .framer-TDIhz.framer-v-xyjfoe .framer-112f74l { gap: 0px; } .framer-TDIhz.framer-v-xyjfoe .framer-8qh1fq > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-TDIhz.framer-v-xyjfoe .framer-8qh1fq > :first-child { margin-top: 0px; } .framer-TDIhz.framer-v-xyjfoe .framer-8qh1fq > :last-child { margin-bottom: 0px; } .framer-TDIhz.framer-v-xyjfoe .framer-112f74l > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-TDIhz.framer-v-xyjfoe .framer-112f74l > :first-child { margin-left: 0px; } .framer-TDIhz.framer-v-xyjfoe .framer-112f74l > :last-child { margin-right: 0px; } }\",\".framer-TDIhz.framer-v-st4p0e.framer-qxpl3h { padding: 0px 32px 32px 32px; }\",\".framer-TDIhz.framer-v-st4p0e .framer-8qh1fq { flex-direction: row; gap: 32px; }\",\".framer-TDIhz.framer-v-st4p0e .framer-1o3yr6a-container { flex: 0.9 0 0px; width: 1px; }\",\".framer-TDIhz.framer-v-st4p0e .framer-1q2kpe6 { flex: 0.8 0 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TDIhz.framer-v-st4p0e .framer-8qh1fq { gap: 0px; } .framer-TDIhz.framer-v-st4p0e .framer-8qh1fq > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-TDIhz.framer-v-st4p0e .framer-8qh1fq > :first-child { margin-left: 0px; } .framer-TDIhz.framer-v-st4p0e .framer-8qh1fq > :last-child { margin-right: 0px; } }\",\".framer-TDIhz.framer-v-msfnil.framer-qxpl3h { padding: 32px 30px 32px 30px; width: 528px; }\",\".framer-TDIhz.framer-v-msfnil .framer-8qh1fq { gap: 10px; }\",\".framer-TDIhz.framer-v-msfnil .framer-1q2kpe6 { height: 269px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TDIhz.framer-v-msfnil .framer-8qh1fq { gap: 0px; } .framer-TDIhz.framer-v-msfnil .framer-8qh1fq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-TDIhz.framer-v-msfnil .framer-8qh1fq > :first-child { margin-top: 0px; } .framer-TDIhz.framer-v-msfnil .framer-8qh1fq > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 508\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"F6Qbf2jMX\":{\"layout\":[\"fixed\",\"auto\"]},\"FTdomPqGX\":{\"layout\":[\"fixed\",\"auto\"]},\"aQv1fz46X\":{\"layout\":[\"fixed\",\"auto\"]},\"SZ5tlZsLN\":{\"layout\":[\"fixed\",\"auto\"]},\"BYMUQ6LAe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"bCTz327Un\":\"description\",\"JUdPiY2nK\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkzwPYe6my=withCSS(Component,css,\"framer-TDIhz\");export default FramerkzwPYe6my;FramerkzwPYe6my.displayName=\"G2 badge section\";FramerkzwPYe6my.defaultProps={height:508,width:1440};addPropertyControls(FramerkzwPYe6my,{variant:{options:[\"K4VzHeJfU\",\"F6Qbf2jMX\",\"FTdomPqGX\",\"aQv1fz46X\",\"SZ5tlZsLN\",\"BYMUQ6LAe\"],optionTitles:[\"Large Desktop\",\"Desktop\",\"Tablet\",\"Phone\",\"Large Desktop V2\",\"Phone/Tablet V2\"],title:\"Variant\",type:ControlType.Enum},bCTz327Un:{defaultValue:\"Proudly recognized with G2 badges, earned through trusted reviews from our satisfied customers.\",displayTextArea:false,title:\"Description\",type:ControlType.String},JUdPiY2nK:{defaultValue:\"Accolades of Excellence\",title:\"Title\",type:ControlType.String}});addFonts(FramerkzwPYe6my,[{explicitInter:true,fonts:[]},...SectionHeadingFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkzwPYe6my\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F6Qbf2jMX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FTdomPqGX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aQv1fz46X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SZ5tlZsLN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BYMUQ6LAe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"508\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"bCTz327Un\\\":\\\"description\\\",\\\"JUdPiY2nK\\\":\\\"title\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "poll", "f", "delay", "count", "i", "EmptyState", "title", "description", "u", "emptyStateStyle", "p", "stateTitleStyle", "stateParagraphStyle", "HubSpotForm", "portalId", "formId", "advanced", "region", "id", "elementId", "cleanup", "element", "ue", "window", "handleScriptLoad", "script", "addPropertyControls", "ControlType", "kzwPYe6my_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "kzwPYe6my_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "SectionHeadingFonts", "getFonts", "KTijjbYLC_default", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "bCTz327Un", "JUdPiY2nK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "getLoadingLazyAtYPosition", "css", "FramerkzwPYe6my", "withCSS", "kzwPYe6my_default", "addPropertyControls", "ControlType", "addFonts"]
}
