{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sd7IA2kvh44n7ctOBIFO/jv26bZTvVosSEFb5dK3S/Inserter.js", "ssg:https://framerusercontent.com/modules/68P8z07toSPGx45hslfj/nx6UNS5JHc0SOuFOV6KN/aXbYIqZHY.js", "ssg:https://framerusercontent.com/modules/RWBnMsaujGWIaGoJDMb5/b9Wp2MhE8jQWB2D4gk9w/bV3oaD7YU.js", "ssg:https://framerusercontent.com/modules/XNlnhVFIquPYCcenMHj0/LdmBGGxun2XZ3jhcEMk3/MTd7MCKen.js", "ssg:https://framerusercontent.com/modules/aVjh7Ph9vrWpb4gVXHZq/cm9qGsRhZmjwAuYiRSR3/oAB4tDsXt.js", "ssg:https://framerusercontent.com/modules/gP3ena10ImCry6CV3U5m/fx41WOYpy0N7ckszZ1Bc/RoEQz6CU4.js", "ssg:https://framerusercontent.com/modules/e1CkItbf3r4Jtvw1yieH/Lr0UqAkIJA4T1LBwlfnl/yW_r2Nd3U.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n */export default function Inserter(props){const style={color:props.primary.fill,WebkitTextStroke:`${props.primary.thicc}px ${props.primary.stroke}`,fontFamily:props.primary.font.fontFamily,fontSize:props.primary.size,fontWeight:props.primary.font.fontWeight,fontStyle:props.primary.font.fontStyle,lineHeight:{em:`${props.primary.lineEm}em`,px:`${props.primary.linePx}px`,\"%\":`${props.primary.linePercent}%`}[props.primary.lineToggle],letterSpacing:props.primary.letterToggle===\"em\"?`${props.primary.letterEm}em`:`${props.primary.letterPx}px`,fontVariationSettings:[\"wght\",\"ital\",\"slnt\",\"opsz\"].filter(key=>props.primary[`${key}Toggle`]===\"true\").map(key=>`\"${key}\" ${props.primary[key]}`).join(\", \"),textDecorationLine:props.primary.decorationLine,textDecorationThickness:props.primary.decorationThickness,textDecorationColor:props.primary.decorationColor,whiteSpace:\"pre-wrap\"};const words=props.text.split(/(\\s+)/);const itemsWithPositions=props.item.map((item,index)=>{var _props_settings_index,_props_settings_index1;return{item,position:Math.max(1,((_props_settings_index=props.settings[index])===null||_props_settings_index===void 0?void 0:_props_settings_index.position)||1),offset:((_props_settings_index1=props.settings[index])===null||_props_settings_index1===void 0?void 0:_props_settings_index1.offset)||0};}).sort((a,b)=>a.position-b.position);const elements=[];let wordIndex=0;let itemIndex=0;while(wordIndex<words.length||itemIndex<itemsWithPositions.length){if(itemIndex<itemsWithPositions.length&&itemsWithPositions[itemIndex].position<=Math.floor(wordIndex/2)+1){const isBeforeAllText=itemsWithPositions[itemIndex].position===1;const isAfterAllText=itemsWithPositions[itemIndex].position>Math.ceil(words.length/2);if(!isBeforeAllText&&!isAfterAllText&&wordIndex>0){const prevElement=elements.pop();const prevWord=prevElement.props.children;const lastSpaceIndex=prevWord.lastIndexOf(\" \");if(lastSpaceIndex!==-1){const wordPart=prevWord.slice(0,lastSpaceIndex);const spacePart=prevWord.slice(lastSpaceIndex);elements.push(/*#__PURE__*/_jsx(\"span\",{style:style,children:wordPart},`word-${wordIndex-1}-part`));elements.push(/*#__PURE__*/_jsx(\"span\",{style:{...style,textDecorationLine:\"none\",WebkitTextStroke:\"0px transparent\"},children:spacePart},`space-before-item-${itemIndex}`));}else{elements.push(prevElement);}}if(isAfterAllText){elements.push(/*#__PURE__*/_jsx(\"span\",{style:{...style,textDecorationLine:\"none\",WebkitTextStroke:\"0px transparent\"},children:\" \"},`space-before-item-${itemIndex}`));}elements.push(/*#__PURE__*/_jsx(\"span\",{style:{display:\"inline-block\",verticalAlign:\"middle\",height:0,overflow:\"visible\"},children:/*#__PURE__*/_jsx(\"span\",{style:{display:\"inline-block\",transform:`translateY(calc(-50% - ${itemsWithPositions[itemIndex].offset}px))`},children:itemsWithPositions[itemIndex].item})},`item-${itemIndex}`));if(isBeforeAllText||!isAfterAllText){elements.push(/*#__PURE__*/_jsx(\"span\",{style:{...style,textDecorationLine:\"none\",WebkitTextStroke:\"0px transparent\"},children:\" \"},`space-after-item-${itemIndex}`));}itemIndex++;}else{elements.push(/*#__PURE__*/_jsx(\"span\",{style:style,children:words[wordIndex]},`word-${wordIndex}`));wordIndex++;}}return /*#__PURE__*/_jsx(\"div\",{style:{textAlign:props.align,width:\"100%\"},children:elements});}Inserter.displayName=\"Tau 1.1 - Inserter\";addPropertyControls(Inserter,{text:{type:ControlType.String,title:\"Text\",displayTextArea:true,defaultValue:\"Delftware, the iconic blue and white pottery, originated in the 16th century in the Dutch town of Delft.\"},primary:{type:ControlType.Object,title:\"Primary\",controls:{fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#000000\"},stroke:{type:ControlType.Color,title:\"Stroke\",defaultValue:\"#000000\"},thicc:{type:ControlType.Number,title:\"Thickness\",min:0,defaultValue:0,displayStepper:true,description:\" \"},font:{type:ControlType.Font,title:\"Font\",defaultValue:{family:\"Inter\",fontWeight:\"regular\",fontStyle:\"normal\"}},size:{type:ControlType.Number,title:\"Size\",defaultValue:18,step:.5,displayStepper:true,description:\" \"},letterEm:{type:ControlType.Number,title:\"Letter\",defaultValue:0,step:.01,displayStepper:true,hidden:props=>props.letterToggle!==\"em\"},letterPx:{type:ControlType.Number,title:\"Letter\",defaultValue:0,step:.1,displayStepper:true,hidden:props=>props.letterToggle!==\"px\"},letterToggle:{type:ControlType.Enum,title:\"Unit\",displaySegmentedControl:true,options:[\"em\",\"px\"],optionTitles:[\"Em\",\"Pixels\"],defaultValue:\"em\",description:\" \"},lineEm:{type:ControlType.Number,title:\"Line\",defaultValue:1,min:.1,displayStepper:true,step:.1,hidden:props=>props.lineToggle!==\"em\"},linePx:{type:ControlType.Number,title:\"Line\",defaultValue:16,min:.1,displayStepper:true,step:.5,hidden:props=>props.lineToggle!==\"px\"},linePercent:{type:ControlType.Number,title:\"Line\",defaultValue:120,min:.1,displayStepper:true,step:5,hidden:props=>props.lineToggle!==\"%\"},lineToggle:{type:ControlType.Enum,title:\"Unit\",displaySegmentedControl:true,options:[\"em\",\"px\",\"%\"],optionTitles:[\"Em\",\"Pixels\",\"%\"],defaultValue:\"%\",description:\" \"},wghtToggle:{type:ControlType.Enum,title:\"Weight\",displaySegmentedControl:true,options:[\"false\",\"true\"],optionTitles:[\"Auto\",\"Custom\"],defaultValue:\"false\"},wght:{type:ControlType.Number,title:\"Weight\",defaultValue:200,min:50,max:1e3,hidden:props=>props.wghtToggle===\"false\"},italToggle:{type:ControlType.Enum,title:\"Italic\",displaySegmentedControl:true,options:[\"false\",\"true\"],optionTitles:[\"Auto\",\"Custom\"],defaultValue:\"false\"},ital:{type:ControlType.Number,title:\"Italic\",defaultValue:0,step:.1,min:0,max:1,hidden:props=>props.italToggle===\"false\"},slntToggle:{type:ControlType.Enum,title:\"Slant\",displaySegmentedControl:true,options:[\"false\",\"true\"],optionTitles:[\"Auto\",\"Custom\"],defaultValue:\"false\"},slnt:{type:ControlType.Number,title:\"Slant\",defaultValue:200,min:50,max:1e3,hidden:props=>props.slntToggle===\"false\"},opszToggle:{type:ControlType.Enum,title:\"Opt. size\",displaySegmentedControl:true,options:[\"false\",\"true\"],optionTitles:[\"Auto\",\"Custom\"],defaultValue:\"false\"},opsz:{type:ControlType.Number,title:\"Opt. size\",defaultValue:16,min:6,max:72,hidden:props=>props.opszToggle===\"false\"},decorationLine:{type:ControlType.Enum,title:\"Decoration\",options:[\"none\",\"underline\",\"line-through\",\"overline\"],optionTitles:[\"None\",\"Underline\",\"Strikethrough\",\"Overline\"],defaultValue:\"none\"},decorationThickness:{type:ControlType.Number,title:\"Thickness\",defaultValue:1,min:1,displayStepper:true,hidden:props=>props.decorationLine===\"none\"},decorationColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"#000000\",hidden:props=>props.decorationLine===\"none\"}}},align:{type:ControlType.Enum,displaySegmentedControl:true,options:[\"left\",\"center\",\"right\"],optionIcons:[\"text-align-left\",\"text-align-center\",\"text-align-right\"],defaultValue:\"left\",description:\" \"},item:{type:ControlType.Array,title:\"Items\",control:{type:ControlType.ComponentInstance},maxCount:5},settings:{type:ControlType.Array,title:\"Settings\",control:{type:ControlType.Object,controls:{position:{type:ControlType.Number,title:\"Position\",defaultValue:0,min:1,step:1,displayStepper:true},offset:{type:ControlType.Number,title:\"Offset\",defaultValue:0,step:.5,displayStepper:true}}},description:\"Made with care and love by Teyah.\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Inserter\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Inserter.map", "// Generated by Framer (677c5d1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Tau11Inserter from\"https://framerusercontent.com/modules/sd7IA2kvh44n7ctOBIFO/jv26bZTvVosSEFb5dK3S/Inserter.js\";const Tau11InserterFonts=getFonts(Tau11Inserter);const cycleOrder=[\"lcMImvBDF\",\"TgUVGBIxR\"];const serializationHash=\"framer-iAzgE\";const variantClassNames={lcMImvBDF:\"framer-v-1p89h58\",TgUVGBIxR:\"framer-v-go754t\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"lcMImvBDF\",\"Variant 2\":\"TgUVGBIxR\"};const getProps=({fontSize,height,id,padding,width,...props})=>{return{...props,ExQqG8VkA:fontSize??props.ExQqG8VkA??64,qQOdyU2VE:padding??props.qQOdyU2VE??\"12px 10px 12px 10px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"lcMImvBDF\"};};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,ExQqG8VkA,qQOdyU2VE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lcMImvBDF\",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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1p89h58\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"lcMImvBDF\",ref:refBinding,style:{...style},...addPropertyOverrides({TgUVGBIxR:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1njhqvm-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tFx8L4dMN-container\",nodeId:\"tFx8L4dMN\",rendersWithMotion:true,scopeId:\"aXbYIqZHY\",children:/*#__PURE__*/_jsx(Tau11Inserter,{align:\"left\",height:\"100%\",id:\"tFx8L4dMN\",item:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xf6dmm\",layoutDependency:layoutDependency,layoutId:\"XNwt_po1I\",style:{\"--rfsf6t\":numberToPixelString(qQOdyU2VE),background:\"linear-gradient(180deg, rgb(252, 127, 96) 0%, rgb(245, 112, 78) 100%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":'\"ss01\" on, \"ss02\" on, \"ss03\" on, \"ss04\" on, \"ss05\" on, \"ss06\" on, \"ss07\" on, \"ss08\" on',\"--framer-font-size\":\"calc(var(--variable-reference-ExQqG8VkA-aXbYIqZHY) * 1px)\",\"--framer-line-height\":\"44px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"8 months before\"})}),className:\"framer-mpfja4\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"bClXgWZhm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-ExQqG8VkA-aXbYIqZHY\":ExQqG8VkA},verticalAlignment:\"top\",withExternalLayout:true})})],layoutId:\"tFx8L4dMN\",primary:{decorationColor:\"rgb(0, 0, 0)\",decorationLine:\"none\",decorationThickness:1,fill:\"rgb(51, 51, 51)\",font:{fontFamily:'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',fontFeatureSettings:\"'ss01' on, 'ss02' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss03' on\",fontStyle:\"normal\",fontWeight:400},ital:0,italToggle:\"false\",letterEm:0,letterPx:0,letterToggle:\"em\",lineEm:1,linePercent:140,linePx:78,lineToggle:\"px\",opsz:16,opszToggle:\"false\",size:64,slnt:200,slntToggle:\"false\",stroke:\"rgb(0, 0, 0)\",thicc:0,wght:200,wghtToggle:\"false\"},settings:[{offset:18.5,position:6}],style:{width:\"100%\"},text:\"On average Landscape uncovers startups their first funding announcement.\",width:\"100%\",...addPropertyOverrides({TgUVGBIxR:{primary:{decorationColor:\"rgb(0, 0, 0)\",decorationLine:\"none\",decorationThickness:1,fill:\"rgb(51, 51, 51)\",font:{fontFamily:'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',fontFeatureSettings:\"'ss01' on, 'ss02' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on, 'ss03' on\",fontStyle:\"normal\",fontWeight:400},ital:0,italToggle:\"false\",letterEm:0,letterPx:0,letterToggle:\"em\",lineEm:1,linePercent:140,linePx:62,lineToggle:\"px\",opsz:16,opszToggle:\"false\",size:48,slnt:200,slntToggle:\"false\",stroke:\"rgb(0, 0, 0)\",thicc:0,wght:200,wghtToggle:\"false\"}}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iAzgE.framer-1d8shls, .framer-iAzgE .framer-1d8shls { display: block; }\",\".framer-iAzgE.framer-1p89h58 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 656px; }\",\".framer-iAzgE .framer-1njhqvm-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-iAzgE .framer-1xf6dmm { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: var(--rfsf6t); position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-iAzgE .framer-mpfja4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iAzgE.framer-1p89h58, .framer-iAzgE .framer-1xf6dmm { gap: 0px; } .framer-iAzgE.framer-1p89h58 > *, .framer-iAzgE .framer-1xf6dmm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iAzgE.framer-1p89h58 > :first-child, .framer-iAzgE .framer-1xf6dmm > :first-child { margin-left: 0px; } .framer-iAzgE.framer-1p89h58 > :last-child, .framer-iAzgE .framer-1xf6dmm > :last-child { margin-right: 0px; } }\",\".framer-iAzgE.framer-v-go754t .framer-1njhqvm-container { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 468\n * @framerIntrinsicWidth 656\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TgUVGBIxR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ExQqG8VkA\":\"fontSize\",\"qQOdyU2VE\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraXbYIqZHY=withCSS(Component,css,\"framer-iAzgE\");export default FrameraXbYIqZHY;FrameraXbYIqZHY.displayName=\"Inserter example: component inside\";FrameraXbYIqZHY.defaultProps={height:468,width:656};addPropertyControls(FrameraXbYIqZHY,{variant:{options:[\"lcMImvBDF\",\"TgUVGBIxR\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},ExQqG8VkA:{defaultValue:64,title:\"Font Size\",type:ControlType.Number},qQOdyU2VE:{defaultValue:\"12px 10px 12px 10px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FrameraXbYIqZHY,[{explicitInter:true,fonts:[{family:\"DM Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]},...Tau11InserterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraXbYIqZHY\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"468\",\"framerVariables\":\"{\\\"ExQqG8VkA\\\":\\\"fontSize\\\",\\\"qQOdyU2VE\\\":\\\"padding\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"656\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TgUVGBIxR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aXbYIqZHY.map", "// Generated by Framer (b62c1c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"yodPjsrst\",\"V5i2ds3CJ\",\"wB2yyT9Fx\"];const serializationHash=\"framer-wdXC9\";const variantClassNames={V5i2ds3CJ:\"framer-v-121e3lk\",wB2yyT9Fx:\"framer-v-19ik9v6\",yodPjsrst:\"framer-v-9rp5l8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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:\"yodPjsrst\",Hidden:\"wB2yyT9Fx\",Loading:\"V5i2ds3CJ\"};const getProps=({click,height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yodPjsrst\",Wld3NDzSj:click??props.Wld3NDzSj};};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,Wld3NDzSj,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yodPjsrst\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapn9xadi=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Wld3NDzSj){const res=await Wld3NDzSj(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const isDisplayed=()=>{if(baseVariant===\"wB2yyT9Fx\")return false;return true;};const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed1=()=>{if(baseVariant===\"V5i2ds3CJ\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"V5i2ds3CJ\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-9rp5l8\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"yodPjsrst\",onTap:onTapn9xadi,ref:refBinding,style:{backgroundColor:\"rgb(222, 222, 217)\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4,...style},...addPropertyOverrides({V5i2ds3CJ:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"Show more deals\"})}),className:\"framer-wihdat\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"MjpA3HHtP\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-mgqd3i\",\"data-framer-appear-id\":\"mgqd3i\",\"data-framer-name\":\"Spinner\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"JrbWWQ0E_\",optimized:true,style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1q3bckn\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"dxghyKNZs\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 0deg, rgb(255, 255, 255) 342deg)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ivontd\",\"data-framer-name\":\"Round\",layoutDependency:layoutDependency,layoutId:\"oiqED9Q6X\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wdXC9.framer-pln7f7, .framer-wdXC9 .framer-pln7f7 { display: block; }\",\".framer-wdXC9.framer-9rp5l8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; padding: 10px 24px 10px 24px; position: relative; width: min-content; }\",\".framer-wdXC9 .framer-wihdat { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-wdXC9 .framer-mgqd3i { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; width: 20px; }\",\".framer-wdXC9 .framer-1q3bckn { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-wdXC9 .framer-1ivontd { flex: none; height: 2px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wdXC9.framer-9rp5l8 { gap: 0px; } .framer-wdXC9.framer-9rp5l8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wdXC9.framer-9rp5l8 > :first-child { margin-left: 0px; } .framer-wdXC9.framer-9rp5l8 > :last-child { margin-right: 0px; } }\",\".framer-wdXC9.framer-v-121e3lk.framer-9rp5l8 { min-width: 117.5px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 177.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"V5i2ds3CJ\":{\"layout\":[\"auto\",\"fixed\"],\"constraints\":[\"117.5px\",null,null,null]},\"wB2yyT9Fx\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Wld3NDzSj\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbV3oaD7YU=withCSS(Component,css,\"framer-wdXC9\");export default FramerbV3oaD7YU;FramerbV3oaD7YU.displayName=\"Load More\";FramerbV3oaD7YU.defaultProps={height:40,width:177.5};addPropertyControls(FramerbV3oaD7YU,{variant:{options:[\"yodPjsrst\",\"V5i2ds3CJ\",\"wB2yyT9Fx\"],optionTitles:[\"Default\",\"Loading\",\"Hidden\"],title:\"Variant\",type:ControlType.Enum},Wld3NDzSj:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerbV3oaD7YU,[{explicitInter:true,fonts:[{family:\"DM Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbV3oaD7YU\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"177.5\",\"framerVariables\":\"{\\\"Wld3NDzSj\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"V5i2ds3CJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"117.5px\\\",null,null,null]},\\\"wB2yyT9Fx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bV3oaD7YU.map", "// Generated by Framer (81a45be)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={W9KyFb7qm:{hover:true}};const serializationHash=\"framer-IhOc6\";const variantClassNames={W9KyFb7qm:\"framer-v-4hj91q\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const toString=value=>{return typeof value===\"string\"?value:String(value);};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=({amountRaised,companyLogo,companyName,companyURL,daysAdvantage,height,id,investorsOfNote,width,...props})=>{return{...props,SJ7znucGi:daysAdvantage??props.SJ7znucGi??315,tF4dOcy4I:amountRaised??props.tF4dOcy4I??3e7,THNJVyNJp:investorsOfNote??props.THNJVyNJp??\"Y Combinator, Spark Capital, Day One Ventures\",uCUDETXpS:companyLogo??props.uCUDETXpS,UqfCVIsFz:companyURL??props.UqfCVIsFz,URTXjV2Rn:companyName??props.URTXjV2Rn??\"Wordware\"};};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,UqfCVIsFz,uCUDETXpS,URTXjV2Rn,tF4dOcy4I,THNJVyNJp,SJ7znucGi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"W9KyFb7qm\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=numberToString(tF4dOcy4I,{compactDisplay:\"short\",currency:\"USD\",currencyDisplay:\"symbol\",locale:\"\",notation:\"compact\",style:\"currency\"},activeLocaleCode);const textContent1=toString(SJ7znucGi);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:UqfCVIsFz,motionChild:true,nodeId:\"W9KyFb7qm\",openInNewTab:true,scopeId:\"MTd7MCKen\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-4hj91q\",className,classNames)} framer-1gwzubx`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"W9KyFb7qm\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(51, 51, 51, 0.12)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.05)\",...style},variants:{\"W9KyFb7qm-hover\":{backgroundColor:\"rgb(247, 247, 247)\"}},...addPropertyOverrides({\"W9KyFb7qm-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yklte8\",layoutDependency:layoutDependency,layoutId:\"vNd5ll83X\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o7dz9b\",layoutDependency:layoutDependency,layoutId:\"x4UNyTAgW\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+0+0+32),sizes:\"56px\",...toResponsiveImage(uCUDETXpS)},className:\"framer-1wrtsss\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"p0VRShFIg\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(51, 51, 51, 0.12)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"Wordware\"})}),className:\"framer-1iclfsa\",\"data-framer-name\":\"Company Name\",fonts:[\"GF;DM Sans-600\"],layoutDependency:layoutDependency,layoutId:\"i3_W6h3pd\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\"},text:URTXjV2Rn,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2wq39y-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"bHQtZcafW-container\",nodeId:\"bHQtZcafW\",rendersWithMotion:true,scopeId:\"MTd7MCKen\",style:{opacity:.24},variants:{\"W9KyFb7qm-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(51, 51, 51)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowUpRight\",id:\"bHQtZcafW\",layoutId:\"bHQtZcafW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jylnze\",layoutDependency:layoutDependency,layoutId:\"ez1P7LqtB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"Raised\"})}),className:\"framer-ul4jsv\",\"data-framer-name\":\"Company Name\",fonts:[\"GF;DM Sans-600\"],layoutDependency:layoutDependency,layoutId:\"HK9HvZTok\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"$NaN\"})}),className:\"framer-eg8otr\",\"data-framer-name\":\"Company Name\",fonts:[\"GF;DM Sans-600\"],layoutDependency:layoutDependency,layoutId:\"TK68FHjYU\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-me68da\",layoutDependency:layoutDependency,layoutId:\"wWL4QRHni\",style:{backgroundColor:\"rgba(51, 51, 51, 0.06)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64)))\"},children:\"Investors include\"})}),className:\"framer-6i0iep\",\"data-framer-name\":\"Company Name\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"EGfdOwXzE\",style:{\"--extracted-r6o4lv\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",opacity:.64},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64)))\"},children:\"Y Combinator, Spark Capital, Day One Ventures\"})}),className:\"framer-nvukkf\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"EBfPLw1RK\",style:{\"--extracted-r6o4lv\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:THNJVyNJp,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kk4wyf\",\"data-framer-name\":\"Time tag\",layoutDependency:layoutDependency,layoutId:\"bEVQTEdrl\",style:{backgroundColor:\"rgba(255, 204, 36, 0.32)\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ql73lr-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uG93g1T7O-container\",nodeId:\"uG93g1T7O\",rendersWithMotion:true,scopeId:\"MTd7MCKen\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(247, 169, 0)\",height:\"100%\",iconSearch:\"clock-counter-clockwise\",iconSelection:\"ClockClockwise\",id:\"uG93g1T7O\",layoutId:\"uG93g1T7O\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64)))\"},children:\"undefined\"})}),className:\"framer-tq269m\",\"data-framer-name\":\"Company Name\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"dZ63L28Vd\",style:{\"--extracted-r6o4lv\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64)))\"},children:\"day advantage on Landscape\"})}),className:\"framer-1c3b9tv\",\"data-framer-name\":\"Company Name\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"tMHK29Zcb\",style:{\"--extracted-r6o4lv\":\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IhOc6.framer-1gwzubx, .framer-IhOc6 .framer-1gwzubx { display: block; }\",\".framer-IhOc6.framer-4hj91q { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 16px; position: relative; text-decoration: none; width: 303px; }\",\".framer-IhOc6 .framer-yklte8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IhOc6 .framer-1o7dz9b { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-IhOc6 .framer-1wrtsss { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 56px; }\",\".framer-IhOc6 .framer-1iclfsa { flex: 1 0 0px; height: auto; max-width: 90%; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-IhOc6 .framer-2wq39y-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-IhOc6 .framer-1jylnze { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IhOc6 .framer-ul4jsv, .framer-IhOc6 .framer-eg8otr, .framer-IhOc6 .framer-6i0iep, .framer-IhOc6 .framer-tq269m, .framer-IhOc6 .framer-1c3b9tv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-IhOc6 .framer-me68da { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-IhOc6 .framer-nvukkf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-IhOc6 .framer-1kk4wyf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 8px 4px 5px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-IhOc6 .framer-1ql73lr-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IhOc6.framer-4hj91q, .framer-IhOc6 .framer-1o7dz9b, .framer-IhOc6 .framer-1jylnze, .framer-IhOc6 .framer-me68da, .framer-IhOc6 .framer-1kk4wyf { gap: 0px; } .framer-IhOc6.framer-4hj91q > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-IhOc6.framer-4hj91q > :first-child, .framer-IhOc6 .framer-me68da > :first-child { margin-top: 0px; } .framer-IhOc6.framer-4hj91q > :last-child, .framer-IhOc6 .framer-me68da > :last-child { margin-bottom: 0px; } .framer-IhOc6 .framer-1o7dz9b > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-IhOc6 .framer-1o7dz9b > :first-child, .framer-IhOc6 .framer-1jylnze > :first-child, .framer-IhOc6 .framer-1kk4wyf > :first-child { margin-left: 0px; } .framer-IhOc6 .framer-1o7dz9b > :last-child, .framer-IhOc6 .framer-1jylnze > :last-child, .framer-IhOc6 .framer-1kk4wyf > :last-child { margin-right: 0px; } .framer-IhOc6 .framer-1jylnze > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-IhOc6 .framer-me68da > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-IhOc6 .framer-1kk4wyf > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } }\",'.framer-IhOc6[data-border=\"true\"]::after, .framer-IhOc6 [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 264\n * @framerIntrinsicWidth 303\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"q6sKiNlE6\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"UqfCVIsFz\":\"companyURL\",\"uCUDETXpS\":\"companyLogo\",\"URTXjV2Rn\":\"companyName\",\"tF4dOcy4I\":\"amountRaised\",\"THNJVyNJp\":\"investorsOfNote\",\"SJ7znucGi\":\"daysAdvantage\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMTd7MCKen=withCSS(Component,css,\"framer-IhOc6\");export default FramerMTd7MCKen;FramerMTd7MCKen.displayName=\"CMS Card 2\";FramerMTd7MCKen.defaultProps={height:264,width:303};addPropertyControls(FramerMTd7MCKen,{UqfCVIsFz:{title:\"Company URL\",type:ControlType.Link},uCUDETXpS:{title:\"Company Logo\",type:ControlType.ResponsiveImage},URTXjV2Rn:{defaultValue:\"Wordware\",title:\"Company Name\",type:ControlType.String},tF4dOcy4I:{defaultValue:3e7,title:\"Amount Raised\",type:ControlType.Number},THNJVyNJp:{defaultValue:\"Y Combinator, Spark Capital, Day One Ventures\",title:\"Investors of Note\",type:ControlType.String},SJ7znucGi:{defaultValue:315,title:\"Days Advantage\",type:ControlType.Number}});addFonts(FramerMTd7MCKen,[{explicitInter:true,fonts:[{family:\"DM Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{family:\"DM Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMTd7MCKen\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q6sKiNlE6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"303\",\"framerIntrinsicHeight\":\"264\",\"framerVariables\":\"{\\\"UqfCVIsFz\\\":\\\"companyURL\\\",\\\"uCUDETXpS\\\":\\\"companyLogo\\\",\\\"URTXjV2Rn\\\":\\\"companyName\\\",\\\"tF4dOcy4I\\\":\\\"amountRaised\\\",\\\"THNJVyNJp\\\":\\\"investorsOfNote\\\",\\\"SJ7znucGi\\\":\\\"daysAdvantage\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MTd7MCKen.map", "// Generated by Framer (722666c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const serializationHash=\"framer-rEQe2\";const variantClassNames={jhjPM4BEU:\"framer-v-v3g6dn\"};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,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"jhjPM4BEU\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-v3g6dn\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"jhjPM4BEU\",ref:ref??ref1,style:{backgroundColor:\"rgba(219, 219, 211, 0.56)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11oq6rk-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Co1L1g4X9-container\",nodeId:\"Co1L1g4X9\",rendersWithMotion:true,scopeId:\"oAB4tDsXt\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(51, 51, 51)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ClockClockwise\",id:\"Co1L1g4X9\",layoutId:\"Co1L1g4X9\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"Backtested Rounds\"})}),className:\"framer-21ffsc\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"SDh9C7dx1\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rEQe2.framer-fe5hf7, .framer-rEQe2 .framer-fe5hf7 { display: block; }\",\".framer-rEQe2.framer-v3g6dn { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 12px 6px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-rEQe2 .framer-11oq6rk-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-rEQe2 .framer-21ffsc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rEQe2.framer-v3g6dn { gap: 0px; } .framer-rEQe2.framer-v3g6dn > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-rEQe2.framer-v3g6dn > :first-child { margin-left: 0px; } .framer-rEQe2.framer-v3g6dn > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 182.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroAB4tDsXt=withCSS(Component,css,\"framer-rEQe2\");export default FrameroAB4tDsXt;FrameroAB4tDsXt.displayName=\"Backtested Rounds\";FrameroAB4tDsXt.defaultProps={height:28,width:182.5};addFonts(FrameroAB4tDsXt,[{explicitInter:true,fonts:[{family:\"DM Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroAB4tDsXt\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"182.5\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"28\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oAB4tDsXt.map", "// Generated by Framer (f26e712)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"EBQ7izonW\",\"M14QxhpMk\",\"CMxaG2VSF\"];const serializationHash=\"framer-OVjVI\";const variantClassNames={CMxaG2VSF:\"framer-v-eczfsj\",EBQ7izonW:\"framer-v-1crfex5\",M14QxhpMk:\"framer-v-1ucrn4g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"EBQ7izonW\",\"Variant 2\":\"M14QxhpMk\",Mobile:\"CMxaG2VSF\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EBQ7izonW\"};};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:\"EBQ7izonW\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"CMxaG2VSF\")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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1crfex5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"EBQ7izonW\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{CMxaG2VSF:{backgroundColor:\"rgba(0, 0, 0, 0)\"},M14QxhpMk:{backgroundColor:\"rgb(245, 245, 240)\"}},...addPropertyOverrides({CMxaG2VSF:{\"data-framer-name\":\"Mobile\"},M14QxhpMk:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vp8t9a\",layoutDependency:layoutDependency,layoutId:\"HY_mmMRrF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"26px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"Featured Startups\"})}),className:\"framer-ga18kp\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Vzxee2U7m\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CMxaG2VSF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":'\"ss01\" on, \"ss02\" on, \"ss03\" on, \"ss04\" on, \"ss05\" on, \"ss06\" on, \"ss07\" on, \"ss08\" on',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"Featured Startups\"})})},M14QxhpMk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":'\"ss01\" on, \"ss02\" on, \"ss03\" on, \"ss04\" on, \"ss05\" on, \"ss06\" on, \"ss07\" on, \"ss08\" on',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"Featured Startups\"})}),fonts:[\"GF;DM Sans-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wi094y\",layoutDependency:layoutDependency,layoutId:\"uvrS5EAlL\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"Total funding:\"})}),className:\"framer-pkrnk2\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"JryoIa95_\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.48},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({M14QxhpMk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"Total funding:\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"$1 billion+\"})}),className:\"framer-ldquu3\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"SHOgd27UG\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CMxaG2VSF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"$1 billion+\"})})},M14QxhpMk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"$1 billion+\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13v08qd\",layoutDependency:layoutDependency,layoutId:\"msIyWFFr7\",style:{backgroundColor:\"rgba(51, 51, 51, 0.12)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OVjVI.framer-wv2xu1, .framer-OVjVI .framer-wv2xu1 { display: block; }\",\".framer-OVjVI.framer-1crfex5 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1040px; }\",\".framer-OVjVI .framer-1vp8t9a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OVjVI .framer-ga18kp, .framer-OVjVI .framer-pkrnk2, .framer-OVjVI .framer-ldquu3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-OVjVI .framer-wi094y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-OVjVI .framer-13v08qd { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OVjVI.framer-1crfex5, .framer-OVjVI .framer-wi094y { gap: 0px; } .framer-OVjVI.framer-1crfex5 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-OVjVI.framer-1crfex5 > :first-child { margin-top: 0px; } .framer-OVjVI.framer-1crfex5 > :last-child { margin-bottom: 0px; } .framer-OVjVI .framer-wi094y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OVjVI .framer-wi094y > :first-child { margin-left: 0px; } .framer-OVjVI .framer-wi094y > :last-child { margin-right: 0px; } }\",\".framer-OVjVI.framer-v-1ucrn4g .framer-1vp8t9a { padding: 12px 16px 0px 16px; }\",\".framer-OVjVI.framer-v-1ucrn4g .framer-wi094y { gap: 7px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OVjVI.framer-v-1ucrn4g .framer-wi094y { gap: 0px; } .framer-OVjVI.framer-v-1ucrn4g .framer-wi094y > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-OVjVI.framer-v-1ucrn4g .framer-wi094y > :first-child { margin-left: 0px; } .framer-OVjVI.framer-v-1ucrn4g .framer-wi094y > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45\n * @framerIntrinsicWidth 1040\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"M14QxhpMk\":{\"layout\":[\"fixed\",\"auto\"]},\"CMxaG2VSF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRoEQz6CU4=withCSS(Component,css,\"framer-OVjVI\");export default FramerRoEQz6CU4;FramerRoEQz6CU4.displayName=\"Companies we've sourced\";FramerRoEQz6CU4.defaultProps={height:45,width:1040};addPropertyControls(FramerRoEQz6CU4,{variant:{options:[\"EBQ7izonW\",\"M14QxhpMk\",\"CMxaG2VSF\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRoEQz6CU4,[{explicitInter:true,fonts:[{family:\"DM Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRoEQz6CU4\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M14QxhpMk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CMxaG2VSF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1040\",\"framerIntrinsicHeight\":\"45\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RoEQz6CU4.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import InserterExampleComponentInside from\"#framer/local/canvasComponent/aXbYIqZHY/aXbYIqZHY.js\";import LoadMore from\"#framer/local/canvasComponent/bV3oaD7YU/bV3oaD7YU.js\";import Footer from\"#framer/local/canvasComponent/lsy8imiK3/lsy8imiK3.js\";import CMSCard2 from\"#framer/local/canvasComponent/MTd7MCKen/MTd7MCKen.js\";import BacktestedRounds from\"#framer/local/canvasComponent/oAB4tDsXt/oAB4tDsXt.js\";import CompaniesWeVeSourced from\"#framer/local/canvasComponent/RoEQz6CU4/RoEQz6CU4.js\";import Navigation from\"#framer/local/canvasComponent/xzFjvAgeE/xzFjvAgeE.js\";import BacktestedFunds from\"#framer/local/collection/YFAZCUs6I/YFAZCUs6I.js\";import metadataProvider from\"#framer/local/webPageMetadata/yW_r2Nd3U/yW_r2Nd3U.js\";const NavigationFonts=getFonts(Navigation);const NavigationWithVariantAppearEffect=withVariantAppearEffect(Navigation);const CompaniesWeVeSourcedFonts=getFonts(CompaniesWeVeSourced);const ContainerWithFX=withFX(Container);const BacktestedRoundsFonts=getFonts(BacktestedRounds);const InserterExampleComponentInsideFonts=getFonts(InserterExampleComponentInside);const CMSCard2Fonts=getFonts(CMSCard2);const LoadMoreFonts=getFonts(LoadMore);const FooterFonts=getFonts(Footer);const breakpoints={F_bLn1Xbi:\"(min-width: 1200px)\",FqHLwUTwG:\"(min-width: 810px) and (max-width: 1199px)\",OrBHjIV8x:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-flWNm\";const variantClassNames={F_bLn1Xbi:\"framer-v-1qxdrn0\",FqHLwUTwG:\"framer-v-7jmfu6\",OrBHjIV8x:\"framer-v-1c0c7wv\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"fspPicEt5\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"F_bLn1Xbi\",Phone:\"OrBHjIV8x\",Tablet:\"FqHLwUTwG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"F_bLn1Xbi\"};};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,h9zspHHVxfspPicEt5,OlYEf5m5FfspPicEt5,qK4UiRPZBfspPicEt5,Lpcfhnx9_fspPicEt5,BO5DfOILHfspPicEt5,zfxLxIfTkfspPicEt5,bbgSjfOhDfspPicEt5,idfspPicEt5,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Wld3NDzSj1b86s49=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{loadMore();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"FqHLwUTwG\",\"OrBHjIV8x\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const elementId=useRouteElementId(\"hNGrFWSxc\");const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"OrBHjIV8x\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"OrBHjIV8x\")return true;return false;};const elementId1=useRouteElementId(\"oiCMMe74e\");const router=useRouter();const elementId2=useRouteElementId(\"zn0FGQQ9w\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"F_bLn1Xbi\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(245, 245, 240); } @media (max-width: 809px) { html body { background: rgb(245, 245, 241) } }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1qxdrn0\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eej6j-container\",layoutScroll:true,nodeId:\"WT94Dn6XE\",rendersWithMotion:true,scopeId:\"yW_r2Nd3U\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OrBHjIV8x:{__framer__variantAppearEffectEnabled:undefined,variant:\"DVyV9Type\"}},children:/*#__PURE__*/_jsx(NavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"sXRzPWaAE\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"WT94Dn6XE\",layoutId:\"WT94Dn6XE\",style:{width:\"100%\"},variant:\"POI9RrZEU\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.1,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1,stiffness:1e3,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:7}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:64}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s77wik-container hidden-7jmfu6 hidden-1c0c7wv\",layoutScroll:true,nodeId:\"RqP_eQG06\",rendersWithMotion:true,scopeId:\"yW_r2Nd3U\",children:/*#__PURE__*/_jsx(CompaniesWeVeSourced,{height:\"100%\",id:\"RqP_eQG06\",layoutId:\"RqP_eQG06\",style:{width:\"100%\"},variant:\"M14QxhpMk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1adgr97\",\"data-framer-name\":\"Hero Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15w2od0\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-smiiul\",\"data-framer-name\":\"Hero Text\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(Container,{className:\"framer-45rjxp-container\",nodeId:\"KWLhnXLYW\",scopeId:\"yW_r2Nd3U\",children:/*#__PURE__*/_jsx(BacktestedRounds,{height:\"100%\",id:\"KWLhnXLYW\",layoutId:\"KWLhnXLYW\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FqHLwUTwG:{width:`calc((max(${componentViewport?.width||\"100vw\"} - 32px, 1px) - 40px) * 0.96)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:468,width:`calc((max(${componentViewport?.width||\"100vw\"}, 1px) - 80px) * 0.64)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19a2083-container hidden-1c0c7wv\",nodeId:\"oZTR4dKrD\",scopeId:\"yW_r2Nd3U\",children:/*#__PURE__*/_jsx(InserterExampleComponentInside,{ExQqG8VkA:64,height:\"100%\",id:\"oZTR4dKrD\",layoutId:\"oZTR4dKrD\",qQOdyU2VE:\"14px 12px 14px 12px\",style:{width:\"100%\"},variant:\"lcMImvBDF\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss07' on, 'ss08' on\",\"--framer-font-size\":\"38px\",\"--framer-line-height\":\"42px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"On average Landscape sees startups 8 months earlier than other sources.\"})}),className:\"framer-1oxc8tz hidden-1qxdrn0 hidden-7jmfu6\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ojavma\",\"data-framer-name\":\"650 Million\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FqHLwUTwG:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`},OrBHjIV8x:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:`calc(${componentViewport?.width||\"100vw\"} - 160px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14may15-container\",nodeId:\"qXNyd0OMt\",scopeId:\"yW_r2Nd3U\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OrBHjIV8x:{variant:\"CMxaG2VSF\"}},children:/*#__PURE__*/_jsx(CompaniesWeVeSourced,{height:\"100%\",id:\"qXNyd0OMt\",layoutId:\"qXNyd0OMt\",style:{width:\"100%\"},variant:\"EBQ7izonW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rfzesn\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fl3fow\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FqHLwUTwG:{pageSize:8,query:{from:{alias:\"fspPicEt5\",data:BacktestedFunds,type:\"Collection\"},orderBy:[{collection:\"fspPicEt5\",direction:\"desc\",name:\"BO5DfOILH\",type:\"Identifier\"}],select:[{collection:\"fspPicEt5\",name:\"h9zspHHVx\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"OlYEf5m5F\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"qK4UiRPZB\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"Lpcfhnx9_\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"BO5DfOILH\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"zfxLxIfTk\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"bbgSjfOhD\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"fspPicEt5\",name:\"zfxLxIfTk\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"fspPicEt5\",name:\"zfxLxIfTk\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},OrBHjIV8x:{query:{from:{alias:\"fspPicEt5\",data:BacktestedFunds,type:\"Collection\"},limit:{type:\"LiteralValue\",value:8},orderBy:[{collection:\"fspPicEt5\",direction:\"desc\",name:\"BO5DfOILH\",type:\"Identifier\"}],select:[{collection:\"fspPicEt5\",name:\"h9zspHHVx\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"OlYEf5m5F\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"qK4UiRPZB\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"Lpcfhnx9_\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"BO5DfOILH\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"zfxLxIfTk\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"bbgSjfOhD\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"fspPicEt5\",name:\"zfxLxIfTk\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"fspPicEt5\",name:\"zfxLxIfTk\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{pageSize:16,query:{from:{alias:\"fspPicEt5\",data:BacktestedFunds,type:\"Collection\"},orderBy:[{collection:\"fspPicEt5\",direction:\"desc\",name:\"BO5DfOILH\",type:\"Identifier\"}],select:[{collection:\"fspPicEt5\",name:\"h9zspHHVx\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"OlYEf5m5F\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"qK4UiRPZB\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"Lpcfhnx9_\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"BO5DfOILH\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"zfxLxIfTk\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"bbgSjfOhD\",type:\"Identifier\"},{collection:\"fspPicEt5\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"fspPicEt5\",name:\"zfxLxIfTk\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"fspPicEt5\",name:\"zfxLxIfTk\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection?.map(({bbgSjfOhD:bbgSjfOhDfspPicEt5,BO5DfOILH:BO5DfOILHfspPicEt5,h9zspHHVx:h9zspHHVxfspPicEt5,id:idfspPicEt5,Lpcfhnx9_:Lpcfhnx9_fspPicEt5,OlYEf5m5F:OlYEf5m5FfspPicEt5,qK4UiRPZB:qK4UiRPZBfspPicEt5,zfxLxIfTk:zfxLxIfTkfspPicEt5},index)=>{h9zspHHVxfspPicEt5??=\"\";OlYEf5m5FfspPicEt5??=\"\";Lpcfhnx9_fspPicEt5??=\"\";BO5DfOILHfspPicEt5??=0;zfxLxIfTkfspPicEt5??=\"\";bbgSjfOhDfspPicEt5??=0;return /*#__PURE__*/_jsx(LayoutGroup,{id:`fspPicEt5-${idfspPicEt5}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{OlYEf5m5F:OlYEf5m5FfspPicEt5},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:h9zspHHVxfspPicEt5,implicitPathVariables:{OlYEf5m5F:OlYEf5m5FfspPicEt5}},{href:h9zspHHVxfspPicEt5,implicitPathVariables:{OlYEf5m5F:OlYEf5m5FfspPicEt5}},{href:h9zspHHVxfspPicEt5,implicitPathVariables:{OlYEf5m5F:OlYEf5m5FfspPicEt5}}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FqHLwUTwG:{width:undefined},OrBHjIV8x:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:264,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-e9ada6-container\",nodeId:\"ckwU_Sv4s\",scopeId:\"yW_r2Nd3U\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FqHLwUTwG:{UqfCVIsFz:resolvedLinks[1]},OrBHjIV8x:{UqfCVIsFz:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(CMSCard2,{height:\"100%\",id:\"ckwU_Sv4s\",layoutId:\"ckwU_Sv4s\",SJ7znucGi:bbgSjfOhDfspPicEt5,style:{width:\"100%\"},tF4dOcy4I:BO5DfOILHfspPicEt5,THNJVyNJp:zfxLxIfTkfspPicEt5,uCUDETXpS:toResponsiveImage(qK4UiRPZBfspPicEt5),UqfCVIsFz:resolvedLinks[0],URTXjV2Rn:Lpcfhnx9_fspPicEt5,width:\"100%\"})})})})})})})},idfspPicEt5);}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OrBHjIV8x:{height:46,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f60jr0-container\",nodeId:\"v06WusA8N\",scopeId:\"yW_r2Nd3U\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OrBHjIV8x:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(LoadMore,{height:\"100%\",id:\"v06WusA8N\",layoutId:\"v06WusA8N\",variant:loaderVariants(paginationInfo,{disabled:\"wB2yyT9Fx\",loading:\"V5i2ds3CJ\"},\"yodPjsrst\"),width:\"100%\",Wld3NDzSj:Wld3NDzSj1b86s49({loadMore})})})})})})]})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3mr7uw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:522,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17yv3yw-container\",id:elementId2,nodeId:\"zn0FGQQ9w\",ref:ref3,scopeId:\"yW_r2Nd3U\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OrBHjIV8x:{variant:\"NwFlZzI34\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"zn0FGQQ9w\",layoutId:\"zn0FGQQ9w\",style:{width:\"100%\"},variant:\"iRbcrLjdc\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-flWNm.framer-1ucv6zw, .framer-flWNm .framer-1ucv6zw { display: block; }\",\".framer-flWNm.framer-1qxdrn0 { align-content: center; align-items: center; background-color: #f5f5f0; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-flWNm .framer-1eej6j-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-flWNm .framer-1s77wik-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\".framer-flWNm .framer-1adgr97 { align-content: center; align-items: center; background: linear-gradient(180deg, #f5f5f0 0%, rgb(255, 255, 255) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 184px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-flWNm .framer-15w2od0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-flWNm .framer-smiiul { 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: center; overflow: visible; padding: 0px 0px 0px 80px; position: relative; width: 1px; }\",\".framer-flWNm .framer-45rjxp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-flWNm .framer-19a2083-container { flex: none; height: auto; position: relative; width: 64%; }\",\".framer-flWNm .framer-1oxc8tz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 68%; word-break: break-word; word-wrap: break-word; }\",\".framer-flWNm .framer-1ojavma { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px 80px 64px 80px; position: relative; width: 100%; }\",\".framer-flWNm .framer-14may15-container, .framer-flWNm .framer-17yv3yw-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-flWNm .framer-rfzesn { 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-flWNm .framer-1fl3fow { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, 300px); height: min-content; justify-content: start; padding: 0px 0px 72px 0px; position: relative; width: 100%; }\",\".framer-flWNm .framer-e9ada6-container { align-self: start; flex: none; height: auto; justify-self: start; min-width: 300px; position: relative; width: 1fr; }\",\".framer-flWNm .framer-1f60jr0-container { bottom: 0px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; }\",\".framer-flWNm .framer-3mr7uw { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-flWNm.framer-1qxdrn0, .framer-flWNm .framer-1adgr97, .framer-flWNm .framer-15w2od0, .framer-flWNm .framer-smiiul, .framer-flWNm .framer-1ojavma, .framer-flWNm .framer-rfzesn, .framer-flWNm .framer-3mr7uw { gap: 0px; } .framer-flWNm.framer-1qxdrn0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-flWNm.framer-1qxdrn0 > :first-child, .framer-flWNm .framer-1adgr97 > :first-child, .framer-flWNm .framer-smiiul > :first-child, .framer-flWNm .framer-1ojavma > :first-child, .framer-flWNm .framer-rfzesn > :first-child, .framer-flWNm .framer-3mr7uw > :first-child { margin-top: 0px; } .framer-flWNm.framer-1qxdrn0 > :last-child, .framer-flWNm .framer-1adgr97 > :last-child, .framer-flWNm .framer-smiiul > :last-child, .framer-flWNm .framer-1ojavma > :last-child, .framer-flWNm .framer-rfzesn > :last-child, .framer-flWNm .framer-3mr7uw > :last-child { margin-bottom: 0px; } .framer-flWNm .framer-1adgr97 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-flWNm .framer-15w2od0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-flWNm .framer-15w2od0 > :first-child { margin-left: 0px; } .framer-flWNm .framer-15w2od0 > :last-child { margin-right: 0px; } .framer-flWNm .framer-smiiul > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-flWNm .framer-1ojavma > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-flWNm .framer-rfzesn > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-flWNm .framer-3mr7uw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-flWNm.framer-1qxdrn0 { width: 810px; } .framer-flWNm .framer-1adgr97 { padding: 184px 16px 48px 16px; } .framer-flWNm .framer-smiiul { gap: 16px; padding: 0px 0px 0px 40px; } .framer-flWNm .framer-19a2083-container { width: 96%; } .framer-flWNm .framer-1ojavma { padding: 32px 16px 32px 16px; } .framer-flWNm .framer-rfzesn { padding: 0px 0px 0px 40px; } .framer-flWNm .framer-1fl3fow { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } .framer-flWNm .framer-e9ada6-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-flWNm .framer-smiiul { gap: 0px; } .framer-flWNm .framer-smiiul > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-flWNm .framer-smiiul > :first-child { margin-top: 0px; } .framer-flWNm .framer-smiiul > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-flWNm.framer-1qxdrn0 { background-color: #f5f5f1; width: 390px; } .framer-flWNm .framer-1adgr97 { gap: 24px; justify-content: flex-start; padding: 88px 16px 48px 16px; } .framer-flWNm .framer-15w2od0 { flex-direction: column; } .framer-flWNm .framer-smiiul { flex: none; gap: 12px; order: 0; padding: 0px; width: 100%; } .framer-flWNm .framer-1oxc8tz, .framer-flWNm .framer-e9ada6-container { width: 100%; } .framer-flWNm .framer-1ojavma { gap: 24px; padding: 16px 16px 24px 16px; } .framer-flWNm .framer-14may15-container { order: 0; } .framer-flWNm .framer-rfzesn { gap: 0px; order: 1; overflow: hidden; padding: 0px 0px 16px 0px; } .framer-flWNm .framer-1fl3fow { gap: 12px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); order: 0; } .framer-flWNm .framer-1f60jr0-container { height: 46px; left: 0px; right: 0px; transform: unset; width: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-flWNm .framer-1adgr97, .framer-flWNm .framer-15w2od0, .framer-flWNm .framer-smiiul, .framer-flWNm .framer-1ojavma, .framer-flWNm .framer-rfzesn, .framer-flWNm .framer-1fl3fow { gap: 0px; } .framer-flWNm .framer-1adgr97 > *, .framer-flWNm .framer-1ojavma > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-flWNm .framer-1adgr97 > :first-child, .framer-flWNm .framer-15w2od0 > :first-child, .framer-flWNm .framer-smiiul > :first-child, .framer-flWNm .framer-1ojavma > :first-child, .framer-flWNm .framer-rfzesn > :first-child { margin-top: 0px; } .framer-flWNm .framer-1adgr97 > :last-child, .framer-flWNm .framer-15w2od0 > :last-child, .framer-flWNm .framer-smiiul > :last-child, .framer-flWNm .framer-1ojavma > :last-child, .framer-flWNm .framer-rfzesn > :last-child { margin-bottom: 0px; } .framer-flWNm .framer-15w2od0 > *, .framer-flWNm .framer-rfzesn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-flWNm .framer-smiiul > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-flWNm .framer-1fl3fow > *, .framer-flWNm .framer-1fl3fow > :first-child, .framer-flWNm .framer-1fl3fow > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3004\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FqHLwUTwG\":{\"layout\":[\"fixed\",\"auto\"]},\"OrBHjIV8x\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"hNGrFWSxc\":{\"pattern\":\":hNGrFWSxc\",\"name\":\"hero-text\"},\"oiCMMe74e\":{\"pattern\":\":oiCMMe74e\",\"name\":\"table\"},\"zn0FGQQ9w\":{\"pattern\":\":zn0FGQQ9w\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameryW_r2Nd3U=withCSS(Component,css,\"framer-flWNm\");export default FrameryW_r2Nd3U;FrameryW_r2Nd3U.displayName=\"New Website / New Pricing\";FrameryW_r2Nd3U.defaultProps={height:3004,width:1200};addFonts(FrameryW_r2Nd3U,[{explicitInter:true,fonts:[{family:\"DM Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]},...NavigationFonts,...CompaniesWeVeSourcedFonts,...BacktestedRoundsFonts,...InserterExampleComponentInsideFonts,...CMSCard2Fonts,...LoadMoreFonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryW_r2Nd3U\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FqHLwUTwG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OrBHjIV8x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"3004\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"hNGrFWSxc\\\":{\\\"pattern\\\":\\\":hNGrFWSxc\\\",\\\"name\\\":\\\"hero-text\\\"},\\\"oiCMMe74e\\\":{\\\"pattern\\\":\\\":oiCMMe74e\\\",\\\"name\\\":\\\"table\\\"},\\\"zn0FGQQ9w\\\":{\\\"pattern\\\":\\\":zn0FGQQ9w\\\",\\\"name\\\":\\\"footer\\\"}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Inserter", "props", "style", "key", "words", "itemsWithPositions", "item", "index", "_props_settings_index", "_props_settings_index1", "a", "b", "elements", "wordIndex", "itemIndex", "isBeforeAllText", "isAfterAllText", "prevElement", "prevWord", "lastSpaceIndex", "wordPart", "spacePart", "p", "addPropertyControls", "ControlType", "Tau11InserterFonts", "getFonts", "Inserter", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "fontSize", "height", "id", "padding", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ExQqG8VkA", "qQOdyU2VE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FrameraXbYIqZHY", "withCSS", "aXbYIqZHY_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Wld3NDzSj", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapn9xadi", "args", "sharedStyleClassNames", "isDisplayed", "scopingClassNames", "cx", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "RichText2", "css", "FramerbV3oaD7YU", "withCSS", "bV3oaD7YU_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "numberToString", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "toString", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "amountRaised", "companyLogo", "companyName", "companyURL", "daysAdvantage", "height", "id", "investorsOfNote", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "className", "layoutId", "UqfCVIsFz", "uCUDETXpS", "URTXjV2Rn", "tF4dOcy4I", "THNJVyNJp", "SJ7znucGi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "textContent1", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerMTd7MCKen", "withCSS", "MTd7MCKen_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Icon", "RichText2", "css", "FrameroAB4tDsXt", "withCSS", "oAB4tDsXt_default", "addFonts", "PhosphorFonts", "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", "isDisplayed", "LayoutGroup", "u", "RichText2", "css", "FramerRoEQz6CU4", "withCSS", "RoEQz6CU4_default", "addPropertyControls", "ControlType", "addFonts", "NavigationFonts", "getFonts", "xzFjvAgeE_default", "NavigationWithVariantAppearEffect", "withVariantAppearEffect", "CompaniesWeVeSourcedFonts", "RoEQz6CU4_default", "ContainerWithFX", "withFX", "Container", "BacktestedRoundsFonts", "oAB4tDsXt_default", "InserterExampleComponentInsideFonts", "aXbYIqZHY_default", "CMSCard2Fonts", "MTd7MCKen_default", "LoadMoreFonts", "bV3oaD7YU_default", "FooterFonts", "lsy8imiK3_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "loaderVariants", "repeaterState", "variants", "currentVariant", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "h9zspHHVxfspPicEt5", "OlYEf5m5FfspPicEt5", "qK4UiRPZBfspPicEt5", "Lpcfhnx9_fspPicEt5", "BO5DfOILHfspPicEt5", "zfxLxIfTkfspPicEt5", "bbgSjfOhDfspPicEt5", "idfspPicEt5", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Wld3NDzSj1b86s49", "overlay", "args", "scopingClassNames", "cx", "ref1", "isDisplayed", "ref2", "elementId", "useRouteElementId", "isDisplayed1", "isDisplayed2", "elementId1", "router", "useRouter", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "PropertyOverrides2", "RichText2", "x", "ChildrenCanSuspend", "YFAZCUs6I_default", "collection", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "css", "FrameryW_r2Nd3U", "withCSS", "yW_r2Nd3U_default", "addFonts", "__FramerMetadata__"]
}
