{"version":3,"file":"l2DnlYq52-4m8Aa_IYBbBdNyLM8WILqsCALzQ46TxvA.B1Od7RTa.mjs","names":["NavMegaMenu","BlockFooter","metadata","className","RichText","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/hJuXOLTBoKD8pHsygbHl/SuIzeiC5qHoKPE4yiMLV/E7XEEZLCC.js","https:/framerusercontent.com/modules/4FD1LLkR6CWkhB4mrGBT/MtfUk75LpTi6GzciIP9u/E7XEEZLCC.js"],"sourcesContent":["// Generated by Framer (8ea35b9)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={fSNu_cpec:new LazyValue(()=>import(\"./E7XEEZLCC-2.js\")),I4QzTU2H7:new LazyValue(()=>import(\"./E7XEEZLCC-4.js\")),LKH3It7Sx:new LazyValue(()=>import(\"./E7XEEZLCC-1.js\")),UV6PAyTLO:new LazyValue(()=>import(\"./E7XEEZLCC-0.js\")),ZJpo92CyG:new LazyValue(()=>import(\"./E7XEEZLCC-3.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (8ea35b9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavMegaMenu from\"#framer/local/canvasComponent/SkdmrxFZ2/SkdmrxFZ2.js\";import BlockFooter from\"#framer/local/canvasComponent/vjSwed9F8/vjSwed9F8.js\";import*as sharedStyle2 from\"#framer/local/css/g8MHYXY6R/g8MHYXY6R.js\";import*as sharedStyle3 from\"#framer/local/css/l0XBtrUuC/l0XBtrUuC.js\";import*as sharedStyle1 from\"#framer/local/css/ndn0LjGCw/ndn0LjGCw.js\";import*as sharedStyle from\"#framer/local/css/nwJkkI6d1/nwJkkI6d1.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/E7XEEZLCC/E7XEEZLCC.js\";import metadataProvider from\"#framer/local/webPageMetadata/E7XEEZLCC/E7XEEZLCC.js\";const NavMegaMenuFonts=getFonts(NavMegaMenu);const BlockFooterFonts=getFonts(BlockFooter);const breakpoints={H25iyQ3fc:\"(max-width: 809px)\",ha81GYZwQ:\"(min-width: 1024px) and (max-width: 1199px)\",q7_pKrLtf:\"(min-width: 1200px)\",XK7rz1kqN:\"(min-width: 810px) and (max-width: 1023px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-MgHrq\";const variantClassNames={H25iyQ3fc:\"framer-v-175ipnh\",ha81GYZwQ:\"framer-v-5ttqk6\",q7_pKrLtf:\"framer-v-mgchsp\",XK7rz1kqN:\"framer-v-1przyvo\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"ha81GYZwQ\",Desktop:\"q7_pKrLtf\",Phone:\"H25iyQ3fc\",Tablet:\"XK7rz1kqN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"q7_pKrLtf\"};};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);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 sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"q7_pKrLtf\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(12, 12, 12); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-mgchsp\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15rhvfm\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-awdlu9\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19p975x\",\"data-framer-name\":\"Header stack\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tn98ol\",\"data-styles-preset\":\"nwJkkI6d1\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"},children:\"Pioneering Research in AI Audio\"})}),className:\"framer-sgs28y\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-glkmm0\",\"data-styles-preset\":\"ndn0LjGCw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1ba14cf9-5b9c-4318-b9e7-e736b099c0b0, rgba(255, 255, 255, 0.7))\"},children:\"Founded in 2024, Kits AI Research solves the hardest problems in AI audio including generative music, singing voice conversion, and singing voice synthesis to create studio-quality, ethical AI tools \"})}),className:\"framer-x62hp7\",\"data-framer-name\":\"Build your next idea and ship your dream site.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ocary4\",\"data-framer-name\":\"Image stack\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-d6ktts\",\"data-framer-name\":\"Overlay\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H25iyQ3fc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-147.2+0),pixelHeight:894,pixelWidth:1782,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png\",srcSet:\"https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png?scale-down-to=512 512w,https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png 1782w\"}},XK7rz1kqN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-147.2+0),pixelHeight:894,pixelWidth:1782,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png\",srcSet:\"https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png?scale-down-to=512 512w,https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png 1782w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-123.2+0),pixelHeight:894,pixelWidth:1782,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png\",srcSet:\"https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png?scale-down-to=512 512w,https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/knPI26bv3VdJszmd2KxUEVTxGic.png 1782w\"},className:\"framer-seuikx\",\"data-framer-name\":\"Image\"})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cuoom1-container\",layoutScroll:true,nodeId:\"aJErYu6L4\",scopeId:\"E7XEEZLCC\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H25iyQ3fc:{variant:\"oH2CpV_De\"},ha81GYZwQ:{variant:\"xSeCCPsrp\"},XK7rz1kqN:{variant:\"oH2CpV_De\"}},children:/*#__PURE__*/_jsx(NavMegaMenu,{height:\"100%\",id:\"aJErYu6L4\",layoutId:\"aJErYu6L4\",style:{width:\"100%\"},variant:\"OTMQiU41i\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17d7x42\",\"data-framer-name\":\"Research\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17nti4m\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k3K2stfdQ\"},motionChild:true,nodeId:\"l_zMJmeYB\",openInNewTab:false,scopeId:\"E7XEEZLCC\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1renyt0 framer-l8d2hv\",\"data-framer-name\":\"KGV1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-l1iswb\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H25iyQ3fc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:1162,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+393.6+0+0+0+0+0+0+58.1525),pixelHeight:934,pixelWidth:1488,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 48px, 1200px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png\",srcSet:\"https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png?scale-down-to=512 512w,https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png 1488w\"}},XK7rz1kqN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:1162,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+393.6+0+0+0+0+0+0+119.5),pixelHeight:934,pixelWidth:1488,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1200px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png\",srcSet:\"https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png?scale-down-to=512 512w,https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png 1488w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:1162,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+441.6+0+0+0+0+0+58.1525),pixelHeight:934,pixelWidth:1488,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1200px) - 32px) / 2, 1px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png\",srcSet:\"https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png?scale-down-to=512 512w,https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WXfYB7kxosIrUR86zyO52uLQ2Pk.png 1488w\"},className:\"framer-1vabfny\",\"data-framer-name\":\"Voicecloning\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14isxw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-3alkmj\",\"data-styles-preset\":\"g8MHYXY6R\",children:\"KGV1: Kits.AI's First Generative Vocals Model\"})}),className:\"framer-1fg3y1k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4gov9f\",\"data-styles-preset\":\"l0XBtrUuC\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"},children:\"This model combines elements from SOTA generative music techniques and Kits vocal architectures to produce high quality text-to-vocals generation.\"})}),className:\"framer-q30phc\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BFfXWlPMs\"},motionChild:true,nodeId:\"F_mq1xEYk\",openInNewTab:false,scopeId:\"E7XEEZLCC\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-yn1wxa framer-l8d2hv\",\"data-framer-name\":\"Zero-Shot Voice Conversion\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-u44f48\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H25iyQ3fc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:1162,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+393.6+0+0+0+496.1049+0+0+38.6525),pixelHeight:568,pixelWidth:2324,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 48px, 1200px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png\",srcSet:\"https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png?scale-down-to=512 512w,https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png 2048w\"}},XK7rz1kqN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:1162,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+393.6+0+0+0+618.8+0+0+100),pixelHeight:568,pixelWidth:2324,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1200px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png\",srcSet:\"https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png?scale-down-to=512 512w,https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png 2048w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:1162,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+441.6+0+0+0+0+0+38.6525),pixelHeight:568,pixelWidth:2324,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1200px) - 32px) / 2, 1px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png\",srcSet:\"https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png?scale-down-to=512 512w,https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/984a0ZrHNQG9AygFMD7rcjPbbcI.png 2048w\"},className:\"framer-10jjbp5\",\"data-framer-name\":\"Voicecloning\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hqr4zy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-3alkmj\",\"data-styles-preset\":\"g8MHYXY6R\",children:\"Zero-Shot Singing Voice Conversion (ZS-SVC)\"})}),className:\"framer-q290id\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4gov9f\",\"data-styles-preset\":\"l0XBtrUuC\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"},children:\"A new model powering high quality voice cloning — without the need for training\"})}),className:\"framer-q3lesr\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oexnw9\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pxb_FUNTU\"},motionChild:true,nodeId:\"kVYi384lY\",openInNewTab:false,scopeId:\"E7XEEZLCC\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-euc9l framer-l8d2hv\",\"data-framer-name\":\"KVC\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2qn9c2\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H25iyQ3fc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:1162,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+393.6+0+1008.2098+0+0+0+0+58.1525),pixelHeight:568,pixelWidth:2324,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 48px, 1200px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=512 512w,https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png 2324w\"}},XK7rz1kqN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:1162,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+393.6+0+1253.6+0+0+0+0+119.5),pixelHeight:568,pixelWidth:2324,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1200px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=512 512w,https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png 2324w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:284,intrinsicWidth:1162,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+441.6+0+512.1049+0+0+0+58.1525),pixelHeight:568,pixelWidth:2324,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1200px) - 32px) / 2, 1px) - 48px, 1px)`,src:\"https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=512 512w,https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/xTMwS10KfHMiGKvXdJM22oLY1u0.png 2324w\"},className:\"framer-xy68u\",\"data-framer-name\":\"Voicecloning\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1629bvy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-3alkmj\",\"data-styles-preset\":\"g8MHYXY6R\",children:\"Kits Voice Conversion (KVC)\"})}),className:\"framer-1vc7l3r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4gov9f\",\"data-styles-preset\":\"l0XBtrUuC\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"},children:\"Developing the most advanced vocal models to bring studio-quality AI vocals to life\"})}),className:\"framer-warf1s\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eQTCahiot\"},motionChild:true,nodeId:\"dK2uDOEra\",scopeId:\"E7XEEZLCC\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1t4271b framer-l8d2hv\",\"data-framer-name\":\"Data sourcing\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H25iyQ3fc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+393.6+0+1008.2098+0+496.1049+0+0),pixelHeight:868,pixelWidth:868,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 48px, 1200px)`,src:\"https://framerusercontent.com/images/1mqqo3DdygVnAoKD0CpimhrGwMw.png\",srcSet:\"https://framerusercontent.com/images/1mqqo3DdygVnAoKD0CpimhrGwMw.png?scale-down-to=512 512w,https://framerusercontent.com/images/1mqqo3DdygVnAoKD0CpimhrGwMw.png 868w\"}},XK7rz1kqN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+393.6+0+1253.6+0+618.8+0+0),pixelHeight:868,pixelWidth:868,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1200px)`,src:\"https://framerusercontent.com/images/1mqqo3DdygVnAoKD0CpimhrGwMw.png\",srcSet:\"https://framerusercontent.com/images/1mqqo3DdygVnAoKD0CpimhrGwMw.png?scale-down-to=512 512w,https://framerusercontent.com/images/1mqqo3DdygVnAoKD0CpimhrGwMw.png 868w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+441.6+0+512.1049+0+0+0),pixelHeight:868,pixelWidth:868,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1280px) - 144px, 1200px) - 32px) / 2, 1px)`,src:\"https://framerusercontent.com/images/1mqqo3DdygVnAoKD0CpimhrGwMw.png\",srcSet:\"https://framerusercontent.com/images/1mqqo3DdygVnAoKD0CpimhrGwMw.png?scale-down-to=512 512w,https://framerusercontent.com/images/1mqqo3DdygVnAoKD0CpimhrGwMw.png 868w\"},className:\"framer-fitugf\",\"data-border\":true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ifuyam\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-3alkmj\",\"data-styles-preset\":\"g8MHYXY6R\",children:\"Data Sourcing: Quality and Ethics\"})}),className:\"framer-1a4zuus\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4gov9f\",\"data-styles-preset\":\"l0XBtrUuC\",style:{\"--framer-text-alignment\":\"left\"},children:\"Quality in, quality out: How Kits data powers AI for professional use\"})}),className:\"framer-11gbuu9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H25iyQ3fc:{y:(componentViewport?.y||0)+0+2474.7147},XK7rz1kqN:{y:(componentViewport?.y||0)+0+3020.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:668,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1586.5049,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11cbd7k-container\",nodeId:\"s89vo5uk_\",scopeId:\"E7XEEZLCC\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H25iyQ3fc:{variant:\"fHSphOe1d\"},XK7rz1kqN:{variant:\"GS6anz9Zg\"}},children:/*#__PURE__*/_jsx(BlockFooter,{height:\"100%\",id:\"s89vo5uk_\",layoutId:\"s89vo5uk_\",style:{width:\"100%\"},variant:\"EDLmIH4ex\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MgHrq.framer-l8d2hv, .framer-MgHrq .framer-l8d2hv { display: block; }\",\".framer-MgHrq.framer-mgchsp { align-content: center; align-items: center; background-color: #0c0c0c; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-MgHrq .framer-15rhvfm { align-content: center; align-items: center; background: radial-gradient(100% 100% at 50% 0%, rgba(186, 123, 237, 0.31) 0.9009009009009009%, rgba(186, 123, 237, 0.15) 14.704743806306306%, rgba(83, 207, 230, 0.08) 40.139358108108105%, rgba(171, 171, 171, 0) 65%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-MgHrq .framer-awdlu9 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1512px; overflow: hidden; padding: 0px 48px 48px 48px; position: relative; width: 100%; }\",\".framer-MgHrq .framer-19p975x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-MgHrq .framer-sgs28y { flex: none; height: auto; max-width: 850px; position: relative; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-MgHrq .framer-x62hp7 { flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgHrq .framer-ocary4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 640px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 640px / 2); width: 100%; z-index: 1; }\",\".framer-MgHrq .framer-d6ktts { -webkit-backdrop-filter: blur(17px); align-content: center; align-items: center; backdrop-filter: blur(17px); background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(12, 12, 12) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-MgHrq .framer-seuikx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); opacity: 0.69; overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-MgHrq .framer-cuoom1-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 6; }\",\".framer-MgHrq .framer-17d7x42 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 72px 120px 72px; position: relative; width: 100%; z-index: 3; }\",\".framer-MgHrq .framer-17nti4m, .framer-MgHrq .framer-1oexnw9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MgHrq .framer-1renyt0, .framer-MgHrq .framer-yn1wxa, .framer-MgHrq .framer-euc9l { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-MgHrq .framer-l1iswb, .framer-MgHrq .framer-u44f48, .framer-MgHrq .framer-2qn9c2 { --border-bottom-width: 1px; --border-color: var(--token-afe144c2-0b8a-4a21-946e-129add04a5ee, rgba(255, 255, 255, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1.4559471365638768 / 1; background-color: var(--token-af0a4fd1-1745-41ca-8220-b837ad90685d, rgba(255, 255, 255, 0.03)); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 137px); justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-MgHrq .framer-1vabfny, .framer-MgHrq .framer-xy68u { aspect-ratio: 4.091549295774648 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 49px); overflow: visible; position: relative; width: 1px; }\",\".framer-MgHrq .framer-14isxw, .framer-MgHrq .framer-1hqr4zy, .framer-MgHrq .framer-1629bvy, .framer-MgHrq .framer-1ifuyam { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgHrq .framer-1fg3y1k, .framer-MgHrq .framer-q290id, .framer-MgHrq .framer-1vc7l3r, .framer-MgHrq .framer-1a4zuus { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgHrq .framer-q30phc, .framer-MgHrq .framer-q3lesr, .framer-MgHrq .framer-warf1s, .framer-MgHrq .framer-11gbuu9 { flex: none; height: auto; position: relative; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-MgHrq .framer-10jjbp5 { flex: 1 0 0px; height: 150px; overflow: visible; position: relative; width: 1px; }\",\".framer-MgHrq .framer-1t4271b { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-MgHrq .framer-fitugf { --border-bottom-width: 1px; --border-color: var(--token-8c15abd3-e2fb-4a97-88b6-9a0df4e6b817, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1.4517543859649122 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 138px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MgHrq .framer-11cbd7k-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MgHrq.framer-mgchsp, .framer-MgHrq .framer-15rhvfm, .framer-MgHrq .framer-awdlu9, .framer-MgHrq .framer-19p975x, .framer-MgHrq .framer-ocary4, .framer-MgHrq .framer-d6ktts, .framer-MgHrq .framer-seuikx, .framer-MgHrq .framer-17d7x42, .framer-MgHrq .framer-17nti4m, .framer-MgHrq .framer-1renyt0, .framer-MgHrq .framer-l1iswb, .framer-MgHrq .framer-14isxw, .framer-MgHrq .framer-yn1wxa, .framer-MgHrq .framer-u44f48, .framer-MgHrq .framer-1hqr4zy, .framer-MgHrq .framer-1oexnw9, .framer-MgHrq .framer-euc9l, .framer-MgHrq .framer-2qn9c2, .framer-MgHrq .framer-1629bvy, .framer-MgHrq .framer-1t4271b, .framer-MgHrq .framer-fitugf, .framer-MgHrq .framer-1ifuyam { gap: 0px; } .framer-MgHrq.framer-mgchsp > *, .framer-MgHrq .framer-17d7x42 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-MgHrq.framer-mgchsp > :first-child, .framer-MgHrq .framer-15rhvfm > :first-child, .framer-MgHrq .framer-19p975x > :first-child, .framer-MgHrq .framer-ocary4 > :first-child, .framer-MgHrq .framer-d6ktts > :first-child, .framer-MgHrq .framer-seuikx > :first-child, .framer-MgHrq .framer-17d7x42 > :first-child, .framer-MgHrq .framer-1renyt0 > :first-child, .framer-MgHrq .framer-14isxw > :first-child, .framer-MgHrq .framer-yn1wxa > :first-child, .framer-MgHrq .framer-1hqr4zy > :first-child, .framer-MgHrq .framer-euc9l > :first-child, .framer-MgHrq .framer-1629bvy > :first-child, .framer-MgHrq .framer-1t4271b > :first-child, .framer-MgHrq .framer-1ifuyam > :first-child { margin-top: 0px; } .framer-MgHrq.framer-mgchsp > :last-child, .framer-MgHrq .framer-15rhvfm > :last-child, .framer-MgHrq .framer-19p975x > :last-child, .framer-MgHrq .framer-ocary4 > :last-child, .framer-MgHrq .framer-d6ktts > :last-child, .framer-MgHrq .framer-seuikx > :last-child, .framer-MgHrq .framer-17d7x42 > :last-child, .framer-MgHrq .framer-1renyt0 > :last-child, .framer-MgHrq .framer-14isxw > :last-child, .framer-MgHrq .framer-yn1wxa > :last-child, .framer-MgHrq .framer-1hqr4zy > :last-child, .framer-MgHrq .framer-euc9l > :last-child, .framer-MgHrq .framer-1629bvy > :last-child, .framer-MgHrq .framer-1t4271b > :last-child, .framer-MgHrq .framer-1ifuyam > :last-child { margin-bottom: 0px; } .framer-MgHrq .framer-15rhvfm > *, .framer-MgHrq .framer-ocary4 > *, .framer-MgHrq .framer-d6ktts > *, .framer-MgHrq .framer-seuikx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-MgHrq .framer-awdlu9 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-MgHrq .framer-awdlu9 > :first-child, .framer-MgHrq .framer-17nti4m > :first-child, .framer-MgHrq .framer-l1iswb > :first-child, .framer-MgHrq .framer-u44f48 > :first-child, .framer-MgHrq .framer-1oexnw9 > :first-child, .framer-MgHrq .framer-2qn9c2 > :first-child, .framer-MgHrq .framer-fitugf > :first-child { margin-left: 0px; } .framer-MgHrq .framer-awdlu9 > :last-child, .framer-MgHrq .framer-17nti4m > :last-child, .framer-MgHrq .framer-l1iswb > :last-child, .framer-MgHrq .framer-u44f48 > :last-child, .framer-MgHrq .framer-1oexnw9 > :last-child, .framer-MgHrq .framer-2qn9c2 > :last-child, .framer-MgHrq .framer-fitugf > :last-child { margin-right: 0px; } .framer-MgHrq .framer-19p975x > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-MgHrq .framer-17nti4m > *, .framer-MgHrq .framer-1oexnw9 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-MgHrq .framer-1renyt0 > *, .framer-MgHrq .framer-yn1wxa > *, .framer-MgHrq .framer-euc9l > *, .framer-MgHrq .framer-1t4271b > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MgHrq .framer-l1iswb > *, .framer-MgHrq .framer-u44f48 > *, .framer-MgHrq .framer-2qn9c2 > *, .framer-MgHrq .framer-fitugf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MgHrq .framer-14isxw > *, .framer-MgHrq .framer-1hqr4zy > *, .framer-MgHrq .framer-1629bvy > *, .framer-MgHrq .framer-1ifuyam > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-MgHrq[data-border=\"true\"]::after, .framer-MgHrq [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1024px) and (max-width: 1199px) { .framer-MgHrq.framer-mgchsp { width: 1024px; }}\",\"@media (min-width: 810px) and (max-width: 1023px) { .framer-MgHrq.framer-mgchsp { width: 810px; } .framer-MgHrq .framer-awdlu9 { padding: 0px 48px 0px 48px; } .framer-MgHrq .framer-17nti4m, .framer-MgHrq .framer-1oexnw9 { flex-direction: column; } .framer-MgHrq .framer-1renyt0, .framer-MgHrq .framer-yn1wxa, .framer-MgHrq .framer-euc9l, .framer-MgHrq .framer-1t4271b { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MgHrq .framer-17nti4m, .framer-MgHrq .framer-1oexnw9 { gap: 0px; } .framer-MgHrq .framer-17nti4m > *, .framer-MgHrq .framer-1oexnw9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MgHrq .framer-17nti4m > :first-child, .framer-MgHrq .framer-1oexnw9 > :first-child { margin-top: 0px; } .framer-MgHrq .framer-17nti4m > :last-child, .framer-MgHrq .framer-1oexnw9 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-MgHrq.framer-mgchsp { width: 390px; } .framer-MgHrq .framer-awdlu9 { padding: 0px 24px 0px 24px; } .framer-MgHrq .framer-17d7x42 { padding: 0px 24px 64px 24px; } .framer-MgHrq .framer-17nti4m, .framer-MgHrq .framer-1oexnw9 { flex-direction: column; } .framer-MgHrq .framer-1renyt0, .framer-MgHrq .framer-yn1wxa, .framer-MgHrq .framer-euc9l, .framer-MgHrq .framer-1t4271b { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MgHrq .framer-17nti4m, .framer-MgHrq .framer-1oexnw9 { gap: 0px; } .framer-MgHrq .framer-17nti4m > *, .framer-MgHrq .framer-1oexnw9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MgHrq .framer-17nti4m > :first-child, .framer-MgHrq .framer-1oexnw9 > :first-child { margin-top: 0px; } .framer-MgHrq .framer-17nti4m > :last-child, .framer-MgHrq .framer-1oexnw9 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2243\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ha81GYZwQ\":{\"layout\":[\"fixed\",\"auto\"]},\"XK7rz1kqN\":{\"layout\":[\"fixed\",\"auto\"]},\"H25iyQ3fc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerE7XEEZLCC=withCSS(Component,css,\"framer-MgHrq\");export default FramerE7XEEZLCC;FramerE7XEEZLCC.displayName=\"Research / Overview 3\";FramerE7XEEZLCC.defaultProps={height:2243,width:1200};addFonts(FramerE7XEEZLCC,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavMegaMenuFonts,...BlockFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE7XEEZLCC\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ha81GYZwQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XK7rz1kqN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H25iyQ3fc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2243\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}