{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.9.0/dist/emotion-hash.esm.js", "ssg:https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js", "ssg:https://framerusercontent.com/modules/dzjxfeeSy2KJyYyuqDRf/3y84hp5k8ijy5xf2sifR/augiA20Il.js"],
  "sourcesContent": ["function murmur2(r){var t=0;var a,e=0,c=r.length;for(;c>=4;++e,c-=4){a=255&r.charCodeAt(e)|(255&r.charCodeAt(++e))<<8|(255&r.charCodeAt(++e))<<16|(255&r.charCodeAt(++e))<<24;a=1540483477*(65535&a)+(59797*(a>>>16)<<16);a^=a>>>24;t=1540483477*(65535&a)+(59797*(a>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16)}switch(c){case 3:t^=(255&r.charCodeAt(e+2))<<16;case 2:t^=(255&r.charCodeAt(e+1))<<8;case 1:t^=255&r.charCodeAt(e);t=1540483477*(65535&t)+(59797*(t>>>16)<<16)}t^=t>>>13;t=1540483477*(65535&t)+(59797*(t>>>16)<<16);return((t^t>>>15)>>>0).toString(36)}export{murmur2 as default};\n\n//# sourceMappingURL=emotion-hash.esm.js.map", "import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{Children as i}from\"react\";import{addPropertyControls as n,ControlType as a,RenderTarget as l,withCSS as r}from\"framer\";import{motion as o}from\"framer-motion\";import p from\"@emotion/hash\";import{renderToString as s}from\"react-dom/server\";/**\n * ARC TEXT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */let d=r(function(n){let a,r,d;// Checks\nlet x=i.count(n.slots)>0,b=l.current()===l.canvas,$=x&&\"graphic\"===n.type,w=\"circle\"===n.type,S=\"ellipse\"===n.type,v=S?n.cylinderHeight/2:0,V=f(n.flip,v);// If graphic is connected\nif($){let i=m(n.slots),l=m(i.props.svg),o=m(i.props.children);// Show placeholder on canvas if connected layer isn\u2019t a graphic\nif(b&&!o.props.frame)return /*#__PURE__*/t(\"div\",{style:u,children:[/*#__PURE__*/e(\"div\",{style:h,children:\"\uD83D\uDC8E\"}),/*#__PURE__*/e(\"p\",{style:g,children:\"Please connect to Graphic\"}),/*#__PURE__*/e(\"p\",{style:y,children:\"You can only connect the Arc to a Graphic with a single path.\"})]});// Grab the react element from the canvas and turn it into SVG\nif(b&&o){let e=s(o),t=o.props.frame;for(let i of(r=`0 0 ${t.width} ${t.height}`,e.match(/[\\w-]+=\"[^\"]*\"/g)))i.includes(\"d=\")&&(a=c(i));}// On the preview/deploy we already get the SVG string\nif(!b&&l){let e=l.match(/[\\w-]+=\"[^\"]*\"/g);for(let t of(r=(r=(r=l.split(\"viewBox=\")[1]).split(\">\")[0]).replace(/^\"(.+(?=\"$))\"$/,\"$1\"),e))t.includes(\"d=\")&&(a=c(t));}}// Unique IDs to avoid multiple instances on the canvas sharing a single path\nlet C=`curve-${p(a||V)}`;return\"top\"===n.alignmentBaseline&&(d=\"Text Top\"),\"center\"===n.alignmentBaseline&&(d=\"Central\"),\"bottom\"===n.alignmentBaseline&&(d=\"Hanging\"),/*#__PURE__*/e(o.div,{style:{width:\"100%\",height:\"100%\",// userSelect: \"none\",\n// pointerEvents: \"none\",\nposition:\"relative\"},draggable:\"false\",children:/*#__PURE__*/t(o.svg,{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",position:\"absolute\",inset:0,transformOrigin:\"center\",willChange:n.rotate&&\"transform\"},viewBox:$?r:\"0 0 100 100\",overflow:\"visible\",animate:w&&n.rotate&&{rotate:360},transition:w&&n.rotate&&{duration:100/n.rotateSpeed,repeat:1/0,ease:\"linear\"},children:[/*#__PURE__*/e(\"path\",{id:C,d:$?a:V,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/e(\"text\",{children:/*#__PURE__*/t(\"textPath\",{href:`#${C}`,startOffset:n.startOffset,dominantBaseline:d,style:{...n.font,wordSpacing:n.wordSpacing,fill:n.color},children:[n.text,!b&&n.animate&&/*#__PURE__*/e(\"animate\",{attributeName:\"startOffset\",from:`${n.animateStart}%`,to:`${n.animateEnd}%`,begin:\"0s\",dur:`${n.animateDuration}s`,repeatCount:\"indefinite\"})]})})]})});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default d;/* Method to get the first child */function m(e){let t;return i.map(e,e=>{void 0===t&&(t=e);}),t;}d.defaultProps={height:50,width:50},n(d,{text:{title:\"Content\",type:a.String,defaultValue:\"\u2726 THANK YOU \u2726 FOR VISITING\",displayTextArea:!0},type:{title:\"Type\",type:a.Enum,options:[\"circle\",\"ellipse\",\"graphic\"],optionTitles:[\"Circle\",\"Ellipse\",\"Graphic\"],defaultValue:!0},cylinderHeight:{title:\"Height\",type:a.Number,unit:\"px\",min:0,max:1e3,hidden:({type:e})=>\"ellipse\"!==e},rotate:{type:a.Boolean,title:\"Rotate\",defaultValue:!1,hidden:({type:e})=>\"circle\"!==e},rotateSpeed:{type:a.Number,title:\"Speed\",min:0,max:50,defaultValue:5,displayStepper:!0,step:1,hidden:({type:e,rotate:t})=>\"circle\"!==e||!t},slots:{type:a.ComponentInstance,title:\"Graphic\",hidden:({type:e})=>\"graphic\"!==e},alignmentBaseline:{title:\"Align\",type:a.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:!0},flip:{type:a.Boolean,defaultValue:!1,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\",hidden:({type:e})=>\"graphic\"===e},startOffset:{title:\"Offset\",type:a.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},color:{title:\"Color\",type:a.Color,defaultValue:\"#999\"},font:{type:a.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:!1},wordSpacing:{type:a.Number,step:1,defaultValue:0,title:\"Word\",displayStepper:!0},animate:{type:a.Boolean,defaultValue:!1,title:\"Animate\"},animateStart:{type:a.Number,min:-200,max:200,step:.1,defaultValue:-50,title:\"From\",unit:\"%\",hidden:e=>!e.animate},animateEnd:{type:a.Number,min:-200,max:200,step:.1,defaultValue:150,title:\"To\",unit:\"%\",hidden:e=>!e.animate},animateDuration:{type:a.Number,min:0,max:50,defaultValue:5,title:\"Time\",unit:\"s\",displayStepper:!0,hidden:e=>!e.animate}});/* Method to get stringless attributes */let c=e=>e.split(\"=\")[1].replace(/['\"]+/g,\"\"),f=(e,t)=>{let i=50-t,n=50+t;return e?`M 0 50 L 0 ${n} A 1 1 0 1 0 100 ${n} L 100 ${i} A 1 1 0 1 0 0 ${i} L 0 50`:`M 0 50 L 0 ${i} A 1 1 0 0 1 100 ${i} L 100 50 L 100 ${n} A 1 1 0 0 1 0 ${n} L 0 ${i}`;},u={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\"},h={fontSize:32,marginBottom:10},g={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},y={margin:0,opacity:.7,maxWidth:160,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"150\",\"framerIntrinsicHeight\":\"150\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/s8KoqWSd7OOFVFWjfSWd/SmoothScroll_Prod.js\";import Footer from\"#framer/local/canvasComponent/b5BWNQmcd/b5BWNQmcd.js\";import ProjectItem from\"#framer/local/canvasComponent/ssBEH9gWR/ssBEH9gWR.js\";import Cursor from\"#framer/local/canvasComponent/YrTpTAPdf/YrTpTAPdf.js\";import Projects from\"#framer/local/collection/Xf0KPYFfG/Xf0KPYFfG.js\";import*as sharedStyle1 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle3 from\"#framer/local/css/jQ_qqsF83/jQ_qqsF83.js\";import*as sharedStyle2 from\"#framer/local/css/lnHCiJPBg/lnHCiJPBg.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ArcFonts=getFonts(Arc);const ContainerWithFX=withFX(Container);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const ProjectItemFonts=getFonts(ProjectItem);const FooterFonts=getFonts(Footer);const SmoothScrollFonts=getFonts(SmoothScroll);const DownloadFonts=getFonts(Download);const CursorFonts=getFonts(Cursor);const breakpoints={DpNxWaCaj:\"(max-width: 767px)\",huL0bQKDt:\"(min-width: 1024px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\",zm1FIs1Rd:\"(min-width: 768px) and (max-width: 1023px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-0c7r6\";const variantClassNames={DpNxWaCaj:\"framer-v-slgyty\",huL0bQKDt:\"framer-v-1bti5pv\",WQLkyLRf1:\"framer-v-72rtr7\",zm1FIs1Rd:\"framer-v-182zf54\"};const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:60};const transition1={damping:150,delay:.1,mass:1,stiffness:250,type:\"spring\"};const textEffect={effect:animation,startDelay:.4,tokenization:\"word\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const animation1={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:40};const textEffect1={effect:animation1,startDelay:.4,tokenization:\"word\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const transition2={damping:150,delay:2,mass:1,stiffness:250,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={damping:150,delay:1.4,mass:1,stiffness:250,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation5={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition4={damping:150,delay:.2,mass:1,stiffness:250,type:\"spring\"};const textEffect2={effect:animation5,startDelay:1.2,tokenization:\"line\",transition:transition4,trigger:\"onMount\",type:\"appear\"};const animation6={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:20};const textEffect3={effect:animation6,startDelay:1.2,tokenization:\"line\",transition:transition4,trigger:\"onMount\",type:\"appear\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition5={delay:0,duration:.6,ease:[.645,.45,.355,1],type:\"tween\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={delay:0,duration:.7,ease:[.645,.45,.355,1],type:\"tween\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={L:\"huL0bQKDt\",M:\"zm1FIs1Rd\",S:\"DpNxWaCaj\",XL:\"WQLkyLRf1\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const cursor={alignment:\"center\",component:Cursor,offset:{x:0,y:0},placement:\"bottom\",variant:\"aucAkS_gc\"};const cursor1={component:Cursor,variant:\"gFzaolpZD\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,iVnnwL8BWvJnjULD7D,idvJnjULD7D,Zhr0PDixrvJnjULD7D,iVnnwL8BWum4YqvZix,idum4YqvZix,Zhr0PDixrum4YqvZix,iVnnwL8BWbrr9ZZAo9,idbrr9ZZAo9,Zhr0PDixrbrr9ZZAo9,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-0c7r6`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-0c7r6`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"ssdnQSC2s\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"BwEVU9yf6\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"DpNxWaCaj\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];useCustomCursors({kg6sp3:cursor1,xlswhl:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),\"data-framer-cursor\":\"xlswhl\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-1lp9279\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lmd5av\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4lho00\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"var(--token-c97a8b96-f681-454a-a611-55755208bd0c, rgb(247, 247, 247))\"},children:\"DOLO Planet ;\"})}),effect:textEffect1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255))\"},children:\"DOLO Planet ;\"})}),className:\"framer-qvcx90\",\"data-framer-name\":\"Text\",effect:textEffect,fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"var(--token-57f39e0c-a958-4ef6-a23f-112ef2b78086, rgba(184, 184, 184, 0.64))\"},children:\"Design your Libido\"})}),effect:textEffect1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-57f39e0c-a958-4ef6-a23f-112ef2b78086, rgba(184, 184, 184, 0.64))\"},children:\"Design your Libido\"})}),className:\"framer-1sitpj1\",\"data-framer-name\":\"Text\",effect:textEffect,fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{animate:animation4}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-s5poup\",\"data-framer-appear-id\":\"s5poup\",\"data-framer-name\":\"Arc\",initial:animation3,name:\"Arc\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1116ci2-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:false,animateDuration:5,animateEnd:150,animateStart:-51.1,color:\"rgb(87, 87, 87)\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"4px\",lineHeight:\"1em\"},height:\"100%\",id:\"aPl44uPsQ\",layoutId:\"aPl44uPsQ\",rotate:true,rotateSpeed:7,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"\u2726 We design your ideal partners \u2726\",type:\"circle\",width:\"100%\",wordSpacing:0})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{background:{alt:\"A portrait of a young man smiling\",fit:\"fill\",intrinsicHeight:681,intrinsicWidth:682,loading:getLoadingLazyAtYPosition(884),pixelHeight:744,pixelWidth:744,src:\"https://framerusercontent.com/images/nkRQWGukWNJcly1SOTmkzXlh9o.png\"}},huL0bQKDt:{background:{alt:\"A portrait of a young man smiling\",fit:\"fill\",intrinsicHeight:681,intrinsicWidth:682,loading:getLoadingLazyAtYPosition(821.8000000000002),pixelHeight:744,pixelWidth:744,src:\"https://framerusercontent.com/images/nkRQWGukWNJcly1SOTmkzXlh9o.png\"}},zm1FIs1Rd:{background:{alt:\"A portrait of a young man smiling\",fit:\"fill\",intrinsicHeight:681,intrinsicWidth:682,loading:getLoadingLazyAtYPosition(798.8000000000002),pixelHeight:744,pixelWidth:744,src:\"https://framerusercontent.com/images/nkRQWGukWNJcly1SOTmkzXlh9o.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A portrait of a young man smiling\",fit:\"fill\",intrinsicHeight:681,intrinsicWidth:682,loading:getLoadingLazyAtYPosition(835.8000000000002),pixelHeight:744,pixelWidth:744,src:\"https://framerusercontent.com/images/nkRQWGukWNJcly1SOTmkzXlh9o.png\"},className:\"framer-1i9x8cf\",\"data-framer-name\":\"Image\",name:\"Image\",transformTemplate:transformTemplate1})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9jgh8w\",\"data-framer-name\":\"Subtitle\",name:\"Subtitle\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ilm82g\",\"data-styles-preset\":\"lnHCiJPBg\",style:{\"--framer-text-color\":\"var(--token-57f39e0c-a958-4ef6-a23f-112ef2b78086, rgba(184, 184, 184, 0.64))\"},children:\"\uC5EC\uC131\uC744 \uC704\uD55C \uC13C\uC288\uC5BC\uD55C AI \uBCF4\uC774\uD504\uB80C\uB4DC, DOLO.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ilm82g\",\"data-styles-preset\":\"lnHCiJPBg\",style:{\"--framer-text-color\":\"var(--token-57f39e0c-a958-4ef6-a23f-112ef2b78086, rgba(184, 184, 184, 0.64))\"},children:\"\uB2F9\uC2E0\uC758 \uCDE8\uD5A5\uC5D0 \uB531 \uB9DE\uB294 \uB3CC\uB85C\uB4E4\uACFC \uC774\uC0C1\uC801\uC778 \uB85C\uB9E8\uC2A4\uB97C \uC2E4\uD604\uC2DC\uCF1C \uBCF4\uC138\uC694.\"})]}),effect:textEffect3}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ilm82g\",\"data-styles-preset\":\"lnHCiJPBg\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-57f39e0c-a958-4ef6-a23f-112ef2b78086, rgba(184, 184, 184, 0.64))\"},children:\"\uC5EC\uC131\uC744 \uC704\uD55C \uC13C\uC288\uC5BC\uD55C AI \uBCF4\uC774\uD504\uB80C\uB4DC, DOLO.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ilm82g\",\"data-styles-preset\":\"lnHCiJPBg\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-57f39e0c-a958-4ef6-a23f-112ef2b78086, rgba(184, 184, 184, 0.64))\"},children:\"\uB2F9\uC2E0\uC758 \uCDE8\uD5A5\uC5D0 \uB531 \uB9DE\uB294 \uB3CC\uB85C\uB4E4\uACFC \uC774\uC0C1\uC801\uC778 \uB85C\uB9E8\uC2A4\uB97C \uC2E4\uD604\uC2DC\uCF1C \uBCF4\uC138\uC694.\"})]}),className:\"framer-e4pkbm\",\"data-framer-name\":\"Text\",effect:textEffect2,fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-tl0ll4\",\"data-framer-name\":\"Ticker\",name:\"Ticker\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:700,y:0}}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:30,delay:0,duration:.3,ease:[.44,0,.56,1],mass:.1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-ssuimj\",\"data-framer-name\":\"Line\",name:\"Line\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1wom8kh\",\"data-styles-preset\":\"jQ_qqsF83\",children:\"Hostile Relationship \u2022 Forbidden Love \u2022 Love Triangle\"})}),className:\"framer-16zlqg1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-700,y:0}}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:30,delay:0,duration:.3,ease:[.44,0,.56,1],mass:.1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-yttmbl\",\"data-framer-name\":\"Line\",name:\"Line\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1wom8kh\",\"data-styles-preset\":\"jQ_qqsF83\",children:\"Unrequited Love \u2022 Revenge Romance \u2022 Obsessive Male\"})}),className:\"framer-655hot\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-6a7c5n\",\"data-framer-name\":\"Featured Work\",id:elementId,name:\"Featured Work\",ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x5s0w7\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13pjpvf\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:[\"\uB9E4\uB825\uC801\uC778 Dolo\uB4E4\uC744\",/*#__PURE__*/_jsx(\"br\",{}),\"\uB9CC\uB098\uBCF4\uC138\uC694\"]})}),className:\"framer-46ppvv\",\"data-framer-name\":\"Featured work\",fonts:[\"Inter\"],name:\"Featured work\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i2hfg0\",\"data-framer-name\":\"Projects\",name:\"Projects\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w669jv\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"vJnjULD7D\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"vJnjULD7D\",name:\"iVnnwL8BW\",type:\"Identifier\"},{collection:\"vJnjULD7D\",name:\"id\",type:\"Identifier\"},{collection:\"vJnjULD7D\",name:\"Zhr0PDixr\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"iVnnwL8BW\":iVnnwL8BWvJnjULD7D,\"id\":idvJnjULD7D,\"Zhr0PDixr\":Zhr0PDixrvJnjULD7D},i)=>{iVnnwL8BWvJnjULD7D!==null&&iVnnwL8BWvJnjULD7D!==void 0?iVnnwL8BWvJnjULD7D:iVnnwL8BWvJnjULD7D=\"\";Zhr0PDixrvJnjULD7D!==null&&Zhr0PDixrvJnjULD7D!==void 0?Zhr0PDixrvJnjULD7D:Zhr0PDixrvJnjULD7D=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`vJnjULD7D-${idvJnjULD7D}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Zhr0PDixr:Zhr0PDixrvJnjULD7D},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1or5lb2\",\"data-framer-name\":\"Row\",name:\"Row\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{width:\"calc(min(100vw, 1280px) - 48px)\",y:3783.4110682110677},huL0bQKDt:{width:\"calc((min(max(100vw, 1px), 1280px) - 128px) * 0.8)\"},zm1FIs1Rd:{width:\"calc(min(max(100vw, 1px), 1280px) - 96px)\",y:4186}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:732,width:\"calc((min(max(100vw, 1px), 1280px) - 128px) * 0.75)\",y:4383,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation7,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-492nnt-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{QdRG7ou50:\"Job Portal\",variant:\"Lgky73zvf\"}},children:/*#__PURE__*/_jsx(ProjectItem,{height:\"100%\",id:\"mXTxb8SZt\",layoutId:\"mXTxb8SZt\",Q9iXJH6Uh:\"kg6sp3\",QdRG7ou50:iVnnwL8BWvJnjULD7D,RLkge1wVp:\"#\uC7AC\uBC8C\uB0A8 #\uD6C4\uD68C\uB0A8 #\uC2E0\uBD84\uCC28\uC774\",style:{width:\"100%\"},variant:\"VNrUvWNcw\",width:\"100%\"})})})})})})})},idvJnjULD7D);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mw1kod\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"um4YqvZix\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"um4YqvZix\",name:\"iVnnwL8BW\",type:\"Identifier\"},{collection:\"um4YqvZix\",name:\"id\",type:\"Identifier\"},{collection:\"um4YqvZix\",name:\"Zhr0PDixr\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({\"iVnnwL8BW\":iVnnwL8BWum4YqvZix,\"id\":idum4YqvZix,\"Zhr0PDixr\":Zhr0PDixrum4YqvZix},i)=>{iVnnwL8BWum4YqvZix!==null&&iVnnwL8BWum4YqvZix!==void 0?iVnnwL8BWum4YqvZix:iVnnwL8BWum4YqvZix=\"\";Zhr0PDixrum4YqvZix!==null&&Zhr0PDixrum4YqvZix!==void 0?Zhr0PDixrum4YqvZix:Zhr0PDixrum4YqvZix=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`um4YqvZix-${idum4YqvZix}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Zhr0PDixr:Zhr0PDixrum4YqvZix},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rz46hs\",\"data-framer-name\":\"Row\",name:\"Row\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{width:\"calc(min(100vw, 1280px) - 48px)\",y:6807.411068211068},huL0bQKDt:{width:\"calc((min(max(100vw, 1px), 1280px) - 128px) * 0.8)\"},zm1FIs1Rd:{width:\"calc(min(max(100vw, 1px), 1280px) - 96px)\",y:7254}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:732,width:\"calc((min(max(100vw, 1px), 1280px) - 128px) * 0.75)\",y:7491,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation7,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-73xkch-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{variant:\"zDr5qLsdT\"}},children:/*#__PURE__*/_jsx(ProjectItem,{height:\"100%\",id:\"JQBiLJJSD\",layoutId:\"JQBiLJJSD\",Q9iXJH6Uh:\"kg6sp3\",QdRG7ou50:iVnnwL8BWum4YqvZix,RLkge1wVp:\"#\uC7AC\uBC8C\uB0A8 #\uD6C4\uD68C\uB0A8 #\uC2E0\uBD84\uCC28\uC774\",style:{width:\"100%\"},variant:\"Gt6z4BVPj\",width:\"100%\"})})})})})})})},idum4YqvZix);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-22fpdx\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"brr9ZZAo9\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"brr9ZZAo9\",name:\"iVnnwL8BW\",type:\"Identifier\"},{collection:\"brr9ZZAo9\",name:\"id\",type:\"Identifier\"},{collection:\"brr9ZZAo9\",name:\"Zhr0PDixr\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2.map(({\"iVnnwL8BW\":iVnnwL8BWbrr9ZZAo9,\"id\":idbrr9ZZAo9,\"Zhr0PDixr\":Zhr0PDixrbrr9ZZAo9},i)=>{iVnnwL8BWbrr9ZZAo9!==null&&iVnnwL8BWbrr9ZZAo9!==void 0?iVnnwL8BWbrr9ZZAo9:iVnnwL8BWbrr9ZZAo9=\"\";Zhr0PDixrbrr9ZZAo9!==null&&Zhr0PDixrbrr9ZZAo9!==void 0?Zhr0PDixrbrr9ZZAo9:Zhr0PDixrbrr9ZZAo9=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`brr9ZZAo9-${idbrr9ZZAo9}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Zhr0PDixr:Zhr0PDixrbrr9ZZAo9},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-nxk00u\",\"data-framer-name\":\"Row\",name:\"Row\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{width:\"calc(min(100vw, 1280px) - 48px)\",y:9831.411068211068},huL0bQKDt:{width:\"calc((min(max(100vw, 1px), 1280px) - 128px) * 0.8)\"},zm1FIs1Rd:{width:\"calc(min(max(100vw, 1px), 1280px) - 96px)\",y:10322}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:732,width:\"calc((min(max(100vw, 1px), 1280px) - 128px) * 0.75)\",y:10599,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation7,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1a4aevq-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{variant:\"Adg5VJH9B\"}},children:/*#__PURE__*/_jsx(ProjectItem,{height:\"100%\",id:\"cRkgzXGyI\",layoutId:\"cRkgzXGyI\",Q9iXJH6Uh:\"kg6sp3\",QdRG7ou50:iVnnwL8BWbrr9ZZAo9,RLkge1wVp:\"#\uC7AC\uBC8C\uB0A8 #\uD6C4\uD68C\uB0A8 #\uC2E0\uBD84\uCC28\uC774\",style:{width:\"100%\"},variant:\"xHdKAeIfy\",width:\"100%\"})})})})})})})},idbrr9ZZAo9);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oi6h16\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"CJthGE_e1\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[]},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{height:323.037323037323,y:11075.411068211068},zm1FIs1Rd:{y:11374}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1081,width:\"100vw\",y:11691,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{__framer__transformTargets:[{target:{opacity:.2,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-50}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.2,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-280}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-tlfty6-container\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DpNxWaCaj:{style:{height:\"100%\",width:\"100%\"},variant:\"m5d52kH_F\"},huL0bQKDt:{variant:\"GP5y9w4iX\"},zm1FIs1Rd:{variant:\"rNQMagLjl\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"BwEVU9yf6\",layoutId:\"BwEVU9yf6\",pRQouv_aR:ref3,style:{width:\"100%\"},variant:\"IVfK2L485\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5iqsch-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"jZP1ml4YA\",intensity:6,layoutId:\"jZP1ml4YA\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nnc85l hidden-72rtr7 hidden-1bti5pv hidden-182zf54\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1awchhe\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r5i4k3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15avqx-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",id:\"gIoiZxHJJ\",layoutId:\"gIoiZxHJJ\",srcType:\"Upload\",srcURL:\"\",style:{height:\"100%\",width:\"100%\"},styleOptions:{backgroundColor:\"var(--token-0af3fc50-3956-4426-a38e-2783f72b3ee0, rgba(255, 255, 255, 0.64))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"Android\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r3b0wc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pz0rz8-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",id:\"AQZjpNB62\",layoutId:\"AQZjpNB62\",srcType:\"Upload\",srcURL:\"\",style:{height:\"100%\",width:\"100%\"},styleOptions:{backgroundColor:\"var(--token-0af3fc50-3956-4426-a38e-2783f72b3ee0, rgba(255, 255, 255, 0.64))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"IOS\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:[\"\uC9C0\uAE08, DOLO\uC640\",/*#__PURE__*/_jsx(\"br\",{}),\"\uB300\uD654\uD558\uC138\uC694\"]})}),className:\"framer-2i3s7v\",fonts:[\"Inter\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-0c7r6 { background: var(--token-2c9bbe01-55c3-44f6-ba82-886cdd324f29, rgb(21, 21, 21)); }`,\".framer-0c7r6.framer-lux5qc, .framer-0c7r6 .framer-lux5qc { display: block; }\",\".framer-0c7r6.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-2c9bbe01-55c3-44f6-ba82-886cdd324f29, #151515); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-0c7r6 .framer-1lp9279 { align-content: center; align-items: center; background-color: #090909; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 220px 0px 180px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-0c7r6 .framer-lmd5av { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 113px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 1px; }\",\".framer-0c7r6 .framer-4lho00 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0c7r6 .framer-qvcx90, .framer-0c7r6 .framer-1sitpj1, .framer-0c7r6 .framer-e4pkbm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0c7r6 .framer-s5poup { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: -14px; flex: none; height: var(--framer-aspect-ratio-supported, 140px); left: 128px; overflow: visible; position: absolute; width: 140px; }\",\".framer-0c7r6 .framer-1116ci2-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-0c7r6 .framer-1i9x8cf { aspect-ratio: 1 / 1; border-bottom-left-radius: 72px; border-bottom-right-radius: 72px; border-top-left-radius: 72px; border-top-right-radius: 72px; flex: none; height: var(--framer-aspect-ratio-supported, 72px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 72px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0c7r6 .framer-9jgh8w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-0c7r6 .framer-tl0ll4 { align-content: center; align-items: center; background-color: var(--token-2c9bbe01-55c3-44f6-ba82-886cdd324f29, #fafafa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 200px 0px 200px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-0c7r6 .framer-ssuimj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 700px 0px 0px; position: relative; width: 100%; }\",\".framer-0c7r6 .framer-16zlqg1, .framer-0c7r6 .framer-655hot { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0c7r6 .framer-yttmbl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 700px; position: relative; width: 100%; }\",\".framer-0c7r6 .framer-6a7c5n { align-content: center; align-items: center; background-color: var(--token-2c9bbe01-55c3-44f6-ba82-886cdd324f29, #151515); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 180px 0px 180px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-0c7r6 .framer-1x5s0w7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 180px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 64px 0px 64px; position: relative; width: 1px; }\",\".framer-0c7r6 .framer-13pjpvf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0c7r6 .framer-46ppvv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0c7r6 .framer-i2hfg0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 180px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0c7r6 .framer-1w669jv, .framer-0c7r6 .framer-1mw1kod, .framer-0c7r6 .framer-22fpdx, .framer-0c7r6 .framer-oi6h16 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-0c7r6 .framer-1or5lb2, .framer-0c7r6 .framer-nxk00u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0c7r6 .framer-492nnt-container, .framer-0c7r6 .framer-73xkch-container, .framer-0c7r6 .framer-1a4aevq-container { flex: none; height: auto; position: relative; width: 75%; }\",\".framer-0c7r6 .framer-1rz46hs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0c7r6 .framer-tlfty6-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-0c7r6 .framer-5iqsch-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0c7r6 .framer-1nnc85l { background-color: var(--token-b811f26c-4807-4239-95a9-197d4694085e, #f5f5f5); flex: none; height: 416px; overflow: hidden; position: relative; width: 100%; }\",\".framer-0c7r6 .framer-1awchhe { align-content: center; align-items: center; bottom: 52px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 129px; justify-content: center; left: 31px; overflow: hidden; padding: 0px; position: absolute; right: 36px; }\",\".framer-0c7r6 .framer-r5i4k3, .framer-0c7r6 .framer-1r3b0wc { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-0c7r6 .framer-15avqx-container, .framer-0c7r6 .framer-pz0rz8-container { flex: none; height: 80%; left: calc(50.464396284829746% - 70% / 2); position: absolute; top: calc(50.00000000000002% - 80% / 2); width: 70%; }\",\".framer-0c7r6 .framer-2i3s7v { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 73px; transform: translateX(-50%); white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0c7r6.framer-72rtr7, .framer-0c7r6 .framer-1lp9279, .framer-0c7r6 .framer-lmd5av, .framer-0c7r6 .framer-4lho00, .framer-0c7r6 .framer-9jgh8w, .framer-0c7r6 .framer-tl0ll4, .framer-0c7r6 .framer-ssuimj, .framer-0c7r6 .framer-yttmbl, .framer-0c7r6 .framer-6a7c5n, .framer-0c7r6 .framer-1x5s0w7, .framer-0c7r6 .framer-13pjpvf, .framer-0c7r6 .framer-i2hfg0, .framer-0c7r6 .framer-1w669jv, .framer-0c7r6 .framer-1or5lb2, .framer-0c7r6 .framer-1mw1kod, .framer-0c7r6 .framer-1rz46hs, .framer-0c7r6 .framer-22fpdx, .framer-0c7r6 .framer-nxk00u, .framer-0c7r6 .framer-oi6h16, .framer-0c7r6 .framer-1awchhe { gap: 0px; } .framer-0c7r6.framer-72rtr7 > *, .framer-0c7r6 .framer-4lho00 > *, .framer-0c7r6 .framer-9jgh8w > *, .framer-0c7r6 .framer-tl0ll4 > *, .framer-0c7r6 .framer-ssuimj > *, .framer-0c7r6 .framer-yttmbl > *, .framer-0c7r6 .framer-13pjpvf > *, .framer-0c7r6 .framer-1w669jv > *, .framer-0c7r6 .framer-1mw1kod > *, .framer-0c7r6 .framer-22fpdx > *, .framer-0c7r6 .framer-oi6h16 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0c7r6.framer-72rtr7 > :first-child, .framer-0c7r6 .framer-lmd5av > :first-child, .framer-0c7r6 .framer-4lho00 > :first-child, .framer-0c7r6 .framer-9jgh8w > :first-child, .framer-0c7r6 .framer-tl0ll4 > :first-child, .framer-0c7r6 .framer-ssuimj > :first-child, .framer-0c7r6 .framer-yttmbl > :first-child, .framer-0c7r6 .framer-1x5s0w7 > :first-child, .framer-0c7r6 .framer-13pjpvf > :first-child, .framer-0c7r6 .framer-i2hfg0 > :first-child, .framer-0c7r6 .framer-1w669jv > :first-child, .framer-0c7r6 .framer-1mw1kod > :first-child, .framer-0c7r6 .framer-22fpdx > :first-child, .framer-0c7r6 .framer-oi6h16 > :first-child, .framer-0c7r6 .framer-1awchhe > :first-child { margin-top: 0px; } .framer-0c7r6.framer-72rtr7 > :last-child, .framer-0c7r6 .framer-lmd5av > :last-child, .framer-0c7r6 .framer-4lho00 > :last-child, .framer-0c7r6 .framer-9jgh8w > :last-child, .framer-0c7r6 .framer-tl0ll4 > :last-child, .framer-0c7r6 .framer-ssuimj > :last-child, .framer-0c7r6 .framer-yttmbl > :last-child, .framer-0c7r6 .framer-1x5s0w7 > :last-child, .framer-0c7r6 .framer-13pjpvf > :last-child, .framer-0c7r6 .framer-i2hfg0 > :last-child, .framer-0c7r6 .framer-1w669jv > :last-child, .framer-0c7r6 .framer-1mw1kod > :last-child, .framer-0c7r6 .framer-22fpdx > :last-child, .framer-0c7r6 .framer-oi6h16 > :last-child, .framer-0c7r6 .framer-1awchhe > :last-child { margin-bottom: 0px; } .framer-0c7r6 .framer-1lp9279 > *, .framer-0c7r6 .framer-6a7c5n > *, .framer-0c7r6 .framer-1or5lb2 > *, .framer-0c7r6 .framer-1rz46hs > *, .framer-0c7r6 .framer-nxk00u > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0c7r6 .framer-1lp9279 > :first-child, .framer-0c7r6 .framer-6a7c5n > :first-child, .framer-0c7r6 .framer-1or5lb2 > :first-child, .framer-0c7r6 .framer-1rz46hs > :first-child, .framer-0c7r6 .framer-nxk00u > :first-child { margin-left: 0px; } .framer-0c7r6 .framer-1lp9279 > :last-child, .framer-0c7r6 .framer-6a7c5n > :last-child, .framer-0c7r6 .framer-1or5lb2 > :last-child, .framer-0c7r6 .framer-1rz46hs > :last-child, .framer-0c7r6 .framer-nxk00u > :last-child { margin-right: 0px; } .framer-0c7r6 .framer-lmd5av > * { margin: 0px; margin-bottom: calc(113px / 2); margin-top: calc(113px / 2); } .framer-0c7r6 .framer-1x5s0w7 > *, .framer-0c7r6 .framer-i2hfg0 > * { margin: 0px; margin-bottom: calc(180px / 2); margin-top: calc(180px / 2); } .framer-0c7r6 .framer-1awchhe > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",`@media (min-width: 1024px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-0c7r6 { background: var(--token-2c9bbe01-55c3-44f6-ba82-886cdd324f29, rgb(21, 21, 21)); } .framer-0c7r6.framer-72rtr7 { width: 1024px; } .framer-0c7r6 .framer-s5poup { bottom: 0px; } .framer-0c7r6 .framer-492nnt-container, .framer-0c7r6 .framer-73xkch-container, .framer-0c7r6 .framer-1a4aevq-container { width: 80%; }}`,`@media (min-width: 768px) and (max-width: 1023px) { .${metadata.bodyClassName}-framer-0c7r6 { background: var(--token-2c9bbe01-55c3-44f6-ba82-886cdd324f29, rgb(21, 21, 21)); } .framer-0c7r6.framer-72rtr7 { width: 768px; } .framer-0c7r6 .framer-lmd5av { gap: 56px; padding: 0px 48px 0px 48px; } .framer-0c7r6 .framer-s5poup { bottom: 0px; height: var(--framer-aspect-ratio-supported, 96px); left: 88px; width: 96px; } .framer-0c7r6 .framer-1i9x8cf { height: var(--framer-aspect-ratio-supported, 48px); width: 48px; } .framer-0c7r6 .framer-tl0ll4 { padding: 150px 0px 150px 0px; } .framer-0c7r6 .framer-ssuimj { padding: 0px 500px 0px 0px; } .framer-0c7r6 .framer-yttmbl { padding: 0px 0px 0px 500px; } .framer-0c7r6 .framer-1x5s0w7 { gap: 140px; padding: 0px 48px 0px 48px; } .framer-0c7r6 .framer-i2hfg0 { gap: 140px; } .framer-0c7r6 .framer-492nnt-container, .framer-0c7r6 .framer-73xkch-container, .framer-0c7r6 .framer-1a4aevq-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0c7r6 .framer-lmd5av, .framer-0c7r6 .framer-1x5s0w7, .framer-0c7r6 .framer-i2hfg0 { gap: 0px; } .framer-0c7r6 .framer-lmd5av > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-0c7r6 .framer-lmd5av > :first-child, .framer-0c7r6 .framer-1x5s0w7 > :first-child, .framer-0c7r6 .framer-i2hfg0 > :first-child { margin-top: 0px; } .framer-0c7r6 .framer-lmd5av > :last-child, .framer-0c7r6 .framer-1x5s0w7 > :last-child, .framer-0c7r6 .framer-i2hfg0 > :last-child { margin-bottom: 0px; } .framer-0c7r6 .framer-1x5s0w7 > *, .framer-0c7r6 .framer-i2hfg0 > * { margin: 0px; margin-bottom: calc(140px / 2); margin-top: calc(140px / 2); } }}`,`@media (max-width: 767px) { .${metadata.bodyClassName}-framer-0c7r6 { background: var(--token-2c9bbe01-55c3-44f6-ba82-886cdd324f29, rgb(21, 21, 21)); } .framer-0c7r6.framer-72rtr7 { width: 390px; } .framer-0c7r6 .framer-1lp9279 { flex-direction: column; height: 106.82110682110681vh; justify-content: flex-start; order: 0; padding: 170px 0px 100px 0px; } .framer-0c7r6 .framer-lmd5av { flex: none; gap: 32px; padding: 0px 24px 0px 24px; width: 100%; } .framer-0c7r6 .framer-s5poup { bottom: -160px; height: var(--framer-aspect-ratio-supported, 108px); left: unset; right: 32px; width: 108px; } .framer-0c7r6 .framer-1i9x8cf { height: var(--framer-aspect-ratio-supported, 56px); width: 56px; } .framer-0c7r6 .framer-9jgh8w, .framer-0c7r6 .framer-492nnt-container, .framer-0c7r6 .framer-73xkch-container, .framer-0c7r6 .framer-1a4aevq-container { width: 100%; } .framer-0c7r6 .framer-tl0ll4 { order: 1; padding: 50px 0px 50px 0px; } .framer-0c7r6 .framer-ssuimj { padding: 0px 400px 0px 0px; } .framer-0c7r6 .framer-yttmbl { padding: 0px 0px 0px 400px; } .framer-0c7r6 .framer-6a7c5n { flex-direction: column; order: 2; padding: 0px; } .framer-0c7r6 .framer-1x5s0w7 { flex: none; gap: 100px; padding: 0px 24px 0px 24px; width: 100%; } .framer-0c7r6 .framer-i2hfg0 { gap: 96px; } .framer-0c7r6 .framer-tlfty6-container { height: 32.3037323037323vh; order: 4; } .framer-0c7r6 .framer-5iqsch-container { order: 5; } .framer-0c7r6 .framer-1nnc85l { order: 3; } .framer-0c7r6 .framer-r5i4k3 { order: 0; } .framer-0c7r6 .framer-1r3b0wc { order: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0c7r6 .framer-1lp9279, .framer-0c7r6 .framer-lmd5av, .framer-0c7r6 .framer-6a7c5n, .framer-0c7r6 .framer-1x5s0w7, .framer-0c7r6 .framer-i2hfg0 { gap: 0px; } .framer-0c7r6 .framer-1lp9279 > *, .framer-0c7r6 .framer-6a7c5n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0c7r6 .framer-1lp9279 > :first-child, .framer-0c7r6 .framer-lmd5av > :first-child, .framer-0c7r6 .framer-6a7c5n > :first-child, .framer-0c7r6 .framer-1x5s0w7 > :first-child, .framer-0c7r6 .framer-i2hfg0 > :first-child { margin-top: 0px; } .framer-0c7r6 .framer-1lp9279 > :last-child, .framer-0c7r6 .framer-lmd5av > :last-child, .framer-0c7r6 .framer-6a7c5n > :last-child, .framer-0c7r6 .framer-1x5s0w7 > :last-child, .framer-0c7r6 .framer-i2hfg0 > :last-child { margin-bottom: 0px; } .framer-0c7r6 .framer-lmd5av > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-0c7r6 .framer-1x5s0w7 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-0c7r6 .framer-i2hfg0 > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5980\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"huL0bQKDt\":{\"layout\":[\"fixed\",\"auto\"]},\"zm1FIs1Rd\":{\"layout\":[\"fixed\",\"auto\"]},\"DpNxWaCaj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-0c7r6\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5980,width:1440};addFonts(FrameraugiA20Il,[{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:\"Alexandria\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\",weight:\"400\"}]},...ArcFonts,...ProjectItemFonts,...FooterFonts,...SmoothScrollFonts,...DownloadFonts,...CursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"5980\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"huL0bQKDt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zm1FIs1Rd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DpNxWaCaj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["murmur2", "e", "c", "d", "withCSS", "n", "a", "r", "x", "j", "b", "RenderTarget", "$", "w", "S", "v", "V", "f", "i", "m", "l", "o", "u", "p", "h", "g", "y", "e", "Gn", "t", "c", "C", "murmur2", "motion", "Arc_default", "addPropertyControls", "ControlType", "ArcFonts", "getFonts", "Arc_default", "ContainerWithFX", "withFX", "Container", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "MotionDivWithFX", "RichTextWithFX", "RichText2", "ProjectItemFonts", "ssBEH9gWR_default", "FooterFonts", "b5BWNQmcd_default", "SmoothScrollFonts", "SmoothScroll", "DownloadFonts", "Download", "CursorFonts", "YrTpTAPdf_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "textEffect", "animation1", "textEffect1", "transition2", "animation2", "animation3", "transition3", "animation4", "transformTemplate1", "_", "animation5", "transition4", "textEffect2", "animation6", "textEffect3", "animation7", "transition5", "animation8", "transition6", "animation9", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transformTemplate2", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "cursor1", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "iVnnwL8BWvJnjULD7D", "idvJnjULD7D", "Zhr0PDixrvJnjULD7D", "iVnnwL8BWum4YqvZix", "idum4YqvZix", "Zhr0PDixrum4YqvZix", "iVnnwL8BWbrr9ZZAo9", "idbrr9ZZAo9", "Zhr0PDixrbrr9ZZAo9", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "PropertyOverrides2", "ComponentViewportProvider", "getLoadingLazyAtYPosition", "Image2", "ChildrenCanSuspend", "Xf0KPYFfG_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "collection1", "paginationInfo1", "loadMore1", "collection2", "paginationInfo2", "loadMore2", "collection3", "paginationInfo3", "loadMore3", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
