{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kmzicyl6THirMkY4Gb8N/fDtqvKlooaUT7wBhkZDb/Proximity_sensor.js", "ssg:https://framerusercontent.com/modules/cwEXhulzehidMjE9OhW8/PB3dvq21vmxhhP2apewl/oDM6koqir.js", "ssg:https://framerusercontent.com/modules/zE6SUZAaq2EHAJemaGw2/cNjLCcE8pZMFzQwoTFWm/xocPJXmc6.js", "ssg:https://framerusercontent.com/modules/7Wji96vRvwG3pmUstEV0/CUuM6gX1sTdWauFW7I9y/ZDnsAJh4J.js", "ssg:https://framerusercontent.com/modules/wsqWw8OLgEmIBXT7092I/soQZ205tgnqYYFUXtSu6/JbPvkoGVY.js", "ssg:https://framerusercontent.com/modules/HVUiv3FnwUnS9BVLVeHJ/eHEvL2CGpUHScD3eldf2/augiA20Il.js", "ssg:https://framerusercontent.com/modules/8lbB36t7D4umKCEcFceO/o2sIJx2k29mXXfWBCwBo/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{motion,useMotionValue}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export function ParallaxMouseMovement(props){const{children,intensity}=props;const x=useMotionValue(0);const y=useMotionValue(0);React.useEffect(()=>{const handleMouseMove=event=>{const{clientX,clientY}=event;const height=window.innerHeight;const width=window.innerWidth;const moveX=(clientX-width/2)*intensity;const moveY=(clientY-height/2)*intensity;x.set(moveX);y.set(moveY);};window.addEventListener(\"mousemove\",handleMouseMove);return()=>{window.removeEventListener(\"mousemove\",handleMouseMove);};},[intensity,x,y]);return /*#__PURE__*/_jsx(motion.div,{style:{width:\"100%\",height:\"100%\",x:x,y:y},children:children});}ParallaxMouseMovement.defaultProps={intensity:.05};addPropertyControls(ParallaxMouseMovement,{children:{type:ControlType.ComponentInstance,title:\"Content\"},intensity:{type:ControlType.Number,title:\"Intensity\",min:0,max:1,step:.01}});\nexport const __FramerMetadata__ = {\"exports\":{\"ParallaxMouseMovement\":{\"type\":\"reactComponent\",\"name\":\"ParallaxMouseMovement\",\"slots\":[\"children\"],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Proximity_sensor.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{ParallaxMouseMovement}from\"https://framerusercontent.com/modules/kmzicyl6THirMkY4Gb8N/fDtqvKlooaUT7wBhkZDb/Proximity_sensor.js\";const ParallaxMouseMovementFonts=getFonts(ParallaxMouseMovement);const cycleOrder=[\"y5g3lNCp9\",\"J7Tza5Dr8\"];const serializationHash=\"framer-f5cpu\";const variantClassNames={J7Tza5Dr8:\"framer-v-fj7g22\",y5g3lNCp9:\"framer-v-1h8h1aa\"};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={damping:60,delay:0,mass:1,stiffness:500,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 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={\"Variant 1\":\"y5g3lNCp9\",\"Variant 2\":\"J7Tza5Dr8\"};const getProps=({height,id,image,intensity,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,avpoVK03w:(_ref=intensity!==null&&intensity!==void 0?intensity:props.avpoVK03w)!==null&&_ref!==void 0?_ref:.03,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"y5g3lNCp9\",yuShZIDOX:image!==null&&image!==void 0?image:props.yuShZIDOX};};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,yuShZIDOX,avpoVK03w,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"y5g3lNCp9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"J7Tza5Dr8\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"J7Tza5Dr8\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h8h1aa\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"y5g3lNCp9\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({J7Tza5Dr8:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mbzwvc\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"KLCPYie1T\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-riwxdc-container\",layoutDependency:layoutDependency,layoutId:\"yP3sBLa7l-container\",children:/*#__PURE__*/_jsx(ParallaxMouseMovement,{height:\"100%\",id:\"yP3sBLa7l\",intensity:avpoVK03w,layoutId:\"yP3sBLa7l\",width:\"100%\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:771,pixelWidth:631,sizes:\"176px\",...toResponsiveImage(yuShZIDOX),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-44crib\",layoutDependency:layoutDependency,layoutId:\"zpW8Qnsf6\",style:{borderBottomLeftRadius:85,borderBottomRightRadius:85,borderTopLeftRadius:85,borderTopRightRadius:85}})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ibu1kx\",\"data-framer-name\":\"Tablet\",layoutDependency:layoutDependency,layoutId:\"Va8bvCCn8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10biknz-container\",layoutDependency:layoutDependency,layoutId:\"MjmLUfMpU-container\",children:/*#__PURE__*/_jsx(ParallaxMouseMovement,{height:\"100%\",id:\"MjmLUfMpU\",intensity:avpoVK03w,layoutId:\"MjmLUfMpU\",width:\"100%\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:771,pixelWidth:631,sizes:\"88px\",...toResponsiveImage(yuShZIDOX),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-kyf5na\",\"data-framer-name\":\"Image Tablet\",layoutDependency:layoutDependency,layoutId:\"e4NlMZuqw\",style:{borderBottomLeftRadius:85,borderBottomRightRadius:85,borderTopLeftRadius:85,borderTopRightRadius:85}})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f5cpu.framer-muf6nl, .framer-f5cpu .framer-muf6nl { display: block; }\",\".framer-f5cpu.framer-1h8h1aa { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 176px; }\",\".framer-f5cpu .framer-1mbzwvc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-f5cpu .framer-riwxdc-container, .framer-f5cpu .framer-10biknz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-f5cpu .framer-44crib { height: 280px; overflow: hidden; position: relative; width: 176px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-f5cpu .framer-1ibu1kx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-f5cpu .framer-kyf5na { height: 140px; overflow: hidden; position: relative; width: 88px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f5cpu.framer-1h8h1aa, .framer-f5cpu .framer-1mbzwvc, .framer-f5cpu .framer-1ibu1kx { gap: 0px; } .framer-f5cpu.framer-1h8h1aa > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-f5cpu.framer-1h8h1aa > :first-child, .framer-f5cpu .framer-1mbzwvc > :first-child, .framer-f5cpu .framer-1ibu1kx > :first-child { margin-left: 0px; } .framer-f5cpu.framer-1h8h1aa > :last-child, .framer-f5cpu .framer-1mbzwvc > :last-child, .framer-f5cpu .framer-1ibu1kx > :last-child { margin-right: 0px; } .framer-f5cpu .framer-1mbzwvc > *, .framer-f5cpu .framer-1ibu1kx > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } }\",\".framer-f5cpu.framer-v-fj7g22.framer-1h8h1aa { width: 88px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 280\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"J7Tza5Dr8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"yuShZIDOX\":\"image\",\"avpoVK03w\":\"intensity\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroDM6koqir=withCSS(Component,css,\"framer-f5cpu\");export default FrameroDM6koqir;FrameroDM6koqir.displayName=\"Parallax/Parallax Mouse Effect\";FrameroDM6koqir.defaultProps={height:280,width:176};addPropertyControls(FrameroDM6koqir,{variant:{options:[\"y5g3lNCp9\",\"J7Tza5Dr8\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},yuShZIDOX:{title:\"Image\",type:ControlType.ResponsiveImage},avpoVK03w:{defaultValue:.03,displayStepper:false,max:1,min:0,step:.01,title:\"Intensity\",type:ControlType.Number}});addFonts(FrameroDM6koqir,[{explicitInter:true,fonts:[]},...ParallaxMouseMovementFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroDM6koqir\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"yuShZIDOX\\\":\\\"image\\\",\\\"avpoVK03w\\\":\\\"intensity\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J7Tza5Dr8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"176\",\"framerIntrinsicHeight\":\"280\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oDM6koqir.map", "// Generated by Framer (2923eb5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Big Shoulders Display-700\",\"GF;Big Shoulders Display-900\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Big Shoulders Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdWg8JFs6SRP4yZQ.woff2\",weight:\"700\"},{family:\"Big Shoulders Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdSY8JFs6SRP4yZQ.woff2\",weight:\"900\"}]}];export const css=['.framer-HjrbA .framer-styles-preset-r1kq0g:not(.rich-text-wrapper), .framer-HjrbA .framer-styles-preset-r1kq0g.rich-text-wrapper h2 { --framer-font-family: \"Big Shoulders Display\", sans-serif; --framer-font-family-bold: \"Big Shoulders Display\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: 0.04em; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, #e0f11f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-HjrbA .framer-styles-preset-r1kq0g:not(.rich-text-wrapper), .framer-HjrbA .framer-styles-preset-r1kq0g.rich-text-wrapper h2 { --framer-font-family: \"Big Shoulders Display\", sans-serif; --framer-font-family-bold: \"Big Shoulders Display\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: 0.04em; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, #e0f11f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-HjrbA .framer-styles-preset-r1kq0g:not(.rich-text-wrapper), .framer-HjrbA .framer-styles-preset-r1kq0g.rich-text-wrapper h2 { --framer-font-family: \"Big Shoulders Display\", sans-serif; --framer-font-family-bold: \"Big Shoulders Display\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-letter-spacing: 0.04em; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, #e0f11f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-HjrbA\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/zE6SUZAaq2EHAJemaGw2/cNjLCcE8pZMFzQwoTFWm/xocPJXmc6.js\";const enabledGestures={oPSksVUN2:{hover:true}};const serializationHash=\"framer-zWGFa\";const variantClassNames={oPSksVUN2:\"framer-v-14wxw12\"};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 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 getProps=({height,id,link,newTab,smoothScroll,title,width,...props})=>{var _ref;return{...props,v6Ei_bBaY:newTab!==null&&newTab!==void 0?newTab:props.v6Ei_bBaY,yjwurgqWV:link!==null&&link!==void 0?link:props.yjwurgqWV,Yqvter55D:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.Yqvter55D,ZwquQqYIN:(_ref=title!==null&&title!==void 0?title:props.ZwquQqYIN)!==null&&_ref!==void 0?_ref:\"TITLE\"};};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,ZwquQqYIN,yjwurgqWV,v6Ei_bBaY,Yqvter55D,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"oPSksVUN2\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.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(Link,{href:yjwurgqWV,openInNewTab:v6Ei_bBaY,smoothScroll:Yqvter55D,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-14wxw12\",className,classNames)} framer-1sw0x9t`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"oPSksVUN2\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"oPSksVUN2-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ilfo0s\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"uV03vSVm1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-r1kq0g\",\"data-styles-preset\":\"xocPJXmc6\",children:\"TITLE\"})}),className:\"framer-ghiun3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CPjVEflS0\",text:ZwquQqYIN,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-112wrkx\",\"data-framer-name\":\"Lines\",layoutDependency:layoutDependency,layoutId:\"moc47JcwK\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18r31rw\",\"data-framer-name\":\"Dark Line\",layoutDependency:layoutDependency,layoutId:\"Y4M9dLhd9\",style:{backgroundColor:\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17soqop\",\"data-framer-name\":\"Middle Green Line\",layoutDependency:layoutDependency,layoutId:\"Wllno9_1x\",style:{backgroundColor:\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m7xiz0\",\"data-framer-name\":\"Top Green Line\",layoutDependency:layoutDependency,layoutId:\"gW2TeJpQv\",style:{backgroundColor:\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31))\",rotate:0},variants:{\"oPSksVUN2-hover\":{rotate:41}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gglr62\",\"data-framer-name\":\"Bottom Green Line\",layoutDependency:layoutDependency,layoutId:\"Dc2n2s6ve\",style:{backgroundColor:\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31))\",rotate:0},variants:{\"oPSksVUN2-hover\":{rotate:-50}}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zWGFa.framer-1sw0x9t, .framer-zWGFa .framer-1sw0x9t { display: block; }\",\".framer-zWGFa.framer-14wxw12 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 928px; }\",\".framer-zWGFa .framer-1ilfo0s { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zWGFa .framer-ghiun3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zWGFa .framer-112wrkx { 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; min-height: 4px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zWGFa .framer-18r31rw { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-zWGFa .framer-17soqop { bottom: 0px; flex: none; height: 4px; overflow: hidden; position: absolute; right: 0px; width: 40px; z-index: 1; }\",\".framer-zWGFa .framer-m7xiz0, .framer-zWGFa .framer-1gglr62 { flex: none; height: 4px; left: calc(98.77600979192168% - 20px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 4px / 2); width: 20px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zWGFa.framer-14wxw12, .framer-zWGFa .framer-1ilfo0s, .framer-zWGFa .framer-112wrkx { gap: 0px; } .framer-zWGFa.framer-14wxw12 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-zWGFa.framer-14wxw12 > :first-child, .framer-zWGFa .framer-1ilfo0s > :first-child, .framer-zWGFa .framer-112wrkx > :first-child { margin-left: 0px; } .framer-zWGFa.framer-14wxw12 > :last-child, .framer-zWGFa .framer-1ilfo0s > :last-child, .framer-zWGFa .framer-112wrkx > :last-child { margin-right: 0px; } .framer-zWGFa .framer-1ilfo0s > *, .framer-zWGFa .framer-112wrkx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-zWGFa.framer-v-14wxw12.hover .framer-18r31rw { right: 180px; }\",\".framer-zWGFa.framer-v-14wxw12.hover .framer-17soqop { right: 40px; width: 100px; }\",\".framer-zWGFa.framer-v-14wxw12.hover .framer-m7xiz0 { left: unset; right: 0px; top: -6px; width: 22px; }\",\".framer-zWGFa.framer-v-14wxw12.hover .framer-1gglr62 { bottom: -8px; left: unset; right: 0px; top: unset; width: 22px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44.8\n * @framerIntrinsicWidth 928\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Hofk50m6E\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ZwquQqYIN\":\"title\",\"yjwurgqWV\":\"link\",\"v6Ei_bBaY\":\"newTab\",\"Yqvter55D\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZDnsAJh4J=withCSS(Component,css,\"framer-zWGFa\");export default FramerZDnsAJh4J;FramerZDnsAJh4J.displayName=\"Content/Title Separator\";FramerZDnsAJh4J.defaultProps={height:44.8,width:928};addPropertyControls(FramerZDnsAJh4J,{ZwquQqYIN:{defaultValue:\"TITLE\",displayTextArea:false,title:\"Title\",type:ControlType.String},yjwurgqWV:{title:\"Link\",type:ControlType.Link},v6Ei_bBaY:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},Yqvter55D:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean}});addFonts(FramerZDnsAJh4J,[{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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZDnsAJh4J\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"44.8\",\"framerIntrinsicWidth\":\"928\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"ZwquQqYIN\\\":\\\"title\\\",\\\"yjwurgqWV\\\":\\\"link\\\",\\\"v6Ei_bBaY\\\":\\\"newTab\\\",\\\"Yqvter55D\\\":\\\"smoothScroll\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Hofk50m6E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZDnsAJh4J.map", "// Generated by Framer (0b8b5e5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-qXLI1 .framer-styles-preset-4jx4io:not(.rich-text-wrapper), .framer-qXLI1 .framer-styles-preset-4jx4io.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 180%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-qXLI1 .framer-styles-preset-4jx4io:not(.rich-text-wrapper), .framer-qXLI1 .framer-styles-preset-4jx4io.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 180%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-qXLI1 .framer-styles-preset-4jx4io:not(.rich-text-wrapper), .framer-qXLI1 .framer-styles-preset-4jx4io.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 180%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-qXLI1\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2ca17d4)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={cPWOR5MHl:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2ca17d4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Animator from\"https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/YOcbb3cyk0md6ytVCE3R/Animator.js\";import SocialFooterSocial from\"#framer/local/canvasComponent/A9fIgbwQ3/A9fIgbwQ3.js\";import ButtonsButtonCocoBasic from\"#framer/local/canvasComponent/m01H6b2GV/m01H6b2GV.js\";import NavigationMenu from\"#framer/local/canvasComponent/nFR6xeKG9/nFR6xeKG9.js\";import ParallaxParallaxMouseEffect from\"#framer/local/canvasComponent/oDM6koqir/oDM6koqir.js\";import ContentProjectItem from\"#framer/local/canvasComponent/ooBB9h_pf/ooBB9h_pf.js\";import ContentChronologyInfo from\"#framer/local/canvasComponent/QZj4XDd1E/QZj4XDd1E.js\";import ContentPost from\"#framer/local/canvasComponent/ZByD8HevD/ZByD8HevD.js\";import ContentTitleSeparator from\"#framer/local/canvasComponent/ZDnsAJh4J/ZDnsAJh4J.js\";import ContentCardHolder from\"#framer/local/canvasComponent/zHG1AiCkm/zHG1AiCkm.js\";import ButtonsButton from\"#framer/local/canvasComponent/zRihCI5lY/zRihCI5lY.js\";import{ThemeSwitch}from\"#framer/local/codeFile/Z4IAyOS/Switch.js\";import Blog from\"#framer/local/collection/iBl1dRGy7/iBl1dRGy7.js\";import Work from\"#framer/local/collection/qpPVJojwi/qpPVJojwi.js\";import*as sharedStyle1 from\"#framer/local/css/b15kavnK2/b15kavnK2.js\";import*as sharedStyle from\"#framer/local/css/eOtSdnPmc/eOtSdnPmc.js\";import*as sharedStyle5 from\"#framer/local/css/Gs1F4qtm8/Gs1F4qtm8.js\";import*as sharedStyle2 from\"#framer/local/css/JbPvkoGVY/JbPvkoGVY.js\";import*as sharedStyle3 from\"#framer/local/css/LcnP3gp7F/LcnP3gp7F.js\";import*as sharedStyle4 from\"#framer/local/css/LEAww0nCS/LEAww0nCS.js\";import*as sharedStyle6 from\"#framer/local/css/VGqV0mkVI/VGqV0mkVI.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationMenuFonts=getFonts(NavigationMenu);const AnimatorFonts=getFonts(Animator);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ThemeSwitchFonts=getFonts(ThemeSwitch);const ButtonsButtonCocoBasicFonts=getFonts(ButtonsButtonCocoBasic);const ParallaxParallaxMouseEffectFonts=getFonts(ParallaxParallaxMouseEffect);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const ContentTitleSeparatorFonts=getFonts(ContentTitleSeparator);const ContainerWithFX=withFX(Container);const ContentCardHolderFonts=getFonts(ContentCardHolder);const ContentProjectItemFonts=getFonts(ContentProjectItem);const ContentChronologyInfoFonts=getFonts(ContentChronologyInfo);const TickerFonts=getFonts(Ticker);const ContentPostFonts=getFonts(ContentPost);const ButtonsButtonFonts=getFonts(ButtonsButton);const SocialFooterSocialFonts=getFonts(SocialFooterSocial);const breakpoints={o9zpZovIN:\"(min-width: 810px) and (max-width: 1199px)\",ROr8g_Kfx:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-BA39W\";const variantClassNames={o9zpZovIN:\"framer-v-14wxtjj\",ROr8g_Kfx:\"framer-v-10pol70\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition1={damping:30,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation2={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.075,duration:.4,type:\"spring\"};const textEffect={effect:animation2,startDelay:.3,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const transition3={bounce:.2,delay:.4,duration:2,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const animation5={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition4={bounce:.25,delay:.1,duration:.45,type:\"spring\"};const textEffect1={effect:animation5,tokenization:\"character\",transition:transition4,trigger:\"onMount\",type:\"appear\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition5={delay:0,duration:1,ease:[.4,0,0,1],type:\"tween\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:40};const transition6={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"ROr8g_Kfx\",Tablet:\"o9zpZovIN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,DWVYp5IvyQZPm1yjwg,aQd5IKzc9QZPm1yjwg,KqbREMdbPQZPm1yjwg,idQZPm1yjwg,Wqlrm94f7sK6em2ZoZ,lL6YCZbILsK6em2ZoZ,rPANHbpOGsK6em2ZoZ,vtR6UdOVHsK6em2ZoZ,idsK6em2ZoZ,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ROr8g_Kfx\")return false;return true;};const router=useRouter();usePreloadLocalizedValues(activeLocale);const activeLocaleCode=useLocaleCode();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-b243fa83-280c-408f-875b-746794890bfe, rgb(18, 18, 18)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-e8uqzl\",\"data-framer-name\":\"Navigation\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tnocgr\",\"data-framer-name\":\"Nav Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pksxpi\",\"data-framer-name\":\"Menu Holder\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:438,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2galm7-container\",children:/*#__PURE__*/_jsx(NavigationMenu,{height:\"100%\",id:\"FiGsct4Af\",layoutId:\"FiGsct4Af\",variant:\"MJWrzIFTL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"kzyIqwMhd\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-w684t4 framer-lux5qc\",\"data-framer-name\":\"Logo\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1m4e979-container\",\"data-framer-appear-id\":\"1m4e979\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:100,height:\"100%\",id:\"sAII8SgTc\",layoutId:\"sAII8SgTc\",loopOptions:\"reverse\",pathAnimation:{delay:0,duration:4,ease:[.44,0,.56,1],type:\"tween\"},shouldLoop:true,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-36b0uz\",\"data-framer-name\":\"Logo Animation\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87 69\"><path d=\"M 85 41.727 C 75.989 41.727 73.486 34.904 70.983 27.819 C 69.482 31.297 66.478 41.727 60.972 41.727 C 55.525 41.727 53.913 31.95 51.961 27.821 C 46.592 34.702 40.948 42.6 32.939 41.727 C 22.358 40.573 24.929 2 37.945 2 C 50.96 2 22.816 56.984 14.887 65.872 C 6.844 74.891 -5.763 27 8.407 21.863\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, rgb(240, 240, 240)) /* {&quot;name&quot;:&quot;Light&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12189182932,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:1,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{svgContentId:11930922128},ROr8g_Kfx:{svgContentId:11930922128}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-317jjr\",\"data-framer-name\":\"Logo\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87 69\"><path d=\"M 85 41.727 C 75.989 41.727 73.486 34.904 70.983 27.819 C 69.482 31.297 66.478 41.727 60.972 41.727 C 55.525 41.727 53.913 31.95 51.961 27.821 C 46.592 34.702 40.948 42.6 32.939 41.727 C 22.358 40.573 24.929 2 37.945 2 C 50.96 2 22.816 56.984 14.887 65.872 C 6.844 74.891 -5.763 27 8.407 21.863\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-cf7f1a36-59eb-4338-bfcc-22f5e0ac8819, rgba(240, 240, 240, 0.3)) /* {&quot;name&quot;:&quot;Light 30%&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10125196880,withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p1erp2\",\"data-framer-name\":\"Right Buttons\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-joxziu-container\",children:/*#__PURE__*/_jsx(ThemeSwitch,{backgroundColor:\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(18, 18, 18, 0.1))\",circleColor:\"var(--token-b243fa83-280c-408f-875b-746794890bfe, rgb(240, 240, 240))\",height:\"100%\",id:\"fcWVY7FN8\",layoutId:\"fcWVY7FN8\",switchSize:83,width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LnqzaxVbH\"},implicitPathVariables:undefined},{href:{webPageId:\"LnqzaxVbH\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rjkt3v-container hidden-10pol70\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{nF7ayydAH:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonsButtonCocoBasic,{gJtx4y_sc:\"var(--token-b243fa83-280c-408f-875b-746794890bfe, rgb(18, 18, 18))\",height:\"100%\",id:\"UCqK9f9vk\",L6sgmO3Wj:false,LAY2dqF4k:\"var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, rgb(240, 240, 240))\",layoutId:\"UCqK9f9vk\",nF7ayydAH:resolvedLinks[0],oPPvRVjNa:\"var(--token-b243fa83-280c-408f-875b-746794890bfe, rgb(18, 18, 18))\",WER6zK6AJ:getLocalizedValue(\"v0\",activeLocale)??\"CV (2025)\",width:\"100%\",YrtOUhNGH:\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31))\"})})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cy35y8\",\"data-framer-name\":\"Body\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-125y54k\",\"data-framer-name\":\"Intro\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xk3ioe\",\"data-framer-name\":\"Top Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xtk96p\",\"data-styles-preset\":\"eOtSdnPmc\",children:\"LIFELONG LEARNER, CONSTANTLY IMPROVING \u2014 Y:2003\"})}),className:\"framer-1slf66b\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nzgdr5\",\"data-framer-name\":\"Name\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ROr8g_Kfx:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,width:\"212px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ROr8g_Kfx:{transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-pklkcg-container\",\"data-framer-appear-id\":\"pklkcg\",initial:animation4,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ROr8g_Kfx:{variant:\"J7Tza5Dr8\"}},children:/*#__PURE__*/_jsx(ParallaxParallaxMouseEffect,{avpoVK03w:.06,height:\"100%\",id:\"N8yvk9_3p\",layoutId:\"N8yvk9_3p\",style:{width:\"100%\"},variant:\"y5g3lNCp9\",width:\"100%\",yuShZIDOX:addImageAlt({src:\"https://framerusercontent.com/images/G9WEmcFxk93WDsEqEia00yoafNg.png\",srcSet:\"https://framerusercontent.com/images/G9WEmcFxk93WDsEqEia00yoafNg.png 513w\"},\"\")})})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-fjobom\",\"data-styles-preset\":\"b15kavnK2\",children:\"EM\u0130RCAN\"})}),className:\"framer-894jux\",effect:textEffect1,fonts:[\"Inter\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-fjobom\",\"data-styles-preset\":\"b15kavnK2\",children:\"KARTAL\"})}),className:\"framer-1ay7rzm\",fonts:[\"Inter\"],style:{transformPerspective:1200},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5hbvcn\",\"data-framer-name\":\"Icon\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ROr8g_Kfx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path></svg>',svgContentId:9087727645}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ms2vk0\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 48\"><path d=\"M 22.75 48 C 20.903 37.41 10.483 27.457 0 25.25 L 0 22.625 C 10.549 20.105 20.686 10.941 22.75 0 L 25.375 0 C 27.169 10.66 37.542 20.343 48 22.625 L 48 25.25 C 37.735 27.377 27.106 37.364 25.375 48 Z\" fill=\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(224, 241, 31)) /* {&quot;name&quot;:&quot;Primary&quot;} */\"></path></svg>',svgContentId:9931172714,withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wlatb0\",\"data-framer-name\":\"Bottom Text\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4jx4io\",\"data-styles-preset\":\"JbPvkoGVY\",style:{\"--framer-text-alignment\":\"center\"},children:\"I\u2019m Emircan Kartal \u2014 a software developer and the co-founder of Fidelio, focused on developing creative, impactful products. With experience in web, mobile, and AI product development.\"})}),className:\"framer-knapid\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11q4xfy\",\"data-framer-name\":\"Scroll Down\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-expajc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sc3myo\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation8,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition6,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ddg3de\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xtk96p\",\"data-styles-preset\":\"eOtSdnPmc\",children:\"SCROLL\"})}),className:\"framer-r2xb39\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i531f4\",\"data-framer-name\":\"About\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vqF2xYCzY\"},implicitPathVariables:undefined},{href:{webPageId:\"vqF2xYCzY\"},implicitPathVariables:undefined},{href:{webPageId:\"vqF2xYCzY\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-iltu88-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks1[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"U3FD6ioAa\",layoutId:\"U3FD6ioAa\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks1[0],Yqvter55D:false,ZwquQqYIN:getLocalizedValue(\"v6\",activeLocale)??\"ABOUT\"})})})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9d1xnt\",\"data-framer-name\":\"Section Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-a20e0t\",\"data-framer-name\":\"Left Part\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-544e1v\",\"data-styles-preset\":\"LcnP3gp7F\",children:\"Building tech that genuinely matters to people is what drives me, creating experiences that touch lives in meaningful ways.\"})}),className:\"framer-1rj0crf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t1i0u\",\"data-framer-name\":\"Right Part\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-e4uhmy\",\"data-styles-preset\":\"LEAww0nCS\",children:[\"I\u2019m a junior Computer Science student at Kocaeli University, Lead Developer at \",/*#__PURE__*/_jsx(Link,{href:\"www.fidelioware.com\",motionChild:true,nodeId:\"gfvZ1IB1K\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jbxc27\",\"data-styles-preset\":\"Gs1F4qtm8\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, rgb(31, 103, 241))\"},children:\"Fidelio\"})})}),\", and a team member at the \",/*#__PURE__*/_jsx(Link,{href:\"https://embedded.kocaeli.edu.tr/en\",motionChild:true,nodeId:\"gfvZ1IB1K\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jbxc27\",\"data-styles-preset\":\"Gs1F4qtm8\",children:\"Embedded Systems Lab\"})}),\". My versatile roles give me hands-on experience, grounding my technical skills in real-world experience.\"]})}),className:\"framer-108s69f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ob61tj\",\"data-framer-name\":\"Card Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 26px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vcn39-container\",children:/*#__PURE__*/_jsx(ContentCardHolder,{E2F2lGs4X:getLocalizedValue(\"v10\",activeLocale)??\"Building dynamic web and mobile apps using React, React Native, and Next.js.\",height:\"100%\",id:\"HPT40pPYY\",layoutId:\"HPT40pPYY\",mk4h7HbZ1:getLocalizedValue(\"v11\",activeLocale)??\"JS & TS\",rkIAS_4pG:getLocalizedValue(\"v9\",activeLocale)??\"Front End\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 26px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uiij1n-container\",children:/*#__PURE__*/_jsx(ContentCardHolder,{E2F2lGs4X:getLocalizedValue(\"v13\",activeLocale)??\"Working with SQL based databases such as MySQL and SQLite\",height:\"100%\",id:\"DOv3n8khw\",layoutId:\"DOv3n8khw\",mk4h7HbZ1:getLocalizedValue(\"v14\",activeLocale)??\"Database\",rkIAS_4pG:getLocalizedValue(\"v12\",activeLocale)??\"Back End\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 26px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aufmox-container\",children:/*#__PURE__*/_jsx(ContentCardHolder,{E2F2lGs4X:getLocalizedValue(\"v16\",activeLocale)??\"For AI, data analysis, and automation.\",height:\"100%\",id:\"mmWu2fbg0\",layoutId:\"mmWu2fbg0\",mk4h7HbZ1:getLocalizedValue(\"v17\",activeLocale)??\"AI\",rkIAS_4pG:getLocalizedValue(\"v15\",activeLocale)??\"Python\",style:{width:\"100%\"},width:\"100%\"})})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6bsq9s\",\"data-framer-name\":\"Projects\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fnP380xxf\"},implicitPathVariables:undefined},{href:{webPageId:\"fnP380xxf\"},implicitPathVariables:undefined},{href:{webPageId:\"fnP380xxf\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ijbvb6-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks2[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"ME7uBoOek\",layoutId:\"ME7uBoOek\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks2[0],Yqvter55D:false,ZwquQqYIN:getLocalizedValue(\"v18\",activeLocale)??\"PROJECTS\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uy82np\",\"data-framer-name\":\"Section Contnet\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-13cghve\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"QZPm1yjwg\",data:Work,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"QZPm1yjwg\",name:\"DWVYp5Ivy\",type:\"Identifier\"},{collection:\"QZPm1yjwg\",name:\"aQd5IKzc9\",type:\"Identifier\"},{collection:\"QZPm1yjwg\",name:\"KqbREMdbP\",type:\"Identifier\"},{collection:\"QZPm1yjwg\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"QZPm1yjwg\",name:\"QUPqW0bMY\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:true},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aQd5IKzc9:aQd5IKzc9QZPm1yjwg,DWVYp5Ivy:DWVYp5IvyQZPm1yjwg,id:idQZPm1yjwg,KqbREMdbP:KqbREMdbPQZPm1yjwg},index)=>{aQd5IKzc9QZPm1yjwg??=\"\";KqbREMdbPQZPm1yjwg??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`QZPm1yjwg-${idQZPm1yjwg}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{KqbREMdbP:KqbREMdbPQZPm1yjwg},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{KqbREMdbP:KqbREMdbPQZPm1yjwg},webPageId:\"rLsyVppAa\"},implicitPathVariables:undefined},{href:{pathVariables:{KqbREMdbP:KqbREMdbPQZPm1yjwg},webPageId:\"rLsyVppAa\"},implicitPathVariables:undefined},{href:{pathVariables:{KqbREMdbP:KqbREMdbPQZPm1yjwg},webPageId:\"rLsyVppAa\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{height:240,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 730px), 1px) - 24px) / 2, 50px)`},ROr8g_Kfx:{height:240,width:`max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 928px), 1px) - 40px) / 2, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-g76jwa-container\",\"data-framer-name\":\"Project Item\",name:\"Project Item\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{GP16srusn:resolvedLinks3[1]},ROr8g_Kfx:{GP16srusn:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(ContentProjectItem,{GP16srusn:resolvedLinks3[0],height:\"100%\",id:\"ga4fKYpjA\",layoutId:\"ga4fKYpjA\",name:\"Project Item\",pj4aqvc9H:toResponsiveImage(DWVYp5IvyQZPm1yjwg),style:{height:\"100%\",width:\"100%\"},width:\"100%\",yixppgqbn:aQd5IKzc9QZPm1yjwg})})})})})})})},idQZPm1yjwg);})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ipfhx5\",\"data-framer-name\":\"Experience\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qX_TQOtQW\"},implicitPathVariables:undefined},{href:{webPageId:\"qX_TQOtQW\"},implicitPathVariables:undefined},{href:{webPageId:\"qX_TQOtQW\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12of7p0-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks4[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"t75KmYtI0\",layoutId:\"t75KmYtI0\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks4[0],Yqvter55D:false,ZwquQqYIN:getLocalizedValue(\"v19\",activeLocale)??\"EXPERIENCE\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iqskzh\",\"data-framer-name\":\"Section Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-158mu46\",\"data-framer-name\":\"Content Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:145,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 68px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-430f5v-container\",children:/*#__PURE__*/_jsx(ContentChronologyInfo,{CGC5O66mM:getLocalizedValue(\"v21\",activeLocale)??\"Fidelio\",fsMr8gHWb:getLocalizedValue(\"v20\",activeLocale)??\"Co-Founder & Lead Developer\",height:\"100%\",id:\"eUrPHl2Lw\",layoutId:\"eUrPHl2Lw\",qxfJhJOko:getLocalizedValue(\"v23\",activeLocale)??\"Fidelio is an Istanbul-based software company that started with MVPs, SaaS, and AI solutions. Over time, we have evolved, focusing on innovative products and a visionary path to reshape user experiences.\",style:{width:\"100%\"},uYnbN6kSS:getLocalizedValue(\"v22\",activeLocale)??\"Jul 2024 \u2014 Present\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1en2wtg hidden-10pol70\",\"data-framer-name\":\"Separator\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{height:244,width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:145,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 68px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mqt6dp-container\",children:/*#__PURE__*/_jsx(ContentChronologyInfo,{CGC5O66mM:getLocalizedValue(\"v25\",activeLocale)??\"Kocaeli University Embedded Systems Laboratory\",fsMr8gHWb:getLocalizedValue(\"v24\",activeLocale)??\"Software Developer\",height:\"100%\",id:\"C4aJdjosN\",layoutId:\"C4aJdjosN\",qxfJhJOko:getLocalizedValue(\"v27\",activeLocale)??\"I work on projects tailored to meet university needs, collaborating closely with a dedicated team. This role has allowed me to gain valuable real-world experience and develop strong teamwork skills while contributing to impactful projects within the academic environment.\",style:{width:\"100%\"},uYnbN6kSS:getLocalizedValue(\"v26\",activeLocale)??\"Mar 2024 \u2014 Present\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-px9cf7\",\"data-framer-name\":\"Content Right\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:145,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 68px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s2fit1-container\",children:/*#__PURE__*/_jsx(ContentChronologyInfo,{CGC5O66mM:getLocalizedValue(\"v29\",activeLocale)??\"KOU ROVER\",fsMr8gHWb:getLocalizedValue(\"v28\",activeLocale)??\"Software Team Member\",height:\"100%\",id:\"QcijZe4gf\",layoutId:\"QcijZe4gf\",qxfJhJOko:getLocalizedValue(\"v31\",activeLocale)??\"I developed Python simulations on Ubuntu, gained expertise in SLAM, ROS, and LIDAR technology, and delivered presentations on robotics fundamentals, enhancing both my technical skills and foundational programming knowledge\",style:{width:\"100%\"},uYnbN6kSS:getLocalizedValue(\"v30\",activeLocale)??\"Oct 2022 \u2014 May 2023\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-reocev hidden-10pol70\",\"data-framer-name\":\"Separator\",style:{transformPerspective:1200}})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4zhl88\",\"data-framer-name\":\"Scrolling Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z9toks\",\"data-framer-name\":\"Scrolling Text Holder 1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-p84b32\",\"data-framer-name\":\"Scrolling Text\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tqo10f-container\",id:\"tqo10f\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:32,overflow:false},gap:22,height:\"100%\",hoverFactor:1,id:\"pC7kVriFA\",layoutId:\"pC7kVriFA\",padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14bpu2f\",\"data-framer-name\":\"Scrolling Text 1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"FRONT-END\"})}),className:\"framer-d5imgw\",\"data-framer-name\":\"FRONT-END\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r43cgb\",\"data-framer-name\":\"Scrolling Text 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"ARTIFICIAL INTELLIGENCE\"})}),className:\"framer-117cs3s\",\"data-framer-name\":\"ARTIFICIAL INTELLIGENCE\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17i2vn4\",\"data-framer-name\":\"Scrolling Text 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"USER EXPERIENCE\"})}),className:\"framer-mpduys\",\"data-framer-name\":\"USER EXPERIENCE\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m9ltee\",\"data-framer-name\":\"Scrolling Text 4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"MACHINE LEARNING\"})}),className:\"framer-yv0ewj\",\"data-framer-name\":\"MACHINE LEARNING\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i14g39\",\"data-framer-name\":\"Scrolling Text Holder 2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2vbxzj\",\"data-framer-name\":\"Scrolling Text\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16a2ziu-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:32,overflow:false},gap:22,height:\"100%\",hoverFactor:1,id:\"Lf0StZoak\",layoutId:\"Lf0StZoak\",padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14bpu2f\",\"data-framer-name\":\"Scrolling Text 1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"FRONT-END\"})}),className:\"framer-d5imgw\",\"data-framer-name\":\"FRONT-END\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r43cgb\",\"data-framer-name\":\"Scrolling Text 2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"ARTIFICIAL INTELLIGENCE\"})}),className:\"framer-117cs3s\",\"data-framer-name\":\"ARTIFICIAL INTELLIGENCE\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17i2vn4\",\"data-framer-name\":\"Scrolling Text 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"USER EXPERIENCE\"})}),className:\"framer-mpduys\",\"data-framer-name\":\"USER EXPERIENCE\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m9ltee\",\"data-framer-name\":\"Scrolling Text 4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42d5or\",\"data-styles-preset\":\"VGqV0mkVI\",children:\"MACHINE LEARNING\"})}),className:\"framer-yv0ewj\",\"data-framer-name\":\"MACHINE LEARNING\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s099ub\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15jdplx\",\"data-framer-name\":\"Graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 15.167 32 C 13.935 24.94 6.989 18.305 0 16.833 L 0 15.083 C 7.033 13.403 13.791 7.294 15.167 0 L 16.917 0 C 18.113 7.107 25.028 13.562 32 15.083 L 32 16.833 C 25.157 18.251 18.071 24.909 16.917 32 Z\" fill=\"var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)) /* {&quot;name&quot;:&quot;Light 10%&quot;} */\"></path></svg>',svgContentId:11225229842,withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18jo363\",\"data-framer-name\":\"Education\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gJ7BebNi5\"},implicitPathVariables:undefined},{href:{webPageId:\"gJ7BebNi5\"},implicitPathVariables:undefined},{href:{webPageId:\"gJ7BebNi5\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-y1nkvu-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks5[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"Nv9PP_cEw\",layoutId:\"Nv9PP_cEw\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks5[0],Yqvter55D:false,ZwquQqYIN:getLocalizedValue(\"v36\",activeLocale)??\"EDUCATION\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wm5qg9\",\"data-framer-name\":\"Section Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jmip2d\",\"data-framer-name\":\"Content Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:145,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 68px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d7rf0r-container\",children:/*#__PURE__*/_jsx(ContentChronologyInfo,{CGC5O66mM:getLocalizedValue(\"v38\",activeLocale)??\"Kocaeli University \",fsMr8gHWb:getLocalizedValue(\"v37\",activeLocale)??\"Bachelor of Arts in Computer Science\",height:\"100%\",id:\"eMwWY4fT4\",layoutId:\"eMwWY4fT4\",qxfJhJOko:getLocalizedValue(\"v40\",activeLocale)??\"Relevant Coursework: Data Structures and Algorithms, Operating Systems, Artificial Intelligence\",style:{width:\"100%\"},uYnbN6kSS:getLocalizedValue(\"v39\",activeLocale)??\"Aug 2022 \u2014 Present\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-az29sx hidden-10pol70\",\"data-framer-name\":\"Separator\",style:{transformPerspective:1200}})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y6h3n2 hidden-10pol70\",\"data-framer-name\":\"Content Right\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y33yyj\",\"data-framer-name\":\"Separator\",style:{transformPerspective:1200}})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yfvi0b\",\"data-framer-name\":\"Writing\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"An3RuxU5p\"},implicitPathVariables:undefined},{href:{webPageId:\"An3RuxU5p\"},implicitPathVariables:undefined},{href:{webPageId:\"An3RuxU5p\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nukqi7-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks6[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"YB499gXE6\",layoutId:\"YB499gXE6\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks6[0],Yqvter55D:false,ZwquQqYIN:getLocalizedValue(\"v41\",activeLocale)??\"BLOG\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-m6100s\",\"data-framer-name\":\"Section Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kqt9da\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"sK6em2ZoZ\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:5},select:[{collection:\"sK6em2ZoZ\",name:\"Wqlrm94f7\",type:\"Identifier\"},{collection:\"sK6em2ZoZ\",name:\"lL6YCZbIL\",type:\"Identifier\"},{collection:\"sK6em2ZoZ\",name:\"rPANHbpOG\",type:\"Identifier\"},{collection:\"sK6em2ZoZ\",name:\"vtR6UdOVH\",type:\"Identifier\"},{collection:\"sK6em2ZoZ\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idsK6em2ZoZ,lL6YCZbIL:lL6YCZbILsK6em2ZoZ,rPANHbpOG:rPANHbpOGsK6em2ZoZ,vtR6UdOVH:vtR6UdOVHsK6em2ZoZ,Wqlrm94f7:Wqlrm94f7sK6em2ZoZ},index1)=>{Wqlrm94f7sK6em2ZoZ??=\"\";rPANHbpOGsK6em2ZoZ??=\"\";vtR6UdOVHsK6em2ZoZ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`sK6em2ZoZ-${idsK6em2ZoZ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Wqlrm94f7:Wqlrm94f7sK6em2ZoZ},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4y4dqm\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{Wqlrm94f7:Wqlrm94f7sK6em2ZoZ},webPageId:\"N0OYoreKh\"},implicitPathVariables:undefined},{href:{pathVariables:{Wqlrm94f7:Wqlrm94f7sK6em2ZoZ},webPageId:\"N0OYoreKh\"},implicitPathVariables:undefined},{href:{pathVariables:{Wqlrm94f7:Wqlrm94f7sK6em2ZoZ},webPageId:\"N0OYoreKh\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d2an3q-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{NMFznNZwl:resolvedLinks7[1],variant:\"u_Rld7Au9\"},ROr8g_Kfx:{NMFznNZwl:resolvedLinks7[2],variant:\"IrjtmNVS5\"}},children:/*#__PURE__*/_jsx(ContentPost,{height:\"100%\",id:\"Avjw6bEdJ\",layoutId:\"Avjw6bEdJ\",NMFznNZwl:resolvedLinks7[0],q2ZNC7qR6:vtR6UdOVHsK6em2ZoZ,RFQLwRvmS:rPANHbpOGsK6em2ZoZ,style:{width:\"100%\"},variant:\"nCPP_GPl6\",width:\"100%\",YiwsY8_IV:toDateString(lL6YCZbILsK6em2ZoZ,{dateStyle:\"medium\",display:\"date\",locale:\"\"},activeLocaleCode)})})})})})})})})},idsK6em2ZoZ);})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xuu2v6\",\"data-framer-name\":\"Contact\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TMTEjEGbP\"},implicitPathVariables:undefined},{href:{webPageId:\"TMTEjEGbP\"},implicitPathVariables:undefined},{href:{webPageId:\"TMTEjEGbP\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`min(${componentViewport?.width||\"100vw\"}, 730px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`min(${componentViewport?.width||\"100vw\"}, 928px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-z5ucmq-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{yjwurgqWV:resolvedLinks8[1]},ROr8g_Kfx:{yjwurgqWV:resolvedLinks8[2]}},children:/*#__PURE__*/_jsx(ContentTitleSeparator,{height:\"100%\",id:\"kqTq9erLd\",layoutId:\"kqTq9erLd\",style:{width:\"100%\"},v6Ei_bBaY:false,width:\"100%\",yjwurgqWV:resolvedLinks8[0],Yqvter55D:false,ZwquQqYIN:getLocalizedValue(\"v42\",activeLocale)??\"CONTACT\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a3mywj\",\"data-framer-name\":\"Section Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5y54u1\",\"data-framer-name\":\"Content Left\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xbr4rn\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-544e1v\",\"data-styles-preset\":\"LcnP3gp7F\",style:{\"--framer-text-color\":\"var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, rgb(240, 240, 240))\"},children:\"Questions, guidance, or collaboration? Reach out\u2014I\u2019d be happy to connect!\"})}),className:\"framer-1c2sqfg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-108b75c\",\"data-framer-name\":\"Middle Links\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e4uhmy\",\"data-styles-preset\":\"LEAww0nCS\",children:\"\u0130stanbul, T\\xfcrkiye\"})}),className:\"framer-iwuppj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e4uhmy\",\"data-styles-preset\":\"LEAww0nCS\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:emircankartal1@gmail.com\",motionChild:true,nodeId:\"kLLMIjcIb\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jbxc27\",\"data-styles-preset\":\"Gs1F4qtm8\",children:\"emircankartal1@gmail.com\"})})})}),className:\"framer-15kz8cx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e4uhmy\",\"data-styles-preset\":\"LEAww0nCS\",children:/*#__PURE__*/_jsx(Link,{href:\"emircankartal.com\",motionChild:true,nodeId:\"wkWDITv_V\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jbxc27\",\"data-styles-preset\":\"Gs1F4qtm8\",children:\"emircankartal.com\"})})})}),className:\"framer-v4drmz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d8csnx\",\"data-framer-name\":\"Content Right\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FormContainer,{className:\"framer-1llidof\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j7k16x\",children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-1m6zyqx\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1oeiqn3\",inputName:\"Name\",placeholder:getLocalizedValue(\"v47\",activeLocale)??\"Jane Smith\",required:true,type:\"text\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-e0zj8p\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1vy26zv\",inputName:\"Email\",placeholder:getLocalizedValue(\"v48\",activeLocale)??\"jane@mail.com\",required:true,type:\"email\"})})]}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-3ssrwl\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-lll4bp\",inputName:\"Message\",placeholder:getLocalizedValue(\"v49\",activeLocale)??\"Message...\",required:true,type:\"textarea\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o9zpZovIN:{width:`max((min(${componentViewport?.width||\"100vw\"}, 730px) - 56px) / 2, 1px)`},ROr8g_Kfx:{width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,width:`max((min(${componentViewport?.width||\"100vw\"}, 928px) - 68px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17nkq90-container\",children:/*#__PURE__*/_jsx(ButtonsButton,{height:\"100%\",id:\"PJfy5gOAu\",layoutId:\"PJfy5gOAu\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"toDNdNdy8\",success:\"a_mBus56q\"},\"whZ2lHBu6\"),width:\"100%\"})})})})]})})})]})]})]}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-1f32gju\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-b5v5gi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ROr8g_Kfx:{variant:\"IGjy9qoOX\"}},children:/*#__PURE__*/_jsx(SocialFooterSocial,{height:\"100%\",id:\"Azc_UcAh_\",layoutId:\"Azc_UcAh_\",style:{width:\"100%\"},variant:\"t88Ex76cC\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BA39W.framer-lux5qc, .framer-BA39W .framer-lux5qc { display: block; }\",\".framer-BA39W.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-BA39W .framer-e8uqzl { align-content: center; align-items: center; background-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 20px 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-BA39W .framer-1tnocgr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 928px; }\",\".framer-BA39W .framer-1pksxpi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 50px; min-width: 40px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BA39W .framer-2galm7-container { flex: none; height: auto; left: 0px; position: absolute; top: 0px; width: auto; z-index: 10; }\",\".framer-BA39W .framer-w684t4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; min-width: 100px; overflow: hidden; padding: 0px; position: absolute; text-decoration: none; top: 50%; transform: translate(-50%, -50%); width: min-content; z-index: 10; }\",\".framer-BA39W .framer-1m4e979-container { flex: none; height: 69px; position: absolute; right: 6px; top: 0px; width: 87px; z-index: 1; }\",\".framer-BA39W .framer-36b0uz { height: 69px; position: relative; width: 87px; }\",\".framer-BA39W .framer-317jjr { flex: none; height: 69px; position: relative; width: 87px; }\",\".framer-BA39W .framer-p1erp2 { 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: min-content; }\",\".framer-BA39W .framer-joxziu-container, .framer-BA39W .framer-rjkt3v-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-BA39W .framer-1cy35y8 { align-content: center; align-items: center; background-color: var(--token-b243fa83-280c-408f-875b-746794890bfe, #121212); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 91px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 80px 0px; position: sticky; width: 100%; will-change: transform; z-index: 2; }\",\".framer-BA39W .framer-125y54k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 928px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-xk3ioe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 550px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BA39W .framer-1slf66b, .framer-BA39W .framer-r2xb39 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BA39W .framer-1nzgdr5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 535px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-pklkcg-container { flex: none; height: auto; position: relative; width: 212px; z-index: 2; }\",\".framer-BA39W .framer-894jux { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-BA39W .framer-1ay7rzm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 73%; transform: translate(-50%, -50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-BA39W .framer-5hbvcn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-1ms2vk0 { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-BA39W .framer-wlatb0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 16px 0px; position: relative; width: 550px; }\",\".framer-BA39W .framer-knapid { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-BA39W .framer-11q4xfy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 44px 0px 0px 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-BA39W .framer-expajc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 3px; }\",\".framer-BA39W .framer-1sc3myo { background-color: var(--token-fb207780-bde8-4796-bed2-f69a736a0d0e, rgba(240, 240, 240, 0.2)); flex: none; height: 33px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 33px / 2); width: 3px; z-index: 1; }\",\".framer-BA39W .framer-ddg3de { background-color: var(--token-e3342d20-df05-4fdf-b8ee-7cbcc8525edc, #e0f11f); flex: none; height: 14px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-BA39W .framer-i531f4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 928px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-BA39W .framer-iltu88-container, .framer-BA39W .framer-b5v5gi-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-BA39W .framer-9d1xnt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-a20e0t { 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: center; overflow: hidden; padding: 0px; position: sticky; top: 120px; width: 1px; will-change: transform; z-index: 1; }\",\".framer-BA39W .framer-1rj0crf { --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; z-index: 1; }\",\".framer-BA39W .framer-t1i0u { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-BA39W .framer-108s69f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BA39W .framer-1ob61tj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-vcn39-container, .framer-BA39W .framer-1uiij1n-container, .framer-BA39W .framer-aufmox-container { flex: none; height: auto; position: sticky; top: 120px; width: 100%; will-change: transform; z-index: 2; }\",\".framer-BA39W .framer-6bsq9s, .framer-BA39W .framer-ipfhx5, .framer-BA39W .framer-18jo363, .framer-BA39W .framer-1yfvi0b, .framer-BA39W .framer-xuu2v6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 928px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-BA39W .framer-ijbvb6-container, .framer-BA39W .framer-12of7p0-container, .framer-BA39W .framer-430f5v-container, .framer-BA39W .framer-1mqt6dp-container, .framer-BA39W .framer-s2fit1-container, .framer-BA39W .framer-y1nkvu-container, .framer-BA39W .framer-1d7rf0r-container, .framer-BA39W .framer-1nukqi7-container, .framer-BA39W .framer-z5ucmq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-BA39W .framer-uy82np { 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-BA39W .framer-13cghve { display: grid; flex: 1 0 0px; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-BA39W .framer-g76jwa-container { align-self: start; flex: none; height: 320px; justify-self: start; position: relative; width: 100%; }\",\".framer-BA39W .framer-iqskzh, .framer-BA39W .framer-wm5qg9, .framer-BA39W .framer-a3mywj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 68px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-158mu46, .framer-BA39W .framer-px9cf7, .framer-BA39W .framer-jmip2d, .framer-BA39W .framer-1y6h3n2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 75px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BA39W .framer-1en2wtg, .framer-BA39W .framer-reocev, .framer-BA39W .framer-az29sx, .framer-BA39W .framer-1y33yyj { background-color: var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-BA39W .framer-4zhl88 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-z9toks, .framer-BA39W .framer-1i14g39 { 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: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-BA39W .framer-p84b32, .framer-BA39W .framer-2vbxzj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-tqo10f-container, .framer-BA39W .framer-16a2ziu-container { flex: none; height: 140px; position: relative; width: 100%; }\",\".framer-BA39W .framer-14bpu2f, .framer-BA39W .framer-1s099ub, .framer-BA39W .framer-1r43cgb, .framer-BA39W .framer-17i2vn4, .framer-BA39W .framer-1m9ltee { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BA39W .framer-d5imgw, .framer-BA39W .framer-117cs3s, .framer-BA39W .framer-mpduys, .framer-BA39W .framer-yv0ewj { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BA39W .framer-15jdplx { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-BA39W .framer-m6100s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-1kqt9da { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-4y4dqm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-1d2an3q-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-BA39W .framer-5y54u1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BA39W .framer-xbr4rn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-1c2sqfg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BA39W .framer-108b75c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-iwuppj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 50%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BA39W .framer-15kz8cx, .framer-BA39W .framer-v4drmz { flex: none; height: auto; max-width: 80%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BA39W .framer-1d8csnx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BA39W .framer-1llidof { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-j7k16x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BA39W .framer-1m6zyqx, .framer-BA39W .framer-e0zj8p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-BA39W .framer-1oeiqn3, .framer-BA39W .framer-1vy26zv { --framer-input-background: var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)); --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-input-font-family: \"DM Sans\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 110%; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-b6662621-a415-40fc-9ad6-7fe115a62827, rgba(240, 240, 240, 0.5)); flex: none; height: 40px; position: relative; width: 100%; }',\".framer-BA39W .framer-3ssrwl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-BA39W .framer-lll4bp { --framer-input-background: var(--token-c99a84af-9d9d-4867-bcd0-8455e9249c96, rgba(240, 240, 240, 0.1)); --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-98fe88db-ee3a-4ea8-b7f0-c43f1b098335, #f0f0f0); --framer-input-font-family: \"DM Sans\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 170%; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-b6662621-a415-40fc-9ad6-7fe115a62827, rgba(240, 240, 240, 0.5)); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 150px; position: relative; width: 100%; }',\".framer-BA39W .framer-17nkq90-container { flex: none; height: 55px; position: relative; width: 100%; }\",\".framer-BA39W .framer-1f32gju { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 300px; justify-content: center; overflow: visible; padding: 0px; position: sticky; width: 100%; will-change: transform; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-BA39W.framer-72rtr7, .framer-BA39W .framer-e8uqzl, .framer-BA39W .framer-1pksxpi, .framer-BA39W .framer-w684t4, .framer-BA39W .framer-p1erp2, .framer-BA39W .framer-1cy35y8, .framer-BA39W .framer-125y54k, .framer-BA39W .framer-xk3ioe, .framer-BA39W .framer-1nzgdr5, .framer-BA39W .framer-5hbvcn, .framer-BA39W .framer-wlatb0, .framer-BA39W .framer-11q4xfy, .framer-BA39W .framer-expajc, .framer-BA39W .framer-i531f4, .framer-BA39W .framer-9d1xnt, .framer-BA39W .framer-a20e0t, .framer-BA39W .framer-t1i0u, .framer-BA39W .framer-1ob61tj, .framer-BA39W .framer-6bsq9s, .framer-BA39W .framer-uy82np, .framer-BA39W .framer-ipfhx5, .framer-BA39W .framer-iqskzh, .framer-BA39W .framer-158mu46, .framer-BA39W .framer-px9cf7, .framer-BA39W .framer-4zhl88, .framer-BA39W .framer-z9toks, .framer-BA39W .framer-p84b32, .framer-BA39W .framer-14bpu2f, .framer-BA39W .framer-1s099ub, .framer-BA39W .framer-1r43cgb, .framer-BA39W .framer-17i2vn4, .framer-BA39W .framer-1m9ltee, .framer-BA39W .framer-1i14g39, .framer-BA39W .framer-2vbxzj, .framer-BA39W .framer-18jo363, .framer-BA39W .framer-wm5qg9, .framer-BA39W .framer-jmip2d, .framer-BA39W .framer-1y6h3n2, .framer-BA39W .framer-1yfvi0b, .framer-BA39W .framer-m6100s, .framer-BA39W .framer-1kqt9da, .framer-BA39W .framer-4y4dqm, .framer-BA39W .framer-xuu2v6, .framer-BA39W .framer-a3mywj, .framer-BA39W .framer-5y54u1, .framer-BA39W .framer-xbr4rn, .framer-BA39W .framer-108b75c, .framer-BA39W .framer-1d8csnx, .framer-BA39W .framer-1llidof, .framer-BA39W .framer-j7k16x, .framer-BA39W .framer-1m6zyqx, .framer-BA39W .framer-e0zj8p, .framer-BA39W .framer-3ssrwl, .framer-BA39W .framer-1f32gju { gap: 0px; } .framer-BA39W.framer-72rtr7 > *, .framer-BA39W .framer-4zhl88 > *, .framer-BA39W .framer-108b75c > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BA39W.framer-72rtr7 > :first-child, .framer-BA39W .framer-1cy35y8 > :first-child, .framer-BA39W .framer-125y54k > :first-child, .framer-BA39W .framer-xk3ioe > :first-child, .framer-BA39W .framer-1nzgdr5 > :first-child, .framer-BA39W .framer-11q4xfy > :first-child, .framer-BA39W .framer-expajc > :first-child, .framer-BA39W .framer-i531f4 > :first-child, .framer-BA39W .framer-a20e0t > :first-child, .framer-BA39W .framer-t1i0u > :first-child, .framer-BA39W .framer-1ob61tj > :first-child, .framer-BA39W .framer-6bsq9s > :first-child, .framer-BA39W .framer-ipfhx5 > :first-child, .framer-BA39W .framer-158mu46 > :first-child, .framer-BA39W .framer-px9cf7 > :first-child, .framer-BA39W .framer-4zhl88 > :first-child, .framer-BA39W .framer-14bpu2f > :first-child, .framer-BA39W .framer-1s099ub > :first-child, .framer-BA39W .framer-1r43cgb > :first-child, .framer-BA39W .framer-17i2vn4 > :first-child, .framer-BA39W .framer-1m9ltee > :first-child, .framer-BA39W .framer-18jo363 > :first-child, .framer-BA39W .framer-jmip2d > :first-child, .framer-BA39W .framer-1y6h3n2 > :first-child, .framer-BA39W .framer-1yfvi0b > :first-child, .framer-BA39W .framer-m6100s > :first-child, .framer-BA39W .framer-1kqt9da > :first-child, .framer-BA39W .framer-xuu2v6 > :first-child, .framer-BA39W .framer-5y54u1 > :first-child, .framer-BA39W .framer-xbr4rn > :first-child, .framer-BA39W .framer-108b75c > :first-child, .framer-BA39W .framer-1d8csnx > :first-child, .framer-BA39W .framer-1llidof > :first-child, .framer-BA39W .framer-1m6zyqx > :first-child, .framer-BA39W .framer-e0zj8p > :first-child, .framer-BA39W .framer-3ssrwl > :first-child { margin-top: 0px; } .framer-BA39W.framer-72rtr7 > :last-child, .framer-BA39W .framer-1cy35y8 > :last-child, .framer-BA39W .framer-125y54k > :last-child, .framer-BA39W .framer-xk3ioe > :last-child, .framer-BA39W .framer-1nzgdr5 > :last-child, .framer-BA39W .framer-11q4xfy > :last-child, .framer-BA39W .framer-expajc > :last-child, .framer-BA39W .framer-i531f4 > :last-child, .framer-BA39W .framer-a20e0t > :last-child, .framer-BA39W .framer-t1i0u > :last-child, .framer-BA39W .framer-1ob61tj > :last-child, .framer-BA39W .framer-6bsq9s > :last-child, .framer-BA39W .framer-ipfhx5 > :last-child, .framer-BA39W .framer-158mu46 > :last-child, .framer-BA39W .framer-px9cf7 > :last-child, .framer-BA39W .framer-4zhl88 > :last-child, .framer-BA39W .framer-14bpu2f > :last-child, .framer-BA39W .framer-1s099ub > :last-child, .framer-BA39W .framer-1r43cgb > :last-child, .framer-BA39W .framer-17i2vn4 > :last-child, .framer-BA39W .framer-1m9ltee > :last-child, .framer-BA39W .framer-18jo363 > :last-child, .framer-BA39W .framer-jmip2d > :last-child, .framer-BA39W .framer-1y6h3n2 > :last-child, .framer-BA39W .framer-1yfvi0b > :last-child, .framer-BA39W .framer-m6100s > :last-child, .framer-BA39W .framer-1kqt9da > :last-child, .framer-BA39W .framer-xuu2v6 > :last-child, .framer-BA39W .framer-5y54u1 > :last-child, .framer-BA39W .framer-xbr4rn > :last-child, .framer-BA39W .framer-108b75c > :last-child, .framer-BA39W .framer-1d8csnx > :last-child, .framer-BA39W .framer-1llidof > :last-child, .framer-BA39W .framer-1m6zyqx > :last-child, .framer-BA39W .framer-e0zj8p > :last-child, .framer-BA39W .framer-3ssrwl > :last-child { margin-bottom: 0px; } .framer-BA39W .framer-e8uqzl > *, .framer-BA39W .framer-1pksxpi > *, .framer-BA39W .framer-5hbvcn > *, .framer-BA39W .framer-wlatb0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-BA39W .framer-e8uqzl > :first-child, .framer-BA39W .framer-1pksxpi > :first-child, .framer-BA39W .framer-w684t4 > :first-child, .framer-BA39W .framer-p1erp2 > :first-child, .framer-BA39W .framer-5hbvcn > :first-child, .framer-BA39W .framer-wlatb0 > :first-child, .framer-BA39W .framer-9d1xnt > :first-child, .framer-BA39W .framer-uy82np > :first-child, .framer-BA39W .framer-iqskzh > :first-child, .framer-BA39W .framer-z9toks > :first-child, .framer-BA39W .framer-p84b32 > :first-child, .framer-BA39W .framer-1i14g39 > :first-child, .framer-BA39W .framer-2vbxzj > :first-child, .framer-BA39W .framer-wm5qg9 > :first-child, .framer-BA39W .framer-4y4dqm > :first-child, .framer-BA39W .framer-a3mywj > :first-child, .framer-BA39W .framer-j7k16x > :first-child, .framer-BA39W .framer-1f32gju > :first-child { margin-left: 0px; } .framer-BA39W .framer-e8uqzl > :last-child, .framer-BA39W .framer-1pksxpi > :last-child, .framer-BA39W .framer-w684t4 > :last-child, .framer-BA39W .framer-p1erp2 > :last-child, .framer-BA39W .framer-5hbvcn > :last-child, .framer-BA39W .framer-wlatb0 > :last-child, .framer-BA39W .framer-9d1xnt > :last-child, .framer-BA39W .framer-uy82np > :last-child, .framer-BA39W .framer-iqskzh > :last-child, .framer-BA39W .framer-z9toks > :last-child, .framer-BA39W .framer-p84b32 > :last-child, .framer-BA39W .framer-1i14g39 > :last-child, .framer-BA39W .framer-2vbxzj > :last-child, .framer-BA39W .framer-wm5qg9 > :last-child, .framer-BA39W .framer-4y4dqm > :last-child, .framer-BA39W .framer-a3mywj > :last-child, .framer-BA39W .framer-j7k16x > :last-child, .framer-BA39W .framer-1f32gju > :last-child { margin-right: 0px; } .framer-BA39W .framer-w684t4 > *, .framer-BA39W .framer-p1erp2 > *, .framer-BA39W .framer-uy82np > *, .framer-BA39W .framer-z9toks > *, .framer-BA39W .framer-1i14g39 > *, .framer-BA39W .framer-1f32gju > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BA39W .framer-1cy35y8 > * { margin: 0px; margin-bottom: calc(91px / 2); margin-top: calc(91px / 2); } .framer-BA39W .framer-125y54k > *, .framer-BA39W .framer-1nzgdr5 > *, .framer-BA39W .framer-11q4xfy > *, .framer-BA39W .framer-expajc > *, .framer-BA39W .framer-a20e0t > *, .framer-BA39W .framer-14bpu2f > *, .framer-BA39W .framer-1s099ub > *, .framer-BA39W .framer-1r43cgb > *, .framer-BA39W .framer-17i2vn4 > *, .framer-BA39W .framer-1m9ltee > *, .framer-BA39W .framer-1m6zyqx > *, .framer-BA39W .framer-e0zj8p > *, .framer-BA39W .framer-3ssrwl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BA39W .framer-xk3ioe > *, .framer-BA39W .framer-1llidof > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-BA39W .framer-i531f4 > *, .framer-BA39W .framer-6bsq9s > *, .framer-BA39W .framer-ipfhx5 > *, .framer-BA39W .framer-18jo363 > *, .framer-BA39W .framer-1yfvi0b > *, .framer-BA39W .framer-xuu2v6 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-BA39W .framer-9d1xnt > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } .framer-BA39W .framer-t1i0u > *, .framer-BA39W .framer-1ob61tj > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-BA39W .framer-iqskzh > *, .framer-BA39W .framer-wm5qg9 > *, .framer-BA39W .framer-a3mywj > * { margin: 0px; margin-left: calc(68px / 2); margin-right: calc(68px / 2); } .framer-BA39W .framer-158mu46 > *, .framer-BA39W .framer-px9cf7 > *, .framer-BA39W .framer-jmip2d > *, .framer-BA39W .framer-1y6h3n2 > * { margin: 0px; margin-bottom: calc(75px / 2); margin-top: calc(75px / 2); } .framer-BA39W .framer-p84b32 > *, .framer-BA39W .framer-2vbxzj > * { margin: 0px; margin-left: calc(45px / 2); margin-right: calc(45px / 2); } .framer-BA39W .framer-m6100s > * { margin: 0px; margin-bottom: calc(128px / 2); margin-top: calc(128px / 2); } .framer-BA39W .framer-1kqt9da > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-BA39W .framer-4y4dqm > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-BA39W .framer-5y54u1 > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-BA39W .framer-xbr4rn > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-BA39W .framer-1d8csnx > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-BA39W .framer-j7k16x > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-BA39W.framer-72rtr7 { width: 810px; } .framer-BA39W .framer-1tnocgr { width: 730px; } .framer-BA39W .framer-i531f4, .framer-BA39W .framer-6bsq9s, .framer-BA39W .framer-ipfhx5, .framer-BA39W .framer-18jo363, .framer-BA39W .framer-1yfvi0b, .framer-BA39W .framer-xuu2v6 { max-width: 730px; } .framer-BA39W .framer-9d1xnt, .framer-BA39W .framer-iqskzh, .framer-BA39W .framer-wm5qg9, .framer-BA39W .framer-a3mywj { gap: 56px; } .framer-BA39W .framer-1ob61tj { gap: 19px; } .framer-BA39W .framer-13cghve { gap: 24px; } .framer-BA39W .framer-g76jwa-container { height: 240px; } .framer-BA39W .framer-1mqt6dp-container { min-height: 244px; } .framer-BA39W .framer-1f32gju { height: 250px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-BA39W .framer-9d1xnt, .framer-BA39W .framer-1ob61tj, .framer-BA39W .framer-13cghve, .framer-BA39W .framer-iqskzh, .framer-BA39W .framer-wm5qg9, .framer-BA39W .framer-a3mywj { gap: 0px; } .framer-BA39W .framer-9d1xnt > *, .framer-BA39W .framer-iqskzh > *, .framer-BA39W .framer-wm5qg9 > *, .framer-BA39W .framer-a3mywj > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-BA39W .framer-9d1xnt > :first-child, .framer-BA39W .framer-iqskzh > :first-child, .framer-BA39W .framer-wm5qg9 > :first-child, .framer-BA39W .framer-a3mywj > :first-child { margin-left: 0px; } .framer-BA39W .framer-9d1xnt > :last-child, .framer-BA39W .framer-iqskzh > :last-child, .framer-BA39W .framer-wm5qg9 > :last-child, .framer-BA39W .framer-a3mywj > :last-child { margin-right: 0px; } .framer-BA39W .framer-1ob61tj > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-BA39W .framer-1ob61tj > :first-child { margin-top: 0px; } .framer-BA39W .framer-1ob61tj > :last-child { margin-bottom: 0px; } .framer-BA39W .framer-13cghve > *, .framer-BA39W .framer-13cghve > :first-child, .framer-BA39W .framer-13cghve > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-BA39W.framer-72rtr7 { padding: 0px; width: 390px; } .framer-BA39W .framer-e8uqzl { flex-direction: column; } .framer-BA39W .framer-1tnocgr { width: 90%; } .framer-BA39W .framer-1m4e979-container { aspect-ratio: 1.2608695652173914 / 1; height: var(--framer-aspect-ratio-supported, 69px); } .framer-BA39W .framer-1cy35y8 { gap: 80px; padding: 50px 0px 50px 0px; position: relative; } .framer-BA39W .framer-1nzgdr5 { height: 250px; } .framer-BA39W .framer-pklkcg-container { left: 50%; order: 0; position: absolute; top: 55px; transform: translateX(-50%); width: auto; } .framer-BA39W .framer-894jux { order: 1; } .framer-BA39W .framer-1ay7rzm { order: 2; top: 70%; } .framer-BA39W .framer-1ms2vk0 { height: 32px; width: 32px; } .framer-BA39W .framer-wlatb0 { padding: 0px; width: 90%; } .framer-BA39W .framer-11q4xfy { padding: 16px 0px 0px 0px; } .framer-BA39W .framer-i531f4, .framer-BA39W .framer-6bsq9s, .framer-BA39W .framer-ipfhx5, .framer-BA39W .framer-18jo363, .framer-BA39W .framer-1yfvi0b, .framer-BA39W .framer-xuu2v6 { gap: 40px; max-width: 90%; } .framer-BA39W .framer-9d1xnt { flex-direction: column; gap: 24px; } .framer-BA39W .framer-a20e0t { flex: none; position: relative; top: unset; width: 100%; } .framer-BA39W .framer-t1i0u, .framer-BA39W .framer-1d8csnx { flex: none; width: 100%; } .framer-BA39W .framer-1ob61tj { gap: 19px; } .framer-BA39W .framer-13cghve { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; justify-content: flex-start; } .framer-BA39W .framer-g76jwa-container { align-self: unset; height: 240px; } .framer-BA39W .framer-iqskzh, .framer-BA39W .framer-wm5qg9 { flex-direction: column; gap: 56px; } .framer-BA39W .framer-158mu46, .framer-BA39W .framer-px9cf7, .framer-BA39W .framer-jmip2d { flex: none; gap: 56px; width: 100%; } .framer-BA39W .framer-tqo10f-container, .framer-BA39W .framer-16a2ziu-container { height: 90px; } .framer-BA39W .framer-m6100s { gap: 80px; } .framer-BA39W .framer-1kqt9da { gap: 24px; } .framer-BA39W .framer-a3mywj { flex-direction: column; gap: 40px; } .framer-BA39W .framer-5y54u1 { flex: none; gap: 24px; width: 100%; } .framer-BA39W .framer-1f32gju { bottom: unset; flex-direction: column; height: 50px; position: relative; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-BA39W .framer-e8uqzl, .framer-BA39W .framer-1cy35y8, .framer-BA39W .framer-i531f4, .framer-BA39W .framer-9d1xnt, .framer-BA39W .framer-1ob61tj, .framer-BA39W .framer-6bsq9s, .framer-BA39W .framer-13cghve, .framer-BA39W .framer-ipfhx5, .framer-BA39W .framer-iqskzh, .framer-BA39W .framer-158mu46, .framer-BA39W .framer-px9cf7, .framer-BA39W .framer-18jo363, .framer-BA39W .framer-wm5qg9, .framer-BA39W .framer-jmip2d, .framer-BA39W .framer-1yfvi0b, .framer-BA39W .framer-m6100s, .framer-BA39W .framer-1kqt9da, .framer-BA39W .framer-xuu2v6, .framer-BA39W .framer-a3mywj, .framer-BA39W .framer-5y54u1, .framer-BA39W .framer-1f32gju { gap: 0px; } .framer-BA39W .framer-e8uqzl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BA39W .framer-e8uqzl > :first-child, .framer-BA39W .framer-1cy35y8 > :first-child, .framer-BA39W .framer-i531f4 > :first-child, .framer-BA39W .framer-9d1xnt > :first-child, .framer-BA39W .framer-1ob61tj > :first-child, .framer-BA39W .framer-6bsq9s > :first-child, .framer-BA39W .framer-13cghve > :first-child, .framer-BA39W .framer-ipfhx5 > :first-child, .framer-BA39W .framer-iqskzh > :first-child, .framer-BA39W .framer-158mu46 > :first-child, .framer-BA39W .framer-px9cf7 > :first-child, .framer-BA39W .framer-18jo363 > :first-child, .framer-BA39W .framer-wm5qg9 > :first-child, .framer-BA39W .framer-jmip2d > :first-child, .framer-BA39W .framer-1yfvi0b > :first-child, .framer-BA39W .framer-m6100s > :first-child, .framer-BA39W .framer-1kqt9da > :first-child, .framer-BA39W .framer-xuu2v6 > :first-child, .framer-BA39W .framer-a3mywj > :first-child, .framer-BA39W .framer-5y54u1 > :first-child, .framer-BA39W .framer-1f32gju > :first-child { margin-top: 0px; } .framer-BA39W .framer-e8uqzl > :last-child, .framer-BA39W .framer-1cy35y8 > :last-child, .framer-BA39W .framer-i531f4 > :last-child, .framer-BA39W .framer-9d1xnt > :last-child, .framer-BA39W .framer-1ob61tj > :last-child, .framer-BA39W .framer-6bsq9s > :last-child, .framer-BA39W .framer-13cghve > :last-child, .framer-BA39W .framer-ipfhx5 > :last-child, .framer-BA39W .framer-iqskzh > :last-child, .framer-BA39W .framer-158mu46 > :last-child, .framer-BA39W .framer-px9cf7 > :last-child, .framer-BA39W .framer-18jo363 > :last-child, .framer-BA39W .framer-wm5qg9 > :last-child, .framer-BA39W .framer-jmip2d > :last-child, .framer-BA39W .framer-1yfvi0b > :last-child, .framer-BA39W .framer-m6100s > :last-child, .framer-BA39W .framer-1kqt9da > :last-child, .framer-BA39W .framer-xuu2v6 > :last-child, .framer-BA39W .framer-a3mywj > :last-child, .framer-BA39W .framer-5y54u1 > :last-child, .framer-BA39W .framer-1f32gju > :last-child { margin-bottom: 0px; } .framer-BA39W .framer-1cy35y8 > *, .framer-BA39W .framer-m6100s > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-BA39W .framer-i531f4 > *, .framer-BA39W .framer-6bsq9s > *, .framer-BA39W .framer-ipfhx5 > *, .framer-BA39W .framer-18jo363 > *, .framer-BA39W .framer-1yfvi0b > *, .framer-BA39W .framer-xuu2v6 > *, .framer-BA39W .framer-a3mywj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-BA39W .framer-9d1xnt > *, .framer-BA39W .framer-13cghve > *, .framer-BA39W .framer-1kqt9da > *, .framer-BA39W .framer-5y54u1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BA39W .framer-1ob61tj > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-BA39W .framer-iqskzh > *, .framer-BA39W .framer-158mu46 > *, .framer-BA39W .framer-px9cf7 > *, .framer-BA39W .framer-wm5qg9 > *, .framer-BA39W .framer-jmip2d > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-BA39W .framer-1f32gju > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6039\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"o9zpZovIN\":{\"layout\":[\"fixed\",\"auto\"]},\"ROr8g_Kfx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-BA39W\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6039,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]},...NavigationMenuFonts,...AnimatorFonts,...ThemeSwitchFonts,...ButtonsButtonCocoBasicFonts,...ParallaxParallaxMouseEffectFonts,...ContentTitleSeparatorFonts,...ContentCardHolderFonts,...ContentProjectItemFonts,...ContentChronologyInfoFonts,...TickerFonts,...ContentPostFonts,...ButtonsButtonFonts,...SocialFooterSocialFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o9zpZovIN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ROr8g_Kfx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"6039\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ParallaxMouseMovement", "props", "children", "intensity", "x", "useMotionValue", "y", "ue", "handleMouseMove", "event", "clientX", "clientY", "height", "window", "width", "moveX", "moveY", "p", "motion", "addPropertyControls", "ControlType", "ParallaxMouseMovementFonts", "getFonts", "ParallaxMouseMovement", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "intensity", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "yuShZIDOX", "avpoVK03w", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "css", "FrameroDM6koqir", "withCSS", "oDM6koqir_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "newTab", "smoothScroll", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ZwquQqYIN", "yjwurgqWV", "v6Ei_bBaY", "Yqvter55D", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerZDnsAJh4J", "withCSS", "ZDnsAJh4J_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationMenuFonts", "getFonts", "nFR6xeKG9_default", "AnimatorFonts", "Animator", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "ThemeSwitchFonts", "ThemeSwitch", "ButtonsButtonCocoBasicFonts", "m01H6b2GV_default", "ParallaxParallaxMouseEffectFonts", "oDM6koqir_default", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithFX", "motion", "ContentTitleSeparatorFonts", "ZDnsAJh4J_default", "ContainerWithFX", "ContentCardHolderFonts", "zHG1AiCkm_default", "ContentProjectItemFonts", "ooBB9h_pf_default", "ContentChronologyInfoFonts", "QZj4XDd1E_default", "TickerFonts", "Ticker", "ContentPostFonts", "ZByD8HevD_default", "ButtonsButtonFonts", "zRihCI5lY_default", "SocialFooterSocialFonts", "A9fIgbwQ3_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "animation2", "transition2", "textEffect", "transition3", "animation3", "animation4", "addImageAlt", "image", "alt", "transformTemplate2", "animation5", "transition4", "textEffect1", "animation6", "transition5", "animation7", "transition6", "animation8", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "DWVYp5IvyQZPm1yjwg", "aQd5IKzc9QZPm1yjwg", "KqbREMdbPQZPm1yjwg", "idQZPm1yjwg", "Wqlrm94f7sK6em2ZoZ", "lL6YCZbILsK6em2ZoZ", "rPANHbpOGsK6em2ZoZ", "vtR6UdOVHsK6em2ZoZ", "idsK6em2ZoZ", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "router", "useRouter", "usePreloadLocalizedValues", "activeLocaleCode", "useLocaleCode", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Link", "SVG", "PropertyOverrides2", "ResolveLinks", "resolvedLinks", "getLocalizedValue", "x", "resolvedLinks1", "resolvedLinks2", "ChildrenCanSuspend", "qpPVJojwi_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "iBl1dRGy7_default", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks7", "resolvedLinks8", "FormContainer", "formState", "FormPlainTextInput2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
