{"version":3,"file":"Yd7EOyrEkByDK2AlWnmQ4xqs-ftYGLK1UB8Jh-D6JGo.BAeDABIj.mjs","names":["NavMegaMenu","UIComponentsOverheadTag","BlockFooter","metadata","className","PropertyOverrides","RichText","Image","css"],"sources":["https:/framerusercontent.com/modules/M8aqvPTGNFhvKGLRJdd0/et0VbJgN4ZXoL3PTHMbZ/k3K2stfdQ.js","https:/framerusercontent.com/modules/1zFql6T1bJ68jSPJtjak/GSksn8qa2pQSaQSNAn3d/k3K2stfdQ.js"],"sourcesContent":["// Generated by Framer (6b9ed33)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={fSNu_cpec:new LazyValue(()=>import(\"./k3K2stfdQ-2.js\")),I4QzTU2H7:new LazyValue(()=>import(\"./k3K2stfdQ-4.js\")),LKH3It7Sx:new LazyValue(()=>import(\"./k3K2stfdQ-1.js\")),UV6PAyTLO:new LazyValue(()=>import(\"./k3K2stfdQ-0.js\")),ZJpo92CyG:new LazyValue(()=>import(\"./k3K2stfdQ-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\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6b9ed33)\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{Audio}from\"https://framerusercontent.com/modules/NRKVbMFYrBaqL0rx532t/o1XmI0MqgEIlgDIKXNDR/Audio.js\";import UIComponentsOverheadTag from\"#framer/local/canvasComponent/DPk3cUUyX/DPk3cUUyX.js\";import NavMegaMenu from\"#framer/local/canvasComponent/SkdmrxFZ2/SkdmrxFZ2.js\";import BlockFooter from\"#framer/local/canvasComponent/vjSwed9F8/vjSwed9F8.js\";import*as sharedStyle3 from\"#framer/local/css/AuFZrB2KD/AuFZrB2KD.js\";import*as sharedStyle1 from\"#framer/local/css/KTLxW3Wng/KTLxW3Wng.js\";import*as sharedStyle from\"#framer/local/css/nwJkkI6d1/nwJkkI6d1.js\";import*as sharedStyle4 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle2 from\"#framer/local/css/tvpA1Y6wd/tvpA1Y6wd.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/k3K2stfdQ/k3K2stfdQ.js\";import metadataProvider from\"#framer/local/webPageMetadata/k3K2stfdQ/k3K2stfdQ.js\";const NavMegaMenuFonts=getFonts(NavMegaMenu);const UIComponentsOverheadTagFonts=getFonts(UIComponentsOverheadTag);const AudioFonts=getFonts(Audio);const BlockFooterFonts=getFonts(BlockFooter);const breakpoints={M_VYMQuxZ:\"(min-width: 1024px)\",py7RQf43v:\"(max-width: 849px)\",wfLmqlKXJ:\"(min-width: 850px) and (max-width: 1023px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-RV7rN\";const variantClassNames={M_VYMQuxZ:\"framer-v-180wjzo\",py7RQf43v:\"framer-v-1vzikkl\",wfLmqlKXJ:\"framer-v-1ierczm\"};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\":\"wfLmqlKXJ\",Desktop:\"M_VYMQuxZ\",Phone:\"py7RQf43v\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"M_VYMQuxZ\"};};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,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"M_VYMQuxZ\",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-180wjzo\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6y95j3-container\",layoutScroll:true,nodeId:\"jbg2_KRDl\",scopeId:\"k3K2stfdQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{py7RQf43v:{variant:\"oH2CpV_De\"},wfLmqlKXJ:{variant:\"oH2CpV_De\"}},children:/*#__PURE__*/_jsx(NavMegaMenu,{height:\"100%\",id:\"jbg2_KRDl\",layoutId:\"jbg2_KRDl\",style:{width:\"100%\"},variant:\"OTMQiU41i\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-9kvzaf\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11hv20x\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i06hcx\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vcdzq1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18is0b4\",\"data-framer-name\":\"Header stack\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+0+120+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tliiv8-container\",nodeId:\"nuQXSiKZu\",scopeId:\"k3K2stfdQ\",children:/*#__PURE__*/_jsx(UIComponentsOverheadTag,{height:\"100%\",id:\"nuQXSiKZu\",layoutId:\"nuQXSiKZu\",NzqMtDWXX:\"10px 16px 10px 16px\",ppl99sQY1:getLocalizedValue(\"v0\",activeLocale)??\"RESEARCH\",variant:\"qhZaR5Ig7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tn98ol\",\"data-styles-preset\":\"nwJkkI6d1\",style:{\"--framer-text-alignment\":\"left\"},children:\"Introducing KGV1: Kits.AI’s First Generative Vocals Model\"})}),className:\"framer-1hm4ii2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ja1xu3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:\"February 18th, 2025\"})}),className:\"framer-1f3psvr\",\"data-framer-name\":\"Title\",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-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:\"by Kyle Dhillon, Anastasiia Herus, Amantur Amatov\"})}),className:\"framer-1fcukb\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-287a7o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:\"We’re pleased to share our first fully-generative text-to-vocals model: KGV1 (Kits Generative Vocals 1.0).\"})}),className:\"framer-1tduiab\",\"data-framer-name\":\"Title\",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-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:\"This model combines elements from SOTA generative music techniques and Kits vocal architectures to produce high quality text-to-vocals generation.\"})}),className:\"framer-1ivwx4p\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-leby1e\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{py7RQf43v:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+0+0+0+524.6+0+0),pixelHeight:1166,pixelWidth:2388,positionX:\"center\",positionY:\"center\",sizes:`min(min(max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 48px, 1px), 1024px), 750px)`,src:\"https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png\",srcSet:\"https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png 2388w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+0+0+0+532.6+0+0),pixelHeight:1166,pixelWidth:2388,positionX:\"center\",positionY:\"center\",sizes:`min(min(max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 144px, 1px), 1024px), 750px)`,src:\"https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png\",srcSet:\"https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/CRF1fXv734ijL6j2Qpk2r2wIQ.png 2388w\"},className:\"framer-1hbtcrq\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2h8ec2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rx38rq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1q3kqw0\",\"data-styles-preset\":\"tvpA1Y6wd\",children:/*#__PURE__*/_jsx(\"em\",{children:\"“I’m back in town, put that record on and turn it up.”\"})})}),className:\"framer-75f0yw\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ml1rh7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"SZ60r_JES\",scopeId:\"k3K2stfdQ\",children:/*#__PURE__*/_jsx(Audio,{background:\"rgb(235, 235, 235)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,font:{},gap:15,height:\"100%\",id:\"SZ60r_JES\",isMixedBorderRadius:false,layoutId:\"SZ60r_JES\",loop:false,onPlayGlobalPauseOption:\"pause\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,pauseOnExit:true,playing:false,progress:0,progressColor:\"rgb(51, 51, 51)\",showPlayPause:true,showTime:true,showTrack:true,srcFile:\"https://framerusercontent.com/assets/npsZkxQgvWSYunA9V5nUt0Zrn4.wav\",srcType:\"URL\",srcUrl:getLocalizedValue(\"v7\",activeLocale)??\"https://arpeggi-prod-public.kitsstorage.com/demos/backInTown.wav\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,trackColor:\"rgb(189, 189, 189)\",volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6pnrc5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1q3kqw0\",\"data-styles-preset\":\"tvpA1Y6wd\",children:/*#__PURE__*/_jsx(\"em\",{children:\"“Weathered fences / summer's ended / with my friends and never better.”\"})})}),className:\"framer-l4kbe2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xogqok-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LO5aFo7L3\",scopeId:\"k3K2stfdQ\",children:/*#__PURE__*/_jsx(Audio,{background:\"rgb(235, 235, 235)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,font:{},gap:15,height:\"100%\",id:\"LO5aFo7L3\",isMixedBorderRadius:false,layoutId:\"LO5aFo7L3\",loop:false,onPlayGlobalPauseOption:\"pause\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,pauseOnExit:true,playing:false,progress:0,progressColor:\"rgb(51, 51, 51)\",showPlayPause:true,showTime:true,showTrack:true,srcFile:\"https://framerusercontent.com/assets/npsZkxQgvWSYunA9V5nUt0Zrn4.wav\",srcType:\"URL\",srcUrl:getLocalizedValue(\"v9\",activeLocale)??\"https://arpeggi-prod-public.kitsstorage.com/demos/weatheredFences.wav\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,trackColor:\"rgb(189, 189, 189)\",volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kb4j5q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1q3kqw0\",\"data-styles-preset\":\"tvpA1Y6wd\",children:/*#__PURE__*/_jsx(\"em\",{children:\"“Something about the way you sound / when you sing out of the blue.”\"})})}),className:\"framer-7yady2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c6grcj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RFRBh3Bhw\",scopeId:\"k3K2stfdQ\",children:/*#__PURE__*/_jsx(Audio,{background:\"rgb(235, 235, 235)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,font:{},gap:15,height:\"100%\",id:\"RFRBh3Bhw\",isMixedBorderRadius:false,layoutId:\"RFRBh3Bhw\",loop:false,onPlayGlobalPauseOption:\"pause\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,pauseOnExit:true,playing:false,progress:0,progressColor:\"rgb(51, 51, 51)\",showPlayPause:true,showTime:true,showTrack:true,srcFile:\"https://framerusercontent.com/assets/npsZkxQgvWSYunA9V5nUt0Zrn4.wav\",srcType:\"URL\",srcUrl:getLocalizedValue(\"v11\",activeLocale)??\"https://arpeggi-prod-public.kitsstorage.com/demos/somethingAbout.wav\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,trackColor:\"rgb(189, 189, 189)\",volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mclz9f\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1q3kqw0\",\"data-styles-preset\":\"tvpA1Y6wd\",children:/*#__PURE__*/_jsx(\"em\",{children:\"“As I was sleeping on your couch, you woke up to see him out, oh…”\"})})}),className:\"framer-nngvh\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-122niww-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"sCg01F5Ph\",scopeId:\"k3K2stfdQ\",children:/*#__PURE__*/_jsx(Audio,{background:\"rgb(235, 235, 235)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,font:{},gap:15,height:\"100%\",id:\"sCg01F5Ph\",isMixedBorderRadius:false,layoutId:\"sCg01F5Ph\",loop:false,onPlayGlobalPauseOption:\"pause\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,pauseOnExit:true,playing:false,progress:0,progressColor:\"rgb(51, 51, 51)\",showPlayPause:true,showTime:true,showTrack:true,srcFile:\"https://framerusercontent.com/assets/npsZkxQgvWSYunA9V5nUt0Zrn4.wav\",srcType:\"URL\",srcUrl:getLocalizedValue(\"v13\",activeLocale)??\"https://arpeggi-prod-public.kitsstorage.com/demos/sleepingOnYourCouch.wav\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,trackColor:\"rgb(189, 189, 189)\",volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zslz72\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1q3kqw0\",\"data-styles-preset\":\"tvpA1Y6wd\",children:/*#__PURE__*/_jsx(\"em\",{children:\"“We will wake up with the sun, cause now we know just who we’re living for”\"})})}),className:\"framer-1ncpue9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o6nocv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"naHi9sYW9\",scopeId:\"k3K2stfdQ\",children:/*#__PURE__*/_jsx(Audio,{background:\"rgb(235, 235, 235)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,font:{},gap:15,height:\"100%\",id:\"naHi9sYW9\",isMixedBorderRadius:false,layoutId:\"naHi9sYW9\",loop:false,onPlayGlobalPauseOption:\"pause\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,pauseOnExit:true,playing:false,progress:0,progressColor:\"rgb(51, 51, 51)\",showPlayPause:true,showTime:true,showTrack:true,srcFile:\"https://framerusercontent.com/assets/npsZkxQgvWSYunA9V5nUt0Zrn4.wav\",srcType:\"URL\",srcUrl:getLocalizedValue(\"v15\",activeLocale)??\"https://arpeggi-prod-public.kitsstorage.com/demos/weWillWakeUp.wav\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,trackColor:\"rgb(189, 189, 189)\",volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1filw7l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1q3kqw0\",\"data-styles-preset\":\"tvpA1Y6wd\",children:/*#__PURE__*/_jsx(\"em\",{children:\"“This one goes out to the team, without you what would I be”\"})})}),className:\"framer-fwnwv5\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8vai1d-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aL82q1U8A\",scopeId:\"k3K2stfdQ\",children:/*#__PURE__*/_jsx(Audio,{background:\"rgb(235, 235, 235)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,font:{},gap:15,height:\"100%\",id:\"aL82q1U8A\",isMixedBorderRadius:false,layoutId:\"aL82q1U8A\",loop:false,onPlayGlobalPauseOption:\"pause\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,pauseOnExit:true,playing:false,progress:0,progressColor:\"rgb(51, 51, 51)\",showPlayPause:true,showTime:true,showTrack:true,srcFile:\"https://framerusercontent.com/assets/npsZkxQgvWSYunA9V5nUt0Zrn4.wav\",srcType:\"URL\",srcUrl:getLocalizedValue(\"v17\",activeLocale)??\"https://arpeggi-prod-public.kitsstorage.com/demos/ThisOneGoesOut.wav\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,trackColor:\"rgb(189, 189, 189)\",volume:25,width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ticrci\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:\"KGV1 draws on leading research on diffusion transformers to tackle the challenge of lyric conditioning — enabling a diffusion-based system to translate lyrics into cohesive singing.\"})}),className:\"framer-1q3qs8p\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:\"Beyond that, we’re able to achieve higher fidelity vocal output over other text-to-audio generative models by leveraging modules from Kits Voice Conversion (KVC). Integrating the content encoder, content retrieval, and stable pitch extraction from KVC fixes pronunciation artifacts and pitch inconsistency that are often present in other generative vocal outputs.\"})}),className:\"framer-1s3njk2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:\"Additionally, this gives users control over the timbre and style of their target voice.\"})}),className:\"framer-hik6gu\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xqpzj5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-jy1teo\",\"data-styles-preset\":\"AuFZrB2KD\",children:\"The AI Copilot for Your Music Workflow\"})}),className:\"framer-143nph0\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jaibcs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:\"KGV1 is a starting point for our next generation of powerful generative models that serve the practical needs of music producers. For a vocalist, KGV1 could sketch ideas for top lines; for a producer, it could create unique vocal clips for sampling or use in final production.\"})}),className:\"framer-1i0aa6\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:[\"From talking with hundreds of producers, artists, and vocalists in the Kits community, we believe generative music tools are most powerful working in the \",/*#__PURE__*/_jsx(\"em\",{children:\"context of a music workflow.\"}),\" As such, future research will move us towards additional musical conditioning signals such as instrumental tracks, pitch curves, MIDI sequences, BPM, and style prompts. We see KGV1 as the first step towards a generative musical intelligence that fits directly into the creative workflow.\"]})}),className:\"framer-hyn7kt\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z3ud6b\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xz9zx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{py7RQf43v:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+0+0+0+2175.6+0+400+0+0+0+0),pixelHeight:716,pixelWidth:1178,sizes:`min(min(max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 48px, 1px), 1024px), 750px)`,src:\"https://framerusercontent.com/images/8XTw7Sg0hxwX42stPZJDwmk1gBo.png\",srcSet:\"https://framerusercontent.com/images/8XTw7Sg0hxwX42stPZJDwmk1gBo.png?scale-down-to=512 512w,https://framerusercontent.com/images/8XTw7Sg0hxwX42stPZJDwmk1gBo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8XTw7Sg0hxwX42stPZJDwmk1gBo.png 1178w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+0+0+0+2231.6+0+400+0+0+0),pixelHeight:716,pixelWidth:1178,sizes:`max((min(min(max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 144px, 1px), 1024px), 750px) - 48px) / 2, 1px)`,src:\"https://framerusercontent.com/images/8XTw7Sg0hxwX42stPZJDwmk1gBo.png\",srcSet:\"https://framerusercontent.com/images/8XTw7Sg0hxwX42stPZJDwmk1gBo.png?scale-down-to=512 512w,https://framerusercontent.com/images/8XTw7Sg0hxwX42stPZJDwmk1gBo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8XTw7Sg0hxwX42stPZJDwmk1gBo.png 1178w\"},className:\"framer-1dyr88o\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d9z60l\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{py7RQf43v:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+0+0+0+2175.6+0+400+0+260+0+0),pixelHeight:597,pixelWidth:1154,sizes:`min(min(max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 48px, 1px), 1024px), 750px)`,src:\"https://framerusercontent.com/images/mbAhHaByQOQdqZfDv7Q9Vh9Po.png\",srcSet:\"https://framerusercontent.com/images/mbAhHaByQOQdqZfDv7Q9Vh9Po.png?scale-down-to=512 512w,https://framerusercontent.com/images/mbAhHaByQOQdqZfDv7Q9Vh9Po.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mbAhHaByQOQdqZfDv7Q9Vh9Po.png 1154w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+0+0+0+2231.6+0+400+0+0+0),pixelHeight:597,pixelWidth:1154,sizes:`max((min(min(max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 144px, 1px), 1024px), 750px) - 48px) / 2, 1px)`,src:\"https://framerusercontent.com/images/mbAhHaByQOQdqZfDv7Q9Vh9Po.png\",srcSet:\"https://framerusercontent.com/images/mbAhHaByQOQdqZfDv7Q9Vh9Po.png?scale-down-to=512 512w,https://framerusercontent.com/images/mbAhHaByQOQdqZfDv7Q9Vh9Po.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mbAhHaByQOQdqZfDv7Q9Vh9Po.png 1154w\"},className:\"framer-6s93qj\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15zbo32\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-16nk7mt\",\"data-styles-preset\":\"KTLxW3Wng\",children:[\"KGV1 will soon be available in private beta at \",/*#__PURE__*/_jsx(Link,{href:\"https://kits.ai\",motionChild:true,nodeId:\"JaEpazg_2\",openInNewTab:false,scopeId:\"k3K2stfdQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"app.kits.ai\"})})}),/*#__PURE__*/_jsx(\"strong\",{children:\".\"})]})}),className:\"framer-1t18x2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{py7RQf43v:{y:(componentViewport?.y||0)+0+3479.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:668,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3275.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tc13n9-container\",nodeId:\"Vz6vVYaFA\",scopeId:\"k3K2stfdQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{py7RQf43v:{variant:\"fHSphOe1d\"},wfLmqlKXJ:{variant:\"GS6anz9Zg\"}},children:/*#__PURE__*/_jsx(BlockFooter,{height:\"100%\",id:\"Vz6vVYaFA\",layoutId:\"Vz6vVYaFA\",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-RV7rN.framer-114g910, .framer-RV7rN .framer-114g910 { display: block; }\",\".framer-RV7rN.framer-180wjzo { align-content: center; align-items: center; background-color: #0c0c0c; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1024px; }\",\".framer-RV7rN .framer-6y95j3-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 6; }\",\".framer-RV7rN .framer-9kvzaf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RV7rN .framer-11hv20x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 120px 72px 120px 72px; position: relative; width: 100%; z-index: 1; }\",\".framer-RV7rN .framer-1i06hcx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1024px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-RV7rN .framer-vcdzq1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 750px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RV7rN .framer-18is0b4 { 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; max-width: 750px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RV7rN .framer-1tliiv8-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-RV7rN .framer-1hm4ii2 { 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-RV7rN .framer-ja1xu3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RV7rN .framer-1f3psvr { flex: none; height: 1px; opacity: 0.7; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-RV7rN .framer-1fcukb { flex: none; height: 22px; opacity: 0.7; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-RV7rN .framer-287a7o, .framer-RV7rN .framer-ticrci, .framer-RV7rN .framer-1jaibcs, .framer-RV7rN .framer-15zbo32 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 750px; }\",\".framer-RV7rN .framer-1tduiab, .framer-RV7rN .framer-1ivwx4p, .framer-RV7rN .framer-75f0yw, .framer-RV7rN .framer-l4kbe2, .framer-RV7rN .framer-7yady2, .framer-RV7rN .framer-nngvh, .framer-RV7rN .framer-1ncpue9, .framer-RV7rN .framer-fwnwv5, .framer-RV7rN .framer-1q3qs8p, .framer-RV7rN .framer-1s3njk2, .framer-RV7rN .framer-hik6gu, .framer-RV7rN .framer-143nph0, .framer-RV7rN .framer-1i0aa6, .framer-RV7rN .framer-hyn7kt, .framer-RV7rN .framer-1t18x2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-RV7rN .framer-leby1e, .framer-RV7rN .framer-1xqpzj5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 750px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RV7rN .framer-1hbtcrq { aspect-ratio: 1.7772511848341233 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 113px); position: relative; width: 100%; }\",\".framer-RV7rN .framer-2h8ec2 { align-content: center; align-items: center; 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: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 16px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-RV7rN .framer-1rx38rq, .framer-RV7rN .framer-6pnrc5, .framer-RV7rN .framer-1kb4j5q, .framer-RV7rN .framer-1mclz9f, .framer-RV7rN .framer-zslz72, .framer-RV7rN .framer-1filw7l { align-content: center; align-items: center; 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-RV7rN .framer-ml1rh7-container, .framer-RV7rN .framer-1xogqok-container, .framer-RV7rN .framer-1c6grcj-container, .framer-RV7rN .framer-122niww-container, .framer-RV7rN .framer-o6nocv-container, .framer-RV7rN .framer-8vai1d-container { flex: none; height: 50px; position: relative; width: 100%; }\",\".framer-RV7rN .framer-z3ud6b { align-content: flex-start; align-items: flex-start; background-color: rgba(13, 13, 13, 0.9); 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: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-RV7rN .framer-1xz9zx, .framer-RV7rN .framer-1d9z60l { align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; 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; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RV7rN .framer-1dyr88o, .framer-RV7rN .framer-6s93qj { box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: 236px; overflow: hidden; position: relative; width: 100%; }\",\".framer-RV7rN .framer-tc13n9-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RV7rN.framer-180wjzo, .framer-RV7rN .framer-9kvzaf, .framer-RV7rN .framer-11hv20x, .framer-RV7rN .framer-1i06hcx, .framer-RV7rN .framer-vcdzq1, .framer-RV7rN .framer-18is0b4, .framer-RV7rN .framer-ja1xu3, .framer-RV7rN .framer-287a7o, .framer-RV7rN .framer-leby1e, .framer-RV7rN .framer-2h8ec2, .framer-RV7rN .framer-1rx38rq, .framer-RV7rN .framer-6pnrc5, .framer-RV7rN .framer-1kb4j5q, .framer-RV7rN .framer-1mclz9f, .framer-RV7rN .framer-zslz72, .framer-RV7rN .framer-1filw7l, .framer-RV7rN .framer-ticrci, .framer-RV7rN .framer-1xqpzj5, .framer-RV7rN .framer-1jaibcs, .framer-RV7rN .framer-z3ud6b, .framer-RV7rN .framer-1xz9zx, .framer-RV7rN .framer-1d9z60l, .framer-RV7rN .framer-15zbo32 { gap: 0px; } .framer-RV7rN.framer-180wjzo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RV7rN.framer-180wjzo > :first-child, .framer-RV7rN .framer-9kvzaf > :first-child, .framer-RV7rN .framer-1i06hcx > :first-child, .framer-RV7rN .framer-vcdzq1 > :first-child, .framer-RV7rN .framer-18is0b4 > :first-child, .framer-RV7rN .framer-ja1xu3 > :first-child, .framer-RV7rN .framer-287a7o > :first-child, .framer-RV7rN .framer-leby1e > :first-child, .framer-RV7rN .framer-2h8ec2 > :first-child, .framer-RV7rN .framer-1rx38rq > :first-child, .framer-RV7rN .framer-6pnrc5 > :first-child, .framer-RV7rN .framer-1kb4j5q > :first-child, .framer-RV7rN .framer-1mclz9f > :first-child, .framer-RV7rN .framer-zslz72 > :first-child, .framer-RV7rN .framer-1filw7l > :first-child, .framer-RV7rN .framer-ticrci > :first-child, .framer-RV7rN .framer-1xqpzj5 > :first-child, .framer-RV7rN .framer-1jaibcs > :first-child, .framer-RV7rN .framer-1xz9zx > :first-child, .framer-RV7rN .framer-1d9z60l > :first-child, .framer-RV7rN .framer-15zbo32 > :first-child { margin-top: 0px; } .framer-RV7rN.framer-180wjzo > :last-child, .framer-RV7rN .framer-9kvzaf > :last-child, .framer-RV7rN .framer-1i06hcx > :last-child, .framer-RV7rN .framer-vcdzq1 > :last-child, .framer-RV7rN .framer-18is0b4 > :last-child, .framer-RV7rN .framer-ja1xu3 > :last-child, .framer-RV7rN .framer-287a7o > :last-child, .framer-RV7rN .framer-leby1e > :last-child, .framer-RV7rN .framer-2h8ec2 > :last-child, .framer-RV7rN .framer-1rx38rq > :last-child, .framer-RV7rN .framer-6pnrc5 > :last-child, .framer-RV7rN .framer-1kb4j5q > :last-child, .framer-RV7rN .framer-1mclz9f > :last-child, .framer-RV7rN .framer-zslz72 > :last-child, .framer-RV7rN .framer-1filw7l > :last-child, .framer-RV7rN .framer-ticrci > :last-child, .framer-RV7rN .framer-1xqpzj5 > :last-child, .framer-RV7rN .framer-1jaibcs > :last-child, .framer-RV7rN .framer-1xz9zx > :last-child, .framer-RV7rN .framer-1d9z60l > :last-child, .framer-RV7rN .framer-15zbo32 > :last-child { margin-bottom: 0px; } .framer-RV7rN .framer-9kvzaf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-RV7rN .framer-11hv20x > * { margin: 0px; margin-left: calc(88px / 2); margin-right: calc(88px / 2); } .framer-RV7rN .framer-11hv20x > :first-child, .framer-RV7rN .framer-z3ud6b > :first-child { margin-left: 0px; } .framer-RV7rN .framer-11hv20x > :last-child, .framer-RV7rN .framer-z3ud6b > :last-child { margin-right: 0px; } .framer-RV7rN .framer-1i06hcx > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-RV7rN .framer-vcdzq1 > *, .framer-RV7rN .framer-2h8ec2 > *, .framer-RV7rN .framer-1xz9zx > *, .framer-RV7rN .framer-1d9z60l > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-RV7rN .framer-18is0b4 > *, .framer-RV7rN .framer-ja1xu3 > *, .framer-RV7rN .framer-leby1e > *, .framer-RV7rN .framer-1xqpzj5 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-RV7rN .framer-287a7o > *, .framer-RV7rN .framer-ticrci > *, .framer-RV7rN .framer-1jaibcs > *, .framer-RV7rN .framer-15zbo32 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-RV7rN .framer-1rx38rq > *, .framer-RV7rN .framer-6pnrc5 > *, .framer-RV7rN .framer-1kb4j5q > *, .framer-RV7rN .framer-1mclz9f > *, .framer-RV7rN .framer-zslz72 > *, .framer-RV7rN .framer-1filw7l > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-RV7rN .framer-z3ud6b > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 850px) and (max-width: 1023px) { .framer-RV7rN.framer-180wjzo { width: 850px; }}\",\"@media (max-width: 849px) { .framer-RV7rN.framer-180wjzo { width: 390px; } .framer-RV7rN .framer-11hv20x { padding: 120px 24px 120px 24px; } .framer-RV7rN .framer-1i06hcx { gap: 32px; } .framer-RV7rN .framer-vcdzq1, .framer-RV7rN .framer-2h8ec2 { gap: 24px; } .framer-RV7rN .framer-z3ud6b { flex-direction: column; gap: 24px; } .framer-RV7rN .framer-1xz9zx, .framer-RV7rN .framer-1d9z60l { flex: none; gap: 24px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RV7rN .framer-1i06hcx, .framer-RV7rN .framer-vcdzq1, .framer-RV7rN .framer-2h8ec2, .framer-RV7rN .framer-z3ud6b, .framer-RV7rN .framer-1xz9zx, .framer-RV7rN .framer-1d9z60l { gap: 0px; } .framer-RV7rN .framer-1i06hcx > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-RV7rN .framer-1i06hcx > :first-child, .framer-RV7rN .framer-vcdzq1 > :first-child, .framer-RV7rN .framer-2h8ec2 > :first-child, .framer-RV7rN .framer-z3ud6b > :first-child, .framer-RV7rN .framer-1xz9zx > :first-child, .framer-RV7rN .framer-1d9z60l > :first-child { margin-top: 0px; } .framer-RV7rN .framer-1i06hcx > :last-child, .framer-RV7rN .framer-vcdzq1 > :last-child, .framer-RV7rN .framer-2h8ec2 > :last-child, .framer-RV7rN .framer-z3ud6b > :last-child, .framer-RV7rN .framer-1xz9zx > :last-child, .framer-RV7rN .framer-1d9z60l > :last-child { margin-bottom: 0px; } .framer-RV7rN .framer-vcdzq1 > *, .framer-RV7rN .framer-2h8ec2 > *, .framer-RV7rN .framer-z3ud6b > *, .framer-RV7rN .framer-1xz9zx > *, .framer-RV7rN .framer-1d9z60l > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3666\n * @framerIntrinsicWidth 1024\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wfLmqlKXJ\":{\"layout\":[\"fixed\",\"auto\"]},\"py7RQf43v\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerk3K2stfdQ=withCSS(Component,css,\"framer-RV7rN\");export default Framerk3K2stfdQ;Framerk3K2stfdQ.displayName=\"Research / Ethics In Ai Music\";Framerk3K2stfdQ.defaultProps={height:3666,width:1024};addFonts(Framerk3K2stfdQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavMegaMenuFonts,...UIComponentsOverheadTagFonts,...AudioFonts,...BlockFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerk3K2stfdQ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1024\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"3666\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wfLmqlKXJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"py7RQf43v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}