{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/aRoXawHddAezdVqHx4fn/pa4rhMLwmu4h4CzzXXsG/OQLE3tlgd.js", "ssg:https://framerusercontent.com/modules/luj2q9jm9YBji92T42sq/3CQYxU8WX4vowJCarx5l/Gradient_Border.js", "ssg:https://framerusercontent.com/modules/vKLjzzaxTAGvp5KjDvYt/9aVAW9izgVFy6S24Rxoj/wASsDkBcy.js", "ssg:https://framerusercontent.com/modules/CR90C7QtlIDmaqP1nXCQ/p6vnI0aAflSqxJLhXfFF/A9GPsK5td.js", "ssg:https://framerusercontent.com/modules/kpu9BcCFUx1wjK6Oly16/CFtKroI0tc8AJGDc5s3e/cx9n6GVLt.js", "ssg:https://framerusercontent.com/modules/SCDCl3fhm7mDB0ONpcSH/mJW5EYkuiubxGQcRB1ld/LzBCB9bpZ.js", "ssg:https://framerusercontent.com/modules/j6cwcfVF2cmXC0S5Shyy/F0U7gYoqx7yKba6MWkaf/Lc7tva9xh.js", "ssg:https://framerusercontent.com/modules/4yUgL1mwBTyFY09VbTKi/75ZEnyHQKJWEAvjLtEH4/MeWXjEVTU.js", "ssg:https://framerusercontent.com/modules/bDIaBXqcTflSkxyIpdEE/4lprsLcp4UXylitFib6C/S5yrJnjPd.js"],
  "sourcesContent": ["// Generated by Framer (ff86393)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-MFbJX .framer-styles-preset-4owfh7:not(.rich-text-wrapper), .framer-MFbJX .framer-styles-preset-4owfh7.rich-text-wrapper a { --framer-link-current-text-color: var(--token-a133d2e6-aa2f-4c12-a679-ecfe9f33dc2e, #7b61ff) /* {\"name\":\"Primary Coloe\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #5e45d9; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, #0f1d40); --framer-link-text-decoration: none; }'];export const className=\"framer-MFbJX\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect,useState}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Gradient_Border({color,length,duration,repeatType,animate,loop,distance,angle,eased}){const conicGradientRef=useRef(null);const[aspectRatio,setAspectRatio]=useState(1);useEffect(()=>{if(conicGradientRef.current){const{width,height}=conicGradientRef.current.getBoundingClientRect();setAspectRatio(width/height);}},[conicGradientRef.current]);return /*#__PURE__*/_jsx(motion.div,{ref:conicGradientRef,style:{display:\"grid\",alignItems:\"center\",color:\"white\",justifyItems:\"center\",width:\"100%\",height:\"100%\",background:`conic-gradient(from -55deg at ${distance/aspectRatio}% ${distance}% , transparent ${angle-(10+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`},initial:\"initial\",animate:{background:[`conic-gradient(from -55deg at ${distance/aspectRatio}% ${distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 35deg at ${100-distance/aspectRatio}% ${distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 125deg at ${100-distance/aspectRatio}% ${100-distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 215deg at ${distance/aspectRatio}% ${100-distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 310deg at ${distance/aspectRatio}% ${distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`]},transition:{duration,repeat:loop?Infinity:1,repeatType,ease:\"linear\",[eased&&\"times\"]:aspectRatio>1?[0,.25+.25/aspectRatio,.5,.75+.25/aspectRatio,1]:[0,aspectRatio*.25,.5,.5+aspectRatio*.25,1]}});}Gradient_Border.displayName=\"Gradient Border\";addPropertyControls(Gradient_Border,{color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#ff5e5e\"},angle:{type:ControlType.Number,title:\"Angle\",defaultValue:315,min:0,max:360,step:1},length:{type:ControlType.Number,title:\"Length\",defaultValue:10,min:1,max:100,step:1},distance:{type:ControlType.Number,title:\"Distance\",defaultValue:5,min:1,max:100,step:1},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:4,min:1,max:20,step:1},animate:{type:ControlType.Boolean,title:\"Animate Rotation\",defaultValue:true},eased:{type:ControlType.Boolean,title:\"Ease\",defaultValue:true},loop:{type:ControlType.Boolean,title:\"Loop\",defaultValue:true},repeatType:{type:ControlType.Enum,title:\"Replay Type\",defaultValue:\"loop\",options:[\"loop\",\"reverse\",\"mirror\"],optionTitles:[\"Loop\",\"Reverse\",\"Mirror\"],description:\"More components at [Framer University](https://frameruni.link/cc).\",hidden(props){return!props.loop;}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Gradient_Border\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Gradient_Border.map", "// Generated by Framer (ad88b1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import GradientBorder from\"https://framerusercontent.com/modules/luj2q9jm9YBji92T42sq/3CQYxU8WX4vowJCarx5l/Gradient_Border.js\";const GradientBorderFonts=getFonts(GradientBorder);const enabledGestures={XqUVXd89J:{hover:true,pressed:true}};const serializationHash=\"framer-8MCPs\";const variantClassNames={XqUVXd89J:\"framer-v-1dm81yb\"};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:500,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=({height,id,label,link,width,...props})=>{return{...props,Pysa0m6JF:label??props.Pysa0m6JF??\"Get a Demo\",ywsriEEDL:link??props.ywsriEEDL};};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,ywsriEEDL,Pysa0m6JF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"XqUVXd89J\",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:ywsriEEDL,motionChild:true,nodeId:\"XqUVXd89J\",openInNewTab:false,scopeId:\"wASsDkBcy\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1dm81yb\",className,classNames)} framer-mv1ww5`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"XqUVXd89J\",ref:refBinding,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({\"XqUVXd89J-hover\":{\"data-framer-name\":undefined},\"XqUVXd89J-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-87v2ba\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"fcEv5aB1E\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-a133d2e6-aa2f-4c12-a679-ecfe9f33dc2e, rgb(123, 97, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{\"XqUVXd89J-hover\":{backgroundColor:\"rgb(98, 73, 227)\"},\"XqUVXd89J-pressed\":{backgroundColor:\"rgb(107, 87, 207)\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get a Demo\"})}),className:\"framer-18dvxgm\",\"data-framer-name\":\"Get a Demo\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"AslqpoJu_\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:Pysa0m6JF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qzz3t8\",\"data-framer-name\":\"remix-icons/line/system/arrow-right-line\",layoutDependency:layoutDependency,layoutId:\"IdVHiqbQB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yaisu8\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"s2NuJ9ptS\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.4767 9.16664L9.00671 4.69664L10.185 3.51831L16.6667 9.99998L10.185 16.4816L9.00671 15.3033L13.4767 10.8333H3.33337V9.16664H13.4767Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s4a52k\",\"data-framer-name\":\"GradientBroderMask\",layoutDependency:layoutDependency,layoutId:\"ZRj5ux7f6\",style:{borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cee8e7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"vpdUoCk7z-container\",nodeId:\"vpdUoCk7z\",rendersWithMotion:true,scopeId:\"wASsDkBcy\",children:/*#__PURE__*/_jsx(GradientBorder,{angle:360,animate:true,color:\"var(--token-a133d2e6-aa2f-4c12-a679-ecfe9f33dc2e, rgb(123, 97, 255))\",distance:35,duration:4,eased:true,height:\"100%\",id:\"vpdUoCk7z\",layoutId:\"vpdUoCk7z\",length:100,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mbwwqh\",\"data-framer-name\":\"Blur\",layoutDependency:layoutDependency,layoutId:\"LvJOXyPVH\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 255, 255, 0.01)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,WebkitBackdropFilter:\"blur(10px)\"}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8MCPs.framer-mv1ww5, .framer-8MCPs .framer-mv1ww5 { display: block; }\",\".framer-8MCPs.framer-1dm81yb { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 2px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-8MCPs .framer-87v2ba { 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: visible; padding: 12px 12px 12px 16px; position: relative; width: min-content; z-index: 5; }\",\".framer-8MCPs .framer-18dvxgm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8MCPs .framer-1qzz3t8 { flex: none; gap: 0px; height: 20px; overflow: hidden; position: relative; width: 20px; }\",\".framer-8MCPs .framer-yaisu8 { flex: none; height: 20px; left: 0px; position: absolute; top: 0px; width: 20px; }\",\".framer-8MCPs .framer-1s4a52k { bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8MCPs .framer-1cee8e7-container { bottom: 0px; flex: none; left: 0px; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-8MCPs .framer-mbwwqh { flex: none; height: 46px; left: calc(50.00000000000002% - 151px / 2); overflow: hidden; pointer-events: none; position: absolute; top: calc(50.00000000000002% - 46px / 2); width: 151px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-8MCPs.framer-v-1dm81yb.hover .framer-yaisu8 { bottom: 0px; height: unset; left: unset; right: -3px; }\",\".framer-8MCPs.framer-v-1dm81yb.pressed .framer-yaisu8 { height: 16px; left: calc(50.00000000000002% - 16px / 2); top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",'.framer-8MCPs[data-border=\"true\"]::after, .framer-8MCPs [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 48\n * @framerIntrinsicWidth 152\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"TVLebLuLs\":{\"layout\":[\"auto\",\"auto\"]},\"nluLsfYfB\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ywsriEEDL\":\"link\",\"Pysa0m6JF\":\"label\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerwASsDkBcy=withCSS(Component,css,\"framer-8MCPs\");export default FramerwASsDkBcy;FramerwASsDkBcy.displayName=\"Button\";FramerwASsDkBcy.defaultProps={height:48,width:152};addPropertyControls(FramerwASsDkBcy,{ywsriEEDL:{title:\"Link\",type:ControlType.Link},Pysa0m6JF:{defaultValue:\"Get a Demo\",displayTextArea:false,title:\"Label\",type:ControlType.String}});addFonts(FramerwASsDkBcy,[{explicitInter:true,fonts:[{family:\"Gilroy SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/YQvlf6fxqPJh5UwdlLI62jPZXp8.woff2\"}]},...GradientBorderFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwASsDkBcy\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"ywsriEEDL\\\":\\\"link\\\",\\\"Pysa0m6JF\\\":\\\"label\\\"}\",\"framerIntrinsicWidth\":\"152\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TVLebLuLs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nluLsfYfB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wASsDkBcy.map", "// Generated by Framer (57b1764)\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={W1geTjVd1:{hover:true}};const serializationHash=\"framer-qcVs4\";const variantClassNames={W1geTjVd1:\"framer-v-mh6qpz\"};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 getProps=({height,id,label,link,width,...props})=>{return{...props,KFUaIfN0H:label??props.KFUaIfN0H??\"Employee Training Platform\",wFGbONlsJ:link??props.wFGbONlsJ};};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,KFUaIfN0H,wFGbONlsJ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"W1geTjVd1\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"W1geTjVd1-hover\")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:wFGbONlsJ,motionChild:true,nodeId:\"W1geTjVd1\",scopeId:\"A9GPsK5td\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-mh6qpz\",className,classNames)} framer-1yg5yle`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"W1geTjVd1\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},variants:{\"W1geTjVd1-hover\":{backgroundColor:\"rgb(237, 237, 255)\"}},...addPropertyOverrides({\"W1geTjVd1-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 28, 37))\"},children:\"Employee Training Platform\"})}),className:\"framer-p54eqd\",\"data-framer-name\":\"Employee Training Platform\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"P9MFQAXXb\",style:{\"--extracted-r6o4lv\":\"rgb(23, 28, 37)\",\"--framer-paragraph-spacing\":\"0px\"},text:KFUaIfN0H,variants:{\"W1geTjVd1-hover\":{\"--extracted-r6o4lv\":\"var(--token-a133d2e6-aa2f-4c12-a679-ecfe9f33dc2e, rgb(123, 97, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"W1geTjVd1-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a133d2e6-aa2f-4c12-a679-ecfe9f33dc2e, rgb(123, 97, 255)))\"},children:\"Employee Training Platform\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15m1gj7\",\"data-framer-name\":\"remix-icons/line/system/arrow-right-line\",layoutDependency:layoutDependency,layoutId:\"okmySIjjt\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xxxszv\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"AABixTkSJ\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.7807 7.33333L7.20468 3.75733L8.14735 2.81467L13.3327 8L8.14735 13.1853L7.20468 12.2427L10.7807 8.66667H2.66602V7.33333H10.7807Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qcVs4.framer-1yg5yle, .framer-qcVs4 .framer-1yg5yle { display: block; }\",\".framer-qcVs4.framer-mh6qpz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 12px 8px 12px; position: relative; text-decoration: none; width: 320px; }\",\".framer-qcVs4 .framer-p54eqd { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-qcVs4 .framer-15m1gj7 { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; }\",\".framer-qcVs4 .framer-1xxxszv { flex: none; height: 16px; left: 0px; position: absolute; top: 0px; width: 16px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YnwzcX477\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"KFUaIfN0H\":\"label\",\"wFGbONlsJ\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerA9GPsK5td=withCSS(Component,css,\"framer-qcVs4\");export default FramerA9GPsK5td;FramerA9GPsK5td.displayName=\"Nav-links-cta\";FramerA9GPsK5td.defaultProps={height:36,width:320};addPropertyControls(FramerA9GPsK5td,{KFUaIfN0H:{defaultValue:\"Employee Training Platform\",displayTextArea:false,title:\"Label\",type:ControlType.String},wFGbONlsJ:{title:\"Link\",type:ControlType.Link}});addFonts(FramerA9GPsK5td,[{explicitInter:true,fonts:[{family:\"Gilroy Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/IKSMP0tYqHnxvGejNq9PXD4ohk.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerA9GPsK5td\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"320\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"36\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"KFUaIfN0H\\\":\\\"label\\\",\\\"wFGbONlsJ\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YnwzcX477\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./A9GPsK5td.map", "// Generated by Framer (57b1764)\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 enabledGestures={DcqwQHDGw:{hover:true},xGph2pLFc:{hover:true}};const cycleOrder=[\"DcqwQHDGw\",\"Gny3KbOe7\",\"xGph2pLFc\",\"TzQ9nB0CM\",\"LL_Crqcbt\"];const serializationHash=\"framer-PyNSZ\";const variantClassNames={DcqwQHDGw:\"framer-v-v2k9sj\",Gny3KbOe7:\"framer-v-1ijas08\",LL_Crqcbt:\"framer-v-fjxef1\",TzQ9nB0CM:\"framer-v-1l9kgro\",xGph2pLFc:\"framer-v-dmzr2a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};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 Hover\":\"LL_Crqcbt\",\"Without Dropdown Active\":\"TzQ9nB0CM\",\"Without Dropdown Default\":\"xGph2pLFc\",Active:\"Gny3KbOe7\",Default:\"DcqwQHDGw\"};const getProps=({height,hover,id,link2,navLabel,width,...props})=>{return{...props,C_hqFUOQS:hover??props.C_hqFUOQS,FYCva7Mow:link2??props.FYCva7Mow,sdvYgH5Eq:navLabel??props.sdvYgH5Eq??\"Products\",variant:humanReadableVariantMap[props.variant]??props.variant??\"DcqwQHDGw\"};};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,sdvYgH5Eq,C_hqFUOQS,FYCva7Mow,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DcqwQHDGw\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter4gqwat=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(C_hqFUOQS){const res=await C_hqFUOQS(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Gny3KbOe7\",\"TzQ9nB0CM\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"xGph2pLFc-hover\")return false;if([\"xGph2pLFc\",\"TzQ9nB0CM\"].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(Link,{motionChild:true,nodeId:\"DcqwQHDGw\",scopeId:\"cx9n6GVLt\",...addPropertyOverrides({TzQ9nB0CM:{href:FYCva7Mow,openInNewTab:false,smoothScroll:true},xGph2pLFc:{href:FYCva7Mow,openInNewTab:false,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-v2k9sj\",className,classNames)} framer-k43u9m`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DcqwQHDGw\",onMouseEnter:onMouseEnter4gqwat,ref:refBinding,style:{...style},...addPropertyOverrides({\"DcqwQHDGw-hover\":{\"data-framer-name\":undefined},\"xGph2pLFc-hover\":{\"data-framer-name\":undefined},Gny3KbOe7:{\"data-framer-name\":\"Active\"},LL_Crqcbt:{\"data-framer-name\":\"Default Hover\"},TzQ9nB0CM:{\"data-framer-name\":\"Without Dropdown Active\"},xGph2pLFc:{\"data-framer-name\":\"Without Dropdown Default\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 92, 118))\"},children:\"Products\"})}),className:\"framer-1ubmqgb\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"DRP_hR_vn\",style:{\"--extracted-r6o4lv\":\"rgb(82, 92, 118)\",\"--framer-paragraph-spacing\":\"0px\"},text:sdvYgH5Eq,variants:{\"DcqwQHDGw-hover\":{\"--extracted-r6o4lv\":\"rgb(15, 29, 64)\"},\"xGph2pLFc-hover\":{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\"},Gny3KbOe7:{\"--extracted-r6o4lv\":\"rgb(123, 97, 255)\"},LL_Crqcbt:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\"},TzQ9nB0CM:{\"--extracted-r6o4lv\":\"var(--token-a133d2e6-aa2f-4c12-a679-ecfe9f33dc2e, rgb(123, 97, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"DcqwQHDGw-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 29, 64))\"},children:\"Products\"})}),fonts:[\"CUSTOM;Gilroy SemiBold\"]},\"xGph2pLFc-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Products\"})})},Gny3KbOe7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(123, 97, 255))\"},children:\"Products\"})}),fonts:[\"CUSTOM;Gilroy SemiBold\"]},LL_Crqcbt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Products\"})})},TzQ9nB0CM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a133d2e6-aa2f-4c12-a679-ecfe9f33dc2e, rgb(123, 97, 255)))\"},children:\"Products\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lctvc9\",\"data-framer-name\":\"Ellipse 1\",layoutDependency:layoutDependency,layoutId:\"UMACKDIeI\",style:{backgroundColor:\"rgb(123, 97, 255)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-vgauhd\",\"data-framer-name\":\"remix-icons/line/system/arrow-down-s-line\",layoutDependency:layoutDependency,layoutId:\"iAj7wK84T\",style:{rotate:0},variants:{\"DcqwQHDGw-hover\":{rotate:180},Gny3KbOe7:{rotate:180},LL_Crqcbt:{rotate:180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-25jjs5\",\"data-framer-name\":\"Group\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"g1LW5gpm9\",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 10 10.977 L 14.125 6.852 L 15.303 8.03 L 10 13.333 L 4.697 8.03 L 5.875 6.852 Z\" fill=\"rgb(82,92,118)\"></path></svg>',svgContentId:11079101490,withExternalLayout:true,...addPropertyOverrides({\"DcqwQHDGw-hover\":{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 10 10.977 L 14.125 6.852 L 15.303 8.03 L 10 13.333 L 4.697 8.03 L 5.875 6.852 Z\" fill=\"rgb(15, 29, 64)\"></path></svg>',svgContentId:12236041653},Gny3KbOe7:{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 10 10.977 L 14.125 6.852 L 15.303 8.03 L 10 13.333 L 4.697 8.03 L 5.875 6.852 Z\" fill=\"rgb(123, 97, 255)\"></path></svg>',svgContentId:11569543774},LL_Crqcbt:{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 10 10.977 L 14.125 6.852 L 15.303 8.03 L 10 13.333 L 4.697 8.03 L 5.875 6.852 Z\" fill=\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)) /* {&quot;name&quot;:&quot;Text-Highlight&quot;} */\"></path></svg>',svgContentId:9302054223}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PyNSZ.framer-k43u9m, .framer-PyNSZ .framer-k43u9m { display: block; }\",\".framer-PyNSZ.framer-v2k9sj { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 20px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-PyNSZ .framer-1ubmqgb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-PyNSZ .framer-lctvc9 { bottom: -8px; flex: none; height: 4px; left: 31px; position: absolute; width: 4px; z-index: 2; }\",\".framer-PyNSZ .framer-vgauhd { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-PyNSZ .framer-25jjs5 { flex: none; height: 20px; left: 0px; position: absolute; top: 0px; width: 20px; }\",\".framer-PyNSZ.framer-v-1ijas08.framer-v2k9sj, .framer-PyNSZ.framer-v-fjxef1.framer-v2k9sj { cursor: unset; }\",\".framer-PyNSZ.framer-v-dmzr2a.framer-v2k9sj { text-decoration: none; }\",\".framer-PyNSZ.framer-v-1l9kgro.framer-v2k9sj { cursor: unset; text-decoration: none; }\",\".framer-PyNSZ.framer-v-1l9kgro .framer-lctvc9 { left: calc(50.76923076923079% - 4px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 89\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"Gny3KbOe7\":{\"layout\":[\"auto\",\"fixed\"]},\"xGph2pLFc\":{\"layout\":[\"auto\",\"fixed\"]},\"TzQ9nB0CM\":{\"layout\":[\"auto\",\"fixed\"]},\"LL_Crqcbt\":{\"layout\":[\"auto\",\"fixed\"]},\"P9blurlDy\":{\"layout\":[\"auto\",\"fixed\"]},\"bEhNjBNge\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"sdvYgH5Eq\":\"navLabel\",\"C_hqFUOQS\":\"hover\",\"FYCva7Mow\":\"link2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framercx9n6GVLt=withCSS(Component,css,\"framer-PyNSZ\");export default Framercx9n6GVLt;Framercx9n6GVLt.displayName=\"Tab\";Framercx9n6GVLt.defaultProps={height:20,width:89};addPropertyControls(Framercx9n6GVLt,{variant:{options:[\"DcqwQHDGw\",\"Gny3KbOe7\",\"xGph2pLFc\",\"TzQ9nB0CM\",\"LL_Crqcbt\"],optionTitles:[\"Default\",\"Active\",\"Without Dropdown Default\",\"Without Dropdown Active\",\"Default Hover\"],title:\"Variant\",type:ControlType.Enum},sdvYgH5Eq:{defaultValue:\"Products\",displayTextArea:false,title:\"Nav Label\",type:ControlType.String},C_hqFUOQS:{title:\"Hover\",type:ControlType.EventHandler},FYCva7Mow:{title:\"Link 2\",type:ControlType.Link}});addFonts(Framercx9n6GVLt,[{explicitInter:true,fonts:[{family:\"Gilroy Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/IKSMP0tYqHnxvGejNq9PXD4ohk.woff2\"},{family:\"Gilroy SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/YQvlf6fxqPJh5UwdlLI62jPZXp8.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framercx9n6GVLt\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"20\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Gny3KbOe7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xGph2pLFc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"TzQ9nB0CM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"LL_Crqcbt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"P9blurlDy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"bEhNjBNge\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"89\",\"framerVariables\":\"{\\\"sdvYgH5Eq\\\":\\\"navLabel\\\",\\\"C_hqFUOQS\\\":\\\"hover\\\",\\\"FYCva7Mow\\\":\\\"link2\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cx9n6GVLt.map", "// Generated by Framer (8f9ffef)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,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\";import*as sharedStyle from\"https://framerusercontent.com/modules/aRoXawHddAezdVqHx4fn/pa4rhMLwmu4h4CzzXXsG/OQLE3tlgd.js\";const cycleOrder=[\"U8RYt72HB\",\"rrVejAsHh\",\"PLEvLuWBK\",\"AzQiUocbi\"];const serializationHash=\"framer-KT5J2\";const variantClassNames={AzQiUocbi:\"framer-v-10ivgyc\",PLEvLuWBK:\"framer-v-1szu80a\",rrVejAsHh:\"framer-v-1y6dp7f\",U8RYt72HB:\"framer-v-usxa0t\"};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={\"Product Open\":\"rrVejAsHh\",\"Resource Open\":\"AzQiUocbi\",\"Success Stories Open\":\"PLEvLuWBK\",Default:\"U8RYt72HB\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"U8RYt72HB\"};};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:\"U8RYt72HB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ebacj0=activeVariantCallback(async(...args)=>{setVariant(\"rrVejAsHh\");});const onTapso72fe=activeVariantCallback(async(...args)=>{setVariant(\"U8RYt72HB\");});const onTaph39yg=activeVariantCallback(async(...args)=>{setVariant(\"PLEvLuWBK\");});const onTap1n3kho8=activeVariantCallback(async(...args)=>{setVariant(\"AzQiUocbi\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"rrVejAsHh\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"PLEvLuWBK\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"AzQiUocbi\")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-usxa0t\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"U8RYt72HB\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(236, 238, 241)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({AzQiUocbi:{\"data-framer-name\":\"Resource Open\"},PLEvLuWBK:{\"data-framer-name\":\"Success Stories Open\"},rrVejAsHh:{\"data-framer-name\":\"Product Open\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fnly3f\",\"data-framer-name\":\"Frame 1707479695\",layoutDependency:layoutDependency,layoutId:\"UxIZaO84D\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-51y8b0\",\"data-framer-name\":\"Frame 1707479699\",layoutDependency:layoutDependency,layoutId:\"eb_yS938O\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"zjgdrwW9m\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Home\"})})})}),className:\"framer-njkemx\",\"data-framer-name\":\"Home\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"zjgdrwW9m\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ng5krk\",\"data-framer-name\":\"Frame 1707479703\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"drgb9wrJ4\",onTap:onTap1ebacj0,...addPropertyOverrides({rrVejAsHh:{\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1emeynt\",\"data-framer-name\":\"Frame 1707479696\",layoutDependency:layoutDependency,layoutId:\"rU61dkNix\",...addPropertyOverrides({rrVejAsHh:{\"data-highlight\":true,onTap:onTapso72fe}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Product\"})}),className:\"framer-1jk2yf6\",\"data-framer-name\":\"Product\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"tr0RVEs6M\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-186q9up\",\"data-framer-name\":\"remix-icons/line/system/arrow-down-s-line\",layoutDependency:layoutDependency,layoutId:\"CExzfozbU\",style:{rotate:0},variants:{AzQiUocbi:{rotate:0},PLEvLuWBK:{rotate:0},rrVejAsHh:{rotate:180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pwe6wq\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"I1866:4612;1:6911\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.99865 10.9767L14.1236 6.85167L15.302 8.03L9.99865 13.3333L4.69531 8.03L5.87365 6.85167L9.99865 10.9767Z\" fill=\"#09121F\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3dsltk\",layoutDependency:layoutDependency,layoutId:\"pkzMiC0ZG\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a18viu\",\"data-framer-name\":\"Frame 1707479666\",layoutDependency:layoutDependency,layoutId:\"a30ejZTR8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t1s341\",\"data-framer-name\":\"Frame 1707479705\",layoutDependency:layoutDependency,layoutId:\"fA8A1GMbf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c78fla\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"v6x8k2Isn\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1yppj25\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"xnnZxnG4G\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.875 3.125V7.5H1.875V3.125H6.875ZM1.875 1.25C0.839844 1.25 0 2.08984 0 3.125V7.5C0 8.53516 0.839844 9.375 1.875 9.375H6.875C7.91016 9.375 8.75 8.53516 8.75 7.5V3.125C8.75 2.08984 7.91016 1.25 6.875 1.25H1.875ZM6.875 12.5V16.875H1.875V12.5H6.875ZM1.875 10.625C0.839844 10.625 0 11.4648 0 12.5V16.875C0 17.9102 0.839844 18.75 1.875 18.75H6.875C7.91016 18.75 8.75 17.9102 8.75 16.875V12.5C8.75 11.4648 7.91016 10.625 6.875 10.625H1.875ZM11.875 3.125H18.125V4.375H11.875V3.125ZM10 3.125V4.375C10 5.41016 10.8398 6.25 11.875 6.25H18.125C19.1602 6.25 20 5.41016 20 4.375V3.125C20 2.08984 19.1602 1.25 18.125 1.25H11.875C10.8398 1.25 10 2.08984 10 3.125ZM18.125 9.375V10.625H11.875V9.375H18.125ZM11.875 7.5C10.8398 7.5 10 8.33984 10 9.375V10.625C10 11.6602 10.8398 12.5 11.875 12.5H18.125C19.1602 12.5 20 11.6602 20 10.625V9.375C20 8.33984 19.1602 7.5 18.125 7.5H11.875ZM11.875 15.625H18.125V16.875H11.875V15.625ZM10 15.625V16.875C10 17.9102 10.8398 18.75 11.875 18.75H18.125C19.1602 18.75 20 17.9102 20 16.875V15.625C20 14.5898 19.1602 13.75 18.125 13.75H11.875C10.8398 13.75 10 14.5898 10 15.625Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Products\"})}),className:\"framer-1ib2sht\",\"data-framer-name\":\"Products\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"FeWHq0WhI\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-91fw5s\",\"data-framer-name\":\"Frame 1707479704\",layoutDependency:layoutDependency,layoutId:\"xNEd4EJon\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ozl7zc\",\"data-framer-name\":\"Frame 1707479667\",layoutDependency:layoutDependency,layoutId:\"cOkK9tdvc\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"x2eobHXNN\"},motionChild:true,nodeId:\"eqDasUcBQ\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Roleplay Bots For Sales Training\"})})})}),className:\"framer-rarvys\",\"data-framer-name\":\"Sales Onboarding Platform\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"eqDasUcBQ\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2p39eb\",\"data-framer-name\":\"Frame 1707479706\",layoutDependency:layoutDependency,layoutId:\"ccRHiAIbg\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e9vee2\",\"data-framer-name\":\"Frame 1707479673\",layoutDependency:layoutDependency,layoutId:\"lGCMqwa2k\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-hp2c81\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"EMG6d8sGD\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.875 2.1875V3.75H13.125V2.1875C13.125 2.01562 12.9844 1.875 12.8125 1.875H7.1875C7.01562 1.875 6.875 2.01562 6.875 2.1875ZM5 3.75V2.1875C5 0.980469 5.98047 0 7.1875 0H12.8125C14.0195 0 15 0.980469 15 2.1875V3.75H17.5C18.8789 3.75 20 4.87109 20 6.25V10.9375V16.25C20 17.6289 18.8789 18.75 17.5 18.75H2.5C1.12109 18.75 0 17.6289 0 16.25V10.9375V6.25C0 4.87109 1.12109 3.75 2.5 3.75H5ZM1.875 11.875V16.25C1.875 16.5938 2.15625 16.875 2.5 16.875H17.5C17.8438 16.875 18.125 16.5938 18.125 16.25V11.875H12.5V12.5C12.5 13.1914 11.9414 13.75 11.25 13.75H8.75C8.05859 13.75 7.5 13.1914 7.5 12.5V11.875H1.875ZM7.5 10H12.5H18.125V6.25C18.125 5.90625 17.8438 5.625 17.5 5.625H14.0625H5.9375H2.5C2.15625 5.625 1.875 5.90625 1.875 6.25V10H7.5Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Use Cases\"})}),className:\"framer-nv9pkx\",\"data-framer-name\":\"Use Cases\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"i7R9CAx4_\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pw53ox\",\"data-framer-name\":\"Frame 1707479665\",layoutDependency:layoutDependency,layoutId:\"eQJ8CJjWT\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17i4488\",\"data-framer-name\":\"Frame 1707479669\",layoutDependency:layoutDependency,layoutId:\"b5QYua3zh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jvv3DpI3u\"},motionChild:true,nodeId:\"KKWkj_aV6\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Insurance Sales Training AI\"})})})}),className:\"framer-qa52eh\",\"data-framer-name\":\"Insurance Sales Training AI\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"KKWkj_aV6\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cgvtri\",\"data-framer-name\":\"Frame 1707479670\",layoutDependency:layoutDependency,layoutId:\"b40YnIKSv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tNhwspT7H\"},motionChild:true,nodeId:\"U2KTN_BNZ\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"B2B Sales Training AI\"})})})}),className:\"framer-1h1q6xu\",\"data-framer-name\":\"Generic Sales Traning\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"U2KTN_BNZ\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19zeqn2\",\"data-framer-name\":\"Frame 1707479669\",layoutDependency:layoutDependency,layoutId:\"ENHneeYge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"c_st475sR\"},motionChild:true,nodeId:\"a5Wm8sdfD\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Wealth Advisory Sales Training AI\"})})})}),className:\"framer-3t7o8t\",\"data-framer-name\":\"Manager Development Program\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"a5Wm8sdfD\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ypevon\",\"data-framer-name\":\"Frame 1707479670\",layoutDependency:layoutDependency,layoutId:\"QZDsIBhmx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C5l8y4swy\"},motionChild:true,nodeId:\"YoGAylo_b\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Banking Sales Training AI\"})})})}),className:\"framer-1qmz7n3\",\"data-framer-name\":\"Learning Management System\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"YoGAylo_b\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-100oyc8\",\"data-framer-name\":\"Frame 1707479671\",layoutDependency:layoutDependency,layoutId:\"wpwmV1KA3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gmoCByURj\"},motionChild:true,nodeId:\"OAxsgmmLV\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Call Center Sales Training AI\"})})})}),className:\"framer-13nf9ig\",\"data-framer-name\":\"Organizational Development Platform\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"OAxsgmmLV\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tyb4k6\",\"data-framer-name\":\"Frame 1707479666\",layoutDependency:layoutDependency,layoutId:\"MHfpyj10b\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vryrzq\",\"data-framer-name\":\"Frame 1707479705\",layoutDependency:layoutDependency,layoutId:\"zi8GyRATw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ccc197\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"nuiZzeyOg\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-dw0ii3\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"pTCVDRc38\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.875 3.125V7.5H1.875V3.125H6.875ZM1.875 1.25C0.839844 1.25 0 2.08984 0 3.125V7.5C0 8.53516 0.839844 9.375 1.875 9.375H6.875C7.91016 9.375 8.75 8.53516 8.75 7.5V3.125C8.75 2.08984 7.91016 1.25 6.875 1.25H1.875ZM6.875 12.5V16.875H1.875V12.5H6.875ZM1.875 10.625C0.839844 10.625 0 11.4648 0 12.5V16.875C0 17.9102 0.839844 18.75 1.875 18.75H6.875C7.91016 18.75 8.75 17.9102 8.75 16.875V12.5C8.75 11.4648 7.91016 10.625 6.875 10.625H1.875ZM11.875 3.125H18.125V4.375H11.875V3.125ZM10 3.125V4.375C10 5.41016 10.8398 6.25 11.875 6.25H18.125C19.1602 6.25 20 5.41016 20 4.375V3.125C20 2.08984 19.1602 1.25 18.125 1.25H11.875C10.8398 1.25 10 2.08984 10 3.125ZM18.125 9.375V10.625H11.875V9.375H18.125ZM11.875 7.5C10.8398 7.5 10 8.33984 10 9.375V10.625C10 11.6602 10.8398 12.5 11.875 12.5H18.125C19.1602 12.5 20 11.6602 20 10.625V9.375C20 8.33984 19.1602 7.5 18.125 7.5H11.875ZM11.875 15.625H18.125V16.875H11.875V15.625ZM10 15.625V16.875C10 17.9102 10.8398 18.75 11.875 18.75H18.125C19.1602 18.75 20 17.9102 20 16.875V15.625C20 14.5898 19.1602 13.75 18.125 13.75H11.875C10.8398 13.75 10 14.5898 10 15.625Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Products\"})}),className:\"framer-o178i\",\"data-framer-name\":\"Products\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"PX66pDfdA\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kba0a2\",\"data-framer-name\":\"Frame 1707479704\",layoutDependency:layoutDependency,layoutId:\"xslqc7xcP\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dab49m\",\"data-framer-name\":\"Frame 1707479667\",layoutDependency:layoutDependency,layoutId:\"coMh0G94z\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L5RfiyLXh\"},motionChild:true,nodeId:\"W_vaoZf_G\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Workforce Upskilling With AI Nudging\"})})})}),className:\"framer-105sdax\",\"data-framer-name\":\"Sales Onboarding Platform\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"W_vaoZf_G\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o6v2qu\",\"data-framer-name\":\"Frame 1707479706\",layoutDependency:layoutDependency,layoutId:\"TK1M0tFjw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tghp1d\",\"data-framer-name\":\"Frame 1707479673\",layoutDependency:layoutDependency,layoutId:\"qkLMmp4UG\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ciup9m\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"pa3txP_xG\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.875 2.1875V3.75H13.125V2.1875C13.125 2.01562 12.9844 1.875 12.8125 1.875H7.1875C7.01562 1.875 6.875 2.01562 6.875 2.1875ZM5 3.75V2.1875C5 0.980469 5.98047 0 7.1875 0H12.8125C14.0195 0 15 0.980469 15 2.1875V3.75H17.5C18.8789 3.75 20 4.87109 20 6.25V10.9375V16.25C20 17.6289 18.8789 18.75 17.5 18.75H2.5C1.12109 18.75 0 17.6289 0 16.25V10.9375V6.25C0 4.87109 1.12109 3.75 2.5 3.75H5ZM1.875 11.875V16.25C1.875 16.5938 2.15625 16.875 2.5 16.875H17.5C17.8438 16.875 18.125 16.5938 18.125 16.25V11.875H12.5V12.5C12.5 13.1914 11.9414 13.75 11.25 13.75H8.75C8.05859 13.75 7.5 13.1914 7.5 12.5V11.875H1.875ZM7.5 10H12.5H18.125V6.25C18.125 5.90625 17.8438 5.625 17.5 5.625H14.0625H5.9375H2.5C2.15625 5.625 1.875 5.90625 1.875 6.25V10H7.5Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Use Cases\"})}),className:\"framer-nxrsb3\",\"data-framer-name\":\"Use Cases\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"QYn5r1yAX\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xs2oav\",\"data-framer-name\":\"Frame 1707479665\",layoutDependency:layoutDependency,layoutId:\"moCgPogz7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q3oou0\",\"data-framer-name\":\"Frame 1707479669\",layoutDependency:layoutDependency,layoutId:\"CkCaFsHFk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AWJY4N6Jz\"},motionChild:true,nodeId:\"AtZjOdsMT\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Manager Development Program\"})})})}),className:\"framer-hu6gnx\",\"data-framer-name\":\"Insurance Sales Training AI\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"AtZjOdsMT\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u7zcwh\",\"data-framer-name\":\"Frame 1707479670\",layoutDependency:layoutDependency,layoutId:\"hZ2kCzoiO\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MEOnSTZL1\"},motionChild:true,nodeId:\"DcT4QBXXA\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Learning Management System\"})})})}),className:\"framer-17tsupt\",\"data-framer-name\":\"Generic Sales Traning\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"DcT4QBXXA\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sldx9x\",\"data-framer-name\":\"Frame 1707479669\",layoutDependency:layoutDependency,layoutId:\"X8oDnLApO\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VZ7DTJmcs\"},motionChild:true,nodeId:\"CfUUFehZf\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Organizational Development Platform\"})})})}),className:\"framer-6cx061\",\"data-framer-name\":\"Manager Development Program\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"CfUUFehZf\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uj3trd\",\"data-framer-name\":\"Frame 1707479670\",layoutDependency:layoutDependency,layoutId:\"ABRQEm1w1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oCth7awXZ\"},motionChild:true,nodeId:\"FTnbZEuVg\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Individual Development Plan Platform\"})})})}),className:\"framer-1n2ytge\",\"data-framer-name\":\"Learning Management System\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"FTnbZEuVg\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mf6ee8\",\"data-framer-name\":\"Frame 1707479704\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"z3qtAjvEq\",onTap:onTaph39yg,...addPropertyOverrides({PLEvLuWBK:{\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gr3qqo\",\"data-framer-name\":\"Frame 1707479697\",layoutDependency:layoutDependency,layoutId:\"vV3pi325D\",...addPropertyOverrides({PLEvLuWBK:{\"data-highlight\":true,onTap:onTapso72fe}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Success Stories\"})}),className:\"framer-1tqor8h\",\"data-framer-name\":\"Success Sorties\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"qsf1ZIQXR\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xd4aqi\",\"data-framer-name\":\"remix-icons/line/system/arrow-down-s-line\",layoutDependency:layoutDependency,layoutId:\"Kh0ESYGhv\",style:{rotate:0},variants:{AzQiUocbi:{rotate:0},PLEvLuWBK:{rotate:180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ejd03r\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"I1866:4645;1:6911\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.99865 10.9767L14.1236 6.85165L15.302 8.02999L9.99865 13.3333L4.69531 8.02999L5.87365 6.85165L9.99865 10.9767Z\" fill=\"#09121F\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k6zxyo\",\"data-framer-name\":\"Frame 1707479666\",layoutDependency:layoutDependency,layoutId:\"xQE0Xm5KY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h2v4bm\",\"data-framer-name\":\"Frame 1707479705\",layoutDependency:layoutDependency,layoutId:\"d51mntlfZ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rucexd\",\"data-framer-name\":\"Frame 1707479705\",layoutDependency:layoutDependency,layoutId:\"LuCUpvQzl\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mwvxxk\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"eLtrBunwx\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5 18.125C4.65625 18.125 4.375 17.8438 4.375 17.5V2.5C4.375 2.15625 4.65625 1.875 5 1.875H11.25V5C11.25 5.69141 11.8086 6.25 12.5 6.25H15.625V17.5C15.625 17.8438 15.3438 18.125 15 18.125H5ZM5 0C3.62109 0 2.5 1.12109 2.5 2.5V17.5C2.5 18.8789 3.62109 20 5 20H15C16.3789 20 17.5 18.8789 17.5 17.5V6.03516C17.5 5.37109 17.2383 4.73437 16.7695 4.26562L13.2305 0.730469C12.7617 0.261719 12.1289 0 11.4648 0H5ZM13.125 11.875C13.125 9.80469 11.4453 8.125 9.375 8.125C7.30469 8.125 5.625 9.80469 5.625 11.875C5.625 13.9453 7.30469 15.625 9.375 15.625C10.0703 15.625 10.7187 15.4375 11.2773 15.1094L12.7734 16.6055C13.1406 16.9727 13.7344 16.9727 14.0977 16.6055C14.4609 16.2383 14.4648 15.6445 14.0977 15.2813L12.6016 13.7852C12.9336 13.2266 13.1211 12.5742 13.1211 11.875H13.125ZM9.375 10C9.87228 10 10.3492 10.1975 10.7008 10.5492C11.0525 10.9008 11.25 11.3777 11.25 11.875C11.25 12.3723 11.0525 12.8492 10.7008 13.2008C10.3492 13.5525 9.87228 13.75 9.375 13.75C8.87772 13.75 8.40081 13.5525 8.04917 13.2008C7.69754 12.8492 7.5 12.3723 7.5 11.875C7.5 11.3777 7.69754 10.9008 8.04917 10.5492C8.40081 10.1975 8.87772 10 9.375 10Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Case Studies\"})}),className:\"framer-1u1emq0\",\"data-framer-name\":\"Case Studies\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"q5CXP1aLx\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j0bqmw\",\"data-framer-name\":\"Frame 1707479667\",layoutDependency:layoutDependency,layoutId:\"TRZ4vj4_Y\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jItbiSHFg\"},motionChild:true,nodeId:\"HXeHLdOjs\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Explore Case Studies\"})})})}),className:\"framer-25nk15\",\"data-framer-name\":\"Explore Case Studies\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"HXeHLdOjs\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ckxfdp\",\"data-framer-name\":\"Frame 1707479707\",layoutDependency:layoutDependency,layoutId:\"WZvBNstWy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p2zd5y\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"mHlMEzJZ9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1yc1f7o\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"G6SodFzXy\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1866_4656)\">\\n<path d=\"M7 8.5C7.66304 8.5 8.29893 8.23661 8.76777 7.76777C9.23661 7.29893 9.5 6.66304 9.5 6C9.5 5.33696 9.23661 4.70107 8.76777 4.23223C8.29893 3.76339 7.66304 3.5 7 3.5C6.33696 3.5 5.70107 3.76339 5.23223 4.23223C4.76339 4.70107 4.5 5.33696 4.5 6C4.5 6.66304 4.76339 7.29893 5.23223 7.76777C5.70107 8.23661 6.33696 8.5 7 8.5ZM7 2C8.06087 2 9.07828 2.42143 9.82843 3.17157C10.5786 3.92172 11 4.93913 11 6C11 7.06087 10.5786 8.07828 9.82843 8.82843C9.07828 9.57857 8.06087 10 7 10C5.93913 10 4.92172 9.57857 4.17157 8.82843C3.42143 8.07828 3 7.06087 3 6C3 4.93913 3.42143 3.92172 4.17157 3.17157C4.92172 2.42143 5.93913 2 7 2ZM1.54062 16.5H9C9 17.0969 9.24062 17.6062 9.59062 18H0.928125C0.415625 18 0 17.5844 0 17.0719C0 13.9937 2.49375 11.5 5.57188 11.5H7H8.42813C9.5625 11.5 10.6187 11.8406 11.5 12.4219V14.0344C11.4 14.0469 11.2969 14.0656 11.2 14.0875C10.4719 13.4125 9.5 13 8.42813 13H5.57188C3.51875 13 1.81875 14.5219 1.54062 16.5Z\" fill=\"#7B61FF\"/>\\n<path d=\"M17.9992 11.9992C18.1037 12.1037 18.1383 12.2601 18.0865 12.4028L17.211 14.8377L18.6874 16.8436C18.7744 16.9611 18.7859 17.1202 18.7158 17.2539C18.6457 17.3876 18.5094 17.4716 18.3617 17.4738L15.8081 17.5021L14.2831 19.6226C14.1948 19.7451 14.0461 19.8096 13.8976 19.7876C13.7491 19.7657 13.6307 19.6613 13.5902 19.52L12.8906 17.1055L10.4795 16.407C10.3371 16.3654 10.2328 16.247 10.2119 16.0996C10.1911 15.9522 10.2545 15.8024 10.377 15.7141L12.4975 14.1891L12.5245 11.6367C12.5256 11.4878 12.6119 11.3515 12.7445 11.2826C12.877 11.2137 13.0361 11.2251 13.1548 11.311L15.1607 12.7874L17.5956 11.9118C17.7394 11.8612 17.8946 11.8946 17.9992 11.9992Z\" fill=\"#7B61FF\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1866_4656\">\\n<rect width=\"20\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Testimonials\"})}),className:\"framer-rj1p1t\",\"data-framer-name\":\"Testimonials\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"gLqOqQlFe\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-42frl4\",\"data-framer-name\":\"Frame 1707479667\",layoutDependency:layoutDependency,layoutId:\"I4tLVrEvr\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KOvRsVZTZ\"},motionChild:true,nodeId:\"Yi4qTVi0C\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Explore Testimonials\"})})})}),className:\"framer-oj4gni\",\"data-framer-name\":\"Explore Testimonials\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"Yi4qTVi0C\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ubqatq\",\"data-framer-name\":\"Frame 1707479705\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YDxDFeQj9\",onTap:onTap1n3kho8,...addPropertyOverrides({AzQiUocbi:{\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qnp0eu\",\"data-framer-name\":\"Frame 1707479698\",layoutDependency:layoutDependency,layoutId:\"c7oQ3Nnew\",...addPropertyOverrides({AzQiUocbi:{\"data-highlight\":true,onTap:onTapso72fe}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Resources\"})}),className:\"framer-euvohe\",\"data-framer-name\":\"Resource\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"mhIMfWJQV\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mioer0\",\"data-framer-name\":\"remix-icons/line/system/arrow-down-s-line\",layoutDependency:layoutDependency,layoutId:\"UstfNmdzu\",style:{rotate:0},variants:{AzQiUocbi:{rotate:180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-178wi3b\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"I1866:4665;1:6911\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.99865 10.9767L14.1236 6.85165L15.302 8.02999L9.99865 13.3333L4.69531 8.02999L5.87365 6.85165L9.99865 10.9767Z\" fill=\"#09121F\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1br4pfn\",\"data-framer-name\":\"Frame 1707479666\",layoutDependency:layoutDependency,layoutId:\"t6i_YGg06\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2p6mhf\",\"data-framer-name\":\"Frame 1707479705\",layoutDependency:layoutDependency,layoutId:\"G3vS4bkB_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h3371f\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"oomgv3I26\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1v5szit\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"j1LQP1DBF\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.1875 2.8125C1.66797 2.8125 1.25 3.23047 1.25 3.75C1.25 4.26953 1.66797 4.6875 2.1875 4.6875H17.8125C18.332 4.6875 18.75 4.26953 18.75 3.75C18.75 3.23047 18.332 2.8125 17.8125 2.8125H2.1875ZM7.1875 9.0625C6.66797 9.0625 6.25 9.48047 6.25 10C6.25 10.5195 6.66797 10.9375 7.1875 10.9375H17.8125C18.332 10.9375 18.75 10.5195 18.75 10C18.75 9.48047 18.332 9.0625 17.8125 9.0625H7.1875ZM6.25 16.25C6.25 16.7695 6.66797 17.1875 7.1875 17.1875H17.8125C18.332 17.1875 18.75 16.7695 18.75 16.25C18.75 15.7305 18.332 15.3125 17.8125 15.3125H7.1875C6.66797 15.3125 6.25 15.7305 6.25 16.25ZM1.25 16.5625C1.25 17.082 1.66797 17.5 2.1875 17.5C2.70703 17.5 3.125 17.082 3.125 16.5625V9.6875C3.125 9.16797 2.70703 8.75 2.1875 8.75C1.66797 8.75 1.25 9.16797 1.25 9.6875V16.5625Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Eubrics Blog\"})}),className:\"framer-14rbyqg\",\"data-framer-name\":\"Eubrics Blog\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"ojUnfLciI\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hctjg6\",\"data-framer-name\":\"Frame 1707479708\",layoutDependency:layoutDependency,layoutId:\"Gct3Q4nDG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xovfed\",\"data-framer-name\":\"Frame 1707479667\",layoutDependency:layoutDependency,layoutId:\"DCkQaRuKP\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QQ_tQl7wj\"},motionChild:true,nodeId:\"De8OIvRlE\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Explore Sales Effectiveness Blogs\"})})})}),className:\"framer-19nu33n\",\"data-framer-name\":\"Explore Sales Effectiveness Blogs\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"De8OIvRlE\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ac52ex\",\"data-framer-name\":\"Frame 1707479673\",layoutDependency:layoutDependency,layoutId:\"eP4pXamVA\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QQ_tQl7wj\"},motionChild:true,nodeId:\"P28ffBOW9\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Explore Workforce Development Blogs\"})})})}),className:\"framer-8c3khh\",\"data-framer-name\":\"Explore Workforce Development Blogs\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"P28ffBOW9\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g0j39a\",\"data-framer-name\":\"Frame 1707479674\",layoutDependency:layoutDependency,layoutId:\"Rf4sTl0LM\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QQ_tQl7wj\"},motionChild:true,nodeId:\"vopxYprzF\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Explore Enterprise LMS Blogs\"})})})}),className:\"framer-gzrcu\",\"data-framer-name\":\"Explore Enterprise LMS Blogs\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"vopxYprzF\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yz1bet\",\"data-framer-name\":\"Frame 1707479675\",layoutDependency:layoutDependency,layoutId:\"QBJVjrix3\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QQ_tQl7wj\"},motionChild:true,nodeId:\"GyTrDNszQ\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Explore Managerial Effectiveness Blogs\"})})})}),className:\"framer-izd5g3\",\"data-framer-name\":\"Explore Managerial Effectiveness Blogs\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"GyTrDNszQ\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1inwto5\",\"data-framer-name\":\"Frame 1707479708\",layoutDependency:layoutDependency,layoutId:\"SPHDQ5qt7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x557k8\",\"data-framer-name\":\"Frame 1707479709\",layoutDependency:layoutDependency,layoutId:\"NCMhWnUcB\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-jnysu4\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"eWHangcxX\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.41667 2.22223C3.49306 2.22223 1.69444 2.72917 0.940972 2.97223C0.357639 3.15973 0 3.69792 0 4.27431V15.1215C0 16.0278 0.833333 16.6563 1.66667 16.5174C2.35417 16.4028 3.56944 16.25 5.13889 16.25C7.01389 16.25 8.52431 17.1354 9.04514 17.4861C9.30556 17.6597 9.62847 17.7778 9.98264 17.7778C10.3819 17.7778 10.7326 17.632 11 17.434C11.4653 17.0938 12.816 16.25 14.8611 16.25C16.5174 16.25 17.6563 16.3889 18.2986 16.5C19.1285 16.6424 20 16.0208 20 15.0903V4.27431C20 3.7014 19.6424 3.15973 19.059 2.97223C18.3056 2.72917 16.5069 2.22223 14.5833 2.22223C13.3056 2.22223 12.0903 2.44445 11.2014 2.6632C10.7569 2.77431 10.3854 2.88195 10.1285 2.96528C10.0833 2.97917 10.0382 2.99306 10 3.00695C9.96181 2.99306 9.91667 2.97917 9.87153 2.96528C9.61111 2.88195 9.24306 2.77431 8.79861 2.6632C7.90972 2.44445 6.69444 2.22223 5.41667 2.22223ZM9.16667 4.48959V15.6215C8.26389 15.1458 6.83333 14.5833 5.13889 14.5833C3.64931 14.5833 2.45139 14.7118 1.66667 14.8299V4.48959C2.44097 4.25695 3.90278 3.8889 5.41667 3.8889C6.51389 3.8889 7.59028 4.08334 8.39931 4.28126C8.69792 4.35417 8.95833 4.42709 9.16667 4.48959ZM10.8333 15.5729V4.48959C11.0417 4.42709 11.3021 4.35417 11.6007 4.28126C12.4097 4.08334 13.4861 3.8889 14.5833 3.8889C16.0972 3.8889 17.559 4.25695 18.3333 4.48959V14.816C17.5799 14.7014 16.4271 14.5833 14.8611 14.5833C13.0764 14.5833 11.7083 15.1042 10.8333 15.5764V15.5729Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Guides for Leaders\"})}),className:\"framer-gmwc9p\",\"data-framer-name\":\"Guides for Leaders\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"Kjrpe10FL\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-88yaw0\",\"data-framer-name\":\"Frame 1707479708\",layoutDependency:layoutDependency,layoutId:\"UWFMk_elw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-os5d74\",\"data-framer-name\":\"Frame 1707479667\",layoutDependency:layoutDependency,layoutId:\"V6ZKzeaAo\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"J4LY6IcFv\"},motionChild:true,nodeId:\"I_NetTTuf\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Guide for Managers\"})})})}),className:\"framer-eguuu5\",\"data-framer-name\":\"Managerial Effectiveness\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"I_NetTTuf\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7pqbyw\",\"data-framer-name\":\"Frame 1707479673\",layoutDependency:layoutDependency,layoutId:\"jrIBuRLN7\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DmxjVFDQf\"},motionChild:true,nodeId:\"gycYsluzK\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Guide for Sales Leaders\"})})})}),className:\"framer-mo5asn\",\"data-framer-name\":\"Guide for Sales Leaders\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"gycYsluzK\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jpo1jb\",\"data-framer-name\":\"Frame 1707479674\",layoutDependency:layoutDependency,layoutId:\"p7toFucaD\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xXk4pitqn\"},motionChild:true,nodeId:\"Gy4il7Ews\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Guide for HR Leaders\"})})})}),className:\"framer-u04dgy\",\"data-framer-name\":\"Guide for HR Leaders\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"Gy4il7Ews\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2r72gm\",\"data-framer-name\":\"Frame 1707479707\",layoutDependency:layoutDependency,layoutId:\"i36qyEvwG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3kd6bi\",\"data-framer-name\":\"Frame 1707479673\",layoutDependency:layoutDependency,layoutId:\"M53TR_ZOQ\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1dmyehu\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"qjNQ_LMmr\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1866_4695)\">\\n<path d=\"M5.27344 0.273437C5.64062 -0.09375 6.23437 -0.09375 6.59766 0.273437L9.99609 3.67188L13.3984 0.273437C13.7656 -0.09375 14.3594 -0.09375 14.7227 0.273437C15.0859 0.640625 15.0898 1.23438 14.7227 1.59766L12.5742 3.74609L16.875 3.75C18.6016 3.75 20 5.14844 20 6.875V16.875C20 18.6016 18.6016 20 16.875 20H3.125C1.39844 20 0 18.6016 0 16.875V6.875C0 5.14844 1.39844 3.75 3.125 3.75H7.42578L5.27344 1.60156C4.90625 1.23437 4.90625 0.640625 5.27344 0.277344V0.273437ZM3.125 5.625C2.43359 5.625 1.875 6.18359 1.875 6.875V16.875C1.875 17.5664 2.43359 18.125 3.125 18.125H16.875C17.5664 18.125 18.125 17.5664 18.125 16.875V6.875C18.125 6.18359 17.5664 5.625 16.875 5.625H3.125ZM16.25 7.8125C16.4986 7.8125 16.7371 7.91127 16.9129 8.08709C17.0887 8.2629 17.1875 8.50136 17.1875 8.75C17.1875 8.99864 17.0887 9.2371 16.9129 9.41291C16.7371 9.58873 16.4986 9.6875 16.25 9.6875C16.0014 9.6875 15.7629 9.58873 15.5871 9.41291C15.4113 9.2371 15.3125 8.99864 15.3125 8.75C15.3125 8.50136 15.4113 8.2629 15.5871 8.08709C15.7629 7.91127 16.0014 7.8125 16.25 7.8125ZM15.3125 11.875C15.3125 11.6264 15.4113 11.3879 15.5871 11.2121C15.7629 11.0363 16.0014 10.9375 16.25 10.9375C16.4986 10.9375 16.7371 11.0363 16.9129 11.2121C17.0887 11.3879 17.1875 11.6264 17.1875 11.875C17.1875 12.1236 17.0887 12.3621 16.9129 12.5379C16.7371 12.7137 16.4986 12.8125 16.25 12.8125C16.0014 12.8125 15.7629 12.7137 15.5871 12.5379C15.4113 12.3621 15.3125 12.1236 15.3125 11.875ZM5.625 7.5H11.875C12.9102 7.5 13.75 8.33984 13.75 9.375V14.375C13.75 15.4102 12.9102 16.25 11.875 16.25H5.625C4.58984 16.25 3.75 15.4102 3.75 14.375V9.375C3.75 8.33984 4.58984 7.5 5.625 7.5Z\" fill=\"#7B61FF\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1866_4695\">\\n<rect width=\"20\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:\"Webinars\"})}),className:\"framer-eazebw\",\"data-framer-name\":\"Webinars\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"IBBqcwXVY\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5r8fnb\",\"data-framer-name\":\"Frame 1707479667\",layoutDependency:layoutDependency,layoutId:\"q7dEHFrLn\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 28, 37))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UNFEqfLGe\"},motionChild:true,nodeId:\"isML2LujG\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Explore Webinars\"})})})}),className:\"framer-16iieu2\",\"data-framer-name\":\"Explore Webinars\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"isML2LujG\",style:{\"--extracted-r6o4lv\":\"rgb(23, 28, 37)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w3vrt9\",\"data-framer-name\":\"Frame 1707479701\",layoutDependency:layoutDependency,layoutId:\"uJUtt0fcY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Gu6_mX0h2\"},motionChild:true,nodeId:\"PXxz7zCGz\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"About Us\"})})})}),className:\"framer-whwa0l\",\"data-framer-name\":\"About Us\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"PXxz7zCGz\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4hmuop\",\"data-framer-name\":\"Frame 1707479700\",layoutDependency:layoutDependency,layoutId:\"URv5oY93Z\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JR5c3z8wZ\"},motionChild:true,nodeId:\"HYQXtmgZx\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"LzBCB9bpZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4owfh7\",\"data-styles-preset\":\"OQLE3tlgd\",children:\"Contact Us\"})})})}),className:\"framer-vgkhx7\",\"data-framer-name\":\"Contact Us\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HYQXtmgZx\",style:{\"--extracted-r6o4lv\":\"var(--token-597f7df0-7bf6-415f-ae7d-9b241de53aa8, rgb(15, 29, 64))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KT5J2.framer-xsejsb, .framer-KT5J2 .framer-xsejsb { display: block; }\",\".framer-KT5J2.framer-usxa0t { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 24px 20px 24px; position: relative; width: 678px; }\",\".framer-KT5J2 .framer-1fnly3f, .framer-KT5J2 .framer-91fw5s, .framer-KT5J2 .framer-pw53ox, .framer-KT5J2 .framer-kba0a2, .framer-KT5J2 .framer-xs2oav, .framer-KT5J2 .framer-1hctjg6, .framer-KT5J2 .framer-88yaw0 { 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-KT5J2 .framer-51y8b0, .framer-KT5J2 .framer-1w3vrt9, .framer-KT5J2 .framer-4hmuop { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-KT5J2 .framer-njkemx, .framer-KT5J2 .framer-1jk2yf6, .framer-KT5J2 .framer-1ib2sht, .framer-KT5J2 .framer-nv9pkx, .framer-KT5J2 .framer-o178i, .framer-KT5J2 .framer-nxrsb3, .framer-KT5J2 .framer-1tqor8h, .framer-KT5J2 .framer-1u1emq0, .framer-KT5J2 .framer-rj1p1t, .framer-KT5J2 .framer-euvohe, .framer-KT5J2 .framer-14rbyqg, .framer-KT5J2 .framer-gmwc9p, .framer-KT5J2 .framer-eazebw, .framer-KT5J2 .framer-whwa0l, .framer-KT5J2 .framer-vgkhx7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-KT5J2 .framer-1ng5krk, .framer-KT5J2 .framer-1mf6ee8, .framer-KT5J2 .framer-1ubqatq { align-content: flex-start; align-items: flex-start; cursor: pointer; 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-KT5J2 .framer-1emeynt, .framer-KT5J2 .framer-gr3qqo, .framer-KT5J2 .framer-qnp0eu { 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: 8px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-KT5J2 .framer-186q9up, .framer-KT5J2 .framer-xd4aqi, .framer-KT5J2 .framer-1mioer0 { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-KT5J2 .framer-1pwe6wq, .framer-KT5J2 .framer-ejd03r, .framer-KT5J2 .framer-178wi3b { flex: none; height: 20px; left: 0px; position: absolute; top: 0px; width: 20px; }\",\".framer-KT5J2 .framer-3dsltk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; min-height: 612px; overflow: visible; padding: 0px; position: relative; width: 630px; }\",\".framer-KT5J2 .framer-a18viu, .framer-KT5J2 .framer-tyb4k6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KT5J2 .framer-1t1s341, .framer-KT5J2 .framer-2p39eb, .framer-KT5J2 .framer-1vryrzq, .framer-KT5J2 .framer-1o6v2qu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KT5J2 .framer-c78fla, .framer-KT5J2 .framer-1e9vee2, .framer-KT5J2 .framer-ccc197, .framer-KT5J2 .framer-tghp1d, .framer-KT5J2 .framer-1rucexd, .framer-KT5J2 .framer-p2zd5y, .framer-KT5J2 .framer-h3371f, .framer-KT5J2 .framer-1x557k8, .framer-KT5J2 .framer-3kd6bi { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KT5J2 .framer-1yppj25, .framer-KT5J2 .framer-hp2c81, .framer-KT5J2 .framer-dw0ii3, .framer-KT5J2 .framer-1ciup9m, .framer-KT5J2 .framer-1mwvxxk, .framer-KT5J2 .framer-1yc1f7o, .framer-KT5J2 .framer-1v5szit, .framer-KT5J2 .framer-jnysu4, .framer-KT5J2 .framer-1dmyehu { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-KT5J2 .framer-1ozl7zc, .framer-KT5J2 .framer-dab49m, .framer-KT5J2 .framer-1j0bqmw, .framer-KT5J2 .framer-42frl4, .framer-KT5J2 .framer-1xovfed, .framer-KT5J2 .framer-ac52ex, .framer-KT5J2 .framer-1g0j39a, .framer-KT5J2 .framer-1yz1bet, .framer-KT5J2 .framer-os5d74, .framer-KT5J2 .framer-7pqbyw, .framer-KT5J2 .framer-1jpo1jb, .framer-KT5J2 .framer-5r8fnb { 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; overflow: visible; padding: 8px 12px 8px 12px; position: relative; width: 100%; }\",\".framer-KT5J2 .framer-rarvys, .framer-KT5J2 .framer-105sdax, .framer-KT5J2 .framer-25nk15, .framer-KT5J2 .framer-oj4gni, .framer-KT5J2 .framer-19nu33n, .framer-KT5J2 .framer-8c3khh, .framer-KT5J2 .framer-gzrcu, .framer-KT5J2 .framer-izd5g3, .framer-KT5J2 .framer-eguuu5, .framer-KT5J2 .framer-mo5asn, .framer-KT5J2 .framer-u04dgy, .framer-KT5J2 .framer-16iieu2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 606px; word-break: break-word; word-wrap: break-word; }\",\".framer-KT5J2 .framer-17i4488, .framer-KT5J2 .framer-1cgvtri, .framer-KT5J2 .framer-19zeqn2, .framer-KT5J2 .framer-1ypevon, .framer-KT5J2 .framer-100oyc8, .framer-KT5J2 .framer-1q3oou0, .framer-KT5J2 .framer-1u7zcwh, .framer-KT5J2 .framer-1sldx9x, .framer-KT5J2 .framer-1uj3trd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 12px 8px 12px; position: relative; width: 100%; }\",\".framer-KT5J2 .framer-qa52eh, .framer-KT5J2 .framer-1h1q6xu, .framer-KT5J2 .framer-3t7o8t, .framer-KT5J2 .framer-1qmz7n3, .framer-KT5J2 .framer-13nf9ig, .framer-KT5J2 .framer-hu6gnx, .framer-KT5J2 .framer-17tsupt, .framer-KT5J2 .framer-6cx061, .framer-KT5J2 .framer-1n2ytge { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-KT5J2 .framer-k6zxyo, .framer-KT5J2 .framer-1br4pfn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KT5J2 .framer-1h2v4bm, .framer-KT5J2 .framer-ckxfdp, .framer-KT5J2 .framer-2p6mhf, .framer-KT5J2 .framer-1inwto5, .framer-KT5J2 .framer-2r72gm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KT5J2.framer-v-1y6dp7f .framer-1ng5krk, .framer-KT5J2.framer-v-1szu80a .framer-1mf6ee8, .framer-KT5J2.framer-v-10ivgyc .framer-1ubqatq { cursor: unset; }\",\".framer-KT5J2.framer-v-1y6dp7f .framer-1emeynt, .framer-KT5J2.framer-v-1szu80a .framer-gr3qqo, .framer-KT5J2.framer-v-10ivgyc .framer-qnp0eu { cursor: pointer; }\",\".framer-KT5J2.framer-v-1y6dp7f .framer-3dsltk { min-height: unset; }\",...sharedStyle.css,'.framer-KT5J2[data-border=\"true\"]::after, .framer-KT5J2 [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 300\n * @framerIntrinsicWidth 678\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rrVejAsHh\":{\"layout\":[\"fixed\",\"auto\"]},\"PLEvLuWBK\":{\"layout\":[\"fixed\",\"auto\"]},\"AzQiUocbi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerLzBCB9bpZ=withCSS(Component,css,\"framer-KT5J2\");export default FramerLzBCB9bpZ;FramerLzBCB9bpZ.displayName=\"Table Mobile Menu\";FramerLzBCB9bpZ.defaultProps={height:300,width:678};addPropertyControls(FramerLzBCB9bpZ,{variant:{options:[\"U8RYt72HB\",\"rrVejAsHh\",\"PLEvLuWBK\",\"AzQiUocbi\"],optionTitles:[\"Default\",\"Product Open\",\"Success Stories Open\",\"Resource Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLzBCB9bpZ,[{explicitInter:true,fonts:[{family:\"Gilroy SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/YQvlf6fxqPJh5UwdlLI62jPZXp8.woff2\"},{family:\"Gilroy Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/IKSMP0tYqHnxvGejNq9PXD4ohk.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLzBCB9bpZ\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rrVejAsHh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PLEvLuWBK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AzQiUocbi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"300\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"678\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LzBCB9bpZ.map", "// Generated by Framer (8f9ffef)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavLinksCta from\"https://framerusercontent.com/modules/CR90C7QtlIDmaqP1nXCQ/p6vnI0aAflSqxJLhXfFF/A9GPsK5td.js\";import Tab from\"https://framerusercontent.com/modules/kpu9BcCFUx1wjK6Oly16/CFtKroI0tc8AJGDc5s3e/cx9n6GVLt.js\";import TableMobileMenu from\"https://framerusercontent.com/modules/SCDCl3fhm7mDB0ONpcSH/mJW5EYkuiubxGQcRB1ld/LzBCB9bpZ.js\";import Button from\"https://framerusercontent.com/modules/vKLjzzaxTAGvp5KjDvYt/9aVAW9izgVFy6S24Rxoj/wASsDkBcy.js\";const TabFonts=getFonts(Tab);const ButtonFonts=getFonts(Button);const NavLinksCtaFonts=getFonts(NavLinksCta);const TableMobileMenuFonts=getFonts(TableMobileMenu);const cycleOrder=[\"ySnwdhq6p\",\"d8i2neCRo\",\"WcLljwEjP\",\"dHH7qhqLX\",\"JAimgMsmW\",\"U80LK85hV\",\"VHHI40V8w\",\"oMBx2cOAt\",\"vTThs8H27\",\"sHgeqYYpT\",\"o4JgilfEN\",\"QQiavXiFk\",\"mrIddGWi2\",\"A0GEVzPX4\",\"VuOKTuaBl\",\"gkIM0rHUe\",\"hthtVDhzn\",\"RvkmEfwwB\",\"Gr9K0JhUo\",\"rWgATr5mD\"];const serializationHash=\"framer-QdDAk\";const variantClassNames={A0GEVzPX4:\"framer-v-cw246\",d8i2neCRo:\"framer-v-vpuzsx\",dHH7qhqLX:\"framer-v-17hp057\",gkIM0rHUe:\"framer-v-1qpb2pm\",Gr9K0JhUo:\"framer-v-ex3p01\",hthtVDhzn:\"framer-v-lapr3c\",JAimgMsmW:\"framer-v-1qm9dd4\",mrIddGWi2:\"framer-v-13r0l1m\",o4JgilfEN:\"framer-v-3b64wj\",oMBx2cOAt:\"framer-v-124eqzq\",QQiavXiFk:\"framer-v-14hxj2h\",RvkmEfwwB:\"framer-v-lcnmgo\",rWgATr5mD:\"framer-v-1w67wl6\",sHgeqYYpT:\"framer-v-16mli7g\",U80LK85hV:\"framer-v-9wyznn\",VHHI40V8w:\"framer-v-2akkei\",vTThs8H27:\"framer-v-1lo6rpu\",VuOKTuaBl:\"framer-v-niiw13\",WcLljwEjP:\"framer-v-1nwrjuj\",ySnwdhq6p:\"framer-v-152p0nd\"};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={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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 Desktop Product\":\"d8i2neCRo\",\"Default Desktop Resource\":\"dHH7qhqLX\",\"Default Desktop Success Stories\":\"WcLljwEjP\",\"Default Desktop\":\"JAimgMsmW\",\"Desktop About us Default\":\"vTThs8H27\",\"Desktop About us Product\":\"sHgeqYYpT\",\"Desktop About us Resource\":\"QQiavXiFk\",\"Desktop About us Success\":\"o4JgilfEN\",\"Desktop Contact Us Defaults\":\"mrIddGWi2\",\"Desktop Contact Us Product\":\"A0GEVzPX4\",\"Desktop Contact Us Resrouce\":\"gkIM0rHUe\",\"Desktop Contact Us Success\":\"VuOKTuaBl\",\"Desktop Home Default \":\"ySnwdhq6p\",\"Desktop Home Product\":\"U80LK85hV\",\"Desktop Home Resource\":\"oMBx2cOAt\",\"Desktop Home Success Stories\":\"VHHI40V8w\",\"Mobile Close\":\"Gr9K0JhUo\",\"Mobile Open\":\"rWgATr5mD\",\"Table Open\":\"RvkmEfwwB\",\"Tablet Default\":\"hthtVDhzn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ySnwdhq6p\"};};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:\"ySnwdhq6p\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1t6lg31=activeVariantCallback(async(...args)=>{setVariant(\"hthtVDhzn\");});const onTap10sx0qx=activeVariantCallback(async(...args)=>{setVariant(\"Gr9K0JhUo\");});const onTap1vn6rci=activeVariantCallback(async(...args)=>{setVariant(\"RvkmEfwwB\");});const onTap1v0i87t=activeVariantCallback(async(...args)=>{setVariant(\"rWgATr5mD\");});const C_hqFUOQS1s1d6cy=activeVariantCallback(async(...args)=>{setVariant(\"U80LK85hV\");});const C_hqFUOQSg2q45x=activeVariantCallback(async(...args)=>{setVariant(\"d8i2neCRo\");});const C_hqFUOQS1by113v=activeVariantCallback(async(...args)=>{setVariant(\"sHgeqYYpT\");});const C_hqFUOQSlcboz3=activeVariantCallback(async(...args)=>{setVariant(\"A0GEVzPX4\");});const C_hqFUOQS7thcev=activeVariantCallback(async(...args)=>{setVariant(\"VHHI40V8w\");});const C_hqFUOQSr1yaqj=activeVariantCallback(async(...args)=>{setVariant(\"WcLljwEjP\");});const C_hqFUOQSkzojoc=activeVariantCallback(async(...args)=>{setVariant(\"o4JgilfEN\");});const C_hqFUOQStn6a4t=activeVariantCallback(async(...args)=>{setVariant(\"VuOKTuaBl\");});const C_hqFUOQSomxevs=activeVariantCallback(async(...args)=>{setVariant(\"oMBx2cOAt\");});const C_hqFUOQSne025e=activeVariantCallback(async(...args)=>{setVariant(\"dHH7qhqLX\");});const C_hqFUOQS1mu5hwt=activeVariantCallback(async(...args)=>{setVariant(\"QQiavXiFk\");});const C_hqFUOQS1wcfwxn=activeVariantCallback(async(...args)=>{setVariant(\"gkIM0rHUe\");});const onMouseLeave1qo00gp=activeVariantCallback(async(...args)=>{setVariant(\"JAimgMsmW\");});const onMouseLeavewl5qcg=activeVariantCallback(async(...args)=>{setVariant(\"ySnwdhq6p\");});const onMouseLeaveasdsld=activeVariantCallback(async(...args)=>{setVariant(\"vTThs8H27\");});const onMouseLeavesmwaw=activeVariantCallback(async(...args)=>{setVariant(\"mrIddGWi2\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Gr9K0JhUo\",\"rWgATr5mD\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"hthtVDhzn\",\"RvkmEfwwB\",\"Gr9K0JhUo\",\"rWgATr5mD\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"RvkmEfwwB\",\"rWgATr5mD\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"hthtVDhzn\",\"Gr9K0JhUo\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"Gr9K0JhUo\",\"rWgATr5mD\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"hthtVDhzn\",\"RvkmEfwwB\",\"Gr9K0JhUo\",\"rWgATr5mD\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed6=()=>{if([\"d8i2neCRo\",\"U80LK85hV\",\"sHgeqYYpT\",\"A0GEVzPX4\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if([\"WcLljwEjP\",\"VHHI40V8w\",\"o4JgilfEN\",\"VuOKTuaBl\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if([\"dHH7qhqLX\",\"oMBx2cOAt\",\"QQiavXiFk\",\"gkIM0rHUe\"].includes(baseVariant))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,...addPropertyOverrides({Gr9K0JhUo:{value:transition2},hthtVDhzn:{value:transition2},rWgATr5mD:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-152p0nd\",className,classNames),\"data-framer-name\":\"Desktop Home Default \",layoutDependency:layoutDependency,layoutId:\"ySnwdhq6p\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({A0GEVzPX4:{\"data-framer-name\":\"Desktop Contact Us Product\"},d8i2neCRo:{\"data-framer-name\":\"Default Desktop Product\"},dHH7qhqLX:{\"data-framer-name\":\"Default Desktop Resource\"},gkIM0rHUe:{\"data-framer-name\":\"Desktop Contact Us Resrouce\"},Gr9K0JhUo:{\"data-framer-name\":\"Mobile Close\"},hthtVDhzn:{\"data-framer-name\":\"Tablet Default\"},JAimgMsmW:{\"data-framer-name\":\"Default Desktop\"},mrIddGWi2:{\"data-framer-name\":\"Desktop Contact Us Defaults\"},o4JgilfEN:{\"data-framer-name\":\"Desktop About us Success\"},oMBx2cOAt:{\"data-framer-name\":\"Desktop Home Resource\"},QQiavXiFk:{\"data-framer-name\":\"Desktop About us Resource\"},RvkmEfwwB:{\"data-framer-name\":\"Table Open\"},rWgATr5mD:{\"data-framer-name\":\"Mobile Open\"},sHgeqYYpT:{\"data-framer-name\":\"Desktop About us Product\"},U80LK85hV:{\"data-framer-name\":\"Desktop Home Product\"},VHHI40V8w:{\"data-framer-name\":\"Desktop Home Success Stories\"},vTThs8H27:{\"data-framer-name\":\"Desktop About us Default\"},VuOKTuaBl:{\"data-framer-name\":\"Desktop Contact Us Success\"},WcLljwEjP:{\"data-framer-name\":\"Default Desktop Success Stories\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zxa398\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"oAfGi4DwQ\",style:{backgroundColor:\"rgba(0, 0, 0, 0.08)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l2a31w\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"bmvUxQtgD\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"sbLz59agB\",scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-11454no framer-1l8gutx\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sbLz59agB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 104 24\"><path d=\"M 6.96 23.415 C 5.75 23.415 4.653 23.139 3.668 22.585 C 2.683 22.01 1.894 21.251 1.299 20.308 C 0.724 19.344 0.437 18.256 0.437 17.046 C 0.437 16.144 0.632 15.303 1.022 14.523 C 1.432 13.723 1.976 13.036 2.653 12.462 C 1.996 11.908 1.473 11.251 1.083 10.492 C 0.714 9.733 0.53 8.933 0.53 8.092 C 0.53 6.903 0.817 5.846 1.391 4.923 C 1.965 3.98 2.735 3.241 3.699 2.708 C 4.663 2.154 5.73 1.877 6.899 1.877 L 15.976 1.877 L 15.976 6.215 L 7.699 6.185 C 7.309 6.185 6.95 6.277 6.622 6.462 C 6.294 6.646 6.027 6.892 5.822 7.2 C 5.637 7.508 5.545 7.867 5.545 8.277 C 5.545 8.667 5.637 9.026 5.822 9.354 C 6.027 9.662 6.294 9.908 6.622 10.092 C 6.95 10.256 7.309 10.339 7.699 10.339 L 14.93 10.339 L 14.93 14.646 L 7.853 14.646 C 7.422 14.646 7.032 14.749 6.683 14.954 C 6.335 15.159 6.058 15.426 5.853 15.754 C 5.648 16.082 5.545 16.462 5.545 16.892 C 5.545 17.303 5.648 17.682 5.853 18.031 C 6.058 18.359 6.335 18.615 6.683 18.8 C 7.032 18.985 7.422 19.077 7.853 19.077 L 15.976 19.077 L 15.976 23.415 Z M 26.84 23.785 C 25.219 23.785 23.814 23.477 22.624 22.862 C 21.455 22.226 20.553 21.374 19.917 20.308 C 19.281 19.221 18.963 18.021 18.963 16.708 L 18.963 7.631 L 23.732 7.631 L 23.732 16.585 C 23.732 17.139 23.865 17.651 24.132 18.123 C 24.399 18.574 24.758 18.944 25.209 19.231 C 25.681 19.497 26.214 19.631 26.809 19.631 C 27.383 19.631 27.896 19.497 28.347 19.231 C 28.819 18.944 29.188 18.574 29.455 18.123 C 29.722 17.651 29.855 17.139 29.855 16.585 L 29.855 7.631 L 34.624 7.631 L 34.624 16.708 C 34.624 18.021 34.317 19.221 33.701 20.308 C 33.086 21.374 32.194 22.226 31.024 22.862 C 29.876 23.477 28.481 23.785 26.84 23.785 Z M 46.532 23.785 C 44.829 23.785 43.342 23.436 42.07 22.738 C 40.799 22.041 39.814 21.046 39.117 19.754 C 38.419 18.461 38.07 16.954 38.07 15.231 L 38.07 0.954 L 42.84 0.954 L 42.84 9.354 L 42.932 9.354 C 43.24 8.923 43.619 8.554 44.07 8.246 C 44.542 7.918 45.055 7.672 45.609 7.508 C 46.183 7.344 46.788 7.262 47.424 7.262 C 48.922 7.262 50.235 7.6 51.363 8.277 C 52.491 8.954 53.373 9.887 54.009 11.077 C 54.665 12.267 54.994 13.661 54.994 15.261 C 54.994 16.492 54.799 17.631 54.409 18.677 C 54.019 19.723 53.455 20.636 52.717 21.415 C 51.999 22.174 51.117 22.759 50.07 23.169 C 49.045 23.579 47.865 23.785 46.532 23.785 Z M 46.532 19.662 C 47.27 19.662 47.906 19.487 48.44 19.139 C 48.973 18.769 49.383 18.277 49.67 17.662 C 49.978 17.026 50.132 16.318 50.132 15.539 C 50.132 14.759 49.978 14.062 49.67 13.446 C 49.383 12.831 48.973 12.349 48.44 12 C 47.906 11.631 47.27 11.446 46.532 11.446 C 45.793 11.446 45.147 11.631 44.593 12 C 44.06 12.349 43.65 12.831 43.363 13.446 C 43.075 14.062 42.932 14.759 42.932 15.539 C 42.932 16.318 43.075 17.026 43.363 17.662 C 43.65 18.277 44.06 18.769 44.593 19.139 C 45.147 19.487 45.793 19.662 46.532 19.662 Z M 57.692 23.415 L 57.692 12.277 C 57.692 10.841 58.102 9.713 58.923 8.892 C 59.743 8.072 60.882 7.662 62.338 7.662 L 66.923 7.662 L 66.923 11.538 L 63.507 11.538 C 63.22 11.538 62.974 11.641 62.769 11.846 C 62.563 12.031 62.461 12.277 62.461 12.585 L 62.461 23.415 Z M 69.053 23.415 L 69.053 7.631 L 73.853 7.631 L 73.853 23.415 Z M 71.453 5.846 C 70.694 5.846 70.037 5.569 69.483 5.015 C 68.93 4.462 68.653 3.805 68.653 3.046 C 68.653 2.287 68.93 1.631 69.483 1.077 C 70.037 0.503 70.694 0.215 71.453 0.215 C 72.212 0.215 72.868 0.503 73.422 1.077 C 73.976 1.631 74.253 2.287 74.253 3.046 C 74.253 3.805 73.976 4.462 73.422 5.015 C 72.868 5.569 72.212 5.846 71.453 5.846 Z M 85.1 23.415 C 83.459 23.415 82.003 23.077 80.731 22.4 C 79.459 21.703 78.454 20.769 77.715 19.6 C 76.977 18.41 76.608 17.056 76.608 15.539 C 76.608 14.021 76.977 12.677 77.715 11.508 C 78.454 10.318 79.459 9.374 80.731 8.677 C 82.003 7.98 83.459 7.631 85.1 7.631 L 87.469 7.631 L 87.469 11.662 L 85.285 11.662 C 84.485 11.662 83.797 11.836 83.223 12.185 C 82.649 12.513 82.197 12.974 81.869 13.569 C 81.562 14.144 81.408 14.8 81.408 15.539 C 81.408 16.277 81.562 16.944 81.869 17.539 C 82.197 18.113 82.649 18.574 83.223 18.923 C 83.797 19.251 84.485 19.415 85.285 19.415 L 87.469 19.415 L 87.469 23.415 Z M 90.147 23.415 L 90.147 19.631 L 97.747 19.631 C 97.952 19.631 98.137 19.59 98.301 19.508 C 98.466 19.405 98.598 19.272 98.701 19.108 C 98.804 18.944 98.855 18.769 98.855 18.585 C 98.855 18.38 98.804 18.195 98.701 18.031 C 98.598 17.867 98.466 17.744 98.301 17.662 C 98.137 17.559 97.952 17.508 97.747 17.508 L 94.978 17.508 C 93.952 17.508 93.019 17.344 92.178 17.015 C 91.358 16.667 90.701 16.133 90.209 15.415 C 89.737 14.677 89.501 13.723 89.501 12.554 C 89.501 11.651 89.717 10.831 90.147 10.092 C 90.598 9.354 91.204 8.759 91.963 8.308 C 92.742 7.856 93.594 7.631 94.517 7.631 L 102.117 7.631 L 102.117 11.446 L 95.255 11.446 C 94.968 11.446 94.722 11.539 94.517 11.723 C 94.332 11.908 94.24 12.133 94.24 12.4 C 94.24 12.687 94.332 12.933 94.517 13.139 C 94.722 13.323 94.968 13.415 95.255 13.415 L 97.963 13.415 C 99.112 13.415 100.096 13.59 100.917 13.939 C 101.758 14.267 102.404 14.8 102.855 15.539 C 103.327 16.277 103.563 17.231 103.563 18.4 C 103.563 19.323 103.327 20.164 102.855 20.923 C 102.404 21.682 101.789 22.287 101.009 22.739 C 100.25 23.19 99.389 23.415 98.424 23.415 Z\" fill=\"var(--token-a133d2e6-aa2f-4c12-a679-ecfe9f33dc2e, rgb(123, 97, 255)) /* {&quot;name&quot;:&quot;Primary Coloe&quot;} */\"></path></svg>',svgContentId:11440280789,withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12bnvlm\",layoutDependency:layoutDependency,layoutId:\"fMviD_X2F\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18x1nvx\",\"data-framer-name\":\"Menu Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"zEvIccLXp\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a9tkse\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JgoYideKQ\",onTap:onTap1t6lg31,...addPropertyOverrides({rWgATr5mD:{onTap:onTap10sx0qx}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rsa21u\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"MoZtsFoyV\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12bgs38\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Ef_FfufC6\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:-45}})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nqsng1\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Yn9db4mij\",onTap:onTap1vn6rci,...addPropertyOverrides({Gr9K0JhUo:{onTap:onTap1v0i87t}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15pjfq9\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"T1stb7xGw\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ieyjtk\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"SFp3xusX7\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]})]}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Y3bVN_mWg\",scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1e9fsw3 framer-1l8gutx\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Y3bVN_mWg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 104 24\"><path d=\"M 6.96 23.415 C 5.75 23.415 4.653 23.139 3.668 22.585 C 2.683 22.01 1.894 21.251 1.299 20.308 C 0.724 19.344 0.437 18.256 0.437 17.046 C 0.437 16.144 0.632 15.303 1.022 14.523 C 1.432 13.723 1.976 13.036 2.653 12.462 C 1.996 11.908 1.473 11.251 1.083 10.492 C 0.714 9.733 0.53 8.933 0.53 8.092 C 0.53 6.903 0.817 5.846 1.391 4.923 C 1.965 3.98 2.735 3.241 3.699 2.708 C 4.663 2.154 5.73 1.877 6.899 1.877 L 15.976 1.877 L 15.976 6.215 L 7.699 6.185 C 7.309 6.185 6.95 6.277 6.622 6.462 C 6.294 6.646 6.027 6.892 5.822 7.2 C 5.637 7.508 5.545 7.867 5.545 8.277 C 5.545 8.667 5.637 9.026 5.822 9.354 C 6.027 9.662 6.294 9.908 6.622 10.092 C 6.95 10.256 7.309 10.339 7.699 10.339 L 14.93 10.339 L 14.93 14.646 L 7.853 14.646 C 7.422 14.646 7.032 14.749 6.683 14.954 C 6.335 15.159 6.058 15.426 5.853 15.754 C 5.648 16.082 5.545 16.462 5.545 16.892 C 5.545 17.303 5.648 17.682 5.853 18.031 C 6.058 18.359 6.335 18.615 6.683 18.8 C 7.032 18.985 7.422 19.077 7.853 19.077 L 15.976 19.077 L 15.976 23.415 Z M 26.84 23.785 C 25.219 23.785 23.814 23.477 22.624 22.862 C 21.455 22.226 20.553 21.374 19.917 20.308 C 19.281 19.221 18.963 18.021 18.963 16.708 L 18.963 7.631 L 23.732 7.631 L 23.732 16.585 C 23.732 17.139 23.865 17.651 24.132 18.123 C 24.399 18.574 24.758 18.944 25.209 19.231 C 25.681 19.497 26.214 19.631 26.809 19.631 C 27.383 19.631 27.896 19.497 28.347 19.231 C 28.819 18.944 29.188 18.574 29.455 18.123 C 29.722 17.651 29.855 17.139 29.855 16.585 L 29.855 7.631 L 34.624 7.631 L 34.624 16.708 C 34.624 18.021 34.317 19.221 33.701 20.308 C 33.086 21.374 32.194 22.226 31.024 22.862 C 29.876 23.477 28.481 23.785 26.84 23.785 Z M 46.532 23.785 C 44.829 23.785 43.342 23.436 42.07 22.738 C 40.799 22.041 39.814 21.046 39.117 19.754 C 38.419 18.461 38.07 16.954 38.07 15.231 L 38.07 0.954 L 42.84 0.954 L 42.84 9.354 L 42.932 9.354 C 43.24 8.923 43.619 8.554 44.07 8.246 C 44.542 7.918 45.055 7.672 45.609 7.508 C 46.183 7.344 46.788 7.262 47.424 7.262 C 48.922 7.262 50.235 7.6 51.363 8.277 C 52.491 8.954 53.373 9.887 54.009 11.077 C 54.665 12.267 54.994 13.661 54.994 15.261 C 54.994 16.492 54.799 17.631 54.409 18.677 C 54.019 19.723 53.455 20.636 52.717 21.415 C 51.999 22.174 51.117 22.759 50.07 23.169 C 49.045 23.579 47.865 23.785 46.532 23.785 Z M 46.532 19.662 C 47.27 19.662 47.906 19.487 48.44 19.139 C 48.973 18.769 49.383 18.277 49.67 17.662 C 49.978 17.026 50.132 16.318 50.132 15.539 C 50.132 14.759 49.978 14.062 49.67 13.446 C 49.383 12.831 48.973 12.349 48.44 12 C 47.906 11.631 47.27 11.446 46.532 11.446 C 45.793 11.446 45.147 11.631 44.593 12 C 44.06 12.349 43.65 12.831 43.363 13.446 C 43.075 14.062 42.932 14.759 42.932 15.539 C 42.932 16.318 43.075 17.026 43.363 17.662 C 43.65 18.277 44.06 18.769 44.593 19.139 C 45.147 19.487 45.793 19.662 46.532 19.662 Z M 57.692 23.415 L 57.692 12.277 C 57.692 10.841 58.102 9.713 58.923 8.892 C 59.743 8.072 60.882 7.662 62.338 7.662 L 66.923 7.662 L 66.923 11.538 L 63.507 11.538 C 63.22 11.538 62.974 11.641 62.769 11.846 C 62.563 12.031 62.461 12.277 62.461 12.585 L 62.461 23.415 Z M 69.053 23.415 L 69.053 7.631 L 73.853 7.631 L 73.853 23.415 Z M 71.453 5.846 C 70.694 5.846 70.037 5.569 69.483 5.015 C 68.93 4.462 68.653 3.805 68.653 3.046 C 68.653 2.287 68.93 1.631 69.483 1.077 C 70.037 0.503 70.694 0.215 71.453 0.215 C 72.212 0.215 72.868 0.503 73.422 1.077 C 73.976 1.631 74.253 2.287 74.253 3.046 C 74.253 3.805 73.976 4.462 73.422 5.015 C 72.868 5.569 72.212 5.846 71.453 5.846 Z M 85.1 23.415 C 83.459 23.415 82.003 23.077 80.731 22.4 C 79.459 21.703 78.454 20.769 77.715 19.6 C 76.977 18.41 76.608 17.056 76.608 15.539 C 76.608 14.021 76.977 12.677 77.715 11.508 C 78.454 10.318 79.459 9.374 80.731 8.677 C 82.003 7.98 83.459 7.631 85.1 7.631 L 87.469 7.631 L 87.469 11.662 L 85.285 11.662 C 84.485 11.662 83.797 11.836 83.223 12.185 C 82.649 12.513 82.197 12.974 81.869 13.569 C 81.562 14.144 81.408 14.8 81.408 15.539 C 81.408 16.277 81.562 16.944 81.869 17.539 C 82.197 18.113 82.649 18.574 83.223 18.923 C 83.797 19.251 84.485 19.415 85.285 19.415 L 87.469 19.415 L 87.469 23.415 Z M 90.147 23.415 L 90.147 19.631 L 97.747 19.631 C 97.952 19.631 98.137 19.59 98.301 19.508 C 98.466 19.405 98.598 19.272 98.701 19.108 C 98.804 18.944 98.855 18.769 98.855 18.585 C 98.855 18.38 98.804 18.195 98.701 18.031 C 98.598 17.867 98.466 17.744 98.301 17.662 C 98.137 17.559 97.952 17.508 97.747 17.508 L 94.978 17.508 C 93.952 17.508 93.019 17.344 92.178 17.015 C 91.358 16.667 90.701 16.133 90.209 15.415 C 89.737 14.677 89.501 13.723 89.501 12.554 C 89.501 11.651 89.717 10.831 90.147 10.092 C 90.598 9.354 91.204 8.759 91.963 8.308 C 92.742 7.856 93.594 7.631 94.517 7.631 L 102.117 7.631 L 102.117 11.446 L 95.255 11.446 C 94.968 11.446 94.722 11.539 94.517 11.723 C 94.332 11.908 94.24 12.133 94.24 12.4 C 94.24 12.687 94.332 12.933 94.517 13.139 C 94.722 13.323 94.968 13.415 95.255 13.415 L 97.963 13.415 C 99.112 13.415 100.096 13.59 100.917 13.939 C 101.758 14.267 102.404 14.8 102.855 15.539 C 103.327 16.277 103.563 17.231 103.563 18.4 C 103.563 19.323 103.327 20.164 102.855 20.923 C 102.404 21.682 101.789 22.287 101.009 22.739 C 100.25 23.19 99.389 23.415 98.424 23.415 Z\" fill=\"var(--token-a133d2e6-aa2f-4c12-a679-ecfe9f33dc2e, rgb(123, 97, 255)) /* {&quot;name&quot;:&quot;Primary Coloe&quot;} */\"></path></svg>',svgContentId:12021928974,withExternalLayout:true,...addPropertyOverrides({Gr9K0JhUo:{svgContentId:11440280789},rWgATr5mD:{svgContentId:11440280789}},baseVariant,gestureVariant)})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p06esv\",\"data-framer-name\":\"nav-links\",layoutDependency:layoutDependency,layoutId:\"GQqTrHOTm\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-48)/2)+14+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iq8f00-container\",layoutDependency:layoutDependency,layoutId:\"W6vvUj24T-container\",nodeId:\"W6vvUj24T\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(Tab,{FYCva7Mow:resolvedLinks[0],height:\"100%\",id:\"W6vvUj24T\",layoutId:\"W6vvUj24T\",sdvYgH5Eq:\"Home\",variant:\"TzQ9nB0CM\",width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{FYCva7Mow:resolvedLinks[13],variant:\"xGph2pLFc\"},d8i2neCRo:{FYCva7Mow:resolvedLinks[1],variant:\"xGph2pLFc\"},dHH7qhqLX:{FYCva7Mow:resolvedLinks[3],variant:\"xGph2pLFc\"},gkIM0rHUe:{FYCva7Mow:resolvedLinks[15],variant:\"xGph2pLFc\"},JAimgMsmW:{FYCva7Mow:resolvedLinks[4],variant:\"xGph2pLFc\"},mrIddGWi2:{FYCva7Mow:resolvedLinks[12],variant:\"xGph2pLFc\"},o4JgilfEN:{FYCva7Mow:resolvedLinks[10],variant:\"xGph2pLFc\"},oMBx2cOAt:{FYCva7Mow:resolvedLinks[7]},QQiavXiFk:{FYCva7Mow:resolvedLinks[11],variant:\"xGph2pLFc\"},sHgeqYYpT:{FYCva7Mow:resolvedLinks[9],variant:\"xGph2pLFc\"},U80LK85hV:{FYCva7Mow:resolvedLinks[5]},VHHI40V8w:{FYCva7Mow:resolvedLinks[6]},vTThs8H27:{FYCva7Mow:resolvedLinks[8],variant:\"xGph2pLFc\"},VuOKTuaBl:{FYCva7Mow:resolvedLinks[14],variant:\"xGph2pLFc\"},WcLljwEjP:{FYCva7Mow:resolvedLinks[2],variant:\"xGph2pLFc\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-48)/2)+14+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6a37nt-container\",layoutDependency:layoutDependency,layoutId:\"ej3jByaRr-container\",nodeId:\"ej3jByaRr\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(Tab,{C_hqFUOQS:C_hqFUOQS1s1d6cy,height:\"100%\",id:\"ej3jByaRr\",layoutId:\"ej3jByaRr\",sdvYgH5Eq:\"Products\",variant:\"DcqwQHDGw\",width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{C_hqFUOQS:undefined},d8i2neCRo:{C_hqFUOQS:undefined},dHH7qhqLX:{C_hqFUOQS:C_hqFUOQSg2q45x},gkIM0rHUe:{C_hqFUOQS:C_hqFUOQSlcboz3},JAimgMsmW:{C_hqFUOQS:C_hqFUOQSg2q45x},mrIddGWi2:{C_hqFUOQS:C_hqFUOQSlcboz3},o4JgilfEN:{C_hqFUOQS:C_hqFUOQS1by113v},QQiavXiFk:{C_hqFUOQS:C_hqFUOQS1by113v},sHgeqYYpT:{C_hqFUOQS:undefined},U80LK85hV:{C_hqFUOQS:undefined},vTThs8H27:{C_hqFUOQS:C_hqFUOQS1by113v},VuOKTuaBl:{C_hqFUOQS:C_hqFUOQSlcboz3},WcLljwEjP:{C_hqFUOQS:C_hqFUOQSg2q45x}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-48)/2)+14+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ytr02p-container\",layoutDependency:layoutDependency,layoutId:\"dX2hUVsW3-container\",nodeId:\"dX2hUVsW3\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(Tab,{C_hqFUOQS:C_hqFUOQS7thcev,height:\"100%\",id:\"dX2hUVsW3\",layoutId:\"dX2hUVsW3\",sdvYgH5Eq:\"Success Stories\",variant:\"DcqwQHDGw\",width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{C_hqFUOQS:C_hqFUOQStn6a4t},d8i2neCRo:{C_hqFUOQS:C_hqFUOQSr1yaqj},dHH7qhqLX:{C_hqFUOQS:C_hqFUOQSr1yaqj},gkIM0rHUe:{C_hqFUOQS:C_hqFUOQStn6a4t},JAimgMsmW:{C_hqFUOQS:C_hqFUOQSr1yaqj},mrIddGWi2:{C_hqFUOQS:C_hqFUOQStn6a4t},o4JgilfEN:{C_hqFUOQS:undefined},QQiavXiFk:{C_hqFUOQS:C_hqFUOQSkzojoc},sHgeqYYpT:{C_hqFUOQS:C_hqFUOQSkzojoc},VHHI40V8w:{C_hqFUOQS:undefined},vTThs8H27:{C_hqFUOQS:C_hqFUOQSkzojoc},VuOKTuaBl:{C_hqFUOQS:undefined},WcLljwEjP:{C_hqFUOQS:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-48)/2)+14+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3x431s-container\",layoutDependency:layoutDependency,layoutId:\"doM4Y7uqK-container\",nodeId:\"doM4Y7uqK\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(Tab,{C_hqFUOQS:C_hqFUOQSomxevs,height:\"100%\",id:\"doM4Y7uqK\",layoutId:\"doM4Y7uqK\",sdvYgH5Eq:\"Resources\",variant:\"DcqwQHDGw\",width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{C_hqFUOQS:C_hqFUOQS1wcfwxn},d8i2neCRo:{C_hqFUOQS:C_hqFUOQSne025e},gkIM0rHUe:{C_hqFUOQS:undefined},JAimgMsmW:{C_hqFUOQS:C_hqFUOQSne025e},mrIddGWi2:{C_hqFUOQS:C_hqFUOQS1wcfwxn},o4JgilfEN:{C_hqFUOQS:C_hqFUOQS1mu5hwt},QQiavXiFk:{C_hqFUOQS:undefined},sHgeqYYpT:{C_hqFUOQS:C_hqFUOQS1mu5hwt},vTThs8H27:{C_hqFUOQS:C_hqFUOQS1mu5hwt},VuOKTuaBl:{C_hqFUOQS:C_hqFUOQS1wcfwxn},WcLljwEjP:{C_hqFUOQS:C_hqFUOQSne025e}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined},{href:{webPageId:\"Gu6_mX0h2\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-48)/2)+14+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pl5bn7-container\",layoutDependency:layoutDependency,layoutId:\"v8LtlgZSP-container\",nodeId:\"v8LtlgZSP\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(Tab,{FYCva7Mow:resolvedLinks1[0],height:\"100%\",id:\"v8LtlgZSP\",layoutId:\"v8LtlgZSP\",sdvYgH5Eq:\"About Us\",variant:\"xGph2pLFc\",width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{FYCva7Mow:resolvedLinks1[13]},d8i2neCRo:{FYCva7Mow:resolvedLinks1[1]},dHH7qhqLX:{FYCva7Mow:resolvedLinks1[3]},gkIM0rHUe:{FYCva7Mow:resolvedLinks1[15]},JAimgMsmW:{FYCva7Mow:resolvedLinks1[4]},mrIddGWi2:{FYCva7Mow:resolvedLinks1[12]},o4JgilfEN:{FYCva7Mow:resolvedLinks1[10],variant:\"TzQ9nB0CM\"},oMBx2cOAt:{FYCva7Mow:resolvedLinks1[7]},QQiavXiFk:{FYCva7Mow:resolvedLinks1[11],variant:\"TzQ9nB0CM\"},sHgeqYYpT:{FYCva7Mow:resolvedLinks1[9],variant:\"TzQ9nB0CM\"},U80LK85hV:{FYCva7Mow:resolvedLinks1[5]},VHHI40V8w:{FYCva7Mow:resolvedLinks1[6]},vTThs8H27:{FYCva7Mow:resolvedLinks1[8],variant:\"TzQ9nB0CM\"},VuOKTuaBl:{FYCva7Mow:resolvedLinks1[14]},WcLljwEjP:{FYCva7Mow:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-48)/2)+14+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15rclpn-container\",layoutDependency:layoutDependency,layoutId:\"exyhaYgao-container\",nodeId:\"exyhaYgao\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(Tab,{FYCva7Mow:resolvedLinks2[0],height:\"100%\",id:\"exyhaYgao\",layoutId:\"exyhaYgao\",sdvYgH5Eq:\"Contact Us\",variant:\"xGph2pLFc\",width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{FYCva7Mow:resolvedLinks2[13],variant:\"TzQ9nB0CM\"},d8i2neCRo:{FYCva7Mow:resolvedLinks2[1]},dHH7qhqLX:{FYCva7Mow:resolvedLinks2[3]},gkIM0rHUe:{FYCva7Mow:resolvedLinks2[15],variant:\"TzQ9nB0CM\"},JAimgMsmW:{FYCva7Mow:resolvedLinks2[4]},mrIddGWi2:{FYCva7Mow:resolvedLinks2[12],variant:\"TzQ9nB0CM\"},o4JgilfEN:{FYCva7Mow:resolvedLinks2[10]},oMBx2cOAt:{FYCva7Mow:resolvedLinks2[7]},QQiavXiFk:{FYCva7Mow:resolvedLinks2[11]},sHgeqYYpT:{FYCva7Mow:resolvedLinks2[9]},U80LK85hV:{FYCva7Mow:resolvedLinks2[5]},VHHI40V8w:{FYCva7Mow:resolvedLinks2[6]},vTThs8H27:{FYCva7Mow:resolvedLinks2[8]},VuOKTuaBl:{FYCva7Mow:resolvedLinks2[14],variant:\"TzQ9nB0CM\"},WcLljwEjP:{FYCva7Mow:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hmn5dz\",\"data-framer-name\":\"Button_wrapper\",layoutDependency:layoutDependency,layoutId:\"mdEdSpqpQ\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined},{href:{webPageId:\"JR5c3z8wZ\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(20+((componentViewport?.height||80)-40-48)/2)+0+0,...addPropertyOverrides({Gr9K0JhUo:{y:(componentViewport?.y||0)+(12+((componentViewport?.height||68)-24-48)/2)+0+0},hthtVDhzn:{y:(componentViewport?.y||0)+(16+((componentViewport?.height||80)-32-48)/2)+0+0},RvkmEfwwB:{y:(componentViewport?.y||0)+(16+((componentViewport?.height||80)-32-48)/2)+0+0},rWgATr5mD:{y:(componentViewport?.y||0)+(12+((componentViewport?.height||68)-24-48)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fp0ze3-container\",layoutDependency:layoutDependency,layoutId:\"cjkUdNRkk-container\",nodeId:\"cjkUdNRkk\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",whileHover:animation,children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"cjkUdNRkk\",layoutId:\"cjkUdNRkk\",Pysa0m6JF:\"Get a Demo\",width:\"100%\",ywsriEEDL:resolvedLinks3[0],...addPropertyOverrides({A0GEVzPX4:{ywsriEEDL:resolvedLinks3[13]},d8i2neCRo:{ywsriEEDL:resolvedLinks3[1]},dHH7qhqLX:{ywsriEEDL:resolvedLinks3[3]},gkIM0rHUe:{ywsriEEDL:resolvedLinks3[15]},Gr9K0JhUo:{ywsriEEDL:resolvedLinks3[18]},hthtVDhzn:{ywsriEEDL:resolvedLinks3[16]},JAimgMsmW:{ywsriEEDL:resolvedLinks3[4]},mrIddGWi2:{ywsriEEDL:resolvedLinks3[12]},o4JgilfEN:{ywsriEEDL:resolvedLinks3[10]},oMBx2cOAt:{ywsriEEDL:resolvedLinks3[7]},QQiavXiFk:{ywsriEEDL:resolvedLinks3[11]},RvkmEfwwB:{ywsriEEDL:resolvedLinks3[17]},rWgATr5mD:{ywsriEEDL:resolvedLinks3[19]},sHgeqYYpT:{ywsriEEDL:resolvedLinks3[9]},U80LK85hV:{ywsriEEDL:resolvedLinks3[5]},VHHI40V8w:{ywsriEEDL:resolvedLinks3[6]},vTThs8H27:{ywsriEEDL:resolvedLinks3[8]},VuOKTuaBl:{ywsriEEDL:resolvedLinks3[14]},WcLljwEjP:{ywsriEEDL:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})})})]}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-o5mi5a\",\"data-border\":true,\"data-framer-name\":\"Mega Menu for the Resource\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QLgh951qT\",onMouseLeave:onMouseLeave1qo00gp,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(236, 238, 241)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 2px 12px 0px rgba(0, 0, 0, 0.08)\"},...addPropertyOverrides({A0GEVzPX4:{onMouseLeave:onMouseLeavesmwaw},sHgeqYYpT:{onMouseLeave:onMouseLeaveasdsld},U80LK85hV:{onMouseLeave:onMouseLeavewl5qcg}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18w699i\",\"data-framer-name\":\"Frame 1707479666\",layoutDependency:layoutDependency,layoutId:\"GV1D6tj41\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gvq4lm\",\"data-framer-name\":\"Frame 1707479686\",layoutDependency:layoutDependency,layoutId:\"hzTnGcYNd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k6sssj\",layoutDependency:layoutDependency,layoutId:\"BxUNzfCZa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xpk245\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"uLBguyI0I\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-k43ba\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"XW7Oxyfac\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.875 3.125V7.5H1.875V3.125H6.875ZM1.875 1.25C0.839844 1.25 0 2.08984 0 3.125V7.5C0 8.53516 0.839844 9.375 1.875 9.375H6.875C7.91016 9.375 8.75 8.53516 8.75 7.5V3.125C8.75 2.08984 7.91016 1.25 6.875 1.25H1.875ZM6.875 12.5V16.875H1.875V12.5H6.875ZM1.875 10.625C0.839844 10.625 0 11.4648 0 12.5V16.875C0 17.9102 0.839844 18.75 1.875 18.75H6.875C7.91016 18.75 8.75 17.9102 8.75 16.875V12.5C8.75 11.4648 7.91016 10.625 6.875 10.625H1.875ZM11.875 3.125H18.125V4.375H11.875V3.125ZM10 3.125V4.375C10 5.41016 10.8398 6.25 11.875 6.25H18.125C19.1602 6.25 20 5.41016 20 4.375V3.125C20 2.08984 19.1602 1.25 18.125 1.25H11.875C10.8398 1.25 10 2.08984 10 3.125ZM18.125 9.375V10.625H11.875V9.375H18.125ZM11.875 7.5C10.8398 7.5 10 8.33984 10 9.375V10.625C10 11.6602 10.8398 12.5 11.875 12.5H18.125C19.1602 12.5 20 11.6602 20 10.625V9.375C20 8.33984 19.1602 7.5 18.125 7.5H11.875ZM11.875 15.625H18.125V16.875H11.875V15.625ZM10 15.625V16.875C10 17.9102 10.8398 18.75 11.875 18.75H18.125C19.1602 18.75 20 17.9102 20 16.875V15.625C20 14.5898 19.1602 13.75 18.125 13.75H11.875C10.8398 13.75 10 14.5898 10 15.625Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Products\"})}),className:\"framer-1d9w72p\",\"data-framer-name\":\"Products\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"NXL8HmV3G\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xp3eqr\",\"data-framer-name\":\"Frame 1707479692\",layoutDependency:layoutDependency,layoutId:\"BjHf_Y2CC\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x2eobHXNN\"},implicitPathVariables:undefined},{href:{webPageId:\"x2eobHXNN\"},implicitPathVariables:undefined},{href:{webPageId:\"x2eobHXNN\"},implicitPathVariables:undefined},{href:{webPageId:\"x2eobHXNN\"},implicitPathVariables:undefined},{href:{webPageId:\"x2eobHXNN\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+0+0+28+0+0},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+0+0+28+0+0},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+0+0+28+0+0},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+0+0+28+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17huxdb-container\",layoutDependency:layoutDependency,layoutId:\"DucruFXM5-container\",nodeId:\"DucruFXM5\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"DucruFXM5\",KFUaIfN0H:\"Roleplay Bots For Sales Training\",layoutId:\"DucruFXM5\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks4[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks4[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks4[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks4[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rk30jm\",layoutDependency:layoutDependency,layoutId:\"EHEh1Phnm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kvm62s\",\"data-framer-name\":\"Frame 1707479673\",layoutDependency:layoutDependency,layoutId:\"jZdh2y76J\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-a2dvdw\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"TXCwzxYRa\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.875 2.1875V3.75H13.125V2.1875C13.125 2.01562 12.9844 1.875 12.8125 1.875H7.1875C7.01562 1.875 6.875 2.01562 6.875 2.1875ZM5 3.75V2.1875C5 0.980469 5.98047 0 7.1875 0H12.8125C14.0195 0 15 0.980469 15 2.1875V3.75H17.5C18.8789 3.75 20 4.87109 20 6.25V10.9375V16.25C20 17.6289 18.8789 18.75 17.5 18.75H2.5C1.12109 18.75 0 17.6289 0 16.25V10.9375V6.25C0 4.87109 1.12109 3.75 2.5 3.75H5ZM1.875 11.875V16.25C1.875 16.5938 2.15625 16.875 2.5 16.875H17.5C17.8438 16.875 18.125 16.5938 18.125 16.25V11.875H12.5V12.5C12.5 13.1914 11.9414 13.75 11.25 13.75H8.75C8.05859 13.75 7.5 13.1914 7.5 12.5V11.875H1.875ZM7.5 10H12.5H18.125V6.25C18.125 5.90625 17.8438 5.625 17.5 5.625H14.0625H5.9375H2.5C2.15625 5.625 1.875 5.90625 1.875 6.25V10H7.5Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Use Cases\"})}),className:\"framer-xbmhwg\",\"data-framer-name\":\"Use Cases\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"gKKPjUHwR\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ws06to\",\"data-framer-name\":\"Frame 1707479693\",layoutDependency:layoutDependency,layoutId:\"AzWwHqjM3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-35az0k\",\"data-framer-name\":\"Frame 1707479688\",layoutDependency:layoutDependency,layoutId:\"VaUnp4px1\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jvv3DpI3u\"},implicitPathVariables:undefined},{href:{webPageId:\"jvv3DpI3u\"},implicitPathVariables:undefined},{href:{webPageId:\"jvv3DpI3u\"},implicitPathVariables:undefined},{href:{webPageId:\"jvv3DpI3u\"},implicitPathVariables:undefined},{href:{webPageId:\"jvv3DpI3u\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"300px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v0y475-container\",layoutDependency:layoutDependency,layoutId:\"hMgGEgi5y-container\",nodeId:\"hMgGEgi5y\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"hMgGEgi5y\",KFUaIfN0H:\"Insurance Sales Training AI\",layoutId:\"hMgGEgi5y\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks5[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks5[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks5[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks5[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tNhwspT7H\"},implicitPathVariables:undefined},{href:{webPageId:\"tNhwspT7H\"},implicitPathVariables:undefined},{href:{webPageId:\"tNhwspT7H\"},implicitPathVariables:undefined},{href:{webPageId:\"tNhwspT7H\"},implicitPathVariables:undefined},{href:{webPageId:\"tNhwspT7H\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"300px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-oaceb2-container\",layoutDependency:layoutDependency,layoutId:\"r85UVfi81-container\",nodeId:\"r85UVfi81\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"r85UVfi81\",KFUaIfN0H:\"B2B Sales Training\",layoutId:\"r85UVfi81\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks6[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks6[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks6[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks6[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks6[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"c_st475sR\"},implicitPathVariables:undefined},{href:{webPageId:\"c_st475sR\"},implicitPathVariables:undefined},{href:{webPageId:\"c_st475sR\"},implicitPathVariables:undefined},{href:{webPageId:\"c_st475sR\"},implicitPathVariables:undefined},{href:{webPageId:\"c_st475sR\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"300px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+80},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+80},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+80},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13d1d2v-container\",layoutDependency:layoutDependency,layoutId:\"uoe8aVKk9-container\",nodeId:\"uoe8aVKk9\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"uoe8aVKk9\",KFUaIfN0H:\"Wealth Advisory Sales Training AI\",layoutId:\"uoe8aVKk9\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks7[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks7[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks7[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks7[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ln0pxd\",\"data-framer-name\":\"Frame 1707479688\",layoutDependency:layoutDependency,layoutId:\"Ew3PYYLcI\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"C5l8y4swy\"},implicitPathVariables:undefined},{href:{webPageId:\"C5l8y4swy\"},implicitPathVariables:undefined},{href:{webPageId:\"C5l8y4swy\"},implicitPathVariables:undefined},{href:{webPageId:\"C5l8y4swy\"},implicitPathVariables:undefined},{href:{webPageId:\"C5l8y4swy\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"300px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hq0hjh-container\",layoutDependency:layoutDependency,layoutId:\"ldWS9PQBn-container\",nodeId:\"ldWS9PQBn\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"ldWS9PQBn\",KFUaIfN0H:\"Banking Sales Training AI\",layoutId:\"ldWS9PQBn\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks8[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks8[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks8[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks8[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks8[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gmoCByURj\"},implicitPathVariables:undefined},{href:{webPageId:\"gmoCByURj\"},implicitPathVariables:undefined},{href:{webPageId:\"gmoCByURj\"},implicitPathVariables:undefined},{href:{webPageId:\"gmoCByURj\"},implicitPathVariables:undefined},{href:{webPageId:\"gmoCByURj\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"300px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jftlte-container\",layoutDependency:layoutDependency,layoutId:\"eKFuhT0DL-container\",nodeId:\"eKFuhT0DL\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"eKFuhT0DL\",KFUaIfN0H:\"Call Center Sales Training AI\",layoutId:\"eKFuhT0DL\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks9[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks9[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks9[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks9[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks9[2]}},baseVariant,gestureVariant)})})})})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b1rqnx\",\"data-framer-name\":\"Frame 1707479686\",layoutDependency:layoutDependency,layoutId:\"Ax7Et3zCa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ge4rdf\",layoutDependency:layoutDependency,layoutId:\"UxhcLw5N7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9136hi\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"qhlQUQbOd\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11ivdda\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"lGNh9BbiS\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.875 3.125V7.5H1.875V3.125H6.875ZM1.875 1.25C0.839844 1.25 0 2.08984 0 3.125V7.5C0 8.53516 0.839844 9.375 1.875 9.375H6.875C7.91016 9.375 8.75 8.53516 8.75 7.5V3.125C8.75 2.08984 7.91016 1.25 6.875 1.25H1.875ZM6.875 12.5V16.875H1.875V12.5H6.875ZM1.875 10.625C0.839844 10.625 0 11.4648 0 12.5V16.875C0 17.9102 0.839844 18.75 1.875 18.75H6.875C7.91016 18.75 8.75 17.9102 8.75 16.875V12.5C8.75 11.4648 7.91016 10.625 6.875 10.625H1.875ZM11.875 3.125H18.125V4.375H11.875V3.125ZM10 3.125V4.375C10 5.41016 10.8398 6.25 11.875 6.25H18.125C19.1602 6.25 20 5.41016 20 4.375V3.125C20 2.08984 19.1602 1.25 18.125 1.25H11.875C10.8398 1.25 10 2.08984 10 3.125ZM18.125 9.375V10.625H11.875V9.375H18.125ZM11.875 7.5C10.8398 7.5 10 8.33984 10 9.375V10.625C10 11.6602 10.8398 12.5 11.875 12.5H18.125C19.1602 12.5 20 11.6602 20 10.625V9.375C20 8.33984 19.1602 7.5 18.125 7.5H11.875ZM11.875 15.625H18.125V16.875H11.875V15.625ZM10 15.625V16.875C10 17.9102 10.8398 18.75 11.875 18.75H18.125C19.1602 18.75 20 17.9102 20 16.875V15.625C20 14.5898 19.1602 13.75 18.125 13.75H11.875C10.8398 13.75 10 14.5898 10 15.625Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Products\"})}),className:\"framer-1feax28\",\"data-framer-name\":\"Products\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"os40bN6BF\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-drl50z\",\"data-framer-name\":\"Frame 1707479692\",layoutDependency:layoutDependency,layoutId:\"L20hslwkF\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"L5RfiyLXh\"},implicitPathVariables:undefined},{href:{webPageId:\"L5RfiyLXh\"},implicitPathVariables:undefined},{href:{webPageId:\"L5RfiyLXh\"},implicitPathVariables:undefined},{href:{webPageId:\"L5RfiyLXh\"},implicitPathVariables:undefined},{href:{webPageId:\"L5RfiyLXh\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"612px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+0+0+28+0+0},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+0+0+28+0+0},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+0+0+28+0+0},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+0+0+28+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9ttj4z-container\",layoutDependency:layoutDependency,layoutId:\"tV0BrVyOK-container\",nodeId:\"tV0BrVyOK\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"tV0BrVyOK\",KFUaIfN0H:\"Workforce Upskilling With AI Nudging\",layoutId:\"tV0BrVyOK\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks10[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks10[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks10[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks10[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks10[2]}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-93dchp\",layoutDependency:layoutDependency,layoutId:\"J3eKksrIn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nicvjb\",\"data-framer-name\":\"Frame 1707479673\",layoutDependency:layoutDependency,layoutId:\"UCeJN4Qp5\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1s1i0mc\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"erOYMKQHE\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.875 2.1875V3.75H13.125V2.1875C13.125 2.01562 12.9844 1.875 12.8125 1.875H7.1875C7.01562 1.875 6.875 2.01562 6.875 2.1875ZM5 3.75V2.1875C5 0.980469 5.98047 0 7.1875 0H12.8125C14.0195 0 15 0.980469 15 2.1875V3.75H17.5C18.8789 3.75 20 4.87109 20 6.25V10.9375V16.25C20 17.6289 18.8789 18.75 17.5 18.75H2.5C1.12109 18.75 0 17.6289 0 16.25V10.9375V6.25C0 4.87109 1.12109 3.75 2.5 3.75H5ZM1.875 11.875V16.25C1.875 16.5938 2.15625 16.875 2.5 16.875H17.5C17.8438 16.875 18.125 16.5938 18.125 16.25V11.875H12.5V12.5C12.5 13.1914 11.9414 13.75 11.25 13.75H8.75C8.05859 13.75 7.5 13.1914 7.5 12.5V11.875H1.875ZM7.5 10H12.5H18.125V6.25C18.125 5.90625 17.8438 5.625 17.5 5.625H14.0625H5.9375H2.5C2.15625 5.625 1.875 5.90625 1.875 6.25V10H7.5Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Use Cases\"})}),className:\"framer-isf3af\",\"data-framer-name\":\"Use Cases\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"CFnG_T6zz\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hukhp1\",\"data-framer-name\":\"Frame 1707479693\",layoutDependency:layoutDependency,layoutId:\"RQOU0xkmK\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n93791\",\"data-framer-name\":\"Frame 1707479688\",layoutDependency:layoutDependency,layoutId:\"kt0z9iGtd\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AWJY4N6Jz\"},implicitPathVariables:undefined},{href:{webPageId:\"AWJY4N6Jz\"},implicitPathVariables:undefined},{href:{webPageId:\"AWJY4N6Jz\"},implicitPathVariables:undefined},{href:{webPageId:\"AWJY4N6Jz\"},implicitPathVariables:undefined},{href:{webPageId:\"AWJY4N6Jz\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"300px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gds4c7-container\",layoutDependency:layoutDependency,layoutId:\"vARU42Bib-container\",nodeId:\"vARU42Bib\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"vARU42Bib\",KFUaIfN0H:\"Manager Development Program\",layoutId:\"vARU42Bib\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks11[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks11[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks11[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks11[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks11[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MEOnSTZL1\"},implicitPathVariables:undefined},{href:{webPageId:\"MEOnSTZL1\"},implicitPathVariables:undefined},{href:{webPageId:\"MEOnSTZL1\"},implicitPathVariables:undefined},{href:{webPageId:\"MEOnSTZL1\"},implicitPathVariables:undefined},{href:{webPageId:\"MEOnSTZL1\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"300px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fkefh6-container\",layoutDependency:layoutDependency,layoutId:\"fGJlwFyEU-container\",nodeId:\"fGJlwFyEU\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"fGJlwFyEU\",KFUaIfN0H:\"Learning Management System\",layoutId:\"fGJlwFyEU\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks12[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks12[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks12[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks12[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks12[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cpupth\",\"data-framer-name\":\"Frame 1707479688\",layoutDependency:layoutDependency,layoutId:\"JyJt7STqz\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VZ7DTJmcs\"},implicitPathVariables:undefined},{href:{webPageId:\"VZ7DTJmcs\"},implicitPathVariables:undefined},{href:{webPageId:\"VZ7DTJmcs\"},implicitPathVariables:undefined},{href:{webPageId:\"VZ7DTJmcs\"},implicitPathVariables:undefined},{href:{webPageId:\"VZ7DTJmcs\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"300px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14jlnf3-container\",layoutDependency:layoutDependency,layoutId:\"YKtCzQ9WN-container\",nodeId:\"YKtCzQ9WN\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"YKtCzQ9WN\",KFUaIfN0H:\"Organizational Development Platform\",layoutId:\"YKtCzQ9WN\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks13[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks13[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks13[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks13[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks13[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oCth7awXZ\"},implicitPathVariables:undefined},{href:{webPageId:\"oCth7awXZ\"},implicitPathVariables:undefined},{href:{webPageId:\"oCth7awXZ\"},implicitPathVariables:undefined},{href:{webPageId:\"oCth7awXZ\"},implicitPathVariables:undefined},{href:{webPageId:\"oCth7awXZ\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"300px\",...addPropertyOverrides({A0GEVzPX4:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},d8i2neCRo:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},sHgeqYYpT:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40},U80LK85hV:{y:(componentViewport?.y||0)+80+40+0+0+0+84+0+28+0+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eyhi0z-container\",layoutDependency:layoutDependency,layoutId:\"hGZxaGlz2-container\",nodeId:\"hGZxaGlz2\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"hGZxaGlz2\",KFUaIfN0H:\"Individual Development Plan Platform\",layoutId:\"hGZxaGlz2\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks14[0],width:\"100%\",...addPropertyOverrides({A0GEVzPX4:{wFGbONlsJ:resolvedLinks14[4]},d8i2neCRo:{wFGbONlsJ:resolvedLinks14[1]},sHgeqYYpT:{wFGbONlsJ:resolvedLinks14[3]},U80LK85hV:{wFGbONlsJ:resolvedLinks14[2]}},baseVariant,gestureVariant)})})})})]})]})]})]})]})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tmj1kb\",\"data-border\":true,\"data-framer-name\":\"Mega Menu for the Resource\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XRtcxAy4x\",onMouseLeave:onMouseLeave1qo00gp,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(236, 238, 241)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 2px 12px 0px rgba(0, 0, 0, 0.08)\"},transformTemplate:transformTemplate1,...addPropertyOverrides({o4JgilfEN:{onMouseLeave:onMouseLeaveasdsld},VHHI40V8w:{onMouseLeave:onMouseLeavewl5qcg},VuOKTuaBl:{onMouseLeave:onMouseLeavesmwaw}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-448mwk\",\"data-framer-name\":\"Frame 1707479673\",layoutDependency:layoutDependency,layoutId:\"ZudJZ6qRm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i8x93d\",\"data-framer-name\":\"Frame 1707479666\",layoutDependency:layoutDependency,layoutId:\"lE7sScvo5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1itpj3p\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"T0OPpPogs\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-pgpvlo\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"C5bysumO0\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5 18.125C4.65625 18.125 4.375 17.8438 4.375 17.5V2.5C4.375 2.15625 4.65625 1.875 5 1.875H11.25V5C11.25 5.69141 11.8086 6.25 12.5 6.25H15.625V17.5C15.625 17.8438 15.3438 18.125 15 18.125H5ZM5 0C3.62109 0 2.5 1.12109 2.5 2.5V17.5C2.5 18.8789 3.62109 20 5 20H15C16.3789 20 17.5 18.8789 17.5 17.5V6.03516C17.5 5.37109 17.2383 4.73437 16.7695 4.26562L13.2305 0.730469C12.7617 0.261719 12.1289 0 11.4648 0H5ZM13.125 11.875C13.125 9.80469 11.4453 8.125 9.375 8.125C7.30469 8.125 5.625 9.80469 5.625 11.875C5.625 13.9453 7.30469 15.625 9.375 15.625C10.0703 15.625 10.7187 15.4375 11.2773 15.1094L12.7734 16.6055C13.1406 16.9727 13.7344 16.9727 14.0977 16.6055C14.4609 16.2383 14.4648 15.6445 14.0977 15.2813L12.6016 13.7852C12.9336 13.2266 13.1211 12.5742 13.1211 11.875H13.125ZM9.375 10C9.87228 10 10.3492 10.1975 10.7008 10.5492C11.0525 10.9008 11.25 11.3777 11.25 11.875C11.25 12.3723 11.0525 12.8492 10.7008 13.2008C10.3492 13.5525 9.87228 13.75 9.375 13.75C8.87772 13.75 8.40081 13.5525 8.04917 13.2008C7.69754 12.8492 7.5 12.3723 7.5 11.875C7.5 11.3777 7.69754 10.9008 8.04917 10.5492C8.40081 10.1975 8.87772 10 9.375 10Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Case Studies\"})}),className:\"framer-1i0mdzj\",\"data-framer-name\":\"Case Studies\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"Tph4CaMfr\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w6x6od\",\"data-framer-name\":\"Frame 1707479665\",layoutDependency:layoutDependency,layoutId:\"FypMpwBk1\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jItbiSHFg\"},implicitPathVariables:undefined},{href:{webPageId:\"jItbiSHFg\"},implicitPathVariables:undefined},{href:{webPageId:\"jItbiSHFg\"},implicitPathVariables:undefined},{href:{webPageId:\"jItbiSHFg\"},implicitPathVariables:undefined},{href:{webPageId:\"jItbiSHFg\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({o4JgilfEN:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},VHHI40V8w:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},VuOKTuaBl:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},WcLljwEjP:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vtn1c9-container\",layoutDependency:layoutDependency,layoutId:\"DDsprcSGH-container\",nodeId:\"DDsprcSGH\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"DDsprcSGH\",KFUaIfN0H:\"Explore Case Studies\",layoutId:\"DDsprcSGH\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks15[0],width:\"100%\",...addPropertyOverrides({o4JgilfEN:{wFGbONlsJ:resolvedLinks15[3]},VHHI40V8w:{wFGbONlsJ:resolvedLinks15[2]},VuOKTuaBl:{wFGbONlsJ:resolvedLinks15[4]},WcLljwEjP:{wFGbONlsJ:resolvedLinks15[1]}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4a721l\",\"data-framer-name\":\"Frame 1707479669\",layoutDependency:layoutDependency,layoutId:\"e5SmBk07s\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qq9r7i\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"lKcCPIV8L\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1cappau\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"RrMVzmgOQ\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1860_3596)\">\\n<path d=\"M7 8.5C7.66304 8.5 8.29893 8.23661 8.76777 7.76777C9.23661 7.29893 9.5 6.66304 9.5 6C9.5 5.33696 9.23661 4.70107 8.76777 4.23223C8.29893 3.76339 7.66304 3.5 7 3.5C6.33696 3.5 5.70107 3.76339 5.23223 4.23223C4.76339 4.70107 4.5 5.33696 4.5 6C4.5 6.66304 4.76339 7.29893 5.23223 7.76777C5.70107 8.23661 6.33696 8.5 7 8.5ZM7 2C8.06087 2 9.07828 2.42143 9.82843 3.17157C10.5786 3.92172 11 4.93913 11 6C11 7.06087 10.5786 8.07828 9.82843 8.82843C9.07828 9.57857 8.06087 10 7 10C5.93913 10 4.92172 9.57857 4.17157 8.82843C3.42143 8.07828 3 7.06087 3 6C3 4.93913 3.42143 3.92172 4.17157 3.17157C4.92172 2.42143 5.93913 2 7 2ZM1.54062 16.5H9C9 17.0969 9.24062 17.6062 9.59062 18H0.928125C0.415625 18 0 17.5844 0 17.0719C0 13.9937 2.49375 11.5 5.57188 11.5H7H8.42813C9.5625 11.5 10.6187 11.8406 11.5 12.4219V14.0344C11.4 14.0469 11.2969 14.0656 11.2 14.0875C10.4719 13.4125 9.5 13 8.42813 13H5.57188C3.51875 13 1.81875 14.5219 1.54062 16.5Z\" fill=\"#7B61FF\"/>\\n<path d=\"M17.9972 11.9992C18.1018 12.1037 18.1363 12.2601 18.0846 12.4028L17.209 14.8377L18.6854 16.8436C18.7725 16.9611 18.7839 17.1202 18.7138 17.2539C18.6437 17.3876 18.5075 17.4716 18.3598 17.4738L15.8062 17.5021L14.2812 19.6226C14.1928 19.7451 14.0442 19.8096 13.8957 19.7876C13.7472 19.7657 13.6288 19.6613 13.5882 19.52L12.8887 17.1055L10.4776 16.407C10.3352 16.3654 10.2308 16.247 10.21 16.0996C10.1891 15.9522 10.2525 15.8024 10.375 15.7141L12.4955 14.1891L12.5226 11.6367C12.5237 11.4878 12.61 11.3515 12.7425 11.2826C12.8751 11.2137 13.0341 11.2251 13.1528 11.311L15.1587 12.7874L17.5936 11.9118C17.7374 11.8612 17.8927 11.8946 17.9972 11.9992Z\" fill=\"#7B61FF\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1860_3596\">\\n<rect width=\"20\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Testimonials\"})}),className:\"framer-111q0ch\",\"data-framer-name\":\"Testimonials\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"POuH_Snso\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gygo3v\",\"data-framer-name\":\"Frame 1707479665\",layoutDependency:layoutDependency,layoutId:\"t5DvQFVBX\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jItbiSHFg\"},implicitPathVariables:undefined},{href:{webPageId:\"KOvRsVZTZ\"},implicitPathVariables:undefined},{href:{webPageId:\"KOvRsVZTZ\"},implicitPathVariables:undefined},{href:{webPageId:\"jItbiSHFg\"},implicitPathVariables:undefined},{href:{webPageId:\"KOvRsVZTZ\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({o4JgilfEN:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},VHHI40V8w:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},VuOKTuaBl:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},WcLljwEjP:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t51lyi-container\",layoutDependency:layoutDependency,layoutId:\"DIWjy2LyX-container\",nodeId:\"DIWjy2LyX\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"DIWjy2LyX\",KFUaIfN0H:\"Explore Testimonials\",layoutId:\"DIWjy2LyX\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks16[0],width:\"100%\",...addPropertyOverrides({o4JgilfEN:{wFGbONlsJ:resolvedLinks16[3]},VHHI40V8w:{wFGbONlsJ:resolvedLinks16[2]},VuOKTuaBl:{wFGbONlsJ:resolvedLinks16[4]},WcLljwEjP:{wFGbONlsJ:resolvedLinks16[1]}},baseVariant,gestureVariant)})})})})})]})]})}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7dfgmf\",\"data-border\":true,\"data-framer-name\":\"Mega Menu for the Resource\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sgg5eWcg1\",onMouseLeave:onMouseLeave1qo00gp,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(236, 238, 241)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\"},...addPropertyOverrides({gkIM0rHUe:{onMouseLeave:onMouseLeavesmwaw},oMBx2cOAt:{onMouseLeave:onMouseLeavewl5qcg},QQiavXiFk:{onMouseLeave:onMouseLeaveasdsld}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u7a2mx\",\"data-framer-name\":\"Frame 1707479673\",layoutDependency:layoutDependency,layoutId:\"m3A2C43Uj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hth2ib\",\"data-framer-name\":\"Frame 1707479666\",layoutDependency:layoutDependency,layoutId:\"KVUtkWRTk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19u3e5q\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"S1MpEV5MB\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-pwq3du\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"oNR_r4TWr\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.1875 2.8125C1.66797 2.8125 1.25 3.23047 1.25 3.75C1.25 4.26953 1.66797 4.6875 2.1875 4.6875H17.8125C18.332 4.6875 18.75 4.26953 18.75 3.75C18.75 3.23047 18.332 2.8125 17.8125 2.8125H2.1875ZM7.1875 9.0625C6.66797 9.0625 6.25 9.48047 6.25 10C6.25 10.5195 6.66797 10.9375 7.1875 10.9375H17.8125C18.332 10.9375 18.75 10.5195 18.75 10C18.75 9.48047 18.332 9.0625 17.8125 9.0625H7.1875ZM6.25 16.25C6.25 16.7695 6.66797 17.1875 7.1875 17.1875H17.8125C18.332 17.1875 18.75 16.7695 18.75 16.25C18.75 15.7305 18.332 15.3125 17.8125 15.3125H7.1875C6.66797 15.3125 6.25 15.7305 6.25 16.25ZM1.25 16.5625C1.25 17.082 1.66797 17.5 2.1875 17.5C2.70703 17.5 3.125 17.082 3.125 16.5625V9.6875C3.125 9.16797 2.70703 8.75 2.1875 8.75C1.66797 8.75 1.25 9.16797 1.25 9.6875V16.5625Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Eubrics Blog\"})}),className:\"framer-1t6p4h6\",\"data-framer-name\":\"Eubrics Blog\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"NYY1fKgb6\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1abtpga\",\"data-framer-name\":\"Frame 1707479665\",layoutDependency:layoutDependency,layoutId:\"D5Izs2M3b\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({dHH7qhqLX:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},gkIM0rHUe:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},oMBx2cOAt:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},QQiavXiFk:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hqkhcz-container\",layoutDependency:layoutDependency,layoutId:\"U6t6zmz7F-container\",nodeId:\"U6t6zmz7F\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"U6t6zmz7F\",KFUaIfN0H:\"Explore Sales Effectiveness Blogs\",layoutId:\"U6t6zmz7F\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks17[0],width:\"100%\",...addPropertyOverrides({dHH7qhqLX:{wFGbONlsJ:resolvedLinks17[1]},gkIM0rHUe:{wFGbONlsJ:resolvedLinks17[4]},oMBx2cOAt:{wFGbONlsJ:resolvedLinks17[2]},QQiavXiFk:{wFGbONlsJ:resolvedLinks17[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({dHH7qhqLX:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+40},gkIM0rHUe:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+40},oMBx2cOAt:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+40},QQiavXiFk:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tuflhw-container\",layoutDependency:layoutDependency,layoutId:\"HoW2AWBz_-container\",nodeId:\"HoW2AWBz_\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"HoW2AWBz_\",KFUaIfN0H:\"Explore Workforce Development Blogs\",layoutId:\"HoW2AWBz_\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks18[0],width:\"100%\",...addPropertyOverrides({dHH7qhqLX:{wFGbONlsJ:resolvedLinks18[1]},gkIM0rHUe:{wFGbONlsJ:resolvedLinks18[4]},oMBx2cOAt:{wFGbONlsJ:resolvedLinks18[2]},QQiavXiFk:{wFGbONlsJ:resolvedLinks18[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({dHH7qhqLX:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+80},gkIM0rHUe:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+80},oMBx2cOAt:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+80},QQiavXiFk:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kcis3v-container\",layoutDependency:layoutDependency,layoutId:\"o49nbEUJL-container\",nodeId:\"o49nbEUJL\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"o49nbEUJL\",KFUaIfN0H:\"Explore Enterprise LMS Blogs\",layoutId:\"o49nbEUJL\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks19[0],width:\"100%\",...addPropertyOverrides({dHH7qhqLX:{wFGbONlsJ:resolvedLinks19[1]},gkIM0rHUe:{wFGbONlsJ:resolvedLinks19[4]},oMBx2cOAt:{wFGbONlsJ:resolvedLinks19[2]},QQiavXiFk:{wFGbONlsJ:resolvedLinks19[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined},{href:{webPageId:\"QQ_tQl7wj\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({dHH7qhqLX:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+120},gkIM0rHUe:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+120},oMBx2cOAt:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+120},QQiavXiFk:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+120}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-th1up6-container\",layoutDependency:layoutDependency,layoutId:\"Iub7Q1BYf-container\",nodeId:\"Iub7Q1BYf\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"Iub7Q1BYf\",KFUaIfN0H:\"Explore Managerial Effectiveness Blogs\",layoutId:\"Iub7Q1BYf\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks20[0],width:\"100%\",...addPropertyOverrides({dHH7qhqLX:{wFGbONlsJ:resolvedLinks20[1]},gkIM0rHUe:{wFGbONlsJ:resolvedLinks20[4]},oMBx2cOAt:{wFGbONlsJ:resolvedLinks20[2]},QQiavXiFk:{wFGbONlsJ:resolvedLinks20[3]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h02frg\",\"data-framer-name\":\"Frame 1707479669\",layoutDependency:layoutDependency,layoutId:\"rvkJ8ECBX\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fwh0wc\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"z8gKiZtAM\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8zo6w8\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"N4Opn7GH1\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.41667 2.22223C3.49306 2.22223 1.69444 2.72917 0.940972 2.97223C0.357639 3.15973 0 3.69792 0 4.27431V15.1215C0 16.0278 0.833333 16.6563 1.66667 16.5174C2.35417 16.4028 3.56944 16.25 5.13889 16.25C7.01389 16.25 8.52431 17.1354 9.04514 17.4861C9.30556 17.6597 9.62847 17.7778 9.98264 17.7778C10.3819 17.7778 10.7326 17.632 11 17.434C11.4653 17.0938 12.816 16.25 14.8611 16.25C16.5174 16.25 17.6562 16.3889 18.2986 16.5C19.1285 16.6424 20 16.0208 20 15.0903V4.27431C20 3.7014 19.6424 3.15973 19.059 2.97223C18.3056 2.72917 16.5069 2.22223 14.5833 2.22223C13.3056 2.22223 12.0903 2.44445 11.2014 2.6632C10.7569 2.77431 10.3854 2.88195 10.1285 2.96528C10.0833 2.97917 10.0382 2.99306 10 3.00695C9.96181 2.99306 9.91667 2.97917 9.87153 2.96528C9.61111 2.88195 9.24306 2.77431 8.79861 2.6632C7.90972 2.44445 6.69444 2.22223 5.41667 2.22223ZM9.16667 4.48959V15.6215C8.26389 15.1458 6.83333 14.5833 5.13889 14.5833C3.64931 14.5833 2.45139 14.7118 1.66667 14.8299V4.48959C2.44097 4.25695 3.90278 3.8889 5.41667 3.8889C6.51389 3.8889 7.59028 4.08334 8.39931 4.28126C8.69792 4.35417 8.95833 4.42709 9.16667 4.48959ZM10.8333 15.5729V4.48959C11.0417 4.42709 11.3021 4.35417 11.6007 4.28126C12.4097 4.08334 13.4861 3.8889 14.5833 3.8889C16.0972 3.8889 17.559 4.25695 18.3333 4.48959V14.816C17.5799 14.7014 16.4271 14.5833 14.8611 14.5833C13.0764 14.5833 11.7083 15.1042 10.8333 15.5764V15.5729Z\" fill=\"#7B61FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Guides for Leaders\"})}),className:\"framer-6yzrwj\",\"data-framer-name\":\"Guides for Leaders\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"eDpQDVGgU\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s01eog\",\"data-framer-name\":\"Frame 1707479665\",layoutDependency:layoutDependency,layoutId:\"JiAgulWYT\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DmxjVFDQf\"},implicitPathVariables:undefined},{href:{webPageId:\"DmxjVFDQf\"},implicitPathVariables:undefined},{href:{webPageId:\"DmxjVFDQf\"},implicitPathVariables:undefined},{href:{webPageId:\"DmxjVFDQf\"},implicitPathVariables:undefined},{href:{webPageId:\"DmxjVFDQf\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({dHH7qhqLX:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+40},gkIM0rHUe:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+40},oMBx2cOAt:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+40},QQiavXiFk:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tma0p5-container\",layoutDependency:layoutDependency,layoutId:\"JCipMNyO2-container\",nodeId:\"JCipMNyO2\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"JCipMNyO2\",KFUaIfN0H:\"Guide for Sales Leaders\",layoutId:\"JCipMNyO2\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks21[0],width:\"100%\",...addPropertyOverrides({dHH7qhqLX:{wFGbONlsJ:resolvedLinks21[1]},gkIM0rHUe:{wFGbONlsJ:resolvedLinks21[4]},oMBx2cOAt:{wFGbONlsJ:resolvedLinks21[2]},QQiavXiFk:{wFGbONlsJ:resolvedLinks21[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xXk4pitqn\"},implicitPathVariables:undefined},{href:{webPageId:\"xXk4pitqn\"},implicitPathVariables:undefined},{href:{webPageId:\"xXk4pitqn\"},implicitPathVariables:undefined},{href:{webPageId:\"xXk4pitqn\"},implicitPathVariables:undefined},{href:{webPageId:\"xXk4pitqn\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({dHH7qhqLX:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+80},gkIM0rHUe:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+80},oMBx2cOAt:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+80},QQiavXiFk:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pswc7z-container\",layoutDependency:layoutDependency,layoutId:\"QnmbaEqty-container\",nodeId:\"QnmbaEqty\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"QnmbaEqty\",KFUaIfN0H:\"Guide for HR Leaders\",layoutId:\"QnmbaEqty\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks22[0],width:\"100%\",...addPropertyOverrides({dHH7qhqLX:{wFGbONlsJ:resolvedLinks22[1]},gkIM0rHUe:{wFGbONlsJ:resolvedLinks22[4]},oMBx2cOAt:{wFGbONlsJ:resolvedLinks22[2]},QQiavXiFk:{wFGbONlsJ:resolvedLinks22[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"J4LY6IcFv\"},implicitPathVariables:undefined},{href:{webPageId:\"J4LY6IcFv\"},implicitPathVariables:undefined},{href:{webPageId:\"J4LY6IcFv\"},implicitPathVariables:undefined},{href:{webPageId:\"J4LY6IcFv\"},implicitPathVariables:undefined},{href:{webPageId:\"J4LY6IcFv\"},implicitPathVariables:undefined}],children:resolvedLinks23=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({dHH7qhqLX:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},gkIM0rHUe:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},oMBx2cOAt:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},QQiavXiFk:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gklk48-container\",layoutDependency:layoutDependency,layoutId:\"y_zLNpDhg-container\",nodeId:\"y_zLNpDhg\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"y_zLNpDhg\",KFUaIfN0H:\"Managerial Effectiveness\",layoutId:\"y_zLNpDhg\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks23[0],width:\"100%\",...addPropertyOverrides({dHH7qhqLX:{KFUaIfN0H:\"Guide for Managers\",wFGbONlsJ:resolvedLinks23[1]},gkIM0rHUe:{KFUaIfN0H:\"Guide for Managers\",wFGbONlsJ:resolvedLinks23[4]},oMBx2cOAt:{KFUaIfN0H:\"Guide for Managers\",wFGbONlsJ:resolvedLinks23[2]},QQiavXiFk:{KFUaIfN0H:\"Guide for Managers\",wFGbONlsJ:resolvedLinks23[3]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n16c5i\",\"data-framer-name\":\"Frame 1707479671\",layoutDependency:layoutDependency,layoutId:\"XxZ_FPLpc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rpyu7n\",\"data-framer-name\":\"Frame 1707479672\",layoutDependency:layoutDependency,layoutId:\"mg9FCgWa9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-qa1303\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"Etlj8u8xK\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1849_3210)\">\\n<path d=\"M5.27344 0.273438C5.64062 -0.09375 6.23437 -0.09375 6.59766 0.273438L9.99609 3.67188L13.3984 0.273438C13.7656 -0.09375 14.3594 -0.09375 14.7227 0.273438C15.0859 0.640625 15.0898 1.23438 14.7227 1.59766L12.5742 3.74609L16.875 3.75C18.6016 3.75 20 5.14844 20 6.875V16.875C20 18.6016 18.6016 20 16.875 20H3.125C1.39844 20 0 18.6016 0 16.875V6.875C0 5.14844 1.39844 3.75 3.125 3.75H7.42578L5.27344 1.60156C4.90625 1.23438 4.90625 0.640625 5.27344 0.277344V0.273438ZM3.125 5.625C2.43359 5.625 1.875 6.18359 1.875 6.875V16.875C1.875 17.5664 2.43359 18.125 3.125 18.125H16.875C17.5664 18.125 18.125 17.5664 18.125 16.875V6.875C18.125 6.18359 17.5664 5.625 16.875 5.625H3.125ZM16.25 7.8125C16.4986 7.8125 16.7371 7.91127 16.9129 8.08709C17.0887 8.2629 17.1875 8.50136 17.1875 8.75C17.1875 8.99864 17.0887 9.2371 16.9129 9.41291C16.7371 9.58873 16.4986 9.6875 16.25 9.6875C16.0014 9.6875 15.7629 9.58873 15.5871 9.41291C15.4113 9.2371 15.3125 8.99864 15.3125 8.75C15.3125 8.50136 15.4113 8.2629 15.5871 8.08709C15.7629 7.91127 16.0014 7.8125 16.25 7.8125ZM15.3125 11.875C15.3125 11.6264 15.4113 11.3879 15.5871 11.2121C15.7629 11.0363 16.0014 10.9375 16.25 10.9375C16.4986 10.9375 16.7371 11.0363 16.9129 11.2121C17.0887 11.3879 17.1875 11.6264 17.1875 11.875C17.1875 12.1236 17.0887 12.3621 16.9129 12.5379C16.7371 12.7137 16.4986 12.8125 16.25 12.8125C16.0014 12.8125 15.7629 12.7137 15.5871 12.5379C15.4113 12.3621 15.3125 12.1236 15.3125 11.875ZM5.625 7.5H11.875C12.9102 7.5 13.75 8.33984 13.75 9.375V14.375C13.75 15.4102 12.9102 16.25 11.875 16.25H5.625C4.58984 16.25 3.75 15.4102 3.75 14.375V9.375C3.75 8.33984 4.58984 7.5 5.625 7.5Z\" fill=\"#7B61FF\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1849_3210\">\\n<rect width=\"20\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\"},children:\"Webinars\"})}),className:\"framer-bfbh2i\",\"data-framer-name\":\"Webinars\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"N4imnJmMl\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kgj8mg\",\"data-framer-name\":\"Frame 1707479665\",layoutDependency:layoutDependency,layoutId:\"hEjlIRzUg\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UNFEqfLGe\"},implicitPathVariables:undefined},{href:{webPageId:\"UNFEqfLGe\"},implicitPathVariables:undefined},{href:{webPageId:\"UNFEqfLGe\"},implicitPathVariables:undefined},{href:{webPageId:\"UNFEqfLGe\"},implicitPathVariables:undefined},{href:{webPageId:\"UNFEqfLGe\"},implicitPathVariables:undefined}],children:resolvedLinks24=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"384px\",...addPropertyOverrides({dHH7qhqLX:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},gkIM0rHUe:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},oMBx2cOAt:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0},QQiavXiFk:{y:(componentViewport?.y||0)+80+40+0+0+0+40+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vqb7df-container\",layoutDependency:layoutDependency,layoutId:\"rGRWRM4L2-container\",nodeId:\"rGRWRM4L2\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",children:/*#__PURE__*/_jsx(NavLinksCta,{height:\"100%\",id:\"rGRWRM4L2\",KFUaIfN0H:\"Explore Webinars\",layoutId:\"rGRWRM4L2\",style:{width:\"100%\"},wFGbONlsJ:resolvedLinks24[0],width:\"100%\",...addPropertyOverrides({dHH7qhqLX:{wFGbONlsJ:resolvedLinks24[1]},gkIM0rHUe:{wFGbONlsJ:resolvedLinks24[4]},oMBx2cOAt:{wFGbONlsJ:resolvedLinks24[2]},QQiavXiFk:{wFGbONlsJ:resolvedLinks24[3]}},baseVariant,gestureVariant)})})})})})]})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({RvkmEfwwB:{height:300,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+80},rWgATr5mD:{height:300,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+68}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hl9cs1-container\",layoutDependency:layoutDependency,layoutId:\"Y3WyEi9Qn-container\",nodeId:\"Y3WyEi9Qn\",rendersWithMotion:true,scopeId:\"Lc7tva9xh\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(TableMobileMenu,{height:\"100%\",id:\"Y3WyEi9Qn\",layoutId:\"Y3WyEi9Qn\",style:{width:\"100%\"},variant:\"U8RYt72HB\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QdDAk.framer-1l8gutx, .framer-QdDAk .framer-1l8gutx { display: block; }\",\".framer-QdDAk.framer-152p0nd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 80px; justify-content: center; overflow: visible; padding: 20px 80px 20px 80px; position: relative; width: 1440px; }\",\".framer-QdDAk .framer-zxa398 { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\".framer-QdDAk .framer-1l2a31w { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-QdDAk .framer-11454no, .framer-QdDAk .framer-1e9fsw3 { flex: none; height: 24px; position: relative; text-decoration: none; width: 104px; }\",\".framer-QdDAk .framer-12bnvlm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-QdDAk .framer-18x1nvx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 200px; min-width: 200px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QdDAk .framer-a9tkse, .framer-QdDAk .framer-nqsng1 { cursor: pointer; flex: none; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-QdDAk .framer-rsa21u, .framer-QdDAk .framer-12bgs38 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QdDAk .framer-15pjfq9 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QdDAk .framer-1ieyjtk { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QdDAk .framer-p06esv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-QdDAk .framer-1iq8f00-container, .framer-QdDAk .framer-6a37nt-container, .framer-QdDAk .framer-ytr02p-container, .framer-QdDAk .framer-3x431s-container, .framer-QdDAk .framer-1pl5bn7-container, .framer-QdDAk .framer-15rclpn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-QdDAk .framer-hmn5dz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QdDAk .framer-1fp0ze3-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QdDAk .framer-o5mi5a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 40px 80px 40px 80px; position: absolute; top: 80px; width: 100%; z-index: 1; }\",\".framer-QdDAk .framer-18w699i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QdDAk .framer-1gvq4lm, .framer-QdDAk .framer-b1rqnx { 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: 0px; position: relative; width: 1px; }\",\".framer-QdDAk .framer-k6sssj, .framer-QdDAk .framer-rk30jm, .framer-QdDAk .framer-1ge4rdf, .framer-QdDAk .framer-93dchp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QdDAk .framer-xpk245, .framer-QdDAk .framer-1kvm62s, .framer-QdDAk .framer-9136hi, .framer-QdDAk .framer-nicvjb { 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; overflow: visible; padding: 0px; position: relative; width: 628px; }\",\".framer-QdDAk .framer-k43ba, .framer-QdDAk .framer-a2dvdw, .framer-QdDAk .framer-11ivdda, .framer-QdDAk .framer-1s1i0mc, .framer-QdDAk .framer-pgpvlo, .framer-QdDAk .framer-1cappau, .framer-QdDAk .framer-pwq3du, .framer-QdDAk .framer-8zo6w8, .framer-QdDAk .framer-qa1303 { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-QdDAk .framer-1d9w72p, .framer-QdDAk .framer-xbmhwg, .framer-QdDAk .framer-1feax28, .framer-QdDAk .framer-isf3af, .framer-QdDAk .framer-1i0mdzj, .framer-QdDAk .framer-111q0ch, .framer-QdDAk .framer-1t6p4h6, .framer-QdDAk .framer-6yzrwj, .framer-QdDAk .framer-bfbh2i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QdDAk .framer-1xp3eqr { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 16px; position: relative; width: auto; }\",\".framer-QdDAk .framer-17huxdb-container, .framer-QdDAk .framer-1v0y475-container, .framer-QdDAk .framer-oaceb2-container, .framer-QdDAk .framer-13d1d2v-container, .framer-QdDAk .framer-hq0hjh-container, .framer-QdDAk .framer-jftlte-container, .framer-QdDAk .framer-9ttj4z-container, .framer-QdDAk .framer-1gds4c7-container, .framer-QdDAk .framer-fkefh6-container, .framer-QdDAk .framer-14jlnf3-container, .framer-QdDAk .framer-eyhi0z-container, .framer-QdDAk .framer-1vtn1c9-container, .framer-QdDAk .framer-1t51lyi-container, .framer-QdDAk .framer-hqkhcz-container, .framer-QdDAk .framer-tuflhw-container, .framer-QdDAk .framer-kcis3v-container, .framer-QdDAk .framer-th1up6-container, .framer-QdDAk .framer-1tma0p5-container, .framer-QdDAk .framer-pswc7z-container, .framer-QdDAk .framer-gklk48-container, .framer-QdDAk .framer-vqb7df-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-QdDAk .framer-1ws06to, .framer-QdDAk .framer-hukhp1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 16px; position: relative; width: 628px; }\",\".framer-QdDAk .framer-35az0k, .framer-QdDAk .framer-1ln0pxd, .framer-QdDAk .framer-1n93791, .framer-QdDAk .framer-cpupth { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-QdDAk .framer-drl50z { 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 0px 0px 16px; position: relative; width: 628px; }\",\".framer-QdDAk .framer-1tmj1kb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 40px 80px 40px 80px; position: absolute; top: 80px; width: 100%; z-index: 1; }\",\".framer-QdDAk .framer-448mwk, .framer-QdDAk .framer-1u7a2mx { 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; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QdDAk .framer-1i8x93d, .framer-QdDAk .framer-4a721l, .framer-QdDAk .framer-1hth2ib, .framer-QdDAk .framer-1h02frg, .framer-QdDAk .framer-n16c5i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 400px; }\",\".framer-QdDAk .framer-1itpj3p, .framer-QdDAk .framer-qq9r7i, .framer-QdDAk .framer-19u3e5q, .framer-QdDAk .framer-fwh0wc, .framer-QdDAk .framer-rpyu7n { 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; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QdDAk .framer-1w6x6od, .framer-QdDAk .framer-gygo3v, .framer-QdDAk .framer-1abtpga, .framer-QdDAk .framer-1s01eog, .framer-QdDAk .framer-1kgj8mg { 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 0px 0px 16px; position: relative; width: 100%; }\",\".framer-QdDAk .framer-7dfgmf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px 80px 40px 80px; position: absolute; right: 0px; top: 80px; width: 100%; z-index: 1; }\",\".framer-QdDAk .framer-hl9cs1-container { flex: none; height: auto; left: 50%; position: absolute; top: 80px; width: 100%; z-index: 1; }\",\".framer-QdDAk.framer-v-17hp057 .framer-hqkhcz-container, .framer-QdDAk.framer-v-17hp057 .framer-gklk48-container, .framer-QdDAk.framer-v-1qm9dd4 .framer-11454no, .framer-QdDAk.framer-v-124eqzq .framer-gklk48-container, .framer-QdDAk.framer-v-14hxj2h .framer-gklk48-container, .framer-QdDAk.framer-v-1qpb2pm .framer-gklk48-container { order: 0; }\",\".framer-QdDAk.framer-v-17hp057 .framer-tuflhw-container, .framer-QdDAk.framer-v-17hp057 .framer-1tma0p5-container, .framer-QdDAk.framer-v-1qm9dd4 .framer-p06esv, .framer-QdDAk.framer-v-124eqzq .framer-1tma0p5-container, .framer-QdDAk.framer-v-14hxj2h .framer-1tma0p5-container, .framer-QdDAk.framer-v-1qpb2pm .framer-1tma0p5-container, .framer-QdDAk.framer-v-lapr3c .framer-11454no, .framer-QdDAk.framer-v-lcnmgo .framer-11454no, .framer-QdDAk.framer-v-ex3p01 .framer-zxa398, .framer-QdDAk.framer-v-1w67wl6 .framer-zxa398 { order: 1; }\",\".framer-QdDAk.framer-v-17hp057 .framer-kcis3v-container, .framer-QdDAk.framer-v-17hp057 .framer-pswc7z-container, .framer-QdDAk.framer-v-1qm9dd4 .framer-hmn5dz, .framer-QdDAk.framer-v-124eqzq .framer-pswc7z-container, .framer-QdDAk.framer-v-14hxj2h .framer-pswc7z-container, .framer-QdDAk.framer-v-1qpb2pm .framer-pswc7z-container { order: 2; }\",\".framer-QdDAk.framer-v-17hp057 .framer-th1up6-container { order: 3; }\",\".framer-QdDAk.framer-v-lapr3c.framer-152p0nd, .framer-QdDAk.framer-v-lcnmgo.framer-152p0nd { padding: 16px 24px 16px 24px; width: 768px; }\",\".framer-QdDAk.framer-v-lapr3c .framer-12bnvlm, .framer-QdDAk.framer-v-lcnmgo .framer-12bnvlm, .framer-QdDAk.framer-v-ex3p01 .framer-12bnvlm, .framer-QdDAk.framer-v-1w67wl6 .framer-12bnvlm { min-height: unset; order: 0; }\",\".framer-QdDAk.framer-v-lapr3c .framer-18x1nvx, .framer-QdDAk.framer-v-lcnmgo .framer-18x1nvx, .framer-QdDAk.framer-v-ex3p01 .framer-18x1nvx, .framer-QdDAk.framer-v-1w67wl6 .framer-18x1nvx { min-height: unset; min-width: unset; }\",\".framer-QdDAk.framer-v-lapr3c .framer-hmn5dz, .framer-QdDAk.framer-v-lcnmgo .framer-hmn5dz, .framer-QdDAk.framer-v-ex3p01 .framer-hmn5dz, .framer-QdDAk.framer-v-1w67wl6 .framer-hmn5dz { flex: 1 0 0px; order: 3; width: 1px; }\",\".framer-QdDAk.framer-v-ex3p01.framer-152p0nd, .framer-QdDAk.framer-v-1w67wl6.framer-152p0nd { height: 68px; padding: 12px 16px 12px 16px; width: 390px; }\",\".framer-QdDAk.framer-v-ex3p01 .framer-1l2a31w, .framer-QdDAk.framer-v-1w67wl6 .framer-1l2a31w { gap: 0px; order: 0; }\",\".framer-QdDAk.framer-v-1w67wl6 .framer-hl9cs1-container { order: 7; top: 68px; }\",'.framer-QdDAk[data-border=\"true\"]::after, .framer-QdDAk [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 80\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"d8i2neCRo\":{\"layout\":[\"fixed\",\"fixed\"]},\"WcLljwEjP\":{\"layout\":[\"fixed\",\"fixed\"]},\"dHH7qhqLX\":{\"layout\":[\"fixed\",\"fixed\"]},\"JAimgMsmW\":{\"layout\":[\"fixed\",\"fixed\"]},\"U80LK85hV\":{\"layout\":[\"fixed\",\"fixed\"]},\"VHHI40V8w\":{\"layout\":[\"fixed\",\"fixed\"]},\"oMBx2cOAt\":{\"layout\":[\"fixed\",\"fixed\"]},\"vTThs8H27\":{\"layout\":[\"fixed\",\"fixed\"]},\"sHgeqYYpT\":{\"layout\":[\"fixed\",\"fixed\"]},\"o4JgilfEN\":{\"layout\":[\"fixed\",\"fixed\"]},\"QQiavXiFk\":{\"layout\":[\"fixed\",\"fixed\"]},\"mrIddGWi2\":{\"layout\":[\"fixed\",\"fixed\"]},\"A0GEVzPX4\":{\"layout\":[\"fixed\",\"fixed\"]},\"VuOKTuaBl\":{\"layout\":[\"fixed\",\"fixed\"]},\"gkIM0rHUe\":{\"layout\":[\"fixed\",\"fixed\"]},\"hthtVDhzn\":{\"layout\":[\"fixed\",\"fixed\"]},\"RvkmEfwwB\":{\"layout\":[\"fixed\",\"fixed\"]},\"Gr9K0JhUo\":{\"layout\":[\"fixed\",\"fixed\"]},\"rWgATr5mD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerLc7tva9xh=withCSS(Component,css,\"framer-QdDAk\");export default FramerLc7tva9xh;FramerLc7tva9xh.displayName=\"Navigation New\";FramerLc7tva9xh.defaultProps={height:80,width:1440};addPropertyControls(FramerLc7tva9xh,{variant:{options:[\"ySnwdhq6p\",\"d8i2neCRo\",\"WcLljwEjP\",\"dHH7qhqLX\",\"JAimgMsmW\",\"U80LK85hV\",\"VHHI40V8w\",\"oMBx2cOAt\",\"vTThs8H27\",\"sHgeqYYpT\",\"o4JgilfEN\",\"QQiavXiFk\",\"mrIddGWi2\",\"A0GEVzPX4\",\"VuOKTuaBl\",\"gkIM0rHUe\",\"hthtVDhzn\",\"RvkmEfwwB\",\"Gr9K0JhUo\",\"rWgATr5mD\"],optionTitles:[\"Desktop Home Default \",\"Default Desktop Product\",\"Default Desktop Success Stories\",\"Default Desktop Resource\",\"Default Desktop\",\"Desktop Home Product\",\"Desktop Home Success Stories\",\"Desktop Home Resource\",\"Desktop About us Default\",\"Desktop About us Product\",\"Desktop About us Success\",\"Desktop About us Resource\",\"Desktop Contact Us Defaults\",\"Desktop Contact Us Product\",\"Desktop Contact Us Success\",\"Desktop Contact Us Resrouce\",\"Tablet Default\",\"Table Open\",\"Mobile Close\",\"Mobile Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLc7tva9xh,[{explicitInter:true,fonts:[{family:\"Gilroy SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/YQvlf6fxqPJh5UwdlLI62jPZXp8.woff2\"}]},...TabFonts,...ButtonFonts,...NavLinksCtaFonts,...TableMobileMenuFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLc7tva9xh\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d8i2neCRo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WcLljwEjP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dHH7qhqLX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JAimgMsmW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U80LK85hV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VHHI40V8w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oMBx2cOAt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vTThs8H27\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sHgeqYYpT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o4JgilfEN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QQiavXiFk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mrIddGWi2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A0GEVzPX4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VuOKTuaBl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gkIM0rHUe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hthtVDhzn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RvkmEfwwB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Gr9K0JhUo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rWgATr5mD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"80\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-oHe7J .framer-styles-preset-1qtgjwd:not(.rich-text-wrapper), .framer-oHe7J .framer-styles-preset-1qtgjwd.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-d9972120-ff24-439f-a9a3-0161f0644ee5, #b2b7c2); --framer-link-text-decoration: none; }\"];export const className=\"framer-oHe7J\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fed3180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,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\";import*as sharedStyle from\"https://framerusercontent.com/modules/4yUgL1mwBTyFY09VbTKi/75ZEnyHQKJWEAvjLtEH4/MeWXjEVTU.js\";const cycleOrder=[\"gP3m2yXAt\",\"X9NPklK9P\",\"VD8VdiCMe\",\"HLxbzQe4R\"];const serializationHash=\"framer-bNJ4O\";const variantClassNames={gP3m2yXAt:\"framer-v-1w799b5\",HLxbzQe4R:\"framer-v-1522xfp\",VD8VdiCMe:\"framer-v-1jfwg0q\",X9NPklK9P:\"framer-v-zgr6yw\"};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:500,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={\"Desktop 1200\":\"X9NPklK9P\",Desktop:\"gP3m2yXAt\",Mobile:\"HLxbzQe4R\",Table:\"VD8VdiCMe\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"gP3m2yXAt\"};};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:\"gP3m2yXAt\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];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.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1w799b5\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"gP3m2yXAt\",ref:refBinding,style:{backgroundColor:\"rgb(14, 8, 48)\",...style},...addPropertyOverrides({HLxbzQe4R:{\"data-framer-name\":\"Mobile\"},VD8VdiCMe:{\"data-framer-name\":\"Table\"},X9NPklK9P:{\"data-framer-name\":\"Desktop 1200\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ulzlms\",layoutDependency:layoutDependency,layoutId:\"sk38ZY0Bu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-36y1jv\",\"data-framer-name\":\"Frame 100510\",layoutDependency:layoutDependency,layoutId:\"K5fM0WD_T\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r6s94q\",\"data-framer-name\":\"Frame 2365\",layoutDependency:layoutDependency,layoutId:\"SyVfYhWqI\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rexq9d\",\"data-framer-name\":\"Frame 2364\",layoutDependency:layoutDependency,layoutId:\"QM1GfScfZ\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"N3vG3aZAp\",scopeId:\"S5yrJnjPd\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-cavp06 framer-1052pik\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:141,layoutDependency:layoutDependency,layoutId:\"N3vG3aZAp\",svg:'<svg width=\"141\" height=\"32\" viewBox=\"0 0 141 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.8564 31.4987C7.21323 31.4987 5.72324 31.1227 4.38642 30.3708C3.04961 29.591 1.97737 28.5605 1.16971 27.2794C0.389907 25.9704 0 24.4944 0 22.8512C0 21.6257 0.264581 20.4839 0.793734 19.4256C1.35074 18.3394 2.08877 17.4064 3.00783 16.6266C2.11662 15.8747 1.40644 14.9834 0.877285 13.953C0.375979 12.9226 0.125326 11.8364 0.125326 10.6945C0.125326 9.07923 0.515233 7.64491 1.29504 6.39164C2.07485 5.11053 3.11923 4.10792 4.4282 3.38381C5.73717 2.63185 7.18538 2.25587 8.77285 2.25587H21.0966V8.14621L9.85901 8.10444C9.32988 8.10444 8.84245 8.22976 8.39687 8.48042C7.95129 8.73107 7.58921 9.06527 7.31071 9.48303C7.06005 9.90078 6.93473 10.3881 6.93473 10.9452C6.93473 11.4743 7.06005 11.9617 7.31071 12.4073C7.58921 12.8251 7.95129 13.1593 8.39687 13.4099C8.84245 13.6328 9.32988 13.7441 9.85901 13.7441H19.6762V19.5927H10.0679C9.48303 19.5927 8.9539 19.732 8.48042 20.0104C8.00694 20.2889 7.63098 20.651 7.35248 21.0966C7.07398 21.5422 6.93473 22.0574 6.93473 22.6423C6.93473 23.1993 7.07398 23.7145 7.35248 24.188C7.63098 24.6336 8.00694 24.9817 8.48042 25.2324C8.9539 25.483 9.48303 25.6084 10.0679 25.6084H21.0966V31.4987H8.8564ZM35.8466 32C33.6465 32 31.7387 31.5822 30.1234 30.7467C28.5359 29.8834 27.3105 28.7276 26.4471 27.2794C25.5838 25.8033 25.1521 24.174 25.1521 22.3916V10.0679H31.6273V22.2245C31.6273 22.9765 31.8083 23.6727 32.1704 24.3133C32.5324 24.926 33.0198 25.4273 33.6325 25.8172C34.2731 26.1793 34.9971 26.3603 35.8048 26.3603C36.5846 26.3603 37.2809 26.1793 37.8936 25.8172C38.5342 25.4273 39.0355 24.926 39.3975 24.3133C39.7595 23.6727 39.9406 22.9765 39.9406 22.2245V10.0679H46.4158V22.3916C46.4158 24.174 45.998 25.8033 45.1625 27.2794C44.327 28.7276 43.1155 29.8834 41.5281 30.7467C39.9684 31.5822 38.0747 32 35.8466 32ZM62.5829 32C60.2713 32 58.2522 31.5265 56.5255 30.5796C54.7987 29.6328 53.4619 28.282 52.515 26.5274C51.5681 24.7728 51.0947 22.7259 51.0947 20.3864V1.00261H57.5698V12.4073H57.6952C58.1129 11.8225 58.6282 11.3211 59.2409 10.9034C59.8814 10.4578 60.5777 10.1236 61.3296 9.90078C62.1094 9.67795 62.9311 9.56658 63.7944 9.56658C65.8274 9.56658 67.6099 10.0261 69.1416 10.9452C70.6734 11.8642 71.871 13.1314 72.7343 14.7467C73.6256 16.362 74.0712 18.2559 74.0712 20.4282C74.0712 22.0992 73.8065 23.6449 73.2774 25.0653C72.7483 26.4856 71.9824 27.725 70.9798 28.7833C70.005 29.8137 68.8074 30.6075 67.3871 31.1645C65.9945 31.7215 64.3932 32 62.5829 32ZM62.5829 26.4021C63.5855 26.4021 64.4488 26.1654 65.173 25.6919C65.8971 25.1906 66.4541 24.5222 66.844 23.6867C67.2617 22.8234 67.4706 21.8625 67.4706 20.8042C67.4706 19.7458 67.2617 18.799 66.844 17.9634C66.4541 17.1279 65.8971 16.4735 65.173 16C64.4488 15.4987 63.5855 15.248 62.5829 15.248C61.5803 15.248 60.703 15.4987 59.951 16C59.2269 16.4735 58.67 17.1279 58.28 17.9634C57.8901 18.799 57.6952 19.7458 57.6952 20.8042C57.6952 21.8625 57.8901 22.8234 58.28 23.6867C58.67 24.5222 59.2269 25.1906 59.951 25.6919C60.703 26.1654 61.5803 26.4021 62.5829 26.4021ZM77.7347 31.4987V16.376C77.7347 14.4265 78.2916 12.8947 79.4057 11.7807C80.5197 10.6667 82.0654 10.1097 84.043 10.1097H90.2676V15.3734H85.6305C85.2403 15.3734 84.9061 15.5126 84.6279 15.7911C84.3488 16.0418 84.2101 16.376 84.2101 16.7937V31.4987H77.7347ZM93.1593 31.4987V10.0679H99.6762V31.4987H93.1593ZM96.4178 7.64491C95.3876 7.64491 94.4961 7.26893 93.7441 6.51697C92.9922 5.76501 92.6162 4.8738 92.6162 3.84334C92.6162 2.81288 92.9922 1.92167 93.7441 1.16971C94.4961 0.389904 95.3876 0 96.4178 0C97.4488 0 98.3394 0.389904 99.0914 1.16971C99.8434 1.92167 100.219 2.81288 100.219 3.84334C100.219 4.8738 99.8434 5.76501 99.0914 6.51697C98.3394 7.26893 97.4488 7.64491 96.4178 7.64491ZM114.947 31.4987C112.719 31.4987 110.742 31.0392 109.015 30.1201C107.288 29.1732 105.923 27.906 104.921 26.3185C103.918 24.7032 103.417 22.8651 103.417 20.8042C103.417 18.7432 103.918 16.9191 104.921 15.3316C105.923 13.7163 107.288 12.4351 109.015 11.4883C110.742 10.5414 112.719 10.0679 114.947 10.0679H118.164V15.5405H115.198C114.111 15.5405 113.178 15.7772 112.399 16.2507C111.619 16.6962 111.006 17.3229 110.56 18.1306C110.143 18.9103 109.934 19.8016 109.934 20.8042C109.934 21.8068 110.143 22.7119 110.56 23.5196C111.006 24.2994 111.619 24.926 112.399 25.3995C113.178 25.8451 114.111 26.0679 115.198 26.0679H118.164V31.4987H114.947ZM121.8 31.4987V26.3603H132.118C132.396 26.3603 132.647 26.3046 132.87 26.1932C133.093 26.0539 133.274 25.873 133.413 25.6501C133.553 25.4273 133.622 25.1906 133.622 24.9399C133.622 24.6615 133.553 24.4108 133.413 24.188C133.274 23.9652 133.093 23.7981 132.87 23.6867C132.647 23.5474 132.396 23.4778 132.118 23.4778H128.358C126.966 23.4778 125.699 23.255 124.557 22.8094C123.443 22.3359 122.552 21.6119 121.883 20.6371C121.242 19.6345 120.922 18.3394 120.922 16.752C120.922 15.5265 121.215 14.4125 121.8 13.4099C122.412 12.4073 123.234 11.5996 124.264 10.9869C125.323 10.3743 126.479 10.0679 127.732 10.0679H138.05V15.248H128.734C128.344 15.248 128.01 15.3734 127.732 15.624C127.481 15.8747 127.356 16.1811 127.356 16.5431C127.356 16.933 127.481 17.2672 127.732 17.5457C128.01 17.7963 128.344 17.9217 128.734 17.9217H132.411C133.971 17.9217 135.307 18.1584 136.421 18.6319C137.563 19.0774 138.441 19.8016 139.053 20.8042C139.694 21.8068 140.014 23.1018 140.014 24.6893C140.014 25.9426 139.694 27.0845 139.053 28.1149C138.441 29.1453 137.605 29.967 136.546 30.5796C135.516 31.1923 134.347 31.4987 133.037 31.4987H121.8Z\" fill=\"#5F3ADF\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 147, 163))\"},children:\"The fastest way to upskill your team and unlock measurable performance gains \u2014 via voice, chat, and smart AI.\"})}),className:\"framer-1xrfvjs\",\"data-framer-name\":\"One of India\u2019s leading matrimonial websites that has helped lakhs of members find their perfect life partner.\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"VpOSNAvAU\",style:{\"--extracted-r6o4lv\":\"rgb(140, 147, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nkydnk\",\"data-framer-name\":\"Frame 514120\",layoutDependency:layoutDependency,layoutId:\"r_bT8cCa9\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://in.linkedin.com/company/eubrics\",motionChild:true,nodeId:\"xRXJ6D8G6\",scopeId:\"S5yrJnjPd\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ry7t4i framer-1052pik\",\"data-framer-name\":\"remix-icons/fill/logos/linkedin-box-fill\",layoutDependency:layoutDependency,layoutId:\"xRXJ6D8G6\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lezt30\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"aGNAMe3MQ\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.335 18.339H15.67V14.162C15.67 13.166 15.65 11.884 14.28 11.884C12.891 11.884 12.679 12.968 12.679 14.089V18.339H10.013V9.75H12.573V10.92H12.608C12.966 10.246 13.836 9.533 15.136 9.533C17.836 9.533 18.336 11.311 18.336 13.624V18.339H18.335ZM7.003 8.575C6.79956 8.57526 6.59806 8.53537 6.41006 8.45761C6.22207 8.37984 6.05127 8.26574 5.90746 8.12184C5.76365 7.97793 5.64965 7.80706 5.57201 7.61901C5.49437 7.43097 5.4546 7.22944 5.455 7.026C5.4552 6.71983 5.54618 6.4206 5.71644 6.16615C5.8867 5.91169 6.12859 5.71343 6.41153 5.59645C6.69447 5.47947 7.00574 5.44902 7.30598 5.50894C7.60622 5.56886 7.88196 5.71648 8.09831 5.93311C8.31466 6.14974 8.46191 6.42566 8.52145 6.72598C8.58099 7.0263 8.55013 7.33753 8.43278 7.62032C8.31543 7.9031 8.11687 8.14474 7.86219 8.31467C7.60751 8.4846 7.30817 8.5752 7.002 8.575H7.003ZM8.339 18.339H5.666V9.75H8.34V18.339H8.339ZM19.67 3H4.329C3.593 3 3 3.58 3 4.297V19.703C3 20.42 3.594 21 4.328 21H19.666C20.4 21 21 20.42 21 19.703V4.297C21 3.58 20.4 3 19.666 3H19.669H19.67Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@eubrics.com\",motionChild:true,nodeId:\"tFUlSm3cY\",openInNewTab:true,scopeId:\"S5yrJnjPd\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-iarg9o framer-1052pik\",\"data-framer-name\":\"remix-icons/fill/business/mail-fill\",layoutDependency:layoutDependency,layoutId:\"tFUlSm3cY\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mazmh1\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"WYYK9G5N5\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3 3H21C21.2652 3 21.5196 3.10536 21.7071 3.29289C21.8946 3.48043 22 3.73478 22 4V20C22 20.2652 21.8946 20.5196 21.7071 20.7071C21.5196 20.8946 21.2652 21 21 21H3C2.73478 21 2.48043 20.8946 2.29289 20.7071C2.10536 20.5196 2 20.2652 2 20V4C2 3.73478 2.10536 3.48043 2.29289 3.29289C2.48043 3.10536 2.73478 3 3 3ZM12.06 11.683L5.648 6.238L4.353 7.762L12.073 14.317L19.654 7.757L18.346 6.244L12.061 11.683H12.06Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xd6huz\",\"data-framer-name\":\"Frame 2376\",layoutDependency:layoutDependency,layoutId:\"ain2U3xRC\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1edhel5\",\"data-framer-name\":\"Frame 2373\",layoutDependency:layoutDependency,layoutId:\"ejp8y0AyY\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-199dbq7\",\"data-framer-name\":\"Frame 2388\",layoutDependency:layoutDependency,layoutId:\"x4bEZaLWp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 255, 255))\"},children:\"Sales Performance Improvement\"})}),className:\"framer-1pqld1b\",\"data-framer-name\":\"Our Products\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"giRGsWRUg\",style:{\"--extracted-1w1cjl5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wjebkz\",\"data-framer-name\":\"Frame 514121\",layoutDependency:layoutDependency,layoutId:\"VXU0l5Hrw\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3z5isi\",\"data-framer-name\":\"Frame 2389\",layoutDependency:layoutDependency,layoutId:\"dcE_T3enQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"x2eobHXNN\"},motionChild:true,nodeId:\"BjF0OWMH9\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Simulated Bots For Ramp\"})})})}),className:\"framer-1t5tce6\",\"data-framer-name\":\"Norm\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"BjF0OWMH9\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kOhaWEK6c\"},motionChild:true,nodeId:\"gr3UBCLXG\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Real Call Analytics\"})})})}),className:\"framer-a74g3m\",\"data-framer-name\":\"Ace\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"gr3UBCLXG\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c25mrr\",\"data-framer-name\":\"Frame 2373\",layoutDependency:layoutDependency,layoutId:\"bsalZFPtO\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k61dmj\",\"data-framer-name\":\"Frame 2388\",layoutDependency:layoutDependency,layoutId:\"DQYSlFCiu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 255, 255))\"},children:\"Organizational Development\"})}),className:\"framer-14onruk\",\"data-framer-name\":\"Our Products\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"pcAtOxY9m\",style:{\"--extracted-1w1cjl5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d36tc9\",\"data-framer-name\":\"Frame 514121\",layoutDependency:layoutDependency,layoutId:\"UwStYNQ2k\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wdst34\",\"data-framer-name\":\"Frame 2389\",layoutDependency:layoutDependency,layoutId:\"wzJftzisL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L5RfiyLXh\"},motionChild:true,nodeId:\"Nglr6nbfs\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Workforce Upskilling\"})})})}),className:\"framer-183m3au\",\"data-framer-name\":\"Change\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"Nglr6nbfs\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AWJY4N6Jz\"},motionChild:true,nodeId:\"kPaKGt7KD\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Managerial Development\"})})})}),className:\"framer-1nsah9f\",\"data-framer-name\":\"Norm\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"kPaKGt7KD\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-np6bzr\",\"data-framer-name\":\"Frame 2367\",layoutDependency:layoutDependency,layoutId:\"klhOjDyna\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9qug5q\",\"data-framer-name\":\"Frame 2388\",layoutDependency:layoutDependency,layoutId:\"hPkmrGizE\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Gilroy SemiBold\", \"Gilroy SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 255, 255))\"},children:\"Company\"})}),className:\"framer-zfh7uz\",\"data-framer-name\":\"Quick Links\",fonts:[\"CUSTOM;Gilroy SemiBold\"],layoutDependency:layoutDependency,layoutId:\"pkbnb6kRY\",style:{\"--extracted-1w1cjl5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1acac5v\",layoutDependency:layoutDependency,layoutId:\"tkc1GMCC2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c8on2z\",\"data-framer-name\":\"Frame 2366\",layoutDependency:layoutDependency,layoutId:\"wJoCFBn1l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Gu6_mX0h2\"},motionChild:true,nodeId:\"xRf5jFMk5\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"About Us\"})})})}),className:\"framer-1iw62fg\",\"data-framer-name\":\"About Us\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"xRf5jFMk5\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jItbiSHFg\"},motionChild:true,nodeId:\"gJAayvCI_\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Case Studies\"})})})}),className:\"framer-386viz\",\"data-framer-name\":\"Home\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"gJAayvCI_\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QQ_tQl7wj\"},motionChild:true,nodeId:\"R7qOv5KIM\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Blog\"})})})}),className:\"framer-111fg96\",\"data-framer-name\":\"About Us\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"R7qOv5KIM\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UNFEqfLGe\"},motionChild:true,nodeId:\"Ve7hfayt9\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Webinars\"})})})}),className:\"framer-1hm12yp\",\"data-framer-name\":\"About Us\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"Ve7hfayt9\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ygud5e\",\"data-framer-name\":\"Frame 2366\",layoutDependency:layoutDependency,layoutId:\"KkIhOpXNh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zVmzqw_Jg\"},motionChild:true,nodeId:\"lPXX6vNyb\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Privacy Policy\"})})})}),className:\"framer-j3c4vg\",\"data-framer-name\":\"Home\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"lPXX6vNyb\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"l2a5jOHqn\"},motionChild:true,nodeId:\"eIESejs1d\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Terms & Conditions\"})})})}),className:\"framer-pq7703\",\"data-framer-name\":\"About Us\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"eIESejs1d\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(178, 183, 194))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JR5c3z8wZ\"},motionChild:true,nodeId:\"jjbkfqzmd\",openInNewTab:false,scopeId:\"S5yrJnjPd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qtgjwd\",\"data-styles-preset\":\"MeWXjEVTU\",children:\"Contact Us\"})})})}),className:\"framer-1gm9qvf\",\"data-framer-name\":\"Contact Us\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"jjbkfqzmd\",style:{\"--extracted-r6o4lv\":\"rgb(178, 183, 194)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1utyd1r\",\"data-framer-name\":\"Frame 100511\",layoutDependency:layoutDependency,layoutId:\"y1_lrxkKZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ae3mww\",\"data-framer-name\":\"Rectangle 12\",layoutDependency:layoutDependency,layoutId:\"QdYgj10Bx\",style:{backgroundColor:\"rgb(33, 28, 64)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6enmjb\",\"data-framer-name\":\"Frame 59\",layoutDependency:layoutDependency,layoutId:\"lULk4GpJY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dpbHJveSBNZWRpdW0=\",\"--framer-font-family\":'\"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 147, 163))\"},children:\"\\xa9Eubrics Digital Pvt Ltd. 2024. All Rights Reserved.\"})}),className:\"framer-16h32ie\",\"data-framer-name\":\"\\xa9Eubrics Digital Pvt Ltd. 2024. All Rights Reserved.\",fonts:[\"CUSTOM;Gilroy Medium\"],layoutDependency:layoutDependency,layoutId:\"SrVyT90W9\",style:{\"--extracted-r6o4lv\":\"rgb(140, 147, 163)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bNJ4O.framer-1052pik, .framer-bNJ4O .framer-1052pik { display: block; }\",\".framer-bNJ4O.framer-1w799b5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 80px 80px 24px 80px; position: relative; width: 1440px; }\",\".framer-bNJ4O .framer-1ulzlms { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-bNJ4O .framer-36y1jv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bNJ4O .framer-r6s94q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 325px; }\",\".framer-bNJ4O .framer-rexq9d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bNJ4O .framer-cavp06 { flex: none; height: 32px; position: relative; text-decoration: none; width: 141px; }\",\".framer-bNJ4O .framer-1xrfvjs { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 325px; word-break: break-word; word-wrap: break-word; }\",\".framer-bNJ4O .framer-1nkydnk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bNJ4O .framer-1ry7t4i, .framer-bNJ4O .framer-iarg9o { flex: none; gap: 0px; height: 24px; overflow: hidden; position: relative; text-decoration: none; width: 24px; }\",\".framer-bNJ4O .framer-1lezt30, .framer-bNJ4O .framer-mazmh1 { flex: none; height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-bNJ4O .framer-1xd6huz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bNJ4O .framer-1edhel5, .framer-bNJ4O .framer-1c25mrr, .framer-bNJ4O .framer-np6bzr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bNJ4O .framer-199dbq7, .framer-bNJ4O .framer-1k61dmj, .framer-bNJ4O .framer-9qug5q { 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: 10px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-bNJ4O .framer-1pqld1b, .framer-bNJ4O .framer-1t5tce6, .framer-bNJ4O .framer-a74g3m, .framer-bNJ4O .framer-14onruk, .framer-bNJ4O .framer-183m3au, .framer-bNJ4O .framer-1nsah9f, .framer-bNJ4O .framer-zfh7uz, .framer-bNJ4O .framer-1iw62fg, .framer-bNJ4O .framer-386viz, .framer-bNJ4O .framer-111fg96, .framer-bNJ4O .framer-1hm12yp, .framer-bNJ4O .framer-j3c4vg, .framer-bNJ4O .framer-pq7703, .framer-bNJ4O .framer-1gm9qvf, .framer-bNJ4O .framer-16h32ie { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bNJ4O .framer-1wjebkz, .framer-bNJ4O .framer-1d36tc9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bNJ4O .framer-3z5isi, .framer-bNJ4O .framer-wdst34, .framer-bNJ4O .framer-c8on2z, .framer-bNJ4O .framer-1ygud5e { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bNJ4O .framer-1acac5v { 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: 100%; }\",\".framer-bNJ4O .framer-1utyd1r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bNJ4O .framer-ae3mww { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-bNJ4O .framer-6enmjb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 974.699951171875px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bNJ4O.framer-v-zgr6yw.framer-1w799b5 { padding: 54px 54px 24px 54px; width: 1200px; }\",\".framer-bNJ4O.framer-v-zgr6yw .framer-1ulzlms, .framer-bNJ4O.framer-v-1jfwg0q .framer-1ulzlms, .framer-bNJ4O.framer-v-1jfwg0q .framer-1xrfvjs, .framer-bNJ4O.framer-v-1522xfp .framer-1ulzlms, .framer-bNJ4O.framer-v-1522xfp .framer-1xrfvjs { width: 100%; }\",\".framer-bNJ4O.framer-v-1jfwg0q.framer-1w799b5 { padding: 54px 54px 24px 54px; width: 768px; }\",\".framer-bNJ4O.framer-v-1jfwg0q .framer-36y1jv, .framer-bNJ4O.framer-v-1522xfp .framer-36y1jv { flex-direction: column; gap: 24px; }\",\".framer-bNJ4O.framer-v-1jfwg0q .framer-r6s94q { flex-direction: row; order: 0; width: 100%; }\",\".framer-bNJ4O.framer-v-1jfwg0q .framer-rexq9d { flex: 1 0 0px; gap: 16px; width: 1px; }\",\".framer-bNJ4O.framer-v-1jfwg0q .framer-1xd6huz { flex: none; flex-wrap: wrap; order: 1; width: 100%; }\",\".framer-bNJ4O.framer-v-1jfwg0q .framer-1edhel5, .framer-bNJ4O.framer-v-1jfwg0q .framer-1c25mrr, .framer-bNJ4O.framer-v-1jfwg0q .framer-np6bzr { flex: none; width: 318px; }\",\".framer-bNJ4O.framer-v-1522xfp.framer-1w799b5 { padding: 24px; width: 390px; }\",\".framer-bNJ4O.framer-v-1522xfp .framer-r6s94q { order: 0; width: 100%; }\",\".framer-bNJ4O.framer-v-1522xfp .framer-rexq9d { gap: 16px; }\",\".framer-bNJ4O.framer-v-1522xfp .framer-1xd6huz { flex: none; flex-direction: column; order: 1; width: 100%; }\",\".framer-bNJ4O.framer-v-1522xfp .framer-1edhel5, .framer-bNJ4O.framer-v-1522xfp .framer-1c25mrr { flex: none; height: 136px; width: 100%; }\",\".framer-bNJ4O.framer-v-1522xfp .framer-np6bzr { flex: none; height: min-content; width: 100%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 342\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"X9NPklK9P\":{\"layout\":[\"fixed\",\"auto\"]},\"VD8VdiCMe\":{\"layout\":[\"fixed\",\"auto\"]},\"HLxbzQe4R\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerS5yrJnjPd=withCSS(Component,css,\"framer-bNJ4O\");export default FramerS5yrJnjPd;FramerS5yrJnjPd.displayName=\"Footer\";FramerS5yrJnjPd.defaultProps={height:342,width:1440};addPropertyControls(FramerS5yrJnjPd,{variant:{options:[\"gP3m2yXAt\",\"X9NPklK9P\",\"VD8VdiCMe\",\"HLxbzQe4R\"],optionTitles:[\"Desktop\",\"Desktop 1200\",\"Table\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerS5yrJnjPd,[{explicitInter:true,fonts:[{family:\"Gilroy Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/IKSMP0tYqHnxvGejNq9PXD4ohk.woff2\"},{family:\"Gilroy SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/YQvlf6fxqPJh5UwdlLI62jPZXp8.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerS5yrJnjPd\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"342\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X9NPklK9P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VD8VdiCMe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HLxbzQe4R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./S5yrJnjPd.map"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "Gradient_Border", "color", "length", "duration", "repeatType", "animate", "loop", "distance", "angle", "eased", "conicGradientRef", "pe", "aspectRatio", "setAspectRatio", "ye", "ue", "width", "height", "p", "motion", "addPropertyControls", "ControlType", "props", "GradientBorderFonts", "getFonts", "Gradient_Border", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "label", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ywsriEEDL", "Pysa0m6JF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerwASsDkBcy", "withCSS", "wASsDkBcy_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "label", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "KFUaIfN0H", "wFGbONlsJ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "RichText", "SVG", "css", "FramerA9GPsK5td", "withCSS", "A9GPsK5td_default", "addPropertyControls", "ControlType", "addFonts", "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", "height", "hover", "id", "link2", "navLabel", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "sdvYgH5Eq", "C_hqFUOQS", "FYCva7Mow", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter4gqwat", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "u", "RichText", "SVG", "css", "Framercx9n6GVLt", "withCSS", "cx9n6GVLt_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", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ebacj0", "args", "onTapso72fe", "onTaph39yg", "onTap1n3kho8", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "RichText", "Link", "SVG", "css", "FramerLzBCB9bpZ", "withCSS", "LzBCB9bpZ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TabFonts", "getFonts", "cx9n6GVLt_default", "ButtonFonts", "wASsDkBcy_default", "NavLinksCtaFonts", "A9GPsK5td_default", "TableMobileMenuFonts", "LzBCB9bpZ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "transformTemplate1", "_", "t", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1t6lg31", "args", "onTap10sx0qx", "onTap1vn6rci", "onTap1v0i87t", "C_hqFUOQS1s1d6cy", "C_hqFUOQSg2q45x", "C_hqFUOQS1by113v", "C_hqFUOQSlcboz3", "C_hqFUOQS7thcev", "C_hqFUOQSr1yaqj", "C_hqFUOQSkzojoc", "C_hqFUOQStn6a4t", "C_hqFUOQSomxevs", "C_hqFUOQSne025e", "C_hqFUOQS1mu5hwt", "C_hqFUOQS1wcfwxn", "onMouseLeave1qo00gp", "onMouseLeavewl5qcg", "onMouseLeaveasdsld", "onMouseLeavesmwaw", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "router", "useRouter", "isDisplayed6", "isDisplayed7", "isDisplayed8", "LayoutGroup", "u", "Link", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "RichText", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "resolvedLinks19", "resolvedLinks20", "resolvedLinks21", "resolvedLinks22", "resolvedLinks23", "resolvedLinks24", "css", "FramerLc7tva9xh", "withCSS", "Lc7tva9xh_default", "addPropertyControls", "ControlType", "addFonts", "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", "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", "Link", "SVG", "RichText", "css", "FramerS5yrJnjPd", "withCSS", "S5yrJnjPd_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
