{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/integrations-styles.js@0.2.0", "ssg:https://framerusercontent.com/modules/bGK4RIr3q7JjhzLaKVL7/BQvHIypWy5ZStrVIwBvW/AppleMusic.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js", "ssg:https://framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js", "ssg:https://framerusercontent.com/modules/IOIr56Mt7m4ABgTFUMbx/QOpV2m0wzeJ2JxJzc5gl/HDIjnPsOM.js", "ssg:https://framerusercontent.com/modules/z91GZNP5V9loQQaeAnOO/xVUfav8J7y7lfWeNXkCL/gzC090QB_.js", "ssg:https://framerusercontent.com/modules/fvAUKDIy75mUcTy6PGbB/80T7F6KRNU3BuCKFzkeL/augiA20Il.js"],
  "sourcesContent": ["import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";const musicRegex=/^https?:\\/\\/music\\.apple\\.com\\/([^\\/]*)\\/(album|playlist)(?:\\/[^\\/]*)?\\/([\\w.-]+)(?:\\?.*i=(\\d+))?/;/**\n * APPLE MUSIC\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 150\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function AppleMusic({urlType,url,style,...props}){const embedUrl=useMemo(()=>{var ref;const[,country,type,id,songId]=(ref=url.match(musicRegex))!==null&&ref!==void 0?ref:[null,\"\",\"\",\"\",\"\",];if(!id)return null;if(urlType===\"song\"){return`https://embed.music.apple.com/${country}/${type}/id${id}?i=${songId}`;}else{return`https://embed.music.apple.com/${country}/${type}/id${id}`;}},[urlType,url]);return /*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles},...props,children:embedUrl?/*#__PURE__*/ _jsx(\"iframe\",{src:embedUrl,width:\"100%\",height:\"100%\",frameBorder:\"0\",sandbox:\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation\",allow:\"autoplay *; encrypted-media *;\"}):/*#__PURE__*/ _jsxs(motion.div,{style:{...emptyStateStyle,...style},children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Apple Music\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set an Apple Music URL in the Properties.\"})]})});};addPropertyControls(AppleMusic,{urlType:{type:ControlType.Enum,title:\"URL\",options:[\"album\",\"song\"],optionTitles:[\"Album\",\"Song\"],displaySegmentedControl:true,defaultValue:\"song\"},url:{type:ControlType.String,title:\" \",placeholder:\"https://music.apple.com/us/album/***/***\",defaultValue:\"https://music.apple.com/us/album/borderline/1497230760?i=1497230972\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AppleMusic\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"150\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AppleMusic.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail,getWebPSupported()?\"webp\":\"jpg\")}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=\"jpg\"){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst useWebP=format===\"webp\";const pre=useWebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=useWebP?\"webp\":\"jpg\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(element.getContext&&element.getContext(\"2d\")){// was able or not to get WebP representation\nreturn _getWebPSupported=element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")===0;}else{// very old browser like IE 8, canvas not supported\nreturn _getWebPSupported=false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useCallback}from\"react\";const urlRegex=/(https?:\\/\\/[^ ]*)/;/**\n * SPOTIFY\n *\n * @framerIntrinsicWidth 280\n * @framerIntrinsicHeight 350\n */ export function Spotify(props){const{theme,url:sourceUrl}=props;const createEmbedUrl=useCallback(()=>{if(sourceUrl.length<5)return null;// If someone pastes the embed code lets still try to render it\nconst strippedUrl=sourceUrl.includes(\"iframe\")?sourceUrl.match(urlRegex)[1].replace(`\"`,\"\"):sourceUrl;const url=new URL(strippedUrl);// Add embed prefix if needed\nif(!url.pathname.includes(\"embed\"))url.pathname=`/embed${url.pathname}`;// Remove params\nurl.search=`theme=${theme}`;// @ben you could add all other bools in here like\n// url.search = `theme=${theme}&dog=${cat}`\nreturn url.toString();},[theme,sourceUrl]);const identifier=createEmbedUrl();return(/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\"},frameBorder:0,src:identifier}));}Spotify.defaultProps={url:\"https://open.spotify.com/album/31qVWUdRrlb8thMvts0yYL?si=Jl-8Mnc3RNGuOtqRC7NXVg\",width:280,height:350,theme:1};addPropertyControls(Spotify,{url:{type:ControlType.String,title:\"URL\"},theme:{type:ControlType.Enum,displaySegmentedControl:true,options:[1,0],optionTitles:[\"On\",\"Off\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"Spotify\":{\"type\":\"reactComponent\",\"name\":\"Spotify\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"350\",\"framerIntrinsicWidth\":\"280\"}}}}\n//# sourceMappingURL=./Spotify.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/zIAbjyn3bM2kl8CTPQWh/fcKKsvnTnrLyW591cqwD/GIMNkpwJi.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={Aq6gWO81C:{hover:true,pressed:true}};const cycleOrder=[\"Aq6gWO81C\",\"ndEQwsHgC\",\"nuvXqxPLj\",\"qfBG29fXK\",\"ChVM4YxPp\"];const serializationHash=\"framer-F8XcH\";const variantClassNames={Aq6gWO81C:\"framer-v-16x04t1\",ChVM4YxPp:\"framer-v-1bmap0f\",ndEQwsHgC:\"framer-v-1bq8jli\",nuvXqxPLj:\"framer-v-3imtsk\",qfBG29fXK:\"framer-v-1np3ldu\"};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={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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={Default:\"Aq6gWO81C\",Disabled:\"nuvXqxPLj\",Error:\"ChVM4YxPp\",Loading:\"ndEQwsHgC\",Success:\"qfBG29fXK\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Aq6gWO81C\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Aq6gWO81C\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ndEQwsHgC\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"qfBG29fXK\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"ndEQwsHgC\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"ChVM4YxPp\")return true;return false;};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__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-16x04t1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"Aq6gWO81C\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:1,...style},variants:{nuvXqxPLj:{opacity:.5}},...addPropertyOverrides({\"Aq6gWO81C-hover\":{\"data-framer-name\":undefined},\"Aq6gWO81C-pressed\":{\"data-framer-name\":undefined},ChVM4YxPp:{\"data-framer-name\":\"Error\"},ndEQwsHgC:{\"data-framer-name\":\"Loading\"},nuvXqxPLj:{\"data-framer-name\":\"Disabled\"},qfBG29fXK:{\"data-framer-name\":\"Success\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1sv5l88\",\"data-styles-preset\":\"GIMNkpwJi\",children:\"Submit\"})}),className:\"framer-1oywjxh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FuOiPlWLk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{ChVM4YxPp:{\"--extracted-1eung3n\":\"rgb(240, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ChVM4YxPp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1sv5l88\",\"data-styles-preset\":\"GIMNkpwJi\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(240, 0, 0))\"},children:\"Something went wrong\"})})},qfBG29fXK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1sv5l88\",\"data-styles-preset\":\"GIMNkpwJi\",children:\"Thank you\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1sv5l88\",\"data-styles-preset\":\"GIMNkpwJi\",style:{\"--framer-text-alignment\":\"center\"},children:\"\uD83D\uDE09\"})}),className:\"framer-p0zuax\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Uy4lVns7M\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-9upmmi\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"p_RQiUnoY\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-13oc7xx\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"hyWuapKre\",style:{background:\"conic-gradient(from 180deg at 50% 50%, #4cf 0deg, #4cf 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{ndEQwsHgC:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bp4ewt\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"voCLM3szj\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1sv5l88\",\"data-styles-preset\":\"GIMNkpwJi\",style:{\"--framer-text-alignment\":\"center\"},children:\"\uD83E\uDEE0\"})}),className:\"framer-1x8ttd5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fwX4V_L5I\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-F8XcH.framer-1bq3ajv, .framer-F8XcH .framer-1bq3ajv { display: block; }\",\".framer-F8XcH.framer-16x04t1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 12px 32px 12px 32px; position: relative; width: min-content; }\",\".framer-F8XcH .framer-1oywjxh, .framer-F8XcH .framer-p0zuax, .framer-F8XcH .framer-1x8ttd5 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-F8XcH .framer-9upmmi { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-F8XcH .framer-13oc7xx { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-F8XcH .framer-bp4ewt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-F8XcH.framer-16x04t1 { gap: 0px; } .framer-F8XcH.framer-16x04t1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-F8XcH.framer-16x04t1 > :first-child { margin-left: 0px; } .framer-F8XcH.framer-16x04t1 > :last-child { margin-right: 0px; } }\",\".framer-F8XcH.framer-v-1bq8jli.framer-16x04t1, .framer-F8XcH.framer-v-3imtsk.framer-16x04t1 { cursor: unset; }\",\".framer-F8XcH.framer-v-1bq8jli .framer-13oc7xx { overflow: hidden; }\",\".framer-F8XcH.framer-v-1np3ldu.framer-16x04t1, .framer-F8XcH.framer-v-1bmap0f.framer-16x04t1 { cursor: unset; gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-F8XcH.framer-v-1np3ldu.framer-16x04t1 { gap: 0px; } .framer-F8XcH.framer-v-1np3ldu.framer-16x04t1 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-F8XcH.framer-v-1np3ldu.framer-16x04t1 > :first-child { margin-left: 0px; } .framer-F8XcH.framer-v-1np3ldu.framer-16x04t1 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-F8XcH.framer-v-1bmap0f.framer-16x04t1 { gap: 0px; } .framer-F8XcH.framer-v-1bmap0f.framer-16x04t1 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-F8XcH.framer-v-1bmap0f.framer-16x04t1 > :first-child { margin-left: 0px; } .framer-F8XcH.framer-v-1bmap0f.framer-16x04t1 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-F8XcH[data-border=\"true\"]::after, .framer-F8XcH [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 47.5\n * @framerIntrinsicWidth 129\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ndEQwsHgC\":{\"layout\":[\"auto\",\"auto\"]},\"nuvXqxPLj\":{\"layout\":[\"auto\",\"auto\"]},\"qfBG29fXK\":{\"layout\":[\"auto\",\"auto\"]},\"ChVM4YxPp\":{\"layout\":[\"auto\",\"auto\"]},\"ryOyNQ8X4\":{\"layout\":[\"auto\",\"auto\"]},\"aYwwmWJ9q\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHDIjnPsOM=withCSS(Component,css,\"framer-F8XcH\");export default FramerHDIjnPsOM;FramerHDIjnPsOM.displayName=\"Button 3\";FramerHDIjnPsOM.defaultProps={height:47.5,width:129};addPropertyControls(FramerHDIjnPsOM,{variant:{options:[\"Aq6gWO81C\",\"ndEQwsHgC\",\"nuvXqxPLj\",\"qfBG29fXK\",\"ChVM4YxPp\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHDIjnPsOM,[{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\":\"FramerHDIjnPsOM\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"47.5\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"129\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ndEQwsHgC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nuvXqxPLj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qfBG29fXK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ChVM4YxPp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ryOyNQ8X4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aYwwmWJ9q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HDIjnPsOM.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormContainer,FormPlainTextInput,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/myMlvZ5Gfe6nuYhOQYx0/ypV01m8zH0eEbYqzgJVL/KtyUEnTXi.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fVaa5Kc6lN1ZgPsDqmjc/0GinvY0cyVRAnkAlpVdF/oMzAN8GuQ.js\";import Button3 from\"https://framerusercontent.com/modules/IOIr56Mt7m4ABgTFUMbx/QOpV2m0wzeJ2JxJzc5gl/HDIjnPsOM.js\";import ButtonsButton from\"https://framerusercontent.com/modules/wPvq4r8UAuBYkFmuAgOL/RvibqqBOooHkSZoW6Gri/kIge2YdBH.js\";const Button3Fonts=getFonts(Button3);const MotionDivWithFX=withFX(motion.div);const ButtonsButtonFonts=getFonts(ButtonsButton);const enabledGestures={L6caMJH7m:{hover:true},pb2K3NDlC:{hover:true}};const cycleOrder=[\"pb2K3NDlC\",\"YF7nOTsZd\",\"L6caMJH7m\",\"OxxLz_EPR\"];const serializationHash=\"framer-CHAY4\";const variantClassNames={L6caMJH7m:\"framer-v-aaysef\",OxxLz_EPR:\"framer-v-2l7nrc\",pb2K3NDlC:\"framer-v-1s8e3no\",YF7nOTsZd:\"framer-v-1k49w9r\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const transition3={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};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={\"Closed Form\":\"L6caMJH7m\",\"Open Form\":\"OxxLz_EPR\",Closed:\"pb2K3NDlC\",Open:\"YF7nOTsZd\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"pb2K3NDlC\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pb2K3NDlC\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapgjurqr=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"YF7nOTsZd\");});const onTap1vu1x49=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"pb2K3NDlC\");});const onTapmgsakc=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"OxxLz_EPR\");});const CtEqd33n71cdpt77=activeVariantCallback(async(...args)=>{setVariant(\"L6caMJH7m\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"OxxLz_EPR\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"L6caMJH7m-hover\")return true;if(baseVariant===\"L6caMJH7m\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"L6caMJH7m-hover\")return false;if(baseVariant===\"L6caMJH7m\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"OxxLz_EPR\")return true;return false;};const router=useRouter();const isDisplayed4=()=>{if(baseVariant===\"YF7nOTsZd\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1s8e3no\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pb2K3NDlC\",onTap:onTapgjurqr,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-0f07f556-9e14-491d-9aef-f342061eaaa0, rgb(21, 21, 21))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"L6caMJH7m-hover\":{backgroundColor:\"var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255))\"},\"pb2K3NDlC-hover\":{backgroundColor:\"var(--token-46103156-4e43-4976-89f4-cd011844ca33, rgb(33, 33, 33))\"},L6caMJH7m:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},OxxLz_EPR:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},YF7nOTsZd:{backgroundColor:\"var(--token-46103156-4e43-4976-89f4-cd011844ca33, rgb(33, 33, 33))\"}},...addPropertyOverrides({\"L6caMJH7m-hover\":{\"data-framer-name\":undefined},\"pb2K3NDlC-hover\":{\"data-framer-name\":undefined},L6caMJH7m:{\"data-border\":true,\"data-framer-name\":\"Closed Form\",onTap:onTapmgsakc},OxxLz_EPR:{\"data-framer-name\":\"Open Form\",\"data-highlight\":undefined,onTap:undefined},YF7nOTsZd:{\"data-framer-name\":\"Open\",onTap:onTap1vu1x49}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5mit0k\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Yc95sTjM4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-z5fobn\",\"data-styles-preset\":\"KtyUEnTXi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255)))\"},children:\"Question\"})}),className:\"framer-u2613z\",\"data-framer-name\":\"Question\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"W0I9LkeWm\",style:{\"--extracted-r6o4lv\":\"var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"L6caMJH7m-hover\":{\"--extracted-r6o4lv\":\"var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"L6caMJH7m-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-z5fobn\",\"data-styles-preset\":\"KtyUEnTXi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, rgb(0, 0, 0)))\"},children:\"say hi\"})})},L6caMJH7m:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-z5fobn\",\"data-styles-preset\":\"KtyUEnTXi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255)))\"},children:\"say hi\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-kcjhsk\",\"data-framer-name\":\"Arrow right\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"P2r03V9k5\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 24\"><path d=\"M 16.175 13 L 1 13 C 0.717 13 0.479 12.904 0.288 12.712 C 0.096 12.521 0 12.283 0 12 C 0 11.717 0.096 11.479 0.288 11.287 C 0.479 11.096 0.717 11 1 11 L 16.175 11 L 12.3 7.1 C 12.117 6.917 12.021 6.688 12.013 6.412 C 12.004 6.137 12.1 5.9 12.3 5.7 C 12.483 5.517 12.717 5.425 13 5.425 C 13.283 5.425 13.517 5.517 13.7 5.7 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.513 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.513 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 13.7 18.3 C 13.517 18.483 13.288 18.575 13.013 18.575 C 12.738 18.575 12.5 18.483 12.3 18.3 C 12.1 18.1 12 17.863 12 17.587 C 12 17.313 12.1 17.075 12.3 16.875 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:9322384466,variants:{\"L6caMJH7m-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"}},withExternalLayout:true,...addPropertyOverrides({\"L6caMJH7m-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 24\"><path d=\"M 16.175 13 L 1 13 C 0.717 13 0.479 12.904 0.288 12.712 C 0.096 12.521 0 12.283 0 12 C 0 11.717 0.096 11.479 0.288 11.287 C 0.479 11.096 0.717 11 1 11 L 16.175 11 L 12.3 7.1 C 12.117 6.917 12.021 6.688 12.013 6.412 C 12.004 6.137 12.1 5.9 12.3 5.7 C 12.483 5.517 12.717 5.425 13 5.425 C 13.283 5.425 13.517 5.517 13.7 5.7 L 19.3 11.3 C 19.4 11.4 19.471 11.508 19.513 11.625 C 19.554 11.742 19.575 11.867 19.575 12 C 19.575 12.133 19.554 12.258 19.513 12.375 C 19.471 12.492 19.4 12.6 19.3 12.7 L 13.7 18.3 C 13.517 18.483 13.288 18.575 13.013 18.575 C 12.738 18.575 12.5 18.483 12.3 18.3 C 12.1 18.1 12 17.863 12 17.587 C 12 17.313 12.1 17.075 12.3 16.875 Z\" fill=\"var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Background / 100&quot;} */\"></path></svg>',svgContentId:9812230229},L6caMJH7m:{svgContentId:10060356118}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-641aov\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"uWSHX0j6I\",style:{backgroundColor:\"var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, rgb(0, 0, 0))\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hm7upd\",\"data-framer-name\":\"Plus\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"MuhWjUDS2\",style:{rotate:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 -960 960 960\" width=\"24\" fill=\"#e8eaed\"><path d=\"M440-440H240q-17 0-28.5-11.5T200-480q0-17 11.5-28.5T240-520h200v-200q0-17 11.5-28.5T480-760q17 0 28.5 11.5T520-720v200h200q17 0 28.5 11.5T760-480q0 17-11.5 28.5T720-440H520v200q0 17-11.5 28.5T480-200q-17 0-28.5-11.5T440-240v-200Z\"/></svg>',variants:{YF7nOTsZd:{rotate:45}},withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/ded1d03b-2b36-461b-a766-17acff6c6627/submit\",className:\"framer-11uzosy\",layoutDependency:layoutDependency,layoutId:\"t4R2G87Ry\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-a9m308\",layoutDependency:layoutDependency,layoutId:\"npks9K1XK\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-16w2izx\",inputName:\"HPGPahMH_\",layoutDependency:layoutDependency,layoutId:\"HPGPahMH_\",placeholder:\"Name\",style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-534356b4-1a9b-444d-82a0-f898bbe1568e, rgba(255, 255, 255, 0.1))\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"rgb(255, 255, 255)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-6a4aeca2-2020-4447-a3b8-da9cf8c08379, rgba(255, 255, 255, 0.5))\"},type:\"text\",...addPropertyOverrides({OxxLz_EPR:{inputName:\"OxxLz_EPRHPGPahMH_\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-ty9rh9\",inputName:\"voCTaL2Bq\",layoutDependency:layoutDependency,layoutId:\"voCTaL2Bq\",placeholder:\"Email\",style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-534356b4-1a9b-444d-82a0-f898bbe1568e, rgba(255, 255, 255, 0.1))\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"rgb(255, 255, 255)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-6a4aeca2-2020-4447-a3b8-da9cf8c08379, rgba(255, 255, 255, 0.5))\"},type:\"email\",variants:{OxxLz_EPR:{\"--framer-input-border-radius-bottom-left\":undefined,\"--framer-input-border-radius-bottom-right\":undefined,\"--framer-input-border-radius-top-left\":undefined,\"--framer-input-border-radius-top-right\":undefined}},...addPropertyOverrides({OxxLz_EPR:{inputName:\"OxxLz_EPRvoCTaL2Bq\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1tyfq7n\",inputName:\"bsN4645WF\",layoutDependency:layoutDependency,layoutId:\"bsN4645WF\",placeholder:\"Type your message...\",style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-534356b4-1a9b-444d-82a0-f898bbe1568e, rgba(255, 255, 255, 0.1))\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"rgb(255, 255, 255)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-6a4aeca2-2020-4447-a3b8-da9cf8c08379, rgba(255, 255, 255, 0.5))\"},type:\"textarea\",...addPropertyOverrides({OxxLz_EPR:{inputName:\"OxxLz_EPRbsN4645WF\"}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e557pw\",layoutDependency:layoutDependency,layoutId:\"eEvrKhZgf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-173krld-container\",layoutDependency:layoutDependency,layoutId:\"l5tsu11Oy-container\",children:/*#__PURE__*/_jsx(Button3,{height:\"100%\",id:\"l5tsu11Oy\",layoutId:\"l5tsu11Oy\",type:\"submit\",variant:formVariants(formState,{pending:\"ndEQwsHgC\",success:\"qfBG29fXK\"},\"Aq6gWO81C\"),width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1b28lwo-container\",layoutDependency:layoutDependency,layoutId:\"eM3Jh3JL5-container\",children:/*#__PURE__*/_jsx(ButtonsButton,{avSMDE5Ve:resolvedLinks[0],CtEqd33n7:CtEqd33n71cdpt77,fQXVUz2A2:\"Issued by Behance Inc.\",height:\"100%\",id:\"eM3Jh3JL5\",kkkcdH9pG:false,layoutId:\"eM3Jh3JL5\",m4SazTk5n:\"Best User Interaction\",M8Rh5hK_B:\"Feb 2022\",U18nWlt0S:\"Nationwide Anti-Cyberbullying Project Supported by Verkhovna Rada of Ukraine\",variant:\"lBx2v4Vnr\",width:\"100%\",...addPropertyOverrides({OxxLz_EPR:{avSMDE5Ve:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-adqxz9\",\"data-styles-preset\":\"oMzAN8GuQ\",children:\"Answer\"})}),className:\"framer-1rtjx0g\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HZ2iawMnz\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CHAY4.framer-1veml8s, .framer-CHAY4 .framer-1veml8s { display: block; }\",\".framer-CHAY4.framer-1s8e3no { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px 16px 16px 24px; position: relative; width: 840px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CHAY4 .framer-5mit0k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CHAY4 .framer-u2613z { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-CHAY4 .framer-kcjhsk { flex: none; height: 24px; position: relative; width: 22px; }\",\".framer-CHAY4 .framer-641aov { 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: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-CHAY4 .framer-1hm7upd { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-CHAY4 .framer-11uzosy { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CHAY4 .framer-a9m308 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-CHAY4 .framer-16w2izx { --framer-input-focused-border-color: var(--token-0f07f556-9e14-491d-9aef-f342061eaaa0, #141414); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-font-family: \"IBM Plex Mono\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.3em; --framer-input-font-size: 18px; --framer-input-font-weight: 400; --framer-input-padding: 0px; flex: none; height: 48px; position: relative; width: 100%; }','.framer-CHAY4 .framer-ty9rh9 { --framer-input-focused-border-color: var(--token-0f07f556-9e14-491d-9aef-f342061eaaa0, #141414); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-font-family: \"IBM Plex Mono\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.3em; --framer-input-font-size: 18px; --framer-input-font-weight: 400; --framer-input-padding: 12px; flex: none; height: 48px; position: relative; width: 100%; }','.framer-CHAY4 .framer-1tyfq7n { --framer-input-focused-border-color: var(--token-0f07f556-9e14-491d-9aef-f342061eaaa0, #141414); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-font-family: \"IBM Plex Mono\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.3em; --framer-input-font-size: 18px; --framer-input-font-weight: 400; --framer-input-padding: 0px; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 150px; position: relative; width: 100%; }',\".framer-CHAY4 .framer-e557pw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CHAY4 .framer-173krld-container, .framer-CHAY4 .framer-1b28lwo-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-CHAY4 .framer-1rtjx0g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CHAY4.framer-1s8e3no, .framer-CHAY4 .framer-5mit0k, .framer-CHAY4 .framer-641aov, .framer-CHAY4 .framer-11uzosy, .framer-CHAY4 .framer-a9m308, .framer-CHAY4 .framer-e557pw { gap: 0px; } .framer-CHAY4.framer-1s8e3no > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-CHAY4.framer-1s8e3no > :first-child, .framer-CHAY4 .framer-11uzosy > :first-child, .framer-CHAY4 .framer-a9m308 > :first-child { margin-top: 0px; } .framer-CHAY4.framer-1s8e3no > :last-child, .framer-CHAY4 .framer-11uzosy > :last-child, .framer-CHAY4 .framer-a9m308 > :last-child { margin-bottom: 0px; } .framer-CHAY4 .framer-5mit0k > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-CHAY4 .framer-5mit0k > :first-child, .framer-CHAY4 .framer-641aov > :first-child, .framer-CHAY4 .framer-e557pw > :first-child { margin-left: 0px; } .framer-CHAY4 .framer-5mit0k > :last-child, .framer-CHAY4 .framer-641aov > :last-child, .framer-CHAY4 .framer-e557pw > :last-child { margin-right: 0px; } .framer-CHAY4 .framer-641aov > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-CHAY4 .framer-11uzosy > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-CHAY4 .framer-a9m308 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CHAY4 .framer-e557pw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-CHAY4.framer-v-aaysef.framer-1s8e3no { padding: 12px 32px 12px 24px; width: min-content; }\",\".framer-CHAY4.framer-v-aaysef .framer-5mit0k { justify-content: flex-start; width: min-content; }\",\".framer-CHAY4.framer-v-aaysef .framer-u2613z { flex: none; order: 1; white-space: pre; width: auto; }\",\".framer-CHAY4.framer-v-aaysef .framer-kcjhsk, .framer-CHAY4.framer-v-2l7nrc .framer-1b28lwo-container { order: 0; }\",\".framer-CHAY4.framer-v-2l7nrc.framer-1s8e3no { cursor: unset; gap: 48px; padding: 24px 0px 48px 0px; }\",\".framer-CHAY4.framer-v-2l7nrc .framer-ty9rh9 { --framer-input-padding: 0px; }\",\".framer-CHAY4.framer-v-2l7nrc .framer-173krld-container { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CHAY4.framer-v-2l7nrc.framer-1s8e3no { gap: 0px; } .framer-CHAY4.framer-v-2l7nrc.framer-1s8e3no > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-CHAY4.framer-v-2l7nrc.framer-1s8e3no > :first-child { margin-top: 0px; } .framer-CHAY4.framer-v-2l7nrc.framer-1s8e3no > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-CHAY4[data-border=\"true\"]::after, .framer-CHAY4 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 840\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YF7nOTsZd\":{\"layout\":[\"fixed\",\"auto\"]},\"L6caMJH7m\":{\"layout\":[\"auto\",\"auto\"]},\"OxxLz_EPR\":{\"layout\":[\"fixed\",\"auto\"]},\"n0BnHZ6Le\":{\"layout\":[\"fixed\",\"auto\"]},\"KTrRHpc08\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergzC090QB_=withCSS(Component,css,\"framer-CHAY4\");export default FramergzC090QB_;FramergzC090QB_.displayName=\"Elements / FAQ Item\";FramergzC090QB_.defaultProps={height:72,width:840};addPropertyControls(FramergzC090QB_,{variant:{options:[\"pb2K3NDlC\",\"YF7nOTsZd\",\"L6caMJH7m\",\"OxxLz_EPR\"],optionTitles:[\"Closed\",\"Open\",\"Closed Form\",\"Open Form\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramergzC090QB_,[{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:\"IBM Plex Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n5i0g1l9kn-s.woff2\",weight:\"400\"}]},...Button3Fonts,...ButtonsButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergzC090QB_\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YF7nOTsZd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L6caMJH7m\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OxxLz_EPR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n0BnHZ6Le\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KTrRHpc08\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"840\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"72\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import AppleMusic from\"https://framerusercontent.com/modules/bGK4RIr3q7JjhzLaKVL7/BQvHIypWy5ZStrVIwBvW/AppleMusic.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";import{Spotify}from\"https://framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js\";import ElementsFAQItem from\"#framer/local/canvasComponent/gzC090QB_/gzC090QB_.js\";import CursorText from\"#framer/local/canvasComponent/k1nvQzQK_/k1nvQzQK_.js\";import ElementsWorkItem from\"#framer/local/canvasComponent/n_KCRw5fi/n_KCRw5fi.js\";import SectionsFooter from\"#framer/local/canvasComponent/NAk1nheiK/NAk1nheiK.js\";import Cursor from\"#framer/local/canvasComponent/oSrcOxA76/oSrcOxA76.js\";import BigTextCursor from\"#framer/local/canvasComponent/Rx23E0KOl/Rx23E0KOl.js\";import SectionsHeader from\"#framer/local/canvasComponent/TrXRLHhea/TrXRLHhea.js\";import ButtonsButton2 from\"#framer/local/canvasComponent/Ukg7pgBti/Ukg7pgBti.js\";import*as sharedStyle2 from\"#framer/local/css/CFvrzJmr4/CFvrzJmr4.js\";import*as sharedStyle from\"#framer/local/css/jm6KlDoPH/jm6KlDoPH.js\";import*as sharedStyle3 from\"#framer/local/css/KtyUEnTXi/KtyUEnTXi.js\";import*as sharedStyle6 from\"#framer/local/css/oMzAN8GuQ/oMzAN8GuQ.js\";import*as sharedStyle5 from\"#framer/local/css/pNktkXffu/pNktkXffu.js\";import*as sharedStyle1 from\"#framer/local/css/VnCRagK4k/VnCRagK4k.js\";import*as sharedStyle4 from\"#framer/local/css/XfEDhSkY7/XfEDhSkY7.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SectionsHeaderFonts=getFonts(SectionsHeader);const ElementsFAQItemFonts=getFonts(ElementsFAQItem);const ButtonsButton2Fonts=getFonts(ButtonsButton2);const ContainerWithFX=withFX(Container);const ImageWithFX=withFX(Image);const YouTubeFonts=getFonts(YouTube);const AppleMusicFonts=getFonts(AppleMusic);const SpotifyFonts=getFonts(Spotify);const MotionDivWithFX=withFX(motion.div);const ElementsWorkItemFonts=getFonts(ElementsWorkItem);const SectionsFooterFonts=getFonts(SectionsFooter);const CursorFonts=getFonts(Cursor);const BigTextCursorFonts=getFonts(BigTextCursor);const CursorTextFonts=getFonts(CursorText);const breakpoints={dsKASOgTQ:\"(min-width: 1200px) and (max-width: 1439px)\",G3ZrQu2Nb:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px)\",xawIChTct:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-IF3FZ\";const variantClassNames={dsKASOgTQ:\"framer-v-1h41x68\",G3ZrQu2Nb:\"framer-v-1tfzniy\",WQLkyLRf1:\"framer-v-72rtr7\",xawIChTct:\"framer-v-iwkrjh\"};const transition1={bounce:.2,delay:0,duration:.3,type:\"spring\"};const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.05,duration:1.2,type:\"spring\"};const textEffect={effect:animation,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const textEffect1={effect:animation,startDelay:.2,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:.1,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition4={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:10};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop 2\":\"dsKASOgTQ\",Desktop:\"WQLkyLRf1\",Phone:\"G3ZrQu2Nb\",Tablet:\"xawIChTct\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const cursor={component:Cursor,transition:transition1,variant:\"akMe5mZTS\"};const cursor1={component:BigTextCursor,variant:\"pPh6u8P1Y\"};const cursor2={component:CursorText,variant:\"miE7cjURp\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-IF3FZ`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-IF3FZ`);};},[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 router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({\"1oi48z9\":cursor1,\"4us6ax\":cursor2,y12ysp:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),\"data-framer-cursor\":\"y12ysp\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G3ZrQu2Nb:{y:16}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16thp0o-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G3ZrQu2Nb:{variant:\"UnVtZMIvK\"}},children:/*#__PURE__*/_jsx(SectionsHeader,{cTH6zsHl6:\"dSSesWPAj\",FNggmqwN9:\"dSSesWPAj\",height:\"100%\",id:\"FY73f5BHn\",IjjDak8U7:\"fYSc4BhtM\",J4fpuucRk:\"fYSc4BhtM\",layoutId:\"FY73f5BHn\",variant:\"Ne80C_Va1\",whoXrKKBu:\"jyq4FOIwT\",width:\"100%\",zINYS9LAT:\"jyq4FOIwT\"})})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-2rbg9v\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1652ov8\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1997j4v\",\"data-framer-name\":\"Titles\",name:\"Titles\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-twza63\",\"data-styles-preset\":\"jm6KlDoPH\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255))\"},children:\"hi.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255))\"},children:\"i'm \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255))\"},children:\"yuliia mei.\"})]})}),className:\"framer-8npyr3\",\"data-framer-cursor\":\"1oi48z9\",\"data-framer-name\":\"hi. i'm yuliia mei.\",effect:textEffect,fonts:[\"Inter\"],name:\"hi. i'm yuliia mei.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cqsz5f\",\"data-styles-preset\":\"VnCRagK4k\",style:{\"--framer-text-alignment\":\"left\"},children:\"I\u2019m Product Designer based in San Francisco with over a decade of experience. My passion is to create emotional experiences at the intersection of art, design, and AI.\"})}),className:\"framer-14jlzdl\",\"data-framer-cursor\":\"4us6ax\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gu7xyj\",\"data-framer-name\":\"Buttons\",name:\"Buttons\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G3ZrQu2Nb:{y:381.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,y:461.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ruo0wc-container\",children:/*#__PURE__*/_jsx(ElementsFAQItem,{height:\"100%\",id:\"AUuusNCwj\",layoutId:\"AUuusNCwj\",variant:\"L6caMJH7m\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GxSZFGgWF\"},implicitPathVariables:undefined},{href:{webPageId:\"GxSZFGgWF\"},implicitPathVariables:undefined},{href:{webPageId:\"GxSZFGgWF\"},implicitPathVariables:undefined},{href:{webPageId:\"GxSZFGgWF\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G3ZrQu2Nb:{y:393.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:473.2,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-k1uhqr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dsKASOgTQ:{avSMDE5Ve:resolvedLinks[3]},G3ZrQu2Nb:{avSMDE5Ve:resolvedLinks[2]},xawIChTct:{avSMDE5Ve:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonsButton2,{avSMDE5Ve:resolvedLinks[0],height:\"100%\",hwfLEpAJz:\"About me\",id:\"bIZPL823c\",kkkcdH9pG:false,layoutId:\"bIZPL823c\",variant:\"zjq2N4sVW\",width:\"100%\",XRIgUhtxT:\"\"})})})})})})]})]})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-m4k8qw\",\"data-framer-cursor\":\"y12ysp\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-paqnzh\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a8au2o\",\"data-styles-preset\":\"CFvrzJmr4\",children:\"Latest Work\"})}),className:\"framer-lk7t9k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i2gj3f\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-z5fobn\",\"data-styles-preset\":\"KtyUEnTXi\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yYMAncrKA\"},nodeId:\"PsO0PI1M5\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-13fjzrd\",\"data-styles-preset\":\"XfEDhSkY7\",children:\"View More\"})})})}),className:\"framer-1r50avf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yYMAncrKA\"},nodeId:\"sNi7e4AJ4\",openInNewTab:false,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G3ZrQu2Nb:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(603.6),pixelHeight:2124,pixelWidth:1900,positionX:\"center\",positionY:\"center\",sizes:\"359px\",src:\"https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png\",srcSet:\"https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png?scale-down-to=1024 916w,https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png?scale-down-to=2048 1832w,https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png 1900w\"}},xawIChTct:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(739.6),pixelHeight:2124,pixelWidth:1900,positionX:\"center\",positionY:\"center\",sizes:\"714px\",src:\"https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png\",srcSet:\"https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png?scale-down-to=1024 916w,https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png?scale-down-to=2048 1832w,https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png 1900w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:229,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(739.6),pixelHeight:2124,pixelWidth:1900,positionX:\"center\",positionY:\"center\",sizes:\"847px\",src:\"https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png\",srcSet:\"https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png?scale-down-to=1024 916w,https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png?scale-down-to=2048 1832w,https://framerusercontent.com/images/gM7voCAO0SPDBkFt1QhAYYpgSJM.png 1900w\"},className:\"framer-5nxqdx framer-lux5qc\",\"data-framer-cursor\":\"y12ysp\",\"data-framer-name\":\"deck 4\",name:\"deck 4\"})})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1trg37b\",\"data-framer-cursor\":\"y12ysp\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rz3wr9\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a8au2o\",\"data-styles-preset\":\"CFvrzJmr4\",children:\"Latest Video\"})}),className:\"framer-1697ivf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fdmxmj\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-z5fobn\",\"data-styles-preset\":\"KtyUEnTXi\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@yuliiamei\",nodeId:\"NQ52cphQY\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-13fjzrd\",\"data-styles-preset\":\"XfEDhSkY7\",children:\"View More\"})})})}),className:\"framer-1vtis5w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-296da1-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"iQ4EH33lf\",isMixedBorderRadius:false,isRed:true,layoutId:\"iQ4EH33lf\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/rt7t_cuRueE?si=JETMogJHo2Av98oa\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggTW9uby1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Mono\", monospace',\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255))\"},children:\"This is an example of how to create cinematic videos of any genre for your social media or music clips using only Runway and Final Cut. \"})}),className:\"framer-tugwhc\",\"data-framer-cursor\":\"4us6ax\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;IBM Plex Mono-regular\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12101b7-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"HwLDGOIih\",isMixedBorderRadius:false,isRed:true,layoutId:\"HwLDGOIih\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=H15S5wSnMp4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1efxd8u-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"Mh0EEsB5C\",isMixedBorderRadius:false,isRed:true,layoutId:\"Mh0EEsB5C\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=Z3d31ts8zMY\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4vbsmo\",\"data-framer-name\":\"Buttons\",name:\"Buttons\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggTW9uby1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Mono\", monospace',\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-5122daf9-ab31-43ab-bbf4-0201196f4efe, rgb(255, 255, 255))\"},children:\"If you enjoyed this video and would like to learn how to create something similar, feel free to contact me\"})}),className:\"framer-amxdk4\",\"data-framer-cursor\":\"4us6ax\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;IBM Plex Mono-regular\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G3ZrQu2Nb:{y:2252},xawIChTct:{y:3439}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,y:3789,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xamw3e-container\",children:/*#__PURE__*/_jsx(ElementsFAQItem,{height:\"100%\",id:\"Zn1tDo_xs\",layoutId:\"Zn1tDo_xs\",variant:\"L6caMJH7m\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-4slwv7\",\"data-framer-name\":\"Main\",name:\"Main\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c8e8vx\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ff03p7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nzk2l\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a8au2o\",\"data-styles-preset\":\"CFvrzJmr4\",children:\"My Latest Songs\"})}),className:\"framer-1dutkzg\",\"data-framer-cursor\":\"4us6ax\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z2d6iu\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-z5fobn\",\"data-styles-preset\":\"KtyUEnTXi\",children:/*#__PURE__*/_jsx(Link,{href:\"https://musics.to/70108e58j5\",nodeId:\"k4s5_M564\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-13fjzrd\",\"data-styles-preset\":\"XfEDhSkY7\",children:\"See all\"})})})}),className:\"framer-18kaxni\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ki1j9r\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y0k3ft-container\",children:/*#__PURE__*/_jsx(AppleMusic,{height:\"100%\",id:\"Xm7aEEgBr\",layoutId:\"Xm7aEEgBr\",style:{height:\"100%\",width:\"100%\"},url:\"https://music.apple.com/us/album/yoga/1787137635?i=1787137791\",urlType:\"song\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nfq016-container\",children:/*#__PURE__*/_jsx(AppleMusic,{height:\"100%\",id:\"HN70Ym_ja\",layoutId:\"HN70Ym_ja\",style:{height:\"100%\",width:\"100%\"},url:\"https://music.apple.com/us/album/soar-ep/1788253176\",urlType:\"album\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kw0tg2-container\",children:/*#__PURE__*/_jsx(Spotify,{height:\"100%\",id:\"AyxbKW5qv\",layoutId:\"AyxbKW5qv\",style:{height:\"100%\",width:\"100%\"},theme:1,url:\"https://open.spotify.com/album/6B4fhhteiR0rSALq2LgjVw\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-g7wbep-container\",children:/*#__PURE__*/_jsx(Spotify,{height:\"100%\",id:\"nkpa3ngNF\",layoutId:\"nkpa3ngNF\",style:{height:\"100%\",width:\"100%\"},theme:0,url:\"https://open.spotify.com/track/4gV7LO0O6kqdei05ktGLxn?si=09af8c86dba44317\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7005s6\",\"data-framer-name\":\"Services\",name:\"Services\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8a6ef4\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a8au2o\",\"data-styles-preset\":\"CFvrzJmr4\",children:\"What I do\"})}),className:\"framer-1gjn23l\",\"data-framer-cursor\":\"4us6ax\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pvwojd\",\"data-framer-name\":\"Line\",name:\"Line\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tb0ldm\",\"data-framer-name\":\"Rows\",name:\"Rows\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t8trbj\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dgjgo0\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3v3sz3\",\"data-framer-name\":\"Top\",name:\"Top\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ndchdm\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2bl6ow\",\"data-framer-name\":\"Icon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,name:\"Icon\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 -960 960 960\" width=\"24\" fill=\"#FFF\"><path d=\"M400-200v-80H160q-33 0-56.5-23.5T80-360v-400q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v400q0 33-23.5 56.5T800-280H560v80h40q17 0 28.5 11.5T640-160q0 17-11.5 28.5T600-120H360q-17 0-28.5-11.5T320-160q0-17 11.5-28.5T360-200h40Z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eqg73c\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-19cyt6h\",\"data-styles-preset\":\"pNktkXffu\",style:{\"--framer-text-alignment\":\"center\"},children:\"Complete websites\"})}),className:\"framer-1rl8djm\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-adqxz9\",\"data-styles-preset\":\"oMzAN8GuQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Strategic, beautiful websites that achieve your business goals.\"})}),className:\"framer-gh5vtp\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ku4nxt\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mjp8ow\",\"data-framer-name\":\"Top\",name:\"Top\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wl3idi\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-w4t224\",\"data-framer-name\":\"Icon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,name:\"Icon\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 -960 960 960\" width=\"24\" fill=\"#FFF\"><path d=\"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 32.5-156t88-127Q256-817 330-848.5T488-880q80 0 151 27.5t124.5 76q53.5 48.5 85 115T880-518q0 115-70 176.5T640-280h-74q-9 0-12.5 5t-3.5 11q0 12 15 34.5t15 51.5q0 50-27.5 74T480-80ZM260-440q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Zm120-160q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Zm200 0q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Zm120 160q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r4wzsg\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-19cyt6h\",\"data-styles-preset\":\"pNktkXffu\",style:{\"--framer-text-alignment\":\"center\"},children:\"Design systems\"})}),className:\"framer-13lsoyr\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-adqxz9\",\"data-styles-preset\":\"oMzAN8GuQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Building scalable design foundations that keep your product consistent and efficient.\"})}),className:\"framer-9xi0by\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rsp6ce\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8qnz33\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qmp0xq\",\"data-framer-name\":\"Top\",name:\"Top\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qj0d22\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-s90hwe\",\"data-framer-name\":\"Icon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,name:\"Icon\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 -960 960 960\" width=\"24\" fill=\"#FFF\"><path d=\"M186-80q-54 0-80-22t-26-66q0-58 49-74t116-16h21v-56q0-34-1-55.5t-6-35.5q-5-14-11.5-19.5T230-430q-9 0-16.5 3t-12.5 8q-4 5-5 10.5t1 11.5q6 11 14 21.5t8 24.5q0 25-17.5 42.5T159-291q-25 0-42.5-17.5T99-351q0-27 12-44t32.5-27q20.5-10 47.5-14t58-4q85 0 118 30.5T400-302v147q0 19 4.5 28t15.5 9q12 0 19.5-18t9.5-56h11q-3 62-23.5 87T368-80q-43 0-67.5-13.5T269-134q-10 29-29.5 41.5T186-80Zm373 0q-20 0-32.5-16.5T522-132l102-269q7-17 22-28t34-11q19 0 34 11t22 28l102 269q8 19-4.5 35.5T801-80q-12 0-22-7t-15-19l-20-58H616l-20 58q-4 11-14 18.5T559-80Zm-324-29q13 0 22-20.5t9-49.5v-67q-26 0-38 15.5T216-180v11q0 36 4 48t15 12Zm407-125h77l-39-114-38 114Zm-37-285q-48 0-76.5-33.5T500-643q0-104 66-170.5T735-880q42 0 68 9.5t26 24.5q0 6-2 12t-7 11q-5 7-12.5 10t-15.5 1q-14-4-32-7t-33-3q-71 0-114 48t-43 127q0 22 8 46t36 24q11 0 21.5-5t18.5-14q17-18 31.5-60T712-758q2-13 10.5-18.5T746-782q18 0 27.5 9.5T779-749q-12 43-17.5 75t-5.5 58q0 20 5.5 29t16.5 9q11 0 21.5-8t29.5-30q2-3 15-7 8 0 12 6t4 17q0 28-32 54t-67 26q-26 0-44.5-14T691-574q-15 26-37 40.5T605-519Zm-485-1v-220q0-58 41-99t99-41q58 0 99 41t41 99v220h-80v-80H200v80h-80Zm80-160h120v-60q0-25-17.5-42.5T260-800q-25 0-42.5 17.5T200-740v60Z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x5egoi\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-19cyt6h\",\"data-styles-preset\":\"pNktkXffu\",style:{\"--framer-text-alignment\":\"center\"},children:\"Branding\"})}),className:\"framer-ir6lxy\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-adqxz9\",\"data-styles-preset\":\"oMzAN8GuQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Creating distinctive visual identities that make your brand memorable.\"})}),className:\"framer-1n524bi\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nvm0wg\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sjgswb\",\"data-framer-name\":\"Top\",name:\"Top\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lds7ge\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-182f0ev\",\"data-framer-name\":\"Icon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,name:\"Icon\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 -960 960 960\" width=\"24\" fill=\"#FFF\"><path d=\"m352-522 86-87-56-57-16 16q-11 11-27.5 11.5T310-650q-12-12-12-28.5t12-28.5l15-15-45-45-87 87 159 158Zm328 329 87-87-45-45-16 15q-12 12-28 12t-28-12q-12-12-12-28t12-28l15-16-57-56-86 86 158 159Zm-31-510 56 56 56-56-57-57-55 57ZM160-120q-17 0-28.5-11.5T120-160v-113q0-8 3-15.5t9-13.5l163-163-173-173q-17-17-17-42t17-42l116-116q17-17 42-16.5t42 17.5l174 173 151-152q12-12 27-18t31-6q16 0 31 6t27 18l53 54q12 12 18 27t6 31q0 16-6 30.5T816-647L665-495l173 173q17 17 17 42t-17 42L722-122q-17 17-42 17t-42-17L465-295 302-132q-6 6-13.5 9t-15.5 3H160Z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sj89e9\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-19cyt6h\",\"data-styles-preset\":\"pNktkXffu\",style:{\"--framer-text-alignment\":\"center\"},children:\"Product Design\"})}),className:\"framer-1t5xyfz\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-adqxz9\",\"data-styles-preset\":\"oMzAN8GuQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Turning complex ideas into intuitive digital products people love.\"})}),className:\"framer-1t7q57r\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-168lux9\",\"data-framer-name\":\"Work\",name:\"Work\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o3nd9q\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a8au2o\",\"data-styles-preset\":\"CFvrzJmr4\",children:\"Latest Work\"})}),className:\"framer-rpvdbv\",\"data-framer-cursor\":\"4us6ax\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k9jp86\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-z5fobn\",\"data-styles-preset\":\"KtyUEnTXi\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yYMAncrKA\"},nodeId:\"i9mSOAfxB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-13fjzrd\",\"data-styles-preset\":\"XfEDhSkY7\",children:\"See all\"})})})}),className:\"framer-1680q7y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yYMAncrKA\"},implicitPathVariables:undefined},{href:{webPageId:\"yYMAncrKA\"},implicitPathVariables:undefined},{href:{webPageId:\"yYMAncrKA\"},implicitPathVariables:undefined},{href:{webPageId:\"yYMAncrKA\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G3ZrQu2Nb:{width:\"min(max(100vw - 32px, 1px), 840px)\",y:5130.2},xawIChTct:{width:\"min(max(100vw - 96px, 1px), 840px)\",y:5761.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:378,width:\"840px\",y:6111.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2972cs-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dsKASOgTQ:{BuewtrqjG:resolvedLinks1[3]},G3ZrQu2Nb:{BuewtrqjG:resolvedLinks1[2]},xawIChTct:{BuewtrqjG:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ElementsWorkItem,{BuewtrqjG:resolvedLinks1[0],height:\"100%\",id:\"tFLH3T8hL\",layoutId:\"tFLH3T8hL\",style:{width:\"100%\"},TvytUzwax:\"Product Design\",U3sztV1s0:\"Create Your Tesla Bot\",variant:\"XfFq3FYFZ\",width:\"100%\"})})})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G3ZrQu2Nb:{y:5588.200000000001},xawIChTct:{y:6259.200000000001}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:194,width:\"100vw\",y:6649.200000000001,children:/*#__PURE__*/_jsx(Container,{className:\"framer-46fqrs-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G3ZrQu2Nb:{variant:\"Aw9iPcJkW\"},xawIChTct:{variant:\"j99ZagD8z\"}},children:/*#__PURE__*/_jsx(SectionsFooter,{height:\"100%\",id:\"KynGvq3qV\",layoutId:\"KynGvq3qV\",style:{width:\"100%\"},variant:\"sc8na6E_Y\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-IF3FZ { background: rgb(0, 0, 0); }`,\".framer-IF3FZ.framer-lux5qc, .framer-IF3FZ .framer-lux5qc { display: block; }\",\".framer-IF3FZ.framer-72rtr7 { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-IF3FZ .framer-16thp0o-container { flex: none; height: auto; left: 50%; position: fixed; top: 24px; transform: translateX(-50%); width: auto; z-index: 10; }\",\".framer-IF3FZ .framer-2rbg9v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 200px 16px 120px 16px; position: relative; width: 100%; z-index: 5; }\",\".framer-IF3FZ .framer-1652ov8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 840px; overflow: visible; padding: 0px; position: relative; width: 60%; z-index: 5; }\",\".framer-IF3FZ .framer-1997j4v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-8npyr3, .framer-IF3FZ .framer-14jlzdl, .framer-IF3FZ .framer-tugwhc, .framer-IF3FZ .framer-amxdk4 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-IF3FZ .framer-1gu7xyj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-ruo0wc-container, .framer-IF3FZ .framer-k1uhqr-container, .framer-IF3FZ .framer-1xamw3e-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-IF3FZ .framer-m4k8qw, .framer-IF3FZ .framer-1trg37b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 300px 120px 300px; position: relative; width: 1440px; z-index: 5; }\",\".framer-IF3FZ .framer-paqnzh, .framer-IF3FZ .framer-rz3wr9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 840px; }\",\".framer-IF3FZ .framer-lk7t9k, .framer-IF3FZ .framer-1r50avf, .framer-IF3FZ .framer-1697ivf, .framer-IF3FZ .framer-1vtis5w, .framer-IF3FZ .framer-1dutkzg, .framer-IF3FZ .framer-18kaxni, .framer-IF3FZ .framer-1gjn23l, .framer-IF3FZ .framer-rpvdbv, .framer-IF3FZ .framer-1680q7y { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-IF3FZ .framer-i2gj3f, .framer-IF3FZ .framer-1fdmxmj, .framer-IF3FZ .framer-z2d6iu, .framer-IF3FZ .framer-1pvwojd, .framer-IF3FZ .framer-1k9jp86 { background-color: var(--token-534356b4-1a9b-444d-82a0-f898bbe1568e, rgba(255, 255, 255, 0.1)); flex: 1 0 0px; height: 2px; overflow: hidden; position: relative; width: 1px; }\",\".framer-IF3FZ .framer-5nxqdx { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 941px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 847px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IF3FZ .framer-296da1-container, .framer-IF3FZ .framer-12101b7-container, .framer-IF3FZ .framer-1efxd8u-container { flex: none; height: 470px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-4vbsmo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-4slwv7 { 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: 0px 16px 160px 16px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-1c8e8vx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; max-width: 840px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-IF3FZ .framer-1ff03p7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-nzk2l, .framer-IF3FZ .framer-8a6ef4, .framer-IF3FZ .framer-o3nd9q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-1ki1j9r { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 979px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-1y0k3ft-container { flex: none; height: 175px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-nfq016-container { flex: none; height: 450px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-kw0tg2-container { flex: none; height: 153px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-g7wbep-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-7005s6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 840px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-1tb0ldm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-1t8trbj, .framer-IF3FZ .framer-1rsp6ce { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-1dgjgo0, .framer-IF3FZ .framer-nvm0wg { --border-bottom-width: 1px; --border-color: var(--token-534356b4-1a9b-444d-82a0-f898bbe1568e, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; align-self: stretch; background-color: var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, #000000); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IF3FZ .framer-3v3sz3, .framer-IF3FZ .framer-1mjp8ow, .framer-IF3FZ .framer-qmp0xq, .framer-IF3FZ .framer-1sjgswb { align-content: center; align-items: center; background-color: var(--token-0f07f556-9e14-491d-9aef-f342061eaaa0, #141414); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-IF3FZ .framer-ndchdm, .framer-IF3FZ .framer-1wl3idi, .framer-IF3FZ .framer-qj0d22, .framer-IF3FZ .framer-1lds7ge { align-content: center; align-items: center; background-color: var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, #000000); border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-IF3FZ .framer-2bl6ow, .framer-IF3FZ .framer-w4t224, .framer-IF3FZ .framer-s90hwe, .framer-IF3FZ .framer-182f0ev { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-IF3FZ .framer-1eqg73c, .framer-IF3FZ .framer-1r4wzsg, .framer-IF3FZ .framer-x5egoi, .framer-IF3FZ .framer-sj89e9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; }\",\".framer-IF3FZ .framer-1rl8djm, .framer-IF3FZ .framer-gh5vtp, .framer-IF3FZ .framer-13lsoyr, .framer-IF3FZ .framer-9xi0by, .framer-IF3FZ .framer-ir6lxy, .framer-IF3FZ .framer-1n524bi, .framer-IF3FZ .framer-1t5xyfz, .framer-IF3FZ .framer-1t7q57r { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-IF3FZ .framer-1ku4nxt, .framer-IF3FZ .framer-8qnz33 { --border-bottom-width: 1px; --border-color: var(--token-534356b4-1a9b-444d-82a0-f898bbe1568e, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, #000000); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-IF3FZ .framer-168lux9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 840px; overflow: hidden; padding: 0px; position: relative; width: 840px; }\",\".framer-IF3FZ .framer-2972cs-container { flex: none; height: auto; position: relative; width: 840px; }\",\".framer-IF3FZ .framer-46fqrs-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-IF3FZ.framer-72rtr7, .framer-IF3FZ .framer-2rbg9v, .framer-IF3FZ .framer-1652ov8, .framer-IF3FZ .framer-1997j4v, .framer-IF3FZ .framer-1gu7xyj, .framer-IF3FZ .framer-m4k8qw, .framer-IF3FZ .framer-paqnzh, .framer-IF3FZ .framer-5nxqdx, .framer-IF3FZ .framer-1trg37b, .framer-IF3FZ .framer-rz3wr9, .framer-IF3FZ .framer-4vbsmo, .framer-IF3FZ .framer-4slwv7, .framer-IF3FZ .framer-1c8e8vx, .framer-IF3FZ .framer-1ff03p7, .framer-IF3FZ .framer-nzk2l, .framer-IF3FZ .framer-1ki1j9r, .framer-IF3FZ .framer-7005s6, .framer-IF3FZ .framer-8a6ef4, .framer-IF3FZ .framer-1tb0ldm, .framer-IF3FZ .framer-1t8trbj, .framer-IF3FZ .framer-1dgjgo0, .framer-IF3FZ .framer-3v3sz3, .framer-IF3FZ .framer-ndchdm, .framer-IF3FZ .framer-1eqg73c, .framer-IF3FZ .framer-1ku4nxt, .framer-IF3FZ .framer-1mjp8ow, .framer-IF3FZ .framer-1wl3idi, .framer-IF3FZ .framer-1r4wzsg, .framer-IF3FZ .framer-1rsp6ce, .framer-IF3FZ .framer-8qnz33, .framer-IF3FZ .framer-qmp0xq, .framer-IF3FZ .framer-qj0d22, .framer-IF3FZ .framer-x5egoi, .framer-IF3FZ .framer-nvm0wg, .framer-IF3FZ .framer-1sjgswb, .framer-IF3FZ .framer-1lds7ge, .framer-IF3FZ .framer-sj89e9, .framer-IF3FZ .framer-168lux9, .framer-IF3FZ .framer-o3nd9q { gap: 0px; } .framer-IF3FZ.framer-72rtr7 > *, .framer-IF3FZ .framer-2rbg9v > *, .framer-IF3FZ .framer-1dgjgo0 > *, .framer-IF3FZ .framer-1ku4nxt > *, .framer-IF3FZ .framer-8qnz33 > *, .framer-IF3FZ .framer-nvm0wg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-IF3FZ.framer-72rtr7 > :first-child, .framer-IF3FZ .framer-2rbg9v > :first-child, .framer-IF3FZ .framer-1652ov8 > :first-child, .framer-IF3FZ .framer-1997j4v > :first-child, .framer-IF3FZ .framer-m4k8qw > :first-child, .framer-IF3FZ .framer-5nxqdx > :first-child, .framer-IF3FZ .framer-1trg37b > :first-child, .framer-IF3FZ .framer-4vbsmo > :first-child, .framer-IF3FZ .framer-1c8e8vx > :first-child, .framer-IF3FZ .framer-1ff03p7 > :first-child, .framer-IF3FZ .framer-1ki1j9r > :first-child, .framer-IF3FZ .framer-7005s6 > :first-child, .framer-IF3FZ .framer-1tb0ldm > :first-child, .framer-IF3FZ .framer-1dgjgo0 > :first-child, .framer-IF3FZ .framer-1eqg73c > :first-child, .framer-IF3FZ .framer-1ku4nxt > :first-child, .framer-IF3FZ .framer-1r4wzsg > :first-child, .framer-IF3FZ .framer-8qnz33 > :first-child, .framer-IF3FZ .framer-x5egoi > :first-child, .framer-IF3FZ .framer-nvm0wg > :first-child, .framer-IF3FZ .framer-sj89e9 > :first-child, .framer-IF3FZ .framer-168lux9 > :first-child { margin-top: 0px; } .framer-IF3FZ.framer-72rtr7 > :last-child, .framer-IF3FZ .framer-2rbg9v > :last-child, .framer-IF3FZ .framer-1652ov8 > :last-child, .framer-IF3FZ .framer-1997j4v > :last-child, .framer-IF3FZ .framer-m4k8qw > :last-child, .framer-IF3FZ .framer-5nxqdx > :last-child, .framer-IF3FZ .framer-1trg37b > :last-child, .framer-IF3FZ .framer-4vbsmo > :last-child, .framer-IF3FZ .framer-1c8e8vx > :last-child, .framer-IF3FZ .framer-1ff03p7 > :last-child, .framer-IF3FZ .framer-1ki1j9r > :last-child, .framer-IF3FZ .framer-7005s6 > :last-child, .framer-IF3FZ .framer-1tb0ldm > :last-child, .framer-IF3FZ .framer-1dgjgo0 > :last-child, .framer-IF3FZ .framer-1eqg73c > :last-child, .framer-IF3FZ .framer-1ku4nxt > :last-child, .framer-IF3FZ .framer-1r4wzsg > :last-child, .framer-IF3FZ .framer-8qnz33 > :last-child, .framer-IF3FZ .framer-x5egoi > :last-child, .framer-IF3FZ .framer-nvm0wg > :last-child, .framer-IF3FZ .framer-sj89e9 > :last-child, .framer-IF3FZ .framer-168lux9 > :last-child { margin-bottom: 0px; } .framer-IF3FZ .framer-1652ov8 > *, .framer-IF3FZ .framer-4vbsmo > *, .framer-IF3FZ .framer-1ff03p7 > *, .framer-IF3FZ .framer-7005s6 > *, .framer-IF3FZ .framer-168lux9 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-IF3FZ .framer-1997j4v > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-IF3FZ .framer-1gu7xyj > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-IF3FZ .framer-1gu7xyj > :first-child, .framer-IF3FZ .framer-paqnzh > :first-child, .framer-IF3FZ .framer-rz3wr9 > :first-child, .framer-IF3FZ .framer-4slwv7 > :first-child, .framer-IF3FZ .framer-nzk2l > :first-child, .framer-IF3FZ .framer-8a6ef4 > :first-child, .framer-IF3FZ .framer-1t8trbj > :first-child, .framer-IF3FZ .framer-3v3sz3 > :first-child, .framer-IF3FZ .framer-ndchdm > :first-child, .framer-IF3FZ .framer-1mjp8ow > :first-child, .framer-IF3FZ .framer-1wl3idi > :first-child, .framer-IF3FZ .framer-1rsp6ce > :first-child, .framer-IF3FZ .framer-qmp0xq > :first-child, .framer-IF3FZ .framer-qj0d22 > :first-child, .framer-IF3FZ .framer-1sjgswb > :first-child, .framer-IF3FZ .framer-1lds7ge > :first-child, .framer-IF3FZ .framer-o3nd9q > :first-child { margin-left: 0px; } .framer-IF3FZ .framer-1gu7xyj > :last-child, .framer-IF3FZ .framer-paqnzh > :last-child, .framer-IF3FZ .framer-rz3wr9 > :last-child, .framer-IF3FZ .framer-4slwv7 > :last-child, .framer-IF3FZ .framer-nzk2l > :last-child, .framer-IF3FZ .framer-8a6ef4 > :last-child, .framer-IF3FZ .framer-1t8trbj > :last-child, .framer-IF3FZ .framer-3v3sz3 > :last-child, .framer-IF3FZ .framer-ndchdm > :last-child, .framer-IF3FZ .framer-1mjp8ow > :last-child, .framer-IF3FZ .framer-1wl3idi > :last-child, .framer-IF3FZ .framer-1rsp6ce > :last-child, .framer-IF3FZ .framer-qmp0xq > :last-child, .framer-IF3FZ .framer-qj0d22 > :last-child, .framer-IF3FZ .framer-1sjgswb > :last-child, .framer-IF3FZ .framer-1lds7ge > :last-child, .framer-IF3FZ .framer-o3nd9q > :last-child { margin-right: 0px; } .framer-IF3FZ .framer-m4k8qw > *, .framer-IF3FZ .framer-1trg37b > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-IF3FZ .framer-paqnzh > *, .framer-IF3FZ .framer-rz3wr9 > *, .framer-IF3FZ .framer-nzk2l > *, .framer-IF3FZ .framer-8a6ef4 > *, .framer-IF3FZ .framer-o3nd9q > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-IF3FZ .framer-5nxqdx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-IF3FZ .framer-4slwv7 > *, .framer-IF3FZ .framer-3v3sz3 > *, .framer-IF3FZ .framer-ndchdm > *, .framer-IF3FZ .framer-1mjp8ow > *, .framer-IF3FZ .framer-1wl3idi > *, .framer-IF3FZ .framer-qmp0xq > *, .framer-IF3FZ .framer-qj0d22 > *, .framer-IF3FZ .framer-1sjgswb > *, .framer-IF3FZ .framer-1lds7ge > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-IF3FZ .framer-1c8e8vx > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-IF3FZ .framer-1ki1j9r > *, .framer-IF3FZ .framer-1tb0ldm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-IF3FZ .framer-1t8trbj > *, .framer-IF3FZ .framer-1rsp6ce > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-IF3FZ .framer-1eqg73c > *, .framer-IF3FZ .framer-1r4wzsg > *, .framer-IF3FZ .framer-x5egoi > *, .framer-IF3FZ .framer-sj89e9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-IF3FZ[data-border=\"true\"]::after, .framer-IF3FZ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-IF3FZ { background: rgb(0, 0, 0); } .framer-IF3FZ.framer-72rtr7 { width: 810px; } .framer-IF3FZ .framer-2rbg9v { padding: 200px 48px 120px 48px; } .framer-IF3FZ .framer-1652ov8, .framer-IF3FZ .framer-paqnzh, .framer-IF3FZ .framer-rz3wr9, .framer-IF3FZ .framer-168lux9, .framer-IF3FZ .framer-2972cs-container { width: 100%; } .framer-IF3FZ .framer-m4k8qw, .framer-IF3FZ .framer-1trg37b { padding: 0px 48px 120px 48px; width: 810px; } .framer-IF3FZ .framer-5nxqdx { display: block; height: 801px; padding: unset; width: 100%; } .framer-IF3FZ .framer-296da1-container, .framer-IF3FZ .framer-12101b7-container, .framer-IF3FZ .framer-1efxd8u-container { height: 400px; } .framer-IF3FZ .framer-4slwv7 { padding: 0px 48px 120px 48px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-IF3FZ .framer-5nxqdx { gap: 0px; } .framer-IF3FZ .framer-5nxqdx > *, .framer-IF3FZ .framer-5nxqdx > :first-child, .framer-IF3FZ .framer-5nxqdx > :last-child { margin: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-IF3FZ { background: rgb(0, 0, 0); } .framer-IF3FZ.framer-72rtr7 { width: 390px; } .framer-IF3FZ .framer-16thp0o-container { top: 16px; } .framer-IF3FZ .framer-2rbg9v { padding: 120px 16px 40px 16px; } .framer-IF3FZ .framer-1652ov8, .framer-IF3FZ .framer-168lux9, .framer-IF3FZ .framer-2972cs-container { width: 100%; } .framer-IF3FZ .framer-m4k8qw { padding: 24px 16px 40px 16px; width: 100%; } .framer-IF3FZ .framer-paqnzh, .framer-IF3FZ .framer-rz3wr9 { gap: unset; justify-content: space-between; width: 100%; } .framer-IF3FZ .framer-i2gj3f, .framer-IF3FZ .framer-1fdmxmj { flex: none; width: 0px; } .framer-IF3FZ .framer-5nxqdx { height: 400px; width: 359px; } .framer-IF3FZ .framer-1trg37b { padding: 24px 16px 80px 16px; width: 100%; } .framer-IF3FZ .framer-296da1-container, .framer-IF3FZ .framer-12101b7-container, .framer-IF3FZ .framer-1efxd8u-container { height: 202px; } .framer-IF3FZ .framer-4slwv7 { padding: 0px 16px 80px 16px; } .framer-IF3FZ .framer-1c8e8vx { gap: 80px; } .framer-IF3FZ .framer-7005s6 { gap: 24px; } .framer-IF3FZ .framer-1t8trbj, .framer-IF3FZ .framer-1rsp6ce { flex-direction: column; } .framer-IF3FZ .framer-1dgjgo0, .framer-IF3FZ .framer-nvm0wg { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-IF3FZ .framer-1ku4nxt, .framer-IF3FZ .framer-8qnz33 { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-IF3FZ .framer-paqnzh, .framer-IF3FZ .framer-rz3wr9, .framer-IF3FZ .framer-1c8e8vx, .framer-IF3FZ .framer-7005s6, .framer-IF3FZ .framer-1t8trbj, .framer-IF3FZ .framer-1rsp6ce { gap: 0px; } .framer-IF3FZ .framer-paqnzh > *, .framer-IF3FZ .framer-paqnzh > :first-child, .framer-IF3FZ .framer-paqnzh > :last-child, .framer-IF3FZ .framer-rz3wr9 > *, .framer-IF3FZ .framer-rz3wr9 > :first-child, .framer-IF3FZ .framer-rz3wr9 > :last-child { margin: 0px; } .framer-IF3FZ .framer-1c8e8vx > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-IF3FZ .framer-1c8e8vx > :first-child, .framer-IF3FZ .framer-7005s6 > :first-child, .framer-IF3FZ .framer-1t8trbj > :first-child, .framer-IF3FZ .framer-1rsp6ce > :first-child { margin-top: 0px; } .framer-IF3FZ .framer-1c8e8vx > :last-child, .framer-IF3FZ .framer-7005s6 > :last-child, .framer-IF3FZ .framer-1t8trbj > :last-child, .framer-IF3FZ .framer-1rsp6ce > :last-child { margin-bottom: 0px; } .framer-IF3FZ .framer-7005s6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-IF3FZ .framer-1t8trbj > *, .framer-IF3FZ .framer-1rsp6ce > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}`,`@media (min-width: 1200px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-IF3FZ { background: rgb(0, 0, 0); } .framer-IF3FZ.framer-72rtr7 { width: 1200px; } .framer-IF3FZ .framer-2rbg9v { padding: 200px 180px 120px 180px; } .framer-IF3FZ .framer-1652ov8 { width: 100%; } .framer-IF3FZ .framer-m4k8qw, .framer-IF3FZ .framer-1trg37b { padding: 0px 180px 120px 180px; width: 1200px; } .framer-IF3FZ .framer-4slwv7 { padding: 0px 180px 160px 180px; }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6917.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xawIChTct\":{\"layout\":[\"fixed\",\"auto\"]},\"G3ZrQu2Nb\":{\"layout\":[\"fixed\",\"auto\"]},\"dsKASOgTQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-IF3FZ\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6917.5,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"IBM Plex Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n5i0g1l9kn-s.woff2\",weight:\"400\"}]},...SectionsHeaderFonts,...ElementsFAQItemFonts,...ButtonsButton2Fonts,...YouTubeFonts,...AppleMusicFonts,...SpotifyFonts,...ElementsWorkItemFonts,...SectionsFooterFonts,...CursorFonts,...BigTextCursorFonts,...CursorTextFonts,...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\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xawIChTct\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G3ZrQu2Nb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dsKASOgTQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"6917.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "musicRegex", "AppleMusic", "urlType", "url", "style", "props", "embedUrl", "se", "ref", "country", "type", "id", "songId", "p", "motion", "containerStyles", "u", "emptyStateStyle", "stateTitleStyle", "stateParagraphStyle", "addPropertyControls", "ControlType", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "getWebPSupported", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "format", "useWebP", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "urlRegex", "Spotify", "props", "theme", "sourceUrl", "identifier", "te", "strippedUrl", "url", "p", "addPropertyControls", "ControlType", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerHDIjnPsOM", "withCSS", "HDIjnPsOM_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Button3Fonts", "getFonts", "HDIjnPsOM_default", "MotionDivWithFX", "withFX", "motion", "ButtonsButtonFonts", "kIge2YdBH_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "formVariants", "form", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapgjurqr", "args", "onTap1vu1x49", "onTapmgsakc", "CtEqd33n71cdpt77", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "router", "useRouter", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "FormContainer", "formState", "l", "FormPlainTextInput2", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "css", "FramergzC090QB_", "withCSS", "gzC090QB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SectionsHeaderFonts", "getFonts", "TrXRLHhea_default", "ElementsFAQItemFonts", "gzC090QB_default", "ButtonsButton2Fonts", "Ukg7pgBti_default", "ContainerWithFX", "withFX", "Container", "ImageWithFX", "Image2", "YouTubeFonts", "Youtube", "AppleMusicFonts", "AppleMusic", "SpotifyFonts", "Spotify", "MotionDivWithFX", "motion", "ElementsWorkItemFonts", "n_KCRw5fi_default", "SectionsFooterFonts", "NAk1nheiK_default", "CursorFonts", "oSrcOxA76_default", "BigTextCursorFonts", "Rx23E0KOl_default", "CursorTextFonts", "k1nvQzQK_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "textEffect", "textEffect1", "animation1", "transition3", "animation2", "animation3", "transition4", "animation4", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "oSrcOxA76_default", "cursor1", "Rx23E0KOl_default", "cursor2", "k1nvQzQK_default", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "TrXRLHhea_default", "RichText2", "x", "gzC090QB_default", "ResolveLinks", "resolvedLinks", "ContainerWithFX", "Ukg7pgBti_default", "Link", "getLoadingLazyAtYPosition", "ImageWithFX", "Youtube", "AppleMusic", "Spotify", "MotionDivWithFX", "SVG", "resolvedLinks1", "n_KCRw5fi_default", "NAk1nheiK_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "SectionsHeaderFonts", "ElementsFAQItemFonts", "ButtonsButton2Fonts", "YouTubeFonts", "AppleMusicFonts", "SpotifyFonts", "ElementsWorkItemFonts", "SectionsFooterFonts", "CursorFonts", "BigTextCursorFonts", "CursorTextFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
