{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/G9mRgrov42Ib9yY753xW/4paoE4k8HYhFC3MmSl4y/iTtTNaaaN.js", "ssg:https://framerusercontent.com/modules/UXgXWRgQfvqzXfxek0cr/UbscW0MUis82fa8CvqV2/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/fsXnrgDLRCHeyxn1C15u/JouxfCNmLYSFZ05c9KQ8/s2ofLchml.js"],
  "sourcesContent": ["// Generated by Framer (4ba8877)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,RichText,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import DrawingPage from\"https://framerusercontent.com/modules/eapj0p7XFF0LOsHP14iV/0uku6jcQz3sSQzCjLlvy/XJo5BFP8k.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/FXUtYqfaKxfkM8GdXjqw/cCvKFpklOo9rr0zzd7B0/jCxrnZKnd.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/WbltGs0WY21iFJQKwP7O/jVhFuMDWYImnFVwgl1z8/m3YBjU5sn.js\";const cycleOrder=[\"o1DK5m9ZW\",\"ryv9ZENny\",\"pIIZCC3fg\"];const serializationHash=\"framer-mUx3r\";const variantClassNames={o1DK5m9ZW:\"framer-v-jwh6db\",pIIZCC3fg:\"framer-v-160tgme\",ryv9ZENny:\"framer-v-1r7wl4s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"SiIXfHkAS\":return true;case\"NSKOAqIu_\":return false;default:return true;}};const toBoolean=value=>{return Boolean(value);};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"P9_c5650a\":return true;case\"ta4Yhf_kn\":return false;default:return true;}};const convertFromEnum2=(value,activeLocale)=>{switch(value){case\"P9_c5650a\":return true;case\"ta4Yhf_kn\":return true;default:return true;}};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const query=prequery=>prequery({from:{alias:\"ZSmZCoImw\",data:DrawingPage,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},select:[{collection:\"ZSmZCoImw\",name:\"H4XCWzVxE\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"TMZ74GQYF\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"EiyuqfLSH\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"E10uMy2jS\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"xvO0NYWHi\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"jxSktmLBN\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"icu5trjQT\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"cAjFsShsd\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"bbtkMRJwH\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"YxihMBCyI\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"bfBD4umX_\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"z7Mc2Utyl\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"BXq3QD36Y\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"WG094gLoW\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"F3oTzxEPb\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"qQtSGP64H\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"yocGCIOZ_\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"JgQr7Xrm9\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"o1DK5m9ZW\",Phone:\"pIIZCC3fg\",Tablet:\"ryv9ZENny\"};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:\"o1DK5m9ZW\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,H4XCWzVxEZSmZCoImw,TMZ74GQYFZSmZCoImw,EiyuqfLSHZSmZCoImw,E10uMy2jSZSmZCoImw,xvO0NYWHiZSmZCoImw,jxSktmLBNZSmZCoImw,icu5trjQTZSmZCoImw,cAjFsShsdZSmZCoImw,bbtkMRJwHZSmZCoImw,YxihMBCyIZSmZCoImw,bfBD4umX_ZSmZCoImw,z7Mc2UtylZSmZCoImw,BXq3QD36YZSmZCoImw,WG094gLoWZSmZCoImw,F3oTzxEPbZSmZCoImw,qQtSGP64HZSmZCoImw,yocGCIOZ_ZSmZCoImw,JgQr7Xrm9ZSmZCoImw,idZSmZCoImw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"o1DK5m9ZW\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=value=>{if(baseVariant===\"ryv9ZENny\")return value;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-jwh6db\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"o1DK5m9ZW\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({pIIZCC3fg:{\"data-framer-name\":\"Phone\"},ryv9ZENny:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-99pook\",layoutDependency:layoutDependency,layoutId:\"ZSmZCoImw\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ZSmZCoImw\",data:DrawingPage,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},select:[{collection:\"ZSmZCoImw\",name:\"H4XCWzVxE\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"TMZ74GQYF\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"EiyuqfLSH\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"E10uMy2jS\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"xvO0NYWHi\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"jxSktmLBN\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"icu5trjQT\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"cAjFsShsd\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"bbtkMRJwH\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"YxihMBCyI\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"bfBD4umX_\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"z7Mc2Utyl\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"BXq3QD36Y\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"WG094gLoW\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"F3oTzxEPb\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"qQtSGP64H\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"yocGCIOZ_\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"JgQr7Xrm9\",type:\"Identifier\"},{collection:\"ZSmZCoImw\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"H4XCWzVxE\":H4XCWzVxEZSmZCoImw,\"TMZ74GQYF\":TMZ74GQYFZSmZCoImw,\"EiyuqfLSH\":EiyuqfLSHZSmZCoImw,\"E10uMy2jS\":E10uMy2jSZSmZCoImw,\"xvO0NYWHi\":xvO0NYWHiZSmZCoImw,\"jxSktmLBN\":jxSktmLBNZSmZCoImw,\"icu5trjQT\":icu5trjQTZSmZCoImw,\"cAjFsShsd\":cAjFsShsdZSmZCoImw,\"bbtkMRJwH\":bbtkMRJwHZSmZCoImw,\"YxihMBCyI\":YxihMBCyIZSmZCoImw,\"bfBD4umX_\":bfBD4umX_ZSmZCoImw,\"z7Mc2Utyl\":z7Mc2UtylZSmZCoImw,\"BXq3QD36Y\":BXq3QD36YZSmZCoImw,\"WG094gLoW\":WG094gLoWZSmZCoImw,\"F3oTzxEPb\":F3oTzxEPbZSmZCoImw,\"qQtSGP64H\":qQtSGP64HZSmZCoImw,\"yocGCIOZ_\":yocGCIOZ_ZSmZCoImw,\"JgQr7Xrm9\":JgQr7Xrm9ZSmZCoImw,\"id\":idZSmZCoImw},i)=>{H4XCWzVxEZSmZCoImw!==null&&H4XCWzVxEZSmZCoImw!==void 0?H4XCWzVxEZSmZCoImw:H4XCWzVxEZSmZCoImw=\"\";TMZ74GQYFZSmZCoImw!==null&&TMZ74GQYFZSmZCoImw!==void 0?TMZ74GQYFZSmZCoImw:TMZ74GQYFZSmZCoImw=\"\";E10uMy2jSZSmZCoImw!==null&&E10uMy2jSZSmZCoImw!==void 0?E10uMy2jSZSmZCoImw:E10uMy2jSZSmZCoImw=\"\";jxSktmLBNZSmZCoImw!==null&&jxSktmLBNZSmZCoImw!==void 0?jxSktmLBNZSmZCoImw:jxSktmLBNZSmZCoImw=\"\";bbtkMRJwHZSmZCoImw!==null&&bbtkMRJwHZSmZCoImw!==void 0?bbtkMRJwHZSmZCoImw:bbtkMRJwHZSmZCoImw=\"\";z7Mc2UtylZSmZCoImw!==null&&z7Mc2UtylZSmZCoImw!==void 0?z7Mc2UtylZSmZCoImw:z7Mc2UtylZSmZCoImw=\"\";F3oTzxEPbZSmZCoImw!==null&&F3oTzxEPbZSmZCoImw!==void 0?F3oTzxEPbZSmZCoImw:F3oTzxEPbZSmZCoImw=\"\";JgQr7Xrm9ZSmZCoImw!==null&&JgQr7Xrm9ZSmZCoImw!==void 0?JgQr7Xrm9ZSmZCoImw:JgQr7Xrm9ZSmZCoImw=\"\";const visible=toBoolean(convertFromEnum(icu5trjQTZSmZCoImw,activeLocale));const visible1=toBoolean(convertFromEnum1(YxihMBCyIZSmZCoImw,activeLocale));const visible2=toBoolean(convertFromEnum2(YxihMBCyIZSmZCoImw,activeLocale));const visible3=equals(BXq3QD36YZSmZCoImw,\"mItJzZQC9\");const visible4=equals(qQtSGP64HZSmZCoImw,\"yHz6XERq9\");return /*#__PURE__*/_jsx(LayoutGroup,{id:`ZSmZCoImw-${idZSmZCoImw}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{H4XCWzVxE:H4XCWzVxEZSmZCoImw},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{H4XCWzVxE:H4XCWzVxEZSmZCoImw},webPageId:\"mUxwoJgpb\"},nodeId:\"g1sk4mb_a\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1q3u5gi framer-1ad93in\",layoutDependency:layoutDependency,layoutId:\"g1sk4mb_a\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xfm19h\",layoutDependency:layoutDependency,layoutId:\"GyCFNLv7o\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1nlmuxj\",\"data-styles-preset\":\"jCxrnZKnd\",children:\"\uD658\uC0C1\uC758 \uC12C \uAC08\uB77C\uD30C\uACE0\uC2A4\uC758 \uB3D9\uBB3C\uB4E4\"})}),className:\"framer-1ur6nfg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wg2wPM7eM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:TMZ74GQYFZSmZCoImw,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yjlsft\",layoutDependency:layoutDependency,layoutId:\"fdtWeerLf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ldw0ab\",layoutDependency:layoutDependency,layoutId:\"Y2RNhV3Ed\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+49.199999999999996+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 20px, 1px) - 10px) / 2, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"},className:\"framer-1gcl5wq\",layoutDependency:layoutDependency,layoutId:\"SgIR1iznM\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+49.199999999999996+0+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px) / 2, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}},ryv9ZENny:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+49.199999999999996+0+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 50px) / 2, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+49.199999999999996+0+0+0),sizes:`max((max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 20px, 1px) - 10px) / 2, 1px)`,...toResponsiveImage(EiyuqfLSHZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-i2v4cs\",layoutDependency:layoutDependency,layoutId:\"zXQmbgntD\",...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+49.199999999999996+0+0+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px) / 2, 1px)`,...toResponsiveImage(EiyuqfLSHZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}},ryv9ZENny:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+49.199999999999996+0+0+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 50px) / 2, 1px)`,...toResponsiveImage(EiyuqfLSHZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-17o8yge\",\"data-styles-preset\":\"m3YBjU5sn\",children:\"\u3153\uB098\uB9AC\u3153\u3141\u3147\u3134\uB9AC\"})}),className:\"framer-6jdt56\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KVULFJeiA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:E10uMy2jSZSmZCoImw,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+49.199999999999996+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 20px, 1px) - 10px) / 2, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"},className:\"framer-mqawzn\",layoutDependency:layoutDependency,layoutId:\"NqvjTMnLX\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+49.199999999999996+0+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px) / 2, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}},ryv9ZENny:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+49.199999999999996+0+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 50px) / 2, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+49.199999999999996+0+0+0),sizes:`max((max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 20px, 1px) - 10px) / 2, 1px)`,...toResponsiveImage(xvO0NYWHiZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1s8nzem\",layoutDependency:layoutDependency,layoutId:\"pXWyeOICz\",...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+49.199999999999996+0+0+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px) / 2, 1px)`,...toResponsiveImage(xvO0NYWHiZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}},ryv9ZENny:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+49.199999999999996+0+0+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 50px) / 2, 1px)`,...toResponsiveImage(xvO0NYWHiZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-17o8yge\",\"data-styles-preset\":\"m3YBjU5sn\",children:\"\u3153\uB098\uB9AC\u3153\u3141\u3147\u3134\uB9AC\"})}),className:\"framer-sgn2ui\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nfr6AZaoT\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jxSktmLBNZSmZCoImw,verticalAlignment:\"top\",withExternalLayout:true})})})]}),visible&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1prb4ae\",layoutDependency:layoutDependency,layoutId:\"HH96eWHIh\",children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+49.199999999999996+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 20px, 1px) + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"},className:\"framer-lnh4og\",layoutDependency:layoutDependency,layoutId:\"HUMXSsXB3\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+49.199999999999996+0+308+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}},ryv9ZENny:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+49.199999999999996+0+308+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+49.199999999999996+0+0+0),sizes:`max((max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 20px, 1px) + 10px) / 0, 1px)`,...toResponsiveImage(cAjFsShsdZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-jny16g\",layoutDependency:layoutDependency,layoutId:\"q1dZrad_T\",...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+49.199999999999996+0+308+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 10px) / 0, 1px)`,...toResponsiveImage(cAjFsShsdZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}},ryv9ZENny:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+49.199999999999996+0+308+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px) / 0, 1px)`,...toResponsiveImage(cAjFsShsdZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-17o8yge\",\"data-styles-preset\":\"m3YBjU5sn\",children:\"\u3153\uB098\uB9AC\u3153\u3141\u3147\u3134\uB9AC\"})}),className:\"framer-myvjlr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cV6OadlBn\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:bbtkMRJwHZSmZCoImw,verticalAlignment:\"top\",withExternalLayout:true})})}),visible1&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+49.199999999999996+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 20px, 1px) + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"},className:\"framer-1bvifbz\",layoutDependency:layoutDependency,layoutId:\"HK0hxhM6t\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+49.199999999999996+0+308+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}},ryv9ZENny:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+49.199999999999996+0+308+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}}},baseVariant,gestureVariant),children:visible2&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+49.199999999999996+0+0+0),sizes:`max((max((max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 20px, 1px) + 10px) / 0, 1px) + 10px) / 0, 1px)`,...toResponsiveImage(bfBD4umX_ZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1k2jvy3\",layoutDependency:layoutDependency,layoutId:\"TCg2Rtz5U\",...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+49.199999999999996+0+308+0+0),sizes:`max((max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 10px) / 0, 1px) + 10px) / 0, 1px)`,...toResponsiveImage(bfBD4umX_ZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}},ryv9ZENny:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+49.199999999999996+0+308+0+0),sizes:`max((max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 30px) / 0, 1px) + 10px) / 0, 1px)`,...toResponsiveImage(bfBD4umX_ZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-17o8yge\",\"data-styles-preset\":\"m3YBjU5sn\",children:\"\u3153\uB098\uB9AC\u3153\u3141\u3147\u3134\uB9AC\"})}),className:\"framer-1dd0r99\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U2mK2NSEx\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:z7Mc2UtylZSmZCoImw,verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),isDisplayed(visible3)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ps98b\",layoutDependency:layoutDependency,layoutId:\"USy5w44FT\",children:visible3&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-skvye1\",layoutDependency:layoutDependency,layoutId:\"J_2O2CPoy\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+359.2+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 12px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"},className:\"framer-t4i9jq\",layoutDependency:layoutDependency,layoutId:\"O_gG8koTw\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+667.2+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 12px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}},ryv9ZENny:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+667.2+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+359.2+0+0+0),sizes:`max((max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 12px) / 0, 1px)`,...toResponsiveImage(WG094gLoWZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1thin21\",layoutDependency:layoutDependency,layoutId:\"nVsx689V_\",...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+667.2+0+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 12px) / 0, 1px)`,...toResponsiveImage(WG094gLoWZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}},ryv9ZENny:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+667.2+0+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px) / 0, 1px)`,...toResponsiveImage(WG094gLoWZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-17o8yge\",\"data-styles-preset\":\"m3YBjU5sn\",children:\"\u3153\uB098\uB9AC\u3153\u3141\u3147\u3134\uB9AC\"})}),className:\"framer-1g9cpji\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"y47DjGO1Q\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:F3oTzxEPbZSmZCoImw,verticalAlignment:\"top\",withExternalLayout:true})})}),visible4&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+359.2+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 12px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"},className:\"framer-1buzcig\",layoutDependency:layoutDependency,layoutId:\"zDCBGOvx8\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+667.2+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 12px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}},ryv9ZENny:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+667.2+0+0),pixelHeight:3450,pixelWidth:3450,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px) / 0, 1px)`,src:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg\",srcSet:\"https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aZOiDWYBbzZgrWDUifr4HurIw.jpg 3450w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||2317)-0-2916.8)/2)+0+2247.6000000000004+10+359.2+0+0+0),sizes:`max((max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 12px) / 0, 1px)`,...toResponsiveImage(yocGCIOZ_ZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-mufdp7\",layoutDependency:layoutDependency,layoutId:\"kcFl0KmoJ\",...addPropertyOverrides({pIIZCC3fg:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3549)-0-4148.8)/2)+0+3171.6000000000004+10+667.2+0+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 12px) / 0, 1px)`,...toResponsiveImage(yocGCIOZ_ZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}},ryv9ZENny:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||3529)-0-4148.8)/2)+20+3141.6000000000004+0+667.2+0+0+0),sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px) / 0, 1px)`,...toResponsiveImage(yocGCIOZ_ZSmZCoImw),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-17o8yge\",\"data-styles-preset\":\"m3YBjU5sn\",children:\"\u3153\uB098\uB9AC\u3153\u3141\u3147\u3134\uB9AC\"})}),className:\"framer-h4yef2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HWGZgDLpO\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:JgQr7Xrm9ZSmZCoImw,verticalAlignment:\"top\",withExternalLayout:true})})})]})})]})})})},idZSmZCoImw);})})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mUx3r.framer-1ad93in, .framer-mUx3r .framer-1ad93in { display: block; }\",\".framer-mUx3r.framer-jwh6db { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1080px; }\",\".framer-mUx3r .framer-99pook { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-mUx3r .framer-1q3u5gi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 10px 10px 0px 10px; position: relative; text-decoration: none; width: 100%; }\",\".framer-mUx3r .framer-1xfm19h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mUx3r .framer-1ur6nfg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-mUx3r .framer-yjlsft, .framer-mUx3r .framer-2ps98b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mUx3r .framer-ldw0ab, .framer-mUx3r .framer-1prb4ae, .framer-mUx3r .framer-skvye1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 300px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-mUx3r .framer-1gcl5wq, .framer-mUx3r .framer-mqawzn, .framer-mUx3r .framer-lnh4og, .framer-mUx3r .framer-1bvifbz, .framer-mUx3r .framer-t4i9jq, .framer-mUx3r .framer-1buzcig { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-mUx3r .framer-i2v4cs, .framer-mUx3r .framer-1s8nzem, .framer-mUx3r .framer-jny16g, .framer-mUx3r .framer-1k2jvy3, .framer-mUx3r .framer-1thin21, .framer-mUx3r .framer-mufdp7 { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-mUx3r .framer-6jdt56, .framer-mUx3r .framer-sgn2ui, .framer-mUx3r .framer-myvjlr, .framer-mUx3r .framer-1dd0r99, .framer-mUx3r .framer-1g9cpji, .framer-mUx3r .framer-h4yef2 { bottom: 18px; flex: none; height: auto; left: 23px; position: absolute; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mUx3r.framer-jwh6db, .framer-mUx3r .framer-99pook, .framer-mUx3r .framer-1q3u5gi, .framer-mUx3r .framer-1xfm19h, .framer-mUx3r .framer-yjlsft, .framer-mUx3r .framer-ldw0ab, .framer-mUx3r .framer-1gcl5wq, .framer-mUx3r .framer-mqawzn, .framer-mUx3r .framer-1prb4ae, .framer-mUx3r .framer-lnh4og, .framer-mUx3r .framer-1bvifbz, .framer-mUx3r .framer-2ps98b, .framer-mUx3r .framer-skvye1, .framer-mUx3r .framer-t4i9jq, .framer-mUx3r .framer-1buzcig { gap: 0px; } .framer-mUx3r.framer-jwh6db > *, .framer-mUx3r .framer-1xfm19h > *, .framer-mUx3r .framer-ldw0ab > *, .framer-mUx3r .framer-1gcl5wq > *, .framer-mUx3r .framer-mqawzn > *, .framer-mUx3r .framer-1prb4ae > *, .framer-mUx3r .framer-lnh4og > *, .framer-mUx3r .framer-1bvifbz > *, .framer-mUx3r .framer-skvye1 > *, .framer-mUx3r .framer-t4i9jq > *, .framer-mUx3r .framer-1buzcig > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mUx3r.framer-jwh6db > :first-child, .framer-mUx3r .framer-1xfm19h > :first-child, .framer-mUx3r .framer-yjlsft > :first-child, .framer-mUx3r .framer-ldw0ab > :first-child, .framer-mUx3r .framer-1gcl5wq > :first-child, .framer-mUx3r .framer-mqawzn > :first-child, .framer-mUx3r .framer-1prb4ae > :first-child, .framer-mUx3r .framer-lnh4og > :first-child, .framer-mUx3r .framer-1bvifbz > :first-child, .framer-mUx3r .framer-2ps98b > :first-child, .framer-mUx3r .framer-skvye1 > :first-child, .framer-mUx3r .framer-t4i9jq > :first-child, .framer-mUx3r .framer-1buzcig > :first-child { margin-left: 0px; } .framer-mUx3r.framer-jwh6db > :last-child, .framer-mUx3r .framer-1xfm19h > :last-child, .framer-mUx3r .framer-yjlsft > :last-child, .framer-mUx3r .framer-ldw0ab > :last-child, .framer-mUx3r .framer-1gcl5wq > :last-child, .framer-mUx3r .framer-mqawzn > :last-child, .framer-mUx3r .framer-1prb4ae > :last-child, .framer-mUx3r .framer-lnh4og > :last-child, .framer-mUx3r .framer-1bvifbz > :last-child, .framer-mUx3r .framer-2ps98b > :last-child, .framer-mUx3r .framer-skvye1 > :last-child, .framer-mUx3r .framer-t4i9jq > :last-child, .framer-mUx3r .framer-1buzcig > :last-child { margin-right: 0px; } .framer-mUx3r .framer-99pook > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-mUx3r .framer-99pook > :first-child, .framer-mUx3r .framer-1q3u5gi > :first-child { margin-top: 0px; } .framer-mUx3r .framer-99pook > :last-child, .framer-mUx3r .framer-1q3u5gi > :last-child { margin-bottom: 0px; } .framer-mUx3r .framer-1q3u5gi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-mUx3r .framer-yjlsft > *, .framer-mUx3r .framer-2ps98b > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-mUx3r.framer-v-1r7wl4s.framer-jwh6db { gap: 0px; width: 810px; }\",\".framer-mUx3r.framer-v-1r7wl4s .framer-99pook { align-content: center; align-items: center; flex: none; justify-content: flex-start; padding: 20px; width: 100%; }\",\".framer-mUx3r.framer-v-1r7wl4s .framer-1q3u5gi { align-content: flex-start; align-items: flex-start; padding: 0px; }\",\".framer-mUx3r.framer-v-1r7wl4s .framer-yjlsft, .framer-mUx3r.framer-v-160tgme .framer-yjlsft { flex-direction: column; }\",\".framer-mUx3r.framer-v-1r7wl4s .framer-ldw0ab, .framer-mUx3r.framer-v-1r7wl4s .framer-1prb4ae, .framer-mUx3r.framer-v-160tgme .framer-99pook, .framer-mUx3r.framer-v-160tgme .framer-ldw0ab, .framer-mUx3r.framer-v-160tgme .framer-1prb4ae { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mUx3r.framer-v-1r7wl4s.framer-jwh6db, .framer-mUx3r.framer-v-1r7wl4s .framer-yjlsft { gap: 0px; } .framer-mUx3r.framer-v-1r7wl4s.framer-jwh6db > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-mUx3r.framer-v-1r7wl4s.framer-jwh6db > :first-child { margin-left: 0px; } .framer-mUx3r.framer-v-1r7wl4s.framer-jwh6db > :last-child { margin-right: 0px; } .framer-mUx3r.framer-v-1r7wl4s .framer-yjlsft > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-mUx3r.framer-v-1r7wl4s .framer-yjlsft > :first-child { margin-top: 0px; } .framer-mUx3r.framer-v-1r7wl4s .framer-yjlsft > :last-child { margin-bottom: 0px; } }\",\".framer-mUx3r.framer-v-160tgme.framer-jwh6db { width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mUx3r.framer-v-160tgme .framer-yjlsft { gap: 0px; } .framer-mUx3r.framer-v-160tgme .framer-yjlsft > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-mUx3r.framer-v-160tgme .framer-yjlsft > :first-child { margin-top: 0px; } .framer-mUx3r.framer-v-160tgme .framer-yjlsft > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2317\n * @framerIntrinsicWidth 1080\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ryv9ZENny\":{\"layout\":[\"fixed\",\"auto\"]},\"pIIZCC3fg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriTtTNaaaN=withCSS(Component,css,\"framer-mUx3r\");export default FrameriTtTNaaaN;FrameriTtTNaaaN.displayName=\"\uB3C4\uC548 \uADF8\uB9AC\uB4DC_\uBE14\uB85C\uADF8\";FrameriTtTNaaaN.defaultProps={height:2317,width:1080};addPropertyControls(FrameriTtTNaaaN,{variant:{options:[\"o1DK5m9ZW\",\"ryv9ZENny\",\"pIIZCC3fg\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameriTtTNaaaN,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriTtTNaaaN\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1080\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ryv9ZENny\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pIIZCC3fg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2317\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (63ac63c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-rPyhl .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-rPyhl .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; }\"];export const className=\"framer-rPyhl\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (46bb7e9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,LazyValue,Link,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import _ from\"#framer/local/canvasComponent/iTtTNaaaN/iTtTNaaaN.js\";import UserComponent from\"#framer/local/canvasComponent/ruVvKSVsi/ruVvKSVsi.js\";import*as sharedStyle1 from\"#framer/local/css/jCxrnZKnd/jCxrnZKnd.js\";import*as sharedStyle2 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle from\"#framer/local/css/VoKb5KRYI/VoKb5KRYI.js\";import metadataProvider from\"#framer/local/webPageMetadata/s2ofLchml/s2ofLchml.js\";const UserComponentFonts=getFonts(UserComponent);const RichTextWithFX=withFX(RichText);const _Fonts=getFonts(_);const breakpoints={dEv1H1Uns:\"(min-width: 810px) and (max-width: 1199px)\",nFEWRgMmv:\"(min-width: 1200px)\",rKBUExVB9:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Y8GyK\";const variantClassNames={dEv1H1Uns:\"framer-v-o9ma1a\",nFEWRgMmv:\"framer-v-1pbo9hi\",rKBUExVB9:\"framer-v-qqzqzb\"};const valuesByLocaleId={P8_GPyKgx:new LazyValue(()=>import(\"./s2ofLchml-0.js\"))};function preloadLocalizedValues(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);}}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;}}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition1={damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:50};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"nFEWRgMmv\",Phone:\"rKBUExVB9\",Tablet:\"dEv1H1Uns\"};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:\"nFEWRgMmv\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...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-Y8GyK`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-Y8GyK`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"nFEWRgMmv\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pbo9hi\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dEv1H1Uns:{width:\"100vw\"},rKBUExVB9:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"1200px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ri6cod-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dEv1H1Uns:{variant:\"em2HNVqGl\"},rKBUExVB9:{variant:\"GABkew02a\"}},children:/*#__PURE__*/_jsx(UserComponent,{height:\"100%\",id:\"OLaex0s1T\",layoutId:\"OLaex0s1T\",style:{height:\"100%\",width:\"100%\"},variant:\"WSGXVk5ae\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-yeqlpl\",\"data-framer-name\":\"Header\",name:\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dEv1H1Uns:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1mksm4l\",\"data-styles-preset\":\"VoKb5KRYI\",style:{\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(17, 17, 17))\"},children:[\"\uC0C9\uB2E4\uB978 \uD558\uB8E8\uC758 \uBAA8\uB4E0 \uB3C4\uC548\uC744\",/*#__PURE__*/_jsx(\"br\",{}),\"\uD55C\uB208\uC5D0 \uBAA8\uC544 \uBCF4\uC138\uC694\"]})}),fonts:[\"Inter\"]},rKBUExVB9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1nlmuxj\",\"data-styles-preset\":\"jCxrnZKnd\",style:{\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(17, 17, 17))\"},children:[\"\uC0C9\uB2E4\uB978 \uD558\uB8E8\uC758 \uBAA8\uB4E0 \uB3C4\uC548\uC744\",/*#__PURE__*/_jsx(\"br\",{}),\"\uD55C\uB208\uC5D0 \uBAA8\uC544 \uBCF4\uC138\uC694\"]})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.9,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(17, 17, 17))\"},children:[\"\uC0C9\uB2E4\uB978 \uD558\uB8E8\uC758 \uBAA8\uB4E0 \uB3C4\uC548\uC744\",/*#__PURE__*/_jsx(\"br\",{}),\"\uD55C\uB208\uC5D0 \uBAA8\uC544 \uBCF4\uC138\uC694\"]})}),className:\"framer-gupz66\",fonts:[\"GF;Inter-700\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-194s5fs\",\"data-framer-name\":\"\uB3C4\uC548 \uADF8\uB9AC\uB4DC_\uBE14\uB85C\uADF8\",name:\"\uB3C4\uC548 \uADF8\uB9AC\uB4DC_\uBE14\uB85C\uADF8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dEv1H1Uns:{y:246},rKBUExVB9:{y:185.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:2317,width:\"min(max(100vw, 1px), 1080px)\",y:266,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nxcmq0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dEv1H1Uns:{variant:\"ryv9ZENny\"},rKBUExVB9:{variant:\"pIIZCC3fg\"}},children:/*#__PURE__*/_jsx(_,{height:\"100%\",id:\"esEXCixvM\",layoutId:\"esEXCixvM\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"o1DK5m9ZW\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-155pmto\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"\\xa9 Framer Inc. 2023\"})}),className:\"framer-16hjvfo\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8x3iuk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/\",nodeId:\"UAkoXaxhr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Instagram\"})})})}),className:\"framer-zjsw6t\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.twitter.com/\",nodeId:\"HQnDnF5BR\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Twitter\"})})})}),className:\"framer-1q7l2as\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:email@email.com\",nodeId:\"vWDlDXFcL\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Mail\"})})})}),className:\"framer-1l9y604\",fonts:[\"GF;Inter-regular\"],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-Y8GyK { background: white; }`,\".framer-Y8GyK.framer-1rlt6lj, .framer-Y8GyK .framer-1rlt6lj { display: block; }\",\".framer-Y8GyK.framer-1pbo9hi { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Y8GyK .framer-1ri6cod-container { flex: none; height: 56px; position: relative; width: 1200px; }\",\".framer-Y8GyK .framer-yeqlpl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1080px; overflow: visible; padding: 100px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-Y8GyK .framer-gupz66 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: 0.8 0 0px; height: auto; opacity: 0.9; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Y8GyK .framer-194s5fs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Y8GyK .framer-nxcmq0-container { flex: 1 0 0px; height: auto; max-width: 1080px; position: relative; width: 1px; }\",\".framer-Y8GyK .framer-155pmto { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 100%; overflow: visible; padding: 50px; position: relative; width: 1000px; }\",\".framer-Y8GyK .framer-16hjvfo, .framer-Y8GyK .framer-zjsw6t, .framer-Y8GyK .framer-1q7l2as, .framer-Y8GyK .framer-1l9y604 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Y8GyK .framer-8x3iuk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Y8GyK.framer-1pbo9hi, .framer-Y8GyK .framer-yeqlpl, .framer-Y8GyK .framer-194s5fs, .framer-Y8GyK .framer-8x3iuk { gap: 0px; } .framer-Y8GyK.framer-1pbo9hi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Y8GyK.framer-1pbo9hi > :first-child { margin-top: 0px; } .framer-Y8GyK.framer-1pbo9hi > :last-child { margin-bottom: 0px; } .framer-Y8GyK .framer-yeqlpl > *, .framer-Y8GyK .framer-194s5fs > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Y8GyK .framer-yeqlpl > :first-child, .framer-Y8GyK .framer-194s5fs > :first-child, .framer-Y8GyK .framer-8x3iuk > :first-child { margin-left: 0px; } .framer-Y8GyK .framer-yeqlpl > :last-child, .framer-Y8GyK .framer-194s5fs > :last-child, .framer-Y8GyK .framer-8x3iuk > :last-child { margin-right: 0px; } .framer-Y8GyK .framer-8x3iuk > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-Y8GyK { background: white; } .framer-Y8GyK.framer-1pbo9hi { width: 810px; } .framer-Y8GyK .framer-1ri6cod-container { width: 100%; } .framer-Y8GyK .framer-yeqlpl { padding: 80px 40px 40px 40px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-Y8GyK { background: white; } .framer-Y8GyK.framer-1pbo9hi { width: 390px; } .framer-Y8GyK .framer-1ri6cod-container { width: 100%; } .framer-Y8GyK .framer-yeqlpl { padding: 60px 30px 30px 30px; } .framer-Y8GyK .framer-gupz66 { flex: none; width: 330px; } .framer-Y8GyK .framer-155pmto { flex-direction: column; gap: 10px; justify-content: flex-start; padding: 30px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Y8GyK .framer-155pmto { gap: 0px; } .framer-Y8GyK .framer-155pmto > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Y8GyK .framer-155pmto > :first-child { margin-top: 0px; } .framer-Y8GyK .framer-155pmto > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2759.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dEv1H1Uns\":{\"layout\":[\"fixed\",\"auto\"]},\"rKBUExVB9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framers2ofLchml=withCSS(Component,css,\"framer-Y8GyK\");export default Framers2ofLchml;Framers2ofLchml.displayName=\"page\";Framers2ofLchml.defaultProps={height:2759.5,width:1200};addFonts(Framers2ofLchml,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"},{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:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...UserComponentFonts,..._Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framers2ofLchml\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dEv1H1Uns\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rKBUExVB9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2759.5\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "convertFromEnum", "activeLocale", "toBoolean", "convertFromEnum1", "convertFromEnum2", "equals", "a", "b", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "H4XCWzVxEZSmZCoImw", "TMZ74GQYFZSmZCoImw", "EiyuqfLSHZSmZCoImw", "E10uMy2jSZSmZCoImw", "xvO0NYWHiZSmZCoImw", "jxSktmLBNZSmZCoImw", "icu5trjQTZSmZCoImw", "cAjFsShsdZSmZCoImw", "bbtkMRJwHZSmZCoImw", "YxihMBCyIZSmZCoImw", "bfBD4umX_ZSmZCoImw", "z7Mc2UtylZSmZCoImw", "BXq3QD36YZSmZCoImw", "WG094gLoWZSmZCoImw", "F3oTzxEPbZSmZCoImw", "qQtSGP64HZSmZCoImw", "yocGCIOZ_ZSmZCoImw", "JgQr7Xrm9ZSmZCoImw", "idZSmZCoImw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "cx", "serializationHash", "addPropertyOverrides", "ChildrenCanSuspend", "XJo5BFP8k_default", "collection", "paginationInfo", "loadMore", "l", "i", "visible", "toBoolean", "convertFromEnum", "visible1", "convertFromEnum1", "visible2", "convertFromEnum2", "visible3", "equals", "visible4", "PathVariablesContext", "Link", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "toResponsiveImage", "css", "FrameriTtTNaaaN", "withCSS", "iTtTNaaaN_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "UserComponentFonts", "getFonts", "ruVvKSVsi_default", "RichTextWithFX", "withFX", "RichText2", "_Fonts", "iTtTNaaaN_default", "breakpoints", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "animation", "transition1", "animation1", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "preloadPromise", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "ruVvKSVsi_default", "x", "RichTextWithFX", "iTtTNaaaN_default", "RichText2", "Link", "css", "Framers2ofLchml", "withCSS", "s2ofLchml_default", "addFonts", "UserComponentFonts", "_Fonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
