{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/SrvHufXuLuAwyoZbdmJ4/1fIHcBWL8GAiBxUknLFc/whckpjQBf.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/EqB2oGdmJ81urPOd5L66/Clipboard.js", "ssg:https://framerusercontent.com/modules/sMUOP5H1Rz8XQG0M5hek/0206279mxEYqhh9NYp1J/K0yVooJ6y.js", "ssg:https://framerusercontent.com/modules/tu4nXOF7AbW9QNWZfy9S/7kBfIstgttk1wa153bbX/z_bVpoZbc.js", "ssg:https://framerusercontent.com/modules/wtyCFyo6NV1qkjH9NGP9/WtZVLaFeRFmOV6QA4vd4/XRzi4Jis_.js", "ssg:https://framerusercontent.com/modules/jBdX2p3OoS4dIWXZxmUT/YhDLaTcqGqckuopr1Wfe/M_p45KrpW.js"],
  "sourcesContent": ["import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-cxkni .framer-styles-preset-1c10iiw:not(.rich-text-wrapper), .framer-cxkni .framer-styles-preset-1c10iiw.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, #313131); --framer-link-text-decoration: underline; }\"];export const className=\"framer-cxkni\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard({label,content,fill,color,style,onClick,...props}){const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return(/*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,fontFamily,fontWeight,fontSize,color,...style},onClick:handleClick,whileHover:{opacity:0.8},whileTap:{scale:0.9},transition:{type:\"ease\",duration:0.3},...props,children:label}));};Clipboard.defaultProps={label:\"Copy to clipboard\",color:\"#fff\",fontSize:16,fontFamily:\"Inter\",fontWeight:500,padding:15,borderRadius:8};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\"},fill:{type:ControlType.Color,title:\"Fill\"},color:{type:ControlType.Color,title:\"Text\"},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"90\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "// Generated by Framer (a4439fa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/EqB2oGdmJ81urPOd5L66/Clipboard.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/SrvHufXuLuAwyoZbdmJ4/1fIHcBWL8GAiBxUknLFc/whckpjQBf.js\";const ClipboardFonts=getFonts(Clipboard);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"yj5MlSdY7\",\"wCqXaxlhl\",\"co0MGo2FT\",\"gIw4eqv0G\"];const serializationHash=\"framer-XALfF\";const variantClassNames={co0MGo2FT:\"framer-v-1cy06rj\",gIw4eqv0G:\"framer-v-gzb7wj\",wCqXaxlhl:\"framer-v-eix9lr\",yj5MlSdY7:\"framer-v-1kh4vhf\"};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:120};const transition2={damping:80,delay:.4,mass:1,stiffness:300,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:120};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"yj5MlSdY7\",Mobile:\"wCqXaxlhl\",Tablet:\"co0MGo2FT\",XL:\"gIw4eqv0G\"};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:\"yj5MlSdY7\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yj5MlSdY7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1kh4vhf\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"yj5MlSdY7\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-4aa11de2-a598-48de-a752-1cccc421cc75, rgb(238, 238, 238))\",...style},...addPropertyOverrides({co0MGo2FT:{\"data-framer-name\":\"Tablet\"},gIw4eqv0G:{\"data-framer-name\":\"XL\"},wCqXaxlhl:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(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-35cpjd\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"igbYaXVwt\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zkepib\",\"data-framer-name\":\"610113a81416d64973f05e5c_icon-smile.svg\",layoutDependency:layoutDependency,layoutId:\"I51:165;51:132\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kzo90f\",\"data-framer-name\":\"610113a81416d64973f05e5c_icon-smile.svg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:71,intrinsicWidth:70,layoutDependency:layoutDependency,layoutId:\"I51:165;51:133\",svg:'<svg width=\"70\" height=\"71\" viewBox=\"0 0 70 71\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_171_3)\">\\n<path d=\"M35 70.1572C54.33 70.1572 70 54.4872 70 35.1572C70 15.8273 54.33 0.157227 35 0.157227C15.67 0.157227 0 15.8273 0 35.1572C0 54.4872 15.67 70.1572 35 70.1572Z\" fill=\"white\"/>\\n<path d=\"M48.8106 43.9819C45.4026 48.3116 40.6134 51.0059 35.3093 51.0059C29.8791 51.0059 24.9887 48.1821 21.5674 43.6706\" stroke=\"#131E3C\" stroke-width=\"3.02703\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.9457 20.9683C30.513 20.9683 31.7836 24.2717 31.7836 28.3466C31.7836 32.4216 30.513 35.725 28.9457 35.725C27.3785 35.725 26.1079 32.4216 26.1079 28.3466C26.1079 24.2717 27.3785 20.9683 28.9457 20.9683ZM41.0539 20.9683C42.6212 20.9683 43.8917 24.2717 43.8917 28.3466C43.8917 32.4216 42.6212 35.725 41.0539 35.725C39.4866 35.725 38.216 32.4216 38.216 28.3466C38.216 24.2717 39.4866 20.9683 41.0539 20.9683Z\" fill=\"#131E3C\"/>\\n<path d=\"M46.9188 42.9141L49.9458 45.5627\" stroke=\"#131E3C\" stroke-width=\"1.51351\" stroke-linecap=\"round\"/>\\n<path d=\"M23.4596 42.9141L20.4326 45.5627\" stroke=\"#131E3C\" stroke-width=\"1.51351\" stroke-linecap=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_171_3\">\\n<rect width=\"70\" height=\"70\" fill=\"white\" transform=\"translate(0 0.157227)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bxad7r\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"I51:165;51:141\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uqyob4\",\"data-framer-name\":\"Footer-link-wrapper\",layoutDependency:layoutDependency,layoutId:\"I51:165;51:142\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ol5dxf\",\"data-framer-name\":\"Email\",layoutDependency:layoutDependency,layoutId:\"I51:165;51:143\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\",\"--framer-text-transform\":\"uppercase\"},children:\"email\"})}),className:\"framer-1cpo8xa\",\"data-framer-name\":\"email\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"I51:165;51:144\",style:{\"--extracted-r6o4lv\":\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-decoration\":\"underline\"},children:\"godsonc.jnr@gmail.com\"}),\" \u2192\"]})}),className:\"framer-1cupbk5\",\"data-framer-name\":\"hello@hakeem.com \u2192\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"I51:165;51:145\",style:{\"--extracted-r6o4lv\":\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49))\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({wCqXaxlhl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-decoration\":\"underline\"},children:\"godsonc.jnr@gmail.com\"}),\" \u2192\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qoeju1-container\",layoutDependency:layoutDependency,layoutId:\"yJ5zOhvIp-container\",style:{opacity:.5},children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,color:\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49))\",content:\"godsonc.jnr@gmail.com\",fill:\"rgba(0, 153, 255, 0)\",font:false,fontFamily:\"Space Grotesk\",fontSize:18,fontWeight:500,height:\"100%\",id:\"yJ5zOhvIp\",isMixedBorderRadius:false,label:\"Copy email address\",layoutId:\"yJ5zOhvIp\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,topLeftRadius:8,topRightRadius:8,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lazwmh\",layoutDependency:layoutDependency,layoutId:\"mLYv_CEyX\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qlrv5d\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"I51:165;51:147\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\",\"--framer-text-transform\":\"uppercase\"},children:\"connect\"})}),className:\"framer-1k0bbld\",\"data-framer-name\":\"connect\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"I51:165;51:148\",style:{\"--extracted-r6o4lv\":\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x0kbs7\",layoutDependency:layoutDependency,layoutId:\"wd5A_Jduz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/godsoncjnr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1c10iiw\",\"data-styles-preset\":\"whckpjQBf\",children:\"Instagram\"})})})}),className:\"framer-1s4y0g\",\"data-framer-name\":\"Instagram\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"I51:165;51:151\",style:{\"--extracted-r6o4lv\":\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49))\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({wCqXaxlhl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/godsoncjnr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1c10iiw\",\"data-styles-preset\":\"whckpjQBf\",children:\"Instagram\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/godsoncjnr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1c10iiw\",\"data-styles-preset\":\"whckpjQBf\",children:\"Twitter\"})})})}),className:\"framer-6jmup\",\"data-framer-name\":\"Twitter\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"I51:165;51:150\",style:{\"--extracted-r6o4lv\":\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49))\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({wCqXaxlhl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/godsoncjnr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1c10iiw\",\"data-styles-preset\":\"whckpjQBf\",children:\"Twitter\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/godsoncjnr/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1c10iiw\",\"data-styles-preset\":\"whckpjQBf\",children:\"LinkedIn\"})})})}),className:\"framer-1n0fnia\",\"data-framer-name\":\"LinkedIn\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"I51:165;51:149\",style:{\"--extracted-r6o4lv\":\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49))\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({wCqXaxlhl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(49, 49, 49)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/godsoncjnr/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1c10iiw\",\"data-styles-preset\":\"whckpjQBf\",children:\"LinkedIn\"})})})})}},baseVariant,gestureVariant)})]})]})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XALfF.framer-1qd4pww, .framer-XALfF .framer-1qd4pww { display: block; }\",\".framer-XALfF.framer-1kh4vhf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-XALfF .framer-35cpjd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 32px 64px 32px 64px; position: relative; width: 100%; }\",\".framer-XALfF .framer-zkepib { flex: none; height: 70px; overflow: visible; position: relative; width: 70px; }\",\".framer-XALfF .framer-1kzo90f { flex: none; height: 71px; left: calc(50% - 70px / 2); position: absolute; top: calc(50% - 71px / 2); width: 70px; }\",\".framer-XALfF .framer-bxad7r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XALfF .framer-1uqyob4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XALfF .framer-ol5dxf, .framer-XALfF .framer-1qlrv5d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XALfF .framer-1cpo8xa, .framer-XALfF .framer-1cupbk5, .framer-XALfF .framer-1k0bbld, .framer-XALfF .framer-1s4y0g, .framer-XALfF .framer-6jmup, .framer-XALfF .framer-1n0fnia { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-XALfF .framer-qoeju1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-XALfF .framer-lazwmh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XALfF .framer-1x0kbs7 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XALfF.framer-1kh4vhf, .framer-XALfF .framer-35cpjd, .framer-XALfF .framer-bxad7r, .framer-XALfF .framer-ol5dxf, .framer-XALfF .framer-lazwmh, .framer-XALfF .framer-1qlrv5d, .framer-XALfF .framer-1x0kbs7 { gap: 0px; } .framer-XALfF.framer-1kh4vhf > *, .framer-XALfF .framer-35cpjd > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-XALfF.framer-1kh4vhf > :first-child, .framer-XALfF .framer-35cpjd > :first-child, .framer-XALfF .framer-bxad7r > :first-child, .framer-XALfF .framer-ol5dxf > :first-child, .framer-XALfF .framer-1qlrv5d > :first-child { margin-top: 0px; } .framer-XALfF.framer-1kh4vhf > :last-child, .framer-XALfF .framer-35cpjd > :last-child, .framer-XALfF .framer-bxad7r > :last-child, .framer-XALfF .framer-ol5dxf > :last-child, .framer-XALfF .framer-1qlrv5d > :last-child { margin-bottom: 0px; } .framer-XALfF .framer-bxad7r > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-XALfF .framer-ol5dxf > *, .framer-XALfF .framer-1qlrv5d > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XALfF .framer-lazwmh > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-XALfF .framer-lazwmh > :first-child, .framer-XALfF .framer-1x0kbs7 > :first-child { margin-left: 0px; } .framer-XALfF .framer-lazwmh > :last-child, .framer-XALfF .framer-1x0kbs7 > :last-child { margin-right: 0px; } .framer-XALfF .framer-1x0kbs7 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-XALfF.framer-v-eix9lr.framer-1kh4vhf { width: 500px; }\",\".framer-XALfF.framer-v-eix9lr .framer-35cpjd { gap: 40px; padding: 32px 20px 52px 20px; }\",\".framer-XALfF.framer-v-eix9lr .framer-bxad7r, .framer-XALfF.framer-v-1cy06rj .framer-bxad7r { gap: 64px; }\",\".framer-XALfF.framer-v-eix9lr .framer-1uqyob4, .framer-XALfF.framer-v-1cy06rj .framer-1uqyob4 { flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-XALfF.framer-v-eix9lr .framer-ol5dxf { gap: 4px; order: 0; width: 100%; }\",\".framer-XALfF.framer-v-eix9lr .framer-1cupbk5 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-XALfF.framer-v-eix9lr .framer-lazwmh { flex-direction: column; order: 1; }\",\".framer-XALfF.framer-v-eix9lr .framer-1qlrv5d { gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XALfF.framer-v-eix9lr .framer-35cpjd, .framer-XALfF.framer-v-eix9lr .framer-bxad7r, .framer-XALfF.framer-v-eix9lr .framer-1uqyob4, .framer-XALfF.framer-v-eix9lr .framer-ol5dxf, .framer-XALfF.framer-v-eix9lr .framer-lazwmh, .framer-XALfF.framer-v-eix9lr .framer-1qlrv5d { gap: 0px; } .framer-XALfF.framer-v-eix9lr .framer-35cpjd > *, .framer-XALfF.framer-v-eix9lr .framer-1uqyob4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-XALfF.framer-v-eix9lr .framer-35cpjd > :first-child, .framer-XALfF.framer-v-eix9lr .framer-bxad7r > :first-child, .framer-XALfF.framer-v-eix9lr .framer-1uqyob4 > :first-child, .framer-XALfF.framer-v-eix9lr .framer-ol5dxf > :first-child, .framer-XALfF.framer-v-eix9lr .framer-lazwmh > :first-child, .framer-XALfF.framer-v-eix9lr .framer-1qlrv5d > :first-child { margin-top: 0px; } .framer-XALfF.framer-v-eix9lr .framer-35cpjd > :last-child, .framer-XALfF.framer-v-eix9lr .framer-bxad7r > :last-child, .framer-XALfF.framer-v-eix9lr .framer-1uqyob4 > :last-child, .framer-XALfF.framer-v-eix9lr .framer-ol5dxf > :last-child, .framer-XALfF.framer-v-eix9lr .framer-lazwmh > :last-child, .framer-XALfF.framer-v-eix9lr .framer-1qlrv5d > :last-child { margin-bottom: 0px; } .framer-XALfF.framer-v-eix9lr .framer-bxad7r > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-XALfF.framer-v-eix9lr .framer-ol5dxf > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-XALfF.framer-v-eix9lr .framer-lazwmh > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-XALfF.framer-v-eix9lr .framer-1qlrv5d > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-XALfF.framer-v-1cy06rj.framer-1kh4vhf { width: 666px; }\",\".framer-XALfF.framer-v-1cy06rj .framer-35cpjd { padding: 32px 40px 32px 40px; }\",\".framer-XALfF.framer-v-1cy06rj .framer-ol5dxf { order: 0; }\",\".framer-XALfF.framer-v-1cy06rj .framer-lazwmh { gap: 64px; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XALfF.framer-v-1cy06rj .framer-bxad7r, .framer-XALfF.framer-v-1cy06rj .framer-1uqyob4, .framer-XALfF.framer-v-1cy06rj .framer-lazwmh { gap: 0px; } .framer-XALfF.framer-v-1cy06rj .framer-bxad7r > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-XALfF.framer-v-1cy06rj .framer-bxad7r > :first-child, .framer-XALfF.framer-v-1cy06rj .framer-1uqyob4 > :first-child { margin-top: 0px; } .framer-XALfF.framer-v-1cy06rj .framer-bxad7r > :last-child, .framer-XALfF.framer-v-1cy06rj .framer-1uqyob4 > :last-child { margin-bottom: 0px; } .framer-XALfF.framer-v-1cy06rj .framer-1uqyob4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-XALfF.framer-v-1cy06rj .framer-lazwmh > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-XALfF.framer-v-1cy06rj .framer-lazwmh > :first-child { margin-left: 0px; } .framer-XALfF.framer-v-1cy06rj .framer-lazwmh > :last-child { margin-right: 0px; } }\",\".framer-XALfF.framer-v-gzb7wj.framer-1kh4vhf { width: 1400px; }\",\".framer-XALfF.framer-v-gzb7wj .framer-35cpjd { width: 85%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 313\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wCqXaxlhl\":{\"layout\":[\"fixed\",\"auto\"]},\"co0MGo2FT\":{\"layout\":[\"fixed\",\"auto\"]},\"gIw4eqv0G\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerK0yVooJ6y=withCSS(Component,css,\"framer-XALfF\");export default FramerK0yVooJ6y;FramerK0yVooJ6y.displayName=\"Footer\";FramerK0yVooJ6y.defaultProps={height:313,width:1200};addPropertyControls(FramerK0yVooJ6y,{variant:{options:[\"yj5MlSdY7\",\"wCqXaxlhl\",\"co0MGo2FT\",\"gIw4eqv0G\"],optionTitles:[\"Variant 1\",\"Mobile\",\"Tablet\",\"XL\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerK0yVooJ6y,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]},...ClipboardFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerK0yVooJ6y\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wCqXaxlhl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"co0MGo2FT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gIw4eqv0G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"313\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-R7Q9R .framer-styles-preset-ocgqqv:not(.rich-text-wrapper), .framer-R7Q9R .framer-styles-preset-ocgqqv.rich-text-wrapper a { --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, #313131); --framer-link-text-decoration: none; }\"];export const className=\"framer-R7Q9R\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a4439fa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"oEK2xgfGh\",\"eyGGOzzlC\",\"cBuGK3b1b\",\"LG84KZIOL\",\"E0Q8U0lAs\"];const serializationHash=\"framer-Fwo8V\";const variantClassNames={cBuGK3b1b:\"framer-v-ono6jw\",E0Q8U0lAs:\"framer-v-1snkcr0\",eyGGOzzlC:\"framer-v-64ppyo\",LG84KZIOL:\"framer-v-7b97mi\",oEK2xgfGh:\"framer-v-1vlutw9\"};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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"oEK2xgfGh\",\"Variant 2\":\"eyGGOzzlC\",\"Variant 3\":\"cBuGK3b1b\",\"Variant 4\":\"LG84KZIOL\",\"Variant 5\":\"E0Q8U0lAs\"};const getProps=({fontSize,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,GiUPWyC4G:(_ref=fontSize!==null&&fontSize!==void 0?fontSize:props.GiUPWyC4G)!==null&&_ref!==void 0?_ref:15,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"oEK2xgfGh\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,GiUPWyC4G,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oEK2xgfGh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear10usw7z=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),5e3);});useOnVariantChange(baseVariant,{default:onAppear10usw7z});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1vlutw9\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"oEK2xgfGh\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,...style},...addPropertyOverrides({cBuGK3b1b:{\"data-framer-name\":\"Variant 3\"},E0Q8U0lAs:{\"data-framer-name\":\"Variant 5\"},eyGGOzzlC:{\"data-framer-name\":\"Variant 2\"},LG84KZIOL:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1maz00w\",\"data-framer-name\":\"Property 1=Default\",layoutDependency:layoutDependency,layoutId:\"xUQF0gXiz\",transformTemplate:transformTemplate1,...addPropertyOverrides({cBuGK3b1b:{transformTemplate:undefined},E0Q8U0lAs:{transformTemplate:undefined},eyGGOzzlC:{transformTemplate:undefined},LG84KZIOL:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-GiUPWyC4G-XRzi4Jis_) * 1px)\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33)))\"},children:[\"is probably at the gym\",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO01pZ3JhIEV4dHJhbGlnaHQ=\",\"--framer-font-family\":'\"Migra Extralight\", \"Migra Extralight Placeholder\", sans-serif'},children:\" \uD83C\uDFCB\uD83C\uDFFE\uD83D\uDC5F\"})]})}),className:\"framer-o1clft\",\"data-framer-name\":\"is probably at the gym \uD83C\uDFCB\uD83C\uDFFE\uD83D\uDC5F\",fonts:[\"GF;Inter-regular\",\"CUSTOM;Migra Extralight\"],layoutDependency:layoutDependency,layoutId:\"qxrj5OiCP\",style:{\"--extracted-r6o4lv\":\"var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33))\",\"--variable-reference-GiUPWyC4G-XRzi4Jis_\":GiUPWyC4G},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-czk4n3\",\"data-framer-name\":\"Property 1=Variant2\",layoutDependency:layoutDependency,layoutId:\"kCW6CoZUd\",transformTemplate:transformTemplate2,...addPropertyOverrides({cBuGK3b1b:{transformTemplate:undefined},E0Q8U0lAs:{transformTemplate:undefined},eyGGOzzlC:{transformTemplate:transformTemplate3},LG84KZIOL:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01pZ3JhIEV4dHJhbGlnaHQ=\",\"--framer-font-family\":'\"Migra Extralight\", serif',\"--framer-font-size\":\"calc(var(--variable-reference-GiUPWyC4G-XRzi4Jis_) * 1px)\",\"--framer-line-height\":\"32px\"},children:\"is  teaching design \uD83D\uDC68\uD83C\uDFFF\u200D\uD83D\uDCBB\"})}),className:\"framer-18hhhmq\",\"data-framer-name\":\"is teaching design \uD83D\uDC68\uD83C\uDFFF\u200D\uD83D\uDCBB\",fonts:[\"CUSTOM;Migra Extralight\"],layoutDependency:layoutDependency,layoutId:\"Pm_pk3anZ\",style:{\"--variable-reference-GiUPWyC4G-XRzi4Jis_\":GiUPWyC4G},variants:{eyGGOzzlC:{\"--extracted-r6o4lv\":\"var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({eyGGOzzlC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-GiUPWyC4G-XRzi4Jis_) * 1px)\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33)))\"},children:[\"is teaching design\",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO01pZ3JhIEV4dHJhbGlnaHQ=\",\"--framer-font-family\":'\"Migra Extralight\", \"Migra Extralight Placeholder\", sans-serif'},children:\" \uD83D\uDC68\uD83C\uDFFF\u200D\uD83D\uDCBB\"})]})}),fonts:[\"GF;Inter-regular\",\"CUSTOM;Migra Extralight\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-luljfs\",\"data-framer-name\":\"Property 1=Variant3\",layoutDependency:layoutDependency,layoutId:\"mJh7gjr2f\",transformTemplate:transformTemplate2,...addPropertyOverrides({cBuGK3b1b:{transformTemplate:transformTemplate3},E0Q8U0lAs:{transformTemplate:undefined},eyGGOzzlC:{transformTemplate:undefined},LG84KZIOL:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01pZ3JhIEV4dHJhbGlnaHQ=\",\"--framer-font-family\":'\"Migra Extralight\", serif',\"--framer-font-size\":\"calc(var(--variable-reference-GiUPWyC4G-XRzi4Jis_) * 1px)\",\"--framer-line-height\":\"32px\"},children:\"is  most likely making pasta \uD83C\uDF5D\"})}),className:\"framer-i9yx8o\",\"data-framer-name\":\"is most likely making pasta \uD83C\uDF5D\",fonts:[\"CUSTOM;Migra Extralight\"],layoutDependency:layoutDependency,layoutId:\"Iqug6yJtX\",style:{\"--variable-reference-GiUPWyC4G-XRzi4Jis_\":GiUPWyC4G},variants:{cBuGK3b1b:{\"--extracted-r6o4lv\":\"var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({cBuGK3b1b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItMzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-GiUPWyC4G-XRzi4Jis_) * 1px)\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33)))\"},children:[\"is most likely making pasta\",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO01pZ3JhIEV4dHJhbGlnaHQ=\",\"--framer-font-family\":'\"Migra Extralight\", \"Migra Extralight Placeholder\", sans-serif',\"--framer-font-weight\":\"400\"},children:\" \uD83C\uDF5D\"})]})}),fonts:[\"GF;Inter-300\",\"CUSTOM;Migra Extralight\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tqyvdj\",\"data-framer-name\":\"Property 1=Variant4\",layoutDependency:layoutDependency,layoutId:\"vW0dZvu_H\",transformTemplate:transformTemplate2,...addPropertyOverrides({cBuGK3b1b:{transformTemplate:undefined},E0Q8U0lAs:{transformTemplate:undefined},eyGGOzzlC:{transformTemplate:undefined},LG84KZIOL:{transformTemplate:transformTemplate3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01pZ3JhIEV4dHJhbGlnaHQ=\",\"--framer-font-family\":'\"Migra Extralight\", serif',\"--framer-font-size\":\"calc(var(--variable-reference-GiUPWyC4G-XRzi4Jis_) * 1px)\",\"--framer-line-height\":\"32px\"},children:\"is styling an outfit  \uD83D\uDC54\"})}),className:\"framer-8og2lr\",\"data-framer-name\":\"is styling an outfit \uD83D\uDC54\",fonts:[\"CUSTOM;Migra Extralight\"],layoutDependency:layoutDependency,layoutId:\"tgUVEo0hB\",style:{\"--variable-reference-GiUPWyC4G-XRzi4Jis_\":GiUPWyC4G},variants:{LG84KZIOL:{\"--extracted-r6o4lv\":\"var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({LG84KZIOL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItMzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-GiUPWyC4G-XRzi4Jis_) * 1px)\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33)))\"},children:\"is probably scouting for outfits  \uD83D\uDC54\"})}),fonts:[\"GF;Inter-300\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-szd3aj\",\"data-framer-name\":\"Property 1=Variant5\",layoutDependency:layoutDependency,layoutId:\"cXL_JCTMp\",transformTemplate:transformTemplate2,...addPropertyOverrides({cBuGK3b1b:{transformTemplate:undefined},E0Q8U0lAs:{transformTemplate:undefined},eyGGOzzlC:{transformTemplate:undefined},LG84KZIOL:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01pZ3JhIEV4dHJhbGlnaHQ=\",\"--framer-font-family\":'\"Migra Extralight\", serif',\"--framer-font-size\":\"calc(var(--variable-reference-GiUPWyC4G-XRzi4Jis_) * 1px)\",\"--framer-line-height\":\"32px\"},children:\"is exploring the world \uD83C\uDF0F \uD83D\uDEEB\"})}),className:\"framer-3x74ju\",\"data-framer-name\":\"is exploring the world \uD83C\uDF0F \uD83D\uDEEB\",fonts:[\"CUSTOM;Migra Extralight\"],layoutDependency:layoutDependency,layoutId:\"BbXmazkVD\",style:{\"--variable-reference-GiUPWyC4G-XRzi4Jis_\":GiUPWyC4G},variants:{E0Q8U0lAs:{\"--extracted-r6o4lv\":\"var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({E0Q8U0lAs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-GiUPWyC4G-XRzi4Jis_) * 1px)\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33)))\"},children:[\"is exploring the world\",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO01pZ3JhIEV4dHJhbGlnaHQ=\",\"--framer-font-family\":'\"Migra Extralight\", \"Migra Extralight Placeholder\", sans-serif'},children:\" \uD83C\uDF0F \uD83D\uDEEB\"})]})}),fonts:[\"GF;Inter-regular\",\"CUSTOM;Migra Extralight\"]}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Fwo8V.framer-1p5wfjq, .framer-Fwo8V .framer-1p5wfjq { display: block; }\",\".framer-Fwo8V.framer-1vlutw9 { height: 32px; overflow: hidden; position: relative; width: 257px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Fwo8V .framer-1maz00w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 257px; }\",\".framer-Fwo8V .framer-o1clft, .framer-Fwo8V .framer-18hhhmq, .framer-Fwo8V .framer-i9yx8o, .framer-Fwo8V .framer-8og2lr, .framer-Fwo8V .framer-3x74ju { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Fwo8V .framer-czk4n3 { align-content: flex-start; align-items: flex-start; bottom: -32px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px 76px 0px 0px; position: absolute; width: 257px; }\",\".framer-Fwo8V .framer-luljfs { align-content: flex-start; align-items: flex-start; bottom: -64px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; width: 257px; }\",\".framer-Fwo8V .framer-1tqyvdj { align-content: flex-start; align-items: flex-start; bottom: -96px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; width: 257px; }\",\".framer-Fwo8V .framer-szd3aj { align-content: flex-start; align-items: flex-start; bottom: -128px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; width: 257px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Fwo8V .framer-1maz00w, .framer-Fwo8V .framer-czk4n3, .framer-Fwo8V .framer-luljfs, .framer-Fwo8V .framer-1tqyvdj, .framer-Fwo8V .framer-szd3aj { gap: 0px; } .framer-Fwo8V .framer-1maz00w > *, .framer-Fwo8V .framer-czk4n3 > *, .framer-Fwo8V .framer-luljfs > *, .framer-Fwo8V .framer-1tqyvdj > *, .framer-Fwo8V .framer-szd3aj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Fwo8V .framer-1maz00w > :first-child, .framer-Fwo8V .framer-czk4n3 > :first-child, .framer-Fwo8V .framer-luljfs > :first-child, .framer-Fwo8V .framer-1tqyvdj > :first-child, .framer-Fwo8V .framer-szd3aj > :first-child { margin-left: 0px; } .framer-Fwo8V .framer-1maz00w > :last-child, .framer-Fwo8V .framer-czk4n3 > :last-child, .framer-Fwo8V .framer-luljfs > :last-child, .framer-Fwo8V .framer-1tqyvdj > :last-child, .framer-Fwo8V .framer-szd3aj > :last-child { margin-right: 0px; } }\",\".framer-Fwo8V.framer-v-64ppyo .framer-1maz00w { left: 0px; top: -32px; }\",\".framer-Fwo8V.framer-v-64ppyo .framer-czk4n3, .framer-Fwo8V.framer-v-ono6jw .framer-luljfs, .framer-Fwo8V.framer-v-7b97mi .framer-1tqyvdj { bottom: unset; left: 0px; top: 50%; }\",\".framer-Fwo8V.framer-v-64ppyo .framer-luljfs, .framer-Fwo8V.framer-v-ono6jw .framer-1tqyvdj, .framer-Fwo8V.framer-v-7b97mi .framer-szd3aj { bottom: -32px; left: 0px; }\",\".framer-Fwo8V.framer-v-64ppyo .framer-1tqyvdj, .framer-Fwo8V.framer-v-ono6jw .framer-szd3aj { bottom: -64px; left: 0px; }\",\".framer-Fwo8V.framer-v-64ppyo .framer-szd3aj { bottom: -96px; left: 0px; }\",\".framer-Fwo8V.framer-v-ono6jw .framer-1maz00w { left: 0px; top: -64px; }\",\".framer-Fwo8V.framer-v-ono6jw .framer-czk4n3, .framer-Fwo8V.framer-v-7b97mi .framer-luljfs { bottom: unset; left: 0px; top: -32px; }\",\".framer-Fwo8V.framer-v-7b97mi .framer-1maz00w { left: 0px; top: -96px; }\",\".framer-Fwo8V.framer-v-7b97mi .framer-czk4n3 { bottom: unset; left: 0px; top: -64px; }\",\".framer-Fwo8V.framer-v-1snkcr0 .framer-1maz00w { left: 0px; top: -129px; }\",\".framer-Fwo8V.framer-v-1snkcr0 .framer-czk4n3 { bottom: unset; left: 0px; top: -97px; }\",\".framer-Fwo8V.framer-v-1snkcr0 .framer-luljfs { bottom: unset; left: 0px; top: -65px; }\",\".framer-Fwo8V.framer-v-1snkcr0 .framer-1tqyvdj { bottom: unset; left: 0px; top: -33px; }\",\".framer-Fwo8V.framer-v-1snkcr0 .framer-szd3aj { bottom: unset; left: 0px; top: -1px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 257\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"eyGGOzzlC\":{\"layout\":[\"fixed\",\"fixed\"]},\"cBuGK3b1b\":{\"layout\":[\"fixed\",\"fixed\"]},\"LG84KZIOL\":{\"layout\":[\"fixed\",\"fixed\"]},\"E0Q8U0lAs\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"GiUPWyC4G\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXRzi4Jis_=withCSS(Component,css,\"framer-Fwo8V\");export default FramerXRzi4Jis_;FramerXRzi4Jis_.displayName=\"logo-text-switch\";FramerXRzi4Jis_.defaultProps={height:32,width:257};addPropertyControls(FramerXRzi4Jis_,{variant:{options:[\"oEK2xgfGh\",\"eyGGOzzlC\",\"cBuGK3b1b\",\"LG84KZIOL\",\"E0Q8U0lAs\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},GiUPWyC4G:{defaultValue:15,title:\"Font Size\",type:ControlType.Number}});addFonts(FramerXRzi4Jis_,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Migra Extralight\",source:\"custom\",url:\"https://framerusercontent.com/assets/cHQ7L1t2xTAe881QbbFHvs0dRKs.otf\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2\",weight:\"300\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXRzi4Jis_\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"GiUPWyC4G\\\":\\\"fontSize\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\",\"framerIntrinsicWidth\":\"257\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eyGGOzzlC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cBuGK3b1b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LG84KZIOL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"E0Q8U0lAs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XRzi4Jis_.map", "// Generated by Framer (a4439fa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/tu4nXOF7AbW9QNWZfy9S/7kBfIstgttk1wa153bbX/z_bVpoZbc.js\";import LogoTextSwitch from\"https://framerusercontent.com/modules/wtyCFyo6NV1qkjH9NGP9/WtZVLaFeRFmOV6QA4vd4/XRzi4Jis_.js\";const LogoTextSwitchFonts=getFonts(LogoTextSwitch);const cycleOrder=[\"sScJqdL48\",\"qFaV3hdCo\",\"MfM52jER1\",\"tqhtuWfmK\",\"TXf6OnjGU\",\"LjoJwFn0k\"];const serializationHash=\"framer-8keMY\";const variantClassNames={LjoJwFn0k:\"framer-v-e6rc7j\",MfM52jER1:\"framer-v-19awurz\",qFaV3hdCo:\"framer-v-1exwrx\",sScJqdL48:\"framer-v-12qnrt9\",tqhtuWfmK:\"framer-v-1hb19ef\",TXf6OnjGU:\"framer-v-1puahj6\"};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 transformTemplate1=(_,t)=>`translate(-50%, -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(React.Fragment);const humanReadableVariantMap={\"Large Screen\":\"LjoJwFn0k\",\"Mobile-open\":\"tqhtuWfmK\",\"Variant 5\":\"TXf6OnjGU\",Desktop:\"sScJqdL48\",Mobile:\"MfM52jER1\",Tablet:\"qFaV3hdCo\"};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:\"sScJqdL48\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sScJqdL48\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap10yiy41=activeVariantCallback(async(...args)=>{setVariant(\"bhbR5qnNx\");});const onTap1um1d7u=activeVariantCallback(async(...args)=>{setVariant(\"TXf6OnjGU\");});const onTap9pq9d8=activeVariantCallback(async(...args)=>{setVariant(\"tqhtuWfmK\");});const onTapassrjf=activeVariantCallback(async(...args)=>{setVariant(\"MfM52jER1\");});const onTap1blph86=activeVariantCallback(async(...args)=>{setVariant(\"qFaV3hdCo\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"qFaV3hdCo\",\"MfM52jER1\",\"tqhtuWfmK\",\"TXf6OnjGU\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"qFaV3hdCo\",\"MfM52jER1\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-12qnrt9\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"sScJqdL48\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-784e9cae-ae91-49ed-a174-7963311873b4, rgba(246, 245, 245, 0.78))\",WebkitBackdropFilter:\"blur(24px)\",...style},...addPropertyOverrides({LjoJwFn0k:{\"data-framer-name\":\"Large Screen\"},MfM52jER1:{\"data-framer-name\":\"Mobile\"},qFaV3hdCo:{\"data-framer-name\":\"Tablet\"},tqhtuWfmK:{\"data-framer-name\":\"Mobile-open\"},TXf6OnjGU:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hn8np0\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"DjcQc5556\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17c66jl\",\"data-framer-name\":\"Logo-wrapper\",layoutDependency:layoutDependency,layoutId:\"ZfHsdPSSQ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10uxou3\",\"data-framer-name\":\"Logo-item\",layoutDependency:layoutDependency,layoutId:\"e9mxVfGB7\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5vwyvs framer-1tbhy6v\",\"data-framer-name\":\"Logo-svg\",layoutDependency:layoutDependency,layoutId:\"rcQ2VKqPP\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33)))\"},children:\"Godson\"})}),className:\"framer-hbkbcg\",\"data-framer-name\":\"Hakeem Olasupo\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"wgj2Nt8nr\",style:{\"--extracted-r6o4lv\":\"var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33))\"},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"257px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-176qeyw-container\",layoutDependency:layoutDependency,layoutId:\"Pn6MYulCr-container\",children:/*#__PURE__*/_jsx(LogoTextSwitch,{GiUPWyC4G:15,height:\"100%\",id:\"Pn6MYulCr\",layoutId:\"Pn6MYulCr\",style:{height:\"100%\",width:\"100%\"},variant:\"oEK2xgfGh\",width:\"100%\",...addPropertyOverrides({LjoJwFn0k:{GiUPWyC4G:16},MfM52jER1:{GiUPWyC4G:14},tqhtuWfmK:{GiUPWyC4G:16}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c9k3b9\",\"data-framer-name\":\"nav-menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xg_Zr3zJy\",onTap:onTap10yiy41,...addPropertyOverrides({MfM52jER1:{onTap:onTap9pq9d8},qFaV3hdCo:{onTap:onTap1um1d7u},tqhtuWfmK:{onTap:onTapassrjf},TXf6OnjGU:{onTap:onTap1blph86}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d8yg9x\",layoutDependency:layoutDependency,layoutId:\"saoHt6SkV\",style:{backgroundColor:\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(19, 30, 60))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,rotate:0},variants:{tqhtuWfmK:{rotate:45},TXf6OnjGU:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ge8fvk\",layoutDependency:layoutDependency,layoutId:\"CRdEH6szm\",style:{backgroundColor:\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(19, 30, 60))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,rotate:0},variants:{tqhtuWfmK:{rotate:-45},TXf6OnjGU:{rotate:-45}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nmfgdi\",\"data-framer-name\":\"menu-dropdown\",layoutDependency:layoutDependency,layoutId:\"Zym_aV5Rx\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s6m8pu\",\"data-framer-name\":\"Menu-container\",layoutDependency:layoutDependency,layoutId:\"M3QzrrhN5\",transformTemplate:transformTemplate1,...addPropertyOverrides({tqhtuWfmK:{transformTemplate:undefined},TXf6OnjGU:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JjCiMzCqz\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ocgqqv\",\"data-styles-preset\":\"z_bVpoZbc\",children:\"About\"})})})}),className:\"framer-597th0\",\"data-framer-name\":\"About\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"uxq2fz5Pc\",style:{\"--extracted-r6o4lv\":\"var(--token-985807d0-2316-4efe-aa20-d0865553b4d1, rgb(33, 33, 33))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://drive.google.com/file/d/1g_jV247M5WxqOG5RFzZwjlm3Vzba_3Dk/view?usp=sharing\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1mi2lop framer-1tbhy6v\",layoutDependency:layoutDependency,layoutId:\"k9Y_ir6DL\",style:{backgroundColor:\"var(--token-fce1e439-0340-452f-8905-4100c6c2a8cb, rgb(19, 30, 60))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},variants:{TXf6OnjGU:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4aa11de2-a598-48de-a752-1cccc421cc75, rgb(238, 236, 227)))\"},children:\"Resume\"})}),className:\"framer-j45zf8\",\"data-framer-name\":\"About\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"UlbTziPoC\",style:{\"--extracted-r6o4lv\":\"var(--token-4aa11de2-a598-48de-a752-1cccc421cc75, rgb(238, 236, 227))\"},verticalAlignment:\"center\",withExternalLayout:true})})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8keMY.framer-1tbhy6v, .framer-8keMY .framer-1tbhy6v { display: block; }\",\".framer-8keMY.framer-12qnrt9 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-8keMY .framer-1hn8np0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; max-width: 1440px; overflow: hidden; padding: 12px 64px 12px 64px; position: relative; width: 100%; }\",\".framer-8keMY .framer-17c66jl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-8keMY .framer-10uxou3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-8keMY .framer-5vwyvs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 6px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-8keMY .framer-hbkbcg, .framer-8keMY .framer-597th0, .framer-8keMY .framer-j45zf8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8keMY .framer-176qeyw-container { flex: none; height: 32px; position: relative; width: 257px; }\",\".framer-8keMY .framer-1c9k3b9 { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-8keMY .framer-1d8yg9x { flex: none; height: 1px; left: calc(50.00000000000002% - 22px / 2); overflow: hidden; position: absolute; top: 10px; width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8keMY .framer-ge8fvk { bottom: 10px; flex: none; height: 1px; left: calc(50.00000000000002% - 22px / 2); overflow: hidden; position: absolute; width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8keMY .framer-1nmfgdi { flex: none; height: 38px; overflow: visible; position: relative; width: 323px; }\",\".framer-8keMY .framer-1s6m8pu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: flex-end; left: 48%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 100%; }\",\".framer-8keMY .framer-1mi2lop { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 20px 4px 20px; position: relative; text-decoration: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8keMY.framer-12qnrt9, .framer-8keMY .framer-1hn8np0, .framer-8keMY .framer-17c66jl, .framer-8keMY .framer-10uxou3, .framer-8keMY .framer-5vwyvs, .framer-8keMY .framer-1s6m8pu, .framer-8keMY .framer-1mi2lop { gap: 0px; } .framer-8keMY.framer-12qnrt9 > *, .framer-8keMY .framer-1hn8np0 > *, .framer-8keMY .framer-17c66jl > *, .framer-8keMY .framer-5vwyvs > *, .framer-8keMY .framer-1mi2lop > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-8keMY.framer-12qnrt9 > :first-child, .framer-8keMY .framer-1hn8np0 > :first-child, .framer-8keMY .framer-17c66jl > :first-child, .framer-8keMY .framer-10uxou3 > :first-child, .framer-8keMY .framer-5vwyvs > :first-child, .framer-8keMY .framer-1s6m8pu > :first-child, .framer-8keMY .framer-1mi2lop > :first-child { margin-left: 0px; } .framer-8keMY.framer-12qnrt9 > :last-child, .framer-8keMY .framer-1hn8np0 > :last-child, .framer-8keMY .framer-17c66jl > :last-child, .framer-8keMY .framer-10uxou3 > :last-child, .framer-8keMY .framer-5vwyvs > :last-child, .framer-8keMY .framer-1s6m8pu > :last-child, .framer-8keMY .framer-1mi2lop > :last-child { margin-right: 0px; } .framer-8keMY .framer-10uxou3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-8keMY .framer-1s6m8pu > * { margin: 0px; margin-left: calc(39px / 2); margin-right: calc(39px / 2); } }\",\".framer-8keMY.framer-v-1exwrx .framer-1hn8np0 { padding: 12px 40px 12px 40px; }\",\".framer-8keMY.framer-v-1exwrx .framer-17c66jl, .framer-8keMY.framer-v-19awurz .framer-17c66jl { gap: unset; justify-content: space-between; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8keMY.framer-v-1exwrx .framer-17c66jl { gap: 0px; } .framer-8keMY.framer-v-1exwrx .framer-17c66jl > *, .framer-8keMY.framer-v-1exwrx .framer-17c66jl > :first-child, .framer-8keMY.framer-v-1exwrx .framer-17c66jl > :last-child { margin: 0px; } }\",\".framer-8keMY.framer-v-19awurz.framer-12qnrt9, .framer-8keMY.framer-v-1hb19ef.framer-12qnrt9 { width: 390px; }\",\".framer-8keMY.framer-v-19awurz .framer-1hn8np0 { padding: 16px 20px 16px 20px; }\",\".framer-8keMY.framer-v-19awurz .framer-10uxou3, .framer-8keMY.framer-v-1hb19ef .framer-10uxou3 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; height: min-content; justify-content: flex-start; }\",\".framer-8keMY.framer-v-19awurz .framer-5vwyvs, .framer-8keMY.framer-v-1hb19ef .framer-5vwyvs { flex-direction: column; gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8keMY.framer-v-19awurz .framer-17c66jl, .framer-8keMY.framer-v-19awurz .framer-10uxou3, .framer-8keMY.framer-v-19awurz .framer-5vwyvs { gap: 0px; } .framer-8keMY.framer-v-19awurz .framer-17c66jl > *, .framer-8keMY.framer-v-19awurz .framer-17c66jl > :first-child, .framer-8keMY.framer-v-19awurz .framer-17c66jl > :last-child { margin: 0px; } .framer-8keMY.framer-v-19awurz .framer-10uxou3 > *, .framer-8keMY.framer-v-19awurz .framer-5vwyvs > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8keMY.framer-v-19awurz .framer-10uxou3 > :first-child, .framer-8keMY.framer-v-19awurz .framer-5vwyvs > :first-child { margin-top: 0px; } .framer-8keMY.framer-v-19awurz .framer-10uxou3 > :last-child, .framer-8keMY.framer-v-19awurz .framer-5vwyvs > :last-child { margin-bottom: 0px; } }\",\".framer-8keMY.framer-v-1hb19ef .framer-1hn8np0 { flex-direction: column; gap: 40px; justify-content: flex-start; padding: 16px 20px 12px 20px; }\",\".framer-8keMY.framer-v-1hb19ef .framer-17c66jl, .framer-8keMY.framer-v-1puahj6 .framer-17c66jl { flex: none; gap: unset; justify-content: space-between; width: 100%; }\",\".framer-8keMY.framer-v-1hb19ef .framer-1d8yg9x, .framer-8keMY.framer-v-1puahj6 .framer-1d8yg9x { top: calc(50.00000000000002% - 1px / 2); }\",\".framer-8keMY.framer-v-1hb19ef .framer-ge8fvk, .framer-8keMY.framer-v-1puahj6 .framer-ge8fvk { bottom: unset; top: calc(50.00000000000002% - 1px / 2); }\",\".framer-8keMY.framer-v-1hb19ef .framer-1nmfgdi, .framer-8keMY.framer-v-1puahj6 .framer-1nmfgdi { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; width: 100%; }\",\".framer-8keMY.framer-v-1hb19ef .framer-1s6m8pu { flex: 1 0 0px; flex-direction: column; gap: 20px; left: unset; order: 0; position: relative; top: unset; width: 1px; }\",\".framer-8keMY.framer-v-1hb19ef .framer-1mi2lop { padding: 8px 50px 8px 50px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8keMY.framer-v-1hb19ef .framer-1hn8np0, .framer-8keMY.framer-v-1hb19ef .framer-17c66jl, .framer-8keMY.framer-v-1hb19ef .framer-10uxou3, .framer-8keMY.framer-v-1hb19ef .framer-5vwyvs, .framer-8keMY.framer-v-1hb19ef .framer-1nmfgdi, .framer-8keMY.framer-v-1hb19ef .framer-1s6m8pu { gap: 0px; } .framer-8keMY.framer-v-1hb19ef .framer-1hn8np0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-8keMY.framer-v-1hb19ef .framer-1hn8np0 > :first-child, .framer-8keMY.framer-v-1hb19ef .framer-10uxou3 > :first-child, .framer-8keMY.framer-v-1hb19ef .framer-5vwyvs > :first-child, .framer-8keMY.framer-v-1hb19ef .framer-1s6m8pu > :first-child { margin-top: 0px; } .framer-8keMY.framer-v-1hb19ef .framer-1hn8np0 > :last-child, .framer-8keMY.framer-v-1hb19ef .framer-10uxou3 > :last-child, .framer-8keMY.framer-v-1hb19ef .framer-5vwyvs > :last-child, .framer-8keMY.framer-v-1hb19ef .framer-1s6m8pu > :last-child { margin-bottom: 0px; } .framer-8keMY.framer-v-1hb19ef .framer-17c66jl > *, .framer-8keMY.framer-v-1hb19ef .framer-17c66jl > :first-child, .framer-8keMY.framer-v-1hb19ef .framer-17c66jl > :last-child { margin: 0px; } .framer-8keMY.framer-v-1hb19ef .framer-10uxou3 > *, .framer-8keMY.framer-v-1hb19ef .framer-5vwyvs > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8keMY.framer-v-1hb19ef .framer-1nmfgdi > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-8keMY.framer-v-1hb19ef .framer-1nmfgdi > :first-child { margin-left: 0px; } .framer-8keMY.framer-v-1hb19ef .framer-1nmfgdi > :last-child { margin-right: 0px; } .framer-8keMY.framer-v-1hb19ef .framer-1s6m8pu > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-8keMY.framer-v-1puahj6 .framer-1hn8np0 { flex-direction: column; gap: 40px; justify-content: flex-start; padding: 12px 40px 12px 40px; }\",\".framer-8keMY.framer-v-1puahj6 .framer-1s6m8pu { flex: 1 0 0px; flex-direction: column; gap: 32px; left: unset; order: 0; position: relative; top: unset; width: 1px; }\",\".framer-8keMY.framer-v-1puahj6 .framer-1mi2lop { padding: 10px 70px 10px 70px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8keMY.framer-v-1puahj6 .framer-1hn8np0, .framer-8keMY.framer-v-1puahj6 .framer-17c66jl, .framer-8keMY.framer-v-1puahj6 .framer-1nmfgdi, .framer-8keMY.framer-v-1puahj6 .framer-1s6m8pu { gap: 0px; } .framer-8keMY.framer-v-1puahj6 .framer-1hn8np0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-8keMY.framer-v-1puahj6 .framer-1hn8np0 > :first-child, .framer-8keMY.framer-v-1puahj6 .framer-1s6m8pu > :first-child { margin-top: 0px; } .framer-8keMY.framer-v-1puahj6 .framer-1hn8np0 > :last-child, .framer-8keMY.framer-v-1puahj6 .framer-1s6m8pu > :last-child { margin-bottom: 0px; } .framer-8keMY.framer-v-1puahj6 .framer-17c66jl > *, .framer-8keMY.framer-v-1puahj6 .framer-17c66jl > :first-child, .framer-8keMY.framer-v-1puahj6 .framer-17c66jl > :last-child { margin: 0px; } .framer-8keMY.framer-v-1puahj6 .framer-1nmfgdi > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-8keMY.framer-v-1puahj6 .framer-1nmfgdi > :first-child { margin-left: 0px; } .framer-8keMY.framer-v-1puahj6 .framer-1nmfgdi > :last-child { margin-right: 0px; } .framer-8keMY.framer-v-1puahj6 .framer-1s6m8pu > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\".framer-8keMY.framer-v-e6rc7j.framer-12qnrt9 { width: 1440px; }\",\".framer-8keMY.framer-v-e6rc7j .framer-1hn8np0 { width: 85%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 62\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qFaV3hdCo\":{\"layout\":[\"fixed\",\"auto\"]},\"MfM52jER1\":{\"layout\":[\"fixed\",\"auto\"]},\"tqhtuWfmK\":{\"layout\":[\"fixed\",\"auto\"]},\"TXf6OnjGU\":{\"layout\":[\"fixed\",\"auto\"]},\"LjoJwFn0k\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerM_p45KrpW=withCSS(Component,css,\"framer-8keMY\");export default FramerM_p45KrpW;FramerM_p45KrpW.displayName=\"Nav-bar\";FramerM_p45KrpW.defaultProps={height:62,width:1200};addPropertyControls(FramerM_p45KrpW,{variant:{options:[\"sScJqdL48\",\"qFaV3hdCo\",\"MfM52jER1\",\"tqhtuWfmK\",\"TXf6OnjGU\",\"LjoJwFn0k\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\",\"Mobile-open\",\"Variant 5\",\"Large Screen\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerM_p45KrpW,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...LogoTextSwitchFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM_p45KrpW\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"62\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qFaV3hdCo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MfM52jER1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tqhtuWfmK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TXf6OnjGU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LjoJwFn0k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "Clipboard", "label", "content", "fill", "color", "style", "onClick", "props", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "defaultEvents", "ClipboardFonts", "getFonts", "Clipboard", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "SVG", "RichText2", "ComponentViewportProvider", "Link", "css", "FramerK0yVooJ6y", "withCSS", "K0yVooJ6y_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "fontSize", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GiUPWyC4G", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear10usw7z", "args", "CycleVariantState", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerXRzi4Jis_", "withCSS", "XRzi4Jis_default", "addPropertyControls", "ControlType", "addFonts", "LogoTextSwitchFonts", "getFonts", "XRzi4Jis_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap10yiy41", "args", "onTap1um1d7u", "onTap9pq9d8", "onTapassrjf", "onTap1blph86", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "RichText2", "ComponentViewportProvider", "css", "FramerM_p45KrpW", "withCSS", "M_p45KrpW_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
