{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/h6welWSANHQxYXAfWiRv/4ep3B02d4uYCfHyyom85/Component.js", "ssg:https://framerusercontent.com/modules/FmesfmVjHBLgocVcSvJA/D6AW8CINYv2Ei3TpN955/X_11rdPZF.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{motion,addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth fill\n * @framerSupportedLayoutHeight fill\n */export default function RandomBackgroundFrame(props){const{style,radius}=props;// Function to generate a random color in HEX format\nconst getRandomColor=()=>{const letters=\"0123456789ABCDEF\";let newColor=\"#\";for(let i=0;i<6;i++){newColor+=letters[Math.floor(Math.random()*16)];}return newColor;};// Initialize the background color state with a random color\nconst[backgroundColor]=React.useState(getRandomColor);return /*#__PURE__*/_jsx(motion.div,{style:{...style,backgroundColor:backgroundColor,width:\"100%\",height:\"100%\",borderRadius:`${radius}px`}});}// Default Props\nRandomBackgroundFrame.defaultProps={radius:0};// Property Controls\naddPropertyControls(RandomBackgroundFrame,{radius:{type:ControlType.Number,title:\"Corner Radius\",min:0,max:100,unit:\"px\",defaultValue:0}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RandomBackgroundFrame\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth fill\",\"framerSupportedLayoutHeight\":\"fill\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Component.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import BlurGradient from\"https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/Ycw95yYPzpr98rHtCJMh/BlurGradient.js\";import Top from\"#framer/local/canvasComponent/bavAbOmv9/bavAbOmv9.js\";import RandomBackgroundFrame from\"#framer/local/codeFile/WEiEbTJ/Component.js\";import Skills from\"#framer/local/collection/xgeQ3TmwV/xgeQ3TmwV.js\";import*as sharedStyle from\"#framer/local/css/jdZPJQo8M/jdZPJQo8M.js\";import*as sharedStyle1 from\"#framer/local/css/NIuMtnzV1/NIuMtnzV1.js\";import metadataProvider from\"#framer/local/webPageMetadata/X_11rdPZF/X_11rdPZF.js\";const TopFonts=getFonts(Top);const BlurGradientFonts=getFonts(BlurGradient);const ContainerWithFX=withFX(Container);const RandomBackgroundFrameFonts=getFonts(RandomBackgroundFrame);const EmbedFonts=getFonts(Embed);const breakpoints={fULRT0bu0:\"(max-width: 1199px)\",YkXg5_iCC:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Ul9Bf\";const variantClassNames={fULRT0bu0:\"framer-v-2myni2\",YkXg5_iCC:\"framer-v-1pt989w\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-136};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:-136};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.03,skewX:0,skewY:0,transition:transition2};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const animation5={opacity:1,rotate:-5,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const animation6={opacity:1,rotate:5,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"YkXg5_iCC\",Phone:\"fULRT0bu0\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"YkXg5_iCC\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{constraint:{left:{collection:\"X_11rdPZF\",name:\"nextItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"nextItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"X_11rdPZF\",name:\"previousItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"X_11rdPZF\",data:Skills,type:\"Collection\"},right:{alias:\"previousItemId\",data:Skills,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"nextItemId\",data:Skills,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"X_11rdPZF\",name:\"id\",type:\"Identifier\"},{collection:\"X_11rdPZF\",name:\"Yy8kIfvrf\",type:\"Identifier\"},{collection:\"X_11rdPZF\",name:\"V4A70mmpr\",type:\"Identifier\"},{collection:\"X_11rdPZF\",name:\"tYNt9Omo4\",type:\"Identifier\"},{collection:\"X_11rdPZF\",name:\"bLGeh1dlY\",type:\"Identifier\"},{collection:\"X_11rdPZF\",name:\"exkhQk2XN\",type:\"Identifier\"},{alias:\"previousItemId.Yy8kIfvrf\",collection:\"previousItemId\",name:\"Yy8kIfvrf\",type:\"Identifier\"},{alias:\"previousItemId.PqjMjoU71\",collection:\"previousItemId\",name:\"PqjMjoU71\",type:\"Identifier\"},{alias:\"previousItemId\",collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},{alias:\"nextItemId.Yy8kIfvrf\",collection:\"nextItemId\",name:\"Yy8kIfvrf\",type:\"Identifier\"},{alias:\"nextItemId.PqjMjoU71\",collection:\"nextItemId\",name:\"PqjMjoU71\",type:\"Identifier\"},{alias:\"nextItemId\",collection:\"nextItemId\",name:\"id\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"X_11rdPZF\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,tYNt9Omo4=getFromCurrentRouteData(\"tYNt9Omo4\"),Yy8kIfvrf=getFromCurrentRouteData(\"Yy8kIfvrf\"),V4A70mmpr=getFromCurrentRouteData(\"V4A70mmpr\")??\"\",exkhQk2XN=getFromCurrentRouteData(\"exkhQk2XN\")??\"\",bLGeh1dlY=getFromCurrentRouteData(\"bLGeh1dlY\")??[],l2owkB0yqSLbPkOGqW,previousItemId=getFromCurrentRouteData(\"previousItemId\"),previousItemId_Yy8kIfvrf=getFromCurrentRouteData(\"previousItemId.Yy8kIfvrf\"),previousItemId_PqjMjoU71=getFromCurrentRouteData(\"previousItemId.PqjMjoU71\")??\"\",PqjMjoU71YQd2RA79A,Yy8kIfvrfYQd2RA79A,idYQd2RA79A,id=getFromCurrentRouteData(\"id\"),nextItemId=getFromCurrentRouteData(\"nextItemId\"),nextItemId_Yy8kIfvrf=getFromCurrentRouteData(\"nextItemId.Yy8kIfvrf\"),nextItemId_PqjMjoU71=getFromCurrentRouteData(\"nextItemId.PqjMjoU71\")??\"\",PqjMjoU71sxZxtifAP,Yy8kIfvrfsxZxtifAP,idsxZxtifAP,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(bLGeh1dlY);const visible1=isSet(previousItemId);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"fULRT0bu0\")return false;return true;};const visible2=isSet(nextItemId);const elementId=useRouteElementId(\"ZDqOsEFl6\");const ref1=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"fULRT0bu0\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"YkXg5_iCC\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-3f9397ef-3595-4da3-9b0d-4e0f55f8c2e2, rgb(133, 147, 201)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1pt989w\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q5wqhv-container\",layoutScroll:true,nodeId:\"Mnrrgnmja\",scopeId:\"X_11rdPZF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fULRT0bu0:{variant:\"GBw4DbT_v\"}},children:/*#__PURE__*/_jsx(Top,{height:\"100%\",id:\"Mnrrgnmja\",layoutId:\"Mnrrgnmja\",style:{width:\"100%\"},variant:\"tUWWidAgL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kxvv65-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"Oh_hiO8ol\",rendersWithMotion:true,scopeId:\"X_11rdPZF\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:10,borderRadius:0,direction:\"toTop\",height:\"100%\",id:\"Oh_hiO8ol\",layoutId:\"Oh_hiO8ol\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ud756x\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xbpu90\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jglneh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mfjn5j\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kdrn7j-container\",isAuthoredByUser:true,nodeId:\"yhY930YnB\",scopeId:\"X_11rdPZF\",children:/*#__PURE__*/_jsx(RandomBackgroundFrame,{height:\"100%\",id:\"yhY930YnB\",layoutId:\"yhY930YnB\",radius:14,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fULRT0bu0:{background:{alt:\"\",fit:\"fill\",sizes:\"299px\",...toResponsiveImage(tYNt9Omo4)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",...toResponsiveImage(tYNt9Omo4)},className:\"framer-lb934\",id:\"lb934\",onTap:onTap3bnx0g({overlay}),whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1i1g0m8\"),\"data-framer-portal-id\":\"lb934\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"rXB2ptUdq\"),/*#__PURE__*/_jsxs(motion.div,{className:cx(scopingClassNames,\"framer-ksjs54\"),\"data-framer-portal-id\":\"lb934\",onTap:onTap1wnntms({overlay}),children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fULRT0bu0:{background:{alt:\"\",fit:\"fill\",pixelHeight:320,pixelWidth:320,sizes:\"max(100vw, 1px)\",...toResponsiveImage(tYNt9Omo4)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:320,pixelWidth:320,sizes:\"878px\",...toResponsiveImage(tYNt9Omo4)},className:\"framer-jbinem\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15bzqy7\",onTap:onTap1wnntms({overlay}),whileHover:animation4,whileTap:animation3,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19hdtq4\",\"data-framer-name\":\"XCircle\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" width=\"64\" height=\"64\" fill=\"currentColor\" class=\"bi bi-x-circle\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"/></svg>',withExternalLayout:true})})]})]}),getContainer())})})})})})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"98px\",...toResponsiveImage(Yy8kIfvrf)},className:\"framer-nqe7b2\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sf5ima\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-arx47e\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lod6w8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fULRT0bu0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlbGEgR290aGljIE9uZSBSZWd1bGFy\",\"--framer-font-family\":'\"Dela Gothic One Regular\", \"Dela Gothic One Regular Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-51abaad7-beee-4438-bb93-13d7666545d7, rgb(0, 0, 0))\"},children:\"Adobe Photoshop\"})}),fonts:[\"CUSTOM;Dela Gothic One Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NOzI5TFQgQnVrcmEgQm9sZCBJdGFsaWM=\",\"--framer-font-family\":'\"29LT Bukra Bold Italic\", \"29LT Bukra Bold Italic Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-51abaad7-beee-4438-bb93-13d7666545d7, rgb(0, 0, 0))\"},children:\"WinDirStat\"})}),className:\"framer-1j56cxb\",fonts:[\"CUSTOM;29LT Bukra Bold Italic\"],text:V4A70mmpr,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kgqip1\"})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mtthlk\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:exkhQk2XN,className:\"framer-5j5a5p\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-euq4nq\",p:\"framer-styles-preset-ca2spn\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-335jhd\",children:bLGeh1dlY?.map(({id,l2owkB0yq:l2owkB0yqSLbPkOGqW},index)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`SLbPkOGqW-${id??index}`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fULRT0bu0:{background:{alt:\"\",fit:\"fill\",sizes:\"144px\",...toResponsiveImage(l2owkB0yqSLbPkOGqW)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"276px\",...toResponsiveImage(l2owkB0yqSLbPkOGqW)},className:\"framer-1b8oi3d\",\"data-framer-name\":\"Image\"})})},id??index);})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c4jpo9\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8n77za\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19ym95x\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1J1YmlrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Rubik Medium\", \"Rubik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-51abaad7-beee-4438-bb93-13d7666545d7, rgb(0, 0, 0))\"},children:\"Read also\"})}),className:\"framer-1c33ycg\",fonts:[\"CUSTOM;Rubik Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ezjrol\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1knvev9\",children:[visible1&&/*#__PURE__*/_jsx(Link,{href:{pathVariables:{PqjMjoU71:previousItemId_PqjMjoU71},webPageId:\"X_11rdPZF\"},motionChild:true,nodeId:\"lnnG0JjCL\",openInNewTab:false,scopeId:\"X_11rdPZF\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:\"59px\",...toResponsiveImage(previousItemId_Yy8kIfvrf)},className:\"framer-srk35o framer-15w0l63\",whileHover:animation4,whileTap:animation5})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-gxq0km hidden-2myni2\",\"data-framer-name\":\"Spacer\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-104h86n\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"YQd2RA79A\",data:Skills,type:\"Collection\"},limit:{type:\"LiteralValue\",value:8},select:[{collection:\"YQd2RA79A\",name:\"PqjMjoU71\",type:\"Identifier\"},{collection:\"YQd2RA79A\",name:\"Yy8kIfvrf\",type:\"Identifier\"},{collection:\"YQd2RA79A\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"YQd2RA79A\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:id},type:\"BinaryOperation\"}},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"YQd2RA79A\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:previousItemId},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"YQd2RA79A\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:nextItemId},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idYQd2RA79A,PqjMjoU71:PqjMjoU71YQd2RA79A,Yy8kIfvrf:Yy8kIfvrfYQd2RA79A},index1)=>{PqjMjoU71YQd2RA79A??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`YQd2RA79A-${idYQd2RA79A}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{PqjMjoU71:PqjMjoU71YQd2RA79A},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{PqjMjoU71:PqjMjoU71YQd2RA79A},webPageId:\"X_11rdPZF\"},motionChild:true,nodeId:\"PdK48hhUo\",scopeId:\"X_11rdPZF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1vw7mop framer-15w0l63\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:\"37px\",...toResponsiveImage(Yy8kIfvrfYQd2RA79A),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-qftz2k\",whileHover:animation4,whileTap:animation3})})})})},idYQd2RA79A);})})})})})}),visible2&&/*#__PURE__*/_jsx(Link,{href:{pathVariables:{PqjMjoU71:nextItemId_PqjMjoU71},webPageId:\"X_11rdPZF\"},motionChild:true,nodeId:\"DbNxsveu2\",openInNewTab:false,scopeId:\"X_11rdPZF\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:\"59px\",...toResponsiveImage(nextItemId_Yy8kIfvrf)},className:\"framer-8qdakp framer-15w0l63\",whileHover:animation4,whileTap:animation6})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10afamk-container\",\"data-framer-name\":\"f\",id:elementId,isAuthoredByUser:true,isModuleExternal:true,name:\"f\",nodeId:\"ZDqOsEFl6\",ref:ref1,scopeId:\"X_11rdPZF\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"<style>\\n#__framer-badge-container {\\n    display: none !important;\\n}\\n\\n</style>\\n<div id=\\\"__framer-badge-container\\\"></div>\\n<style>\\n        #__framer-editorbar {\\n            display: none !important;\\n        }\\n    </style>\\n<script>\\n        var element = document.getElementById('__framer-editorbar');\\n        if (element) {\\n            element.remove();\\n        } else {\\n            console.log('\u0627\u0644\u0639\u0646\u0635\u0631 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629.');\\n        }\\n    </script>\",id:\"ZDqOsEFl6\",layoutId:\"ZDqOsEFl6\",name:\"f\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-pjecry hidden-1pt989w\",\"data-framer-name\":\"Spacer\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-chlp3p\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"sxZxtifAP\",data:Skills,type:\"Collection\"},limit:{type:\"LiteralValue\",value:8},select:[{collection:\"sxZxtifAP\",name:\"PqjMjoU71\",type:\"Identifier\"},{collection:\"sxZxtifAP\",name:\"Yy8kIfvrf\",type:\"Identifier\"},{collection:\"sxZxtifAP\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sxZxtifAP\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:id},type:\"BinaryOperation\"}},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sxZxtifAP\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:previousItemId},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"sxZxtifAP\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:nextItemId},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idsxZxtifAP,PqjMjoU71:PqjMjoU71sxZxtifAP,Yy8kIfvrf:Yy8kIfvrfsxZxtifAP},index2)=>{PqjMjoU71sxZxtifAP??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`sxZxtifAP-${idsxZxtifAP}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{PqjMjoU71:PqjMjoU71sxZxtifAP},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{PqjMjoU71:PqjMjoU71sxZxtifAP},webPageId:\"X_11rdPZF\"},motionChild:true,nodeId:\"Q1IbBBwvy\",scopeId:\"X_11rdPZF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1jjvl5d framer-15w0l63\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:\"37px\",...toResponsiveImage(Yy8kIfvrfsxZxtifAP),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1qznsib\",whileHover:animation4,whileTap:animation3})})})})},idsxZxtifAP);})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ul9Bf.framer-15w0l63, .framer-Ul9Bf .framer-15w0l63 { display: block; }\",\".framer-Ul9Bf.framer-1pt989w { align-content: center; align-items: center; background-color: var(--token-3f9397ef-3595-4da3-9b0d-4e0f55f8c2e2, #8593c9); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 140px 20px 140px 20px; position: relative; width: 1200px; }\",\".framer-Ul9Bf .framer-q5wqhv-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 8; }\",\".framer-Ul9Bf .framer-kxvv65-container { flex: none; height: 177px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 4; }\",\".framer-Ul9Bf .framer-ud756x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; min-height: 385px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ul9Bf .framer-xbpu90 { 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; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 453px; z-index: 1; }\",\".framer-Ul9Bf .framer-jglneh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 44px 0px; position: relative; width: 100%; }\",\".framer-Ul9Bf .framer-mfjn5j { -webkit-mask: radial-gradient(61% 95% at 101.8% 102.60000000000001%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13%, rgba(0,0,0,1) 100%) add; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; mask: radial-gradient(61% 95% at 101.8% 102.60000000000001%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13%, rgba(0,0,0,1) 100%) add; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Ul9Bf .framer-1kdrn7j-container { flex: none; height: 221px; position: relative; width: 400px; }\",\".framer-Ul9Bf .framer-lb934 { border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; bottom: 0px; cursor: pointer; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 400px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Ul9Bf.framer-1i1g0m8 { background-color: rgba(0, 0, 0, 0.44); inset: 0px; position: fixed; user-select: none; z-index: 8; }\",\".framer-Ul9Bf.framer-ksjs54 { -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: rgba(0, 0, 0, 0.27); cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: fixed; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 8; }\",\".framer-Ul9Bf .framer-jbinem { box-shadow: 0.23885756205709185px 0.7563822798474575px 3.9660026734077443px 0px rgba(0, 0, 0, 0.03), 0.7243518429313553px 2.293780835949292px 12.027173520539108px 0px rgba(0, 0, 0, 0.0833), 1.9147960564453386px 6.063520845410238px 31.793367618303314px 0px rgba(0, 0, 0, 0.2202), 6px 19px 99.62429422585637px 0px rgba(0, 0, 0, 0.69); flex: none; height: 481px; overflow: hidden; position: relative; width: 878px; }\",\".framer-Ul9Bf .framer-15bzqy7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 64px; justify-content: center; left: 1113px; overflow: hidden; padding: 0px; position: absolute; top: 24px; width: 70px; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-Ul9Bf .framer-19hdtq4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 44%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 44px; z-index: 10; }\",\".framer-Ul9Bf .framer-nqe7b2 { -webkit-filter: drop-shadow(-11px -7px 6px rgba(0, 51, 255, 0.27)); aspect-ratio: 1 / 1; bottom: 0px; filter: drop-shadow(-11px -7px 6px rgba(0, 51, 255, 0.27)); flex: none; height: var(--framer-aspect-ratio-supported, 98px); overflow: hidden; position: absolute; right: 0px; width: 98px; z-index: 1; }\",\".framer-Ul9Bf .framer-1sf5ima { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 100px 0px 0px; position: relative; width: 100%; }\",\".framer-Ul9Bf .framer-arx47e { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: 1px; }\",\".framer-Ul9Bf .framer-1lod6w8 { align-content: center; align-items: center; background-color: var(--token-07cba915-8248-4701-a298-d9fb7958d3dd, #5a77c4); border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 9px 18px 9px 18px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ul9Bf .framer-1j56cxb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ul9Bf .framer-1kgqip1 { aspect-ratio: 1 / 1; background-color: var(--token-07cba915-8248-4701-a298-d9fb7958d3dd, #5a77c4); border-bottom-left-radius: 70px; border-bottom-right-radius: 70px; border-top-left-radius: 70px; border-top-right-radius: 70px; flex: none; height: var(--framer-aspect-ratio-supported, 18px); overflow: hidden; position: absolute; right: 0px; top: 0px; width: 18px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-Ul9Bf .framer-mtthlk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Ul9Bf .framer-5j5a5p { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ul9Bf .framer-335jhd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; padding: 0px; position: relative; width: 100%; }\",\".framer-Ul9Bf .framer-1b8oi3d { border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; flex: none; height: 155px; position: relative; width: 276px; }\",\".framer-Ul9Bf .framer-1c4jpo9 { flex: none; height: 91px; overflow: hidden; position: relative; width: 227px; }\",\".framer-Ul9Bf .framer-8n77za { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; opacity: 0.33; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ul9Bf .framer-19ym95x, .framer-Ul9Bf .framer-1ezjrol { background-color: var(--token-51abaad7-beee-4438-bb93-13d7666545d7, #000000); border-bottom-left-radius: 118px; border-bottom-right-radius: 118px; border-top-left-radius: 118px; border-top-right-radius: 118px; flex: none; height: 2px; overflow: hidden; position: relative; width: 174px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ul9Bf .framer-1c33ycg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ul9Bf .framer-1knvev9 { align-content: center; align-items: center; background-color: rgba(0, 51, 255, 0.11); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 57px; height: min-content; justify-content: center; padding: 14px 20px 14px 20px; position: relative; width: min-content; }\",\".framer-Ul9Bf .framer-srk35o, .framer-Ul9Bf .framer-8qdakp { -webkit-filter: drop-shadow(0px 1px 10px rgba(0, 13, 255, 0.25)); aspect-ratio: 1 / 1; filter: drop-shadow(0px 1px 10px rgba(0, 13, 255, 0.25)); flex: none; height: var(--framer-aspect-ratio-supported, 59px); overflow: hidden; position: relative; text-decoration: none; width: 59px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ul9Bf .framer-gxq0km { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; padding: 19px; position: relative; width: min-content; }\",\".framer-Ul9Bf .framer-104h86n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-Ul9Bf .framer-1vw7mop, .framer-Ul9Bf .framer-1jjvl5d { 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; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Ul9Bf .framer-qftz2k { -webkit-filter: drop-shadow(0px 1px 10px rgba(0, 13, 255, 0.25)); filter: drop-shadow(0px 1px 10px rgba(0, 13, 255, 0.25)); flex: none; height: 37px; position: relative; width: 37px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Ul9Bf .framer-10afamk-container { flex: none; height: 1px; position: relative; width: 504px; }\",\".framer-Ul9Bf .framer-pjecry { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 19px; position: relative; width: 100%; }\",\".framer-Ul9Bf .framer-chlp3p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-Ul9Bf .framer-1qznsib { flex: none; height: 37px; position: relative; width: 37px; will-change: var(--framer-will-change-effect-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ul9Bf.framer-1pt989w, .framer-Ul9Bf .framer-ud756x, .framer-Ul9Bf .framer-xbpu90, .framer-Ul9Bf .framer-jglneh, .framer-Ul9Bf .framer-mfjn5j, .framer-Ul9Bf.framer-ksjs54, .framer-Ul9Bf .framer-15bzqy7, .framer-Ul9Bf .framer-1sf5ima, .framer-Ul9Bf .framer-arx47e, .framer-Ul9Bf .framer-1lod6w8, .framer-Ul9Bf .framer-mtthlk, .framer-Ul9Bf .framer-335jhd, .framer-Ul9Bf .framer-8n77za, .framer-Ul9Bf .framer-1knvev9, .framer-Ul9Bf .framer-gxq0km, .framer-Ul9Bf .framer-104h86n, .framer-Ul9Bf .framer-1vw7mop, .framer-Ul9Bf .framer-pjecry, .framer-Ul9Bf .framer-chlp3p, .framer-Ul9Bf .framer-1jjvl5d { gap: 0px; } .framer-Ul9Bf.framer-1pt989w > *, .framer-Ul9Bf .framer-xbpu90 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ul9Bf.framer-1pt989w > :first-child, .framer-Ul9Bf .framer-xbpu90 > :first-child, .framer-Ul9Bf .framer-1lod6w8 > :first-child, .framer-Ul9Bf .framer-mtthlk > :first-child, .framer-Ul9Bf .framer-gxq0km > :first-child, .framer-Ul9Bf .framer-pjecry > :first-child { margin-top: 0px; } .framer-Ul9Bf.framer-1pt989w > :last-child, .framer-Ul9Bf .framer-xbpu90 > :last-child, .framer-Ul9Bf .framer-1lod6w8 > :last-child, .framer-Ul9Bf .framer-mtthlk > :last-child, .framer-Ul9Bf .framer-gxq0km > :last-child, .framer-Ul9Bf .framer-pjecry > :last-child { margin-bottom: 0px; } .framer-Ul9Bf .framer-ud756x > *, .framer-Ul9Bf .framer-jglneh > *, .framer-Ul9Bf .framer-mfjn5j > *, .framer-Ul9Bf.framer-ksjs54 > *, .framer-Ul9Bf .framer-15bzqy7 > *, .framer-Ul9Bf .framer-1sf5ima > *, .framer-Ul9Bf .framer-arx47e > *, .framer-Ul9Bf .framer-335jhd > *, .framer-Ul9Bf .framer-8n77za > *, .framer-Ul9Bf .framer-1vw7mop > *, .framer-Ul9Bf .framer-1jjvl5d > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ul9Bf .framer-ud756x > :first-child, .framer-Ul9Bf .framer-jglneh > :first-child, .framer-Ul9Bf .framer-mfjn5j > :first-child, .framer-Ul9Bf.framer-ksjs54 > :first-child, .framer-Ul9Bf .framer-15bzqy7 > :first-child, .framer-Ul9Bf .framer-1sf5ima > :first-child, .framer-Ul9Bf .framer-arx47e > :first-child, .framer-Ul9Bf .framer-335jhd > :first-child, .framer-Ul9Bf .framer-8n77za > :first-child, .framer-Ul9Bf .framer-1knvev9 > :first-child, .framer-Ul9Bf .framer-104h86n > :first-child, .framer-Ul9Bf .framer-1vw7mop > :first-child, .framer-Ul9Bf .framer-chlp3p > :first-child, .framer-Ul9Bf .framer-1jjvl5d > :first-child { margin-left: 0px; } .framer-Ul9Bf .framer-ud756x > :last-child, .framer-Ul9Bf .framer-jglneh > :last-child, .framer-Ul9Bf .framer-mfjn5j > :last-child, .framer-Ul9Bf.framer-ksjs54 > :last-child, .framer-Ul9Bf .framer-15bzqy7 > :last-child, .framer-Ul9Bf .framer-1sf5ima > :last-child, .framer-Ul9Bf .framer-arx47e > :last-child, .framer-Ul9Bf .framer-335jhd > :last-child, .framer-Ul9Bf .framer-8n77za > :last-child, .framer-Ul9Bf .framer-1knvev9 > :last-child, .framer-Ul9Bf .framer-104h86n > :last-child, .framer-Ul9Bf .framer-1vw7mop > :last-child, .framer-Ul9Bf .framer-chlp3p > :last-child, .framer-Ul9Bf .framer-1jjvl5d > :last-child { margin-right: 0px; } .framer-Ul9Bf .framer-1lod6w8 > *, .framer-Ul9Bf .framer-mtthlk > *, .framer-Ul9Bf .framer-gxq0km > *, .framer-Ul9Bf .framer-pjecry > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ul9Bf .framer-1knvev9 > * { margin: 0px; margin-left: calc(57px / 2); margin-right: calc(57px / 2); } .framer-Ul9Bf .framer-104h86n > *, .framer-Ul9Bf .framer-chlp3p > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,\"@media (max-width: 1199px) { .framer-Ul9Bf.framer-1pt989w { width: 339px; } .framer-Ul9Bf .framer-q5wqhv-container, .framer-Ul9Bf .framer-srk35o { order: 0; } .framer-Ul9Bf .framer-kxvv65-container { height: 75px; left: unset; order: 1; right: -1px; } .framer-Ul9Bf .framer-ud756x { flex-direction: column; justify-content: flex-start; min-height: 587px; order: 2; } .framer-Ul9Bf .framer-xbpu90 { position: relative; top: unset; width: 299px; } .framer-Ul9Bf .framer-mfjn5j { -webkit-mask: radial-gradient(61% 71% at 83.8% 100%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 22%, rgba(0,0,0,1) 100%) add; flex: 1 0 0px; mask: radial-gradient(61% 71% at 83.8% 100%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 22%, rgba(0,0,0,1) 100%) add; width: 1px; } .framer-Ul9Bf .framer-1kdrn7j-container { flex: 1 0 0px; width: 1px; } .framer-Ul9Bf .framer-lb934 { bottom: 0px; width: 100%; } .framer-Ul9Bf .framer-jbinem { aspect-ratio: 1.8291666666666666 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 109px); width: 1px; } .framer-Ul9Bf .framer-1sf5ima { flex-direction: column; } .framer-Ul9Bf .framer-arx47e { flex: none; width: 100%; } .framer-Ul9Bf .framer-mtthlk { flex: none; padding: 0px 0px 20px 0px; width: 100%; } .framer-Ul9Bf .framer-335jhd { order: 3; } .framer-Ul9Bf .framer-1b8oi3d { aspect-ratio: 1.7560975609756098 / 1; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; height: 82px; width: var(--framer-aspect-ratio-supported, 143px); } .framer-Ul9Bf .framer-1c4jpo9 { order: 4; } .framer-Ul9Bf .framer-8n77za { order: 5; } .framer-Ul9Bf .framer-1knvev9 { order: 6; } .framer-Ul9Bf .framer-8qdakp { order: 1; } .framer-Ul9Bf .framer-10afamk-container { order: 8; } .framer-Ul9Bf .framer-pjecry { order: 7; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ul9Bf .framer-ud756x, .framer-Ul9Bf .framer-1sf5ima { gap: 0px; } .framer-Ul9Bf .framer-ud756x > *, .framer-Ul9Bf .framer-1sf5ima > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ul9Bf .framer-ud756x > :first-child, .framer-Ul9Bf .framer-1sf5ima > :first-child { margin-top: 0px; } .framer-Ul9Bf .framer-ud756x > :last-child, .framer-Ul9Bf .framer-1sf5ima > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1038\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"fULRT0bu0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"ZDqOsEFl6\":{\"pattern\":\":ZDqOsEFl6\",\"name\":\"down\"}}\n * @framerResponsiveScreen\n */const FramerX_11rdPZF=withCSS(Component,css,\"framer-Ul9Bf\");export default FramerX_11rdPZF;FramerX_11rdPZF.displayName=\"skills\";FramerX_11rdPZF.defaultProps={height:1038,width:1200};addFonts(FramerX_11rdPZF,[{explicitInter:true,fonts:[{family:\"29LT Bukra Bold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/OsYwVX9pzVzVMqI82zBFnNYnYY.woff2\"},{family:\"Dela Gothic One Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/vTWce0Gnl7emFMw1RalD4PMXMY.woff2\"},{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:\"Rubik Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/H9FYnIhnrqdptGdTTXBcAGM1s3Q.woff2\"}]},...TopFonts,...BlurGradientFonts,...RandomBackgroundFrameFonts,...EmbedFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX_11rdPZF\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"ZDqOsEFl6\\\":{\\\"pattern\\\":\\\":ZDqOsEFl6\\\",\\\"name\\\":\\\"down\\\"}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fULRT0bu0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"1038\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["RandomBackgroundFrame", "props", "style", "radius", "getRandomColor", "letters", "newColor", "i", "backgroundColor", "ye", "p", "motion", "addPropertyControls", "ControlType", "TopFonts", "getFonts", "bavAbOmv9_default", "BlurGradientFonts", "BlurGradient_default", "ContainerWithFX", "withFX", "Container", "RandomBackgroundFrameFonts", "RandomBackgroundFrame", "EmbedFonts", "Embed", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "toResponsiveImage", "value", "transition2", "animation2", "animation3", "animation4", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "isSet", "animation5", "QueryData", "query", "pageSize", "data", "useQueryData", "animation6", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "xgeQ3TmwV_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "tYNt9Omo4", "Yy8kIfvrf", "V4A70mmpr", "exkhQk2XN", "bLGeh1dlY", "l2owkB0yqSLbPkOGqW", "previousItemId", "previousItemId_Yy8kIfvrf", "previousItemId_PqjMjoU71", "PqjMjoU71YQd2RA79A", "Yy8kIfvrfYQd2RA79A", "idYQd2RA79A", "nextItemId", "nextItemId_Yy8kIfvrf", "nextItemId_PqjMjoU71", "PqjMjoU71sxZxtifAP", "Yy8kIfvrfsxZxtifAP", "idsxZxtifAP", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "scopingClassNames", "cx", "visible1", "isDisplayed", "visible2", "elementId", "useRouteElementId", "ref1", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "PropertyOverrides2", "l", "Image2", "AnimatePresence", "Ga", "x", "SVG", "RichText2", "ComponentPresetsProvider", "index", "Link", "ChildrenCanSuspend", "collection", "paginationInfo", "index1", "PathVariablesContext", "collection1", "paginationInfo1", "loadMore1", "index2", "css", "FramerX_11rdPZF", "withCSS", "X_11rdPZF_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
